summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/lb.php
blob: 7bc2f4986fa81c852937de900df92165c5aa44b7 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Password" => "Passwuert",
"Shared by" => "Gedeelt vun",
"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
"Name" => "Numm",
"Save" => "Späicheren",
"Download" => "Download"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";