server/apps/files_sharing/l10n/ia.php
2013-10-10 22:30:58 -04:00

7 lines
159 B
PHP

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