Blame view

sources/settings/l10n/lb.php 2.33 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Unable to load list from App Store" => "Konnt Lescht net vum App Store lueden",
  "Authentication error" => "Authentifikatioun's Fehler",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Group already exists" => "Group existeiert schon.",
  "Unable to add group" => "Onmeiglech Grupp beizefügen.",
03e52840d   Kload   Init
7
8
  "Email saved" => "E-mail gespäichert",
  "Invalid email" => "Ongülteg e-mail",
31b7f2792   Kload   Upgrade to ownclo...
9
10
  "Unable to delete group" => "Onmeiglech d'Grup ze läschen.",
  "Unable to delete user" => "Onmeiglech User zu läschen.",
03e52840d   Kload   Init
11
12
  "Language changed" => "Sprooch huet geännert",
  "Invalid request" => "Ongülteg Requête",
31b7f2792   Kload   Upgrade to ownclo...
13
14
  "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   Kload   Init
15
16
17
  "Disable" => "Ofschalten",
  "Enable" => "Aschalten",
  "Error" => "Fehler",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Update" => "Update",
03e52840d   Kload   Init
19
20
21
22
23
24
25
26
  "Saving..." => "Speicheren...",
  "deleted" => "geläscht",
  "undo" => "réckgängeg man",
  "Groups" => "Gruppen",
  "Group Admin" => "Gruppen Admin",
  "Delete" => "Läschen",
  "__language_name__" => "__language_name__",
  "Security Warning" => "Sécherheets Warnung",
31b7f2792   Kload   Upgrade to ownclo...
27
28
29
30
31
32
33
34
35
36
  "Cron" => "Cron",
  "Enable Share API" => "Share API aschalten",
  "Allow apps to use the Share API" => "Erlab Apps d'Share API ze benotzen",
  "Allow links" => "Links erlaben",
  "Allow resharing" => "Resharing erlaben",
  "Allow users to share with anyone" => "Useren erlaben mat egal wiem ze sharen",
  "Allow users to only share with users in their groups" => "Useren nëmmen erlaben mat Useren aus hirer Grupp ze sharen",
  "Log" => "Log",
  "More" => "Méi",
  "Less" => "Manner",
03e52840d   Kload   Init
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  "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",
  "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",
  "Fill in an email address to enable password recovery" => "Gëff eng Email Adress an fir d'Passwuert recovery ze erlaben",
  "Language" => "Sprooch",
  "Help translate" => "Hëllef iwwersetzen",
  "Create" => "Erstellen",
31b7f2792   Kload   Upgrade to ownclo...
51
52
  "Other" => "Aner",
  "Username" => "Benotzernumm"
03e52840d   Kload   Init
53
  );
31b7f2792   Kload   Upgrade to ownclo...
54
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";