From b2034fdfec040a67988e543a911208ef2491ce7a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Sun, 22 Feb 2015 12:58:46 +0100 Subject: New RoundCube Plugins Git folder --- markasjunk/composer.json | 24 ++++++++++ markasjunk/localization/ar.inc | 20 +++++++++ markasjunk/localization/ar_SA.inc | 21 +++++++++ markasjunk/localization/ast.inc | 21 +++++++++ markasjunk/localization/az_AZ.inc | 21 +++++++++ markasjunk/localization/be_BE.inc | 21 +++++++++ markasjunk/localization/bg_BG.inc | 21 +++++++++ markasjunk/localization/br.inc | 21 +++++++++ markasjunk/localization/bs_BA.inc | 21 +++++++++ markasjunk/localization/ca_ES.inc | 21 +++++++++ markasjunk/localization/cs_CZ.inc | 21 +++++++++ markasjunk/localization/cy_GB.inc | 21 +++++++++ markasjunk/localization/da_DK.inc | 21 +++++++++ markasjunk/localization/de_CH.inc | 21 +++++++++ markasjunk/localization/de_DE.inc | 21 +++++++++ markasjunk/localization/el_GR.inc | 21 +++++++++ markasjunk/localization/en_CA.inc | 21 +++++++++ markasjunk/localization/en_GB.inc | 21 +++++++++ markasjunk/localization/en_US.inc | 24 ++++++++++ markasjunk/localization/eo.inc | 21 +++++++++ markasjunk/localization/es_419.inc | 21 +++++++++ markasjunk/localization/es_AR.inc | 21 +++++++++ markasjunk/localization/es_ES.inc | 21 +++++++++ markasjunk/localization/et_EE.inc | 21 +++++++++ markasjunk/localization/eu_ES.inc | 21 +++++++++ markasjunk/localization/fa_AF.inc | 21 +++++++++ markasjunk/localization/fa_IR.inc | 21 +++++++++ markasjunk/localization/fi_FI.inc | 21 +++++++++ markasjunk/localization/fo_FO.inc | 21 +++++++++ markasjunk/localization/fr_FR.inc | 21 +++++++++ markasjunk/localization/fy_NL.inc | 19 ++++++++ markasjunk/localization/gl_ES.inc | 21 +++++++++ markasjunk/localization/he_IL.inc | 21 +++++++++ markasjunk/localization/hr_HR.inc | 21 +++++++++ markasjunk/localization/hu_HU.inc | 21 +++++++++ markasjunk/localization/hy_AM.inc | 21 +++++++++ markasjunk/localization/ia.inc | 21 +++++++++ markasjunk/localization/id_ID.inc | 21 +++++++++ markasjunk/localization/it_IT.inc | 21 +++++++++ markasjunk/localization/ja_JP.inc | 21 +++++++++ markasjunk/localization/km_KH.inc | 21 +++++++++ markasjunk/localization/ko_KR.inc | 21 +++++++++ markasjunk/localization/lb_LU.inc | 21 +++++++++ markasjunk/localization/lt_LT.inc | 21 +++++++++ markasjunk/localization/lv_LV.inc | 21 +++++++++ markasjunk/localization/ml_IN.inc | 21 +++++++++ markasjunk/localization/mr_IN.inc | 20 +++++++++ markasjunk/localization/nb_NO.inc | 21 +++++++++ markasjunk/localization/nl_NL.inc | 21 +++++++++ markasjunk/localization/nn_NO.inc | 21 +++++++++ markasjunk/localization/pl_PL.inc | 21 +++++++++ markasjunk/localization/pt_BR.inc | 21 +++++++++ markasjunk/localization/pt_PT.inc | 21 +++++++++ markasjunk/localization/ro_RO.inc | 21 +++++++++ markasjunk/localization/ru_RU.inc | 21 +++++++++ markasjunk/localization/si_LK.inc | 20 +++++++++ markasjunk/localization/sk_SK.inc | 21 +++++++++ markasjunk/localization/sl_SI.inc | 21 +++++++++ markasjunk/localization/sr_CS.inc | 21 +++++++++ markasjunk/localization/sv_SE.inc | 21 +++++++++ markasjunk/localization/tr_TR.inc | 21 +++++++++ markasjunk/localization/uk_UA.inc | 21 +++++++++ markasjunk/localization/vi_VN.inc | 21 +++++++++ markasjunk/localization/zh_CN.inc | 21 +++++++++ markasjunk/localization/zh_TW.inc | 21 +++++++++ markasjunk/markasjunk.js | 43 ++++++++++++++++++ markasjunk/markasjunk.php | 75 ++++++++++++++++++++++++++++++++ markasjunk/skins/classic/junk_act.png | Bin 0 -> 1995 bytes markasjunk/skins/classic/junk_pas.png | Bin 0 -> 1988 bytes markasjunk/skins/classic/markasjunk.css | 6 +++ markasjunk/skins/larry/.gitignore | 0 markasjunk/tests/Markasjunk.php | 23 ++++++++++ 72 files changed, 1513 insertions(+) create mode 100644 markasjunk/composer.json create mode 100644 markasjunk/localization/ar.inc create mode 100644 markasjunk/localization/ar_SA.inc create mode 100644 markasjunk/localization/ast.inc create mode 100644 markasjunk/localization/az_AZ.inc create mode 100644 markasjunk/localization/be_BE.inc create mode 100644 markasjunk/localization/bg_BG.inc create mode 100644 markasjunk/localization/br.inc create mode 100644 markasjunk/localization/bs_BA.inc create mode 100644 markasjunk/localization/ca_ES.inc create mode 100644 markasjunk/localization/cs_CZ.inc create mode 100644 markasjunk/localization/cy_GB.inc create mode 100644 markasjunk/localization/da_DK.inc create mode 100644 markasjunk/localization/de_CH.inc create mode 100644 markasjunk/localization/de_DE.inc create mode 100644 markasjunk/localization/el_GR.inc create mode 100644 markasjunk/localization/en_CA.inc create mode 100644 markasjunk/localization/en_GB.inc create mode 100644 markasjunk/localization/en_US.inc create mode 100644 markasjunk/localization/eo.inc create mode 100644 markasjunk/localization/es_419.inc create mode 100644 markasjunk/localization/es_AR.inc create mode 100644 markasjunk/localization/es_ES.inc create mode 100644 markasjunk/localization/et_EE.inc create mode 100644 markasjunk/localization/eu_ES.inc create mode 100644 markasjunk/localization/fa_AF.inc create mode 100644 markasjunk/localization/fa_IR.inc create mode 100644 markasjunk/localization/fi_FI.inc create mode 100644 markasjunk/localization/fo_FO.inc create mode 100644 markasjunk/localization/fr_FR.inc create mode 100644 markasjunk/localization/fy_NL.inc create mode 100644 markasjunk/localization/gl_ES.inc create mode 100644 markasjunk/localization/he_IL.inc create mode 100644 markasjunk/localization/hr_HR.inc create mode 100644 markasjunk/localization/hu_HU.inc create mode 100644 markasjunk/localization/hy_AM.inc create mode 100644 markasjunk/localization/ia.inc create mode 100644 markasjunk/localization/id_ID.inc create mode 100644 markasjunk/localization/it_IT.inc create mode 100644 markasjunk/localization/ja_JP.inc create mode 100644 markasjunk/localization/km_KH.inc create mode 100644 markasjunk/localization/ko_KR.inc create mode 100644 markasjunk/localization/lb_LU.inc create mode 100644 markasjunk/localization/lt_LT.inc create mode 100644 markasjunk/localization/lv_LV.inc create mode 100644 markasjunk/localization/ml_IN.inc create mode 100644 markasjunk/localization/mr_IN.inc create mode 100644 markasjunk/localization/nb_NO.inc create mode 100644 markasjunk/localization/nl_NL.inc create mode 100644 markasjunk/localization/nn_NO.inc create mode 100644 markasjunk/localization/pl_PL.inc create mode 100644 markasjunk/localization/pt_BR.inc create mode 100644 markasjunk/localization/pt_PT.inc create mode 100644 markasjunk/localization/ro_RO.inc create mode 100644 markasjunk/localization/ru_RU.inc create mode 100644 markasjunk/localization/si_LK.inc create mode 100644 markasjunk/localization/sk_SK.inc create mode 100644 markasjunk/localization/sl_SI.inc create mode 100644 markasjunk/localization/sr_CS.inc create mode 100644 markasjunk/localization/sv_SE.inc create mode 100644 markasjunk/localization/tr_TR.inc create mode 100644 markasjunk/localization/uk_UA.inc create mode 100644 markasjunk/localization/vi_VN.inc create mode 100644 markasjunk/localization/zh_CN.inc create mode 100644 markasjunk/localization/zh_TW.inc create mode 100644 markasjunk/markasjunk.js create mode 100644 markasjunk/markasjunk.php create mode 100644 markasjunk/skins/classic/junk_act.png create mode 100644 markasjunk/skins/classic/junk_pas.png create mode 100644 markasjunk/skins/classic/markasjunk.css create mode 100644 markasjunk/skins/larry/.gitignore create mode 100644 markasjunk/tests/Markasjunk.php (limited to 'markasjunk') diff --git a/markasjunk/composer.json b/markasjunk/composer.json new file mode 100644 index 0000000..8ec5f3d --- /dev/null +++ b/markasjunk/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/markasjunk", + "type": "roundcube-plugin", + "description": "Adds a new button to the mailbox toolbar to mark the selected messages as Junk and move them to the configured Junk folder.", + "license": "GPLv3+", + "version": "1.2", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "roundcube@gmail.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} diff --git a/markasjunk/localization/ar.inc b/markasjunk/localization/ar.inc new file mode 100644 index 0000000..1915e97 --- /dev/null +++ b/markasjunk/localization/ar.inc @@ -0,0 +1,20 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'غير المرغوب'; +$labels['buttontitle'] = 'حدد كغير مرغوب'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ar_SA.inc b/markasjunk/localization/ar_SA.inc new file mode 100644 index 0000000..f6c405e --- /dev/null +++ b/markasjunk/localization/ar_SA.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'غير المرغوب'; +$labels['buttontitle'] = 'وضع علامة كـ غير المرغوب فيه'; +$labels['reportedasjunk'] = 'تمت الافادة كـ غير مرغوب فية بنجاح'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ast.inc b/markasjunk/localization/ast.inc new file mode 100644 index 0000000..b55fa36 --- /dev/null +++ b/markasjunk/localization/ast.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Puxarra'; +$labels['buttontitle'] = 'Conseñar como puxarra'; +$labels['reportedasjunk'] = 'Reportáu con ésitu como Puxarra'; +?> \ No newline at end of file diff --git a/markasjunk/localization/az_AZ.inc b/markasjunk/localization/az_AZ.inc new file mode 100644 index 0000000..407db71 --- /dev/null +++ b/markasjunk/localization/az_AZ.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Spam qovluğuna köçür'; +$labels['reportedasjunk'] = 'Spam qovluğuna köçürüldü'; +?> \ No newline at end of file diff --git a/markasjunk/localization/be_BE.inc b/markasjunk/localization/be_BE.inc new file mode 100644 index 0000000..3f4a5f9 --- /dev/null +++ b/markasjunk/localization/be_BE.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Спам'; +$labels['buttontitle'] = 'Пазначыць як спам'; +$labels['reportedasjunk'] = 'Пазначаны як спам'; +?> \ No newline at end of file diff --git a/markasjunk/localization/bg_BG.inc b/markasjunk/localization/bg_BG.inc new file mode 100644 index 0000000..c49bafa --- /dev/null +++ b/markasjunk/localization/bg_BG.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Спам'; +$labels['buttontitle'] = 'Маркирай като спам'; +$labels['reportedasjunk'] = 'Писмото е маркирано като спам успешно'; +?> \ No newline at end of file diff --git a/markasjunk/localization/br.inc b/markasjunk/localization/br.inc new file mode 100644 index 0000000..3980bc2 --- /dev/null +++ b/markasjunk/localization/br.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Lastez'; +$labels['buttontitle'] = 'Merkañ evel lastez'; +$labels['reportedasjunk'] = 'Danevellet evel lastez gant berzh'; +?> \ No newline at end of file diff --git a/markasjunk/localization/bs_BA.inc b/markasjunk/localization/bs_BA.inc new file mode 100644 index 0000000..6a32ee0 --- /dev/null +++ b/markasjunk/localization/bs_BA.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Označi kao spam'; +$labels['reportedasjunk'] = 'Uspješno označeno kao spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ca_ES.inc b/markasjunk/localization/ca_ES.inc new file mode 100644 index 0000000..1a77aaf --- /dev/null +++ b/markasjunk/localization/ca_ES.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Correu brossa'; +$labels['buttontitle'] = 'Marca com a correu brossa'; +$labels['reportedasjunk'] = 'S\'ha reportat correctament com a correu brossa'; +?> \ No newline at end of file diff --git a/markasjunk/localization/cs_CZ.inc b/markasjunk/localization/cs_CZ.inc new file mode 100644 index 0000000..d0dbc6c --- /dev/null +++ b/markasjunk/localization/cs_CZ.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Označit jako Spam'; +$labels['reportedasjunk'] = 'Úspěšně nahlášeno jako Spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/cy_GB.inc b/markasjunk/localization/cy_GB.inc new file mode 100644 index 0000000..9ea2c9d --- /dev/null +++ b/markasjunk/localization/cy_GB.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Sothach'; +$labels['buttontitle'] = 'Nodi fel Sbwriel'; +$labels['reportedasjunk'] = 'Adroddwyd yn llwyddiannus fel Sbwriel'; +?> \ No newline at end of file diff --git a/markasjunk/localization/da_DK.inc b/markasjunk/localization/da_DK.inc new file mode 100644 index 0000000..ac2a4c8 --- /dev/null +++ b/markasjunk/localization/da_DK.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Marker som spam mail'; +$labels['reportedasjunk'] = 'Successfuldt rapporteret som spam mail'; +?> \ No newline at end of file diff --git a/markasjunk/localization/de_CH.inc b/markasjunk/localization/de_CH.inc new file mode 100644 index 0000000..c610285 --- /dev/null +++ b/markasjunk/localization/de_CH.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Als SPAM markieren'; +$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; +?> \ No newline at end of file diff --git a/markasjunk/localization/de_DE.inc b/markasjunk/localization/de_DE.inc new file mode 100644 index 0000000..28abacf --- /dev/null +++ b/markasjunk/localization/de_DE.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'als SPAM markieren'; +$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; +?> \ No newline at end of file diff --git a/markasjunk/localization/el_GR.inc b/markasjunk/localization/el_GR.inc new file mode 100644 index 0000000..d63ecd5 --- /dev/null +++ b/markasjunk/localization/el_GR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Ανεπιθύμητα'; +$labels['buttontitle'] = 'Σήμανση ως Ανεπιθύμητου'; +$labels['reportedasjunk'] = 'Αναφέρθηκε ως Ανεπιθήμητο'; +?> \ No newline at end of file diff --git a/markasjunk/localization/en_CA.inc b/markasjunk/localization/en_CA.inc new file mode 100644 index 0000000..92c0419 --- /dev/null +++ b/markasjunk/localization/en_CA.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Junk'; +$labels['buttontitle'] = 'Mark as Junk'; +$labels['reportedasjunk'] = 'Successfully reported as Junk'; +?> \ No newline at end of file diff --git a/markasjunk/localization/en_GB.inc b/markasjunk/localization/en_GB.inc new file mode 100644 index 0000000..92c0419 --- /dev/null +++ b/markasjunk/localization/en_GB.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Junk'; +$labels['buttontitle'] = 'Mark as Junk'; +$labels['reportedasjunk'] = 'Successfully reported as Junk'; +?> \ No newline at end of file diff --git a/markasjunk/localization/en_US.inc b/markasjunk/localization/en_US.inc new file mode 100644 index 0000000..aaa3c91 --- /dev/null +++ b/markasjunk/localization/en_US.inc @@ -0,0 +1,24 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels = array(); +$labels['buttontext'] = 'Junk'; +$labels['buttontitle'] = 'Mark as Junk'; +$labels['reportedasjunk'] = 'Successfully reported as Junk'; + +?> \ No newline at end of file diff --git a/markasjunk/localization/eo.inc b/markasjunk/localization/eo.inc new file mode 100644 index 0000000..d92e489 --- /dev/null +++ b/markasjunk/localization/eo.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Rubaĵo'; +$labels['buttontitle'] = 'Marki kiel rubaĵo'; +$labels['reportedasjunk'] = 'Sukcese raportita kiel rubaĵo'; +?> \ No newline at end of file diff --git a/markasjunk/localization/es_419.inc b/markasjunk/localization/es_419.inc new file mode 100644 index 0000000..e9bc14b --- /dev/null +++ b/markasjunk/localization/es_419.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Basura'; +$labels['buttontitle'] = 'Marcar como basura'; +$labels['reportedasjunk'] = 'Reportado como basura exitosamente'; +?> \ No newline at end of file diff --git a/markasjunk/localization/es_AR.inc b/markasjunk/localization/es_AR.inc new file mode 100644 index 0000000..b9c452b --- /dev/null +++ b/markasjunk/localization/es_AR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Correo no deseado'; +$labels['buttontitle'] = 'Marcar como SPAM'; +$labels['reportedasjunk'] = 'Mensaje reportado como SPAM'; +?> \ No newline at end of file diff --git a/markasjunk/localization/es_ES.inc b/markasjunk/localization/es_ES.inc new file mode 100644 index 0000000..eb7b274 --- /dev/null +++ b/markasjunk/localization/es_ES.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'SPAM'; +$labels['buttontitle'] = 'Marcar como SPAM'; +$labels['reportedasjunk'] = 'Reportado como SPAM, correctamente'; +?> \ No newline at end of file diff --git a/markasjunk/localization/et_EE.inc b/markasjunk/localization/et_EE.inc new file mode 100644 index 0000000..2b1d1f8 --- /dev/null +++ b/markasjunk/localization/et_EE.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Rämps'; +$labels['buttontitle'] = 'Märgista Rämpsuks'; +$labels['reportedasjunk'] = 'Edukalt Rämpsuks märgitud'; +?> \ No newline at end of file diff --git a/markasjunk/localization/eu_ES.inc b/markasjunk/localization/eu_ES.inc new file mode 100644 index 0000000..ade169b --- /dev/null +++ b/markasjunk/localization/eu_ES.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Zabor-mezua'; +$labels['buttontitle'] = 'Markatu zabor-mezu bezala'; +$labels['reportedasjunk'] = 'Zabor bezala markatu da'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fa_AF.inc b/markasjunk/localization/fa_AF.inc new file mode 100644 index 0000000..04eaec6 --- /dev/null +++ b/markasjunk/localization/fa_AF.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'هرزنامه'; +$labels['buttontitle'] = 'نشانه گذاری به عنوان هرزنامه'; +$labels['reportedasjunk'] = 'با موفقبت به عنوان هرزنامه گزارش شد'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fa_IR.inc b/markasjunk/localization/fa_IR.inc new file mode 100644 index 0000000..589f17d --- /dev/null +++ b/markasjunk/localization/fa_IR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'بنجل'; +$labels['buttontitle'] = 'علامت گذاری به عنوان بنجل'; +$labels['reportedasjunk'] = 'با کام‌یابی به عنوان بنجل گزارش شد'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fi_FI.inc b/markasjunk/localization/fi_FI.inc new file mode 100644 index 0000000..adf71ea --- /dev/null +++ b/markasjunk/localization/fi_FI.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Roskaposti'; +$labels['buttontitle'] = 'Merkitse roskapostiksi'; +$labels['reportedasjunk'] = 'Roskapostista on ilmoitettu onnistuneesti'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fo_FO.inc b/markasjunk/localization/fo_FO.inc new file mode 100644 index 0000000..0ef6a76 --- /dev/null +++ b/markasjunk/localization/fo_FO.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Møsn'; +$labels['buttontitle'] = 'Merk sum møsn'; +$labels['reportedasjunk'] = 'Melda sum møsn.'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fr_FR.inc b/markasjunk/localization/fr_FR.inc new file mode 100644 index 0000000..68e2e8b --- /dev/null +++ b/markasjunk/localization/fr_FR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Pourriel'; +$labels['buttontitle'] = 'Marqué comme pourriel'; +$labels['reportedasjunk'] = 'Signaler comme pourriel avec succès'; +?> \ No newline at end of file diff --git a/markasjunk/localization/fy_NL.inc b/markasjunk/localization/fy_NL.inc new file mode 100644 index 0000000..3291a96 --- /dev/null +++ b/markasjunk/localization/fy_NL.inc @@ -0,0 +1,19 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/gl_ES.inc b/markasjunk/localization/gl_ES.inc new file mode 100644 index 0000000..336c010 --- /dev/null +++ b/markasjunk/localization/gl_ES.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Correo lixo'; +$labels['buttontitle'] = 'Marcar como correo lixo'; +$labels['reportedasjunk'] = 'Mensaxe marcada como correo lixo'; +?> \ No newline at end of file diff --git a/markasjunk/localization/he_IL.inc b/markasjunk/localization/he_IL.inc new file mode 100644 index 0000000..d672e4b --- /dev/null +++ b/markasjunk/localization/he_IL.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'זבל'; +$labels['buttontitle'] = 'סמן כדואר זבל'; +$labels['reportedasjunk'] = 'דואר הזבל דווח בהצלחה'; +?> \ No newline at end of file diff --git a/markasjunk/localization/hr_HR.inc b/markasjunk/localization/hr_HR.inc new file mode 100644 index 0000000..6e69889 --- /dev/null +++ b/markasjunk/localization/hr_HR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Smeće (spam)'; +$labels['buttontitle'] = 'Označi kao smeće (spam)'; +$labels['reportedasjunk'] = 'Uspješno prijavljeno kao smeće (spam)'; +?> \ No newline at end of file diff --git a/markasjunk/localization/hu_HU.inc b/markasjunk/localization/hu_HU.inc new file mode 100644 index 0000000..aaccbd4 --- /dev/null +++ b/markasjunk/localization/hu_HU.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Levélszemét'; +$labels['buttontitle'] = 'Szemétnek jelölés'; +$labels['reportedasjunk'] = 'Sikeresen szemétnek jelentve'; +?> \ No newline at end of file diff --git a/markasjunk/localization/hy_AM.inc b/markasjunk/localization/hy_AM.inc new file mode 100644 index 0000000..f084212 --- /dev/null +++ b/markasjunk/localization/hy_AM.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Թափոն'; +$labels['buttontitle'] = 'Նշել որպես Թափոն'; +$labels['reportedasjunk'] = 'Բարեհաջող հաղորդվեց որպես Թափոն'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ia.inc b/markasjunk/localization/ia.inc new file mode 100644 index 0000000..d6f1c02 --- /dev/null +++ b/markasjunk/localization/ia.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Messages indesirate'; +$labels['buttontitle'] = 'Marcar como indesirate'; +$labels['reportedasjunk'] = 'Reportate como indesirate con successo'; +?> \ No newline at end of file diff --git a/markasjunk/localization/id_ID.inc b/markasjunk/localization/id_ID.inc new file mode 100644 index 0000000..e2988fb --- /dev/null +++ b/markasjunk/localization/id_ID.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Sampah'; +$labels['buttontitle'] = 'Tandai sebagai sampah'; +$labels['reportedasjunk'] = 'Berhasil dilaporkan sebagai sampah'; +?> \ No newline at end of file diff --git a/markasjunk/localization/it_IT.inc b/markasjunk/localization/it_IT.inc new file mode 100644 index 0000000..86db382 --- /dev/null +++ b/markasjunk/localization/it_IT.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Marca come Spam'; +$labels['reportedasjunk'] = 'Messaggio marcato come Spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ja_JP.inc b/markasjunk/localization/ja_JP.inc new file mode 100644 index 0000000..a90e6be --- /dev/null +++ b/markasjunk/localization/ja_JP.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = '迷惑メール'; +$labels['buttontitle'] = '迷惑メールとして設定'; +$labels['reportedasjunk'] = '迷惑メールとして報告しました。'; +?> \ No newline at end of file diff --git a/markasjunk/localization/km_KH.inc b/markasjunk/localization/km_KH.inc new file mode 100644 index 0000000..92ba883 --- /dev/null +++ b/markasjunk/localization/km_KH.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'សារ​ឥត​បានការ'; +$labels['buttontitle'] = 'សម្គាល់​ជា​សារ​ឥត​បានការ'; +$labels['reportedasjunk'] = 'បាន​រាយការណ៍​ជា​សារ​ឥត​បាន​ការ​ដោយ​ជោគជ័យ'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ko_KR.inc b/markasjunk/localization/ko_KR.inc new file mode 100644 index 0000000..485af31 --- /dev/null +++ b/markasjunk/localization/ko_KR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = '스팸'; +$labels['buttontitle'] = '스팸으로 표시'; +$labels['reportedasjunk'] = '스팸으로 성공적으로 보고함'; +?> \ No newline at end of file diff --git a/markasjunk/localization/lb_LU.inc b/markasjunk/localization/lb_LU.inc new file mode 100644 index 0000000..c6f1081 --- /dev/null +++ b/markasjunk/localization/lb_LU.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Als Spam markéieren'; +$labels['reportedasjunk'] = 'Erfollegräich als Spam gemellt'; +?> \ No newline at end of file diff --git a/markasjunk/localization/lt_LT.inc b/markasjunk/localization/lt_LT.inc new file mode 100644 index 0000000..b93e85d --- /dev/null +++ b/markasjunk/localization/lt_LT.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Brukalas'; +$labels['buttontitle'] = 'Žymėti kaip brukalą'; +$labels['reportedasjunk'] = 'Sėkmingai pranešta, jog laiškas yra brukalas'; +?> \ No newline at end of file diff --git a/markasjunk/localization/lv_LV.inc b/markasjunk/localization/lv_LV.inc new file mode 100644 index 0000000..6c56c54 --- /dev/null +++ b/markasjunk/localization/lv_LV.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Mēstules'; +$labels['buttontitle'] = 'Atzīmēt kā mēstuli'; +$labels['reportedasjunk'] = 'Sekmīgi iatzīmēta kā mēstule'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ml_IN.inc b/markasjunk/localization/ml_IN.inc new file mode 100644 index 0000000..d08a043 --- /dev/null +++ b/markasjunk/localization/ml_IN.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'ചവർ'; +$labels['buttontitle'] = 'ചവർ ആയി അടയാളപ്പെടുത്തുക'; +$labels['reportedasjunk'] = 'ചവർ ആയി അടയാളപ്പെടുത്തി'; +?> \ No newline at end of file diff --git a/markasjunk/localization/mr_IN.inc b/markasjunk/localization/mr_IN.inc new file mode 100644 index 0000000..232b4b3 --- /dev/null +++ b/markasjunk/localization/mr_IN.inc @@ -0,0 +1,20 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontitle'] = 'नको असलेला अशी खूण करा'; +$labels['reportedasjunk'] = 'नको आहे असे यशस्वीरीत्या नक्की केले'; +?> \ No newline at end of file diff --git a/markasjunk/localization/nb_NO.inc b/markasjunk/localization/nb_NO.inc new file mode 100644 index 0000000..af1b2cb --- /dev/null +++ b/markasjunk/localization/nb_NO.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Useriøs e-post'; +$labels['buttontitle'] = 'Marker som useriøs e-post'; +$labels['reportedasjunk'] = 'Rapportering av useriøs e-post var vellykket'; +?> \ No newline at end of file diff --git a/markasjunk/localization/nl_NL.inc b/markasjunk/localization/nl_NL.inc new file mode 100644 index 0000000..e1ed115 --- /dev/null +++ b/markasjunk/localization/nl_NL.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Markeer als spam'; +$labels['reportedasjunk'] = 'Succesvol gemarkeerd als spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/nn_NO.inc b/markasjunk/localization/nn_NO.inc new file mode 100644 index 0000000..f198c56 --- /dev/null +++ b/markasjunk/localization/nn_NO.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Useriøs e-post'; +$labels['buttontitle'] = 'Marker som useriøs e-post'; +$labels['reportedasjunk'] = 'Rapportering av useriøs e-post var vellykka'; +?> \ No newline at end of file diff --git a/markasjunk/localization/pl_PL.inc b/markasjunk/localization/pl_PL.inc new file mode 100644 index 0000000..a23a8de --- /dev/null +++ b/markasjunk/localization/pl_PL.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Oznacz jako SPAM'; +$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM'; +?> \ No newline at end of file diff --git a/markasjunk/localization/pt_BR.inc b/markasjunk/localization/pt_BR.inc new file mode 100644 index 0000000..001d463 --- /dev/null +++ b/markasjunk/localization/pt_BR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Marcar como Spam'; +$labels['reportedasjunk'] = 'Marcado como Spam com sucesso'; +?> \ No newline at end of file diff --git a/markasjunk/localization/pt_PT.inc b/markasjunk/localization/pt_PT.inc new file mode 100644 index 0000000..fd26a38 --- /dev/null +++ b/markasjunk/localization/pt_PT.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Lixo'; +$labels['buttontitle'] = 'Marcar como Lixo'; +$labels['reportedasjunk'] = 'Reportado como Lixo com sucesso'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ro_RO.inc b/markasjunk/localization/ro_RO.inc new file mode 100644 index 0000000..b843fa5 --- /dev/null +++ b/markasjunk/localization/ro_RO.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Spam'; +$labels['buttontitle'] = 'Marchează ca Spam'; +$labels['reportedasjunk'] = 'Raportat cu succes ca Spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/ru_RU.inc b/markasjunk/localization/ru_RU.inc new file mode 100644 index 0000000..78e2695 --- /dev/null +++ b/markasjunk/localization/ru_RU.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'СПАМ'; +$labels['buttontitle'] = 'Переместить в СПАМ'; +$labels['reportedasjunk'] = 'Перемещено в СПАМ'; +?> \ No newline at end of file diff --git a/markasjunk/localization/si_LK.inc b/markasjunk/localization/si_LK.inc new file mode 100644 index 0000000..06283ef --- /dev/null +++ b/markasjunk/localization/si_LK.inc @@ -0,0 +1,20 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontitle'] = 'සුන්බුන් ලෙස සලකුණු කරන්න'; +$labels['reportedasjunk'] = 'සුන්බුන් ලෙස වාර්තා කිරීම සාර්ථකයි'; +?> \ No newline at end of file diff --git a/markasjunk/localization/sk_SK.inc b/markasjunk/localization/sk_SK.inc new file mode 100644 index 0000000..25afe6c --- /dev/null +++ b/markasjunk/localization/sk_SK.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Nevyžiadaná pošta'; +$labels['buttontitle'] = 'Označiť ako nevyžiadané'; +$labels['reportedasjunk'] = 'Úspešne nahlásené ako nevyžiadaná pošta'; +?> \ No newline at end of file diff --git a/markasjunk/localization/sl_SI.inc b/markasjunk/localization/sl_SI.inc new file mode 100644 index 0000000..538bb7f --- /dev/null +++ b/markasjunk/localization/sl_SI.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Nezaželena sporočila'; +$labels['buttontitle'] = 'Označi kot spam'; +$labels['reportedasjunk'] = 'Uspešno označeno kot spam'; +?> \ No newline at end of file diff --git a/markasjunk/localization/sr_CS.inc b/markasjunk/localization/sr_CS.inc new file mode 100644 index 0000000..6977bdc --- /dev/null +++ b/markasjunk/localization/sr_CS.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Смеће'; +$labels['buttontitle'] = 'Означи као cмеће'; +$labels['reportedasjunk'] = 'Успешно пријављени као cмеће'; +?> \ No newline at end of file diff --git a/markasjunk/localization/sv_SE.inc b/markasjunk/localization/sv_SE.inc new file mode 100644 index 0000000..369821e --- /dev/null +++ b/markasjunk/localization/sv_SE.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Skräp'; +$labels['buttontitle'] = 'Märk som skräp'; +$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp'; +?> \ No newline at end of file diff --git a/markasjunk/localization/tr_TR.inc b/markasjunk/localization/tr_TR.inc new file mode 100644 index 0000000..4d46c0b --- /dev/null +++ b/markasjunk/localization/tr_TR.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'İstenmeyen'; +$labels['buttontitle'] = 'İstenmeyen olarak işaretle'; +$labels['reportedasjunk'] = 'Spam olarak rapor edildi'; +?> \ No newline at end of file diff --git a/markasjunk/localization/uk_UA.inc b/markasjunk/localization/uk_UA.inc new file mode 100644 index 0000000..945a5e2 --- /dev/null +++ b/markasjunk/localization/uk_UA.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Спам'; +$labels['buttontitle'] = 'Перемістити в "Спам'; +$labels['reportedasjunk'] = 'Переміщено до "Спаму'; +?> \ No newline at end of file diff --git a/markasjunk/localization/vi_VN.inc b/markasjunk/localization/vi_VN.inc new file mode 100644 index 0000000..cd09098 --- /dev/null +++ b/markasjunk/localization/vi_VN.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = 'Thư rác'; +$labels['buttontitle'] = 'Đánh dấu để được xem là thư rác'; +$labels['reportedasjunk'] = 'Đánh dấu để được xem là thư rác thành công'; +?> \ No newline at end of file diff --git a/markasjunk/localization/zh_CN.inc b/markasjunk/localization/zh_CN.inc new file mode 100644 index 0000000..1f2250e --- /dev/null +++ b/markasjunk/localization/zh_CN.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = '垃圾邮件'; +$labels['buttontitle'] = '标记为垃圾邮件'; +$labels['reportedasjunk'] = '成功报告该邮件为垃圾邮件'; +?> \ No newline at end of file diff --git a/markasjunk/localization/zh_TW.inc b/markasjunk/localization/zh_TW.inc new file mode 100644 index 0000000..a42fd11 --- /dev/null +++ b/markasjunk/localization/zh_TW.inc @@ -0,0 +1,21 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ +$labels['buttontext'] = '垃圾郵件'; +$labels['buttontitle'] = '標示為垃圾信'; +$labels['reportedasjunk'] = '成功回報垃圾信'; +?> \ No newline at end of file diff --git a/markasjunk/markasjunk.js b/markasjunk/markasjunk.js new file mode 100644 index 0000000..7540c89 --- /dev/null +++ b/markasjunk/markasjunk.js @@ -0,0 +1,43 @@ +/** + * Mark-as-Junk plugin script + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (c) 2013, The Roundcube Dev Team + * + * The JavaScript code in this page is free software: you can redistribute it + * and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. + */ + +function rcmail_markasjunk(prop) +{ + if (!rcmail.env.uid && (!rcmail.message_list || !rcmail.message_list.get_selection().length)) + return; + + var uids = rcmail.env.uid ? rcmail.env.uid : rcmail.message_list.get_selection().join(','), + lock = rcmail.set_busy(true, 'loading'); + + rcmail.http_post('plugin.markasjunk', '_uid='+uids+'&_mbox='+urlencode(rcmail.env.mailbox), lock); +} + +// callback for app-onload event +if (window.rcmail) { + rcmail.addEventListener('init', function(evt) { + + // register command (directly enable in message view mode) + rcmail.register_command('plugin.markasjunk', rcmail_markasjunk, rcmail.env.uid); + + // add event-listener to message list + if (rcmail.message_list) + rcmail.message_list.addEventListener('select', function(list){ + rcmail.enable_command('plugin.markasjunk', list.get_selection().length > 0); + }); + }) +} + diff --git a/markasjunk/markasjunk.php b/markasjunk/markasjunk.php new file mode 100644 index 0000000..d07b494 --- /dev/null +++ b/markasjunk/markasjunk.php @@ -0,0 +1,75 @@ +register_action('plugin.markasjunk', array($this, 'request_action')); + $this->add_hook('storage_init', array($this, 'storage_init')); + + if ($rcmail->action == '' || $rcmail->action == 'show') { + $skin_path = $this->local_skin_path(); + $this->include_script('markasjunk.js'); + if (is_file($this->home . "/$skin_path/markasjunk.css")) + $this->include_stylesheet("$skin_path/markasjunk.css"); + $this->add_texts('localization', true); + + $this->add_button(array( + 'type' => 'link', + 'label' => 'buttontext', + 'command' => 'plugin.markasjunk', + 'class' => 'button buttonPas junk disabled', + 'classact' => 'button junk', + 'title' => 'buttontitle', + 'domain' => 'markasjunk'), 'toolbar'); + } + } + + function storage_init($args) + { + $flags = array( + 'JUNK' => 'Junk', + 'NONJUNK' => 'NonJunk', + ); + + // register message flags + $args['message_flags'] = array_merge((array)$args['message_flags'], $flags); + + return $args; + } + + function request_action() + { + $this->add_texts('localization'); + + $rcmail = rcmail::get_instance(); + $storage = $rcmail->get_storage(); + + foreach (rcmail::get_uids() as $mbox => $uids) { + $storage->unset_flag($uids, 'NONJUNK', $mbox); + $storage->set_flag($uids, 'JUNK', $mbox); + } + + if (($junk_mbox = $rcmail->config->get('junk_mbox'))) { + $rcmail->output->command('move_messages', $junk_mbox); + } + + $rcmail->output->command('display_message', $this->gettext('reportedasjunk'), 'confirmation'); + $rcmail->output->send(); + } + +} diff --git a/markasjunk/skins/classic/junk_act.png b/markasjunk/skins/classic/junk_act.png new file mode 100644 index 0000000..b5a84f6 Binary files /dev/null and b/markasjunk/skins/classic/junk_act.png differ diff --git a/markasjunk/skins/classic/junk_pas.png b/markasjunk/skins/classic/junk_pas.png new file mode 100644 index 0000000..b88a561 Binary files /dev/null and b/markasjunk/skins/classic/junk_pas.png differ diff --git a/markasjunk/skins/classic/markasjunk.css b/markasjunk/skins/classic/markasjunk.css new file mode 100644 index 0000000..5b1d47b --- /dev/null +++ b/markasjunk/skins/classic/markasjunk.css @@ -0,0 +1,6 @@ + +#messagetoolbar a.button.junk { + text-indent: -5000px; + background: url(junk_act.png) 0 0 no-repeat; +} + diff --git a/markasjunk/skins/larry/.gitignore b/markasjunk/skins/larry/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/markasjunk/tests/Markasjunk.php b/markasjunk/tests/Markasjunk.php new file mode 100644 index 0000000..73494b0 --- /dev/null +++ b/markasjunk/tests/Markasjunk.php @@ -0,0 +1,23 @@ +api); + + $this->assertInstanceOf('markasjunk', $plugin); + $this->assertInstanceOf('rcube_plugin', $plugin); + } +} + -- cgit v1.2.3