Blame view
sources/settings/l10n/lb.php
2.13 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Email sent" => "Email geschéckt", |
|
03e52840d
|
4 5 |
"Unable to load list from App Store" => "Konnt Lescht net vum App Store lueden", "Authentication error" => "Authentifikatioun's Fehler", |
|
31b7f2792
|
6 7 |
"Group already exists" => "Group existeiert schon.", "Unable to add group" => "Onmeiglech Grupp beizefügen.", |
|
03e52840d
|
8 9 |
"Email saved" => "E-mail gespäichert", "Invalid email" => "Ongülteg e-mail", |
|
31b7f2792
|
10 11 |
"Unable to delete group" => "Onmeiglech d'Grup ze läschen.", "Unable to delete user" => "Onmeiglech User zu läschen.", |
|
03e52840d
|
12 13 |
"Language changed" => "Sprooch huet geännert", "Invalid request" => "Ongülteg Requête", |
|
31b7f2792
|
14 15 |
"Admins can't remove themself from the admin group" => "Admins kennen sech selwer net aus enger Admin Group läschen.", "Unable to add user to group %s" => "Onmeiglech User an Grupp ze sätzen %s", |
|
03e52840d
|
16 17 18 |
"Disable" => "Ofschalten", "Enable" => "Aschalten", "Error" => "Fehler", |
|
31b7f2792
|
19 |
"Update" => "Update", |
|
03e52840d
|
20 21 22 23 |
"undo" => "réckgängeg man", "Groups" => "Gruppen", "Group Admin" => "Gruppen Admin", "Delete" => "Läschen", |
|
6d9380f96
|
24 |
"never" => "ni", |
|
03e52840d
|
25 |
"__language_name__" => "__language_name__", |
|
6d9380f96
|
26 |
"Login" => "Login", |
|
03e52840d
|
27 |
"Security Warning" => "Sécherheets Warnung", |
|
31b7f2792
|
28 |
"Cron" => "Cron", |
|
31b7f2792
|
29 |
"Allow apps to use the Share API" => "Erlab Apps d'Share API ze benotzen", |
|
31b7f2792
|
30 |
"Allow resharing" => "Resharing erlaben", |
|
6d9380f96
|
31 |
"Server address" => "Server Adress", |
|
31b7f2792
|
32 33 34 |
"Log" => "Log", "More" => "Méi", "Less" => "Manner", |
|
03e52840d
|
35 36 37 |
"Add your App" => "Setz deng App bei", "Select an App" => "Wiel eng Applikatioun aus", "See application page at apps.owncloud.com" => "Kuck dir d'Applicatioun's Säit op apps.owncloud.com un", |
|
6d9380f96
|
38 |
"All" => "All", |
|
03e52840d
|
39 40 41 42 43 44 45 |
"Password" => "Passwuert", "Unable to change your password" => "Konnt däin Passwuert net änneren", "Current password" => "Momentan 't Passwuert", "New password" => "Neit Passwuert", "Change password" => "Passwuert änneren", "Email" => "Email", "Your email address" => "Deng Email Adress", |
|
6d9380f96
|
46 |
"Cancel" => "Ofbriechen", |
|
03e52840d
|
47 48 |
"Language" => "Sprooch", "Help translate" => "Hëllef iwwersetzen", |
|
6d9380f96
|
49 |
"Login Name" => "Login", |
|
03e52840d
|
50 |
"Create" => "Erstellen", |
|
6d9380f96
|
51 52 |
"Group" => "Grupp", "Default Quota" => "Standard Quota", |
|
31b7f2792
|
53 |
"Other" => "Aner", |
|
6d9380f96
|
54 55 |
"Username" => "Benotzernumm", "Quota" => "Quota" |
|
03e52840d
|
56 |
); |
|
31b7f2792
|
57 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |