summaryrefslogtreecommitdiffstats
path: root/apps/encryption
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 /apps/encryption
parentc0a6619f479588bc76d7f269681c9a136894e4b0 (diff)
downloadnextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.tar.gz
nextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption')
-rw-r--r--apps/encryption/l10n/de_AT.js7
-rw-r--r--apps/encryption/l10n/de_AT.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/encryption/l10n/de_AT.js b/apps/encryption/l10n/de_AT.js
new file mode 100644
index 00000000000..164a02092f9
--- /dev/null
+++ b/apps/encryption/l10n/de_AT.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "encryption",
+ {
+ "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.",
+ "Cheers!" : "Noch einen schönen Tag!"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/encryption/l10n/de_AT.json b/apps/encryption/l10n/de_AT.json
new file mode 100644
index 00000000000..a8313eeb7aa
--- /dev/null
+++ b/apps/encryption/l10n/de_AT.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.",
+ "Cheers!" : "Noch einen schönen Tag!"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file