diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-13 01:54:59 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-13 01:54:59 -0400 |
commit | a2da7614a0516d1e1c07ef60b308645d7a8ad480 (patch) | |
tree | f20c21752c46d35d657caf9aac9fd848de9f79ff /apps/encryption | |
parent | c0a6619f479588bc76d7f269681c9a136894e4b0 (diff) | |
download | nextcloud-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.js | 7 | ||||
-rw-r--r-- | apps/encryption/l10n/de_AT.json | 5 |
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 |