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 /lib/l10n/nds.js | |
parent | 648b86abdd3c6610716a418cd52d8e4186ae11b2 (diff) | |
download | nextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.tar.gz nextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/nds.js')
-rw-r--r-- | lib/l10n/nds.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/l10n/nds.js b/lib/l10n/nds.js index a12702211c2..04b6bdf25a8 100644 --- a/lib/l10n/nds.js +++ b/lib/l10n/nds.js @@ -1,10 +1,9 @@ OC.L10N.register( "lib", { - "_%n day ago_::_%n days ago_" : ["",""], - "_%n month ago_::_%n months ago_" : ["",""], - "_%n year ago_::_%n years ago_" : ["",""], - "_%n hour ago_::_%n hours ago_" : ["",""], - "_%n minute ago_::_%n minutes ago_" : ["",""] + "Personal" : "Persönlich", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "seconds ago" : "vor wenigen Sekunden" }, "nplurals=2; plural=(n != 1);"); |