server/apps/files_sharing/l10n/ia.php
2014-06-19 01:55:38 -04:00

8 lines
181 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Contrasigno",
"Name" => "Nomine",
"Save" => "Salveguardar",
"Download" => "Discargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";