summaryrefslogtreecommitdiffstats
path: root/core/l10n/de_CH.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/de_CH.php')
-rw-r--r--core/l10n/de_CH.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php
index 9eae0de3077..3e622ace6f6 100644
--- a/core/l10n/de_CH.php
+++ b/core/l10n/de_CH.php
@@ -30,18 +30,17 @@ $TRANSLATIONS = array(
"December" => "Dezember",
"Settings" => "Einstellungen",
"seconds ago" => "Gerade eben",
-"_%n minute ago_::_%n minutes ago_" => array(,),
-"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "Heute",
"yesterday" => "Gestern",
-"_%n day ago_::_%n days ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array("",""),
"last month" => "Letzten Monat",
-"_%n month ago_::_%n months ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array("",""),
"months ago" => "Vor Monaten",
"last year" => "Letztes Jahr",
"years ago" => "Vor Jahren",
"Choose" => "Auswählen",
-"Cancel" => "Abbrechen",
"Error loading file picker template" => "Es ist ein Fehler in der Vorlage des Datei-Auswählers aufgetreten.",
"Yes" => "Ja",
"No" => "Nein",
@@ -135,8 +134,6 @@ $TRANSLATIONS = array(
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>Cheers!" => "Hallo,<br><br>ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.<br><a href=\"%s\">Schauen Sie es sich an!</a><br><br>Viele Grüsse!",
-"prev" => "Zurück",
-"next" => "Weiter",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";