summaryrefslogtreecommitdiffstats
path: root/l10n/de_AT.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/de_AT.php')
-rw-r--r--l10n/de_AT.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/de_AT.php b/l10n/de_AT.php
index 50dfd14ef..31a19f576 100644
--- a/l10n/de_AT.php
+++ b/l10n/de_AT.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"by" => "von",
"from" => "von",
"Download" => "Herunterladen",
@@ -6,3 +7,4 @@
"Settings" => "Einstellungen",
"Import" => "Importieren"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";