server/apps/files_sharing/l10n/es_CL.php
2014-05-04 01:56:15 -04:00

6 lines
129 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Clave",
"Download" => "Descargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";