server/apps/files_external/l10n/oc.php

13 lines
265 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Location" => "Plaça",
"Username" => "Non d'usancièr",
"Password" => "Senhal",
"Share" => "Parteja",
2014-05-16 05:55:55 +00:00
"URL" => "URL",
2012-12-12 23:18:20 +00:00
"Groups" => "Grops",
"Users" => "Usancièrs",
"Delete" => "Escafa"
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";