summaryrefslogtreecommitdiffstats
path: root/l10n/de_CH.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/de_CH.php')
-rw-r--r--l10n/de_CH.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/de_CH.php b/l10n/de_CH.php
index 602a4cc9b..9f44c5ba5 100644
--- a/l10n/de_CH.php
+++ b/l10n/de_CH.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Feed konnte nicht hinzugefügt werden: Existiert bereits",
"Can not add folder: Exists already" => "Ordner kann nicht hinzgefügt werden: Existiert bereits",
"Saved" => "Gespeichert",
@@ -26,3 +27,4 @@
"Error when importing: file does not contain valid OPML" => "Fehler beim Importieren: Datei enthält kein gültiges OPML",
"Error when importing: file does not contain valid JSON" => "Fehler beim Importieren: Datei enthält kein gültiges JSON"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";