summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-11 01:54:43 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-11 01:54:43 -0400
commita331f6b83ece67528e9a534d43ed8ac6d3305ee7 (patch)
tree071d43db9d168ee1971e75196123f8c07fe5352b /lib/l10n
parent52fc45e6e3d271c94d801af377c85974e1420d2e (diff)
downloadnextcloud-server-a331f6b83ece67528e9a534d43ed8ac6d3305ee7.tar.gz
nextcloud-server-a331f6b83ece67528e9a534d43ed8ac6d3305ee7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/de_AT.js3
-rw-r--r--lib/l10n/de_AT.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/de_AT.js b/lib/l10n/de_AT.js
index 93afb7482f4..3f534e7e9fb 100644
--- a/lib/l10n/de_AT.js
+++ b/lib/l10n/de_AT.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"lib",
{
"Help" : "Hilfe",
- "Personal" : "Persönlich"
+ "Personal" : "Persönlich",
+ "seconds ago" : "Sekunden zuvor"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de_AT.json b/lib/l10n/de_AT.json
index ed22677418e..5702c60934e 100644
--- a/lib/l10n/de_AT.json
+++ b/lib/l10n/de_AT.json
@@ -1,5 +1,6 @@
{ "translations": {
"Help" : "Hilfe",
- "Personal" : "Persönlich"
+ "Personal" : "Persönlich",
+ "seconds ago" : "Sekunden zuvor"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file