diff options
author | till <till@php.net> | 2010-03-20 14:20:01 +0000 |
---|---|---|
committer | till <till@php.net> | 2010-03-20 14:20:01 +0000 |
commit | 63a3dc5fde5a3ceed4f03c19c5015aab19050bee (patch) | |
tree | 50aafccdad5fe36c59f10d194298c35f046afd2f /plugins/markasjunk/localization | |
parent | 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (diff) |
moved plugins
Diffstat (limited to 'plugins/markasjunk/localization')
-rw-r--r-- | plugins/markasjunk/localization/cs_CZ.inc | 24 | ||||
-rw-r--r-- | plugins/markasjunk/localization/en_US.inc | 7 | ||||
-rw-r--r-- | plugins/markasjunk/localization/et_EE.inc | 7 | ||||
-rw-r--r-- | plugins/markasjunk/localization/pl_PL.inc | 7 | ||||
-rw-r--r-- | plugins/markasjunk/localization/ru_RU.inc | 7 | ||||
-rw-r--r-- | plugins/markasjunk/localization/sv_SE.inc | 7 |
6 files changed, 0 insertions, 59 deletions
diff --git a/plugins/markasjunk/localization/cs_CZ.inc b/plugins/markasjunk/localization/cs_CZ.inc deleted file mode 100644 index 06ab2e93f..000000000 --- a/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/plugins/markasjunk/localization/en_US.inc b/plugins/markasjunk/localization/en_US.inc deleted file mode 100644 index 6f63e161a..000000000 --- a/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/plugins/markasjunk/localization/et_EE.inc b/plugins/markasjunk/localization/et_EE.inc deleted file mode 100644 index daf140512..000000000 --- a/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/plugins/markasjunk/localization/pl_PL.inc b/plugins/markasjunk/localization/pl_PL.inc deleted file mode 100644 index a98f0aab3..000000000 --- a/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/plugins/markasjunk/localization/ru_RU.inc b/plugins/markasjunk/localization/ru_RU.inc deleted file mode 100644 index 32d00c2df..000000000 --- a/plugins/markasjunk/localization/ru_RU.inc +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -$labels = array(); -$labels['buttontitle'] = 'Переместить в "СПАМ"'; -$labels['reportedasjunk'] = 'Перемещено в "СПАМ"'; - -?> diff --git a/plugins/markasjunk/localization/sv_SE.inc b/plugins/markasjunk/localization/sv_SE.inc deleted file mode 100644 index f4c5959b9..000000000 --- a/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 |