diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-09 15:28:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-09 15:28:58 +0000 |
commit | ee77f37df2f601246001abfb259479ef583314a1 (patch) | |
tree | 1335c8d34b26b0d965da654b05511907a3ba5343 /lib/l10n/lb.js | |
parent | 0841d29c4c05f877477cc8759ccebb2ff598138e (diff) | |
download | nextcloud-server-ee77f37df2f601246001abfb259479ef583314a1.tar.gz nextcloud-server-ee77f37df2f601246001abfb259479ef583314a1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/lb.js')
-rw-r--r-- | lib/l10n/lb.js | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js new file mode 100644 index 00000000000..4bd7545d170 --- /dev/null +++ b/lib/l10n/lb.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Keng Schreiwreschter op d' 'config' Verzeechnis!", + "See %s" : "%s kucken", + "Sample configuration detected" : "Beispill-Konfiguratioun erkannt", + "PHP %s or higher is required." : "PHP %s oder méi nei ass néideg.", + "PHP with a version lower than %s is required." : "PHP mat enger Versioun %s oder méi kleng ass néideg.", + "Following databases are supported: %s" : "Dës Datebanke ginn ënnerstëtzt: %s", + "Unknown filetype" : "Onbekannten Fichier Typ", + "Invalid image" : "Ongülteg d'Bild", + "today" : "haut", + "yesterday" : "gëschter", + "_%n day ago_::_%n days ago_" : ["%n Dag hier","%n Deeg hier"], + "last month" : "Läschte Mount", + "_%n month ago_::_%n months ago_" : ["%n Mount hier","%n Méint hier"], + "last year" : "Läscht Joer", + "_%n year ago_::_%n years ago_" : ["%n Joer hier","%n Joer hier"], + "_%n hour ago_::_%n hours ago_" : ["%n Stonn hier","%n Stonnen hier"], + "seconds ago" : "Sekonnen hir", + "Apps" : "Applikatiounen", + "Users" : "Benotzer", + "Tips & tricks" : "Tipps an Tricks", + "__language_name__" : "Lëtzebuergesch", + "Set an admin password." : "Admin Passwuert setzen", + "%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt", + "Authentication error" : "Authentifikatioun's Fehler" +}, +"nplurals=2; plural=(n != 1);"); |