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