diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:29:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:29:43 +0200 |
commit | 399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe (patch) | |
tree | 550b51cf58b2637becbd33231f2dbaff70e80678 /core/l10n/de_AT.php | |
parent | 5a77b671479003f1181f47beabed13c87450ffab (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-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.php | 9 |
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);"; |