summaryrefslogtreecommitdiffstats
path: root/core/l10n/de_AT.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-16 00:29:43 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-16 00:29:43 +0200
commit399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe (patch)
tree550b51cf58b2637becbd33231f2dbaff70e80678 /core/l10n/de_AT.php
parent5a77b671479003f1181f47beabed13c87450ffab (diff)
parentbd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff)
downloadnextcloud-server-399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe.tar.gz
nextcloud-server-399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe.zip
merge master into css-fixes
Diffstat (limited to 'core/l10n/de_AT.php')
-rw-r--r--core/l10n/de_AT.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/de_AT.php b/core/l10n/de_AT.php
new file mode 100644
index 00000000000..c0e3e80f0a3
--- /dev/null
+++ b/core/l10n/de_AT.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day ago_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("",""),
+"More apps" => "Mehr Apps"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";