aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--manual/ja/sylpheed-14.html20
-rw-r--r--manual/ja/sylpheed-25.html3
-rw-r--r--manual/ja/sylpheed.sgml19
-rw-r--r--po/be.po8
-rw-r--r--po/bg.po8
-rw-r--r--po/cs.po8
-rw-r--r--po/da.po8
-rw-r--r--po/de.po8
-rw-r--r--po/el.po8
-rw-r--r--po/es.po8
-rw-r--r--po/et.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/gl.po8
-rw-r--r--po/hr.po8
-rw-r--r--po/hu.po8
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/ko.po8
-rw-r--r--po/lt.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/pt_BR.po8
-rw-r--r--po/ro.po8
-rw-r--r--po/ru.po8
-rw-r--r--po/sk.po8
-rw-r--r--po/sl.po8
-rw-r--r--po/sr.po8
-rw-r--r--po/sv.po8
-rw-r--r--po/tr.po8
-rw-r--r--po/uk.po8
-rw-r--r--po/vi.po8
-rw-r--r--po/zh_CN.po8
-rw-r--r--po/zh_TW.po8
34 files changed, 164 insertions, 122 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c4e7275..ad7335d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-25
+
+ * manual/ja/sylpheed.sgml: updated bsfilter description.
+
2009-06-17
* src/plugin.[ch]
diff --git a/manual/ja/sylpheed-14.html b/manual/ja/sylpheed-14.html
index 8c8e28a4..21d70ae8 100644
--- a/manual/ja/sylpheed-14.html
+++ b/manual/ja/sylpheed-14.html
@@ -31,9 +31,27 @@ Sylpheedは現在bogofilterとbsfilterに対応しています。</P>
<H2><A NAME="ss14.3">14.3</A> <A HREF="sylpheed.html#toc14.3">学習コマンドの設定</A>
</H2>
-<P>迷惑メールを学習するためのコマンドを指定します。あらかじめbogofilterが使用できるように設定されています(Windows版の場合はbsfilter)。</P>
+<P>迷惑メールを学習するためのコマンドを指定します。あらかじめbogofilterが使用できるように設定されています。Windows版の場合はbsfilterが設定されています。</P>
<P>「(プリセットを選択)」と書かれたオプションメニューで、bogofilterとbsfilterの既定の設定を選択することができます。</P>
<P>通常はそのままで問題ありません。</P>
+<P>Windows版で管理者権限のないユーザでSylpheedを実行する場合、bsfilterはインストールされたディレクトリにファイルを書き込もうとするため、ファイルを書き込めずにエラーになります。その場合以下のいずれかの方法を行ってください。
+<UL>
+<LI>管理者権限をもつユーザでSylpheedを実行する</LI>
+<LI>環境変数 BSFILTERHOME に書き込み可能なディレクトリを指定する
+<P>
+<UL>
+<LI> 「コントロール パネル - システム - 詳細設定 - 環境変数 - (ユーザ名) のユーザー環境変数」で「新規」を押す(Vistaの場合は「コントロールパネル - システムとメンテナンス - システム - システムの詳細設定 - 環境変数 - (ユーザ名) のユーザー環境変数」)</LI>
+<LI> 「変数名」に「BSFILTERHOME」、「変数値」に「%APPDATA%\Sylpheed」を入力して「OK」を押す</LI>
+</UL>
+</P>
+</LI>
+<LI>「全般の設定 - 迷惑メール - 学習コマンド」の各コマンドに
+--homedir "ディレクトリ" を追加する
+<P>例) bsfilterw.exe --homedir "C:\Documents and Settings\(ユーザ名)\Application Data\Sylpheed" -C -s -u</P>
+</LI>
+</UL>
+</P>
+
<H2><A NAME="ss14.4">14.4</A> <A HREF="sylpheed.html#toc14.4">アクションの設定</A>
</H2>
diff --git a/manual/ja/sylpheed-25.html b/manual/ja/sylpheed-25.html
index e4fd7ab2..da2b1ec3 100644
--- a/manual/ja/sylpheed-25.html
+++ b/manual/ja/sylpheed-25.html
@@ -127,6 +127,9 @@
* Version 0.10.0
* 迷惑メール対策の記述を更新
* アップデートチェックを追加
+2009-06-25 Hiroyuki Yamamoto &lt;hiro-y@kcn.ne.jp>
+ * Version 0.10.1
+ * 迷惑メール対策にWindows版bsfilterの注意事項を追加
</PRE>
</P>
<HR>
diff --git a/manual/ja/sylpheed.sgml b/manual/ja/sylpheed.sgml
index f6c9d176..93c5362e 100644
--- a/manual/ja/sylpheed.sgml
+++ b/manual/ja/sylpheed.sgml
@@ -1440,11 +1440,25 @@ Sylpheedは最初に迷惑メールと非迷惑メールをこれらのプログラムに渡して学習させます
</sect1>
<sect1>学習コマンドの設定
<p>
-迷惑メールを学習するためのコマンドを指定します。あらかじめbogofilterが使用できるように設定されています(Windows版の場合はbsfilter)。
+迷惑メールを学習するためのコマンドを指定します。あらかじめbogofilterが使用できるように設定されています。Windows版の場合はbsfilterが設定されています。
「(プリセットを選択)」と書かれたオプションメニューで、bogofilterとbsfilterの既定の設定を選択することができます。
通常はそのままで問題ありません。
+
+Windows版で管理者権限のないユーザでSylpheedを実行する場合、bsfilterはインストールされたディレクトリにファイルを書き込もうとするため、ファイルを書き込めずにエラーになります。その場合以下のいずれかの方法を行ってください。
+<itemize>
+<item>管理者権限をもつユーザでSylpheedを実行する
+<item>環境変数 BSFILTERHOME に書き込み可能なディレクトリを指定する
+ <p><itemize>
+ <item> 「コントロール パネル - システム - 詳細設定 - 環境変数 - (ユーザ名) のユーザー環境変数」で「新規」を押す(Vistaの場合は「コントロールパネル - システムとメンテナンス - システム - システムの詳細設定 - 環境変数 - (ユーザ名) のユーザー環境変数」)
+ <item> 「変数名」に「BSFILTERHOME」、「変数値」に「%APPDATA%\Sylpheed」を入力して「OK」を押す
+ </itemize>
+<item>「全般の設定 - 迷惑メール - 学習コマンド」の各コマンドに
+ --homedir "ディレクトリ" を追加する
+<p>例) bsfilterw.exe --homedir "C:\Documents and Settings\(ユーザ名)\Application Data\Sylpheed" -C -s -u
+</itemize>
+
</sect1>
<sect1>アクションの設定
<p>
@@ -2798,6 +2812,9 @@ to permit their use in free software.
* Version 0.10.0
* 迷惑メール対策の記述を更新
* アップデートチェックを追加
+2009-06-25 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ * Version 0.10.1
+ * 迷惑メール対策にWindows版bsfilterの注意事項を追加
</verb>
</sect1>
</sect>
diff --git a/po/be.po b/po/be.po
index 1abbe422..76309bb6 100644
--- a/po/be.po
+++ b/po/be.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.5.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-05-21 21:16+0300\n"
"Last-Translator: Mikalai Udodau <crom-a@tut.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -3027,15 +3027,15 @@ msgstr ""
"舒亟仄从舒 OpenPGP 舒亟从仍ム舒仆舒."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "亟亞 从亰亠仄仗仍 弌仍亟 亢仂 于从仂仆于舒亠舒.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "亞舒 从舒仆亞舒"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/bg.po b/po/bg.po
index 5bb82b02..14026816 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 0.9.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2004-01-09 02:06+0200\n"
"Last-Translator: Pavel Pyuter <pavel@unix-bg.org>\n"
"Language-Team: Bulgarian <bg@li.org>\n"
@@ -3104,16 +3104,16 @@ msgstr ""
"OpenPGP 仗仂亟亟亢从舒舒 亠 仂仄亠仆亠仆舒."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "亟亞 Sylpheed 亠 舒亳舒仆 于亠亠.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "仂仆亳亞舒亳 仆舒 亟亠亶于亳"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/cs.po b/po/cs.po
index add32bc5..968e70c0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-12-06 19:19+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Petr Kovar <pknbe@volny.cz>\n"
@@ -3032,15 +3032,15 @@ msgstr ""
"Podpora OpenPGP je zak叩z叩na."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "aplikace Sylpheed je ji転 spu邸tna.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Penesen鱈 u転ivatelsk辿ho nastaven鱈"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/da.po b/po/da.po
index 53fdb8a0..3257a87f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2003-07-29 09:05+0200\n"
"Last-Translator: Andreas Hinz <news3@acci.dk>\n"
"Language-Team: \n"
@@ -3105,16 +3105,16 @@ msgstr ""
"OpenPGP ikke mulig."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "sylpheed k淡rer allerede.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Handlingsops脱t"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/de.po b/po/de.po
index eff6ba4d..3a8d3829 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.4.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2007-09-29 23:16+0100\n"
"Last-Translator: Joo Martin <debian@joomart.de>\n"
"Language-Team: de\n"
@@ -3042,15 +3042,15 @@ msgstr ""
"OpenPGP-Unterst端tzung ausgeschaltet"
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Ein anderes Sylpheed l辰uft schon.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Konfigurationsmigration"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/el.po b/po/el.po
index faaba30d..1aa23462 100644
--- a/po/el.po
+++ b/po/el.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.4.0beta5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2007-03-17 00:57+0200\n"
"Last-Translator: Stavros Giannouris <stavrosg@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -3097,15 +3097,15 @@ msgstr ""
" 凌流旅両侶 OpenPGP 留竜僚竜粒凌凌旅流慮侶虜竜."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "里劉竜旅 流隆侶 劉僚留 Sylpheed.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "竜留凌略 慮亮溜竜僚"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/es.po b/po/es.po
index 41f058be..a15bfa4e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2007-06-09 16:20+0100\n"
"Last-Translator: Ricardo Mones <ricardo@mones.org>\n"
"Language-Team: Ricardo Mones <ricardo@mones.org>\n"
@@ -3036,15 +3036,15 @@ msgstr ""
"Soporte para OpenPGP deshabilitado."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "ya hay otro Sylpheed en ejecuci坦n.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migraci坦n de la configuraci坦n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/et.po b/po/et.po
index 5d81ac29..b7af8785 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2002-10-02 09:08+0300\n"
"Last-Translator: Peeter Vois <Peeter.Vois@mail.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -3109,16 +3109,16 @@ msgstr ""
"OpenPGP toetus keelustatud."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "端ks teine Sylpheed juba t旦旦tab.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Tegevuste konfiguratsiooni kirjutamine...\n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/fr.po b/po/fr.po
index f72ff83c..ccb0ea84 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-12-04 00:06+0100\n"
"Last-Translator: tvY <mr.somewhere@yahoo.fr>\n"
"Language-Team: French <gnomefr@traduc.org>\n"
@@ -3067,15 +3067,15 @@ msgstr ""
"Support OpenPGP d辿sactiv辿."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "une autre session de Sylpheed existe.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migration de la configuration"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/gl.po b/po/gl.po
index e3481059..b37d0386 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2003-01-17 10:05+0100\n"
"Last-Translator: Jorge Rivas\n"
"Language-Team: Jorge Rivas\n"
@@ -3110,16 +3110,16 @@ msgstr ""
"Soporte para OpenPGP deshabilitado."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "xa hai outro Sylpheed execut叩ndose.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "configuraci坦n das accions"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/hr.po b/po/hr.po
index e58b75f5..05dc56e7 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2001-09-17 13:22+0100\n"
"Last-Translator: Ante Karamati <ante@cdnet.com.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -3133,16 +3133,16 @@ msgstr ""
"OpenPGP podr邸ka je onemoguena."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "drugi Sylpheed ve radi.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Pi邸em konfiguraciju filtera...\n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/hu.po b/po/hu.po
index 1ccb9f19..a1539da7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed-2.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-12-01 19:42+0100\n"
"Last-Translator: N辿meth Tam叩s <ntomasz@vipmail.hu>\n"
"Language-Team: HUNGARIAN <NONE>\n"
@@ -3033,15 +3033,15 @@ msgstr ""
"OpenPGP t叩mogat叩s kikapcsolva."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "egy m叩sik Sylpheed m叩r fut.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Be叩ll鱈t叩sok migr叩l叩sa"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/it.po b/po/it.po
index eb083553..406b65bb 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 2.4.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-01-26 09:42+0100\n"
"Last-Translator: Danilo Bodei <dbodei@lombardiacom.it,dbodei@katamail.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -3048,15 +3048,15 @@ msgstr ""
"Il supporto per OpenPGP 竪 disabilitato."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "un altro Sylpheed 竪 gi in esecuzione.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migrazione della configurazione"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/ja.po b/po/ja.po
index 9340182f..cc45a581 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 1999-10-12\n"
"Last-Translator: Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -3025,15 +3025,15 @@ msgstr ""
"OpenPGP 泣若≦鴻с"
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "ャ Sylpheed с莎桁障\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "荐絎腱肢"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/ko.po b/po/ko.po
index 8a61afbe..935ea069 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 0.8.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2002-12-02 11:09+0900\n"
"Last-Translator: Nam SungHyun <namsh@kldp.org>\n"
"Language-Team: Korean <gnome-kr-translation@lists.sourceforge.net>\n"
@@ -3084,16 +3084,16 @@ msgstr ""
"OpenPGP 讌蠍磯レ ."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "るジ Sylpheed螳 企 ろ螻 給.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr " れ ...\n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/lt.po b/po/lt.po
index 3d05a2dd..fc6825bb 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2005-06-09 13:51+0300\n"
"Last-Translator: Vitalijus Valantiejus <vitalijus@users.sf.net>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -3024,15 +3024,15 @@ msgstr ""
"OpenPGP palaikymas i邸jungtas."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Sylpheed jau paleistas.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Konfig笛racijos atnaujinimas"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/nl.po b/po/nl.po
index 0c8fb92b..80ab4091 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 0.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2006-04-30 01:11+0100\n"
"Last-Translator: Vincent van Adrighem <adrighem@gnome.org>\n"
"Language-Team: Dutch <vertaling@nl.linux.rg>\n"
@@ -3072,15 +3072,15 @@ msgstr ""
"OpenPGP ondersteuning wordt uitgeschakeld."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "er draait al een Sylpheed.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Configuratie omzetten"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/pl.po b/po/pl.po
index 702b227b..1c22fe70 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.5.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-06-17 22:25+0100\n"
"Last-Translator: Jan Stpie <jstepien@users.sourceforge.net>\n"
"Language-Team: POLISH <pl@li.org>\n"
@@ -3019,15 +3019,15 @@ msgstr ""
"wersja jest zbyt stara. Obsuga OpenPGP zostaa wyczona."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Jest ju甜 uruchomiona kopia programu Sylpheed.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migracja ustawie"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c2f88b78..6172bf98 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-11-28 01:00-0700\n"
"Last-Translator: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>\n"
"Language-Team: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>\n"
@@ -3045,15 +3045,15 @@ msgstr ""
"Suporte a OpenPGP desabilitado."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "outra c坦pia do Sylpheed j叩 est叩 sendo executada.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migra巽達o da configura巽達o"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/ro.po b/po/ro.po
index 968ea0cf..0756715d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-12-05 03:06+0200\n"
"Last-Translator: Cristian Secar <cristi AT secarica DOT ro>\n"
"Language-Team: \n"
@@ -3091,15 +3091,15 @@ msgstr ""
"Suportul pentru OpenPGP a fost dezactivat."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "ruleaz deja o alt sesiune Sylpheed.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migrarea configuraiei"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/ru.po b/po/ru.po
index 5d7928fa..89b05e2c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.4.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2007-07-22 12:53+0400\n"
"Last-Translator: Andrey Markelov <andrey@markelov.net>\n"
"Language-Team: Russian <Project-Id-Version: gtranslato>\n"
@@ -3041,15 +3041,15 @@ msgstr ""
"仂亟亟亠亢从舒 OpenPGP 仂从仍ム亠仆舒."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "亟亞舒 从仂仗亳 Sylpheed 亢亠 亰舒仗亠仆舒.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "仄仗仂 仗亠亟亟亠亶 从仂仆亳亞舒亳亳"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/sk.po b/po/sk.po
index f75dd04c..b1ff08b4 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2004-01-22 17:46+0100\n"
"Last-Translator: Andrej Kacian <andrej@kacian.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -3108,16 +3108,16 @@ msgstr ""
"Podpora OpenPGP je vypnut叩."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "u転 be転鱈 in叩 k坦pia Sylpheedu.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Nastavenie akci鱈"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/sl.po b/po/sl.po
index d17966de..95dfabe1 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2003-01-24 20:39CET\n"
"Last-Translator: Jernej Kovacic <jkovacic@email.si>\n"
"Language-Team: Slovenian <translator-team-sl@lists.sourceforge.net>\n"
@@ -3106,16 +3106,16 @@ msgstr ""
"Podpora za OpenPGP je izkljuena."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Sylpheed 転e tee.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Pi邸em nastavitve dejanj..\n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/sr.po b/po/sr.po
index 78c6ddc1..ec13f323 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2002-11-29 21:08+0100\n"
"Last-Translator: garret <garret@garrets.tk>\n"
"Language-Team: Serbian\n"
@@ -3100,16 +3100,16 @@ msgstr ""
"OpenPGP podr邸ka je onemoguena."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "drugi Sylpheed ve radi.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Pisanje konfiguracije za akcije...\n"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/sv.po b/po/sv.po
index 18deaf9e..21163da9 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2004-12-05 14:40+0100\n"
"Last-Translator: Roger Lindmark <roger.lindmark@bredband.net>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -3068,15 +3068,15 @@ msgstr ""
"OpenPGP-st旦d avst辰ngt."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "en annan instans av Sylpheed 辰r redan ig奪ng.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Migration av konfiguration"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/tr.po b/po/tr.po
index 747b2d23..967a5a82 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2004-12-03 11:44+0200\n"
"Last-Translator: Arman Aksoy <armish@linux-sevenler.org>\n"
"Language-Team: <gnome-turk@gnome.org>\n"
@@ -3094,16 +3094,16 @@ msgstr ""
"OpenPGP destei kapat脹ld脹."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Baka bir Sylpheed sistemde 巽al脹脹yor.\n"
-#: src/main.c:1399
+#: src/main.c:1400
#, fuzzy
msgid "Migration of configuration"
msgstr "Eylem ayarlar脹"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/uk.po b/po/uk.po
index 83612f5f..89e83b6b 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 2.6.0rc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2008-12-16 15:58+0300\n"
"Last-Translator: O.R. Nykyforchyn <nick@il.if.ua>\n"
"Language-Team: Ukrainian\n"
@@ -3029,15 +3029,15 @@ msgstr ""
"亟从仍ム亠仆仂 仗亟亳仄从 OpenPGP."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "于亢亠 亰舒仗亠仆仂 仆亳亶 Sylpheed.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "亠亠仆亠亠仆仆 仆舒仍舒于舒仆"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/vi.po b/po/vi.po
index efa7f86a..84cbaaae 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2006-04-16 22:05+0700\n"
"Last-Translator: Pham Thanh Long <ptlong@gmail.com>\n"
"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
@@ -3039,15 +3039,15 @@ msgstr ""
"Vi畛c h畛 tr畛 OpenGPG b畛 c畉m."
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "m畛t ti畉n tr狸nh Sylpheed kh叩c ang ch畉y.\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "Di tr炭 c畉u h狸nh"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c4bf271a..cb425da6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2005-03-17 09:22+0800\n"
"Last-Translator: Wang Jian <lark@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -3054,15 +3054,15 @@ msgstr ""
"綏牙 OpenPGP "
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "Ϊ筝筝 Sylpheed 罩e菴茵\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "罩e菴腱脂臀"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c3db1abe..dba81150 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.1.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-12 15:49+0900\n"
+"POT-Creation-Date: 2009-06-19 10:08+0900\n"
"PO-Revision-Date: 2005-10-25 16:23+0800\n"
"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -3052,15 +3052,15 @@ msgstr ""
" OpenPGP 吨"
#. remote command mode
-#: src/main.c:1129
+#: src/main.c:1130
msgid "another Sylpheed is already running.\n"
msgstr "綏牙 Sylpheed 腮綣閫e決筝\n"
-#: src/main.c:1399
+#: src/main.c:1400
msgid "Migration of configuration"
msgstr "荐絎莖莉腱"
-#: src/main.c:1400
+#: src/main.c:1401
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"