1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/es_CL.php

14 lines
293 B
PHP
Raw Normal View History

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