diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /lib/l10n/lb.js | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/lb.js')
-rw-r--r-- | lib/l10n/lb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js index 4758cd2913a..350037c3e1a 100644 --- a/lib/l10n/lb.js +++ b/lib/l10n/lb.js @@ -22,7 +22,6 @@ OC.L10N.register( "Apps" : "Applikatiounen", "Settings" : "Astellungen", "Log out" : "Ofmellen", - "Users" : "Benotzer", "Email" : "Email", "Phone" : "Telefon", "Address" : "Adress", @@ -68,6 +67,7 @@ OC.L10N.register( "Dec." : "Dez.", "Authentication error" : "Authentifikatioun's Fehler", "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", - "Help" : "Hëllef" + "Help" : "Hëllef", + "Users" : "Benotzer" }, "nplurals=2; plural=(n != 1);"); |