summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/lb.php
blob: 0b78eb91a8d001f1ce953eb6eb065c929e186e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Location" => "Uert",
"Host" => "Host",
"Username" => "Benotzernumm",
"Password" => "Passwuert",
"Share" => "Deelen",
"URL" => "URL",
"Personal" => "Perséinlech",
"Name" => "Numm",
"Folder name" => "Dossiers Numm:",
"Groups" => "Gruppen",
"Users" => "Benotzer",
"Delete" => "Läschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";