aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.ja8
-rw-r--r--NEWS13
-rwxr-xr-xconfig.sub14
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
-rw-r--r--po/be.po60
-rw-r--r--po/bg.po60
-rw-r--r--po/cs.po60
-rw-r--r--po/da.po60
-rw-r--r--po/de.po171
-rw-r--r--po/el.po60
-rw-r--r--po/es.po60
-rw-r--r--po/et.po60
-rw-r--r--po/fr.po60
-rw-r--r--po/gl.po60
-rw-r--r--po/hr.po60
-rw-r--r--po/hu.po60
-rw-r--r--po/it.po60
-rw-r--r--po/ja.po60
-rw-r--r--po/ko.po60
-rw-r--r--po/lt.po60
-rw-r--r--po/nl.po60
-rw-r--r--po/pl.po60
-rw-r--r--po/pt_BR.po60
-rw-r--r--po/ro.po60
-rw-r--r--po/ru.po60
-rw-r--r--po/sk.po60
-rw-r--r--po/sl.po60
-rw-r--r--po/sr.po60
-rw-r--r--po/sv.po60
-rw-r--r--po/tr.po60
-rw-r--r--po/uk.po60
-rw-r--r--po/vi.po60
-rw-r--r--po/zh_CN.po60
-rw-r--r--po/zh_TW.po60
-rw-r--r--src/sylpheed.rc.in2
37 files changed, 1062 insertions, 900 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aceb1a1..96967a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-02
+
+ * version 2.4.1
+
+2007-05-02
+
+ * src/sylpheed.rc.in: updated copyright year.
+
2007-04-27
* src/query_search.c: query_search_create_vfolder(): win32: fixed
diff --git a/ChangeLog.ja b/ChangeLog.ja
index ad93a9cf..25e4ed82 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,11 @@
+2007-05-02
+
+ * version 2.4.1
+
+2007-05-02
+
+ * src/sylpheed.rc.in: コピーライトの年を更新。
+
2007-04-27
* src/query_search.c: query_search_create_vfolder(): win32: パス
diff --git a/NEWS b/NEWS
index acdc12c5..b49ad737 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
Changes of Sylpheed
+* 2.4.1 (stable)
+
+ * If shift or control key is pressed on address completion, only address
+ string is inserted now.
+ * When completing addresses, display name is used rather than nickname.
+ * Win32: The sylpheed.ini file is read on startup if exist, and
+ '--ipcport' option was also added.
+ * Win32: The autocheck timer is disabled while suspending to prevent
+ network error on resuming.
+ * Win32: OpenSSL library was replaced with self-compiled DLLs.
+ * Win32: A bug that the folder path separator was not processed correctly
+ when creating and renaming search folders was fixed.
+
* 2.4.0 (stable)
* Invalid APOP timestamp is rejected now (CVE-2007-1558).
diff --git a/config.sub b/config.sub
index 387c18d1..fab0aa35 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-07-02'
+timestamp='2006-09-20'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -276,6 +276,7 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
+ | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
@@ -284,7 +285,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
- | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
+ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -367,7 +368,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
- | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -909,6 +910,10 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
+ sde)
+ basic_machine=mipsisa32-sde
+ os=-elf
+ ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1366,6 +1371,9 @@ else
# system, and we'll never get to this point.
case $basic_machine in
+ score-*)
+ os=-elf
+ ;;
spu-*)
os=-elf
;;
diff --git a/configure.in b/configure.in
index d3b875fd..fa5bf20b 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=2
MINOR_VERSION=4
-MICRO_VERSION=0
+MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=
diff --git a/po/ChangeLog b/po/ChangeLog
index 69edab5f..b5bfa80e 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-02
+
+ * updated de.po.
+
2006-04-26
* updated ro.po, es.po and de.po.
diff --git a/po/be.po b/po/be.po
index 04efb83a..5daafc0b 100644
--- a/po/be.po
+++ b/po/be.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.4.0 \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-02-27 22:43+0200\n"
"Last-Translator: Mikalai Udodau <crom dash a at tut dot by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -308,7 +308,7 @@ msgstr "于仂仆 从舒舒仍仂亞 亟仆仆 亰 仗亰仆舒仆仆
msgid "Copying message %s/%d to %s ...\n"
msgstr "舒仗 仗舒于亠亟舒仄仍亠仆仆亠 %s%c%d %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1206,11 +1206,11 @@ msgstr "弌仗仂仍仆 舒亟舒"
msgid "Personal address"
msgstr "舒弍 舒亟舒"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "舒舒舒从"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "舒仗亟亢舒仆仆亠"
@@ -2855,20 +2855,20 @@ msgstr "丕于磲亰亠 仗舒仂仍"
msgid "Protocol log"
msgstr "仆舒仍 仗舒舒从仂仍舒"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread 仆亠 仗舒亟仄仍于舒亠舒 弍弍仍从舒亶 glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "丕亢于舒仆仆亠: %s [丶乘亊]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [舒亟舒] 舒亟从 于舒从仆仂 仆舒仗舒仆仆 仗舒于亠亟舒仄仍亠仆仆"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2878,23 +2878,23 @@ msgstr ""
" 舒亟从 于舒从仆仂 仆舒仗舒仆仆 仗舒于亠亟舒仄仍亠仆仆 亰 亟舒仍舒仆仄\n"
" 从仍舒亟舒仆仆亠仄 亰 从舒亰舒仆舒亞舒 舒亶仍舒 (舒亶仍舒)"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 舒仄舒 仆仂于 仗舒于亠亟舒仄仍亠仆仆"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 舒仄舒 仆仂于 仍 亰 舒从舒仆舒"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 于仍舒 亠 仗舒于亠亟舒仄仍亠仆仆 亰 舒亞"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [从舒舒仍仂亞]... 仗舒从舒亰舒 舒亞仍仆 仍弍 仗舒于亠亟舒仄仍亠仆仆"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2902,37 +2902,41 @@ msgstr ""
" --status-full [从舒舒仍仂亞]...\n"
" 仗舒从舒亰舒 舒 从仂亢仆舒亞舒 从舒舒仍仂亞舒"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir dirname 亰舒亟舒亠 从舒舒仍仂亞, 磻 仄仍于舒亠 舒亶仍 从舒仆亞舒"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit 于亶 亰 弌仍亟"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 亢仄 舒亟仍舒亟从"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 仗舒从舒亰舒 亟舒于亠亟从 于亶"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 仗舒从舒亰舒 仆舒仄舒 舒弍 于亠 于亶"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "舒仆亠 仍ミ英 从仍舒于..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "舒亟舒于舒仆仆亠 仄仆 舒亶仍舒"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2956,19 +2960,19 @@ msgstr ""
"\n"
"舒磪于舒?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "舒于亠亟舒仄仍亠仆仆亠 仗舒亠 仆舒仗舒仆仆. 弌舒仗舒亟 于亶?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr " 舒亰亠"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "丕 舒亰亠 亰舒舒仍 仆亠亟舒仍舒仆 仗舒于亠亟舒仄仍亠仆仆. 亶 亰舒舒亰?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2977,15 +2981,15 @@ msgstr ""
"舒亟仄从舒 OpenPGP 舒亟从仍ム舒仆舒."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "亟亞 从亰亠仄仗仍 弌仍亟 亢仂 亰舒仗舒仆.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "亞舒 从舒仆亞舒"
-#: src/main.c:1251
+#: src/main.c:1304
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 536d7a2a..b66c9788 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -312,7 +312,7 @@ msgstr "亳亰仂亟仆舒舒 仗舒仗从舒 亠 亠亟仆舒从于舒 仆舒亰仆舒亠仆亳亠
msgid "Copying message %s/%d to %s ...\n"
msgstr "仂仗亳舒仆亠 仆舒 仂弍亠仆亳亠 %s%c%d 于于 %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1213,11 +1213,11 @@ msgstr "弍仍亳亠仆 舒亟亠"
msgid "Personal address"
msgstr "亳亠仆 舒亟亠"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "舒弍亠仍亠亢从舒"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "亠亟仗亠亢亟亠仆亳亠"
@@ -2910,20 +2910,20 @@ msgstr "于亠亟亠亠 仗舒仂仍舒"
msgid "Protocol log"
msgstr "仂仂从仂仍亠仆 亢仆舒仍"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread 仆亠 亠 仗仂亟亟亢舒 仂 glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "丕仗仂亠弍舒: %s [丶亊]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [舒亟亠] 仂于舒礌亠 仆舒 仗仂亰仂亠 亰舒 舒于礌亠"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2933,23 +2933,23 @@ msgstr ""
" 仂于舒礌亠 仆舒 仗仂亰仂亠 亰舒 舒于礌亠 仗亳从亠仗亠仆亳\n"
" 从舒亰舒仆亳亠 舒亶仍仂于亠."
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 仗仂仍舒于舒仆亠 仆舒 仆仂于亳 仂弍亠仆亳"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all\t 仗仂仍舒于舒仆亠 仆舒 仆仂于亳 仂弍亠仆亳 仂 于亳从亳 舒从舒仆亳"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 亳亰仗舒舒仆亠 仆舒 于亳从亳 仂弍亠仆亳 于 仂仗舒从舒舒"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [仗舒仗从舒]... 仗仂从舒亰于舒仆亠 仆舒 仗仍仆亳 弍仂亶 仆舒 仂弍亠仆亳"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2957,42 +2957,46 @@ msgstr ""
" --status-full [仗舒仗从舒]...\n"
" 仗仂从舒亰于舒仆亠 仆舒 仂礌亳亠仂 仆舒 于磻舒 仗舒仗从舒"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug 亠亢亳仄 仆舒 亟亠弍亞"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 亠亢亳仄 仆舒 亟亠弍亞"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr ""
" --help 亳亰于亠亢亟舒仆亠 仆舒 舒亰亳 仗仂仄仂仆舒 亳仆仂仄舒亳 亳 亳亰仍亳亰舒仆亠"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 亳亰于亠亢亟舒仆亠 仆舒 于亠亳舒 亳 亳亰仍亳亰舒仆亠"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"亳仍亳 仆舒亳仆亠亠 弍仂仆舒 `y'.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "亰仂亟舒 从仂亟仂于舒 舒弍仍亳舒"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3006,20 +3010,20 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "弌舒于 亠 仆仂于仂 仂弍亠仆亳亠. 亠仍舒亠亠 仍亳 亳亰仂亟 仂 仗仂亞舒仄舒舒?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "弌仂弍亠仆亳 于 仂仗舒从舒舒"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr ""
"磻仂亳 仆亠亳亰仗舒亠仆亳 仂弍亠仆亳 舒 于 仂仗舒从舒舒. 亠仍舒亠亠 仍亳 亳亰仂亟 仂 仗仂亞舒仄舒舒?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3028,16 +3032,16 @@ msgstr ""
"OpenPGP 仗仂亟亟亢从舒舒 亠 仂仄亠仆亠仆舒."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "亟亞 Sylpheed 亠 舒亳舒仆 于亠亠.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "仂仆亳亞舒亳 仆舒 亟亠亶于亳"
-#: src/main.c:1251
+#: src/main.c:1304
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 2f1a653d..b2e37688 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-04-18 22:01+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -315,7 +315,7 @@ msgstr "zdrojov叩 slo転ka je stejn叩 jako c鱈lov叩.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kop鱈rov叩n鱈 zpr叩vy %s/%d do %s...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1201,11 +1201,11 @@ msgstr "Spolen辿 adresy"
msgid "Personal address"
msgstr "Osobn鱈 adresy"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Pozn叩mka"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Varov叩n鱈"
@@ -2840,20 +2840,20 @@ msgstr "Zadejte heslo"
msgid "Protocol log"
msgstr "Z叩znamov箪 protokol"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread nen鱈 v glib podporov叩n.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Pou転it鱈: %s [VOLBY]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresa] oteve okno psan鱈 nov辿 zpr叩vy"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2863,24 +2863,24 @@ msgstr ""
" oteve okno psan鱈 zpr叩vy se zvolen箪mi\n"
" soubory jako p鱈lohou"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive nate nov辿 zpr叩vy"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr ""
" --receive-all nate v邸echny nov辿 zpr叩vy ze v邸ech 炭t哲"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send po邸le v邸echny pozdr転en辿 zpr叩vy"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [slo転ka]... vyp鱈邸e celkov箪 poet zpr叩v"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2888,38 +2888,42 @@ msgstr ""
" --status-full [slo転ka]...\n"
" zobraz鱈 stav ka転d辿 ze slo転ek"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir adres叩 zvol鱈 adres叩 se soubory u転ivatelsk箪ch "
"pedvoleb"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit ukon鱈 Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug re転im ladn鱈"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help vyp鱈邸e tuto n叩povdu a skon鱈"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version vyp鱈邸e informace o verzi a skon鱈"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Stisknte libovolnou kl叩vesu..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "K坦dov叩n鱈 n叩zvu souboru"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2943,19 +2947,19 @@ msgstr ""
"\n"
"Pokraovat?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Je rozeps叩na zpr叩va. Opravdu skonit?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Pozdr転en辿 zpr叩vy"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Nkter辿 neodeslan辿 zpr叩vy jsou pozdr転en辿. Skonit nyn鱈?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2964,15 +2968,15 @@ msgstr ""
"Podpora OpenPGP je zak叩z叩na."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "aplikace Sylpheed je ji転 spu邸tna.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Penesen鱈 u転ivatelsk箪ch pedvoleb"
-#: src/main.c:1251
+#: src/main.c:1304
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 a331655a..12c8b9c4 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2003-07-29 09:05+0200\n"
"Last-Translator: Andreas Hinz <news3@acci.dk>\n"
"Language-Team: \n"
@@ -314,7 +314,7 @@ msgstr "fra og til mappe er ens.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopierer meddelelse %s%c%d til %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1211,11 +1211,11 @@ msgstr "Normale adresser"
msgid "Personal address"
msgstr "Personlige adresser"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Note"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Advarsel"
@@ -2914,20 +2914,20 @@ msgstr "Indtast adgangskode"
msgid "Protocol log"
msgstr "Protokol log"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread er ikke underst淡ttet i glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Bruges som: %s [OPTION]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresse] 奪bner nyt meddelelses vindue"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2937,23 +2937,23 @@ msgstr ""
" 奪bn ny meddelelse med disse filer vedh脱ftet\n"
" ."
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive modtager nye meddelelser"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all modtager nye meddelelser fra alle konti"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send send alle meddelelser i k淡"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [mappe]... viser antal meddelelser"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2961,41 +2961,45 @@ msgstr ""
" --status-full [mappe]...\n"
" viser status for hver mappe"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug debug mode"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug debug mode"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help viser denne hj脱lp"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version viser version og afslutter"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"eller tast `y'.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Udg奪ende tegns脱t"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3009,19 +3013,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Du er ved at skrive ny meddelelse. Virklig afslutte?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Meddeleser i k淡"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Nogle usendte meddelelser i k淡. Afslut nu?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3030,16 +3034,16 @@ msgstr ""
"OpenPGP ikke mulig."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "sylpheed k淡rer allerede.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Handlingsops脱t"
-#: src/main.c:1251
+#: src/main.c:1304
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 a387170e..8e1f391b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2,18 +2,18 @@
# Copyright (C) 2000 Free Software Foundation, Inc.
# Martin Schaaf <mascha@ma-scha.de>, 2000,2001,2002,2003,2004.
# Manfred Usselmann <usselmann.m@icg-online.de>, 2004,2006.
-# Fridtjof Busse <fridtjof@fbunet.de>, 2005,2006
-#
+# Fridtjof Busse <fridtjof@fbunet.de>, 2005,2006,2007.
+#
msgid ""
msgstr ""
-"Project-Id-Version: sylpheed\n"
+"Project-Id-Version: sylpheed 2.4.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
-"PO-Revision-Date: 2007-04-25 20:33+0100\n"
-"Last-Translator: Joo Martin <debian@joomart.de>\n"
-"Language-Team: German <gnome-de@gnome.org>\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
+"PO-Revision-Date: 2007-05-01 12:28+0200\n"
+"Last-Translator: Fridtjof Busse <fridtjof@fbunet.de>\n"
+"Language-Team: de <sylpheed@sraoss.jp>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: libsylph/account.c:56
@@ -312,7 +312,7 @@ msgstr "Die Quellablage ist identisch mit dem Ziel.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopiere Nachricht %s/%d nach %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1110,7 +1110,7 @@ msgstr ""
#: src/addressbook.c:2500
msgid "Address book conversion error"
-msgstr "Adressbuch-Konvertierungs-Fehler"
+msgstr "Adressbuch-Konvertierungsfehler"
#: src/addressbook.c:2504
msgid "Address book conversion"
@@ -1153,7 +1153,7 @@ msgstr ""
#: src/addressbook.c:2646
msgid "Address Book Conversion Error"
-msgstr "Adressbuch-Konvertierungs-Fehler"
+msgstr "Adressbuch-Konvertierungsfehler"
#: src/addressbook.c:2652
msgid "Address Book Conversion"
@@ -1205,11 +1205,11 @@ msgstr "Allgemeine Adressen"
msgid "Personal address"
msgstr "Pers旦nliche Adressen"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notiz"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Warnung"
@@ -1384,7 +1384,7 @@ msgstr "/_Ansicht/An_hang"
#: src/compose.c:593
msgid "/_View/Cu_stomize toolbar..."
-msgstr "/_Ansicht/Werkzeuglei_ste konfigurieren"
+msgstr "/_Ansicht/_Werkzeugliste anpassen..."
#: src/compose.c:601 src/mainwindow.c:649 src/messageview.c:173
msgid "/_View/Character _encoding"
@@ -1776,7 +1776,7 @@ msgstr ""
#: src/compose.c:6075 src/mainwindow.c:2857
msgid "_Customize toolbar..."
-msgstr "_Werkzeugleiste konfigurieren..."
+msgstr "_Werkzeugleiste anpassen"
#: src/compose.c:6191 src/compose.c:6196 src/compose.c:6202
msgid "Can't queue the message."
@@ -2134,7 +2134,7 @@ msgstr "berschreibe existierende Datei"
#: src/filesel.c:161 src/filesel.c:275
msgid "The file already exists. Do you want to replace it?"
-msgstr "Die Datei existiert bereits. Soll sie ersetzt werden?"
+msgstr "Die Datei existiert bereits. Wollen Sie sie ersetzen?"
#: src/filesel.c:178
msgid "Select directory"
@@ -2474,7 +2474,7 @@ msgstr ""
#: src/importcsv.c:154
msgid "Select and reorder CSV field names to import."
-msgstr "W辰hle und benenne CSV-Feldnamen zum Import um."
+msgstr "W辰hle und sortiere CSV-Feldnamen zum Import."
#: src/importcsv.c:157 src/importldif.c:128
msgid "File imported."
@@ -2506,11 +2506,11 @@ msgstr "Dateiname"
#: src/importcsv.c:700
msgid "Comma-separated"
-msgstr "Durch Komma getrennt"
+msgstr "Komma-seperiert"
#: src/importcsv.c:704
msgid "Tab-separated"
-msgstr "Durch Tabulator getrennt"
+msgstr "Tab-seperiert"
#: src/importcsv.c:735 src/importldif.c:530
msgid "S"
@@ -2518,15 +2518,15 @@ msgstr "S"
#: src/importcsv.c:736
msgid "CSV Field"
-msgstr "CSV Feld"
+msgstr "CSV-Feld"
#: src/importcsv.c:737
msgid "Address Book Field"
-msgstr "Adressbuchfeld"
+msgstr "Adressbuch-Feld"
#: src/importcsv.c:754
msgid "Reorder address book fields with the Up and Down button."
-msgstr "Umsortieren der Adressbuch-Felder mit der Hoch- und Runter-Taste."
+msgstr "Organisieren Sie die Adressbuchfelder mit den Auf-/Ab-Kn旦pfen neu"
#: src/importcsv.c:789 src/prefs_actions.c:310 src/prefs_customheader.c:279
#: src/prefs_display_header.c:287 src/prefs_display_items.c:239
@@ -2754,8 +2754,8 @@ msgid ""
"Execution of the junk filter command failed.\n"
"Please check the junk mail control setting."
msgstr ""
-"Ausf端hrung des Spamfilter-Befehls misslungen.\n"
-"Bitte Spamfilter Einstellungen 端berpr端fen."
+"Ausf端hrung des Spamfilter-Kommandos fehlgeschlagen.\n"
+"Bite 端berpr端fen Sie die Spamfilter-Einstellungen."
#: src/inc.c:1292
msgid "Connection failed."
@@ -2843,20 +2843,20 @@ msgstr "Kennwort eingeben"
msgid "Protocol log"
msgstr "Mitschrift des Protokolls"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread wird nicht unterst端tzt von Glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Aufruf: %s [OPTION]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [Adresse] 旦ffnet Verfassenfenster"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2866,23 +2866,23 @@ msgstr ""
" 旦ffne Verfassen-Fenster mit angegebenen Dateien\n"
" angeh辰ngt"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive empf辰ngt neue Nachrichten"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all empf辰ngt neue Nachrichten von allen Accounts"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send sendet alle Nachrichten aus der Warteschlange"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [Ablage]... zeigt die Gesamtzahl aller Nachrichten"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2890,38 +2890,42 @@ msgstr ""
" --status-full [Ablage]...\n"
" zeigt die Gesamtzahl aller Nachrichten"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
"揃揃--configdir揃dirname揃揃揃揃gib das Verzeichnis an, in dem die "
"Konfigurationsdateien gespeichert werden"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit Beende Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug Fehlersuche"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help diese Hilfe"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version gibt Version aus und beendet"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Dr端cken Sie eine Taste"
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Dateiname Zeichensatz"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2945,19 +2949,19 @@ msgstr ""
"\n"
"Weiter?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Verfasste Nachricht existiert. Wirklich beenden?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Wartende Nachrichten"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Einige ungesendete Nachrichten vorhanden. Jetzt beenden?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2966,15 +2970,15 @@ msgstr ""
"OpenPGP-Unterst端tzung ausgeschaltet"
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Ein anderes Sylpheed l辰uft schon.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Konfigurationsmigration"
-#: src/main.c:1251
+#: src/main.c:1304
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
@@ -3048,7 +3052,7 @@ msgstr "/_Datei/Speichern _als..."
#: src/mainwindow.c:547 src/messageview.c:153
msgid "/_File/Page set_up..."
-msgstr "/_Datei/Seite aktualisieren..."
+msgstr "/_Datei/Seiteneigenschaften..."
#: src/mainwindow.c:549 src/messageview.c:155
msgid "/_File/_Print..."
@@ -3098,7 +3102,7 @@ msgstr "/_Ansicht/Zeigen oder _Verstecken/_Werkzeugleiste/Bilder _und Text"
#: src/mainwindow.c:575
msgid "/_View/Show or hi_de/_Toolbar/Text at the _right of icon"
msgstr ""
-"/_Ansicht/Zeigen oder _Verstecken/_Werkzeugleiste/Text _rechts der Bilder"
+"/_Ansicht/Zeigen oder _Verstecken/_Werkzeugleiste/_Text recht vom Symbol"
#: src/mainwindow.c:577
msgid "/_View/Show or hi_de/_Toolbar/_Icon"
@@ -3122,7 +3126,7 @@ msgstr "/_Ansicht/Zeigen oder _Verstecken/_Statuszeile"
#: src/mainwindow.c:587
msgid "/_View/_Customize toolbar..."
-msgstr "/_Ansicht/Werkzeugleiste _konfigurieren"
+msgstr "/_Ansicht/_Werkzeugleiste anpassen..."
#: src/mainwindow.c:589
msgid "/_View/Separate f_older tree"
@@ -3335,7 +3339,7 @@ msgstr "/_Nachricht/Empfang/Empfange von _allen Accounts"
#: src/mainwindow.c:758
msgid "/_Message/Recei_ve/Stop receivin_g"
-msgstr "/_Nachricht/Empfang/Empfan_g abbrechen"
+msgstr "/_Nachricht/Empfan_g/Empfan_g abbrechen"
#: src/mainwindow.c:760
msgid "/_Message/Recei_ve/---"
@@ -3490,7 +3494,7 @@ msgstr "/_Werkzeug/_L旦sche mehrfach vorhandene Nachrichten"
#: src/mainwindow.c:829
msgid "/_Tools/E_xecute marked process"
-msgstr "/_Werkzeug/Markierten Prozess ausf端hren"
+msgstr "/_Werkzeug/Markierten Prozess _ausf端hren"
#: src/mainwindow.c:831
msgid "/_Tools/_Log window"
@@ -3693,15 +3697,15 @@ msgstr "/_Umadressieren"
#: src/mainwindow.c:2850
msgid "Icon _and text"
-msgstr "Bild _und Text"
+msgstr "Grafik _und Text"
#: src/mainwindow.c:2851
msgid "Text at the _right of icon"
-msgstr "Text _rechts der Bilder"
+msgstr "Text rechts vom Symbol"
#: src/mainwindow.c:2853
msgid "_Icon"
-msgstr "_Bild"
+msgstr "_Grafik"
#: src/mainwindow.c:2854
msgid "_Text"
@@ -3709,7 +3713,7 @@ msgstr "_Text"
#: src/mainwindow.c:2855
msgid "_None"
-msgstr "Keine"
+msgstr "_Keine"
#: src/mainwindow.c:2885
msgid "You are offline. Click the icon to go online."
@@ -4124,7 +4128,7 @@ msgstr "0 Tage: sofort entfernen"
#: src/prefs_account_dialog.c:918
msgid "Download all messages (including already received) on server"
msgstr ""
-"Lade alle Nachrichten (auch alle bereits emfangenen) vom Server herunter"
+"Lade alle Nachrichten )inklusive bereits empfangener) vom Server herunter"
#: src/prefs_account_dialog.c:924
msgid "Receive size limit"
@@ -4162,7 +4166,7 @@ msgstr "Pr端fe INBOX nur beim Empfang"
#: src/prefs_account_dialog.c:999
msgid "Filter new messages in INBOX on receiving"
-msgstr "Neue Nachrichten beim Empfang filtern"
+msgstr "Filtere neue Nachrichten in der INBOX beim Empfang"
#: src/prefs_account_dialog.c:1001
msgid "News"
@@ -4230,7 +4234,7 @@ msgstr "Unterschrift"
#: src/prefs_account_dialog.c:1258
msgid "Direct input"
-msgstr "Direkte bernahme"
+msgstr "Direkteingabe"
#: src/prefs_account_dialog.c:1292
msgid "Command output"
@@ -4254,11 +4258,11 @@ msgstr "Antwort an"
#: src/prefs_account_dialog.c:1403
msgid "PGP sign message by default"
-msgstr "Nachrichten immer digital unterschreiben"
+msgstr "Nachrichten standardm辰ig mit GPG signieren"
#: src/prefs_account_dialog.c:1405
msgid "PGP encrypt message by default"
-msgstr "Nachrichten immer verschl端sseln"
+msgstr "Nachrichten immer mit PGP verschl端sseln"
#: src/prefs_account_dialog.c:1407
msgid "Encrypt when replying to encrypted message"
@@ -5013,7 +5017,7 @@ msgstr "Sylpheed zu einem Symbol in der Systemleiste minimieren"
#: src/prefs_common_dialog.c:2168
msgid "Toggle window on trayicon click"
-msgstr "Fenster beim Klicken auf Systemleiste"
+msgstr "Fenster bei Trayicon-Klick wechseln"
#: src/prefs_common_dialog.c:2178
msgid " Set key bindings... "
@@ -5519,7 +5523,7 @@ msgstr "Diese Kopfzeile ist bereits in der Liste enthalten."
#: src/prefs_display_items.c:125
msgid "Display items setting"
-msgstr "Kopfzeilen-Einstellungen anzeigen"
+msgstr "Zeige Eintragseinstellungen"
#: src/prefs_display_items.c:165 src/prefs_summary_column.c:223
msgid "Available items"
@@ -5859,8 +5863,7 @@ msgid ""
msgstr ""
"W辰hlen Sie die Eintr辰ge, die in der Ablageninhaltsansicht dargestellt "
"werden.\n"
-"Sie k旦nnen die Reihenfolge der Eintr辰ge mit den Auf-/Ab-Kn旦pfen oder mit der "
-"Maus ver辰ndern."
+" Sie k旦nnen die Reihenfolge der Eintr辰ge mit den Auf-/Ab-Kn旦pfen ver辰ndern."
#: src/prefs_template.c:164
msgid "Template name"
@@ -5904,7 +5907,7 @@ msgstr "Wollen Sie diese Schablone wirklich l旦schen?"
#: src/prefs_toolbar.c:37
msgid "---- Separator ----"
-msgstr "---- Unterschriftentrenner ----"
+msgstr "---- Trenner ----"
#: src/prefs_toolbar.c:39
msgid "Get"
@@ -5960,7 +5963,7 @@ msgstr "Kein Spam"
#: src/prefs_toolbar.c:67
msgid "Set as not junk mail"
-msgstr "Markiere als Nicht-Spam-Mail"
+msgstr "Markiere als Nicht-Spam"
#: src/prefs_toolbar.c:70
msgid "Next unread message"
@@ -5984,15 +5987,15 @@ msgstr "Drucken"
#: src/prefs_toolbar.c:79
msgid "Print message"
-msgstr "Drucke Nachricht"
+msgstr "Nachricht drucken"
#: src/prefs_toolbar.c:81
msgid "Stop"
-msgstr "Abbrechen"
+msgstr "Stop"
#: src/prefs_toolbar.c:82
msgid "Stop receiving"
-msgstr "Empfang abbrechen"
+msgstr "Empfang beenden"
#: src/prefs_toolbar.c:87
msgid "Execute"
@@ -6064,7 +6067,7 @@ msgstr "Alle langen Zeilen umbrechen"
#: src/prefs_toolbar.c:221
msgid "Customize toolbar"
-msgstr "Werkzeugleiste konfigurieren"
+msgstr "Werkzeugleiste anpassen"
#: src/prefs_toolbar.c:223
msgid ""
@@ -6072,7 +6075,7 @@ msgid ""
"the order by using the Up / Down button."
msgstr ""
"W辰hlen Sie die Eintr辰ge, die in der Werkzeugleiste dargestellt werden.\n"
-"Sie k旦nnen die Reihenfolge der Eintr辰ge mit den Auf-/Ab-Kn旦pfen ver辰ndern."
+"Sie k旦nnen die Reihenfolge mit den Auf-/Ab-Kn旦pfen ver辰ndern."
#: src/printing.c:527
msgid "The message will be printed with the following command:"
@@ -6401,7 +6404,7 @@ msgstr "%s - Quellen"
#: src/sslmanager.c:59
msgid "SSL certificate verify failed"
-msgstr "Pr端fung des SSL Zertfikats misslungen"
+msgstr "Verifizierung des SSL-Zertifikats fehlgeschlagen"
#: src/sslmanager.c:65
#, c-format
@@ -6415,14 +6418,15 @@ msgid ""
"\n"
"Do you accept this certificate?"
msgstr ""
-"Das SSL Zertfikat von %s kann nicht 端berpr端ft werden, weil:\n"
-" %s\n"
+"Das SSL-Zertifikat von %s kann aus dem folgenden Grund nicht verifiziert "
+"werden:\n"
+" %s\n"
"\n"
-"Server zertifiziert:\n"
-" Bezeichnung: %s\n"
-" Herausgeber: %s\n"
+"Serverzertifikat:\n"
+" Betreff: %s\n"
+" Herausgeber: %s\n"
"\n"
-"Soll dieses Zertfikat akzeptiert werden?"
+"M旦chten Sie dieses Zertifikat akzeptieren?"
#: src/subscribedialog.c:203
msgid "Subscribe to newsgroup"
@@ -6587,11 +6591,11 @@ msgstr "Hat Anhang"
#: src/summaryview.c:556
msgid "Within 1 day"
-msgstr "Innerhalb 1 Tages"
+msgstr "Innerhalb eines Tages"
#: src/summaryview.c:557
msgid "Last 5 days"
-msgstr "Letzte 5 Tage"
+msgstr "Vergangene 5 Tage"
#: src/summaryview.c:566
msgid "Search:"
@@ -6837,7 +6841,8 @@ msgstr "Erstelle Textansicht...\n"
#: src/textview.c:498
msgid "This message is encrypted, but its decryption failed.\n"
msgstr ""
-"Die Nachricht ist verschl端sselt, aber die Entschl端ssung ist misslungen.\n"
+"Diese Nachricht ist verschl端sselt, aber die Entschl端sselung ist "
+"fehlgeschlagen.\n"
#: src/textview.c:832
msgid "This message can't be displayed.\n"
diff --git a/po/el.po b/po/el.po
index dd88a48e..5206095b 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -316,7 +316,7 @@ msgstr "凌 略虜竜了凌 凌凌旅亮凌 竜溜僚留旅 凌 溜隆旅凌 亮竜
msgid "Copying message %s/%d to %s ...\n"
msgstr "僚旅粒留流 亮侶僚亮留凌 %s%c%d 凌 %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1232,11 +1232,11 @@ msgstr "凌旅僚劉 隆旅竜慮僚竜旅"
msgid "Personal address"
msgstr "凌旅虜劉 隆旅竜慮僚竜旅"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "裡侶亮竜溜侶"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "凌竜旅隆凌凌溜侶侶"
@@ -2896,20 +2896,20 @@ msgstr "マ竜 凌僚 虜隆旅虜"
msgid "Protocol log"
msgstr "留留粒留流 凌虜了了凌"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "凌 g_thread 隆竜僚 凌侶溜龍竜留旅 留 侶僚 glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "律流侶: %s []...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [隆旅竜慮僚侶] 略僚凌旅粒亮留 留留慮凌 僚慮竜侶"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2919,23 +2919,23 @@ msgstr ""
" 略僚凌旅粒亮留 凌 留留慮凌 僚慮竜侶 亮侶僚亮留凌 亮竜\n"
" 留 虜留慮凌旅亮劉僚留 留竜溜留 僚侶亮亮劉僚留"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 了流侶 僚劉僚 亮侶僚亮略僚"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 了流侶 僚劉僚 亮侶僚亮略僚 了僚 僚 了凌粒留旅留亮ホ"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 留凌凌了流 了僚 僚 亮侶僚亮略僚 侶僚 凌略"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [略虜竜了凌]... 竜亮略僚旅侶 凌 僚凌了旅虜凌 留旅慮亮凌 亮侶僚亮略僚"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2943,38 +2943,42 @@ msgstr ""
" --status-full [略虜竜了凌]...\n"
" 竜亮略僚旅侶 侶 虜留略留侶 凌 留虜劉了凌"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --config-dir 虜留略了凌粒凌 凌溜龍竜旅 凌僚 虜留略了凌粒凌 凌 留凌慮侶虜竜凌僚留旅 留 留竜溜留 "
"慮亮溜竜僚"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit 劉両凌隆凌 留 凌 Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 了竜旅凌粒溜留 留凌留了亮略侶"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 竜亮略僚旅侶 留凌 凌 虜竜旅亮劉僚凌 虜留旅 劉両凌隆凌"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 竜亮略僚旅侶 侶 劉虜隆凌侶 虜留旅 劉両凌隆凌"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "留流竜 劉僚留 了流虜凌..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "隆旅虜凌凌溜侶侶 凌僚凌亮略僚 留竜溜僚"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2999,19 +3003,19 @@ msgstr ""
"\n"
"裡僚劉竜旅留;"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "離略竜旅 流隆侶 亮流僚亮留 僚慮竜侶. 留 粒溜僚竜旅 劉両凌隆凌;"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "侶僚亮留留 侶僚 凌略"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "竜旅虜略 亮侶僚亮留留 隆竜僚 劉凌僚 留了竜溜 虜留旅 竜溜僚留旅 侶僚 凌略. 留 虜了竜溜;"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3020,15 +3024,15 @@ msgstr ""
" 凌流旅両侶 OpenPGP 留竜僚竜粒凌凌旅流慮侶虜竜."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "里劉竜旅 流隆侶 劉僚留 Sylpheed.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "竜留凌略 慮亮溜竜僚"
-#: src/main.c:1251
+#: src/main.c:1304
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 7486c623..c46ccf88 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-04-19 23:12+0100\n"
"Last-Translator: Ricardo Mones <ricardo@mones.org>\n"
"Language-Team: Ricardo Mones <ricardo@mones.org>\n"
@@ -310,7 +310,7 @@ msgstr "las carpetas de origen y destino son id辿nticas.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copiando mensaje %s/%d a %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1203,11 +1203,11 @@ msgstr "Direcci坦n com炭n"
msgid "Personal address"
msgstr "Direcci坦n personal"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notificaci坦n"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Aviso"
@@ -2844,20 +2844,20 @@ msgstr "Contrase単a"
msgid "Protocol log"
msgstr "Traza del protocolo"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread no est叩 soportado por glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Uso: %s [OPCIN]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [direcci坦n] abre la ventana de composici坦n"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2867,23 +2867,23 @@ msgstr ""
" abre la ventana de composici坦n con los ficheros\n"
" especificados como adjuntos"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive recive los mensajes nuevos"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all recibe nuevos para todas las cuentas"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send enviar todos los mensajes en la cola"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [carpeta]... muestra el n炭mero total de mensajes"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2891,37 +2891,41 @@ msgstr ""
" --status-full [carpeta]...\n"
" muestra el estado de cada carpeta"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir nombredir indicar el directorio con ficheros de configuraci坦n"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit finalizar Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug modo de depuraci坦n"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help presenta esta ayuda y finaliza"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version da la informaci坦n de la versi坦n y finaliza"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Pulse cualquier tecla..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Codificaci坦n de los nombres de fichero"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2945,19 +2949,19 @@ msgstr ""
"\n"
"多Desea continuar?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Est叩 componiendo un mensaje. 多Seguro que quiere salir?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Mensajes en cola"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Hay mensajes sin enviar en la cola. 多Salir ahora?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2966,15 +2970,15 @@ msgstr ""
"Soporte para OpenPGP deshabilitado."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "ya hay otro Sylpheed en ejecuci坦n.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migraci坦n de la configuraci坦n"
-#: src/main.c:1251
+#: src/main.c:1304
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 19bccec0..3515db8f 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -317,7 +317,7 @@ msgstr "l辰htekaust on identne sihtkaustale.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopeerin kirja %s%c%d kausta %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1218,11 +1218,11 @@ msgstr "ldine aadress"
msgid "Personal address"
msgstr "Isiklik aadress"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "M辰rkus"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Hoiatus"
@@ -2918,20 +2918,20 @@ msgstr "Sisesta parool"
msgid "Protocol log"
msgstr "Protokolli s端ndmustik"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread ei ole glib poolt toetatud.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Kauta: %s [SEADED]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [aadress] ava kirjakirjutamise aken"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2941,65 +2941,69 @@ msgstr ""
" ava uue kirja aken nii, et m辰rgitud failid\n"
" on manustatud kirjale"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive v探ta uued kirjad"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all v探ta uued kirjad k探igilt konto"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --saada saada k探ik j辰rjekorras olevad kirjad"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --staatus n辰ita kogu kirjade arvu"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --staatus n辰ita kogu kirjade arvu"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug veaotsimise re転iim"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug veaotsimise re転iim"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help n辰ita seda teadet ja v辰lju"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version n辰ita versiooni informatsiooni ja v辰lju"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"v探i vajuta 'y' klahvi.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "V辰ljuva kirja kooditabel"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3013,19 +3017,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Kirjakirjutamine on pooleli. T探esti l探petame?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "kirjad j辰rjekorras"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "M探ned saatmata kirjad on j辰rjekooras. L探petame?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3034,16 +3038,16 @@ msgstr ""
"OpenPGP toetus keelustatud."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "端ks teine Sylpheed juba t旦旦tab.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Tegevuste konfiguratsiooni kirjutamine...\n"
-#: src/main.c:1251
+#: src/main.c:1304
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 17f8fa9c..46a4f602 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-04-19 16:12+0200\n"
"Last-Translator: tvY <mr.somewhere@yahoo.fr>\n"
"Language-Team: French <gnomefr@traduc.org>\n"
@@ -320,7 +320,7 @@ msgstr "dossier source identique la destination.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copie du message %s/%d vers %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1219,11 +1219,11 @@ msgstr "Adresse courante :"
msgid "Personal address"
msgstr "Adresse personnelle :"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Information"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Avertissement"
@@ -2867,20 +2867,20 @@ msgstr "Saisissez le mot de passe"
msgid "Protocol log"
msgstr "Journal de connexion"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread non support辿 par glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Utilisation : %s [OPTION]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresse] ouvrir une fen棚tre de composition de message"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2891,24 +2891,24 @@ msgstr ""
"(s)\n"
" jointe(s) le(s) fichier(s) sp辿cifi辿(s)"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive r辿cup辿rer les nouveaux messages"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr ""
" --receive-all r辿cup辿rer les nouveaux messages de tous les comptes"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send envoyer les messages en attente"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [dossier]... afficher le nombre total de messages"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2916,38 +2916,42 @@ msgstr ""
" --status-full [dossier]...\n"
" afficher l'辿tat de chaque dossier"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir dossier indiquer le dossier contenant les fichiers de "
"configuration"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit quitter Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug afficher les informations de mise au point"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help afficher l'aide-m辿moire"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version afficher les informations de version"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Appuyez sur une touche..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Jeu de caract竪res du nom de fichier"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2971,23 +2975,23 @@ msgstr ""
"\n"
"Poursuivre ?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr ""
"Une fen棚tre de composition de message existe.\n"
"Voulez-vous vraiment quitter ?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Messages en file d'attente"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr ""
"Quelques messages non envoy辿s sont dans la file d'attente. Quitter "
"maintenant ?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2996,15 +3000,15 @@ msgstr ""
"Support OpenPGP d辿sactiv辿."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "une autre session de Sylpheed existe.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migration de la configuration"
-#: src/main.c:1251
+#: src/main.c:1304
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 88a9c516..a7b485c1 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2003-01-17 10:05+0100\n"
"Last-Translator: Jorge Rivas\n"
"Language-Team: Jorge Rivas\n"
@@ -316,7 +316,7 @@ msgstr "carpetas de orixen e desti単o id辿nticas.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copiando mensaxe %s%c%d a %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1217,11 +1217,11 @@ msgstr "Enderezo com炭n"
msgid "Personal address"
msgstr "Enderezo persoal"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notificaci坦n"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Aviso"
@@ -2918,20 +2918,20 @@ msgstr "Contrasinal"
msgid "Protocol log"
msgstr "Rexistro do protocolo"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread non est叩 soportado por glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Uso: %s [OPCIN]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [direcci坦n] abre a fiestra de edici坦n"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2941,65 +2941,69 @@ msgstr ""
" abre a fiestra de composici坦n con os ficheiros\n"
" especificados como adxuntos"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive recibe as mensaxes novas"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all recibe novas mensaxes para todas as contas"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send enviar todas as mensaxes na cola"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --status mostra o n炭mero total de mensaxes"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --status mostra o n炭mero total de mensaxes"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug modo de depuraci坦n"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug modo de depuraci坦n"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help presenta esta axuda e finaliza"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version da a informaci坦n da versi坦n e finaliza"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"ou pulse a tecla `y'.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Codificaci坦n para enviar"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3013,19 +3017,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Est叩 compo単endo unha mensaxe. 多Quere sair?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Mensaxes en cola"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Hai mensaxes sin enviar na cola. 多Sair agora?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3034,16 +3038,16 @@ msgstr ""
"Soporte para OpenPGP deshabilitado."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "xa hai outro Sylpheed execut叩ndose.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "configuraci坦n das accions"
-#: src/main.c:1251
+#: src/main.c:1304
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 17d71e18..1bf36e98 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -318,7 +318,7 @@ msgstr "izvorni spis jednak je destinaciji.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopiram poruke %s%c%d u %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1215,11 +1215,11 @@ msgstr "Uobiajene adrese"
msgid "Personal address"
msgstr "Osobne adrese"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Obavijest"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Upozorenje"
@@ -2945,86 +2945,90 @@ msgstr "Unesite lozinku"
msgid "Protocol log"
msgstr "Zapis protokola"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread nije podr転an od glib-a.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Upotreba: %s [OPCIJA]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresa] otvara prozor za pisanje"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
" attached"
msgstr ""
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive prima nove poruke"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all prima sve poruke sa svih rauna"
-#: src/main.c:469
+#: src/main.c:515
#, fuzzy
msgid " --send send all queued messages"
msgstr " --recive prikazuje broj poruka"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --recive prikazuje broj poruka"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --recive prikazuje broj poruka"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug debug nain"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug debug nain"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help prikazuje ovu pomo i izlazi"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version prikazuje verziju i izlazi"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"ili pritisnite `y卒 tipku.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Izlazni charset"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3038,19 +3042,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Pisanje poruke postoji. Uistinu prekinuti?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Odlo転ene poruke"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Neke neposlane poruke su odlo転ene. Izai odmah?"
-#: src/main.c:791
+#: src/main.c:844
#, fuzzy
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
@@ -3060,16 +3064,16 @@ msgstr ""
"OpenPGP podr邸ka je onemoguena."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "drugi Sylpheed ve radi.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Pi邸em konfiguraciju filtera...\n"
-#: src/main.c:1251
+#: src/main.c:1304
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 c8b9ed6a..c22febf1 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-02-17 19:22+0100\n"
"Last-Translator: N辿meth Tam叩s <ntomasz@vipmail.hu>\n"
"Language-Team: HUNGARIAN <NONE>\n"
@@ -311,7 +311,7 @@ msgstr "A forr叩s- 辿s c辿lmappa azonos.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "%s%c%d lev辿l m叩sol叩sa ide: %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1209,11 +1209,11 @@ msgstr "ltal叩nos c鱈m"
msgid "Personal address"
msgstr "Szem辿lyes c鱈m"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Megjegyz辿s"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Figyelmeztet辿s"
@@ -2859,20 +2859,20 @@ msgstr "Adja meg a jelsz坦t"
msgid "Protocol log"
msgstr "Protokoll napl坦"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread-et a glib nem t叩mogatja.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Haszn叩lat: %s [OPCI]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [c鱈m] szerkesztablak megnyit叩sa"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2882,23 +2882,23 @@ msgstr ""
" szerkesztablak nyit叩sa a megadott f叩jl(ok)\n"
" csatol叩s叩val"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 炭j levelek let旦lt辿se"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 炭j levelek let旦lt辿se minden hozz叩f辿r辿srl"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send minden v叩rakoz坦 lev辿l k端ld辿se"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [mappa]... ki鱈rja a levelek sz叩m叩t"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2906,37 +2906,41 @@ msgstr ""
" --status-full [mappa]...\n"
" megjelen鱈ti minden egyes mappa 叩llapot叩t"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir dirname a konfigur叩ci坦s f叩jlokat t叩rol坦 mappa megad叩sa"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit kil辿p辿s a Sylpheedbl"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug hibakeres 端zemm坦d"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help e seg鱈ts辿g megjelen鱈t辿se 辿s kil辿p辿s"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version verzi坦 inform叩ci坦k ki鱈r叩sa 辿s kil辿p辿s"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Nyomjon meg egy billenty撤t..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "F叩jln辿v karakterk坦dol叩sa"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2960,19 +2964,19 @@ msgstr ""
"\n"
"Folytatja?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Lev辿l szerkeszt辿s alatt. T辿nyleg kil辿p?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "V叩rakoz坦 levelek"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Vannak elk端ldetlen levelek. Kil辿p辿s most?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2981,15 +2985,15 @@ msgstr ""
"OpenPGP t叩mogat叩s kikapcsolva."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Egy m叩sik Sylpheed m叩r fut.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Be叩ll鱈t叩sok migr叩l叩sa"
-#: src/main.c:1251
+#: src/main.c:1304
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 e020416c..939da68f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 2.2.9\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2006-10-14 11:32+0200\n"
"Last-Translator: Danilo Bodei <dbodei@lombardiacom.it,dbodei@katamail.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -311,7 +311,7 @@ msgstr "la cartella sorgente 辿 identica a quella di destinazione.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copia del messaggio %s%c%d in %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1216,11 +1216,11 @@ msgstr "Indirizzo comune"
msgid "Personal address"
msgstr "Indirizzo personale"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Avviso"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Avvertimento"
@@ -2873,20 +2873,20 @@ msgstr "Inserire la password"
msgid "Protocol log"
msgstr "Log del protocollo"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread non 竪 supportato da glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Uso: %s [OPZIONE]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [indirizzo] apre una finestra di composizione"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2896,23 +2896,23 @@ msgstr ""
" apre la finestra di composizione con allegati\n"
" i file specificati"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive riceve i nuovi messaggi"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all riceve i nuovi messaggi di tutti gli account"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send invia tutti i messaggi accodati"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [cartella]... mostra il numero totale dei messaggi"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2920,38 +2920,42 @@ msgstr ""
" --status-full [cartella]...\n"
" mostra lo stato di ogni cartella"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir dirname specifica la directory che contiene i file di "
"configurazione"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit esce da Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug modalit di debug"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help mostra questo aiuto ed esce"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version mostra informazioni sulla versione ed esce"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Premere un tasto qualsiasi..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Codifica nome file"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2975,19 +2979,19 @@ msgstr ""
"\n"
"Continuo?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "C'竪 un messaggio in composizione. Uscire?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Messaggi accodati"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Ci sono messaggi non spediti in 束Coda損. Uscire ora ?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2996,15 +3000,15 @@ msgstr ""
"Il supporto per OpenPGP 竪 disabilitato."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "un altro Sylpheed 竪 gi in esecuzione.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migrazione della configurazione"
-#: src/main.c:1251
+#: src/main.c:1304
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 abd049dd..72780455 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -310,7 +310,7 @@ msgstr "腱糸腱糸筝с\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "<祉若 %s/%d %s 潟若障...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1200,11 +1200,11 @@ msgstr "掩≪"
msgid "Personal address"
msgstr "篋榊≪"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "羈"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "茘"
@@ -2837,20 +2837,20 @@ msgstr "鴻若ュ"
msgid "Protocol log"
msgstr "潟"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread glib c泣若障\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "篏睡羈: %s [激с]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [address] <祉若娯c潟"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2860,23 +2860,23 @@ msgstr ""
" 絎<ゃ羞私<祉若娯\n"
" c潟"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 亥<祉若吾篆<"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all ≪潟亥<祉若吾篆<"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 篆≦罘筝<祉若吾鴻篆<"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [folder]... <祉若吾膩違茵腓冴"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2884,36 +2884,40 @@ msgstr ""
" --status-full [folder]...\n"
" 倶茵腓冴"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr " --configdir dirname 荐絎<ゃ主c絎"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr " --ipcport portnum IPC ≪若潟潟若絎"
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit Sylpheed 腟篋"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 違≪若"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 茵腓冴腟篋"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 若吾с恰宴阪腟篋"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "篏若若..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "<ゃ潟潟若c潟"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2936,19 +2940,19 @@ msgstr ""
"\n"
"膓茵障?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "篏筝<祉若吾絖障綵腟篋障?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "篆≦罘筝<祉若"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "篆≦罘筝篆<<祉若吾障腟篋障?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2957,15 +2961,15 @@ msgstr ""
"OpenPGP 泣若≦鴻с"
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "ャ Sylpheed с莎桁障\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "荐絎腱肢"
-#: src/main.c:1251
+#: src/main.c:1304
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 23cdcb8d..3d7dd7ef 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -317,7 +317,7 @@ msgstr "蠍 启 蟆讌 启螳 螳給.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "覃讌 %s%c%d襯 %s襦 覲旧譴 ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1201,11 +1201,11 @@ msgstr "螻旧 譯殊襦"
msgid "Personal address"
msgstr "螳 譯殊襦"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "襴"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "蟆所"
@@ -2894,20 +2894,20 @@ msgstr " "
msgid "Protocol log"
msgstr "襦貊 襦蠏"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread螳 glib 讌讌給.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "覯: %s [旧]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [譯殊] ク讌 谿曙 暑"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2917,62 +2917,66 @@ msgstr ""
" 讌 殊 豌覿伎 ク讌 谿\n"
" attached"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 覃讌襯 覦給"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 覈 螻 覃讌襯 覦給"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 覈 覃讌襯 覲企"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --status 豐 覃讌 螳襯 れ"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --status 豐 覃讌 螳襯 れ"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug 覯蟾 覈"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 覯蟾 覈"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 襷 螻 襷豺"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 覯覯 覲 豢ロ螻 譬襭"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr ""
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "覲企企 覃殊 覓語"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2986,19 +2990,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "覃讌襯 ク讌 谿曙 給. 襷 伎蟆給蟾?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr ""
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "覲企伎讌 覃讌螳 給. 讌蠍 譬襭蟾?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3007,16 +3011,16 @@ msgstr ""
"OpenPGP 讌蠍磯レ ."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "るジ Sylpheed螳 企 ろ螻 給.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr " れ ...\n"
-#: src/main.c:1251
+#: src/main.c:1304
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 3286a581..e7a41145 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -310,7 +310,7 @@ msgstr "pradinis katalogas identi邸kas paskirties katalogui.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopijuoju lai邸k %s%c%d 眺 %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1208,11 +1208,11 @@ msgstr "Bendras adresas"
msgid "Personal address"
msgstr "Asmeninis adresas"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Prane邸imas"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "町spjimas"
@@ -2854,20 +2854,20 @@ msgstr "町veskite slapta転od眺"
msgid "Protocol log"
msgstr "Protokolo logas"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "glib nepalaiko g_thread.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Naudojimas: %s [PARAMETRAI]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [address] atverti ra邸ymo lang"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2877,23 +2877,23 @@ msgstr ""
" atverti ra邸ymo lang su prisegtais nurodytais\n"
" failais"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive gauti naujus lai邸kus"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all gauti naujus lai邸kus i邸 vis迭 sskait迭"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send si迭sti lai邸kus eilje"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [katalogas]... rodyti bendr lai邸k迭 skaii迭"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2901,36 +2901,40 @@ msgstr ""
" --status-full [katalogas]...\n"
" rodyti kiekvieno katalogo b笛sen"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr " --configdir kelias nurodyti konfig笛racijos katalog"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit u転daryti Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug derinimo r転imas"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help rodyti 邸i pagalb ir baigti"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version i邸vesti versij ir baigti"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Spauskite bet kur眺 klavi邸..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Fail迭 vard迭 koduot"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2954,19 +2958,19 @@ msgstr ""
"\n"
"Tsti?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Ra邸omas lai邸kas. Tikrai i邸eiti?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Lai邸kai eilje"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Eilje yra nei邸si迭st迭 lai邸k迭. I邸eiti dabar?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2975,15 +2979,15 @@ msgstr ""
"OpenPGP palaikymas i邸jungtas."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Sylpheed jau paleistas.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Konfig笛racijos atnaujinimas"
-#: src/main.c:1251
+#: src/main.c:1304
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 ccd7fe9a..ac177d92 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -313,7 +313,7 @@ msgstr "de bronmap is hetzelfde als de doelmap.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Bericht %s%c%d wordt gekopieerd naar %s...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1219,11 +1219,11 @@ msgstr "Algemene adressen"
msgid "Personal address"
msgstr "Persoonlijke adressen"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Bericht"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Waarschuwing"
@@ -2870,20 +2870,20 @@ msgstr "Geef wachtwoord"
msgid "Protocol log"
msgstr "Protocol-logboek"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread is niet ondersteunt door glib\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Gebruik: %s [OPTIES]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adres] open venster \"Bericht opstellen\""
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2893,23 +2893,23 @@ msgstr ""
" venster 'bericht opstellen' openen met de\n"
" gespecificeerde bestanden als bijlagen"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive haal nieuwe berichten op"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all Berichten ophalen van alle accounts"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send verstuur alle berichten uit de wachtrij"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [map]... totaal aantal berichten weergeven"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2917,38 +2917,42 @@ msgstr ""
" --status-full [map]...\n"
" status van iedere map weergeven"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir mapnaam de map waar de configuratiebestanden zich in "
"bevinden"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit Sylpheed afsluiten"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug debug modus"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help geef deze hulp weer"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version\t\tgeef versie informatie en sluit af"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Druk op een toets..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Bestandscodering"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2972,21 +2976,21 @@ msgstr ""
"\n"
"Toch doorgaan?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr ""
"U bent een bericht aan het opstellen.\n"
"Wilt u werkelijk het programma afsluiten?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Berichten zijn in de wachtrij gezet"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Er staan nog berichten in de wachtrij. Toch afsluiten?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2995,15 +2999,15 @@ msgstr ""
"OpenPGP ondersteuning wordt uitgeschakeld."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "er draait al een Sylpheed.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Configuratie omzetten"
-#: src/main.c:1251
+#: src/main.c:1304
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 5f0d654b..dfc39f8f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 1.9.8 \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2005-03-05 18:57+0100\n"
"Last-Translator: Wit Wilinski <madman at linux dot bydg dot org>\n"
"Language-Team: POLISH <pl@li.org>\n"
@@ -310,7 +310,7 @@ msgstr "katalog 添r坦dowy jest taki sam jak docelowy.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopiowanie wiadomoci %s%c%d do %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1214,11 +1214,11 @@ msgstr "Wsp坦lny adres:"
msgid "Personal address"
msgstr "Osobisty adres:"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notatka"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Ostrze甜enie"
@@ -2872,20 +2872,20 @@ msgstr "Wprowad添 haso"
msgid "Protocol log"
msgstr "Dziennik protokou"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "Bibltioteka glib nie obsuguje wywoania g_thread.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "U甜ycie: %s [OPCJE]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adres] otwiera okno tworzenia wiadomoci"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2895,23 +2895,23 @@ msgstr ""
" otwiera okno tworzenia wiadomoci z plikami,\n"
" kt坦re maj zosta doczone"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive odbiera nowe wiadomoci"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all odbiera nowe wiadomoci dla wszystkich kont"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send wysya wszystkie skolejkowane wiadomoci"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [katalog]... pokazuje czn liczb wiadomoci"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2919,39 +2919,43 @@ msgstr ""
" --status-full [katalog]...\n"
" pokazuje czn liczb wiadomoci"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug tryb debugowania"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug tryb debugowania"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help wywietla t pomoc i wychodzi"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr ""
" --version wywietla informacj o wersji i koczy dziaanie"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr ""
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Kodowanie wyjciowe"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2965,19 +2969,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Tworzenie nowej wiadomoci. Czy zakoczy?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Skolejkowane wiadomoci"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Niekt坦re niewysane wiadomoci zostay skolejkowane. Czy wyj?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2986,15 +2990,15 @@ msgstr ""
"wersja jest zbyt stara. Obsuga OpenPGP zostaa wyczona."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Jest ju甜 uruchomiona kopia programu Sylpheed.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migracja ustawie"
-#: src/main.c:1251
+#: src/main.c:1304
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 8c15157b..be6ac0d8 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-04-17 17:39-0300\n"
"Last-Translator: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>\n"
"Language-Team: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>\n"
@@ -318,7 +318,7 @@ msgstr "pastas de origem e destino s達o id棚nticas.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copiando mensagem %s/%d para %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1211,11 +1211,11 @@ msgstr "Endere巽os comuns"
msgid "Personal address"
msgstr "Endere巽os pessoais"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notifica巽達o"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Aviso"
@@ -2854,20 +2854,20 @@ msgstr "Informe a senha"
msgid "Protocol log"
msgstr "Log do protocolo"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread n達o 辿 suportada pela glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Uso: %s [OPO]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [endre巽o] abre janela de composi巽達o"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2877,23 +2877,23 @@ msgstr ""
" abrir a janela de composi巽達o com os arquivos\n"
" especificados anexados"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive recebe novas mensgens"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all recebe novas mensagens de todas as contas"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send envia todas as mensagens da fila"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [pasta]... mostra o n炭mero total de mensagens"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2901,38 +2901,42 @@ msgstr ""
" --status-full [pasta]...\n"
" exibe o status de cada pasta"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir diret坦rio especifica o diret坦rio que armazena os arquivos "
"de configura巽達o"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit sair do Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug modo debug"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help exibe esta ajuda e sai"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version mostra informa巽達o de vers達o e sai"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Pressione qualquer tecla..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Codifica巽達o de nome de arquivo"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2956,19 +2960,19 @@ msgstr ""
"\n"
"Continuar?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Ainda h叩 mensagens sendo escritas. Deseja sair?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Mensagens enviadas para a fila"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Algumas mensagens n達o enviadas est達o na fila. Sair agora?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2977,15 +2981,15 @@ msgstr ""
"Suporte a OpenPGP desabilitado."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "outra c坦pia do Sylpheed j叩 est叩 sendo executada.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migra巽達o da configura巽達o"
-#: src/main.c:1251
+#: src/main.c:1304
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 ab504320..ce79397b 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-04-22 14:50+0200\n"
"Last-Translator: Cristian Secar <cristi@secarica.ro>\n"
"Language-Team: \n"
@@ -318,7 +318,7 @@ msgstr "folderul surs este identic cu cel destinaie.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Copiere mesaj %s/%d 樽n %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1224,11 +1224,11 @@ msgstr "Adrese comune:"
msgid "Personal address"
msgstr "Adrese personale:"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notificare"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Avertisment"
@@ -2883,20 +2883,20 @@ msgstr "Introducei parola"
msgid "Protocol log"
msgstr "Log protocol"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread nu este suportat de glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Utilizare: %s [OPIUNE]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [address] deschide fereastra de compoziie"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2907,23 +2907,23 @@ msgstr ""
"specificate\n"
" ataate"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive primete mesaje noi"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all primete mesaje noi pentru toate conturile"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send trimite toate mesajele din coada de ateptare"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [folder]... arat numrul total de mesaje"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2931,38 +2931,42 @@ msgstr ""
" --status-full [folder]...\n"
" arat starea fiecrui folder"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
" --configdir dirname specific directorul care conine fiierele de "
"configurare"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit ieire Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug mod debug"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help afiaz acest ajutor i iei"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version afiaz versiunea i iei"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "Apsai orice tast..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Codare nume fiier"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2986,21 +2990,21 @@ msgstr ""
"\n"
"Continuai ?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr ""
"Exist cel puin un mesaj 樽n curs de compunere.\n"
"Sigur dorii s ieii ?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Mesaje 樽n coada de ateptare"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Exist mesaje netrimise 樽n coada de ateptare. Ieii acum ?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3009,15 +3013,15 @@ msgstr ""
"Suportul pentru OpenPGP a fost dezactivat."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "ruleaz deja o alt sesiune Sylpheed.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migrarea configuraiei"
-#: src/main.c:1251
+#: src/main.c:1304
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 8c203988..992abff3 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed 2.2.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2006-06-09 14:30+0400\n"
"Last-Translator: Sergey Vlasov <vsu@altlinux.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -313,7 +313,7 @@ msgstr "亳仂亟仆舒 仗舒仗从舒 仂于仗舒亟舒亠 仗舒仗从仂亶 仆舒亰仆
msgid "Copying message %s/%d to %s ...\n"
msgstr "仂仗亳仂于舒仆亳亠 仂仂弍亠仆亳 %s%c%d 于 %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1216,11 +1216,11 @@ msgstr "弍亳亠 舒亟亠舒"
msgid "Personal address"
msgstr "亳仆亠 舒亟亠舒"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "丕于亠亟仂仄仍亠仆亳亠"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "亠亟仗亠亢亟亠仆亳亠"
@@ -2865,20 +2865,20 @@ msgstr "于仂亟 仗舒仂仍"
msgid "Protocol log"
msgstr "仆舒仍"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread 仆亠 仗仂亟亟亠亢亳于舒亠 于 glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "仗仂仍亰仂于舒仆亳亠: %s [丐]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [舒亟亠] 仂从 仂从仆仂 仂亰亟舒仆亳 仂仂弍亠仆亳"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2888,24 +2888,24 @@ msgstr ""
" 仂从 仂从仆仂 仂亰亟舒仆亳 仂仂弍亠仆亳 仗亳仂亠亟亳仆仆仆仄亳\n"
" 舒亶仍舒仄亳"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 仗仂仍亳 仆仂于亠 仂仂弍亠仆亳"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr ""
" --receive-all 仗仂仍亳 仆仂于亠 仂仂弍亠仆亳 仂 于亠 仆 亰舒仗亳亠亶"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 仂仂仍舒 于亠 仂仂弍亠仆亳 亳亰 仂亠亠亟亳"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [仗舒仗从舒]... 于于亠亳 仄仄舒仆仂亠 从仂仍亳亠于仂 仂仂弍亠仆亳亶"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2913,36 +2913,40 @@ msgstr ""
" --status-full [仗舒仗从舒]...\n"
" 于于亠亳 仂仂礌亳亠 从舒亰舒仆仆 仗舒仗仂从"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr " --configdir 从舒舒仍仂亞 从舒亰舒 从舒舒仍仂亞 舒亶仍舒仄亳 从仂仆亳亞舒亳亳"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit 亰舒于亠亳 舒弍仂 Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 亠亢亳仄 仂仍舒亟从亳"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 仂仂弍舒亰亳 仂 仂仗亳舒仆亳亠 亳 于亶亳"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 于于亠亳 亳仆仂仄舒亳 仂 于亠亳亳 亳 于亶亳"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "舒亢仄亳亠 仍ミ英 从仍舒于亳..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "仂亟亳仂于从舒 亳仄仆 舒亶仍仂于"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2966,19 +2970,19 @@ msgstr ""
"\n"
"仂亟仂仍亢亳?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr " 亠亟舒从亳亠仄仂亠 仂仂弍亠仆亳亠. 仂亟亳?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "弌仂仂弍亠仆亳 于 仂亠亠亟亳"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr " 仂亠亠亟亳 亠 仆亠仂仗舒于仍亠仆仆亠 仂仂弍亠仆亳. 仂亟亳?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2987,15 +2991,15 @@ msgstr ""
"仂亟亟亠亢从舒 OpenPGP 仂从仍ム亠仆舒."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "亟亞舒 从仂仗亳 Sylpheed 亢亠 亰舒仗亠仆舒.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "仄仗仂 仗亠亟亟亠亶 从仂仆亳亞舒亳亳"
-#: src/main.c:1251
+#: src/main.c:1304
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 828c5374..18e6012f 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -314,7 +314,7 @@ msgstr "zdrojov箪 prieinok je ten ist箪 ako cie直ov箪.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kop鱈rujem spr叩vu %s%c%d do %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1215,11 +1215,11 @@ msgstr "Spolon叩 adresa"
msgid "Personal address"
msgstr "S炭kromn叩 adresa"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Upozornenie"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Varovanie"
@@ -2914,20 +2914,20 @@ msgstr "Zadajte heslo"
msgid "Protocol log"
msgstr "Z叩znam protokolu"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "glib nepodporuje g_thread.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Pou転itie: %s [VO捗BY]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresa] otvor鱈 okno pre p鱈sanie novej spr叩vy"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2938,23 +2938,23 @@ msgstr ""
"uveden箪mi\n"
" s炭bormi"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive prijme nov辿 spr叩vy"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all prijme nov辿 spr叩vy pre v邸etky kont叩"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send po邸le v邸etky spr叩vy vo v箪stupnej fronte"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [prieinok]... zobraz鱈 celkov箪 poet spr叩v"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2962,42 +2962,46 @@ msgstr ""
" --status-full [prieinok]...\n"
" zobraz鱈 stav jednotliv箪ch prieinkov"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug ladiaci m坦d"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug ladiaci m坦d"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help zobraz鱈 t炭to n叩povedu a ukon鱈 program"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr ""
" --version zobraz鱈 inform叩cie o verzii a ukon鱈 program"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"alebo stlate kl叩vesu 'y'.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "V箪stupn辿 k坦dovanie znakov"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3011,19 +3015,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "M叩te rozp鱈san炭 spr叩vu. Naozaj ukoni泥?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Spr叩vy vo fronte"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Vo fronte s炭 neodoslan辿 spr叩vy. Ukoni泥 program?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3032,16 +3036,16 @@ msgstr ""
"Podpora OpenPGP je vypnut叩."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "u転 be転鱈 in叩 k坦pia Sylpheedu.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Nastavenie akci鱈"
-#: src/main.c:1251
+#: src/main.c:1304
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 00ad74db..c2c181e2 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -317,7 +317,7 @@ msgstr "Izvorna mapa je identina ciljni.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopiram sporoilo %s%c%d v %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1220,11 +1220,11 @@ msgstr "Skupni naslov"
msgid "Personal address"
msgstr "Osebni naslov"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Opomba"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Opozorilo"
@@ -2914,20 +2914,20 @@ msgstr "Vnesite geslo"
msgid "Protocol log"
msgstr "Dnevnik protokola"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread ni podprt v glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Uporaba: %s [MO貼NOST]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [naslov] odpri okno za sestavljanje novega sporoila"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2937,65 +2937,69 @@ msgstr ""
" odpri okno za sestavljanje s pripetimi\n"
" podanimi datotekami"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive poberi nova sporoila"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all poberi nova sporoila z vseh raunov"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send po邸lji vsa akajoa sporoila"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --status prika転i skupno 邸tevilo sporoil"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --status prika転i skupno 邸tevilo sporoil"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug razhro邸evalni nain"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug razhro邸evalni nain"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help prika転i to pomo in konaj"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version prika転i informacijo o razliici in konaj"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"ali pritisnite tipko `y'.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Izhodni nabor znakov"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3009,19 +3013,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "e vedno sestavljate sporoilo. Ali naj res konam?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "akajoa sporoila"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Nekaj neposlamih sporoil je na akanju. Ali naj konam?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3030,16 +3034,16 @@ msgstr ""
"Podpora za OpenPGP je izkljuena."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Sylpheed 転e tee.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Pi邸em nastavitve dejanj..\n"
-#: src/main.c:1251
+#: src/main.c:1304
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 bd841051..33881a2c 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2002-11-29 21:08+0100\n"
"Last-Translator: garret <garret@garrets.tk>\n"
"Language-Team: Serbian\n"
@@ -318,7 +318,7 @@ msgstr "izvorni direktorijum jednak je destinaciji.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopiram poruke %s%c%d u %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1214,11 +1214,11 @@ msgstr "Uobiajene adrese"
msgid "Personal address"
msgstr "Line adrese"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Obave邸tenje"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Upozorenje"
@@ -2909,20 +2909,20 @@ msgstr "Unesite lozinku"
msgid "Protocol log"
msgstr "Zapis protokola"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "glib ne podr転ava g_thread.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Upotreba: %s [OPCIJA]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adresa] otvara prozor za pisanje"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2932,65 +2932,69 @@ msgstr ""
" otvara prozor za pisanje sa navedenim datotekama\n"
" dodato"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive prima nove poruke"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all primi sve poruke sa svih naloga"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 邸alje sve odlo転ene poruke"
-#: src/main.c:470
+#: src/main.c:516
#, fuzzy
msgid " --status [folder]... show the total number of messages"
msgstr " --status pokazuje ukupan broj poruka"
-#: src/main.c:471
+#: src/main.c:517
#, fuzzy
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --status pokazuje ukupan broj poruka"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug debug nain"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug debug nain"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help prika転 ovu pomo izai"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version prikazuje verziju i izlazi"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"ili pritisnite `y卒 tipku.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Izlazni charset"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -3004,19 +3008,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Napisana poruka postoji. Zaista prekinuti?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Odlo転ene poruke"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Neke neposlate poruke su odlo転ene. Izai odmah?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3025,16 +3029,16 @@ msgstr ""
"OpenPGP podr邸ka je onemoguena."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "drugi Sylpheed ve radi.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Pisanje konfiguracije za akcije...\n"
-#: src/main.c:1251
+#: src/main.c:1304
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 1a51f89d..eaa40056 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -311,7 +311,7 @@ msgstr "ursprungsmappen 辰r identisk med dest.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "Kopierar meddelande %s%c%d till %s...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1211,11 +1211,11 @@ msgstr "Vanlig adress"
msgid "Personal address"
msgstr "Privat adress"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Notera"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Varning"
@@ -2867,20 +2867,20 @@ msgstr "Skriv in l旦senord"
msgid "Protocol log"
msgstr "Protokollogg"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread st旦ds inte av glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Anv辰ndning: %s [FLAGGOR]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adress] 旦ppna skrivf旦nster"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2890,23 +2890,23 @@ msgstr ""
" 旦ppna skrivf旦nster med angivna filer\n"
" bifogade"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive ta emot nya meddelanden"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all ta emot nya meddelanden fr奪n alla konton"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send skicka alla k旦ade meddelanden"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [mapp]... visar det totala antalet meddelanden"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2914,40 +2914,44 @@ msgstr ""
" --status-full [mapp]...\n"
" visa status f旦r varje mapp"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug fels旦kningsl辰ge"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug fels旦kningsl辰ge"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help visa denna hj辰lp och avsluta"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version skriv ut versionsinformation och avsluta"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"eller tryck p奪 \"y\"-tangenten.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "Filnamn kodning"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2971,19 +2975,19 @@ msgstr ""
"\n"
"Forts辰tt?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Ett skrivet meddelande finns. Avsluta 辰nd奪?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Meddelanden i k旦"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "N奪gra oskickade meddelanden ligger i k旦. Avsluta nu?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2992,15 +2996,15 @@ msgstr ""
"OpenPGP-st旦d avst辰ngt."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "en annan instans av Sylpheed 辰r redan ig奪ng.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Migration av konfiguration"
-#: src/main.c:1251
+#: src/main.c:1304
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 a67d8695..4102f85f 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -319,7 +319,7 @@ msgstr "kaynak dizini hedef dizinle ayn脹.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "%s%c%d mesaj脹 %s i巽ine kopyalan脹yor...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1216,11 +1216,11 @@ msgstr "Ortak adres"
msgid "Personal address"
msgstr "Kiisel adres"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Not"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "Uyar脹"
@@ -2902,20 +2902,20 @@ msgstr "Parolay脹 girin"
msgid "Protocol log"
msgstr "Protokol g端nl端端"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread, glib taraf脹ndan desteklenmiyor.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Kullan脹m: %s [SEENEKLER] ...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [adres] d端zenleme penceresini a巽ar"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2925,23 +2925,23 @@ msgstr ""
" d端zenleme penceresini belirtilen dosyalar\n"
" postaya eklenmi halde a巽ar"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive yeni mesajlar脹 al脹r"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all t端m hesaplardaki yeni mesajlar脹 al脹r"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send kuyruktaki postalar脹 g旦nderir"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [dizin]... toplam mesaj say脹s脹n脹 g旦ster"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2949,41 +2949,45 @@ msgstr ""
" --status-full [dizin]...\n"
" her dizinin durumunu g旦ster"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug hata ay脹klama modu"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug hata ay脹klama modu"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help bu yard脹m脹 g旦sterir ve 巽脹kar"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version s端r端m bilgisini g旦sterir ve 巽脹kar"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"ya da `y' tuuna bas脹n.\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "Giden ileti kod k端mesi"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2997,19 +3001,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "Mesaj脹 g旦ndermeden 巽脹kmak istediinizden emin misiniz?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "Kuyruktaki iletiler"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "Hala g旦nderilmemi baz脹 iletiler kuyrukta bekliyor. imdi 巽脹k脹ls脹n m脹?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -3018,16 +3022,16 @@ msgstr ""
"OpenPGP destei kapat脹ld脹."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Baka bir Sylpheed sistemde 巽al脹脹yor.\n"
-#: src/main.c:1250
+#: src/main.c:1303
#, fuzzy
msgid "Migration of configuration"
msgstr "Eylem ayarlar脹"
-#: src/main.c:1251
+#: src/main.c:1304
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 11b8aefa..f1e35cc6 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sylpheed 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+0900\n"
"PO-Revision-Date: 2007-01-05 13:58+0300\n"
"Last-Translator: O.R. Nykyforchyn <nick@pu.if.ua>\n"
"Language-Team: Ukrainian\n"
@@ -316,7 +316,7 @@ msgstr "仗舒仗从舒 仗亳亰仆舒亠仆仆 亟亠仆亳仆舒 亟仂 于亳亟仆仂
msgid "Copying message %s/%d to %s ...\n"
msgstr "仂仗ム仄仂 仍亳 %s%c%d 于 %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1212,11 +1212,11 @@ msgstr "亟亠舒 仂亞舒仆亰舒"
msgid "Personal address"
msgstr "仂弍亳舒 舒亟亠舒"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "亳仄从舒"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "仂仗亠亠亟亢亠仆仆"
@@ -2861,20 +2861,20 @@ msgstr "于亠亟 仗舒仂仍"
msgid "Protocol log"
msgstr "仆舒仍 仗仂仂从仂仍"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread 仆亠 仗亟亳仄 glib.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "亢亳于舒仆仆: %s [丶]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [address] 于亟从亳亳 于从仆仂 亟仍 仆仂于仂亞仂 仍亳舒"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2884,23 +2884,23 @@ msgstr ""
" 于亟从亳亳 于从仆仂 于仂亠仆仆 亰 仗亳亟仆舒仆仆礆 于从舒亰舒仆亳\n"
" 舒亶仍于"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 仂亳仄舒亳 仆仂于 仍亳亳"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 仂亳仄舒亳 仆仂于 仍亳亳 亟仍 于 亰舒仗亳于"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 于亟仍舒亳 于 于亟从仍舒亟亠仆 仍亳亳"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [folder]... 仗仂从舒亰舒亳 亰舒亞舒仍仆 从仍从 仍亳于"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2908,36 +2908,40 @@ msgstr ""
" --status-full [folder]...\n"
" 仗仂从舒亰舒亳 舒仆 从仂亢仆仂 仗舒仗从亳"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr " --configdir 仄' 仗舒仗从亳 于从舒亰舒亳 仗舒仗从 亟仍 舒亶仍于 仆舒仍舒于舒仆"
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit 于亳亶亳 亰 Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 亠亢亳仄 于亟仍舒亞仂亟亢亠仆仆"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 仗仂从舒亰舒亳 亟仂于亟从 于亳亶亳"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 于亳亟舒亳 仆仂仄舒 仗仂 于亠 于亳亶亳"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr "舒亳仆 磻-仆亠弍亟 从仆仂仗从..."
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "仂亟仂于舒 舒弍仍亳 亟仍 仄亠仆 舒亶仍于"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2961,19 +2965,19 @@ msgstr ""
"\n"
"仂亟仂于亢亳亳?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr " 仆亠亰舒于亠亠仆 仍亳亳. 弌仗舒于亟 于亳亶亳?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "亳亳 于 亠亰"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "亠磻 仆亠于亟仍舒仆 仍亳亳 - 于 亠亰. 亳亶亳 亰舒舒亰?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2982,15 +2986,15 @@ msgstr ""
"亟从仍ム亠仆仂 仗亟亳仄从 OpenPGP."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "于亢亠 亰舒仗亠仆仂 仆亳亶 Sylpheed.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "亠亠仆亠亠仆仆 仆舒仍舒于舒仆"
-#: src/main.c:1251
+#: src/main.c:1304
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 8bb1a5a5..04915b2c 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -309,7 +309,7 @@ msgstr "th動 m畛c ngu畛n c滴ng ch鱈nh l th動 m畛c g畛c.\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "ang ch辿p th動 %s%c%d t畛i %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1194,11 +1194,11 @@ msgstr "畛a ch畛 chung"
msgid "Personal address"
msgstr "畛a ch畛 c叩 nh但n"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "Ch炭 箪"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "C畉nh b叩o"
@@ -2841,20 +2841,20 @@ msgstr "Nh畉p m畉t kh畉u"
msgid "Protocol log"
msgstr "Theo d探i giao th畛c"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread kh担ng 動畛c glib h畛 tr畛.\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "C叩ch d湛ng: %s [TU畛 CH畛N]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [畛a ch畛] m畛 c畛a s畛 so畉n th畉o"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2864,23 +2864,23 @@ msgstr ""
" m畛 c畛a s畛 so畉n th畉o v畛i t畉p tin 鱈nh k竪m\n"
" 達 ch畛 畛nh"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive nh畉n th動 m畛i"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all nh畉n th動 m畛i t畛 m畛i ti kho畉n"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send g畛i m畛i th動 達 x畉p hng"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [th動 m畛c]... hi畛n t畛ng s畛 th動"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2888,36 +2888,40 @@ msgstr ""
" --status-full [th動 m畛c]...\n"
" hi畛n tr畉ng th叩i c畛a t畛ng th動 m畛c"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
msgid " --exit exit Sylpheed"
msgstr " --exit 坦ng Sylpheed"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug ch畉 畛 g畛 l畛i"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help hi畛n th畛 ph畉n gi炭p 畛 ny v tho叩t"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 動a ra th担ng tin phi棚n b畉n v tho叩t"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr ""
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "M達 c畛a t棚n t畉p tin"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2941,19 +2945,19 @@ msgstr ""
"\n"
"Ti畉p t畛c?"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "ang vi畉t th動. B畉n th畛c s畛 mu畛n tho叩t?"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "C叩c th動 ang 畛i g畛i"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "M畛t s畛 th動 ch動a g畛i 達 動畛c x畉p hng. Tho叩t b但y gi畛?"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2962,15 +2966,15 @@ msgstr ""
"Vi畛c h畛 tr畛 OpenGPG b畛 c畉m."
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "m畛t ti畉n tr狸nh Sylpheed kh叩c ang ch畉y.\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "Di tr炭 c畉u h狸nh"
-#: src/main.c:1251
+#: src/main.c:1304
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 c5f6e5ea..a132ae1d 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -314,7 +314,7 @@ msgstr "羣篁九す筝篁九す筝筝\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "罩e紊狗篁 %s%c%d %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1202,11 +1202,11 @@ msgstr "医"
msgid "Personal address"
msgstr "筝篋阪医"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "羈"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "茘"
@@ -2864,20 +2864,20 @@ msgstr "莨ュ"
msgid "Protocol log"
msgstr "顒莅医"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "glib 筝 g_thread\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "羈鐚%s [OPTION]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [address] 綣医腦"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2886,23 +2886,23 @@ msgstr ""
" --attach 篁1 [篁2]...\n"
" 綣医腦e攻羞糸絎篁"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive ・倶育篁"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all ・倶絽埇育篁"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 筝篁"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [篁九す]... 丞ず篁倶紙"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2910,41 +2910,45 @@ msgstr ""
" --status-full [篁九す]...\n"
" 丞ず罸鋇篁九す倶"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug 莪莚罔≦"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug 莪莚罔≦"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 丞ず莚ュ軒綛狗"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 莨榊篆≧綛狗"
-#: src/main.c:481
+#: src/main.c:530
#, fuzzy
msgid "Press any key..."
msgstr ""
"筝y\n"
"\n"
-#: src/main.c:620
+#: src/main.c:673
#, fuzzy
msgid "Filename encoding"
msgstr "銀戎絖膃膽"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2958,19 +2962,19 @@ msgid ""
"Continue?"
msgstr ""
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "罩e医篁吟荀阪鐚"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "筝篁"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "筝篋篆>散茴上ラー阪鐚"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2979,15 +2983,15 @@ msgstr ""
"綏牙 OpenPGP "
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "Ϊ筝筝 Sylpheed 罩e菴茵\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "罩e菴腱脂臀"
-#: src/main.c:1251
+#: src/main.c:1304
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 977f1ba1..48958b72 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: 2007-04-26 17:43+0900\n"
+"POT-Creation-Date: 2007-05-02 14:20+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"
@@ -313,7 +313,7 @@ msgstr "箴羣莖紊丞後\n"
msgid "Copying message %s/%d to %s ...\n"
msgstr "罩e茲茖処 %s%c%d %s ...\n"
-#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:153
+#: libsylph/mh.c:1001 libsylph/mh.c:1014 src/main.c:156
#, c-format
msgid ""
"File `%s' already exists.\n"
@@ -1207,11 +1207,11 @@ msgstr "援荐膣"
msgid "Personal address"
msgstr "腱篋咲荐膣"
-#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:676
+#: src/alertpanel.c:142 src/compose.c:5741 src/main.c:729
msgid "Notice"
msgstr "羈"
-#: src/alertpanel.c:155 src/main.c:790
+#: src/alertpanel.c:155 src/main.c:843
msgid "Warning"
msgstr "茘"
@@ -2859,20 +2859,20 @@ msgstr "莠後ュ腆"
msgid "Protocol log"
msgstr "荐絎膣"
-#: src/main.c:206
+#: src/main.c:209
msgid "g_thread is not supported by glib.\n"
msgstr "glib 筝 g_thread\n"
-#: src/main.c:460
+#: src/main.c:506
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "羈鐚%s [檎]...\n"
-#: src/main.c:463
+#: src/main.c:509
msgid " --compose [address] open composition window"
msgstr " --compose [灸散医] 贋・医灸散荀腦"
-#: src/main.c:464
+#: src/main.c:510
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2881,59 +2881,63 @@ msgstr ""
" --attach 罟罅1 [罟罅2]...\n"
" 医灸散荀腦鐚筝絨絎罟罅筝サ"
-#: src/main.c:467
+#: src/main.c:513
msgid " --receive receive new messages"
msgstr " --receive 贋・・倶育灸散"
-#: src/main.c:468
+#: src/main.c:514
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 贋・・倶絽活育灸散"
-#: src/main.c:469
+#: src/main.c:515
msgid " --send send all queued messages"
msgstr " --send 堺絖莖紊鞘賢灸散"
-#: src/main.c:470
+#: src/main.c:516
msgid " --status [folder]... show the total number of messages"
msgstr " --status [莖紊]... 蕁腓肴紊上х現掩紊絨灸散"
-#: src/main.c:471
+#: src/main.c:517
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
msgstr " --status-full [莖紊]... 蕁腓堺莖紊鞘賢紊絨灸散"
-#: src/main.c:473
+#: src/main.c:519
msgid ""
" --configdir dirname specify directory which stores configuration files"
msgstr ""
-#: src/main.c:474
+#: src/main.c:521
+msgid " --ipcport portnum specify port for IPC remote commands"
+msgstr ""
+
+#: src/main.c:523
#, fuzzy
msgid " --exit exit Sylpheed"
msgstr " --debug ら罔≦"
-#: src/main.c:475
+#: src/main.c:524
msgid " --debug debug mode"
msgstr " --debug ら罔≦"
-#: src/main.c:476
+#: src/main.c:525
msgid " --help display this help and exit"
msgstr " --help 蕁腓堺茯筝∫"
-#: src/main.c:477
+#: src/main.c:526
msgid " --version output version information and exit"
msgstr " --version 蕁腓榊莖荐"
-#: src/main.c:481
+#: src/main.c:530
msgid "Press any key..."
msgstr ""
-#: src/main.c:620
+#: src/main.c:673
msgid "Filename encoding"
msgstr "罟罅腮援隈腆"
-#: src/main.c:621
+#: src/main.c:674
msgid ""
"The locale encoding is not UTF-8, but the environmental variable "
"G_FILENAME_ENCODING is not set.\n"
@@ -2954,19 +2958,19 @@ msgstr ""
"\n"
"荀膵主鐚"
-#: src/main.c:677
+#: src/main.c:730
msgid "Composing message exists. Really quit?"
msgstr "灸散罩e膩莠腆阪荀∫鐚"
-#: src/main.c:688
+#: src/main.c:741
msgid "Queued messages"
msgstr "咲灸散"
-#: src/main.c:689
+#: src/main.c:742
msgid "Some unsent messages are queued. Exit now?"
msgstr "篋灸散罩e絖莖紊鞘賢絨冴腆阪荀∫鐚"
-#: src/main.c:791
+#: src/main.c:844
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2975,15 +2979,15 @@ msgstr ""
" OpenPGP 吨"
#. remote command mode
-#: src/main.c:1000
+#: src/main.c:1053
msgid "another Sylpheed is already running.\n"
msgstr "綏牙 Sylpheed 腮綣閫e決筝\n"
-#: src/main.c:1250
+#: src/main.c:1303
msgid "Migration of configuration"
msgstr "荐絎莖莉腱"
-#: src/main.c:1251
+#: src/main.c:1304
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"
diff --git a/src/sylpheed.rc.in b/src/sylpheed.rc.in
index 6871f79c..d25cc544 100644
--- a/src/sylpheed.rc.in
+++ b/src/sylpheed.rc.in
@@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Sylpheed\0"
VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0"
VALUE "InternalName", "sylpheed\0"
- VALUE "LegalCopyright", "Copyright (C) 1999-2006 Hiroyuki Yamamoto\0"
+ VALUE "LegalCopyright", "Copyright (C) 1999-2007 Hiroyuki Yamamoto\0"
VALUE "OriginalFilename", "sylpheed.exe\0"
VALUE "ProductName", "Sylpheed\0"
VALUE "ProductVersion", "@VERSION@\0"