summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/markasjunk/localization
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-20 14:20:01 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-20 14:20:01 +0000
commit8660a74501de5ee206f6c14246f7112e6ea91ad3 (patch)
tree1e67a0bcc9ebe254d6f0c21eb07728216f5b3149 /roundcubemail/plugins/markasjunk/localization
parent85de1261ba60e3df477a49a15de8471f79d2946a (diff)
moved plugins
git-svn-id: https://svn.roundcube.net/trunk@3394 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/markasjunk/localization')
-rw-r--r--roundcubemail/plugins/markasjunk/localization/cs_CZ.inc24
-rw-r--r--roundcubemail/plugins/markasjunk/localization/en_US.inc7
-rw-r--r--roundcubemail/plugins/markasjunk/localization/et_EE.inc7
-rw-r--r--roundcubemail/plugins/markasjunk/localization/pl_PL.inc7
-rw-r--r--roundcubemail/plugins/markasjunk/localization/ru_RU.inc7
-rw-r--r--roundcubemail/plugins/markasjunk/localization/sv_SE.inc7
6 files changed, 0 insertions, 59 deletions
diff --git a/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc b/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc
deleted file mode 100644
index 06ab2e93f..000000000
--- a/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/*
-
-+-----------------------------------------------------------------------+
-| language/cs_CZ/labels.inc |
-| |
-| Language file of the RoundCube markasjunk plugin |
-| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
-| Licensed under the GNU GPL |
-| |
-+-----------------------------------------------------------------------+
-| Author: Milan Kozak <hodza@hodza.net> |
-+-----------------------------------------------------------------------+
-
-@version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $
-
-*/
-
-$labels = array();
-$labels['buttontitle'] = 'Označit jako Spam';
-$labels['reportedasjunk'] = 'Úspěšně nahlášeno jako Spam';
-
-?> \ No newline at end of file
diff --git a/roundcubemail/plugins/markasjunk/localization/en_US.inc b/roundcubemail/plugins/markasjunk/localization/en_US.inc
deleted file mode 100644
index 6f63e161a..000000000
--- a/roundcubemail/plugins/markasjunk/localization/en_US.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$labels = array();
-$labels['buttontitle'] = 'Mark as Junk';
-$labels['reportedasjunk'] = 'Successfully reported as Junk';
-
-?> \ No newline at end of file
diff --git a/roundcubemail/plugins/markasjunk/localization/et_EE.inc b/roundcubemail/plugins/markasjunk/localization/et_EE.inc
deleted file mode 100644
index daf140512..000000000
--- a/roundcubemail/plugins/markasjunk/localization/et_EE.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$labels = array();
-$labels['buttontitle'] = 'Märgista Rämpsuks';
-$labels['reportedasjunk'] = 'Edukalt Rämpsuks märgitud';
-
-?>
diff --git a/roundcubemail/plugins/markasjunk/localization/pl_PL.inc b/roundcubemail/plugins/markasjunk/localization/pl_PL.inc
deleted file mode 100644
index a98f0aab3..000000000
--- a/roundcubemail/plugins/markasjunk/localization/pl_PL.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$labels = array();
-$labels['buttontitle'] = 'Oznacz jako SPAM';
-$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM';
-
-?>
diff --git a/roundcubemail/plugins/markasjunk/localization/ru_RU.inc b/roundcubemail/plugins/markasjunk/localization/ru_RU.inc
deleted file mode 100644
index 32d00c2df..000000000
--- a/roundcubemail/plugins/markasjunk/localization/ru_RU.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$labels = array();
-$labels['buttontitle'] = 'Переместить в "СПАМ"';
-$labels['reportedasjunk'] = 'Перемещено в "СПАМ"';
-
-?>
diff --git a/roundcubemail/plugins/markasjunk/localization/sv_SE.inc b/roundcubemail/plugins/markasjunk/localization/sv_SE.inc
deleted file mode 100644
index f4c5959b9..000000000
--- a/roundcubemail/plugins/markasjunk/localization/sv_SE.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$labels = array();
-$labels['buttontitle'] = 'Märk som skräp';
-$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp';
-
-?> \ No newline at end of file