diff options
author | Georg Ehrke <developer@georgehrke.com> | 2014-06-05 22:54:27 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2014-06-05 22:54:27 +0200 |
commit | 0fe8f77c1748d167e115680346ae98bba78da38d (patch) | |
tree | a456ff35bb2da1a2778f18ccab1ade63e9aaddda /settings/l10n/lb.php | |
parent | fad3bd7fc0c094bd16e07708557cd1a7676889cd (diff) | |
parent | e1beb8c6c38d48eb923ed323dea25110e4bbacfd (diff) | |
download | nextcloud-server-0fe8f77c1748d167e115680346ae98bba78da38d.tar.gz nextcloud-server-0fe8f77c1748d167e115680346ae98bba78da38d.zip |
Merge branch 'master' into update_shipped_apps_from_appstore
Conflicts:
lib/private/app.php
settings/templates/apps.php
Diffstat (limited to 'settings/l10n/lb.php')
-rw-r--r-- | settings/l10n/lb.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php index f564527c5df..91a9b62a692 100644 --- a/settings/l10n/lb.php +++ b/settings/l10n/lb.php @@ -22,6 +22,7 @@ $TRANSLATIONS = array( "Groups" => "Gruppen", "Group Admin" => "Gruppen Admin", "Delete" => "Läschen", +"never" => "ni", "__language_name__" => "__language_name__", "Login" => "Login", "Security Warning" => "Sécherheets Warnung", @@ -39,6 +40,7 @@ $TRANSLATIONS = array( "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", +"All" => "All", "Password" => "Passwuert", "Unable to change your password" => "Konnt däin Passwuert net änneren", "Current password" => "Momentan 't Passwuert", @@ -51,7 +53,10 @@ $TRANSLATIONS = array( "Help translate" => "Hëllef iwwersetzen", "Login Name" => "Login", "Create" => "Erstellen", +"Group" => "Grupp", +"Default Quota" => "Standard Quota", "Other" => "Aner", -"Username" => "Benotzernumm" +"Username" => "Benotzernumm", +"Quota" => "Quota" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |