server/apps/files_sharing/l10n/oc.php
2014-06-06 01:57:10 -04:00

8 lines
170 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Senhal",
"Name" => "Nom",
"Download" => "Avalcarga",
"Save" => "Enregistra"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";