nextcloud/apps/files_external/l10n/oc.php

13 lines
265 B
PHP
Raw Normal View History

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