1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

14 lines
293 B
PHP
Raw Permalink Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-05-12 00:49:51 -04:00
"Ok" => "Ok",
2014-01-30 00:49:23 -05:00
"Cancel" => "Cancelar",
"OK" => "OK",
2014-04-25 00:48:43 -04:00
"Import" => "Importar",
2014-06-07 00:48:09 -04:00
"Unknown error" => "Error desconocido",
2014-01-30 00:49:23 -05:00
"Download" => "Descargar",
2014-02-08 01:16:07 -05:00
"Share" => "Compartir",
2014-05-12 00:49:51 -04:00
"Export" => "Exportar",
"Password" => "Clave"
2013-12-17 16:39:30 -05:00
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";