diff options
author | thomascube <thomas@roundcube.net> | 2012-02-01 07:33:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-01 07:33:45 +0000 |
commit | 7fb577bc8f7c0fd24c7d6119bdf87f3cee4a1418 (patch) | |
tree | 7e293261d13a810d6921f74a75d1ae79a40acf87 /plugins | |
parent | ee9ee7f66fae218afe24942166ba833eb490ada3 (diff) |
Swiss German translation for markasjunk plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | 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 000000000..9cfa38dad --- /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'; + |