SOURCES: imp-important.patch (NEW) - revert confusing change in imp 4.2

baggins baggins at pld-linux.org
Mon Oct 27 17:54:35 CET 2008


Author: baggins                      Date: Mon Oct 27 16:54:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- revert confusing change in imp 4.2

---- Files affected:
SOURCES:
   imp-important.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/imp-important.patch
diff -u /dev/null SOURCES/imp-important.patch:1.1
--- /dev/null	Mon Oct 27 17:54:35 2008
+++ SOURCES/imp-important.patch	Mon Oct 27 17:54:29 2008
@@ -0,0 +1,618 @@
+This patch reverts the following change:
+
+v4.2-cvs
+ --------
+
+[mms] Change 'Important' flag to 'Flagged For Followup' and clear the flag
+      after a reply (Request #4867).
+
+diff -ur imp-h3-4.3/lib/Compose.php imp-h3-4.3-important/lib/Compose.php
+--- imp-h3-4.3/lib/Compose.php	2008-09-18 12:24:51.000000000 +0200
++++ imp-h3-4.3-important/lib/Compose.php	2008-10-27 17:29:09.000000000 +0100
+@@ -770,13 +770,11 @@
+         if (!empty($opts['reply_index']) &&
+             !empty($opts['reply_type']) &&
+             ($opts['reply_type'] == 'reply')) {
+-            /* Make sure to set the IMAP reply flag and unset any
+-             * 'flagged' flag. */
++            /* Make sure to set the IMAP reply flag. */
+             require_once IMP_BASE . '/lib/Message.php';
+             $imp_message = &IMP_Message::singleton();
+             $idx_array = array($opts['reply_index']);
+             $imp_message->flag(array('answered'), $idx_array);
+-            $imp_message->flag(array('flagged'), $idx_array, false);
+         }
+ 
+         $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 "ƒzƒƒCƒgƒŠƒXƒg"
++
++#: templates/search/main.inc:47
++msgid "Important messages"
++msgstr "d—v‚ȃƒbƒZ[ƒW"
++
++#: templates/search/main.inc:51
++msgid "Unimportant messages"
++msgstr "d—v‚Å‚È‚¢ƒ[ƒ‹"
+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
<<Diff was trimmed, longer than 597 lines>>


More information about the pld-cvs-commit mailing list