packages: horde-imp/imp-important.patch - simplify the patch, use new namin...
baggins
baggins at pld-linux.org
Thu Apr 22 13:16:04 CEST 2010
Author: baggins Date: Thu Apr 22 11:16:04 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- simplify the patch, use new naming but don't clear the flag
---- Files affected:
packages/horde-imp:
imp-important.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/horde-imp/imp-important.patch
diff -u packages/horde-imp/imp-important.patch:1.1 packages/horde-imp/imp-important.patch:1.2
--- packages/horde-imp/imp-important.patch:1.1 Mon Oct 27 17:54:29 2008
+++ packages/horde-imp/imp-important.patch Thu Apr 22 13:15:59 2010
@@ -1,4 +1,4 @@
-This patch reverts the following change:
+This patch parially reverts the following change:
v4.2-cvs
--------
@@ -24,595 +24,3 @@
}
$entry = sprintf("%s Message sent to %s from %s", $_SERVER['REMOTE_ADDR'], $recipients, $_SESSION['imp']['user']);
-diff -ur imp-h3-4.3/lib/Search.php imp-h3-4.3-important/lib/Search.php
---- imp-h3-4.3/lib/Search.php 2008-08-22 18:35:44.000000000 +0200
-+++ imp-h3-4.3-important/lib/Search.php 2008-10-27 17:29:09.000000000 +0100
-@@ -799,12 +799,12 @@
- ),
- 'flagged' => array(
- 'flag' => 'flagged',
-- 'label' => _("Flagged messages"),
-+ 'label' => _("Important messages"),
- 'type' => IMP_SEARCH_FLAG_HAS
- ),
- 'unflagged' => array(
- 'flag' => 'flagged',
-- 'label' => _("Unflagged messages"),
-+ 'label' => _("Unimportant messages"),
- 'type' => IMP_SEARCH_FLAG_NOT
- ),
- 'deleted' => array(
-diff -ur imp-h3-4.3/mailbox.php imp-h3-4.3-important/mailbox.php
---- imp-h3-4.3/mailbox.php 2008-09-22 19:28:35.000000000 +0200
-+++ imp-h3-4.3-important/mailbox.php 2008-10-27 17:29:09.000000000 +0100
-@@ -771,7 +771,7 @@
- }
- if ($ob->flagged) {
- $flagbits |= IMP_FLAGGED;
-- $msg['status'] .= Horde::img('mail_flagged.png', _("Flagged For Followup"), array('title' => _("Flagged For Followup")));
-+ $msg['status'] .= Horde::img('mail_flagged.png', _("Important"));
- $bg[] = 'flagged';
- }
- if ($ob->deleted) {
-diff -ur imp-h3-4.3/message.php imp-h3-4.3-important/message.php
---- imp-h3-4.3/message.php 2008-05-19 21:25:03.000000000 +0200
-+++ imp-h3-4.3-important/message.php 2008-10-27 17:29:09.000000000 +0100
-@@ -476,7 +476,7 @@
- $flag_array = array(
- 'answered' => _("Answered"),
- 'draft' => _("Draft"),
-- 'flagged' => _("Flagged For Followup"),
-+ 'flagged' => _("Important"),
- 'deleted' => _("Deleted")
- );
- foreach ($flag_array as $flag => $desc) {
-diff -ur imp-h3-4.3/po/ar_OM.po imp-h3-4.3-important/po/ar_OM.po
---- imp-h3-4.3/po/ar_OM.po 2007-12-20 15:00:18.000000000 +0100
-+++ imp-h3-4.3-important/po/ar_OM.po 2008-10-27 17:34:08.000000000 +0100
-@@ -1136,7 +1136,7 @@
- msgstr "áíÓÊ ÑÓÇÆá ãáÛíÉ"
-
- #: templates/search/main.inc:171
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "áíÓÊ ÑÓÇÆá ãåãÉ"
-
- #: search.php:65
-diff -ur imp-h3-4.3/po/ar_SY.po imp-h3-4.3-important/po/ar_SY.po
---- imp-h3-4.3/po/ar_SY.po 2007-12-20 15:00:18.000000000 +0100
-+++ imp-h3-4.3-important/po/ar_SY.po 2008-10-27 17:34:58.000000000 +0100
-@@ -1135,7 +1135,7 @@
- msgstr "áíÓÊ ÑÓÇÆá ãáÛíÉ"
-
- #: templates/search/main.inc:171
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "áíÓÊ ÑÓÇÆá ãåãÉ"
-
- #: search.php:65
-@@ -2258,4 +2258,4 @@
- #: templates/filters/list.inc:42
- #, c-format
- msgid "where the %s field contains <b>%s</b>"
--msgstr "ÈíäãÇ ÇáÍÞá %s íÍÊæí <b>%s</b>"
-\ No newline at end of file
-+msgstr "ÈíäãÇ ÇáÍÞá %s íÍÊæí <b>%s</b>"
-diff -ur imp-h3-4.3/po/bg_BG.po imp-h3-4.3-important/po/bg_BG.po
---- imp-h3-4.3/po/bg_BG.po 2007-12-20 15:00:18.000000000 +0100
-+++ imp-h3-4.3-important/po/bg_BG.po 2008-10-27 17:35:05.000000000 +0100
-@@ -1187,7 +1187,7 @@
- msgid "Not deleted messages"
- msgstr "Íåèçòðèòè ïèñìà"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ìàëîâàæíè ïèñìà"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/bs_BA.po imp-h3-4.3-important/po/bs_BA.po
---- imp-h3-4.3/po/bs_BA.po 2007-12-20 15:00:18.000000000 +0100
-+++ imp-h3-4.3-important/po/bs_BA.po 2008-10-27 17:35:12.000000000 +0100
-@@ -2378,7 +2378,7 @@
- msgstr "Neobrisane poruke"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Neva¾ne poruke"
-
- #: lib/Maintenance/Task/fetchmail_login.php:76
-diff -ur imp-h3-4.3/po/ca_ES.po imp-h3-4.3-important/po/ca_ES.po
---- imp-h3-4.3/po/ca_ES.po 2007-02-07 17:26:20.000000000 +0100
-+++ imp-h3-4.3-important/po/ca_ES.po 2008-10-27 17:29:09.000000000 +0100
-@@ -2603,7 +2603,7 @@
- msgstr "Missatges no eliminats"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Missatges no importants"
-
- #: lib/Maintenance/Task/fetchmail_login.php:71
-diff -ur imp-h3-4.3/po/cs_CZ.po imp-h3-4.3-important/po/cs_CZ.po
---- imp-h3-4.3/po/cs_CZ.po 2007-04-05 12:14:16.000000000 +0200
-+++ imp-h3-4.3-important/po/cs_CZ.po 2008-10-27 17:35:18.000000000 +0100
-@@ -2586,7 +2586,7 @@
- msgstr "Nevymazané zprávy"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Nedùle¾ité zprávy"
-
- #: lib/Maintenance/Task/fetchmail_login.php:71
-diff -ur imp-h3-4.3/po/de_DE.po imp-h3-4.3-important/po/de_DE.po
---- imp-h3-4.3/po/de_DE.po 2008-09-25 12:52:05.000000000 +0200
-+++ imp-h3-4.3-important/po/de_DE.po 2008-10-27 17:49:26.000000000 +0100
-@@ -6021,3 +6021,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "Ihrer Positivliste"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Wichtige Nachrichten"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Nicht wichtige Nachrichten"
-diff -ur imp-h3-4.3/po/el_GR.po imp-h3-4.3-important/po/el_GR.po
---- imp-h3-4.3/po/el_GR.po 2006-03-23 10:40:15.000000000 +0100
-+++ imp-h3-4.3-important/po/el_GR.po 2008-10-27 17:35:24.000000000 +0100
-@@ -2461,7 +2461,7 @@
- msgid "Not deleted messages"
- msgstr "Ìç ÄéáãñáììÝíá ìçíýìáôá"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ìç óçìáíôéêÜ ìçíýìáôá"
-
- #: lib/Maintenance/Task/fetchmail_login.php:76
-diff -ur imp-h3-4.3/po/es_ES.po imp-h3-4.3-important/po/es_ES.po
---- imp-h3-4.3/po/es_ES.po 2008-05-24 18:32:55.000000000 +0200
-+++ imp-h3-4.3-important/po/es_ES.po 2008-10-27 17:49:41.000000000 +0100
-@@ -5851,3 +5851,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "su lista blanca"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Mensajes importantes"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Mensajes no importantes"
-diff -ur imp-h3-4.3/po/et_EE.po imp-h3-4.3-important/po/et_EE.po
---- imp-h3-4.3/po/et_EE.po 2008-07-30 19:45:41.000000000 +0200
-+++ imp-h3-4.3-important/po/et_EE.po 2008-10-27 17:50:00.000000000 +0100
-@@ -5532,3 +5532,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "oma valge nimekirja"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Tähtsad kirjad"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Mitte tähtsad kirjad"
-diff -ur imp-h3-4.3/po/eu_ES.po imp-h3-4.3-important/po/eu_ES.po
---- imp-h3-4.3/po/eu_ES.po 2008-07-17 23:04:03.000000000 +0200
-+++ imp-h3-4.3-important/po/eu_ES.po 2008-10-27 17:29:09.000000000 +0100
-@@ -2608,7 +2608,7 @@
- msgstr "Ezabatu gabeko mezuak"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Garrantzizkoak ez diren mezuak"
-
- #: lib/Maintenance/Task/fetchmail_login.php:71
-diff -ur imp-h3-4.3/po/fa_IR.po imp-h3-4.3-important/po/fa_IR.po
---- imp-h3-4.3/po/fa_IR.po 2007-12-20 15:00:21.000000000 +0100
-+++ imp-h3-4.3-important/po/fa_IR.po 2008-10-27 17:35:32.000000000 +0100
-@@ -2517,7 +2517,7 @@
- msgstr "Ù¾ÛØºØ§Ù
ÙØ§Û ØØ°Ù ÙØ´Ø¯Ù"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ù¾ÛØºØ§Ù
ÙØ§Û ØºÛØ± Ù
ÙÙ
"
-
- #: lib/Maintenance/Task/fetchmail_login.php:75
-diff -ur imp-h3-4.3/po/fi_FI.po imp-h3-4.3-important/po/fi_FI.po
---- imp-h3-4.3/po/fi_FI.po 2008-09-24 18:22:11.000000000 +0200
-+++ imp-h3-4.3-important/po/fi_FI.po 2008-10-27 17:50:10.000000000 +0100
-@@ -5904,3 +5904,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "sallittujen listasi"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Tärkeät viestit"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Ei tärkeät viestit"
-diff -ur imp-h3-4.3/po/fr_FR.po imp-h3-4.3-important/po/fr_FR.po
---- imp-h3-4.3/po/fr_FR.po 2008-05-31 11:43:55.000000000 +0200
-+++ imp-h3-4.3-important/po/fr_FR.po 2008-10-27 17:50:21.000000000 +0100
-@@ -5905,3 +5905,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "votre liste blanche"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Messages importants"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Messages peu importants"
-diff -ur imp-h3-4.3/po/gl_ES.po imp-h3-4.3-important/po/gl_ES.po
---- imp-h3-4.3/po/gl_ES.po 2007-12-20 15:00:23.000000000 +0100
-+++ imp-h3-4.3-important/po/gl_ES.po 2008-10-27 17:29:09.000000000 +0100
-@@ -826,7 +826,7 @@
- msgid "Not deleted messages"
- msgstr "Mensaxes non eliminadas"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Mensaxes non importantes"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/hu_HU.po imp-h3-4.3-important/po/hu_HU.po
---- imp-h3-4.3/po/hu_HU.po 2008-01-27 14:00:04.000000000 +0100
-+++ imp-h3-4.3-important/po/hu_HU.po 2008-10-27 17:50:31.000000000 +0100
-@@ -5682,3 +5682,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "engedélyezési listája"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Fontos levelek"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Nem fontos levelek"
-diff -ur imp-h3-4.3/po/id_ID.po imp-h3-4.3-important/po/id_ID.po
---- imp-h3-4.3/po/id_ID.po 2007-12-20 15:00:23.000000000 +0100
-+++ imp-h3-4.3-important/po/id_ID.po 2008-10-27 17:29:09.000000000 +0100
-@@ -840,7 +840,7 @@
- msgid "Not deleted messages"
- msgstr "Pesan tidak terhapus"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Pesan tidak penting"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/imp.pot imp-h3-4.3-important/po/imp.pot
---- imp-h3-4.3/po/imp.pot 2008-09-25 12:55:03.000000000 +0200
-+++ imp-h3-4.3-important/po/imp.pot 2008-10-27 17:29:09.000000000 +0100
-@@ -5703,3 +5703,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr ""
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr ""
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr ""
-diff -ur imp-h3-4.3/po/is_IS.po imp-h3-4.3-important/po/is_IS.po
---- imp-h3-4.3/po/is_IS.po 2005-11-23 15:47:48.000000000 +0100
-+++ imp-h3-4.3-important/po/is_IS.po 2008-10-27 17:36:04.000000000 +0100
-@@ -2393,7 +2393,7 @@
- msgstr "Ekki eydd skeyti"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ekki áríðandi skeyti"
-
- #: lib/Maintenance/Task/fetchmail_login.php:71
-diff -ur imp-h3-4.3/po/it_IT.po imp-h3-4.3-important/po/it_IT.po
---- imp-h3-4.3/po/it_IT.po 2008-06-16 17:15:47.000000000 +0200
-+++ imp-h3-4.3-important/po/it_IT.po 2008-10-27 17:50:41.000000000 +0100
-@@ -5855,3 +5855,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "tua lista bianca"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Messaggi importanti"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Messaggi non importanti"
-diff -ur imp-h3-4.3/po/ja_JP.po imp-h3-4.3-important/po/ja_JP.po
---- imp-h3-4.3/po/ja_JP.po 2008-09-25 11:41:23.000000000 +0200
-+++ imp-h3-4.3-important/po/ja_JP.po 2008-10-27 17:50:50.000000000 +0100
-@@ -5800,3 +5800,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "zCgXg"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "dvÈbZ[W"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "dvÅÈ¢["
-diff -ur imp-h3-4.3/po/ko_KR.po imp-h3-4.3-important/po/ko_KR.po
---- imp-h3-4.3/po/ko_KR.po 2007-12-20 15:00:26.000000000 +0100
-+++ imp-h3-4.3-important/po/ko_KR.po 2008-10-27 17:36:32.000000000 +0100
-@@ -2308,7 +2308,7 @@
- msgstr "Áö¿öÁöÁö ¾ÊÀº ÆíÁö"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Áß¿äÇÏÁö ¾ÊÀº ÆíÁö"
-
- #: lib/Maintenance/Task/fetchmail_login.php:76
-diff -ur imp-h3-4.3/po/lt_LT.po imp-h3-4.3-important/po/lt_LT.po
---- imp-h3-4.3/po/lt_LT.po 2007-12-20 15:00:26.000000000 +0100
-+++ imp-h3-4.3-important/po/lt_LT.po 2008-10-27 17:51:01.000000000 +0100
-@@ -5537,3 +5537,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "jûsø baltasis sàraðas"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Svarbûs laiðkai"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Nesvarbûs laiðkai"
-diff -ur imp-h3-4.3/po/lv_LV.po imp-h3-4.3-important/po/lv_LV.po
---- imp-h3-4.3/po/lv_LV.po 2007-12-20 15:00:26.000000000 +0100
-+++ imp-h3-4.3-important/po/lv_LV.po 2008-10-27 17:37:18.000000000 +0100
-@@ -797,7 +797,7 @@
- msgid "Not deleted messages"
- msgstr "Nav izdzçstas vçstules"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Nav svarîgas vçstules"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/mk_MK.po imp-h3-4.3-important/po/mk_MK.po
---- imp-h3-4.3/po/mk_MK.po 2007-12-20 15:00:26.000000000 +0100
-+++ imp-h3-4.3-important/po/mk_MK.po 2008-10-27 17:37:23.000000000 +0100
-@@ -738,7 +738,7 @@
- msgid "Not deleted messages"
- msgstr "½Õ Ø×ÑàØèÐÝØ ßÞàÐÚØ"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "½ÕÒÐÖÝØ ßÞàÐÚØ"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/nb_NO.po imp-h3-4.3-important/po/nb_NO.po
---- imp-h3-4.3/po/nb_NO.po 2006-03-27 09:28:24.000000000 +0200
-+++ imp-h3-4.3-important/po/nb_NO.po 2008-10-27 17:29:09.000000000 +0100
-@@ -2336,7 +2336,7 @@
- msgstr "Ikke slettede meldinger"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Uviktige meldinger"
-
- #: lib/Maintenance/Task/fetchmail_login.php:76
-diff -ur imp-h3-4.3/po/nl_NL.po imp-h3-4.3-important/po/nl_NL.po
---- imp-h3-4.3/po/nl_NL.po 2008-09-14 14:23:33.000000000 +0200
-+++ imp-h3-4.3-important/po/nl_NL.po 2008-10-27 17:51:13.000000000 +0100
-@@ -5915,3 +5915,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "uw witte lijst"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Belangrijke berichten"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Niet belangrijke berichten"
-diff -ur imp-h3-4.3/po/nn_NO.po imp-h3-4.3-important/po/nn_NO.po
---- imp-h3-4.3/po/nn_NO.po 2007-12-20 15:00:27.000000000 +0100
-+++ imp-h3-4.3-important/po/nn_NO.po 2008-10-27 17:29:09.000000000 +0100
-@@ -1080,7 +1080,7 @@
- msgid "Not deleted messages"
- msgstr "Ikkje sletta meldingar"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ikkje viktige meldingar"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/pl_PL.po imp-h3-4.3-important/po/pl_PL.po
---- imp-h3-4.3/po/pl_PL.po 2007-12-20 15:00:28.000000000 +0100
-+++ imp-h3-4.3-important/po/pl_PL.po 2008-10-27 17:51:25.000000000 +0100
-@@ -5562,3 +5562,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "twoja bia³a lista"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Wa¿ne wiadomo¶ci"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Niewa¿ne wiadomo¶ci"
-diff -ur imp-h3-4.3/po/pt_BR.po imp-h3-4.3-important/po/pt_BR.po
---- imp-h3-4.3/po/pt_BR.po 2008-09-02 11:08:24.000000000 +0200
-+++ imp-h3-4.3-important/po/pt_BR.po 2008-10-27 17:51:34.000000000 +0100
-@@ -5843,3 +5843,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "sua lista branca"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Mensagens importantes"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Mensagens não importantes"
-diff -ur imp-h3-4.3/po/pt_PT.po imp-h3-4.3-important/po/pt_PT.po
---- imp-h3-4.3/po/pt_PT.po 2007-01-10 13:01:24.000000000 +0100
-+++ imp-h3-4.3-important/po/pt_PT.po 2008-10-27 17:37:46.000000000 +0100
-@@ -2585,7 +2585,7 @@
- msgstr "Mensagens não removidas"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Não são mensagens importantes"
-
- #: lib/Maintenance/Task/fetchmail_login.php:71
-diff -ur imp-h3-4.3/po/ro_RO.po imp-h3-4.3-important/po/ro_RO.po
---- imp-h3-4.3/po/ro_RO.po 2007-12-20 15:00:29.000000000 +0100
-+++ imp-h3-4.3-important/po/ro_RO.po 2008-10-27 17:29:09.000000000 +0100
-@@ -813,7 +813,7 @@
- msgid "Not deleted messages"
- msgstr "Mesaje Nesterse"
-
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Mesaje Neimportante"
-
- msgid "November"
-diff -ur imp-h3-4.3/po/ru_RU.po imp-h3-4.3-important/po/ru_RU.po
---- imp-h3-4.3/po/ru_RU.po 2008-02-10 10:50:59.000000000 +0100
-+++ imp-h3-4.3-important/po/ru_RU.po 2008-10-27 17:37:52.000000000 +0100
-@@ -3608,7 +3608,7 @@
- msgstr "Íå óäàëåííûå ñîîáùåíèÿ"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Íå âàæíûå ñîîáùåíèÿ"
-
- #: lib/Maintenance/Task/fetchmail_login.php:70
-diff -ur imp-h3-4.3/po/sk_SK.po imp-h3-4.3-important/po/sk_SK.po
---- imp-h3-4.3/po/sk_SK.po 2008-09-17 14:20:08.000000000 +0200
-+++ imp-h3-4.3-important/po/sk_SK.po 2008-10-27 17:51:43.000000000 +0100
-@@ -5869,3 +5869,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "Va¹a biela listina"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Dôle¾ité správy"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Nedôle¾ité správy"
-diff -ur imp-h3-4.3/po/sv_SE.po imp-h3-4.3-important/po/sv_SE.po
---- imp-h3-4.3/po/sv_SE.po 2007-12-20 15:00:31.000000000 +0100
-+++ imp-h3-4.3-important/po/sv_SE.po 2008-10-27 17:29:09.000000000 +0100
-@@ -2359,7 +2359,7 @@
- msgstr "Ej raderade meddelanden"
-
- #: templates/search/main.inc:51
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "Ej viktiga meddelanden"
-
- #: lib/Maintenance/Task/fetchmail_login.php:76
-diff -ur imp-h3-4.3/po/th_TH.po imp-h3-4.3-important/po/th_TH.po
---- imp-h3-4.3/po/th_TH.po 2007-12-20 15:00:31.000000000 +0100
-+++ imp-h3-4.3-important/po/th_TH.po 2008-10-27 17:38:12.000000000 +0100
-@@ -964,7 +964,7 @@
- msgstr "äÁèãªè¢éͤÇÒÁ·Õè¶Ù¡Åº"
-
- #: templates/search/main.inc:198
--msgid "Not important messages"
-+msgid "Unimportant messages"
- msgstr "äÁèãªè¢éͤÇÒÁÊÓ¤Ñ"
-
- #: templates/search/main.inc:86 templates/search/main.inc:115
-diff -ur imp-h3-4.3/po/tr_TR.po imp-h3-4.3-important/po/tr_TR.po
---- imp-h3-4.3/po/tr_TR.po 2008-05-02 18:25:22.000000000 +0200
-+++ imp-h3-4.3-important/po/tr_TR.po 2008-10-27 17:51:54.000000000 +0100
-@@ -5803,3 +5803,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "beyaz listeniz"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "Ãnemli Ãletiler"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "Önemsiz iletiler"
-diff -ur imp-h3-4.3/po/uk_UA.po imp-h3-4.3-important/po/uk_UA.po
---- imp-h3-4.3/po/uk_UA.po 2007-12-20 15:00:32.000000000 +0100
-+++ imp-h3-4.3-important/po/uk_UA.po 2008-10-27 17:52:02.000000000 +0100
-@@ -5453,3 +5453,11 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "Âàø á³ëèé ñïèñîê"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "÷ÁÖÌÉצ ÌÉÓÔÉ"
-+
-+#: templates/search/main.inc:51
-+msgid "Unimportant messages"
-+msgstr "îÅ ×ÁÖÌÉצ ÌÉÓÔÉ"
-diff -ur imp-h3-4.3/po/zh_TW.po imp-h3-4.3-important/po/zh_TW.po
---- imp-h3-4.3/po/zh_TW.po 2008-05-13 10:15:02.000000000 +0200
-+++ imp-h3-4.3-important/po/zh_TW.po 2008-10-27 17:38:40.000000000 +0100
-@@ -5655,3 +5655,7 @@
- #: lib/Filter.php:91
- msgid "your whitelist"
- msgstr "§Aªº¤Íµ½¦W³æ"
-+
-+#: templates/search/main.inc:47
-+msgid "Important messages"
-+msgstr "«n¶l¥ó"
-diff -ur imp-h3-4.3/templates/mailbox/navbar.html imp-h3-4.3-important/templates/mailbox/navbar.html
---- imp-h3-4.3/templates/mailbox/navbar.html 2007-12-20 15:00:40.000000000 +0100
-+++ imp-h3-4.3-important/templates/mailbox/navbar.html 2008-10-27 17:29:09.000000000 +0100
-@@ -29,8 +29,8 @@
- <option value="" selected="selected"><gettext>Mark as:</gettext></option>
- <option value="Seen"><gettext>Seen</gettext></option>
- <option value="0Seen"><gettext>Unseen</gettext></option>
-- <option value="Flagged"><gettext>Flagged For Followup</gettext></option>
-- <option value="0Flagged"><gettext>Not Flagged</gettext></option>
-+ <option value="Flagged"><gettext>Important</gettext></option>
-+ <option value="0Flagged"><gettext>Not Important</gettext></option>
- <option value="Answered"><gettext>Answered</gettext></option>
- <option value="0Answered"><gettext>Unanswered</gettext></option>
- <if:use_trash><else:use_trash>
-diff -ur imp-h3-4.3/templates/message/navbar_navigate.html imp-h3-4.3-important/templates/message/navbar_navigate.html
---- imp-h3-4.3/templates/message/navbar_navigate.html 2007-12-20 15:00:40.000000000 +0100
-+++ imp-h3-4.3-important/templates/message/navbar_navigate.html 2008-10-27 17:29:09.000000000 +0100
-@@ -7,8 +7,8 @@
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/horde-imp/imp-important.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list