diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/de_AT.js | 3 | ||||
-rw-r--r-- | lib/l10n/de_AT.json | 3 |
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 |