server/settings/l10n/es_CL.php
2014-10-16 01:56:30 -04:00

7 lines
151 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Clave",
"Cancel" => "Cancelar",
"Username" => "Usuario"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";