From 7fb577bc8f7c0fd24c7d6119bdf87f3cee4a1418 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 01 Feb 2012 02:33:45 -0500 Subject: [PATCH] Swiss German translation for markasjunk plugin --- plugins/markasjunk/localization/de_CH.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/plugins/markasjunk/localization/de_CH.inc b/plugins/markasjunk/localization/de_CH.inc new file mode 100644 index 0000000..9cfa38d --- /dev/null +++ b/plugins/markasjunk/localization/de_CH.inc @@ -0,0 +1,6 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Als SPAM markieren'; +$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; + -- Gitblit v1.9.1