server/apps/files_sharing/l10n/es_CL.php

8 lines
153 B
PHP
Raw Normal View History

2013-12-17 21:43:17 +00:00
<?php
$TRANSLATIONS = array(
2014-07-09 05:55:51 +00:00
"Cancel" => "Cancelar",
2014-05-04 05:56:15 +00:00
"Password" => "Clave",
"Download" => "Descargar"
2013-12-17 21:43:17 +00:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";