summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:54:59 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:54:59 -0400
commita2da7614a0516d1e1c07ef60b308645d7a8ad480 (patch)
treef20c21752c46d35d657caf9aac9fd848de9f79ff /lib/l10n
parentc0a6619f479588bc76d7f269681c9a136894e4b0 (diff)
downloadnextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.tar.gz
nextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/de_AT.js7
-rw-r--r--lib/l10n/de_AT.json7
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/l10n/de_AT.js b/lib/l10n/de_AT.js
index 3f534e7e9fb..0fffa7623bb 100644
--- a/lib/l10n/de_AT.js
+++ b/lib/l10n/de_AT.js
@@ -3,6 +3,11 @@ OC.L10N.register(
{
"Help" : "Hilfe",
"Personal" : "Persönlich",
- "seconds ago" : "Sekunden zuvor"
+ "Users" : "Benutzer",
+ "Admin" : "Administration",
+ "Unknown filetype" : "Unbekannter Dateityp",
+ "Invalid image" : "Ungültiges Bild",
+ "seconds ago" : "Sekunden zuvor",
+ "Apps" : "Apps"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de_AT.json b/lib/l10n/de_AT.json
index 5702c60934e..71ee4a31cf8 100644
--- a/lib/l10n/de_AT.json
+++ b/lib/l10n/de_AT.json
@@ -1,6 +1,11 @@
{ "translations": {
"Help" : "Hilfe",
"Personal" : "Persönlich",
- "seconds ago" : "Sekunden zuvor"
+ "Users" : "Benutzer",
+ "Admin" : "Administration",
+ "Unknown filetype" : "Unbekannter Dateityp",
+ "Invalid image" : "Ungültiges Bild",
+ "seconds ago" : "Sekunden zuvor",
+ "Apps" : "Apps"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file