diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-07 01:55:56 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-07 01:55:56 -0400 |
commit | cd818e7419fb39d97683ecc5803534b0ed632596 (patch) | |
tree | adf878fc4158d888c85680e6a0b5ca47199f41b4 /settings/l10n/nds.js | |
parent | 648b86abdd3c6610716a418cd52d8e4186ae11b2 (diff) | |
download | nextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.tar.gz nextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/nds.js')
-rw-r--r-- | settings/l10n/nds.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/nds.js b/settings/l10n/nds.js new file mode 100644 index 00000000000..e1998c807fd --- /dev/null +++ b/settings/l10n/nds.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "settings", + { + "External Storage" : "Externer Speicher", + "Saved" : "Gespeichert", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Mittelstarkes Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Delete" : "Löschen", + "None" : "Keine(r)", + "Enable encryption" : "Verschlüsselung aktivieren", + "Port" : "Port", + "Password" : "Passwort", + "Cancel" : "Abbrechen", + "Username" : "Benutzername" +}, +"nplurals=2; plural=(n != 1);"); |