diff --git a/daemon/images/logo_ico.png b/daemon/images/logo_ico.png
deleted file mode 100644
index d40cbdb2a827b91e537d23e4282520e5008f2427..0000000000000000000000000000000000000000
Binary files a/daemon/images/logo_ico.png and /dev/null differ
diff --git a/daemon/images/sfl-logo.png b/daemon/images/sfl-logo.png
deleted file mode 100644
index 27301e9050c698c85091716ce6566762eddde38f..0000000000000000000000000000000000000000
Binary files a/daemon/images/sfl-logo.png and /dev/null differ
diff --git a/daemon/images/sflphone.png b/daemon/images/sflphone.png
deleted file mode 100644
index 50c1483ac152972fa6d993b6823b5d247dd258bc..0000000000000000000000000000000000000000
Binary files a/daemon/images/sflphone.png and /dev/null differ
diff --git a/daemon/images/sflphone_logo.png b/daemon/images/sflphone_logo.png
deleted file mode 100644
index a1637322248865099cc2b88d75cbf6d091d84f24..0000000000000000000000000000000000000000
Binary files a/daemon/images/sflphone_logo.png and /dev/null differ
diff --git a/daemon/images/tray-icon.png b/daemon/images/tray-icon.png
deleted file mode 100644
index f9af862f1bcd76ea726a900648521b7fe5e70ff3..0000000000000000000000000000000000000000
Binary files a/daemon/images/tray-icon.png and /dev/null differ
diff --git a/daemon/man/sflphoned.pod b/daemon/man/sflphoned.pod
index 99edc5140ff7e6c9752b913a51b5936456983d47..58c7b8f089b2860e499ad1f320a20d617863af35 100644
--- a/daemon/man/sflphoned.pod
+++ b/daemon/man/sflphoned.pod
@@ -12,13 +12,31 @@ SFLphone is meant to be a robust enterprise-class desktop phone. It provides fun
 SFLphone audio layer is build upon a native ALSA interface and and a native PulseAudio interface.
 B<sflphoned> is the core of SFLphone; it communicates with the client side through DBus. You need to install a client to use the daemon, for instance GTK+ client, B<sflphone-client-gnome>.
 
+=head1 OPTIONS
+
+=over 8
+
+=item B<-c, --console>
+
+Output the log to the console instead of syslog.
+
+=item B<-d, --debug>
+
+Debug mode (more verbose output).
+
+=item B<-h, --help>
+
+Print short list of command-line options.
+
+=back
+
 =head1 BUGS
 
 Please report bugs at https://projects.savoirfairelinux.com/projects/sflphone/issues/new.
 
 =head1 AUTHORS
 
-B<sflphoned> is developed in Montreal by Savoir-Faire Linux Inc. The active developers are Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> and Yun Liu <yun.liu@savoirfairelinux.com>.
+B<sflphoned> is developed in Montreal by Savoir-Faire Linux Inc. The active developers are Tristan Matthews <tristan.matthews@savoirfairelinux.com> and Alexandre Savard <alexandre.savard@savoirfairelinux.com>. 
 
 This manual page was written by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>.
 
diff --git a/daemon/src/audio/codecs/audiocodecfactory.cpp b/daemon/src/audio/codecs/audiocodecfactory.cpp
index 0dc73e5832f3a36ee0b45f5b75d2471e10c84bb0..1bbc5006f6f51934c9d133e6b8c1cf8aee2c021b 100644
--- a/daemon/src/audio/codecs/audiocodecfactory.cpp
+++ b/daemon/src/audio/codecs/audiocodecfactory.cpp
@@ -78,7 +78,8 @@ std::vector<int32_t >
 AudioCodecFactory::getAudioCodecList() const
 {
     std::vector<int32_t> list;
-
+int size = codecsMap_.size();
+printf("%d\n",size);
     for (CodecsMap::const_iterator iter = codecsMap_.begin(); iter != codecsMap_.end(); ++iter)
         if (iter->second)
             list.push_back((int32_t)iter->first);
diff --git a/daemon/src/dbus/configurationmanager-introspec.xml b/daemon/src/dbus/configurationmanager-introspec.xml
index a659f1c5c7f3afa89c61c168d9bb9e55128d5266..589466e4e6045804a1fae0e12e1bc92829821e01 100644
--- a/daemon/src/dbus/configurationmanager-introspec.xml
+++ b/daemon/src/dbus/configurationmanager-introspec.xml
@@ -89,7 +89,7 @@
 				<tp:docstring>
 				</tp:docstring>
 			</arg>
-			<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorMapStringString"/>
+			<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="VectorMapStringString"/>
 			<arg type="aa{ss}" name="credentialInformation" direction="in" tp:type="String_String_Map">
 				<tp:docstring>
 				</tp:docstring>
@@ -308,7 +308,7 @@
 	   <method name="getActiveAudioCodecList" tp:name-for-bindings="getActiveAudioCodecList">
 		   <tp:docstring>
 		   </tp:docstring>
-		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorString"/>
+		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorInt"/>
 		   <arg type="s" name="accountID" direction="in">
 			   <tp:docstring>
 			   </tp:docstring>
@@ -661,7 +661,7 @@
 	   <method name="setTlsSettings" tp:name-for-bindings="setTlsSettings">
 		   <tp:docstring>
 		   </tp:docstring>
-		   <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapStringString"/>
+		   <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>
 		   <arg type="a{ss}" name="details" direction="in">
 			   <tp:docstring>
 			   </tp:docstring>
diff --git a/gnome/po/Makefile.am b/gnome/po/Makefile.am
index 99aae22095b1d501ae92673f484e4d35877f1fe1..92b1ea2eea0d2eaa9ff53bae5bc7b136b27f4ddc 100644
--- a/gnome/po/Makefile.am
+++ b/gnome/po/Makefile.am
@@ -16,6 +16,7 @@ POFILES=\
 	it.po \
 	ja.po \
 	ko.po \
+	nl.po \
 	oc.po \
 	pl.po \
 	pt_BR.po \
@@ -41,6 +42,7 @@ MOFILES=\
 	it.mo \
 	ja.mo \
 	ko.mo \
+	nl.mo \
 	oc.mo \
 	pl.mo \
 	pt_BR.mo \
diff --git a/gnome/po/ar.po b/gnome/po/ar.po
index fc74e05d011652021d35c3cc435587453a21f5db..fccb4c0fb4e4329550676a85d4231ad5903bf03e 100644
--- a/gnome/po/ar.po
+++ b/gnome/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:24+0000\n"
 "Last-Translator: Zied ABID <ziedabid@gmail.com>\n"
 "Language-Team: Arabic <ar@li.org>\n"
@@ -20,240 +20,316 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
-msgid "Name"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "خلل"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "مُسجّل"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "غير مُسجّل"
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "غير صحيح"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-#: ../gnome/src/config/accountconfigdialog.c:250
-msgid "_Alias"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
-msgid "_Host name"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
-msgid "_User name"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
-msgid "_Password"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
-msgid "Show password"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
-msgid "_Voicemail number"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
 msgstr ""
 
 #: ../gnome/src/config/hooks-config.c:149
@@ -280,754 +356,672 @@ msgstr ""
 msgid "_Prefix dialed numbers with"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-msgid "Enable instant messaging"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-msgid "Audio"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/config/assistant.c:308
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "خلل"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "مُسجّل"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "غير مُسجّل"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "غير صحيح"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, c-format
 msgid "Voicemail(%i)"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,189 +1033,190 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr ""
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
 #~ msgctxt "NAME OF TRANSLATORS"
 #~ msgid "Your names"
 #~ msgstr " ,Launchpad Contributions:,Zied ABID"
diff --git a/gnome/po/ast.po b/gnome/po/ast.po
index 02bcc9a29ee6794919bab9030ed7c3e13e4959cc..109d11f12c3a3f96cf37b7c576b6df6d195b3cda 100644
--- a/gnome/po/ast.po
+++ b/gnome/po/ast.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-07-15 23:42+0000\n"
 "Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
 "Language-Team: Asturian <ast@li.org>\n"
@@ -19,85 +19,350 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s cuenta : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d mensaxe de voz"
+msgstr[1] "%d mensaxes de voz"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Llamando cola cuenta %s <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Cuenta actual"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Nun hai cuentes configuraes"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fallu"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Nun tien denguna cuenta rexistrada"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Con:</i> %s\n"
+"usando %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s nun tien sofitu pa ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Falló la negociación ZRTP con %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Con:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Amo_sar ventana principal"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Colgar"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i cuenta activa"
+msgstr[1] "%i cuentes actives"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Usando la cuenta"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nun hai cuentes rexistráes"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Llamada SIP direuta"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "güei a les %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ayeri a les %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a les %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a les %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Rexistráu"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non rexistráu"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Probando..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Falló n'autenticación"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Rede nun alcanzable"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Host nun alcanzable"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error na configuración STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Sirvidor STUN inválidu"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Preparáu"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválidu"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opciones ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Unviar Hash de Hello en S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Pidir al usuariu que confirme SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "A_visar si nun hai sofitu ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Amosar SAS una vegada pa eventos n'espera"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opciones SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Pasar a RTP nos fallos de SDES"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nome"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frecuencia"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Tasa de bits"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Complementu ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Salida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Tonu de llamada"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Xestor de soníu"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Axustes de ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Grabaciones"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Carpeta de destín"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleicione una carpeta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Axustes de meyora de voz"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "Ame_norgamientu de ruíu"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Xeneral"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usar llibreta de direiciones d'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Llende de descarga:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tarxetes"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Amosar foto _del contautu, si ta disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campos de les llibretes de direiciones d'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabayu"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Casa"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Movil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Llibretes de direiciones"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Esbille les llibretes de direiciones d'Evolution a usar"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL Argumentu"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Disparador pa una cabecera _SIP determinada"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Disparador pa una URL _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "O_rde a executar"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescritura de númberu telefónicu"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefixar los númberos marcaos con"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Esti asistente yá finó."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,586 +370,368 @@ msgstr ""
 "Puede comprobar en cualisquier momentu l'estáu del rexistru, o camudar los "
 "parámetros de les cuentes de so, na ventana Opciones/Cuentes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Nomatu"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Sirvidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nome d'usuariu"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Seguridá: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Denguna"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Asistente SFLphone de creación de cuentes"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "¡Bienllegáu al asistente de creación de cuentes de SFLphone!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 "Esti asistente d'instalación echara-y un gabitu pa configurar una cuenta."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Escueya una triba de cuenta"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Cuenta"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Escueya una de les siguientes opciones"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Crear una cuenta SIP/IAX2 de baldre en sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Rexistrar una cuenta SIP o IAX2 esistente"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Axustes de cuenta SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Conseñe la información siguiente"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Nom_atu"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Nome del _host"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Nome d'_usuariu"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "Cont_raseña"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Amosar contraseña"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Númberu del buzón de _voz"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicación segura con _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Corréu ellectrónicu opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Estes señes de corréu van usase pa unviar los mensaxes del buzón de voz."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_Corréu"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Axustes de cuenta IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Conversión de Direición de Rede (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Seique tenga qu'activar esto si ta tres d'un torgafueos."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctivar STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_Sirvidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Rexistru de cuenta"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "¡Norabona!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL Argumentu"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Disparador pa una cabecera _SIP determinada"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Disparador pa una URL _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "O_rde a executar"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescritura de númberu telefónicu"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefixar los númberos marcaos con"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificaciones nel escritoriu"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activar notificaciones"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Iconu de la bandexa del sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Amosar SFLphone na bandexa del sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Estenderexar ventana principal al recibir llamada"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "_Nunca estenderexar ventana principal"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Anubrir _ventana SFLphone nel entamu"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Hestóricu de llamaes"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Guardar el mio hestóricu polo menos"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "díes"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Activar tonos de llamada"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferencies"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Xeneral"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Soníu"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Enganches"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Atayos"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Llibreta de direiciones"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opciones ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Unviar Hash de Hello en S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Pidir al usuariu que confirme SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "A_visar si nun hai sofitu ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Amosar SAS una vegada pa eventos n'espera"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opciones SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Pasar a RTP nos fallos de SDES"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "El sirvidor devolvió \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocolu"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estáu"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Cuentes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Cuentes Configuraes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Hai %d cuenta activa"
-msgstr[1] "Hai %d cuentes actives"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Nun hai denguna cuenta activada"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usar llibreta de direiciones d'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Llende de descarga:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tarxetes"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Amosar foto _del contautu, si ta disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campos de les llibretes de direiciones d'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabayu"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Casa"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Movil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Llibretes de direiciones"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Esbille les llibretes de direiciones d'Evolution a usar"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Ten cuidáu: estos atayos podríen saltase los atayos xenerales del sistema."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opciones avanzaes pa TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Tresporte TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"El tresporte TLS puede utilizase xunto con UDP para les llamaes que "
-"necesiten\n"
-"intercambéos SIP seguros (SIPS). Puede configurar un tresporte TLS distintu\n"
-"pa cada cuenta. Por embargu, caún d'ellos va executase nun puertu dedicáu,\n"
-"diferentes ente sigo.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Escucha TLS global (toles cuentes)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Llista de Certificaos d'Autoridá"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escueya un ficheru de llista de CA (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Ficheru de certificáu de par públicu"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escueye un certificáu públicu de par (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escueye un ficheru de clave privada (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contraseña de la clave privada"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Métodu del protocolu TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Llista de cifráu TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Nome de sirvidor pa la conexón TLS saliente"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tiempu de negociación (seg:mseg)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Comprobar certificaos entrantes, como un sirvidor"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Comprobar certificaos de la respuesta, como un cliente"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requerir certificáu pa les conexones TLS entrantes"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Parámetros de cuenta"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocolu"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconocíu"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "Axente d'_usuariu"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autenticación"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secretu"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nome d'autenticación"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguridá"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Usar tresporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Intercambéu de clave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactiváu"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Rexistru"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Fin del rexistu"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Cumplir con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfaz de rede"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Direición llocal"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Puertu llocal"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Direición espublizada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Usando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del sirvidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que los parámetros llocales"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Afitar direición y puertu espublizaos:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Puertu espublizáu"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Escueya un tono de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activar tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ficheros de soníu"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -694,170 +741,197 @@ msgstr ""
 "URI sip  como <b>sip:parremotu</b>. Los parámetros que conseñe equí, tamién "
 "van usase si una llamada entrante o saliente nun concasa con cuenta dala."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "Axustes de la cuenta"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Axustes de la cuenta"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Básicu"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avanzáu"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Rede"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Ten cuidáu: estos atayos podríen saltase los atayos xenerales del sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "El sirvidor devolvió \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocolu"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estáu"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Cuentes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Cuentes Configuraes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Hai %d cuenta activa"
+msgstr[1] "Hai %d cuentes actives"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Nun hai denguna cuenta activada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opciones avanzaes pa TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Tresporte TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"El tresporte TLS puede utilizase xunto con UDP para les llamaes que "
+"necesiten\n"
+"intercambéos SIP seguros (SIPS). Puede configurar un tresporte TLS distintu\n"
+"pa cada cuenta. Por embargu, caún d'ellos va executase nun puertu dedicáu,\n"
+"diferentes ente sigo.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Escucha TLS global (toles cuentes)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Llista de Certificaos d'Autoridá"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escueya un ficheru de llista de CA (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Ficheru de certificáu de par públicu"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escueye un certificáu públicu de par (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escueye un ficheru de clave privada (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contraseña de la clave privada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Métodu del protocolu TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Llista de cifráu TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nome de sirvidor pa la conexón TLS saliente"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tiempu de negociación (seg:mseg)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Básicu"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Comprobar certificaos entrantes, como un sirvidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avanzáu"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Comprobar certificaos de la respuesta, como un cliente"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Rede"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requerir certificáu pa les conexones TLS entrantes"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Guetar todos"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Calque equí pa camudar el tipu de gueta"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Guetar por llamaes perdíes"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Guetar por llamaes entrantes"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Guetar por llamaes salientes"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "güei a les %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ayeri a les %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a les %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a les %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s cuenta : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d mensaxe de voz"
-msgstr[1] "%d mensaxes de voz"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Llamando cola cuenta %s <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Cuenta actual"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Nun hai cuentes configuraes"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Fallu"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Nun tien denguna cuenta rexistrada"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Con:</i> %s\n"
-"usando %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s nun tien sofitu pa ZRTP."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Falló la negociación ZRTP con %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Con:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volume d'altavoces"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volume del micrófonu"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Hai una llamada en cursu."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Hai llamaes en cursu."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "¿Entá quier salir?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "El par %s nun sofita ZRTP\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "La comunicación segura nun ta disponible"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Siguir"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Terminar llamada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -866,11 +940,11 @@ msgstr ""
 "Un error de %s fizo que la llamada con %s pasara a mou ensin encriptar.\n"
 "Razón esauta: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Falló la negociación ZRTP"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -879,186 +953,97 @@ msgstr ""
 "%s quier dexar d'usar comunicación segura. Confirmar reaniciará la "
 "conversación ensin SRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Confirmar mou en claro"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmar"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Rexistráu"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non rexistráu"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Probando..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Falló n'autenticación"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Rede nun alcanzable"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Host nun alcanzable"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error na configuración STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Sirvidor STUN inválidu"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Preparáu"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválidu"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"<b>Avisu ALSA</b>\n"
-"\n"
-"Error al abrir el preséu de reproducción"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"<b>Avisu ALSA</b>\n"
-"\n"
-"Error al abrir el preséu de captura"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"<b>Avisu de Pulseaudio</b>\n"
-"\n"
-"Pulseaudio nun ta funcionando"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Nun s'escoyó una llibreta de direiciones"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Llibreta de direiciones"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Buzón de voz (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "SFLphone ye un programa de VoIP compatible colos protocolos SIP ya IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Tocante a SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Buzón de voz"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Llamada"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "Llamada _Nueva"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Facer una llamada nueva"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Descolgar"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Contestar la llamada"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Colgar"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Finar la llamada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "_N'espera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Poner la llamada n'espera"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "_Salir d'espera"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Sacar la llamada d'espera"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Asistente de configuración"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Executar l'asistente de configuración"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Llamar al buzón de voz"
 
@@ -1070,188 +1055,198 @@ msgstr "_Zarrar"
 msgid "Minimize to system tray"
 msgstr "Minimizar na bandexa de sistema"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Colar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Colar del programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copiar"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copiar la seleición"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "A_pegar"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Pegar el conteníu del cartafueyu"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Llimpiar _hestorial"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Llimpiar l'hestorial de llamáes"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Cuentes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Editar les sos cuentes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferencies"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Camudar les sos preferencies"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Ver"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Aida"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Conteníu"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Abrir el manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Tocante a esta aplicación"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Tresferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Tresferir la llamada"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "G_rabar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Grabar la conversación actual"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Amo_sar ferramientes"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Amuesa la barra de ferramientes"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Tecláu"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Amosar el tecláu pa marcar"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Controles de volume"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Amuesa los controles de volume"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Hestorial"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Hestorial de llamáes"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Llibret_a de direiciones"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_N'espera"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Tornar _Llamada"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Editar númberu de teléfonu"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Editar el númberu de teléfonu enantes de llamar"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Usando la cuenta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nun hai cuentes rexistráes"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Llamada SIP direuta"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"<b>Avisu ALSA</b>\n"
+"\n"
+"Error al abrir el preséu de reproducción"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Amo_sar ventana principal"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"<b>Avisu ALSA</b>\n"
+"\n"
+"Error al abrir el preséu de captura"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"<b>Avisu de Pulseaudio</b>\n"
+"\n"
+"Pulseaudio nun ta funcionando"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i cuenta activa"
-msgstr[1] "%i cuentes actives"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/ca.po b/gnome/po/ca.po
index 6d091567636c3a2a37234f5381516d24997ba9be..6c499202fe02a23d85aa2291c0ea17404f0a8216 100644
--- a/gnome/po/ca.po
+++ b/gnome/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-10 12:31+0000\n"
 "Last-Translator: Pau Iranzo <Unknown>\n"
 "Language-Team: Catalan <ca@li.org>\n"
@@ -19,85 +19,350 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "Compte %s: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d missatge de veu"
+msgstr[1] "%d missatges de veu"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "S'està trucant a <i>%2$s</i> amb el compte %1$s"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte actual"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "No teniu cap compte configurat"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "No teniu cap compte registrat"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Amb:</i> %s \n"
+"fent servir %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s no és compatible amb el ZRTP"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Ha fallat la negociació ZRTP amb %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Amb:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Mo_stra la finestra principal"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Penja"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i compte actiu"
+msgstr[1] "%i comptes actius"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "No hi ha cap compte registrat"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Trucada SIP directa"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "avui a les %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ahir a les %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a les %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a les %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error de l'SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrat"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "No registrat"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "S'està provant..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "No s'ha pogut autenticar"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "No es pot accedir a la xarxa"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "No es pot accedir a l'amfitrió"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuració de l'STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "El servidor STUN no és vàlid"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Preparat"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "No vàlid"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opcions ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Envia el hash Hello a l'S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Demana a l'usuari que confirmi el SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "No_tifica si el ZRTP no és compatible"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Mostra el SAS una vegada per als esdeveniments en espera"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opcions SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Periodicitat"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Taxa de bits"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Connector de l'ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "So de trucada"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Gestor de so"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paràmetres de l'ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistraments"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Carpeta de destinació"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccioneu una carpeta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Paràmetres de millora de la veu"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "_Reducció de soroll"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "Fes servir la llibreta d'adreces de l'Evol_ution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Límit de baixada:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "targetes"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Mostra la fotografia del contacte si es troba _disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Camps de la llibreta d'adreces de l'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "F_eina"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Inici"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mòbil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Llibretes d'adreces"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Seleccioneu quines llibretes d'adreces de l'Evolution es faran servir"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Ordre que s'ha d'executa_r"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescriptura del número de telèfon"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Aquest auxiliar ha finalitzat."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -106,586 +371,369 @@ msgstr ""
 "així com modificar els paràmetres dels vostres comptes a la finestra "
 "d'Opcions/Comptes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Sobrenom"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'usuari"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Segureat: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Cap"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Auxiliar de creació de comptes de l'SFLphone"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 "Us donem la benvinguda a l'auxiliar de creació de comptes de l'SFLphone"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocols VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Seleccioneu el tipus de compte"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Seleccioneu una de les opcions següents"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Creeu un compte gratuït SIP/IAX2 a sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Registreu un compte SIP o IAX2 existent"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paràmetres del compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Ompliu la informació següent"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "À_lies"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Nom d'a_mfitrió"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Nom d'_usuari"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Contrasenya"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Mostra la contrasenya"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Número de la bústia de _veu"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicacions segures amb _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Adreça de correu electrònic opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Aquesta adreça de correu es farà servir per enviar-vos missatges de la "
 "bústia de veu."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "Adr_eça de correu electrònic"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paràmetres del compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Traducció de l'adreça de xarxa (Network Address Translation o NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Heu d'activar aquesta opció si esteu darrere d'un tallafocs."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "Activa l'STU_N"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "Servidor _STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Registre de compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Enhorabona!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Ordre que s'ha d'executa_r"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescriptura del número de telèfon"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificacions d'escriptori"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "Activa l_es notificacions"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icona de la safata de sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Mostra l'SFLPhone a l'àrea de notificació"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "Mostra la finestra _principal en rebre trucades entrants"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Amaga la finestra de l'SFLphone a l'inici"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Historial de trucades"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Mantén l'historial de trucades com a mínim"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dies"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "Activa _els tons de trucada"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferències"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Àudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Dreceres"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Llibreta d'adreces"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opcions ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Envia el hash Hello a l'S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Demana a l'usuari que confirmi el SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "No_tifica si el ZRTP no és compatible"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Mostra el SAS una vegada per als esdeveniments en espera"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opcions SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estat"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes configurats"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Hi ha %d compte actiu"
-msgstr[1] "Hi ha %d comptes actius"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "No teniu cap compte actiu"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "Fes servir la llibreta d'adreces de l'Evol_ution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Límit de baixada:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "targetes"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Mostra la fotografia del contacte si es troba _disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Camps de la llibreta d'adreces de l'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "F_eina"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Inici"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mòbil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Llibretes d'adreces"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Seleccioneu quines llibretes d'adreces de l'Evolution es faran servir"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "Avís: aquestes dreceres sobreescriuran les dreceres de tot el sistema."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opcions avançades del TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transport TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"El transport TLS es fa servir amb l'UDP per a aquelles trucades que\n"
-"requereixin transaccions SIP segures (SIPS). Podeu configurar un transport\n"
-"TLS diferent per a cada compte. Tot i així, cada un d'ells s'executarà en "
-"un\n"
-"port dedicat, i cada port serà diferent dels altres\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Llista de certificats d'autoritat"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Trieu un fitxer de llista de CA (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Trieu un fitxer de clau privada (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contrasenya de la clau privada"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Mètode del protocol TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Temps d'espera de negociació (s:ms)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Comprova els certificants entrants, com a servidor"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Comprova els certificats de resposta, com a client"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Demana el certificat per a les connexions TLS entrants"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paràmetres dels comptes"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconegut"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autenticació"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secret"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contrasenya"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguretat"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Transport TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivat"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registre"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfície de xarxa"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adreça local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adreça publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que als paràmetres locals"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Estableix l'adreça i el port publicats:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Port publicat"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "FTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tons de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Seleccioneu un to de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Activa _els tons de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fitxers d'àudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -696,367 +744,304 @@ msgstr ""
 "que definiu aquí també es faran servir en cas que no es pugui associar cap "
 "compte amb una trucada d'entrada o de sortida."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "Paràmetres del compte"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Paràmetres del compte"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Bàsic"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avançat"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Xarxa"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "Avís: aquestes dreceres sobreescriuran les dreceres de tot el sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocol"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estat"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes configurats"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Hi ha %d compte actiu"
+msgstr[1] "Hi ha %d comptes actius"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "No teniu cap compte actiu"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opcions avançades del TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transport TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"El transport TLS es fa servir amb l'UDP per a aquelles trucades que\n"
+"requereixin transaccions SIP segures (SIPS). Podeu configurar un transport\n"
+"TLS diferent per a cada compte. Tot i així, cada un d'ells s'executarà en "
+"un\n"
+"port dedicat, i cada port serà diferent dels altres\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Llista de certificats d'autoritat"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Trieu un fitxer de llista de CA (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Trieu un fitxer de clau privada (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contrasenya de la clau privada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Mètode del protocol TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Temps d'espera de negociació (s:ms)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Bàsic"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Comprova els certificants entrants, com a servidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avançat"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Comprova els certificats de resposta, com a client"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Xarxa"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Demana el certificat per a les connexions TLS entrants"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Cerca-les totes"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Feu clic aquí per canviar el tipus de cerca"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Cerca per trucada perduda"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Cerca per trucada entrant"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Cerca per trucada sortint"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error de l'SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "avui a les %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ahir a les %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a les %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a les %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "Compte %s: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d missatge de veu"
-msgstr[1] "%d missatges de veu"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "S'està trucant a <i>%2$s</i> amb el compte %1$s"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte actual"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "No teniu cap compte configurat"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Error"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "No teniu cap compte registrat"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Amb:</i> %s \n"
-"fent servir %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s no és compatible amb el ZRTP"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Ha fallat la negociació ZRTP amb %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Amb:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volum dels altaveus"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volum del micròfon"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Hi ha una trucada en curs."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Encara hi ha trucades en curs."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Encara voleu sortir?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "El ZRTP no és compatible amb l'altre extrem %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "La comunicació segura no es troba disponible"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Continua"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Atura la trucada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Ha fallat la negociació ZRTP"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirma"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrat"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "No registrat"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "S'està provant..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "No s'ha pogut autenticar"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "No es pot accedir a la xarxa"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "No es pot accedir a l'amfitrió"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuració de l'STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "El servidor STUN no és vàlid"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Preparat"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "No vàlid"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificació de l'ALSA\n"
-"\n"
-"S'ha produït un error en obrir el dispositiu de reproducció"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notificació de l'ALSA\n"
-"\n"
-"S'ha produït un error en obrir el dispositiu de captura"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificació del Pulseaudio\n"
-"\n"
-"El Pulseaudio no s'està executant"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "No s'ha seleccionat cap llibreta d'adreces"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Llibreta d'adreces"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Bústia de veu (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "L'SFLphone és un client de VoIP compatible amb els protocols SIP i IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Quant al SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Bústia de veu"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Trucada"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "Trucada _nova"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Fes una trucada nova"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Des_penja"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Respon a la trucada"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Penja"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Finalitza la trucada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "E_n espera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Posa la trucada en espera"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Auxiliar de configuració"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Inicia l'auxiliar de configuració"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Truca a la bústia de veu"
 
@@ -1068,188 +1053,198 @@ msgstr "_Tanca"
 msgid "Minimize to system tray"
 msgstr "Minimitza a l'àrea de notificació"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Surt"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Surt del programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Edita"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copia"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copia la selecció"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Engan_xa"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Enganxa el contingut del porta-retalls"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Neteja l'_historial"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Neteja l'historial de trucades"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Comptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Editeu els vostres comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferències"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Canvia les preferències"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Visualitza"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "A_juda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Continguts"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Obre el manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Quant a aquesta aplicació"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transfereix"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transfereix la trucada"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "En_registra"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Enregistra la conversa actual"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Mo_stra la barra d'eines"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Mostra la barra d'eines"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Marcador"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Mostra el marcador"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Controls de _volum"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Mostra els controls de volum"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Historial"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Historial de trucades"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Llibreta d'_adreces"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "En e_spera"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Torna la tru_cada"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Edita el número de telèfon"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Edita el número de telèfon abans de trucar"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Notificació de l'ALSA\n"
+"\n"
+"S'ha produït un error en obrir el dispositiu de reproducció"
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "No hi ha cap compte registrat"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Trucada SIP directa"
-
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Mo_stra la finestra principal"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificació de l'ALSA\n"
+"\n"
+"S'ha produït un error en obrir el dispositiu de captura"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificació del Pulseaudio\n"
+"\n"
+"El Pulseaudio no s'està executant"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i compte actiu"
-msgstr[1] "%i comptes actius"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/da.po b/gnome/po/da.po
index 60609a4e41856f6b68511936130fbc32d15b5e23..23b925e63a7d9b7b0f9d71efccdd86967cf43353 100644
--- a/gnome/po/da.po
+++ b/gnome/po/da.po
@@ -7,203 +7,63 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-05-01 01:15+0000\n"
-"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2010-10-12 14:55+0000\n"
+"Last-Translator: Jonas Fonseca <fonseca@diku.dk>\n"
 "Language-Team: Danish <da@li.org>\n"
 "Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registreret"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Ikke registreret"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Forsøger..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Fejl"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Godkendelse mislykkedes"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Netværk kan ikke nås"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Vært kan ikke nås"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun konfigureringsfejl"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun server ugyldig"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ugyldig"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Benytter konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Ingen registrerede konti"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Direkte IP opkald"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr ""
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone fejl"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Et igangværende opkald eksisterer"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Igangværende opkald eksisterer"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Ønsker du stadig at afslutte"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP er ikke understøttet af modtageren %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Sikker kommunikation ikke tilgængelig"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Fortsæt"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Afslut opkald"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"En \"%s\"-fejl medførte at opkaldet til %s blev ændret til ukrypteret "
-"tilstand.\n"
-"Den præcise årsag: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "ZRTP-forhandling mislykkedes"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s ønsker at afslutte brugen af sikker kommunikation. Ved at godkende vil "
-"samtalen fortætte uden SRTP\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Godkend sikkerhedsændring"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Godkend"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s konto : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>Fra</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d indtalt besked"
 msgstr[1] "%d indtalte beskeder"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Kalder op med %s konto <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Nuværende konto"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Du har ingen oprettede konti"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fejl"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Du har ingen registrerede konti"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -212,508 +72,665 @@ msgstr ""
 "<i>Med:</i> %s \n"
 "benyttende %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s understøtter ikke ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "ZRTP forhandling mislykkedes med %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Med:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Højtaler lydstyrke"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Mikrofon lydstyrke"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Vis hovedvindue"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Læg på"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
-#, fuzzy, c-format
+#: ../gnome/src/statusicon.c:193
+#, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
-msgstr[0] "aktiv konto"
-msgstr[1] "aktiv konto"
+msgstr[0] "%i aktiv konto"
+msgstr[1] "%i aktive konti"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Ingen adressebog er valgt"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Adressebog"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Benytter konto"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Talebesked"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Ingen registrerede konti"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone er en VoIP-klient kompatibel med SIP og IAX2 protokoller"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Direkte IP opkald"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Om SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "idag klokken %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Talebesked"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "igår klokken %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "Afslut opkald"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A klokken %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nyt opkald"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x klokken %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Lav et nyt opkald"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone fejl"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Svar"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Besvar opkaldet"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registreret"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Afslut opkaldet"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Ikke registreret"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "I _venteposition"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Forsøger..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Sæt opkaldet i venteposition"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Godkendelse mislykkedes"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "F_jern fra venteposition"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netværk kan ikke nås"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Fjern opkaldet fra venteposition"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Vært kan ikke nås"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-msgid "Send _message"
-msgstr ""
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun konfigureringsfejl"
 
-#: ../gnome/src/uimanager.c:989
-msgid "Send message"
-msgstr ""
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun server ugyldig"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Konfigurationsfil"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Klar"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Stun konfigureringsfejl"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ugyldig"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d indtalt besked"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP indstillinger"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Luk"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Send \"Hello Hash\" i S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimere til systembakken"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "_Spørg bruger om at godkende SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Afslut"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Advar hvis ZRTP ikke understøttes"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Afslut programmet"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "_Vis SAS en enkelt gang for vente-hændelser"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES indstillinger"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Fald tilbage til RTP ved SDES fejl"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Navn"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frekvens"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Rediger"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bithastighed"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Kopier"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA plugin"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Kopier det valgte"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uddata"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "Inds_æt"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Inddata"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Indsæt indholdet af udklipsholderen"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Ringetone"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Lydhåndtering"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_PulseAudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "Konti"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Nuværende konto"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA indstillinger"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Indstillinger"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Optagelser"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Ændr dine indstillinger"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Destinationsmappe"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Vis"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Vælg en mappe"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Hjælp"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Fortsæt"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Indstillinger for stemmeforstærkning"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Åbn manualen"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Støjreducering"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Godkendelse"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "_Overfør"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Generelt"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Overfør opkaldet"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Benyt Evolution adressekartotek"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Optag"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download begrænsning :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Optag den aktuelle samtale"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kort"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Vis værktøjslinie"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Vis _kontaktbillede hvis tilgængeligt"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Vis værktøjslinien"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Felter fra Evolutions adressekartotek"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Nummertastatur"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Arbejde"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Vis nummertastaturet"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Hjem"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Vis _lydstyrke indstillinger"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobil"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Vis lydstyrke indstillingerne"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressekartoteker"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Vælg hvilke af Evolutions adressekartoteker skal benyttes"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Adresseargument"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Adressebog"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Udløse ved specifik _SIP protokolhoved"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "I _venteposition"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Udløse ved _IAX2 webadresse"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Besvar opkald"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Kommando som skal _kaldes"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Ændre telefonnummer"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Omskrivning af telefonnummer"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Ændre telefonnummeret før opkald"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Præfiks for indtastede numre"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA meddelelse\n"
-"\n"
-"Fejl opstod mens afspilningsenhed blev åbnet"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Denne vejledning er nu fuldført"
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"ALSA meddelelse\n"
-"\n"
-"Fejl opstod mens optageenhed blev åbnet"
+"Du kan til enhver tid undersøge din registrering eller ændre dine kontis "
+"parametre i vinduet Indstillinger/Konti"
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Brugernavn"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sikkerhed: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
+
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Ingen"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone-guiden til oprettelse af konto"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Velkommen til kontooperettelsesvejledning for SFLphone"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
-"PulseAudio meddelelse\n"
-"\n"
-"PulseAudio er tilgængelig"
+"Denne installeringsvejledning vil hjælpe dig med at konfigurere en konto"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP protokoller"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Vælg en kontotype"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Konto"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Vælg en af følgende indstillinger"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Opret en gratis SIP/IAX2 konto hos sflphone.org"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Kontoparametre"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrer en eksisterende SIP eller IAX2 konto"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP kontoindstillinger"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Udfyld venligst følgende information"
 
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "_Alias"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protokol"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Ukendt"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Værtsnavn"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Brugernavn"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Adgangskode"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Adgangskode"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Nummer for talebesked"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Sikker kommunikation med _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Valgfri emailadresse"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "Denne emailadresse vil blive brugt til at sende dig indtalte beskeder"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Emailadresse"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2 kontoindstillinger"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Du opfordres til at aktivere dette hvis du er bag en firewall"
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "_Benyt STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN server"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Kontoregistrering"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Tillykke!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Meddelelser"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Aktiver meddelelser"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Systembakke-ikon"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Vis SFLphone i systemfeltet"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Vis hovedvindue ved indgående opkald"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Aldrig _pop-op hovedvindue"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Skjul SFLphone vinduet ved _start"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Opkaldshistorik"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Gem min historik i mindst"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dage"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Aktiver _ringetoner"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Indstillinger"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Hooks"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Genveje"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adressebog"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Kontoparametre"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protokol"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Ukendt"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_Brugeragent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Godkendelse"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Hemmelig"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Legitimationsoplysning"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Godkendelsesnavn"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Adgangskode"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sikkerhed"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Benyt TLS transport (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP-nøgleudveksling"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Deaktiveret"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Forældelse af registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Overhold RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Netværk kan ikke nås"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Lokal adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Lokal port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Offentliggjort adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Ved brug af STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN serveradresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Samme som lokale parametre"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Konfigurer offentliggjort adresse og port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Offentliggjort port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringetoner"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Vælg en ringetone"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Aktiver _ringetoner"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Lydfiler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -724,535 +741,513 @@ msgstr ""
 "du definerer her vil også benyttes hvis ingen konto kan tilknyttes et "
 "indgående eller udgående opkald."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoindstillinger"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Grundlæggende"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanceret"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Netværk"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Bemærk: disse genveje vil tilsidesætte genveje defineret for hele systemet."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Server svarede \""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protokol"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Status"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Konti"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Oprettede konti"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, fuzzy, c-format
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "aktiv konto"
 msgstr[1] "aktiv konto"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Der er ingen aktive konti"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Generelt"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Benyt Evolution adressekartotek"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Download begrænsning :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kort"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Vis _kontaktbillede hvis tilgængeligt"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Felter fra Evolutions adressekartotek"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Arbejde"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Hjem"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Advancerede indstillinger for TLS"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobil"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS transport"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressekartoteker"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS transport kan benyttes sammen med UDP for de opkald som kræver\n"
+"sikker sip transaktion (også kaldet SIPS). Du kan konfigurere forskellige\n"
+"TLS transporter for de enkelte konti. Bemærk dog at de hver vil benytte\n"
+"en dedikeret port forskellig fra hinanden.\n"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Vælg hvilke af Evolutions adressekartoteker skal benyttes"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Global TLS-modtager (alle konti)"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Navn"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Autoritetscertifikatsliste"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Denne vejledning er nu fuldført"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Vælg en fil med en autoritetscertifikatsliste (valgfri)"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Du kan til enhver tid undersøge din registrering eller ændre dine kontis "
-"parametre i vinduet Indstillinger/Konti"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Offentlig endpoint certifikatsfil"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Vælg et offentligt endpoint-certifikat (valgfri)"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Vælg en privat nøglefil (valgfri)"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Brugernavn"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Adgangskode for den private nøgle"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Sikkerhed: "
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS protokolmetode"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS cifferliste"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Ingen"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Server navneinstans for udgående TLS forbindelse"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone-guiden til oprettelse af konto"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Forhandlingstimeout"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Velkommen til kontooperettelsesvejledning for SFLphone"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Udfør kontrol af indgående certifikater, som en server"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr ""
-"Denne installeringsvejledning vil hjælpe dig med at konfigurere en konto"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Udfør kontrol af certifikater fra svar, som en klient"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP protokoller"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Kræv certifikat for indgående TLS forbindelser"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Vælg en kontotype"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Søg alle"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klik her for at ændre søgningstypen"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Søg i ubesvarede opkald"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Konto"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Søg i indgående opkald"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Vælg en af følgende indstillinger"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Søg i udgående opkald"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Opret en gratis SIP/IAX2 konto hos sflphone.org"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Højtaler lydstyrke"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrer en eksisterende SIP eller IAX2 konto"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Mikrofon lydstyrke"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP kontoindstillinger"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Et igangværende opkald eksisterer"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Udfyld venligst følgende information"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Igangværende opkald eksisterer"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Sikker kommunikation med _ZRTP"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Ønsker du stadig at afslutte"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Valgfri emailadresse"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP er ikke understøttet af modtageren %s\n"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "Denne emailadresse vil blive brugt til at sende dig indtalte beskeder"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Sikker kommunikation ikke tilgængelig"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Emailadresse"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Fortsæt"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2 kontoindstillinger"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Afslut opkald"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"En \"%s\"-fejl medførte at opkaldet til %s blev ændret til ukrypteret "
+"tilstand.\n"
+"Den præcise årsag: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Du opfordres til at aktivere dette hvis du er bag en firewall"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP-forhandling mislykkedes"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "_Benyt STUN"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s ønsker at afslutte brugen af sikker kommunikation. Ved at godkende vil "
+"samtalen fortætte uden SRTP\n"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN server"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Godkend sikkerhedsændring"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Kontoregistrering"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Godkend"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Tillykke!"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Ingen adressebog er valgt"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frekvens"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adressebog"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bithastighed"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Talebesked"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA plugin"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone er en VoIP-klient kompatibel med SIP og IAX2 protokoller"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Uddata"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Om SFLphone"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Inddata"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Talebesked"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Ringetoner"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Afslut opkald"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Lydhåndtering"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nyt opkald"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_PulseAudio"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Lav et nyt opkald"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Svar"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA indstillinger"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Besvar opkaldet"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Optagelser"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Afslut opkaldet"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Destinationsmappe"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "I _venteposition"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Vælg en mappe"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Sæt opkaldet i venteposition"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "F_jern fra venteposition"
 
-#: ../gnome/src/config/audioconf.c:1019
-#, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Kontoindstillinger"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Fjern opkaldet fra venteposition"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Adresseargument"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Udløse ved specifik _SIP protokolhoved"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Konfigurationsfil"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Udløse ved _IAX2 webadresse"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun konfigureringsfejl"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Kommando som skal _kaldes"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d indtalt besked"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Omskrivning af telefonnummer"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Luk"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Præfiks for indtastede numre"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimere til systembakken"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Meddelelser"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Afslut"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Aktiver meddelelser"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Afslut programmet"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Systembakke-ikon"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Vis hovedvindue ved indgående opkald"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Aldrig _pop-op hovedvindue"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Skjul SFLphone vinduet ved _start"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Rediger"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Kopier"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Gem min historik i mindst"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Kopier det valgte"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "dage"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "Inds_æt"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Indsæt indholdet af udklipsholderen"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Aktiver _ringetoner"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Indstillinger"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Hooks"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "Konti"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr ""
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Nuværende konto"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Adressebog"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Indstillinger"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Ændr dine indstillinger"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Advancerede indstillinger for TLS"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Vis"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS transport"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Hjælp"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"TLS transport kan benyttes sammen med UDP for de opkald som kræver\n"
-"sikker sip transaktion (også kaldet SIPS). Du kan konfigurere forskellige\n"
-"TLS transporter for de enkelte konti. Bemærk dog at de hver vil benytte\n"
-"en dedikeret port forskellig fra hinanden.\n"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Fortsæt"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Åbn manualen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Autoritetscertifikatsliste"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Godkendelse"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Vælg en fil med en autoritetscertifikatsliste (valgfri)"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Overfør"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Offentlig endpoint certifikatsfil"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Overfør opkaldet"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Vælg et offentligt endpoint-certifikat (valgfri)"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Optag"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Vælg en privat nøglefil (valgfri)"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Optag den aktuelle samtale"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Adgangskode for den private nøgle"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Vis værktøjslinie"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS protokolmetode"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Vis værktøjslinien"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS cifferliste"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Nummertastatur"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Server navneinstans for udgående TLS forbindelse"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Vis nummertastaturet"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Forhandlingstimeout"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Vis _lydstyrke indstillinger"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Udfør kontrol af indgående certifikater, som en server"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Vis lydstyrke indstillingerne"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Udfør kontrol af certifikater fra svar, som en klient"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Kræv certifikat for indgående TLS forbindelser"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP indstillinger"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Adressebog"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Send \"Hello Hash\" i S_DP"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "I _venteposition"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "_Spørg bruger om at godkende SAS"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Besvar opkald"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Advar hvis ZRTP ikke understøttes"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Ændre telefonnummer"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "_Vis SAS en enkelt gang for vente-hændelser"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Ændre telefonnummeret før opkald"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"ALSA meddelelse\n"
+"\n"
+"Fejl opstod mens afspilningsenhed blev åbnet"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"ALSA meddelelse\n"
+"\n"
+"Fejl opstod mens optageenhed blev åbnet"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Søg alle"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Klik her for at ændre søgningstypen"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Søg i ubesvarede opkald"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Søg i indgående opkald"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"PulseAudio meddelelse\n"
+"\n"
+"PulseAudio er tilgængelig"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Søg i udgående opkald"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1332,3 +1327,155 @@ msgstr "Søg i udgående opkald"
 
 #~ msgid "Store SIP credentials as MD5 hash"
 #~ msgstr "Gem SIP-legitimationsoplysninger som _MD5-hash-værdi"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "_Fjernelse af ekko"
+
+#~ msgid "Enable STUN"
+#~ msgstr "Aktiver STUN"
+
+#~ msgid "Stun Server"
+#~ msgstr "Stun server"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Viderestil til: "
+
+#~ msgid "Call history"
+#~ msgstr "Opkaldshistorik"
+
+#~ msgid "Address book loading..."
+#~ msgstr "Henter adressebog"
+
+#~ msgid "Hang up"
+#~ msgstr "Læg på"
+
+#~ msgid "New call"
+#~ msgstr "Nyt opkald"
+
+#~ msgid "Apply"
+#~ msgstr "Udfør"
+
+#~ msgid "Add a new account"
+#~ msgstr "Tilføj en ny konto"
+
+#~ msgid "Add"
+#~ msgstr "Tilføj"
+
+#~ msgid "IAX"
+#~ msgstr "IAX"
+
+#~ msgid "Enable Stun"
+#~ msgstr "Aktiver Stun"
+
+#~ msgid "ALSA"
+#~ msgstr "ALSA"
+
+#~ msgid "PulseAudio"
+#~ msgstr "PulseAudio"
+
+#~ msgid "PulseAudio settings"
+#~ msgstr "PulseAudio indstillinger"
+
+#~ msgid "Keep my history for at least"
+#~ msgstr "Gem min historik i mindst"
+
+#~ msgid "Connection"
+#~ msgstr "Forbindelse"
+
+#~ msgid "Clear history"
+#~ msgstr "Ryd historik"
+
+#~ msgid "History"
+#~ msgstr "Historik"
+
+#~ msgid "_Call"
+#~ msgstr "_Ring op"
+
+#~ msgid "_Volume Controls"
+#~ msgstr "_Lydstyrkeopsætning"
+
+#~ msgid "Jérémy Quentin"
+#~ msgstr "Jérémy Quentin"
+
+#~ msgid "Creation of account has failed for the reason"
+#~ msgstr "Oprettelse af kontoen fejlede af følgende årsag"
+
+#~ msgid "Account creation wizard"
+#~ msgstr "Kontooprettelsesvejledning"
+
+#~ msgid "Default account"
+#~ msgstr "Standardkonto"
+
+#~ msgid "Email address"
+#~ msgstr "Email-adresse"
+
+#~ msgid "(C) 2009 Savoir-faire Linux"
+#~ msgstr "(C) 2009 Savoir-faire Linux"
+
+#~ msgid "SFLphone KDE Client"
+#~ msgstr "SFLphone KDE Client"
+
+#~ msgid "Main screen"
+#~ msgstr "Hovedskærmbillede"
+
+#~ msgid "Incoming call"
+#~ msgstr "Indkommende opkald"
+
+#~ msgid "Display volume controls"
+#~ msgstr "Vis lydstyrke"
+
+#~ msgid "Configure SFLphone"
+#~ msgstr "Konfigurerer SFLphone"
+
+#~ msgid "You have an incoming call from"
+#~ msgstr "Du har et indkommende opkald fra"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Fjern den valgte konto"
+
+#~ msgid "Remove"
+#~ msgstr "Fjern"
+
+#~ msgid ""
+#~ "This button enables you to initialize a new account. You will then be "
+#~ "able to edit it using the form on the right."
+#~ msgstr ""
+#~ "Denne knap giver dig adgang til at oprette en ny konto. Du vil således "
+#~ "kunne ændre ved brug af formularen til højre."
+
+#~ msgid "Display"
+#~ msgstr "Visning"
+
+#~ msgid "Down"
+#~ msgstr "Nede"
+
+#~ msgid "Display photo if available"
+#~ msgstr "Vis billede hvis muligt"
+
+#~ msgid "choose Stun server (example : stunserver.org)"
+#~ msgstr "vælg Stun server (eksempel: stunserver.org)"
+
+#~ msgid "Enable address book"
+#~ msgstr "Aktiver adressebog"
+
+#~ msgid "Mobile"
+#~ msgstr "Mobil"
+
+#~ msgid "Work"
+#~ msgstr "Arbejde"
+
+#~ msgid "Server returned \""
+#~ msgstr "Server svarede \""
+
+#~ msgid " active account"
+#~ msgstr " aktiv konto"
+
+#~ msgid "Configuration File"
+#~ msgstr "Konfigurationsfil"
+
+#~ msgid "Using STUN "
+#~ msgstr "Ved brug af STUN "
+
+#~ msgctxt "NAME OF TRANSLATORS"
+#~ msgid "Your names"
+#~ msgstr " ,Launchpad Contributions:,Ask Hjorth Larsen,Jonas Fonseca"
diff --git a/gnome/po/de.po b/gnome/po/de.po
index 789f424c8399888df16bbc079966d9b795a1d47a..8e0f979042621e3c50876f08ec257ba2de1dd9bb 100644
--- a/gnome/po/de.po
+++ b/gnome/po/de.po
@@ -7,90 +7,137 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-04-03 16:49+0000\n"
-"Last-Translator: Jakob Kramer <Unknown>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-03-20 19:51+0000\n"
+"Last-Translator: Felix Braun <Unknown>\n"
 "Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: de\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registriert"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
 
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nicht registriert"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "Konto %s : %s"
 
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Am versuchen..."
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Von</i> %s"
 
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d Sprachnachricht"
+msgstr[1] "%d Sprachnachrichten"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Mit %s Konto <i>%s</i> anrufen"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Aktuelles Konto"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Sie haben noch kein Konto eingerichtet"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
 msgid "Error"
 msgstr "Fehler"
 
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Authentifizierung fehlgeschlagen"
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Sie haben noch kein registriertes Konto"
 
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Kein netzwerk"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Mit:</i> %s \n"
+"unter Verwendung von %s"
 
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Host unerreichbar"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s unterstützt ZRTP nicht."
 
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun: Konfigurationsfehler"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP-Übertragung mit %s schlug fehl"
 
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Ungültiger Stun server"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Mit:</i> %s"
 
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Hauptfenster anzeigen"
 
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ungültig"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "A_uflegen"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i aktiver Account"
+msgstr[1] "%i aktive Accounts"
 
-#: ../gnome/src/actions.c:168
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
 msgid "Using account"
 msgstr "Mit Konto"
 
-#: ../gnome/src/actions.c:172
+#: ../gnome/src/actions.c:180
 msgid "No registered accounts"
 msgstr "Kein registriertes Konto"
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
 msgid "Direct SIP call"
 msgstr "Direkter SIP-Anruf"
 
-#: ../gnome/src/callable_obj.c:310
+#: ../gnome/src/callable_obj.c:340
 msgid "today at %R"
 msgstr "heute um %R"
 
-#: ../gnome/src/callable_obj.c:313
+#: ../gnome/src/callable_obj.c:343
 msgid "yesterday at %R"
 msgstr "gestern um %R"
 
-#: ../gnome/src/callable_obj.c:315
+#: ../gnome/src/callable_obj.c:345
 msgid "%A at %R"
-msgstr ""
+msgstr "%A um %R"
 
-#: ../gnome/src/callable_obj.c:319
+#: ../gnome/src/callable_obj.c:349
 msgid "%x at %R"
-msgstr ""
+msgstr "%x um %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone-Fehler"
 
 #: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
@@ -99,1160 +146,1109 @@ msgid ""
 "more info"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone Fehler"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registriert"
 
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Laufender Anruf."
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nicht registriert"
 
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Laufende Anrufe."
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Am versuchen..."
 
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Bitte bestätigen, dass Sie die Anwendung beenden möchten"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Authentifizierung fehlgeschlagen"
 
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP wird vom Nutzer %s nicht unterstützt\n"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netzwerk nicht erreichbar"
 
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Sichere Verbindung nicht verfügbar"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Rechner nicht erreichbar"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Weiter"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "STUN-Konfigurationsfehler"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Anruf beenden"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Ungültiger STUN-Server"
 
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Ein %s Fehler verhinderte die Verschlüsselung des Telefonats mit %s.\n"
-"Genauer Grund: %s\n"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Bereit"
 
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "ZRTP Übertragung fehlgeschlagen"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ungültig"
 
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP-Optionen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
-"%s will die sichere Kommunikation beenden. Das Gespräch wird dann ohne SRTP "
-"fortgesetzt.\n"
 
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Den Benutzer bitten, SAS zu bestätigen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Warnung wenn ZRTP nicht unterstüzt wird"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Bestätigen"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES-Optionen"
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "Konto %s : %s"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Name"
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>Von</i> %s"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequenz"
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d Voice Nachricht"
-msgstr[1] "%d Voice Nachricht"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitrate"
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Mit %s Konto <i>%s</i> anrufen"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA-Plugin"
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Aktuelles Konto"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Ausgabe"
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Sie haben noch kein Konto eingestellt"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Eingabe"
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Sie haben noch kein registriertes Konto"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Klingelton"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Mit:</i> %s \n"
-"unter Verwendung von %s"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Sound Manager"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s unterstützt ZRTP nicht."
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "PulseAudio"
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP-Übertragung mit %s schlug fehl"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Mit:</i> %s"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA-Konfiguration"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Lautsprecher Lautstärke"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Aufnahmen"
 
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Mikro Lautstärke"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Zielverzeichnis"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Hauptfenster anzeigen"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Verzeichnis auswählen"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
-msgid "_Hang up"
-msgstr "A_uflegen"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Einstellungen zur Sprachverbesserung"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i aktiver Account"
-msgstr[1] "%i aktive Accounts"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "Rauschunterdrückung"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Adressbuch"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Adressbuch"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Allgemein"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Voicemail (%i)"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Evolution-Adressbuch verwenden"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone ist ein VoIP Client (kompatibel mit SIP und IAX2 Protokolle)"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download-Grenze:"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Über SFLphone"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "Einträge"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Voicemail"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Wenn verfügbar, _Bild anzeigen"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Anruf"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Felder des Evolution-Adressbuchs"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Neuer Anruf"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Geschäftlich"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Einen neuen Anruf tätigen"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Privat"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Abnehmen"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiltelefon"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Auf den Anruf antworten"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressbücher"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Den Anruf beenden"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "verwendete Evolution-Adressbücher auswählen"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "in _Warteschleife"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL-Behandlung"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Auslösung bei spezifischem _SIP-Header"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Auslösung bei _IAX2-URL"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Auszuführender Befehl"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Anpassung der Telefonnummer"
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Präfix vor Rufnummer einfügen"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr ""
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Assistent beendet."
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
+"Sie können jederzeit Ihren Registrierungsstatus überprüfen oder Ihre "
+"Kontoparameter ändern (Bearbeiten/Konten)."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Auf Nachrichten"
-
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Auf Nachrichten"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Einrichtungsdatei"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Stun: Konfigurationsfehler"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Benutzername"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d Voice Nachricht"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sicherheit: "
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr ""
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr ""
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nichts"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Beenden"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone-Konfigurations-Assistent"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Das Programm beenden"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Wilkommen zu SFLphone!"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
+"Der Konfigurations-Assistent wird Ihnen helfen, ein Konto einzurichten."
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP-Protokolle"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Kontotyp auswählen"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Editieren"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterisk Exchange)"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Konto"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Entfernen Sie das ausgewählte Konto"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Bitte eine Option auswählen"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr ""
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "SIP/IAX2 Konto bei sflphone.org erstellen"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr ""
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Existierendes SIP/IAX2 Konto einrichten"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Liste der vorherigen Anrufen _leeren"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Konfiguration des SIP-Kontos"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Vorherigen Anrufen leeren"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Folgende Informationen bitte ausfüllen"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Konten"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Aktuelles Konto"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Hostname"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Einstellungen"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Benutzername"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Ihre Einstellungen ändern"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Passwort"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Anzeigen"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Passwort anzeigen"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Hilfe"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "Mailbox-Rufnummer"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Weiter"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Sichere Kommunikation mit _ZRTP"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Optionale E-Mail-Adresse"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
+"Diese E-Mail-Adresse wird benutzt, um Ihnen Mailbox-Nachrichten zu schicken."
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Authentifizierung"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_E-Mail"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Weiterleiten"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Konfiguration des IAX2 Konto"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Weiterleiten zu :"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Gespräch aufzeichnen"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind."
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Das momentane Gespräch aufnehmen"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "STUN ei_nschalten"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Zeige Werkzeugleiste"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN-Server"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr ""
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Konto-Registrierung"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Wählscheibe"
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Gratulation!"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr ""
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Desktop-Benachrichtigungen"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Lautstärke-Regler anzeigen"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Benachrichtigungen _einschalten"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Lautstärke-Regler anzeigen"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Infobereich"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Vorherige Anrufe"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "SFLphone im Infobereich anzeigen"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Liste der vorherigen Anrufen"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "Hauptfenster bei eingehendem Anruf öffnen"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Adressbuch"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Hauptfenster nicht automatisch öffnen"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "in _Warteschleife"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Hauptfenster beim Start verstecken"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Zurückrufen"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Anrufchronik"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Nummer editieren"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "Anrufchronik speichern für mindestens"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Nummer vor dem Anruf editieren"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "Tage"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
-"ALSA Benachrichtigung\n"
-"\n"
-"Fehler während Öffnen des \"playback device\""
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA Benachrichtigung\n"
-"\n"
-"Fehler während Öffnen des \"capture device\""
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Klingeltöne aktivieren"
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio Benachrichtigung\n"
-"\n"
-"Pulseaudio nicht gestartet"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Einstellungen"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Konto parameter"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Hooks"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Alias"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Tastenkombinationen"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adressbuch"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Konto-Einstellungen"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokoll"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Unbekannt"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Hostname"
-
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Benutzername"
-
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Passwort"
-
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Passwort"
-
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "_Voicemail Nummer"
-
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
-msgstr ""
+msgstr "_User-Agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Authentifizierung"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Geheim"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
-msgstr ""
+msgstr "Zugangsdaten"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
-msgstr "Authentifizierung Name"
+msgstr "Benutzername"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Passwort"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sicherheit"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
-msgstr "TLS Transport"
+msgstr "TLS verwenden (SIPS)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
-msgstr ""
+msgstr "SRTP-Schlüsselaustausch"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Deaktiviert"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
-msgstr "Anmeldung"
+msgstr "Registrierung"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
-msgstr "Registrierung erwartet"
+msgstr "Registrierung abgelaufen"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
-msgstr ""
+msgstr "RFC3263-konform"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
-msgstr "Kein netzwerk"
+msgstr "Netzwerk-Schnittstelle"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adresse (lokal)"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port (lokal)"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Veröffentlichte Adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN verwenden"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN Server URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
-msgstr ""
+msgstr "Entsprechend den lokalen Einstellungen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
-msgstr ""
+msgstr "Veröffentliche Adresse und Port festlegen:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Veröffentlichter Port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Klingeltöne"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Klingelton auswählen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Klingeltöne _einschalten"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
-msgstr "Audio Dateien"
+msgstr "Audio-Dateien"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoeinstellungen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Allgemein"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Netzwerk"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Achtung: diese Einstellungen können systemweite Tastenkombinationen "
+"überschreiben."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
-msgstr ""
+msgstr "Server antwortete \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protokoll"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Status"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Konfigurierten Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, fuzzy, c-format
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
-msgstr[0] "aktive Konten"
-msgstr[1] "aktive Konten"
+msgstr[0] "%d aktives Konto"
+msgstr[1] "%d aktive Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Sie haben kein aktives Konto"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Allgemein"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "Addressbuch von Evolution verwenden"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Herunterladen Grenze :"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Erweiterte Optionen für TLS"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "Karten"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS Transport"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Wenn verfügbar, _Bild anzeigen"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Felder vom Evolution Adressbuch"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Arbeit"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Heim"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Wählen Sie eine Zertifikats-Datei (optional)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Handy"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressbücher"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Adressbücher von Evolution zum verwenden auswählen"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Wählen Sie die Datei mit Ihrem privaten Schlüssel"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Name"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Passwort für den privaten Schlüssel"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Assistent beendet."
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS-Protokol-Methode"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
-"Sie können jederzeit Ihres Registrierungsstatus überprüfen oder "
-"IhreKontoparameter ändern (Optionen/Konten)."
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
-
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
-
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Benutzername"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Sicherheit: "
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Zeitspanne zum Aushandeln (sec:msec)"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Überprüfe eingehende Zertifikate (als Server)"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Nichts"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Überprüfe eingehende Zertifikate (als Client)"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone Konto (Konfigurationsassistent)"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Zertifikat für eingehende TLS-Verbindungen erforderlich"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Wilkommen zu SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Suche alle"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr ""
-"The Installationsassistent wird Ihnen helfen, ein Konto zu konfigurieren."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klicken Sie hier, um Suchtyp zu wechseln"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP Protokoll"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Suche nach Anruf in Abwesenheit"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Kontotyp auswählen"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Suche nach eingehendem Anruf"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Suche nach ausgehendem Anruf"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterisk Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Lautsprecher-Lautstärke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Konto"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Mikrofon-Lautstärke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Bitte eine Option auswählen"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Laufender Anruf."
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "SIP/IAX2 Konto bei sflphone.org erstellen lassen"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Laufende Anrufe."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Existierendes SIP/IAX2 Konto registrieren"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Möchten Sie die Anwendung trotzdem beenden?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Konfiguration des SIP Konto"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP wird vom Nutzer %s nicht unterstützt\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Folgende Informationen bitte ausfühlen"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Sichere Verbindung nicht verfügbar"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Sichere Kommunikation mit _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Fortsetzen"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Fakultative E-mail-Adresse"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Auflegen"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Diese E-mail-Adresse wird benutzt, um Ihnen voicemail Meldungen zu schicken."
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Email"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Konfiguration des IAX2 Konto"
+"Ein %s Fehler verhinderte die Verschlüsselung des Telefonats mit %s.\n"
+"Genauer Grund: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP-Übertragung fehlgeschlagen"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s will die sichere Kommunikation beenden. Das Gespräch wird dann ohne SRTP "
+"fortgesetzt.\n"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "STUN Ei_nschalten"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN Server"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Bestätigen"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Konto Registrierung"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Kein Adressbuch ausgewählt"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Gratulation!"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adressbuch"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequenz"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Voicemail (%i)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone ist ein VoIP-Client kompatibel zu SIP und IAX2."
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA Plugin"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Über SFLphone"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Ausgabe"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Voicemail"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Eingabe"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Anruf"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Klingeltöne"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Neuer Anruf"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Sound Manager"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Einen neuen Anruf tätigen"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "Pulseaudio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Abnehmen"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Auf den Anruf antworten"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA Konfiguration"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Den Anruf beenden"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Aufnahmen"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "in _Warteschleife"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Zielverzeichnis"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Den Anruf in die Warteschleife setzen"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Verzeichnis auswählen"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "zurück zum Wartenden"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Den Anruf aus der Warteschleife nehmen"
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Kontoeinstellungen"
-
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr ""
-
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL Argument"
+msgid "Send _message"
+msgstr "Auf Nachrichten"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Bewirkung beim spezifischen _SIP Header"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Auf Nachrichten"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Bewirkung bei _IAX2 URL"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Konfigurations-Assistent"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Befehl _auszuführen"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Konfigurations-Assistenten starten"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Telefonnummer umformen"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Die Mailbox anrufen"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Präfix vor Nummern einfügen"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Schließen"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Desktopbenachrichtigungen"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "In den Infobereich minimieren"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Benachrichtigungen _einschalten"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Beenden"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Benachrichtigungsfeld (\"System Tray\") Icon"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Das Programm beenden"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "Hauptfenster anzeigen wenn eingehendes Gespräch"
-
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Hauptfenster nie anzeigen"
-
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "_Unsichtbar beim Start"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Liste der vorherigen Anrufen"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "Tage"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Bearbeiten"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "K_opieren"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Klingeltöne aktivieren"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Die Auswahl kopieren"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Einstellungen"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "E_infügen"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Hooks"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Den Inhalt der Zwischenablage einfügen"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr ""
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Anrufchronik leeren"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Adressbuch"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Liste der beendeten Anrufe leeren"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Konten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Erweiterte Optionen für TLS"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Konten bearbeiten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS Transport"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Einstellungen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Ihre Einstellungen ändern"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Ansicht"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Hilfe"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Inhalt"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Das Handbuch öffnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Informationen zu dieser Anwendung"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Weiterleiten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Anruf weiterleiten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS-Protokol-Methode"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Gespräch aufzeichnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Das aktuelle Gespräch aufzeichnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "Wer_kzeugleiste"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Die Werkzeugleiste anzeigen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Bestätige eingehende Zertifikate als einen Server"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Wähltastatur"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Bestätige eingehende Zertifikate als einen Client"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Die Wähltastatur anzeigen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Benötige Zertifikat für eingehende TLS-Verbindungen"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Lautstärke-Regler"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP Optionen"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Die Lautstärke-Regler anzeigen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Anruf_chronik"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Den Benutzer bitten, SAS zu bestätigen"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Liste der beendeten Anrufe"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Warnung wenn ZRTP nicht unterstüzt"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "_Adressbuch"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "in _Warteschleife"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES Optionen"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Zurückrufen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Telefonnummer bearbeiten"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Suche alle"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Telefonnummer vor dem Anruf bearbeiten"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Klicken Sie hier, um Suchtyp zu wechseln"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA-Benachrichtigung\n"
+"\n"
+"Fehler beim Öffnen des Wiedergabegeräts"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Suche nach Anruf in Abwesenheit"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA-Benachrichtigung\n"
+"\n"
+"Fehler beim Öffnen des Aufnahmegeräts"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Suche nach eingehenden Anruf"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"PulseAudio-Benachrichtigung\n"
+"\n"
+"PulseAudio ist nicht gestartet"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Suche nach ausgehenden Anru"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
 #~ msgstr ""
-#~ "SFLphone Server kann nicht verbunden werden. Stellen Sie sicher, dass der "
-#~ "Dämon läuft."
+#~ "Verbindung mit dem SFLphone-Server kann nicht hergestellt werden.\n"
+#~ "Stellen Sie sicher, dass der Dienst läuft."
 
 #~ msgid "Codecs"
 #~ msgstr "Codecs"
@@ -1261,10 +1257,10 @@ msgstr "Suche nach ausgehenden Anru"
 #~ msgstr "Bandbreite"
 
 #~ msgid "Custom commands on incoming calls with URL"
-#~ msgstr "Spezielle Befehle bei eingehender Anrufen mit URL"
+#~ msgstr "Eigene Befehle bei eingehenden Anrufen mit URL"
 
 #~ msgid "%s will be replaced with the passed URL."
-#~ msgstr "%s wird mit gegebener URL ersetzt."
+#~ msgstr "%s wird mit übergebener URL ersetzt."
 
 #~ msgid "_Voice Activity Detection"
 #~ msgstr "\"Voice Activity\" Erkennung"
@@ -1567,7 +1563,10 @@ msgstr "Suche nach ausgehenden Anru"
 #~ "Ihre Namen, ,Launchpad Contributions:,Maxime Chambreuil,Sven Werlen, ,"
 #~ "Launchpad Contributions:,Maxime Chambreuil,Sven Werlen,Sven Werlen, ,"
 #~ "Launchpad Contributions:,Funatiker,Jakob Kramer,Jarosław Ogrodnik,Marcel "
-#~ "Schmücker,Maxime Chambreuil,Michael Keppler,Sven Werlen,Sven Werlen"
+#~ "Schmücker,Maxime Chambreuil,Michael Keppler,Sven Werlen,Sven Werlen, ,"
+#~ "Launchpad Contributions:,Dorgendubal,Emmanuel Milou,Felix Braun,Funatiker,"
+#~ "Jakob Kramer,Jarosław Ogrodnik,Marcel Schmücker,Maxime Chambreuil (http://"
+#~ "www.savoirfairelinux.com),Michael Keppler,Sven Werlen,jango,webmeischda"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -1575,4 +1574,122 @@ msgstr "Suche nach ausgehenden Anru"
 #~ "Ihre E-Mail-Adressen,,,maxime.chambreuil@gmail.com,,,,maxime."
 #~ "chambreuil@gmail.com,,sven.werlen@gmail.com,,,,,nobodythere@gmail.com,"
 #~ "versus666@hotmail.de,maxime.chambreuil@gmail.com,Bananeweizen@gmx.de,,"
-#~ "sven.werlen@gmail.com"
+#~ "sven.werlen@gmail.com,,,,emmanuel.milou@savoirfairelinux.com,,,,"
+#~ "nobodythere@gmail.com,,maxime.chambreuil@savoirfairelinux.com,"
+#~ "Bananeweizen@gmx.de,,,"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "Echounterdrückung"
+
+#~ msgctxt "account state"
+#~ msgid "Registered"
+#~ msgstr "Registriert"
+
+#~ msgctxt "account state"
+#~ msgid "Not Registered"
+#~ msgstr "Nicht registriert"
+
+#~ msgctxt "account state"
+#~ msgid "Trying..."
+#~ msgstr "Am versuchen..."
+
+#~ msgctxt "account state"
+#~ msgid "Bad authentification"
+#~ msgstr "Falsche Authentifizierung"
+
+#~ msgctxt "account state"
+#~ msgid "Network unreachable"
+#~ msgstr "Kein netzwerk"
+
+#~ msgctxt "account state"
+#~ msgid "Host unreachable"
+#~ msgstr "Host unerreichbar"
+
+#~ msgctxt "account state"
+#~ msgid "Stun configuration error"
+#~ msgstr "Stun: Konfigurationsfehler"
+
+#~ msgctxt "account state"
+#~ msgid "Stun server invalid"
+#~ msgstr "Ungültiger Stun server"
+
+#~ msgctxt "account state"
+#~ msgid "Invalid"
+#~ msgstr "Ungültig"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Weiterleiten zu : "
+
+#~ msgid "Call history"
+#~ msgstr "Liste der vorherigen Anrufen"
+
+#~ msgid "Transfer"
+#~ msgstr "Weiterleiten"
+
+#~ msgctxt "Config section"
+#~ msgid "General"
+#~ msgstr "Allgemein"
+
+#~ msgctxt "Config section"
+#~ msgid "Display"
+#~ msgstr "Display"
+
+#~ msgctxt "Config section"
+#~ msgid "Accounts"
+#~ msgstr "Konten"
+
+#~ msgctxt "Config section"
+#~ msgid "Audio"
+#~ msgstr "Audio"
+
+#~ msgctxt "Config section"
+#~ msgid "Address Book"
+#~ msgstr "Adressbuch"
+
+#~ msgctxt "Config section"
+#~ msgid "Recordings"
+#~ msgstr "Tonaufnahmen"
+
+#~ msgctxt "Config section"
+#~ msgid "Hooks"
+#~ msgstr "Hooks"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Entfernen Sie das ausgewählte Konto"
+
+#~ msgctxt "Beginning of 'Keep my history for at least n days.'"
+#~ msgid "Keep my history for at least"
+#~ msgstr "Vorherigen Anrufen behalten: mindestens"
+
+#~ msgctxt "End of 'Keep my history for at least n days.'"
+#~ msgid "days"
+#~ msgstr "Tage"
+
+#~ msgid "Clear history"
+#~ msgstr "Vorherigen Anrufen leeren"
+
+#~ msgid "History"
+#~ msgstr "Vorherige Anrufe"
+
+#~ msgid "Display volume controls"
+#~ msgstr "Lautstärke-Regler anzeigen"
+
+#~ msgid "_Account creation wizard"
+#~ msgstr "SFLphone _Konto (Konfigurationsassistent)"
+
+#~ msgid "_Call"
+#~ msgstr "_Anruf"
+
+#~ msgctxt "Beginning of 'Keep my history for at least n days.'"
+#~ msgid "_Keep my history for at least"
+#~ msgstr "_Vorherigen Anrufen behalten: mindestens"
+
+#~ msgctxt "account state"
+#~ msgid "Authentication Failed"
+#~ msgstr "Authentifizierung fehlgeschlagen"
+
+#~ msgid " active account"
+#~ msgstr " aktive Konten"
+
+#~ msgid "Configuration File"
+#~ msgstr "Einrichtungsdatei"
diff --git a/gnome/po/el.po b/gnome/po/el.po
index 569e42df67477e43232f1f42f67f4efc92c11a7f..87edb8e3fa0c737efad651d7aab15c27aaed6558 100644
--- a/gnome/po/el.po
+++ b/gnome/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:26+0000\n"
 "Last-Translator: jarlaxl lamat <sztaasz@gmail.com>\n"
 "Language-Team: Greek <el@li.org>\n"
@@ -19,830 +19,904 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s λογαριασμός %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Από</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d Μηνυμα τηλεφωνητή"
+msgstr[1] "%d Μηνυματα τηλεφωνητή"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Κλήση μέ %s λογαριασμό <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Τρέχων λογαριασμός"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Δεν έχετε θέσει λογαριασμούς"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Σφάλμα"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Δεν έχετε κατοχυρομένους λογαριασμούς"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Με:</i> %s \n"
+"χρηση: %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "Ο %s δεν υποστηρίζει ZRTP"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Η ZRTP διαπραγμάτευση απέτυχε με %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Με:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Δείξε το βα_σικό παράθυρο"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "Κλείστο _Η"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Χρήση λογαριασμού"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Μη πιστοποιημένοι λογαριασμοί"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Κλήση κατευθείαν SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Σφάλμα SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Εγγεγραμμένος"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Μη εγγεγραμμένος"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Προσπαθώ..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Αποτυχία πιστοποίησης"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Μη προσβάσιμο δίκτυο"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Μη προσβάσιμος υπολογιστής"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Σφάλμα ρύθμισης εξυπηρετητή STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Ακυρος εξυπηρετητής STUN"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Μη έγκυρο"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Ψευδώνυμο"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Εξυπηρετητής παρόχου"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Ονομα χρήστη"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "Συνθηματικό"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Εμφάνιση συνθηματικού"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Αριθμός τηλεφωνητή"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Παράμετροι λογαρισμού"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Πρωτοκολλο"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "'Αγνωστο"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Ταυτοποίηση"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Απόρρητο"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Πιστοποιητικό"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Όνομα εξακρίβωσης"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Συνθηματικό"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Ασφάλεια"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Χρήση TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Ανταλλαγή κλειδιών SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Απενεργοποιημένο"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Εγγραφή"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Λήξη εγγραφής"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Συμβατότητα με RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Συσκευή δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Τοπική διεύθυνση δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Τοπική θύρα δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Δημοσιευμένη διευθυνση"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Χρήση STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Σφάλμα SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s λογαριασμός %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>Από</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d Μηνυμα τηλεφωνητή"
-msgstr[1] "%d Μηνυματα τηλεφωνητή"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Κλήση μέ %s λογαριασμό <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Τρέχων λογαριασμός"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Δεν έχετε θέσει λογαριασμούς"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Σφάλμα"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Δεν έχετε κατοχυρομένους λογαριασμούς"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
 msgstr ""
-"<i>Με:</i> %s \n"
-"χρηση: %s"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "Ο %s δεν υποστηρίζει ZRTP"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Η ZRTP διαπραγμάτευση απέτυχε με %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Με:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Ένταση ηχείων"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Ενταση μικροφώνου"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Υπάρχει μια κλήση εν εξελίξει"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Υπάρχουν κλήσεις εν εξελίξει"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Να κλείσω σιγουρα;"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "Το πρωτόκολλο ZRTP δεν υποσττηρίζεται απο το peer %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Κρυπτογραφημένη επικοινωνια μη διαθέσιμη"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Συνέχεια"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Τερματισμός κλήσης"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -852,11 +926,11 @@ msgstr ""
 "μορφή.\n"
 "Ακριβής λόγος: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Η διαπραγμάτευση ZRTP απέτυχε"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -865,187 +939,98 @@ msgstr ""
 "Ο/Η %s θέλει να σταματησει να χρησιμοποιεί κρυπτογραφημένη επικοινωνία. Η "
 "επιβεβαιωση θα συνεχίσει τη συζήτηση αλλα χωρις κρυπτογράφηση\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Επιβεβαίωση Φύγε Καθαρισμός"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Επιβεβαίωση"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Εγγεγραμμένος"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Μη εγγεγραμμένος"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Προσπαθώ..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Αποτυχία πιστοποίησης"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Μη προσβάσιμο δίκτυο"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Μη προσβάσιμος υπολογιστής"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Σφάλμα ρύθμισης εξυπηρετητή STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Ακυρος εξυπηρετητής STUN"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Μη έγκυρο"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Ειδοποίηση απο την ALSA:\n"
-"\n"
-"Σφάλμα κατα το άνοιγμα της συσκευής αναπαραγωγής"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Ειδοποίηση απο την ALSA:\n"
-"\n"
-"Σφάλμα κατα το άνοιγμα της συσκευής λήψης ήχου"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Ειδοποίηση απο το Pulseaudio\n"
-"\n"
-"Tο Pulseaudio δεν τρέχει"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Κανένα βιβλίο διευθύνσεω δεν έχει επιλεχθεί"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Βιβλίο διευθύνσεων"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Τηλεφωνητής (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "Το SFLphone ειναι ένα προγραμμα πελάτης VoIP συμβατό με SIP και ΙΑΧ2 "
 "πρωτόκολλα"
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Σχετικά με το SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Τηλεφωνητής"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Κλήση"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Νέα κλήση"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Κάντε μια νέα κλήση"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Σήκωστο  _Π"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Σηκώστε το τηλέφωνο"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "Κλείστο _Η"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Κλέιστε το τηλέφωνο"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Σε α_ναμονή"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Βάλτε την κλήση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Επανα_φορά"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Επαναφέρετε την κλήση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Οδηγός Ρυθμίσεων _Α"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Εκτέλεση του οδηγού ρύθμισης"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Κλήση προς τον τηλεφωνητή σας"
 
@@ -1057,188 +1042,198 @@ msgstr "_Κλείσιμο"
 msgid "Minimize to system tray"
 msgstr "Ελαχιστοποίηση στη περιοχή ειδοποιήσεων"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "Έξοδος"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Τερματισμός του προγράμματος"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Επεξεργασία"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "Αντέγρα_ψε"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Αντιγραφή της επιλογής"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Ε_πικόλληση"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Επικόλληση των περιεχομένων του προχείρου (clipboard)"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Καθαρισμός ιστορικού κλ_ησεων"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Καθαρισμός του ιστορικού κλησεων"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "Λογαρι_ασμοί"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Επεξεργασία των λογαριασμών σας"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Προτιμήσεις"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Αλλαγή των προτιμήσεων σας"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Προβολή"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Βο_ηθεια"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Περιεχόμενα"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Άνοιγμα του εγχειριδίου"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Περί αυτής της εφαρμογής"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Με_ταφορά"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Μεταφορά της κλήσης"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Καταγ_ραφή"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Καταγραψτε τη τρέχουσα συνομιλία"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Εμφάνι_ση γραμμής εργαλείων"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Εμφάνιση της γραμμής εργαλείων"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Πληκτρολόγιο _δ"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Εμφάνιση του πληκτρολογίου"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Ένταση ήχων"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Δείξε τις ρυθμίσεις για την ένταση ήχων"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Ιστορικό _Η"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Ιστορικό κλήσεων"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Βιβλίο διευθύνσεων _Α"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "Κλ_ηση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Κλήση"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Επεξεργσία τηελφωνικού αριθμού"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Επεξεργσία τηελφωνικού αριθμού προ της κλήσης"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Χρήση λογαριασμού"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Μη πιστοποιημένοι λογαριασμοί"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Κλήση κατευθείαν SIP"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Ειδοποίηση απο την ALSA:\n"
+"\n"
+"Σφάλμα κατα το άνοιγμα της συσκευής αναπαραγωγής"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Δείξε το βα_σικό παράθυρο"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Ειδοποίηση απο την ALSA:\n"
+"\n"
+"Σφάλμα κατα το άνοιγμα της συσκευής λήψης ήχου"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Ειδοποίηση απο το Pulseaudio\n"
+"\n"
+"Tο Pulseaudio δεν τρέχει"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/es.po b/gnome/po/es.po
index 32c7c670b960fd9d5751a39ada06334e34655250..6dc56be4814ac38734579601e5b322ca00aa2611 100644
--- a/gnome/po/es.po
+++ b/gnome/po/es.po
@@ -9,202 +9,63 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-06-17 16:12+0000\n"
-"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2010-11-04 21:47+0000\n"
+"Last-Translator: Oliver Etchebarne <Unknown>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: es\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "No registrado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Intentando..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Error"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Falló la autenticación"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Red inaccesible"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Servidor inaccesible"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuración de Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor Stun no válido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Listo"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "No válido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Usando la cuenta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "No hay ninguna cuenta registrada"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Llamada SIP directa"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "hoy a las %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ayer a las %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a las %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a las %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error de SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Hay una llamada en curso."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Hay llamadas en curso."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "¿Aún quiere salir?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "El nodo %s no soporta ZRTP\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Comunicación segura no disponible"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Terminar llamada"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Un error de %s obliga a la llamada con %s a realizarse en modo no cifrado.\n"
-"Razón exacta: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Falló la negociación ZRTP"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s quiere parar la comunicación segura. Confirmar reanudará la conversación "
-"sin SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Confirmar"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Confirmar"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s cuenta : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>De</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d mensaje de voz"
 msgstr[1] "%d mensajes de voz"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Llamando con la cuenta %s <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Cuenta actual"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "No tiene configurada ninguna cuenta"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "No tiene ninguna cuenta registrada"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -213,510 +74,664 @@ msgstr ""
 "<i>Con:</i> %s\n"
 "usando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s no soporta ZRTP"
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "La negociación ZRTP ha fracasado con %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Con:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volumen de los altavoces"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volumen del micrófono"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "Mostrar _ventana principal"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Colgar"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i cuenta activa"
 msgstr[1] "%i cuentas activas"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "No se ha seleccionado ninguna libreta de direcciones"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Libreta de direcciones"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Usando la cuenta"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Mensaje de voz (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "No hay cuentas registradas"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone es un cliente VoIP compatible con los protocolos SIP e IAX2"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Llamada SIP directa"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Acerca de SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "hoy a las %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Mensaje de voz"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ayer a las %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "Llamar"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a las %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nueva llamada"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a las %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Realizar un nuevo llamado"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error de SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Descolgar"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Responder el llamado"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrado"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Finalizar el llamado"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "No registrado"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "En _Espera"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Intentando..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Poner el llamado en espera"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Falló la autenticación"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "Seguir"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Red inaccesible"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Sacar el llamado de espera"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Servidor inaccesible"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Al recibir mensajes"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuración de Stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Al recibir mensajes"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor Stun no válido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Archivo de configuración"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Listo"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Error de configuración Stun"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d mensaje de voz"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opciones ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Cerrar"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Enviar Hello Hash en S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimizar al área de notificación"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Preguntar al usuario de confirmar SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Salir"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Prevenir si ZRTP no es compatible"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Salir del programa"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Presentar SAS una vez para eventos en espera"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opciones SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Volver a RTP al fallar SDES"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nombre"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frecuencia"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Editar"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Tasa de transferencia"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Copiar"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Eliminar la cuenta seleccionada"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Salida"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "_Pegar"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Entrada"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Pegar el contenido del portapapeles"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Ringtone"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "_Limpiar historial"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gestor de audio"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Limpiar historial"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Cuentas"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Cuenta actual"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Configuración de ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferencias"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Grabaciones"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Cambiar sus preferencias"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Carpeta de destino"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Ver"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Seleccione una carpeta"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Ayuda"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Seguir"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Ajustes de mejora de voz"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Abrir el manual"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Reducción de Ruido"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Autentificación"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Transferir"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Transferir a :"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usar libreta de contactos de Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "G_rabar"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de descarga :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Grabar la conversación actual"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tarjetas"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Mostrar barra de herramientas"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Mostrar fotos de contactos, si están disponibles"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Mostrar barra de herramientas"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Teclado"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "P_rofesional"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Mostrar el teclado de marcado"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Personal"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "_Controles de volumen"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Movil"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "_Controles de volumen"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Libretas de contactos"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Historia de Llamada"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Seleccione la libreta de contactos de Evolution a usar"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Historia de Llamada"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argumento de URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Libreta de contactos"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Disparador en una cabecera _SIP específica"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "En _Espera"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Disparador con una URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Llamar"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Comando a ejecutar"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Editar número de teléfono"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescritura de número de teléfono"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Editar el número de teléfono antes de llamar"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefijar los números marcados con"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificación ALSA\n"
-"\n"
-"Error al abrir el dispositivo de reproducción"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "El asistente ha finalizado"
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notificación ALSA\n"
-"\n"
-"Error al abrir el dispositivo de captura"
+"Puede comprobar en cualquier momento su estado de registro o modificar la "
+"configuración de sus cuentas en la ventana de Opciones/Cuentas."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificación de Pulseaudio\n"
-"\n"
-"Pulseaudio no está funcionando"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Servidor"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Usuario"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Seguridad: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
+
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Ninguno"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Asistente de creación de cuentas"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "¡Bienvenido al asistente de creación de cuentas de SFLphone!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Este asistente de instalación le ayudará a configurar una cuenta."
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolos VoIP"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Escoja un tipo de cuenta"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Cuenta"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Por favor, elija una de las siguientes opciones"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parámetros de cuenta"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrar una cuenta SIP o IAX2 existente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Configuración de cuenta SIP"
 
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Por favor, ingrese la siguiente información"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "_Alias"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocolo"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Desconocido"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Nombre de equipo"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Usuario"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
-msgstr "Contraseña"
-
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+msgstr "Mostrar contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Número de buzón de voz"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "Agente de _usuario"
-
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autentificación"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicación segura con _ZRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Dirección de correo opcional"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Correo"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Configuración de cuenta IAX2"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Conversión de Dirección de Red (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "A_ctivar STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_Servidor STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registro de cuenta"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "¡Enhorabuena!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notificación de escritorio"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Activar notificaciones"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Icono de bandeja del sistema"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Mostrar SFLphone en la barra de tareas"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup ventana principal al recibir llamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Nunca mostrar ventana principal"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Esconder SFLphone al principio"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Historia de llamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Guardar mi historia por lo menos"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "días"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Habilitar tonos de llamada"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Sonido"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Disparadores"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Accesos directos"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Libreta de Direcciones"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parámetros de cuenta"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocolo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Desconocido"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "Agente de _usuario"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autentificación"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secreto"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
-msgstr "Informaciónes"
+msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nombre de autentificación"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguridad"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Usa transporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Intercambió de clave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivado"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registración"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Registracíon expira"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Cumplir con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Red Inaccesible"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Dirección local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Puerto local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Dirección publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Usando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que parámetros locales"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Publicar dirección y puerto:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Puerto publicado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Sonido"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Elija un tono de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Habilitar tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Archivos de Audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -727,536 +742,515 @@ msgstr ""
 "usted define aqui serán también utilizados si ninguná cuenta puede ser "
 "igualada a una llamada entrante o saliente."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configuración de cuentas"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanzado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Red"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Tenga cuidado: estos accesos directos podrían reemplazar los accesos "
+"directos de todo sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "El servidor ha devuelto «%s» (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocolo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Estado"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Cuentas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Cuentas Configuradas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "Hay %d cuenta activada"
 msgstr[1] "Hay %d cuentas activadas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "No tienes ninguna cuenta activada"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usar libreta de contactos de Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de descarga :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tarjetas"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Mostrar fotos de contactos, si están disponibles"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "P_rofesional"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Personal"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Movil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Libretas de contactos"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Seleccione la libreta de contactos de Evolution a usar"
-
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nombre"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opciones avanzadas para TLS"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "El asistente ha finalizado"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transporte TLS"
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/tlsadvanceddialog.c:62
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
-"Puede comprobar en cualquier momento su estado de registro o modificar la "
-"configuración de sus cuentas en la ventana de Opciones/Cuentas."
-
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
-
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Servidor"
+"Transporte TLS puede ser utilizado a lo largo con UDP para las llamadas que "
+"podrian necesitar transacciones SIP seguras (SIPS). Puede configurar un "
+"diferente transporte TLS para cada cuenta. De cualquier forma, cada uno de "
+"ellos usará un puerto dedicado, diferente el uno del otro.\n"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Usuario"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Escuchador TLS global (todas cuentas)"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Seguridad: "
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista de Certificados de Autoridad"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escoge un archivo de lista de CA (opcional)"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Ninguno"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Archivo del certificado del par público"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Asistente de creación de cuentas"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escoge un certificado de par público (opcional)"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "¡Bienvenido al asistente de creación de cuentas de SFLphone!"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escoge un archivo de clave privada"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Este asistente de instalación le ayudará a configurar una cuenta."
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contraseña de clave privada"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolos VoIP"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Método de protocolo TLS"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Escoja un tipo de cuenta"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista de cifrado TLS"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nombre del servidor para la conexión TLS saliente"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Negociación expirada (seg:mseg)"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Cuenta"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Checar certificados entrantes, como un servidor"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Por favor, elija una de las siguientes opciones"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Checar certificados de la respuesta, como cliente"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requiere certificado para conexiones TLS entrantes"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrar una cuenta SIP o IAX2 existente"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Buscar todos"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Configuración de cuenta SIP"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Pulse aquí para cambiar el tipo de búsqueda"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Por favor, ingrese la siguiente información"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Buscar en llamadas pérdidas"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Comunicación segura con _ZRTP"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Buscar en llamadas entrantes"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Dirección de correo opcional"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Buscar en llamadas salientes"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volumen de los altavoces"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Correo"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volumen del micrófono"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Configuración de cuenta IAX2"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Hay una llamada en curso."
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Conversión de Dirección de Red (NAT)"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Hay llamadas en curso."
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos."
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "¿Aún quiere salir?"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "A_ctivar STUN"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "El nodo %s no soporta ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_Servidor STUN"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicación segura no disponible"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registro de cuenta"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continuar"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "¡Enhorabuena!"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Terminar llamada"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frecuencia"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"Un error de %s obliga a la llamada con %s a realizarse en modo no cifrado.\n"
+"Razón exacta: %s\n"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Tasa de transferencia"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Falló la negociación ZRTP"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s quiere parar la comunicación segura. Confirmar reanudará la conversación "
+"sin SRTP.\n"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Salida"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Entrada"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Tonos de llamada"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "No se ha seleccionado ninguna libreta de direcciones"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Gestor de audio"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Libreta de direcciones"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Mensaje de voz (%i)"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone es un cliente VoIP compatible con los protocolos SIP e IAX2"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Configuración de ALSA"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Acerca de SFLphone"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Grabaciones"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Mensaje de voz"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Carpeta de destino"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Llamar"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Seleccione una carpeta"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nueva llamada"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Realizar un nuevo llamado"
 
-#: ../gnome/src/config/audioconf.c:1019
-#, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Configuración de cuentas"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Descolgar"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr ""
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Responder la llamada"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Finalizar la llamada"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argumento de URL"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "En _Espera"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Disparador en una cabecera _SIP específica"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Poner la llamada en espera"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Disparador con una URL _IAX2"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "Seguir"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "_Comando a ejecutar"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Sacar la llamada de espera"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescritura de número de teléfono"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "Al recibir mensajes"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefijar los números marcados con"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Al recibir mensajes"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notificación de escritorio"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Asistente de _configuración"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Activar notificaciones"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Ejecutar el asistente de configuración"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Icono de bandeja del sistema"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Llamar a tu correo de voz"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Mostrar SFLphone en la barra de tareas"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Cerrar"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Popup ventana principal al recibir llamadas"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizar al área de notificación"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Nunca mostrar ventana principal"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Salir"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Esconder SFLphone al principio"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Salir del programa"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Historia de llamadas"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Guardar mi historia por lo menos"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "días"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Habilitar tonos de llamada"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Editar"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Preferencias"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copiar"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Disparadores"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Copiar la selección"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Accesos directos"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Pegar"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Libreta de Direcciones"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Pegar el contenido del portapapeles"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Tenga cuidado: estos accesos directos podrían reemplazar los accesos "
-"directos de todo sistema."
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "_Limpiar historial"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opciones avanzadas para TLS"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Limpiar el historial de llamadas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transporte TLS"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Cuentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Transporte TLS puede ser utilizado a lo largo con UDP para las llamadas que "
-"podrian necesitar transacciones SIP seguras (SIPS). Puede configurar un "
-"diferente transporte TLS para cada cuenta. De cualquier forma, cada uno de "
-"ellos usará un puerto dedicado, diferente el uno del otro.\n"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Edita sus cuentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Escuchador TLS global (todas cuentas)"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Preferencias"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Lista de Certificados de Autoridad"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Cambiar sus preferencias"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escoge un archivo de lista de CA (opcional)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Ver"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Archivo del certificado del par público"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Ayuda"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escoge un certificado de par público (opcional)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Índice"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escoge un archivo de clave privada"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Abrir el manual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contraseña de clave privada"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Acerca de esta aplicación"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Método de protocolo TLS"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Transferir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista de cifrado TLS"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Transferir la llamada"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Nombre del servidor para la conexión TLS saliente"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "G_rabar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Negociación expirada (seg:mseg)"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Grabar la conversación actual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Checar certificados entrantes, como un servidor"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Mostrar barra de herramientas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Checar certificados de la respuesta, como cliente"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostrar barra de herramientas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requiere certificado para conexiones TLS entrantes"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Teclado"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opciones ZRTP"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Mostrar el teclado de marcado"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Enviar Hello Hash en S_DP"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Controles de volumen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Preguntar al usuario de confirmar SAS"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "_Controles de volumen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Prevenir si ZRTP no es compatible"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Historia de Llamada"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Presentar SAS una vez para eventos en espera"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Historia de Llamada"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opciones SDES"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Libreta de contactos"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "En _Espera"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Buscar todos"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Devolver la llamada"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Pulse aquí para cambiar el tipo de búsqueda"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Editar número de teléfono"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Buscar en llamadas pérdidas"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Editar el número de teléfono antes de llamar"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Buscar en llamadas entrantes"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notificación de ALSA\n"
+"\n"
+"Error al abrir el dispositivo de reproducción"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Buscar en llamadas salientes"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificación ALSA\n"
+"\n"
+"Error al abrir el dispositivo de captura"
+
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificación de Pulseaudio\n"
+"\n"
+"Pulseaudio no está funcionando"
+
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1892,7 +1886,9 @@ msgstr "Buscar en llamadas salientes"
 #~ "Launchpad Contributions:,Andres Mujica,Maxime Chambreuil, ,Launchpad "
 #~ "Contributions:,Andres Mujica,Maxime Chambreuil, ,Launchpad Contributions:,"
 #~ "Andres Mujica,Daniel Mustieles,Jorge E. Gómez,Maxime Chambreuil,Nicolás "
-#~ "M. Zahlut,Xuacu Saturio"
+#~ "M. Zahlut,Xuacu Saturio, ,Launchpad Contributions:,Andres Mujica,Daniel "
+#~ "Mustieles,Jorge E. Gómez,Juan Pablo,Maxime Chambreuil (http://www."
+#~ "savoirfairelinux.com),Nicolás M. Zahlut,Oliver Etchebarne,Xuacu Saturio"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -1902,4 +1898,76 @@ msgstr "Buscar en llamadas salientes"
 #~ "com,,,andres.mujica@seaq.com.co,maxime.chambreuil@gmail.com,,,andres."
 #~ "mujica@seaq.com.co,maxime.chambreuil@gmail.com,,,andres.mujica@seaq.com."
 #~ "co,daniel.mustieles@gmail.com,jorge@jorgee.net,maxime.chambreuil@gmail."
-#~ "com,nzahlut@live.com,xuacusk8@gmail.com"
+#~ "com,nzahlut@live.com,xuacusk8@gmail.com,,,andres.mujica@seaq.com.co,"
+#~ "daniel.mustieles@gmail.com,jorge@jorgee.net,,maxime."
+#~ "chambreuil@savoirfairelinux.com,nzahlut@live.com,,xuacusk8@gmail.com"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "_Eliminación de Eco"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Transferir a : "
+
+#~ msgid "Transfer"
+#~ msgstr "Transferir"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Eliminar la cuenta seleccionada"
+
+#~ msgctxt "Config section"
+#~ msgid "General"
+#~ msgstr "General"
+
+#~ msgid "_Call"
+#~ msgstr "_Llamar"
+
+#~ msgid "Email address"
+#~ msgstr "Dirección de correo"
+
+#~ msgid "Call history"
+#~ msgstr "Historia de Llamada"
+
+#~ msgid "Add a new account"
+#~ msgstr "Añadir una nueva cuenta"
+
+#~ msgid "Enable address book"
+#~ msgstr "Activar la libreta de contactos"
+
+#~ msgid "Connection"
+#~ msgstr "Connexión"
+
+#~ msgid "History"
+#~ msgstr "Historia de Llamada"
+
+#~ msgid "Configure accounts"
+#~ msgstr "Cuentas Configuradas"
+
+#~ msgid "<i>From:</i> %s"
+#~ msgstr "<i>De:</i> %s"
+
+#~ msgid "Place a call"
+#~ msgstr "Llamar"
+
+#~ msgid "Off Hold"
+#~ msgstr "Seguir"
+
+#~ msgid "Clear history"
+#~ msgstr "Limpiar historial"
+
+#~ msgid "Advanced Settings"
+#~ msgstr "Configuraciones avanzadas"
+
+#~ msgid "_Conform to RFC 3263"
+#~ msgstr "_Sumiso del RFC 3263"
+
+#~ msgid "Using STUN "
+#~ msgstr "Usando STUN "
+
+#~ msgid " active account"
+#~ msgstr " cuenta activada"
+
+#~ msgid "Server returned \""
+#~ msgstr "Servidor contesta \""
+
+#~ msgid "Configuration File"
+#~ msgstr "Archivo de configuración"
diff --git a/gnome/po/fr.po b/gnome/po/fr.po
index d4a6fd02c80b26d7224d6cd522b95f16198623ea..f20900f53e6343edaeb7c8ceca5d74584589c2c2 100644
--- a/gnome/po/fr.po
+++ b/gnome/po/fr.po
@@ -9,97 +9,362 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
-"PO-Revision-Date: 2011-09-27 15:49-0500\n"
-"Last-Translator: Rafaël Carré\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2010-06-17 19:33+0000\n"
+"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: fr\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d message vocal"
+msgstr[1] "%d messages vocaux"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Appel avec le compte %s <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte courant"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Vous n'avez pas configuré de compte"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erreur"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Vous n'avez aucun compte enregistré"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Avec:</i> %s\n"
+"using %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ne supporte pas ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "La négociation ZRTP avec %s a échoué"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>De:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Afficher la fenêtre principale"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Raccrocher"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i compte actif"
+msgstr[1] "%i comptes actifs"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utilise le compte"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Pas de compte enregistré"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Appel direct SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "Aujourd'hui, à %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "Hier, à %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A, à %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x, à %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Erreur SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Enregistré"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non Enregistré"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "En cours..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Erreur d'authentification"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Réseau non trouvé"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Serveur introuvable"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Erreur de configuration Stun"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Serveur Stun invalide"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Prêt"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Non valide"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Options de ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Envoyer le hash de Hello dans S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Demander à l'utilisateur de confirmer le SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Avertir si ZRTP n'est pas supporté"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Afficher le SAS seulement une fois sur les mises en attente"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Options SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Recourrir à RTP si SDES échoue"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Fréquence"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Greffon ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortie"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrée"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Sonneries"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Interface Audio"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paramètres ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistrements"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Dossier de destination"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Choisissez un dossier"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
-msgstr "_Toujours enregistrer"
+msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Paramètres d'amélioration de la voix"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
-msgstr "Réduction du _bruit"
+msgstr "Réduction du bruit"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
-msgstr "Annulation de l'é_cho"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Général"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Utiliser les carnets d'adresse d'Évolution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de téléchargement :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "entrées"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Afficher la photo si disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Professionnels"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "P_ersonnels"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiles"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Carnets d'adresses"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Déclencher sur un entête _SIP spécifique"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Déclencher en _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Commande à e_xécuter"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Réécriture des numéros appelés"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Préfixer les numéros composés par"
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Cet assistant est maintenant terminé."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -107,584 +372,368 @@ msgstr ""
 "Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier "
 "les paramètres de vos comptes dans la fenêtre Options/Comptes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Serveur"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'utilisateur"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Sécurité: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Aucun"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Assistant de création de compte de SFLphone"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Bienvenue dans l'assistant de création de compte de SFLphone !"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Cet assistant vous guidera dans la configuration d'un compte."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocoles VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Sélectionnez un type de compte"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Veuillez sélectionner une des options suivantes"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
-msgstr ""
-"Créer un compte SIP/IAX2 gratuit sur sflphone.org\n"
-"(Pour tests uniquement)"
+msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Enregistrer un compte SIP ou IAX2 existant"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paramètres de compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Veuillez remplir les champs suivants"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "A_lias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Serveur"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Usa_ger"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Mot de passe"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Afficher le mot de passe"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Boite vocale #"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Communications sécurisées avec _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Adresse courriel optionnelle"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "A_dresse courriel"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paramètres de compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 "Vous devriez probablement activer cette option si vous vous trouvez derrière "
 "un pare-feu."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctiver STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "S_erveur STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Enregistrement du compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Félicitations!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Déclencher sur un entête _SIP spécifique"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Déclencher en _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Commande à e_xécuter"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Réécriture des numéros appelés"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Préfixer les numéros composés par"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notifications de Bureau"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activer les notifications"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icône dans la barre des tâches"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Montrer SFLphone dans la barre des tâches"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Ne _jamais afficher la fenêtre principale"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "_Cacher la fenêtre de SFLphone au démarrage"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Historique des appels"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "Garder mon historique au moins"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "jours"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
-msgstr "Messagerie Instantanée"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
 msgid "Enable instant messaging"
-msgstr "Activer la messagerie instantanée"
+msgstr "Activer les sonneries"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Préférences"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Général"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Audio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Ancrage"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Raccourcis claviers"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Carnet d'adresse"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Options de ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Envoyer le hash de Hello dans S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Demander à l'utilisateur de confirmer le SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Avertir si ZRTP n'est pas supporté"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Afficher le SAS seulement une fois sur les mises en attente"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Options SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Recourrir à RTP si SDES échoue"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "Le serveur a répondu \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocole"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Statut"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes Configurés"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d compte actif"
-msgstr[1] "%d comptes actifs"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Vous n'avez aucun compte actif"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Utiliser les carnets d'adresse d'Évolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de téléchargement :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "entrées"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Afficher la photo si disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Professionnels"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "P_ersonnels"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobiles"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Carnets d'adresses"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Soyez prudent; ces raccourcis peuvent entrer en conflit avec ceux du système."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Options avancées TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transport TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Le transport TLS peut être utilisé sur UDP pour les appels qui requiert des "
-"transactions SIP sécurisées (aka SIPS). Vous pouvez spécifier un transport "
-"TLS différent pour chaque compte. Cependant, chacun écoutera sur un port "
-"différent.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Port TLS global (pour tous les comptes)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Liste des autorités de certification"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Choisir une liste d'AC (optionnel)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Fichier de certificats de l'extrémité public"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Sélectionner le certificat de l'extrémité public"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Choisir une clé privée (optionnel)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Mot de passe pour la clé privée"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Méthode pour TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Liste de cryptogramme TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Instance du serveur pour les connections TLS sortantes"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Expiration de la négociation"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "En tant que serveur, vérifier les certificats entrants"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "En tant que client, vérifier les certificats dans les réponses"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Exiger un certificat pour les connexions TLS entrantes"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paramètres du Compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "P_rotocole"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Inconnu"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
-msgstr "_Proxy"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Identification"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Mot de passe"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Informations"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nom d'authentification"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Mot de passe"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sécurité"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Utiliser un transport TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Échange de clé SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Désactivé"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Expiration d'enregistrement"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Expiration d'enregistrement"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Respecter RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interface réseau"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adresse locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adresse de publication"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utiliser STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL du serveur STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Identique aux paramètres locaux"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Configurer l'adresse et le port à publier"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Port de publication"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Sonneries"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Sélectionner une sonnerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activer les sonneries"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fichier Audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -695,170 +744,196 @@ msgstr ""
 "sont aussi utilisé si aucun compte ne peut être attribué à un appel entrant "
 "ou sortant."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Paramètre des comptes"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Général"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avancé"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Réseau"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Rechercher dans tous"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Soyez prudent; ces raccourcis peuvent entrer en conflit avec ceux du système."
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Cliquez ici pour changer le type de recherche"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Le serveur a répondu \"%s\" (%d)"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Rechercher dans les appels manqués"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocole"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Rechercher dans les appels entrants"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Statut"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Rechercher dans les appels sortants"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Erreur SFLphone"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes Configurés"
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "Aujourd'hui, à %R"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d compte actif"
+msgstr[1] "%d comptes actifs"
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "Hier, à %R"
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Vous n'avez aucun compte actif"
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A, à %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Options avancées TLS"
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x, à %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transport TLS"
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr "%s dit:"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Le transport TLS peut être utilisé sur UDP pour les appels qui requiert des "
+"transactions SIP sécurisées (aka SIPS). Vous pouvez spécifier un transport "
+"TLS différent pour chaque compte. Cependant, chacun écoutera sur un port "
+"différent.\n"
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Port TLS global (pour tous les comptes)"
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Liste des autorités de certification"
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d message vocal"
-msgstr[1] "%d messages vocaux"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Choisir une liste d'AC (optionnel)"
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Appel avec le compte %s <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Fichier de certificats de l'extrémité public"
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte courant"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Sélectionner le certificat de l'extrémité public"
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Vous n'avez pas configuré de compte"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Choisir une clé privée (optionnel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Mot de passe pour la clé privée"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Méthode pour TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Liste de cryptogramme TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Instance du serveur pour les connections TLS sortantes"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Expiration de la négociation"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "En tant que serveur, vérifier les certificats entrants"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "En tant que client, vérifier les certificats dans les réponses"
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Erreur"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Exiger un certificat pour les connexions TLS entrantes"
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Vous n'avez aucun compte enregistré"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Rechercher dans tous"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Avec:</i> %s\n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Cliquez ici pour changer le type de recherche"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ne supporte pas ZRTP."
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Rechercher dans les appels manqués"
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "La négociation ZRTP avec %s a échoué"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Rechercher dans les appels entrants"
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>De:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Rechercher dans les appels sortants"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volume des hauts-parleurs"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volume du micro"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Vous avez un appel en cours."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Vous avez des appels en cours."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Voulez-vous quitter?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP n'est pas supporté par %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Communications sécurisées non disponibles"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Continuer"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Arrêter l'appel"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -867,11 +942,11 @@ msgstr ""
 "L'appel avec %s est passé en mode non-crypté à cause d'une erreur %s.\n"
 "Raison exacte: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Erreur d'authentification"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -880,192 +955,99 @@ msgstr ""
 "%s ne désire plus utiliser la communication sécurisée. Confirmer que vous "
 "voulez continuer sans ZRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Confirmer Communication en clair"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmer"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-"Impossible de trouver un schéma pour les préférences de gpdf.\n"
-"Vérifiez votre configuration gconf.\n"
-"Voyez la FAQ de gpdf pour plus d'informations."
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Enregistré"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non Enregistré"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "En cours..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Erreur d'authentification"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Réseau non trouvé"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Serveur introuvable"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Erreur de configuration Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Serveur Stun invalide"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Prêt"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Non valide"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notification ALSA\n"
-"\n"
-"Erreur lors de l'ouverture du périphérique de sortie"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notification ALSA\n"
-"\n"
-"Erreur lors de l'ouverture du périphérique d'entrée"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notification Pulseaudio\n"
-"\n"
-"Pulseaudio n'est pas lancé"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-"Notification de codecs\n"
-"\n"
-"Codecs non trouvés"
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Aucun carnet d'adresses sélectionné"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Carnet d'adresses"
 
-#: ../gnome/src/uimanager.c:413
-#, c-format
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Boite vocale (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "A propos de SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Boite vocale"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Actions"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Nouvel appel"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Appeler"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Décrocher"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Répondre à l'appel"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Raccrocher"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Terminer l'appel"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Mettre en attente"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Mettre l'appel en attente"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Reprendre"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Reprendre l'appel"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
 msgid "Send _message"
-msgstr "Envoyer _message"
+msgstr "Lors de réception de messages"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
 msgid "Send message"
-msgstr "Envoyer message"
+msgstr "Lors de réception de messages"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Assistant de configuration"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Lancer l'assistant de configuration"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Appeler la boite vocale"
 
@@ -1077,194 +1059,211 @@ msgstr "_Fermer"
 msgid "Minimize to system tray"
 msgstr "Minimiser dans la barre des tâches"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Quitter"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Quitter le programme"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
-msgstr "_Lire l'enregistrement"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
-msgstr "_Lire l'enregistrement"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
-msgstr "_Arrêter la lecture"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
-msgstr "Arrêter la lecture de l'enregistrement"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editer"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copier"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copier la sélection"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "C_oller"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Coller le contenu du presse-papiers"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Effacer l'_historique"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Effacer l'historique"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "Co_mptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Éditer les comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "Préférences"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Modifier les préférences"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "A_ffichage"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "A_ide"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Sommaire"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Ouvrir le manuel"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "À propos de cette application"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Transférer"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transférer à :"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Enregistrer"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Enregistrer la conversation courante"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Afficher la _barre d'outil"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Afficher la barre d'outil"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Clavier"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Afficher le clavier"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Contrôle du _volume"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Afficher les controles du volume"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Historique"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Historique d'appels"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Carnet d'adresses"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_Mettre en attente"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Rappeler"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Éditer le numéro"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Éditer le numéro de téléphone avant d'appeler"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utilise le compte"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Pas de compte enregistré"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notification ALSA\n"
+"\n"
+"Erreur lors de l'ouverture du périphérique de sortie"
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Appel direct SIP"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notification ALSA\n"
+"\n"
+"Erreur lors de l'ouverture du périphérique d'entrée"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Afficher la fenêtre principale"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notification Pulseaudio\n"
+"\n"
+"Pulseaudio n'est pas lancé"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i compte actif"
-msgstr[1] "%i comptes actifs"
+#~ msgid "_Echo Suppression"
+#~ msgstr "Suppression de l'écho"
 
-msgid "_Echo Suppression"
-msgstr "Suppression de l'écho"
+#~ msgid "Connection"
+#~ msgstr "Connexion"
 
-msgid "Connection"
-msgstr "Connexion"
+#~ msgid ""
+#~ "GConf error:\n"
+#~ "  %s"
+#~ msgstr ""
+#~ "Erreur GConf:\n"
+#~ "  %s"
 
 #, fuzzy
 #~ msgid ""
@@ -1303,7 +1302,6 @@ msgstr "Connexion"
 #~ msgid "Error"
 #~ msgstr "Erreur"
 
-#, fuzzy
 #~ msgctxt "account state"
 #~ msgid "Authentication Failed"
 #~ msgstr "Erreur d'authentification"
@@ -1337,9 +1335,8 @@ msgstr "Connexion"
 #~ msgid "Voicemail number"
 #~ msgstr "Numéro de boîte vocale"
 
-#, fuzzy
 #~ msgid "Email address"
-#~ msgstr "A_dresse courriel"
+#~ msgstr "Adresse courriel"
 
 #~ msgid "Enable STUN"
 #~ msgstr "Activer STUN"
@@ -1357,9 +1354,8 @@ msgstr "Connexion"
 #~ msgid "Default account"
 #~ msgstr "Compte par défaut"
 
-#, fuzzy
 #~ msgid "Transfer to : "
-#~ msgstr "Transférer à :"
+#~ msgstr "Transférer à : "
 
 #~ msgid "Codec"
 #~ msgstr "Codec"
@@ -1382,7 +1378,6 @@ msgstr "Connexion"
 #~ msgid "Main screen"
 #~ msgstr "Écran principal"
 
-#, fuzzy
 #~ msgid "Call history"
 #~ msgstr "Historique d'appels"
 
@@ -1398,7 +1393,6 @@ msgstr "Connexion"
 #~ msgid "Hold on"
 #~ msgstr "Mettre en attente"
 
-#, fuzzy
 #~ msgid "Transfer"
 #~ msgstr "Transférer"
 
@@ -1421,7 +1415,6 @@ msgstr "Connexion"
 #~ msgid "General"
 #~ msgstr "General"
 
-#, fuzzy
 #~ msgctxt "Config section"
 #~ msgid "Display"
 #~ msgstr "Affichage"
@@ -1430,7 +1423,6 @@ msgstr "Connexion"
 #~ msgid "Accounts"
 #~ msgstr "Comptes"
 
-#, fuzzy
 #~ msgctxt "Config section"
 #~ msgid "Audio"
 #~ msgstr "Audio"
@@ -1461,9 +1453,8 @@ msgstr "Connexion"
 #~ "les boutons \"+\" et \"-\". Éditez le compte sélectionné avec le "
 #~ "formulaire de droite."
 
-#, fuzzy
 #~ msgid "Remove the selected account"
-#~ msgstr "Aucun compte enregistré"
+#~ msgstr "Supprimer le compte sélectionné"
 
 #~ msgid ""
 #~ "This button will remove the selected account in the list below. Be sure "
@@ -1477,9 +1468,8 @@ msgstr "Connexion"
 #~ msgid "Remove"
 #~ msgstr "Supprimer"
 
-#, fuzzy
 #~ msgid "Add a new account"
-#~ msgstr "Comptes Configurés"
+#~ msgstr "Ajouter un nouveau compte"
 
 #~ msgid ""
 #~ "This button enables you to initialize a new account. You will then be "
@@ -1527,9 +1517,8 @@ msgstr "Connexion"
 #~ msgid "choose Stun server (example : stunserver.org)"
 #~ msgstr "Choisissez un serveur STUN (exemple : stunserver.org)"
 
-#, fuzzy
 #~ msgid "Enable address book"
-#~ msgstr "Carnet d'adresses"
+#~ msgstr "Activer le carnet d'adresses"
 
 #~ msgid "Maximum results"
 #~ msgstr "Nombre de résultats maximum"
@@ -1570,7 +1559,6 @@ msgstr "Connexion"
 #~ msgid "On start"
 #~ msgstr "Au démarrage"
 
-#, fuzzy
 #~ msgctxt "Beginning of 'Keep my history for at least n days.'"
 #~ msgid "Keep my history for at least"
 #~ msgstr "Garder mon historique au moins"
@@ -1597,16 +1585,14 @@ msgstr "Connexion"
 #~ msgid "Prefix dialed numbers with"
 #~ msgstr "Ajouter le préfixe"
 
-#, fuzzy
 #~ msgid "History"
 #~ msgstr "Historique"
 
 #~ msgid "Configure SFLphone"
 #~ msgstr "Configurer SFLphone"
 
-#, fuzzy
 #~ msgid "Display volume controls"
-#~ msgstr "Contrôle du _volume"
+#~ msgstr "Afficher les controles du volume"
 
 #~ msgid "Display dialpad"
 #~ msgstr "Afficher le clavier"
@@ -1631,9 +1617,8 @@ msgstr "Connexion"
 #~ msgid "_Account creation wizard"
 #~ msgstr "_Assistant de création de compte"
 
-#, fuzzy
 #~ msgid "_Call"
-#~ msgstr "Actions"
+#~ msgstr "_Actions"
 
 #~ msgid "%i account configured"
 #~ msgid_plural "%i accounts configured"
@@ -1697,7 +1682,6 @@ msgstr "Connexion"
 #~ msgid "Hold"
 #~ msgstr "Mettre en attente"
 
-#, fuzzy
 #~ msgid "Configure accounts"
 #~ msgstr "Comptes Configurés"
 
@@ -1785,9 +1769,8 @@ msgstr "Connexion"
 #~ msgid "%s account: %s"
 #~ msgstr "Compte %s: %s"
 
-#, fuzzy
 #~ msgid "<i>From:</i> %s"
-#~ msgstr "<i>De</i> %s"
+#~ msgstr "<i>De:</i> %s"
 
 #~ msgid "You haven't setup any accounts"
 #~ msgstr "Vous n'avez aucun compte configuré"
@@ -1798,17 +1781,14 @@ msgstr "Connexion"
 #~ msgid "\"Voicemail\" <%s>"
 #~ msgstr "\"Boite vocale\" <%s>"
 
-#, fuzzy
 #~ msgid "Place a call"
 #~ msgstr "Appeler"
 
-#, fuzzy
 #~ msgid "Off Hold"
-#~ msgstr "_Mettre en attente"
+#~ msgstr "Reprendre"
 
-#, fuzzy
 #~ msgid "On Hold"
-#~ msgstr "_Mettre en attente"
+#~ msgstr "Mettre en attente"
 
 #~ msgid "Record a call"
 #~ msgstr "_Enregistrer un appel"
@@ -1850,9 +1830,8 @@ msgstr "Connexion"
 #~ msgid "General Settings"
 #~ msgstr "Préférences"
 
-#, fuzzy
 #~ msgid "Audio Settings"
-#~ msgstr "Paramètres PulseAudio"
+#~ msgstr "Paramètres Audio"
 
 #~ msgid "URL Passing"
 #~ msgstr "Passage d'URL"
@@ -1932,9 +1911,8 @@ msgstr "Connexion"
 #~ msgid "URL argument"
 #~ msgstr "Argument URL"
 
-#, fuzzy
 #~ msgid "_SIP protocol"
-#~ msgstr "P_rotocole"
+#~ msgstr "_Protocole SIP"
 
 #~ msgid "_SIP Header: "
 #~ msgstr "En-tête SIP: "
@@ -1951,10 +1929,9 @@ msgstr "Connexion"
 #~ msgid "IAX"
 #~ msgstr "IAX"
 
-#, fuzzy
 #~ msgctxt "Beginning of 'Keep my history for at least n days.'"
 #~ msgid "_Keep my history for at least"
-#~ msgstr "Garder mon historique au moins"
+#~ msgstr "_Garder l'historique pendant au moins"
 
 #~ msgid "PulseAudio"
 #~ msgstr "PulseAudio"
@@ -1965,9 +1942,8 @@ msgstr "Connexion"
 #~ msgid "Jérémy Quentin"
 #~ msgstr "Jérémy Quentin"
 
-#, fuzzy
 #~ msgid "Advanced Settings"
-#~ msgstr "Préférences"
+#~ msgstr "Paramètres avancés"
 
 #~ msgid "Keep my history for at least"
 #~ msgstr "Garder mon historique au moins"
@@ -1998,34 +1974,29 @@ msgstr "Connexion"
 #~ msgid "Conform to RFC 3263"
 #~ msgstr "Respecter RFC 3263"
 
-#, fuzzy
 #~ msgid "_Account creation assistant"
 #~ msgstr "_Assistant de création de compte"
 
 #~ msgid "_Manage accounts"
 #~ msgstr "Comptes Configurés"
 
-#, fuzzy
 #~ msgid "_Volume Controls"
 #~ msgstr "Contrôle du _volume"
 
 #~ msgid "Registration _expire"
 #~ msgstr "Expiration d'enregistrement"
 
-#, fuzzy
 #~ msgid "Server returned \""
-#~ msgstr "Le serveur a répondu \"%s\" (%d)"
+#~ msgstr "Le serveur a répondu \""
 
 #~ msgid "Manually"
 #~ msgstr "Manuelle"
 
-#, fuzzy
 #~ msgid "Using STUN "
-#~ msgstr "Utiliser STUN"
+#~ msgstr "Utiliser STUN "
 
-#, fuzzy
 #~ msgid " active account"
-#~ msgstr "%i compte actif"
+#~ msgstr " compte actif"
 
 #~ msgid "s"
 #~ msgstr "s"
@@ -2059,7 +2030,9 @@ msgstr "Connexion"
 #~ "Chambreuil, ,Launchpad Contributions:,Emmanuel Milou,Maxime Chambreuil, ,"
 #~ "Launchpad Contributions:,Emmanuel Milou,Maxime Chambreuil, ,Launchpad "
 #~ "Contributions:,Alexandre Savard,Christophe CATARINA,Emmanuel Milou,Maxime "
-#~ "Chambreuil,Pierre Slamich"
+#~ "Chambreuil,Pierre Slamich, ,Launchpad Contributions:,Alexandre Savard,"
+#~ "Christophe CATARINA,Emmanuel Milou,Maxime Chambreuil (http://www."
+#~ "savoirfairelinux.com),Pierre Slamich"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -2069,11 +2042,6 @@ msgstr "Connexion"
 #~ "chambreuil@gmail.com,,,emmanuel.milou@savoirfairelinux.com,maxime."
 #~ "chambreuil@gmail.com,,,alexandre.savard@savoirfairelinux.com,,emmanuel."
 #~ "milou@savoirfairelinux.com,maxime.chambreuil@gmail.com,pierre."
+#~ "slamich@gmail.com,,,alexandre.savard@savoirfairelinux.com,,emmanuel."
+#~ "milou@savoirfairelinux.com,maxime.chambreuil@savoirfairelinux.com,pierre."
 #~ "slamich@gmail.com"
-
-#~ msgid ""
-#~ "GConf error:\n"
-#~ "  %s"
-#~ msgstr ""
-#~ "Erreur GConf:\n"
-#~ "  %s"
diff --git a/gnome/po/hu.po b/gnome/po/hu.po
index e5eb9436bbfea466143599546946031f22bfd9f8..9bca912d8b737546453f418c5a7f15a413977f55 100644
--- a/gnome/po/hu.po
+++ b/gnome/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-01-07 19:33+0000\n"
 "Last-Translator: Balazs Radak <Unknown>\n"
 "Language-Team: Hungarian <hu@li.org>\n"
@@ -19,85 +19,348 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s Fiók %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "%s<i>tól/től</i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d Hangposta"
+msgstr[1] "%d Hangposta üzenetek"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Jelenlegi Fiók"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Nics beállított Fiók"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Hiba"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "nincs regisztrált Fiók"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s nem támogatja a ZRTP-t."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Főablak megjelenítése"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Vonal bontása"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i Aktív Fók"
+msgstr[1] "%i Aktív Fiókok"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "A következő fiók használatban"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nincs regisztrált fiók"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Közvetlen SIP-hívás"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "Mai napon %R -kor"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "Tegnap %R -kor"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R -kor"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R -kor"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone Hiba"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Regisztrálva"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nem regisztrált"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Próbálkozás..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Hitelesítési hiba"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A hálózat nem érhető el"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A hoszt nem elérhető"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "STUN konfigurációs hiba"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Érvénytelen STUN szerver"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Kész"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Érvénytelen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP opcíók"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Figyelmeztessen, ha a ZRTP nem támogatott"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Név"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Gyakoriság"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitráta"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA beépülő"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Kimenet"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Bemenet"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Csengőhang"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Hangkezelő"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA beállítások"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Felvételek"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Célmappa"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Válasszon egy mappát"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Hangerősítési beállítások"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "Zajszűrő"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Általános"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Evolution Címjegyzék használata"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Letöltési limit"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kártyák"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Kapcsolati kép megjelenítése, ha elérhető"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Az Evolution mezői"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Munka"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Otthoni"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Címjegyzékek"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Válaassza ki, melyik Címjegyzéket kívánja használni"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Parancs futtatása"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Telefonszám árírása"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Tárcsázott számok előtti _Prefix"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Beállítóasszisztens vége."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,759 +368,570 @@ msgstr ""
 "Bármikor ellenőrizheti a Fiókja állapotát, vagy módosíthatja annak "
 "paramétereit az Szerkesztés / Fiókok menüpont alatt."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Szerver"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Felhasználónév"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Biztonság "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Egyik sem"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLphone - Fiók létrehozása varázsló"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Üdvözöljük a  Fiók létrehozása varázslóban"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Ez a varázsló segít a Fiók beállításában"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP Protokollok"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Válasszon Fiók típust"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Fiók"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Kérem, válasszon egyet az alábbi lehetősegek közül"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Ingyenes Fiók (SIP/IAX2) létrehozása az sflphone.org-nál"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Meglévő SIP vagy IAX2 Fiók beállítása"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP Fiók beállítások"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Kérem, adja meg a következő adatokat"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Hoszt név"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Felhasználói név"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Jelszó"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Jelszó megjelenítése"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Hangposta hívószáma"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Biztonságos kommunikáció _ZRTP-val"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Opcionális e-mail cím"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Erre az E-mail címre érkeznek majd a hangposta üzenetei."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-mail cím"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2 Fiók beállításai"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Hálózati Címfordítás (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Amennyiben tűzfal mögött van, valószílűeg engedélyeznie kell."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN engedélyezése"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_STUN szerver"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Fiók Regisztráció"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Gratulálunk!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Parancs futtatása"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Telefonszám árírása"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Tárcsázott számok előtti _Prefix"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Asztali értesítések"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Értesítések engedélyezése"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Rendszertálca-ikon"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "SFLphone megjelenítése Rendszertálcán"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Főablak megjelenítése bejövő hívás esetén"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Soha ne mutasd a Főablakot"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Az SFLphone elrejtése indításkor"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Híváselőzmények"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "Híváéselőzmények megőrzése eddig"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "nap"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Csengőhangok engedélyezése"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Beállítások"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Általános"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Hang"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Speciális Funkciók (Hooks)"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Gyorsbillentyűk"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Címjegyzék"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP opcíók"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Figyelmeztessen, ha a ZRTP nem támogatott"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Állapot"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Fiókok"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Beállított Fiókok"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Összesen %d aktív Fiók van"
-msgstr[1] "Összesen %d aktív Fiók van"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Nincs aktív Fiók beállítva"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Evolution Címjegyzék használata"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Letöltési limit"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kártyák"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Kapcsolati kép megjelenítése, ha elérhető"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Az Evolution mezői"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Munka"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Otthoni"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Címjegyzékek"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Válaassza ki, melyik Címjegyzéket kívánja használni"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Figyelem : az egyes  gyorsbillentyűk felülbírálhatják a Rendszer "
-"alapértelmezett gyorbillentyű beállításait."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Haladó opciók a TLS-hez"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS átvitel"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Fiók paraméterek"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Ismeretlen"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_Felhasználó program"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Azonosítás"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Jelszó"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Azonosító név"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Jelszó"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Biztonság"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS átvitel használata (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP key exchange"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Tiltva"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Regisztráció"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Regisztráció érvényessége"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Hálózati csatoló"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Helyi cím"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Helyi port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Publikus cím"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN használata"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN szerver cłme"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Ugyanaz, mint a helyi paraméterek"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Publikus cím és port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Publikus port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Csengőhangok"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Válasszon csengőhangot"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Csengőhangok engedélyezése"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Audió fáljok"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Fiók beállítások"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Alap"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Haladó"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Hálózat"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Keresés az összesben"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Figyelem : az egyes  gyorsbillentyűk felülbírálhatják a Rendszer "
+"alapértelmezett gyorbillentyű beállításait."
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Kattintson ide a keresési típus megváltoztatásához"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Kersés a Nem fogadott hívások között"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protokoll"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Keresés a Bejövő hívások között"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Állapot"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Fiókok"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Beállított Fiókok"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Összesen %d aktív Fiók van"
+msgstr[1] "Összesen %d aktív Fiók van"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Nincs aktív Fiók beállítva"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Haladó opciók a TLS-hez"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS átvitel"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone Hiba"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "Mai napon %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "Tegnap %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s Fiók %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "%s<i>tól/től</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d Hangposta"
-msgstr[1] "%d Hangposta üzenetek"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Jelenlegi Fiók"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Nics beállított Fiók"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Hiba"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "nincs regisztrált Fiók"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Keresés az összesben"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Kattintson ide a keresési típus megváltoztatásához"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s nem támogatja a ZRTP-t."
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Kersés a Nem fogadott hívások között"
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Keresés a Bejövő hívások között"
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Hangszóró hangereje"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofon hangereje"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Egy hívás folyamatban"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Hívások folyamatban"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Biztos kilép?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "A peer %s nem támogatja a ZRTP-t\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Biztonságos Kommunikáció nem elérhető"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Folytatás"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Hívás befejezése"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP átviteli hiba"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -866,182 +940,96 @@ msgstr ""
 "%s nem használja a titkosított kommunikációt. Amennyiben megerősíti, a "
 "további beszélgetés SRTP nélkül zajlik.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Megerősít"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Regisztrálva"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nem regisztrált"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Próbálkozás..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Hitelesítési hiba"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A hálózat nem érhető el"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A hoszt nem elérhető"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "STUN konfigurációs hiba"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Érvénytelen STUN szerver"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Kész"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Érvénytelen"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA üzenet: \n"
-"Hiba a hangeszköz megnyitásakor"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA üzenet:\n"
-"Hiba a felvevő eszköz megnyitásakor"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudió üzenet:\n"
-"Pulseaudio nem fut"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Nincs kiválasztva Címjegyzék"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Címjegyzék"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Hangposta (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "Az SFLphone egy SIP és IAX2 kompatibilis VoIP kliens."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Az SFLphone-ról"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Hangposta"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Hívás"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Új hívás"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Új hívás kezdeményezése"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Felvesz"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Hívás fogadása"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Vonal bontása"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Hívás befejezése"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Tartás"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Hívás tartásba tétele"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Hívás visszavétele"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Hívás visszavétele"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Beállítóasszisztens"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "A beállítóasszisztens futtatása"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Hangposta hívása"
 
@@ -1053,188 +1041,195 @@ msgstr "_Bezár"
 msgid "Minimize to system tray"
 msgstr "Tálcára helyezés"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Kilépés"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Kilépés a programból"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Szerkesztés"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Másolás"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Kijelölés másolása"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "_Beillesztés"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "A vágólap tartalmának beillesztése"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Előzmények törlése"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Híváselőzmények törlése"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Fiókok"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Felhasználói fiókok szerkesztése"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Beállítások"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Beállítások megváltoztatása"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Nézet"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Súgó"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Tartalom"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "A kézikönyv megnyitása"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Az alkalmazás névjegye"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Átadás"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "A hívás átadása"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Felvétel"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "A jelenlegi hívás rögzítése"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Látszódjon az eszköztár"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Látszódjon az eszköztár"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Tárcsázó"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Tárcsázó megjelenítése"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Hangerőszabályzó"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Hangerőszabályzó megjelenítése"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Előzmények"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Híváselőzmények"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Névjegyzék"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "Tartásban"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Visszahívás"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Telefonszám szerkesztése"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Telefonszám hívás előtti szerkesztése"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "A következő fiók használatban"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nincs regisztrált fiók"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Közvetlen SIP-hívás"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA üzenet: \n"
+"Hiba a hangeszköz megnyitásakor"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Főablak megjelenítése"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA üzenet:\n"
+"Hiba a felvevő eszköz megnyitásakor"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudió üzenet:\n"
+"Pulseaudio nem fut"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i Aktív Fók"
-msgstr[1] "%i Aktív Fiókok"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/it.po b/gnome/po/it.po
index 4cb7bc968e128b2fc04bc810537fee99d8b21941..13337bcadd426e0966ee8cccf8594ea1eadb18c8 100644
--- a/gnome/po/it.po
+++ b/gnome/po/it.po
@@ -7,1233 +7,1247 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-03-21 18:30+0000\n"
-"Last-Translator: Milo Casagrande <milo@casagrande.name>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2010-11-04 21:45+0000\n"
+"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
+"chambreuil@savoirfairelinux.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: it\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrato"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non registrato"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Registrazione in corso..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Errore"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autenticazione fallita"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Rete irraggiungibile"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Host non raggiungibile"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Errore di configurazione STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Server STUN non valido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Non valido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Account in uso:"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nessun account registrato"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Chiamata SIP diretta"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr ""
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Errore SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "C'è una chiamata in corso."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Ci sono chiamate in corso."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Vuoi veramente uscire?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Termina la chiamata"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Negoziazione ZRTP fallita"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "Account %s: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>Da</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d messaggio vocale"
 msgstr[1] "%d messaggi vocali"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Chiamata tramite account %s <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Account attivo"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Nessun account configurato"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Errore"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Nessun account registrato"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
 "using %s"
 msgstr ""
+"<i>Con:</i> %s \n"
+"usando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s non supporta ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Negoziazione ZRTP fallita con %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Con:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volume altoparlante"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volume microfono"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "Mostra la finestra principale"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Chiudi"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
-#, fuzzy, c-format
+#: ../gnome/src/statusicon.c:193
+#, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
-msgstr[0] "Account predefinito"
-msgstr[1] "Account predefinito"
+msgstr[0] "%i account attivo"
+msgstr[1] "%i account attivi"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Rubrica"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Rubrica"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Account in uso:"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Segreteria telefonica (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nessun account registrato"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone è un client VoIP compatibile con i protocolli SIP e IAX2."
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Chiamata SIP diretta"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Informazioni su SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "oggi alle %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Segreteria telefonica"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ieri alle %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Chiama"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "Chiama"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Effettua una nuova chiamata"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Errore SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "Rispondi"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Rispondi alla chiamata"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrato"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Termina la chiamata"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non registrato"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "Attesa"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Registrazione in corso..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Metti in attesa la chiamata"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autenticazione fallita"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr ""
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Rete irraggiungibile"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr ""
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Host non raggiungibile"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-msgid "Send _message"
-msgstr ""
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Errore di configurazione STUN"
 
-#: ../gnome/src/uimanager.c:989
-msgid "Send message"
-msgstr ""
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Server STUN non valido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr ""
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Pronto"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Errore di configurazione STUN"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Non valido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d messaggio vocale"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opzioni ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Invia hash Hello in S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Richiedi all'utente di confermare SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Esci"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Avvisa se ZRTP non è supportato"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Esce dal programma"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Visualizza SAS per eventi di messa in attesa"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opzioni SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Torna in RTP se SDES fallisce"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nome"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequenza"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Modifica"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitrate"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Elimina l'account selezionato"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uscita"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Ingresso"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Cancella la cronologia"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Tono chiamata"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Cancella la cronologia"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gestore Suoni"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Account"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Account attivo"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferen_ze"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Impostazioni ALSA"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Modifica le preferenze"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Registrazioni"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Visualizza"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Cartella di destinazione"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Aiuto"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Seleziona una cartella"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Impostazioni migliorie vocali"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "Riduzione _Rumore"
+
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Inoltra"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Generale"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Inoltra a:"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usa la rubrica di Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Registra"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite download :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Regista la conversazione in corso"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tessere"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Mostra la foto del contatto se disponibile"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campi dalla rubrica di Evolution"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "Mostra tastiera"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Lavoro"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Mostra la tastiera"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Home"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Mostra i controlli del volume"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "Cellulare"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Mostra i controlli del volume"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Rubriche indirizzi"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Cronologia"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selezionare la rubrica di Evolution da usare"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Cronologia chiamate"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argomento URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Rubrica"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Rileva header SIP specifico"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "Attesa"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Rileva URL su IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Comando da eseguire"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Riscrittura numero telefonico"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Prefisso da aggiungere ai numeri da chiamare"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notifica ALSA\n"
-"Errore nell'apertura del dispositivo di riproduzione"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "La procedura guidata è terminata."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notifica ALSA\n"
-"Errore nell'apertura del dispositivo di registrazione"
+"Puoi verificare in ogni momento il tuo stato di registrazione o modificare i "
+"parametri dei tuoi account nella finestra Opzioni/Account."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Pseudonimo"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Nome utente"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sicurezza: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
+
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nessuno"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Wizard creazione account di SFLphone"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
-"Notifica PulseAudio\n"
-"PulseAudio non è in esecuzione"
+"Benvenuti alla procedura guidata per la creazione di un account SFLphone"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Questa procedura permetterà di configurare un account."
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolli VoIP"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Selezionare un tipo di account"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Account"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Scegliere una delle seguenti opzioni"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Creare un account SIP/IAX2 gratuito  su sflphone.org"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parametri account"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrare un account SIP o IAX2 esistente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Impostazioni account SIP"
 
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Per favore inserisci le seguenti informazioni"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "_Pseudonimo"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocollo"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Sconosciuto"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Nome _host"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Nome _utente"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Password"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Password"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Numero segreteria telefonica"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr ""
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicazioni sicure con _ZRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autenticazione"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Indirizzo email opzionale"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
+"L'indirizzo email sarà usato per l'invio dei messaggi della segreteria "
+"telefonica."
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
-msgstr ""
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "Indirizzo _email"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
-msgid "Authentication name"
-msgstr ""
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Impostazioni account IAX2"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
-msgid "Password"
-msgstr "Password"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
-msgid "Security"
-msgstr ""
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Dovrebbe essere abilitato se ci si trova dietro ad un firewall."
 
-#: ../gnome/src/config/accountconfigdialog.c:772
-msgid "Use TLS transport(sips)"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Abilita STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "Server STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registrazione account"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Congratulazioni!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notifiche"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Abilita notifiche"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Icona per area di notifica"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Mostra SFLphone nel tray"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "Mostra la finestra principale all'arrivo delle chiamate"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Non mostrare mai la finestra principale"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Nascondi la finestra di SFLphone all'avvio"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Cronologia chiamate"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "Mantieni la cronologia per almeno"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "giorni"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
-msgid "SRTP key exchange"
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Abilita suonerie"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferenze"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Ganci"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Scorciatoie"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Rubrica"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parametri account"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocollo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Sconosciuto"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autenticazione"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Password"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Credenziali"
+
+#: ../gnome/src/config/accountconfigdialog.c:692
+msgid "Authentication name"
+msgstr "Nome autenticazione"
+
+#: ../gnome/src/config/accountconfigdialog.c:703
+msgid "Password"
+msgstr "Password"
+
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
+msgid "Security"
+msgstr "Sicurezza"
+
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
+msgid "Use TLS transport(sips)"
+msgstr "Utilizza trasporto TLS (sips)"
+
+#: ../gnome/src/config/accountconfigdialog.c:773
+msgid "SRTP key exchange"
+msgstr "Scambio chiavi SRTP"
+
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
-msgstr ""
+msgstr "Disabilitato"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
-msgstr ""
+msgstr "Registrazione"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Scadenza registrazione"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
-msgstr ""
+msgstr "_Compatibile con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Rete irraggiungibile"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
-msgstr ""
+msgstr "Indirizzo locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
-msgstr ""
+msgstr "Porta locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
-msgstr ""
+msgstr "Indirizzo pubblicato"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
-msgstr ""
+msgstr "Usa STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
-msgstr ""
+msgstr "URL server STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
-msgstr ""
+msgstr "Uguale ai parametri locali"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
-msgstr ""
+msgstr "Imposta indirizzo e porta pubblici:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
+msgstr "Porta pubblicata"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Suonerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Selezionare una suoneria"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Abilita suonerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "File audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
+"Questo profilo viene utilizzato quando si vuole raggiungere un peer remoto "
+"semplicemente inserendo una URI sip come <b>sip:peer-remoto</b>. Le "
+"impostazioni definite qui verranno inoltre utilizzate se nessun account "
+"potrà essere abbinato ad una chiamata in ingresso o in uscita."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Impostazioni dell'account"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Generale"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanzate"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rete"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Attenzione: queste scorciatoie potrebbero sovrascrivere quelle di sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
-msgstr ""
+msgstr "Il Server ha restituito \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocollo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Stato"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Account"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Account configurati"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Esiste %d account attivo"
+msgstr[1] "Esistono %d account attivi"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
-msgstr ""
+msgstr "Non hai account attivi"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opzioni avanzate per TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usa la rubrica di Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Trasporto TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
+"Il trasporto TLS può essere usato con UDP per la chiamate che\n"
+"richiedono transazioni sip sicure (come SIPS). Puoi configurare un\n"
+"trasporto TLS differente per ogni account. Comunque, ognuno di\n"
+"questi girerà su una porta dedicata, differente l'una dall'altra\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tessere"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Mostra la foto del contatto se disponibile"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campi dalla rubrica di Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Listener TLS globale (tutti gli account)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Lavoro"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista Autorità di Certificazione"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Home"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Selezione il file delle CA (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "Cellulare"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "File del certificato endpoint pubblico"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Rubriche indirizzi"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Seleziona un certificato per l'endpoint pubblico (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Selezionare la rubrica di Evolution da usare"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Seleziona un file con la chiave privata (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nome"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Password per la chiave privata"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "La procedura guidata è terminata."
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Metodo protocollo TLS"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista cifrature TLS"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Pseudonimo"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nome istanza server per le connessioni TLS in uscita"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Timeout negoziazione (sec:msec)"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Nome utente"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verifica i certificati in ingresso, come server"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verifica certificati dalla risposta, come client"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Richiedi certificato per le connessioni TLS in ingresso"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Cerca tra tutte le chiamate"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Fare clic qui per cambiare il tipo di ricerca"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr ""
-"Benvenuti alla procedura guidata per la creazione di un account SFLphone"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Cerca tra le chiamate perse"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Questa procedura permetterà di configurare un account."
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Cerca tra le chiamate ricevute"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolli VoIP"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Cerca tra le chiamate effettuate"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Selezionare un tipo di account"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volume altoparlante"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volume microfono"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "C'è una chiamata in corso."
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Account"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Ci sono chiamate in corso."
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Scegliere una delle seguenti opzioni"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Vuoi veramente uscire?"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Creare un account SIP/IAX2 gratuito  su sflphone.org"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP non è supportato dal peer %s\n"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrare un account SIP o IAX2 esistente"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicazione Sicura non disponibile"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Impostazioni account SIP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continua"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr ""
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Termina la chiamata"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
+"Un errore %s ha forzato la chiamata con %s a tornare in modalità non "
+"cifrata.\n"
+"Motivo esatto: %s\n"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Indirizzo email opzionale"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Negoziazione ZRTP fallita"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
 msgstr ""
-"L'indirizzo email sarà usato per l'invio dei messaggi della segreteria "
-"telefonica."
+"%s vuole interrompere la comunicazione sicura. Confermando, la conversazione "
+"avverrà senza SRTP.\n"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "Indirizzo _email"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Impostazioni account IAX2"
-
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
-
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Dovrebbe essere abilitato se ci si trova dietro ad un firewall."
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Conferma Go Clear"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Abilita STUN"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Conferma"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "Server STUN"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registrazione account"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Congratulazioni!"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Segreteria telefonica (%i)"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequenza"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone è un client VoIP compatibile con i protocolli SIP e IAX2."
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Informazioni su SFLphone"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Segreteria telefonica"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Uscita"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Chiama"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Ingresso"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "Chiama"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Suonerie"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Effettua una nuova chiamata"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr ""
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "Rispondi"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Rispondi alla chiamata"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Termina la chiamata"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Impostazioni ALSA"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "Attesa"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Registrazioni"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Metti in attesa la chiamata"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Cartella di destinazione"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Metti in attesa"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Seleziona una cartella"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Metti la chiamata in attesa"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-#, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Impostazioni dell'account"
-
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "_Assistente di Configurazione"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Errore di configurazione STUN"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Rileva header SIP specifico"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d messaggio vocale"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Rileva URL su IAX2"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Chiudi"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Comando da eseguire"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizza nel tray"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Riscrittura numero telefonico"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Esci"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Prefisso da aggiungere ai numeri da chiamare"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Esce dal programma"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notifiche"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Abilita notifiche"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Icona per area di notifica"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "Mostra la finestra principale all'arrivo delle chiamate"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Modifica"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Non mostrare mai la finestra principale"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copia"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Nascondi la finestra di SFLphone all'avvio"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Elimina l'account selezionato"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Cronologia chiamate"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Incolla"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "Mantieni la cronologia per almeno"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Incolla dagli appunti"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "giorni"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Cancella la cronologia"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Cancella la cronologia"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Abilita suonerie"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Account"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Preferenze"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Account attivo"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr ""
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Preferen_ze"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Modifica le preferenze"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Rubrica"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Visualizza"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Aiuto"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Contenuti"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Apri il manuale"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Informazioni su SFLphone"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Inoltra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Inoltra a:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Registra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Regista la conversazione in corso"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Mostra barra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostra barra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "Mostra tastiera"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Mostra la tastiera"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Mostra i controlli del volume"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Mostra i controlli del volume"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Cronologia"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Cronologia chiamate"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "Attesa"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Richiama"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Modifica numero di telefono"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Modifica numero di telefono prima di chiamare"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Notifica ALSA\n"
+"Errore nell'apertura del dispositivo di riproduzione"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"Notifica ALSA\n"
+"Errore nell'apertura del dispositivo di registrazione"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Notifica PulseAudio\n"
+"PulseAudio non è in esecuzione"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Cerca tra tutte le chiamate"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Fare clic qui per cambiare il tipo di ricerca"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Cerca tra le chiamate perse"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Cerca tra le chiamate ricevute"
-
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Cerca tra le chiamate effettuate"
-
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1414,10 +1428,136 @@ msgstr "Cerca tra le chiamate effettuate"
 #~ ",Launchpad Contributions:,Maurizio Porrato,Maxime Chambreuil, ,Launchpad "
 #~ "Contributions:,Maurizio Porrato,Maxime Chambreuil, ,Launchpad "
 #~ "Contributions:,Maurizio Porrato,Maxime Chambreuil, ,Launchpad "
-#~ "Contributions:,Maurizio Porrato,Maxime Chambreuil,Milo Casagrande"
+#~ "Contributions:,Maurizio Porrato,Maxime Chambreuil,Milo Casagrande, ,"
+#~ "Launchpad Contributions:,Maurizio Porrato,Maxime Chambreuil (http://www."
+#~ "savoirfairelinux.com),Milo Casagrande,ftaurino"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
 #~ msgstr ""
 #~ ",,,maxime.chambreuil@gmail.com,,,,maxime.chambreuil@gmail.com,,,,maxime."
-#~ "chambreuil@gmail.com,,,,maxime.chambreuil@gmail.com,milo@casagrande.name"
+#~ "chambreuil@gmail.com,,,,maxime.chambreuil@gmail.com,milo@casagrande."
+#~ "name,,,,maxime.chambreuil@savoirfairelinux.com,milo@casagrande.name,"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "Soppressione _Eco"
+
+#~ msgid "Custom commands on incoming calls with URL"
+#~ msgstr "Comandi personalizzati su chiamate entranti con URL"
+
+#~ msgid "%s will be replaced with the passed URL."
+#~ msgstr "%s verrà sostituito con la URL passata."
+
+#~ msgctxt "account state"
+#~ msgid "Registered"
+#~ msgstr "Registrato"
+
+#~ msgctxt "account state"
+#~ msgid "Invalid"
+#~ msgstr "Non valido"
+
+#~ msgctxt "account state"
+#~ msgid "Host unreachable"
+#~ msgstr "Host non raggiungibile"
+
+#~ msgctxt "account state"
+#~ msgid "Authentication Failed"
+#~ msgstr "Autenticazione fallita"
+
+#~ msgctxt "account state"
+#~ msgid "Network unreachable"
+#~ msgstr "Rete irraggiungibile"
+
+#~ msgctxt "account state"
+#~ msgid "Error"
+#~ msgstr "Errore"
+
+#~ msgid "Email address"
+#~ msgstr "Indirizzo email"
+
+#~ msgid "Call history"
+#~ msgstr "Cronologia chiamate"
+
+#~ msgctxt "Config section"
+#~ msgid "Display"
+#~ msgstr "Display"
+
+#~ msgctxt "Config section"
+#~ msgid "Accounts"
+#~ msgstr "Account"
+
+#~ msgctxt "Config section"
+#~ msgid "Address Book"
+#~ msgstr "Rubrica"
+
+#~ msgctxt "Config section"
+#~ msgid "General"
+#~ msgstr "Generale"
+
+#~ msgctxt "Config section"
+#~ msgid "Recordings"
+#~ msgstr "Registrazioni"
+
+#~ msgid "Add a new account"
+#~ msgstr "Aggiungi un nuovo account"
+
+#~ msgctxt "End of 'Keep my history for at least n days.'"
+#~ msgid "days"
+#~ msgstr "giorni"
+
+#~ msgid "Connection"
+#~ msgstr "Connessione"
+
+#~ msgid "History"
+#~ msgstr "Cronologia"
+
+#~ msgid "_Call"
+#~ msgstr "_Chiama"
+
+#~ msgctxt "account state"
+#~ msgid "Not Registered"
+#~ msgstr "Non registrato"
+
+#~ msgctxt "account state"
+#~ msgid "Stun server invalid"
+#~ msgstr "Server STUN non valido"
+
+#~ msgctxt "account state"
+#~ msgid "Stun configuration error"
+#~ msgstr "Errore di configurazione STUN"
+
+#~ msgid "Default account"
+#~ msgstr "Account predefinito"
+
+#~ msgid "Transfer"
+#~ msgstr "Inoltra"
+
+#~ msgid "Display volume controls"
+#~ msgstr "Mostra i controlli del volume"
+
+#~ msgid "Display dialpad"
+#~ msgstr "Mostra tastiera"
+
+#~ msgctxt "Beginning of 'Keep my history for at least n days.'"
+#~ msgid "_Keep my history for at least"
+#~ msgstr "Mantieni la cronologia per almeno"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Inoltra a: "
+
+#~ msgctxt "Config section"
+#~ msgid "Audio"
+#~ msgstr "Audio"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Elimina l'account selezionato"
+
+#~ msgctxt "Beginning of 'Keep my history for at least n days.'"
+#~ msgid "Keep my history for at least"
+#~ msgstr "Mantieni la cronologia per almeno"
+
+#~ msgid "Clear history"
+#~ msgstr "Cancella la cronologia"
+
+#~ msgid "Advanced Settings"
+#~ msgstr "Impostazioni avanzate"
diff --git a/gnome/po/ja.po b/gnome/po/ja.po
index 2626a6649e64b444249f93932e93a8479c19e181..d3e4a216937e3323365e0058e7d8a1f53256a74d 100644
--- a/gnome/po/ja.po
+++ b/gnome/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:19+0000\n"
 "Last-Translator: Launchpad Translations Administrators <rosetta@launchpad."
 "net>\n"
@@ -20,85 +20,349 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s アカウント: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "</i> %sから <i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d ボイスメール"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "%s アカウント<i>%s</i>を呼び出し中"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "現在のアカウント"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "アカウントが設定されていません"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "エラー"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "アカウント登録されていません"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>で:</i> %s\n"
+" %sを使ってください。"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s はZRTPをサポートできていません。"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP交渉%sで失敗しました"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>With:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "メインウィンドウを開く"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "通話を切る(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLフォン"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "アカウント使用中"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "アカウント登録されていません"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "ダイレクトSIPコール"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphoneエラー"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "登録しました"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "登録できません"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "検索中..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "認証に失敗"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "ネットワークに接続できません"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "ホストに接続できません"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "構成エラー"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "サーバー無効"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "無効"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTPオプション"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "SDPでハローハッシュ送信"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "ユーザーへSAS確認"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "ZRTPがサポートされているかどうか警告"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "イベント管理のためSAS表示"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "名前"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "周波数"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "ビットレート"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSAプラグイン"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "出力"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "入力"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "サウンドマネージャー"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "パルスオーディオ"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA設定"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "録音"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "インストール先フォルダ"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "フォルダの選択"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "全般"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "展開アドレス帳の使用"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "ダウンロードの制限"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "カード"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "可能であれば連絡先の写真を表示"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "展開アドレス帳の項目"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "勤務先"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "自宅"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "携帯"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "アドレス帳"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "展開アドレス帳使用の選択"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL 引数"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "特定SIPヘッダーのトリガ"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "IAX2 URLのトリガ"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "実行するコマンド"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "電話番号書き換え"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "プレフィックス番号"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "アシスタントは現在終了"
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -106,581 +370,366 @@ msgstr ""
 "登録状況の確認またはオプション/アカウントウィンドウでアカウントパラメータを変"
 "更できます"
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "別名"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "サーバー"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "ユーザー名"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "セキュリティー "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP草稿"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "なし"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLフォンアカウント作成ウィザード"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "SFLフォンのアカウント作成ウィザードへようこそ"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "このインストールウィザードはアカウント作成を助けます"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIPプロトコル"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "勘定タイプの選択"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP(セッション開始プロトコル)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2(アスタリスク変換)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "アカウント"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "オプションに従い1つ選択してください"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "無料SIP/IAX2アカウントをsflフォン組織に作成"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "SIPまたは IAX2アカウントの存在を登録"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIPアカウント設定"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "情報を入力してください"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "別名(_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "ホスト名"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "ユーザー名"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "パスワード(_P):"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "パスワードを表示"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "ボイスメールの番号"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "ZRTPセキュリティーで保護された通信"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "任意のメールアドレス"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "このメールアドレスはボイスメールメッセージに送られます"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "Eメールアドレス"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2アカウント設定"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "ネットワークアドレス変換(NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "ファイアウォールの内側であれば接続できます"
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN有効(E)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUNサーバー"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "アカウント登録"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "設定完了"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL 引数"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "特定SIPヘッダーのトリガ"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "IAX2 URLのトリガ"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "実行するコマンド"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "電話番号書き換え"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "プレフィックス番号"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "デスクトップ通知"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "通知可能"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "システムトレイアイコン"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "着信通話のポップアップメインウィンドウ"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "ポップアップメインウィンドウ非表示"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "起動SFLphoneウィンドウ非表示"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "着信履歴"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "最後の着信履歴の保護"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "曜日"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "着信音可能"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "基本設定"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "全般"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "音声"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "フック"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTPオプション"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "SDPでハローハッシュ送信"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "ユーザーへSAS確認"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "ZRTPがサポートされているかどうか警告"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "イベント管理のためSAS表示"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "サーバーが\"%s\" (%d)を返しました"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "プロトコル"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "状態"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "アカウント"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "アカウント設定済み"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%dアクティブアカウント"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "アクティブアカウントが存在しません"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "展開アドレス帳の使用"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "ダウンロードの制限"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "カード"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "可能であれば連絡先の写真を表示"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "展開アドレス帳の項目"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "勤務先"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "自宅"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "携帯"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "アドレス帳"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "展開アドレス帳使用の選択"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLSの詳細設定オプション"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS転送"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"通話はセキュリティーで保護されたSIPトランザクションの要求によりTLS転送はUDPを"
-"使用できます。\n"
-"それぞれのアカウントでTLS転送を確認してください。そうするとそれぞれ専用ポー"
-"ト、異なったものに実行できます。\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "j証明機関の一覧"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "CAリストファイルの選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "公式エンドポイント証明ファイル"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "公式エンドポイント証明の選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "個人キーファイルの選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "プライベートキーのパスワード"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLSプロトコルメソッド"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS暗号一覧"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "TLS接続発信サーバー名インスタンス"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "ネゴシエーションタイムアウト"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "サーバーの証明受信の確認"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "クライアント応答証明の確認"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "受信tls接続のための証明要求"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "アカウントパラメーター"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "プロトコル"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "不明"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "認証"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "シークレット"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "資格情報"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "名前の認証"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "パスワード"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "セキュリティ"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS トランスポートを使用"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP キー交換"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "無効"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "登録"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "登録期間切れ"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "RFC 3263に準拠"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "ネットワークインターフェース"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "ローカルアドレス"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "ローカルポート"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "アドレス公開"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN使用"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUNサーバーのURL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "ローカルパラメータと同様"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "公開アドレスとポートの設定"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "公開ポート"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "着信音"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "着信音選択"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "着信音可能"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音声ファイル"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -690,169 +739,194 @@ msgstr ""
 "にこのプロファイルが使用可能\r\n"
 "着信通話または発信通話を照合できないアカウントであれば設定も可能"
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "アカウントの設定"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "アカウントの設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "基本設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "詳細設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "サーバーが\"%s\" (%d)を返しました"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "プロトコル"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "状態"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "アカウント"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "アカウント設定済み"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%dアクティブアカウント"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "アクティブアカウントが存在しません"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLSの詳細設定オプション"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS転送"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"通話はセキュリティーで保護されたSIPトランザクションの要求によりTLS転送はUDPを"
+"使用できます。\n"
+"それぞれのアカウントでTLS転送を確認してください。そうするとそれぞれ専用ポー"
+"ト、異なったものに実行できます。\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "j証明機関の一覧"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "CAリストファイルの選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "公式エンドポイント証明ファイル"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "公式エンドポイント証明の選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "個人キーファイルの選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "プライベートキーのパスワード"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLSプロトコルメソッド"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS暗号一覧"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "TLS接続発信サーバー名インスタンス"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "ネゴシエーションタイムアウト"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "基本設定"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "サーバーの証明受信の確認"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "詳細設定"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "クライアント応答証明の確認"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "受信tls接続のための証明要求"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "すべて検索"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "検索の種類を変更するにはここをクリックしてください"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "不在着信の検索"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "受信通話の検索"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "発信通話の検索"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphoneエラー"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s アカウント: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "</i> %sから <i>"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d ボイスメール"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "%s アカウント<i>%s</i>を呼び出し中"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "現在のアカウント"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "アカウントが設定されていません"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "エラー"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "アカウント登録されていません"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>で:</i> %s\n"
-" %sを使ってください。"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s はZRTPをサポートできていません。"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP交渉%sで失敗しました"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>With:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "スピーカーの音量"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "マイク音量"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "呼び出し中"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "呼び出し中"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "キャンセルしますか?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTPが%sにサポートされていません。\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "安全なコミュニケーションが利用できません。"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "次へ"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "電話をやめてください"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -861,11 +935,11 @@ msgstr ""
 "A %s エラーは非暗号化されているため%sの呼び出しを強制終了しました。\n"
 "正確な理由:%s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP交渉失敗"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -874,185 +948,96 @@ msgstr ""
 "%sはセキュリティーで保護された通信を使うのをやめてください。SRTPなしで会話が"
 "再開するのを確認してください。\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "クリアを確認してください。"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "確認"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "登録しました"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "登録できません"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "検索中..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "認証に失敗"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "ネットワークに接続できません"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "ホストに接続できません"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "構成エラー"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "サーバー無効"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "無効"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA通知\n"
-"\n"
-"再生デバイスエラー"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA通知\n"
-"\n"
-"再生ディバイスエラー"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio通知\n"
-"\n"
-"Pulseaudioが動いていません。"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "アドレス帳が選択されていません"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "ボイスメール(%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLフォンはVoIPクライアントとSIP、IAX2プロトコルと互換性があります"
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLフォンに関して"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "ボイスメール"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "呼び出し"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "通話先"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "発信します"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "選択"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "応答する"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "通話を切る(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "通話終了"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "保留"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "保留中"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "保留解除"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "保留を解除する"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "構成アシスタント"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "構成アシスタントを起動します"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "ボイスメールに電話をしてください"
 
@@ -1064,188 +1049,198 @@ msgstr "閉じる(_C)"
 msgid "Minimize to system tray"
 msgstr "システムトレイを最小化する"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "終了(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "プログラムの終了"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "編集(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "コピー(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "選択範囲をコピー"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "貼り付け(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "クリップボードに貼り付け"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "履歴消去"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "通話履歴消去"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "アカウント(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "アカウント編集"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "基本設定"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "基本設定の変更"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "表示(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "ヘルプ(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "目次"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "手動で開く"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "アプリケーションについて"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "転送"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "通話転送"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "録音(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "現在の会話を録音中"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "ツールバーの表示"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "ツールバーの表示"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "ダイアルパッド(_D)"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "ダイヤルパッドの表示"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "ボリュームコントロール"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "音量調整の表示"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "履歴(_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "通話履歴"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "保留中"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "折り返し電話をする"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "電話番号の編集"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "電話をする前に電話番号の編集をする"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "アカウント使用中"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "アカウント登録されていません"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "ダイレクトSIPコール"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA通知\n"
+"\n"
+"再生デバイスエラー"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "メインウィンドウを開く"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA通知\n"
+"\n"
+"再生ディバイスエラー"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLフォン"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio通知\n"
+"\n"
+"Pulseaudioが動いていません。"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/ko.po b/gnome/po/ko.po
index cf2c5c3c5e06488163ea3d50a01b16e6fba2b3e8..8750b7909e1728b8cc4beb5a0910eacddeb32aa3 100644
--- a/gnome/po/ko.po
+++ b/gnome/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:27+0000\n"
 "Last-Translator: Bundo <bundo@bundo.biz>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -19,665 +19,713 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s 계정 : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>From</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d 음성 메일"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "%s 계정 <i> %s </i>를 호출하는 동안"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "현재 계정"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "계정이 설정되지 않았습니다"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "오류"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "계정이 등록되어 있지 않습니다"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>작성자:</i> %s\n"
+"%s을(를) 사용하세요."
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ZRTP를 지원하지 않습니다."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP 협상 %s에서 실패했습니다."
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>With:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "메인 창 보기(_S)"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "통화 끊기(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i 활성된 계정"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFL폰"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "사용중인 계정"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "등록되지 않은 계정"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "직접 SIP 호출"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "%R 오늘"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "%R 어제"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A at %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x 에 %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone 오류"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "등록했습니다"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "등록되지 않았습니다"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "시도중..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "인증이 실패했습니다"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "네트워크에 접근할 수 없습니다"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "호스트에 접근할 수 없습니다"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun 구성 오류"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun 서버 사용"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "준비"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "무효"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 설정"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "사용자에 SAS 확인 질문"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "ZRTP을 지원하는지 여부 경고(_W)"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "이벤트 관리를위한 SAS보기"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 설정"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "RTP에 SDES 대체 실패"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "이름"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "주파수"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "전송률"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA 플러그인"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "출력"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "입력"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "사운드 관리자"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "펄스오디오(_P)"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "알사(_A)"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "알사 설정"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "녹화"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "대상 폴더"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "폴더 선택"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "일반"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "에볼류션 주소록 사용(_U)"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "다운로드 제한 :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "카드"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "가능하면 연락처의 사진보기(_D)"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "에볼류션 주소록에서의 항목"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "업무(_W)"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "홈(_H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "핸드폰(_M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "주소록"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "에볼류션 주소록 사용하여 선택"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL 인수"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "특정 SIP 헤더 트리거(_S)"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "IAX2 URL 트리거(_I)"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "실행 명령(_R)"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "전화 번호 재작성 중"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "접두사와 전화 번호를 다이얼(_P)"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "지원자는 현재 종료되었습니다."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr "등록 상황을 확인하거나 옵션/계정 창에서 계정 매개 변수를 변경합니다."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "별명"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "서버"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "사용자 이름"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "보안: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP 초안"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "없음"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFL폰 계정 만들기 마법사"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "SFL폰 계정 만들기 마법사에 오신걸 환영합니다!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "이 설치 마법사는 계정 생성을 돕습니다"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP 프로토콜"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "계정 유형 선택"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (세션 초기화 프로토콜)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (별표 변환)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "계정"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "옵션에 따라서 1개를 선택"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "무료 SIP/IAX2 계정을 sflphone.org에 만들기"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "SIP 또는 IAX2 계정이 등록되어 있습니다"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP 계정 설정"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "정보를 입력하세요."
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "별칭(_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "호스트 이름(_H)"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "사용자 이름(_U)"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "암호(_P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "암호 보기"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "음성메일 번호(_V)"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "ZRTP 보안으로 보호된 통신(_Z)"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "임의의 이메일 주소"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "이 이메일 주소는 음성메일 메시지로 보내집니다"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "이메일 주소(_E)"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2 계정 설정"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "네트워크 주소 변환 (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "방화벽을 하고 있으면 연결할 수 있습니다"
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN 가능(_N)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUN 서버(_S)"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "계정 등록"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "축하합니다!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL 인수"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "특정 SIP 헤더 트리거(_S)"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "IAX2 URL 트리거(_I)"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "실행 명령(_R)"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "전화 번호 재작성 중"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "접두사와 전화 번호를 다이얼(_P)"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "바탕 화면 알림"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "알림 사용가능(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "시스템 트레이 아이콘"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "SFL폰을 시스탬 트레이에 보여줍니다"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "착신 통화 메인 창 띄움(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "메인창을 절대 띄우지 않음(_V)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "시작 시에 SFL폰 창 숨기기(_S)"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "호출 기록"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "마지막 통화 기록을 보호(_K)"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "일"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "착신음 가능(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "기본 설정"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "일반"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "오디오"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "후크"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "바로 가기"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "주소록"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 설정"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "사용자에 SAS 확인 질문"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "ZRTP을 지원하는지 여부 경고(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "이벤트 관리를위한 SAS보기"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 설정"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "RTP에 SDES 대체 실패"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "서버에 \"%s\" (%d)가 발생했습니다"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "프로토콜"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "상태"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "계정"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "계정을 설정했습니다"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d 활성 계정"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "현재 계정이 존재하지 않습니다"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "에볼류션 주소록 사용(_U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "다운로드 제한 :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "카드"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "가능하면 연락처의 사진보기(_D)"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "에볼류션 주소록에서의 항목"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "업무(_W)"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "홈(_H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "핸드폰(_M)"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "주소록"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "에볼류션 주소록 사용하여 선택"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "주의: 이 단축키는 시스템-전체의 단축키를 무시할 수 있습니다."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS의 고급설정"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 전송"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"통화는 보안으로 보호되는 SIP 트랜잭션의 요구에 따라\n"
-"TLS 전송은 UDP를 사용할 수 있습니다.\n"
-"각각의 계정에서 TLS 전송을 확인합니다.\n"
-"그러면 각각 전용 포트, 다른 한개에 수행할 수 있습니다.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "글로벌 TLS를 수신기 (모든 계정)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "인증 기관 목록"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "CA 목록 파일 선택 (임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "공공의 끝점 인증서 파일"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "공공의 끝점 인증서 파일을 선택 (임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "개인 키 파일 선택(임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "개인키를 위한 암호"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 프로토콜 방법"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS 암호화 목록"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "TLS 연결 발신 서버 네임 인스턴스"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "협상 시간 초과(초:밀리초)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "서버에서 인증서 수신 확인"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "클라이언트에서 응답 증명서 확인"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "수신 tls 연결에 대한 인증 요청"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "계정 매개 변수"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "프로토콜(_P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "알 수 없음"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "인증"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "비밀"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "자격 증명"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "이름 인증"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "암호"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "보안"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS 전송을 사용"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 키 교환"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "사용 안 함"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "등록"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "등록 기간 없음"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "RFC 3263 준수(_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "네트워크 인터페이스"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "로컬 주소"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "로컬 포트"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "주소 공개"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN 사용"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 서버 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "몇개의 로컬 매개 변수"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "공개 주소 및 포트 설정:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "공개된 포트"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "착신음"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "착신음 선택"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "착신음 가능(_E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "오디오 파일"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -687,169 +735,194 @@ msgstr ""
 "싶을 때 이 프로필 사용 가능합니다. 걸려오는 전화 또는 발신 통화가 일치되지 않"
 "는 계정이라도 설정이 가능합니다."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "계정 설정"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "계정 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "기본 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "고급 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "네트워크"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "주의: 이 단축키는 시스템-전체의 단축키를 무시할 수 있습니다."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "서버에 \"%s\" (%d)가 발생했습니다"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "프로토콜"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "상태"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "계정"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "계정을 설정했습니다"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d 활성 계정"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "현재 계정이 존재하지 않습니다"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS의 고급설정"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 전송"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"통화는 보안으로 보호되는 SIP 트랜잭션의 요구에 따라\n"
+"TLS 전송은 UDP를 사용할 수 있습니다.\n"
+"각각의 계정에서 TLS 전송을 확인합니다.\n"
+"그러면 각각 전용 포트, 다른 한개에 수행할 수 있습니다.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "글로벌 TLS를 수신기 (모든 계정)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "인증 기관 목록"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "CA 목록 파일 선택 (임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "공공의 끝점 인증서 파일"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "공공의 끝점 인증서 파일을 선택 (임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "개인 키 파일 선택(임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "개인키를 위한 암호"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 프로토콜 방법"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS 암호화 목록"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "TLS 연결 발신 서버 네임 인스턴스"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "협상 시간 초과(초:밀리초)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "기본 설정"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "서버에서 인증서 수신 확인"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "고급 설정"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "클라이언트에서 응답 증명서 확인"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "네트워크"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "수신 tls 연결에 대한 인증 요청"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "전체 검색"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "검색 종류를 바꾸려면 여기를 누르십시오"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "부재중 온 전화 검색"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "수신 통화 검색"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "발신 통화 검색"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone 오류"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "%R 오늘"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "%R 어제"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A at %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x 에 %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s 계정 : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>From</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d 음성 메일"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "%s 계정 <i> %s </i>를 호출하는 동안"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "현재 계정"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "계정이 설정되지 않았습니다"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "오류"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "계정이 등록되어 있지 않습니다"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>작성자:</i> %s\n"
-"%s을(를) 사용하세요."
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ZRTP를 지원하지 않습니다."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP 협상 %s에서 실패했습니다."
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>With:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "스피커 볼륨"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "마이크 볼륨"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "호출 진행중"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "호출 진행중"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "종료 하시겠습니까?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP %s에서 지원되지 않습니다\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "안전한 커뮤니케이션을 사용할 수 없습니다."
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "계속"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "호출 정지"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -858,11 +931,11 @@ msgstr ""
 "A %s 오류가 아닌 암호화된있어 %s에 대한 호출을 종료했습니다.\n"
 "정확한 이유 : %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP 협상 실패"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -871,185 +944,96 @@ msgstr ""
 "%s는 보안으로 보호되는 통신을 사용하는 것을 금합니다. SRTP 없이 대화를 재개"
 "할 것인지 확인하십시오.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "삭제를 확인하십시오."
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "확인"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "등록했습니다"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "등록되지 않았습니다"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "시도중..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "인증이 실패했습니다"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "네트워크에 접근할 수 없습니다"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "호스트에 접근할 수 없습니다"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun 구성 오류"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun 서버 사용"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "준비"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "무효"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA 알림\n"
-"\n"
-"재생 장치 오류"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA 알림\n"
-"\n"
-"캡쳐 장치 열기 중 오류"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio 알림\n"
-"\n"
-"펄스오디오가 실행중이지 않습니다"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "주소록이 선택되어 있지 않습니다"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "주소록"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "음성 메일 (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFL폰은 VoIP클라이언트와 SIP, IAX2 프로토콜과 호환 가능합니다."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFL폰 정보"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "음성 메일"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "호출"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "새 통화(_N)"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "새로 호출합니다"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "선택(_P)"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "호출 응답"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "통화 끊기(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "호출 끝내기"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "보류(_N)"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "호출을 보류합니다"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "보류 해제(_F)"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "보류를 해제합니다."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "설정 도우미(_A)"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "설정 도우미를 실행합니다"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "음성 전화를 합니다."
 
@@ -1061,187 +1045,198 @@ msgstr "닫기(_C)"
 msgid "Minimize to system tray"
 msgstr "시스템 트레이에 최소화"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "끝내기(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "프로그램을 끝냅니다"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "편집(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "복사(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "선택한 사항을 복사합니다"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "붙여넣기(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "클립보드의 내용을 붙여넣습니다"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "기록 지우기(_H)"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "호출 기록을 지웁니다"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "계정(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "계정을 편집합니다"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "기본 설정(_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "기본 설정을 바꿉니다"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "보기(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "도움말(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "차례"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "설명서를 엽니다"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "이 프로그램 정보"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "전송(_T)"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "호출 전송"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "녹음(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "현재 대화를 녹음합니다"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "도구모음 표시(_S)"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "도구모음 표시합니다"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "다이얼패드(_D)"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "숫자키패드 표시"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "볼륨 조정(_V)"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "볼륨 조정을 표시 합니다"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "기록(_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "호출 기록"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "주소록(_A)"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "보류(_H)"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "다시 호출(_C)"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "폰  번호 편집"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "전화를 하기 전에 전화 번호를 편집합니다"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "사용중인 계정"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "등록되지 않은 계정"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "직접 SIP 호출"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA 알림\n"
+"\n"
+"재생 장치 오류"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "메인 창 보기(_S)"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA 알림\n"
+"\n"
+"캡쳐 장치 열기 중 오류"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFL폰"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio 알림\n"
+"\n"
+"펄스오디오가 실행중이지 않습니다"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i 활성된 계정"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/nl.po b/gnome/po/nl.po
new file mode 100644
index 0000000000000000000000000000000000000000..46640d10999f6fdccf773fd2fa8fbb41b2b6b460
--- /dev/null
+++ b/gnome/po/nl.po
@@ -0,0 +1,1272 @@
+# SFLphone Dutch translation
+# Copyright (C) 2011 Savoir-Faire Linux
+# This file is distributed under the same license as the SFLphone package.
+#
+# Jan Middelkoop <jan@recreatie-zorg.nl>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.9.13\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-05-10 15:26+0100\n"
+"Last-Translator: Jan Middelkoop <jan@recreatie-zorg.nl>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr "%s zegt:"
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Van</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d voicemail"
+msgstr[1] "%d voicemails"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Oproep met %s account <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Huidige account"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Er zijn geen accounts geconfigureerd"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fout"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Er zijn geen accounts geregistreerd"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Met:</i> %s \n"
+"gebruikt %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ondersteunt geen ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP onderhandeling mislukt met %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Met:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Weergeven"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Ophangen"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i actieve account"
+msgstr[1] "%i actieve accounts"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Via account"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Geen account aangemeld"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Directe SIP oproep"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "vandaag om %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "gisteren om %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A om %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x om %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone fout"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+"Geen schema gevonden voor gpdf voorkeuren. \n"
+"Controleer de gconf instellingen.  Bekijk de \n"
+"gconf veelgestelde vragen voor meer informatie."
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Aangemeld"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Niet aangemeld"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Proberen..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Authenticatie mislukt"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netwerk onbereikbaar"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Server niet bereikbaar"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun configuratie fout"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun server ongeldig"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Gereed"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ongeldig"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP instellingen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Verstuur Hello Hash in S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Vraag gebruiker om SAS te bevestigen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Waarschuw wanneer ZRTP niet ondersteund is"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Geef SAS éénmalig weer voor wacht acties"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES opties"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Terugvallen op RTP bij SDES fout"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Naam"
+
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequentie"
+
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitsnelheid"
+
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA plugin"
+
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uitgaand"
+
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Inkomend"
+
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Beltoon"
+
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Geluidsmanager"
+
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_PulseAudio"
+
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
+
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA instellingen"
+
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Opgenomen gesprekken"
+
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Opslaan in"
+
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Kies een map"
+
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Geluidsverbeterende instellingen"
+
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Ruisonderdrukking"
+
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Algemeen"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Gebruik Evolution adresboek"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download limiet:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "contacten"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Geef foto weer indien beschikbaar"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Velden uit Evolution adresboek"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Werk"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Thuis"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiel"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adresboeken"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selecteer de te gebruiken Evolution adresboeken"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL argument"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Reageer op specifieke _SIP header"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Reageer op _IAX2 URL"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Uit te voeren opdracht"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Telefoonnummer herschrijving"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Begin ingevoerde nummers met"
+
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "De assistent is nu klaar."
+
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr ""
+"De status van een account of de account instellingen kunnen altijd "
+"opgevraagd en gewijzigd worden in het Opties/Accounts scherm."
+
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Gebruikersnaam"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Beveiliging:"
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP Zimmermann concept"
+
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Geen"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone wizard account aanmaken"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Welkom bij de account aanmaken wizard van SFLphone!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Deze installatiewizard helpt met het aanmaken van een account."
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP protocollen"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Kies een type account"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Sessie Initiatie Protocol) "
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Account"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Selecteer één van de volgende opties"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Maak een gratis SIP/IAX2 account op sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registreer een bestaande SIP of IAX2 account"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP account instellingen"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Vul de volgende velden in"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Hostnaam"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Gebruikersnaam"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Wachtwoord"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Wachtwoord tonen"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Voicemail nummer"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Beveiligde communicatie met _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Optioneel e-mail adres"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Dit e-mail adres wordt gebruikt voor het versturen van voicemail berichten."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_E-mail adres"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2 account instellingen"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Netwerkadres maskering (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Dit moet waarschijnlijk aan staan als de verbinding via een router loopt."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "STUN _inschakelen"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN server"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Account registratie"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Gefeliciteerd!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Bureaublad notificaties"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Notificaties inschakelen"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Systeemvak icoon"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Geef SFLphone weer in het systeemvak"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup hoofdvenster bij inkomende oproep"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Nooit het hoofdvenster naar voren brengen"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Verberg het hoofdvenster bij het opstarten"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Gespreksgeschiedenis"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Bewaar geschiedenis voor ten minste"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dagen"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr "Directe berichten (chat)"
+
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
+msgstr "Directe berichten inschakelen"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Instellingen"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Geluid"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Acties"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Sneltoesten"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adresboek"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Account opties"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocol"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Onbekend"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr "_Proxy"
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Authenticatie"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Geheim"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Credentialen"
+
+#: ../gnome/src/config/accountconfigdialog.c:692
+msgid "Authentication name"
+msgstr "Authenticatie naam"
+
+#: ../gnome/src/config/accountconfigdialog.c:703
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
+msgid "Security"
+msgstr "Beveiliging"
+
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
+msgid "Use TLS transport(sips)"
+msgstr "Gebruik TLS verkeer (SIPS)"
+
+#: ../gnome/src/config/accountconfigdialog.c:773
+msgid "SRTP key exchange"
+msgstr "SRTP sleutel uitwisseling"
+
+#: ../gnome/src/config/accountconfigdialog.c:779
+msgid "Disabled"
+msgstr "Uitgeschakeld"
+
+#: ../gnome/src/config/accountconfigdialog.c:843
+msgid "Registration"
+msgstr "Registratie"
+
+#: ../gnome/src/config/accountconfigdialog.c:847
+msgid "Registration expire"
+msgstr "Registratie verloop"
+
+#: ../gnome/src/config/accountconfigdialog.c:856
+msgid "_Comply with RFC 3263"
+msgstr "_Voldoen aan RFC 3263"
+
+#: ../gnome/src/config/accountconfigdialog.c:876
+msgid "Network Interface"
+msgstr "Netwerk interface"
+
+#: ../gnome/src/config/accountconfigdialog.c:887
+msgid "Local address"
+msgstr "Lokaal adres"
+
+#: ../gnome/src/config/accountconfigdialog.c:918
+msgid "Local port"
+msgstr "Lokale poort"
+
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
+msgid "Published address"
+msgstr "Adres van buitenaf"
+
+#: ../gnome/src/config/accountconfigdialog.c:964
+msgid "Using STUN"
+msgstr "Gebruikt STUN"
+
+#: ../gnome/src/config/accountconfigdialog.c:972
+msgid "STUN server URL"
+msgstr "STUN server URL"
+
+#: ../gnome/src/config/accountconfigdialog.c:980
+msgid "Same as local parameters"
+msgstr "Zelfde als lokale opties"
+
+#: ../gnome/src/config/accountconfigdialog.c:983
+msgid "Set published address and port:"
+msgstr "Extern adres en poort instellen:"
+
+#: ../gnome/src/config/accountconfigdialog.c:1003
+msgid "Published port"
+msgstr "Externe poort:"
+
+#: ../gnome/src/config/accountconfigdialog.c:1084
+msgid "DTMF"
+msgstr "DTMF"
+
+#: ../gnome/src/config/accountconfigdialog.c:1095
+msgid "RTP"
+msgstr "RTP"
+
+#: ../gnome/src/config/accountconfigdialog.c:1099
+msgid "SIP"
+msgstr "SIP"
+
+#: ../gnome/src/config/accountconfigdialog.c:1107
+msgid "Ringtones"
+msgstr "Beltoon"
+
+#: ../gnome/src/config/accountconfigdialog.c:1110
+msgid "Choose a ringtone"
+msgstr "Kies een beltoon"
+
+#: ../gnome/src/config/accountconfigdialog.c:1115
+msgid "_Enable ringtones"
+msgstr "_Beltoon inschakelen"
+
+#: ../gnome/src/config/accountconfigdialog.c:1127
+msgid "Audio Files"
+msgstr "Audio bestanden"
+
+#: ../gnome/src/config/accountconfigdialog.c:1145
+msgid ""
+"This profile is used when you want to reach a remote peer simply by typing a "
+"sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
+"also be used if no account can be matched to an incoming or outgoing call."
+msgstr ""
+"Dit profiel wordt gebruikt voor het maken van een verbinding met een SIP "
+"URI, zoals <b>sip:telefoon</b>. De instellingen die hier ingevoerd zijn, "
+"worden gebruikt wanneer er geen account gevonden kan worden voor een "
+"inkomende of uitgaande oproep."
+
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Account instellingen"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Standaard"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Geavanceerd"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Netwerk"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Waarschuwing: deze sneltoesten overschrijven mogelijk andere globale "
+"sneltoetsen van het systeem."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Server zegt \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocol"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Status"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Ingestelde accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Er is %d actieve account"
+msgstr[1] "Er zijn %d actieve accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Er is geen account actief"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Geavanceerde opties voor TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS verkeer"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS verkeer kan gebruikt worden met UDP voor de gesprekken die\n"
+"beveiligde SIP transacties (SIPS) nodig hebben. Voor elke account\n"
+"kunnen verschillen TLS instellingen opgegeven worden. Echter,\n"
+"elke account zal wel een eigen poort nodig hebben.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Globale TLS poort (voor alle accounts)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Certificaat van authoriteit lijst"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr " Kies een CA lijst bestand (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Public eindpunt certificaat bestand"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Kies een public eindpunt certificaat (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Kies een privé sleutel bestand (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Wachtwoord voor de privé sleutel"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS protocol methode"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS cipher lijst"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Server naam instantie voor uitgaande TLS verbindingen"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Onderhandeling timeout (sec:msec)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Controleer inkomende certificaten, wanneer server"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Controleer certificaat antwoorden, wanneer client"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Eis een certificaat voor inkomende TLS verbindingen"
+
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Alles doorzoeken"
+
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klik hier om het zoektype te wijzigen"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Zoek op gemiste oproepen"
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Zoek op inkomende oproepen"
+
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Zoek op uitgaande oproepen"
+
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Weergave volume"
+
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Microfoon volume"
+
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Er is 1 actief gesprek."
+
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Er zijn gesprekken actief."
+
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Wil je nog steeds afsluiten?"
+
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP wordt niet ondersteund door partij %s\n"
+
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Versleutelde communicatie niet beschikbaar"
+
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Doorgaan"
+
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Oproep beëindigen"
+
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"Vanwege een %s fout is de oproep met %s teruggevallen naar onversleutelde "
+"modus.\n"
+"Specifieke reden: %s\n"
+
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP onderhandeling mislukt"
+
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s wil stoppen met versleutelde communicatie. Bevestiging zal communicatie "
+"voortzetten zonder SRTP.\n"
+
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Bevestigen Ga Wissen"
+
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Bevestigen"
+
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Geen adresboek geselecteerd"
+
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adresboek"
+
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Voicemail (%i)"
+
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone is een VoIP telefoon compatibel met SIP en IAX2 protocollen."
+
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Over SFLphone"
+
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Voicemail"
+
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Oproep"
+
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nieuwe oproep"
+
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Nieuwe oproep beginnen"
+
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Opnemen"
+
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Oproep beantwoorden"
+
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Oproep beëindigen"
+
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "_In wacht"
+
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Plaats de oproep in de wacht"
+
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Uit wacht"
+
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Haal de oproep uit de wacht"
+
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
+msgstr "Verstuur _bericht"
+
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
+msgstr "Verstuur bericht"
+
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Configuratie _assistent"
+
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Start de configuratie assistent"
+
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Bel je voicemail"
+
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Sluiten"
+
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimaliseren naar systeemvak"
+
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Afsluiten"
+
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Dit programma afsluiten"
+
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Bewerken"
+
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Kopiëren"
+
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Kopieer selectie"
+
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Plakken"
+
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Plakken van klembord"
+
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "_Wis geschiedenis"
+
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Wis gesprek geschiedenis"
+
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Accounts"
+
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Bewerken"
+
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "_Voorkeuren"
+
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Voorkeuren instellen"
+
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Weergeven"
+
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Help"
+
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Inhoud"
+
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Open de handleiding"
+
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Over deze software"
+
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Doorverbinden"
+
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Gesprek doorverbinden"
+
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Opnemen"
+
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Het huidige gesprek opnemen"
+
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Taakbalk weergeven"
+
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Geef de taakbalk weer"
+
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Nummerblok"
+
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Geef het nummerblok weer"
+
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Volume instellingen"
+
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Geeft de volume instellingen weer"
+
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "_Geschiedenis"
+
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Gesprek geschiedenis"
+
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "_Adresboek"
+
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "In de _wacht"
+
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Terugbellen"
+
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Telefoonnummer bewerken"
+
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Telefoonnummer bewerken voor het bellen"
+
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA melding\n"
+"\n"
+"Fout bij het openen van afspeel apparaat"
+
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA melding\n"
+"\n"
+"Fout bij het openen van opname apparaat"
+
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio melding\n"
+"\n"
+"Pulseaudio is niet gestart"
+
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
+
+#~ msgid ""
+#~ "GConf error:\n"
+#~ "  %s"
+#~ msgstr ""
+#~ "GConf fout:\n"
+#~ "  %s"
+
+#~ msgid ""
+#~ "Unable to initialize.\n"
+#~ "Make sure the daemon is running.\n"
+#~ "Error: %s"
+#~ msgstr ""
+#~ "Kan niet initialiseren.\n"
+#~ "Controleer of het achtergrondproces gestart is.\n"
+#~ "Fout: %s"
+
+#~ msgid "Codecs"
+#~ msgstr "Codecs"
+
+#~ msgid "Bandwidth"
+#~ msgstr "Bandbreedte"
diff --git a/gnome/po/oc.po b/gnome/po/oc.po
index 7dbf90eb9d20af5e65ab4bc97d3067951b3cdf86..83383c492282236d69c779d71e97ac9c866808c6 100644
--- a/gnome/po/oc.po
+++ b/gnome/po/oc.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:25+0000\n"
 "Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
 "Language-Team: Occitan (post 1500) <oc@li.org>\n"
@@ -19,1018 +19,1012 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d messatge vocal"
+msgstr[1] "%d messatges vocals"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte corrent"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Amb :</i> %s\n"
+"using %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>De :</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utiliza lo compte"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Pas de compte enregistrat"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Sonada dirècta SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Enregistrat"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Pas Enregistrat"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "En cors..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Fracàs de l'autentificacion"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Ret inaccessibla"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Òste inaccessible"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuracion Stun"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor Stun invalid"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Prèst"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Invalid"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opcions de ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opcions SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frequéncia"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Debit"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Interfàcia Àudio"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paramètres ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistraments"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Dorsièr de destinacion"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccionar un dorsièr"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartas"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabalh"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Dorsièr personal"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Quasernets d'adreças"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Desenclavar en _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Aliàs"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'utilizaire"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Pas cap"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocòls VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paramètres de compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "_Aliàs"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Servidor"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Afichar lo senhal"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Bóstia vocala #"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicacions securizadas amb _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paramètres de compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctivar STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "S_ervidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Enregistrament del compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Òsca !"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Desenclavar en _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificacions de Burèu"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activar las notificacions"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icòna de la barra d'estat sistèma"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "jorns"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Activar las sonariás"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferéncias"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Àudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Ancoratge"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Quasernet d'adreças"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opcions de ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opcions SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocòl"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estatut"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes Configurats"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d compte actiu"
-msgstr[1] "%d comptes actius"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartas"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabalh"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Dorsièr personal"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Quasernets d'adreças"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opcions avançadas TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transpòrt TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paramètres del Compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "P_rotocòl"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconegut"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autentificacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secret"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Informacions"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nom d'autentificacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senhal"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguretat"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Transpòrt TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivat"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Enregistrament"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Expiracion d'enregistrament"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Respectar RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfàcia de ret"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adreça locala"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Pòrt local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adreça de publicacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utilizar STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Pòrt de publicacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Sonariás"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activar las sonariás"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fichièrs àudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configuracion del compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Basic"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançat"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Ret"
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Ret"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocòl"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estatut"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes Configurats"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d compte actiu"
+msgstr[1] "%d comptes actius"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clicatz aicí per modificar lo tipe de recèrca"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opcions avançadas TLS"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transpòrt TLS"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d messatge vocal"
-msgstr[1] "%d messatges vocals"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte corrent"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
-"<i>Amb :</i> %s\n"
-"using %s"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clicatz aicí per modificar lo tipe de recèrca"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>De :</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Volètz quitar ?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Contunhar"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Arrestar la sonada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Error d'autentificacion"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmar"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Enregistrat"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Pas Enregistrat"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "En cors..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Fracàs de l'autentificacion"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Ret inaccessibla"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Òste inaccessible"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuracion Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor Stun invalid"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Prèst"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Invalid"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Quasernet d'adreças"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Messatjariá Vocala"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "A prepaus de SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Messatjariá Vocala"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Sonar"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Efectuar una sonada novèla"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Acabar la sonada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Metre en espèra"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Assistent de configuracion"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Aviar l'assistent de configuracion"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1042,188 +1036,189 @@ msgstr "_Tampar"
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Quitar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Quitar lo programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copiar"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copiar la seleccion"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Em_pegar"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Empegar lo contengut del quichapapièr"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Comptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Modificar vòstres comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferéncias"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Afichatge"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Ajuda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Ensenhador"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Dobrir lo manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "A prepaus d'aquesta aplicacion"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transferir a :"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "En_registrar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Istoric"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Istoric de las sonadas"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Editar lo numèro"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utiliza lo compte"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Pas de compte enregistrat"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Sonada dirècta SIP"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid "Codecs"
 #~ msgstr "Codecs"
diff --git a/gnome/po/pl.po b/gnome/po/pl.po
index e21270e404349298fc93355c440cf268eb84c1cd..895a9904dff11f9121fd252659f44439913288ff 100644
--- a/gnome/po/pl.po
+++ b/gnome/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-11-06 13:49+0000\n"
 "Last-Translator: Sebastian Bujwid <Unknown>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -20,240 +20,316 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
-msgid "Name"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d głosowa wiadomość"
+msgstr[1] "%d głosowych wiadomości"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Błąd"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Używane konto"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Brak zarejestrowanych kont"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nie zarejestrowany"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Próbuję ..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Błąd autoryzacji"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Sieć niedostępna"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Wybrany host jest niedostępny"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Gotowy"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Niepoprawny"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-#: ../gnome/src/config/accountconfigdialog.c:250
-msgid "_Alias"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
-msgid "_Host name"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
-msgid "_User name"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
-msgid "_Password"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
-msgid "Show password"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
-msgid "_Voicemail number"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
 msgstr ""
 
 #: ../gnome/src/config/hooks-config.c:149
@@ -280,760 +356,672 @@ msgstr ""
 msgid "_Prefix dialed numbers with"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-msgid "Enable instant messaging"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-msgid "Audio"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/config/assistant.c:308
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Sieć niedostępna"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d głosowa wiadomość"
-msgstr[1] "%d głosowych wiadomości"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Błąd"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nie zarejestrowany"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Próbuję ..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Błąd autoryzacji"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Sieć niedostępna"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Wybrany host jest niedostępny"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Gotowy"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Niepoprawny"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Informacja ALSA\n"
-"Błąd otwarcia urządzenia do odtwarzania dźwięku"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Informacja ALSA\n"
-"Błąd otwarcia urządzenia do przechwytywania"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Informacja Pulseaudio\n"
-"Pulseaudio nie zostało uruchomione"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "%d głosowa wiadomość"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "%d głosowa wiadomość"
 
@@ -1045,188 +1033,195 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Brak zarejestrowanych kont"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Używane konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Brak zarejestrowanych kont"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Informacja ALSA\n"
+"Błąd otwarcia urządzenia do odtwarzania dźwięku"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"Informacja ALSA\n"
+"Błąd otwarcia urządzenia do przechwytywania"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Informacja Pulseaudio\n"
+"Pulseaudio nie zostało uruchomione"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/po/pt.po b/gnome/po/pt.po
index 03ddb00ee6ed3d36ef4d0bb904f2a2b034568f69..d1d45f1693573637769814053d31ef99a0081665 100644
--- a/gnome/po/pt.po
+++ b/gnome/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:23+0000\n"
 "Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
 "chambreuil@savoirfairelinux.com>\n"
@@ -20,1014 +20,1008 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "conta %s : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erro"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Desligar"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr ""
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registado"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Não Registado"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr ""
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autenticação Falhou"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A rede está inacessível"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A máquina está inacessível"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nome"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frequência"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Taxa de Dados"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Saída"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Gravações"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Pasta de destino"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccione uma pasta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Geral"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartões"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Emprego"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Livros de Endereços"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Nome Alternativo"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Utilizador"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Conta"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "_Nomear"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Senha"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Senha"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Endereço de email opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_Servidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Parabéns!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Ícone de Notificação"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Histórico de Chamadas"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dias"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferências"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Geral"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Áudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Livro de Endereços"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estado"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Contas"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartões"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Emprego"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Livros de Endereços"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocolo"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconhecido"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senha"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "A rede está inacessível"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ficheiros Áudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configurações da conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rede"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clique aqui para alterar o tipo de procura"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocolo"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estado"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Contas"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "conta %s : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Erro"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clique aqui para alterar o tipo de procura"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Não Registado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr ""
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autenticação Falhou"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A rede está inacessível"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A máquina está inacessível"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválido"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Correio de voz (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Correio de voz"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "_Chamar"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Desligar"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,189 +1033,190 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Remover a conta seleccionada"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Contas"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "Preferências"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Ver"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Ajuda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Transferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transferir"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Gravar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Marca_dor"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Histórico"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
 #~ msgid "Codecs"
 #~ msgstr "Codecs"
 
diff --git a/gnome/po/pt_BR.po b/gnome/po/pt_BR.po
index 31b28c0a2b4c1bd1b9a28295cbbf462d8a6a5f6d..8ff52c7a5f909dc0ff82e702ca79511cb739d93d 100644
--- a/gnome/po/pt_BR.po
+++ b/gnome/po/pt_BR.po
@@ -7,202 +7,63 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-06-02 08:31+0000\n"
-"Last-Translator: Gustavo Guidorizzi <Unknown>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-03-04 17:18+0000\n"
+"Last-Translator: Claudio André <claudio.andre@correios.net.br>\n"
 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Não Registrado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Tentando..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Erro"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "A autenticação falhou"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A rede está inacessível"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A máquina está inacessível"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Erro de configuração no stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor stun inválido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Pronto"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utilizando conta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Sem contas registradas"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Ligações IP diretas"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "hoje às %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ontem às %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A às %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x às %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Erro no SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Existe uma ligação em progresso"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Existem ligações em progresso"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Você ainda deseja sair?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP não é suportado pelo peer %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Comunicação Segura Indisponível"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Finalizar Chamada"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Um erro %s forçou a ligação com %s a mudar para um modo não encriptado.\n"
-"Motivo exato: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Negociação ZRTP falhou"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s deseja finalizar a utilização de comunicação segura. A confirmação irá "
-"retomar sem SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Confirmar Vá Limpar"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Confirmar"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s conta : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>De</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d mensagem de voz"
 msgstr[1] "%d mensagens de voz"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Ligando com %s conta <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Conta atual"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Você não tem contas configuradas"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erro"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Você não tem contas registradas"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -211,510 +72,667 @@ msgstr ""
 "<i>Com:</i>%s \n"
 "utilisando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s não suporta ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Negociação ZRTP falhou com %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Com:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volume dos auto-falantes"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volume do microfone"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Apresentar janela principal"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Desligar"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i conta ativa"
 msgstr[1] "%i contas ativas"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utilizando conta"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Correio de voz (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Sem contas registradas"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone é um cliente VoIP compatível com os protocolos SIP e IAX2."
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Ligações IP diretas"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Sobre o SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "hoje às %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Correio de voz"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ontem às %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Chamar"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A às %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nova ligação"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x às %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Faz uma nova chamada"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Erro no SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Atender"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Responder a chamada"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrado"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Terminar a chamada"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Não Registrado"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "Em _Espera"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Tentando..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Colocar a chamada em espera"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "A autenticação falhou"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr ""
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A rede está inacessível"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Encerrar a chamada em espera"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A máquina está inacessível"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Em mensagens"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Erro de configuração no stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Em mensagens"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor stun inválido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Arquivo de Configuração"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Pronto"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Erro de configuração no stun"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d mensagem de voz"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opções ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Fechar"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Enviar um Hash Olá no S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimizar para a bandeja do sistema"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Pergunta ao Usuário para Confirmar SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Sair"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Alerta se o ZRTP não é suportado"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Sair do programa"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Apresenta o SAS uma vez para realizar eventos"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opções do SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Voltar para RTP se SDES falhar"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nome"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequência"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Editar"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Taxa de bits"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Copiar"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Remover a conta selecionada"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Saída"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "_Colar"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Entrada"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Colar o conteúdo da Área de Transferência"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Toque de chamada"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Limpar _histórico"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gerenciador de Som"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Limpar histórico"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Contas"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Conta atual"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Configurações do ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferências"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Gravações"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Altera as suas preferências"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Pasta de destino"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Exibir"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Selecione uma pasta"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Ajuda"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Continuar"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Configurações de aprimoramento de voz"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Abrir o manual"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Redução de Ruído"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Autenticação"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Transferir"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Geral"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Transfirir para:"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Use o catálogo de endereços do Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Gravar"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de download :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Gravar a conversação atual"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartões"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Exibir barra de ferramentas"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Apresentar foto de contato caso disponível"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Mostra a barra de ferramentas"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campos do catálogo de endereços do Evolution"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "Desabilitado"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabalho"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Casa"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "_Controle de Volumes"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Celular"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Exibir controles de volume"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Catálogos de endereços"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Histórico"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selecione qual catálogo de endereços do Evolution deseja utilizar"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Histórico de chamadas"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argumento da URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Gancho em um cabeçalho _SIP específico"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "Em _Espera"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Gancho em uma URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Ligar de volta"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Comando a _executar"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Editar número de telefone"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescrevendo número do telefone"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Edite o número de telefone antes de fazer uma ligação"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefixo de números discados com"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificação do ALSA\n"
-"\n"
-"Erro ao abrir o dispositivo de reprodução"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Este assistente está finalizado."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notificação do ALSA\n"
-"\n"
-"Erro ao abrir o dispositivo de captura"
+"Você pode a qualquer momento checar seu estado de registro ou modificar seus "
+"parâmetros de conta na janela Opções/Contas."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificação do Pulseaudio\n"
-"\n"
-"Pulseaudio não está rodando"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Apelido"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Servidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parâmetros de conta"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Nome de usuário"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Apelido"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Segurança: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocolo"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP rascunho-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Desconhecido"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nenhum"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Nome do host"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Assistente de criação de contas do SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Nome do usuário"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Bem vindo ao assistente de criação de contas do SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Senha"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Este assistente de instalação irá lhe ajudar a configurar uma conta."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Senha"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Selecione um tipo de conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "_Senha da caixa postal de voz"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr ""
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autenticação"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Segredo"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Por favor, selecione uma das seguintes opções"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
-msgstr "Credencial"
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Criar uma conta gratuita SIP/IAX2 em sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrar uma conta SIP ou IAX2 existente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Configurações de conta SIP"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Por favor, preencha as informações a seguir"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Apelido"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Nome do host"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Nome do usuário"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Senha"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Senha"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Senha da caixa postal de voz"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicações seguras com _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Endereço de e-mail opcional"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Este endereço de email será utilizado para enviar as mensagens de voz em sua "
+"caixa postal."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_endereço de email"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Configurações de conta IAX2"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Você provavelmente precise habilitar isto se estiver por trás de um firewall."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Ha_bilitar STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_Servidor STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registro de conta"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Parabéns!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notificações de Desktop"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Habilitar notificações"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Ícone da bandeja do sistema"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Exibir SFLphone na área de notificação"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup na janela principal ao receber ligação"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Nu_nca apresentar popup na janela principal"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Esconder o SFLphone na _inicialização"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Histórico de Chamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Manter meu histórico por pelo ao menos"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dias"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Habilitar ringtones"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferências"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Áudio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Ganchos"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Atalhos"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Catálogo de endereços"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parâmetros de conta"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocolo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Desconhecido"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "Agente do usuário"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autenticação"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Segredo"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nome de autenticação"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senha"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Segurança"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Use transporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Troca de chave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desabilitado"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registro"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Registro expira"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_De acordo com RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "A rede está inacessível"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Endereço local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Porta local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Endereço publicado"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utilizando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL do servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual aos parâmetros locais"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Indique endereço e portas publicadas"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Porta publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Áudio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringtones"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Escolha um ringtone"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Habilitar ringtones"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Arquivos de Áudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -725,541 +743,517 @@ msgstr ""
 "configurações que você definir aqui também serão utilizadas se nenhuma conta "
 "puder ser combinada a uma chamada de entrada ou de saída."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configurações da conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rede"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Tenha cuidado: estes atalhos podem predominar sobre atalhos definidos "
+"globalmente."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "O Servidor retornou \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocolo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Estado"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Contas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Contas Configuradas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, fuzzy, c-format
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "conta ativa"
 msgstr[1] "conta ativa"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Você não possui uma conta ativa"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Geral"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Use o catálogo de endereços do Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de download :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartões"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Apresentar foto de contato caso disponível"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opções avançadas para o TLS"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campos do catálogo de endereços do Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transporte TLS"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabalho"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Transporte TLS pode ser usado juntamente com o UDP para as chamadas que "
+"iriam\n"
+"requisitar uma transação sip segura (aka SIPS). Você pode configurar um\n"
+"transporte TLS diferente para cada conta. Entretanto, cada um destes irá "
+"funcionar em uma\n"
+"porta dedicada, uma diferente da outra\n"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Casa"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Listener global de TLS (todas as contas)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Celular"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Certificado da lista de Autoridades"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Catálogos de endereços"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escolha um arquivo de lista CA (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Selecione qual catálogo de endereços do Evolution deseja utilizar"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Arquivo certificado endpoint público"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nome"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escolha um certificado endpoint público (opcional)"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Este assistente está finalizado."
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escolha um arquivo de chave privada (opcional)"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Você pode a qualquer momento checar seu estado de registro ou modificar seus "
-"parâmetros de conta na janela Opções/Contas."
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Senha para a chave privada"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Apelido"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Método do protocolo TLS"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Servidor"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista de cifras TLS"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Nome de usuário"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Instância de nome do servidor para saída da conexão TLS"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Segurança: "
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tempo de negociação expirado (seg:mseg)"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP rascunho-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verificar os certificados de entrada, como um servidor"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Nenhum"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verificar certificados de resposta, como um cliente"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Assistente de criação de contas do SFLphone"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requer certificado para conexões tls entrantes"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Bem vindo ao assistente de criação de contas do SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Buscar todos"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Este assistente de instalação irá lhe ajudar a configurar uma conta."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clique aqui para alterar o tipo de pesquisa"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolos VoIP"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Buscar por ligações perdidas"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Selecione um tipo de conta"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Buscar por ligações recebidas"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Buscar por ligações feitas"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volume dos auto-falantes"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Conta"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volume do microfone"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Por favor, selecione uma das seguintes opções"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Existe uma ligação em progresso"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Criar uma conta gratuita SIP/IAX2 em sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Existem ligações em progresso"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrar uma conta SIP ou IAX2 existente"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Você ainda deseja sair?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Configurações de conta SIP"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP não é suportado pelo peer %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Por favor, preencha as informações a seguir"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicação Segura Indisponível"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Comunicações seguras com _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continuar"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Endereço de e-mail opcional"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Finalizar Chamada"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Este endereço de email será utilizado para enviar as mensagens de voz em sua "
-"caixa postal."
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_endereço de email"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Configurações de conta IAX2"
+"Um erro %s forçou a ligação com %s a mudar para um modo não encriptado.\n"
+"Motivo exato: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Negociação ZRTP falhou"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
 msgstr ""
-"Você provavelmente precise habilitar isto se estiver por trás de um firewall."
+"%s deseja finalizar a utilização de comunicação segura. A confirmação irá "
+"retomar sem SRTP.\n"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Ha_bilitar STUN"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Confirmar Vá Limpar"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_Servidor STUN"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registro de conta"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Parabéns!"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequência"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Correio de voz (%i)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Taxa de bits"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone é um cliente VoIP compatível com os protocolos SIP e IAX2."
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Sobre o SFLphone"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Saída"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Correio de voz"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Entrada"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Chamar"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Ringtones"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nova ligação"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Gerenciador de Som"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Faz uma nova chamada"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Atender"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Responder a chamada"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Configurações do ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Terminar a chamada"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Gravações"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "Em _Espera"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Pasta de destino"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Colocar a chamada em espera"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Selecione uma pasta"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "Sair _da espera"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Encerrar a chamada em espera"
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Configurações da conta"
-
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr ""
-
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argumento da URL"
+msgid "Send _message"
+msgstr "Em mensagens"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Gancho em um cabeçalho _SIP específico"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Em mensagens"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Gancho em uma URL _IAX2"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Arquivo de Configuração"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Comando a _executar"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Erro de configuração no stun"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescrevendo número do telefone"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d mensagem de voz"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefixo de números discados com"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Fechar"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notificações de Desktop"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizar para a bandeja do sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Habilitar notificações"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Sair"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Ícone da bandeja do sistema"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Sair do programa"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Popup na janela principal ao receber ligação"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Nu_nca apresentar popup na janela principal"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Esconder o SFLphone na _inicialização"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Histórico de Chamadas"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Editar"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Manter meu histórico por pelo ao menos"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copiar"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "dias"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Remover a conta selecionada"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Colar"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Habilitar ringtones"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Colar o conteúdo da Área de Transferência"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Preferências"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Limpar _histórico"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Ganchos"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Limpar histórico"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Atalhos"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Contas"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Conta atual"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Tenha cuidado: estes atalhos podem predominar sobre atalhos definidos "
-"globalmente."
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Preferências"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opções avançadas para o TLS"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Altera as suas preferências"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transporte TLS"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Exibir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Transporte TLS pode ser usado juntamente com o UDP para as chamadas que "
-"iriam\n"
-"requisitar uma transação sip segura (aka SIPS). Você pode configurar um\n"
-"transporte TLS diferente para cada conta. Entretanto, cada um destes irá "
-"funcionar em uma\n"
-"porta dedicada, uma diferente da outra\n"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Ajuda"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Continuar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Certificado da lista de Autoridades"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Abrir o manual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escolha um arquivo de lista CA (opcional)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Autenticação"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Arquivo certificado endpoint público"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Transferir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escolha um certificado endpoint público (opcional)"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Transfirir para:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escolha um arquivo de chave privada (opcional)"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Gravar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Senha para a chave privada"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Gravar a conversação atual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Método do protocolo TLS"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Exibir barra de ferramentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista de cifras TLS"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostra a barra de ferramentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Instância de nome do servidor para saída da conexão TLS"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "Desabilitado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tempo de negociação expirado (seg:mseg)"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Exibir o teclado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Verificar os certificados de entrada, como um servidor"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Controle de Volumes"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Verificar certificados de resposta, como um cliente"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Exibir controles de volume"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requer certificado para conexões tls entrantes"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Histórico"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opções ZRTP"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Histórico de chamadas"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Enviar um Hash Olá no S_DP"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Pergunta ao Usuário para Confirmar SAS"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "Em _Espera"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Alerta se o ZRTP não é suportado"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Ligar de volta"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Apresenta o SAS uma vez para realizar eventos"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Editar número de telefone"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opções do SDES"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Edite o número de telefone antes de fazer uma ligação"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Notificação do ALSA\n"
+"\n"
+"Erro ao abrir o dispositivo de reprodução"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Buscar todos"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clique aqui para alterar o tipo de pesquisa"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Buscar por ligações perdidas"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificação do ALSA\n"
+"\n"
+"Erro ao abrir o dispositivo de captura"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Buscar por ligações recebidas"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificação do Pulseaudio\n"
+"\n"
+"Pulseaudio não está rodando"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Buscar por ligações feitas"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1606,7 +1600,10 @@ msgstr "Buscar por ligações feitas"
 #~ "Contributions:,Maxime Chambreuil,kalib, ,Launchpad Contributions:,Maxime "
 #~ "Chambreuil,kalib, ,Launchpad Contributions:,Maxime Chambreuil,kalib, ,"
 #~ "Launchpad Contributions:,André Gondim,Gustavo Guidorizzi,Maxime "
-#~ "Chambreuil,Ricardo Martins,Thaynã Moretti,kalib"
+#~ "Chambreuil,Ricardo Martins,Thaynã Moretti,kalib, ,Launchpad "
+#~ "Contributions:,André Gondim,Claudio André,Emmanuel Milou,Glauco Vinicius,"
+#~ "Gustavo Guidorizzi,Maxime Chambreuil (http://www.savoirfairelinux.com),"
+#~ "Ricardo Martins,Thaynã Moretti,kalib"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -1615,4 +1612,67 @@ msgstr "Buscar por ligações feitas"
 #~ "chambreuil@gmail.com,kalibslack@gmail.com,,,maxime.chambreuil@gmail.com,"
 #~ "kalibslack@gmail.com,,,maxime.chambreuil@gmail.com,kalibslack@gmail.com,,,"
 #~ "andregondim@ubuntu.com,,maxime.chambreuil@gmail.com,ricardo.macedo@yahoo."
-#~ "com.br,,kalibslack@gmail.com"
+#~ "com.br,,kalibslack@gmail.com,,,andregondim@ubuntu.com,claudio."
+#~ "andre@correios.net.br,emmanuel.milou@savoirfairelinux.com,gl4uc0@gmail."
+#~ "com,,maxime.chambreuil@savoirfairelinux.com,ricardo.macedo@yahoo.com.br,,"
+#~ "kalibslack@gmail.com"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "Supressão de _Eco"
+
+#~ msgid "Email address"
+#~ msgstr "Endereço de e-mail"
+
+#~ msgid "Call history"
+#~ msgstr "Histórico de chamadas"
+
+#~ msgid "Transfer"
+#~ msgstr "Transferir"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Remover a conta selecionada"
+
+#~ msgid "Connection"
+#~ msgstr "Conexão"
+
+#~ msgid "History"
+#~ msgstr "Histórico"
+
+#~ msgid "_Call"
+#~ msgstr "_Chamar"
+
+#~ msgid "Advanced Settings"
+#~ msgstr "Configurações Avançadas"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Transfirir para: "
+
+#~ msgid "Display volume controls"
+#~ msgstr "Exibir controles de volume"
+
+#~ msgid "Add a new account"
+#~ msgstr "Adicionar uma nova conta"
+
+#~ msgid "Enable address book"
+#~ msgstr "Habilitar catálogo de endereços"
+
+#~ msgid "Clear history"
+#~ msgstr "Limpar histórico"
+
+#~ msgid "_Volume Controls"
+#~ msgstr "_Controle de Volumes"
+
+#~ msgid "_Conform to RFC 3263"
+#~ msgstr "_Segundo a RFC 3263"
+
+#~ msgid "Using STUN "
+#~ msgstr "Utilizando STUN "
+
+#~ msgid "Server returned \""
+#~ msgstr "Servidor retornou \""
+
+#~ msgid " active account"
+#~ msgstr " conta ativa"
+
+#~ msgid "Configuration File"
+#~ msgstr "Arquivo de Configuração"
diff --git a/gnome/po/ru.po b/gnome/po/ru.po
index e8bf27122cf5fbeedb17f920264d47129e3e25db..629dbd72f18056b0bb59ab84ae2945c4a83ec5ea 100644
--- a/gnome/po/ru.po
+++ b/gnome/po/ru.po
@@ -7,180 +7,35 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-05-11 07:48+0000\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2010-07-01 20:28+0000\n"
 "Last-Translator: DMG <Unknown>\n"
 "Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: ru\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Зарегистрирован"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Не зарегистрирован"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Пытаюсь..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Ошибка"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Аутентификация не удалась"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Сеть недоступна"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Узел недоступен"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Ошибка конфигурации Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Неверный сервер Stun"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Готово"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Неверный"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Использовать аккаунт"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "У вас нет зарегистрированных аккаунтов"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Прямые IP-звонки"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "сегодня в %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "вчера в %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A в %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x в %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Ошибка SFLphone."
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Звонок ещё не окончен."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Несколько звонков ещё не окончены."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Вы уверенны что хотите выйти?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP не поддерживается устройством %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Зашифрованная связь недоступна."
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Продолжить"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Завершить вызов"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Из-за возникновения ошибки %s разговор с %s перейдëт в не зашифрованный "
-"режим.\n"
-"Точная причина: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Неудачный обмен информации ZRTP"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s хочет отказаться от использования зашифрованной связи. В случае "
-"подтверждения разговор продолжится без SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Подтвердить переход на незашифрованную связь"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Подтвердить"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s аккаунт: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>От:</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
@@ -188,24 +43,29 @@ msgstr[0] "%d голосовое письмо"
 msgstr[1] "%d голосовые письма"
 msgstr[2] "%d голосовые письма"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Вызов %s с помощью аккаунта <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Текущий аккаунт"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "У вас нет настроенных аккаунтов"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Ошибка"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "У вас нет зарегистрированных аккаунтов"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -214,43 +74,31 @@ msgstr ""
 "<i>с:</i> %s\n"
 "используя %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s не поддерживает ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Обмен информации ZRTP не удался (%s)"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>с</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Громкость"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Чувствительность микрофона"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Показать главное окно"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Положить трубку"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
@@ -258,467 +106,636 @@ msgstr[0] "%i активный аккаунт"
 msgstr[1] "%i активных аккаунтов"
 msgstr[2] "%i active accounts"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Адресная книга не выбрана"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Адресная книга"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Использовать аккаунт"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Голосовая почта (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "У вас нет зарегистрированных аккаунтов"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone - SIP и IAX2-совместимый VoIP-клиент"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Прямые IP-звонки"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "О программе SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "сегодня в %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Голосовая почта"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "вчера в %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Вызов"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A в %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Новый вызов"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x в %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Сделать новый вызов"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Ошибка SFLphone."
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Взять трубку"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Ответить на вызов"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Зарегистрирован"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Завершить вызов"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Не зарегистрирован"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "_Удерживать вызов"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Пытаюсь..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Поставить вызов на удержание"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Аутентификация не удалась"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "_Снять вызов с удержания"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Сеть недоступна"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Поставить вызов на удержание"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Узел недоступен"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "При сообщениях"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Ошибка конфигурации Stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "При сообщениях"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Неверный сервер Stun"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Мастер настройки"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Готово"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Запустить мастер настройки"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Неверный"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "Прослушивание голосовой почты"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Опции ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Закрыть"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Послать hello-хэш в S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Свернуть в трей"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Попросить пользователя подтвердить пароль SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "В_ыход"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Предупредить если ZRTP не пддерживается"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Выйти из программы"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Показать SAS один раз"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Настройка SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Использовать RTP при сбое SDES"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Имя"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Частота"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Правка"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Битрейт"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Копировать"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA-плагин"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Копировать выделенное"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Аудиовыход"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "В_ставить"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Аудиовход"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Вставить из буфера обмена"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Мелодия"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Очистить журнал"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Менеджер звука"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Очистить журнал вызовов"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Аккаунты"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Нстройка аккаунта"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Настройка ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "_Настройки"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Записи"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Изменить ваши настройки"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Сохранять в"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Вид"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Выберите каталог"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Помощь"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Содержание"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Расширенные настройки голоса"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Открыть руководство пользователя"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Подавление шума"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "О программе"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Переадресация вызова"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Общие настройки"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Переадресовать вызов"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Использовать адресную книгу Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Запись"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Ограничение скорости скачивания:"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Записать текущий разговор"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "карточек"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "Показать _панель инструментов"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Показать фотографию контакта (если имеется):"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Показывать панель инструментов"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Использовать следующие поля из адресной книги Evolution:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Номеронабиратель"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Рабочий"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Показывать _номеронабиратель"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Домашний"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Настройки _громкости"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Мобильный"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Показывать настройки _громкости"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Адресная книга"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Журнал вызовов"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Выбрать адресную книгу Evolution:"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "История вызовов"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Передача URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Адресная книга"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Запустить при определëнном SIP-заголовке"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "_Удерживать звонок"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Запустить при наличии URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "Обратный вызов"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Выполнить команду:"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Изменить номер телефона"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Префикс"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Изменить номер телефона перед вызовом"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Добавить префикс перед номером"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"<b>Предупреждение ALSA</b>\n"
-"\n"
-"Ошибка при попытке открытия устройства воспроизведения звука"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Мастер закончил настройку."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"<b>Предупреждение ALSA</b>\n"
-"\n"
-"Ошибка при попытке открытия устройства захвата звука"
+"Вы можете в любое время проверить статус регистрации или изменить параметры  "
+"ваших аккаунтов в меню Правка / Аккаунты."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"<b>Предупреждение Pulseaudio</b>\n"
-"\n"
-"Pulseaudio не запущен"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Псевдоним"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Сервер"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Параметры учетной записи"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Имя пользователя"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Псевдоним"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Шифрование: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "Пр_отокол"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Неизвестный"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Нет"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "Имя или IP-адрес _сервера"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Мастер создания аккаунта SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "Имя пользователя"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Добро пожаловать в мастер создания аккаунта SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "Па_роль"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Этот мастер установки поможет вам настроить ваш аккаунт."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Показать пароль"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP-протоколы"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Выберите тип аккаунта"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "Номер _голосовой почты"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "_Агент-пользователя"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Аутентификация"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Аккаунт"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Пароль"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Выберите одну из следующих возможностей"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Создать бесплатный SIP/IAX2-аккаунт на sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Использовать существующий SIP или IAX2 аккаунт"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Настройка SIP-аккаунта"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Введите пожалуйста следующие данные"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Псевдоним"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "Имя или IP-адрес _сервера"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "Имя пользователя"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "Па_роль"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Показать пароль"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "Номер _голосовой почты"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Защищëнная связь с _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "e-mail"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Этот электронный адрес будет использоваться для отправки сообщений голосовой "
+"почты"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Адрес эл. почты"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Настройка IAX2-аккаунта"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Возможно нужно выбрать эту опцию если вы находитесь за сетевым экраном."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Включить STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN-сервер"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Регистрация аккаунта"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Поздравляем!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Всплывающие уведомления"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Показывать всплывающие уведомления"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Значок в системном трее"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Показывать SFLphone в системном трее"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Показать главное окно при входящем вызове"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Никогда не показывать главное окно"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Скрывать SFLphone при запуске в трей"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Журнал вызовов"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Хранить журнал вызовов в течении"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "дней"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Задействовать мелодии вызова"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Настройка"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Аудио"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Прочее"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Горячие клавиши"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Адресная книга"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Параметры учетной записи"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "Пр_отокол"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Неизвестный"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_Агент-пользователя"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Аутентификация"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Пароль"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
 msgstr "Параметры доступа"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Имя для аутентификации"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Пароль"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
-msgstr "Безопасность"
+msgstr "Шифрование"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Использовать протокол TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Обмен ключами SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Отключен"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Регистрация"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
-msgstr "Истек срок регистрации"
+msgstr "Устаревание"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Соотвествует RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Сетевой интерфейс"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Локальный адрес"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Локальный порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Публичный адрес"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Использовать STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL STUN-сервера"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Использовать локальный адрес и порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Настроить публичный адрес и порт:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Публичный порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Аудио"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Рингтоны"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Выберать рингтон"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Включить рингтон"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Аудио файлы"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -729,538 +746,515 @@ msgstr ""
 "будут использованы если не будет подходящего аккаунта для входящего или "
 "исходящего вызова."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Настройки аккаунта"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Основные"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Дополнительно"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Сеть"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "ВНИМАНИЕ: эти комбинации могут заменить системные комбинации клавиш"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Ответ сервера \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Протокол"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Статус"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Аккаунты"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Настройка аккаунтов"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, fuzzy, c-format
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "%d активный аккаунт"
 msgstr[1] "%d активных аккаунтов"
 msgstr[2] "действующий аккаунт"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "У вас нет активного аккаунта"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Общие настройки"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Использовать адресную книгу Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Ограничение скорости скачивания:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "карточек"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Показать фотографию контакта (если имеется):"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Дополнительные настройки для TLS"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Использовать следующие поля из адресной книги Evolution:"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Транспорт TLS"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Рабочий"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS-транспорт может использоваться вместе с UDP для звонков которые\n"
+"требуют защищенный SIP (SIPS). Вы можете настроить разные TLS   для\n"
+"каждого аккаунта (но каждый из них будет использовать свой выделенный "
+"порт).\n"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Домашний"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Global TLS listener (для всех аккаунтов)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Мобильный"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Список центров сертификации"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Адресная книга"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Выберите файл Центра сертификации (необязательно)"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Выбрать адресную книгу Evolution:"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Файл с публичным сертификатом"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Имя"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Выберите публичный сертификат (необязательно)"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Мастер закончил настройку."
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Выберите файл с приватным ключом (необязательно)"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Вы можете в любое время проверить статус регистрации или изменить параметры  "
-"ваших аккаунтов в меню Правка / Аккаунты."
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Пароль для приватного ключа"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Псевдоним"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Метод протокола TLS"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Сервер"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Список шифров TLS"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Имя пользователя"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Имя сервера для исходящих TLS-подключений"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Безопасность "
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Время ожидания соединения (сек:мсек)"
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Проверять входящие сертификаты как сервер"
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Нет"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Проверять входящие сертификаты как клиент"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Мастер создания аккаунта SFLphone"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Требовать сертификат для входящих TLS-подключений"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Добро пожаловать в мастер создания аккаунта SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Искать все"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Этот мастер установки поможет вам настроить ваш аккаунт."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Нажмите сюда, чтобы изменить тип поиска"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP-протоколы"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Поиск в пропущенных вызовах"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Выберите тип аккаунта"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Поиск в входящих вызовах"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Поиск в исходящих вызовах"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Громкость"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Аккаунт"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Чувствительность микрофона"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Выберите одну из следующих возможностей"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Звонок ещё не окончен."
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Создать бесплатный SIP/IAX2-аккаунт на sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Несколько звонков ещё не окончены."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Использовать существующий SIP или IAX2 аккаунт"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Вы уверенны что хотите выйти?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Настройка SIP-аккаунта"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP не поддерживается устройством %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Введите пожалуйста следующие данные"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Зашифрованная связь недоступна."
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Защищëнная связь с _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Продолжить"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "e-mail"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Завершить вызов"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Этот электронный адрес будет использоваться для отправки сообщений голосовой "
-"почты"
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Адрес эл. почты"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Настройка IAX2-аккаунта"
+"Из-за возникновения ошибки %s разговор с %s перейдëт в не зашифрованный "
+"режим.\n"
+"Точная причина: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Неудачный обмен информации ZRTP"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
 msgstr ""
-"Возможно нужно выбрать эту опцию если вы находитесь за сетевым экраном."
+"%s хочет отказаться от использования зашифрованной связи. В случае "
+"подтверждения разговор продолжится без SRTP.\n"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Включить STUN"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Подтвердить переход на незашифрованную связь"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN-сервер"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Подтвердить"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Регистрация аккаунта"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Адресная книга не выбрана"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Поздравляем!"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Адресная книга"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Частота"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Голосовая почта (%i)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Битрейт"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone - SIP и IAX2-совместимый VoIP-клиент"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA-плагин"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "О программе SFLphone"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Аудиовыход"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Голосовая почта"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Аудиовход"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Вызов"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "Рингтоны"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Новый вызов"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Менеджер звука"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Сделать новый вызов"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Взять трубку"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Ответить на вызов"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Настройка ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Завершить вызов"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Записи"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "_Удерживать вызов"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Сохранять в"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Поставить вызов на удержание"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Выберите каталог"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Снять вызов с удержания"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Поставить вызов на удержание"
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
-msgid "Voice enhancement settings"
-msgstr "Настройки аккаунта"
-
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr ""
-
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Передача URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Запустить при определëнном SIP-заголовке"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Запустить при наличии URL _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "_Выполнить команду:"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Префикс"
+msgid "Send _message"
+msgstr "При сообщениях"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Добавить префикс перед номером"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "При сообщениях"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Всплывающие уведомления"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Мастер настройки"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Показывать всплывающие уведомления"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Запустить мастер настройки"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Значок в системном трее"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Прослушивание голосовой почты"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Показывать SFLphone в системном трее"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Закрыть"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Показать главное окно при входящем вызове"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Свернуть в трей"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Никогда не показывать главное окно"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "В_ыход"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Скрывать SFLphone при запуске в трей"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Выйти из программы"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Журнал вызовов"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Хранить журнал вызовов в течении"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "дней"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Задействовать мелодии вызова"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Правка"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Настройка"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Копировать"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Прочее"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Копировать выделенное"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Горячие клавиши"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "В_ставить"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Адресная книга"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Вставить из буфера обмена"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "ВНИМАНИЕ: эти комбинации могут заменить системные комбинации клавиш"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Очистить журнал"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Дополнительные настройки для TLS"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Очистить журнал вызовов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Транспорт TLS"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Аккаунты"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"TLS-транспорт может использоваться вместе с UDP для звонков которые\n"
-"требуют защищенный SIP (SIPS). Вы можете настроить разные TLS   для\n"
-"каждого аккаунта (но каждый из них будет использовать свой выделенный "
-"порт).\n"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Нстройка аккаунта"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Global TLS listener (для всех аккаунтов)"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "_Настройки"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Список центров сертификации"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Изменить ваши настройки"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Выберите файл Центра сертификации (необязательно)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Вид"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Файл с публичным сертификатом"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Помощь"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Выберите публичный сертификат (необязательно)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Содержание"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Выберите файл с приватным ключом (необязательно)"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Открыть руководство пользователя"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Пароль для приватного ключа"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "О программе"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Метод протокола TLS"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Переадресация вызова"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Список шифров TLS"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Переадресовать вызов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Имя сервера для исходящих TLS-подключений"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Запись"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Время ожидания соединения (сек:мсек)"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Записать текущий разговор"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Проверять входящие сертификаты как сервер"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "Показать _панель инструментов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Проверять входящие сертификаты как клиент"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Показывать панель инструментов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Требовать сертификат для входящих TLS-подключений"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Номеронабиратель"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Опции ZRTP"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Показывать _номеронабиратель"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Послать hello-хэш в S_DP"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Настройки _громкости"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Попросить пользователя подтвердить пароль SAS"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Показывать настройки _громкости"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Предупредить если ZRTP не пддерживается"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Журнал вызовов"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Показать SAS один раз"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "История вызовов"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Настройка SDES"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Адресная книга"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Использовать RTP при сбое SDES"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "_Удерживать звонок"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Искать все"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "Обратный вызов"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Нажмите сюда, чтобы изменить тип поиска"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Изменить номер телефона"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Поиск в пропущенных вызовах"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Изменить номер телефона перед вызовом"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Поиск в входящих вызовах"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"<b>Предупреждение ALSA</b>\n"
+"\n"
+"Ошибка при попытке открытия устройства воспроизведения звука"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Поиск в исходящих вызовах"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"<b>Предупреждение ALSA</b>\n"
+"\n"
+"Ошибка при попытке открытия устройства захвата звука"
+
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"<b>Предупреждение Pulseaudio</b>\n"
+"\n"
+"Pulseaudio не запущен"
+
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1575,7 +1569,10 @@ msgstr "Поиск в исходящих вызовах"
 #~ "Launchpad Contributions:,Emmanuel Milou,Hussein Abdallah,Hussein Abdallah,"
 #~ "Maxime Chambreuil,Pavlo Kucheriavyi,Sergey Sedov, ,Launchpad "
 #~ "Contributions:,DMG,Emmanuel Milou,Hussein Abdallah,Hussein Abdallah,"
-#~ "Lortonix,Maxime Chambreuil,Pavlo Kucheriavyi,Sergey Sedov"
+#~ "Lortonix,Maxime Chambreuil,Pavlo Kucheriavyi,Sergey Sedov, ,Launchpad "
+#~ "Contributions:,DMG,Emmanuel Milou,Hussein Abdallah,Hussein Abdallah,"
+#~ "Lortonix,Maxime Chambreuil (http://www.savoirfairelinux.com),Pavlo "
+#~ "Kucheriavyi,Sergey Sedov"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -1583,4 +1580,78 @@ msgstr "Поиск в исходящих вызовах"
 #~ ",,,,,emmanuel.milou@savoirfairelinux.com,,maxime.chambreuil@gmail.com,,,,,"
 #~ "emmanuel.milou@savoirfairelinux.com,,,maxime.chambreuil@gmail.com,,,,,"
 #~ "emmanuel.milou@savoirfairelinux.com,,,maxime.chambreuil@gmail.com,,,,,,"
-#~ "emmanuel.milou@savoirfairelinux.com,,,,maxime.chambreuil@gmail.com,,"
+#~ "emmanuel.milou@savoirfairelinux.com,,,,maxime.chambreuil@gmail.com,,,,,,"
+#~ "emmanuel.milou@savoirfairelinux.com,,,,maxime.chambreuil@savoirfairelinux."
+#~ "com,,sedov@webmail.perm.ru"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "Борьба с _эхо"
+
+#~ msgid "Email address"
+#~ msgstr "Адрес эл. почты"
+
+#~ msgid "Transfer"
+#~ msgstr "Переслать звонок на другой номер"
+
+#~ msgid "Enable address book"
+#~ msgstr "Адресная книга"
+
+#~ msgid "_Call"
+#~ msgstr "_Звонок"
+
+#~ msgid "History"
+#~ msgstr "Журнал"
+
+#~ msgid "Configure accounts"
+#~ msgstr "Нынешний аккаунт"
+
+#~ msgid "Configure audio"
+#~ msgstr "Нынешний аккаунт"
+
+#~ msgid "Transfer to : "
+#~ msgstr "Передать : "
+
+#~ msgid "Remove the selected account"
+#~ msgstr "Удалить выбранную учетную запись"
+
+#~ msgid "Conform to RFC 3263"
+#~ msgstr "Соответствует RFC 3263"
+
+#~ msgid "Clear history"
+#~ msgstr "Очистить историю"
+
+#~ msgid "Call history"
+#~ msgstr "История звонков"
+
+#~ msgid "Call back"
+#~ msgstr "Обратный вызов"
+
+#~ msgid "Add a new account"
+#~ msgstr "Добавить новую учётную запись"
+
+#~ msgid "Connection"
+#~ msgstr "Подключение"
+
+#~ msgid "Advanced Settings"
+#~ msgstr "Дополнительные параметры"
+
+#~ msgid "Server returned \""
+#~ msgstr "Сервер ответил \""
+
+#~ msgid "Using STUN "
+#~ msgstr "Использует STUN "
+
+#~ msgid " active account"
+#~ msgstr " действующий аккаунт"
+
+#~ msgid "Configuration File"
+#~ msgstr "Файл конфигурации"
+
+#~ msgid "%i account configured"
+#~ msgid_plural "%i accounts configured"
+#~ msgstr[0] "%i аккаунт настроен"
+#~ msgstr[1] "%i аккаунтов настроено"
+#~ msgstr[2] "%i аккаунтов настроены"
+
+#~ msgid "Direct IP calls"
+#~ msgstr "Прямые IP-вызовы"
diff --git a/gnome/po/sv.po b/gnome/po/sv.po
index c1a15e23f7aa6ef12ee0fea8c4c078a34da4ed8e..1f91e104ebbfcbfac80b70ca3395e477b00ab90b 100644
--- a/gnome/po/sv.po
+++ b/gnome/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-14 09:51+0000\n"
 "Last-Translator: Daniel Nylander <yeager@ubuntu.com>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -19,85 +19,353 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr "%s säger:"
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s-konto : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Från</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d röstmeddelande"
+msgstr[1] "%d röstmeddelanden"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Ringer med %s-kontot <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Aktuellt konto"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Du har inga konton konfigurerade"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fel"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Du har inga registrerade konton"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Med:</i> %s \n"
+"använder %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s saknar stöd för ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP-förhandling misslyckades med %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Med:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Visa huvudfönstret"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Lägg på"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i aktivt konto"
+msgstr[1] "%i aktiva konton"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Använder konto"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Inga registrerade konton"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Direkt SIP-samtal"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "idag klockan %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "igår klockan %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A klockan %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x klockan %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Fel i SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+"Kan inte hitta ett schema för gpdf-inställningar. \n"
+"Kontrollera din gconf-konfiguration. Se gpdf \n"
+"FAQ för mer information"
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrerad"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Inte registrerad"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Försöker..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autentisering misslyckades"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Nätverket kan inte nås"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Värden är inte nåbar"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Fel i STUN -konfigurering"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "STUN-servern är inte giltig"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Redo"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ogiltigt"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP-alternativ"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Skicka Hello Hash i S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Fråga användare att bekräfta SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Varna om ZRTP inte stöds"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES-alternativ"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Namn"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frekvens"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitfrekvens"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Utgång"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Ingång"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Ringsignal"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Ljudhanterare"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA-inställningar"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Inspelningar"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Målmapp"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Välj en mapp"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Inställningar för röstförbättring"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "_Brusreducering"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Allmänt"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "A_nvänd Evolutions adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Hämtningsgräns :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kort"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Visa kontaktfoto om tillgängligt"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Fält från Evolutions adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "A_rbete"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Hem"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiltelefon"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Välj vilka Evolution-adressböcker att använda"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Kommando att _köra"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Denna guide är nu färdig."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,580 +373,368 @@ msgstr ""
 "Du kan när som helst kontrollera din registreringsstatus eller ändra "
 "kontoparametrar i fönstret Alternativ/Konton."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Server"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Användarnamn"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Säkerhet: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Ingen"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Guide för att skapa SFLphone-konto"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Välkommen till guiden för att skapa konto för SFLphone!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Denna installationsguide hjälper dig att konfigurera ett konto."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP-protokoll"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Välj en kontotyp"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Konto"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Välj ett av följande alternativ"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Skapa ett kostnadsfritt SIP/IAX2-konto på sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Registrera ett befintligt SIP eller IAX2-konto"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Inställningar för SIP-konto"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Fyll i följande information"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "A_lias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Vä_rdnamn"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Använ_darnamn"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Lösenord"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Visa lösenordet"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Säker kommunikation med _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Valfri e-postadress"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Denna e-postadress kommer att användas för att skicka dig dina "
 "röstmeddelanden."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-postadress"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Inställningar för IAX2-konto"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 "Du bör antagligen aktivera detta om du befinner dig bakom en brandvägg."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "Ak_tivera STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_STUN-server"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Kontoregistrering"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Gratulerar!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Kommando att _köra"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Skrivbordsnotifieringar"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Aktivera notifieringar"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Ikon i aktivitetsfält"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Visa SFLphone i aktivitetsfältet"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Visa huvudfönstret vid inkommande samtal"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Visa a_ldrig huvudfönstret"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Dölj SFLphone-fönstret vid up_pstart"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Samtalshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Behåll min historik i minst"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dagar"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr "Snabbmeddelanden"
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr "Aktivera snabbmeddelanden"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Inställningar"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Allmänt"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Ljud"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Genvägar"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Adressbok"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP-alternativ"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Skicka Hello Hash i S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Fråga användare att bekräfta SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Varna om ZRTP inte stöds"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES-alternativ"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "Servern returnerade \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Status"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Konfigurerade konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Det finns %d aktivt konto"
-msgstr[1] "Det finns %d aktiva konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Du har inget aktivt konto"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "A_nvänd Evolutions adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Hämtningsgräns :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kort"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Visa kontaktfoto om tillgängligt"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Fält från Evolutions adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "A_rbete"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Hem"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobiltelefon"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Välj vilka Evolution-adressböcker att använda"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "Var försiktig: dessa genvägar kan åsidosätta systemets genvägar."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Avancerade alternativ för TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS-transport"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Lista över certifikatutfärdare"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Fil för publikt användarcertifikat"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Välj ett publikt användarcertifikat (valfritt)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Välj en privat nyckelfil (valfritt)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Lösenord för den privata nyckeln"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista över TLS-skiffer"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Servernamninstans för utgående TLS-anslutning"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tidsgräns för förhandling (sek:msek)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Verifiera inkommande certifikat, som en server"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Verifiera certifikat från svar, som en klient"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Kräv certifikat för inkommande TLS-anslutningar"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Kontoparametrar"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokoll"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Okänd"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autentisering"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Autentiseringsnamn"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Lösenord"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Säkerhet"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Använd TLS-transport (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Inaktiverad"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Följ RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Nätverksgränssnitt"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Lokal adress"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Lokal port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Publicerad adress"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Använder STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Samma som lokala parametrar"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Ställ in publicerad adress och port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Publicerad port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringsignaler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Välj en ringsignal"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "A_ktivera ringsignaler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ljudfiler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -689,181 +745,202 @@ msgstr ""
 "även att användas om inget konto kan matchas till ett inkommande eller "
 "utgående samtal."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoinställningar"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Grundläggande"
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Grundläggande"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avancerat"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Nätverk"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "Var försiktig: dessa genvägar kan åsidosätta systemets genvägar."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Servern returnerade \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protokoll"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Status"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Konfigurerade konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Det finns %d aktivt konto"
+msgstr[1] "Det finns %d aktiva konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Du har inget aktivt konto"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Avancerade alternativ för TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS-transport"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista över certifikatutfärdare"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Fil för publikt användarcertifikat"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Välj ett publikt användarcertifikat (valfritt)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Välj en privat nyckelfil (valfritt)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Lösenord för den privata nyckeln"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista över TLS-skiffer"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Servernamninstans för utgående TLS-anslutning"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tidsgräns för förhandling (sek:msek)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avancerat"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verifiera inkommande certifikat, som en server"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Nätverk"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verifiera certifikat från svar, som en klient"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Kräv certifikat för inkommande TLS-anslutningar"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Sök i alla"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Klicka här för att ändra söktypen"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Sök efter missade samtal"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Sök efter inkommande samtal"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Sök efter utgående samtal"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Fel i SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "idag klockan %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "igår klockan %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A klockan %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x klockan %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr "%s säger:"
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s-konto : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>Från</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d röstmeddelande"
-msgstr[1] "%d röstmeddelanden"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Ringer med %s-kontot <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Aktuellt konto"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Du har inga konton konfigurerade"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Fel"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Du har inga registrerade konton"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Med:</i> %s \n"
-"använder %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s saknar stöd för ZRTP."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP-förhandling misslyckades med %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Med:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Högtalarvolym"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofonvolym"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Det finns ett pågående samtal."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Det finns pågående samtal."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Vill du fortfarande avsluta?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP stöds inte av parten %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Fortsätt"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Avsluta samtalet"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP-förhandling misslyckades"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -872,188 +949,96 @@ msgstr ""
 "%s vill sluta använda säker kommunikation. Bekräfta att du vill återgå till "
 "samtal utan SRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Bekräfta okrypterat"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Bekräfta"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-"Kan inte hitta ett schema för gpdf-inställningar. \n"
-"Kontrollera din gconf-konfiguration. Se gpdf \n"
-"FAQ för mer information"
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrerad"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Inte registrerad"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Försöker..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autentisering misslyckades"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Nätverket kan inte nås"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Värden är inte nåbar"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Fel i STUN -konfigurering"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "STUN-servern är inte giltig"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Redo"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ogiltigt"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notifiering från ALSA\n"
-"\n"
-"Fel vid öppnande av uppspelningsenhet"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notifering från ALSA\n"
-"\n"
-"Fel vid öppnande av fångstenhet"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notifiering från Pulseaudio\n"
-"\n"
-"Pulseaudio är inte igång"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Ingen adressbok har valts"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Adressbok"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Röstbrevlåda (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLphone är en VoIP-klient kompatibel med SIP och IAX2-protokollen."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Om SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Röstbrevlåda"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Samtal"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Nytt samtal"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Ring ett nytt samtal"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Sva_ra"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Lyft på luren"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Lägg på"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Lägg på"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Par_kera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Parkera samtalet"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "F_ortsätt samtal"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Fortsätt ett parkerat samtal"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr "Skicka _meddelande"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr "Skicka meddelande"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Konfigurations_guide"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Kör konfigurationsguiden"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Ring din röstbrevlåda"
 
@@ -1065,188 +1050,198 @@ msgstr "S_täng"
 msgid "Minimize to system tray"
 msgstr "Minimera till aktivitetsfältet"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "A_vsluta"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Avsluta programmet"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "R_edigera"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Kopiera"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Kopiera markeringen"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Klistra i_n"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Klistra in urklipp"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Töm _historik"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Töm samtalshistoriken"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "K_onton"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Redigera dina konton"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Inställningar"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Ändra dina inställningar"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Visa"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Hjälp"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Innehåll"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Öppna handboken"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Om programmet"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Koppla vidare"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Koppla vidare samtalet"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Spela _in"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Spela in aktuellt samtal"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "_Visa verktygsrad"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Visa verktygsraden"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Knappsa_ts"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Visa knappsats"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Volym_kontroller"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Visa volymkontroller"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Historik"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Samtalshistorik"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Adressbok"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_Parkerat"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Ring _tillbaka"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Redigera telefonnummer"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Redigera telefonnumret innan du ringer"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Använder konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Inga registrerade konton"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Direkt SIP-samtal"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notifiering från ALSA\n"
+"\n"
+"Fel vid öppnande av uppspelningsenhet"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Visa huvudfönstret"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notifering från ALSA\n"
+"\n"
+"Fel vid öppnande av fångstenhet"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notifiering från Pulseaudio\n"
+"\n"
+"Pulseaudio är inte igång"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i aktivt konto"
-msgstr[1] "%i aktiva konton"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid ""
 #~ "GConf error:\n"
diff --git a/gnome/po/te.po b/gnome/po/te.po
index a7ccd10a01f0a4612a7655355eb4ab668c276784..6f30cbcd39f164ac1ab9fab92eda16e4eb255bee 100644
--- a/gnome/po/te.po
+++ b/gnome/po/te.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-07 16:09+0000\n"
 "Last-Translator: వీవెన్ (Veeven) <Unknown>\n"
 "Language-Team: Telugu <te@li.org>\n"
@@ -19,1014 +19,1008 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s ఖాతా : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i క్రియాశీల ఖాతా"
+msgstr[1] "%i క్రియాశీల ఖాతాలు"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr ""
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "నమోదైన ఖాతాలు లేవు"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "ఈరోజు %Rకి"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "నిన్న %Rకి"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr ""
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "అధీకరణ విఫలమైంది"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP ఎంపికలు"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES ఎంపికలు"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "పేరు"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "తరచుదనం"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA అమరికలు"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "గమ్యస్థాన సంచయం"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "ఒక సంచయాన్ని ఎంచుకోండి"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "సాధారణ"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "ముంగిలి (_H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "మారుపేరు"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "సేవిక"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "వాడుకరిపేరు"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "భద్రత: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "ఖాతా రకాన్ని ఎంచుకోండి"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "ఖాతా"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "మారుపేరు (_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "సంకేతపదం (_P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "సంకేతపదాన్ని చూపించు"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "ఖాతా నమోదు"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "అభినందనలు!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "రోజులు"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "అభీష్టాలు"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "సాధారణ"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP ఎంపికలు"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES ఎంపికలు"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "ప్రొటోకాల్"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "స్థితి"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "ఖాతాలు"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "ముంగిలి (_H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "ఖాతా పరామితులు"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "అధీకరణ"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "రహస్యం"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "సంకేతపదం"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "భద్రత"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "నమోదు"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "స్థానిక చిరునామా"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "ఖాతా అమరికలు"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "ప్రాధమిక"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "ఉన్నత"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "ప్రొటోకాల్"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "స్థితి"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "ఖాతాలు"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "ఈరోజు %Rకి"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "నిన్న %Rకి"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s ఖాతా : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "కొనసాగించు"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "నిర్ధారించు"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr ""
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "అధీకరణ విఫలమైంది"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, c-format
 msgid "Voicemail(%i)"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLphone గురించి"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1038,189 +1032,190 @@ msgstr "మూసివేయి (_C)"
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "ఖాతాలు (_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "అభీష్టాలు (_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "సహాయం (_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "చరిత్ర (_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "నమోదైన ఖాతాలు లేవు"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i క్రియాశీల ఖాతా"
-msgstr[1] "%i క్రియాశీల ఖాతాలు"
-
 #~ msgctxt "NAME OF TRANSLATORS"
 #~ msgid "Your names"
 #~ msgstr " ,Launchpad Contributions:,వీవెన్ (Veeven)"
diff --git a/gnome/po/tr.po b/gnome/po/tr.po
index 58e0448b37cb42c08a22721f9a3b062470a0959c..77635021097938e334d3b0bf224167404419f12e 100644
--- a/gnome/po/tr.po
+++ b/gnome/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-10-31 18:09+0000\n"
 "Last-Translator: Translate it <Unknown>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -19,1015 +19,1009 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s hesap : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "%s <i>Dan</i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Geçerli hesap"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Hata"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Kayıtlı hesabınız bulunmamaktadır"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ZRTP'yi desteklememektedir"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "%s <i>İle:</i>"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Ana pencereyi _Göster"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Askıya al"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Hesap kullanımı"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Kayıtlı hesap yok"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Kayıtlı"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Kayıtlı Değil"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Deniyor"
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Kimlik Doğrulama Başarısız"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Ağ erişilemez durumda"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Makine erişilemez"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Hazır"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Geçersiz"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "İsim"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frekans"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Veri akış hızı"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Çıkış"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Giriş"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Kayıtlar"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Bir klasör seç"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Genel"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kartlar"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_İş"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Başlangıç"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Hareketli"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adres Defterleri"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Rumuz"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Sunucu"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Kullanıcı adı"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Güvenlik: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Hiçbiri"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Bir hesap tipi seçin"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Hesap"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Lütfen aşağıdaki ayarlardan birini seçiniz"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "sflphone.org üzerinden bedava SIP/IAX2 hesabı oluşturun"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Var olan SIP ya da IAX2 hesabını kaydedin"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP hesap ayarları"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Kullanıcı adı"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Parola"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Parolayı göster"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "isteğe bağlı e-posta adresi"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Bu e-posta adresi, sesli mesajlarınızı göndermek için kullanılacak."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-Posta adresi"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Tebrikler!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Sistem Tepsisi Simgesi"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "gün"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Tercihler"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Genel"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Ses"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Adres Defteri"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "İletişim Kuralları"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Durum"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Hesaplar"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Aktif hesabınız bulunmamaktadır"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kartlar"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_İş"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Başlangıç"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Hareketli"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adres Defterleri"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Bilinmiyor"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Kimlik Doğrulama"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Gizli"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Kimlik doğrulama ismi"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Parola"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Güvenlik"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Kayıt"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Ağ Arayüzü"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Yerel adres"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Yerel port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN kullanımı"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN sunucu adresi"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ses Dosyaları"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Hesap ayarları"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Basit"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Gelişmiş"
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Gelişmiş"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Ağ"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "İletişim Kuralları"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Durum"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Hesaplar"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Ağ"
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Aktif hesabınız bulunmamaktadır"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Arama türünü değiştirmek için buraya tıklayın"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s hesap : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "%s <i>Dan</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Geçerli hesap"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Hata"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Kayıtlı hesabınız bulunmamaktadır"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Arama türünü değiştirmek için buraya tıklayın"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ZRTP'yi desteklememektedir"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "%s <i>İle:</i>"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Hoparlör ses ayarı"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofon ses ayarı"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Hala çıkmak istiyor musunuz?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Devam et"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Aramayı Bitir"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Onayla"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Kayıtlı"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Kayıtlı Değil"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Deniyor"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Kimlik Doğrulama Başarısız"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Ağ erişilemez durumda"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Makine erişilemez"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Hazır"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Geçersiz"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Hiçbir adres defteri seçilmedi"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Adres Defteri"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Sesli mesaj (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLphone Hakkında"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Sesli mesaj"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Çağrı"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Yeni çağrı"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Yeni bir arama yap"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Aramayı cevapla"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Askıya al"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Aramayı sonlandır"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Yapılandırma sihirbazını çalıştır"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,188 +1033,189 @@ msgstr "_Kapat"
 msgid "Minimize to system tray"
 msgstr "Sistem çubuğuna küçült"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Çık"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Programdan çık"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Düzenle"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Kopyala"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Seçimi kopyala"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "_Yapıştır"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Panoya yapıştır"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "_Geçmişi sil"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Arama geçmişini sil"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Hesaplar"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Hesaplarınızı düzenleyin"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Tercihler"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Tercihlerinizi değiştirin"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Göster"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Yardım"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "İçerikler"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Bu uygulama hakkında"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transfer"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Aramayı aktar"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Kayıt"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Şuanki görüşmeyi kaydet"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "_Araç çubuğunu göster"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Araç çubuğunu göster"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Dialpad"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Ses ayarları"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "_Ses ayarlarını göster"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Geçmiş"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Arama geçmişi"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Adres defteri"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Tekrar ara"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Telefon numarasını düzelt"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Arama yapmadan önce telefon numarasını düzelt"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Hesap kullanımı"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Kayıtlı hesap yok"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Ana pencereyi _Göster"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid "Codecs"
 #~ msgstr "Çözücüler"
diff --git a/gnome/po/zh_CN.po b/gnome/po/zh_CN.po
index 2072e7b51f8376f94e8c4eb66b31eb1f41e190e5..9d89917d8ea8a638a4ebc02034b07f939a3f4d1f 100644
--- a/gnome/po/zh_CN.po
+++ b/gnome/po/zh_CN.po
@@ -8,1233 +8,1227 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2010-02-28 01:32+0000\n"
-"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-03-08 13:53+0000\n"
+"Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: zh_CN\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已注册"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未注册"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在连接..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "注册失败"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "认证失败"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "网络连接失败"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "服务器连接失败"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有误"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun服务器无效"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "无效"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "使用账户"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "没有已注册帐户"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr ""
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone出错"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "有一个电话正在处理"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "有电话正在处理中"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "确认要退出?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "安全通信不可用"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "继续"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "停止呼叫"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "确认"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s 帐户: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>拨入方</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d 个语音信息"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "使用%s帐户<i>%s</i>呼叫"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "当前帐户"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "你没有设置任何账户"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "注册失败"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "未发现已注册帐户"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
 "using %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s 不支持 ZRTP。"
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
-msgstr ""
-
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "扬声器音量"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "话筒音量"
+msgstr "<i>使用:</i> %s"
 
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "显示主窗口(S)"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "挂断(_H)"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
-#, fuzzy, c-format
+#: ../gnome/src/statusicon.c:193
+#, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
-msgstr[0] "默认帐户"
-
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "地址簿"
+msgstr[0] "%i 个活动帐号"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "地址簿"
-
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "语音信箱 (%i)"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "使用账户"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "关于SFLphone"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "没有已注册帐户"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "语音信箱"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "SIP 直接呼叫"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "电话(_C)"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "今天 %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "新电话(_N)"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "昨天 %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr ""
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "接听(_P)"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr ""
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "保持(_H)"
-
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr ""
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "恢复通话"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr ""
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr ""
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr "Stun配置有误"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d 个语音信息"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr ""
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr ""
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "退出(_Q)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "编辑(_E)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "名称"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "删除所选账户"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "频率"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "比率"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "清空历史记录(_H)"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA插件"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "清空历史记录"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "输出"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "账户(_A)"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "输入"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "当前帐户"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "铃声"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "首选项(_P)"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "音频管理器"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "更改您的首选项"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "查看(_V)"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "帮助(_H)"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA设置"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "继续"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "记录"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "目标文件夹"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "身份验证"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "选择文件夹"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "转接"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "转给:"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "声音增强设置"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "录音(_R)"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "禁用"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "历史"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "呼叫记录"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "保持(_H)"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "回叫(_C)"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "拨出电话前编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开回放设备时出错"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开采集设备时出错"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
+
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "配置完成."
 
-#: ../gnome/src/dbus/dbus.c:500
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "别名"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "服务器"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "用户名"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "安全: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未运行"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "无"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone账户创建向导"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "欢迎使用SFLphone帐户创建向导!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "安装向导将帮助您配置帐户"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP协议"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "选择帐户类型"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP(会话初始化协议)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2(Asterisk内部交换协议)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "帐户"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "请选择以下选项中的一个"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "帐户相关参数"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "注册已存在的SIP或IAX2帐户"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP帐户设置"
 
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "请填写以下信息"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "别名(A)"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "协议(P)"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "未知"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "主机名(H)"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "用户名(U)"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "密码(P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "语音信箱号码(V)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "身份验证"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "可选邮件地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr ""
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
-msgstr ""
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "邮件地址(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
-msgid "Authentication name"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2帐户设置"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "网络地址解析(NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "使用STUN(n)"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "STUN服务器(S)"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "帐户注册"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "恭喜!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "桌面提示"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "启用提示(E)"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "系统托盘图标"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "在系统托盘显示 SFLphone"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "来电时弹出主窗口(P)"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "从不弹出主窗口(v)"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "在启动时隐藏SFLphone主窗口"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "拨号历史"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "天"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "启用铃声"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "首选项"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "音频"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "钩键"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "快捷键"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "地址簿"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "帐户相关参数"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "协议(P)"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "未知"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "身份验证"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "秘密"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:692
+msgid "Authentication name"
+msgstr "认证名称"
+
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
 msgid "Use TLS transport(sips)"
-msgstr ""
+msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
-msgstr ""
+msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
-msgstr ""
+msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
-msgstr ""
+msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
-msgstr ""
+msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
-msgstr ""
+msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
-msgstr ""
+msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
-msgstr ""
+msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "帐户设置"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
-msgstr ""
+msgstr "基本"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
-msgstr ""
+msgstr "高级"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "网络"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
-msgstr ""
+msgstr "服务器返回了“%s”(%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "协议"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "状态"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "已配置帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
-msgstr[0] ""
+msgstr[0] "有 %d 个活动帐号"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下载上限:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可行则显示联系人照片(D)"
+msgstr "没有活动帐号"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "单位电话(W)"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭电话(H)"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移动电话(M)"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "选择使用如下Evolution地址薄"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "名称"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "配置完成."
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "别名"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "服务器"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "用户名"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone账户创建向导"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "欢迎使用SFLphone帐户创建向导!"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "安装向导将帮助您配置帐户"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP协议"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "查询所有"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "选择帐户类型"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP(会话初始化协议)"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "从未接电话中查询"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2(Asterisk内部交换协议)"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "从来电中查询"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "帐户"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "从拨出电话中查询"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "请选择以下选项中的一个"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "扬声器音量"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "话筒音量"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "注册已存在的SIP或IAX2帐户"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "有一个电话正在处理"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP帐户设置"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "有电话正在处理中"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "请填写以下信息"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "确认要退出?"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr ""
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "可选邮件地址"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "安全通信不可用"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "继续"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "邮件地址(E)"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "停止呼叫"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2帐户设置"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "网络地址解析(NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "使用STUN(n)"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "STUN服务器(S)"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "确认"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "帐户注册"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "恭喜!"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "频率"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "比率"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA插件"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "关于SFLphone"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "输出"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "语音信箱"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "输入"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "电话(_C)"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "铃声"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "新电话(_N)"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "音频管理器"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "打一通电话"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "Pulseaudio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "接听(_P)"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "接听"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA设置"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "完成呼叫"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "记录"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "目标文件夹"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "挂起"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "选择文件夹"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "恢复通话"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "挂断"
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
-msgid "Voice enhancement settings"
-msgstr "帐户设置"
+msgid "Send _message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/uimanager.c:983
 #, fuzzy
-msgid "_Noise Reduction"
-msgstr "降噪"
-
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL参数"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP头(S)"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "运行命令(r)"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重设电话号码"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "号码前缀(P)"
+msgid "Send message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "桌面提示"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "配置助手(_A)"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "启用提示(E)"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun配置有误"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "系统托盘图标"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d 个语音信息"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "关闭(_C)"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "来电时弹出主窗口(P)"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "最小化到系统托盘"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "从不弹出主窗口(v)"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "退出(_Q)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "在启动时隐藏SFLphone主窗口"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "退出程序"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "拨号历史"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "启用铃声"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "编辑(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "首选项"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "复制(_C)"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "钩键"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "删除所选账户"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr ""
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "粘贴(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "地址簿"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "清空历史记录"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "账户(_A)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "当前帐户"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "首选项(_P)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "更改您的首选项"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "查看(_V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "帮助(_H)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "继续"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "打开手册"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "关于本程序"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "转接"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "转给:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "录音(_R)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "记录当前会话"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "显示工具栏"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "禁用"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "显示拨号键盘"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "历史"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "呼叫记录"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "查询所有"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "回叫(_C)"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "请点击此处改变查询方式"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "编辑电话号码"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "从未接电话中查询"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "从来电中查询"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "从拨出电话中查询"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
+
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
+
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
@@ -1803,7 +1797,9 @@ msgstr "从拨出电话中查询"
 #~ "Contributions:,Aron Xu,Yinghua Wang,Yun Liu,rainofchaos, ,Launchpad "
 #~ "Contributions:,Aron Xu,Yinghua Wang,Yun Liu,冯超, ,Launchpad "
 #~ "Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,冯超,王英华, ,Launchpad "
-#~ "Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,YunQiang Su,冯超,英华"
+#~ "Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,YunQiang Su,冯超,英华, ,"
+#~ "Launchpad Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,YunQiang Su,冯超,"
+#~ "英华"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
@@ -1812,4 +1808,75 @@ msgstr "从拨出电话中查询"
 #~ "rainofchaos@gmail.com,,,happyaron.xu@gmail.com,,,rainofchaos@gmail.com,,,,"
 #~ "emmanuel.milou@savoirfairelinux.com,,rainofchaos@gmail.com,"
 #~ "wantinghard@gmail.com,,,,emmanuel.milou@savoirfairelinux.com,,"
-#~ "wzssyqa@gmail.com,rainofchaos@gmail.com,wantinghard@gmail.com"
+#~ "wzssyqa@gmail.com,rainofchaos@gmail.com,wantinghard@gmail.com,,,happyaron."
+#~ "xu@gmail.com,emmanuel.milou@savoirfairelinux.com,,wzssyqa@gmail.com,"
+#~ "rainofchaos@gmail.com,wantinghard@gmail.com"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "回声抑制(_E)"
+
+#~ msgid "Email address"
+#~ msgstr "邮件地址"
+
+#~ msgid "Default account"
+#~ msgstr "默认帐户"
+
+#~ msgid "Transfer to : "
+#~ msgstr "转给: "
+
+#~ msgid "Call history"
+#~ msgstr "呼叫记录"
+
+#~ msgid "Transfer"
+#~ msgstr "转接"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "删除所选账户"
+
+#~ msgid "Add a new account"
+#~ msgstr "增加新帐户"
+
+#~ msgid "Enable address book"
+#~ msgstr "启用地址簿"
+
+#~ msgid "Clear history"
+#~ msgstr "清空历史记录"
+
+#~ msgid "Connection"
+#~ msgstr "连接"
+
+#~ msgid "History"
+#~ msgstr "历史"
+
+#~ msgid "Bad authentification"
+#~ msgstr "认证错误"
+
+#~ msgid "<i>From:</i> %s"
+#~ msgstr "<i>拨入方:</i> %s"
+
+#~ msgid "Place a call"
+#~ msgstr "拨号"
+
+#~ msgid "Off Hold"
+#~ msgstr "恢复通话"
+
+#~ msgid "On Hold"
+#~ msgstr "待机"
+
+#~ msgid "_SIP protocol"
+#~ msgstr "SIP 协议(S)"
+
+#~ msgid "Noise reduction"
+#~ msgstr "降噪"
+
+#~ msgid "_Account Assistant"
+#~ msgstr "帐户向导(A)"
+
+#~ msgid "Setup Accounts"
+#~ msgstr "设定帐户"
+
+#~ msgid "Search Parameters"
+#~ msgstr "查找相关参数"
+
+#~ msgid "_Call"
+#~ msgstr "电话(_C)"
diff --git a/gnome/po/zh_HK.po b/gnome/po/zh_HK.po
index e0faeade1558b733327c79bfcdaef78ffbc6b4df..75ff8f9b03432b9a7791d66616b242f3438ae8f5 100644
--- a/gnome/po/zh_HK.po
+++ b/gnome/po/zh_HK.po
@@ -8,90 +8,133 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
-"PO-Revision-Date: 2009-12-03 18:09+0000\n"
-"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-03-08 13:53+0000\n"
+"Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
-"Language: zh_HK\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Launchpad-Export-Date: 2010-06-17 18:12+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
+"X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已註冊"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
 
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未註冊"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s 帐户: %s"
 
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在連接..."
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>拨入方</i> %s"
 
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d 个语音信息"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "使用%s帐户<i>%s</i>呼叫"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "当前帐户"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "你没有设置任何账户"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
 msgid "Error"
-msgstr "註冊失敗"
+msgstr "注册失败"
 
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "未发现已注册帐户"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "網路連線失敗"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s 不支持 ZRTP。"
 
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "伺服器連線失敗"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
 
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有誤"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>使用:</i> %s"
 
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun伺服器無效"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "显示主窗口(S)"
 
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "挂断(_H)"
 
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "無效"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i 个活动帐号"
 
-#: ../gnome/src/actions.c:168
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
 msgid "Using account"
-msgstr "使用賬戶"
+msgstr "使用账户"
 
-#: ../gnome/src/actions.c:172
+#: ../gnome/src/actions.c:180
 msgid "No registered accounts"
-msgstr "沒有已註冊帳戶"
+msgstr "没有已注册帐户"
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
 msgid "Direct SIP call"
-msgstr ""
+msgstr "SIP 直接呼叫"
 
-#: ../gnome/src/callable_obj.c:310
+#: ../gnome/src/callable_obj.c:340
 msgid "today at %R"
-msgstr ""
+msgstr "今天 %R"
 
-#: ../gnome/src/callable_obj.c:313
+#: ../gnome/src/callable_obj.c:343
 msgid "yesterday at %R"
-msgstr ""
+msgstr "昨天 %R"
 
-#: ../gnome/src/callable_obj.c:315
+#: ../gnome/src/callable_obj.c:345
 msgid "%A at %R"
-msgstr ""
+msgstr "%A %R"
 
-#: ../gnome/src/callable_obj.c:319
+#: ../gnome/src/callable_obj.c:349
 msgid "%x at %R"
-msgstr ""
+msgstr "%x %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
 
 #: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
@@ -100,1188 +143,1139 @@ msgid ""
 "more info"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone 出錯"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
 
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "有一個電話正在處理中."
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
 
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "有電話正在處理中."
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
 
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "確認要退出?"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
 
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr ""
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
 
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr ""
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr ""
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun配置有误"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr ""
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
 
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
 
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr ""
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
 
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
 
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s 帳戶 : %s"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>撥入方</i> %s"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d 個語音郵件"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "名称"
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "使用%s帳戶<i>%s</i>呼叫"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "频率"
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "當前帳戶"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "比率"
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "你沒有設置任何賬戶"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA插件"
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "未發現已註冊帳戶"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "输出"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "输入"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr ""
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "铃声"
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "音频管理器"
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "Pulseaudio"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "揚聲器音量"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "話筒音量"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA设置"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "顯示主窗口(S)"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "记录"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
-msgid "_Hang up"
-msgstr "放下(H)"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "目标文件夹"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "选择文件夹"
 
-#: ../gnome/src/statusicon.c:198
-#, fuzzy, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "默認帳戶"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "地址簿"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "声音增强设置"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "地址簿"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "語音郵件 (%i)"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone是一個VoIP客戶端,它兼容SIP和IAX2协议."
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "有關SFLphone"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "語音郵件"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "電話"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "新電話(N)"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "撥出(P)"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "待机"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr ""
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "恢复通話"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "有新消息"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "有新消息"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr ""
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Stun配置有誤"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d 個語音郵件"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "配置完成."
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr ""
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr ""
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "别名"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "編輯(E)"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "服务器"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr ""
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "用户名"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "安全: "
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "无"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone账户创建向导"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "編輯(E)"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "欢迎使用SFLphone帐户创建向导!"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "安装向导将帮助您配置帐户"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "刪除所選賬戶"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP协议"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "选择帐户类型"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr ""
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP(会话初始化协议)"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "清空曆史記錄(C)"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2(Asterisk内部交换协议)"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "清空曆史記錄"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "帐户"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "帳戶(A)"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "请选择以下选项中的一个"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "當前帳戶"
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "屬性"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "注册已存在的SIP或IAX2帐户"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr ""
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP帐户设置"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "查看(V)"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "请填写以下信息"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "幫助(H)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "别名(A)"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr ""
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "主机名(H)"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr ""
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "用户名(U)"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "密码(P)"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "密码"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "语音信箱号码(V)"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "轉接"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "可选邮件地址"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "轉給:"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "記錄(R)"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "邮件地址(E)"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr ""
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2帐户设置"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr ""
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "网络地址解析(NAT)"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr ""
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "顯示撥號鍵盤"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "使用STUN(n)"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr ""
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "STUN服务器(S)"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "帐户注册"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "恭喜!"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "歷史"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "桌面提示"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "呼叫記錄"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "启用提示(E)"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "地址簿"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "系统托盘图标"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "待机"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "在系统托盘显示 SFLphone"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "回叫(C)"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "来电时弹出主窗口(P)"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "編輯電話號碼"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "从不弹出主窗口(v)"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "撥出電話前編輯電話號碼"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "在启动时隐藏SFLphone主窗口"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打開回放設備時出錯"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "拨号历史"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
-"ALSA提示\n"
-"\n"
-"打開采集設備時出錯"
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未運行"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "天"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "帳戶相關參數"
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "启用铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "別稱(A)"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "首选项"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "協議(P)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "音频"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "未知"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "钩键"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "主机名稱(H)"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "快捷键"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "使用者名稱(U)"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "密碼(P)"
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "帐户相关参数"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "密碼"
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "协议(P)"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "未知"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "語音郵箱(V)"
-
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
-msgstr ""
+msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
-msgstr ""
+msgstr "身份验证"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
-msgstr ""
+msgstr "秘密"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
-msgstr ""
+msgstr "认证名称"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
-msgstr "密碼"
+msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
-msgstr ""
+msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
 msgid "Use TLS transport(sips)"
-msgstr ""
+msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
-msgstr ""
+msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
-msgstr ""
+msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
-msgstr ""
+msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
-msgstr ""
+msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
-msgstr "網路連線失敗"
+msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
-msgstr ""
+msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
-msgstr ""
+msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
-msgstr ""
+msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
-msgstr ""
+msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
-msgstr ""
+msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
-msgstr ""
+msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
-msgstr ""
+msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
-msgstr "鈴聲"
+msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
-msgstr "鈴聲選擇"
+msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
-msgstr "啟動鈴聲(E)"
+msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
-msgstr "音訊檔案"
+msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
-msgstr "帳戶設置"
+msgstr "帐户设置"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
-msgstr ""
+msgstr "基本"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
-msgstr ""
+msgstr "高级"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
+msgstr "网络"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
-msgstr ""
+msgstr "服务器返回了“%s”(%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
-msgstr "協議"
+msgstr "协议"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
-msgstr "狀態"
+msgstr "状态"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
-msgstr "帳戶"
+msgstr "帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
-msgstr "已配置帳戶"
+msgstr "已配置帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
-msgstr[0] ""
+msgstr[0] "有 %d 个活动帐号"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
+msgstr "没有活动帐号"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下載上限:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可以則顯示聯繫人照片(D)"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "單位電話(W)"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭電話(H)"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移動電話(M)"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "選擇使用如下Evolution地址薄"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "名稱"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "配置完成."
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr "你可以隨時在 選項/帳戶 中查看註冊狀態或者修改帳戶信息."
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "別稱"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "伺服器"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "使用者名稱"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone賬戶創建嚮導"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "歡迎使用SFLphone帳戶創建嚮導!"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "安裝向導將幫助您配置帳戶"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP協議"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "查询所有"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "選擇帳戶類型"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP(會話初始化協議)"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "从未接电话中查询"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2(Asterisk內部交換協議)"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "从来电中查询"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "帳戶"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "从拨出电话中查询"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "請選擇以下選項中的一個"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "扬声器音量"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "在sflphone.org上創建免費的SIP/IAX2帳戶"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "话筒音量"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "註冊已存在的SIP或IAX2帳戶"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "有一个电话正在处理"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP帳戶配置"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "有电话正在处理中"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "請填寫如下信息"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "确认要退出?"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr ""
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "可選郵件地址"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "安全通信不可用"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "這個郵件地址將被用來發送您的語音"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "继续"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "郵件地址(E)"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "停止呼叫"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2帳戶配置"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "网络地址解析(NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "如果你使用網路防火牆,你很有可能需要設定該項."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "啟用STUN(n)"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "STUN伺服器(S)"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "确认"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "帳戶註冊"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "恭喜!"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "顰律"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "比率"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA插件"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "关于SFLphone"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "輸出"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "语音信箱"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "輸入"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "电话(_C)"
 
-#: ../gnome/src/config/audioconf.c:900
-#, fuzzy
-msgid "Ringtone"
-msgstr "鈴聲"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "新电话(_N)"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "聲音管理器"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "打一通电话"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "Pulseaudio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "接听(_P)"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "接听"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA 配置"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "完成呼叫"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "記錄"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "目標文件夾"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "挂起"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "選擇文件夾"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "恢复通话"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "挂断"
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
-msgid "Voice enhancement settings"
-msgstr "帳戶設置"
+msgid "Send _message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/uimanager.c:983
 #, fuzzy
-msgid "_Noise Reduction"
-msgstr "降噪"
+msgid "Send message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "配置助手(_A)"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL參數"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun配置有误"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP頭(S)"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d 个语音信息"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "关闭(_C)"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "運行命令(r)"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "最小化到系统托盘"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重設電話號碼"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "退出(_Q)"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "號碼前綴(P)"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "退出程序"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "桌面提示"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "啟動提示(E)"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "系統托盤圖標"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "來電話時彈出主視窗(P)"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "编辑(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "從不彈出主視窗(v)"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "复制(_C)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "在啟動時隱藏SFLphone主窗口"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "删除所选账户"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "打電話歷史"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "粘贴(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr ""
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr ""
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "清空历史记录"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "啟動鈴聲"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "账户(_A)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "屬性"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "当前帐户"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "鉤鍵"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "首选项(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "更改您的首选项"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "地址簿"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "查看(_V)"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "帮助(_H)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "继续"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "打开手册"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "关于本程序"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "转接"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "转给:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "录音(_R)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "记录当前会话"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "显示工具栏"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "禁用"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "显示拨号键盘"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "历史"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "呼叫记录"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "回叫(_C)"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "编辑电话号码"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "查詢所有"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "請點擊此處改變查詢方式"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "從未接電話中查詢"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "從來電中查詢"
-
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "從撥出電話中查詢"
-
+#, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
 #~ "Make sure the daemon is running."
 #~ msgstr ""
-#~ "連接SFLphone伺服器失敗.\n"
-#~ "請核查daemon是否正在運行."
+#~ "连接SFLphone服务器失败.\n"
+#~ "请检查daemon是否还在运行."
 
 #~ msgid "Codecs"
-#~ msgstr "編碼"
+#~ msgstr "Codecs编码"
 
 #~ msgid "Bandwidth"
-#~ msgstr "顰寬"
+#~ msgstr "带宽"
 
 #~ msgid "Custom commands on incoming calls with URL"
-#~ msgstr "定制對帶有URL的來電的處理"
+#~ msgstr "定制对带有URL的来电的处理"
 
 #~ msgid "%s will be replaced with the passed URL."
-#~ msgstr "傳輸的URL會被替換成%s."
+#~ msgstr "传输的URL会被替换成%s."
 
 #~ msgid "_Voice Activity Detection"
-#~ msgstr "聲音狀態檢測(V)"
+#~ msgstr "声音状态检测(V)"
 
 #~ msgid "_Noise Reduction (Narrow-Band Companding)"
-#~ msgstr "降噪處理-窄頻壓縮(N)"
+#~ msgstr "降噪处理-窄频压缩(N)"
 
 #~ msgid "Account creation wizard"
-#~ msgstr "帳戶創建向導"
+#~ msgstr "帐户创建向导"
 
 #~ msgid "Voicemail number"
-#~ msgstr "語音郵箱"
+#~ msgstr "语音信箱号码"
 
 #~ msgid "Enable STUN"
-#~ msgstr "啟用STUN"
+#~ msgstr "使用STUN"
 
 #~ msgid "Stun Server"
-#~ msgstr "STUN伺服器"
+#~ msgstr "STUN服务器"
 
 #~ msgid ""
 #~ "After checking the settings you chose, click \"Finish\" to create the "
 #~ "account."
-#~ msgstr "當您檢查完選定的設置,請點擊\"結束\"來創建帳戶"
+#~ msgstr "当您检查完选定的设置, 请点击\"结束\"来创建帐户"
 
 #~ msgid "Codec"
-#~ msgstr "編碼"
+#~ msgstr "编码"
 
 #~ msgid "SFLphone KDE Client"
-#~ msgstr "SFLphone KDE客戶端"
+#~ msgstr "SFLphone KDE客户端"
 
 #~ msgid "(C) 2009 Savoir-faire Linux"
 #~ msgstr "(C) 2009 Savoir-faire Linux"
@@ -1296,43 +1290,43 @@ msgstr "從撥出電話中查詢"
 #~ msgstr "配置SFLphone"
 
 #~ msgid "Display volume controls"
-#~ msgstr "顯示音量控制"
+#~ msgstr "显示音量控制"
 
 #~ msgid "Incoming call"
-#~ msgstr "來電"
+#~ msgstr "来电"
 
 #~ msgid "You have an incoming call from"
-#~ msgstr "您有一個電話,來自於"
+#~ msgstr "您有一个电话,来自于"
 
 #~ msgid "Click to accept or refuse it."
-#~ msgstr "請點擊接聽或拒絕"
+#~ msgstr "请点击接听或拒绝"
 
 #~ msgid "Address book loading..."
-#~ msgstr "載入地址簿......"
+#~ msgstr "载入地址簿......"
 
 #~ msgid "Edit before call"
-#~ msgstr "呼叫前進行編輯"
+#~ msgstr "呼叫前进行编辑"
 
 #~ msgid "New call"
-#~ msgstr "新電話"
+#~ msgstr "新电话"
 
 #~ msgid "Hang up"
-#~ msgstr "放電話"
+#~ msgstr "放电话"
 
 #~ msgid "Hold on"
 #~ msgstr "呼叫保持"
 
 #~ msgid "Record"
-#~ msgstr "記錄"
+#~ msgstr "记录"
 
 #~ msgid "Pick up"
-#~ msgstr "接電話"
+#~ msgstr "接电话"
 
 #~ msgid "Hold off"
-#~ msgstr "恢復通話"
+#~ msgstr "恢复通话"
 
 #~ msgid "Give up transfer"
-#~ msgstr "取消轉接"
+#~ msgstr "取消转接"
 
 #~ msgid "Call back"
 #~ msgstr "回叫"
@@ -1344,91 +1338,91 @@ msgstr "從撥出電話中查詢"
 #~ "unchecking them on the left of the item. Add or remove some with \"Plus\" "
 #~ "and \"Sub\" buttons. Edit the selected account with the form on the right."
 #~ msgstr ""
-#~ "在默認情況下,當你打電話時,sflphone會使用列表當中第一個已註冊的帳戶。使用"
-#~ "箭頭\"上\"和\"下\"可以改變賬戶的順序。選擇賬戶名稱左邊的方框可以啟用帳戶,"
-#~ "取消選擇則會禁用該賬戶。通過\"加\"\"減\"按鈕可以添加或刪除賬戶。點擊\"編輯"
-#~ "\"按鈕可以改變賬戶的設置。"
+#~ "在默认情况下,当你打电话时,sflphone会使用列表当中第一个已注册的帐户。使用"
+#~ "箭头\"上\"和\"下\"可以改变账户的顺序。选择账户名称左边的方框可以启用帐户,"
+#~ "取消选择则会禁用该账户。通过\"加\"\"减\"按钮可以添加或删除账户。点击\"编辑"
+#~ "\"按钮可以改变账户的设置。"
 
 #~ msgid ""
 #~ "This button will remove the selected account in the list below. Be sure "
 #~ "you really don't need it anymore. If you think you might use it again "
 #~ "later, just uncheck it."
 #~ msgstr ""
-#~ "該按鈕會刪除列表中被選定的賬戶。請確認你的操作。如果你希望繼續使用某個賬"
-#~ "戶,請取消對該賬戶的選擇"
+#~ "该按钮会删除列表中被选定的账户。请确认你的操作。如果你希望继续使用某个账"
+#~ "户,请取消对该账户的选择"
 
 #~ msgid "Remove"
-#~ msgstr "刪除"
+#~ msgstr "删除"
 
 #~ msgid ""
 #~ "This button enables you to initialize a new account. You will then be "
 #~ "able to edit it using the form on the right."
 #~ msgstr ""
-#~ "通過該按鈕可以創建一個新賬戶。添加該賬戶之後你還可以通過編輯按鈕來修改設"
+#~ "通过该按钮可以创建一个新账户。添加该账户之后你还可以通过编辑按钮来修改设"
 #~ "置。"
 
 #~ msgid "Add"
 #~ msgstr "添加"
 
 #~ msgid "Get this account down"
-#~ msgstr "將該賬戶向下移動"
+#~ msgstr "将该账户向下移动"
 
 #~ msgid ""
 #~ "By default, when you place a call, sflphone will use the first account in "
 #~ "this list which is \"registered\". Change the order of the accounts using "
 #~ "the \"Up\" and \"Down\" arrows."
 #~ msgstr ""
-#~ "在默認情況下,當你打電話時,sflphone會使用列表當中第一個已註冊的帳戶。使用"
-#~ "箭頭\"上\"和\"下\"可以改變賬戶的順序。選擇賬戶名稱左邊的方框可以啟用帳戶,"
-#~ "取消選擇則會禁用該賬戶。通過\"加\"\"減\"按鈕可以添加或刪除賬戶。"
+#~ "在默认情况下,当你打电话时,sflphone会使用列表当中第一个已注册的帐户。使用"
+#~ "箭头\"上\"和\"下\"可以改变账户的顺序。选择账户名称左边的方框可以启用帐户,"
+#~ "取消选择则会禁用该账户。通过\"加\"\"减\"按钮可以添加或删除账户。"
 
 #~ msgid "Down"
 #~ msgstr "下"
 
 #~ msgid "Get this account up"
-#~ msgstr "把該賬戶向上移動"
+#~ msgstr "把该账户向上移动"
 
 #~ msgid "Up"
 #~ msgstr "上"
 
 #~ msgid "Apply"
-#~ msgstr "套用"
+#~ msgstr "应用"
 
 #~ msgid "IAX"
 #~ msgstr "IAX"
 
 #~ msgid "Stun parameters will be applied on each SIP account created."
-#~ msgstr "STUN參數將應用於每一個註冊的SIP帳戶"
+#~ msgstr "STUN参数将应用于每一个注册的SIP帐户"
 
 #~ msgid "Enable Stun"
-#~ msgstr "啟用STUN"
+#~ msgstr "使用STUN"
 
 #~ msgid "Format : name.server:port"
-#~ msgstr "格式 : 名稱.服務器:端口"
+#~ msgstr "格式:名称.服务器:端口"
 
 #~ msgid "choose Stun server (example : stunserver.org)"
-#~ msgstr "選擇STUN服務器(例如:stunserver.org)"
+#~ msgstr "选择STUN服务器(例如:stunserver.org)"
 
 #~ msgid "Maximum results"
-#~ msgstr "結果最大值"
+#~ msgstr "结果最大值"
 
 #~ msgid "Display photo if available"
-#~ msgstr "如果可以則顯示聯繫人照片"
+#~ msgstr "如果可行则显示联系人照片"
 
 #~ msgid "Display phone numbers of these types :"
-#~ msgstr "顯示這些格式的電話號碼"
+#~ msgstr "显示这些格式的电话号码"
 
 #~ msgid "Work"
-#~ msgstr "單位電話"
+#~ msgstr "单位电话"
 
 #~ msgid "Mobile"
-#~ msgstr "移動電話"
+#~ msgstr "移动电话"
 
 #~ msgid "Home"
-#~ msgstr "家庭電話"
+#~ msgstr "家庭电话"
 
 #~ msgid "Sound manager"
-#~ msgstr "聲音管理器"
+#~ msgstr "声音管理器"
 
 #~ msgid "ALSA"
 #~ msgstr "ALSA"
@@ -1437,43 +1431,43 @@ msgstr "從撥出電話中查詢"
 #~ msgstr "PulseAudio"
 
 #~ msgid "PulseAudio settings"
-#~ msgstr "PulseAudio 配置"
+#~ msgstr "PulseAudio设置"
 
 #~ msgid "Mute other applications during a call"
-#~ msgstr "當有來電時靜音其它應用程序"
+#~ msgstr "当有来电时静音其它应用程序"
 
 #~ msgid "Enable notifications"
-#~ msgstr "啟動提示"
+#~ msgstr "启用提示"
 
 #~ msgid "On incoming calls"
-#~ msgstr "有新來電"
+#~ msgstr "有新来电"
 
 #~ msgid "Show main window"
-#~ msgstr "顯示主窗口"
+#~ msgstr "显示主窗口"
 
 #~ msgid "On start"
-#~ msgstr "正在啟動"
+#~ msgstr "正在启动"
 
 #~ msgid "SIP Port"
-#~ msgstr "SIP端口"
+#~ msgstr "SIP端口号"
 
 #~ msgid "Trigger on specific SIP header"
-#~ msgstr "激活指定的SIP頭"
+#~ msgstr "激活指定的SIP头"
 
 #~ msgid "Trigger on IAX2 URL"
 #~ msgstr "激活IAX2 URL"
 
 #~ msgid "Command to run"
-#~ msgstr "要運行的命令"
+#~ msgstr "要运行的命令"
 
 #~ msgid "Prefix dialed numbers with"
-#~ msgstr "號碼前綴"
+#~ msgstr "号码前缀"
 
 #~ msgid "Attention:number of results exceeds max displayed."
-#~ msgstr "注意:結果超過可顯示的最大值"
+#~ msgstr "注意:结果超过可显示的最大值"
 
 #~ msgid "IP call - %s"
-#~ msgstr "IP電話- %s"
+#~ msgstr "IP 电话 - %s"
 
 #~ msgid ""
 #~ "<b>Error: No audio codecs found.\n"
@@ -1481,72 +1475,72 @@ msgstr "從撥出電話中查詢"
 #~ "</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>."
 #~ "sflphone</b> directory in your home( <i>%s</i> )"
 #~ msgstr ""
-#~ "<b>錯誤:無法找到音訊編碼檔案.\n"
+#~ "<b>错误:无法找到codecs编码文件.\n"
 #~ "\n"
-#~ "</b> SFL聲音編碼檔案應該位于<i>%s</i> 或者位于主目錄( <i>%s</i> )的<b>."
-#~ "sflphone</b>目錄下"
+#~ "</b> SFL声音codecs文件应位于<i>%s</i> 或 位于主目录( <i>%s</i> )的<b>."
+#~ "sflphone</b>目录下"
 
 #~ msgid "_Account creation wizard"
-#~ msgstr "帳戶創建向導(A)"
+#~ msgstr "帐户创建向导(_A)"
 
 #~ msgid "%i account configured"
 #~ msgid_plural "%i accounts configured"
-#~ msgstr[0] "已配置了%i個賬戶"
+#~ msgstr[0] "已配置了%i个账户"
 
 #~ msgid "_Enable this account"
-#~ msgstr "啟用該賬戶(E)"
+#~ msgstr "启用该账户(E)"
 
 #~ msgid "Enable voicemail _notifications"
-#~ msgstr "啟用語音郵箱提示(n)"
+#~ msgstr "启用语音邮箱提示(n)"
 
 #~ msgid "PulseAudio sound server"
-#~ msgstr "PulseAudio聲音伺服器"
+#~ msgstr "PulseAudio服务器"
 
 #~ msgid "_Mute other applications during a call"
-#~ msgstr "當有來電時靜音其它應用程序(c)"
+#~ msgstr "当有来电时静音其它应用程序(c)"
 
 #~ msgid "Port"
 #~ msgstr "端口"
 
 #~ msgctxt "Config section"
 #~ msgid "Accounts"
-#~ msgstr "帳戶"
+#~ msgstr "帐户"
 
 #~ msgctxt "account state"
 #~ msgid "Registered"
-#~ msgstr "已註冊"
+#~ msgstr "已注册"
 
 #~ msgctxt "account state"
 #~ msgid "Not Registered"
-#~ msgstr "未註冊"
+#~ msgstr "未注册"
 
 #~ msgctxt "account state"
 #~ msgid "Trying..."
-#~ msgstr "正在連接..."
+#~ msgstr "正在连接..."
 
 #~ msgctxt "account state"
 #~ msgid "Error"
-#~ msgstr "註冊失敗"
+#~ msgstr "注册失败"
 
 #~ msgctxt "account state"
 #~ msgid "Network unreachable"
-#~ msgstr "網路連線失敗"
+#~ msgstr "网络连接失败"
 
 #~ msgctxt "account state"
 #~ msgid "Host unreachable"
-#~ msgstr "伺服器連線失敗"
+#~ msgstr "服务器连接失败"
 
 #~ msgctxt "account state"
 #~ msgid "Stun configuration error"
-#~ msgstr "STUN配置有誤"
+#~ msgstr "STUN配置有误"
 
 #~ msgctxt "account state"
 #~ msgid "Stun server invalid"
-#~ msgstr "STUN伺服器無效"
+#~ msgstr "STUN服务器无效"
 
 #~ msgctxt "account state"
 #~ msgid "Invalid"
-#~ msgstr "無效"
+#~ msgstr "无效"
 
 #~ msgctxt "Config section"
 #~ msgid "General"
@@ -1558,30 +1552,30 @@ msgstr "從撥出電話中查詢"
 
 #~ msgctxt "Config section"
 #~ msgid "Recordings"
-#~ msgstr "記錄"
+#~ msgstr "记录"
 
 #~ msgctxt "Config section"
 #~ msgid "Hooks"
-#~ msgstr "鉤鍵"
+#~ msgstr "钩键"
 
 #~ msgid "User"
-#~ msgstr "使用者名稱"
+#~ msgstr "用户名"
 
 #~ msgid "Mailbox"
-#~ msgstr "語音郵件"
+#~ msgstr "语音邮件"
 
 #~ msgctxt "Action record a call"
 #~ msgid "Record"
-#~ msgstr "記錄"
+#~ msgstr "记录"
 
 #~ msgid "%s - %s"
 #~ msgstr "%s - %s"
 
 #~ msgid "%d voice mails"
-#~ msgstr "%d 個語音郵件"
+#~ msgstr "%d 个语音信息"
 
 #~ msgid "No registered account"
-#~ msgstr "未發現已註冊帳戶"
+#~ msgstr "未发现已注册帐户"
 
 #~ msgid ""
 #~ "This assistant is now finished.\n"
@@ -1593,88 +1587,89 @@ msgstr "從撥出電話中查詢"
 #~ "Username : %s\n"
 #~ msgstr ""
 #~ "配置完成.\n"
-#~ "你可以隨時在 選項/帳戶 中查看註冊狀態或者修改帳戶信息\n"
-#~ "別稱:         %s\n"
-#~ "伺服器:       %s\n"
-#~ "使用者名稱:   %s\n"
+#~ "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数.\n"
+#~ "\n"
+#~ "别名:     %s\n"
+#~ "服务器:   %s\n"
+#~ "用户名:   %s\n"
 
 #~ msgid "SFLphone account configuration wizard"
-#~ msgstr "SFLphone 帳戶設置向導"
+#~ msgstr "SFLphone 帐户设置向导"
 
 #~ msgid "Welcome to SFLphone!"
-#~ msgstr "歡迎使用SFLphone!"
+#~ msgstr "欢迎使用SFLphone!"
 
 #~ msgid "Select an account type:"
-#~ msgstr "選擇帳戶類型:"
+#~ msgstr "选择帐户类型:"
 
 #~ msgid "Please select one of the following option:"
-#~ msgstr "請選擇以下選項中的一個:"
+#~ msgstr "请选择以下选项中的一个:"
 
 #~ msgid "SIP account configuration"
-#~ msgstr "SIP帳戶配置"
+#~ msgstr "SIP帐户配置"
 
 #~ msgid "Please fill the following information:"
-#~ msgstr "請填寫如下信息:"
+#~ msgstr "请填写以下信息:"
 
 #~ msgid "Optional Email Address "
-#~ msgstr "可選郵件地址 "
+#~ msgstr "可选邮件地址 "
 
 #~ msgid "This email address will be use to send your voicemail messages"
-#~ msgstr "這個郵件地址將被用來發送您的語音郵箱消息"
+#~ msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
 
 #~ msgid "_Email"
-#~ msgstr "郵件(E)"
+#~ msgstr "邮件(E)"
 
 #~ msgid "IAX2 account configuration"
-#~ msgstr "IAX2帳戶配置"
+#~ msgstr "IAX2帐户配置"
 
 #~ msgid "Network Address Translation"
-#~ msgstr "網路地址分析"
+#~ msgstr "网络地址解析"
 
 #~ msgid "Edit phone"
-#~ msgstr "編輯電話"
+#~ msgstr "编辑电话"
 
 #~ msgid "%s account: %s"
-#~ msgstr "%s 帳戶: %s"
+#~ msgstr "%s 帐户: %s"
 
 #~ msgid "You haven't setup any accounts"
-#~ msgstr "你沒有設置任何帳戶"
+#~ msgstr "你没有设置任何帐户"
 
 #~ msgid "SFLphone - %i accounts configured"
-#~ msgstr "SFLphone - %i 個帳戶已配置"
+#~ msgstr "SFLphone - %i 个帐户已配置"
 
 #~ msgid "\"Voicemail\" <%s>"
-#~ msgstr "\"語音郵件\" <%s>"
+#~ msgstr "\"语音邮件\" <%s>"
 
 #~ msgid "Record a call"
-#~ msgstr "記錄通話"
+#~ msgstr "记录通话"
 
 #~ msgid "Download limit:"
-#~ msgstr "下載上限:"
+#~ msgstr "下载上限:"
 
 #~ msgid "_Business phone"
-#~ msgstr "商務電話(B)"
+#~ msgstr "商务电话(B)"
 
 #~ msgid "_Home phone"
-#~ msgstr "家庭電話(H)"
+#~ msgstr "家庭电话(H)"
 
 #~ msgid "_Mobile phone"
-#~ msgstr "移動電話(M)"
+#~ msgstr "移动电话(M)"
 
 #~ msgid "Select which Evolution address books to use:"
-#~ msgstr "選擇使用如下Evolution地址薄:"
+#~ msgstr "选择使用如下Evolution地址薄:"
 
 #~ msgid "audio device index for output = %d"
-#~ msgstr "音訊設備輸出索引 = %d"
+#~ msgstr "音频设备输出索引 = %d"
 
 #~ msgid "ALSA configuration"
 #~ msgstr "ALSA 配置"
 
 #~ msgid "Stun parameters will apply to each SIP account created."
-#~ msgstr "Stun參數將應用於每一個註冊的SIP帳戶"
+#~ msgstr "Stun参数将应用于每一个注册的SIP帐户"
 
 #~ msgid "Enable it if you are behind a firewall"
-#~ msgstr "當使用防火牆時,需要設定此項"
+#~ msgstr "当使用防火墙时,启用该项"
 
 #~ msgid "Format: name.server:port"
 #~ msgstr "格式:name.server:port"
@@ -1683,129 +1678,209 @@ msgstr "從撥出電話中查詢"
 #~ msgstr "端口:"
 
 #~ msgid "Recordings folder"
-#~ msgstr "記錄文件夾(R)"
+#~ msgstr "记录文件夹(R)"
 
 #~ msgid "General Settings"
 #~ msgstr "常用配置"
 
 #~ msgid "Audio Settings"
-#~ msgstr "音訊配置"
+#~ msgstr "音频配置"
 
 #~ msgid "URL Passing"
-#~ msgstr "傳輸URL"
+#~ msgstr "传输URL"
 
+#, fuzzy
 #~ msgid "Command to _run: "
-#~ msgstr "運行命令(C): "
+#~ msgstr "运行命令(r)"
 
 #~ msgid "Phone Number Rewriting"
-#~ msgstr "重設電話號碼"
+#~ msgstr "重设电话号码"
 
 #~ msgid "_Prefix dialed numbers with:"
-#~ msgstr "號碼前綴:"
+#~ msgstr "号码前缀:"
 
 #~ msgid "Accept"
 #~ msgstr "接受"
 
 #~ msgid "Refuse"
-#~ msgstr "拒絕"
+#~ msgstr "拒绝"
 
 #~ msgid "Ignore"
 #~ msgstr "忽略"
 
 #~ msgid "<small>Missed call</small>"
-#~ msgstr "<small>未接電話</small>"
+#~ msgstr "<small>未接电话</small>"
 
 #~ msgid "<small>Duration:</small> %s"
-#~ msgstr "<small>時長:</small> %s"
+#~ msgstr "<small>时长:</small> %s"
 
 #~ msgid "Fields"
 #~ msgstr "字段"
 
 #~ msgid "_History size limit"
-#~ msgstr "歷史記錄上限(H)"
+#~ msgstr "历史记录上限(H)"
 
 #~ msgid ""
 #~ "SFLphone can run custom commands if incoming calls come with an URL "
 #~ "attached.\n"
 #~ "In this case, %s will be replaced with the passed URL."
 #~ msgstr ""
-#~ "當來電有附加的URL時,SFLphone可運行客戶命令.\n"
-#~ "在此情況下,傳輸的URL會被替換成%s."
+#~ "当来电有附加的URL时,SFLphone可运行客户命令.\n"
+#~ "在此情况下,传输的URL会被替换成%s."
 
 #~ msgid "Search history"
-#~ msgstr "搜尋歷史記錄"
+#~ msgstr "查找历史记录"
 
 #~ msgid "Search contact"
-#~ msgstr "搜尋聯繫人(S)"
+#~ msgstr "查找联系人(S)"
 
 #~ msgid "Registered to %s (%s)"
-#~ msgstr "註冊到 %s (%s)"
+#~ msgstr "注册到 %s (%s)"
 
 #~ msgid "%s account- %s             %s"
-#~ msgstr "%s 帳戶- %s\t\t%s"
+#~ msgstr "%s 帐户- %s             %s"
 
 #~ msgid "Books"
-#~ msgstr "鉤鍵"
+#~ msgstr "钩键"
 
 #~ msgid "_Enable"
-#~ msgstr "啟用(E)"
+#~ msgstr "启用(E)"
 
 #~ msgid "_Notify voice mails"
-#~ msgstr "語音郵件通知(N)"
+#~ msgstr "通知语音邮件(N)"
 
 #~ msgid "_Start hidden"
-#~ msgstr "啟動時隱藏(S)"
+#~ msgstr "启动时隐藏(S)"
 
 #~ msgid "_Maximum number of calls"
-#~ msgstr "最大打出電話數目(M)"
+#~ msgstr "最大拨号数(M)"
 
 #~ msgid "_Control running applications volume"
-#~ msgstr "控制正在運行中的應用程式的音量(C)"
+#~ msgstr "控制正在运行的应用程序的音量(C)"
 
 #~ msgid "Account previously setup"
-#~ msgstr "帳戶以前設定"
+#~ msgstr "帐户以前设置"
 
 #~ msgid "URL argument"
-#~ msgstr "URL參數"
+#~ msgstr "URL参数"
 
 #~ msgid "_SIP Header: "
-#~ msgstr "SIP消息頭(S): "
+#~ msgstr "SIP消息头(S): "
 
 #~ msgid "_IAX2 protocol"
-#~ msgstr "IAX2 協議(I)"
+#~ msgstr "IAX2 协议(I)"
 
 #~ msgid "Search"
-#~ msgstr "搜尋"
+#~ msgstr "查找"
 
 #~ msgid "_Enabled"
-#~ msgstr "啟用(E)"
+#~ msgstr "启用(E)"
 
 #~ msgid "%s account- %s"
-#~ msgstr "%s 帳戶- %s"
+#~ msgstr "%s 帐户- %s"
 
 #~ msgid "_Destination folder"
-#~ msgstr "目標文件夾(D)"
+#~ msgstr "目标文件夹(D)"
 
 #~ msgid "Maximum result number for a request: "
-#~ msgstr "最大打出電話數目 "
+#~ msgstr "最大拨号数 "
 
 #~ msgid "Search for and display: "
-#~ msgstr "搜尋並顯示: "
+#~ msgstr "查找并显示: "
 
 #~ msgid "_STUN Server"
-#~ msgstr "STUN伺服器(S)"
+#~ msgstr "STUN服务器(S)"
 
 #~ msgctxt "NAME OF TRANSLATORS"
 #~ msgid "Your names"
 #~ msgstr ""
-#~ "Yun Liu, ,Launchpad Contributions:,Yun Liu, ,Launchpad Contributions:,"
-#~ "Emmanuel Milou,Yun Liu, ,Launchpad Contributions:,Emmanuel Milou,Yun "
-#~ "Liu, ,Launchpad Contributions:,Emmanuel Milou,Yun Liu, ,Launchpad "
-#~ "Contributions:,Emmanuel Milou,Yun Liu"
+#~ "Yun Liu, ,Launchpad Contributions:,Aron Xu,Yun Liu, ,Launchpad "
+#~ "Contributions:,Aron Xu,Yinghua Wang,Yun Liu,rainofchaos, ,Launchpad "
+#~ "Contributions:,Aron Xu,Yinghua Wang,Yun Liu,冯超, ,Launchpad "
+#~ "Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,冯超,王英华, ,Launchpad "
+#~ "Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,YunQiang Su,冯超,英华, ,"
+#~ "Launchpad Contributions:,Aron Xu,Emmanuel Milou,Yun Liu,YunQiang Su,冯超,"
+#~ "英华"
 
 #~ msgctxt "EMAIL OF TRANSLATORS"
 #~ msgid "Your emails"
 #~ msgstr ""
-#~ "yunliu2000@gmail.com,,,,,,emmanuel.milou@savoirfairelinux.com,,,,emmanuel."
-#~ "milou@savoirfairelinux.com,,,,emmanuel.milou@savoirfairelinux.com,,,,"
-#~ "emmanuel.milou@savoirfairelinux.com,"
+#~ "yunliu2000@gmail.com,,,happyaron.xu@gmail.com,,,,happyaron.xu@gmail.com,,,"
+#~ "rainofchaos@gmail.com,,,happyaron.xu@gmail.com,,,rainofchaos@gmail.com,,,,"
+#~ "emmanuel.milou@savoirfairelinux.com,,rainofchaos@gmail.com,"
+#~ "wantinghard@gmail.com,,,,emmanuel.milou@savoirfairelinux.com,,"
+#~ "wzssyqa@gmail.com,rainofchaos@gmail.com,wantinghard@gmail.com,,,happyaron."
+#~ "xu@gmail.com,emmanuel.milou@savoirfairelinux.com,,wzssyqa@gmail.com,"
+#~ "rainofchaos@gmail.com,wantinghard@gmail.com"
+
+#~ msgid "_Echo Suppression"
+#~ msgstr "回声抑制(_E)"
+
+#~ msgid "Email address"
+#~ msgstr "邮件地址"
+
+#~ msgid "Default account"
+#~ msgstr "默认帐户"
+
+#~ msgid "Transfer to : "
+#~ msgstr "转给: "
+
+#~ msgid "Call history"
+#~ msgstr "呼叫记录"
+
+#~ msgid "Display dialpad"
+#~ msgstr "显示拨号键盘"
+
+#~ msgid "Transfer"
+#~ msgstr "转接"
+
+#~ msgid "Remove the selected account"
+#~ msgstr "删除所选账户"
+
+#~ msgid "Add a new account"
+#~ msgstr "增加新帐户"
+
+#~ msgid "Enable address book"
+#~ msgstr "启用地址簿"
+
+#~ msgid "Clear history"
+#~ msgstr "清空历史记录"
+
+#~ msgid "Connection"
+#~ msgstr "连接"
+
+#~ msgid "History"
+#~ msgstr "历史"
+
+#~ msgid "Bad authentification"
+#~ msgstr "认证错误"
+
+#~ msgid "<i>From:</i> %s"
+#~ msgstr "<i>拨入方:</i> %s"
+
+#~ msgid "Place a call"
+#~ msgstr "拨号"
+
+#~ msgid "Off Hold"
+#~ msgstr "恢复通话"
+
+#~ msgid "On Hold"
+#~ msgstr "待机"
+
+#~ msgid "_SIP protocol"
+#~ msgstr "SIP 协议(S)"
+
+#~ msgid "Noise reduction"
+#~ msgstr "降噪"
+
+#~ msgid "_Account Assistant"
+#~ msgstr "帐户向导(A)"
+
+#~ msgid "Setup Accounts"
+#~ msgstr "设定帐户"
+
+#~ msgid "Search Parameters"
+#~ msgstr "查找相关参数"
+
+#~ msgid "_Call"
+#~ msgstr "电话(_C)"
diff --git a/gnome/po/zh_TW.po b/gnome/po/zh_TW.po
index 960c6ea00bc6ab1ab80fffbf714cbfe82fc4d8a2..5a634aeeee6a0ae5d82d79c42252242671ec69b8 100644
--- a/gnome/po/zh_TW.po
+++ b/gnome/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-08 13:53+0000\n"
 "Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -20,1026 +20,1010 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s 帐户: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>拨入方</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d 个语音信息"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "使用%s帐户<i>%s</i>呼叫"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "当前帐户"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "你没有设置任何账户"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "注册失败"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "未发现已注册帐户"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s 不支持 ZRTP。"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>使用:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "显示主窗口(S)"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "挂断(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i 个活动帐号"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "使用账户"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "没有已注册帐户"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "SIP 直接呼叫"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "今天 %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "昨天 %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun配置有误"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "名称"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "频率"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "比率"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA插件"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "输出"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "输入"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "铃声"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "音频管理器"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA设置"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "记录"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "目标文件夹"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "选择文件夹"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "声音增强设置"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "地址簿"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "配置完成."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "别名"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "服务器"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "用户名"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "安全: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "无"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLphone账户创建向导"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "欢迎使用SFLphone帐户创建向导!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "安装向导将帮助您配置帐户"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP协议"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "选择帐户类型"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP(会话初始化协议)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2(Asterisk内部交换协议)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "帐户"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "请选择以下选项中的一个"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "注册已存在的SIP或IAX2帐户"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP帐户设置"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "请填写以下信息"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "别名(A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "主机名(H)"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "用户名(U)"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "密码(P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "密码"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "语音信箱号码(V)"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "可选邮件地址"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "邮件地址(E)"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2帐户设置"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "网络地址解析(NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "使用STUN(n)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUN服务器(S)"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "帐户注册"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "恭喜!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL参数"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP头(S)"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "运行命令(r)"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重设电话号码"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "号码前缀(P)"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "桌面提示"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "启用提示(E)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "系统托盘图标"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "在系统托盘显示 SFLphone"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "来电时弹出主窗口(P)"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "从不弹出主窗口(v)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "在启动时隐藏SFLphone主窗口"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "拨号历史"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "天"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "启用铃声"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "首选项"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "音频"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "钩键"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "快捷键"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "地址簿"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "不支持 ZRTP 时显示警告(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "SDES 失败时会滚为使用 RTP"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "服务器返回了“%s”(%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "协议"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "状态"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "帐户"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "已配置帐户"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "有 %d 个活动帐号"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "没有活动帐号"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下载上限:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可行则显示联系人照片(D)"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "单位电话(W)"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭电话(H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移动电话(M)"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "选择使用如下Evolution地址薄"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS 高级选项"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 传输"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "证书机构列表"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "选择 CA 列表文件(可选)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "选择私钥文件(可选)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "私钥密码"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 协议方法"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "帐户相关参数"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "协议(P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "未知"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "身份验证"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "秘密"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "认证名称"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "帐户设置"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "帐户设置"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "基本"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "高级"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "网络"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "服务器返回了“%s”(%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "协议"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "状态"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "帐户"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "已配置帐户"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "有 %d 个活动帐号"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "没有活动帐号"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "基本"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "高级"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "网络"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "查询所有"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "从未接电话中查询"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "从来电中查询"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "从拨出电话中查询"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone出错"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "今天 %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "昨天 %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s 帐户: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>拨入方</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d 个语音信息"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "使用%s帐户<i>%s</i>呼叫"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "当前帐户"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "你没有设置任何账户"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "注册失败"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "未发现已注册帐户"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s 不支持 ZRTP。"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>使用:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "扬声器音量"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "话筒音量"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "有一个电话正在处理"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "有电话正在处理中"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "确认要退出?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "安全通信不可用"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "继续"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "停止呼叫"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "确认"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已注册"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未注册"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在连接..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "认证失败"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "网络连接失败"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "服务器连接失败"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有误"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun服务器无效"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "就绪"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "无效"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开回放设备时出错"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开采集设备时出错"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未运行"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "关于SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "语音信箱"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "电话(_C)"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "新电话(_N)"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "打一通电话"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "接听(_P)"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "接听"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "挂断(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "完成呼叫"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "保持(_H)"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "挂起"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "恢复通话"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "挂断"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
 msgid "Send _message"
 msgstr "有新消息"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 #, fuzzy
 msgid "Send message"
 msgstr "有新消息"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "配置助手(_A)"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Stun配置有误"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "%d 个语音信息"
 
@@ -1051,187 +1035,198 @@ msgstr "关闭(_C)"
 msgid "Minimize to system tray"
 msgstr "最小化到系统托盘"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "退出(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "退出程序"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "编辑(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "复制(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "删除所选账户"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "粘贴(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "清空历史记录"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "账户(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "当前帐户"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "首选项(_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "更改您的首选项"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "查看(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "帮助(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "继续"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "打开手册"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "关于本程序"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "转接"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "转给:"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "录音(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "记录当前会话"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "显示工具栏"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "禁用"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "显示拨号键盘"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "音量控制(V)"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "音量控制(V)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "历史"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "呼叫记录"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "保持(_H)"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "回叫(_C)"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "编辑电话号码"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "使用账户"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "没有已注册帐户"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "SIP 直接呼叫"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "显示主窗口(S)"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i 个活动帐号"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/gnome/src/main.c b/gnome/src/main.c
index 5998bbcc681e4418462c76a85bafe0598d43101a..7af50785b836d7f47a8f76828101f664a59b6296 100644
--- a/gnome/src/main.c
+++ b/gnome/src/main.c
@@ -54,9 +54,11 @@ main(int argc, char *argv[])
         if (g_strcmp0(argv[i], "--debug") == 0)
             set_log_level(LOG_DEBUG);
 
+#if !GTK_CHECK_VERSION(2,32,0)
     g_thread_init(NULL);
     gdk_threads_init();
     gdk_threads_enter();
+#endif
 
     // Start GTK application
     gtk_init(&argc, &argv);
@@ -127,7 +129,9 @@ main(int argc, char *argv[])
     shortcuts_destroy_bindings();
 
 OUT:
+#if !GTK_CHECK_VERSION(2,32,0)
     gdk_threads_leave();
+#endif
 
     return error != NULL;
 }
diff --git a/kde/data/sflphone-client-kdeui.rc b/kde/data/sflphone-client-kdeui.rc
index 2485812adbd809b6346d86c466987214fefc51cd..c91fd23094c0203c46ec6d287136dfd297983f12 100755
--- a/kde/data/sflphone-client-kdeui.rc
+++ b/kde/data/sflphone-client-kdeui.rc
@@ -17,10 +17,6 @@
 			<Action name="action_record" />
 			<Action name="action_mailBox" />
 			<Separator />
-			<Action name="action_main" />
-			<Action name="action_history" />
-			<Action name="action_addressBook" />
-			<Separator />
 			<Action name="action_close" />
 			<Separator />
 			<Action name="action_quit" />
@@ -44,8 +40,5 @@
                 <Action name="action_hold" />
                 <Action name="action_transfer" />
                 <Action name="action_record" />
-		<Action name="action_main" />
-		<Action name="action_history" />
-		<Action name="action_addressBook" />
 	</ToolBar>	
 </gui>
diff --git a/kde/plasma/dataengine/sflphonEngine.cpp b/kde/plasma/dataengine/sflphonEngine.cpp
index e624414d8d9a7aaf44e4fe15f74dc086ba0535eb..741a86ae8ea9bd5f04ea799e19591f685ec23e65 100644
--- a/kde/plasma/dataengine/sflphonEngine.cpp
+++ b/kde/plasma/dataengine/sflphonEngine.cpp
@@ -17,7 +17,6 @@ SFLPhoneEngine::SFLPhoneEngine(QObject* parent, const QVariantList& args)
    m_pModel->initCall();
    m_pModel->initHistory();
    
-   ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    CallManagerInterface& callManager = CallManagerInterfaceSingleton::getInstance();
 
    connect(m_pModel              , SIGNAL( callStateChanged(Call*))  , this , SLOT(callStateChangedSignal(Call*)  ));
diff --git a/kde/plasma/dataengine/sflphonEngine.h b/kde/plasma/dataengine/sflphonEngine.h
index ab3569f664b888d9904ab8242aef069565dbd8bb..549c0c16734199898311ef744fdfd3b3f5c1a618 100644
--- a/kde/plasma/dataengine/sflphonEngine.h
+++ b/kde/plasma/dataengine/sflphonEngine.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
diff --git a/kde/plasma/plasmoid/MainWidget.cpp b/kde/plasma/plasmoid/MainWidget.cpp
index 1bcb7b5e6352eabf73b21ff9d6e47464d03501c9..b71ae991786d647e5263cbd4719509d6c76238c7 100644
--- a/kde/plasma/plasmoid/MainWidget.cpp
+++ b/kde/plasma/plasmoid/MainWidget.cpp
@@ -91,8 +91,8 @@ void MainWidget::dataUpdated(const QString& source, const Plasma::DataEngine::Da
          topLevelItems[value.key(call)] = callWidgetList[value.key(call)];
       }
 
-      //if (modified)
-        //sflphoneEngine->connectSource("conferences", this,0/*Update only if something happen*/);
+//       if (modified)
+//         sflphoneEngine->connectSource("conferences", this,0/*Update only if something happen*/);
    }
    else if (source == "info") {
       if (!data["Account"].isNull() || data["Account"].isValid())
@@ -153,6 +153,7 @@ QGraphicsLinearLayout* MainWidget::mainLayout()
 
 void MainWidget::call(QString number)
 {
+   Q_UNUSED(number);
 //    qDebug() << "Calling " << number << " with account " << currentAccountId << ", " << CallModelConvenience::getAccountList()->size() << " account registred";
 //    CallManagerInterface& callManager = CallManagerInterfaceSingleton::getInstance();
 //    callManager.placeCall(currentAccountId, CallModelConvenience::generateCallId(), number);
diff --git a/kde/src/AccountListModel.cpp b/kde/src/AccountListModel.cpp
index b5b4ad6d818e4a50971fe9af782c29dd07c10024..62be15d2787f2517736fb25a00478b01f22f27a4 100755
--- a/kde/src/AccountListModel.cpp
+++ b/kde/src/AccountListModel.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,25 +17,38 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
+
+//Parent
 #include "AccountListModel.h"
 
+//SFLPhone library
 #include "lib/sflphone_const.h"
+
+//SFLPhone
 #include "conf/ConfigAccountList.h"
-#include <QDebug>
 
+///Constructor
 AccountListModel::AccountListModel(QObject *parent)
  : QAbstractListModel(parent)
 {
    this->accounts = new ConfigAccountList();
 }
 
-
+///Destructor
 AccountListModel::~AccountListModel()
 {
 }
 
-QVariant AccountListModel::data ( const QModelIndex & index, int role) const
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Get data from the model
+QVariant AccountListModel::data ( const QModelIndex& index, int role) const
 {
    if (!index.isValid() || index.row() < 0 || index.row() >= rowCount())
       return QVariant();
@@ -56,6 +69,7 @@ QVariant AccountListModel::data ( const QModelIndex & index, int role) const
    return QVariant();
 }
 
+///Flags for "index"
 Qt::ItemFlags AccountListModel::flags(const QModelIndex & index) const
 {
    if (index.column() == 0)
@@ -63,9 +77,22 @@ Qt::ItemFlags AccountListModel::flags(const QModelIndex & index) const
    return QAbstractItemModel::flags(index);
 }
 
+///Get the account list
+QString AccountListModel::getOrderedList() const
+{
+   return accounts->getOrderedList();
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Set model data
 bool AccountListModel::setData(const QModelIndex & index, const QVariant &value, int role)
 {
-   qDebug() << "setData";
    if (index.isValid() && index.column() == 0 && role == Qt::CheckStateRole) {
       (*accounts)[index.row()]->setEnabled(value.toBool());
       emit dataChanged(index, index);
@@ -74,6 +101,14 @@ bool AccountListModel::setData(const QModelIndex & index, const QVariant &value,
    return false;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Move account up
 bool AccountListModel::accountUp( int index )
 {
    if(index > 0 && index <= rowCount()) {
@@ -84,6 +119,7 @@ bool AccountListModel::accountUp( int index )
    return false;
 }
 
+///Move account down
 bool AccountListModel::accountDown( int index )
 {
    if(index >= 0 && index < rowCount()) {
@@ -94,7 +130,7 @@ bool AccountListModel::accountDown( int index )
    return false;
 }
 
-
+///Remove an account
 bool AccountListModel::removeAccount( int index )
 {
    if(index >= 0 && index < rowCount()) {
@@ -105,20 +141,16 @@ bool AccountListModel::removeAccount( int index )
    return false;
 }
 
-bool AccountListModel::addAccount( QString alias )
+///Add an account
+bool AccountListModel::addAccount(const QString& alias )
 {
    accounts->addAccount(alias);
    emit dataChanged(this->index(0, 0, QModelIndex()), this->index(rowCount(), 0, QModelIndex()));
    return true;
 }
 
+///Number of account
 int AccountListModel::rowCount(const QModelIndex & /*parent*/) const
 {
    return accounts->size();
-}
-
-QString AccountListModel::getOrderedList() const
-{
-   return accounts->getOrderedList();
-}
-
+}
\ No newline at end of file
diff --git a/kde/src/AccountListModel.h b/kde/src/AccountListModel.h
index 2d70f68e2de4abc8bc7ce3badf9bf9e641c9521f..b62566809bc20660930b4bd502dcb1531ef12050 100755
--- a/kde/src/AccountListModel.h
+++ b/kde/src/AccountListModel.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef ACCOUNTLISTMODEL_H
 #define ACCOUNTLISTMODEL_H
 
@@ -26,9 +26,7 @@
 //SFLPhone
 class ConfigAccountList;
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@gmail.com>
-*/
+///@class AccountListModel Model for the account list widget
 class AccountListModel : public QAbstractListModel
 {
 Q_OBJECT
@@ -36,19 +34,25 @@ private:
    ConfigAccountList* accounts;
 
 public:
+   //Constructor
    AccountListModel(QObject *parent = 0);
 
+   //Destructor
    ~AccountListModel();
-   
-   QVariant data ( const QModelIndex & index, int role = Qt::DisplayRole ) const;
-   int rowCount(const QModelIndex & parent = QModelIndex()) const;
-   Qt::ItemFlags flags(const QModelIndex & index) const;
-   virtual bool setData ( const QModelIndex & index, const QVariant &value, int role);
-   
-   bool accountUp( int index );
-   bool accountDown( int index );
-   bool removeAccount( int index );
-   bool addAccount( QString alias );
+
+   //Getters
+   QVariant      data     ( const QModelIndex& index, int role = Qt::DisplayRole ) const;
+   int           rowCount ( const QModelIndex& parent = QModelIndex()            ) const;
+   Qt::ItemFlags flags    ( const QModelIndex& index                             ) const;
+
+   //Setters
+   virtual bool setData   ( const QModelIndex& index, const QVariant &value, int role)  ;
+
+   //Mutators
+   bool accountUp     ( int index            );
+   bool accountDown   ( int index            );
+   bool removeAccount ( int index            );
+   bool addAccount    ( const QString& alias );
    
    QString getOrderedList() const;
 };
diff --git a/kde/src/AccountView.cpp b/kde/src/AccountView.cpp
index 015dfaea3894a7904841094b92b62bbe096f0523..c70da2b96963741b9db51c8e5fe7cc394896efd6 100644
--- a/kde/src/AccountView.cpp
+++ b/kde/src/AccountView.cpp
@@ -1,12 +1,39 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "AccountView.h"
 
-#include <QDebug>
+
+//Qt
 #include <QtGui/QListWidgetItem>
+
+//KDE
+#include <KDebug>
+
+//SFLPhone library
 #include "lib/sflphone_const.h"
 #include "lib/configurationmanager_interface_singleton.h"
 
 ///Constructor
-AccountView::AccountView() : Account(), item2(0), itemWidget(0)
+AccountView::AccountView() : Account(), m_pItem(0), m_pWidget(0)
 {
 
 }
@@ -14,44 +41,51 @@ AccountView::AccountView() : Account(), item2(0), itemWidget(0)
 ///Init
 void AccountView::initItem()
 {
-   if(item2 != NULL)
-      delete item2;
-   item2 = new QListWidgetItem();
-   item2->setSizeHint(QSize(140,25));
-   item2->setFlags(Qt::ItemIsSelectable|Qt::ItemIsDragEnabled|Qt::ItemIsDropEnabled|Qt::ItemIsEnabled);
+   if(m_pItem != NULL)
+      delete m_pItem;
+   m_pItem = new QListWidgetItem();
+   m_pItem->setSizeHint(QSize(140,25));
+   m_pItem->setFlags(Qt::ItemIsSelectable|Qt::ItemIsDragEnabled|Qt::ItemIsDropEnabled|Qt::ItemIsEnabled);
    initItemWidget();
 }
 
 ///Init widget
 void AccountView::initItemWidget()
 {
-   if(itemWidget != NULL)
-      delete itemWidget;
+   if(m_pWidget != NULL)
+      delete m_pWidget;
         
    bool enabled = getAccountDetail(ACCOUNT_ENABLED) == ACCOUNT_ENABLED_TRUE;
-   itemWidget = new AccountItemWidget();
-   itemWidget->setEnabled(enabled);
-   itemWidget->setAccountText(getAccountDetail(ACCOUNT_ALIAS));
+   m_pWidget = new AccountItemWidget();
+   m_pWidget->setEnabled(enabled);
+   m_pWidget->setAccountText(getAccountDetail(ACCOUNT_ALIAS));
 
    if(isNew() || !enabled)
-      itemWidget->setState(AccountItemWidget::Unregistered);
+      m_pWidget->setState(AccountItemWidget::Unregistered);
    else if(getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED || getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_READY)
-      itemWidget->setState(AccountItemWidget::Registered);
+      m_pWidget->setState(AccountItemWidget::Registered);
    else
-      itemWidget->setState(AccountItemWidget::NotWorking);
-   connect(itemWidget, SIGNAL(checkStateChanged(bool)), this, SLOT(setEnabled(bool)));
+      m_pWidget->setState(AccountItemWidget::NotWorking);
+   connect(m_pWidget, SIGNAL(checkStateChanged(bool)), this, SLOT(setEnabled(bool)));
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Get the current item
 QListWidgetItem* AccountView::getItem()
 {
-   return item2;
+   return m_pItem;
 }
 
 ///Get the current widget
 AccountItemWidget* AccountView::getItemWidget()
 {
-   return itemWidget;
+   return m_pWidget;
 }
 
 ///Return the state color
@@ -65,23 +99,33 @@ QColor AccountView::getStateColor()
 }
 
 ///Get the color name
-QString AccountView::getStateColorName()
+const QString& AccountView::getStateColorName()
 {
+   static const QString black    ( "black"     );
+   static const QString darkGreen( "darkGreen" );
+   static const QString red      ( "red"       );
    if(getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_UNREGISTERED)
-          return "black";
+          return black;
    if(getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED || getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_READY)
-          return "darkGreen";
-   return "red";
+          return darkGreen;
+   return red;
 }
 
 ///Is this item checked?
 bool AccountView::isChecked() const
 {
-   return itemWidget->getEnabled();
+   return m_pWidget->getEnabled();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Build an item from an account id
-AccountView* AccountView::buildExistingAccountFromId(QString _accountId)
+AccountView* AccountView::buildExistingAccountFromId(const QString& _accountId)
 {
    //Account* a = Account::buildExistingAccountFromId( _accountId);
    ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
@@ -93,7 +137,7 @@ AccountView* AccountView::buildExistingAccountFromId(QString _accountId)
 }
 
 ///Build an item from an alias
-AccountView* AccountView::buildNewAccountFromAlias(QString alias)
+AccountView* AccountView::buildNewAccountFromAlias(const QString& alias)
 {
    //Account* a = Account::buildNewAccountFromAlias(alias);
    AccountView* a = new AccountView();
@@ -106,22 +150,21 @@ AccountView* AccountView::buildNewAccountFromAlias(QString alias)
 ///Change LED color
 void AccountView::updateState()
 {
-   qDebug() << "updateState";
    if(! isNew()) {
       Account::updateState();
       
-      AccountItemWidget * itemWidget = getItemWidget();
+      AccountItemWidget * m_pWidget = getItemWidget();
       if(getAccountDetail(ACCOUNT_ENABLED) != ACCOUNT_ENABLED_TRUE ) {
-         qDebug() << "itemWidget->setState(AccountItemWidget::Unregistered);";
-         itemWidget->setState(AccountItemWidget::Unregistered);
+         kDebug() << "Changing account state to Unregistered";
+         m_pWidget->setState(AccountItemWidget::Unregistered);
       }
       else if(getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED || getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_READY) {
-         qDebug() << "itemWidget->setState(AccountItemWidget::Registered);";
-         itemWidget->setState(AccountItemWidget::Registered);
+         kDebug() << "Changing account state to  Registered";
+         m_pWidget->setState(AccountItemWidget::Registered);
       }
       else {
-         qDebug() << "itemWidget->setState(AccountItemWidget::NotWorking);";
-         itemWidget->setState(AccountItemWidget::NotWorking);
+         kDebug() << "Changing account state to NotWorking";
+         m_pWidget->setState(AccountItemWidget::NotWorking);
       }
    }
 }
diff --git a/kde/src/AccountView.h b/kde/src/AccountView.h
index e3911997ce2c411f61929b542f62d4cedf5b5802..2fbc56623ee48f184a1c7baceb909941060ec06f 100644
--- a/kde/src/AccountView.h
+++ b/kde/src/AccountView.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 #ifndef ACCOUNT_VIEW_H
 #define ACCOUNT_VIEW_H
 
@@ -11,22 +30,34 @@ class QListWidgetItem;
 //SFLPhone
 class AccountItemWidget;
 
+///@class AccountView List widgets displaying accounts
 class AccountView : public Account, public Item<AccountItemWidget> {
    public:
-      AccountView();
-      static AccountView* buildExistingAccountFromId(QString _accountId);
-      static AccountView* buildNewAccountFromAlias(QString alias);
-      QListWidgetItem* getItem();
-      AccountItemWidget* getItemWidget();
-      QColor getStateColor();
-      QString getStateColorName();
-      bool isChecked() const;
+      //Constructor
+      AccountView   ();
+      void initItem ();
+
+      //Destructor
+      ~AccountView(){};
+
+      //Getters
+      QListWidgetItem*   getItem           ()      ;
+      AccountItemWidget* getItemWidget     ()      ;
+      QColor             getStateColor     ()      ;
+      const QString&     getStateColorName ()      ;
+      bool               isChecked         () const;
+
+      //Mutators
+      static AccountView* buildExistingAccountFromId (const QString& _accountId );
+      static AccountView* buildNewAccountFromAlias   (const QString& alias      );
       virtual void updateState();
-      void initItem();
       
    private:
+      //Attributes
+      QListWidgetItem*   m_pItem;
+      AccountItemWidget* m_pWidget;
+
+      //Private constructor
       void initItemWidget();
-      QListWidgetItem* item2;
-      AccountItemWidget* itemWidget;
 };
 #endif
diff --git a/kde/src/AccountWizard.cpp b/kde/src/AccountWizard.cpp
index 904f3b75d76718ec42ff387b34ce7e8e52d63019..9df923005a2659ba14945fcab6296fe8aa581121 100755
--- a/kde/src/AccountWizard.cpp
+++ b/kde/src/AccountWizard.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -33,6 +33,9 @@
 
 #include <netdb.h>
 
+//KDE
+#include <KDebug>
+
 
 #define FIELD_SFL_ACCOUNT        "SFL"
 #define FIELD_OTHER_ACCOUNT      "OTHER"
@@ -142,7 +145,7 @@ rest_account get_rest_account(QString host, QString email)
    QString req = "GET /rest/accountcreator?email=" + email;
    QString ret;
    rest_account ra;
-   qDebug() << "HOST: " << host;
+   kDebug() << "HOST: " << host;
    int res = sendRequest(host, 80, req, ret);
    if (res != -1) {
       QStringList list = ret.split("\n");
@@ -153,7 +156,7 @@ rest_account get_rest_account(QString host, QString email)
       ra.success = false;
       ra.reason = ret;
    }
-   qDebug() << ret;
+   kDebug() << ret;
    return ra;
 } 
 
@@ -196,29 +199,29 @@ void AccountWizard::accept()
    QString ret;
    MapStringString accountDetails;
    
-   QString & alias    = accountDetails[ QString(ACCOUNT_ALIAS)    ];
-   QString & enabled  = accountDetails[ QString(ACCOUNT_ENABLED)  ];
-   QString & mailbox  = accountDetails[ QString(ACCOUNT_MAILBOX)  ];
-   QString & protocol = accountDetails[ QString(ACCOUNT_TYPE)     ];
-   QString & server   = accountDetails[ QString(ACCOUNT_HOSTNAME) ];
-   QString & user     = accountDetails[ QString(ACCOUNT_USERNAME) ];
-   QString & password = accountDetails[ QString(ACCOUNT_PASSWORD) ];
+   QString& alias    = accountDetails[ QString(ACCOUNT_ALIAS)    ];
+   QString& enabled  = accountDetails[ QString(ACCOUNT_ENABLED)  ];
+   QString& mailbox  = accountDetails[ QString(ACCOUNT_MAILBOX)  ];
+   QString& protocol = accountDetails[ QString(ACCOUNT_TYPE)     ];
+   QString& server   = accountDetails[ QString(ACCOUNT_HOSTNAME) ];
+   QString& user     = accountDetails[ QString(ACCOUNT_USERNAME) ];
+   QString& password = accountDetails[ QString(ACCOUNT_PASSWORD) ];
 
    // sip only parameters
-   QString & stun_enabled = accountDetails[ QString(ACCOUNT_SIP_STUN_ENABLED) ];
-   QString & stun_server  = accountDetails[ QString(ACCOUNT_SIP_STUN_SERVER)  ];
+   QString& stun_enabled = accountDetails[ QString(ACCOUNT_SIP_STUN_ENABLED) ];
+   QString& stun_server  = accountDetails[ QString(ACCOUNT_SIP_STUN_SERVER)  ];
 
    // zrtp only parameters
-   QString & srtp_enabled          = accountDetails[ QString(ACCOUNT_SRTP_ENABLED)          ];
-   QString & key_exchange          = accountDetails[ QString(ACCOUNT_KEY_EXCHANGE)          ];
-   QString & zrtp_display_sas      = accountDetails[ QString(ACCOUNT_ZRTP_DISPLAY_SAS)      ];
-   QString & zrtp_not_supp_warning = accountDetails[ QString(ACCOUNT_ZRTP_NOT_SUPP_WARNING) ];
-   QString & zrtp_hello_hash       = accountDetails[ QString(ACCOUNT_ZRTP_HELLO_HASH)       ];
-   QString & display_sas_once      = accountDetails[ QString(ACCOUNT_DISPLAY_SAS_ONCE)      ];
+   QString& srtp_enabled          = accountDetails[ QString(ACCOUNT_SRTP_ENABLED)          ];
+   QString& key_exchange          = accountDetails[ QString(ACCOUNT_KEY_EXCHANGE)          ];
+   QString& zrtp_display_sas      = accountDetails[ QString(ACCOUNT_ZRTP_DISPLAY_SAS)      ];
+   QString& zrtp_not_supp_warning = accountDetails[ QString(ACCOUNT_ZRTP_NOT_SUPP_WARNING) ];
+   QString& zrtp_hello_hash       = accountDetails[ QString(ACCOUNT_ZRTP_HELLO_HASH)       ];
+   QString& display_sas_once      = accountDetails[ QString(ACCOUNT_DISPLAY_SAS_ONCE)      ];
 
    //  interface paramters 
-   QString & locale_interface  = accountDetails[ QString(LOCAL_INTERFACE)   ];
-   QString & published_address = accountDetails[ QString(PUBLISHED_ADDRESS) ];
+   QString& locale_interface  = accountDetails[ QString(LOCAL_INTERFACE)   ];
+   QString& published_address = accountDetails[ QString(PUBLISHED_ADDRESS) ];
 
    bool is_using_sflphone_org = field(FIELD_SFL_ACCOUNT).toBool();
    bool is_using_sip          = false;
@@ -320,7 +323,7 @@ void AccountWizard::accept()
    if(is_create_account) {
       QString accountId = configurationManager.addAccount(accountDetails);
    }
-   qDebug() << ret;
+   kDebug() << ret;
    QDialog::accept();
    restart();
 }
diff --git a/kde/src/AccountWizard.h b/kde/src/AccountWizard.h
index f1671b7fdb5c8249194189821f42c79cba62aa4c..b4af3e90bc6173bef1ee23c75ad0476255fc2754 100755
--- a/kde/src/AccountWizard.h
+++ b/kde/src/AccountWizard.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef ACCOUNTWIZARD_H
 #define ACCOUNTWIZARD_H
 
diff --git a/kde/src/ActionSetAccountFirst.cpp b/kde/src/ActionSetAccountFirst.cpp
index 974180d16584e317e0209bddddcf0093b53e0f33..37593268308fa14bb2fa0d901b16c2db1889cb28 100755
--- a/kde/src/ActionSetAccountFirst.cpp
+++ b/kde/src/ActionSetAccountFirst.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -18,10 +18,14 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
-  
+
+//Parent
 #include "ActionSetAccountFirst.h"
-#include <klocale.h>
 
+//KDE
+#include <KLocale>
+
+///Constrctor
 ActionSetAccountFirst::ActionSetAccountFirst(Account* account, QObject *parent)
  : QAction((account == NULL) ? i18n("Default account") : account->getAlias(), parent)
 {
@@ -31,10 +35,12 @@ ActionSetAccountFirst::ActionSetAccountFirst(Account* account, QObject *parent)
            this,    SLOT(emitSetFirst()));
 }
 
+///Destructor
 ActionSetAccountFirst::~ActionSetAccountFirst()
 {
 }
 
+///
 void ActionSetAccountFirst::emitSetFirst()
 {
    emit setFirst(account);
diff --git a/kde/src/ActionSetAccountFirst.h b/kde/src/ActionSetAccountFirst.h
index eb323b4211a106740c20d30fd51c3732d4b8c737..2b9dd739e5c07b08048930735d10c6facbeb953e 100755
--- a/kde/src/ActionSetAccountFirst.h
+++ b/kde/src/ActionSetAccountFirst.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
  
 #ifndef ACTION_SET_ACCOUNT_FIRST_H
 #define ACTION_SET_ACCOUNT_FIRST_H
@@ -26,19 +26,15 @@
 
 #include "lib/Account.h"
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
-*/
+///@class ActionSetAccountFirst Set an account to be the first
 class ActionSetAccountFirst : public QAction
 {
 Q_OBJECT
 
 private:
-   
-   Account * account;
+   Account* account;
 
 public:
-
    ActionSetAccountFirst(Account * account, QObject *parent = 0);
    ~ActionSetAccountFirst();
 
diff --git a/kde/src/AkonadiBackend.cpp b/kde/src/AkonadiBackend.cpp
index 5b37a36c45add53b63aa49d1591a069614294ff1..a265001a791110b22a88db2487642b41956baa80 100644
--- a/kde/src/AkonadiBackend.cpp
+++ b/kde/src/AkonadiBackend.cpp
@@ -1,23 +1,51 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "AkonadiBackend.h"
+
+//Qt
 #include <QtCore/QTimer>
+#include <QtCore/QObject>
+
+//KDE
+#include <KDebug>
+#include <kdialog.h>
 #include <akonadi/control.h>
 #include <akonadi/collectionfilterproxymodel.h>
 #include <akonadi/kmime/messagemodel.h>
-#include <kabc/contactgroup.h>
-#include <kabc/phonenumber.h>
 #include <akonadi/recursiveitemfetchjob.h>
 #include <akonadi/itemfetchscope.h>
 #include <akonadi/collectionfetchjob.h>
 #include <akonadi/collectionfetchscope.h>
 #include <akonadi/contact/contacteditor.h>
-#include <kdialog.h>
-
-#include <QObject>
 #include <akonadi/session.h>
 #include <kabc/addressee.h>
 #include <kabc/addresseelist.h>
+#include <kabc/contactgroup.h>
+#include <kabc/phonenumber.h>
 
+//SFLPhone library
 #include "lib/Contact.h"
+
+//SFLPhone
 #include "SFLPhone.h"
 #include "SFLPhoneView.h"
 
@@ -42,6 +70,13 @@ AkonadiBackend::~AkonadiBackend()
    
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Singleton
 ContactBackend* AkonadiBackend::getInstance()
 {
@@ -51,13 +86,32 @@ ContactBackend* AkonadiBackend::getInstance()
    return m_pInstance;
 }
 
+///Find contact using a phone number
+Contact* AkonadiBackend::getContactByPhone(const QString& phoneNumber)
+{
+   return m_ContactByPhone[phoneNumber];
+}
+
+///Find contact by UID
+Contact* AkonadiBackend::getContactByUid(const QString& uid)
+{
+   return m_ContactByUid[uid];
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Update the contact list when a new Akonadi collection is added
 ContactList AkonadiBackend::update(Akonadi::Collection collection)
 {
-   m_pCollection = collection;
+   m_Collection = collection;
    ContactList contacts;
    if ( !collection.isValid() ) {
-      qDebug() << "The current collection is not valid";
+      kDebug() << "The current collection is not valid";
       return contacts;
    }
 
@@ -69,21 +123,21 @@ ContactList AkonadiBackend::update(Akonadi::Collection collection)
 
       foreach ( const Akonadi::Item &item, items ) {
          if ( item.hasPayload<KABC::ContactGroup>() ) {
-            qDebug() << "Group:" << item.payload<KABC::ContactGroup>().name();
+            kDebug() << "Group:" << item.payload<KABC::ContactGroup>().name();
          }
 
          if ( item.hasPayload<KABC::Addressee>() ) {
             KABC::Addressee tmp = item.payload<KABC::Addressee>();
             Contact* aContact   = new Contact();
-            m_pAddrHash[tmp.uid()] = tmp;
+            m_AddrHash[tmp.uid()] = tmp;
             
             KABC::PhoneNumber::List numbers = tmp.phoneNumbers();
             PhoneNumbers newNumbers;
             foreach (KABC::PhoneNumber number, numbers) {
                newNumbers << new Contact::PhoneNumber(number.number(),number.typeLabel());
-               m_pContactByPhone[number.number()] = aContact;
+               m_ContactByPhone[number.number()] = aContact;
             }
-            m_pContactByUid[tmp.uid()] = aContact;
+            m_ContactByUid[tmp.uid()] = aContact;
             
             aContact->setNickName       (tmp.nickName()       );
             aContact->setFormattedName  (tmp.formattedName()  );
@@ -105,39 +159,12 @@ ContactList AkonadiBackend::update(Akonadi::Collection collection)
    return contacts;
 }
 
-///Update the contact list even without a new collection
-ContactList AkonadiBackend::update_slot()
-{
-   return update(m_pCollection);
-}
-
-///Find contact using a phone number
-Contact* AkonadiBackend::getContactByPhone(QString phoneNumber)
-{
-   return m_pContactByPhone[phoneNumber];
-}
-
-///Find contact by UID
-Contact* AkonadiBackend::getContactByUid(QString uid)
-{
-   return m_pContactByUid[uid];
-}
-
-///Called when a new collection is added
-void AkonadiBackend::collectionsReceived( const Akonadi::Collection::List&  list)
-{
-   foreach (Akonadi::Collection coll, list) {
-      update(coll);
-      emit collectionChanged();
-   }
-}
-
 ///Edit backend value using an updated frontend contact
 void AkonadiBackend::editContact(Contact* contact)
 {
-   KABC::Addressee ct = m_pAddrHash[contact->getUid()];
+   KABC::Addressee ct = m_AddrHash[contact->getUid()];
    if (ct.uid() != contact->getUid()) {
-      qDebug() << "Contact not found";
+      kDebug() << "Contact not found";
       return;
    }
    Akonadi::ContactEditor *editor = new Akonadi::ContactEditor( Akonadi::ContactEditor::EditMode, SFLPhone::app()->view() );
@@ -193,7 +220,29 @@ void AkonadiBackend::addNewContact(Contact* contact)
    dlg->exec();
    
    if ( !editor->saveContact() ) {
-      qDebug() << "Unable to save new contact to storage";
+      kDebug() << "Unable to save new contact to storage";
       return;
    }
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                    Slots                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Called when a new collection is added
+void AkonadiBackend::collectionsReceived( const Akonadi::Collection::List&  list)
+{
+   foreach (Akonadi::Collection coll, list) {
+      update(coll);
+      emit collectionChanged();
+   }
+}
+
+///Update the contact list even without a new collection
+ContactList AkonadiBackend::update_slot()
+{
+   return update(m_Collection);
 }
\ No newline at end of file
diff --git a/kde/src/AkonadiBackend.h b/kde/src/AkonadiBackend.h
index fdc97e6305c1603608f0002bde74d953c3a4bac3..89a3224ef20ee2767b6bc637f3c985d4111287c1 100644
--- a/kde/src/AkonadiBackend.h
+++ b/kde/src/AkonadiBackend.h
@@ -1,6 +1,25 @@
 #ifndef AKONADI_BACKEND_H
 #define AKONADI_BACKEND_H
 
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 #include <lib/ContactBackend.h>
 #include <akonadi/collectionmodel.h>
 
@@ -24,28 +43,33 @@ class Contact;
 
 typedef QList<Contact*> ContactList;
 
+///@class AkonadiBackend Implement a backend for Akonadi
 class AkonadiBackend : public ContactBackend {
    Q_OBJECT
 public:
    static   ContactBackend* getInstance();
-   Contact* getContactByPhone ( QString phoneNumber );
-   Contact* getContactByUid   ( QString uid         );
-   void     editContact       ( Contact* contact    );
-   void     addNewContact     ( Contact* contact    );
+   Contact* getContactByPhone ( const QString& phoneNumber );
+   Contact* getContactByUid   ( const QString& uid         );
+   void     editContact       ( Contact*       contact     );
+   void     addNewContact     ( Contact*       contact     );
+   
 private:
    AkonadiBackend(QObject* parent);
    virtual ~AkonadiBackend();
    
    //Attributes
-   static AkonadiBackend*         m_pInstance       ;
-   Akonadi::Session*              m_pSession        ;
-   Akonadi::Collection            m_pCollection     ;
-   QHash<QString,KABC::Addressee> m_pAddrHash       ;
+   static AkonadiBackend*         m_pInstance  ;
+   Akonadi::Session*              m_pSession   ;
+   Akonadi::Collection            m_Collection ;
+   QHash<QString,KABC::Addressee> m_AddrHash   ;
+   
 protected:
    ContactList update_slot();
+   
 public slots:
    ContactList update(Akonadi::Collection collection);
    void collectionsReceived( const Akonadi::Collection::List& );
+   
 signals:
    void collectionChanged();
 };
diff --git a/kde/src/CMakeLists.txt b/kde/src/CMakeLists.txt
index 9c22f65f5f59358a3a64a572f385d1783bc3d466..15fffdec377ed73d89dd2e95e0dc67040e09b305 100755
--- a/kde/src/CMakeLists.txt
+++ b/kde/src/CMakeLists.txt
@@ -43,6 +43,7 @@ SET(	sflphone_client_kde_SRCS
 	widgets/ContactDock.cpp
 	widgets/HistoryDock.cpp
 	widgets/BookmarkDock.cpp
+	widgets/TranslucentButtons.cpp
 	Codec.cpp
 	AccountListModel.cpp
 	AkonadiBackend.cpp
@@ -79,5 +80,7 @@ TARGET_LINK_LIBRARIES(sflphone-client-kde qtsflphone ${KDE4_KDEUI_LIBS} ${KDE4_K
 ########### install files ###############
 
 INSTALL(TARGETS sflphone-client-kde DESTINATION ${BIN_INSTALL_DIR})
-
-
+INSTALL( FILES icons/transferarraw.png   DESTINATION  ${DATA_INSTALL_DIR}/sflphone-client-kde )
+INSTALL( FILES icons/transfertarrow.svg  DESTINATION  ${DATA_INSTALL_DIR}/sflphone-client-kde )
+INSTALL( FILES icons/confBlackWhite.svg  DESTINATION  ${DATA_INSTALL_DIR}/sflphone-client-kde )
+INSTALL( FILES icons/confBlackWhite.png  DESTINATION  ${DATA_INSTALL_DIR}/sflphone-client-kde )
diff --git a/kde/src/CallView.cpp b/kde/src/CallView.cpp
index a68334add497e93d72e4b47bf83267878a988bad..e4484c904342da63282813a6d7d2e37e83d51793 100644
--- a/kde/src/CallView.cpp
+++ b/kde/src/CallView.cpp
@@ -1,34 +1,91 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "CallView.h"
-#include "AkonadiBackend.h"
+
+//Qt
+#include <QtGui/QInputDialog>
+#include <QtGui/QTreeWidget>
+#include <QtGui/QTreeWidgetItem>
+#include <QtGui/QPushButton>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QGridLayout>
+#include <QtGui/QLabel>
+
+//KDE
+#include <KDebug>
+#include <KLineEdit>
+#include <KStandardDirs>
+
+//SFLPhone library
 #include "lib/Contact.h"
 #include "lib/sflphone_const.h"
 #include "lib/callmanager_interface_singleton.h"
-#include "widgets/CallTreeItem.h"
 
+//SFLPhone
+#include "widgets/CallTreeItem.h"
 #include "SFLPhone.h"
 #include "SFLPhoneView.h"
+#include "AkonadiBackend.h"
 
-#include <QtGui/QInputDialog>
-#include <QtGui/QTreeWidget>
-#include <QtGui/QTreeWidgetItem>
 
 ///Retrieve current and older calls from the daemon, fill history and the calls TreeView and enable drag n' drop
-CallView::CallView(QWidget* parent) : QTreeWidget(parent)
+CallView::CallView(QWidget* parent) : QTreeWidget(parent),m_pActiveOverlay(0),m_pCallPendingTransfer(0)
 {
    //Widget part
    setAcceptDrops(true);
    setDragEnabled(true);
+   setAnimated(true);
    CallTreeItemDelegate *delegate = new CallTreeItemDelegate();
    setItemDelegate(delegate); 
    setSizePolicy(QSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding));
-
-   //User Interface events
-   connect(this              , SIGNAL(itemDoubleClicked(QTreeWidgetItem*,int) ) , this, SLOT( itemDoubleClicked(QTreeWidgetItem*,int)) );
-   connect(this              , SIGNAL(itemClicked(QTreeWidgetItem*,int)       ) , this, SLOT( itemClicked(QTreeWidgetItem*,int))       );
-   connect(SFLPhone::model() , SIGNAL(conferenceCreated(Call*)                ) , this, SLOT( addConference(Call*))                    );
-   connect(SFLPhone::model() , SIGNAL(conferenceChanged(Call*)                ) , this, SLOT( conferenceChanged(Call*))                );
-   connect(SFLPhone::model() , SIGNAL(aboutToRemoveConference(Call*)          ) , this, SLOT( conferenceRemoved(Call*))                );
-   connect(SFLPhone::model() , SIGNAL(callAdded(Call*,Call*)                  ) , this, SLOT( addCall(Call*,Call*))                    );
+   
+   m_pTransferOverlay = new CallViewOverlay(this);
+   m_pTransferOverlay->setVisible(false);
+   m_pTransferOverlay->resize(size());
+   QLabel* lblImg = new QLabel("<img width=100 height=100  src='"+KStandardDirs::locate("data","sflphone-client-kde/transferarraw.png")+"' />");
+   m_pTransferOverlay->setCornerWidget(lblImg);
+
+   m_pTransferB  = new QPushButton(m_pTransferOverlay);
+   m_pTransferLE = new KLineEdit(m_pTransferOverlay);
+   m_pTransferB->setText("Transfer");
+   m_pTransferB->setMaximumSize(70,9000);
+   QGridLayout* gl = new QGridLayout(m_pTransferOverlay);
+   gl->addItem(new QSpacerItem(0,0,QSizePolicy::Expanding,QSizePolicy::Minimum),0,0,1,3);
+   gl->addWidget(m_pTransferLE,1,1,1,2);
+   gl->addWidget(m_pTransferB,1,4,1,2);
+   gl->addItem(new QSpacerItem(0,0,QSizePolicy::Expanding,QSizePolicy::Minimum),2,0,1,3);
+
+   //User Interface even
+   //              SENDER                                   SIGNAL                              RECEIVER                     SLOT                        /
+   /**/connect(this              , SIGNAL(itemDoubleClicked(QTreeWidgetItem*,int)              ) , this, SLOT( itemDoubleClicked(QTreeWidgetItem*,int)) );
+   /**/connect(this              , SIGNAL(itemClicked(QTreeWidgetItem*,int)                    ) , this, SLOT( itemClicked(QTreeWidgetItem*,int))       );
+   /**/connect(this              , SIGNAL(currentItemChanged(QTreeWidgetItem*,QTreeWidgetItem*)) , this, SLOT( itemClicked(QTreeWidgetItem*))           );
+   /**/connect(SFLPhone::model() , SIGNAL(conferenceCreated(Call*)                             ) , this, SLOT( addConference(Call*))                    );
+   /**/connect(SFLPhone::model() , SIGNAL(conferenceChanged(Call*)                             ) , this, SLOT( conferenceChanged(Call*))                );
+   /**/connect(SFLPhone::model() , SIGNAL(aboutToRemoveConference(Call*)                       ) , this, SLOT( conferenceRemoved(Call*))                );
+   /**/connect(SFLPhone::model() , SIGNAL(callAdded(Call*,Call*)                               ) , this, SLOT( addCall(Call*,Call*))                    );
+   /**/connect(m_pTransferB      , SIGNAL(clicked()                                            ) , this, SLOT( transfer())                              );
+   /**/connect(m_pTransferLE     , SIGNAL(returnPressed()                                      ) , this, SLOT( transfer())                              );
+   /*                                                                                                                                                   */
 
 }
 
@@ -39,6 +96,41 @@ CallView::CallView(QWidget* parent) : QTreeWidget(parent)
  *                                                                           *
  ****************************************************************************/
 
+///Called when someone try to drop something on the tree
+void CallView::dragEnterEvent ( QDragEnterEvent *e )
+{
+   kDebug() << "Potential drag event enter";
+   e->accept();
+}
+
+///When a drag position change
+void CallView::dragMoveEvent  ( QDragMoveEvent  *e )
+{
+   e->accept();
+}
+
+///When a drag event is leaving the widget
+void CallView::dragLeaveEvent ( QDragLeaveEvent *e )
+{
+   kDebug() << "Potential drag event leave";
+   e->accept();
+}
+
+///Proxy to handle transfer mime data
+void CallView::transferDropEvent(Call* call,QMimeData* data)
+{
+   QByteArray encodedCallId = data->data( MIME_CALLID );
+   SFLPhone::model()->attendedTransfer(SFLPhone::model()->getCall(encodedCallId),call);
+}
+
+///Proxy to handle conversation mime data
+void CallView::conversationDropEvent(Call* call,QMimeData* data)
+{
+   kDebug() << "Calling real drag and drop function";
+   dropMimeData(SFLPhone::model()->getIndex(call), 0, data, (Qt::DropAction)0);
+}
+
+///A call is dropped on another call
 bool CallView::callToCall(QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action)
 {
    Q_UNUSED(index)
@@ -49,31 +141,31 @@ bool CallView::callToCall(QTreeWidgetItem *parent, int index, const QMimeData *d
         clearArtefact(SFLPhone::model()->getIndex(encodedCallId));
 
       if (!parent) {
-         qDebug() << "Call dropped on empty space";
+         kDebug() << "Call dropped on empty space";
          if (SFLPhone::model()->getIndex(encodedCallId)->parent()) {
-            qDebug() << "Detaching participant";
+            kDebug() << "Detaching participant";
             SFLPhone::model()->detachParticipant(SFLPhone::model()->getCall(encodedCallId));
          }
          else
-            qDebug() << "The call is not in a conversation (doing nothing)";
+            kDebug() << "The call is not in a conversation (doing nothing)";
          return true;
       }
 
       if (SFLPhone::model()->getCall(parent)->getCallId() == QString(encodedCallId)) {
-         qDebug() << "Call dropped on itself (doing nothing)";
+         kDebug() << "Call dropped on itself (doing nothing)";
          return true;
       }
 
       if ((parent->childCount()) && (SFLPhone::model()->getIndex(encodedCallId)->childCount())) {
-         qDebug() << "Merging two conferences";
+         kDebug() << "Merging two conferences";
          SFLPhone::model()->mergeConferences(SFLPhone::model()->getCall(parent),SFLPhone::model()->getCall(encodedCallId));
          return true;
       }
       else if ((parent->parent()) || (parent->childCount())) {
-         qDebug() << "Call dropped on a conference";
+         kDebug() << "Call dropped on a conference";
 
          if ((SFLPhone::model()->getIndex(encodedCallId)->childCount()) && (!parent->childCount())) {
-            qDebug() << "Conference dropped on a call (doing nothing)";
+            kDebug() << "Conference dropped on a call (doing nothing)";
             return true;
          }
 
@@ -81,21 +173,21 @@ bool CallView::callToCall(QTreeWidgetItem *parent, int index, const QMimeData *d
          QTreeWidgetItem* call2 = (parent->parent())?parent->parent():parent;
 
          if (call1->parent()) {
-            qDebug() << "Call 1 is part of a conference";
+            kDebug() << "Call 1 is part of a conference";
             if (call1->parent() == call2) {
-               qDebug() << "Call dropped on it's own conference (doing nothing)";
+               kDebug() << "Call dropped on it's own conference (doing nothing)";
                return true;
             }
             else if (SFLPhone::model()->getIndex(call1)->childCount()) {
-               qDebug() << "Merging two conferences";
+               kDebug() << "Merging two conferences";
                SFLPhone::model()->mergeConferences(SFLPhone::model()->getCall(call1),SFLPhone::model()->getCall(call2));
             }
             else if (call1->parent()) {
-               qDebug() << "Moving call from a conference to an other";
+               kDebug() << "Moving call from a conference to an other";
                SFLPhone::model()->detachParticipant(SFLPhone::model()->getCall(encodedCallId));
             }
          }
-         qDebug() << "Adding participant";
+         kDebug() << "Adding participant";
          int state = SFLPhone::model()->getCall(call1)->getState();
          if(state == CALL_STATE_INCOMING || state == CALL_STATE_DIALING || state == CALL_STATE_TRANSFER || state == CALL_STATE_TRANSF_HOLD) {
             SFLPhone::model()->getCall(call1)->actionPerformed(CALL_ACTION_ACCEPT);
@@ -108,19 +200,18 @@ bool CallView::callToCall(QTreeWidgetItem *parent, int index, const QMimeData *d
          return true;
       }
       else if ((SFLPhone::model()->getIndex(encodedCallId)->childCount()) && (!parent->childCount())) {
-         qDebug() << "Call dropped on it's own conference (doing nothing)";
+         kDebug() << "Call dropped on it's own conference (doing nothing)";
          return true;
       }
 
-
-
-      qDebug() << "Call dropped on another call";
+      kDebug() << "Call dropped on another call";
       SFLPhone::model()->createConferenceFromCall(SFLPhone::model()->getCall(encodedCallId),SFLPhone::model()->getCall(parent));
       return true;
    }
    return false;
 }
 
+///A string containing a call number is dropped on a call
 bool CallView::phoneNumberToCall(QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action)
 {
    Q_UNUSED(index)
@@ -137,7 +228,7 @@ bool CallView::phoneNumberToCall(QTreeWidgetItem *parent, int index, const QMime
       call2->appendText(QString(encodedPhoneNumber));
       if (!parent) {
          //Dropped on free space
-         qDebug() << "Adding new dialing call";
+         kDebug() << "Adding new dialing call";
       }
       else if (parent->childCount() || parent->parent()) {
          //Dropped on a conversation
@@ -157,9 +248,10 @@ bool CallView::phoneNumberToCall(QTreeWidgetItem *parent, int index, const QMime
    return false;
 }
 
+///A contact ID is dropped on a call
 bool CallView::contactToCall(QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action)
 {
-   qDebug() << "contactToCall";
+   kDebug() << "contactToCall";
    Q_UNUSED( index  )
    Q_UNUSED( action )
    QByteArray encodedContact = data->data( MIME_CONTACT );
@@ -185,17 +277,17 @@ bool CallView::contactToCall(QTreeWidgetItem *parent, int index, const QMimeData
                call2->appendText(map[result]);
             }
             else {
-               qDebug() << "Operation cancelled";
+               kDebug() << "Operation cancelled";
                return false;
             }
          }
          else {
-            qDebug() << "This contact have no valid phone number";
+            kDebug() << "This contact have no valid phone number";
             return false;
          }
          if (!parent) {
             //Dropped on free space
-            qDebug() << "Adding new dialing call";
+            kDebug() << "Adding new dialing call";
          }
          else if (parent->childCount() || parent->parent()) {
             //Dropped on a conversation
@@ -227,15 +319,15 @@ bool CallView::dropMimeData(QTreeWidgetItem *parent, int index, const QMimeData
    QByteArray encodedContact     = data->data( MIME_CONTACT     );
 
    if (!QString(encodedCallId).isEmpty()) {
-      qDebug() << "CallId dropped"<< QString(encodedCallId);
+      kDebug() << "CallId dropped"<< QString(encodedCallId);
       callToCall(parent, index, data, action);
    }
    else if (!QString(encodedPhoneNumber).isEmpty()) {
-      qDebug() << "PhoneNumber dropped"<< QString(encodedPhoneNumber);
+      kDebug() << "PhoneNumber dropped"<< QString(encodedPhoneNumber);
       phoneNumberToCall(parent, index, data, action);
    }
    else if (!QString(encodedContact).isEmpty()) {
-      qDebug() << "Contact dropped"<< QString(encodedContact);
+      kDebug() << "Contact dropped"<< QString(encodedContact);
       contactToCall(parent, index, data, action);
    }
    return false;
@@ -244,7 +336,7 @@ bool CallView::dropMimeData(QTreeWidgetItem *parent, int index, const QMimeData
 ///Encode data to be tranported during the drag n' drop operation
 QMimeData* CallView::mimeData( const QList<QTreeWidgetItem *> items) const
 {   
-   qDebug() << "A call is being dragged";
+   kDebug() << "A call is being dragged";
    if (items.size() < 1) {
       return NULL;
    }
@@ -287,14 +379,60 @@ Call* CallView::addCall(Call* call, Call* parent)
    return call;
 }
 
+///Transfer a call
+void CallView::transfer()
+{
+   if (m_pCallPendingTransfer) {
+      SFLPhone::model()->transfer(m_pCallPendingTransfer,m_pTransferLE->text());
+      m_pCallPendingTransfer = 0;
+      m_pTransferLE->clear();
+      m_pTransferOverlay->setVisible(false);
+   }
+}
+
 /*****************************************************************************
  *                                                                           *
  *                            View related code                              *
  *                                                                           *
  ****************************************************************************/
 
+///Show the transfer overlay
+void CallView::showTransferOverlay(Call* call)
+{
+   if (!m_pTransferOverlay) {
+      kDebug() << "Creating overlay";
+   }
+   m_pTransferOverlay->setVisible(true);
+   m_pCallPendingTransfer = call;
+   m_pActiveOverlay = m_pTransferOverlay;
+   m_pTransferLE->setFocus();
+   connect(call,SIGNAL(changed()),this,SLOT(hideOverlay()));
+}
+
+///Is there an active overlay
+bool CallView::haveOverlay()
+{
+   return (m_pActiveOverlay && m_pActiveOverlay->isVisible());
+}
+
+///Remove the active overlay
+void CallView::hideOverlay()
+{
+   if (m_pActiveOverlay)
+      m_pActiveOverlay->setVisible(false);
+   m_pActiveOverlay = 0;
+}
+
+///Be sure the size of the overlay stay the same
+void CallView::resizeEvent (QResizeEvent *e)
+{
+   if (m_pTransferOverlay)
+      m_pTransferOverlay->resize(size());
+   QTreeWidget::resizeEvent(e);
+}
+
 ///Set the TreeView header text
-void CallView::setTitle(QString title) 
+void CallView::setTitle(const QString& title) 
 {
    headerItem()->setText(0,title);
 }
@@ -322,9 +460,12 @@ Call* CallView::getCurrentItem()
 ///Remove a TreeView item and delete it
 bool CallView::removeItem(Call* item) 
 {
-   if (indexOfTopLevelItem(SFLPhone::model()->getIndex(item)) != -1) {//TODO To remove once safe
-     removeItemWidget(SFLPhone::model()->getIndex(item),0);
-     return true;
+   if (indexOfTopLevelItem(SFLPhone::model()->getIndex(item)) != -1) {
+      QTreeWidgetItem* parent = itemAt(indexOfTopLevelItem(SFLPhone::model()->getIndex(item)),0);
+      removeItemWidget(SFLPhone::model()->getIndex(item),0);
+      if (parent->childCount() == 0) //TODO this have to be done in the daemon, not here, but oops still happen too often to ignore
+         removeItemWidget(parent,0);
+      return true;
    }
    else
       return false;
@@ -337,7 +478,7 @@ QWidget* CallView::getWidget()
 }
 
 ///Convenience wrapper around extractItem(QTreeWidgetItem*)
-QTreeWidgetItem* CallView::extractItem(QString callId) 
+QTreeWidgetItem* CallView::extractItem(const QString& callId) 
 {
    QTreeWidgetItem* currentItem = SFLPhone::model()->getIndex(callId);
    return extractItem(currentItem);
@@ -350,7 +491,7 @@ QTreeWidgetItem* CallView::extractItem(QTreeWidgetItem* item)
    
    if (parentItem) {
       if ((indexOfTopLevelItem(parentItem) == -1 ) || (parentItem->indexOfChild(item) == -1)) {
-         qDebug() << "The conversation does not exist";
+         kDebug() << "The conversation does not exist";
          return 0;
       }
       
@@ -372,7 +513,7 @@ CallTreeItem* CallView::insertItem(QTreeWidgetItem* item, Call* parent)
 CallTreeItem* CallView::insertItem(QTreeWidgetItem* item, QTreeWidgetItem* parent) 
 {
    if (!item) {
-      qDebug() << "This is not a valid call";
+      kDebug() << "This is not a valid call";
       return 0;
    }
    
@@ -382,6 +523,11 @@ CallTreeItem* CallView::insertItem(QTreeWidgetItem* item, QTreeWidgetItem* paren
       parent->addChild(item);
    
    CallTreeItem* callItem = new CallTreeItem();
+   connect(callItem, SIGNAL(showChilds(CallTreeItem*)), this, SLOT(showDropOptions(CallTreeItem*)));
+   connect(callItem, SIGNAL(askTransfer(Call*)), this, SLOT(showTransferOverlay(Call*)));
+   connect(callItem, SIGNAL(transferDropEvent(Call*,QMimeData*)), this, SLOT(transferDropEvent(Call*,QMimeData*)));
+   connect(callItem, SIGNAL(conversationDropEvent(Call*,QMimeData*)), this, SLOT(conversationDropEvent(Call*,QMimeData*)));
+   
    SFLPhone::model()->updateWidget(SFLPhone::model()->getCall(item), callItem);
    callItem->setCall(SFLPhone::model()->getCall(item));
    
@@ -398,13 +544,21 @@ void CallView::destroyCall(Call* toDestroy)
       setCurrentItem(0);
    
    if (!SFLPhone::model()->getIndex(toDestroy))
-       qDebug() << "Call not found";
+       kDebug() << "Call not found";
    else if (indexOfTopLevelItem(SFLPhone::model()->getIndex(toDestroy)) != -1)
       takeTopLevelItem(indexOfTopLevelItem(SFLPhone::model()->getIndex(toDestroy)));
-   else if (SFLPhone::model()->getIndex(toDestroy)->parent()) //May crash here
+   else if (SFLPhone::model()->getIndex(toDestroy)->parent()) {
+      QTreeWidgetItem* parent = SFLPhone::model()->getIndex(toDestroy)->parent();
       SFLPhone::model()->getIndex(toDestroy)->parent()->removeChild(SFLPhone::model()->getIndex(toDestroy));
+      if (parent->childCount() == 0) /*This should never happen, but it does*/
+         takeTopLevelItem(indexOfTopLevelItem(parent));
+      else if (parent->childCount() == 1) {
+         addTopLevelItem(extractItem(parent->child(0)));
+         takeTopLevelItem(indexOfTopLevelItem(parent));
+      } //TODO make sure it just never happen and remove this logic code
+   }
    else
-      qDebug() << "Call not found";
+      kDebug() << "Call not found";
 }
 
 /// @todo Remove the text partially covering the TreeView item widget when it is being dragged, a beter implementation is needed
@@ -423,7 +577,7 @@ void CallView::clearArtefact(QTreeWidgetItem* item)
 
 void CallView::itemDoubleClicked(QTreeWidgetItem* item, int column) {
    Q_UNUSED(column)
-   qDebug() << "Item doubleclicked" << SFLPhone::model()->getCall(item)->getState();
+   kDebug() << "Item doubleclicked" << SFLPhone::model()->getCall(item)->getState();
    switch(SFLPhone::model()->getCall(item)->getState()) {
       case CALL_STATE_INCOMING:
          SFLPhone::model()->getCall(item)->actionPerformed(CALL_ACTION_ACCEPT);
@@ -435,14 +589,14 @@ void CallView::itemDoubleClicked(QTreeWidgetItem* item, int column) {
          SFLPhone::model()->getCall(item)->actionPerformed(CALL_ACTION_ACCEPT);
          break;
       default:
-         qDebug() << "Double clicked an item with no action on double click.";
+         kDebug() << "Double clicked an item with no action on double click.";
     }
 }
 
 void CallView::itemClicked(QTreeWidgetItem* item, int column) {
    Q_UNUSED(column)
    emit itemChanged(SFLPhone::model()->getCall(item));
-   qDebug() << "Item clicked";
+   kDebug() << "Item clicked";
 }
 
 
@@ -455,7 +609,7 @@ void CallView::itemClicked(QTreeWidgetItem* item, int column) {
 ///Add a new conference, get the call list and update the interface as needed
 Call* CallView::addConference(Call* conf) 
 {
-   qDebug() << "Conference created";
+   kDebug() << "Conference created";
    Call* newConf =  conf;//SFLPhone::model()->addConference(confID);//TODO ELV?
    
    QTreeWidgetItem* confItem = new QTreeWidgetItem();
@@ -470,7 +624,7 @@ Call* CallView::addConference(Call* conf)
    QStringList callList = callManager.getParticipantList(conf->getConfId());
    
    foreach (QString callId, callList) {
-      qDebug() << "Adding " << callId << "to the conversation";
+      kDebug() << "Adding " << callId << "to the conversation";
       insertItem(extractItem(SFLPhone::model()->getIndex(callId)),confItem);
    }
    
@@ -481,7 +635,7 @@ Call* CallView::addConference(Call* conf)
 ///Executed when the daemon signal a modification in an existing conference. Update the call list and update the TreeView
 bool CallView::conferenceChanged(Call* conf) 
 {
-   qDebug() << "Conference changed";
+   kDebug() << "Conference changed";
    //if (!SFLPhone::model()->conferenceChanged(confId, state))
    //  return false;
 
@@ -496,13 +650,14 @@ bool CallView::conferenceChanged(Call* conf)
          buffer << SFLPhone::model()->getIndex(callId);
       }
       else
-         qDebug() << "Call " << callId << " does not exist";
+         kDebug() << "Call " << callId << " does not exist";
    }
 
-   for (int j =0; j < SFLPhone::model()->getIndex(conf)->childCount();j++) {
-      if (buffer.indexOf(SFLPhone::model()->getIndex(conf)->child(j)) == -1)
-         insertItem(extractItem(SFLPhone::model()->getIndex(conf)->child(j)));
-   }
+   if (SFLPhone::model()->getIndex(conf)) /*Can happen is the daemon crashed*/
+      for (int j =0; j < SFLPhone::model()->getIndex(conf)->childCount();j++) {
+         if (buffer.indexOf(SFLPhone::model()->getIndex(conf)->child(j)) == -1)
+            insertItem(extractItem(SFLPhone::model()->getIndex(conf)->child(j)));
+      }
    
    Q_ASSERT_X(SFLPhone::model()->getIndex(conf)->childCount() == 0,"changind conference","A conference can't have no participants");
    
@@ -512,7 +667,7 @@ bool CallView::conferenceChanged(Call* conf)
 ///Remove a conference from the model and the TreeView
 void CallView::conferenceRemoved(Call* conf) 
 {
-   qDebug() << "Attempting to remove conference";
+   kDebug() << "Attempting to remove conference";
    QTreeWidgetItem* idx = SFLPhone::model()->getIndex(conf);
    if (idx) {
    while (idx->childCount()) {
@@ -520,10 +675,10 @@ void CallView::conferenceRemoved(Call* conf)
    }
    takeTopLevelItem(indexOfTopLevelItem(SFLPhone::model()->getIndex(conf)));
    //SFLPhone::model()->conferenceRemoved(confId);
-   qDebug() << "Conference removed";
+   kDebug() << "Conference removed";
    }
    else {
-      qDebug() << "Conference not found";
+      kDebug() << "Conference not found";
    }
 }
 
@@ -537,3 +692,68 @@ void CallView::clearHistory()
 void CallView::keyPressEvent(QKeyEvent* event) {
    SFLPhone::app()->view()->keyPressEvent(event);
 }
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                 Overlay                                   *
+ *                                                                           *
+ ****************************************************************************/
+
+///Constructor
+CallViewOverlay::CallViewOverlay(QWidget* parent) : QWidget(parent),m_pIcon(0),m_pTimer(0),m_enabled(true),m_black("black")
+{
+   m_black.setAlpha(75);
+}
+
+///Add a widget (usually an icon) in the corner
+void CallViewOverlay::setCornerWidget(QWidget* wdg) {
+   wdg->setParent      ( this                       );
+   wdg->setMinimumSize ( 100         , 100          );
+   wdg->resize         ( 100         , 100          );
+   wdg->move           ( width()-100 , height()-100 );
+   m_pIcon = wdg;
+}
+
+///Overload the setVisible method to trigger the timer
+void CallViewOverlay::setVisible(bool enabled) {
+   if (m_enabled != enabled) {
+      if (m_pTimer) {
+         m_pTimer->stop();
+         disconnect(m_pTimer);
+      }
+      m_pTimer = new QTimer(this); //TODO LEAK?
+      connect(m_pTimer, SIGNAL(timeout()), this, SLOT(changeVisibility()));
+      m_step = 0;
+      m_black.setAlpha(0);
+      repaint();
+      m_pTimer->start(10);
+   }
+   m_enabled = enabled;
+   QWidget::setVisible(enabled);
+}
+
+///How to paint the overlay
+void CallViewOverlay::paintEvent(QPaintEvent* event) {
+   Q_UNUSED(event)
+   QPainter customPainter(this);
+   customPainter.fillRect(rect(),m_black);
+}
+
+///Be sure the event is always the right size
+void CallViewOverlay::resizeEvent(QResizeEvent *e) {
+   Q_UNUSED(e)
+   if (m_pIcon) {
+      m_pIcon->setMinimumSize(100,100);
+      m_pIcon->move(width()-100,height()-100);
+   }
+}
+
+///Step by step animation to fade in/out
+void CallViewOverlay::changeVisibility() {
+   m_step++;
+   m_black.setAlpha(0.1*m_step*m_step);
+   repaint();
+   if (m_step >= 35)
+      m_pTimer->stop();
+}
\ No newline at end of file
diff --git a/kde/src/CallView.h b/kde/src/CallView.h
index f2fb282935953d19d0453c2115886f15327dfbb7..0d05fa7fcdd2fe83666925934da74759a46d3651 100644
--- a/kde/src/CallView.h
+++ b/kde/src/CallView.h
@@ -1,16 +1,45 @@
 #ifndef CALL_VIEW
 #define CALL_VIEW
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 
 #include <QtGui/QItemDelegate>
 #include <QtGui/QTreeWidget>
+#include <QtGui/QPainter>
+#include <QtCore/QTimer>
 #include "lib/CallModel.h"
 
 //Qt
 class QTreeWidgetItem;
+class QPushButton;
+
+//KDE
+class KLineEdit;
 
 //SFLPhone
 class CallTreeItem;
 
+//Typedef
+typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel;
+
+///@class CallTreeItemDelegate Delegates for CallTreeItem
 class CallTreeItemDelegate : public QItemDelegate
 {
    public:
@@ -23,47 +52,86 @@ class CallTreeItemDelegate : public QItemDelegate
       }
 };
 
-typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel;
+///@class CallViewOverlay Display overlay on top of the call tree
+class CallViewOverlay : public QWidget {
+   Q_OBJECT
+public:
+   //Constructor
+   CallViewOverlay(QWidget* parent);
+
+   //Setters
+   void setCornerWidget(QWidget* wdg);
+   void setVisible(bool enabled);
+   
+protected:
+   virtual void paintEvent  (QPaintEvent*  event );
+   virtual void resizeEvent (QResizeEvent* e     );
+   
+private:
+   QWidget* m_pIcon  ;
+   uint     m_step   ;
+   QTimer*  m_pTimer ;
+   bool     m_enabled;
+   QColor   m_black  ;
+   
+private slots:
+   void changeVisibility();
+};
 
-class CallView : public QTreeWidget/*, public TreeWidgetCallModel*/ {
+///@class CallView Central tree widget managing active calls
+class CallView : public QTreeWidget {
    Q_OBJECT
    public:
       CallView                    ( QWidget* parent = 0                                                               );
       Call* getCurrentItem        (                                                                                   );
       QWidget* getWidget          (                                                                                   );
-      void setTitle               ( QString title                                                                     );
+      void setTitle               ( const QString& title                                                              );
       bool selectItem             ( Call* item                                                                        );
       bool removeItem             ( Call* item                                                                        );
       bool dropMimeData           ( QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action  );
       virtual QMimeData* mimeData ( const QList<QTreeWidgetItem *> items                                              ) const;
+      bool haveOverlay();
       
    private:
-      QTreeWidgetItem* extractItem ( QString callId                                    );
+      QTreeWidgetItem* extractItem ( const QString& callId                             );
       QTreeWidgetItem* extractItem ( QTreeWidgetItem* item                             );
       CallTreeItem* insertItem     ( QTreeWidgetItem* item, QTreeWidgetItem* parent=0  );
       CallTreeItem* insertItem     ( QTreeWidgetItem* item, Call* parent               );
       void clearArtefact           ( QTreeWidgetItem* item                             );
 
+      QPushButton*     m_pTransferB;
+      KLineEdit*       m_pTransferLE;
+      CallViewOverlay* m_pTransferOverlay;
+      CallViewOverlay* m_pActiveOverlay;
+      Call*            m_pCallPendingTransfer;
+
    protected:
-      void dragEnterEvent( QDragEnterEvent *e) { e->accept(); }
-      void dragMoveEvent ( QDragMoveEvent *e)  { e->accept(); }
+      virtual void dragEnterEvent ( QDragEnterEvent *e );
+      virtual void dragMoveEvent  ( QDragMoveEvent  *e );
+      virtual void dragLeaveEvent ( QDragLeaveEvent *e );
+      virtual void resizeEvent    ( QResizeEvent    *e );
       bool callToCall        ( QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action );
       bool phoneNumberToCall ( QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action );
       bool contactToCall     ( QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action );
       
    public slots:
       void destroyCall        ( Call* toDestroy);
-      void itemDoubleClicked  ( QTreeWidgetItem* item, int column  );
-      void itemClicked        ( QTreeWidgetItem* item, int column  );
-      Call* addCall           ( Call* call, Call* parent =0        );
-      Call* addConference     ( Call* conf                         );
-      bool conferenceChanged  ( Call* conf                         );
-      void conferenceRemoved  ( Call* conf                         );
+      void itemDoubleClicked  ( QTreeWidgetItem* item, int column    );
+      void itemClicked        ( QTreeWidgetItem* item, int column =0 );
+      Call* addCall           ( Call* call, Call* parent =0          );
+      Call* addConference     ( Call* conf                           );
+      bool conferenceChanged  ( Call* conf                           );
+      void conferenceRemoved  ( Call* conf                           );
 
       virtual void keyPressEvent(QKeyEvent* event);
 
    public slots:
       void clearHistory();
+      void showTransferOverlay(Call* call);
+      void transfer();
+      void transferDropEvent(Call* call,QMimeData* data);
+      void conversationDropEvent(Call* call,QMimeData* data);
+      void hideOverlay();
 
    signals:
       void itemChanged(Call*);
diff --git a/kde/src/Codec.cpp b/kde/src/Codec.cpp
index 1fa741fe92d353bed3da311aca76b9810dac77b4..3b4142ff77a183afde726609d02b43f0cd906821 100755
--- a/kde/src/Codec.cpp
+++ b/kde/src/Codec.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -18,8 +18,14 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
+
+//Parent
 #include "Codec.h"
 
+//Qt
+#include <QtCore/QString>
+
+//SFLPhone library
 #include "lib/configurationmanager_interface_singleton.h"
 #include "lib/sflphone_const.h"
 
@@ -28,84 +34,96 @@ Codec::Codec(int payload, bool enabled)
 {
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    QStringList details = configurationManager.getAudioCodecDetails(payload);
-   this->payload   = QString::number(payload);
-   this->enabled   = enabled;
-   this->name      = details[CODEC_NAME];
-   this->frequency = details[CODEC_SAMPLE_RATE];
-   this->bitrate   = details[CODEC_BIT_RATE];
-   this->bandwidth = details[CODEC_BANDWIDTH];
+   m_Payload   = QString::number(payload);
+   m_Enabled   = enabled;
+   m_Name      = details[CODEC_NAME];
+   m_Frequency = details[CODEC_SAMPLE_RATE];
+   m_Bitrate   = details[CODEC_BIT_RATE];
+   m_Bandwidth = details[CODEC_BANDWIDTH];
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Return the payload
-QString Codec::getPayload() const
+const QString& Codec::getPayload() const
 {
-  return payload;
+  return m_Payload;
 }
 
 ///Return the codec name
-QString Codec::getName() const
+const QString& Codec::getName() const
 {
-  return name;
+  return m_Name;
 }
 
 ///Return the frequency
-QString Codec::getFrequency() const
+const QString& Codec::getFrequency() const
 {
-  return frequency;
+  return m_Frequency;
 }
 
 ///Return the bitrate
-QString Codec::getBitrate() const
+const QString& Codec::getBitrate() const
 {
-  return bitrate;
+  return m_Bitrate;
 }
 
 ///Return the bandwidth
-QString Codec::getBandwidth() const
+const QString& Codec::getBandwidth() const
 {
-  return bandwidth;
+  return m_Bandwidth;
 }
 
 ///Is this codec enabled
 bool Codec::isEnabled() const
 {
-  return enabled;
+  return m_Enabled;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Set the payload
-void Codec::setPayload(QString payload)
+void Codec::setPayload(const QString& payload)
 {
-  this->payload = payload;
+  m_Payload = payload;
 }
 
 ///Set the codec name
-void Codec::setName(QString name)
+void Codec::setName(const QString& name)
 {
-  this->name = name;
+  m_Name = name;
 }
 
 ///Set the frequency
-void Codec::setFrequency(QString frequency)
+void Codec::setFrequency(const QString& frequency)
 {
-  this->frequency = frequency;
+  m_Frequency = frequency;
 }
 
 ///Set the bitrate
-void Codec::setBitrate(QString bitrate)
+void Codec::setBitrate(const QString& bitrate)
 {
-  this->bitrate = bitrate;
+  m_Bitrate = bitrate;
 }
 
 ///Set the bandwidth
-void Codec::setBandwidth(QString bandwidth)
+void Codec::setBandwidth(const QString& bandwidth)
 {
-  this->bandwidth = bandwidth;
+  m_Bandwidth = bandwidth;
 }
 
 ///Make this cedec enabled
 void Codec::setEnabled(bool enabled)
 {
-  this->enabled = enabled;
+  m_Enabled = enabled;
 }
-
-
diff --git a/kde/src/Codec.h b/kde/src/Codec.h
index e4340f7473f5eca2f82b74e9125164c42f977a70..fc17948dd58afe561eba0880546cd11c0b2555fc 100755
--- a/kde/src/Codec.h
+++ b/kde/src/Codec.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -22,40 +22,45 @@
 #define CODEC_H
 
 #include <QObject>
-#include <QtCore/QString>
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@gmail.com>
-*/
+//Qt
+class QString;
+
+///@class Codec A SIP codec
 class Codec : public QObject
 {
 Q_OBJECT
-private:
-   QString payload   ;
-   QString name      ;
-   QString frequency ;
-   QString bitrate   ;
-   QString bandwidth ;
-   bool enabled;
 
 public:
    Codec(int payload, bool enabled);
-    
-   QString getPayload   () const;
-   QString getName      () const;
-   QString getFrequency () const;
-   QString getBitrate   () const;
-   QString getBandwidth () const;
-   bool isEnabled       () const;
-   
-   void setPayload   ( QString payload   );
-   void setName      ( QString name      );
-   void setFrequency ( QString frequency );
-   void setBitrate   ( QString bitrate   );
-   void setBandwidth ( QString bandwidth );
+
+   //Getters
+   const QString& getPayload   () const;
+   const QString& getName      () const;
+   const QString& getFrequency () const;
+   const QString& getBitrate   () const;
+   const QString& getBandwidth () const;
+   bool isEnabled              () const;
+
+   //Setters
+   void setPayload   ( const QString& payload   );
+   void setName      ( const QString& name      );
+   void setFrequency ( const QString& frequency );
+   void setBitrate   ( const QString& bitrate   );
+   void setBandwidth ( const QString& bandwidth );
    void setEnabled   ( bool enabled      );
    
-   Codec & operator=(const Codec&);
+private:
+   //Attributes
+   QString m_Payload   ;
+   QString m_Name      ;
+   QString m_Frequency ;
+   QString m_Bitrate   ;
+   QString m_Bandwidth ;
+   bool    m_Enabled   ;
+   
+   //Operators
+   Codec& operator=(const Codec&);
 };
 
 #endif
diff --git a/kde/src/SFLPhone.cpp b/kde/src/SFLPhone.cpp
index 2dbde9b648cec083f71c07352fefb12942cd037e..ce24a9b10fd786042a0e3c1d10490ad64e069152 100755
--- a/kde/src/SFLPhone.cpp
+++ b/kde/src/SFLPhone.cpp
@@ -1,5 +1,5 @@
 /************************************** ************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -18,43 +18,43 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
-#include <unistd.h>
+
+//Parent
 #include "SFLPhone.h"
 
+//System
 #include <unistd.h>
-#include <KApplication>
+
+//Qt
+#include <QtCore/QString>
+#include <QtGui/QActionGroup>
+#include <QtGui/QLabel>
+#include <QtGui/QCursor>
+
+//KDE
+#include <KDebug>
 #include <KStandardAction>
-#include <KMenu>
 #include <KAction>
-#include <KToolBar>
 #include <KStatusBar>
-#include <QtGui/QStatusBar>
-#include <QtGui/QCursor>
 #include <KActionCollection>
-#include <QtCore/QString>
-#include <QtGui/QListWidgetItem>
-#include <QtGui/QKeyEvent>
-#include <QErrorMessage>
-#include <KSystemTrayIcon>
 #include <KNotification>
-#include <QActionGroup>
-#include <QLabel>
-#include <QListWidget>
-#include <kshortcutsdialog.h>
+#include <KShortcutsDialog>
 
+//SFLPhone library
 #include "lib/sflphone_const.h"
 #include "lib/instance_interface_singleton.h"
 #include "lib/configurationmanager_interface_singleton.h"
 #include "lib/Contact.h"
+
+//SFLPhone
 #include "AkonadiBackend.h"
-#include "conf/ConfigurationSkeleton.h"
-#include "widgets/ContactDock.h"
 #include "AccountWizard.h"
-#include "widgets/HistoryDock.h"
-#include "widgets/BookmarkDock.h"
-#include "lib/Contact.h"
 #include "SFLPhoneView.h"
 #include "widgets/SFLPhoneTray.h"
+#include "widgets/ContactDock.h"
+#include "widgets/HistoryDock.h"
+#include "widgets/BookmarkDock.h"
+#include "conf/ConfigurationSkeleton.h"
 
 SFLPhone* SFLPhone::m_sApp = NULL;
 TreeWidgetCallModel* SFLPhone::m_pModel = NULL;
@@ -75,52 +75,11 @@ SFLPhone::~SFLPhone()
    //saveState();
 }
 
-///Singleton
-SFLPhone* SFLPhone::app()
-{
-   return m_sApp;
-}
-
-///Get the view (to be used with the singleton)
-SFLPhoneView* SFLPhone::view()
-{
-   return m_pView;
-}
-
-///Singleton
-TreeWidgetCallModel* SFLPhone::model()
-{
-   if (!m_pModel) {
-      m_pModel = new TreeWidgetCallModel(TreeWidgetCallModel::ActiveCall);
-      m_pModel->initCall();
-      m_pModel->initContact(AkonadiBackend::getInstance());
-    }
-   return m_pModel;
-}
-
-///Return the contact dock
-ContactDock*  SFLPhone::contactDock()
-{
-   return m_pContactCD;
-}
-
-///Return the history dock
-HistoryDock*  SFLPhone::historyDock()
-{
-   return m_pHistoryDW;
-}
-
-///Return the bookmark dock
-BookmarkDock* SFLPhone::bookmarkDock()
-{
-   return m_pBookmarkDW;
-}
-
 ///Init everything
 bool SFLPhone::initialize()
 {
   if ( m_pInitialized ) {
-    qDebug() << "Already initialized.";
+    kDebug() << "Already initialized.";
     return false;
   }
 
@@ -197,18 +156,10 @@ bool SFLPhone::initialize()
   return true;
 }
 
-///Set widgets object name
-void SFLPhone::setObjectNames()
-{
-   m_pView->setObjectName      ( "m_pView"   );
-   statusBar()->setObjectName  ( "statusBar" );
-   m_pTrayIcon->setObjectName  ( "trayIcon"  );
-}
-
 ///Setup evry actions
 void SFLPhone::setupActions()
 {
-   qDebug() << "setupActions";
+   kDebug() << "setupActions";
    
    action_accept   = new KAction(this);
    action_refuse   = new KAction(this);
@@ -227,13 +178,8 @@ void SFLPhone::setupActions()
    action_screen = new QActionGroup(this);
    action_screen->setExclusive(true);
    
-   action_main = new KAction(KIcon(QIcon(ICON_SCREEN_MAIN)), i18n("Main screen"), action_screen);
-   action_main->setCheckable( true );
-   action_main->setChecked  ( true );
-   action_screen->addAction(action_main);
-
    action_close = KStandardAction::close(this, SLOT(close()), this);
-   action_quit = KStandardAction::quit(this, SLOT(quitButton()), this);
+   action_quit  = KStandardAction::quit(this, SLOT(quitButton()), this);
    
    action_configureSflPhone = KStandardAction::preferences(m_pView, SLOT(configureSflPhone()), this);
    action_configureSflPhone->setText(i18n("Configure SFLphone"));
@@ -250,27 +196,25 @@ void SFLPhone::setupActions()
 
 
    action_configureShortcut = new KAction(KIcon(KIcon("configure-shortcuts")), i18n("Configure Shortcut"), this);
-   
-   connect(action_accept,                SIGNAL(triggered()),           m_pView , SLOT(accept()                    ));
-   connect(action_refuse,                SIGNAL(triggered()),           m_pView , SLOT(refuse()                    ));
-   connect(action_hold,                  SIGNAL(triggered()),           m_pView , SLOT(hold()                      ));
-   connect(action_transfer,              SIGNAL(triggered()),           m_pView , SLOT(transfer()                  ));
-   connect(action_record,                SIGNAL(triggered()),           m_pView , SLOT(record()                    ));
-   connect(action_screen,                SIGNAL(triggered(QAction *)),  this    , SLOT(updateScreen(QAction *)     ));
-   connect(action_mailBox,               SIGNAL(triggered()),           m_pView , SLOT(mailBox()                   ));
-   connect(action_displayVolumeControls, SIGNAL(toggled(bool)),         m_pView , SLOT(displayVolumeControls(bool) ));
-   connect(action_displayDialpad,        SIGNAL(toggled(bool)),         m_pView , SLOT(displayDialpad(bool)        ));
-   connect(action_accountCreationWizard, SIGNAL(triggered()),           m_pView , SLOT(accountCreationWizard()     ));
-   connect(action_configureShortcut, SIGNAL(triggered()),               this    , SLOT(showShortCutEditor()        ));
-
-   action_screen->addAction(action_main);
+   //                    SENDER                        SIGNAL               RECEIVER                 SLOT               /
+   /**/connect(action_accept,                SIGNAL(triggered()),           m_pView , SLOT(accept()                    ));
+   /**/connect(action_refuse,                SIGNAL(triggered()),           m_pView , SLOT(refuse()                    ));
+   /**/connect(action_hold,                  SIGNAL(triggered()),           m_pView , SLOT(hold()                      ));
+   /**/connect(action_transfer,              SIGNAL(triggered()),           m_pView , SLOT(transfer()                  ));
+   /**/connect(action_record,                SIGNAL(triggered()),           m_pView , SLOT(record()                    ));
+   /**/connect(action_mailBox,               SIGNAL(triggered()),           m_pView , SLOT(mailBox()                   ));
+   /**/connect(action_displayVolumeControls, SIGNAL(toggled(bool)),         m_pView , SLOT(displayVolumeControls(bool) ));
+   /**/connect(action_displayDialpad,        SIGNAL(toggled(bool)),         m_pView , SLOT(displayDialpad(bool)        ));
+   /**/connect(action_accountCreationWizard, SIGNAL(triggered()),           m_pView , SLOT(accountCreationWizard()     ));
+   /**/connect(action_configureShortcut,     SIGNAL(triggered()),           this    , SLOT(showShortCutEditor()        ));
+   /*                                                                                                                   */
+
    
    actionCollection()->addAction("action_accept"                , action_accept                );
    actionCollection()->addAction("action_refuse"                , action_refuse                );
    actionCollection()->addAction("action_hold"                  , action_hold                  );
    actionCollection()->addAction("action_transfer"              , action_transfer              );
    actionCollection()->addAction("action_record"                , action_record                );
-   actionCollection()->addAction("action_main"                  , action_main                  );
    actionCollection()->addAction("action_mailBox"               , action_mailBox               );
    actionCollection()->addAction("action_close"                 , action_close                 );
    actionCollection()->addAction("action_quit"                  , action_quit                  );
@@ -284,14 +228,96 @@ void SFLPhone::setupActions()
    createGUI();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Singleton
+SFLPhone* SFLPhone::app()
+{
+   return m_sApp;
+}
+
+///Get the view (to be used with the singleton)
+SFLPhoneView* SFLPhone::view()
+{
+   return m_pView;
+}
+
+///Singleton
+TreeWidgetCallModel* SFLPhone::model()
+{
+   if (!m_pModel) {
+      m_pModel = new TreeWidgetCallModel(TreeWidgetCallModel::ActiveCall);
+      m_pModel->initCall();
+      m_pModel->initContact(AkonadiBackend::getInstance());
+    }
+   return m_pModel;
+}
+
+///Return the contact dock
+ContactDock*  SFLPhone::contactDock()
+{
+   return m_pContactCD;
+}
+
+///Return the history dock
+HistoryDock*  SFLPhone::historyDock()
+{
+   return m_pHistoryDW;
+}
+
+///Return the bookmark dock
+BookmarkDock* SFLPhone::bookmarkDock()
+{
+   return m_pBookmarkDW;
+}
+
 void SFLPhone::showShortCutEditor() {
    KShortcutsDialog::configure( actionCollection() );
 }
 
+///Produce an actionList for auto CallBack
+QList<QAction*> SFLPhone::getCallActions()
+{
+   QList<QAction*> callActions = QList<QAction *>();
+   callActions.insert((int) Accept   , action_accept   );
+   callActions.insert((int) Refuse   , action_refuse   );
+   callActions.insert((int) Hold     , action_hold     );
+   callActions.insert((int) Transfer , action_transfer );
+   callActions.insert((int) Record   , action_record   );
+   callActions.insert((int) Mailbox  , action_mailBox  );
+   return callActions;
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Set widgets object name
+void SFLPhone::setObjectNames()
+{
+   m_pView->setObjectName      ( "m_pView"   );
+   statusBar()->setObjectName  ( "statusBar" );
+   m_pTrayIcon->setObjectName  ( "trayIcon"  );
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///[Action]Hide sflphone
 bool SFLPhone::queryClose()
 {
-   qDebug() << "queryClose";
    hide();
    return false;
 }
@@ -313,21 +339,18 @@ void SFLPhone::changeEvent(QEvent* event)
 ///Change status message
 void SFLPhone::on_m_pView_statusMessageChangeAsked(const QString & message)
 {
-   qDebug() << "on_m_pView_statusMessageChangeAsked : " + message;
    m_pStatusBarWidget->setText(message);
 }
 
 ///Change windowtitle
 void SFLPhone::on_m_pView_windowTitleChangeAsked(const QString & message)
 {
-   qDebug() << "on_m_pView_windowTitleChangeAsked : " + message;
    setWindowTitle(message);
 }
 
 ///Enable or disable toolbar items
 void SFLPhone::on_m_pView_enabledActionsChangeAsked(const bool * enabledActions)
 {
-   qDebug() << "on_m_pView_enabledActionsChangeAsked";
    action_accept->setVisible   ( enabledActions[SFLPhone::Accept   ]);
    action_refuse->setVisible   ( enabledActions[SFLPhone::Refuse   ]);
    action_hold->setVisible     ( enabledActions[SFLPhone::Hold     ]);
@@ -339,7 +362,6 @@ void SFLPhone::on_m_pView_enabledActionsChangeAsked(const bool * enabledActions)
 ///Change icons
 void SFLPhone::on_m_pView_actionIconsChangeAsked(const QString * actionIcons)
 {
-   qDebug() << "on_m_pView_actionIconsChangeAsked";
    action_accept->setIcon   ( QIcon(actionIcons[SFLPhone::Accept   ]));
    action_refuse->setIcon   ( QIcon(actionIcons[SFLPhone::Refuse   ]));
    action_hold->setIcon     ( QIcon(actionIcons[SFLPhone::Hold     ]));
@@ -351,7 +373,6 @@ void SFLPhone::on_m_pView_actionIconsChangeAsked(const QString * actionIcons)
 ///Change text
 void SFLPhone::on_m_pView_actionTextsChangeAsked(const QString * actionTexts)
 {
-   qDebug() << "on_m_pView_actionTextsChangeAsked";
    action_accept->setText   ( actionTexts[SFLPhone::Accept   ]);
    action_refuse->setText   ( actionTexts[SFLPhone::Refuse   ]);
    action_hold->setText     ( actionTexts[SFLPhone::Hold     ]);
@@ -363,44 +384,15 @@ void SFLPhone::on_m_pView_actionTextsChangeAsked(const QString * actionTexts)
 ///Change transfer state
 void SFLPhone::on_m_pView_transferCheckStateChangeAsked(bool transferCheckState)
 {
-   qDebug() << "Changing transfer action checkState";
    action_transfer->setChecked(transferCheckState);
 }
 
 ///Change record state
 void SFLPhone::on_m_pView_recordCheckStateChangeAsked(bool recordCheckState)
 {
-   qDebug() << "Changing record action checkState";
    action_record->setChecked(recordCheckState);
 }
 
-///Update the GUI
-void SFLPhone::updateScreen(QAction * action)
-{
-   if(action == action_main)   m_pView->changeScreen(SCREEN_MAIN);
-}
-
-///Do nothing
-/// @deprecated This function can be removed
-void SFLPhone::on_m_pView_screenChanged(int screen)
-{
-   qDebug() << "on_m_pView_screenChanged";
-   if(screen == SCREEN_MAIN)   action_main->setChecked(true);
-}
-
-///Produce an actionList for auto CallBack
-QList<QAction*> SFLPhone::getCallActions()
-{
-   QList<QAction*> callActions = QList<QAction *>();
-   callActions.insert((int) Accept   , action_accept   );
-   callActions.insert((int) Refuse   , action_refuse   );
-   callActions.insert((int) Hold     , action_hold     );
-   callActions.insert((int) Transfer , action_transfer );
-   callActions.insert((int) Record   , action_record   );
-   callActions.insert((int) Mailbox  , action_mailBox  );
-   return callActions;
-}
-
 ///Called when a call is coming
 void SFLPhone::on_m_pView_incomingCall(const Call * call)
 {
diff --git a/kde/src/SFLPhone.h b/kde/src/SFLPhone.h
index 9efe6cae4f678de18d9bc8fa5c18d171f3ab9501..e58c412851a39776d2a58907bdb163b6abec2eff 100755
--- a/kde/src/SFLPhone.h
+++ b/kde/src/SFLPhone.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -23,7 +23,6 @@
 #define SFLPHONE_H
 
 #include <KXmlGuiWindow>
-#include <QtCore/QVector>
 #include <lib/CallModel.h>
 
 //Qt
@@ -76,14 +75,13 @@ enum CallAction {
 };
 
 private:
-   // Whether or not the object has been initialized
+   //Attributes
    bool   m_pInitialized;
    KAction* action_accept                ;
    KAction* action_refuse                ;
    KAction* action_hold                  ;
    KAction* action_transfer              ;
    KAction* action_record                ;
-   KAction* action_main                  ;
    KAction* action_mailBox               ;
    KAction* action_close                 ;
    KAction* action_quit                  ;
@@ -92,8 +90,7 @@ private:
    KAction* action_configureSflPhone     ;
    KAction* action_configureShortcut     ;
    KAction* action_accountCreationWizard ;
-   
-   QActionGroup * action_screen;
+   QActionGroup* action_screen           ;
 
    SFLPhoneView*  m_pView            ;
    bool           m_pIconChanged     ;
@@ -106,7 +103,8 @@ private:
    
    static SFLPhone* m_sApp;
    static TreeWidgetCallModel* m_pModel;
-private:
+
+   //Setters
    void setObjectNames();
 
 protected:
@@ -140,10 +138,8 @@ private slots:
    void on_m_pView_actionTextsChangeAsked        ( const QString* actionTexts    );
    void on_m_pView_transferCheckStateChangeAsked ( bool  transferCheckState      );
    void on_m_pView_recordCheckStateChangeAsked   ( bool  recordCheckState        );
-   void on_m_pView_screenChanged                 ( int screen                    );
    void on_m_pView_incomingCall                  ( const Call * call             );
    void showShortCutEditor                       (                               );
-   void updateScreen(QAction * action);
 
    void quitButton();
 
diff --git a/kde/src/SFLPhoneView.cpp b/kde/src/SFLPhoneView.cpp
index 7f334239a5ce57fe75fdb1773dc9dc8182558d5e..cd69482c42e8a8e75537fa641bc6c27fb47220f5 100755
--- a/kde/src/SFLPhoneView.cpp
+++ b/kde/src/SFLPhoneView.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -19,84 +19,75 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
 
+//Parent
 #include "SFLPhoneView.h"
 
-#include <QtGui/QLabel>
+//Qt
+#include <QtCore/QString>
 #include <QtGui/QContextMenuEvent>
-#include <QtGui/QBrush>
 #include <QtGui/QPalette>
 #include <QtGui/QInputDialog>
 #include <QtGui/QWidget>
-#include <QtCore/QString>
-#include <QtGui/QKeyEvent>
 #include <QErrorMessage>
-#include <KXmlGuiWindow>
-
-#include "conf/ConfigurationDialog.h"
-#include "AccountWizard.h"
-#include "lib/Contact.h"
-#include "lib/AccountList.h"
-#include "CallView.h"
-
-#include <klocale.h>
-#include <kstandardaction.h>
-#include <kactioncollection.h>
-#include <kaction.h>
-#include <kmenu.h>
 
+//KDE
+#include <KLocale>
+#include <KAction>
+#include <KMenu>
 #include <kabc/addressbook.h>
-#include <kabc/stdaddressbook.h>
-#include <kabc/addresseelist.h>
 
-#include "lib/sflphone_const.h"
+//SFLPhone
+#include "conf/ConfigurationDialog.h"
 #include "conf/ConfigurationSkeleton.h"
-#include "lib/configurationmanager_interface_singleton.h"
-#include "lib/callmanager_interface_singleton.h"
-#include "lib/instance_interface_singleton.h"
+#include "AccountWizard.h"
 #include "ActionSetAccountFirst.h"
-#include "widgets/ContactItemWidget.h"
 #include "SFLPhone.h"
-#include "lib/typedefs.h"
-#include "widgets/Dialpad.h"
-#include "widgets/CallTreeItem.h"
 
-
-using namespace KABC;
+//SFLPhone library
+#include "lib/typedefs.h"
+#include "lib/configurationmanager_interface_singleton.h"
+#include "lib/callmanager_interface_singleton.h"
+#include "lib/instance_interface_singleton.h"
+#include "lib/sflphone_const.h"
 
 //ConfigurationDialog* SFLPhoneView::configDialog;
 
+///Constructor
 SFLPhoneView::SFLPhoneView(QWidget *parent)
    : QWidget(parent),
-     wizard(0)
+     wizard(0), errorWindow(0)
 {
    setupUi(this);
    
    ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    
-   errorWindow = new QErrorMessage(this);
+   
    callTreeModel->setTitle(i18n("Calls"));
    
    QPalette pal = QPalette(palette());
    pal.setColor(QPalette::AlternateBase, Qt::lightGray);
    setPalette(pal);
-   
-   connect(SFLPhone::model()                     , SIGNAL(incomingCall(Call*))                   , this                                  , SLOT(on1_incomingCall(Call*)                    ));
-   connect(SFLPhone::model()                     , SIGNAL(voiceMailNotify(const QString &, int)) , this                                  , SLOT(on1_voiceMailNotify(const QString &, int)  ));
-   //connect(SFLPhone::model()                     , SIGNAL(volumeChanged(const QString &, double)), this                                  , SLOT(on1_volumeChanged(const QString &, double) ));
-   connect(SFLPhone::model()                     , SIGNAL(callStateChanged(Call*))               , this                                  , SLOT(updateWindowCallState()                    ));
-   connect(TreeWidgetCallModel::getAccountList() , SIGNAL(accountListUpdated())                  , this                                  , SLOT(updateStatusMessage()                      ));
-   connect(TreeWidgetCallModel::getAccountList() , SIGNAL(accountListUpdated())                  , this                                  , SLOT(updateWindowCallState()                    ));
-   connect(&configurationManager                 , SIGNAL(accountsChanged())                     , TreeWidgetCallModel::getAccountList() , SLOT(updateAccounts()                           ));
+
+   //                SENDER                                        SIGNAL                             RECEIVER                                            SLOT                                  /
+   /**/connect(SFLPhone::model()                     , SIGNAL(incomingCall(Call*))                   , this                                  , SLOT(on1_incomingCall(Call*)                    ));
+   /**/connect(SFLPhone::model()                     , SIGNAL(voiceMailNotify(const QString &, int)) , this                                  , SLOT(on1_voiceMailNotify(const QString &, int)  ));
+   /**/connect(callTreeModel                         , SIGNAL(itemChanged(Call*))                    , this                                  , SLOT(updateWindowCallState()                    ));
+   /**///connect(SFLPhone::model()                     , SIGNAL(volumeChanged(const QString &, double)), this                                , SLOT(on1_volumeChanged(const QString &, double) ));
+   /**/connect(SFLPhone::model()                     , SIGNAL(callStateChanged(Call*))               , this                                  , SLOT(updateWindowCallState()                    ));
+   /**/connect(TreeWidgetCallModel::getAccountList() , SIGNAL(accountListUpdated())                  , this                                  , SLOT(updateStatusMessage()                      ));
+   /**/connect(TreeWidgetCallModel::getAccountList() , SIGNAL(accountListUpdated())                  , this                                  , SLOT(updateWindowCallState()                    ));
+   /**/connect(&configurationManager                 , SIGNAL(accountsChanged())                     , TreeWidgetCallModel::getAccountList() , SLOT(updateAccounts()                           ));
+   /*                                                                                                                                                                                           */
 
    TreeWidgetCallModel::getAccountList()->updateAccounts();
 }
 
-
-
+///Destructor
 SFLPhoneView::~SFLPhoneView()
 {
 }
 
+///Init main window
 void SFLPhoneView::loadWindow()
 {
    updateWindowCallState ();
@@ -109,11 +100,30 @@ void SFLPhoneView::loadWindow()
    updateStatusMessage   ();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+
+///Return the error window
 QErrorMessage * SFLPhoneView::getErrorWindow()
 {
+   if (!errorWindow)
+      errorWindow = new QErrorMessage(this);
    return errorWindow;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                              Keyboard input                               *
+ *                                                                           *
+ ****************************************************************************/
+
+///Called on keyboard
 void SFLPhoneView::typeString(QString str)
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
@@ -139,7 +149,7 @@ void SFLPhoneView::typeString(QString str)
    }
 
    if(!currentCall && !candidate) {
-      qDebug() << "Typing when no item is selected. Opening an item.";
+      kDebug() << "Typing when no item is selected. Opening an item.";
       candidate = SFLPhone::model()->addDialingCall();
    }
 
@@ -148,13 +158,13 @@ void SFLPhoneView::typeString(QString str)
    }
 }
 
+///Called when a backspace is detected
 void SFLPhoneView::backspace()
 {
-   qDebug() << "backspace";
-   qDebug() << "In call list.";
+   kDebug() << "backspace";
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Backspace on unexisting call.";
+      kDebug() << "Error : Backspace on unexisting call.";
    }
    else {
       call->backspaceItemText();
@@ -165,12 +175,16 @@ void SFLPhoneView::backspace()
    }
 }
 
+///Called when escape is detected
 void SFLPhoneView::escape()
 {
-   qDebug() << "escape";
+   kDebug() << "escape";
    Call* call = callTreeModel->getCurrentItem();
-   if(!call) {
-      qDebug() << "Escape when no item is selected. Doing nothing.";
+   if (callTreeModel->haveOverlay()) {
+      callTreeModel->hideOverlay();
+   }
+   else if(!call) {
+      kDebug() << "Escape when no item is selected. Doing nothing.";
    }
    else {
       if(call->getState() == CALL_STATE_TRANSFER || call->getState() == CALL_STATE_TRANSF_HOLD) {
@@ -182,12 +196,13 @@ void SFLPhoneView::escape()
    }
 }
 
+///Called when enter is detected
 void SFLPhoneView::enter()
 {
-   qDebug() << "enter";
+   kDebug() << "enter";
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Enter on unexisting call.";
+      kDebug() << "Error : Enter on unexisting call.";
    }
    else {
       int state = call->getState();
@@ -195,36 +210,47 @@ void SFLPhoneView::enter()
          action(call, CALL_ACTION_ACCEPT);
       }
       else {
-         qDebug() << "Enter when call selected not in appropriate state. Doing nothing.";
+         kDebug() << "Enter when call selected not in appropriate state. Doing nothing.";
       }
    }
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///
 void SFLPhoneView::action(Call* call, call_action action)
 {
    if(! call) {
-      qDebug() << "Error : action " << action << "applied on null object call. Should not happen.";
+      kDebug() << "Error : action " << action << "applied on null object call. Should not happen.";
    }
    else {
       try {
          call->actionPerformed(action);
       }
       catch(const char * msg) {
-         errorWindow->showMessage(QString(msg));
+         getErrorWindow()->showMessage(QString(msg));
       }
       updateWindowCallState();
    }
 }
 
 
-/*******************************************
-******** Update Display Functions **********
-*******************************************/
+/*****************************************************************************
+ *                                                                           *
+ *                       Update display related code                         *
+ *                                                                           *
+ ****************************************************************************/
 
+
+///Change GUI icons
 void SFLPhoneView::updateWindowCallState()
 {
-   qDebug() << "updateWindowCallState";
-   
+   kDebug() << "Call state changed";
    bool enabledActions[6]= {true,true,true,true,true,true};
    QString buttonIconFiles[6] = {ICON_CALL, ICON_HANGUP, ICON_HOLD, ICON_TRANSFER, ICON_REC_DEL_OFF, ICON_MAILBOX};
    QString actionTexts[6] = {ACTION_LABEL_CALL, ACTION_LABEL_HANG_UP, ACTION_LABEL_HOLD, ACTION_LABEL_TRANSFER, ACTION_LABEL_RECORD, ACTION_LABEL_MAILBOX};
@@ -238,7 +264,7 @@ void SFLPhoneView::updateWindowCallState()
 
    call = callTreeModel->getCurrentItem();
    if (!call) {
-      qDebug() << "No item selected.";
+      kDebug() << "No item selected.";
       enabledActions[ SFLPhone::Refuse   ] = false;
       enabledActions[ SFLPhone::Hold     ] = false;
       enabledActions[ SFLPhone::Transfer ] = false;
@@ -248,7 +274,7 @@ void SFLPhoneView::updateWindowCallState()
       call_state state = call->getState();
       recordActivated = call->getRecording();
 
-      qDebug() << "Reached  State" << state << " with call" << call->getCallId();
+      kDebug() << "Reached  State" << state << " with call" << call->getCallId();
 
       switch (state) {
          case CALL_STATE_INCOMING:
@@ -301,18 +327,18 @@ void SFLPhoneView::updateWindowCallState()
             transfer = true;
             break;
          case CALL_STATE_OVER:
-            qDebug() << "Error : Reached CALL_STATE_OVER with call "  << call->getCallId() << "!";
+            kDebug() << "Error : Reached CALL_STATE_OVER with call "  << call->getCallId() << "!";
             break;
          case CALL_STATE_ERROR:
-            qDebug() << "Error : Reached CALL_STATE_ERROR with call " << call->getCallId() << "!";
+            kDebug() << "Error : Reached CALL_STATE_ERROR with call " << call->getCallId() << "!";
             break;
          default:
-            qDebug() << "Error : Reached unexisting state for call "  << call->getCallId() << "!";
+            kDebug() << "Error : Reached unexisting state for call "  << call->getCallId() << "!";
             break;
       }
    }
    
-   qDebug() << "Updating Window.";
+   kDebug() << "Updating Window.";
    
    emit enabledActionsChangeAsked     ( enabledActions  );
    emit actionIconsChangeAsked        ( buttonIconFiles );
@@ -320,32 +346,34 @@ void SFLPhoneView::updateWindowCallState()
    emit transferCheckStateChangeAsked ( transfer        );
    emit recordCheckStateChangeAsked   ( recordActivated );
 
-   qDebug() << "Window updated.";
+   kDebug() << "Window updated.";
 }
 
+///Deprecated?
 int SFLPhoneView::phoneNumberTypesDisplayed()
 {
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    MapStringInt addressBookSettings = configurationManager.getAddressbookSettings().value();
    int typesDisplayed = 0;
    if(addressBookSettings[ADDRESSBOOK_DISPLAY_BUSINESS]) {
-      typesDisplayed = typesDisplayed | PhoneNumber::Work;
+      typesDisplayed = typesDisplayed | KABC::PhoneNumber::Work;
    }
    
    if(addressBookSettings[ADDRESSBOOK_DISPLAY_MOBILE]) {
-      typesDisplayed = typesDisplayed | PhoneNumber::Cell;
+      typesDisplayed = typesDisplayed | KABC::PhoneNumber::Cell;
    }
    
    if(addressBookSettings[ADDRESSBOOK_DISPLAY_HOME]) {
-      typesDisplayed = typesDisplayed | PhoneNumber::Home;
+      typesDisplayed = typesDisplayed | KABC::PhoneNumber::Home;
    }
    
    return typesDisplayed;
 }
 
+///Change icon of the record button
 void SFLPhoneView::updateRecordButton()
 {
-   qDebug() << "updateRecordButton";
+   kDebug() << "updateRecordButton";
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    double recVol = callManager.getVolume(RECORD_DEVICE);
    if(recVol == 0.00) {
@@ -365,9 +393,11 @@ void SFLPhoneView::updateRecordButton()
       toolButton_recVol->setChecked(false);
    }
 }
+
+///Update the colume button icon
 void SFLPhoneView::updateVolumeButton()
 {
-   qDebug() << "updateVolumeButton";
+   kDebug() << "updateVolumeButton";
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    double sndVol = callManager.getVolume(SOUND_DEVICE);
         
@@ -389,12 +419,12 @@ void SFLPhoneView::updateVolumeButton()
    }
 }
 
-
+///Update the record bar
 void SFLPhoneView::updateRecordBar(double _value)
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    double recVol = callManager.getVolume(RECORD_DEVICE);
-   qDebug() << "updateRecordBar" << recVol;
+   kDebug() << "updateRecordBar" << recVol;
    int value = (_value > 0)?_value:(int)(recVol * 100);
    slider_recVol->setValue(value);
 }
@@ -402,15 +432,14 @@ void SFLPhoneView::updateVolumeBar(double _value)
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    double sndVol = callManager.getVolume(SOUND_DEVICE);
-   qDebug() << "updateVolumeBar" << sndVol;
+   kDebug() << "updateVolumeBar" << sndVol;
    int value = (_value > 0)?_value:(int)(sndVol * 100);
    slider_sndVol->setValue(value);
 }
 
+///Hide or show the volume control
 void SFLPhoneView::updateVolumeControls()
 {
-   
-   ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    //SFLPhone::app()->action_displayVolumeControls->setChecked(display);
    //widget_recVol->setVisible(display);
    //widget_sndVol->setVisible(display);
@@ -421,15 +450,15 @@ void SFLPhoneView::updateVolumeControls()
    
 }
 
+///Hide or show the dialpad
 void SFLPhoneView::updateDialpad()
 {
    widget_dialpad->setVisible(ConfigurationSkeleton::displayDialpad());//TODO use display variable
 }
 
-
+///Change the statusbar message
 void SFLPhoneView::updateStatusMessage()
 {
-   qDebug() << "updateStatusMessage";
    Account * account = SFLPhone::model()->getCurrentAccount();
 
    if(account == NULL) {
@@ -443,11 +472,14 @@ void SFLPhoneView::updateStatusMessage()
 }
 
 
+/*****************************************************************************
+ *                                                                           *
+ *                                    Slots                                  *
+ *                                                                           *
+ ****************************************************************************/
 
-/************************************************************
-************            Autoconnect             *************
-************************************************************/
-
+///Proxy to hide or show the volume control
+///@TODO is it still needed? <elepage 2011>
 void SFLPhoneView::displayVolumeControls(bool checked)
 {
    //ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
@@ -455,47 +487,49 @@ void SFLPhoneView::displayVolumeControls(bool checked)
    updateVolumeControls();
 }
 
+///Proxy to hide or show the dialpad
+///@TODO is it still needed? <elepage 2011>
 void SFLPhoneView::displayDialpad(bool checked)
 {
-   qDebug() <<  "Max res2: " << ConfigurationSkeleton::displayDialpad();
    ConfigurationSkeleton::setDisplayDialpad(checked);
    updateDialpad();
 }
 
-
-void SFLPhoneView::on_widget_dialpad_typed(QString text)      
+///Input grabber
+void SFLPhoneView::on_widget_dialpad_typed(QString text)
 { 
    typeString(text); 
 }
 
+///The value on the slider changed
 void SFLPhoneView::on_slider_recVol_valueChanged(int value)
 {
-   qDebug() << "on_slider_recVol_valueChanged(" << value << ")";
+   kDebug() << "on_slider_recVol_valueChanged(" << value << ")";
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    callManager.setVolume(RECORD_DEVICE, (double)value / 100.0);
    updateRecordButton();
 }
 
+///The value on the slider changed
 void SFLPhoneView::on_slider_sndVol_valueChanged(int value)
 {
-   qDebug() << "on_slider_sndVol_valueChanged(" << value << ")";
+   kDebug() << "on_slider_sndVol_valueChanged(" << value << ")";
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    callManager.setVolume(SOUND_DEVICE, (double)value / 100.0);
    updateVolumeButton();
 }
 
+///The mute button have been clicked
 void SFLPhoneView::on_toolButton_recVol_clicked(bool checked)
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "on_toolButton_recVol_clicked().";
+   kDebug() << "on_toolButton_recVol_clicked().";
    if(!checked) {
-      qDebug() << "checked";
       toolButton_recVol->setChecked(false);
       slider_recVol->setEnabled(true);
       callManager.setVolume(RECORD_DEVICE, (double)slider_recVol->value() / 100.0);
    }
    else {
-      qDebug() << "unchecked";
       toolButton_recVol->setChecked(true);
       slider_recVol->setEnabled(false);
       callManager.setVolume(RECORD_DEVICE, 0.0);
@@ -503,18 +537,17 @@ void SFLPhoneView::on_toolButton_recVol_clicked(bool checked)
    updateRecordButton();
 }
 
+///The mute button have been clicked
 void SFLPhoneView::on_toolButton_sndVol_clicked(bool checked)
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "on_toolButton_sndVol_clicked().";
+   kDebug() << "on_toolButton_sndVol_clicked().";
    if(!checked) {
-      qDebug() << "checked";
       toolButton_sndVol->setChecked(false);
       slider_sndVol->setEnabled(true);
       callManager.setVolume(SOUND_DEVICE, (double)slider_sndVol->value() / 100.0);
    }
    else {
-      qDebug() << "unchecked";
       toolButton_sndVol->setChecked(true);
       slider_sndVol->setEnabled(false);
       callManager.setVolume(SOUND_DEVICE, 0.0);
@@ -523,37 +556,7 @@ void SFLPhoneView::on_toolButton_sndVol_clicked(bool checked)
    updateVolumeButton();
 }
 
-// void SFLPhoneView::on_callTree_currentItemChanged()
-// {
-//    qDebug() << "on_callTree_currentItemChanged";
-//    updateWindowCallState();
-// }
-
-// void SFLPhoneView::on_callTree_itemChanged()
-// {
-//    qDebug() << "on_callTree_itemChanged";
-// }
-
-//void SFLPhoneView::on_callTree_itemDoubleClicked(QTreeWidgetItem* call, int column)
-//{
-//Q_UNUSED(call)
-//Q_UNUSED(column)
-   //TODO port
-   //TODO remove once the last regression is sorted out.
-//    qDebug() << "on_callTree_itemDoubleClicked";
-//    call_state state = call->getCurrentState();
-//    switch(state) {
-//       case CALL_STATE_HOLD:
-//          action(call, CALL_ACTION_HOLD);
-//          break;
-//       case CALL_STATE_DIALING:
-//          action(call, CALL_ACTION_ACCEPT);
-//          break;
-//       default:
-//          qDebug() << "Double clicked an item with no action on double click.";
-//    }
-//}
-
+///There is a right click menu request
 void SFLPhoneView::contextMenuEvent(QContextMenuEvent *event)
 {
    KMenu menu(this);
@@ -584,16 +587,15 @@ void SFLPhoneView::contextMenuEvent(QContextMenuEvent *event)
    menu.exec(event->globalPos());
 }
 
+///
 void SFLPhoneView::editBeforeCall()
 {
-   qDebug() << "editBeforeCall";
    QString name;
    QString number;
         
    bool ok;
    QString newNumber = QInputDialog::getText(this, i18n("Edit before call"), QString(), QLineEdit::Normal, number, &ok);
    if(ok) {
-      changeScreen(SCREEN_MAIN);
       Call* call = SFLPhone::model()->addDialingCall(name);
       call->appendText(newNumber);
       //callTreeModel->selectItem(addCallToCallList(call));
@@ -601,19 +603,21 @@ void SFLPhoneView::editBeforeCall()
    }
 }
 
+///Pick the default account and load it
 void SFLPhoneView::setAccountFirst(Account * account)
 {
-   qDebug() << "setAccountFirst : " << (account ? account->getAlias() : QString()) << (account ? account->getAccountId() : QString());
+   kDebug() << "setAccountFirst : " << (account ? account->getAlias() : QString()) << (account ? account->getAccountId() : QString());
    if(account) {
       SFLPhone::model()->setPriorAccountId(account->getAccountId());
    }
    else {
       SFLPhone::model()->setPriorAccountId(QString());
    }
-   qDebug() << "Current account id" << SFLPhone::model()->getCurrentAccountId();
+   kDebug() << "Current account id" << SFLPhone::model()->getCurrentAccountId();
    updateStatusMessage();
 }
 
+///Show the configuration dialog
 void SFLPhoneView::configureSflPhone()
 {
    ConfigurationDialog* configDialog = new ConfigurationDialog(this);
@@ -626,6 +630,7 @@ void SFLPhoneView::configureSflPhone()
    configDialog->show();
 }
 
+///Show the accoutn creation wizard
 void SFLPhoneView::accountCreationWizard()
 {
    if (!wizard) {
@@ -634,20 +639,20 @@ void SFLPhoneView::accountCreationWizard()
    }
    wizard->show();
 }
-   
 
+///Call
 void SFLPhoneView::accept()
 {
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Calling when no item is selected. Opening an item.";
+      kDebug() << "Calling when no item is selected. Opening an item.";
       SFLPhone::model()->addDialingCall();
    }
    else {
       int state = call->getState();
       if(state == CALL_STATE_RINGING || state == CALL_STATE_CURRENT || state == CALL_STATE_HOLD || state == CALL_STATE_BUSY)
       {
-         qDebug() << "Calling when item currently ringing, current, hold or busy. Opening an item.";
+         kDebug() << "Calling when item currently ringing, current, hold or busy. Opening an item.";
          SFLPhone::model()->addDialingCall();
       }
       else {
@@ -656,72 +661,76 @@ void SFLPhoneView::accept()
    }
 }
 
+///Refuse call
 void SFLPhoneView::refuse()
 {
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Hanging up when no item selected. Should not happen.";
+      kDebug() << "Error : Hanging up when no item selected. Should not happen.";
    }
    else {
       action(call, CALL_ACTION_REFUSE);
    }
 }
 
+///Put call on hold
 void SFLPhoneView::hold()
 {
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Holding when no item selected. Should not happen.";
+      kDebug() << "Error : Holding when no item selected. Should not happen.";
    }
    else {
       action(call, CALL_ACTION_HOLD);
    }
 }
 
+///Transfer a call
 void SFLPhoneView::transfer()
 {
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Transfering when no item selected. Should not happen.";
+      kDebug() << "Error : Transfering when no item selected. Should not happen.";
    }
    else {
       action(call, CALL_ACTION_TRANSFER);
    }
 }
 
+///Record a call
 void SFLPhoneView::record()
 {
    Call* call = callTreeModel->getCurrentItem();
    if(!call) {
-      qDebug() << "Error : Recording when no item selected. Should not happen.";
+      kDebug() << "Error : Recording when no item selected. Should not happen.";
    }
    else {
       action(call, CALL_ACTION_RECORD);
    }
 }
 
+///Access the voice mail list
 void SFLPhoneView::mailBox()
 {
-   Account * account = SFLPhone::model()->getCurrentAccount();
+   Account* account = SFLPhone::model()->getCurrentAccount();
    QString mailBoxNumber = account->getAccountDetail(ACCOUNT_MAILBOX);
-   Call * call = SFLPhone::model()->addDialingCall();
+   Call* call = SFLPhone::model()->addDialingCall();
    call->appendText(mailBoxNumber);
    action(call, CALL_ACTION_ACCEPT);
 }
 
+///Called the there is an error (dbus)
 void SFLPhoneView::on1_error(MapStringString details)
 {
-   qDebug() << "Signal : Daemon error : " << details;
+   kDebug() << "Signal : Daemon error : " << details;
 }
 
+///When a call is comming (dbus)
 void SFLPhoneView::on1_incomingCall(Call* call)
 {
-   qDebug() << "Signal : Incoming Call ! ID = " << call->getCallId();
-   //Call* call = SFLPhone::model()->addIncomingCall(callID);
+   kDebug() << "Signal : Incoming Call ! ID = " << call->getCallId();
    
-
-   //NEED_PORT
-   changeScreen(SCREEN_MAIN);
+   updateWindowCallState();
 
    SFLPhone::app()->activateWindow  (      );
    SFLPhone::app()->raise           (      );
@@ -730,33 +739,20 @@ void SFLPhoneView::on1_incomingCall(Call* call)
    emit incomingCall(call);
 }
 
+///When a new voice mail is comming
 void SFLPhoneView::on1_voiceMailNotify(const QString &accountID, int count)
 {
-   qDebug() << "Signal : VoiceMail Notify ! " << count << " new voice mails for account " << accountID;
+   kDebug() << "Signal : VoiceMail Notify ! " << count << " new voice mails for account " << accountID;
 }
 
+///When the volume change
 void SFLPhoneView::on1_volumeChanged(const QString & /*device*/, double value)
 {
-   //TODO uncomment after fixing infinite loop
-   qDebug() << "Signal : Volume Changed !" << value;
+   kDebug() << "Signal : Volume Changed !" << value;
    if(! (toolButton_recVol->isChecked() && value == 0.0))
       updateRecordBar(value);
    if(! (toolButton_sndVol->isChecked() && value == 0.0))
       updateVolumeBar(value);
 }
 
-// void SFLPhoneView::on1_audioManagerChanged()
-// {
-//    qDebug() << "Signal : Audio Manager Changed !";
-// 
-//    updateVolumeControls();
-// }
-
-void SFLPhoneView::changeScreen(int screen)
-{
-   qDebug() << "changeScreen";
-   updateWindowCallState();
-   emit screenChanged(screen);
-}
-
 #include "SFLPhoneView.moc"
diff --git a/kde/src/SFLPhoneView.h b/kde/src/SFLPhoneView.h
index 632772a535275545d26cce31f1eeda334131c478..59d3028359a34c9564255c69e92828a8db9b2684 100755
--- a/kde/src/SFLPhoneView.h
+++ b/kde/src/SFLPhoneView.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -23,8 +23,6 @@
 #define SFLPHONEVIEW_H
 
 #include "ui_SFLPhoneView_base.h"
-#include <QtCore/QVector>
-#include <QtCore/QList>
 #include <QtGui/QWidget>
 
 //Qt
@@ -85,8 +83,7 @@ public:
    
    
    QErrorMessage * getErrorWindow();
-
-   CallView* model();
+   
    
    //Daemon getters
    /**
@@ -152,12 +149,6 @@ private slots:
     *   Keeps the peer name of the contact or past call.
     */
    void editBeforeCall();
-   
-   /**
-    *   Updates the toolbar's actions' display according to the selected 
-    *   item's state.
-    */
-   void updateWindowCallState();
 
    /**
     * Updates the history's search bar's display according to the current
@@ -179,6 +170,12 @@ public slots:
     */
    void loadWindow();
    
+   /**
+    *   Updates the toolbar's actions' display according to the selected 
+    *   item's state.
+    */
+   void updateWindowCallState();
+   
    
    void updateStatusMessage();
    
@@ -224,7 +221,6 @@ public slots:
    void on1_incomingCall(Call* call);
    void on1_voiceMailNotify(const QString &accountID, int count);
    void on1_volumeChanged(const QString &device, double value);
-   void changeScreen(int screen);
    
 signals:
    void statusMessageChangeAsked      ( const QString&  message            );
diff --git a/kde/src/SFLPhoneapplication.cpp b/kde/src/SFLPhoneapplication.cpp
index 786df12a2cdd49cac728af56ab8fedd40d4bfcb3..cdaf6472ab131bdfe0a9c5cfd4ccaa38f45bf356 100755
--- a/kde/src/SFLPhoneapplication.cpp
+++ b/kde/src/SFLPhoneapplication.cpp
@@ -1,15 +1,40 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "SFLPhoneapplication.h"
 
-
+//KDE
 #include <KCmdLineArgs>
 #include <KIconLoader>
 #include <KStandardDirs>
 #include <KNotification>
 #include <KSystemTrayIcon>
 #include <KMainWindow>
+
+//SFLPhone library
 #include "lib/instance_interface_singleton.h"
 #include "lib/configurationmanager_interface_singleton.h"
 #include "lib/callmanager_interface_singleton.h"
+
+//SFLPhone
 #include "SFLPhone.h"
 
 
@@ -99,13 +124,6 @@ void SFLPhoneApplication::initializePaths()
   KGlobal::dirs()       -> addPrefix( QString(DATA_INSTALL_DIR) );
   KIconLoader::global() -> addAppDir( QString(DATA_INSTALL_DIR) + "/share" );
 
-  qDebug() << "KGlobal::dirs" << QString(DATA_INSTALL_DIR);
-
-  // Test whether the prefix is correct.
-//   if( KGlobal::dirs()->findResource( "appdata", "icons/hi128-apps-sflphone-client-kde.png" ).isNull() ) {
-//     kWarning() << "SFLPhone could not find resources in the search paths: "
-//                << KGlobal::dirs()->findDirs( "appdata", QString::null ).join(", ") << endl;
-  //}
 }
 
 Q_NOREPLY void SFLPhoneApplication::quit2()
diff --git a/kde/src/SFLPhoneapplication.h b/kde/src/SFLPhoneapplication.h
index 9befb4ccb784fe1e112053a3374d1c5b8e4af6b3..9401f89b8f409d00870f7d7e61d59b767060ca60 100755
--- a/kde/src/SFLPhoneapplication.h
+++ b/kde/src/SFLPhoneapplication.h
@@ -1,37 +1,35 @@
 #ifndef SFLPHONEAPPLICATION_H
 #define SFLPHONEAPPLICATION_H
 
-
 #include <KApplication>
 #include <QDBusAbstractAdaptor>
 
+//SFLPhone
 class SFLPhone;
 
-
+///@class SFLPhoneApplication Main application
 class SFLPhoneApplication : public KApplication
 {
   Q_OBJECT
 
-  public:
+public:
    // Constructor
    SFLPhoneApplication();
 
    // Destructor
    virtual    ~SFLPhoneApplication();
 
-   // Return the contact list window
-   //SFLPhone*       getSFLPhoneWindow() const;
-
-  private:  // private methods
-    void         initializeMainWindow();
-    void         initializePaths();
+private:
+   //Constructor
+   void         initializeMainWindow();
+   void         initializePaths();
 
-  private:
-    // Reference to the sflphone window
-    //SFLPhone       *sflphoneWindow_;
+private:
+   // Reference to the sflphone window
+   //SFLPhone       *sflphoneWindow_;
 
-  private slots:
-     Q_NOREPLY void quit2();
+private slots:
+   Q_NOREPLY void quit2();
 };
 
 #endif // SFLPHONEAPPLICATION_H
diff --git a/kde/src/SortableCodecListWidget.cpp b/kde/src/SortableCodecListWidget.cpp
deleted file mode 100755
index af03821e6bfc0fbbf8ad1992623fe698528d1173..0000000000000000000000000000000000000000
--- a/kde/src/SortableCodecListWidget.cpp
+++ /dev/null
@@ -1,139 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
- *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
- *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 3 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
-#include "SortableCodecListWidget.h"
-
-#include <QHBoxLayout>
-#include <QVBoxLayout>
-#include <QDebug>
-#include <QHeaderView>
-
-SortableCodecListWidget::SortableCodecListWidget(QWidget *parent)
- : QWidget(parent)
-{
-   codecTable = new QTableView(this);
-   codecTable->setObjectName("codecTable");
-   codecTable->setSelectionBehavior(QAbstractItemView::SelectRows);
-   codecTable->verticalHeader()->hide();
-   
-   codecUpButton = new KPushButton(this);
-   codecUpButton->setObjectName("codecUpButton");
-   codecUpButton->setIcon(KIcon("go-up"));
-   
-   codecDownButton = new KPushButton(this);
-   codecDownButton->setObjectName("codecDownButton");
-   codecDownButton->setIcon(KIcon("go-down"));
-   
-   QHBoxLayout * mainLayout = new QHBoxLayout(this);
-   QVBoxLayout * buttonsLayout = new QVBoxLayout();
-   
-   buttonsLayout->addWidget(codecUpButton);
-   buttonsLayout->addWidget(codecDownButton);
-   
-   mainLayout->addWidget(codecTable);
-   mainLayout->addLayout(buttonsLayout);
-   
-   QMetaObject::connectSlotsByName(this);
-}
-
-void SortableCodecListWidget::setModel(CodecListModel * model)
-{
-   codecTable->setModel(model);
-   codecTable->resizeColumnsToContents();
-   codecTable->resizeRowsToContents();   
-   connect(codecTable->selectionModel(), SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)),
-           this,                         SLOT(updateCommands()));
-   connect(codecTable->model(),          SIGNAL(dataChanged(const QModelIndex &, const QModelIndex &)),
-           this,                         SIGNAL(dataChanged()));
-}
-
-CodecListModel * SortableCodecListWidget::model()
-{
-   return (CodecListModel *) codecTable->model();
-}
-
-void SortableCodecListWidget::on_codecUpButton_clicked()
-{
-   qDebug() << "on_toolButton_codecUpButton_clicked";
-   CodecListModel * model = (CodecListModel *) codecTable->model();
-   int currentRow = selectedRow();
-   model->codecUp(currentRow);
-   setSelectedRow(currentRow - 1);
-}
-
-void SortableCodecListWidget::on_codecDownButton_clicked()
-{
-   qDebug() << "on_codecDownButton_clicked";
-   CodecListModel * model = (CodecListModel *) codecTable->model();
-   int currentRow = selectedRow();
-   model->codecDown(currentRow);
-   setSelectedRow(currentRow + 1);
-}
-
-void SortableCodecListWidget::updateCommands()
-{
-   qDebug() << "SortableCodecListWidget::updateCommands";
-   bool buttonsEnabled[2] = {true,true};
-   if(selectedRow() == -1) {
-      buttonsEnabled[0] = false;
-      buttonsEnabled[1] = false;
-   }
-   else {
-      if(selectedRow() == 0) {
-         buttonsEnabled[0] = false;
-      }
-      
-      if(selectedRow() == codecTable->model()->rowCount() - 1) {
-         buttonsEnabled[1] = false;
-      }
-   }
-   codecUpButton->setEnabled(buttonsEnabled[0]);
-   codecDownButton->setEnabled(buttonsEnabled[1]);
-}
-
-QModelIndex SortableCodecListWidget::selectedIndex()
-{
-   QItemSelectionModel *selection = codecTable->selectionModel();
-   const QModelIndexList selectedIndexes = selection->selectedIndexes();
-   if ( !selectedIndexes.isEmpty() && selectedIndexes[0].isValid() )
-      return selectedIndexes[0];
-   else
-      return QModelIndex();
- }
-
-int SortableCodecListWidget::selectedRow()
-{
-   QModelIndex index = selectedIndex();
-   if(index.isValid())
-      return index.row();
-   else
-      return -1;
-}
- 
-void SortableCodecListWidget::setSelectedRow(int row)
-{
-   QItemSelectionModel * selection = codecTable->selectionModel();
-   QAbstractItemModel * model = codecTable->model();
-   QItemSelection newSelection = QItemSelection(model->index(row, 0, QModelIndex()), model->index(row +1 , model->columnCount(), QModelIndex()));
-   selection->clear();
-   for(int i = 0 ; i < model->columnCount() ; i++) {
-      selection->select(model->index(row, i, QModelIndex()) , QItemSelectionModel::Select);
-   }
-} 
\ No newline at end of file
diff --git a/kde/src/SortableCodecListWidget.h b/kde/src/SortableCodecListWidget.h
deleted file mode 100755
index fbe5112bfe8a033e5aa0b8c8ce8812c2394715af..0000000000000000000000000000000000000000
--- a/kde/src/SortableCodecListWidget.h
+++ /dev/null
@@ -1,64 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
- *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
- *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 3 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
-#ifndef SORTABLECODECLISTWIDGET_H
-#define SORTABLECODECLISTWIDGET_H
-
-#include <QWidget>
-#include <KPushButton>
-#include <QTableView>
-#include "CodecListModel.h"
-
-/**
-   @author Jérémy Quentin <jeremy.quentin@gmail.com>
-*/
-class SortableCodecListWidget : public QWidget
-{
-Q_OBJECT
-private:
-   KPushButton * codecUpButton;
-   KPushButton * codecDownButton;
-   QTableView * codecTable;
-
-public:
-   SortableCodecListWidget(QWidget *parent = 0);
-   
-   virtual void setModel(CodecListModel * model);
-   virtual CodecListModel * model();
-   
-private slots:
-   void on_codecUpButton_clicked();
-   void on_codecDownButton_clicked();
-   
-public slots:
-   void updateCommands();
-   
-private:
-   QModelIndex selectedIndex();
-   int selectedRow();
-
-   void setSelectedRow(int row);
-   
-signals:
-   void dataChanged();
-
-};
-
-#endif
diff --git a/kde/src/conf/ConfigAccountList.cpp b/kde/src/conf/ConfigAccountList.cpp
index 1f7df77f442ddd549d772f577888fa053e36f2c3..f41399054bf8eb59972fffc662997a9e19d3345e 100644
--- a/kde/src/conf/ConfigAccountList.cpp
+++ b/kde/src/conf/ConfigAccountList.cpp
@@ -1,6 +1,7 @@
 #include "ConfigAccountList.h"
 
-#include <QDebug>
+//KDE
+#include <KDebug>
 
 #include "lib/sflphone_const.h"
 #include "lib/configurationmanager_interface_singleton.h"
@@ -29,7 +30,7 @@ AccountView* ConfigAccountList::getAccountByItem(QListWidgetItem * item)
    return NULL;
 }
 
-AccountView* ConfigAccountList::addAccount(QString & alias)
+AccountView* ConfigAccountList::addAccount(const QString& alias)
 {
    AccountView* a = AccountView::buildNewAccountFromAlias(alias);
    (*accounts) += a;
@@ -39,11 +40,11 @@ AccountView* ConfigAccountList::addAccount(QString & alias)
 void ConfigAccountList::removeAccount(QListWidgetItem* item)
 {
    if(!item) 
-      qDebug() << "Attempting to remove an account from a NULL item."; return; 
+      kDebug() << "Attempting to remove an account from a NULL item."; return;
 
    AccountView* a = (AccountView*) getAccountByItem(item);
    if(!a)
-      qDebug() << "Attempting to remove an unexisting account."; return;
+      kDebug() << "Attempting to remove an unexisting account."; return;
 
    accounts->remove(accounts->indexOf(a));
 }
@@ -118,7 +119,7 @@ void ConfigAccountList::update()
 
 void ConfigAccountList::updateAccounts()
 {
-   qDebug() << "updateAccounts";
+   kDebug() << "updateAccounts";
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    QStringList accountIds = configurationManager.getAccountList().value();
    accounts->clear();
@@ -131,7 +132,7 @@ void ConfigAccountList::updateAccounts()
 void ConfigAccountList::upAccount(int index)
 {
    if(index <= 0 || index >= size()) {
-      qDebug() << "Error : index or future index out of range in upAccount.";
+      kDebug() << "Error : index or future index out of range in upAccount.";
       return;
    }
    AccountView* account = getAccountAt(index);
@@ -142,7 +143,7 @@ void ConfigAccountList::upAccount(int index)
 void ConfigAccountList::downAccount(int index)
 {
    if(index < 0 || index >= size() - 1) {
-      qDebug() << "Error : index or future index out of range in upAccount.";
+      kDebug() << "Error : index or future index out of range in upAccount.";
       return;
    }
    AccountView* account = getAccountAt(index);
@@ -162,13 +163,12 @@ QString ConfigAccountList::getOrderedList() const
 
 QVector<AccountView*> ConfigAccountList::registeredAccounts() const
 {
-   qDebug() << "registeredAccounts";
    QVector<AccountView*> registeredAccounts;
    AccountView* current;
    for (int i = 0; i < accounts->count(); ++i) {
       current = (*accounts)[i];
       if(current->getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED) {
-         qDebug() << current->getAlias() << " : " << current;
+         kDebug() << current->getAlias() << " : " << current;
          registeredAccounts.append(current);
       }
    }
diff --git a/kde/src/conf/ConfigAccountList.h b/kde/src/conf/ConfigAccountList.h
index 1307bde0fe5ea433535a0a8660e18e00365a077f..c2b8bd09cbd2a1dbb975e056e7b274afd2114754 100644
--- a/kde/src/conf/ConfigAccountList.h
+++ b/kde/src/conf/ConfigAccountList.h
@@ -4,30 +4,38 @@
 #include "../lib/AccountList.h"
 #include "../AccountView.h"
 
+///@class ConfigAccountList Account list model
 class ConfigAccountList : public QObject {
    Q_OBJECT
    public:
+
+      ///Constructor
       ConfigAccountList(bool fill = true);
       ConfigAccountList(QStringList &_accountIds);
-      virtual AccountView* addAccount(QString & alias);
-      AccountView* getAccountByItem(QListWidgetItem* item);
-      void removeAccount(QListWidgetItem* item);
-      void removeAccount(AccountView* account);
+
+      ///Getters
+      const AccountView*      getAccountAt           ( int i                 ) const;
+      AccountView*            getAccountAt           ( int i                 )      ;
+      QVector<AccountView*>&  getAccounts            (                       )      ;
+      AccountView*            firstRegisteredAccount (                       ) const;
+      QVector<AccountView*>   registeredAccounts     (                       ) const;
+      QString                 getOrderedList         (                       ) const;
+      int                     size                   (                       ) const;
+      AccountView*            getAccountByItem       ( QListWidgetItem* item )      ;
+      QVector<AccountView*>   getAccountByState      ( QString & state       )      ;
+      AccountView*            getAccountById         ( const QString & id    ) const;
+      
+      ///Mutators
+      virtual AccountView* addAccount     ( const QString & alias );
+      void                 removeAccount  ( QListWidgetItem* item );
+      void                 removeAccount  ( AccountView* account  );
+      void                 update         (                       );
+      void                 updateAccounts (                       );
+      void                 upAccount      ( int index             );
+      void                 downAccount    ( int index             );
+
+      ///Operators
       AccountView* operator[] (int i);
-      //const AccountView* operator[] (int i) const;
-      QVector<AccountView*>&  getAccounts();
-      const AccountView*  getAccountAt (int i) const;
-      AccountView* getAccountAt (int i);
-      QVector<AccountView*> getAccountByState(QString & state);
-      AccountView* getAccountById(const QString & id) const;
-      void update();
-      void updateAccounts();
-      void upAccount(int index);
-      void downAccount(int index);
-      QString getOrderedList() const;
-      QVector<AccountView*> registeredAccounts() const;
-      AccountView* firstRegisteredAccount() const;
-      int size() const;
 
    private:
       QVector<AccountView*>*  accounts;
diff --git a/kde/src/conf/ConfigurationDialog.cpp b/kde/src/conf/ConfigurationDialog.cpp
index 5608dd6d04bb834d213a0df47e77044d6e360835..b8c184ae3dd80a738d62d1d40fd684060f31aa3f 100755
--- a/kde/src/conf/ConfigurationDialog.cpp
+++ b/kde/src/conf/ConfigurationDialog.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -20,6 +20,10 @@
  **************************************************************************/
 #include "ConfigurationDialog.h"
 
+//KDE
+#include <KDebug>
+
+
 #include "conf/ConfigurationSkeleton.h"
 
 #include "dlggeneral.h"
@@ -36,12 +40,12 @@ ConfigurationDialog::ConfigurationDialog(SFLPhoneView *parent)
 {
    this->setWindowIcon(QIcon(ICON_SFLPHONE));
    
-   dlgGeneral     = new DlgGeneral(this);
-   dlgDisplay     = new DlgDisplay(this);
-   dlgAccounts    = new DlgAccounts(this);
-   dlgAudio       = new DlgAudio(this);
-   dlgAddressBook = new DlgAddressBook(this);
-   dlgHooks       = new DlgHooks(this);
+   dlgGeneral     = new DlgGeneral     (this);
+   dlgDisplay     = new DlgDisplay     (this);
+   dlgAccounts    = new DlgAccounts    (this);
+   dlgAudio       = new DlgAudio       (this);
+   dlgAddressBook = new DlgAddressBook (this);
+   dlgHooks       = new DlgHooks       (this);
    
    addPage( dlgGeneral      , i18n("General")      , "sflphone-client-kde"   ); 
    addPage( dlgDisplay      , i18n("Display")      , "applications-graphics" ); 
@@ -63,14 +67,12 @@ ConfigurationDialog::~ConfigurationDialog()
 
 void ConfigurationDialog::updateWidgets()
 {
-   qDebug() << "\nupdateWidgets";
    dlgAudio->updateWidgets();
    dlgAccounts->updateWidgets();
 }
 
 void ConfigurationDialog::updateSettings()
 {
-   qDebug() << "\nupdateSettings";
    dlgAudio->updateSettings();
    dlgAccounts->updateSettings();
 }
@@ -78,20 +80,19 @@ void ConfigurationDialog::updateSettings()
 bool ConfigurationDialog::hasChanged()
 {
    bool res = dlgAudio->hasChanged() || dlgAccounts->hasChanged();
-   qDebug() << "hasChanged" << res;
+   kDebug() << "Config has Changed" << res;
    return res;
 }
 
 void ConfigurationDialog::updateButtons()
 {
    bool changed = hasChanged();
-   qDebug() << "updateButtons , hasChanged = " << changed;
+   kDebug() << "updateButtons , hasChanged = " << changed;
    enableButtonApply( changed );
 }
 
 void ConfigurationDialog::applyCustomSettings()
 {
-   qDebug() << "\napplyCustomSettings";
    if(hasChanged()) {
           ConfigurationSkeleton::self()->writeConfig();
    }
@@ -103,7 +104,7 @@ void ConfigurationDialog::applyCustomSettings()
 
 void ConfigurationDialog::reload()
 {
-   qDebug() << "reload";
+   kDebug() << "Reloading config";
    ConfigurationSkeleton::self()->readConfig();
    updateWidgets();
    updateButtons();
diff --git a/kde/src/conf/ConfigurationDialog.h b/kde/src/conf/ConfigurationDialog.h
index ea2acef816bdf137d563e6409dd9b87eccc67067..879793939bd626e0cf8900b1a7d2f422b1718ba2 100755
--- a/kde/src/conf/ConfigurationDialog.h
+++ b/kde/src/conf/ConfigurationDialog.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
diff --git a/kde/src/conf/ConfigurationSkeleton.cpp b/kde/src/conf/ConfigurationSkeleton.cpp
index 51048fb998aa83794ff4269b741cf6c8b8aa64bd..683e29d9457748096d04930f09a396eaf6dfe565 100755
--- a/kde/src/conf/ConfigurationSkeleton.cpp
+++ b/kde/src/conf/ConfigurationSkeleton.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -23,10 +23,13 @@
 #include "lib/configurationmanager_interface_singleton.h"
 #include "lib/sflphone_const.h"
 
+//KDE
+#include <KDebug>
+
 ConfigurationSkeleton::ConfigurationSkeleton()
  : ConfigurationSkeletonBase()
 {
-   qDebug() << "Building ConfigurationSkeleton";
+   kDebug() << "Building ConfigurationSkeleton";
    //codecListModel = new CodecListModel();
    readConfig();
 }
@@ -53,7 +56,7 @@ ConfigurationSkeleton::~ConfigurationSkeleton()
 void ConfigurationSkeleton::readConfig()
 {
    //ConfigurationSkeleton::readConfig();
-   qDebug() << "\nReading config";
+   kDebug() << "Reading config";
    
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    
@@ -90,7 +93,7 @@ void ConfigurationSkeleton::readConfig()
    
    //Audio Interface settings
    QString audioManager = configurationManager.getAudioManager();
-   qDebug() << "audioManager = " << audioManager;
+   kDebug() << "audioManager = " << audioManager;
    //setInterface(audioManager); //TODO
 
    //ringtones settings
@@ -106,26 +109,26 @@ void ConfigurationSkeleton::readConfig()
    //codecs settings
    //setActiveCodecList(configurationManager.getActiveCodecList()); //Outdated
 
-   qDebug() << "configurationManager.getCurrentAudioOutputPlugin() = " << configurationManager.getCurrentAudioOutputPlugin();
+   kDebug() << "configurationManager.getCurrentAudioOutputPlugin() = " << configurationManager.getCurrentAudioOutputPlugin();
    setAlsaPlugin(configurationManager.getCurrentAudioOutputPlugin());
    bool ok;
    QStringList devices = configurationManager.getCurrentAudioDevicesIndex();
    int inputDevice =0;
    if (devices.size() > 1) {
-      qDebug() << "inputDevice = " << devices[1];
+      kDebug() << "inputDevice = " << devices[1];
       inputDevice = devices[1].toInt(& ok);
    }
    else 
-      qDebug() << "Fatal: Too few audio devices";
+      kDebug() << "Fatal: Too few audio devices";
 
    if(!ok) 
-      qDebug() << "inputDevice is not a number";
+      kDebug() << "inputDevice is not a number";
       
    setAlsaInputDevice(inputDevice);
    
-   //qDebug() << "outputDevice = " << devices[0];
+   //kDebug() << "outputDevice = " << devices[0];
    //int outputDevice = devices[0].toInt(& ok);
-   //if(!ok) qDebug() << "outputDevice is not a number";
+   //if(!ok) kDebug() << "outputDevice is not a number";
    //setAlsaOutputDevice(outputDevice);          
    
    ///////////////////////
@@ -147,7 +150,6 @@ void ConfigurationSkeleton::readConfig()
    /////////////////////////////
    
    MapStringInt addressBookSettings = configurationManager.getAddressbookSettings().value();
-   qDebug() << "getAddressbookSettings() : " << addressBookSettings;
    setEnableAddressBook(addressBookSettings[ADDRESSBOOK_ENABLE]);
    setMaxResults(addressBookSettings[ADDRESSBOOK_MAX_RESULTS]);
    setDisplayPhoto(addressBookSettings[ADDRESSBOOK_DISPLAY_CONTACT_PHOTO]);
@@ -160,7 +162,6 @@ void ConfigurationSkeleton::readConfig()
    /////////////////////////////
    
    MapStringString hooksSettings = configurationManager.getHookSettings().value();
-   qDebug() << "getHooksSettings() : " << hooksSettings;
    setAddPrefix(hooksSettings[HOOKS_ENABLED]=="1");
    setPrepend(hooksSettings[HOOKS_ADD_PREFIX]);
    setEnableHooksSIP(hooksSettings[HOOKS_SIP_ENABLED]=="1");
@@ -168,13 +169,13 @@ void ConfigurationSkeleton::readConfig()
    setHooksSIPHeader(hooksSettings[HOOKS_SIP_FIELD]);
    setHooksCommand(hooksSettings[HOOKS_COMMAND]);
    
-   qDebug() << "Finished to read config\n";
+   kDebug() << "Finished to read config";
 }
 
 void ConfigurationSkeleton::writeConfig()
 {
    //ConfigurationSkeleton::writeConfig();
-   qDebug() << "\nWriting config";
+   kDebug() << "Writing config";
    /*ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    
    
@@ -182,7 +183,7 @@ void ConfigurationSkeleton::writeConfig()
    ////General settings////
    ////////////////////////
    
-   qDebug() << "Writing General settings";
+   kDebug() << "Writing General settings";
    
    //Call history settings
         //if(enableHistory() != QVariant(configurationManager.getHistoryEnabled()).toBool() ) {
@@ -195,7 +196,7 @@ void ConfigurationSkeleton::writeConfig()
    ////Display settings////
    ////////////////////////
    
-   qDebug() << "Writing Display settings";
+   kDebug() << "Writing Display settings";
    
    //Notification settings
    //if(notifOnCalls() != configurationManager.getNotify()) configurationManager.setNotify();
@@ -210,7 +211,7 @@ void ConfigurationSkeleton::writeConfig()
    ////Accounts settings////
    /////////////////////////
    
-   qDebug() << "Writing Accounts settings";
+   kDebug() << "Writing Accounts settings";
    
 //    saveAccountList();
 
@@ -218,7 +219,7 @@ void ConfigurationSkeleton::writeConfig()
    ////Audio settings////
    //////////////////////
    
-   qDebug() << "Writing Audio settings";
+   kDebug() << "Writing Audio settings";
    
    //Audio Interface settings
    int prevManager = configurationManager.getAudioManager();
@@ -232,13 +233,13 @@ void ConfigurationSkeleton::writeConfig()
    configurationManager.setRingtoneChoice(ringtone());
 
    //codecs settings
-   //qDebug() << "activeCodecList = " << activeCodecList();
+   //kDebug() << "activeCodecList = " << activeCodecList();
    //configurationManager.setActiveCodecList(activeCodecList());
    
 
    //alsa settings
    if(prevManager == CONST_ALSA && newManager == EnumInterface::ALSA) {
-      qDebug() << "setting alsa settings";
+      kDebug() << "setting alsa settings";
       configurationManager.setOutputAudioPlugin(alsaPlugin());
       configurationManager.setAudioInputDevice(alsaInputDevice());
       configurationManager.setAudioOutputDevice(alsaOutputDevice());
@@ -249,7 +250,7 @@ void ConfigurationSkeleton::writeConfig()
    ////Record settings////
    ///////////////////////
    
-   qDebug() << "Writing Record settings";
+   kDebug() << "Writing Record settings";
    
    QString destination = destinationFolder();
    configurationManager.setRecordPath(destination);
@@ -259,7 +260,7 @@ void ConfigurationSkeleton::writeConfig()
    ////Address Book settings////
    /////////////////////////////
    
-   qDebug() << "Writing Address Book settings";
+   kDebug() << "Writing Address Book settings";
    
    MapStringInt addressBookSettings = MapStringInt();
    addressBookSettings[ADDRESSBOOK_ENABLE] = enableAddressBook();
@@ -274,7 +275,7 @@ void ConfigurationSkeleton::writeConfig()
    ///////Hooks settings////////
    /////////////////////////////
    
-   qDebug() << "Writing Hooks settings";
+   kDebug() << "Writing Hooks settings";
    
    MapStringString hooksSettings = MapStringString();
    hooksSettings[HOOKS_ENABLED] = addPrefix() ? "1" : "0";
@@ -285,9 +286,7 @@ void ConfigurationSkeleton::writeConfig()
    hooksSettings[HOOKS_COMMAND] = hooksCommand();
    configurationManager.setHookSettings(hooksSettings);
    
-   qDebug() << "Finished to write config\n";*/
-   qDebug() <<  "Max res: "  << displayDialpad()  << "\n\n\n\n\n\n";
-   qDebug() <<  "Max res3: " << ConfigurationSkeletonBase::displayDialpad()  << "\n\n\n\n\n\n";
+   kDebug() << "Finished to write config\n";*/
    ConfigurationSkeletonBase::writeConfig();
 }
 
@@ -303,8 +302,6 @@ void ConfigurationSkeleton::writeConfig()
 
 // void ConfigurationSkeleton::writeConfig()
 // {
-//    qDebug() <<  "Max res4: "  << displayDialpad()  << "\n\n\n\n\n\n";
-//    qDebug() <<  "Max res5: " << ConfigurationSkeletonBase::displayDialpad()  << "\n\n\n\n\n\n";
 // 
 //    ConfigurationSkeletonBase::writeConfig();
 // }
\ No newline at end of file
diff --git a/kde/src/conf/ConfigurationSkeleton.h b/kde/src/conf/ConfigurationSkeleton.h
index 7584c769cd5471915dbe1086d8fd682fcd5cb033..a9fcb1a3f7f605142f1a690bfd0d1b3b4fda9f86 100755
--- a/kde/src/conf/ConfigurationSkeleton.h
+++ b/kde/src/conf/ConfigurationSkeleton.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
diff --git a/kde/src/conf/dlgaccounts.cpp b/kde/src/conf/dlgaccounts.cpp
index e928183f275e529f3bcbec536b30fb194b95890b..f5d27aca18dce67316c02f9be85c68a94c22ada0 100755
--- a/kde/src/conf/dlgaccounts.cpp
+++ b/kde/src/conf/dlgaccounts.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -26,9 +26,54 @@
 #include "SFLPhoneView.h"
 #include "../AccountView.h"
 #include "lib/sflphone_const.h"
+#include <kconfigdialog.h>
+#include <QTableWidget>
+#include <QListWidgetItem>
 #include "conf/ConfigurationDialog.h"
-#include <vector>
-#include <string>
+#include <QWidget>
+//KDE
+#include <KDebug>
+
+Private_AddCodecDialog::Private_AddCodecDialog(QList< StringHash > itemList, QStringList currentItems ,QWidget* parent) : KDialog(parent) {
+      codecTable = new QTableWidget(this);
+      codecTable->verticalHeader()->setVisible(false);
+      codecTable->setColumnCount(4);
+      for (int i=0;i<4;i++) {
+         codecTable->setHorizontalHeaderItem( i, new QTableWidgetItem(0));
+         codecTable->horizontalHeader()->setResizeMode(i,QHeaderView::ResizeToContents);
+      }
+
+      codecTable->setSelectionBehavior(QAbstractItemView::SelectRows);
+      codecTable->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
+      codecTable->horizontalHeaderItem(0)->setText( "Name"      );
+      codecTable->horizontalHeaderItem(1)->setText( "Bitrate"   );
+      codecTable->horizontalHeaderItem(2)->setText( "Frequency" );
+      codecTable->horizontalHeaderItem(3)->setText( "Alias"     );
+      int i =0;
+      foreach (StringHash aCodec, itemList) {
+         if ( currentItems.indexOf(aCodec["alias"]) == -1) {
+            codecTable->setRowCount(i+1);
+            QTableWidgetItem* cName       = new QTableWidgetItem( aCodec["name"]      );
+            codecTable->setItem( i,0,cName      );
+            QTableWidgetItem* cBitrate    = new QTableWidgetItem( aCodec["bitrate"]   );
+            codecTable->setItem( i,1,cBitrate   );
+            QTableWidgetItem* cFrequency  = new QTableWidgetItem( aCodec["frequency"] );
+            codecTable->setItem( i,2,cFrequency );
+            QTableWidgetItem* cAlias      = new QTableWidgetItem( aCodec["alias"]     );
+            codecTable->setItem( i,3,cAlias     );
+            i++;
+         }
+      }
+      setMainWidget(codecTable);
+      resize(550,300);
+
+      connect(this, SIGNAL(okClicked()), this, SLOT(emitNewCodec()));
+}
+
+void Private_AddCodecDialog::emitNewCodec() {
+   if (codecTable->currentRow() >= 0)
+   emit addCodec(codecTable->item(codecTable->currentRow(),3)->text());
+}
 
 DlgAccounts::DlgAccounts(KConfigDialog* parent)
  : QWidget(parent)
@@ -36,19 +81,16 @@ DlgAccounts::DlgAccounts(KConfigDialog* parent)
    setupUi(this);
    disconnect(keditlistbox_codec->addButton(),SIGNAL(clicked()));
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
-   button_accountUp->setIcon     (KIcon("go-up")       );
-   button_accountDown->setIcon   (KIcon("go-down")     );
-   button_accountAdd->setIcon    (KIcon("list-add")    );
-   button_accountRemove->setIcon (KIcon("list-remove") );
+   button_accountUp->setIcon     ( KIcon( "go-up"       ) );
+   button_accountDown->setIcon   ( KIcon( "go-down"     ) );
+   button_accountAdd->setIcon    ( KIcon( "list-add"    ) );
+   button_accountRemove->setIcon ( KIcon( "list-remove" ) );
    accountList = new ConfigAccountList(false);
    loadAccountList();
    loadCodecList();
    accountListHasChanged = false;
    //toolButton_accountsApply->setEnabled(false);
 
-   QRadioButton* rbloc = radioButton_pa_same_as_local;
-   QRadioButton* rbcus = radioButton_pa_custom;
-
    //SLOTS
    //                     SENDER                            SIGNAL                    RECEIVER               SLOT                 /
    /**/connect(edit1_alias,                    SIGNAL(textEdited(const QString &)) , this      , SLOT(changedAccountList()      ));
@@ -123,7 +165,7 @@ void DlgAccounts::saveAccountList()
       //if the account has an instanciated id but it's not in configurationManager
       else {
          if(! accountIds.contains(current->getAccountId())) {
-            qDebug() << "The account with id " << current->getAccountId() << " doesn't exist. It might have been removed by another SFLphone client.";
+            kDebug() << "The account with id " << current->getAccountId() << " doesn't exist. It might have been removed by another SFLphone client.";
             currentId = QString();
          }
          else {
@@ -135,7 +177,7 @@ void DlgAccounts::saveAccountList()
    //remove accounts that are in the configurationManager but not in the client
    for (int i = 0; i < accountIds.size(); i++) {
       if(! accountList->getAccountById(accountIds[i])) {
-         qDebug() << "remove account " << accountIds[i];
+         kDebug() << "remove account " << accountIds[i];
          configurationManager.removeAccount(accountIds[i]);
       }
    }
@@ -145,7 +187,7 @@ void DlgAccounts::saveAccountList()
 
 void DlgAccounts::connectAccountsChangedSignal()
 {
-   qDebug() << "connectAccountsChangedSignal";
+   kDebug() << "connectAccountsChangedSignal";
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    connect(&configurationManager, SIGNAL(accountsChanged()),
            this,                  SLOT(updateAccountStates()));
@@ -153,7 +195,7 @@ void DlgAccounts::connectAccountsChangedSignal()
 
 void DlgAccounts::disconnectAccountsChangedSignal()
 {
-   qDebug() << "disconnectAccountsChangedSignal";
+   kDebug() << "disconnectAccountsChangedSignal";
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    disconnect(&configurationManager, SIGNAL(accountsChanged()),
            this,                  SLOT(updateAccountStates()));
@@ -165,13 +207,13 @@ void DlgAccounts::saveAccount(QListWidgetItem * item)
    QString protocolsTab[] = ACCOUNT_TYPES_TAB;
 
    if(! item) { 
-      qDebug() << "Attempting to save details of an account from a NULL item"; 
-       return; 
+      kDebug() << "Attempting to save details of an account from a NULL item";
+      return; 
    }
    
    AccountView* account = accountList->getAccountByItem(item);
    if(!account) {
-      qDebug() << "Attempting to save details of an unexisting account : " << item->text();  
+      kDebug() << "Attempting to save details of an unexisting account : " << item->text();
       return;  
    }
    //ACCOUNT DETAILS
@@ -225,7 +267,7 @@ void DlgAccounts::saveAccount(QListWidgetItem * item)
 
    ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    configurationManager.setActiveAudioCodecList(_codecList, account->getAccountDetail(ACCOUNT_ID));
-   qDebug() << "Account codec have been saved" << _codecList << account->getAccountDetail(ACCOUNT_ID);
+   kDebug() << "Account codec have been saved" << _codecList << account->getAccountDetail(ACCOUNT_ID);
    
    saveCredential(account->getAccountDetail(ACCOUNT_ID));
 }
@@ -233,13 +275,13 @@ void DlgAccounts::saveAccount(QListWidgetItem * item)
 void DlgAccounts::loadAccount(QListWidgetItem * item)
 {
    if(! item ) { 
-      qDebug() << "Attempting to load details of an account from a NULL item";  
+      kDebug() << "Attempting to load details of an account from a NULL item";
       return;  
    }
 
    AccountView* account = accountList->getAccountByItem(item);
    if(! account ) {  
-      qDebug() << "Attempting to load details of an unexisting account";  
+      kDebug() << "Attempting to load details of an unexisting account";
       return;  
    }
 
@@ -336,11 +378,11 @@ void DlgAccounts::loadAccount(QListWidgetItem * item)
    spinBox_ni_local_port->setValue(account->getAccountDetail(LOCAL_PORT).toInt());
    comboBox_ni_local_address->setCurrentIndex(comboBox_ni_local_address->findText(account->getAccountDetail(LOCAL_INTERFACE))); //TODO need to load the list first
 
-   QStringList activeCodecList = configurationManager.getActiveAudioCodecList(account->getAccountDetail(ACCOUNT_ID));
+   QVector<int> activeCodecList = configurationManager.getActiveAudioCodecList(account->getAccountDetail(ACCOUNT_ID));
    keditlistbox_codec->clear();
-   foreach (QString aCodec, activeCodecList) {
+   foreach (int aCodec, activeCodecList) {
       foreach (StringHash _aCodec, codecList) {
-;         if (_aCodec["id"] == aCodec)
+         if (_aCodec["id"] == QString::number(aCodec))
             keditlistbox_codec->insertItem(_aCodec["alias"]);
       }
    }
@@ -372,7 +414,6 @@ void DlgAccounts::loadAccount(QListWidgetItem * item)
 
 void DlgAccounts::loadAccountList()
 {
-   qDebug() << "loadAccountList";
    accountList->updateAccounts();
    listWidget_accountList->clear();
    for (int i = 0; i < accountList->size(); ++i) {
@@ -388,15 +429,13 @@ void DlgAccounts::addAccountToAccountList(AccountView* account)
 {
    QListWidgetItem * item = account->getItem();
    QWidget * widget = account->getItemWidget();
-   connect(widget, SIGNAL(checkStateChanged(bool)),
-           this,   SLOT(changedAccountList()));
+   connect(widget, SIGNAL(checkStateChanged(bool)), this, SLOT(changedAccountList()));
    listWidget_accountList->addItem(item);
    listWidget_accountList->setItemWidget(item, widget);
 }
 
 void DlgAccounts::changedAccountList()
 {
-   qDebug() << "changedAccountList";
    accountListHasChanged = true;
    emit updateButtons();
 }
@@ -405,7 +444,7 @@ void DlgAccounts::changedAccountList()
 
 void DlgAccounts::on_listWidget_accountList_currentItemChanged ( QListWidgetItem * current, QListWidgetItem * previous )
 {
-   qDebug() << "on_listWidget_accountList_currentItemChanged";
+   kDebug() << "on_listWidget_accountList_currentItemChanged";
    saveAccount(previous);
    loadAccount(current);
    updateAccountListCommands();
@@ -413,7 +452,7 @@ void DlgAccounts::on_listWidget_accountList_currentItemChanged ( QListWidgetItem
 
 void DlgAccounts::on_button_accountUp_clicked()
 {
-   qDebug() << "on_button_accountUp_clicked";
+   kDebug() << "on_button_accountUp_clicked";
    int currentRow = listWidget_accountList->currentRow();
    QListWidgetItem * prevItem = listWidget_accountList->takeItem(currentRow);
    AccountView* account = accountList->getAccountByItem(prevItem);
@@ -429,7 +468,7 @@ void DlgAccounts::on_button_accountUp_clicked()
 
 void DlgAccounts::on_button_accountDown_clicked()
 {
-   qDebug() << "on_button_accountDown_clicked";
+   kDebug() << "on_button_accountDown_clicked";
    int currentRow = listWidget_accountList->currentRow();
    QListWidgetItem * prevItem = listWidget_accountList->takeItem(currentRow);
    AccountView* account = accountList->getAccountByItem(prevItem);
@@ -445,7 +484,7 @@ void DlgAccounts::on_button_accountDown_clicked()
 
 void DlgAccounts::on_button_accountAdd_clicked()
 {
-   qDebug() << "on_button_accountAdd_clicked";
+   kDebug() << "on_button_accountAdd_clicked";
    QString itemName = QInputDialog::getText(this, "New account", "Enter new account's alias");
    itemName = itemName.simplified();
    if (!itemName.isEmpty()) {
@@ -459,7 +498,7 @@ void DlgAccounts::on_button_accountAdd_clicked()
 
 void DlgAccounts::on_button_accountRemove_clicked()
 {
-   qDebug() << "on_button_accountRemove_clicked";
+   kDebug() << "on_button_accountRemove_clicked";
    int r = listWidget_accountList->currentRow();
    QListWidgetItem * item = listWidget_accountList->takeItem(r);
    accountList->removeAccount(item);
@@ -468,14 +507,14 @@ void DlgAccounts::on_button_accountRemove_clicked()
 
 void DlgAccounts::on_edit1_alias_textChanged(const QString & text)
 {
-   qDebug() << "on_edit1_alias_textChanged";
+   kDebug() << "on_edit1_alias_textChanged";
    AccountItemWidget * widget = (AccountItemWidget *) listWidget_accountList->itemWidget(listWidget_accountList->currentItem());
    widget->setAccountText(text);
 }
 
 void DlgAccounts::updateAccountListCommands()
 {
-   qDebug() << "updateAccountListCommands";
+   kDebug() << "updateAccountListCommands";
    bool buttonsEnabled[4] = {true,true,true,true};
    if(! listWidget_accountList->currentItem()) {
       buttonsEnabled[0] = false;
@@ -497,7 +536,7 @@ void DlgAccounts::updateAccountListCommands()
 
 void DlgAccounts::updateAccountStates()
 {
-   qDebug() << "updateAccountStates";
+   kDebug() << "updateAccountStates";
    for (int i = 0; i < accountList->size(); i++) {
       AccountView* current = accountList->getAccountAt(i);
       current->updateState();
@@ -526,14 +565,12 @@ void DlgAccounts::updateStatusLabel(AccountView* account)
 bool DlgAccounts::hasChanged()
 {
    bool res = accountListHasChanged;
-   qDebug() << "DlgAccounts::hasChanged " << res;
    return res;
 }
 
 
 void DlgAccounts::updateSettings()
 {
-   qDebug() << "DlgAccounts::updateSettings";
    if(accountListHasChanged) {
       saveAccountList();
       //toolButton_accountsApply->setEnabled(false);
@@ -543,7 +580,6 @@ void DlgAccounts::updateSettings()
 
 void DlgAccounts::updateWidgets()
 {
-   qDebug() << "DlgAccounts::updateWidgets";
    loadAccountList();
    //toolButton_accountsApply->setEnabled(false);
    accountListHasChanged = false;
@@ -558,10 +594,10 @@ void DlgAccounts::loadCodecList()
   foreach (int aCodec, codecIdList) {
     QStringList codec = configurationManager.getAudioCodecDetails(aCodec);
     QHash<QString, QString> _codec;
-    _codec["name"]      = codec[0];
-    _codec["frequency"] = codec[1];
-    _codec["bitrate"]   = codec[2];
-    _codec["id"]        = QString::number(aCodec);
+    _codec[ "name"      ] = codec[0];
+    _codec[ "frequency" ] = codec[1];
+    _codec[ "bitrate"   ] = codec[2];
+    _codec[ "id"        ] = QString::number(aCodec);
     
     tmpNameList << _codec["name"];
     
diff --git a/kde/src/conf/dlgaccounts.h b/kde/src/conf/dlgaccounts.h
index 93784f26987cd4861478b4f51dca7111df609852..eb3bb5b44a3df49894ae225ff18f4ce9291b8460 100755
--- a/kde/src/conf/dlgaccounts.h
+++ b/kde/src/conf/dlgaccounts.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -21,82 +21,52 @@
 #ifndef DLGACCOUNTS_H
 #define DLGACCOUNTS_H
 
-#include <QWidget>
-#include <kconfigdialog.h>
-#include <QTableWidget>
-#include <QListWidgetItem>
-
 #include "ui_dlgaccountsbase.h"
 #include "AccountView.h"
 #include "ConfigAccountList.h"
-#include <QDebug>
 
-typedef QHash<QString, QString> StringHash; //Needed to fix a Qt foreach macro argument parsing bug
+//Qt
+class QTableWidget;
+class QListWidgetItem;
+class QWidget;
+
+//KDE
+class KConfigDialog;
 
+///@struct CredentialData store credential informations
 struct CredentialData {
-   QListWidgetItem* pointer;
-   QString name;
-   QString password;
-   QString realm;
+   QListWidgetItem* pointer ;
+   QString          name    ;
+   QString          password;
+   QString          realm   ;
 };
 
+//Typedef
+typedef QHash<QString, QString> StringHash;                          //Needed to fix a Qt foreach macro argument parsing bug
 typedef QHash<QListWidgetItem*, CredentialData> QListWidgetItemHash; //Needed to fix a Qt foreach macro argument parsing bug
 typedef QList<CredentialData> CredentialList;
 
+///@class Private_AddCodecDialog Little dialog to add codec to the list
 class Private_AddCodecDialog : public KDialog {
   Q_OBJECT
   public:
-    Private_AddCodecDialog(QList< StringHash > itemList, QStringList currentItems ,QWidget* parent = 0) : KDialog(parent) {
-      codecTable = new QTableWidget(this);
-      codecTable->verticalHeader()->setVisible(false);
-      codecTable->setColumnCount(4);
-      for (int i=0;i<4;i++) {
-         codecTable->setHorizontalHeaderItem( i, new QTableWidgetItem(0));
-         codecTable->horizontalHeader()->setResizeMode(i,QHeaderView::ResizeToContents);
-      }
-      
-      codecTable->setSelectionBehavior(QAbstractItemView::SelectRows);
-      codecTable->horizontalHeaderItem(0)->setText("Name");
-      codecTable->horizontalHeaderItem(1)->setText("Bitrate");
-      codecTable->horizontalHeaderItem(2)->setText("Frequency");
-      codecTable->horizontalHeaderItem(3)->setText("Alias");
-      codecTable->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
-      int i =0;
-      foreach (StringHash aCodec, itemList) {
-        if ( currentItems.indexOf(aCodec["alias"]) == -1) {
-          codecTable->setRowCount(i+1);
-          QTableWidgetItem* cName = new  QTableWidgetItem(aCodec["name"]);
-          codecTable->setItem(i,0,cName);
-          QTableWidgetItem* cBitrate = new  QTableWidgetItem(aCodec["bitrate"]);
-          codecTable->setItem(i,1,cBitrate);
-          QTableWidgetItem* cFrequency = new  QTableWidgetItem(aCodec["frequency"]);
-          codecTable->setItem(i,2,cFrequency);
-          QTableWidgetItem* cAlias = new  QTableWidgetItem(aCodec["alias"]);
-          codecTable->setItem(i,3,cAlias);
-          i++;
-        }
-      }
-      setMainWidget(codecTable);
-      resize(550,300);
-      
-      connect(this, SIGNAL(okClicked()), this, SLOT(emitNewCodec()));
-    }
+    Private_AddCodecDialog(QList< StringHash > itemList, QStringList currentItems ,QWidget* parent = 0);
+    
   private:
     QTableWidget* codecTable;
+    
   private slots:
-    void emitNewCodec() {
-       if (codecTable->currentRow() >= 0)
-         emit addCodec(codecTable->item(codecTable->currentRow(),3)->text());
-    }
+    void emitNewCodec();
+    
   signals:
     void addCodec(QString alias);
 };
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@gmail.com>
-   
-   \note see ticket #1309 for advices about how to improve this class.
-*/
+/**                                                                    
+ *  @author Jérémy Quentin <jeremy.quentin@gmail.com>                  
+ *                                                                     
+ *  \note see ticket #1309 for advices about how to improve this class.
+ */
 class DlgAccounts : public QWidget, public Ui_DlgAccountsBase
 {
 Q_OBJECT
@@ -106,62 +76,65 @@ public:
    void saveAccount(QListWidgetItem * item);
    
    /**
-    *   Fills the settings form in the right side with the
-    *   settings of @p item.
-    *
-    *   \note When the user creates a new account, its accountDetails
-    *   map is empty, so the form is filled with blank strings,
-    *   zeros... And when the user clicks \e Apply , these settings are
-    *   saved just after the account is created. So be careful the form
-    *   is filled with the right default settings if blank (as 600 for
-    *   registration expire).
-    *
-    * @param item the item with which to fill the settings form
+    *   Fills the settings form in the right side with the              
+    *   settings of @p item.                                            
+    *                                                                   
+    *   \note When the user creates a new account, its accountDetails   
+    *   map is empty, so the form is filled with blank strings,         
+    *   zeros... And when the user clicks \e Apply , these settings are 
+    *   saved just after the account is created. So be careful the form 
+    *   is filled with the right default settings if blank (as 600 for  
+    *   registration expire).                                           
+    *                                                                   
+    * @param item the item with which to fill the settings form         
+    *                                                                   
     */
    void loadAccount(QListWidgetItem * item);
    
 private:
-   ConfigAccountList*  accountList;
-   QList<StringHash>   codecList;
-   QListWidgetItemHash credentialInfo;
-   CredentialList      credentialList;
-   bool accountListHasChanged;
+   ///Attributes
+   ConfigAccountList*  accountList           ;
+   QList<StringHash>   codecList             ;
+   QListWidgetItemHash credentialInfo        ;
+   CredentialList      credentialList        ;
+   bool                accountListHasChanged ;
+
+   ///Mutators
    void loadCodecList();
 
 public slots:
-   void saveAccountList();
-   void loadAccountList();
-   
-   bool hasChanged();
-   void updateSettings();
-   void updateWidgets();
+   void saveAccountList ();
+   void loadAccountList ();
+   bool hasChanged      ();
+   void updateSettings  ();
+   void updateWidgets   ();
    
 private slots:
-   void changedAccountList();
-   void connectAccountsChangedSignal();
-   void disconnectAccountsChangedSignal();
-   void on_button_accountUp_clicked();
-   void on_button_accountDown_clicked();
-   void on_button_accountAdd_clicked();
-   void on_button_accountRemove_clicked();
-   void on_edit1_alias_textChanged(const QString & text);
-   void on_listWidget_accountList_currentItemChanged ( QListWidgetItem * current, QListWidgetItem * previous );
-//    //void on_toolButton_accountsApply_clicked(); //Disabled for future removal
-   void updateAccountStates();
-   void addAccountToAccountList(AccountView* account);
-   void updateAccountListCommands();
-   void updateStatusLabel(QListWidgetItem * item);
-   void updateStatusLabel(AccountView* account);
-   void codecClicked(const QModelIndex & model);
-   void addCodec(QString name = "");
-   void codecChanged();
-   void updateCombo(int value);
-   void addCredential();
-   void removeCredential();
-   void selectCredential(QListWidgetItem* item, QListWidgetItem* previous);
-   void loadCredentails(QString accountId);
-   void saveCredential(QString accountId);
-   void enablePublished();
+   void changedAccountList              ();
+   void connectAccountsChangedSignal    ();
+   void disconnectAccountsChangedSignal ();
+   void on_button_accountUp_clicked     ();
+   void on_button_accountDown_clicked   ();
+   void on_button_accountAdd_clicked    ();
+   void on_button_accountRemove_clicked ();
+   void codecChanged                    ();
+   void addCredential                   ();
+   void removeCredential                ();
+   void enablePublished                 ();
+   void updateAccountStates             ();
+   void updateAccountListCommands       ();
+   
+   void codecClicked                                 ( const QModelIndex& model                                 );
+   void updateStatusLabel                            ( QListWidgetItem* item                                    );
+   void on_listWidget_accountList_currentItemChanged ( QListWidgetItem* current , QListWidgetItem * previous    );
+   void selectCredential                             ( QListWidgetItem* item    , QListWidgetItem* previous     );
+   void addAccountToAccountList                      ( AccountView*   account                                   );
+   void updateStatusLabel                            ( AccountView*   account                                   );
+   void addCodec                                     ( QString        name = ""                                 );
+   void updateCombo                                  ( int            value                                     );
+   void loadCredentails                              ( QString        accountId                                 );
+   void saveCredential                               ( QString        accountId                                 );
+   void on_edit1_alias_textChanged                   ( const QString& text                                      );
    
    
 signals:
diff --git a/kde/src/conf/dlgaddressbook.cpp b/kde/src/conf/dlgaddressbook.cpp
index 69ea51de26a6da549d149e69e292f4249264b45a..0766769b28ed417db1d76052112fa9546fca4452 100755
--- a/kde/src/conf/dlgaddressbook.cpp
+++ b/kde/src/conf/dlgaddressbook.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
diff --git a/kde/src/conf/dlgaddressbook.h b/kde/src/conf/dlgaddressbook.h
index 9d159503fee7b84bf084a35d52c52b46175dfea2..94ec8a671e161434fb5a841342c39fd959feb70a 100755
--- a/kde/src/conf/dlgaddressbook.h
+++ b/kde/src/conf/dlgaddressbook.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
diff --git a/kde/src/conf/dlgaudio.cpp b/kde/src/conf/dlgaudio.cpp
index 49a7c85361b1c9a707e3b75059dd70e18e223a67..adf36b85eb7a3a6630ad0b0abe422f262a88b344 100755
--- a/kde/src/conf/dlgaudio.cpp
+++ b/kde/src/conf/dlgaudio.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -36,27 +36,14 @@ DlgAudio::DlgAudio(KConfigDialog *parent)
    KUrlRequester_ringtone->setMode(KFile::File | KFile::ExistingOnly);
    KUrlRequester_ringtone->lineEdit()->setObjectName("kcfg_ringtone"); 
    KUrlRequester_ringtone->lineEdit()->setReadOnly(true); 
-        
+   
    KUrlRequester_destinationFolder->setMode(KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly);
    KUrlRequester_destinationFolder->setUrl(KUrl(QDir::home().path()));
    KUrlRequester_destinationFolder->lineEdit()->setObjectName("kcfg_destinationFolder"); 
-   KUrlRequester_destinationFolder->lineEdit()->setReadOnly(true); 
-   
-   //codecTableHasChanged = false;
-   
-   //ConfigurationSkeleton * skeleton = ConfigurationSkeleton::self();
-   //CodecListModel * model = skeleton->getCodecListModel();
-   //sortableCodecList->setModel(model);
-   
-//    loadAlsaSettings();
-   connect(box_alsaPlugin,        SIGNAL(activated(int)),   
-           parent,                SLOT(updateButtons()));
-           
-   connect(this,                  SIGNAL(updateButtons()),
-           parent,                SLOT(updateButtons()));
+   KUrlRequester_destinationFolder->lineEdit()->setReadOnly(true);
    
-   //connect(sortableCodecList,     SIGNAL(dataChanged()),
-           //this,                  SLOT(codecTableChanged()));
+   connect( box_alsaPlugin, SIGNAL(activated(int)),  parent, SLOT(updateButtons()));
+   connect( this,           SIGNAL(updateButtons()), parent, SLOT(updateButtons()));
    
 }
 
@@ -68,14 +55,11 @@ DlgAudio::~DlgAudio()
 void DlgAudio::updateWidgets()
 {
    loadAlsaSettings();
-   
-   //codecTableHasChanged = false;
 }
 
 
 void DlgAudio::updateSettings()
 {
-   qDebug() << "DlgAudio::updateSettings";
    //alsaPlugin
    ConfigurationSkeleton * skeleton = ConfigurationSkeleton::self();
    skeleton->setAlsaPlugin(box_alsaPlugin->currentText());
@@ -85,47 +69,37 @@ void DlgAudio::updateSettings()
 
 bool DlgAudio::hasChanged()
 {
-   qDebug() << "DlgAudio::hasChanged";
    ConfigurationSkeleton * skeleton = ConfigurationSkeleton::self();
-   bool alsaPluginHasChanged = 
-              skeleton->interface() == ConfigurationSkeleton::EnumInterface::ALSA 
-          &&  skeleton->alsaPlugin() != box_alsaPlugin->currentText();
-   return alsaPluginHasChanged ;//|| codecTableHasChanged;
+   bool alsaPluginHasChanged = skeleton->interface() == ConfigurationSkeleton::EnumInterface::ALSA && skeleton->alsaPlugin() != box_alsaPlugin->currentText();
+   return alsaPluginHasChanged ;
 }
 
 void DlgAudio::loadAlsaSettings()
 {
-   qDebug() << "DlgAudio::loadAlsaSettings";
-   ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
+   ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
    if(QString(configurationManager.getAudioManager()) == "alsa") {
-      ConfigurationSkeleton * skeleton = ConfigurationSkeleton::self();
+      ConfigurationSkeleton* skeleton = ConfigurationSkeleton::self();
       
-      QStringList pluginList = configurationManager.getAudioPluginList();
-      box_alsaPlugin->clear();
-      box_alsaPlugin->addItems(pluginList);
       int index = box_alsaPlugin->findText(skeleton->alsaPlugin());
       if(index < 0) index = 0;
-      box_alsaPlugin->setCurrentIndex(index);
+      QStringList pluginList       = configurationManager.getAudioPluginList       ();
+      box_alsaPlugin->clear                 (                              );
+      box_alsaPlugin->addItems              ( pluginList                   );
+      box_alsaPlugin->setCurrentIndex       ( index                        );
+      
+      QStringList inputDeviceList  = configurationManager.getAudioInputDeviceList  ();
+      kcfg_alsaInputDevice->clear           (                              );
+      kcfg_alsaInputDevice->addItems        ( inputDeviceList              );
+      kcfg_alsaInputDevice->setCurrentIndex ( skeleton->alsaInputDevice()  );
       
-      QStringList inputDeviceList = configurationManager.getAudioInputDeviceList();
-      kcfg_alsaInputDevice->clear();
-      kcfg_alsaInputDevice->addItems(inputDeviceList);
-      kcfg_alsaInputDevice->setCurrentIndex(skeleton->alsaInputDevice());
+      QStringList outputDeviceList = configurationManager.getAudioOutputDeviceList ();
+      kcfg_alsaOutputDevice->clear          (                              );
+      kcfg_alsaOutputDevice->addItems       ( outputDeviceList             );
+      kcfg_alsaOutputDevice->setCurrentIndex( skeleton->alsaOutputDevice() );
       
-      QStringList outputDeviceList = configurationManager.getAudioOutputDeviceList();
-      kcfg_alsaOutputDevice->clear();
-      kcfg_alsaOutputDevice->addItems(outputDeviceList);
-      kcfg_alsaOutputDevice->setCurrentIndex(skeleton->alsaOutputDevice());
       groupBox_alsa->setEnabled(true);
    }
    else {
       groupBox_alsa->setEnabled(false);
    }
-}
-
-// void DlgAudio::codecTableChanged()
-// {
-//    qDebug() << "codecTableChanged";
-//    codecTableHasChanged = true;
-//    emit updateButtons();
-// }
+}
\ No newline at end of file
diff --git a/kde/src/conf/dlgaudio.h b/kde/src/conf/dlgaudio.h
index 24b8951a4d5bcc0b095e2bee7ed810e7a6197af9..c8873745b2200877b319bc4887f4f0b9c3771802 100755
--- a/kde/src/conf/dlgaudio.h
+++ b/kde/src/conf/dlgaudio.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef DLGAUDIO_H
 #define DLGAUDIO_H
 
@@ -34,24 +34,23 @@ class DlgAudio : public QWidget, public Ui_DlgAudioBase
 {
 Q_OBJECT
 public:
-    DlgAudio(KConfigDialog *parent = 0);
+   //Constructor
+   DlgAudio(KConfigDialog *parent = 0);
 
-    ~DlgAudio();
-
-private:
-   //bool codecTableHasChanged;
+   //Destructor
+   ~DlgAudio();
 
 public slots:
    void updateWidgets();
    void updateSettings();
    bool hasChanged();
    /**
-    *   Loads the ALSA settings to fill the combo boxes
-    *   of the ALSA settings.
-    *   ALSA choices for input, output... can be load only
-    *   when the daemon has set ALSA as sound manager.
-    *   So we have to load these settings once the user choses
-    *   ALSA.
+    *   Loads the ALSA settings to fill the combo boxes         
+    *   of the ALSA settings.                                   
+    *   ALSA choices for input, output... can be load only      
+    *   when the daemon has set ALSA as sound manager.          
+    *   So we have to load these settings once the user choses  
+    *   ALSA.                                                   
     */
    void loadAlsaSettings();
    
diff --git a/kde/src/conf/dlgdisplay.cpp b/kde/src/conf/dlgdisplay.cpp
index 128bb9fc72a138f8e0f1e43087b3c246011af839..33b18fac3f54da3777cd91b244a9082afd0e7909 100755
--- a/kde/src/conf/dlgdisplay.cpp
+++ b/kde/src/conf/dlgdisplay.cpp
@@ -23,7 +23,7 @@
 DlgDisplay::DlgDisplay(QWidget *parent)
  : QWidget(parent)
 {
-	setupUi(this);
+   setupUi(this);
 }
 
 
diff --git a/kde/src/conf/dlgdisplay.h b/kde/src/conf/dlgdisplay.h
index c1e8627f488aaad184a93aad281ce53faa918de4..6f6ab89ff324f2c7ef4ee02fa7508ce399204962 100755
--- a/kde/src/conf/dlgdisplay.h
+++ b/kde/src/conf/dlgdisplay.h
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef DLGDISPLAY_H
 #define DLGDISPLAY_H
 
@@ -32,9 +32,11 @@ class DlgDisplay : public QWidget, public Ui_DlgDisplayBase
 {
 Q_OBJECT
 public:
-    DlgDisplay(QWidget *parent = 0);
+   //Constructor
+   DlgDisplay(QWidget *parent = 0);
 
-    ~DlgDisplay();
+   //Destructor
+   ~DlgDisplay();
 
 };
 
diff --git a/kde/src/conf/dlggeneral.cpp b/kde/src/conf/dlggeneral.cpp
index 6350bde5af3286f135410f62cfb22c1eda2df962..c99d01b61ca550f36c8e875ed72051a9993f7700 100755
--- a/kde/src/conf/dlggeneral.cpp
+++ b/kde/src/conf/dlggeneral.cpp
@@ -19,16 +19,14 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
 #include "dlggeneral.h"
-#include <QDebug>
 #include <QToolButton>
 #include <QAction>
 
 DlgGeneral::DlgGeneral(QWidget *parent)
  : QWidget(parent)
 {
-	setupUi(this);
-	
-	connect(toolButton_historyClear, SIGNAL(clicked()), this, SIGNAL(clearCallHistoryAsked()));
+   setupUi(this);
+   connect(toolButton_historyClear, SIGNAL(clicked()), this, SIGNAL(clearCallHistoryAsked()));
 }
 
 
diff --git a/kde/src/conf/dlggeneral.h b/kde/src/conf/dlggeneral.h
index 610a776d36099854645405f63d01a8d9963e4d03..26719ac2cc06fd510d0dcf3f698a00db06dbad80 100755
--- a/kde/src/conf/dlggeneral.h
+++ b/kde/src/conf/dlggeneral.h
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef DLGGENERAL_H
 #define DLGGENERAL_H
 
@@ -32,12 +32,14 @@ class DlgGeneral : public QWidget, public Ui_DlgGeneralBase
 {
 Q_OBJECT
 public:
-    DlgGeneral(QWidget *parent = 0);
+   //Constructor
+   DlgGeneral(QWidget *parent = 0);
 
-    ~DlgGeneral();
+   //Destructor
+   ~DlgGeneral();
 
 signals:
-	void clearCallHistoryAsked();
+   void clearCallHistoryAsked();
 
 };
 
diff --git a/kde/src/conf/dlghooks.cpp b/kde/src/conf/dlghooks.cpp
index adea033ed25b208d2e79282e58e712000eeb4564..a8e3cfca7cdc36692312a892e6f12c94defe955d 100755
--- a/kde/src/conf/dlghooks.cpp
+++ b/kde/src/conf/dlghooks.cpp
@@ -23,7 +23,7 @@
 DlgHooks::DlgHooks(QWidget *parent)
  : QWidget(parent)
 {
-	setupUi(this);
+   setupUi(this);
 }
 
 
diff --git a/kde/src/conf/dlghooks.h b/kde/src/conf/dlghooks.h
index 80800e2b09671eeaed275c1bf6f00b084ddeb604..ffa54388d23e9afddcbf70ffb9ef18f143d93900 100755
--- a/kde/src/conf/dlghooks.h
+++ b/kde/src/conf/dlghooks.h
@@ -32,9 +32,11 @@ class DlgHooks : public QWidget, public Ui_DlgHooksBase
 {
 Q_OBJECT
 public:
-    DlgHooks(QWidget *parent = 0);
+   //Constructor
+   DlgHooks(QWidget *parent = 0);
 
-    ~DlgHooks();
+   //Destructor
+   ~DlgHooks();
 
 };
 
diff --git a/kde/src/dbus/callmanager-introspec.xml b/kde/src/dbus/callmanager-introspec.xml
index 8b23a3f68dc04fecfce79a233b5669f4882bc7b8..46cec40068df52b9d16a50324c3947821ed7f443 100755
--- a/kde/src/dbus/callmanager-introspec.xml
+++ b/kde/src/dbus/callmanager-introspec.xml
@@ -289,7 +289,7 @@
 			    A map containing the ID of the conferences
 			    and their states:
 			    <ul>
-			      <li>ACTIVE_ATACHED</li>
+			      <li>ACTIVE_ATTACHED</li>
 			      <li>ACTIVE_DETACHED</li>
 			      <li>HOLD</li>
 			    </ul>
diff --git a/kde/src/dbus/configurationmanager-introspec.xml b/kde/src/dbus/configurationmanager-introspec.xml
index 1964f615fed4702e54ef6704b3a134fe1bd3ccc2..e4c23d2142527ad5ac91ec89b17f86e43d79fe7a 100755
--- a/kde/src/dbus/configurationmanager-introspec.xml
+++ b/kde/src/dbus/configurationmanager-introspec.xml
@@ -308,7 +308,7 @@
 	   <method name="getActiveAudioCodecList" tp:name-for-bindings="getActiveAudioCodecList">
 		   <tp:docstring>
 		   </tp:docstring>
-		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorString"/>
+		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorInt"/>
 		   <arg type="s" name="accountID" direction="in">
 			   <tp:docstring>
 			   </tp:docstring>
diff --git a/kde/src/icons/confBlackWhite.png b/kde/src/icons/confBlackWhite.png
new file mode 100644
index 0000000000000000000000000000000000000000..8c698f65dab243ab69f84854762342ba7587f84b
Binary files /dev/null and b/kde/src/icons/confBlackWhite.png differ
diff --git a/kde/src/icons/confBlackWhite.svg b/kde/src/icons/confBlackWhite.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7ab8ce426f7cc12884a3ff0b421e325a293d9d3f
--- /dev/null
+++ b/kde/src/icons/confBlackWhite.svg
@@ -0,0 +1,3395 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="95.939941"
+   height="85.991638"
+   id="svg3998"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="confBlackWhite.svg"
+   inkscape:export-filename="/home/lepagee/sflphone/kde/src/icons/confBlackWhite.png"
+   inkscape:export-xdpi="113.03424"
+   inkscape:export-ydpi="113.03424">
+  <defs
+     id="defs4000">
+    <radialGradient
+       r="25.986174"
+       fy="90.072952"
+       fx="-36.592777"
+       cy="90.072952"
+       cx="-36.592777"
+       gradientTransform="matrix(0.4576062,0,0,0.782313,-19.847694,18.82067)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8067"
+       xlink:href="#linearGradient3575"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4179">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0"
+         id="stop4181" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop4183" />
+    </linearGradient>
+    <filter
+       x="-0.11641854"
+       width="1.2328371"
+       y="-0.14803563"
+       height="1.2960713"
+       id="filter3549"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.5695681"
+         id="feGaussianBlur3551" />
+    </filter>
+    <filter
+       x="-0.13991599"
+       width="1.279832"
+       y="-0.13874064"
+       height="1.2774813"
+       id="filter3477"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.28784801"
+         id="feGaussianBlur3479" />
+    </filter>
+    <filter
+       id="filter3354"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.45754832"
+         id="feGaussianBlur3356" />
+    </filter>
+    <linearGradient
+       x1="58.743717"
+       y1="78.411346"
+       x2="58.743717"
+       y2="-15.688621"
+       id="linearGradient3292"
+       xlink:href="#linearGradient5826"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9743255,0,0,0.9743255,5.5404775,5.5404852)" />
+    <linearGradient
+       x1="26.091133"
+       y1="14.856744"
+       x2="31.500689"
+       y2="14.856744"
+       id="linearGradient3294"
+       xlink:href="#linearGradient3499"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.0975951,0.9110828)" />
+    <linearGradient
+       x1="26.091133"
+       y1="14.856744"
+       x2="31.500689"
+       y2="14.856744"
+       id="linearGradient3296"
+       xlink:href="#linearGradient3489"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.0975951,0.9110828)" />
+    <linearGradient
+       x1="304.88663"
+       y1="385.86127"
+       x2="345.62039"
+       y2="384.62384"
+       id="linearGradient3298"
+       xlink:href="#linearGradient3489"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="55.007042"
+       y1="88.460976"
+       x2="55.007042"
+       y2="36.655769"
+       id="linearGradient3301"
+       xlink:href="#linearGradient5433"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9743255,0,0,0.9743255,5.5404775,5.5404852)" />
+    <linearGradient
+       x1="31.90625"
+       y1="13.510336"
+       x2="34.875107"
+       y2="13.510336"
+       id="linearGradient3304"
+       xlink:href="#linearGradient3366"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(56.7,0)"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="31.90625"
+       y1="13.510336"
+       x2="34.875107"
+       y2="13.510336"
+       id="linearGradient3310"
+       xlink:href="#linearGradient3207"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-0.3,0)"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="31.90625"
+       y1="13.510336"
+       x2="34.875107"
+       y2="13.510336"
+       id="linearGradient3312"
+       xlink:href="#linearGradient3207"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(56.7,0)"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="59.999996"
+       y1="92.973083"
+       x2="57.434441"
+       y2="55.07938"
+       id="linearGradient3314"
+       xlink:href="#linearGradient3163"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="68.313011"
+       y1="109.97649"
+       x2="51.544849"
+       y2="32.750854"
+       id="linearGradient3316"
+       xlink:href="#linearGradient3397"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.381268,0,0,0.6872743,5.5404775,5.5404852)" />
+    <linearGradient
+       x1="47.264141"
+       y1="21.738457"
+       x2="47.264141"
+       y2="70.357269"
+       id="linearGradient3318"
+       xlink:href="#linearGradient3366"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9743255,0,0,0.9743255,5.5404775,5.5404852)" />
+    <linearGradient
+       x1="57.654171"
+       y1="71.824867"
+       x2="56.770992"
+       y2="20.362558"
+       id="linearGradient3320"
+       xlink:href="#linearGradient4179"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9743255,0,0,0.9743255,5.5526549,6.7583898)" />
+    <clipPath
+       id="clipPath9236"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path9238"
+         d="m 60.476049,3.1766594 25.524295,17.3565206 -5.615345,26.03478 0,19.908951 15.123144,16.335549 19.079407,28.58721 -15.314574,13.78312 -85.251145,3.5734 -20.4194361,-12.76215 c 0,0 4.5943732,-20.41943 7.6572885,-23.482355 3.0629155,-3.062909 18.3774926,-16.335542 18.3774926,-16.335542 0,0 -0.510485,-18.887978 -0.510485,-22.971866 0,-4.083886 -0.510487,-21.950894 2.552428,-27.055753 3.062916,-5.104858 28.076725,-26.54526707 28.076725,-26.54526707 L 60.476049,3.1766594 z"
+         style="fill:none;stroke:#000000;stroke-width:1.57931578px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       id="filter9218"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feBlend
+         id="feBlend9220"
+         in2="BackgroundImage"
+         mode="multiply"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       height="1.3448066"
+       y="-0.17240331"
+       width="1.0395544"
+       x="-0.019777197"
+       id="filter9154"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur9156"
+         stdDeviation="0.85752689"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       y2="458.62646"
+       x2="461.90625"
+       y1="458.62646"
+       x1="414.41586"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9140"
+       xlink:href="#linearGradient4067"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="370.57019"
+       x2="325.7691"
+       y1="398.85446"
+       x1="324.65039"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9138"
+       xlink:href="#linearGradient3433"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="422.63611"
+       x2="412.78592"
+       y1="400.84558"
+       x1="412.78592"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9136"
+       xlink:href="#linearGradient3163"
+       inkscape:collect="always" />
+    <radialGradient
+       r="22.444885"
+       fy="392.75388"
+       fx="330.04404"
+       cy="396.09259"
+       cx="324.39758"
+       gradientTransform="matrix(1.0059645,0,0,1.4472234,-271.44676,-535.35257)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient9134"
+       xlink:href="#linearGradient4064"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8474"
+       xlink:href="#linearGradient3586"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8472"
+       xlink:href="#linearGradient3578"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="441.53894"
+       x2="299.28384"
+       y1="482.53894"
+       x1="270.50647"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8470"
+       xlink:href="#linearGradient3508"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="434.35086"
+       x2="290.62091"
+       y1="453.0892"
+       x1="315.72318"
+       gradientTransform="translate(58.5,26.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8468"
+       xlink:href="#linearGradient3343"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="434.35086"
+       x2="290.62091"
+       y1="453.0892"
+       x1="315.72318"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8466"
+       xlink:href="#linearGradient3343"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="429.73987"
+       x2="310.53195"
+       y1="476.40894"
+       x1="326"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8464"
+       xlink:href="#linearGradient4126"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="443.03894"
+       x2="312.78384"
+       y1="463.03894"
+       x1="283.50647"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8460"
+       xlink:href="#linearGradient3516"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="426.80276"
+       x2="325.29688"
+       y1="481.87405"
+       x1="325.29688"
+       gradientTransform="matrix(1.0059645,0,0,1.0053055,-271.66684,-360.28069)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8458"
+       xlink:href="#linearGradient3397"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="214.96599"
+       x2="568.98871"
+       y1="214.96599"
+       x1="563.64667"
+       gradientTransform="matrix(0.5366445,0,0,1.8634309,-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8456"
+       xlink:href="#linearGradient3733"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="373.61218"
+       x2="339.76785"
+       y1="390.86218"
+       x1="353.44516"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8454"
+       xlink:href="#linearGradient3581"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="367.39182"
+       x2="320.36423"
+       y1="407.39011"
+       x1="330.09335"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8452"
+       xlink:href="#linearGradient3499"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="384.62384"
+       x2="345.62039"
+       y1="385.86127"
+       x1="304.88663"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8450"
+       xlink:href="#linearGradient3489"
+       inkscape:collect="always" />
+    <radialGradient
+       r="22.779818"
+       fy="369.61789"
+       fx="332.49338"
+       cy="369.61789"
+       cx="332.49338"
+       gradientTransform="matrix(-0.7020433,-0.1106778,0.08385981,-0.5312371,265.2384,247.24451)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8448"
+       xlink:href="#linearGradient3368"
+       inkscape:collect="always" />
+    <radialGradient
+       r="0.79621875"
+       fy="397.17728"
+       fx="303.71942"
+       cy="397.17728"
+       cx="303.71942"
+       gradientTransform="matrix(1,0,0,2.5768702,-372.5,-950.79699)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8444"
+       xlink:href="#linearGradient3837"
+       inkscape:collect="always" />
+    <radialGradient
+       r="0.79621875"
+       fy="397.17728"
+       fx="303.71942"
+       cy="397.17728"
+       cx="303.71942"
+       gradientTransform="matrix(1,0,0,2.5768702,43.133514,-626.29699)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8442"
+       xlink:href="#linearGradient3837"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="418.65884"
+       x2="331.42062"
+       y1="431.1243"
+       x1="317.01251"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8440"
+       xlink:href="#linearGradient3329"
+       inkscape:collect="always" />
+    <radialGradient
+       r="16.25"
+       fy="433.70554"
+       fx="311.27777"
+       cy="431.38034"
+       cx="312"
+       gradientTransform="matrix(-0.696437,0,0,1.188967,285.63744,-439.0428)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8434"
+       xlink:href="#linearGradient3654"
+       inkscape:collect="always" />
+    <radialGradient
+       r="16.25"
+       fy="433.70554"
+       fx="311.27777"
+       cy="431.38034"
+       cx="312"
+       gradientTransform="matrix(0.696437,0,0,1.188967,-175.09425,-439.0428)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8432"
+       xlink:href="#linearGradient3654"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter3624"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.1236176"
+         id="feGaussianBlur3626" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter3694"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.640636"
+         id="feGaussianBlur3696" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter3325"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.16076312"
+         id="feGaussianBlur3327" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3329">
+      <stop
+         style="stop-color:#f9eee2;stop-opacity:1;"
+         offset="0"
+         id="stop3331" />
+      <stop
+         style="stop-color:#f9eee2;stop-opacity:0;"
+         offset="1"
+         id="stop3333" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter3420"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.110954"
+         id="feGaussianBlur3422" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3368">
+      <stop
+         style="stop-color:#e5d3c3;stop-opacity:1;"
+         offset="0"
+         id="stop3370" />
+      <stop
+         style="stop-color:#e5d3c3;stop-opacity:0;"
+         offset="1"
+         id="stop3372" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.028506439"
+       width="1.0570129"
+       y="-0.10615479"
+       height="1.2123096"
+       id="filter3479"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.4439284"
+         id="feGaussianBlur3481" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3489">
+      <stop
+         style="stop-color:#765c44;stop-opacity:1;"
+         offset="0"
+         id="stop3491" />
+      <stop
+         style="stop-color:#765c44;stop-opacity:0;"
+         offset="1"
+         id="stop3493" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter3625"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34264273"
+         id="feGaussianBlur3627" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3499">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3501" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3503" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.1148592"
+       width="1.2297184"
+       y="-0.086798318"
+       height="1.1735966"
+       id="filter3569"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6238629"
+         id="feGaussianBlur3571" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3581">
+      <stop
+         style="stop-color:#dfcbba;stop-opacity:1;"
+         offset="0"
+         id="stop3583" />
+      <stop
+         style="stop-color:#dfcbba;stop-opacity:0;"
+         offset="1"
+         id="stop3585" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.18809821"
+       width="1.3761964"
+       y="-0.059054088"
+       height="1.1181082"
+       id="filter3775"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.26451311"
+         id="feGaussianBlur3777" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3516">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3518" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3520" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter4059"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5449742"
+         id="feGaussianBlur4061" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter3393"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.49977699"
+         id="feGaussianBlur3395" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4126">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4128" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4130" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.083255701"
+       width="1.1665114"
+       y="-0.42668504"
+       height="1.8533701"
+       id="filter3339"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50285367"
+         id="feGaussianBlur3341" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3343">
+      <stop
+         style="stop-color:#bbc1d4;stop-opacity:1;"
+         offset="0"
+         id="stop3345" />
+      <stop
+         style="stop-color:#bbc1d4;stop-opacity:0;"
+         offset="1"
+         id="stop6472" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter3493"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.105682"
+         id="feGaussianBlur3495" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3508">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3510" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3512" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.17129332"
+       width="1.3425866"
+       y="-0.074019864"
+       height="1.1480397"
+       id="filter3574"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.57604943"
+         id="feGaussianBlur3576" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3586">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3588" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3590" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3578">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3580" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3582" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter3319"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.58883353"
+         id="feGaussianBlur3321" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5576">
+      <stop
+         style="stop-color:#643308;stop-opacity:1;"
+         offset="0"
+         id="stop5578" />
+      <stop
+         style="stop-color:#aaaaaa;stop-opacity:0"
+         offset="1"
+         id="stop5580" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5303">
+      <stop
+         style="stop-color:#aaaaaa;stop-opacity:1;"
+         offset="0"
+         id="stop5305" />
+      <stop
+         style="stop-color:#aaaaaa;stop-opacity:0;"
+         offset="1"
+         id="stop5307" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5240">
+      <stop
+         id="stop5242"
+         offset="0"
+         style="stop-color:#8e8e8e;stop-opacity:1;" />
+      <stop
+         id="stop5244"
+         offset="1"
+         style="stop-color:#f8f8f8;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5064">
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="0"
+         id="stop5066" />
+      <stop
+         id="stop5072"
+         offset="0.5"
+         style="stop-color:#000000;stop-opacity:0.67636365;" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5068" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5018">
+      <stop
+         id="stop5020"
+         offset="0"
+         style="stop-color:#e4ab72;stop-opacity:1;" />
+      <stop
+         id="stop5022"
+         offset="1"
+         style="stop-color:#e68e61;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4995">
+      <stop
+         id="stop4997"
+         offset="0"
+         style="stop-color:#faf0e5;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f7e7d6;stop-opacity:1;"
+         offset="0.40000001"
+         id="stop5000" />
+      <stop
+         id="stop5002"
+         offset="1"
+         style="stop-color:#efcfac;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4891">
+      <stop
+         style="stop-color:#473a0f;stop-opacity:1;"
+         offset="0"
+         id="stop4893" />
+      <stop
+         id="stop4899"
+         offset="0.5"
+         style="stop-color:#743500;stop-opacity:1;" />
+      <stop
+         style="stop-color:#4d3117;stop-opacity:1;"
+         offset="1"
+         id="stop4895" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4768">
+      <stop
+         style="stop-color:#c39a7c;stop-opacity:1;"
+         offset="0"
+         id="stop4770" />
+      <stop
+         style="stop-color:#c39a7c;stop-opacity:0;"
+         offset="1"
+         id="stop4030" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4652">
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:1;"
+         offset="0"
+         id="stop4654" />
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:0;"
+         offset="1"
+         id="stop4656" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4610">
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:1;"
+         offset="0"
+         id="stop4612" />
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:0;"
+         offset="1"
+         id="stop4614" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4556">
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:1;"
+         offset="0"
+         id="stop4558" />
+      <stop
+         style="stop-color:#f7e8d7;stop-opacity:0;"
+         offset="1"
+         id="stop4560" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4533">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.15272728;"
+         offset="0"
+         id="stop4536" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="1"
+         id="stop4538" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4365">
+      <stop
+         style="stop-color:#e5ae77;stop-opacity:1"
+         offset="0"
+         id="stop4367" />
+      <stop
+         style="stop-color:#e7b684;stop-opacity:0;"
+         offset="1"
+         id="stop4369" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4291">
+      <stop
+         style="stop-color:#e7b684;stop-opacity:1"
+         offset="0"
+         id="stop4293" />
+      <stop
+         style="stop-color:#e68e61;stop-opacity:0;"
+         offset="1"
+         id="stop4295" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4253">
+      <stop
+         style="stop-color:#f2d8bb;stop-opacity:1;"
+         offset="0"
+         id="stop4255" />
+      <stop
+         style="stop-color:#f2d8bb;stop-opacity:0;"
+         offset="1"
+         id="stop4257" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4245">
+      <stop
+         style="stop-color:#ecc69f;stop-opacity:1"
+         offset="0"
+         id="stop4247" />
+      <stop
+         style="stop-color:#efd1b1;stop-opacity:1"
+         offset="1"
+         id="stop4249" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3654">
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:1;"
+         offset="0"
+         id="stop3656" />
+      <stop
+         id="stop3670"
+         offset="0.5"
+         style="stop-color:#f9ede0;stop-opacity:0.80575538;" />
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:0;"
+         offset="1"
+         id="stop3658" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3705">
+      <path
+         sodipodi:nodetypes="cccccccc"
+         id="path3707"
+         d="m 341.25,409.625 c -1.51321,7.20236 -5.74124,23.3964 -0.5,27.25 -0.64647,6.99978 -7.0786,9.64392 -15,11.1875 l -1.5,0 c -7.9214,-1.54358 -14.35353,-4.18772 -15,-11.1875 5.24124,-3.8536 1.01321,-20.04764 -0.5,-27.25 l 16.25,7.40625 16.25,-7.40625 z"
+         style="opacity:0.74906365;fill:url(#radialGradient3709);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient4064">
+      <stop
+         style="stop-color:#faf0e5;stop-opacity:1;"
+         offset="0"
+         id="stop4066" />
+      <stop
+         id="stop3378"
+         offset="0.591133"
+         style="stop-color:#f7e7d6;stop-opacity:1;" />
+      <stop
+         style="stop-color:#efcfac;stop-opacity:1;"
+         offset="1"
+         id="stop4069" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3279"
+       id="radialGradient3291"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.4395859,0.3535533,-174.66839)"
+       cx="412.43237"
+       cy="395.73904"
+       fx="412.43237"
+       fy="395.73904"
+       r="22.444885" />
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask3287">
+      <path
+         style="fill:url(#radialGradient3291);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 412.56716,362.7206 c -7.77656,0.205 -16.77771,5.86053 -19.90625,12.8125 -3.18672,7.08121 -2.72281,15.53626 -0.8125,25.3125 1.91032,9.77623 8.18827,19.94656 11.375,23.625 3.0204,3.48645 6.88924,2.85632 9.34375,2.78125 0.1258,0 0.30234,-0.004 0.4375,0 2.45451,0.0751 6.32335,0.7052 9.34375,-2.78125 3.18673,-3.67844 9.46468,-13.84877 11.375,-23.625 1.91033,-9.77624 2.37422,-18.23129 -0.8125,-25.3125 -3.12855,-6.95197 -12.12969,-12.6075 -19.90625,-12.8125 l -0.4375,0 z"
+         id="path3289"
+         sodipodi:nodetypes="csssssssscc"
+         inkscape:connector-curvature="0" />
+    </mask>
+    <filter
+       inkscape:collect="always"
+       x="-0.15930007"
+       width="1.3186002"
+       y="-0.071685553"
+       height="1.1433711"
+       id="filter3833"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.10560268"
+         id="feGaussianBlur3835" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3837">
+      <stop
+         style="stop-color:#f1e4d4;stop-opacity:1;"
+         offset="0"
+         id="stop3839" />
+      <stop
+         style="stop-color:#f1e4d4;stop-opacity:0;"
+         offset="1"
+         id="stop3841" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3429">
+      <path
+         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 303.70236,398.81874 -0.17678,-13.25825 2.65166,-7.24784 5.3033,-1.76777 8.48528,2.65165 7.42462,1.41421 7.24784,-3.71231 5.3033,0 3.71231,5.12653 1.94455,8.13172 -0.17678,5.3033 0.35355,1.94455 -7.77817,-15.02602 -9.54594,3.71231 -6.89429,0.17678 -10.42983,-4.94975 -7.42462,17.50089 z"
+         id="path3431"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3433">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3435" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3437" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3397">
+      <stop
+         style="stop-color:#f4f5f8;stop-opacity:1;"
+         offset="0"
+         id="stop3399" />
+      <stop
+         style="stop-color:#fdfdfe;stop-opacity:1;"
+         offset="1"
+         id="stop3401" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4063">
+      <path
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 410.16587,443.06739 c -10.24281,0.28613 -13.36749,-3.95368 -14.25,-7.69239 -1.27779,0.21006 -2.03383,1.22613 -2,2 -7.08333,2.83488 -15.64784,5.69235 -23.25,9.5 -2.82182,1.41335 -6.03661,5.72037 -6.875,8 -2.55698,6.95256 -5.375,16.75 -5.375,16.75 l 1.5,1.75 c 15.64476,8.91215 36.87916,8.5 50.25,8.5 13.37084,0 34.60524,0.41215 50.25,-8.5 l 1.5,-1.75 c 0,0 -2.81802,-9.79744 -5.375,-16.75 -0.83839,-2.27963 -4.05318,-6.58665 -6.875,-8 -7.60216,-3.80765 -16.16667,-6.66512 -23.25,-9.5 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40626 -14.25,7.69239 z"
+         id="path4065"
+         sodipodi:nodetypes="cccssccsccssccz"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4067">
+      <stop
+         style="stop-color:#8d97b7;stop-opacity:1;"
+         offset="0"
+         id="stop4095" />
+      <stop
+         style="stop-color:#8d97b7;stop-opacity:0;"
+         offset="1"
+         id="stop4071" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       x="-0.020813677"
+       width="1.0416274"
+       y="-0.13193184"
+       height="1.2638637"
+       id="filter3283"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.60896269"
+         id="feGaussianBlur3285" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3289">
+      <path
+         id="path3291"
+         d="m 463.75,435.375 c -1.27779,0.21006 -2.03383,1.22613 -2,2 -0.0793,0.0317 -0.87749,1.12269 -0.95711,1.15441 1.25202,4.0018 5.15727,8.27208 16.75,7.96875 11.50018,-0.3009 15.9101,-5.26943 17.17586,-8.93566 -0.15115,-0.06 -0.3189,-0.12753 -0.46875,-0.1875 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40137 -14.25,7.6875 -10.24281,0.28614 -13.36749,-3.94879 -14.25,-7.6875 z m -4.625,3.03125 c -5.44302,2.09883 -11.45793,4.26384 -17.21875,6.875 5.89563,-2.22917 11.62166,-3.16524 16.85447,-5.12684 -0.0106,-0.22696 0.25035,-1.50511 0.36428,-1.74816 z m 38.34375,0.21875 c 0.0532,0.16802 0.10109,0.31159 0.0937,0.46875 4.20807,1.57746 8.83741,3.15593 13.5625,4.875 -4.63354,-1.95913 -9.30506,-3.67529 -13.65625,-5.34375 z"
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:#98a2bf;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3283)"
+         sodipodi:nodetypes="cccscccsccccccccc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3279"
+       x1="338.62283"
+       y1="457.90872"
+       gradientTransform="translate(-95.225391,0)"
+       x2="339.51855"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient3215"
+       y2="502.82175" />
+    <linearGradient
+       id="linearGradient3163">
+      <stop
+         offset="0"
+         id="stop3165"
+         style="stop-color:#fff5e4;stop-opacity:1;" />
+      <stop
+         offset="0.25"
+         id="stop3173"
+         style="stop-color:#ffecd0;stop-opacity:1;" />
+      <stop
+         offset="0.5"
+         id="stop3171"
+         style="stop-color:#ffd390;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop3167"
+         style="stop-color:#ffc46a;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3215">
+      <stop
+         offset="0"
+         id="stop3217"
+         style="stop-color:#671800;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop4157"
+         style="stop-color:#7b3900;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3733">
+      <stop
+         offset="0"
+         id="stop3735"
+         style="stop-color:#e2e2e2;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop3737"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="-15.688621"
+       x2="58.743717"
+       y1="78.411346"
+       x1="58.743717"
+       gradientTransform="translate(-96.166522,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3563"
+       xlink:href="#linearGradient5826"
+       inkscape:collect="always" />
+    <clipPath
+       id="clipPath3559"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         style="fill:url(#linearGradient3563);fill-opacity:1;stroke:none"
+         d="m -64.510272,10.75 c -1.042316,0.0084 -2.040208,0.423209 -2.78125,1.15625 L -84.260272,28.875 c -1.561474,1.562119 -1.561474,4.094131 0,5.65625 L -58.822772,60 l -25.4375,25.46875 c -1.561474,1.562119 -1.561474,4.094131 0,5.65625 l 16.96875,16.96875 c 1.562119,1.56147 4.094131,1.56147 5.65625,0 l 25.46875,-25.4375 25.46875,25.4375 c 1.5621191,1.56147 4.0941311,1.56147 5.6562501,0 L 11.927228,91.125 c 1.56147,-1.562119 1.56147,-4.094131 0,-5.65625 L -13.510272,60 11.927228,34.53125 c 1.56147,-1.562119 1.56147,-4.094131 0,-5.65625 L -5.0415219,11.90625 c -1.562119,-1.561474 -4.094131,-1.561474 -5.6562501,0 l -25.46875,25.4375 -25.46875,-25.4375 c -0.764077,-0.756011 -1.800247,-1.172731 -2.875,-1.15625 z m 31.1875,63.40625 c -0.751409,-0.759464 -1.775386,-1.18681 -2.84375,-1.18681 -1.068364,0 -2.092341,0.427346 -2.84375,1.18681 l 5.6875,0 z"
+         id="path3561"
+         sodipodi:nodetypes="cccccccccccccccccccccccscc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient5433">
+      <stop
+         style="stop-color:#ff0000;stop-opacity:1;"
+         offset="0"
+         id="stop5435" />
+      <stop
+         style="stop-color:#7f0000;stop-opacity:1;"
+         offset="1"
+         id="stop5437" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5826">
+      <stop
+         id="stop5828"
+         offset="0"
+         style="stop-color:#810000;stop-opacity:1;" />
+      <stop
+         id="stop5830"
+         offset="1"
+         style="stop-color:#c50000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3366"
+       inkscape:collect="always">
+      <stop
+         id="stop3368"
+         offset="0"
+         style="stop-color:#ff8787;stop-opacity:1;" />
+      <stop
+         id="stop4472"
+         offset="1"
+         style="stop-color:#ff8787;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3575"
+       inkscape:collect="always">
+      <stop
+         id="stop3577"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop3579"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6562">
+      <stop
+         style="stop-color:#8e8e8e;stop-opacity:1;"
+         offset="0"
+         id="stop6564" />
+      <stop
+         style="stop-color:#f8f8f8;stop-opacity:1;"
+         offset="1"
+         id="stop6566" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="72.62355"
+       x2="85.536232"
+       y1="72.62355"
+       x1="50.971485"
+       gradientTransform="scale(0.964324,1.036996)"
+       inkscape:collect="always"
+       id="linearGradient3346">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop6469" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3350" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837"
+       id="radialGradient3611"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,-372.5,-950.79699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837"
+       id="radialGradient3613"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,43.133514,-626.29699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <filter
+       inkscape:collect="always"
+       id="filter4359"
+       x="-0.080329858"
+       width="1.1606597"
+       y="-0.20948768"
+       height="1.4189754"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.84468351"
+         id="feGaussianBlur4361" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4437"
+       x="-0.069165938"
+       width="1.1383319"
+       y="-0.13012575"
+       height="1.2602515"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.60698876"
+         id="feGaussianBlur4439" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4479"
+       x="-0.18045232"
+       width="1.3609046"
+       y="-0.33880842"
+       height="1.6776168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.3125493"
+         id="feGaussianBlur4481" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4525"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.75298219"
+         id="feGaussianBlur4527" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4529"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.75298219"
+         id="feGaussianBlur4531" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4533"
+       id="radialGradient4552"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6974423,0,-54.12934)"
+       cx="90.484161"
+       cy="33.843662"
+       fx="90.484161"
+       fy="33.843662"
+       r="50.093754" />
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask4548">
+      <path
+         style="fill:url(#radialGradient4552);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 74.484155,-65.46284 c 1.33217,6.336476 4.85041,19.86207 1.65625,25.0625 -0.42404,0.981556 -1.1185,1.534006 -1.375,1.78125 -6.85581,2.742013 -15.14201,2.504591 -22.5,6.1875 -2.73118,1.367066 -5.84479,5.513764 -6.65625,7.71875 -2.47484,6.72485 -5.21875,18.21875 -5.21875,18.21875 l 1.46875,1.6875 c 15.14228,8.62025 35.68361,9.21875 48.625,9.21875 12.941395,0 33.513985,-1.5985 48.656255,-10.21875 l 1.4375,-1.6875 c 1e-5,0 -2.71265,-11.4939 -5.1875,-18.21875 -0.81146,-2.204984 -3.92507,-6.351682 -6.65625,-7.71875 -7.358,-3.682911 -15.64417,-2.445486 -22.5,-5.1875 -0.77046,-0.547707 -1.90426,-1.433447 -1.9375,-1.9375 -0.0126,0.01959 -0.0187,0.04291 -0.0312,0.0625 -3.10997,-5.258145 0.33089,-18.664644 1.65625,-24.96875 l -15.718755,7.15625 -15.71875,-7.15625 z"
+         id="path4550"
+         sodipodi:nodetypes="cccssccsccsscccccc"
+         inkscape:connector-curvature="0" />
+    </mask>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4556"
+       id="radialGradient4562"
+       cx="238.28931"
+       cy="86.341896"
+       fx="238.28931"
+       fy="86.341896"
+       r="4.7934999"
+       gradientTransform="matrix(0.9841268,-0.1774669,0.4478462,2.4834906,-209.91901,-87.063259)"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter4596"
+       x="-0.17540325"
+       width="1.3508065"
+       y="-0.10205278"
+       height="1.2041056"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.62757823"
+         id="feGaussianBlur4598" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4652"
+       id="linearGradient4658"
+       x1="231.98561"
+       y1="136.0162"
+       x2="214.74986"
+       y2="111.68707"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-176.03354,0)" />
+    <filter
+       inkscape:collect="always"
+       id="filter4684"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.56828452"
+         id="feGaussianBlur4686" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4696"
+       x="-0.052292019"
+       width="1.104584"
+       y="-0.11039427"
+       height="1.2207885"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.54986039"
+         id="feGaussianBlur4698" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4556"
+       id="radialGradient4702"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9841268,-0.1774669,0.4478462,2.4834906,-209.91901,-87.063259)"
+       cx="237.97446"
+       cy="87.033768"
+       fx="237.97446"
+       fy="87.033768"
+       r="4.7934999" />
+    <filter
+       inkscape:collect="always"
+       id="filter4756"
+       x="-0.13464461"
+       width="1.2692893"
+       y="-0.097206987"
+       height="1.194414"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.6086865"
+         id="feGaussianBlur4758" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4760">
+      <path
+         sodipodi:nodetypes="cccssccsccsscccccc"
+         id="path4762"
+         d="m 213.49898,49.453012 c 1.42479,6.777038 5.18765,21.243039 1.7714,26.805045 -0.45352,1.049801 -1.19626,1.640662 -1.4706,1.905097 -7.33248,2.932659 -16.1948,2.67873 -24.06438,6.617704 -2.92107,1.462115 -6.25116,5.897125 -7.11904,8.255419 -2.64691,7.192413 -5.5816,19.485463 -5.5816,19.485463 l 1.57087,1.80483 c 16.19509,9.2196 38.16462,9.85971 52.0058,9.85971 13.84117,0 35.84414,-1.70964 52.03922,-10.92924 l 1.53745,-1.80483 c 10e-6,0 -2.90125,-12.293046 -5.54818,-19.485461 -0.86788,-2.358292 -4.19797,-6.793302 -7.11904,-8.255419 -7.86959,-3.938976 -16.73189,-2.615516 -24.06439,-5.548176 -0.82403,-0.585788 -2.03666,-1.533112 -2.07221,-2.072211 -0.0135,0.02095 -0.0199,0.0459 -0.0334,0.06685 -3.3262,-5.623734 0.35389,-19.96236 1.7714,-26.704777 L 230.31064,57.106825 213.499,49.453016 z"
+         style="fill:url(#linearGradient4764);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4245"
+       id="linearGradient4764"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.069528,0,0,1.069528,-14.310485,-8.6357273)"
+       x1="234.31259"
+       y1="120.74812"
+       x2="234.12354"
+       y2="64.582794" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4768"
+       id="linearGradient4774"
+       x1="51.914593"
+       y1="133.31853"
+       x2="74.290184"
+       y2="114.37083"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-2,0)" />
+    <filter
+       inkscape:collect="always"
+       id="filter4792"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.64971982"
+         id="feGaussianBlur4794" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4864"
+       x="-0.09944924"
+       width="1.1988986"
+       y="-0.10730052"
+       height="1.214601"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.22794802"
+         id="feGaussianBlur4866" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4891"
+       id="linearGradient4897"
+       x1="50.665627"
+       y1="22.207571"
+       x2="65.525932"
+       y2="15.548439"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9590141,0,0,0.9052636,3.7529853,7.0405129)" />
+    <filter
+       inkscape:collect="always"
+       id="filter4934"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.69624955"
+         id="feGaussianBlur4936" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4953">
+      <path
+         sodipodi:nodetypes="csccccsscscccsscscc"
+         id="path4955"
+         d="m 64.02716,-34.743679 c -9.63883,0 -17.04556,5.9417 -20.24375,13.04375 -3.15585,7.00801 -3.54186,13.42523 -1.1625,22.76875 l 0.1875,0.03125 2.03125,-0.8125 0.125,-4.3125 c 5.47382,-8.347559 11.71272,-11.997116 21.25,-14.40625 1.1691,-0.295316 2.42929,-1.17842 3.1875,-2.125 2.30238,-2.87437 3.27858,-5.71708 3.9375,-9.28125 -0.52087,3.63627 -1.38533,8.12667 -2.1875,9.53125 -0.25417,0.44506 0.35579,1.09012 0.75,1.375 6.39432,4.65783 10.9346,10.2892 11.71875,18.9375 l 2.25,0.21875 c 1.19225,-9.05823 2.12202,-15.14478 -0.93125,-21.925 -1.99694,-4.43449 -5.48143,-8.53862 -10.27103,-10.84582 -0.2666,-0.12843 -0.82792,-0.18531 -1.0026,-0.08562 -0.11556,-0.36629 -0.58653,-0.6047 -0.98739,-0.74927 -2.41835,-0.87219 -5.14533,-1.36304 -8.18273,-1.36304 l -0.46875,0 z"
+         style="fill:url(#linearGradient4957);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         clip-path="none"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4891"
+       id="linearGradient4957"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0.5492661,-43.221474)"
+       x1="46.708485"
+       y1="26.39967"
+       x2="73.83593"
+       y2="15.12923" />
+    <filter
+       inkscape:collect="always"
+       id="filter4983"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.65931664"
+         id="feGaussianBlur4985" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4987">
+      <path
+         style="fill:url(#radialGradient4991);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 145.71365,8.6252031 c -7.90842,0.2120532 -17.06217,5.7097319 -20.24376,12.9015379 -3.24075,7.325495 -3.44647,14.231855 -0.82628,24.185757 3.09111,11.742871 8.3271,18.4956 11.56786,22.300964 3.07161,3.606723 7.00605,5.093914 9.50218,5.016242 0.12792,0 0.30745,-0.0042 0.44491,0 2.49612,0.07767 6.43056,-1.409519 9.50217,-5.016242 3.24076,-3.805364 9.9242,-9.447769 11.56785,-22.300964 1.30677,-10.218832 2.41448,-16.860262 -0.82627,-24.185757 -3.1816,-7.191806 -12.33535,-12.6894847 -20.24375,-12.9015379 l -0.44491,0 z"
+         id="path4989"
+         sodipodi:nodetypes="csssssssscc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="radialGradient4991"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8070319,-0.00683749,0.01131997,1.3844153,-120.34675,-506.44033)"
+       cx="324.39758"
+       cy="396.09259"
+       fx="330.04404"
+       fy="392.75388"
+       r="22.444885" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9222"
+       id="radialGradient4993"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6676075,0.1721209,-0.2371955,0.9192882,-53.946025,-381.2648)"
+       cx="324.10571"
+       cy="403.19839"
+       fx="324.10571"
+       fy="403.19839"
+       r="22.444885" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5018"
+       id="linearGradient5016"
+       x1="141.36299"
+       y1="92.819771"
+       x2="154.28894"
+       y2="-3.1925783"
+       gradientUnits="userSpaceOnUse" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5028">
+      <path
+         style="fill:url(#radialGradient5032);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 128.12374,8.6252031 c -7.90842,0.2120532 -17.06217,5.7097319 -20.24376,12.9015379 -3.24075,7.325495 -3.44647,14.231855 -0.82628,24.185757 3.09111,11.742871 8.3271,18.4956 11.56786,22.300964 3.07161,3.606723 7.00605,5.093914 9.50218,5.016242 0.12792,0 0.30745,-0.0042 0.44491,0 2.49613,0.07767 6.43056,-1.409519 9.50217,-5.016242 3.24076,-3.805364 9.9242,-9.447769 11.56785,-22.300964 1.30677,-10.218832 2.41448,-16.860262 -0.82627,-24.185757 C 145.63081,14.334935 136.47705,8.8372563 128.56865,8.6252031 l -0.44491,0 z"
+         id="path5030"
+         sodipodi:nodetypes="csssssssscc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4995"
+       id="radialGradient5032"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8070319,-0.00683749,0.01131997,1.3844153,-137.93666,-506.44033)"
+       cx="324.39758"
+       cy="396.09259"
+       fx="324.2438"
+       fy="407.05661"
+       r="22.444885" />
+    <filter
+       inkscape:collect="always"
+       id="filter5050"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.519999"
+         id="feGaussianBlur5052" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5064"
+       id="linearGradient5062"
+       x1="42.952232"
+       y1="19.991558"
+       x2="69.568176"
+       y2="19.991558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4533"
+       id="linearGradient5076"
+       gradientUnits="userSpaceOnUse"
+       x1="45.751011"
+       y1="9.0336266"
+       x2="69.568176"
+       y2="19.991558"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,4.3767587,6.0522798)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4891"
+       id="linearGradient5086"
+       x1="83.047356"
+       y1="61.748241"
+       x2="96.308182"
+       y2="119.7105"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,4.8126407)" />
+    <filter
+       inkscape:collect="always"
+       id="filter5141"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.73516058"
+         id="feGaussianBlur5143" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5145">
+      <path
+         sodipodi:nodetypes="cccssccsccsscccccc"
+         id="path5147"
+         d="m -146.86161,49.453012 c 1.42479,6.777038 5.18765,21.243039 1.7714,26.805045 -0.45352,1.049801 -1.19626,1.640662 -1.4706,1.905097 -7.33248,2.932659 -16.1948,2.67873 -24.06438,6.617704 -2.92107,1.462115 -6.25116,5.897125 -7.11904,8.255419 -2.64691,7.192413 -5.5816,19.485463 -5.5816,19.485463 l 1.57087,1.80483 c 16.19509,9.2196 38.16462,9.85971 52.0058,9.85971 13.84118,0 35.844136,-1.70964 52.039216,-10.92924 l 1.53745,-1.80483 c 1e-5,0 -2.90125,-12.293046 -5.54818,-19.485461 -0.86788,-2.358292 -4.19797,-6.793302 -7.11904,-8.255419 -7.86959,-3.938976 -16.731886,-2.615516 -24.064386,-5.548176 -0.82403,-0.585788 -2.03666,-1.533112 -2.07221,-2.072211 -0.0135,0.02095 -0.0199,0.0459 -0.0334,0.06685 -3.3262,-5.623734 0.3539,-19.96236 1.77141,-26.704777 l -16.81165,7.653809 -16.81164,-7.653809 z"
+         style="fill:url(#linearGradient5149);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4245"
+       id="linearGradient5149"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.069528,0,0,1.069528,-374.67107,-8.6357273)"
+       x1="234.31259"
+       y1="120.74812"
+       x2="234.12354"
+       y2="64.582794" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5064"
+       id="linearGradient5159"
+       x1="76.088844"
+       y1="111.30219"
+       x2="79.504295"
+       y2="77.5271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4533"
+       id="linearGradient5163"
+       gradientUnits="userSpaceOnUse"
+       x1="76.088844"
+       y1="111.30219"
+       x2="79.504295"
+       y2="77.5271"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,4.3767587,5.7662092)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5064"
+       id="linearGradient5173"
+       x1="82.419762"
+       y1="73.732147"
+       x2="92.053284"
+       y2="105.89439"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4533"
+       id="linearGradient5177"
+       gradientUnits="userSpaceOnUse"
+       x1="82.419762"
+       y1="73.732147"
+       x2="92.053284"
+       y2="105.89439"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.4231901,5.7662092)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6562"
+       id="linearGradient5234"
+       x1="64.390625"
+       y1="166.45607"
+       x2="64.390625"
+       y2="102.05355"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5269">
+      <path
+         sodipodi:nodetypes="cccssccsccsscccccc"
+         id="path5271"
+         d="m 47.419312,49.453012 c 1.424794,6.777038 5.18765,21.243039 1.771406,26.805045 -0.453522,1.049801 -1.196267,1.640662 -1.470601,1.905097 -7.33248,2.932659 -16.194803,2.67873 -24.064379,6.617704 -2.921074,1.462115 -6.251167,5.897125 -7.119046,8.255419 -2.64691,7.192413 -5.581599,19.485463 -5.581599,19.485463 l 1.570869,1.80483 c 16.195092,9.2196 38.164619,9.85971 52.005798,9.85971 13.841179,0 35.84414,-1.70964 52.03922,-10.92924 l 1.53745,-1.80483 c 1e-5,0 -2.90125,-12.293046 -5.54818,-19.485461 -0.86788,-2.358292 -4.19797,-6.793302 -7.11904,-8.255419 -7.86959,-3.938976 -16.731882,-2.615516 -24.064384,-5.548176 -0.824028,-0.585788 -2.036659,-1.533112 -2.07221,-2.072211 -0.01352,0.02095 -0.01995,0.0459 -0.03342,0.06685 -3.3262,-5.623734 0.353896,-19.96236 1.771406,-26.704777 L 64.230956,57.106821 47.419312,49.453012 z"
+         style="fill:url(#linearGradient5273);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4245"
+       id="linearGradient5273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.069528,0,0,1.069528,-180.39015,-8.6357273)"
+       x1="234.31259"
+       y1="120.74812"
+       x2="234.12354"
+       y2="64.582794" />
+    <filter
+       inkscape:collect="always"
+       id="filter5319"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.33178534"
+         id="feGaussianBlur5321" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5325">
+      <path
+         sodipodi:nodetypes="cccsccccccscccc"
+         id="path5327"
+         d="m 190.34742,80.45 c -2.93458,0.03808 -7.8027,1.294984 -11.09375,2.58125 0.53627,12.404095 0.46018,24.65662 -0.125,36.78125 13.58348,3.99704 28.40773,4.375 38.71875,4.375 10.24019,0 24.92183,-0.96472 38.4375,-5.1875 -0.55898,-11.85965 -0.64931,-24.641464 -0.125,-36.76875 -3.7942,-1.45398 -8.12793,-1.837511 -11.0625,-2.311648 -0.28585,12.442494 -0.97692,24.893948 -2.6875,36.267898 -8.29077,0.96735 -16.19647,1.05176 -24.15625,0.75 l 0,-0.0312 c -0.17759,0.007 -0.35373,-0.007 -0.53125,0 -0.17753,-0.007 -0.35366,0.007 -0.53125,0 l 0,0.0312 c -7.95979,0.30176 -15.86549,0.21735 -24.15625,-0.75 -1.71058,-11.37395 -2.40165,-23.295006 -2.6875,-35.7375 z"
+         style="fill:none;stroke:url(#linearGradient5329);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5319)"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5303"
+       id="linearGradient5329"
+       gradientUnits="userSpaceOnUse"
+       x1="232.89653"
+       y1="141.14159"
+       x2="238.18964"
+       y2="58.411572" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5064"
+       id="linearGradient5331"
+       gradientUnits="userSpaceOnUse"
+       x1="232.89653"
+       y1="141.14159"
+       x2="238.18964"
+       y2="58.411572" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4610"
+       id="linearGradient5350"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0057107,0,0,0.949343,-0.3156594,0.2363525)"
+       x1="46.708485"
+       y1="26.39967"
+       x2="73.83593"
+       y2="15.12923" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3346"
+       id="linearGradient5417"
+       x1="75.57547"
+       y1="7.7819695"
+       x2="25.858492"
+       y2="34.348007"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <filter
+       inkscape:collect="always"
+       id="filter5423"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.056874241"
+         id="feGaussianBlur5425" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter5453"
+       x="-0.018165739"
+       width="1.0363315"
+       y="-0.14385755"
+       height="1.2877151"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.81107192"
+         id="feGaussianBlur5455" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5240"
+       id="linearGradient5516"
+       gradientUnits="userSpaceOnUse"
+       x1="64.390625"
+       y1="79.919601"
+       x2="64.390625"
+       y2="85.952919"
+       gradientTransform="matrix(0.9535685,0,0,0.9535685,3.9953313,5.7662092)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4610"
+       id="radialGradient5518"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.9268291,-176.03354,6.7446119)"
+       cx="230.57443"
+       cy="92.176102"
+       fx="230.57443"
+       fy="92.176102"
+       r="2.750525" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4253"
+       id="radialGradient5520"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5579323,-176.03354,41.444085)"
+       cx="255.40045"
+       cy="93.750534"
+       fx="255.40045"
+       fy="93.750534"
+       r="9.2283955" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4365"
+       id="radialGradient5522"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2759386,-0.5666906,0.1922699,0.4329076,-260.83275,190.78422)"
+       cx="241.13142"
+       cy="93.696625"
+       fx="241.13142"
+       fy="93.696625"
+       r="12.618225" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4253"
+       id="radialGradient5524"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3423421,0.5315325,-0.1956894,0.4941977,-229.97256,-64.698073)"
+       cx="211.47385"
+       cy="94.319778"
+       fx="206.76643"
+       fy="92.087746"
+       r="10.531" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4291"
+       id="radialGradient5526"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3124678,0.3048357,-0.04379565,0.1885617,-238.97798,8.3663943)"
+       cx="212.88684"
+       cy="96.581963"
+       fx="216.17264"
+       fy="96.799568"
+       r="12.618225" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4245"
+       id="linearGradient5528"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0198682,0,0,1.0198682,-168.01904,-2.4685485)"
+       x1="234.31259"
+       y1="120.74812"
+       x2="234.12354"
+       y2="64.582794" />
+    <filter
+       inkscape:collect="always"
+       id="filter5562"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.8160225"
+         id="feGaussianBlur5564" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter5570"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.0072765843"
+         id="feGaussianBlur5572" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5576"
+       id="linearGradient5582"
+       x1="29.531403"
+       y1="116.33051"
+       x2="26.424284"
+       y2="115.07343"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5576"
+       id="linearGradient5594"
+       gradientUnits="userSpaceOnUse"
+       x1="29.531403"
+       y1="116.33051"
+       x2="26.424284"
+       y2="115.07343"
+       gradientTransform="matrix(-1,0,0,1,130.82156,-0.8)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3346"
+       id="linearGradient5604"
+       x1="82.933723"
+       y1="102.57442"
+       x2="88.582848"
+       y2="133.3175"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter5614"
+       x="-0.31774732"
+       width="1.6354946"
+       y="-0.011706275"
+       height="1.0234125"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.09227586"
+         id="feGaussianBlur5616" />
+    </filter>
+    <linearGradient
+       id="linearGradient3149">
+      <stop
+         id="stop3151"
+         offset="0"
+         style="stop-color:#8e8e8e;stop-opacity:1;" />
+      <stop
+         id="stop3153"
+         offset="1"
+         style="stop-color:#f8f8f8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3207">
+      <stop
+         id="stop3209"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop3211"
+         offset="1"
+         style="stop-color:#252525;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9222">
+      <stop
+         style="stop-color:#faf0e5;stop-opacity:1;"
+         offset="0"
+         id="stop9224" />
+      <stop
+         id="stop9226"
+         offset="0.29132015"
+         style="stop-color:#f7e7d6;stop-opacity:1;" />
+      <stop
+         style="stop-color:#efcfac;stop-opacity:1;"
+         offset="1"
+         id="stop9228" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3654"
+       id="radialGradient81878"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.696437,0,0,1.188967,-175.09425,-439.0428)"
+       cx="312"
+       cy="431.38034"
+       fx="311.27777"
+       fy="433.70554"
+       r="16.25" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3654"
+       id="radialGradient81880"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.696437,0,0,1.188967,285.63744,-439.0428)"
+       cx="312"
+       cy="431.38034"
+       fx="311.27777"
+       fy="433.70554"
+       r="16.25" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4064"
+       id="radialGradient81882"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0059645,0,0,1.4472234,-271.44676,-535.35257)"
+       cx="324.39758"
+       cy="396.09259"
+       fx="330.04404"
+       fy="392.75388"
+       r="22.444885" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3163"
+       id="linearGradient81884"
+       gradientUnits="userSpaceOnUse"
+       x1="412.78592"
+       y1="400.84558"
+       x2="412.78592"
+       y2="422.63611" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3329"
+       id="linearGradient81886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="317.01251"
+       y1="431.1243"
+       x2="331.42062"
+       y2="418.65884" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837"
+       id="radialGradient81888"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,43.133514,-626.29699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837"
+       id="radialGradient81890"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,-372.5,-950.79699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3433"
+       id="linearGradient81892"
+       gradientUnits="userSpaceOnUse"
+       x1="324.65039"
+       y1="398.85446"
+       x2="325.7691"
+       y2="370.57019" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3368"
+       id="radialGradient81894"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.7020433,-0.1106778,0.08385981,-0.5312371,265.2384,247.24451)"
+       cx="332.49338"
+       cy="369.61789"
+       fx="332.49338"
+       fy="369.61789"
+       r="22.779818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3489"
+       id="linearGradient81896"
+       gradientUnits="userSpaceOnUse"
+       x1="304.88663"
+       y1="385.86127"
+       x2="345.62039"
+       y2="384.62384" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3499"
+       id="linearGradient81898"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="330.09335"
+       y1="407.39011"
+       x2="320.36423"
+       y2="367.39182" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3581"
+       id="linearGradient81900"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="353.44516"
+       y1="390.86218"
+       x2="339.76785"
+       y2="373.61218" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3733"
+       id="linearGradient81902"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5366445,0,0,1.8634309,-372.5,-324.5)"
+       x1="563.64667"
+       y1="214.96599"
+       x2="568.98871"
+       y2="214.96599" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3397"
+       id="linearGradient81904"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0059645,0,0,1.0053055,-271.66684,-360.28069)"
+       x1="325.29688"
+       y1="481.87405"
+       x2="325.29688"
+       y2="426.80276" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3516"
+       id="linearGradient81906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="283.50647"
+       y1="463.03894"
+       x2="312.78384"
+       y2="443.03894" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4067"
+       id="linearGradient81908"
+       gradientUnits="userSpaceOnUse"
+       x1="414.41586"
+       y1="458.62646"
+       x2="461.90625"
+       y2="458.62646" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4126"
+       id="linearGradient81910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="326"
+       y1="476.40894"
+       x2="310.53195"
+       y2="429.73987" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3343"
+       id="linearGradient81912"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="315.72318"
+       y1="453.0892"
+       x2="290.62091"
+       y2="434.35086" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3343"
+       id="linearGradient81914"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(58.5,26.5)"
+       x1="315.72318"
+       y1="453.0892"
+       x2="290.62091"
+       y2="434.35086" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3508"
+       id="linearGradient81916"
+       gradientUnits="userSpaceOnUse"
+       x1="270.50647"
+       y1="482.53894"
+       x2="299.28384"
+       y2="441.53894" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3578"
+       id="linearGradient81918"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="313.74829"
+       y1="444.45746"
+       x2="305.67725"
+       y2="463.13513" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3586"
+       id="linearGradient81920"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="313.74829"
+       y1="444.45746"
+       x2="305.67725"
+       y2="463.13513" />
+    <clipPath
+       id="clipPath9236-9"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         inkscape:connector-curvature="0"
+         id="path9238-5"
+         d="m 60.476049,3.1766594 25.524295,17.3565206 -5.615345,26.03478 0,19.908951 15.123144,16.335549 19.079407,28.58721 -15.314574,13.78312 -85.251145,3.5734 -20.4194361,-12.76215 c 0,0 4.5943732,-20.41943 7.6572885,-23.482355 3.0629155,-3.062909 18.3774926,-16.335542 18.3774926,-16.335542 0,0 -0.510485,-18.887978 -0.510485,-22.971866 0,-4.083886 -0.510487,-21.950894 2.552428,-27.055753 3.062916,-5.104858 28.076725,-26.54526707 28.076725,-26.54526707 L 60.476049,3.1766594 z"
+         style="fill:none;stroke:#000000;stroke-width:1.57931578px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter9218-5"
+       inkscape:collect="always">
+      <feBlend
+         id="feBlend9220-3"
+         in2="BackgroundImage"
+         mode="multiply"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3319-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.58883353"
+         id="feGaussianBlur3321-6" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3624-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.1236176"
+         id="feGaussianBlur3626-3" />
+    </filter>
+    <radialGradient
+       r="16.25"
+       fy="433.70554"
+       fx="311.27777"
+       cy="431.38034"
+       cx="312"
+       gradientTransform="matrix(0.696437,0,0,1.188967,-175.09425,-439.0428)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8432-3"
+       xlink:href="#linearGradient3654-6"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3654-6">
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:1;"
+         offset="0"
+         id="stop3656-1" />
+      <stop
+         id="stop3670-8"
+         offset="0.5"
+         style="stop-color:#f9ede0;stop-opacity:0.80575538;" />
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:0;"
+         offset="1"
+         id="stop3658-7" />
+    </linearGradient>
+    <radialGradient
+       r="16.25"
+       fy="433.70554"
+       fx="311.27777"
+       cy="431.38034"
+       cx="312"
+       gradientTransform="matrix(-0.696437,0,0,1.188967,285.63744,-439.0428)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8434-0"
+       xlink:href="#linearGradient3654-6"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient81946">
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:1;"
+         offset="0"
+         id="stop81948" />
+      <stop
+         id="stop81950"
+         offset="0.5"
+         style="stop-color:#f9ede0;stop-opacity:0.80575538;" />
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:0;"
+         offset="1"
+         id="stop81952" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3705-5">
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccc"
+         id="path3707-1"
+         d="m 341.25,409.625 c -1.51321,7.20236 -5.74124,23.3964 -0.5,27.25 -0.64647,6.99978 -7.0786,9.64392 -15,11.1875 l -1.5,0 c -7.9214,-1.54358 -14.35353,-4.18772 -15,-11.1875 5.24124,-3.8536 1.01321,-20.04764 -0.5,-27.25 l 16.25,7.40625 16.25,-7.40625 z"
+         style="opacity:0.74906365;fill:url(#radialGradient3709);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3694-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.640636"
+         id="feGaussianBlur3696-0" />
+    </filter>
+    <radialGradient
+       r="22.444885"
+       fy="392.75388"
+       fx="330.04404"
+       cy="396.09259"
+       cx="324.39758"
+       gradientTransform="matrix(1.0059645,0,0,1.4472234,-271.44676,-535.35257)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient9134-3"
+       xlink:href="#linearGradient4064-0"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4064-0">
+      <stop
+         style="stop-color:#faf0e5;stop-opacity:1;"
+         offset="0"
+         id="stop4066-0" />
+      <stop
+         id="stop3378-4"
+         offset="0.591133"
+         style="stop-color:#f7e7d6;stop-opacity:1;" />
+      <stop
+         style="stop-color:#efcfac;stop-opacity:1;"
+         offset="1"
+         id="stop4069-5" />
+    </linearGradient>
+    <linearGradient
+       y2="422.63611"
+       x2="412.78592"
+       y1="400.84558"
+       x1="412.78592"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9136-4"
+       xlink:href="#linearGradient3163-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3163-2">
+      <stop
+         offset="0"
+         id="stop3165-4"
+         style="stop-color:#fff5e4;stop-opacity:1;" />
+      <stop
+         offset="0.25"
+         id="stop3173-9"
+         style="stop-color:#ffecd0;stop-opacity:1;" />
+      <stop
+         offset="0.5"
+         id="stop3171-9"
+         style="stop-color:#ffd390;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop3167-9"
+         style="stop-color:#ffc46a;stop-opacity:1;" />
+    </linearGradient>
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask3287-4">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#radialGradient3291-8);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 412.56716,362.7206 c -7.77656,0.205 -16.77771,5.86053 -19.90625,12.8125 -3.18672,7.08121 -2.72281,15.53626 -0.8125,25.3125 1.91032,9.77623 8.18827,19.94656 11.375,23.625 3.0204,3.48645 6.88924,2.85632 9.34375,2.78125 0.1258,0 0.30234,-0.004 0.4375,0 2.45451,0.0751 6.32335,0.7052 9.34375,-2.78125 3.18673,-3.67844 9.46468,-13.84877 11.375,-23.625 1.91033,-9.77624 2.37422,-18.23129 -0.8125,-25.3125 -3.12855,-6.95197 -12.12969,-12.6075 -19.90625,-12.8125 l -0.4375,0 z"
+         id="path3289-9"
+         sodipodi:nodetypes="csssssssscc" />
+    </mask>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3279-1"
+       id="radialGradient3291-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.4395859,0.3535533,-174.66839)"
+       cx="412.43237"
+       cy="395.73904"
+       fx="412.43237"
+       fy="395.73904"
+       r="22.444885" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3279-1"
+       x1="338.62283"
+       y1="457.90872"
+       gradientTransform="translate(-95.225391,0)"
+       x2="339.51855"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient3215-6"
+       y2="502.82175" />
+    <linearGradient
+       id="linearGradient3215-6">
+      <stop
+         offset="0"
+         id="stop3217-3"
+         style="stop-color:#671800;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop4157-9"
+         style="stop-color:#7b3900;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="418.65884"
+       x2="331.42062"
+       y1="431.1243"
+       x1="317.01251"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8440-3"
+       xlink:href="#linearGradient3329-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3329-3">
+      <stop
+         style="stop-color:#f9eee2;stop-opacity:1;"
+         offset="0"
+         id="stop3331-4" />
+      <stop
+         style="stop-color:#f9eee2;stop-opacity:0;"
+         offset="1"
+         id="stop3333-6" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3325-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.16076312"
+         id="feGaussianBlur3327-5" />
+    </filter>
+    <radialGradient
+       r="0.79621875"
+       fy="397.17728"
+       fx="303.71942"
+       cy="397.17728"
+       cx="303.71942"
+       gradientTransform="matrix(1,0,0,2.5768702,43.133514,-626.29699)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8442-6"
+       xlink:href="#linearGradient3837-1"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3837-1">
+      <stop
+         style="stop-color:#f1e4d4;stop-opacity:1;"
+         offset="0"
+         id="stop3839-7" />
+      <stop
+         style="stop-color:#f1e4d4;stop-opacity:0;"
+         offset="1"
+         id="stop3841-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.15930007"
+       width="1.3186002"
+       y="-0.071685553"
+       height="1.1433711"
+       id="filter3833-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.10560268"
+         id="feGaussianBlur3835-9" />
+    </filter>
+    <radialGradient
+       r="0.79621875"
+       fy="397.17728"
+       fx="303.71942"
+       cy="397.17728"
+       cx="303.71942"
+       gradientTransform="matrix(1,0,0,2.5768702,-372.5,-950.79699)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8444-2"
+       xlink:href="#linearGradient3837-1"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="370.57019"
+       x2="325.7691"
+       y1="398.85446"
+       x1="324.65039"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9138-8"
+       xlink:href="#linearGradient3433-1"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3433-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3435-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3437-4" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3429-7">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 303.70236,398.81874 -0.17678,-13.25825 2.65166,-7.24784 5.3033,-1.76777 8.48528,2.65165 7.42462,1.41421 7.24784,-3.71231 5.3033,0 3.71231,5.12653 1.94455,8.13172 -0.17678,5.3033 0.35355,1.94455 -7.77817,-15.02602 -9.54594,3.71231 -6.89429,0.17678 -10.42983,-4.94975 -7.42462,17.50089 z"
+         id="path3431-8" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3420-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.110954"
+         id="feGaussianBlur3422-3" />
+    </filter>
+    <radialGradient
+       r="22.779818"
+       fy="369.61789"
+       fx="332.49338"
+       cy="369.61789"
+       cx="332.49338"
+       gradientTransform="matrix(-0.7020433,-0.1106778,0.08385981,-0.5312371,265.2384,247.24451)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8448-7"
+       xlink:href="#linearGradient3368-7"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3368-7">
+      <stop
+         style="stop-color:#e5d3c3;stop-opacity:1;"
+         offset="0"
+         id="stop3370-2" />
+      <stop
+         style="stop-color:#e5d3c3;stop-opacity:0;"
+         offset="1"
+         id="stop3372-3" />
+    </linearGradient>
+    <linearGradient
+       y2="384.62384"
+       x2="345.62039"
+       y1="385.86127"
+       x1="304.88663"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8450-7"
+       xlink:href="#linearGradient3489-2"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3489-2">
+      <stop
+         style="stop-color:#765c44;stop-opacity:1;"
+         offset="0"
+         id="stop3491-5" />
+      <stop
+         style="stop-color:#765c44;stop-opacity:0;"
+         offset="1"
+         id="stop3493-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.028506439"
+       width="1.0570129"
+       y="-0.10615479"
+       height="1.2123096"
+       id="filter3479-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.4439284"
+         id="feGaussianBlur3481-6" />
+    </filter>
+    <linearGradient
+       y2="367.39182"
+       x2="320.36423"
+       y1="407.39011"
+       x1="330.09335"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8452-8"
+       xlink:href="#linearGradient3499-1"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3499-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3501-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3503-6" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3625-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34264273"
+         id="feGaussianBlur3627-0" />
+    </filter>
+    <linearGradient
+       y2="373.61218"
+       x2="339.76785"
+       y1="390.86218"
+       x1="353.44516"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8454-3"
+       xlink:href="#linearGradient3581-5"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3581-5">
+      <stop
+         style="stop-color:#dfcbba;stop-opacity:1;"
+         offset="0"
+         id="stop3583-8" />
+      <stop
+         style="stop-color:#dfcbba;stop-opacity:0;"
+         offset="1"
+         id="stop3585-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.1148592"
+       width="1.2297184"
+       y="-0.086798318"
+       height="1.1735966"
+       id="filter3569-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6238629"
+         id="feGaussianBlur3571-9" />
+    </filter>
+    <linearGradient
+       y2="214.96599"
+       x2="568.98871"
+       y1="214.96599"
+       x1="563.64667"
+       gradientTransform="matrix(0.5366445,0,0,1.8634309,-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8456-9"
+       xlink:href="#linearGradient3733-8"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3733-8">
+      <stop
+         offset="0"
+         id="stop3735-0"
+         style="stop-color:#e2e2e2;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop3737-2"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.18809821"
+       width="1.3761964"
+       y="-0.059054088"
+       height="1.1181082"
+       id="filter3775-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.26451311"
+         id="feGaussianBlur3777-9" />
+    </filter>
+    <linearGradient
+       y2="426.80276"
+       x2="325.29688"
+       y1="481.87405"
+       x1="325.29688"
+       gradientTransform="matrix(1.0059645,0,0,1.0053055,-271.66684,-360.28069)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8458-0"
+       xlink:href="#linearGradient3397-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3397-1">
+      <stop
+         style="stop-color:#f4f5f8;stop-opacity:1;"
+         offset="0"
+         id="stop3399-2" />
+      <stop
+         style="stop-color:#fdfdfe;stop-opacity:1;"
+         offset="1"
+         id="stop3401-0" />
+    </linearGradient>
+    <linearGradient
+       y2="443.03894"
+       x2="312.78384"
+       y1="463.03894"
+       x1="283.50647"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8460-0"
+       xlink:href="#linearGradient3516-6"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3516-6">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3518-3" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3520-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3493-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.105682"
+         id="feGaussianBlur3495-8" />
+    </filter>
+    <linearGradient
+       y2="458.62646"
+       x2="461.90625"
+       y1="458.62646"
+       x1="414.41586"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient9140-3"
+       xlink:href="#linearGradient4067-8"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4067-8">
+      <stop
+         style="stop-color:#8d97b7;stop-opacity:1;"
+         offset="0"
+         id="stop4095-7" />
+      <stop
+         style="stop-color:#8d97b7;stop-opacity:0;"
+         offset="1"
+         id="stop4071-3" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4063-1">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 410.16587,443.06739 c -10.24281,0.28613 -13.36749,-3.95368 -14.25,-7.69239 -1.27779,0.21006 -2.03383,1.22613 -2,2 -7.08333,2.83488 -15.64784,5.69235 -23.25,9.5 -2.82182,1.41335 -6.03661,5.72037 -6.875,8 -2.55698,6.95256 -5.375,16.75 -5.375,16.75 l 1.5,1.75 c 15.64476,8.91215 36.87916,8.5 50.25,8.5 13.37084,0 34.60524,0.41215 50.25,-8.5 l 1.5,-1.75 c 0,0 -2.81802,-9.79744 -5.375,-16.75 -0.83839,-2.27963 -4.05318,-6.58665 -6.875,-8 -7.60216,-3.80765 -16.16667,-6.66512 -23.25,-9.5 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40626 -14.25,7.69239 z"
+         id="path4065-0"
+         sodipodi:nodetypes="cccssccsccssccz" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4059-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5449742"
+         id="feGaussianBlur4061-5" />
+    </filter>
+    <linearGradient
+       y2="429.73987"
+       x2="310.53195"
+       y1="476.40894"
+       x1="326"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8464-0"
+       xlink:href="#linearGradient4126-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4126-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4128-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4130-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3393-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.49977699"
+         id="feGaussianBlur3395-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3289-7">
+      <path
+         inkscape:connector-curvature="0"
+         id="path3291-9"
+         d="m 463.75,435.375 c -1.27779,0.21006 -2.03383,1.22613 -2,2 -0.0793,0.0317 -0.87749,1.12269 -0.95711,1.15441 1.25202,4.0018 5.15727,8.27208 16.75,7.96875 11.50018,-0.3009 15.9101,-5.26943 17.17586,-8.93566 -0.15115,-0.06 -0.3189,-0.12753 -0.46875,-0.1875 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40137 -14.25,7.6875 -10.24281,0.28614 -13.36749,-3.94879 -14.25,-7.6875 z m -4.625,3.03125 c -5.44302,2.09883 -11.45793,4.26384 -17.21875,6.875 5.89563,-2.22917 11.62166,-3.16524 16.85447,-5.12684 -0.0106,-0.22696 0.25035,-1.50511 0.36428,-1.74816 z m 38.34375,0.21875 c 0.0532,0.16802 0.10109,0.31159 0.0937,0.46875 4.20807,1.57746 8.83741,3.15593 13.5625,4.875 -4.63354,-1.95913 -9.30506,-3.67529 -13.65625,-5.34375 z"
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:#98a2bf;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3283-1)"
+         sodipodi:nodetypes="cccscccsccccccccc" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.020813677"
+       width="1.0416274"
+       y="-0.13193184"
+       height="1.2638637"
+       id="filter3283-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.60896269"
+         id="feGaussianBlur3285-0" />
+    </filter>
+    <linearGradient
+       y2="434.35086"
+       x2="290.62091"
+       y1="453.0892"
+       x1="315.72318"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8466-3"
+       xlink:href="#linearGradient3343-5"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3343-5">
+      <stop
+         style="stop-color:#bbc1d4;stop-opacity:1;"
+         offset="0"
+         id="stop3345-9" />
+      <stop
+         style="stop-color:#bbc1d4;stop-opacity:0;"
+         offset="1"
+         id="stop6472-4" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.083255701"
+       width="1.1665114"
+       y="-0.42668504"
+       height="1.8533701"
+       id="filter3339-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50285367"
+         id="feGaussianBlur3341-4" />
+    </filter>
+    <linearGradient
+       y2="434.35086"
+       x2="290.62091"
+       y1="453.0892"
+       x1="315.72318"
+       gradientTransform="translate(58.5,26.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8468-6"
+       xlink:href="#linearGradient3343-5"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="441.53894"
+       x2="299.28384"
+       y1="482.53894"
+       x1="270.50647"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8470-9"
+       xlink:href="#linearGradient3508-2"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3508-2">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3510-9" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3512-0" />
+    </linearGradient>
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8472-3"
+       xlink:href="#linearGradient3578-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3578-0">
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:1;"
+         offset="0"
+         id="stop3580-3" />
+      <stop
+         style="stop-color:#c8cddc;stop-opacity:0;"
+         offset="1"
+         id="stop3582-3" />
+    </linearGradient>
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8474-7"
+       xlink:href="#linearGradient3586-9"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3586-9">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3588-4" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3590-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.17129332"
+       width="1.3425866"
+       y="-0.074019864"
+       height="1.1480397"
+       id="filter3574-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.57604943"
+         id="feGaussianBlur3576-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3654-6"
+       id="radialGradient81878-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.696437,0,0,1.188967,-175.09425,-439.0428)"
+       cx="312"
+       cy="431.38034"
+       fx="311.27777"
+       fy="433.70554"
+       r="16.25" />
+    <linearGradient
+       id="linearGradient82107">
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:1;"
+         offset="0"
+         id="stop82109" />
+      <stop
+         id="stop82111"
+         offset="0.5"
+         style="stop-color:#f9ede0;stop-opacity:0.80575538;" />
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:0;"
+         offset="1"
+         id="stop82113" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3654-6"
+       id="radialGradient81880-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.696437,0,0,1.188967,285.63744,-439.0428)"
+       cx="312"
+       cy="431.38034"
+       fx="311.27777"
+       fy="433.70554"
+       r="16.25" />
+    <linearGradient
+       id="linearGradient82116">
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:1;"
+         offset="0"
+         id="stop82118" />
+      <stop
+         id="stop82120"
+         offset="0.5"
+         style="stop-color:#f9ede0;stop-opacity:0.80575538;" />
+      <stop
+         style="stop-color:#f9ede0;stop-opacity:0;"
+         offset="1"
+         id="stop82122" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath82124">
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccc"
+         id="path82126"
+         d="m 341.25,409.625 c -1.51321,7.20236 -5.74124,23.3964 -0.5,27.25 -0.64647,6.99978 -7.0786,9.64392 -15,11.1875 l -1.5,0 c -7.9214,-1.54358 -14.35353,-4.18772 -15,-11.1875 5.24124,-3.8536 1.01321,-20.04764 -0.5,-27.25 l 16.25,7.40625 16.25,-7.40625 z"
+         style="opacity:0.74906365;fill:url(#radialGradient3709);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4064-0"
+       id="radialGradient81882-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0059645,0,0,1.4472234,-271.44676,-535.35257)"
+       cx="324.39758"
+       cy="396.09259"
+       fx="330.04404"
+       fy="392.75388"
+       r="22.444885" />
+    <linearGradient
+       id="linearGradient82133">
+      <stop
+         style="stop-color:#faf0e5;stop-opacity:1;"
+         offset="0"
+         id="stop82135" />
+      <stop
+         id="stop82137"
+         offset="0.591133"
+         style="stop-color:#f7e7d6;stop-opacity:1;" />
+      <stop
+         style="stop-color:#efcfac;stop-opacity:1;"
+         offset="1"
+         id="stop82139" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3163-2"
+       id="linearGradient81884-0"
+       gradientUnits="userSpaceOnUse"
+       x1="412.78592"
+       y1="400.84558"
+       x2="412.78592"
+       y2="422.63611" />
+    <linearGradient
+       id="linearGradient82142">
+      <stop
+         offset="0"
+         id="stop82144"
+         style="stop-color:#fff5e4;stop-opacity:1;" />
+      <stop
+         offset="0.25"
+         id="stop82146"
+         style="stop-color:#ffecd0;stop-opacity:1;" />
+      <stop
+         offset="0.5"
+         id="stop82148"
+         style="stop-color:#ffd390;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop82150"
+         style="stop-color:#ffc46a;stop-opacity:1;" />
+    </linearGradient>
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask82152">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#radialGradient3291-8);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 412.56716,362.7206 c -7.77656,0.205 -16.77771,5.86053 -19.90625,12.8125 -3.18672,7.08121 -2.72281,15.53626 -0.8125,25.3125 1.91032,9.77623 8.18827,19.94656 11.375,23.625 3.0204,3.48645 6.88924,2.85632 9.34375,2.78125 0.1258,0 0.30234,-0.004 0.4375,0 2.45451,0.0751 6.32335,0.7052 9.34375,-2.78125 3.18673,-3.67844 9.46468,-13.84877 11.375,-23.625 1.91033,-9.77624 2.37422,-18.23129 -0.8125,-25.3125 -3.12855,-6.95197 -12.12969,-12.6075 -19.90625,-12.8125 l -0.4375,0 z"
+         id="path82154"
+         sodipodi:nodetypes="csssssssscc" />
+    </mask>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3279-1"
+       id="radialGradient82156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.4395859,0.3535533,-174.66839)"
+       cx="412.43237"
+       cy="395.73904"
+       fx="412.43237"
+       fy="395.73904"
+       r="22.444885" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient82158"
+       x1="338.62283"
+       y1="457.90872"
+       gradientTransform="translate(-95.225391,0)"
+       x2="339.51855"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient3215-6"
+       y2="502.82175" />
+    <linearGradient
+       id="linearGradient82160">
+      <stop
+         offset="0"
+         id="stop82162"
+         style="stop-color:#671800;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop82164"
+         style="stop-color:#7b3900;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3329-3"
+       id="linearGradient81886-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="317.01251"
+       y1="431.1243"
+       x2="331.42062"
+       y2="418.65884" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837-1"
+       id="radialGradient81888-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,43.133514,-626.29699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3837-1"
+       id="radialGradient81890-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.5768702,-372.5,-950.79699)"
+       cx="303.71942"
+       cy="397.17728"
+       fx="303.71942"
+       fy="397.17728"
+       r="0.79621875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3433-1"
+       id="linearGradient81892-5"
+       gradientUnits="userSpaceOnUse"
+       x1="324.65039"
+       y1="398.85446"
+       x2="325.7691"
+       y2="370.57019" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath82206">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 303.70236,398.81874 -0.17678,-13.25825 2.65166,-7.24784 5.3033,-1.76777 8.48528,2.65165 7.42462,1.41421 7.24784,-3.71231 5.3033,0 3.71231,5.12653 1.94455,8.13172 -0.17678,5.3033 0.35355,1.94455 -7.77817,-15.02602 -9.54594,3.71231 -6.89429,0.17678 -10.42983,-4.94975 -7.42462,17.50089 z"
+         id="path82208" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3368-7"
+       id="radialGradient81894-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.7020433,-0.1106778,0.08385981,-0.5312371,265.2384,247.24451)"
+       cx="332.49338"
+       cy="369.61789"
+       fx="332.49338"
+       fy="369.61789"
+       r="22.779818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3489-2"
+       id="linearGradient81896-1"
+       gradientUnits="userSpaceOnUse"
+       x1="304.88663"
+       y1="385.86127"
+       x2="345.62039"
+       y2="384.62384" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3499-1"
+       id="linearGradient81898-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="330.09335"
+       y1="407.39011"
+       x2="320.36423"
+       y2="367.39182" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3581-5"
+       id="linearGradient81900-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="353.44516"
+       y1="390.86218"
+       x2="339.76785"
+       y2="373.61218" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3733-8"
+       id="linearGradient81902-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5366445,0,0,1.8634309,-372.5,-324.5)"
+       x1="563.64667"
+       y1="214.96599"
+       x2="568.98871"
+       y2="214.96599" />
+    <linearGradient
+       id="linearGradient82255">
+      <stop
+         offset="0"
+         id="stop82257"
+         style="stop-color:#e2e2e2;stop-opacity:1;" />
+      <stop
+         offset="1"
+         id="stop82259"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3397-1"
+       id="linearGradient81904-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0059645,0,0,1.0053055,-271.66684,-360.28069)"
+       x1="325.29688"
+       y1="481.87405"
+       x2="325.29688"
+       y2="426.80276" />
+    <linearGradient
+       id="linearGradient82266">
+      <stop
+         style="stop-color:#f4f5f8;stop-opacity:1;"
+         offset="0"
+         id="stop82268" />
+      <stop
+         style="stop-color:#fdfdfe;stop-opacity:1;"
+         offset="1"
+         id="stop82270" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3516-6"
+       id="linearGradient81906-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="283.50647"
+       y1="463.03894"
+       x2="312.78384"
+       y2="443.03894" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4067-8"
+       id="linearGradient81908-7"
+       gradientUnits="userSpaceOnUse"
+       x1="414.41586"
+       y1="458.62646"
+       x2="461.90625"
+       y2="458.62646" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath82290">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 410.16587,443.06739 c -10.24281,0.28613 -13.36749,-3.95368 -14.25,-7.69239 -1.27779,0.21006 -2.03383,1.22613 -2,2 -7.08333,2.83488 -15.64784,5.69235 -23.25,9.5 -2.82182,1.41335 -6.03661,5.72037 -6.875,8 -2.55698,6.95256 -5.375,16.75 -5.375,16.75 l 1.5,1.75 c 15.64476,8.91215 36.87916,8.5 50.25,8.5 13.37084,0 34.60524,0.41215 50.25,-8.5 l 1.5,-1.75 c 0,0 -2.81802,-9.79744 -5.375,-16.75 -0.83839,-2.27963 -4.05318,-6.58665 -6.875,-8 -7.60216,-3.80765 -16.16667,-6.66512 -23.25,-9.5 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40626 -14.25,7.69239 z"
+         id="path82292"
+         sodipodi:nodetypes="cccssccsccssccz" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4126-3"
+       id="linearGradient81910-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="326"
+       y1="476.40894"
+       x2="310.53195"
+       y2="429.73987" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath82309">
+      <path
+         inkscape:connector-curvature="0"
+         id="path82311"
+         d="m 463.75,435.375 c -1.27779,0.21006 -2.03383,1.22613 -2,2 -0.0793,0.0317 -0.87749,1.12269 -0.95711,1.15441 1.25202,4.0018 5.15727,8.27208 16.75,7.96875 11.50018,-0.3009 15.9101,-5.26943 17.17586,-8.93566 -0.15115,-0.06 -0.3189,-0.12753 -0.46875,-0.1875 0.0338,-0.77387 -0.72221,-1.78994 -2,-2 -2.41363,3.74264 -4.00719,7.40137 -14.25,7.6875 -10.24281,0.28614 -13.36749,-3.94879 -14.25,-7.6875 z m -4.625,3.03125 c -5.44302,2.09883 -11.45793,4.26384 -17.21875,6.875 5.89563,-2.22917 11.62166,-3.16524 16.85447,-5.12684 -0.0106,-0.22696 0.25035,-1.50511 0.36428,-1.74816 z m 38.34375,0.21875 c 0.0532,0.16802 0.10109,0.31159 0.0937,0.46875 4.20807,1.57746 8.83741,3.15593 13.5625,4.875 -4.63354,-1.95913 -9.30506,-3.67529 -13.65625,-5.34375 z"
+         style="fill:#f4f5f8;fill-opacity:1;fill-rule:evenodd;stroke:#98a2bf;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3283-1)"
+         sodipodi:nodetypes="cccscccsccccccccc" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3343-5"
+       id="linearGradient81912-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="315.72318"
+       y1="453.0892"
+       x2="290.62091"
+       y2="434.35086" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3343-5"
+       id="linearGradient81914-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(58.5,26.5)"
+       x1="315.72318"
+       y1="453.0892"
+       x2="290.62091"
+       y2="434.35086" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3508-2"
+       id="linearGradient81916-2"
+       gradientUnits="userSpaceOnUse"
+       x1="270.50647"
+       y1="482.53894"
+       x2="299.28384"
+       y2="441.53894" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3578-0"
+       id="linearGradient81918-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="313.74829"
+       y1="444.45746"
+       x2="305.67725"
+       y2="463.13513" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3586-9"
+       id="linearGradient81920-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-372.5,-324.5)"
+       x1="313.74829"
+       y1="444.45746"
+       x2="305.67725"
+       y2="463.13513" />
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient82428"
+       xlink:href="#linearGradient3578-0"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="463.13513"
+       x2="305.67725"
+       y1="444.45746"
+       x1="313.74829"
+       gradientTransform="translate(-372.5,-324.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient82430"
+       xlink:href="#linearGradient3586-9"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="-12.074687"
+     inkscape:cy="-44.741283"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1918"
+     inkscape:window-height="1147"
+     inkscape:window-x="0"
+     inkscape:window-y="35"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata4003">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-231.86536,-279.39524)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path83709"
+       d="m 294.2428,279.39524 c -7.99897,0 -14.49999,6.47502 -14.5,14.46875 0,1.94778 -0.15445,3.87798 0.40625,5.59375 -0.51549,-0.48363 -1.57232,-0.20095 -1.46875,0.84375 1.24191,5.82313 2.33408,7.08839 3.4375,7.34375 0.93904,2.69363 2.22764,5.22958 3.46875,7.3125 0.71525,3.9757 1.11745,8.28675 -0.25,10.40625 -0.53457,0.25089 -0.86091,0.73277 -0.84375,1.125 -0.0505,0.0202 -0.10554,0.0423 -0.15625,0.0625 -3.91567,1.55927 -8.51787,3.12254 -12.8125,5.09375 -0.6214,0.28522 -1.23846,0.57204 -1.84375,0.875 -0.22467,0.11246 -0.4272,0.2736 -0.65625,0.4375 -1.60335,1.1473 -3.25148,3.38655 -3.71875,4.65625 -0.40717,1.1064 -0.82143,2.32423 -1.21875,3.53125 -0.96083,2.91711 -1.58023,5.05464 -1.875,6.0625 -0.31077,0.3936 -0.46875,0.80597 -0.46875,1.21875 0,3.94126 14.76389,7.125 32.96875,7.125 18.1548,0 32.88789,-3.16744 32.96875,-7.09375 2.2e-4,-0.0108 0,-0.0204 0,-0.0312 l 0.125,-0.125 c 0,0 -0.99148,-3.52513 -2.1875,-7.15625 -0.39731,-1.20702 -0.81158,-2.42485 -1.21875,-3.53125 -0.46726,-1.2697 -2.08414,-3.50895 -3.6875,-4.65625 -0.22905,-0.1639 -0.46283,-0.32504 -0.6875,-0.4375 -0.60529,-0.30296 -1.22235,-0.58978 -1.84375,-0.875 -0.6214,-0.28522 -1.24356,-0.54272 -1.875,-0.8125 -0.11565,-0.0494 -0.22788,-0.10731 -0.34375,-0.15625 -0.0948,-0.0345 -0.18656,-0.0594 -0.28125,-0.0937 -0.082,-0.0343 -0.16796,-0.0596 -0.25,-0.0937 -0.15901,-0.0661 -0.30952,-0.15348 -0.46875,-0.21875 -1.14666,-0.47006 -2.29995,-0.90819 -3.4375,-1.34375 -0.94876,-0.36523 -1.85933,-0.71256 -2.78125,-1.0625 -1.12246,-0.42466 -2.20491,-0.83528 -3.25,-1.25 -0.0963,-0.0382 -0.1858,-0.0868 -0.28125,-0.125 0.003,-0.0628 -0.0492,-0.12109 -0.0625,-0.1875 -0.0127,-0.0639 -0.004,-0.1228 -0.0312,-0.1875 -0.1645,-0.39599 -0.57707,-0.80597 -1.1875,-0.90625 -0.0635,-0.10882 -0.16351,-0.19351 -0.21875,-0.3125 -1.16938,-2.51906 -0.51396,-7.23041 0.28125,-11.25 1.18202,-2.15052 2.34183,-4.63404 3.125,-7.21875 0.89092,-0.62384 1.81192,-2.30841 2.8125,-7 0.0909,-0.91706 -0.73259,-1.25622 -1.28125,-1 0.28784,-1.43524 0.1875,-2.96301 0.1875,-4.5625 0,-7.53568 -5.76261,-13.72078 -13.125,-14.40625 -0.48695,-0.0495 -0.96881,-0.0625 -1.46875,-0.0625 z"
+       style="opacity:0.2734375;fill:#000000;fill-opacity:1;stroke:none"
+       inkscape:export-filename="/home/lepagee/sflphone/kde/src/icons/path83705.png"
+       inkscape:export-xdpi="117.26086"
+       inkscape:export-ydpi="117.26086" />
+    <path
+       style="opacity:0.62890625;fill:#000000;fill-opacity:1;stroke:none"
+       d="m 278.54954,283.78247 c -7.99897,0 -14.49999,6.47502 -14.5,14.46875 0,1.94778 -0.15445,3.87798 0.40625,5.59375 -0.51549,-0.48363 -1.57232,-0.20095 -1.46875,0.84375 1.24191,5.82313 2.33408,7.08839 3.4375,7.34375 0.93904,2.69363 2.22764,5.22958 3.46875,7.3125 0.71525,3.9757 1.11745,8.28675 -0.25,10.40625 -0.53457,0.25089 -0.86091,0.73277 -0.84375,1.125 -0.0505,0.0202 -0.10554,0.0423 -0.15625,0.0625 -3.91567,1.55927 -8.51787,3.12254 -12.8125,5.09375 -0.6214,0.28522 -1.23846,0.57204 -1.84375,0.875 -0.22467,0.11246 -0.4272,0.2736 -0.65625,0.4375 -1.60335,1.1473 -3.25148,3.38655 -3.71875,4.65625 -0.40717,1.1064 -0.82143,2.32423 -1.21875,3.53125 -0.96083,2.91711 -1.58023,5.05464 -1.875,6.0625 -0.31077,0.3936 -0.46875,0.80597 -0.46875,1.21875 0,3.94126 14.76389,7.125 32.96875,7.125 18.1548,0 32.88789,-3.16744 32.96875,-7.09375 2.2e-4,-0.0108 0,-0.0204 0,-0.0312 l 0.125,-0.125 c 0,0 -0.99148,-3.52513 -2.1875,-7.15625 -0.39731,-1.20702 -0.81158,-2.42485 -1.21875,-3.53125 -0.46726,-1.2697 -2.08414,-3.50895 -3.6875,-4.65625 -0.22905,-0.1639 -0.46283,-0.32504 -0.6875,-0.4375 -0.60529,-0.30296 -1.22235,-0.58978 -1.84375,-0.875 -0.6214,-0.28522 -1.24356,-0.54272 -1.875,-0.8125 -0.11565,-0.0494 -0.22788,-0.10731 -0.34375,-0.15625 -0.0948,-0.0345 -0.18656,-0.0594 -0.28125,-0.0937 -0.082,-0.0343 -0.16796,-0.0596 -0.25,-0.0937 -0.15901,-0.0661 -0.30952,-0.15348 -0.46875,-0.21875 -1.14666,-0.47006 -2.29995,-0.90819 -3.4375,-1.34375 -0.94876,-0.36523 -1.85933,-0.71256 -2.78125,-1.0625 -1.12246,-0.42466 -2.20491,-0.83528 -3.25,-1.25 -0.0963,-0.0382 -0.1858,-0.0868 -0.28125,-0.125 0.003,-0.0628 -0.0492,-0.12109 -0.0625,-0.1875 -0.0127,-0.0639 -0.004,-0.1228 -0.0312,-0.1875 -0.1645,-0.39599 -0.57707,-0.80597 -1.1875,-0.90625 -0.0635,-0.10882 -0.16351,-0.19351 -0.21875,-0.3125 -1.16938,-2.51906 -0.51396,-7.23041 0.28125,-11.25 1.18202,-2.15052 2.34183,-4.63404 3.125,-7.21875 0.89092,-0.62384 1.81192,-2.30841 2.8125,-7 0.0909,-0.91706 -0.73259,-1.25622 -1.28125,-1 0.28784,-1.43524 0.1875,-2.96301 0.1875,-4.5625 0,-7.53568 -5.76261,-13.72078 -13.125,-14.40625 -0.48695,-0.0495 -0.96881,-0.0625 -1.46875,-0.0625 z"
+       id="path2724"
+       inkscape:connector-curvature="0"
+       inkscape:export-filename="/home/lepagee/sflphone/kde/src/icons/path83705.png"
+       inkscape:export-xdpi="117.26086"
+       inkscape:export-ydpi="117.26086" />
+    <path
+       id="path83705"
+       d="m 264.36536,289.23063 c -7.99897,0 -14.49999,6.47502 -14.5,14.46875 0,1.94778 -0.15445,3.87798 0.40625,5.59375 -0.51549,-0.48363 -1.57232,-0.20095 -1.46875,0.84375 1.24191,5.82313 2.33408,7.08839 3.4375,7.34375 0.93904,2.69363 2.22764,5.22958 3.46875,7.3125 0.71525,3.9757 1.11745,8.28675 -0.25,10.40625 -0.53457,0.25089 -0.86091,0.73277 -0.84375,1.125 -0.0505,0.0202 -0.10554,0.0423 -0.15625,0.0625 -3.91567,1.55927 -8.51787,3.12254 -12.8125,5.09375 -0.6214,0.28522 -1.23846,0.57204 -1.84375,0.875 -0.22467,0.11246 -0.4272,0.2736 -0.65625,0.4375 -1.60335,1.1473 -3.25148,3.38655 -3.71875,4.65625 -0.40717,1.1064 -0.82143,2.32423 -1.21875,3.53125 -0.96083,2.91711 -1.58023,5.05464 -1.875,6.0625 -0.31077,0.3936 -0.46875,0.80597 -0.46875,1.21875 0,3.94126 14.76389,7.125 32.96875,7.125 18.1548,0 32.88789,-3.16744 32.96875,-7.09375 2.2e-4,-0.0108 0,-0.0204 0,-0.0312 l 0.125,-0.125 c 0,0 -0.99148,-3.52513 -2.1875,-7.15625 -0.39731,-1.20702 -0.81158,-2.42485 -1.21875,-3.53125 -0.46726,-1.2697 -2.08414,-3.50895 -3.6875,-4.65625 -0.22905,-0.1639 -0.46283,-0.32504 -0.6875,-0.4375 -0.60529,-0.30296 -1.22235,-0.58978 -1.84375,-0.875 -0.6214,-0.28522 -1.24356,-0.54272 -1.875,-0.8125 -0.11565,-0.0494 -0.22788,-0.10731 -0.34375,-0.15625 -0.0948,-0.0345 -0.18656,-0.0595 -0.28125,-0.0937 -0.082,-0.0343 -0.16796,-0.0597 -0.25,-0.0937 -0.15901,-0.0661 -0.30952,-0.15348 -0.46875,-0.21875 -1.14666,-0.47006 -2.29995,-0.90819 -3.4375,-1.34375 -0.94876,-0.36523 -1.85933,-0.71256 -2.78125,-1.0625 -1.12246,-0.42466 -2.20491,-0.83528 -3.25,-1.25 -0.0963,-0.0382 -0.1858,-0.0868 -0.28125,-0.125 0.003,-0.0628 -0.0493,-0.12109 -0.0625,-0.1875 -0.0127,-0.0639 -0.004,-0.1228 -0.0312,-0.1875 -0.1645,-0.39599 -0.57707,-0.80597 -1.1875,-0.90625 -0.0635,-0.10882 -0.16351,-0.19351 -0.21875,-0.3125 -1.16938,-2.51906 -0.51396,-7.23041 0.28125,-11.25 1.18202,-2.15052 2.34183,-4.63404 3.125,-7.21875 0.89092,-0.62384 1.81192,-2.30841 2.8125,-7 0.0909,-0.91706 -0.73259,-1.25622 -1.28125,-1 0.28784,-1.43524 0.1875,-2.96301 0.1875,-4.5625 0,-7.53568 -5.76261,-13.72078 -13.125,-14.40625 -0.48695,-0.0495 -0.96881,-0.0625 -1.46875,-0.0625 z"
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       inkscape:connector-curvature="0"
+       inkscape:export-xdpi="117.26086"
+       inkscape:export-ydpi="117.26086" />
+  </g>
+</svg>
diff --git a/kde/src/icons/transferarraw.png b/kde/src/icons/transferarraw.png
new file mode 100644
index 0000000000000000000000000000000000000000..29ef8ad4d1bc7cf83b9fc0f2e853db242b7a6d82
Binary files /dev/null and b/kde/src/icons/transferarraw.png differ
diff --git a/kde/src/icons/transfertarrow.svg b/kde/src/icons/transfertarrow.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b7dfeea50a26a9e87fa2129f8d898a7ee59b0920
--- /dev/null
+++ b/kde/src/icons/transfertarrow.svg
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="1267.2902"
+   height="543.88452"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="transfertarrow.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3013">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3015" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3017" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3013"
+       id="linearGradient3019"
+       x1="521.41046"
+       y1="1700.8801"
+       x2="224.25386"
+       y2="1700.8801"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-84.852814,185.86807)" />
+    <filter
+       inkscape:collect="always"
+       id="filter3817"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="12.671464"
+         id="feGaussianBlur3819" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.24748737"
+     inkscape:cx="-83.497178"
+     inkscape:cy="-159.28411"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1918"
+     inkscape:window-height="1147"
+     inkscape:window-x="0"
+     inkscape:window-y="35"
+     inkscape:window-maximized="0"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <sodipodi:guide
+       orientation="1,0"
+       position="-788.40925,2236.1701"
+       id="guide2987" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="-1882.695,2219.0272"
+       id="guide2989" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="-454.12353,1930.4557"
+       id="guide2991" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="-1742.695,2319.0272"
+       id="guide2993" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="-1971.2664,2121.8843"
+       id="guide2995" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="-1522.695,2467.5986"
+       id="guide2999" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="-2188.4093,1967.5986"
+       id="guide3001" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-111.26639,-1627.5049)">
+    <path
+       style="opacity:0.35205994;fill:url(#linearGradient3019);fill-opacity:1;stroke:none;filter:url(#filter3817)"
+       d="m 141.6779,1819.068 0,152.533 c 0,11.4516 9.20732,24.6643 24.99727,24.6643 l 836.40633,0 c 13.2009,0 21.4536,4.3878 21.4536,17.7621 l 0,114.1473 c 0,14.2454 7.7974,16.5115 20.1022,7.2566 l 293.8567,-221.0204 c 13.3512,-9.1629 11.9007,-18.8749 1.4521,-29.3235 l -302.8417,-225.1901 c -8.4642,-4.8868 -12.5693,-0.761 -12.5693,12.6986 l 0,104.0457 c 0,12.9665 -12.6903,22.4808 -26.50441,22.4808 l -833.37583,0 c -11.77182,0 -22.97696,8.2567 -22.97696,19.9456 z"
+       id="path3003"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccc"
+       inkscape:export-filename="/home/lepagee/sflphone/kde/src/icons/transferarraw.png"
+       inkscape:export-xdpi="17.615274"
+       inkscape:export-ydpi="17.615274" />
+  </g>
+</svg>
diff --git a/kde/src/lib/Account.cpp b/kde/src/lib/Account.cpp
index bf978941af455c5527e6d822b7c2af868e17cc09..2bd6e0e9d46f616daaa7217780a2e8c50794a66c 100644
--- a/kde/src/lib/Account.cpp
+++ b/kde/src/lib/Account.cpp
@@ -19,38 +19,52 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
 
+//Parent
 #include "Account.h"
 
-#include <QtGui/QApplication>
-#include <QDebug>
+//Qt
+#include <QtCore/QDebug>
 #include <QtCore/QString>
-#include <QtGui/QColor>
 
+//SFLPhone
 #include "sflphone_const.h"
+
+//SFLPhone lib
 #include "configurationmanager_interface_singleton.h"
 
 ///Match state name to user readable string
-const QString account_state_name(QString & s)
-{
+const QString& account_state_name(const QString& s)
+{
+   static const QString registered             = "Registered"               ;
+   static const QString notRegistered          = "Not Registered"           ;
+   static const QString trying                 = "Trying..."                ;
+   static const QString error                  = "Error"                    ;
+   static const QString authenticationFailed   = "Authentication Failed"    ;
+   static const QString networkUnreachable     = "Network unreachable"      ;
+   static const QString hostUnreachable        = "Host unreachable"         ;
+   static const QString stunConfigurationError = "Stun configuration error" ;
+   static const QString stunServerInvalid      = "Stun server invalid"      ;
+   static const QString invalid                = "Invalid"                  ;
+   
    if(s == QString(ACCOUNT_STATE_REGISTERED)       )
-      return "Registered"               ;
+      return registered             ;
    if(s == QString(ACCOUNT_STATE_UNREGISTERED)     )
-      return "Not Registered"           ;
+      return notRegistered          ;
    if(s == QString(ACCOUNT_STATE_TRYING)           )
-      return "Trying..."                ;
+      return trying                 ;
    if(s == QString(ACCOUNT_STATE_ERROR)            )
-      return "Error"                    ;
+      return error                  ;
    if(s == QString(ACCOUNT_STATE_ERROR_AUTH)       )
-      return "Authentication Failed"    ;
+      return authenticationFailed   ;
    if(s == QString(ACCOUNT_STATE_ERROR_NETWORK)    )
-      return "Network unreachable"      ;
+      return networkUnreachable     ;
    if(s == QString(ACCOUNT_STATE_ERROR_HOST)       )
-      return "Host unreachable"         ;
+      return hostUnreachable        ;
    if(s == QString(ACCOUNT_STATE_ERROR_CONF_STUN)  )
-      return "Stun configuration error" ;
+      return stunConfigurationError ;
    if(s == QString(ACCOUNT_STATE_ERROR_EXIST_STUN) )
-      return "Stun server invalid"      ;
-   return "Invalid"                     ;
+      return stunServerInvalid      ;
+   return invalid                   ;
 }
 
 ///Constructors
@@ -59,7 +73,7 @@ Account::Account():m_pAccountId(NULL),m_pAccountDetails(NULL)
 }
 
 ///Build an account from it'id
-Account* Account::buildExistingAccountFromId(QString _accountId)
+Account* Account::buildExistingAccountFromId(const QString& _accountId)
 {
    qDebug() << "Building an account from id: " << _accountId;
    ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
@@ -76,7 +90,7 @@ Account* Account::buildExistingAccountFromId(QString _accountId)
 }
 
 ///Build an account from it's name / alias
-Account* Account::buildNewAccountFromAlias(QString alias)
+Account* Account::buildNewAccountFromAlias(const QString& alias)
 {
    qDebug() << "Building an account from alias: " << alias;
    Account* a = new Account();
@@ -105,47 +119,47 @@ bool Account::isNew() const
 }
 
 ///Get this account ID
-const QString & Account::getAccountId() const
+const QString& Account::getAccountId() const
 {
    if (isNew())
       qDebug() << "Error : getting AccountId of a new account.";
    if (!m_pAccountId) {
       qDebug() << "Account not configured";
-      return ""; //WARNING May explode
+      return EMPTY_STRING; //WARNING May explode
    }
    
    return *m_pAccountId; 
 }
 
 ///Get this account details
-MapStringString& Account::getAccountDetails() const
+const MapStringString& Account::getAccountDetails() const
 {
    return *m_pAccountDetails;
 }
 
 ///Get current state
-QString Account::getStateName(QString & state)
+const QString& Account::getStateName(const QString& state) const
 {
-   return account_state_name(state);
+   return (const QString&)account_state_name(state);
 }
 
 ///Get an account detail
-QString Account::getAccountDetail(QString param) const
+const QString& Account::getAccountDetail(const QString& param) const
 {
    if (!m_pAccountDetails) {
       qDebug() << "The account list is not set";
-      return NULL; //May crash, but better than crashing now
+      return EMPTY_STRING; //May crash, but better than crashing now
    }
    if (m_pAccountDetails->find(param) != m_pAccountDetails->end())
       return (*m_pAccountDetails)[param];
    else {
       qDebug() << "Account details not found, there is " << m_pAccountDetails->count() << " details available";
-      return NULL;
+      return EMPTY_STRING;
    }
 }
 
 ///Get the alias
-QString Account::getAlias() const
+const QString& Account::getAlias() const
 {
    return getAccountDetail(ACCOUNT_ALIAS);
 }
@@ -153,14 +167,12 @@ QString Account::getAlias() const
 ///Is this account enabled
 bool Account::isEnabled() const
 {
-   qDebug() << "isEnabled = " << getAccountDetail(ACCOUNT_ENABLED);
    return (getAccountDetail(ACCOUNT_ENABLED) == ACCOUNT_ENABLED_TRUE);
 }
 
 ///Is this account registered
 bool Account::isRegistered() const
 {
-   qDebug() << "isRegistered = " << getAccountDetail(ACCOUNT_STATUS);
    return (getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED);
 }
 
@@ -172,21 +184,21 @@ bool Account::isRegistered() const
  ****************************************************************************/
 
 ///Set account details
-void Account::setAccountDetails(MapStringString m)
+void Account::setAccountDetails(const MapStringString& m)
 {
    *m_pAccountDetails = m;
 }
 
 ///Set a specific detail
-void Account::setAccountDetail(QString param, QString val)
+void Account::setAccountDetail(const QString& param, const QString& val)
 {
    (*m_pAccountDetails)[param] = val;
 }
 
 ///Set the account id
-void Account::setAccountId(QString id)
+void Account::setAccountId(const QString& id)
 {
-   qDebug() << "accountId = " << m_pAccountId;
+   qDebug() << "Setting accountId = " << m_pAccountId;
    if (! isNew())
       qDebug() << "Error : setting AccountId of an existing account.";
    m_pAccountId = new QString(id);
@@ -207,7 +219,6 @@ void Account::setEnabled(bool checked)
 ///Update the account
 void Account::updateState()
 {
-   qDebug() << "updateState";
    if(! isNew()) {
       ConfigurationManagerInterface & configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
       MapStringString details = configurationManager.getAccountDetails(getAccountId()).value();
diff --git a/kde/src/lib/Account.h b/kde/src/lib/Account.h
index f393a13fde8b92d6b0e912c57cb4466f45db8c77..a746dae223069bf951a09e0fb2d8644d990af0b5 100644
--- a/kde/src/lib/Account.h
+++ b/kde/src/lib/Account.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -27,31 +27,32 @@ class QString;
 
 #include "typedefs.h"
 
-const QString account_state_name(QString & s);
+const QString& account_state_name(const QString& s);
 
+///@class Account a daemon account (SIP or AIX)
 class LIB_EXPORT Account : public QObject {
    Q_OBJECT
 
    public:
       ~Account();
       //Constructors
-      static Account* buildExistingAccountFromId(QString _accountId);
-      static Account* buildNewAccountFromAlias(QString alias);
+      static Account* buildExistingAccountFromId(const QString& _accountId);
+      static Account* buildNewAccountFromAlias(const QString& alias);
    
       //Getters
-      bool isNew() const;
-      const QString & getAccountId() const;
-      MapStringString & getAccountDetails() const;
-      QString getStateName(QString & state);
-      QString getAccountDetail(QString param) const;
-      QString getAlias() const;
-      bool isEnabled() const;
-      bool isRegistered() const;
+      bool                    isNew()                                const;
+      const QString&          getAccountId()                         const;
+      const MapStringString&  getAccountDetails()                    const;
+      const QString&          getStateName(const QString& state)     const;
+      const QString&          getAccountDetail(const QString& param) const;
+      const QString&          getAlias()                             const;
+      bool                    isEnabled()                            const;
+      bool                    isRegistered()                         const;
    
       //Setters
-      void setAccountId(QString id);
-      void setAccountDetails(MapStringString m);
-      void setAccountDetail(QString param, QString val);
+      void setAccountId      (const QString& id                        );
+      void setAccountDetails (const MapStringString& m                 );
+      void setAccountDetail  (const QString& param, const QString& val );
    
       //Updates
       virtual void updateState();
@@ -60,8 +61,11 @@ class LIB_EXPORT Account : public QObject {
       bool operator==(const Account&)const;
    
    protected:
+      //Constructors
       Account();
-      QString* m_pAccountId;
+
+      //Attributes
+      QString*         m_pAccountId;
       MapStringString* m_pAccountDetails;
 
    public slots:
diff --git a/kde/src/lib/AccountList.cpp b/kde/src/lib/AccountList.cpp
index be54288e7e3948e8209b2a5416f04acef6b7da52..8a99b6b899a9095ffd4fc7a81df429b6cdf3f50f 100644
--- a/kde/src/lib/AccountList.cpp
+++ b/kde/src/lib/AccountList.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -19,10 +19,14 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
 
+//Parent
 #include "AccountList.h"
+
+//SFLPhone
 #include "sflphone_const.h"
-#include "configurationmanager_interface_singleton.h"
 
+//SFLPhone library
+#include "configurationmanager_interface_singleton.h"
 
 
 ///Constructors
@@ -35,6 +39,7 @@ AccountList::AccountList(QStringList & _accountIds)
 }
 
 ///Constructors
+///@param fill Whether to fill the list with accounts from configurationManager or not.
 AccountList::AccountList(bool fill)
 {
    m_pAccounts = new QVector<Account *>();
@@ -94,7 +99,7 @@ void AccountList::updateAccounts()
  ****************************************************************************/
 
 ///Get all accounts
-QVector<Account*> & AccountList::getAccounts()
+const QVector<Account*>& AccountList::getAccounts()
 {
    return *m_pAccounts;
 }
@@ -134,7 +139,7 @@ Account* AccountList::getAccountById(const QString & id) const
 }
 
 ///Get account with a specific state
-QVector<Account*> AccountList::getAccountsByState(QString & state)
+QVector<Account*> AccountList::getAccountsByState(const QString& state)
 {
    QVector<Account *> v;
    for (int i = 0; i < m_pAccounts->size(); ++i) {
diff --git a/kde/src/lib/AccountList.h b/kde/src/lib/AccountList.h
index dac4517d9f64eff89c63e5480ec2dc7c745bba91..68f995b08dfd2bde6c4891fafed49d22a1e6be08 100644
--- a/kde/src/lib/AccountList.h
+++ b/kde/src/lib/AccountList.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -28,55 +28,42 @@
 #include "Account.h"
 #include "typedefs.h"
 
+///@class AccountList List of all daemon accounts
 class LIB_EXPORT AccountList : public QObject{
-
    Q_OBJECT
-   
-private:
-
-   QVector<Account*>*  m_pAccounts;
 
 public:
 
    //Constructors & Destructors
    AccountList(QStringList & _accountIds);
-   /**
-    *   Constructs a new accountList, empty if fill = false
-    *   filled with accounts from configurationManager.getAccountList() if true
-    * @param fill Whether to fill the list with accounts from configurationManager or not.
-    */
    AccountList(bool fill = true);
    ~AccountList();
    
    //Getters
-   QVector<Account*> & getAccounts();
-   Account* getAccountAt (int i);
-   const Account* getAccountAt (int i) const;
-   Account* getAccountById(const QString & id) const;
-   QVector<Account*> getAccountsByState(QString & state);
-   int size() const;
-   Account* firstRegisteredAccount() const;
-   QString getOrderedList() const;
+   const QVector<Account*>& getAccounts            (                        );
+   QVector<Account*>        getAccountsByState     ( const QString& state   );
+   QString                  getOrderedList         (                        ) const;
+   Account*                 getAccountById         ( const QString& id      ) const;
+   Account*                 getAccountAt           ( int i                  );
+   const Account*           getAccountAt           ( int i                  ) const;
+   int                      size                   (                        ) const;
+   Account*                 firstRegisteredAccount (                        ) const;
    
-   //Setters
-   virtual Account* addAccount(QString & alias);
-   void removeAccount(Account* account);
-   //void upAccount(int index);
-   //void downAccount(int index);
+   //Mutators
+   virtual Account*  addAccount        ( QString & alias  )      ;
+   void              removeAccount     ( Account* account )      ;
+   QVector<Account*> registeredAccounts(                  ) const;
 
    //Operators
-   Account* operator[] (int i);
+   Account*       operator[] (int i)      ;
    const Account* operator[] (int i) const;
-   QVector<Account*> registeredAccounts() const;
    
-public slots:   
-   /**
-    *   updates the list of accounts (removed, added, order...) with the configurationManager's list
-    */
+private:
+   //Attributes
+   QVector<Account*>*  m_pAccounts;
+   
+public slots:
    void update();
-   /**
-    *   updates the list and the details of accounts with the configurationManager's list
-    */
    void updateAccounts();
    
 signals:
diff --git a/kde/src/lib/CMakeLists.txt b/kde/src/lib/CMakeLists.txt
index 6e0c8d42106321d92fd4b8a9ccb3ad5751f145b6..c2fa10571ef547aeec51bee8f033c6322ec560ba 100644
--- a/kde/src/lib/CMakeLists.txt
+++ b/kde/src/lib/CMakeLists.txt
@@ -17,7 +17,7 @@ FIND_PACKAGE ( Qt4 REQUIRED )
 
 INCLUDE ( KDE4Defaults )
 
-set(GENERIC_LIB_VERSION "0.9.8")
+set(GENERIC_LIB_VERSION "1.0.2")
 
 INCLUDE_DIRECTORIES ( ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR})
 
diff --git a/kde/src/lib/Call.cpp b/kde/src/lib/Call.cpp
index 54533d8b97cf22eb9fb5f70e7b9a46ac6f65c6d0..43913a8d52c7054a86419acf6b2ba0d34f39f23f 100644
--- a/kde/src/lib/Call.cpp
+++ b/kde/src/lib/Call.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
  *                                                                         *
@@ -18,10 +18,12 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
+
+//Parent
 #include "Call.h"
 
+//SFLPhone library
 #include "CallModel.h"
-
 #include "callmanager_interface_singleton.h"
 #include "configurationmanager_interface_singleton.h"
 #include "ContactBackend.h"
@@ -105,16 +107,16 @@ void Call::setContactBackend(ContactBackend* be)
 
 ///Constructor
 Call::Call(call_state startState, QString callId, QString peerName, QString peerNumber, QString account)
-   : conference(false)
-{
-   this->m_pCallId          = callId     ;
-   this->m_pPeerPhoneNumber = peerNumber ;
-   this->m_pPeerName        = peerName   ;
-   changeCurrentState(startState)        ;
-   this->m_pAccount         = account    ;
-   this->recording          = false      ;
-   this->m_pStartTime       = NULL       ;
-   this->m_pStopTime        = NULL       ;
+   : m_isConference(false)
+{
+   this->m_CallId          = callId     ;
+   this->m_PeerPhoneNumber = peerNumber ;
+   this->m_PeerName        = peerName   ;
+   changeCurrentState(startState)       ;
+   this->m_Account         = account    ;
+   this->m_Recording       = false      ;
+   this->m_pStartTime      = NULL       ;
+   this->m_pStopTime       = NULL       ;
    emit changed();
 }
 
@@ -127,10 +129,10 @@ Call::~Call()
 
 ///Constructor
 Call::Call(QString confId, QString account) 
-   : conference(true)
+   : m_isConference(true)
 {
-   this->m_pConfId  = confId  ;
-   this->m_pAccount = account ;
+   this->m_ConfId  = confId  ;
+   this->m_Account = account ;
 }
 
 /*****************************************************************************
@@ -154,8 +156,8 @@ Call* Call::buildExistingCall(QString callId)
    
    Call* call            = new Call(startState, callId, peerName, peerNumber, account)                 ;
    call->m_pStartTime    = new QDateTime(QDateTime::currentDateTime())                                 ;
-   call->recording       = callManager.getIsRecording(callId)                                          ;
-   call->m_pHistoryState = getHistoryStateFromDaemonCallState(details[CALL_STATE], details[CALL_TYPE]) ;
+   call->m_Recording     = callManager.getIsRecording(callId)                                          ;
+   call->m_HistoryState  = getHistoryStateFromDaemonCallState(details[CALL_STATE], details[CALL_TYPE]) ;
    
    return call;
 }
@@ -164,7 +166,7 @@ Call* Call::buildExistingCall(QString callId)
 Call* Call::buildDialingCall(QString callId, const QString & peerName, QString account)
 {
    Call* call = new Call(CALL_STATE_DIALING, callId, peerName, "", account);
-   call->m_pHistoryState = NONE;
+   call->m_HistoryState = NONE;
    return call;
 }
 
@@ -174,14 +176,12 @@ Call* Call::buildIncomingCall(const QString & callId)
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    MapStringString details = callManager.getCallDetails(callId).value();
    
-   qDebug() << "details = " << details;
-   
    QString from     = details[ CALL_PEER_NUMBER ];
    QString account  = details[ CALL_ACCOUNTID   ];
    QString peerName = details[ CALL_PEER_NAME   ];
    
    Call* call = new Call(CALL_STATE_INCOMING, callId, peerName, from, account);
-   call->m_pHistoryState = MISSED;
+   call->m_HistoryState = MISSED;
    return call;
 }
 
@@ -196,7 +196,7 @@ Call* Call::buildRingingCall(const QString & callId)
    QString peerName = details[ CALL_PEER_NAME   ];
    
    Call* call = new Call(CALL_STATE_RINGING, callId, peerName, from, account);
-   call->m_pHistoryState = OUTGOING;
+   call->m_HistoryState = OUTGOING;
    return call;
 }
 
@@ -213,7 +213,7 @@ Call* Call::buildHistoryCall(const QString & callId, uint startTimeStamp, uint s
    Call* call            = new Call(CALL_STATE_OVER, callId, name, number, account );
    call->m_pStartTime    = new QDateTime(QDateTime::fromTime_t(startTimeStamp)     );
    call->m_pStopTime     = new QDateTime(QDateTime::fromTime_t(stopTimeStamp)      );
-   call->m_pHistoryState = getHistoryStateFromType(type                            );
+   call->m_HistoryState  = getHistoryStateFromType(type                            );
    return call;
 }
 
@@ -244,15 +244,15 @@ QString Call::getTypeFromHistoryState(history_state historyState)
 ///Get history state from daemon
 history_state Call::getHistoryStateFromDaemonCallState(QString daemonCallState, QString daemonCallType)
 {
-   if((daemonCallState == DAEMON_CALL_STATE_INIT_CURRENT || daemonCallState == DAEMON_CALL_STATE_INIT_HOLD) && daemonCallType == DAEMON_CALL_TYPE_INCOMING)
+   if((daemonCallState      == DAEMON_CALL_STATE_INIT_CURRENT  || daemonCallState == DAEMON_CALL_STATE_INIT_HOLD) && daemonCallType == DAEMON_CALL_TYPE_INCOMING )
       return INCOMING ;
-   else if((daemonCallState == DAEMON_CALL_STATE_INIT_CURRENT || daemonCallState == DAEMON_CALL_STATE_INIT_HOLD) && daemonCallType == DAEMON_CALL_TYPE_OUTGOING)
+   else if((daemonCallState == DAEMON_CALL_STATE_INIT_CURRENT  || daemonCallState == DAEMON_CALL_STATE_INIT_HOLD) && daemonCallType == DAEMON_CALL_TYPE_OUTGOING )
       return OUTGOING ;
-   else if(daemonCallState == DAEMON_CALL_STATE_INIT_BUSY)
+   else if(daemonCallState  == DAEMON_CALL_STATE_INIT_BUSY                                                                                                       )
       return OUTGOING ;
-   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_INCOMING)
+   else if(daemonCallState  == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_INCOMING                                                    )
       return INCOMING ;
-   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_OUTGOING)
+   else if(daemonCallState  == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_OUTGOING                                                    )
       return MISSED   ;
    else
       return NONE     ;
@@ -261,15 +261,15 @@ history_state Call::getHistoryStateFromDaemonCallState(QString daemonCallState,
 ///Get the start sate from the daemon state
 call_state Call::getStartStateFromDaemonCallState(QString daemonCallState, QString daemonCallType)
 {
-   if(daemonCallState == DAEMON_CALL_STATE_INIT_CURRENT       )
+   if(daemonCallState      == DAEMON_CALL_STATE_INIT_CURRENT  )
       return CALL_STATE_CURRENT  ;
    else if(daemonCallState == DAEMON_CALL_STATE_INIT_HOLD     )
       return CALL_STATE_HOLD     ;
    else if(daemonCallState == DAEMON_CALL_STATE_INIT_BUSY     )
       return CALL_STATE_BUSY     ;
-   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_INCOMING)
+   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_INCOMING )
       return CALL_STATE_INCOMING ;
-   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_OUTGOING)
+   else if(daemonCallState == DAEMON_CALL_STATE_INIT_INACTIVE && daemonCallType == DAEMON_CALL_TYPE_OUTGOING )
       return CALL_STATE_RINGING  ;
    else if(daemonCallState == DAEMON_CALL_STATE_INIT_INCOMING )
       return CALL_STATE_INCOMING ;
@@ -304,12 +304,13 @@ daemon_call_state Call::toDaemonCallState(const QString & stateName)
       return DAEMON_CALL_STATE_BUSY    ;
    if(stateName == QString(CALL_STATE_CHANGE_FAILURE)        )
       return DAEMON_CALL_STATE_FAILURE ;
+   
    qDebug() << "stateChanged signal received with unknown state.";
    return DAEMON_CALL_STATE_FAILURE    ;
 }
 
 ///Get the time (second from 1 jan 1970) when the call ended
-QString Call::getStopTimeStamp() const
+QString Call::getStopTimeStamp()     const
 {
    if (m_pStopTime == NULL)
       return QString();
@@ -317,7 +318,7 @@ QString Call::getStopTimeStamp() const
 }
 
 ///Get the time (second from 1 jan 1970) when the call started
-QString Call::getStartTimeStamp() const
+QString Call::getStartTimeStamp()    const
 {
    if (m_pStartTime == NULL)
       return QString();
@@ -325,89 +326,100 @@ QString Call::getStartTimeStamp() const
 }
 
 ///Get the number where the call have been transferred
-QString Call::getTransferNumber() const
+const QString& Call::getTransferNumber()    const
 {
-   return m_pTransferNumber;
+   return m_TransferNumber;
 }
 
 ///Get the call / peer number
-QString Call::getCallNumber() const
+const QString& Call::getCallNumber()        const
 {
-   return m_pCallNumber;
+   return m_CallNumber;
 }
 
 ///Return the call id
-QString Call::getCallId() const
+const QString& Call::getCallId()            const
 {
-   return m_pCallId;
+   return m_CallId;
 }
 
 ///Return the peer phone number
-QString Call::getPeerPhoneNumber() const
+const QString& Call::getPeerPhoneNumber()   const
 {
-   return m_pPeerPhoneNumber;
+   return m_PeerPhoneNumber;
 }
 
 ///Get the peer name
-QString Call::getPeerName() const
+const QString& Call::getPeerName()          const
 {
-   return m_pPeerName;
+   return m_PeerName;
 }
 
 ///Get the current state
-call_state Call::getCurrentState() const
+call_state Call::getCurrentState()          const
 {
-   return currentState;
+   return m_CurrentState;
 }
 
 ///Get the call recording
-bool Call::getRecording() const
+bool Call::getRecording()                   const
 {
-   return recording;
+   return m_Recording;
 }
 
 ///Get the call account id
-QString Call::getAccountId() const
+const QString& Call::getAccountId()         const
 {
-   return m_pAccount;
+   return m_Account;
 }
 
 ///Is this call a conference
-bool Call::isConference() const {
-   return conference;
+bool Call::isConference()                   const
+{
+   return m_isConference;
 }
 
-///This call is a conference
-void Call::setConference(bool value) {
-   conference = value;
+///Get the conference ID
+const QString& Call::getConfId()            const
+{
+   return m_ConfId;
 }
 
-///Get the conference ID
-QString Call::getConfId() const {
-   return m_pConfId;
+///Get the current codec
+QString Call::getCurrentCodecName()  const
+{
+   CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
+   return callManager.getCurrentAudioCodecName(m_CallId);
 }
 
-///Set the conference ID
-void Call::setConfId(QString value) {
-   m_pConfId = value;
+///Get the state
+call_state Call::getState()                 const
+{
+   return m_CurrentState;
 }
 
-///Get the current codec
-QString Call::getCurrentCodecName() const {
-   CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   return callManager.getCurrentAudioCodecName(m_pCallId);
+///Get the history state
+history_state Call::getHistoryState()       const
+{
+   return m_HistoryState;
+}
+
+///Is this call over?
+bool Call::isHistory()                      const
+{
+   return (getState() == CALL_STATE_OVER);
 }
 
 ///This function could also be called mayBeSecure or haveChancesToBeEncryptedButWeCantTell.
 bool Call::isSecure() const {
 
-   if (m_pAccount.isEmpty()) {
+   if (m_Account.isEmpty()) {
       qDebug() << "Account not set, can't check security";
       return false;
    }
 
    AccountList accountList(true);
-   Account* currentAccount = accountList.getAccountById(m_pAccount);
+   Account* currentAccount = accountList.getAccountById(m_Account);
 
    if ((currentAccount->getAccountDetail(TLS_ENABLE ) == "true") || (currentAccount->getAccountDetail(TLS_METHOD).toInt())) {
       return true;
@@ -423,34 +435,28 @@ bool Call::isSecure() const {
  ****************************************************************************/
 
 ///Set the transfer number
-void Call::setTransferNumber(QString number)
+void Call::setTransferNumber(const QString& number)
 {
-   m_pTransferNumber = number;
-}
-
-///Set the call number
-void Call::setCallNumber(QString number)
-{
-   m_pCallNumber = number;
-   emit changed();
+   m_TransferNumber = number;
 }
 
-///Get the state
-call_state Call::getState() const
+///This call is a conference
+void Call::setConference(bool value)
 {
-   return currentState;
+   m_isConference = value;
 }
 
-///Get the history state
-history_state Call::getHistoryState() const
+///Set the call number
+void Call::setCallNumber(const QString& number)
 {
-   return m_pHistoryState;
+   m_CallNumber = number;
+   emit changed();
 }
 
-///Is this call over?
-bool Call::isHistory() const
+///Set the conference ID
+void Call::setConfId(QString value)
 {
-   return (getState() == CALL_STATE_OVER);
+   m_ConfId = value;
 }
 
 /*****************************************************************************
@@ -462,14 +468,13 @@ bool Call::isHistory() const
 ///The call state just changed
 call_state Call::stateChanged(const QString& newStateName)
 {
-   if (!conference) {
-      call_state previousState = currentState;
+   if (!m_isConference) {
+      call_state previousState = m_CurrentState;
       daemon_call_state dcs = toDaemonCallState(newStateName);
-      //(this->*(stateChangedFunctionMap[currentState][dcs]))();
-      changeCurrentState(stateChangedStateMap[currentState][dcs]);
+      changeCurrentState(stateChangedStateMap[m_CurrentState][dcs]);
       (this->*(stateChangedFunctionMap[previousState][dcs]))();
-      qDebug() << "Calling stateChanged " << newStateName << " -> " << toDaemonCallState(newStateName) << " on call with state " << previousState << ". Become " << currentState;
-      return currentState;
+      qDebug() << "Calling stateChanged " << newStateName << " -> " << toDaemonCallState(newStateName) << " on call with state " << previousState << ". Become " << m_CurrentState;
+      return m_CurrentState;
    }
    else {
       qDebug() << "A conference have no call state";
@@ -480,27 +485,29 @@ call_state Call::stateChanged(const QString& newStateName)
 ///An acount have been performed
 call_state Call::actionPerformed(call_action action)
 {
-   call_state previousState = currentState;
+   call_state previousState = m_CurrentState;
    Q_ASSERT_X((previousState>10) || (previousState<0),"perform action","Invalid previous state ("+QString::number(previousState)+")");
    Q_ASSERT_X((state>4) || (state < 0),"perform action","Invalid action ("+QString::number(action)+")");
    Q_ASSERT_X((action>5) || (action < 0),"perform action","Invalid action ("+QString::number(action)+")");
    //update the state
-   changeCurrentState(actionPerformedStateMap[previousState][action]);
-   //execute the action associated with this transition
-   (this->*(actionPerformedFunctionMap[previousState][action]))(); //WARNING BUG //WARNING SEGFAULT //TODO remove this node, it was not a good idea, it is not stable
-   qDebug() << "Calling action " << action << " on call with state " << previousState << ". Become " << currentState;
-   //return the new state
-   return currentState;
+   if (previousState < 11 && action < 5) {
+      changeCurrentState(actionPerformedStateMap[previousState][action]);
+      //execute the action associated with this transition
+      (this->*(actionPerformedFunctionMap[previousState][action]))();
+      qDebug() << "Calling action " << action << " on call with state " << previousState << ". Become " << m_CurrentState;
+      //return the new state
+   }
+   return m_CurrentState;
 }
 
 /*
 void Call::putRecording()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   bool daemonRecording = callManager.getIsRecording(this -> m_pCallId);
-   if(daemonRecording != recording)
+   bool daemonRecording = callManager.getIsRecording(this -> m_CallId);
+   if(daemonRecording != m_Recording)
    {
-      callManager.setRecording(this->m_pCallId);
+      callManager.setRecording(this->m_CallId);
    }
 }
 */
@@ -508,11 +515,11 @@ void Call::putRecording()
 void Call::changeCurrentState(call_state newState)
 {
    //qDebug() << "Call state changed to: " << newState;
-   currentState = newState;
+   m_CurrentState = newState;
 
    emit changed();
 
-   if (currentState == CALL_STATE_OVER)
+   if (m_CurrentState == CALL_STATE_OVER)
       emit isOver(this);
 }
 
@@ -533,40 +540,40 @@ void Call::nothing()
 void Call::accept()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Accepting call. callId : " << m_pCallId;
-   callManager.accept(m_pCallId);
+   qDebug() << "Accepting call. callId : " << m_CallId;
+   callManager.accept(m_CallId);
    this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
-   this->m_pHistoryState = INCOMING;
+   this->m_HistoryState = INCOMING;
 }
 
 ///Refuse the call
 void Call::refuse()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Refusing call. callId : " << m_pCallId;
-   callManager.refuse(m_pCallId);
+   qDebug() << "Refusing call. callId : " << m_CallId;
+   callManager.refuse(m_CallId);
    this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
-   this->m_pHistoryState = MISSED;
+   this->m_HistoryState = MISSED;
 }
 
 ///Accept the transfer
 void Call::acceptTransf()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Accepting call and transfering it to number : " << m_pTransferNumber << ". callId : " << m_pCallId;
-   callManager.accept(m_pCallId);
-   callManager.transfer(m_pCallId, m_pTransferNumber);
-//   m_pHistoryState = TRANSFERED;
+   qDebug() << "Accepting call and transfering it to number : " << m_TransferNumber << ". callId : " << m_CallId;
+   callManager.accept(m_CallId);
+   callManager.transfer(m_CallId, m_TransferNumber);
+//   m_HistoryState = TRANSFERED;
 }
 
 ///Put the call on hold
 void Call::acceptHold()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Accepting call and holding it. callId : " << m_pCallId;
-   callManager.accept(m_pCallId);
-   callManager.hold(m_pCallId);
-   this->m_pHistoryState = INCOMING;
+   qDebug() << "Accepting call and holding it. callId : " << m_CallId;
+   callManager.accept(m_CallId);
+   callManager.hold(m_CallId);
+   this->m_HistoryState = INCOMING;
 }
 
 ///Hang up
@@ -574,51 +581,51 @@ void Call::hangUp()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
    this->m_pStopTime = new QDateTime(QDateTime::currentDateTime());
-   qDebug() << "Hanging up call. callId : " << m_pCallId;
-   callManager.hangUp(m_pCallId);
+   qDebug() << "Hanging up call. callId : " << m_CallId;
+   callManager.hangUp(m_CallId);
 }
 
 ///Cancel this call
 void Call::cancel()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Canceling call. callId : " << m_pCallId;
-   callManager.hangUp(m_pCallId);
+   qDebug() << "Canceling call. callId : " << m_CallId;
+   callManager.hangUp(m_CallId);
 }
 
 ///Put on hold
 void Call::hold()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Holding call. callId : " << m_pCallId;
-   callManager.hold(m_pCallId);
+   qDebug() << "Holding call. callId : " << m_CallId;
+   callManager.hold(m_CallId);
 }
 
 ///Start the call
 void Call::call()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "account = " << m_pAccount;
-   if(m_pAccount.isEmpty()) {
-      qDebug() << "account is not set, taking the first registered.";
-      this->m_pAccount = CallModelConvenience::getCurrentAccountId();
+   qDebug() << "account = " << m_Account;
+   if(m_Account.isEmpty()) {
+      qDebug() << "Account is not set, taking the first registered.";
+      this->m_Account = CallModelConvenience::getCurrentAccountId();
    }
-   if(!m_pAccount.isEmpty()) {
-      qDebug() << "Calling " << m_pCallNumber << " with account " << m_pAccount << ". callId : " << m_pCallId;
-      callManager.placeCall(m_pAccount, m_pCallId, m_pCallNumber);
-      this->m_pAccount = m_pAccount;
-      this->m_pPeerPhoneNumber = m_pCallNumber;
+   if(!m_Account.isEmpty()) {
+      qDebug() << "Calling " << m_CallNumber << " with account " << m_Account << ". callId : " << m_CallId;
+      callManager.placeCall(m_Account, m_CallId, m_CallNumber);
+      this->m_Account = m_Account;
+      this->m_PeerPhoneNumber = m_CallNumber;
       if (m_pContactBackend) {
-         Contact* contact = m_pContactBackend->getContactByPhone(m_pPeerPhoneNumber);
+         Contact* contact = m_pContactBackend->getContactByPhone(m_PeerPhoneNumber);
          if (contact)
-            m_pPeerName = contact->getFormattedName();
+            m_PeerName = contact->getFormattedName();
       }
       this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
-      this->m_pHistoryState = OUTGOING;
+      this->m_HistoryState = OUTGOING;
    }
    else {
-      qDebug() << "Trying to call " << m_pTransferNumber << " with no account registered . callId : " << m_pCallId;
-      this->m_pHistoryState = NONE;
+      qDebug() << "Trying to call " << m_TransferNumber << " with no account registered . callId : " << m_CallId;
+      this->m_HistoryState = NONE;
       throw "No account registered!";
    }
 }
@@ -627,23 +634,23 @@ void Call::call()
 void Call::transfer()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Transfering call to number : " << m_pTransferNumber << ". callId : " << m_pCallId;
-   callManager.transfer(m_pCallId, m_pTransferNumber);
+   qDebug() << "Transfering call to number : " << m_TransferNumber << ". callId : " << m_CallId;
+   callManager.transfer(m_CallId, m_TransferNumber);
    this->m_pStopTime = new QDateTime(QDateTime::currentDateTime());
 }
 
 void Call::unhold()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Unholding call. callId : " << m_pCallId;
-   callManager.unhold(m_pCallId);
+   qDebug() << "Unholding call. callId : " << m_CallId;
+   callManager.unhold(m_CallId);
 }
 
 /*
 void Call::switchRecord()
 {
    qDebug() << "Switching record state for call automate. callId : " << callId;
-   recording = !recording;
+   m_Recording = !m_Recording;
 }
 */
 
@@ -651,22 +658,22 @@ void Call::switchRecord()
 void Call::setRecord()
 {
    CallManagerInterface & callManager = CallManagerInterfaceSingleton::getInstance();
-   qDebug() << "Setting record " << !recording << " for call. callId : " << m_pCallId;
-   callManager.setRecording(m_pCallId);
-   recording = !recording;
+   qDebug() << "Setting record " << !m_Recording << " for call. callId : " << m_CallId;
+   callManager.setRecording(m_CallId);
+   m_Recording = !m_Recording;
 }
 
 ///Start the timer
 void Call::start()
 {
-   qDebug() << "Starting call. callId : " << m_pCallId;
+   qDebug() << "Starting call. callId : " << m_CallId;
    this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
 }
 
 ///Toggle the timer
 void Call::startStop()
 {
-   qDebug() << "Starting and stoping call. callId : " << m_pCallId;
+   qDebug() << "Starting and stoping call. callId : " << m_CallId;
    this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
    this->m_pStopTime = new QDateTime(QDateTime::currentDateTime());
 }
@@ -674,22 +681,22 @@ void Call::startStop()
 ///Stop the timer
 void Call::stop()
 {
-   qDebug() << "Stoping call. callId : " << m_pCallId;
+   qDebug() << "Stoping call. callId : " << m_CallId;
    this->m_pStopTime = new QDateTime(QDateTime::currentDateTime());
 }
 
 ///Handle error instead of crashing
 void Call::startWeird()
 {
-   qDebug() << "Starting call. callId : " << m_pCallId;
+   qDebug() << "Starting call. callId : " << m_CallId;
    this->m_pStartTime = new QDateTime(QDateTime::currentDateTime());
-   qDebug() << "Warning : call " << m_pCallId << " had an unexpected transition of state at its start.";
+   qDebug() << "Warning : call " << m_CallId << " had an unexpected transition of state at its start.";
 }
 
 ///Print a warning
 void Call::warning()
 {
-   qDebug() << "Warning : call " << m_pCallId << " had an unexpected transition of state.";
+   qDebug() << "Warning : call " << m_CallId << " had an unexpected transition of state.";
 }
 
 /*****************************************************************************
@@ -699,17 +706,17 @@ void Call::warning()
  ****************************************************************************/
 
 ///Input text on the call item
-void Call::appendText(QString str)
+void Call::appendText(const QString& str)
 {
    QString * editNumber;
    
-   switch (currentState) {
+   switch (m_CurrentState) {
    case CALL_STATE_TRANSFER    :
    case CALL_STATE_TRANSF_HOLD :
-      editNumber = &m_pTransferNumber;
+      editNumber = &m_TransferNumber;
       break;
    case CALL_STATE_DIALING     :
-      editNumber = &m_pCallNumber;
+      editNumber = &m_CallNumber;
       break;
    default                     :
       qDebug() << "Backspace on call not editable. Doing nothing.";
@@ -726,15 +733,15 @@ void Call::backspaceItemText()
 {
    QString * editNumber;
 
-   switch (currentState) {
-      case CALL_STATE_TRANSFER        :
-      case CALL_STATE_TRANSF_HOLD     :
-         editNumber = &m_pTransferNumber;
+   switch (m_CurrentState) {
+      case CALL_STATE_TRANSFER         :
+      case CALL_STATE_TRANSF_HOLD      :
+         editNumber = &m_TransferNumber;
          break;
-      case CALL_STATE_DIALING         :
-         editNumber = &m_pCallNumber;
+      case CALL_STATE_DIALING          :
+         editNumber = &m_CallNumber;
          break;
-      default                         :
+      default                          :
          qDebug() << "Backspace on call not editable. Doing nothing.";
          return;
    }
diff --git a/kde/src/lib/Call.h b/kde/src/lib/Call.h
index e8769151504d672e72d84e72e787b0b5e5d9a9b7..8e475dbcdfdcd9c665168835413d4b42fabd370f 100644
--- a/kde/src/lib/Call.h
+++ b/kde/src/lib/Call.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
  *                                                                         *
@@ -116,32 +116,74 @@ typedef  void (Call::*function)();
 class  LIB_EXPORT Call : public QObject
 {
    Q_OBJECT
-private:
+public:
+   //Constructors & Destructors
+   Call(QString confId, QString account);
+   ~Call();
+   static Call* buildDialingCall  (QString callId, const QString & peerName, QString account = ""                                                               );
+   static Call* buildIncomingCall (const QString & callId                                                                                                       );
+   static Call* buildRingingCall  (const QString & callId                                                                                                       );
+   static Call* buildHistoryCall  (const QString & callId, uint startTimeStamp, uint stopTimeStamp, QString account, QString name, QString number, QString type );
+   static Call* buildExistingCall (QString callId                                                                                                               );
+   static void  setContactBackend (ContactBackend* be                                                                                                           );
 
-   //Call attributes
+   //Static getters
+   static history_state getHistoryStateFromType            ( QString type                                    );
+   static QString       getTypeFromHistoryState            ( history_state historyState                      );
+   static call_state    getStartStateFromDaemonCallState   ( QString daemonCallState, QString daemonCallType );
+   static history_state getHistoryStateFromDaemonCallState ( QString daemonCallState, QString daemonCallType );
    
-   QString       m_pAccount;
-   QString       m_pCallId;
-   QString       m_pConfId;
-   QString       m_pPeerPhoneNumber;
-   QString       m_pPeerName;
-   history_state m_pHistoryState;
-   QDateTime*    m_pStartTime;
-   QDateTime*    m_pStopTime;
+   //Getters
+   call_state           getState            () const;
+   const QString&       getCallId           () const;
+   const QString&       getPeerPhoneNumber  () const;
+   const QString&       getPeerName         () const;
+   call_state           getCurrentState     () const;
+   history_state        getHistoryState     () const;
+   bool                 getRecording        () const;
+   const QString&       getAccountId        () const;
+   bool                 isHistory           () const;
+   QString              getStopTimeStamp    () const;
+   QString              getStartTimeStamp   () const;
+   QString              getCurrentCodecName () const;
+   bool                 isSecure            () const;
+   bool                 isConference        () const;
+   const QString&       getConfId           () const;
+   const QString&       getTransferNumber   () const;
+   const QString&       getCallNumber       () const;
+
+   //Automated function
+   call_state stateChanged(const QString & newState);
+   call_state actionPerformed(call_action action);
    
-   /*
-   QWidget * historyItemWidget;
-   QLabel * labelHistoryIcon;
-   QLabel * labelHistoryPeerName;
-   QLabel * labelHistoryCallNumber;
-   QLabel * labelHistoryTime;
-   */
+   //Setters
+   void setConference(bool value);
+   void setConfId(QString value);
+   void setTransferNumber(const QString& number);
+   void setCallNumber(const QString& number);
+   
+   //Mutators
+   void appendText(const QString& str);
+   void backspaceItemText();
+   void changeCurrentState(call_state newState);
+   
+private:
 
-   QString m_pTransferNumber;
-   QString m_pCallNumber;
+   //Attributes
+   QString                m_Account        ;
+   QString                m_CallId         ;
+   QString                m_ConfId         ;
+   QString                m_PeerPhoneNumber;
+   QString                m_PeerName       ;
+   history_state          m_HistoryState   ;
+   QDateTime*             m_pStartTime     ;
+   QDateTime*             m_pStopTime      ;
+   QString                m_TransferNumber ;
+   QString                m_CallNumber     ;
    static ContactBackend* m_pContactBackend;
-   
-   bool conference;
+   bool                   m_isConference   ;
+   call_state             m_CurrentState   ;
+   bool                   m_Recording      ;
    
    //Automate attributes
    /**
@@ -176,9 +218,6 @@ private:
    
    static const char * historyIcons[3];
    
-   call_state currentState;
-   bool recording;
-   
    static const char * callStateIcons[11];
 
    Call(call_state startState, QString callId, QString peerNumber = "", QString account = "", QString peerName = "");
@@ -207,57 +246,6 @@ private:
    void startWeird   ();
    void warning      ();
 
-public:
-   //Constructors & Destructors
-   Call(QString confId, QString account);
-   ~Call();
-   static Call* buildDialingCall  (QString callId, const QString & peerName, QString account = ""                                                               );
-   static Call* buildIncomingCall (const QString & callId                                                                                                       );
-   static Call* buildRingingCall  (const QString & callId                                                                                                       );
-   static Call* buildHistoryCall  (const QString & callId, uint startTimeStamp, uint stopTimeStamp, QString account, QString name, QString number, QString type );
-   static Call* buildExistingCall (QString callId                                                                                                               );
-   static void  setContactBackend (ContactBackend* be                                                                                                           );
-
-   //Static getters
-   static history_state getHistoryStateFromType            ( QString type                                    );
-   static QString       getTypeFromHistoryState            ( history_state historyState                      );
-   static call_state    getStartStateFromDaemonCallState   ( QString daemonCallState, QString daemonCallType );
-   static history_state getHistoryStateFromDaemonCallState ( QString daemonCallState, QString daemonCallType );
-   
-   //Getters
-   call_state    getState            () const;
-   QString       getCallId           () const;
-   QString       getPeerPhoneNumber  () const;
-   QString       getPeerName         () const;
-   call_state    getCurrentState     () const;
-   history_state getHistoryState     () const;
-   bool          getRecording        () const;
-   QString       getAccountId        () const;
-   bool          isHistory           () const;
-   QString       getStopTimeStamp    () const;
-   QString       getStartTimeStamp   () const;
-   QString       getCurrentCodecName () const;
-   bool          isSecure            () const;
-   bool          isConference        () const;
-   QString       getConfId           () const;
-   QString       getTransferNumber   () const;
-   QString       getCallNumber       () const;
-
-   //Automated function
-   call_state stateChanged(const QString & newState);
-   call_state actionPerformed(call_action action);
-   
-   //Setters
-   void setConference(bool value);
-   void setConfId(QString value);
-   void setTransferNumber(QString number);
-   void setCallNumber(QString number);
-   
-   //Mutotors
-   void appendText(QString str);
-   void backspaceItemText();
-   void changeCurrentState(call_state newState);
-   
 signals:
    void changed();
    void isOver(Call*);
diff --git a/kde/src/lib/CallModel.cpp b/kde/src/lib/CallModel.cpp
index e74ca594d8fd051967e6cbd5e12b05a302f63abd..66c37d1f39618cb30c86b023e0a3b91b6e070cd8 100644
--- a/kde/src/lib/CallModel.cpp
+++ b/kde/src/lib/CallModel.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -17,6 +17,7 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
+//Parent
 #include <CallModel.h>
 
 bool CallModelBase::dbusInit = false;
@@ -25,13 +26,17 @@ CallModelBase::CallModelBase(QObject* parent) : QObject(parent)
 {
    if (!dbusInit) {
       CallManagerInterface& callManager = CallManagerInterfaceSingleton::getInstance();
-      connect(&callManager, SIGNAL( callStateChanged  (const QString &, const QString &                  ) ), this , SLOT( on1_callStateChanged  ( const QString &, const QString & ) ) );
-      connect(&callManager, SIGNAL( incomingCall      (const QString &, const QString &, const QString & ) ), this , SLOT( on1_incomingCall      ( const QString &, const QString & ) ) );
-      connect(&callManager, SIGNAL( conferenceCreated (const QString &                                   ) ), this , SLOT( on1_incomingConference( const QString &                  ) ) );
-      connect(&callManager, SIGNAL( conferenceChanged (const QString &, const QString &                  ) ), this , SLOT( on1_changingConference( const QString &, const QString & ) ) );
-      connect(&callManager, SIGNAL( conferenceRemoved (const QString &                                   ) ), this , SLOT( on1_conferenceRemoved ( const QString &                  ) ) );
-      connect(&callManager, SIGNAL( voiceMailNotify   (const QString &, int                              ) ), this , SLOT( on1_voiceMailNotify   ( const QString &, int             ) ) );
-      connect(&callManager, SIGNAL( volumeChanged     (const QString &, double                           ) ), this , SLOT( on1_volumeChanged     ( const QString &, double          ) ) );
+
+      //SLOTS
+      //             SENDER                                        SIGNAL                                      RECEIVER                             SLOT                                    /
+      /**/connect(&callManager, SIGNAL( callStateChanged  (const QString &, const QString &                  ) ), this , SLOT( on1_callStateChanged  ( const QString &, const QString & ) ) );
+      /**/connect(&callManager, SIGNAL( incomingCall      (const QString &, const QString &, const QString & ) ), this , SLOT( on1_incomingCall      ( const QString &, const QString & ) ) );
+      /**/connect(&callManager, SIGNAL( conferenceCreated (const QString &                                   ) ), this , SLOT( on1_incomingConference( const QString &                  ) ) );
+      /**/connect(&callManager, SIGNAL( conferenceChanged (const QString &, const QString &                  ) ), this , SLOT( on1_changingConference( const QString &, const QString & ) ) );
+      /**/connect(&callManager, SIGNAL( conferenceRemoved (const QString &                                   ) ), this , SLOT( on1_conferenceRemoved ( const QString &                  ) ) );
+      /**/connect(&callManager, SIGNAL( voiceMailNotify   (const QString &, int                              ) ), this , SLOT( on1_voiceMailNotify   ( const QString &, int             ) ) );
+      /**/connect(&callManager, SIGNAL( volumeChanged     (const QString &, double                           ) ), this , SLOT( on1_volumeChanged     ( const QString &, double          ) ) );
+      /*                                                                                                                                                                                    */
       dbusInit = true;
    }
 }
@@ -67,8 +72,6 @@ void CallModelBase::on1_incomingCall(const QString & accountID, const QString &
    Call* call = addIncomingCall(callID);
 
    //NEED_PORT
-//    changeScreen(SCREEN_MAIN);
-// 
 //    SFLPhone::app()->activateWindow();
 //    SFLPhone::app()->raise();
 //    SFLPhone::app()->setVisible(true);
diff --git a/kde/src/lib/CallModel.h b/kde/src/lib/CallModel.h
index 6262751177a2e0c000388c645cd4aba7d2831e7a..608af376d043a0d15c16ba95e663e4afe460ac99 100644
--- a/kde/src/lib/CallModel.h
+++ b/kde/src/lib/CallModel.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -40,6 +40,7 @@ class ContactBackend;
 typedef QHash<QString, Call*> CallHash;
 typedef QList<Call*>          CallList;
 
+///@class CallModelBase Base class for the central model/frontend
 ///This class need to exist because template classes can't have signals ans
 ///slots because Qt MOC generator can't guess the type at precompilation
 class LIB_EXPORT CallModelBase : public QObject
@@ -50,11 +51,11 @@ public:
    virtual bool changeConference  ( const QString &confId, const QString &state ) = 0;
    virtual void removeConference  ( const QString &confId                       ) = 0;
    virtual Call* addConference    ( const QString &confID                       ) = 0;
-   virtual Call* findCallByCallId ( QString callId                              ) = 0;
+   virtual Call* findCallByCallId ( const QString& callId                       ) = 0;
    virtual Call* addRingingCall   ( const QString& callId                       ) = 0;
    virtual Call* addIncomingCall  ( const QString& callId                       ) = 0;
    virtual Call* addCall          ( Call* call           , Call* parent =0      );
-   virtual Call* getCall          ( const QString callId                        ) const = 0;
+   virtual Call* getCall          ( const QString& callId                       ) const = 0;
 public slots:
    void on1_callStateChanged   ( const QString& callID    , const QString &state   );
    void on1_incomingCall       ( const QString& accountID , const QString & callID );
@@ -82,6 +83,7 @@ signals:
  *  with the MVC model. The MVC never got to a point were it was bug-free and the code was getting dirty. The Mirror model  
  *  solution may be less "clean" than MVC, but is 3 time smaller and easier to improve (in fact, possible to improve).      
  */
+///@class CallModel Central model/frontend to deal with sflphoned
 template  <typename CallWidget, typename Index>
 class LIB_EXPORT CallModel : public CallModelBase {
    public:
@@ -99,12 +101,14 @@ class LIB_EXPORT CallModel : public CallModelBase {
       virtual void initContact ( ContactBackend* be );
 
       //Call related
-      virtual Call*  addCall         ( Call* call                , Call* parent =0    );
-      Call*          addDialingCall  ( const QString& peerName="", QString account="" );
-      Call*          addIncomingCall ( const QString& callId                          );
-      Call*          addRingingCall  ( const QString& callId                          );
-      static QString generateCallId  (                                                );
-      void           removeCall      ( Call* call                                     );
+      virtual Call*  addCall          ( Call* call                , Call* parent =0    );
+      Call*          addDialingCall   ( const QString& peerName="", QString account="" );
+      Call*          addIncomingCall  ( const QString& callId                          );
+      Call*          addRingingCall   ( const QString& callId                          );
+      static QString generateCallId   (                                                );
+      void           removeCall       ( Call* call                                     );
+      void           attendedTransfer ( Call* toTransfer           , Call* target      );
+      void           transfer         ( Call* toTransfer           , QString target    );
       
       virtual bool selectItem(Call* item) { Q_UNUSED(item); return false;}
 
@@ -113,8 +117,8 @@ class LIB_EXPORT CallModel : public CallModelBase {
       bool mergeConferences          ( Call* conf1, Call* conf2                    );
       bool addParticipant            ( Call* call2, Call* conference               );
       bool detachParticipant         ( Call* call                                  );
-      virtual bool changeConference ( const QString &confId, const QString &state );
-      virtual void removeConference ( const QString &confId                       );
+      virtual bool changeConference  ( const QString &confId, const QString &state );
+      virtual void removeConference  ( const QString &confId                       );
       virtual Call* addConference    ( const QString &confID                       );
       void removeConference          ( Call* call                                  );
 
@@ -125,48 +129,49 @@ class LIB_EXPORT CallModel : public CallModelBase {
       static const QStringList getHistoryCallId ();
 
       //Account related
-      static Account* getCurrentAccount  (               );
-      static QString getCurrentAccountId (               );
-      static AccountList* getAccountList (               );
-      static QString getPriorAccoundId   (               );
-      static void setPriorAccountId      ( QString value );
+      static Account* getCurrentAccount  (                     );
+      static QString getCurrentAccountId (                     );
+      static AccountList* getAccountList (                     );
+      static QString getPriorAccoundId   (                     );
+      static void setPriorAccountId      (const QString& value );
 
       //Connection related
       static bool init();
       
       //Magic dispatcher
-      Call* findCallByCallId( QString callId         );
-      CallList getCalls     (                        );
-      CallList getCalls     ( const CallWidget widget) const;
-      CallList getCalls     ( const QString callId   ) const;
-      CallList getCalls     ( const Call* call       ) const;
-      CallList getCalls     ( const Index idx        ) const;
+      Call* findCallByCallId( const QString& callId   );
+      CallList getCalls     (                         );
+      CallList getCalls     ( const CallWidget widget ) const;
+      CallList getCalls     ( const QString& callId   ) const;
+      CallList getCalls     ( const Call* call        ) const;
+      CallList getCalls     ( const Index idx         ) const;
       
-      bool isConference     ( const Call* call       ) const;
-      bool isConference     ( const QString callId   ) const;
-      bool isConference     ( const Index idx        ) const;
-      bool isConference     ( const CallWidget widget) const;
+      bool isConference     ( const Call* call        ) const;
+      bool isConference     ( const QString& callId   ) const;
+      bool isConference     ( const Index idx         ) const;
+      bool isConference     ( const CallWidget widget ) const;
       
-      Call* getCall         ( const QString callId   ) const;
-      Call* getCall         ( const Index idx        ) const;
-      Call* getCall         ( const Call* call       ) const;
-      Call* getCall         ( const CallWidget widget) const;
+      Call* getCall         ( const QString& callId   ) const;
+      Call* getCall         ( const Index idx         ) const;
+      Call* getCall         ( const Call* call        ) const;
+      Call* getCall         ( const CallWidget widget ) const;
       
-      Index getIndex        ( const Call* call       ) const;
-      Index getIndex        ( const Index idx        ) const;
-      Index getIndex        ( const CallWidget widget) const;
-      Index getIndex        ( const QString callId   ) const;
+      Index getIndex        ( const Call* call        ) const;
+      Index getIndex        ( const Index idx         ) const;
+      Index getIndex        ( const CallWidget widget ) const;
+      Index getIndex        ( const QString& callId   ) const;
       
-      CallWidget getWidget  ( const Call* call       ) const;
-      CallWidget getWidget  ( const Index idx        ) const;
-      CallWidget getWidget  ( const CallWidget widget) const;
-      CallWidget getWidget  ( const QString getWidget) const;
+      CallWidget getWidget  ( const Call* call        ) const;
+      CallWidget getWidget  ( const Index idx         ) const;
+      CallWidget getWidget  ( const CallWidget widget ) const;
+      CallWidget getWidget  ( const QString& getWidget) const;
       
       bool updateIndex      ( Call* call, Index value      );
       bool updateWidget     ( Call* call, CallWidget value );
       
       
    protected:
+      //Struct
       struct InternalStruct;
       typedef QList<InternalStruct*> InternalCallList;
       struct InternalStruct {
@@ -180,24 +185,27 @@ class LIB_EXPORT CallModel : public CallModelBase {
       typedef QHash< QString    , InternalStruct* > InternalCallId;
       typedef QHash< CallWidget , InternalStruct* > InternalWidget;
       typedef QHash< Index      , InternalStruct* > InternalIndex ;
+
+      //Static attributes
+      static CallHash m_sActiveCalls ;
+      static CallHash m_sHistoryCalls;
       
-      static CallHash m_pActiveCalls ;
-      static CallHash m_pHistoryCalls;
-      
-      static InternalCall   m_pPrivateCallList_call  ;
-      static InternalCallId m_pPrivateCallList_callId;
-      static InternalWidget m_pPrivateCallList_widget;
-      static InternalIndex  m_pPrivateCallList_index ;
+      static InternalCall   m_sPrivateCallList_call  ;
+      static InternalCallId m_sPrivateCallList_callId;
+      static InternalWidget m_sPrivateCallList_widget;
+      static InternalIndex  m_sPrivateCallList_index ;
       
-      static QString      m_pPriorAccountId;
-      static AccountList* m_pAccountList   ;
-      static bool         m_pCallInit      ;
-      static bool         m_pHistoryInit   ;
+      static QString      m_sPriorAccountId;
+      static AccountList* m_spAccountList  ;
+      static bool         m_sCallInit      ;
+      static bool         m_sHistoryInit   ;
 
    private:
-      static bool m_pInstanceInit;
-   //public slots:
-      //void clearHistory();
+      static bool m_sInstanceInit;
+
+      //Helpers
+      Call* addCallCommon(Call* call);
+      bool  updateCommon (Call* call);
 };
 
 class CallModelConvenience : public CallModel<QWidget*,QModelIndex*>
diff --git a/kde/src/lib/CallModel.hpp b/kde/src/lib/CallModel.hpp
index 371a4853982b495d9eed291fd91503f3c0763f80..f19081c5a580269fd29f90a9985c553b9ec9ffe8 100644
--- a/kde/src/lib/CallModel.hpp
+++ b/kde/src/lib/CallModel.hpp
@@ -1,7 +1,30 @@
-#include <QHash>
-#include <QVector>
-#include <QDragEnterEvent>
-#include <QDebug>
+/***************************************************************************
+ *   Copyright (C) 2009 by Savoir-Faire Linux                              *
+ *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
+ *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Qt
+#include <QtCore/QHash>
+#include <QtCore/QDebug>
+#include <QtGui/QDragEnterEvent>
+
+//SFLPhone library
 #include "Call.h"
 #include "AccountList.h"
 #include "dbus/metatypes.h"
@@ -9,24 +32,26 @@
 #include "configurationmanager_interface_singleton.h"
 #include "instance_interface_singleton.h"
 #include "sflphone_const.h"
-#include "unistd.h"
 #include "typedefs.h"
 #include "ContactBackend.h"
 
+//System
+#include "unistd.h"
+
 //Static member
-template  <typename CallWidget, typename Index> QString CallModel<CallWidget,Index>::m_pPriorAccountId   = ""    ;
-template  <typename CallWidget, typename Index> AccountList* CallModel<CallWidget,Index>::m_pAccountList = 0     ;
-template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_pInstanceInit        = false ;
-template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_pCallInit            = false ;
-template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_pHistoryInit         = false ;
+template  <typename CallWidget, typename Index> QString CallModel<CallWidget,Index>::m_sPriorAccountId   = ""    ;
+template  <typename CallWidget, typename Index> AccountList* CallModel<CallWidget,Index>::m_spAccountList = 0    ;
+template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_sInstanceInit        = false ;
+template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_sCallInit            = false ;
+template  <typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::m_sHistoryInit         = false ;
 
-template  <typename CallWidget, typename Index> QHash<QString, Call*> CallModel<CallWidget,Index>::m_pActiveCalls  ;
-template  <typename CallWidget, typename Index> QHash<QString, Call*> CallModel<CallWidget,Index>::m_pHistoryCalls ;
+template  <typename CallWidget, typename Index> QHash<QString, Call*> CallModel<CallWidget,Index>::m_sActiveCalls  ;
+template  <typename CallWidget, typename Index> QHash<QString, Call*> CallModel<CallWidget,Index>::m_sHistoryCalls ;
 
-template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalCall   CallModel<CallWidget,Index>::m_pPrivateCallList_call   ;
-template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalCallId CallModel<CallWidget,Index>::m_pPrivateCallList_callId ;
-template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalIndex  CallModel<CallWidget,Index>::m_pPrivateCallList_index  ;
-template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalWidget CallModel<CallWidget,Index>::m_pPrivateCallList_widget ;
+template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalCall   CallModel<CallWidget,Index>::m_sPrivateCallList_call   ;
+template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalCallId CallModel<CallWidget,Index>::m_sPrivateCallList_callId ;
+template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalIndex  CallModel<CallWidget,Index>::m_sPrivateCallList_index  ;
+template  <typename CallWidget, typename Index> typename CallModel<CallWidget,Index>::InternalWidget CallModel<CallWidget,Index>::m_sPrivateCallList_widget ;
 
 /*****************************************************************************
  *                                                                           *
@@ -45,16 +70,16 @@ template<typename CallWidget, typename Index> CallModel<CallWidget,Index>::CallM
 ///Open the connection to the daemon and register this client
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::init() 
 {
-   if (!m_pInstanceInit) {
+   if (!m_sInstanceInit) {
       registerCommTypes();
       InstanceInterface& instance = InstanceInterfaceSingleton::getInstance();
       instance.Register(getpid(), APP_NAME);
       
       //Setup accounts
-      if (m_pAccountList == NULL)
-	 m_pAccountList = new AccountList(true);
+      if (m_spAccountList == NULL)
+	 m_spAccountList = new AccountList(true);
    }
-   m_pInstanceInit = true;
+   m_sInstanceInit = true;
    return true;
 }
 
@@ -62,12 +87,12 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
 ///@warning This solution wont scale to multiple call or history model implementation. Some static addCall + foreach for each call would be needed if this case ever become unavoidable
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::initCall()
 {
-   if (!m_pCallInit) {
+   if (!m_sCallInit) {
       CallManagerInterface& callManager = CallManagerInterfaceSingleton::getInstance();
       QStringList callList = callManager.getCallList();
       foreach (QString callId, callList) {
          Call* tmpCall = Call::buildExistingCall(callId);
-         m_pActiveCalls[tmpCall->getCallId()] = tmpCall;
+         m_sActiveCalls[tmpCall->getCallId()] = tmpCall;
          addCall(tmpCall);
       }
    
@@ -76,7 +101,7 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
           addConference(confId);
       }
    }
-   m_pCallInit = true;
+   m_sCallInit = true;
    return true;
 }
 
@@ -90,7 +115,7 @@ template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::
 ///@warning This solution wont scale to multiple call or history model implementation. Some static addCall + foreach for each call would be needed if this case ever become unavoidable
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::initHistory()
 {
-   if (!m_pHistoryInit) {
+   if (!m_sHistoryInit) {
       ConfigurationManagerInterface& configurationManager = ConfigurationManagerInterfaceSingleton::getInstance();
       QStringList historyMap = configurationManager.getHistory().value();
       foreach (QString historyCallId, historyMap) {
@@ -107,12 +132,12 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
             QString recordfile    = param[7];
             QString confID        = param[8];
             QString time_added    = param[9];
-            m_pHistoryCalls[time_start] = Call::buildHistoryCall(callID, time_start.toUInt(), time_stop.toUInt(), accountID, peer_name, peer_number, history_state);
-            addCall(m_pHistoryCalls[time_start]);
+            m_sHistoryCalls[time_start] = Call::buildHistoryCall(callID, time_start.toUInt(), time_stop.toUInt(), accountID, peer_name, peer_number, history_state);
+            addCall(m_sHistoryCalls[time_start]);
          }
       }
    }
-   m_pHistoryInit = true;
+   m_sHistoryInit = true;
    return true;
 }
 
@@ -126,20 +151,20 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
 ///Return the active call count
 template<typename CallWidget, typename Index> int CallModel<CallWidget,Index>::size() 
 {
-   return m_pActiveCalls.size();
+   return m_sActiveCalls.size();
 }
 
 ///Return a call corresponding to this ID or NULL
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::findCallByCallId(QString callId) 
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::findCallByCallId(const QString& callId)
 {
-   return m_pActiveCalls[callId];
+   return m_sActiveCalls[callId];
 }
 
 ///Return the action call list
 template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCallList() 
 {
    QList<Call*> callList;
-   foreach(Call* call, m_pActiveCalls) {
+   foreach(Call* call, m_sActiveCalls) {
       callList.push_back(call);
    }
    return callList;
@@ -157,19 +182,28 @@ template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>:
 {
    Q_UNUSED(parent)
    InternalStruct* aNewStruct = new InternalStruct;
-   aNewStruct->call_real = call;
+   aNewStruct->call_real  = call;
    aNewStruct->conference = false;
    
-   m_pPrivateCallList_call[call] =  aNewStruct;
-   m_pPrivateCallList_callId[call->getCallId()] = aNewStruct;
+   m_sPrivateCallList_call[call]                = aNewStruct;
+   m_sPrivateCallList_callId[call->getCallId()] = aNewStruct;
 
    //setCurrentItem(callItem);
    CallModelBase::addCall(call,parent);
    return call;
 }
 
+///Common set of instruction shared by all call adder
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addCallCommon(Call* call)
+{
+   m_sActiveCalls[call->getCallId()] = call;
+   addCall(call);
+   selectItem(call);
+   return call;
+}
+
 ///Create a new dialing call from peer name and the account ID
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addDialingCall(const QString & peerName, QString account)
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addDialingCall(const QString& peerName, QString account)
 {
    QString account2 = account;
    if (account2.isEmpty()) {
@@ -177,30 +211,21 @@ template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>:
    }
    
    Call* call = Call::buildDialingCall(generateCallId(), peerName, account2);
-   m_pActiveCalls[call->getCallId()] = call;
-   addCall(call);
-   selectItem(call);
-   return call;
+   return addCallCommon(call);
 }
 
 ///Create a new incomming call when the daemon is being called
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addIncomingCall(const QString & callId)
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addIncomingCall(const QString& callId)
 {
    Call* call = Call::buildIncomingCall(callId);
-   m_pActiveCalls[call->getCallId()] = call;
-   addCall(call);
-   selectItem(call);
-   return call;
+   return addCallCommon(call);
 }
 
 ///Create a ringing call
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addRingingCall(const QString & callId)
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addRingingCall(const QString& callId)
 {
    Call* call = Call::buildRingingCall(callId);
-   m_pActiveCalls[call->getCallId()] = call;
-   addCall(call);
-   selectItem(call);
-   return call;
+   return addCallCommon(call);
 }
 
 ///Generate a new random call unique identifier (callId)
@@ -214,30 +239,50 @@ template<typename CallWidget, typename Index> QString CallModel<CallWidget,Index
 ///Remove a call and update the internal structure
 template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::removeCall(Call* call)
 {
-   InternalStruct* internal = m_pPrivateCallList_call[call];
+   InternalStruct* internal = m_sPrivateCallList_call[call];
 
    if (!internal) {
       qDebug() << "Cannot remove call: call not found";
       return;
    }
 
-   if (m_pPrivateCallList_call[call] != NULL) {
-      m_pPrivateCallList_call.remove(call);
+   if (m_sPrivateCallList_call[call] != NULL) {
+      m_sPrivateCallList_call.remove(call);
    }
 
-   if (m_pPrivateCallList_callId[m_pPrivateCallList_callId.key(internal)] == internal) {
-      m_pPrivateCallList_callId.remove(m_pPrivateCallList_callId.key(internal));
+   if (m_sPrivateCallList_callId[m_sPrivateCallList_callId.key(internal)] == internal) {
+      m_sPrivateCallList_callId.remove(m_sPrivateCallList_callId.key(internal));
    }
 
-   if (m_pPrivateCallList_widget[m_pPrivateCallList_widget.key(internal)] == internal) {
-      m_pPrivateCallList_widget.remove(m_pPrivateCallList_widget.key(internal));
+   if (m_sPrivateCallList_widget[m_sPrivateCallList_widget.key(internal)] == internal) {
+      m_sPrivateCallList_widget.remove(m_sPrivateCallList_widget.key(internal));
    }
 
-   if (m_pPrivateCallList_index[m_pPrivateCallList_index.key(internal)] == internal) {
-      m_pPrivateCallList_index.remove(m_pPrivateCallList_index.key(internal));
+   if (m_sPrivateCallList_index[m_sPrivateCallList_index.key(internal)] == internal) {
+      m_sPrivateCallList_index.remove(m_sPrivateCallList_index.key(internal));
    }
 }
 
+///Transfer "toTransfer" to "target" and wait to see it it succeeded
+template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::attendedTransfer(Call* toTransfer, Call* target)
+{
+   CallManagerInterface& callManager = CallManagerInterfaceSingleton::getInstance();
+   callManager.attendedTransfer(toTransfer->getCallId(),target->getCallId());
+
+   //TODO [Daemon] Implement this correctly
+   toTransfer->changeCurrentState(CALL_STATE_OVER);
+   target->changeCurrentState(CALL_STATE_OVER);
+}
+
+///Transfer this call to  "target" number
+template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::transfer(Call* toTransfer, QString target)
+{
+   qDebug() << "\n\n\n\n\nTransferring call " << toTransfer->getCallId() << target << "\n\n\n\n\n";
+   toTransfer->setTransferNumber(target);
+   toTransfer->changeCurrentState(CALL_STATE_TRANSFER);
+   toTransfer->actionPerformed(CALL_ACTION_ACCEPT);
+   toTransfer->changeCurrentState(CALL_STATE_OVER);
+}
 
 /*****************************************************************************
  *                                                                           *
@@ -258,18 +303,18 @@ template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>:
       return 0;
    }
 
-   if (!m_pPrivateCallList_callId[callList[0]]) {
+   if (!m_sPrivateCallList_callId[callList[0]]) {
       qDebug() << "Invalid call";
       return 0;
    }
-   Call* newConf =  new Call(confID, m_pPrivateCallList_callId[callList[0]]->call_real->getAccountId());
+   Call* newConf =  new Call(confID, m_sPrivateCallList_callId[callList[0]]->call_real->getAccountId());
    
    InternalStruct* aNewStruct = new InternalStruct;
-   aNewStruct->call_real = newConf;
+   aNewStruct->call_real  = newConf;
    aNewStruct->conference = true;
    
-   m_pPrivateCallList_call[newConf]  = aNewStruct;
-   m_pPrivateCallList_callId[confID] = aNewStruct;
+   m_sPrivateCallList_call[newConf]  = aNewStruct;
+   m_sPrivateCallList_callId[confID] = aNewStruct;
    
    return newConf;
 }
@@ -316,15 +361,15 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
 ///Executed when the daemon signal a modification in an existing conference. Update the call list and update the TreeView
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::changeConference(const QString& confId, const QString& state)
 {
-   qDebug() << "Conf changed2";
+   qDebug() << "Conf changed";
    Q_UNUSED(state)
    
-   if (!m_pPrivateCallList_callId[confId]) {
+   if (!m_sPrivateCallList_callId[confId]) {
       qDebug() << "The conference does not exist";
       return false;
    }
    
-   if (!m_pPrivateCallList_callId[confId]->index) {
+   if (!m_sPrivateCallList_callId[confId]->index) {
       qDebug() << "The conference item does not exist";
       return false;
    }
@@ -334,14 +379,14 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
 ///Remove a conference from the model and the TreeView
 template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::removeConference(const QString &confId)
 {
-   qDebug() << "Ending conversation containing " << m_pPrivateCallList_callId[confId]->children.size() << " participants";
+   qDebug() << "Ending conversation containing " << m_sPrivateCallList_callId[confId]->children.size() << " participants";
    removeConference(getCall(confId));
 }
 
 ///Remove a conference using it's call object
 template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::removeConference(Call* call)
 {
-   InternalStruct* internal = m_pPrivateCallList_call[call];
+   InternalStruct* internal = m_sPrivateCallList_call[call];
    
    if (!internal) {
       qDebug() << "Cannot remove conference: call not found";
@@ -361,7 +406,7 @@ template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::
 template<typename CallWidget, typename Index> const QStringList CallModel<CallWidget,Index>::getHistoryCallId() 
 {
    QStringList toReturn;
-   foreach(Call* call, m_pHistoryCalls) {
+   foreach(Call* call, m_sHistoryCalls) {
       toReturn << call->getCallId();
    }
    return toReturn;
@@ -370,7 +415,7 @@ template<typename CallWidget, typename Index> const QStringList CallModel<CallWi
 ///Return the history list
 template<typename CallWidget, typename Index> const CallHash& CallModel<CallWidget,Index>::getHistory()
 {
-   return m_pHistoryCalls;
+   return m_sHistoryCalls;
 }
 
 /*****************************************************************************
@@ -395,7 +440,7 @@ template<typename CallWidget, typename Index> QString CallModel<CallWidget,Index
 ///Return the current account
 template<typename CallWidget, typename Index> Account* CallModel<CallWidget,Index>::getCurrentAccount()
 {
-   Account* priorAccount = getAccountList()->getAccountById(m_pPriorAccountId);
+   Account* priorAccount = getAccountList()->getAccountById(m_sPriorAccountId);
    if(priorAccount && priorAccount->getAccountDetail(ACCOUNT_STATUS) == ACCOUNT_STATE_REGISTERED ) {
       return priorAccount;
    }
@@ -408,21 +453,21 @@ template<typename CallWidget, typename Index> Account* CallModel<CallWidget,Inde
 ///Return a list of registered accounts
 template<typename CallWidget, typename Index> AccountList* CallModel<CallWidget,Index>::getAccountList()
 {
-   if (m_pAccountList == NULL) {
-      m_pAccountList = new AccountList(true);
+   if (m_spAccountList == NULL) {
+      m_spAccountList = new AccountList(true);
    }
-   return m_pAccountList;
+   return m_spAccountList;
 }
 
 ///Return the previously used account ID
 template<typename CallWidget, typename Index> QString CallModel<CallWidget,Index>::getPriorAccoundId() 
 {
-   return m_pPriorAccountId;
+   return m_sPriorAccountId;
 }
 
 ///Set the previous account used
-template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::setPriorAccountId(QString value) {
-   m_pPriorAccountId = value;
+template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::setPriorAccountId(const QString& value) {
+   m_sPriorAccountId = value;
 }
 
 /*****************************************************************************
@@ -434,8 +479,8 @@ template<typename CallWidget, typename Index> void CallModel<CallWidget,Index>::
 ///Get a call from it's widget                                     
 template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         ( const CallWidget widget     ) const
 {
-   if (m_pPrivateCallList_widget[widget]) {
-      return m_pPrivateCallList_widget[widget]->call_real;
+   if (m_sPrivateCallList_widget[widget]) {
+      return m_sPrivateCallList_widget[widget]->call_real;
    }
    return NULL;
 }
@@ -444,8 +489,8 @@ template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>:
 template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls ( const CallWidget widget     ) const
 {
    QList<Call*> toReturn;
-   if (m_pPrivateCallList_widget[widget] && m_pPrivateCallList_widget[widget]->conference) {
-      foreach (InternalStruct* child, m_pPrivateCallList_widget[widget]->children) {
+   if (m_sPrivateCallList_widget[widget] && m_sPrivateCallList_widget[widget]->conference) {
+      foreach (InternalStruct* child, m_sPrivateCallList_widget[widget]->children) {
 	 toReturn << child.call_real;
       }
    }
@@ -456,42 +501,42 @@ template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,
 template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls (                             )
 {
    QList<Call*> toReturn;
-   foreach (InternalStruct* child, m_pPrivateCallList_call) {
+   foreach (InternalStruct* child, m_sPrivateCallList_call) {
       toReturn << child->call_real;
    }
    return toReturn;
 }
 
 ///Is the call associated with that widget a conference            
-template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     (const CallWidget widget      ) const
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     ( const CallWidget widget      ) const
 {
-   if (m_pPrivateCallList_widget[widget]) {
-      return m_pPrivateCallList_widget[widget]->conference;
+   if (m_sPrivateCallList_widget[widget]) {
+      return m_sPrivateCallList_widget[widget]->conference;
    }
    return false;
 }
 
 ///Is that call a conference                                       
-template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     (const Call* call             ) const
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     ( const Call* call             ) const
 {
-   if (m_pPrivateCallList_call[(Call*)call]) {
-      return m_pPrivateCallList_call[(Call*)call]->conference;
+   if (m_sPrivateCallList_call[(Call*)call]) {
+      return m_sPrivateCallList_call[(Call*)call]->conference;
    }
    return false;
 }
 
 ///Do nothing, provided for API consistency                        
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         (const Call* call             ) const
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         ( const Call* call             ) const
 { 
    return call;
 }
 
 ///Return the calls from the "call" conference                     
-template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls (const Call* call             ) const
+template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls ( const Call* call             ) const
 { 
    QList<Call*> toReturn;
-   if (m_pPrivateCallList_call[call] && m_pPrivateCallList_call[call]->conference) {
-      foreach (InternalStruct* child, m_pPrivateCallList_call[call]->children) {
+   if (m_sPrivateCallList_call[call] && m_sPrivateCallList_call[call]->conference) {
+      foreach (InternalStruct* child, m_sPrivateCallList_call[call]->children) {
 	 toReturn << child.call_real;
       }
    }
@@ -499,30 +544,30 @@ template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,
 }
 
 ///Is the call associated with that Index a conference             
-template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     (const Index idx              ) const
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     ( const Index idx              ) const
 { 
-   if (m_pPrivateCallList_index[idx]) {
-      return m_pPrivateCallList_index[idx]->conference;
+   if (m_sPrivateCallList_index[idx]) {
+      return m_sPrivateCallList_index[idx]->conference;
    }
    return false;
 }
 
 ///Get the call associated with this index                         
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         (const Index idx              ) const
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         ( const Index idx              ) const
 { 
-   if (m_pPrivateCallList_index[idx]) {
-      return m_pPrivateCallList_index[idx]->call_real;
+   if (m_sPrivateCallList_index[idx]) {
+      return m_sPrivateCallList_index[idx]->call_real;
    }
    qDebug() << "Call not found";
    return NULL;
 }
 
 ///Get the call associated with that conference index              
-template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls (const Index idx              ) const
+template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls ( const Index idx              ) const
 { 
    QList<Call*> toReturn;
-   if (m_pPrivateCallList_index[idx] && m_pPrivateCallList_index[idx]->conference) {
-      foreach (InternalStruct* child, m_pPrivateCallList_index[idx]->children) {
+   if (m_sPrivateCallList_index[idx] && m_sPrivateCallList_index[idx]->conference) {
+      foreach (InternalStruct* child, m_sPrivateCallList_index[idx]->children) {
 	 toReturn << child.call_real;
       }
    }
@@ -530,131 +575,134 @@ template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,
 }
 
 ///Is the call associated with that ID a conference                
-template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     (const QString callId         ) const
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::isConference     ( const QString& callId        ) const
 { 
-   if (m_pPrivateCallList_callId[callId]) {
-      return m_pPrivateCallList_callId[callId]->conference;
+   if (m_sPrivateCallList_callId[callId]) {
+      return m_sPrivateCallList_callId[callId]->conference;
    }
    return false;
 }
 
 ///Get the call associated with this ID                            
-template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         (const QString callId         ) const
+template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::getCall         ( const QString& callId        ) const
 { 
-   if (m_pPrivateCallList_callId[callId]) {
-      return m_pPrivateCallList_callId[callId]->call_real;
+   if (m_sPrivateCallList_callId[callId]) {
+      return m_sPrivateCallList_callId[callId]->call_real;
    }
    return NULL;
 }
 
 ///Get the calls associated with this ID                           
-template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls (const QString callId         ) const
+template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,Index>::getCalls ( const QString& callId        ) const
 {
    QList<Call*> toReturn;
-   if (m_pPrivateCallList_callId[callId] && m_pPrivateCallList_callId[callId]->conference) {
-      foreach (InternalStruct* child, m_pPrivateCallList_callId[callId]->children) {
+   if (m_sPrivateCallList_callId[callId] && m_sPrivateCallList_callId[callId]->conference) {
+      foreach (InternalStruct* child, m_sPrivateCallList_callId[callId]->children) {
 	 toReturn << child.callId_real;
       }
    }
    return toReturn;
 }
 
-///Update the index associated with this call                      
-template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::updateIndex      (Call* call, Index value      )
-{
-   if (!m_pPrivateCallList_call[call]) {
-      m_pPrivateCallList_call[call] = new InternalStruct;
-      m_pPrivateCallList_call[call]->call_real = call;
-      m_pPrivateCallList_call[call]->conference = false;
-      m_pPrivateCallList_callId[call->getCallId()] = m_pPrivateCallList_call[call];
-   }
-   m_pPrivateCallList_call[call]->index = value;
-   m_pPrivateCallList_index[value] = m_pPrivateCallList_call[call];
-   return true;
-}
-
 ///Get the index associated with this call                         
-template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        (const Call* call             ) const
+template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        ( const Call* call             ) const
 {
-   if (m_pPrivateCallList_call[(Call*)call]) {
-      return m_pPrivateCallList_call[(Call*)call]->index;
+   if (m_sPrivateCallList_call[(Call*)call]) {
+      return m_sPrivateCallList_call[(Call*)call]->index;
    }
    return NULL;
 }
 
 ///Get the index associated with this index (dummy implementation) 
-template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        (const Index idx              ) const
+template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        ( const Index idx              ) const
 {
-   if (m_pPrivateCallList_index[idx]) {
-      return m_pPrivateCallList_index[idx]->index;
+   if (m_sPrivateCallList_index[idx]) {
+      return m_sPrivateCallList_index[idx]->index;
    }
    return NULL;
 }
 
 ///Get the index associated with this call                         
-template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        (const CallWidget widget      ) const
+template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        ( const CallWidget widget      ) const
 {
-   if (m_pPrivateCallList_widget[widget]) {
-      return m_pPrivateCallList_widget[widget]->index;
+   if (m_sPrivateCallList_widget[widget]) {
+      return m_sPrivateCallList_widget[widget]->index;
    }
    return NULL;
 }
 
 ///Get the index associated with this ID                           
-template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        (const QString callId         ) const
+template<typename CallWidget, typename Index> Index CallModel<CallWidget,Index>::getIndex        ( const QString& callId        ) const
 {
-   if (m_pPrivateCallList_callId[callId]) {
-      return m_pPrivateCallList_callId[callId]->index;
+   if (m_sPrivateCallList_callId[callId]) {
+      return m_sPrivateCallList_callId[callId]->index;
    }
    return NULL;
 }
 
 ///Get the widget associated with this call                        
-template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  (const Call* call             ) const
+template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  ( const Call* call             ) const
 {
-   if (m_pPrivateCallList_call[call]) {
-      return m_pPrivateCallList_call[call]->call;
+   if (m_sPrivateCallList_call[call]) {
+      return m_sPrivateCallList_call[call]->call;
    }
    return NULL;
 }
 
 ///Get the widget associated with this ID                          
-template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  (const Index idx              ) const
+template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  ( const Index idx              ) const
 {
-   if (m_pPrivateCallList_index[idx]) {
-      return m_pPrivateCallList_index[idx]->call;
+   if (m_sPrivateCallList_index[idx]) {
+      return m_sPrivateCallList_index[idx]->call;
    }
    return NULL;
 }
 
 ///Get the widget associated with this widget (dummy)              
-template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  (const CallWidget widget      ) const
+template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  ( const CallWidget widget      ) const
 {
-   if (m_pPrivateCallList_widget[widget]) {
-      return m_pPrivateCallList_widget[widget]->call;
+   if (m_sPrivateCallList_widget[widget]) {
+      return m_sPrivateCallList_widget[widget]->call;
    }
    return NULL;
 }
 
 ///Get the widget associated with this ID                          
-template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  (const QString widget         ) const
+template<typename CallWidget, typename Index> CallWidget CallModel<CallWidget,Index>::getWidget  ( const QString& widget        ) const
 {
-   if (m_pPrivateCallList_widget[widget]) {
-      return m_pPrivateCallList_widget[widget]->call;
+   if (m_sPrivateCallList_widget[widget]) {
+      return m_sPrivateCallList_widget[widget]->call;
    }
    return NULL;
 }
 
+///Common set of instruction shared by all gui updater
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::updateCommon(Call* call)
+{
+   if (!m_sPrivateCallList_call[call]) {
+      m_sPrivateCallList_call   [ call              ]             = new InternalStruct            ;
+      m_sPrivateCallList_call   [ call              ]->call_real  = call                          ;
+      m_sPrivateCallList_call   [ call              ]->conference = false                         ;
+      m_sPrivateCallList_callId [ call->getCallId() ]             = m_sPrivateCallList_call[call] ;
+   }
+   return true;
+}
+
 ///Update the widget associated with this call                     
 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::updateWidget     (Call* call, CallWidget value )
 {
-   if (!m_pPrivateCallList_call[call]) {
-      m_pPrivateCallList_call[call] = new InternalStruct;
-      m_pPrivateCallList_call[call]->call_real = call;
-      m_pPrivateCallList_call[call]->conference = false;
-      m_pPrivateCallList_callId[call->getCallId()] = m_pPrivateCallList_call[call];
-   }
-   m_pPrivateCallList_call[call]->call = value;
-   m_pPrivateCallList_widget[value] = m_pPrivateCallList_call[call];
+   updateCommon(call);
+   m_sPrivateCallList_call[call]->call = value                         ;
+   m_sPrivateCallList_widget[value]    = m_sPrivateCallList_call[call] ;
+   return true;
+}
+
+
+///Update the index associated with this call
+template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::updateIndex      (Call* call, Index value      )
+{
+   updateCommon(call);
+   m_sPrivateCallList_call[call]->index = value                         ;
+   m_sPrivateCallList_index[value]      = m_sPrivateCallList_call[call] ;
    return true;
 }
\ No newline at end of file
diff --git a/kde/src/lib/Contact.cpp b/kde/src/lib/Contact.cpp
index 84eee4a9203d960cc2bf9ff6d5d9e4befa1b794c..3f4069c8c2d9924a48a2e1b550f2dbe6e3593d47 100644
--- a/kde/src/lib/Contact.cpp
+++ b/kde/src/lib/Contact.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -18,16 +18,14 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
+
+//Parent
 #include "Contact.h"
 
-#include <QtCore/QDebug>
-#include <kabc/addressee.h>
-#include <kabc/picture.h>
-#include <kabc/phonenumber.h>
-#include <QtGui/QListWidgetItem>
-#include <QtGui/QWidget>
-#include <QPixmap>
+//Qt
+#include <QtGui/QPixmap>
 
+//SFLPhone library
 #include "sflphone_const.h"
 
 ///Constructor
@@ -57,25 +55,25 @@ void Contact::initItemWidget()
 ///Get the phone number list
 PhoneNumbers Contact::getPhoneNumbers() const
 {
-   return m_pNumbers;
+   return m_Numbers;
 }
 
 ///Get the nickname
-QString Contact::getNickName() const
+const QString& Contact::getNickName() const
 {
-   return m_pNickName;
+   return m_NickName;
 }
 
 ///Get the firstname
-QString Contact::getFirstName() const
+const QString& Contact::getFirstName() const
 {
-   return m_pFirstName;
+   return m_FirstName;
 }
 
 ///Get the second/family name
-QString Contact::getSecondName() const
+const QString& Contact::getSecondName() const
 {
-   return m_pSecondName;
+   return m_SecondName;
 }
 
 ///Get the photo
@@ -85,57 +83,57 @@ const QPixmap* Contact::getPhoto() const
 }
 
 ///Get the formatted name
-QString Contact::getFormattedName() const
+const QString& Contact::getFormattedName() const
 {
-   return m_pFormattedName;
+   return m_FormattedName;
 }
 
 ///Get the organisation
-QString Contact::getOrganization()  const
+const QString& Contact::getOrganization()  const
 {
-   return m_pOrganization;
+   return m_Organization;
 }
 
 ///Get the preferred email
-QString Contact::getPreferredEmail()  const
+const QString& Contact::getPreferredEmail()  const
 {
-   return m_pPreferredEmail;
+   return m_PreferredEmail;
 }
 
 ///Get the unique identifier (used for drag and drop) 
-QString Contact::getUid() const
+const QString& Contact::getUid() const
 {
-   return m_pUid;
+   return m_Uid;
 }
 
 ///Get the contact type
-QString Contact::getType() const
+const QString& Contact::getType() const
 {
-   return m_pType;
+   return m_Type;
 }
 
 ///Set the phone number (type and number) 
 void Contact::setPhoneNumbers(PhoneNumbers numbers)
 {
-   m_pNumbers    = numbers;
+   m_Numbers    = numbers;
 }
 
 ///Set the nickname
-void Contact::setNickName(QString name)
+void Contact::setNickName(const QString& name)
 {
-   m_pNickName   = name;
+   m_NickName   = name;
 }
 
 ///Set the first name
-void Contact::setFirstName(QString name)
+void Contact::setFirstName(const QString& name)
 {
-   m_pFirstName  = name;
+   m_FirstName  = name;
 }
 
 ///Set the family name
-void Contact::setFamilyName(QString name)
+void Contact::setFamilyName(const QString& name)
 {
-   m_pSecondName = name;
+   m_SecondName = name;
 }
 
 ///Set the Photo/Avatar
@@ -145,25 +143,25 @@ void Contact::setPhoto(QPixmap* photo)
 }
 
 ///Set the formatted name (display name)
-void Contact::setFormattedName(QString name)
+void Contact::setFormattedName(const QString& name)
 {
-   m_pFormattedName = name;
+   m_FormattedName = name;
 }
 
 ///Set the organisation / business
-void Contact::setOrganization(QString name)
+void Contact::setOrganization(const QString& name)
 {
-   m_pOrganization = name;
+   m_Organization = name;
 }
 
 ///Set the default email
-void Contact::setPreferredEmail(QString name)
+void Contact::setPreferredEmail(const QString& name)
 {
-   m_pPreferredEmail = name;
+   m_PreferredEmail = name;
 }
 
 ///Set UID
-void Contact::setUid(QString id)
+void Contact::setUid(const QString& id)
 {
-   m_pUid = id;
+   m_Uid = id;
 }
\ No newline at end of file
diff --git a/kde/src/lib/Contact.h b/kde/src/lib/Contact.h
index 5e03a500a70cc0c171e62f50f1e53be9d2747713..169ddf0b60e057aa70bd1337cea9daf7dae3c051 100644
--- a/kde/src/lib/Contact.h
+++ b/kde/src/lib/Contact.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -37,69 +37,69 @@ namespace KABC {
 
 #include "typedefs.h"
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
-   @author Emmanuel Lepage <emmanuel.lepage@savoirfairelinux.com>
-*/
+///@class Contact Abstract version of a contact
 class LIB_EXPORT Contact : public QObject{
    Q_OBJECT
 public:
    class PhoneNumber {
    public:
       PhoneNumber(QString number, QString type)
-      : m_pNumber(number),m_pType(type){}
+      : m_Number(number),m_Type(type){}
       QString& getNumber() {
-         return m_pNumber ;
+         return m_Number ;
       }
       QString& getType() {
-         return m_pType   ;
+         return m_Type   ;
       }
+      
    private:
-      QString m_pNumber   ;
-      QString m_pType     ;
+      QString m_Number   ;
+      QString m_Type     ;
    };
+   
    typedef QList<Contact::PhoneNumber*> PhoneNumbers;
    
 private:
-   QString      m_pFirstName      ;
-   QString      m_pSecondName     ;
-   QString      m_pNickName       ;
-   QPixmap*     m_pPhoto          ;
-   QString      m_pType           ;
-   QString      m_pFormattedName  ;
-   QString      m_pPreferredEmail ;
-   QString      m_pOrganization   ;
-   QString      m_pUid            ;
-   bool         displayPhoto      ;
-   PhoneNumbers m_pNumbers        ;
+   QString      m_FirstName      ;
+   QString      m_SecondName     ;
+   QString      m_NickName       ;
+   QPixmap*     m_pPhoto         ;
+   QString      m_Type           ;
+   QString      m_FormattedName  ;
+   QString      m_PreferredEmail ;
+   QString      m_Organization   ;
+   QString      m_Uid            ;
+   bool         m_DisplayPhoto   ;
+   PhoneNumbers m_Numbers        ;
+   
 public:
    //Constructors & Destructors
    explicit Contact();
    virtual ~Contact();
+   virtual void initItem();
    
    //Getters
    virtual PhoneNumbers   getPhoneNumbers()    const;
-   virtual QString        getNickName()        const;
-   virtual QString        getFirstName()       const;
-   virtual QString        getSecondName()      const;
-   virtual QString        getFormattedName()   const;
-   virtual QString        getOrganization()    const;
-   virtual QString        getUid()             const;
-   virtual QString        getPreferredEmail()  const;
+   virtual const QString& getNickName()        const;
+   virtual const QString& getFirstName()       const;
+   virtual const QString& getSecondName()      const;
+   virtual const QString& getFormattedName()   const;
+   virtual const QString& getOrganization()    const;
+   virtual const QString& getUid()             const;
+   virtual const QString& getPreferredEmail()  const;
    virtual const QPixmap* getPhoto()           const;
-   virtual QString        getType()            const;
-   virtual void           initItem();
+   virtual const QString& getType()            const;
 
    //Setters
-   virtual void setPhoneNumbers   (PhoneNumbers   );
-   virtual void setFormattedName  (QString name   );
-   virtual void setNickName       (QString name   );
-   virtual void setFirstName      (QString name   );
-   virtual void setFamilyName     (QString name   );
-   virtual void setOrganization   (QString name   );
-   virtual void setPreferredEmail (QString name   );
-   virtual void setUid            (QString id     );
-   virtual void setPhoto          (QPixmap* photo );
+   virtual void setPhoneNumbers   (PhoneNumbers          );
+   virtual void setFormattedName  (const QString& name   );
+   virtual void setNickName       (const QString& name   );
+   virtual void setFirstName      (const QString& name   );
+   virtual void setFamilyName     (const QString& name   );
+   virtual void setOrganization   (const QString& name   );
+   virtual void setPreferredEmail (const QString& name   );
+   virtual void setUid            (const QString& id     );
+   virtual void setPhoto          (QPixmap* photo        );
    
 protected:
    virtual void initItemWidget();
diff --git a/kde/src/lib/ContactBackend.cpp b/kde/src/lib/ContactBackend.cpp
index f95c0284ea31cc1d7b034d66b2d650430af615df..cedbd31dc4bb17c41cbc183288371e1eef24db1d 100644
--- a/kde/src/lib/ContactBackend.cpp
+++ b/kde/src/lib/ContactBackend.cpp
@@ -1,7 +1,32 @@
+/***************************************************************************
+ *   Copyright (C) 2009 by Savoir-Faire Linux                              *
+ *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
+ *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ ***************************************************************************/
+
+//Parent
 #include "ContactBackend.h"
 
+//SFLPhone library
 #include "Contact.h"
-#include <QHash>
+
+//Qt
+#include <QtCore/QHash>
 
 ContactBackend::ContactBackend(QObject* parent) : QObject(parent)
 {
diff --git a/kde/src/lib/ContactBackend.h b/kde/src/lib/ContactBackend.h
index 1a3cc57a0c92c5f950b4d929d1117262c779ddb4..81a0c051d2e8c3b4d291530e8d1fe4afdc579ae1 100644
--- a/kde/src/lib/ContactBackend.h
+++ b/kde/src/lib/ContactBackend.h
@@ -1,3 +1,24 @@
+/***************************************************************************
+ *   Copyright (C) 2009 by Savoir-Faire Linux                              *
+ *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
+ *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ ***************************************************************************/
+
 #ifndef CONTACT_BACKEND_H
 #define CONTACT_BACKEND_H
 
@@ -11,18 +32,19 @@ class Contact;
 
 typedef QList<Contact*> ContactList;
 
+///@class ContactBackend Allow different way to handle contact without poluting the library
 class LIB_EXPORT ContactBackend : public QObject {
    Q_OBJECT
 public:
    ContactBackend(QObject* parent);
-   virtual Contact*    getContactByPhone ( QString phoneNumber ) = 0;
-   virtual Contact*    getContactByUid   ( QString uid         ) = 0;
-   virtual void        editContact       ( Contact* contact    ) = 0;
-   virtual void        addNewContact     ( Contact* contact    ) = 0;
+   virtual Contact*    getContactByPhone ( const QString& phoneNumber ) = 0;
+   virtual Contact*    getContactByUid   ( const QString& uid         ) = 0;
+   virtual void        editContact       ( Contact*       contact     ) = 0;
+   virtual void        addNewContact     ( Contact*       contact     ) = 0;
 protected:
    virtual ContactList update_slot       (                     ) = 0;
-   QHash<QString,Contact*>        m_pContactByPhone ;
-   QHash<QString,Contact*>        m_pContactByUid   ;
+   QHash<QString,Contact*>        m_ContactByPhone ;
+   QHash<QString,Contact*>        m_ContactByUid   ;
 public slots:
    ContactList update();
    
diff --git a/kde/src/lib/Item.cpp b/kde/src/lib/Item.cpp
index 705cb2948c4eefbf44912f1b598ed4c4cf23c8d9..4875cf965897763c6970666b7dc4886982abc13a 100644
--- a/kde/src/lib/Item.cpp
+++ b/kde/src/lib/Item.cpp
@@ -18,5 +18,10 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
+//Parent
 #include "Item.h"
 
+//Qt
+#include <QtGui/QListWidgetItem>
+
diff --git a/kde/src/lib/Item.h b/kde/src/lib/Item.h
index b01f796cb6f835910f3931beb8474ae4a345f14c..24238fa5c4e34f318efd4916f6226e3e107979dd 100644
--- a/kde/src/lib/Item.h
+++ b/kde/src/lib/Item.h
@@ -17,24 +17,23 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef ITEM_H
 #define ITEM_H
 
-#include <QObject>
-#include <QListWidgetItem>
-#include <QWidget>
 #include "typedefs.h"
 
+class QListWidgetItem;
+
 /**
-	@author Jérémy Quentin <jeremy.quentin@gmail.com>
-	Represents an item of a list, that is displayed
-	by an QListWidgetItem with a QWidget inside.
-	The two objects are contained in this class, but their
-	initializations are pure virtual.
-	The template class WIDGET_TYPE should be derived from
-	QWidget.
-	The implementation of initItem should call initItemWidget
+	@author Jérémy Quentin <jeremy.quentin@gmail.com>         
+	Represents an item of a list, that is displayed           
+	by an QListWidgetItem with a QWidget inside.              
+	The two objects are contained in this class, but their    
+	initializations are pure virtual.                         
+	The template class WIDGET_TYPE should be derived from     
+	QWidget.                                                  
+	The implementation of initItem should call initItemWidget 
 */
 template<class WIDGET_TYPE>class LIB_EXPORT Item
 {
@@ -45,9 +44,9 @@ protected:
 
 public:
 	/**
-	 *  Would be great to take the QListWidget as attribute
-	 *  to be able to add the itemWidget to the item in the list.
-	 *  For the moment, we have to do it from outside.
+	 *  Would be great to take the QListWidget as attribute         
+	 *  to be able to add the itemWidget to the item in the list.   
+	 *  For the moment, we have to do it from outside.              
 	 */
 	Item(/*QListWidget *list=0*/) {
 		item = NULL;
@@ -55,8 +54,8 @@ public:
 	}
 	
 	/**
-	 *   Be careful that it is not already deleted by QObject
-	 *   Commented for safety reasons...
+	 *   Be careful that it is not already deleted by QObject 
+	 *   Commented for safety reasons...                      
 	 */
 	virtual ~Item() {
 // 		delete item;
@@ -79,8 +78,8 @@ public:
 	}
 	
 	/**
-	 *   Initializes the item and widget
-	 *   Implementation should call initItemWidget!
+	 *   Initializes the item and widget            
+	 *   Implementation should call initItemWidget! 
 	 */
 	virtual void initItem() = 0;
 	
diff --git a/kde/src/lib/callmanager_interface_singleton.cpp b/kde/src/lib/callmanager_interface_singleton.cpp
index edeb420c70e6402df47fdf313d191be731bb3635..2eaadcdeb6be62258c83e8382892a7a705af7873 100644
--- a/kde/src/lib/callmanager_interface_singleton.cpp
+++ b/kde/src/lib/callmanager_interface_singleton.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -21,17 +21,11 @@
 #include "callmanager_interface_singleton.h"
 
 
-CallManagerInterface * CallManagerInterfaceSingleton::interface 
-    = new CallManagerInterface(
-            "org.sflphone.SFLphone", 
-            "/org/sflphone/SFLphone/CallManager", 
-            QDBusConnection::sessionBus());
+CallManagerInterface * CallManagerInterfaceSingleton::interface = new CallManagerInterface( "org.sflphone.SFLphone", "/org/sflphone/SFLphone/CallManager", QDBusConnection::sessionBus());
 
 
 CallManagerInterface & CallManagerInterfaceSingleton::getInstance(){
-	if(!interface->connection().isConnected())
-	{
-		throw "Error : sflphoned not connected. Service " + interface->service() + " not connected. From call manager interface.";
-	}
-	return *interface;
+   if(!interface->connection().isConnected())
+      throw "Error : sflphoned not connected. Service " + interface->service() + " not connected. From call manager interface.";
+   return *interface;
 }
diff --git a/kde/src/lib/callmanager_interface_singleton.h b/kde/src/lib/callmanager_interface_singleton.h
index 25897d98f0364bdd2f48e15defe8ded8157bf169..2f1b6f8a83f0ea0c3474709355213585b8b39c9f 100644
--- a/kde/src/lib/callmanager_interface_singleton.h
+++ b/kde/src/lib/callmanager_interface_singleton.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com          *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -28,12 +28,10 @@ class LIB_EXPORT CallManagerInterfaceSingleton
 {
 
 private:
-
-	static CallManagerInterface * interface;
+   static CallManagerInterface* interface;
 
 public:
-
-	static CallManagerInterface & getInstance();
+   static CallManagerInterface& getInstance();
 
 };
 
diff --git a/kde/src/lib/configurationmanager_interface_singleton.cpp b/kde/src/lib/configurationmanager_interface_singleton.cpp
index 9c6b85db9c97dc9164bae7dbc2144a7d0f594596..bcd19e8ff1f37f55b7e6853682e95b0e14eb73ce 100644
--- a/kde/src/lib/configurationmanager_interface_singleton.cpp
+++ b/kde/src/lib/configurationmanager_interface_singleton.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin                                               *
  *   jeremy.quentin@savoirfairelinux.com                                   *
  *                                                                         *
diff --git a/kde/src/lib/configurationmanager_interface_singleton.h b/kde/src/lib/configurationmanager_interface_singleton.h
index 2da50f0129205bd68db8d1e619b931ab10d8eb3a..73fafb8cf6b317cd149addd1a8ee78acfa7e6e38 100644
--- a/kde/src/lib/configurationmanager_interface_singleton.h
+++ b/kde/src/lib/configurationmanager_interface_singleton.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin                                               *
  *   jeremy.quentin@savoirfairelinux.com                                   *
  *                                                                         *
diff --git a/kde/src/lib/dbus/callmanager-introspec.xml b/kde/src/lib/dbus/callmanager-introspec.xml
index 8b23a3f68dc04fecfce79a233b5669f4882bc7b8..46cec40068df52b9d16a50324c3947821ed7f443 100644
--- a/kde/src/lib/dbus/callmanager-introspec.xml
+++ b/kde/src/lib/dbus/callmanager-introspec.xml
@@ -289,7 +289,7 @@
 			    A map containing the ID of the conferences
 			    and their states:
 			    <ul>
-			      <li>ACTIVE_ATACHED</li>
+			      <li>ACTIVE_ATTACHED</li>
 			      <li>ACTIVE_DETACHED</li>
 			      <li>HOLD</li>
 			    </ul>
diff --git a/kde/src/lib/dbus/configurationmanager-introspec.xml b/kde/src/lib/dbus/configurationmanager-introspec.xml
index 8ae56bf3edef18ba3f9503d4a7049afdc66697a2..13f666940b39300c39b405ac4abe3ff7ce1e0aa0 100644
--- a/kde/src/lib/dbus/configurationmanager-introspec.xml
+++ b/kde/src/lib/dbus/configurationmanager-introspec.xml
@@ -71,11 +71,11 @@
 				<tp:rationale>Account settings are written to the configuration file when sflphone properly quits.</tp:rationale>
 				<tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale>
 			</tp:docstring>
+			<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapStringString"/>
 			<arg type="s" name="accountID" direction="in">
 				<tp:docstring>
 				</tp:docstring>
 			</arg>
-			<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapStringString"/>
 			<arg type="a{ss}" name="details" direction="in" tp:type="String_String_Map">
 				<tp:docstring>
 				</tp:docstring>
@@ -89,7 +89,7 @@
 				<tp:docstring>
 				</tp:docstring>
 			</arg>
-                        <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="VectorMapStringString"/>
+			<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="VectorMapStringString"/>
 			<arg type="aa{ss}" name="credentialInformation" direction="in" tp:type="String_String_Map">
 				<tp:docstring>
 				</tp:docstring>
@@ -101,6 +101,7 @@
             Get configuration settings of the IP2IP_PROFILE. They are sligthly different from account settings since no VoIP accounts are involved.
             </tp:docstring>
             <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
+			<!--<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>-->
             <arg type="a{ss}" name="details" direction="out" tp:type="String_String_Map">
             <tp:docstring>
             Available parameters are:
@@ -307,12 +308,12 @@
 	   <method name="getActiveAudioCodecList" tp:name-for-bindings="getActiveAudioCodecList">
 		   <tp:docstring>
 		   </tp:docstring>
-		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorString"/>
+		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorInt"/>
 		   <arg type="s" name="accountID" direction="in">
 			   <tp:docstring>
 			   </tp:docstring>
 		   </arg>
-		   <arg type="as" name="list" direction="out">
+		   <arg type="ai" name="list" direction="out">
 			   <tp:docstring>
 			   </tp:docstring>
 		   </arg>
@@ -605,6 +606,7 @@
 	   <method name="getHistory" tp:name-for-bindings="getHistory">
 		   <tp:docstring>
 		   </tp:docstring>
+		   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
 		   <arg type="as" name="entries" direction="out">
 			   <tp:docstring>
 			   </tp:docstring>
@@ -706,9 +708,9 @@
 	   </method>
 
 	   <method name="getShortcuts" tp:name-for-bindings="getShortcuts">
+                   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
 		   <tp:docstring>
 		   </tp:docstring>
-                   <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
 		   <arg type="a{ss}" name="shortcutsMap" direction="out">
 			   <tp:docstring>
 			   </tp:docstring>
@@ -716,9 +718,9 @@
 	   </method>
 
 	   <method name="setShortcuts" tp:name-for-bindings="setShortcuts">
+                   <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>
 		   <tp:docstring>
 		   </tp:docstring>
-                   <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>
 		   <arg type="a{ss}" name="shortcutsMap" direction="in">
 			   <tp:docstring>
 			   </tp:docstring>
diff --git a/kde/src/lib/instance_interface_singleton.h b/kde/src/lib/instance_interface_singleton.h
index c5987dde84440a7ba18d15722f9f6e30bd8393bc..1b29e058d21005f9b589456a6aac04ccb64761d6 100644
--- a/kde/src/lib/instance_interface_singleton.h
+++ b/kde/src/lib/instance_interface_singleton.h
@@ -32,12 +32,10 @@ class LIB_EXPORT InstanceInterfaceSingleton
 {
 
 private:
-
-	static InstanceInterface* interface;
+   static InstanceInterface* interface;
 
 public:
-
-	static InstanceInterface& getInstance();
+   static InstanceInterface& getInstance();
 
 };
 
diff --git a/kde/src/lib/sflphone_const.h b/kde/src/lib/sflphone_const.h
index 4475f5a67c3ec0c3a62632cb7c1988e8230c3464..10009f279c6c30b36a3d129b89c5b54940eacd01 100644
--- a/kde/src/lib/sflphone_const.h
+++ b/kde/src/lib/sflphone_const.h
@@ -305,6 +305,9 @@ typedef enum
    CALL_STATE_ERROR       = 10
 } call_state;
 
+static const QString empty("");
+#define EMPTY_STRING empty
+
 /** MIME API */
 #define MIME_CALLID           "text/sflphone.call.id"
 #define MIME_CONTACT          "text/sflphone.contact"
diff --git a/kde/src/main.cpp b/kde/src/main.cpp
index 606a1f59362508ef8e8ff948548ec0806a93b370..dec3123eb8727b943387e3373dd7f4950897720d 100755
--- a/kde/src/main.cpp
+++ b/kde/src/main.cpp
@@ -1,32 +1,58 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
+ *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//System
 #include <unistd.h>
+
+//Qt
+#include <QtGui/QAction>
 #include <QApplication>
 #include <QtCore/QString>
 #include <QtGui/QMenu>
-//#include <QtGui/QMenuBar>
-#include <QtGui/QAction>
+#include <QTableView>
+#include <QListView>
 
+//KDE
+#include <KDebug>
 #include <kcmdlineargs.h>
 #include <kaboutdata.h>
 #include <klocale.h>
 #include <KNotification>
 
+//SFLPhone
 #include "AccountWizard.h"
-#include "lib/instance_interface_singleton.h"
-#include "lib/sflphone_const.h"
 #include "SFLPhoneapplication.h"
 #include "conf/ConfigurationDialog.h"
 #include "conf/ConfigurationSkeleton.h"
 #include "CallView.h"
 #include "SFLPhone.h"
-
-#include <QTableView>
-#include <QListView>
 #include "AccountListModel.h"
 
+//SFLPhone library
+#include "lib/instance_interface_singleton.h"
+#include "lib/sflphone_const.h"
 
 static const char description[] = "A KDE 4 Client for SFLphone";
 
-static const char version[] = "1.0.0";
+static const char version[] = "1.0.2";
 
 int main(int argc, char **argv)
 {
@@ -42,7 +68,7 @@ int main(int argc, char **argv)
          version                                    ,
          ki18n(description)                         ,
          KAboutData::License_GPL_V3                 ,
-         ki18n("(C) 2009-2010 Savoir-faire Linux")  ,
+         ki18n("(C) 2009-2012 Savoir-faire Linux")  ,
          KLocalizedString()                         ,
          "http://www.sflphone.org."                 ,
          "sflphone@lists.savoirfairelinux.net"
@@ -75,10 +101,10 @@ int main(int argc, char **argv)
    }
    catch(const char * msg)
    {
-      qDebug() << msg;
+      kDebug() << msg;
    }
    catch(QString msg)
    {
-      qDebug() << msg;
+      kDebug() << msg;
    }
 } 
diff --git a/kde/src/widgets/AccountItemWidget.cpp b/kde/src/widgets/AccountItemWidget.cpp
index 59845b667c57db4c41913bb4147b3c656b6d0ad5..1adfabc30088f7465baefcfcacfe73de0049456a 100755
--- a/kde/src/widgets/AccountItemWidget.cpp
+++ b/kde/src/widgets/AccountItemWidget.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,99 +17,135 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
- 
+ **************************************************************************/
+
+//Parent
 #include "AccountItemWidget.h"
 
+//Qt
 #include <QtGui/QHBoxLayout>
-#include <QtCore/QDebug>
 
+//KDE
+#include <KDebug>
+
+//SFLPhone library
 #include "lib/sflphone_const.h"
 
+///Constructor
 AccountItemWidget::AccountItemWidget(QWidget *parent)
  : QWidget(parent)
 {
-   checkBox = new QCheckBox(this);
-   checkBox->setObjectName("checkBox");
-   led = new QLabel();
-   led->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
-   textLabel = new QLabel();
+   m_pCheckBox = new QCheckBox(this);
+   m_pCheckBox->setObjectName("m_pCheckBox");
    
-   QSpacerItem * horizontalSpacer = new QSpacerItem(16777215, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
+   m_pLed = new QLabel();
+   m_pLed->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
+   m_pTextLabel = new QLabel();
+   
+   QSpacerItem* horizontalSpacer = new QSpacerItem(16777215, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
    QHBoxLayout* hlayout = new QHBoxLayout();
-   hlayout->setContentsMargins(0,0,0,0);
-   hlayout->addWidget(checkBox);
-   hlayout->addWidget(textLabel);
-   hlayout->addItem(horizontalSpacer);
-   hlayout->addWidget(led);
+   hlayout->setContentsMargins( 0,0,0,0          );
+   hlayout->addWidget         ( m_pCheckBox      );
+   hlayout->addWidget         ( m_pTextLabel     );
+   hlayout->addItem           ( horizontalSpacer );
+   hlayout->addWidget         ( m_pLed           );
+   
    this->setLayout(hlayout);
-   state = Unregistered;
-   enabled = false;
+   m_State = Unregistered;
+   m_Enabled = false;
    updateDisplay();
    
    QMetaObject::connectSlotsByName(this);
 }
 
-
+///Destructor
 AccountItemWidget::~AccountItemWidget()
 {
-   delete led;
-   delete checkBox;
-   delete textLabel;
+   delete m_pLed;
+   delete m_pCheckBox;
+   delete m_pTextLabel;
 }
 
 
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Update the LED widget color
 void AccountItemWidget::updateStateDisplay()
 {
-   switch(state) {
+   switch(m_State) {
       case Registered:
-         led->setPixmap(QPixmap(ICON_ACCOUNT_LED_GREEN));
+         m_pLed->setPixmap(QPixmap(ICON_ACCOUNT_LED_GREEN));
          break;
       case Unregistered:
-         led->setPixmap(QPixmap(ICON_ACCOUNT_LED_GRAY));
+         m_pLed->setPixmap(QPixmap(ICON_ACCOUNT_LED_GRAY));
          break;
       case NotWorking:
-         led->setPixmap(QPixmap(ICON_ACCOUNT_LED_RED));
+         m_pLed->setPixmap(QPixmap(ICON_ACCOUNT_LED_RED));
          break;
       default:
-         qDebug() << "Calling AccountItemWidget::setState with value " << state << ", not part of enum AccountItemWidget::State.";
+         kDebug() << "Calling AccountItemWidget::setState with value " << m_State << ", not part of enum AccountItemWidget::State.";
    }
 }
-   
+
+///If this item is enable or not
 void AccountItemWidget::updateEnabledDisplay()
 {
-   checkBox->setCheckState(enabled ? Qt::Checked : Qt::Unchecked);
+   m_pCheckBox->setCheckState(m_Enabled ? Qt::Checked : Qt::Unchecked);
 }
-   
+
+///Update the widget
 void AccountItemWidget::updateDisplay()
 {
    updateStateDisplay();
    updateEnabledDisplay();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Set the model state of the widget
 void AccountItemWidget::setState(int state)
 {
-   this->state = state;
+   m_State = state;
    updateStateDisplay();
 }
 
+///If this widget is enabled or not
 void AccountItemWidget::setEnabled(bool enabled)
 {
-   this->enabled = enabled;
+   m_Enabled = enabled;
    updateEnabledDisplay();
 }
 
-void AccountItemWidget::setAccountText(QString text)
+///Set the widget text
+void AccountItemWidget::setAccountText(const QString& text)
 {
-   this->textLabel->setText(text);
+   this->m_pTextLabel->setText(text);
 }
-   
+
+///Is this widget enabled
 bool AccountItemWidget::getEnabled()
 {
-   return checkBox->checkState();
+   return m_pCheckBox->checkState();
 }
 
-void AccountItemWidget::on_checkBox_stateChanged(int state)
+
+/*****************************************************************************
+ *                                                                           *
+ *                                    SLOTS                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Model state changed
+void AccountItemWidget::on_m_pCheckBox_stateChanged(int state)
 {
    emit checkStateChanged(state == Qt::Checked);
 }
diff --git a/kde/src/widgets/AccountItemWidget.h b/kde/src/widgets/AccountItemWidget.h
index 9985411f42f96b192e09c3326e92ac16e568542d..e2d1659a8cac2502667bc231c07c894a3f82da99 100755
--- a/kde/src/widgets/AccountItemWidget.h
+++ b/kde/src/widgets/AccountItemWidget.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -27,23 +27,13 @@
 #include <QLabel>
 #include <kled.h>
 
-/**
-   @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
-*/
+///@class AccountItemWidget Widget for the config dialog account list
 class AccountItemWidget : public QWidget
 {
 Q_OBJECT
 
-private:
-
-   int state;
-   bool enabled;
-   QLabel * led;
-   QCheckBox * checkBox;
-   QLabel * textLabel;
-
 public:
-
+   //Enum
    enum State {Registered, Unregistered, NotWorking};
 
    //Constructors & Destructors
@@ -51,22 +41,29 @@ public:
    ~AccountItemWidget();
 
    //Getters
-   int getState();
+   int  getState  ();
    bool getEnabled();
    
    //Setters
-   void setState(int state);
-   void setEnabled(bool enabled);
-   void setAccountText(QString text);
+   void setState       (int        state    );
+   void setEnabled     (bool        enabled );
+   void setAccountText (const QString& text );
    
    //Updates
-   void updateStateDisplay();
-   void updateEnabledDisplay();
-   void updateDisplay();
+   void updateStateDisplay   ();
+   void updateEnabledDisplay ();
+   void updateDisplay        ();
    
-private slots:   
-   void on_checkBox_stateChanged(int state);
+private:
+   //Attributes
+   int        m_State     ;
+   bool       m_Enabled   ;
+   QLabel*    m_pLed      ;
+   QCheckBox* m_pCheckBox ;
+   QLabel*    m_pTextLabel;
    
+private slots:   
+   void on_m_pCheckBox_stateChanged(int state);
    
 signals:
    void checkStateChanged(bool checked);
diff --git a/kde/src/widgets/BookmarkDock.cpp b/kde/src/widgets/BookmarkDock.cpp
index 550c152052aa9cd84d3e3d76b71c2543b93bda04..1d255a012b50d6b0efae48001e4366c8825216aa 100644
--- a/kde/src/widgets/BookmarkDock.cpp
+++ b/kde/src/widgets/BookmarkDock.cpp
@@ -1,15 +1,42 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "BookmarkDock.h"
 
+//Qt
 #include <QtGui/QVBoxLayout>
 #include <QtGui/QTreeWidgetItem>
-#include <KLocalizedString>
-#include <kicon.h>
-#include <klineedit.h>
 #include <QtGui/QTreeWidget>
 #include <QtGui/QSplitter>
+
+//KDE
+#include <KLocalizedString>
+#include <KIcon>
+#include <KLineEdit>
+
+//SFLPhone
 #include "conf/ConfigurationSkeleton.h"
 #include "widgets/HistoryTreeItem.h"
 
+///@class QNumericTreeWidgetItem : Tree widget with different sorting criterias
 class QNumericTreeWidgetItem : public QTreeWidgetItem {
    public:
       QNumericTreeWidgetItem(QTreeWidget* parent):QTreeWidgetItem(parent),widget(0),weight(-1){}
@@ -29,6 +56,7 @@ class QNumericTreeWidgetItem : public QTreeWidgetItem {
       }
 };
 
+///Constructor
 BookmarkDock::BookmarkDock(QWidget* parent) : QDockWidget(parent)
 {
    setObjectName("bookmarkDock");
@@ -61,12 +89,21 @@ BookmarkDock::BookmarkDock(QWidget* parent) : QDockWidget(parent)
    connect(m_pFilterLE, SIGNAL(textChanged(QString)), this, SLOT(filter(QString) ));
 }
 
+///Destructor
 BookmarkDock::~BookmarkDock()
 {
    
 }
 
-void BookmarkDock::addBookmark_internal(QString phone)
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Add a new bookmark
+void BookmarkDock::addBookmark_internal(const QString& phone)
 {
    HistoryTreeItem* widget = new HistoryTreeItem(m_pItemView,phone);
    QTreeWidgetItem* item   = new QTreeWidgetItem(m_pItemView      );
@@ -76,12 +113,14 @@ void BookmarkDock::addBookmark_internal(QString phone)
    m_pBookmark << widget;
 }
 
-void BookmarkDock::addBookmark(QString phone)
+///Proxy to add a new bookmark
+void BookmarkDock::addBookmark(const QString& phone)
 {
    addBookmark_internal(phone);
    ConfigurationSkeleton::setBookmarkList(ConfigurationSkeleton::bookmarkList() << phone);
 }
 
+///Filter the list
 void BookmarkDock::filter(QString text)
 {
    foreach(HistoryTreeItem* item, m_pBookmark) {
diff --git a/kde/src/widgets/BookmarkDock.h b/kde/src/widgets/BookmarkDock.h
index 7c91b8099767c900c86e08b143a9c01edb2e76fc..f55fc30347bdf81c7db485e5ce9187f3b9ab0aaa 100644
--- a/kde/src/widgets/BookmarkDock.h
+++ b/kde/src/widgets/BookmarkDock.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 #ifndef BOOKMARK_DOCK_H
 #define BOOKMARK_DOCK_H
 
@@ -10,22 +29,31 @@ class QSplitter;
 //KDE
 class KLineEdit;
 
-//SFLPhonr
+//SFLPhone
 class HistoryTreeItem;
 
+//Typedef
 typedef QList<HistoryTreeItem*> BookmarkList;
+
+///@class BookmarkDock Dock for managing favorite contacts
 class BookmarkDock : public QDockWidget {
    Q_OBJECT
 public:
+   //Constructors
    BookmarkDock(QWidget* parent);
    virtual ~BookmarkDock();
-   void addBookmark(QString phone);
+
+   //Mutators
+   void addBookmark(const QString& phone);
 private:
+   //Attributes
    QTreeWidget*  m_pItemView;
    KLineEdit*    m_pFilterLE;
    QSplitter*    m_pSplitter;
    BookmarkList  m_pBookmark;
-   void addBookmark_internal(QString phone);
+
+   //Mutators
+   void addBookmark_internal(const QString& phone);
 private slots:
    void filter(QString text);
 };
diff --git a/kde/src/widgets/CallTreeItem.cpp b/kde/src/widgets/CallTreeItem.cpp
index 64f452e0b46062477fc46531b306606bcd6af3dc..67e4918f09401189853df20d026057a9b0f075cd 100644
--- a/kde/src/widgets/CallTreeItem.cpp
+++ b/kde/src/widgets/CallTreeItem.cpp
@@ -18,35 +18,46 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
 
-#include <QtCore/QStringList>
-
-#include <klocale.h>
-#include <kdebug.h>
-#include <unistd.h>
-
-#include "lib/sflphone_const.h"
+//Parent
 #include "CallTreeItem.h"
-#include "lib/Contact.h"
-#include "lib/Call.h"
-#include "AkonadiBackend.h"
-
-#include <QtCore/QList>
-#include <QtCore/QVariant>
-#include <QtCore/QVector>
 
+//Qt
+#include <QtCore/QStringList>
+#include <QtCore/QMimeData>
+#include <QtCore/QTimer>
 #include <QtGui/QWidget>
 #include <QtGui/QLabel>
 #include <QtGui/QSpacerItem>
 #include <QtGui/QHBoxLayout>
 #include <QtGui/QVBoxLayout>
+#include <QtGui/QDragEnterEvent>
+#include <QtGui/QDragMoveEvent>
+#include <QtGui/QDragLeaveEvent>
+#include <QtGui/QPushButton>
+#include <QtGui/QTreeWidgetItem>
+
+//KDE
+#include <KLocale>
+#include <KDebug>
 #include <KIcon>
+#include <KStandardDirs>
+
+//SFLPhone library
+#include "lib/sflphone_const.h"
+#include "lib/Contact.h"
+#include "lib/Call.h"
+
+//SFLPhone
+#include "AkonadiBackend.h"
+#include "widgets/TranslucentButtons.h"
+#include "SFLPhone.h"
 
 ///Constant
 const char * CallTreeItem::callStateIcons[12] = {ICON_INCOMING, ICON_RINGING, ICON_CURRENT, ICON_DIALING, ICON_HOLD, ICON_FAILURE, ICON_BUSY, ICON_TRANSFER, ICON_TRANSF_HOLD, "", "", ICON_CONFERENCE};
 
 ///Constructor
 CallTreeItem::CallTreeItem(QWidget *parent)
-   : QWidget(parent), itemCall(0), init(false)
+   : QWidget(parent), m_pItemCall(0), m_Init(false),m_pBtnConf(0), m_pBtnTrans(0)
 {
    setMaximumSize(99999,50);
 }
@@ -57,47 +68,76 @@ CallTreeItem::~CallTreeItem()
    
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Return the call item
 Call* CallTreeItem::call() const
 {
-   return itemCall;
+   return m_pItemCall;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Set the call item
 void CallTreeItem::setCall(Call *call)
 {
-   itemCall = call;
+   m_pItemCall = call;
+   setAcceptDrops(true);
    
-   if (itemCall->isConference()) {
-      if (!init) {
-         labelHistoryPeerName = new QLabel(i18n("Conference"),this);
-         labelIcon = new QLabel("",this);
+   if (m_pItemCall->isConference()) {
+      if (!m_Init) {
+         m_pHistoryPeerL = new QLabel(i18n("Conference"),this);
+         m_pIconL = new QLabel("",this);
          QHBoxLayout* mainLayout = new QHBoxLayout();
-         mainLayout->addWidget(labelIcon);
-         mainLayout->addWidget(labelHistoryPeerName);
+         mainLayout->addWidget(m_pIconL);
+         mainLayout->addWidget(m_pHistoryPeerL);
          setLayout(mainLayout);
-         init = true;
+         m_Init = true;
       }
-      labelIcon->setPixmap(QPixmap(ICON_CONFERENCE).scaled(QSize(48,48)));
-      labelIcon->setVisible(true);
-      labelHistoryPeerName->setVisible(true);
+      m_pIconL->setPixmap(QPixmap(ICON_CONFERENCE).scaled(QSize(48,48)));
+      m_pIconL->setVisible(true);
+      m_pHistoryPeerL->setVisible(true);
       return;
    }
 
-   labelIcon           = new QLabel();
-   labelCallNumber2    = new QLabel(itemCall->getPeerPhoneNumber());
-   labelTransferPrefix = new QLabel(i18n("Transfer to : "));
-   labelTransferNumber = new QLabel();
-   labelPeerName       = new QLabel();
+   m_pIconL            = new QLabel();
+   m_pCallNumberL      = new QLabel(m_pItemCall->getPeerPhoneNumber());
+   m_pTransferPrefixL  = new QLabel(i18n("Transfer to : "));
+   m_pTransferNumberL  = new QLabel();
+   m_pPeerL            = new QLabel();
    QSpacerItem* verticalSpacer = new QSpacerItem(16777215, 20, QSizePolicy::Expanding, QSizePolicy::Expanding);
    
    QHBoxLayout* mainLayout = new QHBoxLayout();
    mainLayout->setContentsMargins ( 3, 1, 2, 1);
+
+   
+   m_pBtnConf = new TranslucentButtons(this);
+   m_pBtnConf->setVisible(false);
+   m_pBtnConf->setParent(this);
+   m_pBtnConf->setText("Conference");
+   m_pBtnConf->setPixmap(new QImage(KStandardDirs::locate("data","sflphone-client-kde/confBlackWhite.png")));
+   connect(m_pBtnConf,SIGNAL(dataDropped(QMimeData*)),this,SLOT(conversationEvent(QMimeData*)));
+
+   m_pBtnTrans = new TranslucentButtons(this);
+   m_pBtnTrans->setText("Transfer");
+   m_pBtnTrans->setVisible(false);
+   m_pBtnTrans->setPixmap(new QImage(KStandardDirs::locate("data","sflphone-client-kde/transferarraw.png")));
+   connect(m_pBtnTrans,SIGNAL(dataDropped(QMimeData*)),this,SLOT(transferEvent(QMimeData*)));
    
-   labelCodec = new QLabel(this);
-   //labelCodec->setText("Codec: "+itemCall->getCurrentCodecName());
+   m_pCodecL = new QLabel(this);
+   //m_pCodecL->setText("Codec: "+m_pItemCall->getCurrentCodecName());
 
-   labelSecure = new QLabel(this);
+   m_pSecureL = new QLabel(this);
    
    mainLayout->setSpacing(4);
    QVBoxLayout* descr = new QVBoxLayout();
@@ -106,18 +146,18 @@ void CallTreeItem::setCall(Call *call)
    QHBoxLayout* transfer = new QHBoxLayout();
    transfer->setMargin(0);
    transfer->setSpacing(0);
-   mainLayout->addWidget(labelIcon);
-        
-   if(! itemCall->getPeerName().isEmpty()) {
-      labelPeerName->setText(itemCall->getPeerName());
-      descr->addWidget(labelPeerName);
+   mainLayout->addWidget(m_pIconL);
+   
+   if(! m_pItemCall->getPeerName().isEmpty()) {
+      m_pPeerL->setText(m_pItemCall->getPeerName());
+      descr->addWidget(m_pPeerL);
    }
 
-   descr->addWidget(labelCallNumber2);
-   descr->addWidget(labelSecure);
-   descr->addWidget(labelCodec);
-   transfer->addWidget(labelTransferPrefix);
-   transfer->addWidget(labelTransferNumber);
+   descr->addWidget(m_pCallNumberL);
+   descr->addWidget(m_pSecureL);
+   descr->addWidget(m_pCodecL);
+   transfer->addWidget(m_pTransferPrefixL);
+   transfer->addWidget(m_pTransferNumberL);
    descr->addLayout(transfer);
    descr->addItem(verticalSpacer);
    mainLayout->addLayout(descr);
@@ -125,7 +165,7 @@ void CallTreeItem::setCall(Call *call)
    setLayout(mainLayout);
    setMinimumSize(QSize(50, 30));
 
-   connect(itemCall, SIGNAL(changed()), this,     SLOT(updated()));
+   connect(m_pItemCall, SIGNAL(changed()), this,     SLOT(updated()));
 
    updated();
 }
@@ -133,54 +173,161 @@ void CallTreeItem::setCall(Call *call)
 ///Update data
 void CallTreeItem::updated()
 {
-   qDebug() << "Updating tree item";
-   Contact* contact = AkonadiBackend::getInstance()->getContactByPhone(itemCall->getPeerPhoneNumber());
+   kDebug() << "\n\n\n\nI am here\n\n\n\n\n" << m_pItemCall->getState() << "\n\n\n";
+   kDebug() << "Updating tree item";
+   Contact* contact = AkonadiBackend::getInstance()->getContactByPhone(m_pItemCall->getPeerPhoneNumber());
    if (contact) {
-      labelIcon->setPixmap(*contact->getPhoto());
-      labelPeerName->setText("<b>"+contact->getFormattedName()+"</b>");
+      m_pIconL->setPixmap(*contact->getPhoto());
+      m_pPeerL->setText("<b>"+contact->getFormattedName()+"</b>");
    }
    else {
-      labelIcon->setPixmap(QPixmap(KIcon("user-identity").pixmap(QSize(48,48))));
+      m_pIconL->setPixmap(QPixmap(KIcon("user-identity").pixmap(QSize(48,48))));
 
-      if(! itemCall->getPeerName().trimmed().isEmpty()) {
-         labelPeerName->setText("<b>"+itemCall->getPeerName()+"</b>");
+      if(! m_pItemCall->getPeerName().trimmed().isEmpty()) {
+         m_pPeerL->setText("<b>"+m_pItemCall->getPeerName()+"</b>");
       }
       else {
-         labelPeerName->setText(i18n("<b>Unknow</b>"));
+         m_pPeerL->setText(i18n("<b>Unknow</b>"));
       }
    }
       
-   call_state state = itemCall->getState();
-   bool recording = itemCall->getRecording();
+   call_state state = m_pItemCall->getState();
+   bool recording = m_pItemCall->getRecording();
    if(state != CALL_STATE_OVER) {
       if(state == CALL_STATE_CURRENT && recording) {
-         labelIcon->setPixmap(QPixmap(ICON_CURRENT_REC));
+         m_pIconL->setPixmap(QPixmap(ICON_CURRENT_REC));
       }
       else {
          QString str = QString(callStateIcons[state]);
-         labelIcon->setPixmap(QPixmap(str));
+         m_pIconL->setPixmap(QPixmap(str));
       }
       bool transfer = state == CALL_STATE_TRANSFER || state == CALL_STATE_TRANSF_HOLD;
-      labelTransferPrefix->setVisible(transfer);
-      labelTransferNumber->setVisible(transfer);
+      m_pTransferPrefixL->setVisible(transfer);
+      m_pTransferNumberL->setVisible(transfer);
 
       if(!transfer) {
-         labelTransferNumber->setText("");
+         m_pTransferNumberL->setText("");
       }
-      labelTransferNumber->setText(itemCall->getTransferNumber());
-      labelCallNumber2->setText(itemCall->getPeerPhoneNumber());
+      m_pTransferNumberL->setText(m_pItemCall->getTransferNumber());
+      m_pCallNumberL->setText(m_pItemCall->getPeerPhoneNumber());
                 
       if(state == CALL_STATE_DIALING) {
-         labelCallNumber2->setText(itemCall->getCallNumber());
+         m_pCallNumberL->setText(m_pItemCall->getCallNumber());
       }
       else {
-         labelCodec->setText("Codec: "+itemCall->getCurrentCodecName());
-         if (itemCall->isSecure())
-            labelSecure->setText("⚷");
+         m_pCodecL->setText("Codec: "+m_pItemCall->getCurrentCodecName());
+         if (m_pItemCall->isSecure())
+            m_pSecureL->setText("⚷");
       }
    }
    else {
-      //qDebug() << "Updating item of call of state OVER. Doing nothing.";
+      //kDebug() << "Updating item of call of state OVER. Doing nothing.";
+   }
+   if (state == CALL_STATE_TRANSFER) {
+      kDebug() << "emmiting tranfer signal";
+      emit askTransfer(m_pItemCall);
+   }
+   else {
+      kDebug() << "not emmiting tranfer signal";
+   }
+   changed();
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                               Drag and drop                               *
+ *                                                                           *
+ ****************************************************************************/
+
+///Called when a drag and drop occure while the item have not been dropped yet
+void CallTreeItem::dragEnterEvent ( QDragEnterEvent *e )
+{
+   kDebug() << "Drag enter";
+   if (SFLPhone::model()->getIndex(this)->parent() &&
+      SFLPhone::model()->getIndex(e->mimeData()->data( MIME_CALLID))->parent() &&
+      SFLPhone::model()->getIndex(this)->parent() == SFLPhone::model()->getIndex(e->mimeData()->data( MIME_CALLID))->parent() &&
+      e->mimeData()->data( MIME_CALLID) != SFLPhone::model()->getCall(this)->getCallId()) {
+      m_pBtnTrans->setVisible(true);
+      emit showChilds(this);
+      m_isHover = true;
+      e->accept();
+   }
+   else if (e->mimeData()->hasFormat( MIME_CALLID) && m_pBtnTrans && (e->mimeData()->data( MIME_CALLID) != m_pItemCall->getCallId())) {
+      m_pBtnConf->setVisible(true);
+      m_pBtnTrans->setVisible(true);
+      emit showChilds(this);
+      m_isHover = true;
+      e->accept();
+   }
+   else
+      e->ignore();
+}
+
+///The cursor move on a potential drag event
+void CallTreeItem::dragMoveEvent  ( QDragMoveEvent  *e )
+{
+   QPoint pos = e->pos();
+   m_pBtnConf->setHoverState (pos.x() < rect().width()/2);
+   m_pBtnTrans->setHoverState(pos.x() > rect().width()/2);
+   m_isHover = true;
+   e->accept();
+}
+
+///A potential drag event is cancelled
+void CallTreeItem::dragLeaveEvent ( QDragLeaveEvent *e )
+{
+   QTimer::singleShot(500, this, SLOT(hide()));
+   kDebug() << "Drag leave";
+   m_isHover = false;
+   e->accept();
+}
+
+///Something is being dropped
+void CallTreeItem::dropEvent(QDropEvent *e)
+{
+   kDebug() << "Drop accepted" << e->pos();
+   QTimer::singleShot(500, this, SLOT(hide()));
+   m_isHover = false;
+   if (e->pos().x() < rect().width()/2) {
+      emit conversationDropEvent(m_pItemCall,(QMimeData*)e->mimeData());
+   }
+   else {
+      emit transferDropEvent(m_pItemCall,(QMimeData*)e->mimeData());
+   }
+   //emit dataDropped((QMimeData*)e->mimeData());
+}
+
+void CallTreeItem::resizeEvent ( QResizeEvent *e )
+{
+   kDebug() << "Resize";
+   if (m_pBtnConf) {
+      m_pBtnConf->setMinimumSize(width()/2-15,height()-4);
+      m_pBtnConf->setMaximumSize(width()/2-15,height()-4);
+      m_pBtnTrans->setMinimumSize(width()/2-15,height()-4);
+      m_pBtnTrans->setMaximumSize(width()/2-15,height()-4);
+      m_pBtnTrans->move(width()/2+10,m_pBtnTrans->y()+2);
+      m_pBtnConf->move(10,m_pBtnConf->y()+2);
    }
    
+   e->accept();
+}
+
+void CallTreeItem::transferEvent(QMimeData* data)
+{
+   emit transferDropEvent(m_pItemCall,data);
+}
+
+void CallTreeItem::conversationEvent(QMimeData* data)
+{
+   kDebug() << "Proxying conversation mime";
+   emit conversationDropEvent(m_pItemCall,data);
 }
+
+void CallTreeItem::hide()
+{
+   if (!m_isHover) {
+      m_pBtnConf->setVisible(false);
+      m_pBtnTrans->setVisible(false);
+   }
+}
\ No newline at end of file
diff --git a/kde/src/widgets/CallTreeItem.h b/kde/src/widgets/CallTreeItem.h
index 7908979bdf5cb12615ddc6b0641535702c6b0a5d..22b23540bf15ca7b6be7980e630ecaed1d194d4e 100644
--- a/kde/src/widgets/CallTreeItem.h
+++ b/kde/src/widgets/CallTreeItem.h
@@ -29,46 +29,73 @@
 
 //Qt
 class QLabel;
+class QPushButton;
+class QMimeData;
 
 //KDE
 class KIcon;
 
 //SFLPhone
 class Call;
+class TranslucentButtons;
 
+///@class CallTreeItem Widget for the central call treeview
 class CallTreeItem : public QWidget
 {
    Q_OBJECT
  public:
+    //Constructor
     CallTreeItem(QWidget* parent =0);
     ~CallTreeItem();
-    
+
+    //Getters
     Call* call() const;
+
+    //Setters
     void setCall(Call *call);
-    static const char * callStateIcons[12];
+
+    //Const
+    static const char* callStateIcons[12];
     
  private:
-    Call *itemCall;
-
-    QLabel* labelIcon;
-    QLabel* labelPeerName;
-    QLabel* labelCallNumber2;
-    QLabel* labelTransferPrefix;
-    QLabel* labelTransferNumber;
-    QLabel* labelCodec;
-    QLabel* labelSecure;
+    //Attributes
+    Call*    m_pItemCall;
+    bool     m_Init;
+    bool     m_isHover;
+    QLabel*  m_pIconL;
+    QLabel*  m_pPeerL;
+    QLabel*  m_pCallNumberL;
+    QLabel*  m_pTransferPrefixL;
+    QLabel*  m_pTransferNumberL;
+    QLabel*  m_pCodecL;
+    QLabel*  m_pSecureL;
+    QLabel*  m_pHistoryPeerL;
+    TranslucentButtons* m_pBtnConf;
+    TranslucentButtons* m_pBtnTrans;
     
-    QWidget* historyItemWidget;
-    QLabel* labelHistoryIcon;
-    QLabel* labelHistoryPeerName;
-    QLabel* labelHistoryCallNumber;
-    QLabel* labelHistoryTime;
-    bool init;
+  protected:
+    //Reimplementation
+    virtual void dragEnterEvent ( QDragEnterEvent *e );
+    virtual void dragMoveEvent  ( QDragMoveEvent  *e );
+    virtual void dragLeaveEvent ( QDragLeaveEvent *e );
+    virtual void resizeEvent    ( QResizeEvent    *e );
+    virtual void dropEvent      ( QDropEvent      *e );
+
+private slots:
+   void transferEvent(QMimeData* data);
+   void conversationEvent(QMimeData* data);
+   void hide();
 
 public slots:
    void updated();
+   
 signals:
-   void over(Call*);  
+   void over(Call*);
+   void changed();
+   void showChilds(CallTreeItem*);
+   void askTransfer(Call*);
+   void transferDropEvent(Call*,QMimeData*);
+   void conversationDropEvent(Call*,QMimeData*);
  };
 
 #endif // CALLTREE_ITEM_H
diff --git a/kde/src/widgets/ContactDock.cpp b/kde/src/widgets/ContactDock.cpp
index 58b7b2256f098c8526bd5fd7c245f56564cb5d90..cf95ee6cc45841ee41e458a84d00ae3b0d676b51 100644
--- a/kde/src/widgets/ContactDock.cpp
+++ b/kde/src/widgets/ContactDock.cpp
@@ -1,44 +1,54 @@
-
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "ContactDock.h"
 
+//Qt
+#include <QtCore/QDateTime>
 #include <QtGui/QVBoxLayout>
 #include <QtGui/QListWidget>
 #include <QtGui/QTreeWidget>
 #include <QtGui/QHeaderView>
 #include <QtGui/QCheckBox>
-#include <QtCore/QDateTime>
-#include <QSplitter>
-#include <klineedit.h>
-#include <KLocalizedString>
+#include <QtGui/QSplitter>
 #include <QtGui/QLabel>
+#include <QtGui/QComboBox>
 
-#include <akonadi/collectionfilterproxymodel.h>
-#include <akonadi/contact/contactstreemodel.h>
-#include <akonadi/kmime/messagemodel.h>
-#include <akonadi/changerecorder.h>
-#include <kabc/addressee.h>
-#include <kabc/picture.h>
-#include <kabc/phonenumber.h>
-#include <kabc/vcard.h>
-#include <kabc/field.h>
-#include <kabc/vcardline.h>
-#include <kabc/contactgroup.h>
-#include <akonadi/itemfetchscope.h>
-#include <akonadi/entitydisplayattribute.h>
-#include <akonadi/recursiveitemfetchjob.h>
-#include <kicon.h>
-#include <akonadi/entitytreeview.h>
-#include <akonadi/itemview.h>
-#include <akonadi/collectioncombobox.h>
+//KDE
+#include <KDebug>
+#include <KLineEdit>
+#include <KLocalizedString>
+#include <KIcon>
 
+//SFLPhone
 #include "AkonadiBackend.h"
 #include "ContactItemWidget.h"
+#include "SFLPhone.h"
 #include "conf/ConfigurationSkeleton.h"
+
+//SFLPhone library
 #include "lib/Call.h"
-#include "SFLPhone.h"
 #include "lib/Contact.h"
 
-///Hack around Qt sorting limitation
+///@class QNumericTreeWidgetItem_hist TreeWidget using different sorting criterias
 class QNumericTreeWidgetItem_hist : public QTreeWidgetItem {
    public:
       QNumericTreeWidgetItem_hist(QTreeWidget* parent):QTreeWidgetItem(parent),widget(0),weight(-1){}
@@ -134,6 +144,13 @@ ContactDock::~ContactDock()
 
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Reload the contact
 void ContactDock::reloadContact()
 {
@@ -146,7 +163,7 @@ void ContactDock::reloadContact()
       aContact->setContact(cont);
 
       PhoneNumbers numbers =  aContact->getContact()->getPhoneNumbers();
-      qDebug() << "Phone count" << numbers.count();
+      kDebug() << "Phone count" << numbers.count();
       if (numbers.count() > 1) {
          foreach (Contact::PhoneNumber* number, numbers) {
             QNumericTreeWidgetItem_hist* item2 = new QNumericTreeWidgetItem_hist(item);
@@ -161,7 +178,7 @@ void ContactDock::reloadContact()
 
       m_pContactView->addTopLevelItem(item);
       m_pContactView->setItemWidget(item,0,aContact);
-      m_pContacts << aContact;
+      m_Contacts << aContact;
    }
 }
 
@@ -186,9 +203,9 @@ void ContactDock::loadContactHistory(QTreeWidgetItem* item)
 }
 
 ///Filter contact
-void ContactDock::filter(QString text)
+void ContactDock::filter(const QString& text)
 {
-   foreach(ContactItemWidget* item, m_pContacts) {
+   foreach(ContactItemWidget* item, m_Contacts) {
       bool foundNumber = false;
       foreach (Contact::PhoneNumber* number, item->getContact()->getPhoneNumbers()) {
          foundNumber |= number->getNumber().toLower().indexOf(text) != -1;
@@ -202,10 +219,17 @@ void ContactDock::filter(QString text)
    m_pContactView->expandAll();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                Drag and Drop                              *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Serialize informations to be used for drag and drop
 QMimeData* ContactTree::mimeData( const QList<QTreeWidgetItem *> items) const
 {
-   qDebug() << "An history call is being dragged";
+   kDebug() << "An history call is being dragged";
    if (items.size() < 1) {
       return NULL;
    }
@@ -223,7 +247,7 @@ QMimeData* ContactTree::mimeData( const QList<QTreeWidgetItem *> items) const
       }
    }
    else {
-      qDebug() << "the item is not a call";
+      kDebug() << "the item is not a call";
    }
    return mimeData;
 }
@@ -237,19 +261,33 @@ bool ContactTree::dropMimeData(QTreeWidgetItem *parent, int index, const QMimeDa
 
    QByteArray encodedData = data->data(MIME_CALLID);
 
-   qDebug() << "In history import"<< QString(encodedData);
+   kDebug() << "In history import"<< QString(encodedData);
 
    return false;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Show or hide the history list 
 void ContactDock::setHistoryVisible(bool visible)
 {
-   qDebug() << "Toggling history visibility";
+   kDebug() << "Toggling history visibility";
    m_pCallView->setVisible(visible);
    ConfigurationSkeleton::setDisplayContactCallHistory(visible);
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                             Keyboard handling                             *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Handle keypresses ont the dock
 void ContactDock::keyPressEvent(QKeyEvent* event) {
    int key = event->key();
diff --git a/kde/src/widgets/ContactDock.h b/kde/src/widgets/ContactDock.h
index c470a1d09389d2b3ff7c16a8cf313f2d6e8a44d9..014d89152021713c6c55558e206ec5540faa94d5 100644
--- a/kde/src/widgets/ContactDock.h
+++ b/kde/src/widgets/ContactDock.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 #ifndef CONTACT_DOCK_H
 #define CONTACT_DOCK_H
 
@@ -31,11 +50,15 @@ namespace KABC {
 class ContactTree;
 class ContactItemWidget;
 
-class ContactDock : public QDockWidget {
+///@class ContactDock Dock to access contacts
+class ContactDock : public QDockWidget
+{
    Q_OBJECT
 public:
+   //Constructor
    ContactDock(QWidget* parent);
    virtual ~ContactDock();
+   
 private:
    //Attributes
    KLineEdit*                   m_pFilterLE;
@@ -44,16 +67,19 @@ private:
    QListWidget*                 m_pCallView;
    QComboBox*                   m_pSortByCBB;
    QCheckBox*                   m_pShowHistoCK;
-   QList<ContactItemWidget*>    m_pContacts;
+   QList<ContactItemWidget*>    m_Contacts;
+   
 public slots:
    virtual void keyPressEvent(QKeyEvent* event);
+   
 private slots:
    void reloadContact();
    void loadContactHistory(QTreeWidgetItem* item);
-   void filter(QString text);
+   void filter(const QString& text);
    void setHistoryVisible(bool visible);
 };
 
+///@class ContactTree tree view with additinal drag and drop
 class ContactTree : public QTreeWidget {
    Q_OBJECT
 public:
@@ -62,6 +88,7 @@ public:
    bool dropMimeData(QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action);
 };
 
+///@class KeyPressEaterC keygrabber
 class KeyPressEaterC : public QObject
 {
    Q_OBJECT
@@ -69,10 +96,13 @@ public:
    KeyPressEaterC(ContactDock* parent) : QObject(parent) {
       m_pDock =  parent;
    }
+   
 protected:
    bool eventFilter(QObject *obj, QEvent *event);
+   
 private:
    ContactDock* m_pDock;
+   
 };
 
 #endif
\ No newline at end of file
diff --git a/kde/src/widgets/ContactItemWidget.cpp b/kde/src/widgets/ContactItemWidget.cpp
index 8bed3b30ec822157a5b45456fb25229a9adb1afe..a59ee82c4cddd2312eb0d1616723dbe5bc63d3ac 100644
--- a/kde/src/widgets/ContactItemWidget.cpp
+++ b/kde/src/widgets/ContactItemWidget.cpp
@@ -18,39 +18,39 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
 
-#include <QtCore/QStringList>
+//Parent
+#include "ContactItemWidget.h"
+
+//Qt
 #include <QtCore/QMimeData>
 #include <QtGui/QApplication>
 #include <QtGui/QClipboard>
 #include <QtGui/QGridLayout>
 #include <QtGui/QMenu>
-
 #include <QtGui/QLabel>
 #include <QtGui/QSpacerItem>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QVBoxLayout>
-#include <KIcon>
-#include <kabc/addressee.h>
-#include <kabc/picture.h>
-#include <kabc/phonenumber.h>
 
-#include <lib/Contact.h>
+//KDE
+#include <KIcon>
+#include <KLocale>
+#include <KDebug>
+#include <KAction>
 
-#include <klocale.h>
-#include <kdebug.h>
+//System
 #include <unistd.h>
-#include <kaction.h>
 
-#include "lib/sflphone_const.h"
-#include "ContactItemWidget.h"
+//SFLPhone
 #include "AkonadiBackend.h"
 #include "widgets/BookmarkDock.h"
 #include "SFLPhone.h"
-#include "conf/ConfigurationSkeleton.h"
+
+//SFLPhone library
+#include "lib/Contact.h"
+#include "lib/sflphone_const.h"
 
 ///Constructor
 ContactItemWidget::ContactItemWidget(QWidget *parent)
-   : QWidget(parent), m_pMenu(0),init(false)
+   : QWidget(parent), m_pMenu(0)
 {
    setContextMenuPolicy(Qt::CustomContextMenu);
    m_pCallAgain  = new KAction(this);
@@ -97,6 +97,13 @@ ContactItemWidget::~ContactItemWidget()
 
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Set the contact
 void ContactItemWidget::setContact(Contact* contact)
 {
@@ -133,6 +140,19 @@ void ContactItemWidget::setContact(Contact* contact)
    connect(this,SIGNAL(customContextMenuRequested(QPoint)),this,SLOT(showContext(QPoint)));
 }
 
+///Set the model index
+void ContactItemWidget::setItem(QTreeWidgetItem* item)
+{
+   m_pItem = item;
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                    Slots                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///The contact need to be updated
 void ContactItemWidget::updated()
 {
@@ -153,7 +173,7 @@ void ContactItemWidget::updated()
    
    PhoneNumbers numbers = m_pContactKA->getPhoneNumbers();
    foreach (Contact::PhoneNumber* number, numbers) {
-      qDebug() << "Phone:" << number->getNumber() << number->getType();
+      kDebug() << "Phone:" << number->getNumber() << number->getType();
    }
 
    if (getCallNumbers().count() == 1)
@@ -167,46 +187,63 @@ void ContactItemWidget::updated()
       m_pIconL->setPixmap(*m_pContactKA->getPhoto());
 }
 
-QString ContactItemWidget::getContactName() const
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Return contact name
+const QString& ContactItemWidget::getContactName() const
 {
    return m_pContactKA->getFormattedName();
 }
 
+///Return call number
 PhoneNumbers ContactItemWidget::getCallNumbers() const
 {
    return m_pContactKA->getPhoneNumbers();
 }
 
-QString ContactItemWidget::getOrganization() const
+///Return the organisation
+const QString& ContactItemWidget::getOrganization() const
 {
    return m_pContactKA->getOrganization();
 }
 
-QString ContactItemWidget::getEmail() const
+///Return the email address
+const QString& ContactItemWidget::getEmail() const
 {
    return m_pContactKA->getPreferredEmail();
 }
 
+///Return the picture
 QPixmap* ContactItemWidget::getPicture() const
 {
    return (QPixmap*) m_pContactKA->getPhoto();
 }
 
-QTreeWidgetItem* ContactItemWidget::getItem()
+///Return the model index
+QTreeWidgetItem* ContactItemWidget::getItem() const
 {
    return m_pItem;
 }
 
-void ContactItemWidget::setItem(QTreeWidgetItem* item)
-{
-   m_pItem = item;
-}
-
-Contact* ContactItemWidget::getContact()
+///Return the contact object
+Contact* ContactItemWidget::getContact() const
 {
    return m_pContactKA;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Show the context menu
 void ContactItemWidget::showContext(const QPoint& pos)
 {
    if (!m_pMenu) {
@@ -223,37 +260,45 @@ void ContactItemWidget::showContext(const QPoint& pos)
    m_pMenu->exec(mapToGlobal(pos));
 }
 
-
+///Send an email
+//TODO
 void ContactItemWidget::sendEmail()
 {
-   qDebug() << "Sending email";
+   kDebug() << "Sending email";
 }
 
+///Call the same number again
+//TODO
 void ContactItemWidget::callAgain()
 {
-   qDebug() << "Calling ";
+   kDebug() << "Calling ";
 }
 
+///Copy contact to clipboard
 void ContactItemWidget::copy()
 {
-   qDebug() << "Copying contact";
+   kDebug() << "Copying contact";
    QMimeData* mimeData = new QMimeData();
    mimeData->setData(MIME_CONTACT, m_pContactKA->getUid().toUtf8());
    QClipboard* clipboard = QApplication::clipboard();
    clipboard->setMimeData(mimeData);
 }
 
+///Edit this contact
 void ContactItemWidget::editContact()
 {
-   qDebug() << "Edit contact";
+   kDebug() << "Edit contact";
    AkonadiBackend::getInstance()->editContact(m_pContactKA);
 }
 
+///Add a new phone number for this contact
+//TODO
 void ContactItemWidget::addPhone()
 {
-   qDebug() << "Adding to contact";
+   kDebug() << "Adding to contact";
 }
 
+///Add this contact to the bookmark list
 void ContactItemWidget::bookmark()
 {
    PhoneNumbers numbers = m_pContactKA->getPhoneNumbers();
diff --git a/kde/src/widgets/ContactItemWidget.h b/kde/src/widgets/ContactItemWidget.h
index 9c5151bab362d048ee24272bd2d2864d57b6ea57..fbbe3be35615be304ca6c53da08ec921a242a5b8 100644
--- a/kde/src/widgets/ContactItemWidget.h
+++ b/kde/src/widgets/ContactItemWidget.h
@@ -16,15 +16,12 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 
 #ifndef CONTACTITEMWIDGET_H
 #define CONTACTITEMWIDGET_H
 
 #include <QtGui/QWidget>
-#include <QtCore/QList>
-#include <QtCore/QVariant>
-#include <QtCore/QVector>
 #include "lib/Contact.h"
 
 //Qt
@@ -43,59 +40,62 @@ namespace KABC {
 //SFLPhone
 class Contact;
 
+///@class ContactItemWidget Item for the contact tree
 class ContactItemWidget : public QWidget
 {
    Q_OBJECT
  public:
+    //Constructor
     ContactItemWidget(QWidget* parent =0);
     ~ContactItemWidget();
 
-    KAction* m_pCallAgain;
-    KAction* m_pEditContact;
-    KAction* m_pCopy;
-    KAction* m_pEmail;
-    KAction* m_pAddPhone;
-    KAction* m_pBookmark;
-    QMenu*   m_pMenu;
-
-    KABC::Addressee* contact() const;
-    void setContact(Contact* contact);
+    //Getters
+    KABC::Addressee*  contact()         const;
+    const QString&    getContactName()  const;
+    PhoneNumbers      getCallNumbers()  const;
+    const QString&    getOrganization() const;
+    const QString&    getEmail()        const;
+    QPixmap*          getPicture()      const;
+    QTreeWidgetItem*  getItem()         const;
+    Contact*          getContact()      const;
+
+    //Setters
+    void setContact ( Contact*         contact );
+    void setItem    ( QTreeWidgetItem* item    );
+
+    //Const
     static const char * callStateIcons[12];
 
-    //QPixmap* getIcon();
-    QString  getContactName() const;
-    PhoneNumbers getCallNumbers() const;
-    QString  getOrganization() const;
-    QString  getEmail() const;
-    QPixmap* getPicture() const;
-    QTreeWidgetItem* getItem();
-    Contact* getContact();
-
-    void setItem(QTreeWidgetItem* item);
-
  private:
-    Contact* m_pContactKA;
-
-    QLabel* m_pIconL;
-    QLabel* m_pContactNameL;
-    QLabel* m_pCallNumberL;
-    QLabel* m_pOrganizationL;
-    QLabel* m_pEmailL;
-
-    QTreeWidgetItem* m_pItem;
-
-    bool init;
+    //Attributes
+    Contact* m_pContactKA    ;
+    QLabel*  m_pIconL        ;
+    QLabel*  m_pContactNameL ;
+    QLabel*  m_pCallNumberL  ;
+    QLabel*  m_pOrganizationL;
+    QLabel*  m_pEmailL       ;
+    QTreeWidgetItem* m_pItem ;
+
+    //Actions
+    KAction* m_pCallAgain   ;
+    KAction* m_pEditContact ;
+    KAction* m_pCopy        ;
+    KAction* m_pEmail       ;
+    KAction* m_pAddPhone    ;
+    KAction* m_pBookmark    ;
+    QMenu*   m_pMenu        ;
 
 public slots:
    void updated();
+   
 private slots:
    void showContext(const QPoint& pos);
-   void sendEmail();
-   void callAgain();
-   void copy();
-   void editContact();
-   void addPhone();
-   void bookmark();
+   void sendEmail   ();
+   void callAgain   ();
+   void copy        ();
+   void editContact ();
+   void addPhone    ();
+   void bookmark    ();
  };
 
 #endif // CALLTREE_ITEM_H
diff --git a/kde/src/widgets/Dialpad.cpp b/kde/src/widgets/Dialpad.cpp
index a23bf72978f38934e6fb58cce81bd46c2835048c..1f7d70404a18a4e2e65a2696ec7db83dc0355e21 100755
--- a/kde/src/widgets/Dialpad.cpp
+++ b/kde/src/widgets/Dialpad.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,119 +17,50 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
-#include "Dialpad.h"
+ **************************************************************************/
 
-#include <QLabel>
-#include <QDebug>
-#include <QPushButton>
-#include <QGridLayout>
+//Parent
+#include "Dialpad.h"
 
-///Constructor
-Dialpad::Dialpad(QWidget *parent)
- : QWidget(parent)
-{
-   gridLayout = new QGridLayout(this);
-   gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
-   
-   pushButton_0      = new QPushButton(this);
-   pushButton_1      = new QPushButton(this);
-   pushButton_2      = new QPushButton(this);
-   pushButton_3      = new QPushButton(this);
-   pushButton_4      = new QPushButton(this);
-   pushButton_5      = new QPushButton(this);
-   pushButton_6      = new QPushButton(this);
-   pushButton_7      = new QPushButton(this);
-   pushButton_8      = new QPushButton(this);
-   pushButton_9      = new QPushButton(this);
-   pushButton_diese  = new QPushButton(this);
-   pushButton_etoile = new QPushButton(this);
-      
-   pushButton_0->setObjectName(QString::fromUtf8("pushButton_0"));
-   pushButton_1->setObjectName(QString::fromUtf8("pushButton_1"));
-   pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
-   pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
-   pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
-   pushButton_5->setObjectName(QString::fromUtf8("pushButton_5"));
-   pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
-   pushButton_7->setObjectName(QString::fromUtf8("pushButton_7"));
-   pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
-   pushButton_9->setObjectName(QString::fromUtf8("pushButton_9"));
-   pushButton_diese->setObjectName(QString::fromUtf8("pushButton_diese"));
-   pushButton_etoile->setObjectName(QString::fromUtf8("pushButton_etoile"));
-   
-   gridLayout->addWidget(pushButton_1      , 0, 0 );
-   gridLayout->addWidget(pushButton_2      , 0, 1 );
-   gridLayout->addWidget(pushButton_3      , 0, 2 );
-   gridLayout->addWidget(pushButton_4      , 1, 0 );
-   gridLayout->addWidget(pushButton_5      , 1, 1 );
-   gridLayout->addWidget(pushButton_6      , 1, 2 );
-   gridLayout->addWidget(pushButton_7      , 2, 0 );
-   gridLayout->addWidget(pushButton_8      , 2, 1 );
-   gridLayout->addWidget(pushButton_9      , 2, 2 );
-   gridLayout->addWidget(pushButton_etoile , 3, 0 );
-   gridLayout->addWidget(pushButton_0      , 3, 1 );
-   gridLayout->addWidget(pushButton_diese  , 3, 2 );
-   
-   fillButtons();
-   
-   QMetaObject::connectSlotsByName(this);
-}
+//Qt
+#include <QtGui/QLabel>
+#include <QtGui/QGridLayout>
 
-///Make the buttons
-void Dialpad::fillButtons()
-{
-   QHBoxLayout * layout;
-   QLabel * number;
-   QLabel * text;
-   int spacing    = 5  ;
-   int numberSize = 14 ;
-   int textSize   = 8  ;
-   
-   QPushButton * buttons[12] = 
-       {pushButton_1,      pushButton_2,   pushButton_3, 
-        pushButton_4,      pushButton_5,   pushButton_6, 
-        pushButton_7,      pushButton_8,   pushButton_9, 
-        pushButton_etoile, pushButton_0,   pushButton_diese};
-        
-   QString numbers[12] = 
-       {"1", "2", "3", 
-        "4", "5", "6", 
-        "7", "8", "9", 
+const char* Dialpad::m_pNumbers[] =
+       {"1", "2", "3",
+        "4", "5", "6",
+        "7", "8", "9",
         "*", "0", "#"};
    
-   QString texts[12] = 
-       {  ""  ,  "abc",  "def" , 
+const char* Dialpad::m_pTexts[12] =
+        { ""  ,  "abc",  "def" ,
         "ghi" ,  "jkl",  "mno" , 
         "pqrs",  "tuv",  "wxyz", 
           ""  ,   ""  ,   ""   };
-   
-   for(int i = 0 ; i < 12 ; i++) {
-      layout = new QHBoxLayout();
-      layout->setSpacing(spacing);
-      number = new QLabel(numbers[i]);
-      number->setFont(QFont("", numberSize));
-      layout->addWidget(number);
+
+///Constructor
+Dialpad::Dialpad(QWidget *parent)
+ : QWidget(parent),gridLayout(new QGridLayout(this)),m_pButtons(new DialpadButton*[12])
+{
+   for (uint i=0; i < 12;i++) {
+      m_pButtons[i]       = new DialpadButton( this,m_pNumbers[i] );
+      QHBoxLayout* layout = new QHBoxLayout  ( m_pButtons[i]      );
+      QLabel* number      = new QLabel       ( m_pNumbers[i]      );
+      QLabel* text        = new QLabel       ( m_pTexts[i]        );
+      m_pButtons[i]->setMinimumHeight(30);
+      gridLayout->addWidget(m_pButtons[i],i/3,i%3);
+      number->setFont(QFont("", m_NumberSize));
       number->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
-      text = new QLabel(texts[i]);
-      text->setFont(QFont("", textSize));
-      layout->addWidget(text);
-      buttons[i]->setLayout(layout);
-      buttons[i]->setMinimumHeight(30);
-      buttons[i]->setText("");
+      text->setFont(QFont("", m_TextSize));
+      layout->setSpacing ( m_Spacing );
+      layout->addWidget  ( number    );
+      layout->addWidget  ( text      );
+      connect(m_pButtons[i],SIGNAL(typed(QString&)),this,SLOT(clicked(QString&)));
    }
 }
 
-///Slots
-void Dialpad::on_pushButton_1_clicked()      { emit typed("1"); }
-void Dialpad::on_pushButton_2_clicked()      { emit typed("2"); }
-void Dialpad::on_pushButton_3_clicked()      { emit typed("3"); }
-void Dialpad::on_pushButton_4_clicked()      { emit typed("4"); }
-void Dialpad::on_pushButton_5_clicked()      { emit typed("5"); }
-void Dialpad::on_pushButton_6_clicked()      { emit typed("6"); }
-void Dialpad::on_pushButton_7_clicked()      { emit typed("7"); }
-void Dialpad::on_pushButton_8_clicked()      { emit typed("8"); }
-void Dialpad::on_pushButton_9_clicked()      { emit typed("9"); }
-void Dialpad::on_pushButton_0_clicked()      { emit typed("0"); }
-void Dialpad::on_pushButton_diese_clicked()  { emit typed("#"); }
-void Dialpad::on_pushButton_etoile_clicked() { emit typed("*"); }
+///Proxy to make the view more convinient to use
+void Dialpad::clicked(QString& text)
+{
+   emit typed(text);
+}
\ No newline at end of file
diff --git a/kde/src/widgets/Dialpad.h b/kde/src/widgets/Dialpad.h
index 5a4d1c60318ba00f32823b7e351aa287ce89a4ff..fbccc35edf41096c8b860137075cfe3b57727f4d 100755
--- a/kde/src/widgets/Dialpad.h
+++ b/kde/src/widgets/Dialpad.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,68 +17,57 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 #ifndef DIALPAD_H
 #define DIALPAD_H
 
 #include <QWidget>
+#include <QPushButton>
 
 //Qt
-class QPushButton;
 class QGridLayout;
 
-/**
-A widget that represents a phone dialpad, with numbers and letters associated.
+///@class DialpadButton the 12 button of the dialpad
+class DialpadButton : public QPushButton
+{
+   Q_OBJECT
+public:
+   DialpadButton(QWidget* parent, const QString& value): QPushButton(parent),m_Value(value) {
+      connect(this,SIGNAL(clicked()),this,SLOT(sltClicked()));
+   }
+private slots:
+   void sltClicked() { emit typed(m_Value); }
+private:
+   QString m_Value;
+signals:
+   void typed(QString&);
+};
+
 
-   @author Jérémy Quentin <jeremy.quentin@gmail.com>
-*/
+///@class Dialpad A widget that representing a phone dialpad with associated numbers and letters
 class Dialpad : public QWidget
 {
 Q_OBJECT
 
 private:
-   QGridLayout* gridLayout;
-   QPushButton* pushButton_0;
-   QPushButton* pushButton_1;
-   QPushButton* pushButton_2;
-   QPushButton* pushButton_3;
-   QPushButton* pushButton_4;
-   QPushButton* pushButton_5;
-   QPushButton* pushButton_6;
-   QPushButton* pushButton_7;
-   QPushButton* pushButton_8;
-   QPushButton* pushButton_9;
-   QPushButton* pushButton_diese;
-   QPushButton* pushButton_etoile;
+   //Attributes
+   QGridLayout*    gridLayout;
+   DialpadButton** m_pButtons;
 
+   static const char* m_pNumbers[];
+   static const char* m_pTexts  [];
+   static const int m_Spacing    = 5  ;
+   static const int m_NumberSize = 14 ;
+   static const int m_TextSize   = 8  ;
+   
 public:
     Dialpad(QWidget *parent = 0);
 
-//     ~Dialpad();
-
-private:
-   void fillButtons();
-
 private slots:
-   void on_pushButton_1_clicked();
-   void on_pushButton_2_clicked();
-   void on_pushButton_3_clicked();
-   void on_pushButton_4_clicked();
-   void on_pushButton_5_clicked();
-   void on_pushButton_6_clicked();
-   void on_pushButton_7_clicked();
-   void on_pushButton_8_clicked();
-   void on_pushButton_9_clicked();
-   void on_pushButton_0_clicked();
-   void on_pushButton_diese_clicked();
-   void on_pushButton_etoile_clicked();
+   void clicked(QString& text);
 
 signals:
-   /**
-    *   This signal is emitted when the user types a button of the dialpad.
-    * @param  text the text of the button typed by the user.
-    */
    void typed(QString text);
 };
 
-#endif
+#endif
\ No newline at end of file
diff --git a/kde/src/widgets/HistoryDock.cpp b/kde/src/widgets/HistoryDock.cpp
index b31e8df3286fbca081bb7196a69d1865052d914f..b13754fdc84c09711188fac3b5b1a6a59413e225 100644
--- a/kde/src/widgets/HistoryDock.cpp
+++ b/kde/src/widgets/HistoryDock.cpp
@@ -1,24 +1,51 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
+
+//Parent
 #include "HistoryDock.h"
 
-#include <QtGui/QVBoxLayout>
-#include <kicon.h>
-#include <klineedit.h>
+//Qt
+#include <QtCore/QString>
+#include <QtCore/QDate>
 #include <QtGui/QTreeWidget>
 #include <QtGui/QComboBox>
 #include <QtGui/QPushButton>
 #include <QtGui/QLabel>
-#include <QDebug>
-#include <QDate>
 #include <QtGui/QTreeWidgetItem>
-#include <QtCore/QString>
-#include <kdatewidget.h>
-#include <QHeaderView>
 #include <QtGui/QCheckBox>
-#include <QDate>
+#include <QtGui/QGridLayout>
+#include <QtGui/QHeaderView>
+
+//KDE
+#include <KDebug>
+#include <KIcon>
+#include <KLineEdit>
+#include <KDateWidget>
+
+//SFLPhone
 #include "SFLPhone.h"
 #include "widgets/HistoryTreeItem.h"
-#include "conf/ConfigurationSkeleton.h"
 #include "AkonadiBackend.h"
+#include "conf/ConfigurationSkeleton.h"
+
+//SFLPhone library
 #include "lib/sflphone_const.h"
 
 ///Qt lack official functional sorting algo, so this hack around it
@@ -117,8 +144,8 @@ HistoryDock::HistoryDock(QWidget* parent) : QDockWidget(parent)
    m_pFromDW->setDate(date);
    
    reload();
-   m_pCurrentFromDate = m_pFromDW->date();
-   m_pCurrentToDate   = m_pToDW->date();
+   m_CurrentFromDate = m_pFromDW->date();
+   m_CurrentToDate   = m_pToDW->date();
 
    connect(m_pAllTimeCB,                  SIGNAL(toggled(bool)),            this, SLOT(enableDateRange(bool)       ));
    connect(m_pFilterLE,                   SIGNAL(textChanged(QString)),     this, SLOT(filter(QString)             ));
@@ -133,6 +160,13 @@ HistoryDock::~HistoryDock()
 {
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Return the identity of the call caller
 QString HistoryDock::getIdentity(HistoryTreeItem* item)
 {
@@ -142,10 +176,17 @@ QString HistoryDock::getIdentity(HistoryTreeItem* item)
       return item->getName();
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Update informations
 void HistoryDock::updateContactInfo()
 {
-   foreach(HistoryTreeItem* hitem, m_pHistory) {
+   foreach(HistoryTreeItem* hitem, m_History) {
       hitem->updated();
    }
 }
@@ -154,20 +195,20 @@ void HistoryDock::updateContactInfo()
 void HistoryDock::reload()
 {
    m_pItemView->clear();
-   foreach(HistoryTreeItem* hitem, m_pHistory) {
+   foreach(HistoryTreeItem* hitem, m_History) {
       delete hitem;
    }
-   m_pHistory.clear();
+   m_History.clear();
    foreach (Call* call, SFLPhone::app()->model()->getHistory()) {
       if (!m_pAllTimeCB->isChecked() || (QDateTime(m_pFromDW->date()).toTime_t() < call->getStartTimeStamp().toUInt() && QDateTime(m_pToDW->date().addDays(1)).toTime_t() > call->getStartTimeStamp().toUInt() )) {
          HistoryTreeItem* callItem = new HistoryTreeItem(m_pItemView);
          callItem->setCall(call);
-         m_pHistory << callItem;
+         m_History << callItem;
       }
    }
    switch (m_pSortByCBB->currentIndex()) {
       case Date:
-         foreach(HistoryTreeItem* hitem, m_pHistory) {
+         foreach(HistoryTreeItem* hitem, m_History) {
             QNumericTreeWidgetItem* item = new QNumericTreeWidgetItem(m_pItemView);
             item->widget = hitem;
             hitem->setItem(item);
@@ -177,7 +218,7 @@ void HistoryDock::reload()
          break;
       case Name: {
          QHash<QString,QTreeWidgetItem*> group;
-         foreach(HistoryTreeItem* item, m_pHistory) {
+         foreach(HistoryTreeItem* item, m_History) {
             if (!group[getIdentity(item)]) {
                group[getIdentity(item)] = new QTreeWidgetItem(m_pItemView);
                group[getIdentity(item)]->setText(0,getIdentity(item));
@@ -192,7 +233,7 @@ void HistoryDock::reload()
       }
       case Popularity: {
          QHash<QString,QNumericTreeWidgetItem*> group;
-         foreach(HistoryTreeItem* item, m_pHistory) {
+         foreach(HistoryTreeItem* item, m_History) {
             if (!group[getIdentity(item)]) {
                group[getIdentity(item)] = new QNumericTreeWidgetItem(m_pItemView);
                group[getIdentity(item)]->weight = 0;
@@ -208,7 +249,7 @@ void HistoryDock::reload()
          break;
       }
       case Duration:
-         foreach(HistoryTreeItem* hitem, m_pHistory) {
+         foreach(HistoryTreeItem* hitem, m_History) {
             QNumericTreeWidgetItem* item = new QNumericTreeWidgetItem(m_pItemView);
             item->weight = hitem->getDuration();
             hitem->setItem(item);
@@ -235,7 +276,7 @@ void HistoryDock::enableDateRange(bool enable)
 ///Filter the history
 void HistoryDock::filter(QString text)
 {
-   foreach(HistoryTreeItem* item, m_pHistory) {
+   foreach(HistoryTreeItem* item, m_History) {
       bool visible = (item->getName().toLower().indexOf(text) != -1) || (item->getPhoneNumber().toLower().indexOf(text) != -1);
       item->getItem()-> setHidden(!visible);
    }
@@ -269,7 +310,7 @@ void HistoryDock::updateLinkedDate(KDateWidget* item, QDate& prevDate, QDate& ne
 void HistoryDock::updateLinkedFromDate(QDate date)
 {
    disconnect (m_pToDW  ,  SIGNAL(changed(QDate)),       this, SLOT(updateLinkedToDate(QDate)));
-   updateLinkedDate(m_pToDW,m_pCurrentFromDate,date);
+   updateLinkedDate(m_pToDW,m_CurrentFromDate,date);
    connect    (m_pToDW  ,  SIGNAL(changed(QDate)),       this, SLOT(updateLinkedToDate(QDate)));
 }
 
@@ -277,14 +318,21 @@ void HistoryDock::updateLinkedFromDate(QDate date)
 void HistoryDock::updateLinkedToDate(QDate date)
 {
    disconnect(m_pFromDW  ,  SIGNAL(changed(QDate)),       this, SLOT(updateLinkedFromDate(QDate)));
-   updateLinkedDate(m_pFromDW,m_pCurrentToDate,date);
+   updateLinkedDate(m_pFromDW,m_CurrentToDate,date);
    connect   (m_pFromDW  ,  SIGNAL(changed(QDate)),       this, SLOT(updateLinkedFromDate(QDate)));
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                             Drag and drop                                 *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Generate serializerd version of the content 
 QMimeData* HistoryTree::mimeData( const QList<QTreeWidgetItem *> items) const
 {
-   qDebug() << "An history call is being dragged";
+   kDebug() << "An history call is being dragged";
    if (items.size() < 1) {
       return NULL;
    }
@@ -299,7 +347,7 @@ QMimeData* HistoryTree::mimeData( const QList<QTreeWidgetItem *> items) const
       }
    }
    else {
-      qDebug() << "the item is not a call";
+      kDebug() << "the item is not a call";
    }
    return mimeData;
 }
@@ -313,11 +361,18 @@ bool HistoryTree::dropMimeData(QTreeWidgetItem *parent, int index, const QMimeDa
 
    QByteArray encodedData = data->data(MIME_CALLID);
 
-   qDebug() << "In history import"<< QString(encodedData);
+   kDebug() << "In history import"<< QString(encodedData);
 
    return false;
 }
 
+
+/*****************************************************************************
+ *                                                                           *
+ *                              Keyboard handling                            *
+ *                                                                           *
+ ****************************************************************************/
+
 ///Handle keyboard input and redirect them to the filterbox
 void HistoryDock::keyPressEvent(QKeyEvent* event) {
    int key = event->key();
diff --git a/kde/src/widgets/HistoryDock.h b/kde/src/widgets/HistoryDock.h
index 3c1b20e68b88719fdfda2068881dd9de1380951d..f7b6663c983e8dc3460738251845f8dd08364aa8 100644
--- a/kde/src/widgets/HistoryDock.h
+++ b/kde/src/widgets/HistoryDock.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
+ *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 3 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ **************************************************************************/
 #ifndef HISTORY_DOCK_H
 #define HISTORY_DOCK_H
 
@@ -13,6 +32,7 @@ class QComboBox;
 class QLabel;
 class QCheckBox;
 class QPushButton;
+class QDate;
 
 //KDE
 class KLineEdit;
@@ -22,15 +42,23 @@ class KDateWidget;
 class HistoryTreeItem;
 class HistoryTree;
 
+//Typedef
 typedef QList<HistoryTreeItem*> HistoryList;
 
+///@class HistoryDock Dock to see the previous SFLPhone calls
 class HistoryDock : public QDockWidget {
    Q_OBJECT
+   
 public:
+   //Friends
    friend class KeyPressEater;
+
+   //Constructors
    HistoryDock(QWidget* parent);
    virtual ~HistoryDock();
+   
 private:
+   //Enum
    enum SortBy {
       Date       = 0,
       Name       = 1,
@@ -38,32 +66,41 @@ private:
       Duration   = 3
    };
 
-   void updateLinkedDate(KDateWidget* item, QDate& prevDate, QDate& newDate);
+   //Getters
    QString getIdentity(HistoryTreeItem* item);
-   HistoryTree*  m_pItemView;
-   KLineEdit*    m_pFilterLE;
-   QComboBox*    m_pSortByCBB;
-   QLabel*       m_pSortByL;
-   QLabel*       m_pFromL;
-   QLabel*       m_pToL;
-   KDateWidget*  m_pFromDW;
-   KDateWidget*  m_pToDW;
-   QCheckBox*    m_pAllTimeCB;
-   QPushButton*  m_pLinkPB;
-   HistoryList   m_pHistory;
-   QDate         m_pCurrentFromDate;
-   QDate         m_pCurrentToDate;
+
+   //Attributes
+   HistoryTree*  m_pItemView        ;
+   KLineEdit*    m_pFilterLE        ;
+   QComboBox*    m_pSortByCBB       ;
+   QLabel*       m_pSortByL         ;
+   QLabel*       m_pFromL           ;
+   QLabel*       m_pToL             ;
+   KDateWidget*  m_pFromDW          ;
+   KDateWidget*  m_pToDW            ;
+   QCheckBox*    m_pAllTimeCB       ;
+   QPushButton*  m_pLinkPB          ;
+   HistoryList   m_History          ;
+   QDate         m_CurrentFromDate  ;
+   QDate         m_CurrentToDate    ;
+
+   //Mutator
+   void updateLinkedDate(KDateWidget* item, QDate& prevDate, QDate& newDate);
+   
 public slots:
    void enableDateRange(bool enable);
    virtual void keyPressEvent(QKeyEvent* event);
+
 private slots:
-   void filter(QString text);
-   void updateLinkedFromDate(QDate date);
-   void updateLinkedToDate(QDate date);
-   void reload();
-   void updateContactInfo();
+   void filter               (QString text );
+   void updateLinkedFromDate (QDate   date );
+   void updateLinkedToDate   (QDate   date );
+   void reload               (             );
+   void updateContactInfo    (             );
 };
 
+
+///@class HistoryTree Simple tree view with additional keybpard filter
 class HistoryTree : public QTreeWidget {
    Q_OBJECT
 public:
diff --git a/kde/src/widgets/HistoryTreeItem.cpp b/kde/src/widgets/HistoryTreeItem.cpp
index f27c8c8793c03d0dd458fbba0dc0262f3bc355ba..f082620898fdd7c1db3b62acff99d2a21360d7e0 100644
--- a/kde/src/widgets/HistoryTreeItem.cpp
+++ b/kde/src/widgets/HistoryTreeItem.cpp
@@ -18,35 +18,37 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  **************************************************************************/
 
+//Parent
+#include "HistoryTreeItem.h"
+
+//Qt
 #include <QtCore/QStringList>
 #include <QtGui/QGridLayout>
 #include <QtGui/QMenu>
-
-#include <klocale.h>
-#include <kdebug.h>
-#include <unistd.h>
-#include <kaction.h>
 #include <QtGui/QLabel>
 #include <QtGui/QSpacerItem>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QVBoxLayout>
+
+//KDE
+#include <KLocale>
+#include <KDebug>
+#include <KAction>
 #include <KIcon>
-#include <QLabel>
 
+//SFLPhone library
 #include "lib/sflphone_const.h"
-#include "HistoryTreeItem.h"
-#include "AkonadiBackend.h"
 #include "lib/Contact.h"
+#include "lib/Call.h"
+
+//SFLPhone
+#include "AkonadiBackend.h"
 #include "SFLPhone.h"
 #include "widgets/BookmarkDock.h"
-#include "conf/ConfigurationSkeleton.h"
-#include "lib/Call.h"
 
 const char * HistoryTreeItem::callStateIcons[12] = {ICON_INCOMING, ICON_RINGING, ICON_CURRENT, ICON_DIALING, ICON_HOLD, ICON_FAILURE, ICON_BUSY, ICON_TRANSFER, ICON_TRANSF_HOLD, "", "", ICON_CONFERENCE};
 
 ///Constructor
 HistoryTreeItem::HistoryTreeItem(QWidget *parent ,QString phone)
-   : QWidget(parent), itemCall(0),m_pMenu(0), init(false)
+   : QWidget(parent), m_pItemCall(0),m_pMenu(0)
 {
    setContextMenuPolicy(Qt::CustomContextMenu);
 
@@ -92,20 +94,20 @@ HistoryTreeItem::HistoryTreeItem(QWidget *parent ,QString phone)
    connect(m_pBookmark     , SIGNAL(triggered())                        , this , SLOT(bookmark()          ));
    connect(this            , SIGNAL(customContextMenuRequested(QPoint)) , this , SLOT(showContext(QPoint) ));
 
-   labelIcon        = new QLabel( this );
-   labelPeerName    = new QLabel( this );
-   labelCallNumber2 = new QLabel( this );
+   m_pIconL         = new QLabel( this );
+   m_pPeerNameL     = new QLabel( this );
+   m_pCallNumberL   = new QLabel( this );
    m_pDurationL     = new QLabel( this );
    m_pTimeL         = new QLabel( this );
    
-   labelIcon->setMinimumSize(70,48);
-   labelIcon->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
+   m_pIconL->setMinimumSize(70,48);
+   m_pIconL->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
    QSpacerItem* verticalSpacer = new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Expanding);
 
    QGridLayout* mainLayout = new QGridLayout(this);
-   mainLayout->addWidget ( labelIcon,0,0,4,1    );
-   mainLayout->addWidget ( labelPeerName,0,1    );
-   mainLayout->addWidget ( labelCallNumber2,1,1 );
+   mainLayout->addWidget ( m_pIconL,0,0,4,1     );
+   mainLayout->addWidget ( m_pPeerNameL,0,1     );
+   mainLayout->addWidget ( m_pCallNumberL,1,1   );
    mainLayout->addWidget ( m_pTimeL,2,1         );
    mainLayout->addItem   ( verticalSpacer,3,1   );
    mainLayout->addWidget ( m_pDurationL,0,2,4,1 );
@@ -114,8 +116,8 @@ HistoryTreeItem::HistoryTreeItem(QWidget *parent ,QString phone)
 
    if (!phone.isEmpty()) {
       getContactInfo(phone);
-      labelCallNumber2->setText(phone);
-      m_pPhoneNumber = phone;
+      m_pCallNumberL->setText(phone);
+      m_PhoneNumber = phone;
    }
 }
 
@@ -125,118 +127,46 @@ HistoryTreeItem::~HistoryTreeItem()
    
 }
 
-///Return the call item
-Call* HistoryTreeItem::call() const
-{
-   return itemCall;
-}
-
-///Set the call to be handled by this item
-void HistoryTreeItem::setCall(Call *call)
-{
-   itemCall = call;
-   
-   if (itemCall->isConference()) {
-      labelIcon->setVisible(true);
-      return;
-   }
-   
-   labelCallNumber2->setText(itemCall->getPeerPhoneNumber()); 
-
-   m_pTimeL->setText(QDateTime::fromTime_t(itemCall->getStartTimeStamp().toUInt()).toString());
-
-   int dur = itemCall->getStopTimeStamp().toInt() - itemCall->getStartTimeStamp().toInt();
-   m_pDurationL->setText(QString("%1").arg(dur/3600,2)+":"+QString("%1").arg((dur%3600)/60,2)+":"+QString("%1").arg((dur%3600)%60,2)+" ");
 
-   connect(itemCall , SIGNAL(changed())                          , this , SLOT(updated()           ));
-   updated();
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
 
-   m_pTimeStamp = itemCall->getStartTimeStamp().toUInt();
-   m_pDuration = dur;
-   m_pName = itemCall->getPeerName();
-   m_pPhoneNumber = itemCall->getPeerPhoneNumber();
-}
-
-///Can a contact be associed with this call?
-bool HistoryTreeItem::getContactInfo(QString phoneNumber)
+///Return the call item
+Call* HistoryTreeItem::call() const
 {
-   Contact* contact = AkonadiBackend::getInstance()->getContactByPhone(phoneNumber);
-   if (contact) {
-      if (contact->getPhoto() != NULL)
-         labelIcon->setPixmap(*contact->getPhoto());
-      labelPeerName->setText("<b>"+contact->getFormattedName()+"</b>");
-   }
-   else {
-      labelIcon->setPixmap(QPixmap(KIcon("user-identity").pixmap(QSize(48,48))));
-      labelPeerName->setText(i18n("<b>Unknow</b>"));
-      return false;
-   }
-   return true;
+   return m_pItemCall;
 }
 
 ///The item have to be updated
 void HistoryTreeItem::updated()
 {
-   if (!getContactInfo(itemCall->getPeerPhoneNumber())) {
-      if(! itemCall->getPeerName().trimmed().isEmpty()) {
-         labelPeerName->setText("<b>"+itemCall->getPeerName()+"</b>");
+   if (!getContactInfo(m_pItemCall->getPeerPhoneNumber())) {
+      if(! m_pItemCall->getPeerName().trimmed().isEmpty()) {
+         m_pPeerNameL->setText("<b>"+m_pItemCall->getPeerName()+"</b>");
       }
    }
-   call_state state = itemCall->getState();
-   bool recording = itemCall->getRecording();
+   call_state state = m_pItemCall->getState();
+   bool recording = m_pItemCall->getRecording();
    if(state != CALL_STATE_OVER) {
       if(state == CALL_STATE_CURRENT && recording) {
-         labelIcon->setPixmap(QPixmap(ICON_CURRENT_REC));
+         m_pIconL->setPixmap(QPixmap(ICON_CURRENT_REC));
       }
       else {
          QString str = QString(callStateIcons[state]);
-         labelIcon->setPixmap(QPixmap(str));
+         m_pIconL->setPixmap(QPixmap(str));
       }
-      labelCallNumber2->setText(itemCall->getPeerPhoneNumber());
+      m_pCallNumberL->setText(m_pItemCall->getPeerPhoneNumber());
                 
       if(state == CALL_STATE_DIALING) {
-         labelCallNumber2->setText(itemCall->getCallNumber());
+         m_pCallNumberL->setText(m_pItemCall->getCallNumber());
       }
    }
    
 }
 
-///Return the time stamp
-uint HistoryTreeItem::getTimeStamp()
-{
-   return m_pTimeStamp;
-}
-
-///Return the duration
-uint HistoryTreeItem::getDuration()
-{
-   return m_pDuration;
-}
-
-///Return the caller name
-QString HistoryTreeItem::getName()
-{
-   return m_pName;
-}
-
-///Return the caller peer number
-QString HistoryTreeItem::getPhoneNumber()
-{
-   return m_pPhoneNumber;
-}
-
-///Get the index item assiciated with this widget
-QTreeWidgetItem* HistoryTreeItem::getItem()
-{
-   return m_pItem;
-}
-
-///Set the index associed with this widget
-void HistoryTreeItem::setItem(QTreeWidgetItem* item)
-{
-   m_pItem = item;
-}
-
 ///Show the context menu
 void HistoryTreeItem::showContext(const QPoint& pos)
 {
@@ -256,32 +186,32 @@ void HistoryTreeItem::showContext(const QPoint& pos)
 void HistoryTreeItem::sendEmail()
 {
    //TODO
-   qDebug() << "Sending email";
+   kDebug() << "Sending email";
 }
 
 ///Call the caller again
 void HistoryTreeItem::callAgain()
 {
-   if (itemCall) {
-      qDebug() << "Calling "<< itemCall->getPeerPhoneNumber();
+   if (m_pItemCall) {
+      kDebug() << "Calling "<< m_pItemCall->getPeerPhoneNumber();
    }
-   SFLPhone::model()->addDialingCall(m_pName, SFLPhone::app()->model()->getCurrentAccountId())->setCallNumber(m_pPhoneNumber);
+   SFLPhone::model()->addDialingCall(m_Name, SFLPhone::app()->model()->getCurrentAccountId())->setCallNumber(m_PhoneNumber);
 }
 
 ///Copy the call
 void HistoryTreeItem::copy()
 {
    //TODO
-   qDebug() << "Copying contact";
+   kDebug() << "Copying contact";
 }
 
 ///Create a contact from those informations
 void HistoryTreeItem::addContact()
 {
-   qDebug() << "Adding contact";
+   kDebug() << "Adding contact";
    Contact* aContact = new Contact();
-   aContact->setPhoneNumbers(PhoneNumbers() << new Contact::PhoneNumber(m_pPhoneNumber, "Home"));
-   aContact->setFormattedName(m_pName);
+   aContact->setPhoneNumbers(PhoneNumbers() << new Contact::PhoneNumber(m_PhoneNumber, "Home"));
+   aContact->setFormattedName(m_Name);
    AkonadiBackend::getInstance()->addNewContact(aContact);
 }
 
@@ -289,12 +219,104 @@ void HistoryTreeItem::addContact()
 void HistoryTreeItem::addToContact()
 {
    //TODO
-   qDebug() << "Adding to contact";
+   kDebug() << "Adding to contact";
 }
 
 ///Bookmark this contact
 void HistoryTreeItem::bookmark()
 {
-   qDebug() << "bookmark";
-   SFLPhone::app()->bookmarkDock()->addBookmark(m_pPhoneNumber);
+   SFLPhone::app()->bookmarkDock()->addBookmark(m_PhoneNumber);
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Setters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Set the call to be handled by this item
+void HistoryTreeItem::setCall(Call *call)
+{
+   m_pItemCall = call;
+   
+   if (m_pItemCall->isConference()) {
+      m_pIconL->setVisible(true);
+      return;
+   }
+   
+   m_pCallNumberL->setText(m_pItemCall->getPeerPhoneNumber());
+
+   m_pTimeL->setText(QDateTime::fromTime_t(m_pItemCall->getStartTimeStamp().toUInt()).toString());
+
+   int dur = m_pItemCall->getStopTimeStamp().toInt() - m_pItemCall->getStartTimeStamp().toInt();
+   m_pDurationL->setText(QString("%1").arg(dur/3600,2)+":"+QString("%1").arg((dur%3600)/60,2)+":"+QString("%1").arg((dur%3600)%60,2)+" ");
+
+   connect(m_pItemCall , SIGNAL(changed())                          , this , SLOT(updated()           ));
+   updated();
+
+   m_TimeStamp   = m_pItemCall->getStartTimeStamp().toUInt();
+   m_Duration    = dur;
+   m_Name        = m_pItemCall->getPeerName();
+   m_PhoneNumber = m_pItemCall->getPeerPhoneNumber();
+}
+
+///Set the index associed with this widget
+void HistoryTreeItem::setItem(QTreeWidgetItem* item)
+{
+   m_pItem = item;
+}
+
+
+/*****************************************************************************
+ *                                                                           *
+ *                                  Getters                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Can a contact be associed with this call?
+bool HistoryTreeItem::getContactInfo(QString phoneNumber)
+{
+   Contact* contact = AkonadiBackend::getInstance()->getContactByPhone(phoneNumber);
+   if (contact) {
+      if (contact->getPhoto() != NULL)
+         m_pIconL->setPixmap(*contact->getPhoto());
+      m_pPeerNameL->setText("<b>"+contact->getFormattedName()+"</b>");
+   }
+   else {
+      m_pIconL->setPixmap(QPixmap(KIcon("user-identity").pixmap(QSize(48,48))));
+      m_pPeerNameL->setText(i18n("<b>Unknow</b>"));
+      return false;
+   }
+   return true;
+}
+
+///Return the time stamp
+uint HistoryTreeItem::getTimeStamp()
+{
+   return m_TimeStamp;
+}
+
+///Return the duration
+uint HistoryTreeItem::getDuration()
+{
+   return m_Duration;
+}
+
+///Return the caller name
+QString HistoryTreeItem::getName()
+{
+   return m_Name;
+}
+
+///Return the caller peer number
+QString HistoryTreeItem::getPhoneNumber()
+{
+   return m_PhoneNumber;
+}
+
+///Get the index item assiciated with this widget
+QTreeWidgetItem* HistoryTreeItem::getItem()
+{
+   return m_pItem;
 }
\ No newline at end of file
diff --git a/kde/src/widgets/HistoryTreeItem.h b/kde/src/widgets/HistoryTreeItem.h
index 28eb710bc80637f6e46e47d80a0c9a06abf3f0e2..54671f924b39b15759d92f310ff3e4b58bc34f05 100644
--- a/kde/src/widgets/HistoryTreeItem.h
+++ b/kde/src/widgets/HistoryTreeItem.h
@@ -29,9 +29,6 @@
 #define HISTORYTREE_ITEM_H
 
 #include <QtGui/QWidget>
-#include <QtCore/QList>
-#include <QtCore/QVariant>
-#include <QtCore/QVector>
 
 //SFLPhone
 class Call;
@@ -44,52 +41,58 @@ class QLabel;
 //KDE
 class KAction;
 
+///@class HistoryTreeItem Items for the history dock
 class HistoryTreeItem : public QWidget
 {
    Q_OBJECT
  public:
+    //Constructor
     HistoryTreeItem(QWidget* parent =0, QString phone = "");
     ~HistoryTreeItem();
     
-    Call* call() const;
-    void setCall(Call *call);
-    static const char * callStateIcons[12];
+    //Getters
+    Call*            call           () const;
+    uint             getTimeStamp   ();
+    uint             getDuration    ();
+    QString          getName        ();
+    QString          getPhoneNumber ();
+    QTreeWidgetItem* getItem        ();
 
-    uint getTimeStamp();
-    uint getDuration();
-    QString getName();
-    QString getPhoneNumber();
-    QTreeWidgetItem* getItem();
+    //Setters
+    void setCall (Call*            call);
+    void setItem (QTreeWidgetItem* item);
 
-    void setItem(QTreeWidgetItem* item);
+    //Const
+    static const char * callStateIcons[12];
     
  private:
-    Call *itemCall;
+    //Attributes
+    Call*    m_pItemCall      ;
 
-    QLabel* labelIcon;
-    QLabel* labelPeerName;
-    QLabel* labelCallNumber2;
-    QLabel* m_pTimeL;
-    QLabel* m_pDurationL;
+    QLabel*  m_pIconL         ;
+    QLabel*  m_pPeerNameL     ;
+    QLabel*  m_pCallNumberL   ;
+    QLabel*  m_pTimeL         ;
+    QLabel*  m_pDurationL     ;
 
-    KAction* m_pCallAgain;
-    KAction* m_pAddContact;
-    KAction* m_pAddToContact;
-    KAction* m_pCopy;
-    KAction* m_pEmail;
-    KAction* m_pBookmark;
-    QMenu*   m_pMenu;
+    KAction* m_pCallAgain     ;
+    KAction* m_pAddContact    ;
+    KAction* m_pAddToContact  ;
+    KAction* m_pCopy          ;
+    KAction* m_pEmail         ;
+    KAction* m_pBookmark      ;
+    QMenu*   m_pMenu          ;
 
-    uint m_pTimeStamp;
-    uint m_pDuration;
-    QString m_pName;
-    QString m_pPhoneNumber;
-    QTreeWidgetItem* m_pItem;
+    uint     m_TimeStamp      ;
+    uint     m_Duration       ;
+    QString  m_Name           ;
+    QString  m_PhoneNumber    ;
     
-    bool init;
+    QTreeWidgetItem* m_pItem;
 
 public slots:
    void updated();
+   
 private slots:
    void showContext(const QPoint& pos);
    void sendEmail();
@@ -99,6 +102,7 @@ private slots:
    void addToContact();
    void bookmark();
    bool getContactInfo(QString phone);
+   
 signals:
    void over(Call*);
 };
diff --git a/kde/src/widgets/SFLPhoneTray.cpp b/kde/src/widgets/SFLPhoneTray.cpp
index 88e924df435cd29769794fce01e164ce59b213a9..01e72c3ee62cfa95eb6f230737dd96e8a3859b0c 100755
--- a/kde/src/widgets/SFLPhoneTray.cpp
+++ b/kde/src/widgets/SFLPhoneTray.cpp
@@ -1,5 +1,5 @@
-/************************************** *************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+/***************************************************************************
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,49 +17,57 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
-
-#include <QDebug>
-#include <KAction>
-#include <QMenu>
-#include <QIcon>
+ **************************************************************************/
 
+//Parent
 #include "SFLPhoneTray.h"
 
+//Qt
+#include <QtGui/QMenu>
+#include <QtGui/QIcon>
+
+//KDE
+#include <KDebug>
+#include <KAction>
+
+///Constructor
 SFLPhoneTray::SFLPhoneTray(QIcon icon, QWidget *parent)
       : KSystemTrayIcon(icon, parent),
-         trayIconMenu(0),
-         initialized_(false)
+         m_pTrayIconMenu(0),
+         m_Init(false)
 {
 }
 
+///Destructor
 SFLPhoneTray::~SFLPhoneTray()
 {
 }
 
+///Initializer
 bool SFLPhoneTray::initialize()
 {
-   if ( initialized_ ) {
-      qDebug() << "Already initialized.";
+   if ( m_Init ) {
+      kDebug() << "Already initialized.";
       return false;
    }
 
-   trayIconMenu = new QMenu(parentWidget());
-   setContextMenu(trayIconMenu);
-
-   setupActions();
+   m_pTrayIconMenu = new QMenu(parentWidget());
+   setContextMenu(m_pTrayIconMenu);
 
-   initialized_ = true;
+   m_Init = true;
 
    return true;
 }
 
-void SFLPhoneTray::addAction(KAction *action)
-{
-   trayIconMenu->addAction(action);
-}
 
-void SFLPhoneTray::setupActions()
+/*****************************************************************************
+ *                                                                           *
+ *                                  Mutator                                  *
+ *                                                                           *
+ ****************************************************************************/
+
+///Add a new action
+void SFLPhoneTray::addAction(KAction *action)
 {
-   qDebug() << "setupActions";
-}
+   m_pTrayIconMenu->addAction(action);
+}
\ No newline at end of file
diff --git a/kde/src/widgets/SFLPhoneTray.h b/kde/src/widgets/SFLPhoneTray.h
index 9c4d730fcb8bf0b6952069783a0b45f7613b4613..bfad9dae09306b412759d7f2127899077ac9c799 100755
--- a/kde/src/widgets/SFLPhoneTray.h
+++ b/kde/src/widgets/SFLPhoneTray.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2009-2010 by Savoir-Faire Linux                         *
+ *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>         *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
+ **************************************************************************/
 
 #ifndef SFLPHONETRAY_H
 #define SFLPHONETRAY_H
@@ -31,20 +31,24 @@ class KAction;
 class QMenu;
 class QIcon;
 
+///@class SFLPhoneTray The old system try, should be totally replaced by a plasmoid some day
 class SFLPhoneTray : public KSystemTrayIcon
 {
 Q_OBJECT
 
 public:
+   //Constructor
    SFLPhoneTray(QIcon icon, QWidget *parent = 0);
    ~SFLPhoneTray();
    bool initialize();
-   void setupActions();
+
+   //Mutators
    void addAction(KAction *action);
 
 private:
-   QMenu *trayIconMenu;
-   bool initialized_;
+   //Attributes
+   QMenu* m_pTrayIconMenu;
+   bool   m_Init;
 };
 
 #endif // SFLPHONETRAY_H
diff --git a/kde/src/widgets/TranslucentButtons.cpp b/kde/src/widgets/TranslucentButtons.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..a75fdb3f6cfae89cf86c318ee504880ee9f61dac
--- /dev/null
+++ b/kde/src/widgets/TranslucentButtons.cpp
@@ -0,0 +1,128 @@
+#include "TranslucentButtons.h"
+
+#include <QtGui/QPainter>
+#include <KDebug>
+
+#include <QtCore/QTimer>
+#include <QDragEnterEvent>
+#include <QDragMoveEvent>
+#include <QDragLeaveEvent>
+#include <QMimeData>
+
+///Constructor
+TranslucentButtons::TranslucentButtons(QWidget* parent):QPushButton(parent),m_enabled(true),m_pTimer(0),m_CurrentState(0),m_pImg(0)
+{
+   setAcceptDrops(true);
+   m_CurrentColor = "black";
+   m_CurrentColor.setAlpha(0);
+}
+
+///Destructor
+TranslucentButtons::~TranslucentButtons()
+{
+   
+}
+
+///How to paint
+void TranslucentButtons::paintEvent(QPaintEvent* event)
+{
+   Q_UNUSED(event)
+   QPainter customPainter(this);
+   customPainter.setBackground(m_CurrentColor);
+   customPainter.setBrush(m_CurrentColor);
+   customPainter.setPen(Qt::NoPen);
+   customPainter.drawRoundedRect(rect(), 10, 10);
+   customPainter.setPen(m_Pen);
+
+   if (m_pImg) {
+      customPainter.drawImage(QRect(QPoint(rect().x()+rect().width()-50,10),QSize(40,rect().height()-20)),*m_pImg, QRectF(m_pImg->rect()));
+   }
+
+   QFont font = customPainter.font();
+   font.setBold(true);
+   customPainter.setFont(font);
+   customPainter.drawText (rect(), Qt::AlignVCenter|Qt::AlignHCenter, text().replace("&","") );
+}
+
+///Override the visibility toggler
+void TranslucentButtons::setVisible(bool enabled)
+{
+   kDebug() << "Enabling!";
+   if (m_enabled != enabled) {
+      if (m_pTimer) {
+         m_pTimer->stop();
+         disconnect(m_pTimer);
+      }
+      m_pTimer = new QTimer(this); //TODO LEAK
+      connect(m_pTimer, SIGNAL(timeout()), this, SLOT(changeVisibility()));
+      m_step = 0;
+      m_CurrentColor = "black";
+      m_CurrentColor.setAlpha(0);
+      repaint();
+      m_pTimer->start(10);
+      raise();
+   }
+   m_enabled = enabled;
+   QWidget::setVisible(enabled);
+}
+
+///Step by step animation
+void TranslucentButtons::changeVisibility()
+{
+   m_step++;
+   m_CurrentColor.setAlpha(0.1*m_step*m_step);
+   repaint();
+   if (m_step >= 35)
+      m_pTimer->stop();
+}
+
+void TranslucentButtons::dragEnterEvent ( QDragEnterEvent *e )
+{
+   e->ignore();
+}
+
+void TranslucentButtons::dragMoveEvent  ( QDragMoveEvent  *e )
+{
+   e->ignore();
+}
+
+void TranslucentButtons::dragLeaveEvent ( QDragLeaveEvent *e )
+{
+   e->ignore();
+}
+
+///Propagate the mime data
+///@note This propagate like this: button -> tree item -> treewidget
+void TranslucentButtons::dropEvent(QDropEvent *e)
+{
+   kDebug() << "Drop accepted";
+   emit dataDropped((QMimeData*)e->mimeData());
+}
+
+///Set the state when the user hover the widget
+///@note This is not called directly to avoid a Qt bug/limitation
+void TranslucentButtons::setHoverState(bool hover)
+{
+   if (hover != m_CurrentState) {
+      if (hover) {
+         int alpha = m_CurrentColor.alpha();
+         m_CurrentColor = "grey";
+         m_CurrentColor.setAlpha(alpha);
+         m_Pen.setColor("black");
+      }
+      else {
+         int alpha = m_CurrentColor.alpha();
+         m_CurrentColor = "black";
+         m_CurrentColor.setAlpha(alpha);
+         m_Pen.setColor("white");
+      }
+      repaint();
+      m_CurrentState = hover;
+   }
+}
+
+///Set the button pixmap
+void TranslucentButtons::setPixmap(QImage* img)
+{
+   m_pImg = img;
+}
\ No newline at end of file
diff --git a/kde/src/widgets/TranslucentButtons.h b/kde/src/widgets/TranslucentButtons.h
new file mode 100644
index 0000000000000000000000000000000000000000..50585294ddecdaaa298da54ebc29c1db49163f95
--- /dev/null
+++ b/kde/src/widgets/TranslucentButtons.h
@@ -0,0 +1,48 @@
+#ifndef TRANSLUCENTBUTTONS_H
+#define TRANSLUCENTBUTTONS_H
+#include <QtGui/QPushButton>
+#include <QtGui/QPen>
+
+class QTimer;
+class QMimeData;
+class QImage;
+
+///@class TranslucentButtons Fancy buttons for the call widget
+class TranslucentButtons : public QPushButton
+{
+   Q_OBJECT
+public:
+   //Constructor
+   TranslucentButtons(QWidget* parent);
+   ~TranslucentButtons();
+
+   //Setters
+   void setHoverState(bool hover);
+   void setPixmap(QImage* img);
+   
+protected:
+   //Reimplementation
+   virtual void paintEvent(QPaintEvent* event);
+   virtual void dragEnterEvent ( QDragEnterEvent *e );
+   virtual void dragMoveEvent  ( QDragMoveEvent  *e );
+   virtual void dragLeaveEvent ( QDragLeaveEvent *e );
+   virtual void dropEvent      ( QDropEvent      *e );
+   
+private:
+   //Attributes
+   bool    m_enabled     ;
+   uint    m_step        ;
+   QTimer* m_pTimer      ;
+   QColor  m_CurrentColor;
+   QPen    m_Pen         ;
+   bool    m_CurrentState;
+   QImage* m_pImg        ;
+   
+public slots:
+   void setVisible(bool enabled);
+private slots:
+   void changeVisibility();
+signals:
+   void dataDropped(QMimeData*);
+};
+#endif
\ No newline at end of file
diff --git a/lang/ar.po b/lang/ar.po
index fc74e05d011652021d35c3cc435587453a21f5db..fccb4c0fb4e4329550676a85d4231ad5903bf03e 100644
--- a/lang/ar.po
+++ b/lang/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:24+0000\n"
 "Last-Translator: Zied ABID <ziedabid@gmail.com>\n"
 "Language-Team: Arabic <ar@li.org>\n"
@@ -20,240 +20,316 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
-msgid "Name"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "خلل"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "مُسجّل"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "غير مُسجّل"
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "غير صحيح"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-#: ../gnome/src/config/accountconfigdialog.c:250
-msgid "_Alias"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
-msgid "_Host name"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
-msgid "_User name"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
-msgid "_Password"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
-msgid "Show password"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
-msgid "_Voicemail number"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
 msgstr ""
 
 #: ../gnome/src/config/hooks-config.c:149
@@ -280,754 +356,672 @@ msgstr ""
 msgid "_Prefix dialed numbers with"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-msgid "Enable instant messaging"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-msgid "Audio"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/config/assistant.c:308
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "خلل"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "مُسجّل"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "غير مُسجّل"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "غير صحيح"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, c-format
 msgid "Voicemail(%i)"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,189 +1033,190 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr ""
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
 #~ msgctxt "NAME OF TRANSLATORS"
 #~ msgid "Your names"
 #~ msgstr " ,Launchpad Contributions:,Zied ABID"
diff --git a/lang/ast.po b/lang/ast.po
index 02bcc9a29ee6794919bab9030ed7c3e13e4959cc..109d11f12c3a3f96cf37b7c576b6df6d195b3cda 100644
--- a/lang/ast.po
+++ b/lang/ast.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-07-15 23:42+0000\n"
 "Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
 "Language-Team: Asturian <ast@li.org>\n"
@@ -19,85 +19,350 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s cuenta : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d mensaxe de voz"
+msgstr[1] "%d mensaxes de voz"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Llamando cola cuenta %s <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Cuenta actual"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Nun hai cuentes configuraes"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fallu"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Nun tien denguna cuenta rexistrada"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Con:</i> %s\n"
+"usando %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s nun tien sofitu pa ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Falló la negociación ZRTP con %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Con:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Amo_sar ventana principal"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Colgar"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i cuenta activa"
+msgstr[1] "%i cuentes actives"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Usando la cuenta"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nun hai cuentes rexistráes"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Llamada SIP direuta"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "güei a les %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ayeri a les %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a les %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a les %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Rexistráu"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non rexistráu"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Probando..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Falló n'autenticación"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Rede nun alcanzable"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Host nun alcanzable"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error na configuración STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Sirvidor STUN inválidu"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Preparáu"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválidu"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opciones ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Unviar Hash de Hello en S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Pidir al usuariu que confirme SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "A_visar si nun hai sofitu ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Amosar SAS una vegada pa eventos n'espera"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opciones SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Pasar a RTP nos fallos de SDES"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nome"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frecuencia"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Tasa de bits"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Complementu ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Salida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Tonu de llamada"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Xestor de soníu"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Axustes de ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Grabaciones"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Carpeta de destín"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleicione una carpeta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Axustes de meyora de voz"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "Ame_norgamientu de ruíu"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Xeneral"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usar llibreta de direiciones d'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Llende de descarga:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tarxetes"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Amosar foto _del contautu, si ta disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campos de les llibretes de direiciones d'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabayu"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Casa"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Movil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Llibretes de direiciones"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Esbille les llibretes de direiciones d'Evolution a usar"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL Argumentu"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Disparador pa una cabecera _SIP determinada"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Disparador pa una URL _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "O_rde a executar"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescritura de númberu telefónicu"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefixar los númberos marcaos con"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Esti asistente yá finó."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,586 +370,368 @@ msgstr ""
 "Puede comprobar en cualisquier momentu l'estáu del rexistru, o camudar los "
 "parámetros de les cuentes de so, na ventana Opciones/Cuentes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Nomatu"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Sirvidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nome d'usuariu"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Seguridá: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Denguna"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Asistente SFLphone de creación de cuentes"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "¡Bienllegáu al asistente de creación de cuentes de SFLphone!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 "Esti asistente d'instalación echara-y un gabitu pa configurar una cuenta."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Escueya una triba de cuenta"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Cuenta"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Escueya una de les siguientes opciones"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Crear una cuenta SIP/IAX2 de baldre en sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Rexistrar una cuenta SIP o IAX2 esistente"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Axustes de cuenta SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Conseñe la información siguiente"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Nom_atu"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Nome del _host"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Nome d'_usuariu"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "Cont_raseña"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Amosar contraseña"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Númberu del buzón de _voz"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicación segura con _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Corréu ellectrónicu opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Estes señes de corréu van usase pa unviar los mensaxes del buzón de voz."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_Corréu"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Axustes de cuenta IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Conversión de Direición de Rede (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Seique tenga qu'activar esto si ta tres d'un torgafueos."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctivar STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_Sirvidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Rexistru de cuenta"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "¡Norabona!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL Argumentu"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Disparador pa una cabecera _SIP determinada"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Disparador pa una URL _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "O_rde a executar"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescritura de númberu telefónicu"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefixar los númberos marcaos con"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificaciones nel escritoriu"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activar notificaciones"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Iconu de la bandexa del sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Amosar SFLphone na bandexa del sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Estenderexar ventana principal al recibir llamada"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "_Nunca estenderexar ventana principal"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Anubrir _ventana SFLphone nel entamu"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Hestóricu de llamaes"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Guardar el mio hestóricu polo menos"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "díes"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Activar tonos de llamada"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferencies"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Xeneral"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Soníu"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Enganches"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Atayos"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Llibreta de direiciones"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opciones ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Unviar Hash de Hello en S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Pidir al usuariu que confirme SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "A_visar si nun hai sofitu ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Amosar SAS una vegada pa eventos n'espera"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opciones SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Pasar a RTP nos fallos de SDES"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "El sirvidor devolvió \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocolu"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estáu"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Cuentes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Cuentes Configuraes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Hai %d cuenta activa"
-msgstr[1] "Hai %d cuentes actives"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Nun hai denguna cuenta activada"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usar llibreta de direiciones d'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Llende de descarga:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tarxetes"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Amosar foto _del contautu, si ta disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campos de les llibretes de direiciones d'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabayu"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Casa"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Movil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Llibretes de direiciones"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Esbille les llibretes de direiciones d'Evolution a usar"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Ten cuidáu: estos atayos podríen saltase los atayos xenerales del sistema."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opciones avanzaes pa TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Tresporte TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"El tresporte TLS puede utilizase xunto con UDP para les llamaes que "
-"necesiten\n"
-"intercambéos SIP seguros (SIPS). Puede configurar un tresporte TLS distintu\n"
-"pa cada cuenta. Por embargu, caún d'ellos va executase nun puertu dedicáu,\n"
-"diferentes ente sigo.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Escucha TLS global (toles cuentes)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Llista de Certificaos d'Autoridá"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escueya un ficheru de llista de CA (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Ficheru de certificáu de par públicu"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escueye un certificáu públicu de par (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escueye un ficheru de clave privada (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contraseña de la clave privada"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Métodu del protocolu TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Llista de cifráu TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Nome de sirvidor pa la conexón TLS saliente"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tiempu de negociación (seg:mseg)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Comprobar certificaos entrantes, como un sirvidor"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Comprobar certificaos de la respuesta, como un cliente"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requerir certificáu pa les conexones TLS entrantes"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Parámetros de cuenta"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocolu"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconocíu"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "Axente d'_usuariu"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autenticación"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secretu"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nome d'autenticación"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguridá"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Usar tresporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Intercambéu de clave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactiváu"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Rexistru"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Fin del rexistu"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Cumplir con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfaz de rede"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Direición llocal"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Puertu llocal"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Direición espublizada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Usando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del sirvidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que los parámetros llocales"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Afitar direición y puertu espublizaos:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Puertu espublizáu"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Escueya un tono de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activar tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ficheros de soníu"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -694,170 +741,197 @@ msgstr ""
 "URI sip  como <b>sip:parremotu</b>. Los parámetros que conseñe equí, tamién "
 "van usase si una llamada entrante o saliente nun concasa con cuenta dala."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "Axustes de la cuenta"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Axustes de la cuenta"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Básicu"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avanzáu"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Rede"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Ten cuidáu: estos atayos podríen saltase los atayos xenerales del sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "El sirvidor devolvió \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocolu"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estáu"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Cuentes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Cuentes Configuraes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Hai %d cuenta activa"
+msgstr[1] "Hai %d cuentes actives"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Nun hai denguna cuenta activada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opciones avanzaes pa TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Tresporte TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"El tresporte TLS puede utilizase xunto con UDP para les llamaes que "
+"necesiten\n"
+"intercambéos SIP seguros (SIPS). Puede configurar un tresporte TLS distintu\n"
+"pa cada cuenta. Por embargu, caún d'ellos va executase nun puertu dedicáu,\n"
+"diferentes ente sigo.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Escucha TLS global (toles cuentes)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Llista de Certificaos d'Autoridá"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escueya un ficheru de llista de CA (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Ficheru de certificáu de par públicu"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escueye un certificáu públicu de par (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escueye un ficheru de clave privada (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contraseña de la clave privada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Métodu del protocolu TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Llista de cifráu TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nome de sirvidor pa la conexón TLS saliente"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tiempu de negociación (seg:mseg)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Básicu"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Comprobar certificaos entrantes, como un sirvidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avanzáu"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Comprobar certificaos de la respuesta, como un cliente"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Rede"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requerir certificáu pa les conexones TLS entrantes"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Guetar todos"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Calque equí pa camudar el tipu de gueta"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Guetar por llamaes perdíes"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Guetar por llamaes entrantes"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Guetar por llamaes salientes"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "güei a les %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ayeri a les %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a les %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a les %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s cuenta : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d mensaxe de voz"
-msgstr[1] "%d mensaxes de voz"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Llamando cola cuenta %s <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Cuenta actual"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Nun hai cuentes configuraes"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Fallu"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Nun tien denguna cuenta rexistrada"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Con:</i> %s\n"
-"usando %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s nun tien sofitu pa ZRTP."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Falló la negociación ZRTP con %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Con:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volume d'altavoces"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volume del micrófonu"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Hai una llamada en cursu."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Hai llamaes en cursu."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "¿Entá quier salir?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "El par %s nun sofita ZRTP\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "La comunicación segura nun ta disponible"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Siguir"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Terminar llamada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -866,11 +940,11 @@ msgstr ""
 "Un error de %s fizo que la llamada con %s pasara a mou ensin encriptar.\n"
 "Razón esauta: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Falló la negociación ZRTP"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -879,186 +953,97 @@ msgstr ""
 "%s quier dexar d'usar comunicación segura. Confirmar reaniciará la "
 "conversación ensin SRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Confirmar mou en claro"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmar"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Rexistráu"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non rexistráu"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Probando..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Falló n'autenticación"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Rede nun alcanzable"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Host nun alcanzable"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error na configuración STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Sirvidor STUN inválidu"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Preparáu"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválidu"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"<b>Avisu ALSA</b>\n"
-"\n"
-"Error al abrir el preséu de reproducción"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"<b>Avisu ALSA</b>\n"
-"\n"
-"Error al abrir el preséu de captura"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"<b>Avisu de Pulseaudio</b>\n"
-"\n"
-"Pulseaudio nun ta funcionando"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Nun s'escoyó una llibreta de direiciones"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Llibreta de direiciones"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Buzón de voz (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "SFLphone ye un programa de VoIP compatible colos protocolos SIP ya IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Tocante a SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Buzón de voz"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Llamada"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "Llamada _Nueva"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Facer una llamada nueva"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Descolgar"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Contestar la llamada"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Colgar"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Finar la llamada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "_N'espera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Poner la llamada n'espera"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "_Salir d'espera"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Sacar la llamada d'espera"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Asistente de configuración"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Executar l'asistente de configuración"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Llamar al buzón de voz"
 
@@ -1070,188 +1055,198 @@ msgstr "_Zarrar"
 msgid "Minimize to system tray"
 msgstr "Minimizar na bandexa de sistema"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Colar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Colar del programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copiar"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copiar la seleición"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "A_pegar"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Pegar el conteníu del cartafueyu"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Llimpiar _hestorial"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Llimpiar l'hestorial de llamáes"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Cuentes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Editar les sos cuentes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferencies"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Camudar les sos preferencies"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Ver"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Aida"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Conteníu"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Abrir el manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Tocante a esta aplicación"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Tresferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Tresferir la llamada"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "G_rabar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Grabar la conversación actual"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Amo_sar ferramientes"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Amuesa la barra de ferramientes"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Tecláu"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Amosar el tecláu pa marcar"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Controles de volume"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Amuesa los controles de volume"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Hestorial"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Hestorial de llamáes"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Llibret_a de direiciones"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_N'espera"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Tornar _Llamada"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Editar númberu de teléfonu"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Editar el númberu de teléfonu enantes de llamar"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Usando la cuenta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nun hai cuentes rexistráes"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Llamada SIP direuta"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"<b>Avisu ALSA</b>\n"
+"\n"
+"Error al abrir el preséu de reproducción"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Amo_sar ventana principal"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"<b>Avisu ALSA</b>\n"
+"\n"
+"Error al abrir el preséu de captura"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"<b>Avisu de Pulseaudio</b>\n"
+"\n"
+"Pulseaudio nun ta funcionando"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i cuenta activa"
-msgstr[1] "%i cuentes actives"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/ca.po b/lang/ca.po
index 6d091567636c3a2a37234f5381516d24997ba9be..6c499202fe02a23d85aa2291c0ea17404f0a8216 100644
--- a/lang/ca.po
+++ b/lang/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-10 12:31+0000\n"
 "Last-Translator: Pau Iranzo <Unknown>\n"
 "Language-Team: Catalan <ca@li.org>\n"
@@ -19,85 +19,350 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "Compte %s: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d missatge de veu"
+msgstr[1] "%d missatges de veu"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "S'està trucant a <i>%2$s</i> amb el compte %1$s"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte actual"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "No teniu cap compte configurat"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "No teniu cap compte registrat"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Amb:</i> %s \n"
+"fent servir %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s no és compatible amb el ZRTP"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Ha fallat la negociació ZRTP amb %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Amb:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Mo_stra la finestra principal"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Penja"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i compte actiu"
+msgstr[1] "%i comptes actius"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "No hi ha cap compte registrat"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Trucada SIP directa"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "avui a les %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ahir a les %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a les %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a les %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error de l'SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrat"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "No registrat"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "S'està provant..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "No s'ha pogut autenticar"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "No es pot accedir a la xarxa"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "No es pot accedir a l'amfitrió"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuració de l'STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "El servidor STUN no és vàlid"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Preparat"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "No vàlid"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opcions ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Envia el hash Hello a l'S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Demana a l'usuari que confirmi el SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "No_tifica si el ZRTP no és compatible"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Mostra el SAS una vegada per als esdeveniments en espera"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opcions SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Periodicitat"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Taxa de bits"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Connector de l'ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "So de trucada"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Gestor de so"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paràmetres de l'ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistraments"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Carpeta de destinació"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccioneu una carpeta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Paràmetres de millora de la veu"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "_Reducció de soroll"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "Fes servir la llibreta d'adreces de l'Evol_ution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Límit de baixada:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "targetes"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Mostra la fotografia del contacte si es troba _disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Camps de la llibreta d'adreces de l'Evolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "F_eina"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Inici"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mòbil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Llibretes d'adreces"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Seleccioneu quines llibretes d'adreces de l'Evolution es faran servir"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Ordre que s'ha d'executa_r"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescriptura del número de telèfon"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Aquest auxiliar ha finalitzat."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -106,586 +371,369 @@ msgstr ""
 "així com modificar els paràmetres dels vostres comptes a la finestra "
 "d'Opcions/Comptes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Sobrenom"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'usuari"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Segureat: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Cap"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Auxiliar de creació de comptes de l'SFLphone"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 "Us donem la benvinguda a l'auxiliar de creació de comptes de l'SFLphone"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocols VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Seleccioneu el tipus de compte"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Seleccioneu una de les opcions següents"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Creeu un compte gratuït SIP/IAX2 a sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Registreu un compte SIP o IAX2 existent"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paràmetres del compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Ompliu la informació següent"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "À_lies"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Nom d'a_mfitrió"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Nom d'_usuari"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Contrasenya"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Mostra la contrasenya"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Número de la bústia de _veu"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicacions segures amb _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Adreça de correu electrònic opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Aquesta adreça de correu es farà servir per enviar-vos missatges de la "
 "bústia de veu."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "Adr_eça de correu electrònic"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paràmetres del compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Traducció de l'adreça de xarxa (Network Address Translation o NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Heu d'activar aquesta opció si esteu darrere d'un tallafocs."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "Activa l'STU_N"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "Servidor _STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Registre de compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Enhorabona!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Ordre que s'ha d'executa_r"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescriptura del número de telèfon"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificacions d'escriptori"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "Activa l_es notificacions"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icona de la safata de sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Mostra l'SFLPhone a l'àrea de notificació"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "Mostra la finestra _principal en rebre trucades entrants"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Amaga la finestra de l'SFLphone a l'inici"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Historial de trucades"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Mantén l'historial de trucades com a mínim"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dies"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "Activa _els tons de trucada"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferències"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Àudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Dreceres"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Llibreta d'adreces"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opcions ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Envia el hash Hello a l'S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Demana a l'usuari que confirmi el SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "No_tifica si el ZRTP no és compatible"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Mostra el SAS una vegada per als esdeveniments en espera"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opcions SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estat"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes configurats"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Hi ha %d compte actiu"
-msgstr[1] "Hi ha %d comptes actius"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "No teniu cap compte actiu"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "Fes servir la llibreta d'adreces de l'Evol_ution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Límit de baixada:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "targetes"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Mostra la fotografia del contacte si es troba _disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Camps de la llibreta d'adreces de l'Evolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "F_eina"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Inici"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mòbil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Llibretes d'adreces"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Seleccioneu quines llibretes d'adreces de l'Evolution es faran servir"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "Avís: aquestes dreceres sobreescriuran les dreceres de tot el sistema."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opcions avançades del TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transport TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"El transport TLS es fa servir amb l'UDP per a aquelles trucades que\n"
-"requereixin transaccions SIP segures (SIPS). Podeu configurar un transport\n"
-"TLS diferent per a cada compte. Tot i així, cada un d'ells s'executarà en "
-"un\n"
-"port dedicat, i cada port serà diferent dels altres\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Llista de certificats d'autoritat"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Trieu un fitxer de llista de CA (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Trieu un fitxer de clau privada (opcional)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contrasenya de la clau privada"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Mètode del protocol TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Temps d'espera de negociació (s:ms)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Comprova els certificants entrants, com a servidor"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Comprova els certificats de resposta, com a client"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Demana el certificat per a les connexions TLS entrants"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paràmetres dels comptes"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconegut"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autenticació"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secret"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contrasenya"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguretat"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Transport TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivat"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registre"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfície de xarxa"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adreça local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adreça publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que als paràmetres locals"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Estableix l'adreça i el port publicats:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Port publicat"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "FTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tons de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Seleccioneu un to de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Activa _els tons de trucada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fitxers d'àudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -696,367 +744,304 @@ msgstr ""
 "que definiu aquí també es faran servir en cas que no es pugui associar cap "
 "compte amb una trucada d'entrada o de sortida."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "Paràmetres del compte"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Paràmetres del compte"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Bàsic"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avançat"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Xarxa"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "Avís: aquestes dreceres sobreescriuran les dreceres de tot el sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocol"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estat"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes configurats"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Hi ha %d compte actiu"
+msgstr[1] "Hi ha %d comptes actius"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "No teniu cap compte actiu"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opcions avançades del TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transport TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"El transport TLS es fa servir amb l'UDP per a aquelles trucades que\n"
+"requereixin transaccions SIP segures (SIPS). Podeu configurar un transport\n"
+"TLS diferent per a cada compte. Tot i així, cada un d'ells s'executarà en "
+"un\n"
+"port dedicat, i cada port serà diferent dels altres\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Llista de certificats d'autoritat"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Trieu un fitxer de llista de CA (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Trieu un fitxer de clau privada (opcional)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contrasenya de la clau privada"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Mètode del protocol TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Temps d'espera de negociació (s:ms)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Bàsic"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Comprova els certificants entrants, com a servidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avançat"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Comprova els certificats de resposta, com a client"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Xarxa"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Demana el certificat per a les connexions TLS entrants"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Cerca-les totes"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Feu clic aquí per canviar el tipus de cerca"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Cerca per trucada perduda"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Cerca per trucada entrant"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Cerca per trucada sortint"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error de l'SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "avui a les %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ahir a les %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a les %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a les %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "Compte %s: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d missatge de veu"
-msgstr[1] "%d missatges de veu"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "S'està trucant a <i>%2$s</i> amb el compte %1$s"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte actual"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "No teniu cap compte configurat"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Error"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "No teniu cap compte registrat"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Amb:</i> %s \n"
-"fent servir %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s no és compatible amb el ZRTP"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Ha fallat la negociació ZRTP amb %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Amb:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volum dels altaveus"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volum del micròfon"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Hi ha una trucada en curs."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Encara hi ha trucades en curs."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Encara voleu sortir?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "El ZRTP no és compatible amb l'altre extrem %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "La comunicació segura no es troba disponible"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Continua"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Atura la trucada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Ha fallat la negociació ZRTP"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirma"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrat"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "No registrat"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "S'està provant..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "No s'ha pogut autenticar"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "No es pot accedir a la xarxa"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "No es pot accedir a l'amfitrió"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuració de l'STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "El servidor STUN no és vàlid"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Preparat"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "No vàlid"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificació de l'ALSA\n"
-"\n"
-"S'ha produït un error en obrir el dispositiu de reproducció"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notificació de l'ALSA\n"
-"\n"
-"S'ha produït un error en obrir el dispositiu de captura"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificació del Pulseaudio\n"
-"\n"
-"El Pulseaudio no s'està executant"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "No s'ha seleccionat cap llibreta d'adreces"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Llibreta d'adreces"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Bústia de veu (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "L'SFLphone és un client de VoIP compatible amb els protocols SIP i IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Quant al SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Bústia de veu"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Trucada"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "Trucada _nova"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Fes una trucada nova"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Des_penja"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Respon a la trucada"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Penja"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Finalitza la trucada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "E_n espera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Posa la trucada en espera"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Auxiliar de configuració"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Inicia l'auxiliar de configuració"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Truca a la bústia de veu"
 
@@ -1068,188 +1053,198 @@ msgstr "_Tanca"
 msgid "Minimize to system tray"
 msgstr "Minimitza a l'àrea de notificació"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Surt"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Surt del programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Edita"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copia"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copia la selecció"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Engan_xa"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Enganxa el contingut del porta-retalls"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Neteja l'_historial"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Neteja l'historial de trucades"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Comptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Editeu els vostres comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferències"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Canvia les preferències"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Visualitza"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "A_juda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Continguts"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Obre el manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Quant a aquesta aplicació"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transfereix"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transfereix la trucada"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "En_registra"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Enregistra la conversa actual"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Mo_stra la barra d'eines"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Mostra la barra d'eines"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Marcador"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Mostra el marcador"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Controls de _volum"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Mostra els controls de volum"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Historial"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Historial de trucades"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Llibreta d'_adreces"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "En e_spera"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Torna la tru_cada"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Edita el número de telèfon"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Edita el número de telèfon abans de trucar"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Notificació de l'ALSA\n"
+"\n"
+"S'ha produït un error en obrir el dispositiu de reproducció"
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "No hi ha cap compte registrat"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Trucada SIP directa"
-
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Mo_stra la finestra principal"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificació de l'ALSA\n"
+"\n"
+"S'ha produït un error en obrir el dispositiu de captura"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificació del Pulseaudio\n"
+"\n"
+"El Pulseaudio no s'està executant"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i compte actiu"
-msgstr[1] "%i comptes actius"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/da.po b/lang/da.po
index 597bb068cca5107abdc48b9fb1846e177c750b51..23b925e63a7d9b7b0f9d71efccdd86967cf43353 100644
--- a/lang/da.po
+++ b/lang/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-10-12 14:55+0000\n"
 "Last-Translator: Jonas Fonseca <fonseca@diku.dk>\n"
 "Language-Team: Danish <da@li.org>\n"
@@ -19,191 +19,51 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registreret"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Ikke registreret"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Forsøger..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Fejl"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Godkendelse mislykkedes"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Netværk kan ikke nås"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Vært kan ikke nås"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun konfigureringsfejl"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun server ugyldig"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Klar"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ugyldig"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Benytter konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Ingen registrerede konti"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Direkte IP opkald"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "idag klokken %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "igår klokken %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A klokken %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x klokken %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone fejl"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Et igangværende opkald eksisterer"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Igangværende opkald eksisterer"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Ønsker du stadig at afslutte"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP er ikke understøttet af modtageren %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Sikker kommunikation ikke tilgængelig"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Fortsæt"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Afslut opkald"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"En \"%s\"-fejl medførte at opkaldet til %s blev ændret til ukrypteret "
-"tilstand.\n"
-"Den præcise årsag: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "ZRTP-forhandling mislykkedes"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s ønsker at afslutte brugen af sikker kommunikation. Ved at godkende vil "
-"samtalen fortætte uden SRTP\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Godkend sikkerhedsændring"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Godkend"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s konto : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>Fra</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d indtalt besked"
 msgstr[1] "%d indtalte beskeder"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Kalder op med %s konto <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Nuværende konto"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Du har ingen oprettede konti"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fejl"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Du har ingen registrerede konti"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -212,508 +72,665 @@ msgstr ""
 "<i>Med:</i> %s \n"
 "benyttende %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s understøtter ikke ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "ZRTP forhandling mislykkedes med %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Med:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Højtaler lydstyrke"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Mikrofon lydstyrke"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Vis hovedvindue"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Læg på"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i aktiv konto"
 msgstr[1] "%i aktive konti"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Ingen adressebog er valgt"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Adressebog"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Benytter konto"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Talebesked"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Ingen registrerede konti"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone er en VoIP-klient kompatibel med SIP og IAX2 protokoller"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Direkte IP opkald"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Om SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "idag klokken %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Talebesked"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "igår klokken %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "Afslut opkald"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A klokken %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nyt opkald"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x klokken %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Lav et nyt opkald"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone fejl"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Svar"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Besvar opkaldet"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registreret"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Afslut opkaldet"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Ikke registreret"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "I _venteposition"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Forsøger..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Sæt opkaldet i venteposition"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Godkendelse mislykkedes"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "F_jern fra venteposition"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netværk kan ikke nås"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Fjern opkaldet fra venteposition"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Vært kan ikke nås"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-msgid "Send _message"
-msgstr ""
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun konfigureringsfejl"
 
-#: ../gnome/src/uimanager.c:989
-msgid "Send message"
-msgstr ""
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun server ugyldig"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Konfigurationsfil"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Klar"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Stun konfigureringsfejl"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ugyldig"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d indtalt besked"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP indstillinger"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Luk"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Send \"Hello Hash\" i S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimere til systembakken"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "_Spørg bruger om at godkende SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Afslut"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Advar hvis ZRTP ikke understøttes"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Afslut programmet"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "_Vis SAS en enkelt gang for vente-hændelser"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES indstillinger"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Fald tilbage til RTP ved SDES fejl"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Rediger"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Navn"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Kopier"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frekvens"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Kopier det valgte"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bithastighed"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "Inds_æt"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA plugin"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Indsæt indholdet af udklipsholderen"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uddata"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Inddata"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Ringetone"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "Konti"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Lydhåndtering"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Nuværende konto"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_PulseAudio"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Indstillinger"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Ændr dine indstillinger"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA indstillinger"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Vis"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Optagelser"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Hjælp"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Destinationsmappe"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Fortsæt"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Vælg en mappe"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Åbn manualen"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Godkendelse"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Indstillinger for stemmeforstærkning"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "_Overfør"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Støjreducering"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Overfør opkaldet"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Optag"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Generelt"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Optag den aktuelle samtale"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Benyt Evolution adressekartotek"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Vis værktøjslinie"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download begrænsning :"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Vis værktøjslinien"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kort"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Nummertastatur"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Vis _kontaktbillede hvis tilgængeligt"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Vis nummertastaturet"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Felter fra Evolutions adressekartotek"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Vis _lydstyrke indstillinger"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Arbejde"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Vis lydstyrke indstillingerne"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Hjem"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobil"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Opkaldshistorik"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressekartoteker"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Adressebog"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Vælg hvilke af Evolutions adressekartoteker skal benyttes"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "I _venteposition"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Adresseargument"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Besvar opkald"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Udløse ved specifik _SIP protokolhoved"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Ændre telefonnummer"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Udløse ved _IAX2 webadresse"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Ændre telefonnummeret før opkald"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Kommando som skal _kaldes"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA meddelelse\n"
-"\n"
-"Fejl opstod mens afspilningsenhed blev åbnet"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Omskrivning af telefonnummer"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA meddelelse\n"
-"\n"
-"Fejl opstod mens optageenhed blev åbnet"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Præfiks for indtastede numre"
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"PulseAudio meddelelse\n"
-"\n"
-"PulseAudio er tilgængelig"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Denne vejledning er nu fuldført"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
+"Du kan til enhver tid undersøge din registrering eller ændre dine kontis "
+"parametre i vinduet Indstillinger/Konti"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Kontoparametre"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Alias"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protokol"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Brugernavn"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Ukendt"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sikkerhed: "
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Værtsnavn"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Brugernavn"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Ingen"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Adgangskode"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone-guiden til oprettelse af konto"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Adgangskode"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Velkommen til kontooperettelsesvejledning for SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
+"Denne installeringsvejledning vil hjælpe dig med at konfigurere en konto"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "_Nummer for talebesked"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP protokoller"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "_Brugeragent"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Vælg en kontotype"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Godkendelse"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Hemmelig"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
-msgstr "Legitimationsoplysning"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Konto"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Vælg en af følgende indstillinger"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Opret en gratis SIP/IAX2 konto hos sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrer en eksisterende SIP eller IAX2 konto"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP kontoindstillinger"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Udfyld venligst følgende information"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Værtsnavn"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Brugernavn"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Adgangskode"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Adgangskode"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Nummer for talebesked"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Sikker kommunikation med _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Valgfri emailadresse"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "Denne emailadresse vil blive brugt til at sende dig indtalte beskeder"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Emailadresse"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2 kontoindstillinger"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Du opfordres til at aktivere dette hvis du er bag en firewall"
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "_Benyt STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN server"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Kontoregistrering"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Tillykke!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Meddelelser"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Aktiver meddelelser"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Systembakke-ikon"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Vis SFLphone i systemfeltet"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Vis hovedvindue ved indgående opkald"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Aldrig _pop-op hovedvindue"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Skjul SFLphone vinduet ved _start"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Opkaldshistorik"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Gem min historik i mindst"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dage"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Aktiver _ringetoner"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Indstillinger"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Hooks"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Genveje"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adressebog"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Kontoparametre"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protokol"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Ukendt"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_Brugeragent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Godkendelse"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Hemmelig"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Legitimationsoplysning"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Godkendelsesnavn"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Adgangskode"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sikkerhed"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Benyt TLS transport (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP-nøgleudveksling"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Deaktiveret"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Forældelse af registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Overhold RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Netværk kan ikke nås"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Lokal adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Lokal port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Offentliggjort adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Ved brug af STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN serveradresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Samme som lokale parametre"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Konfigurer offentliggjort adresse og port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Offentliggjort port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringetoner"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Vælg en ringetone"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Aktiver _ringetoner"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Lydfiler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -724,533 +741,511 @@ msgstr ""
 "du definerer her vil også benyttes hvis ingen konto kan tilknyttes et "
 "indgående eller udgående opkald."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoindstillinger"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Grundlæggende"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanceret"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Netværk"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Bemærk: disse genveje vil tilsidesætte genveje defineret for hele systemet."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Server svarede \""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protokol"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Status"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Konti"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Oprettede konti"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "aktiv konto"
 msgstr[1] "aktiv konto"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Der er ingen aktive konti"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Generelt"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Advancerede indstillinger for TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Benyt Evolution adressekartotek"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS transport"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Download begrænsning :"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS transport kan benyttes sammen med UDP for de opkald som kræver\n"
+"sikker sip transaktion (også kaldet SIPS). Du kan konfigurere forskellige\n"
+"TLS transporter for de enkelte konti. Bemærk dog at de hver vil benytte\n"
+"en dedikeret port forskellig fra hinanden.\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kort"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Global TLS-modtager (alle konti)"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Vis _kontaktbillede hvis tilgængeligt"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Autoritetscertifikatsliste"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Felter fra Evolutions adressekartotek"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Vælg en fil med en autoritetscertifikatsliste (valgfri)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Arbejde"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Offentlig endpoint certifikatsfil"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Hjem"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Vælg et offentligt endpoint-certifikat (valgfri)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobil"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Vælg en privat nøglefil (valgfri)"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressekartoteker"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Adgangskode for den private nøgle"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Vælg hvilke af Evolutions adressekartoteker skal benyttes"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS protokolmetode"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Navn"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS cifferliste"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Denne vejledning er nu fuldført"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Server navneinstans for udgående TLS forbindelse"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Du kan til enhver tid undersøge din registrering eller ændre dine kontis "
-"parametre i vinduet Indstillinger/Konti"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Forhandlingstimeout"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Udfør kontrol af indgående certifikater, som en server"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Udfør kontrol af certifikater fra svar, som en klient"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Brugernavn"
-
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Sikkerhed: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Ingen"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone-guiden til oprettelse af konto"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Kræv certifikat for indgående TLS forbindelser"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Velkommen til kontooperettelsesvejledning for SFLphone"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Søg alle"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr ""
-"Denne installeringsvejledning vil hjælpe dig med at konfigurere en konto"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klik her for at ændre søgningstypen"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP protokoller"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Søg i ubesvarede opkald"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Vælg en kontotype"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Søg i indgående opkald"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Søg i udgående opkald"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Højtaler lydstyrke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Konto"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Mikrofon lydstyrke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Vælg en af følgende indstillinger"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Et igangværende opkald eksisterer"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Opret en gratis SIP/IAX2 konto hos sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Igangværende opkald eksisterer"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrer en eksisterende SIP eller IAX2 konto"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Ønsker du stadig at afslutte"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP kontoindstillinger"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP er ikke understøttet af modtageren %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Udfyld venligst følgende information"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Sikker kommunikation ikke tilgængelig"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Sikker kommunikation med _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Fortsæt"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Valgfri emailadresse"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Afslut opkald"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "Denne emailadresse vil blive brugt til at sende dig indtalte beskeder"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"En \"%s\"-fejl medførte at opkaldet til %s blev ændret til ukrypteret "
+"tilstand.\n"
+"Den præcise årsag: %s\n"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Emailadresse"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP-forhandling mislykkedes"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2 kontoindstillinger"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s ønsker at afslutte brugen af sikker kommunikation. Ved at godkende vil "
+"samtalen fortætte uden SRTP\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Godkend sikkerhedsændring"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Du opfordres til at aktivere dette hvis du er bag en firewall"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Godkend"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "_Benyt STUN"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Ingen adressebog er valgt"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN server"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adressebog"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Kontoregistrering"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Talebesked"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Tillykke!"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone er en VoIP-klient kompatibel med SIP og IAX2 protokoller"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frekvens"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Om SFLphone"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bithastighed"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Talebesked"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA plugin"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Afslut opkald"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Uddata"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nyt opkald"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Inddata"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Lav et nyt opkald"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Ringetone"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Svar"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Lydhåndtering"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Besvar opkaldet"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_PulseAudio"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Afslut opkaldet"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "I _venteposition"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA indstillinger"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Sæt opkaldet i venteposition"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Optagelser"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "F_jern fra venteposition"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Destinationsmappe"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Fjern opkaldet fra venteposition"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Vælg en mappe"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
+msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Indstillinger for stemmeforstærkning"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Konfigurationsfil"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "_Støjreducering"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun konfigureringsfejl"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d indtalt besked"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Adresseargument"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Luk"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Udløse ved specifik _SIP protokolhoved"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimere til systembakken"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Udløse ved _IAX2 webadresse"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Afslut"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Kommando som skal _kaldes"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Afslut programmet"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Omskrivning af telefonnummer"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Præfiks for indtastede numre"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Meddelelser"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Aktiver meddelelser"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Systembakke-ikon"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Rediger"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Vis SFLphone i systemfeltet"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Kopier"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Vis hovedvindue ved indgående opkald"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Kopier det valgte"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Aldrig _pop-op hovedvindue"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "Inds_æt"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Skjul SFLphone vinduet ved _start"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Indsæt indholdet af udklipsholderen"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
 msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Gem min historik i mindst"
-
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "dage"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "Konti"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Aktiver _ringetoner"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Nuværende konto"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
 msgstr "Indstillinger"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Hooks"
-
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Genveje"
-
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Adressebog"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Bemærk: disse genveje vil tilsidesætte genveje defineret for hele systemet."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Advancerede indstillinger for TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS transport"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"TLS transport kan benyttes sammen med UDP for de opkald som kræver\n"
-"sikker sip transaktion (også kaldet SIPS). Du kan konfigurere forskellige\n"
-"TLS transporter for de enkelte konti. Bemærk dog at de hver vil benytte\n"
-"en dedikeret port forskellig fra hinanden.\n"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Ændr dine indstillinger"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Global TLS-modtager (alle konti)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Vis"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Autoritetscertifikatsliste"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Hjælp"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Vælg en fil med en autoritetscertifikatsliste (valgfri)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Fortsæt"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Offentlig endpoint certifikatsfil"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Åbn manualen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Vælg et offentligt endpoint-certifikat (valgfri)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Godkendelse"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Vælg en privat nøglefil (valgfri)"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Overfør"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Adgangskode for den private nøgle"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Overfør opkaldet"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS protokolmetode"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Optag"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS cifferliste"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Optag den aktuelle samtale"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Server navneinstans for udgående TLS forbindelse"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Vis værktøjslinie"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Forhandlingstimeout"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Vis værktøjslinien"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Udfør kontrol af indgående certifikater, som en server"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Nummertastatur"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Udfør kontrol af certifikater fra svar, som en klient"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Vis nummertastaturet"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Kræv certifikat for indgående TLS forbindelser"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Vis _lydstyrke indstillinger"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP indstillinger"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Vis lydstyrke indstillingerne"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Send \"Hello Hash\" i S_DP"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "_Spørg bruger om at godkende SAS"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Opkaldshistorik"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Advar hvis ZRTP ikke understøttes"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Adressebog"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "_Vis SAS en enkelt gang for vente-hændelser"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "I _venteposition"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES indstillinger"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Besvar opkald"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Fald tilbage til RTP ved SDES fejl"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Ændre telefonnummer"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Søg alle"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Ændre telefonnummeret før opkald"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Klik her for at ændre søgningstypen"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA meddelelse\n"
+"\n"
+"Fejl opstod mens afspilningsenhed blev åbnet"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Søg i ubesvarede opkald"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA meddelelse\n"
+"\n"
+"Fejl opstod mens optageenhed blev åbnet"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Søg i indgående opkald"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"PulseAudio meddelelse\n"
+"\n"
+"PulseAudio er tilgængelig"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Søg i udgående opkald"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/de.po b/lang/de.po
index d512135f805bbb9b80c2b635698937c8efa47596..8e0f979042621e3c50876f08ec257ba2de1dd9bb 100644
--- a/lang/de.po
+++ b/lang/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-20 19:51+0000\n"
 "Last-Translator: Felix Braun <Unknown>\n"
 "Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -19,190 +19,51 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registriert"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nicht registriert"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Am versuchen..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Fehler"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Authentifizierung fehlgeschlagen"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Netzwerk nicht erreichbar"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Rechner nicht erreichbar"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "STUN-Konfigurationsfehler"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Ungültiger STUN-Server"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Bereit"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ungültig"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Mit Konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Kein registriertes Konto"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Direkter SIP-Anruf"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "heute um %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "gestern um %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A um %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x um %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone-Fehler"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Laufender Anruf."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Laufende Anrufe."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Möchten Sie die Anwendung trotzdem beenden?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP wird vom Nutzer %s nicht unterstützt\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Sichere Verbindung nicht verfügbar"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Fortsetzen"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Auflegen"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Ein %s Fehler verhinderte die Verschlüsselung des Telefonats mit %s.\n"
-"Genauer Grund: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "ZRTP-Übertragung fehlgeschlagen"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s will die sichere Kommunikation beenden. Das Gespräch wird dann ohne SRTP "
-"fortgesetzt.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Bestätigen"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "Konto %s : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>Von</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d Sprachnachricht"
 msgstr[1] "%d Sprachnachrichten"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Mit %s Konto <i>%s</i> anrufen"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Aktuelles Konto"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Sie haben noch kein Konto eingerichtet"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fehler"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Sie haben noch kein registriertes Konto"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -211,1041 +72,1175 @@ msgstr ""
 "<i>Mit:</i> %s \n"
 "unter Verwendung von %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s unterstützt ZRTP nicht."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "ZRTP-Übertragung mit %s schlug fehl"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Mit:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Lautsprecher-Lautstärke"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Mikrofon-Lautstärke"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Hauptfenster anzeigen"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "A_uflegen"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i aktiver Account"
 msgstr[1] "%i aktive Accounts"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Kein Adressbuch ausgewählt"
-
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Adressbuch"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Voicemail (%i)"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Mit Konto"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone ist ein VoIP-Client kompatibel zu SIP und IAX2."
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Kein registriertes Konto"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Über SFLphone"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Direkter SIP-Anruf"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Voicemail"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "heute um %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Anruf"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "gestern um %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Neuer Anruf"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A um %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Einen neuen Anruf tätigen"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x um %R"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Abnehmen"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone-Fehler"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Auf den Anruf antworten"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Den Anruf beenden"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registriert"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "in _Warteschleife"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nicht registriert"
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Den Anruf in die Warteschleife setzen"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Am versuchen..."
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "zurück zum Wartenden"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Authentifizierung fehlgeschlagen"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Den Anruf aus der Warteschleife nehmen"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netzwerk nicht erreichbar"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Auf Nachrichten"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Rechner nicht erreichbar"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Auf Nachrichten"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "STUN-Konfigurationsfehler"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Konfigurations-Assistent"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Ungültiger STUN-Server"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Konfigurations-Assistenten starten"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Bereit"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "Die Mailbox anrufen"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ungültig"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Schließen"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP-Optionen"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "In den Infobereich minimieren"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Beenden"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Den Benutzer bitten, SAS zu bestätigen"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Das Programm beenden"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Warnung wenn ZRTP nicht unterstüzt wird"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES-Optionen"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Bearbeiten"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Name"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "K_opieren"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequenz"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Die Auswahl kopieren"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitrate"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "E_infügen"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA-Plugin"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Den Inhalt der Zwischenablage einfügen"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Ausgabe"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Anrufchronik leeren"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Eingabe"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Liste der beendeten Anrufe leeren"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Klingelton"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Konten"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Sound Manager"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Konten bearbeiten"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "PulseAudio"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Einstellungen"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Ihre Einstellungen ändern"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA-Konfiguration"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Ansicht"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Aufnahmen"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Hilfe"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Zielverzeichnis"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Inhalt"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Verzeichnis auswählen"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Das Handbuch öffnen"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Informationen zu dieser Anwendung"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Einstellungen zur Sprachverbesserung"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Weiterleiten"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "Rauschunterdrückung"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Anruf weiterleiten"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Gespräch aufzeichnen"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Allgemein"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Das aktuelle Gespräch aufzeichnen"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Evolution-Adressbuch verwenden"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "Wer_kzeugleiste"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download-Grenze:"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Die Werkzeugleiste anzeigen"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "Einträge"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Wähltastatur"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Wenn verfügbar, _Bild anzeigen"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Die Wähltastatur anzeigen"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Felder des Evolution-Adressbuchs"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Lautstärke-Regler"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Geschäftlich"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Die Lautstärke-Regler anzeigen"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Privat"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Anruf_chronik"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiltelefon"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Liste der beendeten Anrufe"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressbücher"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "_Adressbuch"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "verwendete Evolution-Adressbücher auswählen"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "in _Warteschleife"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL-Behandlung"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Zurückrufen"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Auslösung bei spezifischem _SIP-Header"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Telefonnummer bearbeiten"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Auslösung bei _IAX2-URL"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Telefonnummer vor dem Anruf bearbeiten"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Auszuführender Befehl"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA-Benachrichtigung\n"
-"\n"
-"Fehler beim Öffnen des Wiedergabegeräts"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Anpassung der Telefonnummer"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA-Benachrichtigung\n"
-"\n"
-"Fehler beim Öffnen des Aufnahmegeräts"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Präfix vor Rufnummer einfügen"
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"PulseAudio-Benachrichtigung\n"
-"\n"
-"PulseAudio ist nicht gestartet"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Assistent beendet."
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
+"Sie können jederzeit Ihren Registrierungsstatus überprüfen oder Ihre "
+"Kontoparameter ändern (Bearbeiten/Konten)."
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Konto-Einstellungen"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Alias"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protokoll"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Benutzername"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Unbekannt"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sicherheit: "
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Hostname"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Benutzername"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nichts"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Passwort"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone-Konfigurations-Assistent"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Passwort anzeigen"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Wilkommen zu SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
+"Der Konfigurations-Assistent wird Ihnen helfen, ein Konto einzurichten."
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "Mailbox-Rufnummer"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP-Protokolle"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "_User-Agent"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Kontotyp auswählen"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Authentifizierung"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Geheim"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterisk Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
-msgstr "Zugangsdaten"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Konto"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
-msgid "Authentication name"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Bitte eine Option auswählen"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "SIP/IAX2 Konto bei sflphone.org erstellen"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Existierendes SIP/IAX2 Konto einrichten"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Konfiguration des SIP-Kontos"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Folgende Informationen bitte ausfüllen"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Hostname"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Benutzername"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Passwort"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Passwort anzeigen"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "Mailbox-Rufnummer"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Sichere Kommunikation mit _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Optionale E-Mail-Adresse"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Diese E-Mail-Adresse wird benutzt, um Ihnen Mailbox-Nachrichten zu schicken."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_E-Mail"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Konfiguration des IAX2 Konto"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "STUN ei_nschalten"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN-Server"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Konto-Registrierung"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Gratulation!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Desktop-Benachrichtigungen"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Benachrichtigungen _einschalten"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Infobereich"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "SFLphone im Infobereich anzeigen"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "Hauptfenster bei eingehendem Anruf öffnen"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Hauptfenster nicht automatisch öffnen"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Hauptfenster beim Start verstecken"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Anrufchronik"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "Anrufchronik speichern für mindestens"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "Tage"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Klingeltöne aktivieren"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Einstellungen"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Hooks"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Tastenkombinationen"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adressbuch"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Konto-Einstellungen"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protokoll"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Unbekannt"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-Agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Authentifizierung"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Geheim"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Zugangsdaten"
+
+#: ../gnome/src/config/accountconfigdialog.c:692
+msgid "Authentication name"
 msgstr "Benutzername"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Passwort"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sicherheit"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS verwenden (SIPS)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP-Schlüsselaustausch"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Deaktiviert"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrierung"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Registrierung abgelaufen"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "RFC3263-konform"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Netzwerk-Schnittstelle"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adresse (lokal)"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port (lokal)"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Veröffentlichte Adresse"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN verwenden"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN Server URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Entsprechend den lokalen Einstellungen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Veröffentliche Adresse und Port festlegen:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Veröffentlichter Port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Klingeltöne"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Klingelton auswählen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Klingeltöne _einschalten"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Audio-Dateien"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoeinstellungen"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Allgemein"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Netzwerk"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Achtung: diese Einstellungen können systemweite Tastenkombinationen "
+"überschreiben."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Server antwortete \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protokoll"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Status"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Konfigurierten Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "%d aktives Konto"
 msgstr[1] "%d aktive Konten"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Sie haben kein aktives Konto"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Allgemein"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Evolution-Adressbuch verwenden"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Erweiterte Optionen für TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Download-Grenze:"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS Transport"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "Einträge"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Wenn verfügbar, _Bild anzeigen"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Felder des Evolution-Adressbuchs"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Geschäftlich"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Wählen Sie eine Zertifikats-Datei (optional)"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Privat"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobiltelefon"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressbücher"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Wählen Sie die Datei mit Ihrem privaten Schlüssel"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "verwendete Evolution-Adressbücher auswählen"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Passwort für den privaten Schlüssel"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Name"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS-Protokol-Methode"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Assistent beendet."
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
-"Sie können jederzeit Ihren Registrierungsstatus überprüfen oder Ihre "
-"Kontoparameter ändern (Bearbeiten/Konten)."
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Zeitspanne zum Aushandeln (sec:msec)"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Überprüfe eingehende Zertifikate (als Server)"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Benutzername"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Überprüfe eingehende Zertifikate (als Client)"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Sicherheit: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Nichts"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone-Konfigurations-Assistent"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Zertifikat für eingehende TLS-Verbindungen erforderlich"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Wilkommen zu SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Suche alle"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr ""
-"Der Konfigurations-Assistent wird Ihnen helfen, ein Konto einzurichten."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klicken Sie hier, um Suchtyp zu wechseln"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP-Protokolle"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Suche nach Anruf in Abwesenheit"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Kontotyp auswählen"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Suche nach eingehendem Anruf"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Suche nach ausgehendem Anruf"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterisk Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Lautsprecher-Lautstärke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Konto"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Mikrofon-Lautstärke"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Bitte eine Option auswählen"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Laufender Anruf."
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "SIP/IAX2 Konto bei sflphone.org erstellen"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Laufende Anrufe."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Existierendes SIP/IAX2 Konto einrichten"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Möchten Sie die Anwendung trotzdem beenden?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Konfiguration des SIP-Kontos"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP wird vom Nutzer %s nicht unterstützt\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Folgende Informationen bitte ausfüllen"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Sichere Verbindung nicht verfügbar"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Sichere Kommunikation mit _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Fortsetzen"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Optionale E-Mail-Adresse"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Auflegen"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Diese E-Mail-Adresse wird benutzt, um Ihnen Mailbox-Nachrichten zu schicken."
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_E-Mail"
+"Ein %s Fehler verhinderte die Verschlüsselung des Telefonats mit %s.\n"
+"Genauer Grund: %s\n"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Konfiguration des IAX2 Konto"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP-Übertragung fehlgeschlagen"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s will die sichere Kommunikation beenden. Das Gespräch wird dann ohne SRTP "
+"fortgesetzt.\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind."
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "STUN ei_nschalten"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Bestätigen"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN-Server"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Kein Adressbuch ausgewählt"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Konto-Registrierung"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adressbuch"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Gratulation!"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Voicemail (%i)"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequenz"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone ist ein VoIP-Client kompatibel zu SIP und IAX2."
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Über SFLphone"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA-Plugin"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Voicemail"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Ausgabe"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Anruf"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Eingabe"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Neuer Anruf"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Klingelton"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Einen neuen Anruf tätigen"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Sound Manager"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Abnehmen"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "PulseAudio"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Auf den Anruf antworten"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Den Anruf beenden"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA-Konfiguration"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "in _Warteschleife"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Aufnahmen"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Den Anruf in die Warteschleife setzen"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Zielverzeichnis"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "zurück zum Wartenden"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Verzeichnis auswählen"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Den Anruf aus der Warteschleife nehmen"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "Auf Nachrichten"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Einstellungen zur Sprachverbesserung"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Auf Nachrichten"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "Rauschunterdrückung"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Konfigurations-Assistent"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Konfigurations-Assistenten starten"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL-Behandlung"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Die Mailbox anrufen"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Auslösung bei spezifischem _SIP-Header"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Schließen"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Auslösung bei _IAX2-URL"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "In den Infobereich minimieren"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "_Auszuführender Befehl"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Beenden"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Anpassung der Telefonnummer"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Das Programm beenden"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Präfix vor Rufnummer einfügen"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Desktop-Benachrichtigungen"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Benachrichtigungen _einschalten"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Infobereich"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "SFLphone im Infobereich anzeigen"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Bearbeiten"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "Hauptfenster bei eingehendem Anruf öffnen"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "K_opieren"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Hauptfenster nicht automatisch öffnen"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Die Auswahl kopieren"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Hauptfenster beim Start verstecken"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "E_infügen"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Anrufchronik"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Den Inhalt der Zwischenablage einfügen"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "Anrufchronik speichern für mindestens"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Anrufchronik leeren"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "Tage"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Liste der beendeten Anrufe leeren"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Konten"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Klingeltöne aktivieren"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Konten bearbeiten"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
 msgstr "Einstellungen"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Hooks"
-
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Tastenkombinationen"
-
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Adressbuch"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Ihre Einstellungen ändern"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Achtung: diese Einstellungen können systemweite Tastenkombinationen "
-"überschreiben."
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Ansicht"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Erweiterte Optionen für TLS"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Hilfe"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS Transport"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Inhalt"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Das Handbuch öffnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Informationen zu dieser Anwendung"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Weiterleiten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Wählen Sie eine Zertifikats-Datei (optional)"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Anruf weiterleiten"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Gespräch aufzeichnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Das aktuelle Gespräch aufzeichnen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Wählen Sie die Datei mit Ihrem privaten Schlüssel"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "Wer_kzeugleiste"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Passwort für den privaten Schlüssel"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Die Werkzeugleiste anzeigen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS-Protokol-Methode"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Wähltastatur"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Die Wähltastatur anzeigen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Lautstärke-Regler"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Zeitspanne zum Aushandeln (sec:msec)"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Die Lautstärke-Regler anzeigen"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Überprüfe eingehende Zertifikate (als Server)"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Anruf_chronik"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Überprüfe eingehende Zertifikate (als Client)"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Liste der beendeten Anrufe"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Zertifikat für eingehende TLS-Verbindungen erforderlich"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "_Adressbuch"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP-Optionen"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "in _Warteschleife"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Zurückrufen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Den Benutzer bitten, SAS zu bestätigen"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Telefonnummer bearbeiten"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Warnung wenn ZRTP nicht unterstüzt wird"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Telefonnummer vor dem Anruf bearbeiten"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"ALSA-Benachrichtigung\n"
+"\n"
+"Fehler beim Öffnen des Wiedergabegeräts"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES-Optionen"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"ALSA-Benachrichtigung\n"
+"\n"
+"Fehler beim Öffnen des Aufnahmegeräts"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Suche alle"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Klicken Sie hier, um Suchtyp zu wechseln"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Suche nach Anruf in Abwesenheit"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Suche nach eingehendem Anruf"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"PulseAudio-Benachrichtigung\n"
+"\n"
+"PulseAudio ist nicht gestartet"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Suche nach ausgehendem Anruf"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/el.po b/lang/el.po
index 569e42df67477e43232f1f42f67f4efc92c11a7f..87edb8e3fa0c737efad651d7aab15c27aaed6558 100644
--- a/lang/el.po
+++ b/lang/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:26+0000\n"
 "Last-Translator: jarlaxl lamat <sztaasz@gmail.com>\n"
 "Language-Team: Greek <el@li.org>\n"
@@ -19,830 +19,904 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s λογαριασμός %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Από</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d Μηνυμα τηλεφωνητή"
+msgstr[1] "%d Μηνυματα τηλεφωνητή"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Κλήση μέ %s λογαριασμό <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Τρέχων λογαριασμός"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Δεν έχετε θέσει λογαριασμούς"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Σφάλμα"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Δεν έχετε κατοχυρομένους λογαριασμούς"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Με:</i> %s \n"
+"χρηση: %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "Ο %s δεν υποστηρίζει ZRTP"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "Η ZRTP διαπραγμάτευση απέτυχε με %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Με:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Δείξε το βα_σικό παράθυρο"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "Κλείστο _Η"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Χρήση λογαριασμού"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Μη πιστοποιημένοι λογαριασμοί"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Κλήση κατευθείαν SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Σφάλμα SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Εγγεγραμμένος"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Μη εγγεγραμμένος"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Προσπαθώ..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Αποτυχία πιστοποίησης"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Μη προσβάσιμο δίκτυο"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Μη προσβάσιμος υπολογιστής"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Σφάλμα ρύθμισης εξυπηρετητή STUN"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Ακυρος εξυπηρετητής STUN"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Μη έγκυρο"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Ψευδώνυμο"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Εξυπηρετητής παρόχου"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Ονομα χρήστη"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "Συνθηματικό"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Εμφάνιση συνθηματικού"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "Αριθμός τηλεφωνητή"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Παράμετροι λογαρισμού"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Πρωτοκολλο"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "'Αγνωστο"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Ταυτοποίηση"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Απόρρητο"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Πιστοποιητικό"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Όνομα εξακρίβωσης"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Συνθηματικό"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Ασφάλεια"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Χρήση TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Ανταλλαγή κλειδιών SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Απενεργοποιημένο"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Εγγραφή"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Λήξη εγγραφής"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Συμβατότητα με RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Συσκευή δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Τοπική διεύθυνση δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Τοπική θύρα δικτύου"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Δημοσιευμένη διευθυνση"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Χρήση STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Σφάλμα SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s λογαριασμός %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>Από</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d Μηνυμα τηλεφωνητή"
-msgstr[1] "%d Μηνυματα τηλεφωνητή"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Κλήση μέ %s λογαριασμό <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Τρέχων λογαριασμός"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Δεν έχετε θέσει λογαριασμούς"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Σφάλμα"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Δεν έχετε κατοχυρομένους λογαριασμούς"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
 msgstr ""
-"<i>Με:</i> %s \n"
-"χρηση: %s"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "Ο %s δεν υποστηρίζει ZRTP"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "Η ZRTP διαπραγμάτευση απέτυχε με %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Με:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Ένταση ηχείων"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Ενταση μικροφώνου"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Υπάρχει μια κλήση εν εξελίξει"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Υπάρχουν κλήσεις εν εξελίξει"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Να κλείσω σιγουρα;"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "Το πρωτόκολλο ZRTP δεν υποσττηρίζεται απο το peer %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Κρυπτογραφημένη επικοινωνια μη διαθέσιμη"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Συνέχεια"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Τερματισμός κλήσης"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -852,11 +926,11 @@ msgstr ""
 "μορφή.\n"
 "Ακριβής λόγος: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Η διαπραγμάτευση ZRTP απέτυχε"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -865,187 +939,98 @@ msgstr ""
 "Ο/Η %s θέλει να σταματησει να χρησιμοποιεί κρυπτογραφημένη επικοινωνία. Η "
 "επιβεβαιωση θα συνεχίσει τη συζήτηση αλλα χωρις κρυπτογράφηση\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Επιβεβαίωση Φύγε Καθαρισμός"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Επιβεβαίωση"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Εγγεγραμμένος"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Μη εγγεγραμμένος"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Προσπαθώ..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Αποτυχία πιστοποίησης"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Μη προσβάσιμο δίκτυο"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Μη προσβάσιμος υπολογιστής"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Σφάλμα ρύθμισης εξυπηρετητή STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Ακυρος εξυπηρετητής STUN"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Μη έγκυρο"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Ειδοποίηση απο την ALSA:\n"
-"\n"
-"Σφάλμα κατα το άνοιγμα της συσκευής αναπαραγωγής"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Ειδοποίηση απο την ALSA:\n"
-"\n"
-"Σφάλμα κατα το άνοιγμα της συσκευής λήψης ήχου"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Ειδοποίηση απο το Pulseaudio\n"
-"\n"
-"Tο Pulseaudio δεν τρέχει"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Κανένα βιβλίο διευθύνσεω δεν έχει επιλεχθεί"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Βιβλίο διευθύνσεων"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Τηλεφωνητής (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "Το SFLphone ειναι ένα προγραμμα πελάτης VoIP συμβατό με SIP και ΙΑΧ2 "
 "πρωτόκολλα"
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Σχετικά με το SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Τηλεφωνητής"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Κλήση"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Νέα κλήση"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Κάντε μια νέα κλήση"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Σήκωστο  _Π"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Σηκώστε το τηλέφωνο"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "Κλείστο _Η"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Κλέιστε το τηλέφωνο"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Σε α_ναμονή"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Βάλτε την κλήση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Επανα_φορά"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Επαναφέρετε την κλήση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Οδηγός Ρυθμίσεων _Α"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Εκτέλεση του οδηγού ρύθμισης"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Κλήση προς τον τηλεφωνητή σας"
 
@@ -1057,188 +1042,198 @@ msgstr "_Κλείσιμο"
 msgid "Minimize to system tray"
 msgstr "Ελαχιστοποίηση στη περιοχή ειδοποιήσεων"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "Έξοδος"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Τερματισμός του προγράμματος"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Επεξεργασία"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "Αντέγρα_ψε"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Αντιγραφή της επιλογής"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Ε_πικόλληση"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Επικόλληση των περιεχομένων του προχείρου (clipboard)"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Καθαρισμός ιστορικού κλ_ησεων"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Καθαρισμός του ιστορικού κλησεων"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "Λογαρι_ασμοί"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Επεξεργασία των λογαριασμών σας"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Προτιμήσεις"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Αλλαγή των προτιμήσεων σας"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Προβολή"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Βο_ηθεια"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Περιεχόμενα"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Άνοιγμα του εγχειριδίου"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Περί αυτής της εφαρμογής"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Με_ταφορά"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Μεταφορά της κλήσης"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Καταγ_ραφή"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Καταγραψτε τη τρέχουσα συνομιλία"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Εμφάνι_ση γραμμής εργαλείων"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Εμφάνιση της γραμμής εργαλείων"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Πληκτρολόγιο _δ"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Εμφάνιση του πληκτρολογίου"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Ένταση ήχων"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Δείξε τις ρυθμίσεις για την ένταση ήχων"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Ιστορικό _Η"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Ιστορικό κλήσεων"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Βιβλίο διευθύνσεων _Α"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "Κλ_ηση σε αναμονή"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Κλήση"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Επεξεργσία τηελφωνικού αριθμού"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Επεξεργσία τηελφωνικού αριθμού προ της κλήσης"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Χρήση λογαριασμού"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Μη πιστοποιημένοι λογαριασμοί"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Κλήση κατευθείαν SIP"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Ειδοποίηση απο την ALSA:\n"
+"\n"
+"Σφάλμα κατα το άνοιγμα της συσκευής αναπαραγωγής"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Δείξε το βα_σικό παράθυρο"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Ειδοποίηση απο την ALSA:\n"
+"\n"
+"Σφάλμα κατα το άνοιγμα της συσκευής λήψης ήχου"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Ειδοποίηση απο το Pulseaudio\n"
+"\n"
+"Tο Pulseaudio δεν τρέχει"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/es.po b/lang/es.po
index d584e065cd41c98672c6011488331bb06a03031a..6dc56be4814ac38734579601e5b322ca00aa2611 100644
--- a/lang/es.po
+++ b/lang/es.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-11-04 21:47+0000\n"
 "Last-Translator: Oliver Etchebarne <Unknown>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -21,190 +21,51 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "No registrado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Intentando..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Error"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Falló la autenticación"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Red inaccesible"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Servidor inaccesible"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuración de Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor Stun no válido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Listo"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Usando la cuenta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "No hay cuentas registradas"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Llamada SIP directa"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "hoy a las %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ayer a las %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a las %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a las %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error de SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Hay una llamada en curso."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Hay llamadas en curso."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "¿Aún quiere salir?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "El nodo %s no soporta ZRTP\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Comunicación segura no disponible"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Terminar llamada"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Un error de %s obliga a la llamada con %s a realizarse en modo no cifrado.\n"
-"Razón exacta: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Falló la negociación ZRTP"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s quiere parar la comunicación segura. Confirmar reanudará la conversación "
-"sin SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Confirmar"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Confirmar"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s cuenta : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>De</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d mensaje de voz"
 msgstr[1] "%d mensajes de voz"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Llamando con la cuenta %s <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Cuenta actual"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "No tiene configurada ninguna cuenta"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "No tiene ninguna cuenta registrada"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -213,510 +74,664 @@ msgstr ""
 "<i>Con:</i> %s\n"
 "usando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s no soporta ZRTP"
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "La negociación ZRTP ha fracasado con %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Con:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volumen de los altavoces"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volumen del micrófono"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "Mostrar _ventana principal"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Colgar"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i cuenta activa"
 msgstr[1] "%i cuentas activas"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "No se ha seleccionado ninguna libreta de direcciones"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Libreta de direcciones"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Usando la cuenta"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Mensaje de voz (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "No hay cuentas registradas"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone es un cliente VoIP compatible con los protocolos SIP e IAX2"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Llamada SIP directa"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Acerca de SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "hoy a las %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Mensaje de voz"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ayer a las %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "Llamar"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a las %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nueva llamada"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a las %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Realizar un nuevo llamado"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error de SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Descolgar"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Responder la llamada"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrado"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Finalizar la llamada"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "No registrado"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "En _Espera"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Intentando..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Poner la llamada en espera"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Falló la autenticación"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "Seguir"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Red inaccesible"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Sacar la llamada de espera"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Servidor inaccesible"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Al recibir mensajes"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuración de Stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Al recibir mensajes"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor Stun no válido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Asistente de _configuración"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Listo"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Ejecutar el asistente de configuración"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "Llamar a tu correo de voz"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opciones ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Cerrar"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Enviar Hello Hash en S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimizar al área de notificación"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Preguntar al usuario de confirmar SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Salir"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Prevenir si ZRTP no es compatible"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Salir del programa"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Presentar SAS una vez para eventos en espera"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opciones SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Volver a RTP al fallar SDES"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nombre"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frecuencia"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Editar"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Tasa de transferencia"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Copiar"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Copiar la selección"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Salida"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "_Pegar"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Entrada"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Pegar el contenido del portapapeles"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Ringtone"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "_Limpiar historial"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gestor de audio"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Limpiar el historial de llamadas"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Cuentas"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Edita sus cuentas"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Configuración de ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferencias"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Grabaciones"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Cambiar sus preferencias"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Carpeta de destino"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Ver"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Seleccione una carpeta"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Ayuda"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Índice"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Ajustes de mejora de voz"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Abrir el manual"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Reducción de Ruido"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Acerca de esta aplicación"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Transferir"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Transferir la llamada"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usar libreta de contactos de Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "G_rabar"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de descarga :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Grabar la conversación actual"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tarjetas"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Mostrar barra de herramientas"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Mostrar fotos de contactos, si están disponibles"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Mostrar barra de herramientas"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Teclado"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "P_rofesional"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Mostrar el teclado de marcado"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Personal"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "_Controles de volumen"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Movil"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "_Controles de volumen"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Libretas de contactos"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Historia de Llamada"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Seleccione la libreta de contactos de Evolution a usar"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Historia de Llamada"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argumento de URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Libreta de contactos"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Disparador en una cabecera _SIP específica"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "En _Espera"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Disparador con una URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Devolver la llamada"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Comando a ejecutar"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Editar número de teléfono"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescritura de número de teléfono"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Editar el número de teléfono antes de llamar"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefijar los números marcados con"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificación de ALSA\n"
-"\n"
-"Error al abrir el dispositivo de reproducción"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "El asistente ha finalizado"
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notificación ALSA\n"
-"\n"
-"Error al abrir el dispositivo de captura"
+"Puede comprobar en cualquier momento su estado de registro o modificar la "
+"configuración de sus cuentas en la ventana de Opciones/Cuentas."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificación de Pulseaudio\n"
-"\n"
-"Pulseaudio no está funcionando"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Servidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parámetros de cuenta"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Usuario"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Alias"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Seguridad: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocolo"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Desconocido"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Ninguno"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Nombre de equipo"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Asistente de creación de cuentas"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Usuario"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "¡Bienvenido al asistente de creación de cuentas de SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Contraseña"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Este asistente de instalación le ayudará a configurar una cuenta."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Mostrar contraseña"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Escoja un tipo de cuenta"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "_Número de buzón de voz"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "Agente de _usuario"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autentificación"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Cuenta"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Secreto"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Por favor, elija una de las siguientes opciones"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrar una cuenta SIP o IAX2 existente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Configuración de cuenta SIP"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Por favor, ingrese la siguiente información"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Nombre de equipo"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Usuario"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Contraseña"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Mostrar contraseña"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Número de buzón de voz"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicación segura con _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Dirección de correo opcional"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Correo"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Configuración de cuenta IAX2"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Conversión de Dirección de Red (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "A_ctivar STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_Servidor STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registro de cuenta"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "¡Enhorabuena!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notificación de escritorio"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Activar notificaciones"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Icono de bandeja del sistema"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Mostrar SFLphone en la barra de tareas"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup ventana principal al recibir llamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Nunca mostrar ventana principal"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Esconder SFLphone al principio"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Historia de llamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Guardar mi historia por lo menos"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "días"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Habilitar tonos de llamada"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Sonido"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Disparadores"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Accesos directos"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Libreta de Direcciones"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parámetros de cuenta"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocolo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Desconocido"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "Agente de _usuario"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autentificación"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Secreto"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nombre de autentificación"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Contraseña"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguridad"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Usa transporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Intercambió de clave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivado"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registración"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Registracíon expira"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Cumplir con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Red Inaccesible"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Dirección local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Puerto local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Dirección publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Usando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual que parámetros locales"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Publicar dirección y puerto:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Puerto publicado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Sonido"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Elija un tono de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Habilitar tonos de llamada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Archivos de Audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -727,533 +742,513 @@ msgstr ""
 "usted define aqui serán también utilizados si ninguná cuenta puede ser "
 "igualada a una llamada entrante o saliente."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configuración de cuentas"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanzado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Red"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Tenga cuidado: estos accesos directos podrían reemplazar los accesos "
+"directos de todo sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "El servidor ha devuelto «%s» (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocolo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Estado"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Cuentas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Cuentas Configuradas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "Hay %d cuenta activada"
 msgstr[1] "Hay %d cuentas activadas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "No tienes ninguna cuenta activada"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opciones avanzadas para TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usar libreta de contactos de Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transporte TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de descarga :"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Transporte TLS puede ser utilizado a lo largo con UDP para las llamadas que "
+"podrian necesitar transacciones SIP seguras (SIPS). Puede configurar un "
+"diferente transporte TLS para cada cuenta. De cualquier forma, cada uno de "
+"ellos usará un puerto dedicado, diferente el uno del otro.\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tarjetas"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Escuchador TLS global (todas cuentas)"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Mostrar fotos de contactos, si están disponibles"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista de Certificados de Autoridad"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escoge un archivo de lista de CA (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "P_rofesional"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Archivo del certificado del par público"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Personal"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escoge un certificado de par público (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Movil"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escoge un archivo de clave privada"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Libretas de contactos"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Contraseña de clave privada"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Seleccione la libreta de contactos de Evolution a usar"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Método de protocolo TLS"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nombre"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista de cifrado TLS"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "El asistente ha finalizado"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nombre del servidor para la conexión TLS saliente"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Puede comprobar en cualquier momento su estado de registro o modificar la "
-"configuración de sus cuentas en la ventana de Opciones/Cuentas."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Negociación expirada (seg:mseg)"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Alias"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Checar certificados entrantes, como un servidor"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Servidor"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Checar certificados de la respuesta, como cliente"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Usuario"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requiere certificado para conexiones TLS entrantes"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Seguridad: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Ninguno"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Asistente de creación de cuentas"
-
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "¡Bienvenido al asistente de creación de cuentas de SFLphone!"
-
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Este asistente de instalación le ayudará a configurar una cuenta."
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Buscar todos"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolos VoIP"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Pulse aquí para cambiar el tipo de búsqueda"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Escoja un tipo de cuenta"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Buscar en llamadas pérdidas"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Buscar en llamadas entrantes"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Buscar en llamadas salientes"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Cuenta"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volumen de los altavoces"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Por favor, elija una de las siguientes opciones"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volumen del micrófono"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Hay una llamada en curso."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrar una cuenta SIP o IAX2 existente"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Hay llamadas en curso."
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Configuración de cuenta SIP"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "¿Aún quiere salir?"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Por favor, ingrese la siguiente información"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "El nodo %s no soporta ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Comunicación segura con _ZRTP"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicación segura no disponible"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Dirección de correo opcional"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continuar"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Terminar llamada"
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Correo"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"Un error de %s obliga a la llamada con %s a realizarse en modo no cifrado.\n"
+"Razón exacta: %s\n"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Configuración de cuenta IAX2"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Falló la negociación ZRTP"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Conversión de Dirección de Red (NAT)"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s quiere parar la comunicación segura. Confirmar reanudará la conversación "
+"sin SRTP.\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos."
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "A_ctivar STUN"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_Servidor STUN"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "No se ha seleccionado ninguna libreta de direcciones"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registro de cuenta"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Libreta de direcciones"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "¡Enhorabuena!"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Mensaje de voz (%i)"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frecuencia"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone es un cliente VoIP compatible con los protocolos SIP e IAX2"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Tasa de transferencia"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Acerca de SFLphone"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Mensaje de voz"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Salida"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Llamar"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Entrada"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nueva llamada"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Ringtone"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Realizar un nuevo llamado"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Gestor de audio"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Descolgar"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Responder la llamada"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Finalizar la llamada"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Configuración de ALSA"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "En _Espera"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Grabaciones"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Poner la llamada en espera"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Carpeta de destino"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "Seguir"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Seleccione una carpeta"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Sacar la llamada de espera"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "Al recibir mensajes"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Ajustes de mejora de voz"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Al recibir mensajes"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "_Reducción de Ruido"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Asistente de _configuración"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Ejecutar el asistente de configuración"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argumento de URL"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Llamar a tu correo de voz"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Disparador en una cabecera _SIP específica"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Cerrar"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Disparador con una URL _IAX2"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizar al área de notificación"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "_Comando a ejecutar"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Salir"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescritura de número de teléfono"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Salir del programa"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefijar los números marcados con"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notificación de escritorio"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Activar notificaciones"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Icono de bandeja del sistema"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Mostrar SFLphone en la barra de tareas"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Editar"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Popup ventana principal al recibir llamadas"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copiar"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Nunca mostrar ventana principal"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Copiar la selección"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Esconder SFLphone al principio"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Pegar"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Historia de llamadas"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Pegar el contenido del portapapeles"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Guardar mi historia por lo menos"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "_Limpiar historial"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "días"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Limpiar el historial de llamadas"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Cuentas"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Habilitar tonos de llamada"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Edita sus cuentas"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
 msgstr "Preferencias"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Disparadores"
-
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Accesos directos"
-
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Libreta de Direcciones"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Tenga cuidado: estos accesos directos podrían reemplazar los accesos "
-"directos de todo sistema."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opciones avanzadas para TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transporte TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Transporte TLS puede ser utilizado a lo largo con UDP para las llamadas que "
-"podrian necesitar transacciones SIP seguras (SIPS). Puede configurar un "
-"diferente transporte TLS para cada cuenta. De cualquier forma, cada uno de "
-"ellos usará un puerto dedicado, diferente el uno del otro.\n"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Cambiar sus preferencias"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Escuchador TLS global (todas cuentas)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Ver"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Lista de Certificados de Autoridad"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Ayuda"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escoge un archivo de lista de CA (opcional)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Índice"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Archivo del certificado del par público"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Abrir el manual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escoge un certificado de par público (opcional)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Acerca de esta aplicación"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escoge un archivo de clave privada"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Transferir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Contraseña de clave privada"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Transferir la llamada"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Método de protocolo TLS"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "G_rabar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista de cifrado TLS"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Grabar la conversación actual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Nombre del servidor para la conexión TLS saliente"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Mostrar barra de herramientas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Negociación expirada (seg:mseg)"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostrar barra de herramientas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Checar certificados entrantes, como un servidor"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Teclado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Checar certificados de la respuesta, como cliente"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Mostrar el teclado de marcado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requiere certificado para conexiones TLS entrantes"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Controles de volumen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opciones ZRTP"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "_Controles de volumen"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Enviar Hello Hash en S_DP"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Historia de Llamada"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Preguntar al usuario de confirmar SAS"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Historia de Llamada"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Prevenir si ZRTP no es compatible"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Libreta de contactos"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Presentar SAS una vez para eventos en espera"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "En _Espera"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opciones SDES"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Devolver la llamada"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Volver a RTP al fallar SDES"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Editar número de teléfono"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Buscar todos"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Editar el número de teléfono antes de llamar"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Pulse aquí para cambiar el tipo de búsqueda"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notificación de ALSA\n"
+"\n"
+"Error al abrir el dispositivo de reproducción"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Buscar en llamadas pérdidas"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificación ALSA\n"
+"\n"
+"Error al abrir el dispositivo de captura"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Buscar en llamadas entrantes"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificación de Pulseaudio\n"
+"\n"
+"Pulseaudio no está funcionando"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Buscar en llamadas salientes"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/fr.po b/lang/fr.po
index 9844b7726d566a70056c855743597ae65e08f0a4..f20900f53e6343edaeb7c8ceca5d74584589c2c2 100644
--- a/lang/fr.po
+++ b/lang/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:33+0000\n"
 "Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -21,85 +21,350 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d message vocal"
+msgstr[1] "%d messages vocaux"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Appel avec le compte %s <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte courant"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Vous n'avez pas configuré de compte"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erreur"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Vous n'avez aucun compte enregistré"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Avec:</i> %s\n"
+"using %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ne supporte pas ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "La négociation ZRTP avec %s a échoué"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>De:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Afficher la fenêtre principale"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Raccrocher"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i compte actif"
+msgstr[1] "%i comptes actifs"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utilise le compte"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Pas de compte enregistré"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Appel direct SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "Aujourd'hui, à %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "Hier, à %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A, à %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x, à %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Erreur SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Enregistré"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non Enregistré"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "En cours..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Erreur d'authentification"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Réseau non trouvé"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Serveur introuvable"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Erreur de configuration Stun"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Serveur Stun invalide"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Prêt"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Non valide"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Options de ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Envoyer le hash de Hello dans S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Demander à l'utilisateur de confirmer le SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Avertir si ZRTP n'est pas supporté"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Afficher le SAS seulement une fois sur les mises en attente"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Options SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Recourrir à RTP si SDES échoue"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Fréquence"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "Greffon ALSA"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortie"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrée"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Sonneries"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Interface Audio"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paramètres ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistrements"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Dossier de destination"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Choisissez un dossier"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Paramètres d'amélioration de la voix"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "Réduction du bruit"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Général"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Utiliser les carnets d'adresse d'Évolution"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de téléchargement :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "entrées"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Afficher la photo si disponible"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Professionnels"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "P_ersonnels"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiles"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Carnets d'adresses"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Déclencher sur un entête _SIP spécifique"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Déclencher en _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Commande à e_xécuter"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Réécriture des numéros appelés"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Préfixer les numéros composés par"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Cet assistant est maintenant terminé."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -107,585 +372,368 @@ msgstr ""
 "Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier "
 "les paramètres de vos comptes dans la fenêtre Options/Comptes."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Serveur"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'utilisateur"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Sécurité: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Aucun"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Assistant de création de compte de SFLphone"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Bienvenue dans l'assistant de création de compte de SFLphone !"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Cet assistant vous guidera dans la configuration d'un compte."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocoles VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Sélectionnez un type de compte"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Veuillez sélectionner une des options suivantes"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Enregistrer un compte SIP ou IAX2 existant"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paramètres de compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Veuillez remplir les champs suivants"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "A_lias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Serveur"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Usa_ger"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Mot de passe"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Afficher le mot de passe"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Boite vocale #"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Communications sécurisées avec _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Adresse courriel optionnelle"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "A_dresse courriel"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paramètres de compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 "Vous devriez probablement activer cette option si vous vous trouvez derrière "
 "un pare-feu."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctiver STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "S_erveur STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Enregistrement du compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Félicitations!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Déclencher sur un entête _SIP spécifique"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Déclencher en _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Commande à e_xécuter"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Réécriture des numéros appelés"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Préfixer les numéros composés par"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notifications de Bureau"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activer les notifications"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icône dans la barre des tâches"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Montrer SFLphone dans la barre des tâches"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Ne _jamais afficher la fenêtre principale"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "_Cacher la fenêtre de SFLphone au démarrage"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Historique des appels"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "Garder mon historique au moins"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "jours"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "Activer les sonneries"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Préférences"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Général"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Audio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Ancrage"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Raccourcis claviers"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Carnet d'adresse"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Options de ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Envoyer le hash de Hello dans S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Demander à l'utilisateur de confirmer le SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Avertir si ZRTP n'est pas supporté"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Afficher le SAS seulement une fois sur les mises en attente"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Options SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Recourrir à RTP si SDES échoue"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "Le serveur a répondu \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocole"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Statut"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes Configurés"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d compte actif"
-msgstr[1] "%d comptes actifs"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Vous n'avez aucun compte actif"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Utiliser les carnets d'adresse d'Évolution"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de téléchargement :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "entrées"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Afficher la photo si disponible"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Professionnels"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "P_ersonnels"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobiles"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Carnets d'adresses"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Soyez prudent; ces raccourcis peuvent entrer en conflit avec ceux du système."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Options avancées TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transport TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Le transport TLS peut être utilisé sur UDP pour les appels qui requiert des "
-"transactions SIP sécurisées (aka SIPS). Vous pouvez spécifier un transport "
-"TLS différent pour chaque compte. Cependant, chacun écoutera sur un port "
-"différent.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Port TLS global (pour tous les comptes)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Liste des autorités de certification"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Choisir une liste d'AC (optionnel)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Fichier de certificats de l'extrémité public"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Sélectionner le certificat de l'extrémité public"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Choisir une clé privée (optionnel)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Mot de passe pour la clé privée"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Méthode pour TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Liste de cryptogramme TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Instance du serveur pour les connections TLS sortantes"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Expiration de la négociation"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "En tant que serveur, vérifier les certificats entrants"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "En tant que client, vérifier les certificats dans les réponses"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Exiger un certificat pour les connexions TLS entrantes"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paramètres du Compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "P_rotocole"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Inconnu"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Identification"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Mot de passe"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Informations"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nom d'authentification"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Mot de passe"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sécurité"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Utiliser un transport TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Échange de clé SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Désactivé"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Expiration d'enregistrement"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Expiration d'enregistrement"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Respecter RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interface réseau"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adresse locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Port local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adresse de publication"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utiliser STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL du serveur STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Identique aux paramètres locaux"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Configurer l'adresse et le port à publier"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Port de publication"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Sonneries"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Sélectionner une sonnerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activer les sonneries"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fichier Audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -696,170 +744,196 @@ msgstr ""
 "sont aussi utilisé si aucun compte ne peut être attribué à un appel entrant "
 "ou sortant."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Paramètre des comptes"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Général"
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Général"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avancé"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Réseau"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Soyez prudent; ces raccourcis peuvent entrer en conflit avec ceux du système."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Le serveur a répondu \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocole"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Statut"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes Configurés"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d compte actif"
+msgstr[1] "%d comptes actifs"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Vous n'avez aucun compte actif"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Options avancées TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transport TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Le transport TLS peut être utilisé sur UDP pour les appels qui requiert des "
+"transactions SIP sécurisées (aka SIPS). Vous pouvez spécifier un transport "
+"TLS différent pour chaque compte. Cependant, chacun écoutera sur un port "
+"différent.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Port TLS global (pour tous les comptes)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Liste des autorités de certification"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Choisir une liste d'AC (optionnel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Fichier de certificats de l'extrémité public"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Sélectionner le certificat de l'extrémité public"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Choisir une clé privée (optionnel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Mot de passe pour la clé privée"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Méthode pour TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Liste de cryptogramme TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Instance du serveur pour les connections TLS sortantes"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Expiration de la négociation"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "En tant que serveur, vérifier les certificats entrants"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avancé"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "En tant que client, vérifier les certificats dans les réponses"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Réseau"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Exiger un certificat pour les connexions TLS entrantes"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Rechercher dans tous"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Cliquez ici pour changer le type de recherche"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Rechercher dans les appels manqués"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Rechercher dans les appels entrants"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Rechercher dans les appels sortants"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Erreur SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "Aujourd'hui, à %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "Hier, à %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A, à %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x, à %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s account : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d message vocal"
-msgstr[1] "%d messages vocaux"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Appel avec le compte %s <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte courant"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Vous n'avez pas configuré de compte"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Erreur"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Vous n'avez aucun compte enregistré"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Avec:</i> %s\n"
-"using %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ne supporte pas ZRTP."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "La négociation ZRTP avec %s a échoué"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>De:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Volume des hauts-parleurs"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Volume du micro"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Vous avez un appel en cours."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Vous avez des appels en cours."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Voulez-vous quitter?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP n'est pas supporté par %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Communications sécurisées non disponibles"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Continuer"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Arrêter l'appel"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -868,11 +942,11 @@ msgstr ""
 "L'appel avec %s est passé en mode non-crypté à cause d'une erreur %s.\n"
 "Raison exacte: %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Erreur d'authentification"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -881,188 +955,99 @@ msgstr ""
 "%s ne désire plus utiliser la communication sécurisée. Confirmer que vous "
 "voulez continuer sans ZRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Confirmer Communication en clair"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmer"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Enregistré"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non Enregistré"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "En cours..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Erreur d'authentification"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Réseau non trouvé"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Serveur introuvable"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Erreur de configuration Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Serveur Stun invalide"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Prêt"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Non valide"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notification ALSA\n"
-"\n"
-"Erreur lors de l'ouverture du périphérique de sortie"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notification ALSA\n"
-"\n"
-"Erreur lors de l'ouverture du périphérique d'entrée"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notification Pulseaudio\n"
-"\n"
-"Pulseaudio n'est pas lancé"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Aucun carnet d'adresses sélectionné"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Carnet d'adresses"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Boite vocale (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 "SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "A propos de SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Boite vocale"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Actions"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Nouvel appel"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Appeler"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Décrocher"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Répondre à l'appel"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Raccrocher"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Terminer l'appel"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Mettre en attente"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Mettre l'appel en attente"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Reprendre"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Reprendre l'appel"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
 msgid "Send _message"
 msgstr "Lors de réception de messages"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 #, fuzzy
 msgid "Send message"
 msgstr "Lors de réception de messages"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Assistant de configuration"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Lancer l'assistant de configuration"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Appeler la boite vocale"
 
@@ -1074,201 +1059,211 @@ msgstr "_Fermer"
 msgid "Minimize to system tray"
 msgstr "Minimiser dans la barre des tâches"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Quitter"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Quitter le programme"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editer"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copier"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copier la sélection"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "C_oller"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Coller le contenu du presse-papiers"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Effacer l'_historique"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Effacer l'historique"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "Co_mptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Éditer les comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "Préférences"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Modifier les préférences"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "A_ffichage"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "A_ide"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Sommaire"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Ouvrir le manuel"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "À propos de cette application"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Transférer"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transférer à :"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Enregistrer"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Enregistrer la conversation courante"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Afficher la _barre d'outil"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Afficher la barre d'outil"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Clavier"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Afficher le clavier"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Contrôle du _volume"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Afficher les controles du volume"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Historique"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Historique d'appels"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Carnet d'adresses"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_Mettre en attente"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Rappeler"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Éditer le numéro"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Éditer le numéro de téléphone avant d'appeler"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utilise le compte"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Pas de compte enregistré"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Appel direct SIP"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notification ALSA\n"
+"\n"
+"Erreur lors de l'ouverture du périphérique de sortie"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Afficher la fenêtre principale"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notification ALSA\n"
+"\n"
+"Erreur lors de l'ouverture du périphérique d'entrée"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notification Pulseaudio\n"
+"\n"
+"Pulseaudio n'est pas lancé"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i compte actif"
-msgstr[1] "%i comptes actifs"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
-msgid "_Echo Suppression"
-msgstr "Suppression de l'écho"
+#~ msgid "_Echo Suppression"
+#~ msgstr "Suppression de l'écho"
 
-msgid "Connection"
-msgstr "Connexion"
+#~ msgid "Connection"
+#~ msgstr "Connexion"
 
-msgid ""
-"GConf error:\n"
-"  %s"
-msgstr ""
-"Erreur GConf:\n"
-"  %s"
+#~ msgid ""
+#~ "GConf error:\n"
+#~ "  %s"
+#~ msgstr ""
+#~ "Erreur GConf:\n"
+#~ "  %s"
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/hu.po b/lang/hu.po
index e5eb9436bbfea466143599546946031f22bfd9f8..9bca912d8b737546453f418c5a7f15a413977f55 100644
--- a/lang/hu.po
+++ b/lang/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-01-07 19:33+0000\n"
 "Last-Translator: Balazs Radak <Unknown>\n"
 "Language-Team: Hungarian <hu@li.org>\n"
@@ -19,85 +19,348 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s Fiók %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "%s<i>tól/től</i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d Hangposta"
+msgstr[1] "%d Hangposta üzenetek"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Jelenlegi Fiók"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Nics beállított Fiók"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Hiba"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "nincs regisztrált Fiók"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s nem támogatja a ZRTP-t."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Főablak megjelenítése"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Vonal bontása"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i Aktív Fók"
+msgstr[1] "%i Aktív Fiókok"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "A következő fiók használatban"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nincs regisztrált fiók"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Közvetlen SIP-hívás"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "Mai napon %R -kor"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "Tegnap %R -kor"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R -kor"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R -kor"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone Hiba"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Regisztrálva"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nem regisztrált"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Próbálkozás..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Hitelesítési hiba"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A hálózat nem érhető el"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A hoszt nem elérhető"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "STUN konfigurációs hiba"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Érvénytelen STUN szerver"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Kész"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Érvénytelen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP opcíók"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Figyelmeztessen, ha a ZRTP nem támogatott"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Név"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Gyakoriság"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitráta"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA beépülő"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Kimenet"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Bemenet"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Csengőhang"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Hangkezelő"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA beállítások"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Felvételek"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Célmappa"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Válasszon egy mappát"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Hangerősítési beállítások"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "Zajszűrő"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Általános"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Evolution Címjegyzék használata"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Letöltési limit"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kártyák"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Kapcsolati kép megjelenítése, ha elérhető"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Az Evolution mezői"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Munka"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Otthoni"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobil"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Címjegyzékek"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Válaassza ki, melyik Címjegyzéket kívánja használni"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Parancs futtatása"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Telefonszám árírása"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Tárcsázott számok előtti _Prefix"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Beállítóasszisztens vége."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,759 +368,570 @@ msgstr ""
 "Bármikor ellenőrizheti a Fiókja állapotát, vagy módosíthatja annak "
 "paramétereit az Szerkesztés / Fiókok menüpont alatt."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Szerver"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Felhasználónév"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Biztonság "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Egyik sem"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLphone - Fiók létrehozása varázsló"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Üdvözöljük a  Fiók létrehozása varázslóban"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Ez a varázsló segít a Fiók beállításában"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP Protokollok"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Válasszon Fiók típust"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Fiók"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Kérem, válasszon egyet az alábbi lehetősegek közül"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Ingyenes Fiók (SIP/IAX2) létrehozása az sflphone.org-nál"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Meglévő SIP vagy IAX2 Fiók beállítása"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP Fiók beállítások"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Kérem, adja meg a következő adatokat"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Hoszt név"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Felhasználói név"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Jelszó"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Jelszó megjelenítése"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Hangposta hívószáma"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Biztonságos kommunikáció _ZRTP-val"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Opcionális e-mail cím"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Erre az E-mail címre érkeznek majd a hangposta üzenetei."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-mail cím"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2 Fiók beállításai"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Hálózati Címfordítás (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "Amennyiben tűzfal mögött van, valószílűeg engedélyeznie kell."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN engedélyezése"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_STUN szerver"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Fiók Regisztráció"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Gratulálunk!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Parancs futtatása"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Telefonszám árírása"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Tárcsázott számok előtti _Prefix"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Asztali értesítések"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Értesítések engedélyezése"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Rendszertálca-ikon"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "SFLphone megjelenítése Rendszertálcán"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Főablak megjelenítése bejövő hívás esetén"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Soha ne mutasd a Főablakot"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Az SFLphone elrejtése indításkor"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Híváselőzmények"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "Híváéselőzmények megőrzése eddig"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "nap"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Csengőhangok engedélyezése"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Beállítások"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Általános"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Hang"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Speciális Funkciók (Hooks)"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Gyorsbillentyűk"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Címjegyzék"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP opcíók"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Figyelmeztessen, ha a ZRTP nem támogatott"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Állapot"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Fiókok"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Beállított Fiókok"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Összesen %d aktív Fiók van"
-msgstr[1] "Összesen %d aktív Fiók van"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Nincs aktív Fiók beállítva"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Evolution Címjegyzék használata"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Letöltési limit"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kártyák"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Kapcsolati kép megjelenítése, ha elérhető"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Az Evolution mezői"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Munka"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Otthoni"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobil"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Címjegyzékek"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Válaassza ki, melyik Címjegyzéket kívánja használni"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Figyelem : az egyes  gyorsbillentyűk felülbírálhatják a Rendszer "
-"alapértelmezett gyorbillentyű beállításait."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Haladó opciók a TLS-hez"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS átvitel"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Fiók paraméterek"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Ismeretlen"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_Felhasználó program"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Azonosítás"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Jelszó"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Azonosító név"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Jelszó"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Biztonság"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS átvitel használata (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP key exchange"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Tiltva"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Regisztráció"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Regisztráció érvényessége"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Hálózati csatoló"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Helyi cím"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Helyi port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Publikus cím"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN használata"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN szerver cłme"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Ugyanaz, mint a helyi paraméterek"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Publikus cím és port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Publikus port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Csengőhangok"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Válasszon csengőhangot"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Csengőhangok engedélyezése"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Audió fáljok"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Fiók beállítások"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Alap"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Haladó"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Hálózat"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Keresés az összesben"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Figyelem : az egyes  gyorsbillentyűk felülbírálhatják a Rendszer "
+"alapértelmezett gyorbillentyű beállításait."
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Kattintson ide a keresési típus megváltoztatásához"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Kersés a Nem fogadott hívások között"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protokoll"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Keresés a Bejövő hívások között"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Állapot"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Fiókok"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Beállított Fiókok"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Összesen %d aktív Fiók van"
+msgstr[1] "Összesen %d aktív Fiók van"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Nincs aktív Fiók beállítva"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Haladó opciók a TLS-hez"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS átvitel"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone Hiba"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "Mai napon %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "Tegnap %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R -kor"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s Fiók %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "%s<i>tól/től</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d Hangposta"
-msgstr[1] "%d Hangposta üzenetek"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Jelenlegi Fiók"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Nics beállított Fiók"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Hiba"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "nincs regisztrált Fiók"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Keresés az összesben"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Kattintson ide a keresési típus megváltoztatásához"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s nem támogatja a ZRTP-t."
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Kersés a Nem fogadott hívások között"
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr ""
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Keresés a Bejövő hívások között"
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Hangszóró hangereje"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofon hangereje"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Egy hívás folyamatban"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Hívások folyamatban"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Biztos kilép?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "A peer %s nem támogatja a ZRTP-t\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "Biztonságos Kommunikáció nem elérhető"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Folytatás"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Hívás befejezése"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP átviteli hiba"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -866,182 +940,96 @@ msgstr ""
 "%s nem használja a titkosított kommunikációt. Amennyiben megerősíti, a "
 "további beszélgetés SRTP nélkül zajlik.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Megerősít"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Regisztrálva"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nem regisztrált"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Próbálkozás..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Hitelesítési hiba"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A hálózat nem érhető el"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A hoszt nem elérhető"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "STUN konfigurációs hiba"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Érvénytelen STUN szerver"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Kész"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Érvénytelen"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA üzenet: \n"
-"Hiba a hangeszköz megnyitásakor"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA üzenet:\n"
-"Hiba a felvevő eszköz megnyitásakor"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudió üzenet:\n"
-"Pulseaudio nem fut"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Nincs kiválasztva Címjegyzék"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Címjegyzék"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Hangposta (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "Az SFLphone egy SIP és IAX2 kompatibilis VoIP kliens."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Az SFLphone-ról"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Hangposta"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Hívás"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Új hívás"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Új hívás kezdeményezése"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "_Felvesz"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Hívás fogadása"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Vonal bontása"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Hívás befejezése"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Tartás"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Hívás tartásba tétele"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "Hívás visszavétele"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Hívás visszavétele"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Beállítóasszisztens"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "A beállítóasszisztens futtatása"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Hangposta hívása"
 
@@ -1053,188 +1041,195 @@ msgstr "_Bezár"
 msgid "Minimize to system tray"
 msgstr "Tálcára helyezés"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Kilépés"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Kilépés a programból"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Szerkesztés"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Másolás"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Kijelölés másolása"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "_Beillesztés"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "A vágólap tartalmának beillesztése"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Előzmények törlése"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Híváselőzmények törlése"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Fiókok"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Felhasználói fiókok szerkesztése"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Beállítások"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Beállítások megváltoztatása"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Nézet"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Súgó"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Tartalom"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "A kézikönyv megnyitása"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Az alkalmazás névjegye"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Átadás"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "A hívás átadása"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Felvétel"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "A jelenlegi hívás rögzítése"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "Látszódjon az eszköztár"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Látszódjon az eszköztár"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Tárcsázó"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Tárcsázó megjelenítése"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Hangerőszabályzó"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Hangerőszabályzó megjelenítése"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Előzmények"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Híváselőzmények"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Névjegyzék"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "Tartásban"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Visszahívás"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Telefonszám szerkesztése"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Telefonszám hívás előtti szerkesztése"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "A következő fiók használatban"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nincs regisztrált fiók"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Közvetlen SIP-hívás"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA üzenet: \n"
+"Hiba a hangeszköz megnyitásakor"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Főablak megjelenítése"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA üzenet:\n"
+"Hiba a felvevő eszköz megnyitásakor"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudió üzenet:\n"
+"Pulseaudio nem fut"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i Aktív Fók"
-msgstr[1] "%i Aktív Fiókok"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/it.po b/lang/it.po
index 23e1ca5d7d20bd3aaa56c1361b56c9f00f16ef0e..13337bcadd426e0966ee8cccf8594ea1eadb18c8 100644
--- a/lang/it.po
+++ b/lang/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-11-04 21:45+0000\n"
 "Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
 "chambreuil@savoirfairelinux.com>\n"
@@ -20,191 +20,51 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrato"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Non registrato"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Registrazione in corso..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Errore"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autenticazione fallita"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Rete irraggiungibile"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Host non raggiungibile"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Errore di configurazione STUN"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Server STUN non valido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Pronto"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Non valido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Account in uso:"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Nessun account registrato"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Chiamata SIP diretta"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "oggi alle %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ieri alle %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A a %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x a %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Errore SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "C'è una chiamata in corso."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Ci sono chiamate in corso."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Vuoi veramente uscire?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP non è supportato dal peer %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Comunicazione Sicura non disponibile"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Continua"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Termina la chiamata"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Un errore %s ha forzato la chiamata con %s a tornare in modalità non "
-"cifrata.\n"
-"Motivo esatto: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Negoziazione ZRTP fallita"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s vuole interrompere la comunicazione sicura. Confermando, la conversazione "
-"avverrà senza SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Conferma Go Clear"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Conferma"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "Account %s: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>Da</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d messaggio vocale"
 msgstr[1] "%d messaggi vocali"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Chiamata tramite account %s <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Account attivo"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Nessun account configurato"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Errore"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Nessun account registrato"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -213,505 +73,667 @@ msgstr ""
 "<i>Con:</i> %s \n"
 "usando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s non supporta ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Negoziazione ZRTP fallita con %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Con:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volume altoparlante"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volume microfono"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "Mostra la finestra principale"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Chiudi"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i account attivo"
 msgstr[1] "%i account attivi"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Rubrica"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Rubrica"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Account in uso:"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Segreteria telefonica (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Nessun account registrato"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone è un client VoIP compatibile con i protocolli SIP e IAX2."
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Chiamata SIP diretta"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Informazioni su SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "oggi alle %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Segreteria telefonica"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ieri alle %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Chiama"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A a %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "Chiama"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x a %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Effettua una nuova chiamata"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Errore SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "Rispondi"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Rispondi alla chiamata"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrato"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Termina la chiamata"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Non registrato"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "Attesa"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Registrazione in corso..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Metti in attesa la chiamata"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autenticazione fallita"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "_Metti in attesa"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Rete irraggiungibile"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Metti la chiamata in attesa"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Host non raggiungibile"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-msgid "Send _message"
-msgstr ""
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Errore di configurazione STUN"
 
-#: ../gnome/src/uimanager.c:989
-msgid "Send message"
-msgstr ""
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Server STUN non valido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "_Assistente di Configurazione"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Pronto"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Errore di configurazione STUN"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Non valido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d messaggio vocale"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opzioni ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Chiudi"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Invia hash Hello in S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimizza nel tray"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Richiedi all'utente di confermare SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Esci"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Avvisa se ZRTP non è supportato"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Esce dal programma"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Visualizza SAS per eventi di messa in attesa"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opzioni SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Torna in RTP se SDES fallisce"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nome"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequenza"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Modifica"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitrate"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Copia"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Elimina l'account selezionato"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uscita"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "_Incolla"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Ingresso"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Incolla dagli appunti"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Tono chiamata"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Cancella la cronologia"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gestore Suoni"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Cancella la cronologia"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Account"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Account attivo"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Impostazioni ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferen_ze"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Registrazioni"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Modifica le preferenze"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Cartella di destinazione"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Visualizza"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Seleziona una cartella"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Aiuto"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Contenuti"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Impostazioni migliorie vocali"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Apri il manuale"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "Riduzione _Rumore"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Informazioni su SFLphone"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "_Inoltra"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Generale"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Inoltra a:"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Usa la rubrica di Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Registra"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite download :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Regista la conversazione in corso"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "tessere"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Mostra barra"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "Mostra la foto del contatto se disponibile"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Mostra barra"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campi dalla rubrica di Evolution"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "Mostra tastiera"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Lavoro"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Mostra la tastiera"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Home"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Mostra i controlli del volume"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "Cellulare"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Mostra i controlli del volume"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Rubriche indirizzi"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Cronologia"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selezionare la rubrica di Evolution da usare"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Cronologia chiamate"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argomento URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Rubrica"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Rileva header SIP specifico"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "Attesa"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Rileva URL su IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Richiama"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Comando da eseguire"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Modifica numero di telefono"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Riscrittura numero telefonico"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Modifica numero di telefono prima di chiamare"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Prefisso da aggiungere ai numeri da chiamare"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notifica ALSA\n"
-"Errore nell'apertura del dispositivo di riproduzione"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "La procedura guidata è terminata."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notifica ALSA\n"
-"Errore nell'apertura del dispositivo di registrazione"
+"Puoi verificare in ogni momento il tuo stato di registrazione o modificare i "
+"parametri dei tuoi account nella finestra Opzioni/Account."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notifica PulseAudio\n"
-"PulseAudio non è in esecuzione"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Pseudonimo"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parametri account"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Nome utente"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Pseudonimo"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Sicurezza: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocollo"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Sconosciuto"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nessuno"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "Nome _host"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Wizard creazione account di SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "Nome _utente"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr ""
+"Benvenuti alla procedura guidata per la creazione di un account SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Password"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Questa procedura permetterà di configurare un account."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Password"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolli VoIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Selezionare un tipo di account"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "Numero segreteria telefonica"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "_User-agent"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autenticazione"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Account"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Password"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Scegliere una delle seguenti opzioni"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
-msgid "Credential"
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Creare un account SIP/IAX2 gratuito  su sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrare un account SIP o IAX2 esistente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Impostazioni account SIP"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Per favore inserisci le seguenti informazioni"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Pseudonimo"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "Nome _host"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "Nome _utente"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Password"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Password"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "Numero segreteria telefonica"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicazioni sicure con _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Indirizzo email opzionale"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"L'indirizzo email sarà usato per l'invio dei messaggi della segreteria "
+"telefonica."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "Indirizzo _email"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Impostazioni account IAX2"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "Dovrebbe essere abilitato se ci si trova dietro ad un firewall."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Abilita STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "Server STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registrazione account"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Congratulazioni!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notifiche"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Abilita notifiche"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Icona per area di notifica"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Mostra SFLphone nel tray"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "Mostra la finestra principale all'arrivo delle chiamate"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Non mostrare mai la finestra principale"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Nascondi la finestra di SFLphone all'avvio"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Cronologia chiamate"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "Mantieni la cronologia per almeno"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "giorni"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Abilita suonerie"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferenze"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Audio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Ganci"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Scorciatoie"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Rubrica"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parametri account"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocollo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Sconosciuto"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autenticazione"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Password"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
 msgstr "Credenziali"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nome autenticazione"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Password"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Sicurezza"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Utilizza trasporto TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Scambio chiavi SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Disabilitato"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrazione"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Scadenza registrazione"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Compatibile con RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Rete irraggiungibile"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Indirizzo locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Porta locale"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Indirizzo pubblicato"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Usa STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL server STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Uguale ai parametri locali"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Imposta indirizzo e porta pubblici:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Porta pubblicata"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Audio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Suonerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Selezionare una suoneria"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Abilita suonerie"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "File audio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -722,535 +744,508 @@ msgstr ""
 "impostazioni definite qui verranno inoltre utilizzate se nessun account "
 "potrà essere abbinato ad una chiamata in ingresso o in uscita."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Impostazioni dell'account"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Generale"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avanzate"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rete"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Attenzione: queste scorciatoie potrebbero sovrascrivere quelle di sistema."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Il Server ha restituito \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocollo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Stato"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Account"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Account configurati"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "Esiste %d account attivo"
 msgstr[1] "Esistono %d account attivi"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Non hai account attivi"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Generale"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opzioni avanzate per TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Usa la rubrica di Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Trasporto TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite download :"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Il trasporto TLS può essere usato con UDP per la chiamate che\n"
+"richiedono transazioni sip sicure (come SIPS). Puoi configurare un\n"
+"trasporto TLS differente per ogni account. Comunque, ognuno di\n"
+"questi girerà su una porta dedicata, differente l'una dall'altra\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "tessere"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Listener TLS globale (tutti gli account)"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "Mostra la foto del contatto se disponibile"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista Autorità di Certificazione"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campi dalla rubrica di Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Selezione il file delle CA (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Lavoro"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "File del certificato endpoint pubblico"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Home"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Seleziona un certificato per l'endpoint pubblico (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "Cellulare"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Seleziona un file con la chiave privata (opzionale)"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Rubriche indirizzi"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Password per la chiave privata"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Selezionare la rubrica di Evolution da usare"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Metodo protocollo TLS"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nome"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista cifrature TLS"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "La procedura guidata è terminata."
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Nome istanza server per le connessioni TLS in uscita"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Puoi verificare in ogni momento il tuo stato di registrazione o modificare i "
-"parametri dei tuoi account nella finestra Opzioni/Account."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Timeout negoziazione (sec:msec)"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Pseudonimo"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verifica i certificati in ingresso, come server"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Server"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verifica certificati dalla risposta, come client"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Nome utente"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Richiedi certificato per le connessioni TLS in ingresso"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Sicurezza: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Nessuno"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Wizard creazione account di SFLphone"
-
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr ""
-"Benvenuti alla procedura guidata per la creazione di un account SFLphone"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Cerca tra tutte le chiamate"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Questa procedura permetterà di configurare un account."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Fare clic qui per cambiare il tipo di ricerca"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolli VoIP"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Cerca tra le chiamate perse"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Selezionare un tipo di account"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Cerca tra le chiamate ricevute"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Cerca tra le chiamate effettuate"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volume altoparlante"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Account"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volume microfono"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Scegliere una delle seguenti opzioni"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "C'è una chiamata in corso."
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Creare un account SIP/IAX2 gratuito  su sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Ci sono chiamate in corso."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrare un account SIP o IAX2 esistente"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Vuoi veramente uscire?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Impostazioni account SIP"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP non è supportato dal peer %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Per favore inserisci le seguenti informazioni"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicazione Sicura non disponibile"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Comunicazioni sicure con _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continua"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Indirizzo email opzionale"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Termina la chiamata"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"L'indirizzo email sarà usato per l'invio dei messaggi della segreteria "
-"telefonica."
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "Indirizzo _email"
+"Un errore %s ha forzato la chiamata con %s a tornare in modalità non "
+"cifrata.\n"
+"Motivo esatto: %s\n"
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Impostazioni account IAX2"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Negoziazione ZRTP fallita"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s vuole interrompere la comunicazione sicura. Confermando, la conversazione "
+"avverrà senza SRTP.\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "Dovrebbe essere abilitato se ci si trova dietro ad un firewall."
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Conferma Go Clear"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Abilita STUN"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Conferma"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "Server STUN"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registrazione account"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Congratulazioni!"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Segreteria telefonica (%i)"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequenza"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone è un client VoIP compatibile con i protocolli SIP e IAX2."
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Informazioni su SFLphone"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Segreteria telefonica"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Uscita"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Chiama"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Ingresso"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "Chiama"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Tono chiamata"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Effettua una nuova chiamata"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Gestore Suoni"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "Rispondi"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Rispondi alla chiamata"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Termina la chiamata"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Impostazioni ALSA"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "Attesa"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Registrazioni"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Metti in attesa la chiamata"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Cartella di destinazione"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Metti in attesa"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Seleziona una cartella"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Metti la chiamata in attesa"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Impostazioni migliorie vocali"
-
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "Riduzione _Rumore"
-
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argomento URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Rileva header SIP specifico"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Rileva URL su IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Comando da eseguire"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Riscrittura numero telefonico"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "_Assistente di Configurazione"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Prefisso da aggiungere ai numeri da chiamare"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Errore di configurazione STUN"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notifiche"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d messaggio vocale"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Abilita notifiche"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Chiudi"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Icona per area di notifica"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizza nel tray"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Mostra SFLphone nel tray"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Esci"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "Mostra la finestra principale all'arrivo delle chiamate"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Esce dal programma"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Non mostrare mai la finestra principale"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Nascondi la finestra di SFLphone all'avvio"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Cronologia chiamate"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "Mantieni la cronologia per almeno"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "giorni"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Modifica"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copia"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Abilita suonerie"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Elimina l'account selezionato"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Preferenze"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Incolla"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Ganci"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Incolla dagli appunti"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Scorciatoie"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Cancella la cronologia"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Rubrica"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Cancella la cronologia"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Attenzione: queste scorciatoie potrebbero sovrascrivere quelle di sistema."
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Account"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opzioni avanzate per TLS"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Account attivo"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Trasporto TLS"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Preferen_ze"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Il trasporto TLS può essere usato con UDP per la chiamate che\n"
-"richiedono transazioni sip sicure (come SIPS). Puoi configurare un\n"
-"trasporto TLS differente per ogni account. Comunque, ognuno di\n"
-"questi girerà su una porta dedicata, differente l'una dall'altra\n"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Modifica le preferenze"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Listener TLS globale (tutti gli account)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Visualizza"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Lista Autorità di Certificazione"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Aiuto"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Selezione il file delle CA (opzionale)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Contenuti"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "File del certificato endpoint pubblico"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Apri il manuale"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Seleziona un certificato per l'endpoint pubblico (opzionale)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Informazioni su SFLphone"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Seleziona un file con la chiave privata (opzionale)"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Inoltra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Password per la chiave privata"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Inoltra a:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Metodo protocollo TLS"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Registra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista cifrature TLS"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Regista la conversazione in corso"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Nome istanza server per le connessioni TLS in uscita"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Mostra barra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Timeout negoziazione (sec:msec)"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostra barra"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Verifica i certificati in ingresso, come server"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "Mostra tastiera"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Verifica certificati dalla risposta, come client"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Mostra la tastiera"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Richiedi certificato per le connessioni TLS in ingresso"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Mostra i controlli del volume"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opzioni ZRTP"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Mostra i controlli del volume"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Invia hash Hello in S_DP"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Cronologia"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Richiedi all'utente di confermare SAS"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Cronologia chiamate"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Avvisa se ZRTP non è supportato"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Rubrica"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Visualizza SAS per eventi di messa in attesa"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "Attesa"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opzioni SDES"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Richiama"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Torna in RTP se SDES fallisce"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Modifica numero di telefono"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Cerca tra tutte le chiamate"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Modifica numero di telefono prima di chiamare"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Fare clic qui per cambiare il tipo di ricerca"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notifica ALSA\n"
+"Errore nell'apertura del dispositivo di riproduzione"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Cerca tra le chiamate perse"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notifica ALSA\n"
+"Errore nell'apertura del dispositivo di registrazione"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Cerca tra le chiamate ricevute"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notifica PulseAudio\n"
+"PulseAudio non è in esecuzione"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Cerca tra le chiamate effettuate"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/ja.po b/lang/ja.po
index 2626a6649e64b444249f93932e93a8479c19e181..d3e4a216937e3323365e0058e7d8a1f53256a74d 100644
--- a/lang/ja.po
+++ b/lang/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:19+0000\n"
 "Last-Translator: Launchpad Translations Administrators <rosetta@launchpad."
 "net>\n"
@@ -20,85 +20,349 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s アカウント: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "</i> %sから <i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d ボイスメール"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "%s アカウント<i>%s</i>を呼び出し中"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "現在のアカウント"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "アカウントが設定されていません"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "エラー"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "アカウント登録されていません"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>で:</i> %s\n"
+" %sを使ってください。"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s はZRTPをサポートできていません。"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP交渉%sで失敗しました"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>With:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "メインウィンドウを開く"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "通話を切る(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLフォン"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "アカウント使用中"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "アカウント登録されていません"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "ダイレクトSIPコール"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphoneエラー"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "登録しました"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "登録できません"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "検索中..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "認証に失敗"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "ネットワークに接続できません"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "ホストに接続できません"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "構成エラー"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "サーバー無効"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "無効"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTPオプション"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "SDPでハローハッシュ送信"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "ユーザーへSAS確認"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "ZRTPがサポートされているかどうか警告"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "イベント管理のためSAS表示"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "名前"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "周波数"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "ビットレート"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSAプラグイン"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "出力"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "入力"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "サウンドマネージャー"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "パルスオーディオ"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA設定"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "録音"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "インストール先フォルダ"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "フォルダの選択"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "全般"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "展開アドレス帳の使用"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "ダウンロードの制限"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "カード"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "可能であれば連絡先の写真を表示"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "展開アドレス帳の項目"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "勤務先"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "自宅"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "携帯"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "アドレス帳"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "展開アドレス帳使用の選択"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL 引数"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "特定SIPヘッダーのトリガ"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "IAX2 URLのトリガ"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "実行するコマンド"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "電話番号書き換え"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "プレフィックス番号"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "アシスタントは現在終了"
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -106,581 +370,366 @@ msgstr ""
 "登録状況の確認またはオプション/アカウントウィンドウでアカウントパラメータを変"
 "更できます"
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "別名"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "サーバー"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "ユーザー名"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "セキュリティー "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP草稿"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "なし"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLフォンアカウント作成ウィザード"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "SFLフォンのアカウント作成ウィザードへようこそ"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "このインストールウィザードはアカウント作成を助けます"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIPプロトコル"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "勘定タイプの選択"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP(セッション開始プロトコル)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2(アスタリスク変換)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "アカウント"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "オプションに従い1つ選択してください"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "無料SIP/IAX2アカウントをsflフォン組織に作成"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "SIPまたは IAX2アカウントの存在を登録"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIPアカウント設定"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "情報を入力してください"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "別名(_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "ホスト名"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "ユーザー名"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "パスワード(_P):"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "パスワードを表示"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "ボイスメールの番号"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "ZRTPセキュリティーで保護された通信"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "任意のメールアドレス"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "このメールアドレスはボイスメールメッセージに送られます"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "Eメールアドレス"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2アカウント設定"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "ネットワークアドレス変換(NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "ファイアウォールの内側であれば接続できます"
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN有効(E)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUNサーバー"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "アカウント登録"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "設定完了"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL 引数"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "特定SIPヘッダーのトリガ"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "IAX2 URLのトリガ"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "実行するコマンド"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "電話番号書き換え"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "プレフィックス番号"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "デスクトップ通知"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "通知可能"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "システムトレイアイコン"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "着信通話のポップアップメインウィンドウ"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "ポップアップメインウィンドウ非表示"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "起動SFLphoneウィンドウ非表示"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "着信履歴"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "最後の着信履歴の保護"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "曜日"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "着信音可能"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "基本設定"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "全般"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "音声"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "フック"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTPオプション"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "SDPでハローハッシュ送信"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "ユーザーへSAS確認"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "ZRTPがサポートされているかどうか警告"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "イベント管理のためSAS表示"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "サーバーが\"%s\" (%d)を返しました"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "プロトコル"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "状態"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "アカウント"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "アカウント設定済み"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%dアクティブアカウント"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "アクティブアカウントが存在しません"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "展開アドレス帳の使用"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "ダウンロードの制限"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "カード"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "可能であれば連絡先の写真を表示"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "展開アドレス帳の項目"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "勤務先"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "自宅"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "携帯"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "アドレス帳"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "展開アドレス帳使用の選択"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLSの詳細設定オプション"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS転送"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"通話はセキュリティーで保護されたSIPトランザクションの要求によりTLS転送はUDPを"
-"使用できます。\n"
-"それぞれのアカウントでTLS転送を確認してください。そうするとそれぞれ専用ポー"
-"ト、異なったものに実行できます。\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "j証明機関の一覧"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "CAリストファイルの選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "公式エンドポイント証明ファイル"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "公式エンドポイント証明の選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "個人キーファイルの選択"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "プライベートキーのパスワード"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLSプロトコルメソッド"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS暗号一覧"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "TLS接続発信サーバー名インスタンス"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "ネゴシエーションタイムアウト"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "サーバーの証明受信の確認"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "クライアント応答証明の確認"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "受信tls接続のための証明要求"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "アカウントパラメーター"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "プロトコル"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "不明"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "認証"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "シークレット"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "資格情報"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "名前の認証"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "パスワード"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "セキュリティ"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS トランスポートを使用"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP キー交換"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "無効"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "登録"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "登録期間切れ"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "RFC 3263に準拠"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "ネットワークインターフェース"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "ローカルアドレス"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "ローカルポート"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "アドレス公開"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN使用"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUNサーバーのURL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "ローカルパラメータと同様"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "公開アドレスとポートの設定"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "公開ポート"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "着信音"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "着信音選択"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "着信音可能"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音声ファイル"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -690,169 +739,194 @@ msgstr ""
 "にこのプロファイルが使用可能\r\n"
 "着信通話または発信通話を照合できないアカウントであれば設定も可能"
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "アカウントの設定"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "アカウントの設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "基本設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "詳細設定"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "サーバーが\"%s\" (%d)を返しました"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "プロトコル"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "状態"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "アカウント"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "アカウント設定済み"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%dアクティブアカウント"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "アクティブアカウントが存在しません"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLSの詳細設定オプション"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS転送"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"通話はセキュリティーで保護されたSIPトランザクションの要求によりTLS転送はUDPを"
+"使用できます。\n"
+"それぞれのアカウントでTLS転送を確認してください。そうするとそれぞれ専用ポー"
+"ト、異なったものに実行できます。\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "j証明機関の一覧"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "CAリストファイルの選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "公式エンドポイント証明ファイル"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "公式エンドポイント証明の選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "個人キーファイルの選択"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "プライベートキーのパスワード"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLSプロトコルメソッド"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS暗号一覧"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "TLS接続発信サーバー名インスタンス"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "ネゴシエーションタイムアウト"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "基本設定"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "サーバーの証明受信の確認"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "詳細設定"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "クライアント応答証明の確認"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "受信tls接続のための証明要求"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "すべて検索"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "検索の種類を変更するにはここをクリックしてください"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "不在着信の検索"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "受信通話の検索"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "発信通話の検索"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphoneエラー"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr ""
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s アカウント: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "</i> %sから <i>"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d ボイスメール"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "%s アカウント<i>%s</i>を呼び出し中"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "現在のアカウント"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "アカウントが設定されていません"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "エラー"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "アカウント登録されていません"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>で:</i> %s\n"
-" %sを使ってください。"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s はZRTPをサポートできていません。"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP交渉%sで失敗しました"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>With:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "スピーカーの音量"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "マイク音量"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "呼び出し中"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "呼び出し中"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "キャンセルしますか?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTPが%sにサポートされていません。\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "安全なコミュニケーションが利用できません。"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "次へ"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "電話をやめてください"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -861,11 +935,11 @@ msgstr ""
 "A %s エラーは非暗号化されているため%sの呼び出しを強制終了しました。\n"
 "正確な理由:%s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP交渉失敗"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -874,185 +948,96 @@ msgstr ""
 "%sはセキュリティーで保護された通信を使うのをやめてください。SRTPなしで会話が"
 "再開するのを確認してください。\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "クリアを確認してください。"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "確認"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "登録しました"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "登録できません"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "検索中..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "認証に失敗"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "ネットワークに接続できません"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "ホストに接続できません"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "構成エラー"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "サーバー無効"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "無効"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA通知\n"
-"\n"
-"再生デバイスエラー"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA通知\n"
-"\n"
-"再生ディバイスエラー"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio通知\n"
-"\n"
-"Pulseaudioが動いていません。"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "アドレス帳が選択されていません"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "ボイスメール(%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLフォンはVoIPクライアントとSIP、IAX2プロトコルと互換性があります"
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLフォンに関して"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "ボイスメール"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "呼び出し"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "通話先"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "発信します"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "選択"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "応答する"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "通話を切る(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "通話終了"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "保留"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "保留中"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "保留解除"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "保留を解除する"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "構成アシスタント"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "構成アシスタントを起動します"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "ボイスメールに電話をしてください"
 
@@ -1064,188 +1049,198 @@ msgstr "閉じる(_C)"
 msgid "Minimize to system tray"
 msgstr "システムトレイを最小化する"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "終了(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "プログラムの終了"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "編集(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "コピー(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "選択範囲をコピー"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "貼り付け(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "クリップボードに貼り付け"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "履歴消去"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "通話履歴消去"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "アカウント(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "アカウント編集"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "基本設定"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "基本設定の変更"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "表示(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "ヘルプ(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "目次"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "手動で開く"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "アプリケーションについて"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "転送"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "通話転送"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "録音(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "現在の会話を録音中"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "ツールバーの表示"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "ツールバーの表示"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "ダイアルパッド(_D)"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "ダイヤルパッドの表示"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "ボリュームコントロール"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "音量調整の表示"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "履歴(_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "通話履歴"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "アドレス帳"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "保留中"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "折り返し電話をする"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "電話番号の編集"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "電話をする前に電話番号の編集をする"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "アカウント使用中"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "アカウント登録されていません"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "ダイレクトSIPコール"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA通知\n"
+"\n"
+"再生デバイスエラー"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "メインウィンドウを開く"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA通知\n"
+"\n"
+"再生ディバイスエラー"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLフォン"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio通知\n"
+"\n"
+"Pulseaudioが動いていません。"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/ko.po b/lang/ko.po
index cf2c5c3c5e06488163ea3d50a01b16e6fba2b3e8..8750b7909e1728b8cc4beb5a0910eacddeb32aa3 100644
--- a/lang/ko.po
+++ b/lang/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:27+0000\n"
 "Last-Translator: Bundo <bundo@bundo.biz>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -19,665 +19,713 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s 계정 : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>From</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d 음성 메일"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "%s 계정 <i> %s </i>를 호출하는 동안"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "현재 계정"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "계정이 설정되지 않았습니다"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "오류"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "계정이 등록되어 있지 않습니다"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>작성자:</i> %s\n"
+"%s을(를) 사용하세요."
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ZRTP를 지원하지 않습니다."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP 협상 %s에서 실패했습니다."
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>With:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "메인 창 보기(_S)"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "통화 끊기(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i 활성된 계정"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFL폰"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "사용중인 계정"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "등록되지 않은 계정"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "직접 SIP 호출"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "%R 오늘"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "%R 어제"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A at %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x 에 %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone 오류"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "등록했습니다"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "등록되지 않았습니다"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "시도중..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "인증이 실패했습니다"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "네트워크에 접근할 수 없습니다"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "호스트에 접근할 수 없습니다"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun 구성 오류"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun 서버 사용"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "준비"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "무효"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 설정"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "사용자에 SAS 확인 질문"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "ZRTP을 지원하는지 여부 경고(_W)"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "이벤트 관리를위한 SAS보기"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 설정"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "RTP에 SDES 대체 실패"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "이름"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "주파수"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "전송률"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA 플러그인"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "출력"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "입력"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "사운드 관리자"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "펄스오디오(_P)"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "알사(_A)"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "알사 설정"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "녹화"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "대상 폴더"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "폴더 선택"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "일반"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "에볼류션 주소록 사용(_U)"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "다운로드 제한 :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "카드"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "가능하면 연락처의 사진보기(_D)"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "에볼류션 주소록에서의 항목"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "업무(_W)"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "홈(_H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "핸드폰(_M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "주소록"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "에볼류션 주소록 사용하여 선택"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL 인수"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "특정 SIP 헤더 트리거(_S)"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "IAX2 URL 트리거(_I)"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "실행 명령(_R)"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "전화 번호 재작성 중"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "접두사와 전화 번호를 다이얼(_P)"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "지원자는 현재 종료되었습니다."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr "등록 상황을 확인하거나 옵션/계정 창에서 계정 매개 변수를 변경합니다."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "별명"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "서버"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "사용자 이름"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "보안: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP 초안"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "없음"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFL폰 계정 만들기 마법사"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "SFL폰 계정 만들기 마법사에 오신걸 환영합니다!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "이 설치 마법사는 계정 생성을 돕습니다"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP 프로토콜"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "계정 유형 선택"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (세션 초기화 프로토콜)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (별표 변환)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "계정"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "옵션에 따라서 1개를 선택"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "무료 SIP/IAX2 계정을 sflphone.org에 만들기"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "SIP 또는 IAX2 계정이 등록되어 있습니다"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP 계정 설정"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "정보를 입력하세요."
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "별칭(_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "호스트 이름(_H)"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "사용자 이름(_U)"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "암호(_P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "암호 보기"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "음성메일 번호(_V)"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "ZRTP 보안으로 보호된 통신(_Z)"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "임의의 이메일 주소"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "이 이메일 주소는 음성메일 메시지로 보내집니다"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "이메일 주소(_E)"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2 계정 설정"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "네트워크 주소 변환 (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "방화벽을 하고 있으면 연결할 수 있습니다"
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "STUN 가능(_N)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUN 서버(_S)"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "계정 등록"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "축하합니다!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL 인수"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "특정 SIP 헤더 트리거(_S)"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "IAX2 URL 트리거(_I)"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "실행 명령(_R)"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "전화 번호 재작성 중"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "접두사와 전화 번호를 다이얼(_P)"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "바탕 화면 알림"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "알림 사용가능(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "시스템 트레이 아이콘"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "SFL폰을 시스탬 트레이에 보여줍니다"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "착신 통화 메인 창 띄움(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "메인창을 절대 띄우지 않음(_V)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "시작 시에 SFL폰 창 숨기기(_S)"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "호출 기록"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "마지막 통화 기록을 보호(_K)"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "일"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "착신음 가능(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "기본 설정"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "일반"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "오디오"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "후크"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "바로 가기"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "주소록"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 설정"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "사용자에 SAS 확인 질문"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "ZRTP을 지원하는지 여부 경고(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "이벤트 관리를위한 SAS보기"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 설정"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "RTP에 SDES 대체 실패"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "서버에 \"%s\" (%d)가 발생했습니다"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "프로토콜"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "상태"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "계정"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "계정을 설정했습니다"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d 활성 계정"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "현재 계정이 존재하지 않습니다"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "에볼류션 주소록 사용(_U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "다운로드 제한 :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "카드"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "가능하면 연락처의 사진보기(_D)"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "에볼류션 주소록에서의 항목"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "업무(_W)"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "홈(_H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "핸드폰(_M)"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "주소록"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "에볼류션 주소록 사용하여 선택"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "주의: 이 단축키는 시스템-전체의 단축키를 무시할 수 있습니다."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS의 고급설정"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 전송"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"통화는 보안으로 보호되는 SIP 트랜잭션의 요구에 따라\n"
-"TLS 전송은 UDP를 사용할 수 있습니다.\n"
-"각각의 계정에서 TLS 전송을 확인합니다.\n"
-"그러면 각각 전용 포트, 다른 한개에 수행할 수 있습니다.\n"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "글로벌 TLS를 수신기 (모든 계정)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "인증 기관 목록"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "CA 목록 파일 선택 (임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "공공의 끝점 인증서 파일"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "공공의 끝점 인증서 파일을 선택 (임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "개인 키 파일 선택(임의의)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "개인키를 위한 암호"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 프로토콜 방법"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "TLS 암호화 목록"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "TLS 연결 발신 서버 네임 인스턴스"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "협상 시간 초과(초:밀리초)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "서버에서 인증서 수신 확인"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "클라이언트에서 응답 증명서 확인"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "수신 tls 연결에 대한 인증 요청"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "계정 매개 변수"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "프로토콜(_P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "알 수 없음"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "인증"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "비밀"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "자격 증명"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "이름 인증"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "암호"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "보안"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "TLS 전송을 사용"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 키 교환"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "사용 안 함"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "등록"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "등록 기간 없음"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "RFC 3263 준수(_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "네트워크 인터페이스"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "로컬 주소"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "로컬 포트"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "주소 공개"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN 사용"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 서버 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "몇개의 로컬 매개 변수"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "공개 주소 및 포트 설정:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "공개된 포트"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "착신음"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "착신음 선택"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "착신음 가능(_E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "오디오 파일"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -687,169 +735,194 @@ msgstr ""
 "싶을 때 이 프로필 사용 가능합니다. 걸려오는 전화 또는 발신 통화가 일치되지 않"
 "는 계정이라도 설정이 가능합니다."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "계정 설정"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "계정 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "기본 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "고급 설정"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "네트워크"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "주의: 이 단축키는 시스템-전체의 단축키를 무시할 수 있습니다."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "서버에 \"%s\" (%d)가 발생했습니다"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "프로토콜"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "상태"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "계정"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "계정을 설정했습니다"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d 활성 계정"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "현재 계정이 존재하지 않습니다"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS의 고급설정"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 전송"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"통화는 보안으로 보호되는 SIP 트랜잭션의 요구에 따라\n"
+"TLS 전송은 UDP를 사용할 수 있습니다.\n"
+"각각의 계정에서 TLS 전송을 확인합니다.\n"
+"그러면 각각 전용 포트, 다른 한개에 수행할 수 있습니다.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "글로벌 TLS를 수신기 (모든 계정)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "인증 기관 목록"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "CA 목록 파일 선택 (임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "공공의 끝점 인증서 파일"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "공공의 끝점 인증서 파일을 선택 (임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "개인 키 파일 선택(임의의)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "개인키를 위한 암호"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 프로토콜 방법"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS 암호화 목록"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "TLS 연결 발신 서버 네임 인스턴스"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "협상 시간 초과(초:밀리초)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "기본 설정"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "서버에서 인증서 수신 확인"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "고급 설정"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "클라이언트에서 응답 증명서 확인"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "네트워크"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "수신 tls 연결에 대한 인증 요청"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "전체 검색"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "검색 종류를 바꾸려면 여기를 누르십시오"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "부재중 온 전화 검색"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "수신 통화 검색"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "발신 통화 검색"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone 오류"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "%R 오늘"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "%R 어제"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A at %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x 에 %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s 계정 : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>From</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d 음성 메일"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "%s 계정 <i> %s </i>를 호출하는 동안"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "현재 계정"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "계정이 설정되지 않았습니다"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "오류"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "계정이 등록되어 있지 않습니다"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>작성자:</i> %s\n"
-"%s을(를) 사용하세요."
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ZRTP를 지원하지 않습니다."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP 협상 %s에서 실패했습니다."
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>With:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "스피커 볼륨"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "마이크 볼륨"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "호출 진행중"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "호출 진행중"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "종료 하시겠습니까?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP %s에서 지원되지 않습니다\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "안전한 커뮤니케이션을 사용할 수 없습니다."
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "계속"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "호출 정지"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
@@ -858,11 +931,11 @@ msgstr ""
 "A %s 오류가 아닌 암호화된있어 %s에 대한 호출을 종료했습니다.\n"
 "정확한 이유 : %s\n"
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP 협상 실패"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -871,185 +944,96 @@ msgstr ""
 "%s는 보안으로 보호되는 통신을 사용하는 것을 금합니다. SRTP 없이 대화를 재개"
 "할 것인지 확인하십시오.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "삭제를 확인하십시오."
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "확인"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "등록했습니다"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "등록되지 않았습니다"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "시도중..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "인증이 실패했습니다"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "네트워크에 접근할 수 없습니다"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "호스트에 접근할 수 없습니다"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun 구성 오류"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun 서버 사용"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "준비"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "무효"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA 알림\n"
-"\n"
-"재생 장치 오류"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA 알림\n"
-"\n"
-"캡쳐 장치 열기 중 오류"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio 알림\n"
-"\n"
-"펄스오디오가 실행중이지 않습니다"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "주소록이 선택되어 있지 않습니다"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "주소록"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "음성 메일 (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFL폰은 VoIP클라이언트와 SIP, IAX2 프로토콜과 호환 가능합니다."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFL폰 정보"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "음성 메일"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "호출"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "새 통화(_N)"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "새로 호출합니다"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "선택(_P)"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "호출 응답"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "통화 끊기(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "호출 끝내기"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "보류(_N)"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "호출을 보류합니다"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "보류 해제(_F)"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "보류를 해제합니다."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "설정 도우미(_A)"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "설정 도우미를 실행합니다"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "음성 전화를 합니다."
 
@@ -1061,187 +1045,198 @@ msgstr "닫기(_C)"
 msgid "Minimize to system tray"
 msgstr "시스템 트레이에 최소화"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "끝내기(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "프로그램을 끝냅니다"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "편집(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "복사(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "선택한 사항을 복사합니다"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "붙여넣기(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "클립보드의 내용을 붙여넣습니다"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "기록 지우기(_H)"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "호출 기록을 지웁니다"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "계정(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "계정을 편집합니다"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "기본 설정(_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "기본 설정을 바꿉니다"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "보기(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "도움말(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "차례"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "설명서를 엽니다"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "이 프로그램 정보"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "전송(_T)"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "호출 전송"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "녹음(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "현재 대화를 녹음합니다"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "도구모음 표시(_S)"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "도구모음 표시합니다"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "다이얼패드(_D)"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "숫자키패드 표시"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "볼륨 조정(_V)"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "볼륨 조정을 표시 합니다"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "기록(_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "호출 기록"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "주소록(_A)"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "보류(_H)"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "다시 호출(_C)"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "폰  번호 편집"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "전화를 하기 전에 전화 번호를 편집합니다"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "사용중인 계정"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "등록되지 않은 계정"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "직접 SIP 호출"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA 알림\n"
+"\n"
+"재생 장치 오류"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "메인 창 보기(_S)"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA 알림\n"
+"\n"
+"캡쳐 장치 열기 중 오류"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFL폰"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio 알림\n"
+"\n"
+"펄스오디오가 실행중이지 않습니다"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i 활성된 계정"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/nl.po b/lang/nl.po
new file mode 100644
index 0000000000000000000000000000000000000000..46640d10999f6fdccf773fd2fa8fbb41b2b6b460
--- /dev/null
+++ b/lang/nl.po
@@ -0,0 +1,1272 @@
+# SFLphone Dutch translation
+# Copyright (C) 2011 Savoir-Faire Linux
+# This file is distributed under the same license as the SFLphone package.
+#
+# Jan Middelkoop <jan@recreatie-zorg.nl>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.9.13\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
+"PO-Revision-Date: 2011-05-10 15:26+0100\n"
+"Last-Translator: Jan Middelkoop <jan@recreatie-zorg.nl>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr "%s zegt:"
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Van</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d voicemail"
+msgstr[1] "%d voicemails"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Oproep met %s account <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Huidige account"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Er zijn geen accounts geconfigureerd"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fout"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Er zijn geen accounts geregistreerd"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Met:</i> %s \n"
+"gebruikt %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ondersteunt geen ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP onderhandeling mislukt met %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Met:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Weergeven"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Ophangen"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i actieve account"
+msgstr[1] "%i actieve accounts"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Via account"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Geen account aangemeld"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Directe SIP oproep"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "vandaag om %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "gisteren om %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A om %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x om %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone fout"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+"Geen schema gevonden voor gpdf voorkeuren. \n"
+"Controleer de gconf instellingen.  Bekijk de \n"
+"gconf veelgestelde vragen voor meer informatie."
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Aangemeld"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Niet aangemeld"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Proberen..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Authenticatie mislukt"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Netwerk onbereikbaar"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Server niet bereikbaar"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun configuratie fout"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun server ongeldig"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Gereed"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ongeldig"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP instellingen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Verstuur Hello Hash in S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Vraag gebruiker om SAS te bevestigen"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Waarschuw wanneer ZRTP niet ondersteund is"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Geef SAS éénmalig weer voor wacht acties"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES opties"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Terugvallen op RTP bij SDES fout"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Naam"
+
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequentie"
+
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Bitsnelheid"
+
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA plugin"
+
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Uitgaand"
+
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Inkomend"
+
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Beltoon"
+
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Geluidsmanager"
+
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_PulseAudio"
+
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
+
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA instellingen"
+
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Opgenomen gesprekken"
+
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Opslaan in"
+
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Kies een map"
+
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Geluidsverbeterende instellingen"
+
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Ruisonderdrukking"
+
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Algemeen"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Gebruik Evolution adresboek"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Download limiet:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "contacten"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Geef foto weer indien beschikbaar"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Velden uit Evolution adresboek"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Werk"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Thuis"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiel"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adresboeken"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selecteer de te gebruiken Evolution adresboeken"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL argument"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Reageer op specifieke _SIP header"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Reageer op _IAX2 URL"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Uit te voeren opdracht"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Telefoonnummer herschrijving"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Begin ingevoerde nummers met"
+
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "De assistent is nu klaar."
+
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr ""
+"De status van een account of de account instellingen kunnen altijd "
+"opgevraagd en gewijzigd worden in het Opties/Accounts scherm."
+
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Alias"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Server"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Gebruikersnaam"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Beveiliging:"
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP Zimmermann concept"
+
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Geen"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone wizard account aanmaken"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Welkom bij de account aanmaken wizard van SFLphone!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Deze installatiewizard helpt met het aanmaken van een account."
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP protocollen"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Kies een type account"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Sessie Initiatie Protocol) "
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Account"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Selecteer één van de volgende opties"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Maak een gratis SIP/IAX2 account op sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registreer een bestaande SIP of IAX2 account"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP account instellingen"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Vul de volgende velden in"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Alias"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Hostnaam"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Gebruikersnaam"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Wachtwoord"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Wachtwoord tonen"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Voicemail nummer"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Beveiligde communicatie met _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Optioneel e-mail adres"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Dit e-mail adres wordt gebruikt voor het versturen van voicemail berichten."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_E-mail adres"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2 account instellingen"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Netwerkadres maskering (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Dit moet waarschijnlijk aan staan als de verbinding via een router loopt."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "STUN _inschakelen"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN server"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Account registratie"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Gefeliciteerd!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Bureaublad notificaties"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Notificaties inschakelen"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Systeemvak icoon"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Geef SFLphone weer in het systeemvak"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup hoofdvenster bij inkomende oproep"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Nooit het hoofdvenster naar voren brengen"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Verberg het hoofdvenster bij het opstarten"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Gespreksgeschiedenis"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Bewaar geschiedenis voor ten minste"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dagen"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr "Directe berichten (chat)"
+
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
+msgstr "Directe berichten inschakelen"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Instellingen"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Geluid"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Acties"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Sneltoesten"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Adresboek"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Account opties"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocol"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Onbekend"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr "_Proxy"
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_User-agent"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Authenticatie"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Geheim"
+
+#: ../gnome/src/config/accountconfigdialog.c:658
+msgid "Credential"
+msgstr "Credentialen"
+
+#: ../gnome/src/config/accountconfigdialog.c:692
+msgid "Authentication name"
+msgstr "Authenticatie naam"
+
+#: ../gnome/src/config/accountconfigdialog.c:703
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
+msgid "Security"
+msgstr "Beveiliging"
+
+#: ../gnome/src/config/accountconfigdialog.c:767
+#, fuzzy
+msgid "Use TLS transport(sips)"
+msgstr "Gebruik TLS verkeer (SIPS)"
+
+#: ../gnome/src/config/accountconfigdialog.c:773
+msgid "SRTP key exchange"
+msgstr "SRTP sleutel uitwisseling"
+
+#: ../gnome/src/config/accountconfigdialog.c:779
+msgid "Disabled"
+msgstr "Uitgeschakeld"
+
+#: ../gnome/src/config/accountconfigdialog.c:843
+msgid "Registration"
+msgstr "Registratie"
+
+#: ../gnome/src/config/accountconfigdialog.c:847
+msgid "Registration expire"
+msgstr "Registratie verloop"
+
+#: ../gnome/src/config/accountconfigdialog.c:856
+msgid "_Comply with RFC 3263"
+msgstr "_Voldoen aan RFC 3263"
+
+#: ../gnome/src/config/accountconfigdialog.c:876
+msgid "Network Interface"
+msgstr "Netwerk interface"
+
+#: ../gnome/src/config/accountconfigdialog.c:887
+msgid "Local address"
+msgstr "Lokaal adres"
+
+#: ../gnome/src/config/accountconfigdialog.c:918
+msgid "Local port"
+msgstr "Lokale poort"
+
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
+msgid "Published address"
+msgstr "Adres van buitenaf"
+
+#: ../gnome/src/config/accountconfigdialog.c:964
+msgid "Using STUN"
+msgstr "Gebruikt STUN"
+
+#: ../gnome/src/config/accountconfigdialog.c:972
+msgid "STUN server URL"
+msgstr "STUN server URL"
+
+#: ../gnome/src/config/accountconfigdialog.c:980
+msgid "Same as local parameters"
+msgstr "Zelfde als lokale opties"
+
+#: ../gnome/src/config/accountconfigdialog.c:983
+msgid "Set published address and port:"
+msgstr "Extern adres en poort instellen:"
+
+#: ../gnome/src/config/accountconfigdialog.c:1003
+msgid "Published port"
+msgstr "Externe poort:"
+
+#: ../gnome/src/config/accountconfigdialog.c:1084
+msgid "DTMF"
+msgstr "DTMF"
+
+#: ../gnome/src/config/accountconfigdialog.c:1095
+msgid "RTP"
+msgstr "RTP"
+
+#: ../gnome/src/config/accountconfigdialog.c:1099
+msgid "SIP"
+msgstr "SIP"
+
+#: ../gnome/src/config/accountconfigdialog.c:1107
+msgid "Ringtones"
+msgstr "Beltoon"
+
+#: ../gnome/src/config/accountconfigdialog.c:1110
+msgid "Choose a ringtone"
+msgstr "Kies een beltoon"
+
+#: ../gnome/src/config/accountconfigdialog.c:1115
+msgid "_Enable ringtones"
+msgstr "_Beltoon inschakelen"
+
+#: ../gnome/src/config/accountconfigdialog.c:1127
+msgid "Audio Files"
+msgstr "Audio bestanden"
+
+#: ../gnome/src/config/accountconfigdialog.c:1145
+msgid ""
+"This profile is used when you want to reach a remote peer simply by typing a "
+"sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
+"also be used if no account can be matched to an incoming or outgoing call."
+msgstr ""
+"Dit profiel wordt gebruikt voor het maken van een verbinding met een SIP "
+"URI, zoals <b>sip:telefoon</b>. De instellingen die hier ingevoerd zijn, "
+"worden gebruikt wanneer er geen account gevonden kan worden voor een "
+"inkomende of uitgaande oproep."
+
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "Account instellingen"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Standaard"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Geavanceerd"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Netwerk"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Waarschuwing: deze sneltoesten overschrijven mogelijk andere globale "
+"sneltoetsen van het systeem."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Server zegt \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocol"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Status"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Ingestelde accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Er is %d actieve account"
+msgstr[1] "Er zijn %d actieve accounts"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Er is geen account actief"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Geavanceerde opties voor TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS verkeer"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS verkeer kan gebruikt worden met UDP voor de gesprekken die\n"
+"beveiligde SIP transacties (SIPS) nodig hebben. Voor elke account\n"
+"kunnen verschillen TLS instellingen opgegeven worden. Echter,\n"
+"elke account zal wel een eigen poort nodig hebben.\n"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Globale TLS poort (voor alle accounts)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Certificaat van authoriteit lijst"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr " Kies een CA lijst bestand (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Public eindpunt certificaat bestand"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Kies een public eindpunt certificaat (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Kies een privé sleutel bestand (optioneel)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Wachtwoord voor de privé sleutel"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS protocol methode"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "TLS cipher lijst"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Server naam instantie voor uitgaande TLS verbindingen"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Onderhandeling timeout (sec:msec)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Controleer inkomende certificaten, wanneer server"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Controleer certificaat antwoorden, wanneer client"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Eis een certificaat voor inkomende TLS verbindingen"
+
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Alles doorzoeken"
+
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Klik hier om het zoektype te wijzigen"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Zoek op gemiste oproepen"
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Zoek op inkomende oproepen"
+
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Zoek op uitgaande oproepen"
+
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Weergave volume"
+
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Microfoon volume"
+
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Er is 1 actief gesprek."
+
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Er zijn gesprekken actief."
+
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Wil je nog steeds afsluiten?"
+
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP wordt niet ondersteund door partij %s\n"
+
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Versleutelde communicatie niet beschikbaar"
+
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Doorgaan"
+
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Oproep beëindigen"
+
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
+msgstr ""
+"Vanwege een %s fout is de oproep met %s teruggevallen naar onversleutelde "
+"modus.\n"
+"Specifieke reden: %s\n"
+
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "ZRTP onderhandeling mislukt"
+
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
+"%s wil stoppen met versleutelde communicatie. Bevestiging zal communicatie "
+"voortzetten zonder SRTP.\n"
+
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Bevestigen Ga Wissen"
+
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Bevestigen"
+
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Geen adresboek geselecteerd"
+
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Adresboek"
+
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Voicemail (%i)"
+
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone is een VoIP telefoon compatibel met SIP en IAX2 protocollen."
+
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Over SFLphone"
+
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Voicemail"
+
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "Oproep"
+
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nieuwe oproep"
+
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Nieuwe oproep beginnen"
+
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Opnemen"
+
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Oproep beantwoorden"
+
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Oproep beëindigen"
+
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "_In wacht"
+
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Plaats de oproep in de wacht"
+
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Uit wacht"
+
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Haal de oproep uit de wacht"
+
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+msgid "Send _message"
+msgstr "Verstuur _bericht"
+
+#: ../gnome/src/uimanager.c:983
+msgid "Send message"
+msgstr "Verstuur bericht"
+
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Configuratie _assistent"
+
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Start de configuratie assistent"
+
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Bel je voicemail"
+
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Sluiten"
+
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimaliseren naar systeemvak"
+
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Afsluiten"
+
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Dit programma afsluiten"
+
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
+
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Bewerken"
+
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Kopiëren"
+
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Kopieer selectie"
+
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Plakken"
+
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Plakken van klembord"
+
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "_Wis geschiedenis"
+
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Wis gesprek geschiedenis"
+
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Accounts"
+
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Bewerken"
+
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "_Voorkeuren"
+
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Voorkeuren instellen"
+
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Weergeven"
+
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Help"
+
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Inhoud"
+
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Open de handleiding"
+
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Over deze software"
+
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "_Doorverbinden"
+
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Gesprek doorverbinden"
+
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Opnemen"
+
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Het huidige gesprek opnemen"
+
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Taakbalk weergeven"
+
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Geef de taakbalk weer"
+
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Nummerblok"
+
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Geef het nummerblok weer"
+
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Volume instellingen"
+
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Geeft de volume instellingen weer"
+
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "_Geschiedenis"
+
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Gesprek geschiedenis"
+
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "_Adresboek"
+
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "In de _wacht"
+
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Terugbellen"
+
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Telefoonnummer bewerken"
+
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Telefoonnummer bewerken voor het bellen"
+
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA melding\n"
+"\n"
+"Fout bij het openen van afspeel apparaat"
+
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA melding\n"
+"\n"
+"Fout bij het openen van opname apparaat"
+
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio melding\n"
+"\n"
+"Pulseaudio is niet gestart"
+
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
+
+#~ msgid ""
+#~ "GConf error:\n"
+#~ "  %s"
+#~ msgstr ""
+#~ "GConf fout:\n"
+#~ "  %s"
+
+#~ msgid ""
+#~ "Unable to initialize.\n"
+#~ "Make sure the daemon is running.\n"
+#~ "Error: %s"
+#~ msgstr ""
+#~ "Kan niet initialiseren.\n"
+#~ "Controleer of het achtergrondproces gestart is.\n"
+#~ "Fout: %s"
+
+#~ msgid "Codecs"
+#~ msgstr "Codecs"
+
+#~ msgid "Bandwidth"
+#~ msgstr "Bandbreedte"
diff --git a/lang/oc.po b/lang/oc.po
index 7dbf90eb9d20af5e65ab4bc97d3067951b3cdf86..83383c492282236d69c779d71e97ac9c866808c6 100644
--- a/lang/oc.po
+++ b/lang/oc.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:25+0000\n"
 "Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
 "Language-Team: Occitan (post 1500) <oc@li.org>\n"
@@ -19,1018 +19,1012 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s account : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>De</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d messatge vocal"
+msgstr[1] "%d messatges vocals"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Compte corrent"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Error"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Amb :</i> %s\n"
+"using %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>De :</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utiliza lo compte"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Pas de compte enregistrat"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Sonada dirècta SIP"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Error SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Enregistrat"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Pas Enregistrat"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "En cors..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Fracàs de l'autentificacion"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Ret inaccessibla"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Òste inaccessible"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Error de configuracion Stun"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor Stun invalid"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Prèst"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Invalid"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opcions de ZRTP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opcions SDES"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nom"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frequéncia"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Debit"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Sortida"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Interfàcia Àudio"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "Paramètres ALSA"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Enregistraments"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Dorsièr de destinacion"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccionar un dorsièr"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "General"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartas"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabalh"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Dorsièr personal"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Quasernets d'adreças"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argument URL"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Desenclavar en _IAX2"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Aliàs"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Nom d'utilizaire"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Pas cap"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocòls VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Compte"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Paramètres de compte SIP"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "_Aliàs"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "_Servidor"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Afichar lo senhal"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "_Bóstia vocala #"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Comunicacions securizadas amb _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Paramètres de compte IAX2"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "A_ctivar STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "S_ervidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Enregistrament del compte"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Òsca !"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argument URL"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Desenclavar en _IAX2"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Notificacions de Burèu"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Activar las notificacions"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Icòna de la barra d'estat sistèma"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "jorns"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "_Activar las sonariás"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferéncias"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "General"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Àudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "Ancoratge"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Quasernet d'adreças"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opcions de ZRTP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opcions SDES"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocòl"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estatut"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Comptes"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Comptes Configurats"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "%d compte actiu"
-msgstr[1] "%d comptes actius"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartas"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabalh"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Dorsièr personal"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Quasernets d'adreças"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opcions avançadas TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transpòrt TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Paramètres del Compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "P_rotocòl"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconegut"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autentificacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Secret"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Informacions"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nom d'autentificacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senhal"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Seguretat"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Transpòrt TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desactivat"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Enregistrament"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Expiracion d'enregistrament"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "Respectar RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Interfàcia de ret"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Adreça locala"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Pòrt local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Adreça de publicacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utilizar STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL del servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Pòrt de publicacion"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Sonariás"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Activar las sonariás"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Fichièrs àudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configuracion del compte"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Basic"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançat"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Ret"
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Ret"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocòl"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estatut"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Comptes"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Comptes Configurats"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "%d compte actiu"
+msgstr[1] "%d comptes actius"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clicatz aicí per modificar lo tipe de recèrca"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opcions avançadas TLS"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr ""
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transpòrt TLS"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Error SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>De</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d messatge vocal"
-msgstr[1] "%d messatges vocals"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Compte corrent"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
-"<i>Amb :</i> %s\n"
-"using %s"
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clicatz aicí per modificar lo tipe de recèrca"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>De :</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Volètz quitar ?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Contunhar"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Arrestar la sonada"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "Error d'autentificacion"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Confirmar"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Enregistrat"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Pas Enregistrat"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "En cors..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Fracàs de l'autentificacion"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Ret inaccessibla"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Òste inaccessible"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Error de configuracion Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor Stun invalid"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Prèst"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Invalid"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Quasernet d'adreças"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Messatjariá Vocala"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "A prepaus de SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Messatjariá Vocala"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Sonar"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Efectuar una sonada novèla"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Acabar la sonada"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Metre en espèra"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "_Assistent de configuracion"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Aviar l'assistent de configuracion"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1042,188 +1036,189 @@ msgstr "_Tampar"
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Quitar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Quitar lo programa"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Copiar"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Copiar la seleccion"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Em_pegar"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Empegar lo contengut del quichapapièr"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Comptes"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Modificar vòstres comptes"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Preferéncias"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Afichatge"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Ajuda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Ensenhador"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Dobrir lo manual"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "A prepaus d'aquesta aplicacion"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transferir a :"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "En_registrar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Istoric"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Istoric de las sonadas"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Editar lo numèro"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utiliza lo compte"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Pas de compte enregistrat"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Sonada dirècta SIP"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid "Codecs"
 #~ msgstr "Codecs"
diff --git a/lang/pl.po b/lang/pl.po
index e21270e404349298fc93355c440cf268eb84c1cd..895a9904dff11f9121fd252659f44439913288ff 100644
--- a/lang/pl.po
+++ b/lang/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-11-06 13:49+0000\n"
 "Last-Translator: Sebastian Bujwid <Unknown>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -20,240 +20,316 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
-msgid "Name"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d głosowa wiadomość"
+msgstr[1] "%d głosowych wiadomości"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Błąd"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Używane konto"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Brak zarejestrowanych kont"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Nie zarejestrowany"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Próbuję ..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Błąd autoryzacji"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Sieć niedostępna"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Wybrany host jest niedostępny"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Gotowy"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Niepoprawny"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-#: ../gnome/src/config/accountconfigdialog.c:250
-msgid "_Alias"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
-msgid "_Host name"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
-msgid "_User name"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
-msgid "_Password"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
-msgid "Show password"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
-msgid "_Voicemail number"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
 msgstr ""
 
 #: ../gnome/src/config/hooks-config.c:149
@@ -280,760 +356,672 @@ msgstr ""
 msgid "_Prefix dialed numbers with"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-msgid "Enable instant messaging"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-msgid "Audio"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/config/assistant.c:308
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Sieć niedostępna"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr ""
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d głosowa wiadomość"
-msgstr[1] "%d głosowych wiadomości"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Błąd"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Nie zarejestrowany"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Próbuję ..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Błąd autoryzacji"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Sieć niedostępna"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Wybrany host jest niedostępny"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Gotowy"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Niepoprawny"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Informacja ALSA\n"
-"Błąd otwarcia urządzenia do odtwarzania dźwięku"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Informacja ALSA\n"
-"Błąd otwarcia urządzenia do przechwytywania"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Informacja Pulseaudio\n"
-"Pulseaudio nie zostało uruchomione"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "%d głosowa wiadomość"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "%d głosowa wiadomość"
 
@@ -1045,188 +1033,195 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Brak zarejestrowanych kont"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Używane konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Brak zarejestrowanych kont"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"Informacja ALSA\n"
+"Błąd otwarcia urządzenia do odtwarzania dźwięku"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"Informacja ALSA\n"
+"Błąd otwarcia urządzenia do przechwytywania"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Informacja Pulseaudio\n"
+"Pulseaudio nie zostało uruchomione"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/pt.po b/lang/pt.po
index 03ddb00ee6ed3d36ef4d0bb904f2a2b034568f69..d1d45f1693573637769814053d31ef99a0081665 100644
--- a/lang/pt.po
+++ b/lang/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-06-17 19:23+0000\n"
 "Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
 "chambreuil@savoirfairelinux.com>\n"
@@ -20,1014 +20,1008 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "conta %s : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erro"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Desligar"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr ""
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registado"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Não Registado"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr ""
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autenticação Falhou"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A rede está inacessível"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A máquina está inacessível"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Nome"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frequência"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Taxa de Dados"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Saída"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Entrada"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Gravações"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Pasta de destino"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Seleccione uma pasta"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Geral"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartões"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Emprego"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Livros de Endereços"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Nome Alternativo"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Servidor"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Utilizador"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Conta"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "_Nomear"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Senha"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Senha"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Endereço de email opcional"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_Servidor STUN"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Parabéns!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Ícone de Notificação"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Histórico de Chamadas"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dias"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Preferências"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Geral"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Áudio"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Livro de Endereços"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Estado"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Contas"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartões"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Emprego"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Livros de Endereços"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protocolo"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Desconhecido"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senha"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "A rede está inacessível"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ficheiros Áudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configurações da conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rede"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clique aqui para alterar o tipo de procura"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protocolo"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Estado"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Contas"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "conta %s : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Erro"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clique aqui para alterar o tipo de procura"
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Não Registado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr ""
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autenticação Falhou"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A rede está inacessível"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A máquina está inacessível"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválido"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Correio de voz (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Correio de voz"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "_Chamar"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Desligar"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,189 +1033,190 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Editar"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Remover a conta seleccionada"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Contas"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "Preferências"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Ver"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Ajuda"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "Transferir"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Transferir"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Gravar"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Marca_dor"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "Histórico"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Histórico de chamadas"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "Livro de endereços"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
 #~ msgid "Codecs"
 #~ msgstr "Codecs"
 
diff --git a/lang/pt_BR.po b/lang/pt_BR.po
index e2a4d164a59388a9ff77199c3d9854736242c7ee..8ff52c7a5f909dc0ff82e702ca79511cb739d93d 100644
--- a/lang/pt_BR.po
+++ b/lang/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-04 17:18+0000\n"
 "Last-Translator: Claudio André <claudio.andre@correios.net.br>\n"
 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
@@ -19,190 +19,51 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrado"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Não Registrado"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Tentando..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Erro"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "A autenticação falhou"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "A rede está inacessível"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "A máquina está inacessível"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Erro de configuração no stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Servidor stun inválido"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Pronto"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Inválido"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Utilizando conta"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Sem contas registradas"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Ligações IP diretas"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "hoje às %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "ontem às %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A às %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x às %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Erro no SFLphone"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Existe uma ligação em progresso"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Existem ligações em progresso"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Você ainda deseja sair?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP não é suportado pelo peer %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Comunicação Segura Indisponível"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Finalizar Chamada"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Um erro %s forçou a ligação com %s a mudar para um modo não encriptado.\n"
-"Motivo exato: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Negociação ZRTP falhou"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s deseja finalizar a utilização de comunicação segura. A confirmação irá "
-"retomar sem SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Confirmar Vá Limpar"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Confirmar"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s conta : %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>De</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d mensagem de voz"
 msgstr[1] "%d mensagens de voz"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Ligando com %s conta <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Conta atual"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "Você não tem contas configuradas"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Erro"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "Você não tem contas registradas"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -211,510 +72,667 @@ msgstr ""
 "<i>Com:</i>%s \n"
 "utilisando %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s não suporta ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Negociação ZRTP falhou com %s"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>Com:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Volume dos auto-falantes"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Volume do microfone"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Apresentar janela principal"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Desligar"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i conta ativa"
 msgstr[1] "%i contas ativas"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Utilizando conta"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Correio de voz (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Sem contas registradas"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone é um cliente VoIP compatível com os protocolos SIP e IAX2."
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Ligações IP diretas"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "Sobre o SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "hoje às %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Correio de voz"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "ontem às %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Chamar"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A às %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Nova ligação"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x às %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Faz uma nova chamada"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Erro no SFLphone"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Atender"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Responder a chamada"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrado"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Terminar a chamada"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Não Registrado"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "Em _Espera"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Tentando..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Colocar a chamada em espera"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "A autenticação falhou"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "Sair _da espera"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "A rede está inacessível"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Encerrar a chamada em espera"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "A máquina está inacessível"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "Em mensagens"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Erro de configuração no stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "Em mensagens"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Servidor stun inválido"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Arquivo de Configuração"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Pronto"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Erro de configuração no stun"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Inválido"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d mensagem de voz"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Opções ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Fechar"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Enviar um Hash Olá no S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Minimizar para a bandeja do sistema"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Pergunta ao Usuário para Confirmar SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "_Sair"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Alerta se o ZRTP não é suportado"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Sair do programa"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Apresenta o SAS uma vez para realizar eventos"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Opções do SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Voltar para RTP se SDES falhar"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Nome"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Frequência"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Editar"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Taxa de bits"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Copiar"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "Plugin ALSA"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Remover a conta selecionada"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Saída"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "_Colar"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Entrada"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Colar o conteúdo da Área de Transferência"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Toque de chamada"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Limpar _histórico"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Gerenciador de Som"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Limpar histórico"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Contas"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Conta atual"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Configurações do ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "Preferências"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Gravações"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Altera as suas preferências"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Pasta de destino"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Exibir"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Selecione uma pasta"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Ajuda"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Continuar"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Configurações de aprimoramento de voz"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Abrir o manual"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Redução de Ruído"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "Autenticação"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Transferir"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Geral"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Transfirir para:"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Use o catálogo de endereços do Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Gravar"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Limite de download :"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Gravar a conversação atual"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "cartões"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "_Exibir barra de ferramentas"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Apresentar foto de contato caso disponível"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Mostra a barra de ferramentas"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Campos do catálogo de endereços do Evolution"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "Desabilitado"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Trabalho"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Exibir o teclado"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Casa"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "_Controle de Volumes"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Celular"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Exibir controles de volume"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Catálogos de endereços"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Histórico"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Selecione qual catálogo de endereços do Evolution deseja utilizar"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "Histórico de chamadas"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Argumento da URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Gancho em um cabeçalho _SIP específico"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "Em _Espera"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Gancho em uma URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "_Ligar de volta"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Comando a _executar"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Editar número de telefone"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Reescrevendo número do telefone"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Edite o número de telefone antes de fazer uma ligação"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "_Prefixo de números discados com"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notificação do ALSA\n"
-"\n"
-"Erro ao abrir o dispositivo de reprodução"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Este assistente está finalizado."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"Notificação do ALSA\n"
-"\n"
-"Erro ao abrir o dispositivo de captura"
+"Você pode a qualquer momento checar seu estado de registro ou modificar seus "
+"parâmetros de conta na janela Opções/Contas."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notificação do Pulseaudio\n"
-"\n"
-"Pulseaudio não está rodando"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Apelido"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Servidor"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Parâmetros de conta"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Nome de usuário"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Apelido"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Segurança: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "_Protocolo"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP rascunho-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Desconhecido"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Nenhum"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "_Nome do host"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Assistente de criação de contas do SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "_Nome do usuário"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Bem vindo ao assistente de criação de contas do SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "_Senha"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Este assistente de instalação irá lhe ajudar a configurar uma conta."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Senha"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "Protocolos VoIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Selecione um tipo de conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "_Senha da caixa postal de voz"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "Agente do usuário"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Autenticação"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
-msgstr "Segredo"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Por favor, selecione uma das seguintes opções"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Criar uma conta gratuita SIP/IAX2 em sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Registrar uma conta SIP ou IAX2 existente"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Configurações de conta SIP"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Por favor, preencha as informações a seguir"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Apelido"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "_Nome do host"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "_Nome do usuário"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "_Senha"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Senha"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "_Senha da caixa postal de voz"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Comunicações seguras com _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "Endereço de e-mail opcional"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Este endereço de email será utilizado para enviar as mensagens de voz em sua "
+"caixa postal."
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_endereço de email"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Configurações de conta IAX2"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Você provavelmente precise habilitar isto se estiver por trás de um firewall."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Ha_bilitar STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_Servidor STUN"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Registro de conta"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Parabéns!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Notificações de Desktop"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "_Habilitar notificações"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Ícone da bandeja do sistema"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Exibir SFLphone na área de notificação"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Popup na janela principal ao receber ligação"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "Nu_nca apresentar popup na janela principal"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Esconder o SFLphone na _inicialização"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Histórico de Chamadas"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Manter meu histórico por pelo ao menos"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "dias"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Habilitar ringtones"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Preferências"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Áudio"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Ganchos"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Atalhos"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Catálogo de endereços"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Parâmetros de conta"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "_Protocolo"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Desconhecido"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "Agente do usuário"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Autenticação"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
+msgstr "Segredo"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Credencial"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Nome de autenticação"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Senha"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Segurança"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Use transporte TLS (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Troca de chave SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Desabilitado"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registro"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Registro expira"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_De acordo com RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "A rede está inacessível"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Endereço local"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Porta local"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Endereço publicado"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Utilizando STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL do servidor STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Igual aos parâmetros locais"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Indique endereço e portas publicadas"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Porta publicada"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Áudio"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringtones"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Escolha um ringtone"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "_Habilitar ringtones"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Arquivos de Áudio"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -725,538 +743,515 @@ msgstr ""
 "configurações que você definir aqui também serão utilizadas se nenhuma conta "
 "puder ser combinada a uma chamada de entrada ou de saída."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Configurações da conta"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Básico"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Rede"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+"Tenha cuidado: estes atalhos podem predominar sobre atalhos definidos "
+"globalmente."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "O Servidor retornou \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Protocolo"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Estado"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Contas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Contas Configuradas"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "conta ativa"
 msgstr[1] "conta ativa"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "Você não possui uma conta ativa"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Geral"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Opções avançadas para o TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Use o catálogo de endereços do Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Transporte TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Limite de download :"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"Transporte TLS pode ser usado juntamente com o UDP para as chamadas que "
+"iriam\n"
+"requisitar uma transação sip segura (aka SIPS). Você pode configurar um\n"
+"transporte TLS diferente para cada conta. Entretanto, cada um destes irá "
+"funcionar em uma\n"
+"porta dedicada, uma diferente da outra\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "cartões"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Listener global de TLS (todas as contas)"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Apresentar foto de contato caso disponível"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Certificado da lista de Autoridades"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Campos do catálogo de endereços do Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Escolha um arquivo de lista CA (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Trabalho"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Arquivo certificado endpoint público"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Casa"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Escolha um certificado endpoint público (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Celular"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Escolha um arquivo de chave privada (opcional)"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Catálogos de endereços"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Senha para a chave privada"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Selecione qual catálogo de endereços do Evolution deseja utilizar"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Método do protocolo TLS"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Nome"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista de cifras TLS"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Este assistente está finalizado."
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Instância de nome do servidor para saída da conexão TLS"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Você pode a qualquer momento checar seu estado de registro ou modificar seus "
-"parâmetros de conta na janela Opções/Contas."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tempo de negociação expirado (seg:mseg)"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Apelido"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verificar os certificados de entrada, como um servidor"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Servidor"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verificar certificados de resposta, como um cliente"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Nome de usuário"
-
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Segurança: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP rascunho-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Nenhum"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Assistente de criação de contas do SFLphone"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Requer certificado para conexões tls entrantes"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Bem vindo ao assistente de criação de contas do SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Buscar todos"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Este assistente de instalação irá lhe ajudar a configurar uma conta."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Clique aqui para alterar o tipo de pesquisa"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "Protocolos VoIP"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Buscar por ligações perdidas"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Selecione um tipo de conta"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Buscar por ligações recebidas"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Buscar por ligações feitas"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Volume dos auto-falantes"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Conta"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Volume do microfone"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Por favor, selecione uma das seguintes opções"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Existe uma ligação em progresso"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Criar uma conta gratuita SIP/IAX2 em sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Existem ligações em progresso"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Registrar uma conta SIP ou IAX2 existente"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Você ainda deseja sair?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Configurações de conta SIP"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP não é suportado pelo peer %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Por favor, preencha as informações a seguir"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Comunicação Segura Indisponível"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Comunicações seguras com _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Continuar"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "Endereço de e-mail opcional"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Finalizar Chamada"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Este endereço de email será utilizado para enviar as mensagens de voz em sua "
-"caixa postal."
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_endereço de email"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Configurações de conta IAX2"
+"Um erro %s forçou a ligação com %s a mudar para um modo não encriptado.\n"
+"Motivo exato: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Negociação ZRTP falhou"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
 msgstr ""
-"Você provavelmente precise habilitar isto se estiver por trás de um firewall."
-
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Ha_bilitar STUN"
-
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_Servidor STUN"
-
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Registro de conta"
-
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Parabéns!"
-
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Frequência"
+"%s deseja finalizar a utilização de comunicação segura. A confirmação irá "
+"retomar sem SRTP.\n"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Taxa de bits"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Confirmar Vá Limpar"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "Plugin ALSA"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Saída"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Entrada"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Toque de chamada"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Correio de voz (%i)"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Gerenciador de Som"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone é um cliente VoIP compatível com os protocolos SIP e IAX2."
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "Sobre o SFLphone"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Correio de voz"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Configurações do ALSA"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Chamar"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Gravações"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Nova ligação"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Pasta de destino"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Faz uma nova chamada"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Selecione uma pasta"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Atender"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Responder a chamada"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Configurações de aprimoramento de voz"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Terminar a chamada"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "_Redução de Ruído"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "Em _Espera"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Colocar a chamada em espera"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Argumento da URL"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "Sair _da espera"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Gancho em um cabeçalho _SIP específico"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Encerrar a chamada em espera"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Gancho em uma URL _IAX2"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "Em mensagens"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Comando a _executar"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "Em mensagens"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Reescrevendo número do telefone"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Arquivo de Configuração"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "_Prefixo de números discados com"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Erro de configuração no stun"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Notificações de Desktop"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d mensagem de voz"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "_Habilitar notificações"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Fechar"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Ícone da bandeja do sistema"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Minimizar para a bandeja do sistema"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Exibir SFLphone na área de notificação"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "_Sair"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Popup na janela principal ao receber ligação"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Sair do programa"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "Nu_nca apresentar popup na janela principal"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Esconder o SFLphone na _inicialização"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Histórico de Chamadas"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Manter meu histórico por pelo ao menos"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "dias"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Editar"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Copiar"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Habilitar ringtones"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Remover a conta selecionada"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Preferências"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "_Colar"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Ganchos"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Colar o conteúdo da Área de Transferência"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Atalhos"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Limpar _histórico"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Catálogo de endereços"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Limpar histórico"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-"Tenha cuidado: estes atalhos podem predominar sobre atalhos definidos "
-"globalmente."
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Contas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Opções avançadas para o TLS"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Conta atual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Transporte TLS"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "Preferências"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"Transporte TLS pode ser usado juntamente com o UDP para as chamadas que "
-"iriam\n"
-"requisitar uma transação sip segura (aka SIPS). Você pode configurar um\n"
-"transporte TLS diferente para cada conta. Entretanto, cada um destes irá "
-"funcionar em uma\n"
-"porta dedicada, uma diferente da outra\n"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Altera as suas preferências"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Listener global de TLS (todas as contas)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Exibir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Certificado da lista de Autoridades"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Ajuda"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Escolha um arquivo de lista CA (opcional)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Continuar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Arquivo certificado endpoint público"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Abrir o manual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Escolha um certificado endpoint público (opcional)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "Autenticação"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Escolha um arquivo de chave privada (opcional)"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Transferir"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Senha para a chave privada"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Transfirir para:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Método do protocolo TLS"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Gravar"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista de cifras TLS"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Gravar a conversação atual"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Instância de nome do servidor para saída da conexão TLS"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "_Exibir barra de ferramentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tempo de negociação expirado (seg:mseg)"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Mostra a barra de ferramentas"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Verificar os certificados de entrada, como um servidor"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "Desabilitado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Verificar certificados de resposta, como um cliente"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Exibir o teclado"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Requer certificado para conexões tls entrantes"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "_Controle de Volumes"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Opções ZRTP"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Exibir controles de volume"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Enviar um Hash Olá no S_DP"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Histórico"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Pergunta ao Usuário para Confirmar SAS"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "Histórico de chamadas"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Alerta se o ZRTP não é suportado"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Catálogo de endereços"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Apresenta o SAS uma vez para realizar eventos"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "Em _Espera"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Opções do SDES"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "_Ligar de volta"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Voltar para RTP se SDES falhar"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Editar número de telefone"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Buscar todos"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Edite o número de telefone antes de fazer uma ligação"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Clique aqui para alterar o tipo de pesquisa"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notificação do ALSA\n"
+"\n"
+"Erro ao abrir o dispositivo de reprodução"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Buscar por ligações perdidas"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notificação do ALSA\n"
+"\n"
+"Erro ao abrir o dispositivo de captura"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Buscar por ligações recebidas"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notificação do Pulseaudio\n"
+"\n"
+"Pulseaudio não está rodando"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Buscar por ligações feitas"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/ru.po b/lang/ru.po
index f9a41f0fdb6b4d56dff0d15923282f207abcbd38..629dbd72f18056b0bb59ab84ae2945c4a83ec5ea 100644
--- a/lang/ru.po
+++ b/lang/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-07-01 20:28+0000\n"
 "Last-Translator: DMG <Unknown>\n"
 "Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -20,167 +20,22 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Зарегистрирован"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Не зарегистрирован"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Пытаюсь..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "Ошибка"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Аутентификация не удалась"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Сеть недоступна"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Узел недоступен"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Ошибка конфигурации Stun"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Неверный сервер Stun"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Готово"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Неверный"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Использовать аккаунт"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "У вас нет зарегистрированных аккаунтов"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Прямые IP-звонки"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "сегодня в %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "вчера в %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A в %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x в %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Ошибка SFLphone."
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "Звонок ещё не окончен."
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "Несколько звонков ещё не окончены."
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "Вы уверенны что хотите выйти?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "ZRTP не поддерживается устройством %s\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "Зашифрованная связь недоступна."
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "Продолжить"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "Завершить вызов"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-"Из-за возникновения ошибки %s разговор с %s перейдëт в не зашифрованный "
-"режим.\n"
-"Точная причина: %s\n"
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr "Неудачный обмен информации ZRTP"
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-"%s хочет отказаться от использования зашифрованной связи. В случае "
-"подтверждения разговор продолжится без SRTP.\n"
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr "Подтвердить переход на незашифрованную связь"
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "Подтвердить"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s аккаунт: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>От:</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
@@ -188,24 +43,29 @@ msgstr[0] "%d голосовое письмо"
 msgstr[1] "%d голосовые письма"
 msgstr[2] "%d голосовые письма"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "Вызов %s с помощью аккаунта <i>%s</i>"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "Текущий аккаунт"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "У вас нет настроенных аккаунтов"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Ошибка"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "У вас нет зарегистрированных аккаунтов"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
@@ -214,43 +74,31 @@ msgstr ""
 "<i>с:</i> %s\n"
 "используя %s"
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s не поддерживает ZRTP."
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr "Обмен информации ZRTP не удался (%s)"
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>с</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "Громкость"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "Чувствительность микрофона"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "_Показать главное окно"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "_Положить трубку"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
@@ -258,467 +106,636 @@ msgstr[0] "%i активный аккаунт"
 msgstr[1] "%i активных аккаунтов"
 msgstr[2] "%i active accounts"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "Адресная книга не выбрана"
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "Адресная книга"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Использовать аккаунт"
 
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "Голосовая почта (%i)"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "У вас нет зарегистрированных аккаунтов"
 
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone - SIP и IAX2-совместимый VoIP-клиент"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Прямые IP-звонки"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "О программе SFLphone"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "сегодня в %R"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "Голосовая почта"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "вчера в %R"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "_Вызов"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A в %R"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "_Новый вызов"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x в %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "Сделать новый вызов"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Ошибка SFLphone."
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "_Взять трубку"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "Ответить на вызов"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Зарегистрирован"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "Завершить вызов"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Не зарегистрирован"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "_Удерживать вызов"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Пытаюсь..."
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "Поставить вызов на удержание"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Аутентификация не удалась"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "_Снять вызов с удержания"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Сеть недоступна"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "Поставить вызов на удержание"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Узел недоступен"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "При сообщениях"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Ошибка конфигурации Stun"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "При сообщениях"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Неверный сервер Stun"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "Мастер настройки"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Готово"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
-msgstr "Запустить мастер настройки"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Неверный"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "Прослушивание голосовой почты"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "Опции ZRTP"
 
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "_Закрыть"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Послать hello-хэш в S_DP"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "Свернуть в трей"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Попросить пользователя подтвердить пароль SAS"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "В_ыход"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Предупредить если ZRTP не пддерживается"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "Выйти из программы"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr "Показать SAS один раз"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "Настройка SDES"
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "Использовать RTP при сбое SDES"
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "Имя"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
-msgstr ""
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "Частота"
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "_Правка"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "Битрейт"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "_Копировать"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA-плагин"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "Копировать выделенное"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "Аудиовыход"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "В_ставить"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "Аудиовход"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "Вставить из буфера обмена"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "Мелодия"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "Очистить журнал"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "Менеджер звука"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "Очистить журнал вызовов"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "_Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "_Аккаунты"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "_ALSA"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "Нстройка аккаунта"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "Настройка ALSA"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "_Настройки"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "Записи"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "Изменить ваши настройки"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "Сохранять в"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "_Вид"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "Выберите каталог"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "_Помощь"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "Содержание"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "Расширенные настройки голоса"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "Открыть руководство пользователя"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "_Подавление шума"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "О программе"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "Переадресация вызова"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Общие настройки"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "Переадресовать вызов"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "_Использовать адресную книгу Evolution"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "_Запись"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Ограничение скорости скачивания:"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "Записать текущий разговор"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "карточек"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "Показать _панель инструментов"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Показать фотографию контакта (если имеется):"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "Показывать панель инструментов"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Использовать следующие поля из адресной книги Evolution:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "_Номеронабиратель"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_Рабочий"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "Показывать _номеронабиратель"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Домашний"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "Настройки _громкости"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Мобильный"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "Показывать настройки _громкости"
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Адресная книга"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "Журнал вызовов"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Выбрать адресную книгу Evolution:"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "История вызовов"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "Передача URL"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
-msgstr "Адресная книга"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "Запустить при определëнном SIP-заголовке"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "_Удерживать звонок"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "Запустить при наличии URL _IAX2"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "Обратный вызов"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "_Выполнить команду:"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "Изменить номер телефона"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "Префикс"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "Изменить номер телефона перед вызовом"
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "Добавить префикс перед номером"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"<b>Предупреждение ALSA</b>\n"
-"\n"
-"Ошибка при попытке открытия устройства воспроизведения звука"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "Мастер закончил настройку."
 
-#: ../gnome/src/dbus/dbus.c:497
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
-"<b>Предупреждение ALSA</b>\n"
-"\n"
-"Ошибка при попытке открытия устройства захвата звука"
+"Вы можете в любое время проверить статус регистрации или изменить параметры  "
+"ваших аккаунтов в меню Правка / Аккаунты."
 
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"<b>Предупреждение Pulseaudio</b>\n"
-"\n"
-"Pulseaudio не запущен"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "Псевдоним"
 
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "Сервер"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "Параметры учетной записи"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "Имя пользователя"
 
-#: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-msgid "_Alias"
-msgstr "_Псевдоним"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "Шифрование: "
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "Пр_отокол"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
+msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "Неизвестный"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "Нет"
 
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-msgid "_Host name"
-msgstr "Имя или IP-адрес _сервера"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "Мастер создания аккаунта SFLphone"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-msgid "_User name"
-msgstr "Имя пользователя"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "Добро пожаловать в мастер создания аккаунта SFLphone!"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-msgid "_Password"
-msgstr "Па_роль"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "Этот мастер установки поможет вам настроить ваш аккаунт."
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-msgid "Show password"
-msgstr "Показать пароль"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP-протоколы"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "Выберите тип аккаунта"
 
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-msgid "_Voicemail number"
-msgstr "Номер _голосовой почты"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
-msgid "_User-agent"
-msgstr "_Агент-пользователя"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
-msgid "Authentication"
-msgstr "Аутентификация"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "Аккаунт"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
-msgid "Secret"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "Выберите одну из следующих возможностей"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "Создать бесплатный SIP/IAX2-аккаунт на sflphone.org"
+
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "Использовать существующий SIP или IAX2 аккаунт"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "Настройка SIP-аккаунта"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "Введите пожалуйста следующие данные"
+
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
+msgstr "_Псевдоним"
+
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
+msgstr "Имя или IP-адрес _сервера"
+
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
+msgstr "Имя пользователя"
+
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
+msgstr "Па_роль"
+
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
+msgstr "Показать пароль"
+
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
+msgstr "Номер _голосовой почты"
+
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr "Защищëнная связь с _ZRTP"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "e-mail"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr ""
+"Этот электронный адрес будет использоваться для отправки сообщений голосовой "
+"почты"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "_Адрес эл. почты"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "Настройка IAX2-аккаунта"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "Network Address Translation (NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr ""
+"Возможно нужно выбрать эту опцию если вы находитесь за сетевым экраном."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "Включить STUN"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "_STUN-сервер"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "Регистрация аккаунта"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "Поздравляем!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "Всплывающие уведомления"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "Показывать всплывающие уведомления"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "Значок в системном трее"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "Показывать SFLphone в системном трее"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "_Показать главное окно при входящем вызове"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "_Никогда не показывать главное окно"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "Скрывать SFLphone при запуске в трей"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "Журнал вызовов"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr "_Хранить журнал вызовов в течении"
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "дней"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "Задействовать мелодии вызова"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "Настройка"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "Аудио"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "Прочее"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "Горячие клавиши"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "Адресная книга"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "Параметры учетной записи"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "Пр_отокол"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "Неизвестный"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
+msgid "_User-agent"
+msgstr "_Агент-пользователя"
+
+#: ../gnome/src/config/accountconfigdialog.c:413
+msgid "Authentication"
+msgstr "Аутентификация"
+
+#: ../gnome/src/config/accountconfigdialog.c:414
+msgid "Secret"
 msgstr "Пароль"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr "Параметры доступа"
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Имя для аутентификации"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Пароль"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Шифрование"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Использовать протокол TLS"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "Обмен ключами SRTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Отключен"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Регистрация"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr "Устаревание"
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Соотвествует RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Сетевой интерфейс"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Локальный адрес"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Локальный порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Публичный адрес"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Использовать STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "URL STUN-сервера"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Использовать локальный адрес и порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Настроить публичный адрес и порт:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Публичный порт"
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "Аудио"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Рингтоны"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Выберать рингтон"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "Включить рингтон"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Аудио файлы"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -729,44 +746,48 @@ msgstr ""
 "будут использованы если не будет подходящего аккаунта для входящего или "
 "исходящего вызова."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Настройки аккаунта"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Основные"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "Дополнительно"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "Сеть"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "ВНИМАНИЕ: эти комбинации могут заменить системные комбинации клавиш"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "Ответ сервера \"%s\" (%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "Протокол"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "Статус"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "Аккаунты"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "Настройка аккаунтов"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
@@ -774,490 +795,464 @@ msgstr[0] "%d активный аккаунт"
 msgstr[1] "%d активных аккаунтов"
 msgstr[2] "действующий аккаунт"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "У вас нет активного аккаунта"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Общие настройки"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Дополнительные настройки для TLS"
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "_Использовать адресную книгу Evolution"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "Транспорт TLS"
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Ограничение скорости скачивания:"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+"TLS-транспорт может использоваться вместе с UDP для звонков которые\n"
+"требуют защищенный SIP (SIPS). Вы можете настроить разные TLS   для\n"
+"каждого аккаунта (но каждый из них будет использовать свой выделенный "
+"порт).\n"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "карточек"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr "Global TLS listener (для всех аккаунтов)"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Показать фотографию контакта (если имеется):"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Список центров сертификации"
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Использовать следующие поля из адресной книги Evolution:"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "Выберите файл Центра сертификации (необязательно)"
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_Рабочий"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Файл с публичным сертификатом"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Домашний"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Выберите публичный сертификат (необязательно)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Мобильный"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Выберите файл с приватным ключом (необязательно)"
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Адресная книга"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Пароль для приватного ключа"
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Выбрать адресную книгу Evolution:"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "Метод протокола TLS"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "Имя"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Список шифров TLS"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "Мастер закончил настройку."
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Имя сервера для исходящих TLS-подключений"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr ""
-"Вы можете в любое время проверить статус регистрации или изменить параметры  "
-"ваших аккаунтов в меню Правка / Аккаунты."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Время ожидания соединения (сек:мсек)"
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "Псевдоним"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Проверять входящие сертификаты как сервер"
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "Сервер"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Проверять входящие сертификаты как клиент"
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "Имя пользователя"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Требовать сертификат для входящих TLS-подключений"
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "Шифрование: "
-
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
-msgstr "SRTP/ZRTP draft-zimmermann"
-
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "Нет"
-
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "Мастер создания аккаунта SFLphone"
-
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "Добро пожаловать в мастер создания аккаунта SFLphone!"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "Искать все"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "Этот мастер установки поможет вам настроить ваш аккаунт."
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Нажмите сюда, чтобы изменить тип поиска"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP-протоколы"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "Поиск в пропущенных вызовах"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "Выберите тип аккаунта"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "Поиск в входящих вызовах"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP (Session Initiation Protocol)"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "Поиск в исходящих вызовах"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "Громкость"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "Аккаунт"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "Чувствительность микрофона"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "Выберите одну из следующих возможностей"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "Звонок ещё не окончен."
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "Создать бесплатный SIP/IAX2-аккаунт на sflphone.org"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "Несколько звонков ещё не окончены."
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "Использовать существующий SIP или IAX2 аккаунт"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "Вы уверенны что хотите выйти?"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "Настройка SIP-аккаунта"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "ZRTP не поддерживается устройством %s\n"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "Введите пожалуйста следующие данные"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "Зашифрованная связь недоступна."
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
-msgstr "Защищëнная связь с _ZRTP"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "Продолжить"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "e-mail"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "Завершить вызов"
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
-"Этот электронный адрес будет использоваться для отправки сообщений голосовой "
-"почты"
-
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "_Адрес эл. почты"
-
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "Настройка IAX2-аккаунта"
+"Из-за возникновения ошибки %s разговор с %s перейдëт в не зашифрованный "
+"режим.\n"
+"Точная причина: %s\n"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "Network Address Translation (NAT)"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr "Неудачный обмен информации ZRTP"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
 msgstr ""
-"Возможно нужно выбрать эту опцию если вы находитесь за сетевым экраном."
-
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "Включить STUN"
-
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "_STUN-сервер"
-
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "Регистрация аккаунта"
-
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "Поздравляем!"
-
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "Частота"
+"%s хочет отказаться от использования зашифрованной связи. В случае "
+"подтверждения разговор продолжится без SRTP.\n"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "Битрейт"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr "Подтвердить переход на незашифрованную связь"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA-плагин"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "Подтвердить"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "Аудиовыход"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "Адресная книга не выбрана"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "Аудиовход"
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "Адресная книга"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "Мелодия"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "Голосовая почта (%i)"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "Менеджер звука"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone - SIP и IAX2-совместимый VoIP-клиент"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "_Pulseaudio"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "О программе SFLphone"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "_ALSA"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "Голосовая почта"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "Настройка ALSA"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "_Вызов"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "Записи"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "_Новый вызов"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "Сохранять в"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "Сделать новый вызов"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "Выберите каталог"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "_Взять трубку"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "Ответить на вызов"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "Расширенные настройки голоса"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "Завершить вызов"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "_Подавление шума"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "_Удерживать вызов"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "Поставить вызов на удержание"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "Передача URL"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "_Снять вызов с удержания"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "Запустить при определëнном SIP-заголовке"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "Поставить вызов на удержание"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "Запустить при наличии URL _IAX2"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "При сообщениях"
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "_Выполнить команду:"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "При сообщениях"
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "Префикс"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "Мастер настройки"
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "Добавить префикс перед номером"
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Запустить мастер настройки"
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "Всплывающие уведомления"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "Прослушивание голосовой почты"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "Показывать всплывающие уведомления"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "_Закрыть"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "Значок в системном трее"
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "Свернуть в трей"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "Показывать SFLphone в системном трее"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "В_ыход"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "_Показать главное окно при входящем вызове"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "Выйти из программы"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "_Никогда не показывать главное окно"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "Скрывать SFLphone при запуске в трей"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "Журнал вызовов"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr "_Хранить журнал вызовов в течении"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "дней"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "_Правка"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "_Копировать"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "Задействовать мелодии вызова"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "Копировать выделенное"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "Настройка"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "В_ставить"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "Прочее"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "Вставить из буфера обмена"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "Горячие клавиши"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "Очистить журнал"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "Адресная книга"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "Очистить журнал вызовов"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "ВНИМАНИЕ: эти комбинации могут заменить системные комбинации клавиш"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "_Аккаунты"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Дополнительные настройки для TLS"
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "Нстройка аккаунта"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "Транспорт TLS"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "_Настройки"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-"TLS-транспорт может использоваться вместе с UDP для звонков которые\n"
-"требуют защищенный SIP (SIPS). Вы можете настроить разные TLS   для\n"
-"каждого аккаунта (но каждый из них будет использовать свой выделенный "
-"порт).\n"
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "Изменить ваши настройки"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr "Global TLS listener (для всех аккаунтов)"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "_Вид"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Список центров сертификации"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "_Помощь"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "Выберите файл Центра сертификации (необязательно)"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "Содержание"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Файл с публичным сертификатом"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "Открыть руководство пользователя"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Выберите публичный сертификат (необязательно)"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "О программе"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Выберите файл с приватным ключом (необязательно)"
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "Переадресация вызова"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Пароль для приватного ключа"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "Переадресовать вызов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "Метод протокола TLS"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "_Запись"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Список шифров TLS"
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "Записать текущий разговор"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Имя сервера для исходящих TLS-подключений"
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "Показать _панель инструментов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Время ожидания соединения (сек:мсек)"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "Показывать панель инструментов"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Проверять входящие сертификаты как сервер"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "_Номеронабиратель"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Проверять входящие сертификаты как клиент"
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "Показывать _номеронабиратель"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Требовать сертификат для входящих TLS-подключений"
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "Настройки _громкости"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "Опции ZRTP"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "Показывать настройки _громкости"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Послать hello-хэш в S_DP"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "Журнал вызовов"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Попросить пользователя подтвердить пароль SAS"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "История вызовов"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Предупредить если ZRTP не пддерживается"
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "Адресная книга"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr "Показать SAS один раз"
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "_Удерживать звонок"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "Настройка SDES"
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "Обратный вызов"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "Использовать RTP при сбое SDES"
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "Изменить номер телефона"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "Искать все"
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "Изменить номер телефона перед вызовом"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Нажмите сюда, чтобы изменить тип поиска"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"<b>Предупреждение ALSA</b>\n"
+"\n"
+"Ошибка при попытке открытия устройства воспроизведения звука"
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "Поиск в пропущенных вызовах"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"<b>Предупреждение ALSA</b>\n"
+"\n"
+"Ошибка при попытке открытия устройства захвата звука"
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "Поиск в входящих вызовах"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"<b>Предупреждение Pulseaudio</b>\n"
+"\n"
+"Pulseaudio не запущен"
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "Поиск в исходящих вызовах"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""
diff --git a/lang/sflphone.pot b/lang/sflphone.pot
index ecaf5e891e2fc8877ddb33b646ecfc2843f14a9b..ef0aea4152f04258e3bf161c0b8ea2ee96925766 100644
--- a/lang/sflphone.pot
+++ b/lang/sflphone.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,240 +18,316 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
-msgid "Name"
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
 msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
-#: ../gnome/src/config/accountconfigdialog.c:250
-msgid "_Alias"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
-msgid "_Host name"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
-msgid "_User name"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
-msgid "_Password"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
-msgid "Show password"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
-msgid "_Voicemail number"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
 msgstr ""
 
 #: ../gnome/src/config/hooks-config.c:149
@@ -278,754 +354,672 @@ msgstr ""
 msgid "_Prefix dialed numbers with"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
+#: ../gnome/src/config/assistant.c:80
+msgid ""
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
-msgid "Enable instant messaging"
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-msgid "Audio"
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
+#: ../gnome/src/config/assistant.c:308
+msgid ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
+#: ../gnome/src/config/accountconfigdialog.c:250
+msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
+msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
+msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
+msgid "_Password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
+msgid "Show password"
 msgstr ""
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
+msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
+#: ../gnome/src/config/preferencesdialog.c:257
+msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr ""
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr ""
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, c-format
 msgid "Voicemail(%i)"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1037,185 +1031,186 @@ msgstr ""
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr ""
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
-
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
diff --git a/lang/sv.po b/lang/sv.po
index c1a15e23f7aa6ef12ee0fea8c4c078a34da4ed8e..1f91e104ebbfcbfac80b70ca3395e477b00ab90b 100644
--- a/lang/sv.po
+++ b/lang/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-14 09:51+0000\n"
 "Last-Translator: Daniel Nylander <yeager@ubuntu.com>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -19,85 +19,353 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr "%s säger:"
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s-konto : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>Från</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d röstmeddelande"
+msgstr[1] "%d röstmeddelanden"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "Ringer med %s-kontot <i>%s</i>"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Aktuellt konto"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "Du har inga konton konfigurerade"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Fel"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Du har inga registrerade konton"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+"<i>Med:</i> %s \n"
+"använder %s"
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s saknar stöd för ZRTP."
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr "ZRTP-förhandling misslyckades med %s"
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>Med:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "_Visa huvudfönstret"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Lägg på"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i aktivt konto"
+msgstr[1] "%i aktiva konton"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Använder konto"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Inga registrerade konton"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "Direkt SIP-samtal"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "idag klockan %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "igår klockan %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A klockan %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x klockan %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "Fel i SFLphone"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+"Kan inte hitta ett schema för gpdf-inställningar. \n"
+"Kontrollera din gconf-konfiguration. Se gpdf \n"
+"FAQ för mer information"
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Registrerad"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Inte registrerad"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Försöker..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Autentisering misslyckades"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Nätverket kan inte nås"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Värden är inte nåbar"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Fel i STUN -konfigurering"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "STUN-servern är inte giltig"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Redo"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Ogiltigt"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP-alternativ"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr "Skicka Hello Hash i S_DP"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr "Fråga användare att bekräfta SAS"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "_Varna om ZRTP inte stöds"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES-alternativ"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "Namn"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frekvens"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Bitfrekvens"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Utgång"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Ingång"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "Ringsignal"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "Ljudhanterare"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "_Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "_ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA-inställningar"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Inspelningar"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "Målmapp"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Välj en mapp"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "Inställningar för röstförbättring"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "_Brusreducering"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Allmänt"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "A_nvänd Evolutions adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "Hämtningsgräns :"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kort"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "_Visa kontaktfoto om tillgängligt"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "Fält från Evolutions adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "A_rbete"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Hem"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Mobiltelefon"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adressböcker"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "Välj vilka Evolution-adressböcker att använda"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "Kommando att _köra"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "Denna guide är nu färdig."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
@@ -105,580 +373,368 @@ msgstr ""
 "Du kan när som helst kontrollera din registreringsstatus eller ändra "
 "kontoparametrar i fönstret Alternativ/Konton."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Alias"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Server"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Användarnamn"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Säkerhet: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr "SRTP/ZRTP draft-zimmermann"
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Ingen"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "Guide för att skapa SFLphone-konto"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "Välkommen till guiden för att skapa konto för SFLphone!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "Denna installationsguide hjälper dig att konfigurera ett konto."
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP-protokoll"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Välj en kontotyp"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP (Session Initiation Protocol)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2 (InterAsterix Exchange)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Konto"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Välj ett av följande alternativ"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "Skapa ett kostnadsfritt SIP/IAX2-konto på sflphone.org"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Registrera ett befintligt SIP eller IAX2-konto"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "Inställningar för SIP-konto"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "Fyll i följande information"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "A_lias"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "Vä_rdnamn"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "Använ_darnamn"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Lösenord"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Visa lösenordet"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr "Säker kommunikation med _ZRTP"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "Valfri e-postadress"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 "Denna e-postadress kommer att användas för att skicka dig dina "
 "röstmeddelanden."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-postadress"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "Inställningar för IAX2-konto"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "Network Address Translation (NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 "Du bör antagligen aktivera detta om du befinner dig bakom en brandvägg."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "Ak_tivera STUN"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "_STUN-server"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "Kontoregistrering"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Gratulerar!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "Kommando att _köra"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "Skrivbordsnotifieringar"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "_Aktivera notifieringar"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Ikon i aktivitetsfält"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "Visa SFLphone i aktivitetsfältet"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "_Visa huvudfönstret vid inkommande samtal"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "Visa a_ldrig huvudfönstret"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "Dölj SFLphone-fönstret vid up_pstart"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "Samtalshistorik"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr "_Behåll min historik i minst"
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "dagar"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr "Snabbmeddelanden"
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr "Aktivera snabbmeddelanden"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Inställningar"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Allmänt"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Ljud"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "Genvägar"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Adressbok"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP-alternativ"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr "Skicka Hello Hash i S_DP"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr "Fråga användare att bekräfta SAS"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "_Varna om ZRTP inte stöds"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES-alternativ"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "Servern returnerade \"%s\" (%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Status"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "Konfigurerade konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "Det finns %d aktivt konto"
-msgstr[1] "Det finns %d aktiva konton"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Du har inget aktivt konto"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "A_nvänd Evolutions adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "Hämtningsgräns :"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kort"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "_Visa kontaktfoto om tillgängligt"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "Fält från Evolutions adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "A_rbete"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Hem"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Mobiltelefon"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adressböcker"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "Välj vilka Evolution-adressböcker att använda"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr "Var försiktig: dessa genvägar kan åsidosätta systemets genvägar."
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "Avancerade alternativ för TLS"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS-transport"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "Lista över certifikatutfärdare"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr "Fil för publikt användarcertifikat"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr "Välj ett publikt användarcertifikat (valfritt)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "Välj en privat nyckelfil (valfritt)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "Lösenord för den privata nyckeln"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr "Lista över TLS-skiffer"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr "Servernamninstans för utgående TLS-anslutning"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr "Tidsgräns för förhandling (sek:msek)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr "Verifiera inkommande certifikat, som en server"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr "Verifiera certifikat från svar, som en klient"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr "Kräv certifikat för inkommande TLS-anslutningar"
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "Kontoparametrar"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokoll"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Okänd"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Autentisering"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Autentiseringsnamn"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Lösenord"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Säkerhet"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "Använd TLS-transport (sips)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "Inaktiverad"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Registrering"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "_Följ RFC 3263"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Nätverksgränssnitt"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Lokal adress"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Lokal port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr "Publicerad adress"
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "Använder STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "Samma som lokala parametrar"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr "Ställ in publicerad adress och port:"
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr "Publicerad port"
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "Ringsignaler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "Välj en ringsignal"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "A_ktivera ringsignaler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ljudfiler"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
@@ -689,181 +745,202 @@ msgstr ""
 "även att användas om inget konto kan matchas till ett inkommande eller "
 "utgående samtal."
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Kontoinställningar"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "Grundläggande"
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "Grundläggande"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Avancerat"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Nätverk"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr "Var försiktig: dessa genvägar kan åsidosätta systemets genvägar."
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "Servern returnerade \"%s\" (%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "Protokoll"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Status"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "Konfigurerade konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "Det finns %d aktivt konto"
+msgstr[1] "Det finns %d aktiva konton"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Du har inget aktivt konto"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "Avancerade alternativ för TLS"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS-transport"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "Lista över certifikatutfärdare"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr "Fil för publikt användarcertifikat"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr "Välj ett publikt användarcertifikat (valfritt)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "Välj en privat nyckelfil (valfritt)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "Lösenord för den privata nyckeln"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr "Lista över TLS-skiffer"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr "Servernamninstans för utgående TLS-anslutning"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr "Tidsgräns för förhandling (sek:msek)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Avancerat"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr "Verifiera inkommande certifikat, som en server"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Nätverk"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr "Verifiera certifikat från svar, som en klient"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr "Kräv certifikat för inkommande TLS-anslutningar"
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "Sök i alla"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "Klicka här för att ändra söktypen"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "Sök efter missade samtal"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "Sök efter inkommande samtal"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "Sök efter utgående samtal"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "Fel i SFLphone"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "idag klockan %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "igår klockan %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A klockan %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x klockan %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr "%s säger:"
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s-konto : %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>Från</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d röstmeddelande"
-msgstr[1] "%d röstmeddelanden"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "Ringer med %s-kontot <i>%s</i>"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Aktuellt konto"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "Du har inga konton konfigurerade"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Fel"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Du har inga registrerade konton"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-"<i>Med:</i> %s \n"
-"använder %s"
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s saknar stöd för ZRTP."
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr "ZRTP-förhandling misslyckades med %s"
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>Med:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Högtalarvolym"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofonvolym"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "Det finns ett pågående samtal."
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "Det finns pågående samtal."
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Vill du fortfarande avsluta?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "ZRTP stöds inte av parten %s\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Fortsätt"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Avsluta samtalet"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr "ZRTP-förhandling misslyckades"
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
@@ -872,188 +949,96 @@ msgstr ""
 "%s vill sluta använda säker kommunikation. Bekräfta att du vill återgå till "
 "samtal utan SRTP.\n"
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr "Bekräfta okrypterat"
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Bekräfta"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-"Kan inte hitta ett schema för gpdf-inställningar. \n"
-"Kontrollera din gconf-konfiguration. Se gpdf \n"
-"FAQ för mer information"
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Registrerad"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Inte registrerad"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Försöker..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Autentisering misslyckades"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Nätverket kan inte nås"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Värden är inte nåbar"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Fel i STUN -konfigurering"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "STUN-servern är inte giltig"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Redo"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Ogiltigt"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"Notifiering från ALSA\n"
-"\n"
-"Fel vid öppnande av uppspelningsenhet"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"Notifering från ALSA\n"
-"\n"
-"Fel vid öppnande av fångstenhet"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Notifiering från Pulseaudio\n"
-"\n"
-"Pulseaudio är inte igång"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Ingen adressbok har valts"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Adressbok"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Röstbrevlåda (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLphone är en VoIP-klient kompatibel med SIP och IAX2-protokollen."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "Om SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Röstbrevlåda"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Samtal"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Nytt samtal"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Ring ett nytt samtal"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "Sva_ra"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Lyft på luren"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Lägg på"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Lägg på"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "Par_kera"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "Parkera samtalet"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "F_ortsätt samtal"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "Fortsätt ett parkerat samtal"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr "Skicka _meddelande"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr "Skicka meddelande"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "Konfigurations_guide"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Kör konfigurationsguiden"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "Ring din röstbrevlåda"
 
@@ -1065,188 +1050,198 @@ msgstr "S_täng"
 msgid "Minimize to system tray"
 msgstr "Minimera till aktivitetsfältet"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "A_vsluta"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Avsluta programmet"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "R_edigera"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Kopiera"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Kopiera markeringen"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "Klistra i_n"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Klistra in urklipp"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "Töm _historik"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Töm samtalshistoriken"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "K_onton"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Redigera dina konton"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Inställningar"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Ändra dina inställningar"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Visa"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Hjälp"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "Innehåll"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "Öppna handboken"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Om programmet"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Koppla vidare"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Koppla vidare samtalet"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "Spela _in"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Spela in aktuellt samtal"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "_Visa verktygsrad"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Visa verktygsraden"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "Knappsa_ts"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "Visa knappsats"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "Volym_kontroller"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "Visa volymkontroller"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Historik"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Samtalshistorik"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Adressbok"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "_Parkerat"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "Ring _tillbaka"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Redigera telefonnummer"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Redigera telefonnumret innan du ringer"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Använder konto"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Inga registrerade konton"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "Direkt SIP-samtal"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"Notifiering från ALSA\n"
+"\n"
+"Fel vid öppnande av uppspelningsenhet"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "_Visa huvudfönstret"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"Notifering från ALSA\n"
+"\n"
+"Fel vid öppnande av fångstenhet"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Notifiering från Pulseaudio\n"
+"\n"
+"Pulseaudio är inte igång"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i aktivt konto"
-msgstr[1] "%i aktiva konton"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid ""
 #~ "GConf error:\n"
diff --git a/lang/te.po b/lang/te.po
index a7ccd10a01f0a4612a7655355eb4ab668c276784..6f30cbcd39f164ac1ab9fab92eda16e4eb255bee 100644
--- a/lang/te.po
+++ b/lang/te.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-07 16:09+0000\n"
 "Last-Translator: వీవెన్ (Veeven) <Unknown>\n"
 "Language-Team: Telugu <te@li.org>\n"
@@ -19,1014 +19,1008 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s ఖాతా : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr ""
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i క్రియాశీల ఖాతా"
+msgstr[1] "%i క్రియాశీల ఖాతాలు"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr ""
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr ""
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "నమోదైన ఖాతాలు లేవు"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "ఈరోజు %Rకి"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "నిన్న %Rకి"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr ""
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "అధీకరణ విఫలమైంది"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP ఎంపికలు"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES ఎంపికలు"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "పేరు"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "తరచుదనం"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA అమరికలు"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "గమ్యస్థాన సంచయం"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "ఒక సంచయాన్ని ఎంచుకోండి"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "సాధారణ"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "ముంగిలి (_H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "మారుపేరు"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "సేవిక"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "వాడుకరిపేరు"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "భద్రత: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "ఖాతా రకాన్ని ఎంచుకోండి"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "ఖాతా"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "మారుపేరు (_A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "సంకేతపదం (_P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "సంకేతపదాన్ని చూపించు"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "ఖాతా నమోదు"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "అభినందనలు!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "రోజులు"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "అభీష్టాలు"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "సాధారణ"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP ఎంపికలు"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES ఎంపికలు"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "ప్రొటోకాల్"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "స్థితి"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "ఖాతాలు"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "ముంగిలి (_H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "ఖాతా పరామితులు"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "అధీకరణ"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "రహస్యం"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "సంకేతపదం"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "భద్రత"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "నమోదు"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "స్థానిక చిరునామా"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "ఖాతా అమరికలు"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "ప్రాధమిక"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "ఉన్నత"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "ప్రొటోకాల్"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "స్థితి"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "ఖాతాలు"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "ఈరోజు %Rకి"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "నిన్న %Rకి"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s ఖాతా : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr ""
+
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
+
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "కొనసాగించు"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "నిర్ధారించు"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr ""
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "అధీకరణ విఫలమైంది"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, c-format
 msgid "Voicemail(%i)"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLphone గురించి"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1038,189 +1032,190 @@ msgstr "మూసివేయి (_C)"
 msgid "Minimize to system tray"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "ఖాతాలు (_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "అభీష్టాలు (_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "సహాయం (_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "చరిత్ర (_H)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr ""
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "నమోదైన ఖాతాలు లేవు"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i క్రియాశీల ఖాతా"
-msgstr[1] "%i క్రియాశీల ఖాతాలు"
-
 #~ msgctxt "NAME OF TRANSLATORS"
 #~ msgid "Your names"
 #~ msgstr " ,Launchpad Contributions:,వీవెన్ (Veeven)"
diff --git a/lang/tr.po b/lang/tr.po
index 58e0448b37cb42c08a22721f9a3b062470a0959c..77635021097938e334d3b0bf224167404419f12e 100644
--- a/lang/tr.po
+++ b/lang/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sflphone\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2010-10-31 18:09+0000\n"
 "Last-Translator: Translate it <Unknown>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -19,1015 +19,1009 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:40+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s hesap : %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "%s <i>Dan</i>"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "Geçerli hesap"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "Hata"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "Kayıtlı hesabınız bulunmamaktadır"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s ZRTP'yi desteklememektedir"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "%s <i>İle:</i>"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "Ana pencereyi _Göster"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "_Askıya al"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "Hesap kullanımı"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "Kayıtlı hesap yok"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr ""
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr ""
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr ""
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "Kayıtlı"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "Kayıtlı Değil"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "Deniyor"
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "Kimlik Doğrulama Başarısız"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "Ağ erişilemez durumda"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "Makine erişilemez"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "Hazır"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "Geçersiz"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr ""
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "İsim"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "Frekans"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "Veri akış hızı"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "Çıkış"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "Giriş"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "Kayıtlar"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "Bir klasör seç"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "Genel"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "kartlar"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr ""
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "_İş"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "_Başlangıç"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "_Hareketli"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "Adres Defterleri"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr ""
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "Rumuz"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "Sunucu"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "Kullanıcı adı"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "Güvenlik: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "Hiçbiri"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "Bir hesap tipi seçin"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "Hesap"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "Lütfen aşağıdaki ayarlardan birini seçiniz"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "sflphone.org üzerinden bedava SIP/IAX2 hesabı oluşturun"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "Var olan SIP ya da IAX2 hesabını kaydedin"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP hesap ayarları"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "_Kullanıcı adı"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "_Parola"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "Parolayı göster"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "isteğe bağlı e-posta adresi"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "Bu e-posta adresi, sesli mesajlarınızı göndermek için kullanılacak."
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "_E-Posta adresi"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "Tebrikler!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr ""
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr ""
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "Sistem Tepsisi Simgesi"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "gün"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 msgid "Enable instant messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "Tercihler"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "Genel"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "Ses"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "Adres Defteri"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "İletişim Kuralları"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "Durum"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "Hesaplar"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "Aktif hesabınız bulunmamaktadır"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "kartlar"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr ""
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "_İş"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "_Başlangıç"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "_Hareketli"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "Adres Defterleri"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr ""
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "_Protokol"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "Bilinmiyor"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "Kimlik Doğrulama"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "Gizli"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "Kimlik doğrulama ismi"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "Parola"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "Güvenlik"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 msgid "Use TLS transport(sips)"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "Kayıt"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "Ağ Arayüzü"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "Yerel adres"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "Yerel port"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "STUN kullanımı"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN sunucu adresi"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "Ses Dosyaları"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "Hesap ayarları"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "Basit"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "Gelişmiş"
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "Gelişmiş"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "Ağ"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "İletişim Kuralları"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "Durum"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "Hesaplar"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "Ağ"
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "Aktif hesabınız bulunmamaktadır"
 
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "Arama türünü değiştirmek için buraya tıklayın"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
 msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
 msgstr ""
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
 msgstr ""
 
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s hesap : %s"
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "%s <i>Dan</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "Geçerli hesap"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "Hata"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr ""
 
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "Kayıtlı hesabınız bulunmamaktadır"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "Arama türünü değiştirmek için buraya tıklayın"
 
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s ZRTP'yi desteklememektedir"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "%s <i>İle:</i>"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr ""
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "Hoparlör ses ayarı"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "Mikrofon ses ayarı"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "Hala çıkmak istiyor musunuz?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "Devam et"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "Aramayı Bitir"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "Onayla"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "Kayıtlı"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "Kayıtlı Değil"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "Deniyor"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "Kimlik Doğrulama Başarısız"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "Ağ erişilemez durumda"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "Makine erişilemez"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "Hazır"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "Geçersiz"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "Hiçbir adres defteri seçilmedi"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "Adres Defteri"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "Sesli mesaj (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr ""
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "SFLphone Hakkında"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "Sesli mesaj"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "Çağrı"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "_Yeni çağrı"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "Yeni bir arama yap"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "Aramayı cevapla"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "_Askıya al"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "Aramayı sonlandır"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 msgid "Send _message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 msgid "Send message"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Yapılandırma sihirbazını çalıştır"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr ""
 
@@ -1039,188 +1033,189 @@ msgstr "_Kapat"
 msgid "Minimize to system tray"
 msgstr "Sistem çubuğuna küçült"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "_Çık"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "Programdan çık"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "_Düzenle"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "_Kopyala"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "Seçimi kopyala"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "_Yapıştır"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "Panoya yapıştır"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "_Geçmişi sil"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "Arama geçmişini sil"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "_Hesaplar"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "Hesaplarınızı düzenleyin"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "_Tercihler"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "Tercihlerinizi değiştirin"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "_Göster"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "_Yardım"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "İçerikler"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "Bu uygulama hakkında"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "_Transfer"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "Aramayı aktar"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "_Kayıt"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "Şuanki görüşmeyi kaydet"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "_Araç çubuğunu göster"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "Araç çubuğunu göster"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "_Dialpad"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "_Ses ayarları"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "_Ses ayarlarını göster"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "_Geçmiş"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "Arama geçmişi"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "_Adres defteri"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "_Tekrar ara"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "Telefon numarasını düzelt"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "Arama yapmadan önce telefon numarasını düzelt"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "Hesap kullanımı"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "Kayıtlı hesap yok"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "Ana pencereyi _Göster"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #~ msgid "Codecs"
 #~ msgstr "Çözücüler"
diff --git a/lang/zh_CN.po b/lang/zh_CN.po
index e2f100eaa09c616a260e4328b947118f8f1ed2bb..9d89917d8ea8a638a4ebc02034b07f939a3f4d1f 100644
--- a/lang/zh_CN.po
+++ b/lang/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-08 13:53+0000\n"
 "Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -20,1219 +20,1214 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已注册"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未注册"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在连接..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "注册失败"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "认证失败"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "网络连接失败"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "服务器连接失败"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有误"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun服务器无效"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "就绪"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "无效"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "使用账户"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "没有已注册帐户"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "SIP 直接呼叫"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "今天 %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "昨天 %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone出错"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "有一个电话正在处理"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "有电话正在处理中"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "确认要退出?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "%s 不支持 ZRTP\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "安全通信不可用"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "继续"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "停止呼叫"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "确认"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s 帐户: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>拨入方</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d 个语音信息"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "使用%s帐户<i>%s</i>呼叫"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "当前帐户"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "你没有设置任何账户"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "注册失败"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "未发现已注册帐户"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
 "using %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s 不支持 ZRTP。"
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>使用:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "扬声器音量"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "话筒音量"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "显示主窗口(S)"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "挂断(_H)"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i 个活动帐号"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "地址簿"
-
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "地址簿"
-
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "语音信箱 (%i)"
-
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "关于SFLphone"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "使用账户"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "语音信箱"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "没有已注册帐户"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "电话(_C)"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "SIP 直接呼叫"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "新电话(_N)"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "今天 %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "打一通电话"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "昨天 %R"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "接听(_P)"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "接听"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "完成呼叫"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "保持(_H)"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "挂起"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "恢复通话"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "挂断"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "配置助手(_A)"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr "Stun配置有误"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d 个语音信息"
-
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "关闭(_C)"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "最小化到系统托盘"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "退出(_Q)"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "退出程序"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "编辑(_E)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "复制(_C)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "删除所选账户"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "名称"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "粘贴(_P)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "频率"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "粘贴剪贴板中的内容"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "比率"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "清空历史记录(_H)"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA插件"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "清空历史记录"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "输出"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "账户(_A)"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "输入"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "当前帐户"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "铃声"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "首选项(_P)"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "音频管理器"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "更改您的首选项"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "查看(_V)"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "帮助(_H)"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA设置"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "继续"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "记录"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "打开手册"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "目标文件夹"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "关于本程序"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "选择文件夹"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "转接"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "转给:"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "声音增强设置"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "录音(_R)"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "记录当前会话"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "显示工具栏(_S)"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "显示工具栏"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "禁用"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "显示拨号键盘"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "历史"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "呼叫记录"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "保持(_H)"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "回叫(_C)"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "拨出电话前编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开回放设备时出错"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开采集设备时出错"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
+
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "配置完成."
 
-#: ../gnome/src/dbus/dbus.c:500
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "别名"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "服务器"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "用户名"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "安全: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未运行"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "无"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone账户创建向导"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "欢迎使用SFLphone帐户创建向导!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "安装向导将帮助您配置帐户"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP协议"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "选择帐户类型"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP(会话初始化协议)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2(Asterisk内部交换协议)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "帐户"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "请选择以下选项中的一个"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "帐户相关参数"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "注册已存在的SIP或IAX2帐户"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP帐户设置"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "请填写以下信息"
 
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "别名(A)"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "协议(P)"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "未知"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "主机名(H)"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "用户名(U)"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "密码(P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "语音信箱号码(V)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "可选邮件地址"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "邮件地址(E)"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2帐户设置"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "网络地址解析(NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "使用STUN(n)"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "STUN服务器(S)"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "帐户注册"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "恭喜!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "桌面提示"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "启用提示(E)"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "系统托盘图标"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "在系统托盘显示 SFLphone"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "来电时弹出主窗口(P)"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "从不弹出主窗口(v)"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "在启动时隐藏SFLphone主窗口"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "拨号历史"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "天"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "启用铃声"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "首选项"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "音频"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "钩键"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "快捷键"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "地址簿"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "帐户相关参数"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "协议(P)"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "未知"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "身份验证"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "秘密"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "认证名称"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "音频"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "帐户设置"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "基本"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "高级"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "网络"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "服务器返回了“%s”(%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "协议"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "状态"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "已配置帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "有 %d 个活动帐号"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "没有活动帐号"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下载上限:"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可行则显示联系人照片(D)"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "单位电话(W)"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭电话(H)"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移动电话(M)"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "选择使用如下Evolution地址薄"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "名称"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "配置完成."
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "别名"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "服务器"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "用户名"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "安全: "
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "无"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "查询所有"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone账户创建向导"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "欢迎使用SFLphone帐户创建向导!"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "从未接电话中查询"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "安装向导将帮助您配置帐户"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "从来电中查询"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP协议"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "从拨出电话中查询"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "选择帐户类型"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "扬声器音量"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP(会话初始化协议)"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "话筒音量"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2(Asterisk内部交换协议)"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "有一个电话正在处理"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "帐户"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "有电话正在处理中"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "请选择以下选项中的一个"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "确认要退出?"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "注册已存在的SIP或IAX2帐户"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "安全通信不可用"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP帐户设置"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "继续"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "请填写以下信息"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "停止呼叫"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "可选邮件地址"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "邮件地址(E)"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2帐户设置"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "确认"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "网络地址解析(NAT)"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "使用STUN(n)"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "STUN服务器(S)"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "帐户注册"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "关于SFLphone"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "恭喜!"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "语音信箱"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "频率"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "电话(_C)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "比率"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "新电话(_N)"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA插件"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "打一通电话"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "输出"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "接听(_P)"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "输入"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "接听"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "铃声"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "完成呼叫"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "音频管理器"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "Pulseaudio"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "挂起"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "恢复通话"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA设置"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "挂断"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "记录"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "目标文件夹"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "选择文件夹"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "配置助手(_A)"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun配置有误"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "声音增强设置"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d 个语音信息"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "噪音抑制(_N)"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "关闭(_C)"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "最小化到系统托盘"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL参数"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "退出(_Q)"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP头(S)"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "退出程序"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "运行命令(r)"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重设电话号码"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "号码前缀(P)"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "桌面提示"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "编辑(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "启用提示(E)"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "复制(_C)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "系统托盘图标"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "删除所选账户"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "在系统托盘显示 SFLphone"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "粘贴(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "来电时弹出主窗口(P)"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "从不弹出主窗口(v)"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "在启动时隐藏SFLphone主窗口"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "清空历史记录"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "拨号历史"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "账户(_A)"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr ""
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "当前帐户"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "天"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "首选项(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "更改您的首选项"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "启用铃声"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "查看(_V)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "首选项"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "帮助(_H)"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "钩键"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "继续"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "快捷键"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "打开手册"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "地址簿"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "关于本程序"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "转接"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS 高级选项"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "转给:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 传输"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "录音(_R)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "记录当前会话"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "证书机构列表"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "显示工具栏"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "选择 CA 列表文件(可选)"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "禁用"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "显示拨号键盘"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "选择私钥文件(可选)"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "私钥密码"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "历史"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 协议方法"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "呼叫记录"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "回叫(_C)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "编辑电话号码"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "不支持 ZRTP 时显示警告(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "SDES 失败时会滚为使用 RTP"
-
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "查询所有"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "请点击此处改变查询方式"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "从未接电话中查询"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "从来电中查询"
-
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "从拨出电话中查询"
-
 #, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
diff --git a/lang/zh_HK.po b/lang/zh_HK.po
index 595fe2e6aae8e525b77d241e7c13b27ef3cdc6d2..75ff8f9b03432b9a7791d66616b242f3438ae8f5 100644
--- a/lang/zh_HK.po
+++ b/lang/zh_HK.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 15:50-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-08 13:53+0000\n"
 "Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -20,1219 +20,1214 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已注册"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未注册"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在连接..."
-
-#: ../gnome/src/accountlist.c:159 ../gnome/src/sflnotify.c:144
-#: ../gnome/src/sflnotify.c:155
-msgid "Error"
-msgstr "注册失败"
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "认证失败"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "网络连接失败"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "服务器连接失败"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有误"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun服务器无效"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "就绪"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "无效"
-
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "使用账户"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "没有已注册帐户"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "SIP 直接呼叫"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "今天 %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "昨天 %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R"
-
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone出错"
-
-#: ../gnome/src/mainwindow.c:129
-msgid "There is one call in progress."
-msgstr "有一个电话正在处理"
-
-#: ../gnome/src/mainwindow.c:131
-msgid "There are calls in progress."
-msgstr "有电话正在处理中"
-
-#: ../gnome/src/mainwindow.c:135
-msgid "Do you still want to quit?"
-msgstr "确认要退出?"
-
-#: ../gnome/src/mainwindow.c:424
-#, c-format
-msgid "ZRTP is not supported by peer %s\n"
-msgstr "%s 不支持 ZRTP\n"
-
-#: ../gnome/src/mainwindow.c:426
-msgid "Secure Communication Unavailable"
-msgstr "安全通信不可用"
-
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
-msgid "Continue"
-msgstr "继续"
-
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
-msgid "Stop Call"
-msgstr "停止呼叫"
-
-#: ../gnome/src/mainwindow.c:450
-#, c-format
-msgid ""
-"A %s error forced the call with %s to fall under unencrypted mode.\n"
-"Exact reason: %s\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:454
-msgid "ZRTP negotiation failed"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:469
-#, c-format
-msgid ""
-"%s wants to stop using secure communication. Confirm will resume "
-"conversation without SRTP.\n"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:471
-msgid "Confirm Go Clear"
-msgstr ""
-
-#: ../gnome/src/mainwindow.c:474
-msgid "Confirm"
-msgstr "确认"
-
-#: ../gnome/src/sflnotify.c:82
+#: ../gnome/src/sflnotify.c:85
 #, c-format
 msgid "%s says:"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
 #, c-format
 msgid "%s account : %s"
 msgstr "%s 帐户: %s"
 
-#: ../gnome/src/sflnotify.c:103
+#: ../gnome/src/sflnotify.c:108
 #, c-format
 msgid "<i>From</i> %s"
 msgstr "<i>拨入方</i> %s"
 
-#: ../gnome/src/sflnotify.c:118
+#: ../gnome/src/sflnotify.c:125
 #, c-format
 msgid "%d voice mail"
 msgid_plural "%d voice mails"
 msgstr[0] "%d 个语音信息"
 
-#: ../gnome/src/sflnotify.c:130
+#: ../gnome/src/sflnotify.c:139
 #, c-format
 msgid "Calling with %s account <i>%s</i>"
 msgstr "使用%s帐户<i>%s</i>呼叫"
 
-#: ../gnome/src/sflnotify.c:134
+#: ../gnome/src/sflnotify.c:143
 msgid "Current account"
 msgstr "当前帐户"
 
-#: ../gnome/src/sflnotify.c:143
+#: ../gnome/src/sflnotify.c:154
 msgid "You have no accounts set up"
 msgstr "你没有设置任何账户"
 
-#: ../gnome/src/sflnotify.c:154
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "注册失败"
+
+#: ../gnome/src/sflnotify.c:167
 msgid "You have no registered accounts"
 msgstr "未发现已注册帐户"
 
-#: ../gnome/src/sflnotify.c:166
+#: ../gnome/src/sflnotify.c:181
 #, c-format
 msgid ""
 "<i>With:</i> %s \n"
 "using %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:177
+#: ../gnome/src/sflnotify.c:194
 #, c-format
 msgid "%s does not support ZRTP."
 msgstr "%s 不支持 ZRTP。"
 
-#: ../gnome/src/sflnotify.c:188
+#: ../gnome/src/sflnotify.c:207
 #, c-format
 msgid "ZRTP negotiation failed with %s"
 msgstr ""
 
-#: ../gnome/src/sflnotify.c:199
+#: ../gnome/src/sflnotify.c:220
 #, c-format
 msgid "<i>With:</i> %s"
 msgstr "<i>使用:</i> %s"
 
-#: ../gnome/src/sliders.c:172
-msgid "Speakers volume"
-msgstr "扬声器音量"
-
-#: ../gnome/src/sliders.c:172
-msgid "Mic volume"
-msgstr "话筒音量"
-
 #: ../gnome/src/statusicon.c:135
 msgid "_Show main window"
 msgstr "显示主窗口(S)"
 
-#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:982
-#: ../gnome/src/uimanager.c:1269 ../gnome/src/uimanager.c:1329
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
 msgid "_Hang up"
 msgstr "挂断(_H)"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
-
-#: ../gnome/src/statusicon.c:198
+#: ../gnome/src/statusicon.c:193
 #, c-format
 msgid "%i active account"
 msgid_plural "%i active accounts"
 msgstr[0] "%i 个活动帐号"
 
-#: ../gnome/src/uimanager.c:148
-msgid "No address book selected"
-msgstr "地址簿"
-
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
-msgid "Address book"
-msgstr "地址簿"
-
-#: ../gnome/src/uimanager.c:413
-#, fuzzy, c-format
-msgid "Voicemail(%i)"
-msgstr "语音信箱 (%i)"
-
-#: ../gnome/src/uimanager.c:492
-msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
-msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
 
-#: ../gnome/src/uimanager.c:494
-msgid "About SFLphone"
-msgstr "关于SFLphone"
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "使用账户"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
-msgid "Voicemail"
-msgstr "语音信箱"
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "没有已注册帐户"
 
-#: ../gnome/src/uimanager.c:977
-msgid "Call"
-msgstr "电话(_C)"
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "SIP 直接呼叫"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
-msgid "_New call"
-msgstr "新电话(_N)"
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "今天 %R"
 
-#: ../gnome/src/uimanager.c:979
-msgid "Place a new call"
-msgstr "打一通电话"
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "昨天 %R"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
-msgid "_Pick up"
-msgstr "接听(_P)"
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R"
 
-#: ../gnome/src/uimanager.c:981
-msgid "Answer the call"
-msgstr "接听"
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R"
 
-#: ../gnome/src/uimanager.c:983
-msgid "Finish the call"
-msgstr "完成呼叫"
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
 
-#: ../gnome/src/uimanager.c:984
-msgid "O_n hold"
-msgstr "保持(_H)"
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:985
-msgid "Place the call on hold"
-msgstr "挂起"
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
 
-#: ../gnome/src/uimanager.c:986
-msgid "O_ff hold"
-msgstr "恢复通话"
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
 
-#: ../gnome/src/uimanager.c:987
-msgid "Place the call off hold"
-msgstr "挂断"
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
-#, fuzzy
-msgid "Send _message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
 
-#: ../gnome/src/uimanager.c:989
-#, fuzzy
-msgid "Send message"
-msgstr "有新消息"
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
 
-#: ../gnome/src/uimanager.c:990
-msgid "Configuration _Assistant"
-msgstr "配置助手(_A)"
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
 
-#: ../gnome/src/uimanager.c:991
-msgid "Run the configuration assistant"
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
 msgstr "Stun配置有误"
 
-#: ../gnome/src/uimanager.c:993
-msgid "Call your voicemail"
-msgstr "%d 个语音信息"
-
-#: ../gnome/src/uimanager.c:994
-msgid "_Close"
-msgstr "关闭(_C)"
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
 
-#: ../gnome/src/uimanager.c:995
-msgid "Minimize to system tray"
-msgstr "最小化到系统托盘"
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
 
-#: ../gnome/src/uimanager.c:996
-msgid "_Quit"
-msgstr "退出(_Q)"
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
 
-#: ../gnome/src/uimanager.c:997
-msgid "Quit the program"
-msgstr "退出程序"
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
 
-#: ../gnome/src/uimanager.c:998
-msgid "_Playback record"
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
-msgid "Playback recorded file"
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
-msgid "_Stop playback"
-msgstr ""
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
 
-#: ../gnome/src/uimanager.c:1001
-msgid "Stop recorded file playback"
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
-msgid "_Edit"
-msgstr "编辑(_E)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
 
-#: ../gnome/src/uimanager.c:1005
-msgid "_Copy"
-msgstr "复制(_C)"
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
 
-#: ../gnome/src/uimanager.c:1006
-msgid "Copy the selection"
-msgstr "删除所选账户"
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
+msgid "Name"
+msgstr "名称"
 
-#: ../gnome/src/uimanager.c:1007
-msgid "_Paste"
-msgstr "粘贴(_P)"
+#: ../gnome/src/config/audioconf.c:554
+msgid "Frequency"
+msgstr "频率"
 
-#: ../gnome/src/uimanager.c:1008
-msgid "Paste the clipboard"
-msgstr "粘贴剪贴板中的内容"
+#: ../gnome/src/config/audioconf.c:559
+msgid "Bitrate"
+msgstr "比率"
 
-#: ../gnome/src/uimanager.c:1009
-msgid "Clear _history"
-msgstr "清空历史记录(_H)"
+#: ../gnome/src/config/audioconf.c:669
+msgid "ALSA plugin"
+msgstr "ALSA插件"
 
-#: ../gnome/src/uimanager.c:1010
-msgid "Clear the call history"
-msgstr "清空历史记录"
+#: ../gnome/src/config/audioconf.c:691
+msgid "Output"
+msgstr "输出"
 
-#: ../gnome/src/uimanager.c:1011
-msgid "_Accounts"
-msgstr "账户(_A)"
+#: ../gnome/src/config/audioconf.c:713
+msgid "Input"
+msgstr "输入"
 
-#: ../gnome/src/uimanager.c:1012
-msgid "Edit your accounts"
-msgstr "当前帐户"
+#: ../gnome/src/config/audioconf.c:734
+msgid "Ringtone"
+msgstr "铃声"
 
-#: ../gnome/src/uimanager.c:1013
-msgid "_Preferences"
-msgstr "首选项(_P)"
+#: ../gnome/src/config/audioconf.c:775
+msgid "Sound Manager"
+msgstr "音频管理器"
 
-#: ../gnome/src/uimanager.c:1014
-msgid "Change your preferences"
-msgstr "更改您的首选项"
+#: ../gnome/src/config/audioconf.c:786
+msgid "_Pulseaudio"
+msgstr "Pulseaudio"
 
-#: ../gnome/src/uimanager.c:1018
-msgid "_View"
-msgstr "查看(_V)"
+#: ../gnome/src/config/audioconf.c:790
+msgid "_ALSA"
+msgstr "ALSA"
 
-#: ../gnome/src/uimanager.c:1021
-msgid "_Help"
-msgstr "帮助(_H)"
+#: ../gnome/src/config/audioconf.c:796
+msgid "ALSA settings"
+msgstr "ALSA设置"
 
-#: ../gnome/src/uimanager.c:1022
-msgid "Contents"
-msgstr "继续"
+#: ../gnome/src/config/audioconf.c:807
+msgid "Recordings"
+msgstr "记录"
 
-#: ../gnome/src/uimanager.c:1023
-msgid "Open the manual"
-msgstr "打开手册"
+#: ../gnome/src/config/audioconf.c:811
+msgid "Destination folder"
+msgstr "目标文件夹"
 
-#: ../gnome/src/uimanager.c:1025
-msgid "About this application"
-msgstr "关于本程序"
+#: ../gnome/src/config/audioconf.c:815
+msgid "Select a folder"
+msgstr "选择文件夹"
 
-#: ../gnome/src/uimanager.c:1031
-msgid "_Transfer"
-msgstr "转接"
+#: ../gnome/src/config/audioconf.c:827
+msgid "_Always recording"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1031
-msgid "Transfer the call"
-msgstr "转给:"
+#: ../gnome/src/config/audioconf.c:834
+msgid "Voice enhancement settings"
+msgstr "声音增强设置"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
-msgid "_Record"
-msgstr "录音(_R)"
+#: ../gnome/src/config/audioconf.c:837
+msgid "_Noise Reduction"
+msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/uimanager.c:1032
-msgid "Record the current conversation"
-msgstr "记录当前会话"
+#: ../gnome/src/config/audioconf.c:851
+msgid "_Echo Cancellation"
+msgstr ""
 
-#: ../gnome/src/uimanager.c:1033
-msgid "_Show toolbar"
-msgstr "显示工具栏(_S)"
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
 
-#: ../gnome/src/uimanager.c:1033
-msgid "Show the toolbar"
-msgstr "显示工具栏"
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "_Dialpad"
-msgstr "禁用"
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
 
-#: ../gnome/src/uimanager.c:1034
-msgid "Show the dialpad"
-msgstr "显示拨号键盘"
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "_Volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
 
-#: ../gnome/src/uimanager.c:1035
-msgid "Show the volume controls"
-msgstr "音量控制(V)"
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "_History"
-msgstr "历史"
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
 
-#: ../gnome/src/uimanager.c:1036
-msgid "Calls history"
-msgstr "呼叫记录"
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
 
-#: ../gnome/src/uimanager.c:1037
-msgid "_Address book"
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
-msgid "On _Hold"
-msgstr "保持(_H)"
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
 
-#: ../gnome/src/uimanager.c:1377
-msgid "_Call back"
-msgstr "回叫(_C)"
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
 
-#: ../gnome/src/uimanager.c:1474
-msgid "Edit phone number"
-msgstr "编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
 
-#: ../gnome/src/uimanager.c:1485
-msgid "Edit the phone number before making a call"
-msgstr "拨出电话前编辑电话号码"
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
 
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开回放设备时出错"
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
 
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开采集设备时出错"
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
+
+#: ../gnome/src/config/assistant.c:78
+#, c-format
+msgid "This assistant is now finished."
+msgstr "配置完成."
 
-#: ../gnome/src/dbus/dbus.c:500
+#: ../gnome/src/config/assistant.c:80
 msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
+"You can at any time check your registration state or modify your accounts "
+"parameters in the Options/Accounts window."
+msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+
+#: ../gnome/src/config/assistant.c:83
+msgid "Alias"
+msgstr "别名"
+
+#: ../gnome/src/config/assistant.c:87
+msgid "Server"
+msgstr "服务器"
+
+#: ../gnome/src/config/assistant.c:91
+msgid "Username"
+msgstr "用户名"
+
+#: ../gnome/src/config/assistant.c:95
+msgid "Security: "
+msgstr "安全: "
+
+#: ../gnome/src/config/assistant.c:98
+msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未运行"
 
-#: ../gnome/src/dbus/dbus.c:503
+#: ../gnome/src/config/assistant.c:100
+msgid "None"
+msgstr "无"
+
+#: ../gnome/src/config/assistant.c:244
+msgid "SFLphone account creation wizard"
+msgstr "SFLphone账户创建向导"
+
+#: ../gnome/src/config/assistant.c:271
+msgid "Welcome to the Account creation wizard of SFLphone!"
+msgstr "欢迎使用SFLphone帐户创建向导!"
+
+#: ../gnome/src/config/assistant.c:272
+msgid "This installation wizard will help you configure an account."
+msgstr "安装向导将帮助您配置帐户"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "VoIP Protocols"
+msgstr "VoIP协议"
+
+#: ../gnome/src/config/assistant.c:287
+msgid "Select an account type"
+msgstr "选择帐户类型"
+
+#: ../gnome/src/config/assistant.c:289
+msgid "SIP (Session Initiation Protocol)"
+msgstr "SIP(会话初始化协议)"
+
+#: ../gnome/src/config/assistant.c:291
+msgid "IAX2 (InterAsterix Exchange)"
+msgstr "IAX2(Asterisk内部交换协议)"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Account"
+msgstr "帐户"
+
+#: ../gnome/src/config/assistant.c:306
+msgid "Please select one of the following options"
+msgstr "请选择以下选项中的一个"
+
+#: ../gnome/src/config/assistant.c:308
+#, fuzzy
 msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
+"Create a free SIP/IAX2 account on sflphone.org \n"
+"(For testing purpose only)"
+msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/config/accountconfigdialog.c:237
-msgid "Account Parameters"
-msgstr "帐户相关参数"
+#: ../gnome/src/config/assistant.c:310
+msgid "Register an existing SIP or IAX2 account"
+msgstr "注册已存在的SIP或IAX2帐户"
+
+#: ../gnome/src/config/assistant.c:324
+msgid "SIP account settings"
+msgstr "SIP帐户设置"
+
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
+msgid "Please fill the following information"
+msgstr "请填写以下信息"
 
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
 msgid "_Alias"
 msgstr "别名(A)"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
-msgid "_Protocol"
-msgstr "协议(P)"
-
-#: ../gnome/src/config/accountconfigdialog.c:276
-msgid "Unknown"
-msgstr "未知"
-
-#: ../gnome/src/config/accountconfigdialog.c:288
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "主机名(H)"
 
-#: ../gnome/src/config/accountconfigdialog.c:297
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "用户名(U)"
 
-#: ../gnome/src/config/accountconfigdialog.c:312
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "密码(P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:328
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
-msgid "_Proxy"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:342
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "语音信箱号码(V)"
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
+msgid "Secure communications with _ZRTP"
+msgstr ""
+
+#: ../gnome/src/config/assistant.c:394
+msgid "Optional email address"
+msgstr "可选邮件地址"
+
+#: ../gnome/src/config/assistant.c:394
+msgid "This email address will be used to send your voicemail messages."
+msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
+
+#: ../gnome/src/config/assistant.c:402
+msgid "_Email address"
+msgstr "邮件地址(E)"
+
+#: ../gnome/src/config/assistant.c:424
+msgid "IAX2 account settings"
+msgstr "IAX2帐户设置"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "Network Address Translation (NAT)"
+msgstr "网络地址解析(NAT)"
+
+#: ../gnome/src/config/assistant.c:490
+msgid "You should probably enable this if you are behind a firewall."
+msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+
+#: ../gnome/src/config/assistant.c:499
+msgid "E_nable STUN"
+msgstr "使用STUN(n)"
+
+#: ../gnome/src/config/assistant.c:506
+msgid "_STUN server"
+msgstr "STUN服务器(S)"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Account Registration"
+msgstr "帐户注册"
+
+#: ../gnome/src/config/assistant.c:521
+msgid "Congratulations!"
+msgstr "恭喜!"
+
+#: ../gnome/src/config/preferencesdialog.c:169
+msgid "Desktop Notifications"
+msgstr "桌面提示"
+
+#: ../gnome/src/config/preferencesdialog.c:174
+msgid "_Enable notifications"
+msgstr "启用提示(E)"
+
+#: ../gnome/src/config/preferencesdialog.c:181
+msgid "System Tray Icon"
+msgstr "系统托盘图标"
+
+#: ../gnome/src/config/preferencesdialog.c:189
+msgid "Show SFLphone in the system tray"
+msgstr "在系统托盘显示 SFLphone"
+
+#: ../gnome/src/config/preferencesdialog.c:196
+msgid "_Popup main window on incoming call"
+msgstr "来电时弹出主窗口(P)"
+
+#: ../gnome/src/config/preferencesdialog.c:202
+msgid "Ne_ver popup main window"
+msgstr "从不弹出主窗口(v)"
+
+#: ../gnome/src/config/preferencesdialog.c:215
+msgid "Hide SFLphone window on _startup"
+msgstr "在启动时隐藏SFLphone主窗口"
+
+#: ../gnome/src/config/preferencesdialog.c:229
+msgid "Calls History"
+msgstr "拨号历史"
+
+#: ../gnome/src/config/preferencesdialog.c:233
+msgid "_Keep my history for at least"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:248
+msgid "days"
+msgstr "天"
+
+#: ../gnome/src/config/preferencesdialog.c:253
+msgid "Instant Messaging"
+msgstr ""
+
+#: ../gnome/src/config/preferencesdialog.c:257
+#, fuzzy
+msgid "Enable instant messaging"
+msgstr "启用铃声"
+
+#: ../gnome/src/config/preferencesdialog.c:377
+msgid "Preferences"
+msgstr "首选项"
+
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
+msgid "Audio"
+msgstr "音频"
+
+#: ../gnome/src/config/preferencesdialog.c:427
+msgid "Hooks"
+msgstr "钩键"
+
+#: ../gnome/src/config/preferencesdialog.c:432
+msgid "Shortcuts"
+msgstr "快捷键"
+
+#: ../gnome/src/config/preferencesdialog.c:438
+msgid "Address Book"
+msgstr "地址簿"
+
+#: ../gnome/src/config/accountconfigdialog.c:231
+msgid "Account Parameters"
+msgstr "帐户相关参数"
+
+#: ../gnome/src/config/accountconfigdialog.c:260
+msgid "_Protocol"
+msgstr "协议(P)"
+
+#: ../gnome/src/config/accountconfigdialog.c:277
+msgid "Unknown"
+msgstr "未知"
+
+#: ../gnome/src/config/accountconfigdialog.c:334
+msgid "_Proxy"
+msgstr ""
+
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "身份验证"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "秘密"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "认证名称"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-msgid "Audio"
-msgstr "音频"
-
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
+#: ../gnome/src/config/accountconfigdialog.c:1182
 msgid "Account settings"
 msgstr "帐户设置"
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
+#: ../gnome/src/config/accountconfigdialog.c:1202
 msgid "Basic"
 msgstr "基本"
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
+#: ../gnome/src/config/accountconfigdialog.c:1224
 msgid "Advanced"
 msgstr "高级"
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
+#: ../gnome/src/config/accountconfigdialog.c:1235
 msgid "Network"
 msgstr "网络"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:200
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
 #, c-format
 msgid "Server returned \"%s\" (%d)"
 msgstr "服务器返回了“%s”(%d)"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:495
+#: ../gnome/src/config/accountlistconfigdialog.c:494
 msgid "Protocol"
 msgstr "协议"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:503
+#: ../gnome/src/config/accountlistconfigdialog.c:502
 msgid "Status"
 msgstr "状态"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:585
+#: ../gnome/src/config/accountlistconfigdialog.c:581
 msgid "Accounts"
 msgstr "帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:594
+#: ../gnome/src/config/accountlistconfigdialog.c:590
 msgid "Configured Accounts"
 msgstr "已配置帐户"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:612
+#: ../gnome/src/config/accountlistconfigdialog.c:608
 #, c-format
 msgid "There is %d active account"
 msgid_plural "There are %d active accounts"
 msgstr[0] "有 %d 个活动帐号"
 
-#: ../gnome/src/config/accountlistconfigdialog.c:618
+#: ../gnome/src/config/accountlistconfigdialog.c:615
 msgid "You have no active account"
 msgstr "没有活动帐号"
 
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下载上限:"
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
 
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
 
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可行则显示联系人照片(D)"
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "单位电话(W)"
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
 
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭电话(H)"
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
 
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移动电话(M)"
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
 
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "选择使用如下Evolution地址薄"
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
 
-#: ../gnome/src/config/addressbook-config.c:423
-#: ../gnome/src/config/audioconf.c:682
-msgid "Name"
-msgstr "名称"
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
 
-#: ../gnome/src/config/assistant.c:76
-#, c-format
-msgid "This assistant is now finished."
-msgstr "配置完成."
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
 
-#: ../gnome/src/config/assistant.c:78
-msgid ""
-"You can at any time check your registration state or modify your accounts "
-"parameters in the Options/Accounts window."
-msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:81
-msgid "Alias"
-msgstr "别名"
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:85
-msgid "Server"
-msgstr "服务器"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:89
-msgid "Username"
-msgstr "用户名"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:93
-msgid "Security: "
-msgstr "安全: "
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:96
-msgid "SRTP/ZRTP draft-zimmermann"
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
-msgid "None"
-msgstr "无"
+#: ../gnome/src/contacts/searchbar.c:198
+msgid "Search all"
+msgstr "查询所有"
 
-#: ../gnome/src/config/assistant.c:245
-msgid "SFLphone account creation wizard"
-msgstr "SFLphone账户创建向导"
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
+msgid "Click here to change the search type"
+msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/config/assistant.c:272
-msgid "Welcome to the Account creation wizard of SFLphone!"
-msgstr "欢迎使用SFLphone帐户创建向导!"
+#: ../gnome/src/contacts/searchbar.c:213
+msgid "Search by missed call"
+msgstr "从未接电话中查询"
 
-#: ../gnome/src/config/assistant.c:273
-msgid "This installation wizard will help you configure an account."
-msgstr "安装向导将帮助您配置帐户"
+#: ../gnome/src/contacts/searchbar.c:225
+msgid "Search by incoming call"
+msgstr "从来电中查询"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "VoIP Protocols"
-msgstr "VoIP协议"
+#: ../gnome/src/contacts/searchbar.c:237
+msgid "Search by outgoing call"
+msgstr "从拨出电话中查询"
 
-#: ../gnome/src/config/assistant.c:288
-msgid "Select an account type"
-msgstr "选择帐户类型"
+#: ../gnome/src/sliders.c:174
+msgid "Speakers volume"
+msgstr "扬声器音量"
 
-#: ../gnome/src/config/assistant.c:290
-msgid "SIP (Session Initiation Protocol)"
-msgstr "SIP(会话初始化协议)"
+#: ../gnome/src/sliders.c:174
+msgid "Mic volume"
+msgstr "话筒音量"
 
-#: ../gnome/src/config/assistant.c:292
-msgid "IAX2 (InterAsterix Exchange)"
-msgstr "IAX2(Asterisk内部交换协议)"
+#: ../gnome/src/mainwindow.c:127
+msgid "There is one call in progress."
+msgstr "有一个电话正在处理"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Account"
-msgstr "帐户"
+#: ../gnome/src/mainwindow.c:129
+msgid "There are calls in progress."
+msgstr "有电话正在处理中"
 
-#: ../gnome/src/config/assistant.c:307
-msgid "Please select one of the following options"
-msgstr "请选择以下选项中的一个"
+#: ../gnome/src/mainwindow.c:133
+msgid "Do you still want to quit?"
+msgstr "确认要退出?"
 
-#: ../gnome/src/config/assistant.c:309
-#, fuzzy
-msgid ""
-"Create a free SIP/IAX2 account on sflphone.org \n"
-"(For testing purpose only)"
-msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
+#: ../gnome/src/mainwindow.c:425
+#, c-format
+msgid "ZRTP is not supported by peer %s\n"
+msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/config/assistant.c:311
-msgid "Register an existing SIP or IAX2 account"
-msgstr "注册已存在的SIP或IAX2帐户"
+#: ../gnome/src/mainwindow.c:427
+msgid "Secure Communication Unavailable"
+msgstr "安全通信不可用"
 
-#: ../gnome/src/config/assistant.c:325
-msgid "SIP account settings"
-msgstr "SIP帐户设置"
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
+msgid "Continue"
+msgstr "继续"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
-msgid "Please fill the following information"
-msgstr "请填写以下信息"
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
+msgid "Stop Call"
+msgstr "停止呼叫"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
-msgid "Secure communications with _ZRTP"
+#: ../gnome/src/mainwindow.c:449
+#, c-format
+msgid ""
+"A %s error forced the call with %s to fall under unencrypted mode.\n"
+"Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "Optional email address"
-msgstr "可选邮件地址"
+#: ../gnome/src/mainwindow.c:453
+msgid "ZRTP negotiation failed"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
-msgid "This email address will be used to send your voicemail messages."
-msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
+#: ../gnome/src/mainwindow.c:467
+#, c-format
+msgid ""
+"%s wants to stop using secure communication. Confirm will resume "
+"conversation without SRTP.\n"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:403
-msgid "_Email address"
-msgstr "邮件地址(E)"
+#: ../gnome/src/mainwindow.c:469
+msgid "Confirm Go Clear"
+msgstr ""
 
-#: ../gnome/src/config/assistant.c:425
-msgid "IAX2 account settings"
-msgstr "IAX2帐户设置"
+#: ../gnome/src/mainwindow.c:472
+msgid "Confirm"
+msgstr "确认"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "Network Address Translation (NAT)"
-msgstr "网络地址解析(NAT)"
+#: ../gnome/src/uimanager.c:159
+msgid "No address book selected"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:491
-msgid "You should probably enable this if you are behind a firewall."
-msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
+msgid "Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/assistant.c:500
-msgid "E_nable STUN"
-msgstr "使用STUN(n)"
+#: ../gnome/src/uimanager.c:428
+#, fuzzy, c-format
+msgid "Voicemail(%i)"
+msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/config/assistant.c:507
-msgid "_STUN server"
-msgstr "STUN服务器(S)"
+#: ../gnome/src/uimanager.c:507
+msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
+msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Account Registration"
-msgstr "帐户注册"
+#: ../gnome/src/uimanager.c:510
+msgid "About SFLphone"
+msgstr "关于SFLphone"
 
-#: ../gnome/src/config/assistant.c:522
-msgid "Congratulations!"
-msgstr "恭喜!"
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
+msgid "Voicemail"
+msgstr "语音信箱"
 
-#: ../gnome/src/config/audioconf.c:687
-msgid "Frequency"
-msgstr "频率"
+#: ../gnome/src/uimanager.c:960
+msgid "Call"
+msgstr "电话(_C)"
 
-#: ../gnome/src/config/audioconf.c:692
-msgid "Bitrate"
-msgstr "比率"
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
+msgid "_New call"
+msgstr "新电话(_N)"
 
-#: ../gnome/src/config/audioconf.c:835
-msgid "ALSA plugin"
-msgstr "ALSA插件"
+#: ../gnome/src/uimanager.c:963
+msgid "Place a new call"
+msgstr "打一通电话"
 
-#: ../gnome/src/config/audioconf.c:857
-msgid "Output"
-msgstr "输出"
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
+msgid "_Pick up"
+msgstr "接听(_P)"
 
-#: ../gnome/src/config/audioconf.c:879
-msgid "Input"
-msgstr "输入"
+#: ../gnome/src/uimanager.c:967
+msgid "Answer the call"
+msgstr "接听"
 
-#: ../gnome/src/config/audioconf.c:900
-msgid "Ringtone"
-msgstr "铃声"
+#: ../gnome/src/uimanager.c:971
+msgid "Finish the call"
+msgstr "完成呼叫"
 
-#: ../gnome/src/config/audioconf.c:954
-msgid "Sound Manager"
-msgstr "音频管理器"
+#: ../gnome/src/uimanager.c:974
+msgid "O_n hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/audioconf.c:964
-msgid "_Pulseaudio"
-msgstr "Pulseaudio"
+#: ../gnome/src/uimanager.c:975
+msgid "Place the call on hold"
+msgstr "挂起"
 
-#: ../gnome/src/config/audioconf.c:968
-msgid "_ALSA"
-msgstr "ALSA"
+#: ../gnome/src/uimanager.c:978
+msgid "O_ff hold"
+msgstr "恢复通话"
 
-#: ../gnome/src/config/audioconf.c:974
-msgid "ALSA settings"
-msgstr "ALSA设置"
+#: ../gnome/src/uimanager.c:979
+msgid "Place the call off hold"
+msgstr "挂断"
 
-#: ../gnome/src/config/audioconf.c:994
-msgid "Recordings"
-msgstr "记录"
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
+#, fuzzy
+msgid "Send _message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:998
-msgid "Destination folder"
-msgstr "目标文件夹"
+#: ../gnome/src/uimanager.c:983
+#, fuzzy
+msgid "Send message"
+msgstr "有新消息"
 
-#: ../gnome/src/config/audioconf.c:1002
-msgid "Select a folder"
-msgstr "选择文件夹"
+#: ../gnome/src/uimanager.c:986
+msgid "Configuration _Assistant"
+msgstr "配置助手(_A)"
 
-#: ../gnome/src/config/audioconf.c:1012
-msgid "_Always recording"
-msgstr ""
+#: ../gnome/src/uimanager.c:987
+msgid "Run the configuration assistant"
+msgstr "Stun配置有误"
 
-#: ../gnome/src/config/audioconf.c:1019
-msgid "Voice enhancement settings"
-msgstr "声音增强设置"
+#: ../gnome/src/uimanager.c:991
+msgid "Call your voicemail"
+msgstr "%d 个语音信息"
 
-#: ../gnome/src/config/audioconf.c:1022
-msgid "_Noise Reduction"
-msgstr "噪音抑制(_N)"
+#: ../gnome/src/uimanager.c:994
+msgid "_Close"
+msgstr "关闭(_C)"
 
-#: ../gnome/src/config/audioconf.c:1033
-msgid "_Echo Cancellation"
-msgstr ""
+#: ../gnome/src/uimanager.c:995
+msgid "Minimize to system tray"
+msgstr "最小化到系统托盘"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL参数"
+#: ../gnome/src/uimanager.c:998
+msgid "_Quit"
+msgstr "退出(_Q)"
 
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP头(S)"
+#: ../gnome/src/uimanager.c:999
+msgid "Quit the program"
+msgstr "退出程序"
 
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
+#: ../gnome/src/uimanager.c:1002
+msgid "_Playback record"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "运行命令(r)"
+#: ../gnome/src/uimanager.c:1003
+msgid "Playback recorded file"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重设电话号码"
+#: ../gnome/src/uimanager.c:1006
+msgid "_Stop playback"
+msgstr ""
 
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "号码前缀(P)"
+#: ../gnome/src/uimanager.c:1007
+msgid "Stop recorded file playback"
+msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:185
-msgid "Desktop Notifications"
-msgstr "桌面提示"
+#: ../gnome/src/uimanager.c:1011
+msgid "_Edit"
+msgstr "编辑(_E)"
 
-#: ../gnome/src/config/preferencesdialog.c:190
-msgid "_Enable notifications"
-msgstr "启用提示(E)"
+#: ../gnome/src/uimanager.c:1013
+msgid "_Copy"
+msgstr "复制(_C)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
-msgid "System Tray Icon"
-msgstr "系统托盘图标"
+#: ../gnome/src/uimanager.c:1014
+msgid "Copy the selection"
+msgstr "删除所选账户"
 
-#: ../gnome/src/config/preferencesdialog.c:205
-msgid "Show SFLphone in the system tray"
-msgstr "在系统托盘显示 SFLphone"
+#: ../gnome/src/uimanager.c:1017
+msgid "_Paste"
+msgstr "粘贴(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:212
-msgid "_Popup main window on incoming call"
-msgstr "来电时弹出主窗口(P)"
+#: ../gnome/src/uimanager.c:1018
+msgid "Paste the clipboard"
+msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/config/preferencesdialog.c:218
-msgid "Ne_ver popup main window"
-msgstr "从不弹出主窗口(v)"
+#: ../gnome/src/uimanager.c:1021
+msgid "Clear _history"
+msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
-msgid "Hide SFLphone window on _startup"
-msgstr "在启动时隐藏SFLphone主窗口"
+#: ../gnome/src/uimanager.c:1022
+msgid "Clear the call history"
+msgstr "清空历史记录"
 
-#: ../gnome/src/config/preferencesdialog.c:245
-msgid "Calls History"
-msgstr "拨号历史"
+#: ../gnome/src/uimanager.c:1025
+msgid "_Accounts"
+msgstr "账户(_A)"
 
-#: ../gnome/src/config/preferencesdialog.c:249
-msgid "_Keep my history for at least"
-msgstr ""
+#: ../gnome/src/uimanager.c:1026
+msgid "Edit your accounts"
+msgstr "当前帐户"
 
-#: ../gnome/src/config/preferencesdialog.c:264
-msgid "days"
-msgstr "天"
+#: ../gnome/src/uimanager.c:1029
+msgid "_Preferences"
+msgstr "首选项(_P)"
 
-#: ../gnome/src/config/preferencesdialog.c:269
-msgid "Instant Messaging"
-msgstr ""
+#: ../gnome/src/uimanager.c:1030
+msgid "Change your preferences"
+msgstr "更改您的首选项"
 
-#: ../gnome/src/config/preferencesdialog.c:273
-#, fuzzy
-msgid "Enable instant messaging"
-msgstr "启用铃声"
+#: ../gnome/src/uimanager.c:1034
+msgid "_View"
+msgstr "查看(_V)"
 
-#: ../gnome/src/config/preferencesdialog.c:357
-msgid "Preferences"
-msgstr "首选项"
+#: ../gnome/src/uimanager.c:1037
+msgid "_Help"
+msgstr "帮助(_H)"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
-msgid "Hooks"
-msgstr "钩键"
+#: ../gnome/src/uimanager.c:1038
+msgid "Contents"
+msgstr "继续"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
-msgid "Shortcuts"
-msgstr "快捷键"
+#: ../gnome/src/uimanager.c:1039
+msgid "Open the manual"
+msgstr "打开手册"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
-msgid "Address Book"
-msgstr "地址簿"
+#: ../gnome/src/uimanager.c:1041
+msgid "About this application"
+msgstr "关于本程序"
 
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
+#: ../gnome/src/uimanager.c:1045
+msgid "_Transfer"
+msgstr "转接"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS 高级选项"
+#: ../gnome/src/uimanager.c:1045
+msgid "Transfer the call"
+msgstr "转给:"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 传输"
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
+msgid "_Record"
+msgstr "录音(_R)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
+#: ../gnome/src/uimanager.c:1046
+msgid "Record the current conversation"
+msgstr "记录当前会话"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1047
+msgid "_Show toolbar"
+msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "证书机构列表"
+#: ../gnome/src/uimanager.c:1047
+msgid "Show the toolbar"
+msgstr "显示工具栏"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "选择 CA 列表文件(可选)"
+#: ../gnome/src/uimanager.c:1048
+msgid "_Dialpad"
+msgstr "禁用"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
+#: ../gnome/src/uimanager.c:1048
+msgid "Show the dialpad"
+msgstr "显示拨号键盘"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1049
+msgid "_Volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "选择私钥文件(可选)"
+#: ../gnome/src/uimanager.c:1049
+msgid "Show the volume controls"
+msgstr "音量控制(V)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "私钥密码"
+#: ../gnome/src/uimanager.c:1050
+msgid "_History"
+msgstr "历史"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 协议方法"
+#: ../gnome/src/uimanager.c:1050
+msgid "Calls history"
+msgstr "呼叫记录"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
+#: ../gnome/src/uimanager.c:1051
+msgid "_Address book"
+msgstr "地址簿"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
+msgid "On _Hold"
+msgstr "保持(_H)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
+#: ../gnome/src/uimanager.c:1392
+msgid "_Call back"
+msgstr "回叫(_C)"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
+#: ../gnome/src/uimanager.c:1488
+msgid "Edit phone number"
+msgstr "编辑电话号码"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
+#: ../gnome/src/uimanager.c:1499
+msgid "Edit the phone number before making a call"
+msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
 msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
 msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "不支持 ZRTP 时显示警告(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
 msgstr ""
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "SDES 失败时会滚为使用 RTP"
-
-#: ../gnome/src/contacts/searchbar.c:191
-msgid "Search all"
-msgstr "查询所有"
-
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
-msgid "Click here to change the search type"
-msgstr "请点击此处改变查询方式"
-
-#: ../gnome/src/contacts/searchbar.c:204
-msgid "Search by missed call"
-msgstr "从未接电话中查询"
-
-#: ../gnome/src/contacts/searchbar.c:216
-msgid "Search by incoming call"
-msgstr "从来电中查询"
-
-#: ../gnome/src/contacts/searchbar.c:228
-msgid "Search by outgoing call"
-msgstr "从拨出电话中查询"
-
 #, fuzzy
 #~ msgid ""
 #~ "Unable to connect to the SFLphone server.\n"
diff --git a/lang/zh_TW.po b/lang/zh_TW.po
index 960c6ea00bc6ab1ab80fffbf714cbfe82fc4d8a2..5a634aeeee6a0ae5d82d79c42252242671ec69b8 100644
--- a/lang/zh_TW.po
+++ b/lang/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SFLphone 0.9.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 16:04-0400\n"
+"POT-Creation-Date: 2012-01-02 11:43-0500\n"
 "PO-Revision-Date: 2011-03-08 13:53+0000\n"
 "Last-Translator: 英华 <wantinghard@gmail.com>\n"
 "Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n"
@@ -20,1026 +20,1010 @@ msgstr ""
 "X-Launchpad-Export-Date: 2011-04-01 12:41+0000\n"
 "X-Generator: Launchpad (build 12710)\n"
 
-#: ../gnome/src/config/audioconf.c:682
-#: ../gnome/src/config/addressbook-config.c:423
+#: ../gnome/src/sflnotify.c:85
+#, c-format
+msgid "%s says:"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:103 ../gnome/src/sflnotify.c:122
+#, c-format
+msgid "%s account : %s"
+msgstr "%s 帐户: %s"
+
+#: ../gnome/src/sflnotify.c:108
+#, c-format
+msgid "<i>From</i> %s"
+msgstr "<i>拨入方</i> %s"
+
+#: ../gnome/src/sflnotify.c:125
+#, c-format
+msgid "%d voice mail"
+msgid_plural "%d voice mails"
+msgstr[0] "%d 个语音信息"
+
+#: ../gnome/src/sflnotify.c:139
+#, c-format
+msgid "Calling with %s account <i>%s</i>"
+msgstr "使用%s帐户<i>%s</i>呼叫"
+
+#: ../gnome/src/sflnotify.c:143
+msgid "Current account"
+msgstr "当前帐户"
+
+#: ../gnome/src/sflnotify.c:154
+msgid "You have no accounts set up"
+msgstr "你没有设置任何账户"
+
+#: ../gnome/src/sflnotify.c:155 ../gnome/src/sflnotify.c:168
+#: ../gnome/src/accountlist.c:160
+msgid "Error"
+msgstr "注册失败"
+
+#: ../gnome/src/sflnotify.c:167
+msgid "You have no registered accounts"
+msgstr "未发现已注册帐户"
+
+#: ../gnome/src/sflnotify.c:181
+#, c-format
+msgid ""
+"<i>With:</i> %s \n"
+"using %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:194
+#, c-format
+msgid "%s does not support ZRTP."
+msgstr "%s 不支持 ZRTP。"
+
+#: ../gnome/src/sflnotify.c:207
+#, c-format
+msgid "ZRTP negotiation failed with %s"
+msgstr ""
+
+#: ../gnome/src/sflnotify.c:220
+#, c-format
+msgid "<i>With:</i> %s"
+msgstr "<i>使用:</i> %s"
+
+#: ../gnome/src/statusicon.c:135
+msgid "_Show main window"
+msgstr "显示主窗口(S)"
+
+#: ../gnome/src/statusicon.c:142 ../gnome/src/uimanager.c:970
+#: ../gnome/src/uimanager.c:1286 ../gnome/src/uimanager.c:1346
+msgid "_Hang up"
+msgstr "挂断(_H)"
+
+#: ../gnome/src/statusicon.c:193
+#, c-format
+msgid "%i active account"
+msgid_plural "%i active accounts"
+msgstr[0] "%i 个活动帐号"
+
+#: ../gnome/src/statusicon.c:194
+msgid "SFLphone"
+msgstr "SFLphone"
+
+#: ../gnome/src/actions.c:176
+msgid "Using account"
+msgstr "使用账户"
+
+#: ../gnome/src/actions.c:180
+msgid "No registered accounts"
+msgstr "没有已注册帐户"
+
+#: ../gnome/src/actions.c:609 ../gnome/src/actions.c:881
+msgid "Direct SIP call"
+msgstr "SIP 直接呼叫"
+
+#: ../gnome/src/callable_obj.c:340
+msgid "today at %R"
+msgstr "今天 %R"
+
+#: ../gnome/src/callable_obj.c:343
+msgid "yesterday at %R"
+msgstr "昨天 %R"
+
+#: ../gnome/src/callable_obj.c:345
+msgid "%A at %R"
+msgstr "%A %R"
+
+#: ../gnome/src/callable_obj.c:349
+msgid "%x at %R"
+msgstr "%x %R"
+
+#: ../gnome/src/main.c:96 ../gnome/src/dbus/dbus.c:515
+msgid "SFLphone Error"
+msgstr "SFLphone出错"
+
+#: ../gnome/src/eel-gconf-extensions.c:73
+msgid ""
+"Cannot find a schema for gpdf preferences. \n"
+"Check your gconf setup, look at gpdf FAQ for \n"
+"more info"
+msgstr ""
+
+#: ../gnome/src/accountlist.c:151
+msgid "Registered"
+msgstr "已注册"
+
+#: ../gnome/src/accountlist.c:154
+msgid "Not Registered"
+msgstr "未注册"
+
+#: ../gnome/src/accountlist.c:157
+msgid "Trying..."
+msgstr "正在连接..."
+
+#: ../gnome/src/accountlist.c:163
+msgid "Authentication Failed"
+msgstr "认证失败"
+
+#: ../gnome/src/accountlist.c:166
+msgid "Network unreachable"
+msgstr "网络连接失败"
+
+#: ../gnome/src/accountlist.c:169
+msgid "Host unreachable"
+msgstr "服务器连接失败"
+
+#: ../gnome/src/accountlist.c:172
+msgid "Stun configuration error"
+msgstr "Stun配置有误"
+
+#: ../gnome/src/accountlist.c:175
+msgid "Stun server invalid"
+msgstr "Stun服务器无效"
+
+#: ../gnome/src/accountlist.c:178
+msgid "Ready"
+msgstr "就绪"
+
+#: ../gnome/src/accountlist.c:181
+msgid "Invalid"
+msgstr "无效"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:51
+msgid "ZRTP Options"
+msgstr "ZRTP 选项"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:70
+msgid "Send Hello Hash in S_DP"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:75
+msgid "Ask User to Confirm SAS"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:80
+msgid "_Warn if ZRTP not supported"
+msgstr "不支持 ZRTP 时显示警告(_W)"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:85
+msgid "Display SAS once for hold events"
+msgstr ""
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:124
+msgid "SDES Options"
+msgstr "SDES 选项"
+
+#: ../gnome/src/config/zrtpadvanceddialog.c:142
+msgid "Fallback on RTP on SDES failure"
+msgstr "SDES 失败时会滚为使用 RTP"
+
+#: ../gnome/src/config/audioconf.c:549
+#: ../gnome/src/config/addressbook-config.c:425
 msgid "Name"
 msgstr "名称"
 
-#: ../gnome/src/config/audioconf.c:687
+#: ../gnome/src/config/audioconf.c:554
 msgid "Frequency"
 msgstr "频率"
 
-#: ../gnome/src/config/audioconf.c:692
+#: ../gnome/src/config/audioconf.c:559
 msgid "Bitrate"
 msgstr "比率"
 
-#: ../gnome/src/config/audioconf.c:835
+#: ../gnome/src/config/audioconf.c:669
 msgid "ALSA plugin"
 msgstr "ALSA插件"
 
-#: ../gnome/src/config/audioconf.c:857
+#: ../gnome/src/config/audioconf.c:691
 msgid "Output"
 msgstr "输出"
 
-#: ../gnome/src/config/audioconf.c:879
+#: ../gnome/src/config/audioconf.c:713
 msgid "Input"
 msgstr "输入"
 
-#: ../gnome/src/config/audioconf.c:900
+#: ../gnome/src/config/audioconf.c:734
 msgid "Ringtone"
 msgstr "铃声"
 
-#: ../gnome/src/config/audioconf.c:954
+#: ../gnome/src/config/audioconf.c:775
 msgid "Sound Manager"
 msgstr "音频管理器"
 
-#: ../gnome/src/config/audioconf.c:964
+#: ../gnome/src/config/audioconf.c:786
 msgid "_Pulseaudio"
 msgstr "Pulseaudio"
 
-#: ../gnome/src/config/audioconf.c:968
+#: ../gnome/src/config/audioconf.c:790
 msgid "_ALSA"
 msgstr "ALSA"
 
-#: ../gnome/src/config/audioconf.c:974
+#: ../gnome/src/config/audioconf.c:796
 msgid "ALSA settings"
 msgstr "ALSA设置"
 
-#: ../gnome/src/config/audioconf.c:994
+#: ../gnome/src/config/audioconf.c:807
 msgid "Recordings"
 msgstr "记录"
 
-#: ../gnome/src/config/audioconf.c:998
+#: ../gnome/src/config/audioconf.c:811
 msgid "Destination folder"
 msgstr "目标文件夹"
 
-#: ../gnome/src/config/audioconf.c:1002
+#: ../gnome/src/config/audioconf.c:815
 msgid "Select a folder"
 msgstr "选择文件夹"
 
-#: ../gnome/src/config/audioconf.c:1012
+#: ../gnome/src/config/audioconf.c:827
 msgid "_Always recording"
 msgstr ""
 
-#: ../gnome/src/config/audioconf.c:1019
+#: ../gnome/src/config/audioconf.c:834
 msgid "Voice enhancement settings"
 msgstr "声音增强设置"
 
-#: ../gnome/src/config/audioconf.c:1022
+#: ../gnome/src/config/audioconf.c:837
 msgid "_Noise Reduction"
 msgstr "噪音抑制(_N)"
 
-#: ../gnome/src/config/audioconf.c:1033
+#: ../gnome/src/config/audioconf.c:851
 msgid "_Echo Cancellation"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:76
+#: ../gnome/src/config/addressbook-config.c:339
+#: ../gnome/src/config/preferencesdialog.c:416
+#: ../gnome/src/config/shortcuts-config.c:115
+msgid "General"
+msgstr "常用配置"
+
+#: ../gnome/src/config/addressbook-config.c:343
+msgid "_Use Evolution address books"
+msgstr "使用Evolution地址薄(U)"
+
+#: ../gnome/src/config/addressbook-config.c:350
+msgid "Download limit :"
+msgstr "下载上限:"
+
+#: ../gnome/src/config/addressbook-config.c:358
+msgid "cards"
+msgstr "卡"
+
+#: ../gnome/src/config/addressbook-config.c:363
+msgid "_Display contact photo if available"
+msgstr "如果可行则显示联系人照片(D)"
+
+#: ../gnome/src/config/addressbook-config.c:369
+msgid "Fields from Evolution's address books"
+msgstr "使用Evolution地址薄中的如下字段:"
+
+#: ../gnome/src/config/addressbook-config.c:372
+msgid "_Work"
+msgstr "单位电话(W)"
+
+#: ../gnome/src/config/addressbook-config.c:378
+msgid "_Home"
+msgstr "家庭电话(H)"
+
+#: ../gnome/src/config/addressbook-config.c:384
+msgid "_Mobile"
+msgstr "移动电话(M)"
+
+#: ../gnome/src/config/addressbook-config.c:390
+msgid "Address Books"
+msgstr "地址簿"
+
+#: ../gnome/src/config/addressbook-config.c:394
+msgid "Select which Evolution address books to use"
+msgstr "选择使用如下Evolution地址薄"
+
+#: ../gnome/src/config/hooks-config.c:149
+msgid "URL Argument"
+msgstr "URL参数"
+
+#: ../gnome/src/config/hooks-config.c:157
+msgid "Trigger on specific _SIP header"
+msgstr "激活指定的SIP头(S)"
+
+#: ../gnome/src/config/hooks-config.c:166
+msgid "Trigger on _IAX2 URL"
+msgstr "激活IAX2 URL(I)"
+
+#: ../gnome/src/config/hooks-config.c:171
+msgid "Command to _run"
+msgstr "运行命令(r)"
+
+#: ../gnome/src/config/hooks-config.c:181
+msgid "Phone number rewriting"
+msgstr "重设电话号码"
+
+#: ../gnome/src/config/hooks-config.c:185
+msgid "_Prefix dialed numbers with"
+msgstr "号码前缀(P)"
+
+#: ../gnome/src/config/assistant.c:78
 #, c-format
 msgid "This assistant is now finished."
 msgstr "配置完成."
 
-#: ../gnome/src/config/assistant.c:78
+#: ../gnome/src/config/assistant.c:80
 msgid ""
 "You can at any time check your registration state or modify your accounts "
 "parameters in the Options/Accounts window."
 msgstr "你可以随时在 选项/帐户 窗口中查看注册状态或者修改帐户参数."
 
-#: ../gnome/src/config/assistant.c:81
+#: ../gnome/src/config/assistant.c:83
 msgid "Alias"
 msgstr "别名"
 
-#: ../gnome/src/config/assistant.c:85
+#: ../gnome/src/config/assistant.c:87
 msgid "Server"
 msgstr "服务器"
 
-#: ../gnome/src/config/assistant.c:89
+#: ../gnome/src/config/assistant.c:91
 msgid "Username"
 msgstr "用户名"
 
-#: ../gnome/src/config/assistant.c:93
+#: ../gnome/src/config/assistant.c:95
 msgid "Security: "
 msgstr "安全: "
 
-#: ../gnome/src/config/assistant.c:96
+#: ../gnome/src/config/assistant.c:98
 msgid "SRTP/ZRTP draft-zimmermann"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:98
+#: ../gnome/src/config/assistant.c:100
 msgid "None"
 msgstr "无"
 
-#: ../gnome/src/config/assistant.c:245
+#: ../gnome/src/config/assistant.c:244
 msgid "SFLphone account creation wizard"
 msgstr "SFLphone账户创建向导"
 
-#: ../gnome/src/config/assistant.c:272
+#: ../gnome/src/config/assistant.c:271
 msgid "Welcome to the Account creation wizard of SFLphone!"
 msgstr "欢迎使用SFLphone帐户创建向导!"
 
-#: ../gnome/src/config/assistant.c:273
+#: ../gnome/src/config/assistant.c:272
 msgid "This installation wizard will help you configure an account."
 msgstr "安装向导将帮助您配置帐户"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "VoIP Protocols"
 msgstr "VoIP协议"
 
-#: ../gnome/src/config/assistant.c:288
+#: ../gnome/src/config/assistant.c:287
 msgid "Select an account type"
 msgstr "选择帐户类型"
 
-#: ../gnome/src/config/assistant.c:290
+#: ../gnome/src/config/assistant.c:289
 msgid "SIP (Session Initiation Protocol)"
 msgstr "SIP(会话初始化协议)"
 
-#: ../gnome/src/config/assistant.c:292
+#: ../gnome/src/config/assistant.c:291
 msgid "IAX2 (InterAsterix Exchange)"
 msgstr "IAX2(Asterisk内部交换协议)"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Account"
 msgstr "帐户"
 
-#: ../gnome/src/config/assistant.c:307
+#: ../gnome/src/config/assistant.c:306
 msgid "Please select one of the following options"
 msgstr "请选择以下选项中的一个"
 
-#: ../gnome/src/config/assistant.c:309
+#: ../gnome/src/config/assistant.c:308
 #, fuzzy
 msgid ""
 "Create a free SIP/IAX2 account on sflphone.org \n"
 "(For testing purpose only)"
 msgstr "在sflphone.org上创建免费的SIP/IAX2帐户"
 
-#: ../gnome/src/config/assistant.c:311
+#: ../gnome/src/config/assistant.c:310
 msgid "Register an existing SIP or IAX2 account"
 msgstr "注册已存在的SIP或IAX2帐户"
 
-#: ../gnome/src/config/assistant.c:325
+#: ../gnome/src/config/assistant.c:324
 msgid "SIP account settings"
 msgstr "SIP帐户设置"
 
-#: ../gnome/src/config/assistant.c:325 ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:324 ../gnome/src/config/assistant.c:424
 msgid "Please fill the following information"
 msgstr "请填写以下信息"
 
-#: ../gnome/src/config/assistant.c:333 ../gnome/src/config/assistant.c:433
+#: ../gnome/src/config/assistant.c:332 ../gnome/src/config/assistant.c:432
 #: ../gnome/src/config/accountconfigdialog.c:250
 msgid "_Alias"
 msgstr "别名(A)"
 
-#: ../gnome/src/config/assistant.c:341 ../gnome/src/config/assistant.c:441
-#: ../gnome/src/config/accountconfigdialog.c:288
+#: ../gnome/src/config/assistant.c:340 ../gnome/src/config/assistant.c:440
+#: ../gnome/src/config/accountconfigdialog.c:289
 msgid "_Host name"
 msgstr "主机名(H)"
 
-#: ../gnome/src/config/assistant.c:349 ../gnome/src/config/assistant.c:449
-#: ../gnome/src/config/accountconfigdialog.c:297
+#: ../gnome/src/config/assistant.c:348 ../gnome/src/config/assistant.c:448
+#: ../gnome/src/config/accountconfigdialog.c:298
 msgid "_User name"
 msgstr "用户名(U)"
 
-#: ../gnome/src/config/assistant.c:359 ../gnome/src/config/assistant.c:458
-#: ../gnome/src/config/accountconfigdialog.c:312
+#: ../gnome/src/config/assistant.c:358 ../gnome/src/config/assistant.c:457
+#: ../gnome/src/config/accountconfigdialog.c:313
 msgid "_Password"
 msgstr "密码(P)"
 
-#: ../gnome/src/config/assistant.c:368 ../gnome/src/config/assistant.c:467
-#: ../gnome/src/config/accountconfigdialog.c:328
+#: ../gnome/src/config/assistant.c:367 ../gnome/src/config/assistant.c:466
+#: ../gnome/src/config/accountconfigdialog.c:329
 msgid "Show password"
 msgstr "密码"
 
-#: ../gnome/src/config/assistant.c:373 ../gnome/src/config/assistant.c:472
-#: ../gnome/src/config/accountconfigdialog.c:342
+#: ../gnome/src/config/assistant.c:372 ../gnome/src/config/assistant.c:471
+#: ../gnome/src/config/accountconfigdialog.c:343
 msgid "_Voicemail number"
 msgstr "语音信箱号码(V)"
 
-#: ../gnome/src/config/assistant.c:381 ../gnome/src/config/assistant.c:411
+#: ../gnome/src/config/assistant.c:380 ../gnome/src/config/assistant.c:410
 msgid "Secure communications with _ZRTP"
 msgstr ""
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "Optional email address"
 msgstr "可选邮件地址"
 
-#: ../gnome/src/config/assistant.c:395
+#: ../gnome/src/config/assistant.c:394
 msgid "This email address will be used to send your voicemail messages."
 msgstr "这个邮件地址将被用来发送您的语音邮箱消息"
 
-#: ../gnome/src/config/assistant.c:403
+#: ../gnome/src/config/assistant.c:402
 msgid "_Email address"
 msgstr "邮件地址(E)"
 
-#: ../gnome/src/config/assistant.c:425
+#: ../gnome/src/config/assistant.c:424
 msgid "IAX2 account settings"
 msgstr "IAX2帐户设置"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "Network Address Translation (NAT)"
 msgstr "网络地址解析(NAT)"
 
-#: ../gnome/src/config/assistant.c:491
+#: ../gnome/src/config/assistant.c:490
 msgid "You should probably enable this if you are behind a firewall."
 msgstr "如果你使用网络使用防火墙,你很有可能需要设定此项."
 
-#: ../gnome/src/config/assistant.c:500
+#: ../gnome/src/config/assistant.c:499
 msgid "E_nable STUN"
 msgstr "使用STUN(n)"
 
-#: ../gnome/src/config/assistant.c:507
+#: ../gnome/src/config/assistant.c:506
 msgid "_STUN server"
 msgstr "STUN服务器(S)"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Account Registration"
 msgstr "帐户注册"
 
-#: ../gnome/src/config/assistant.c:522
+#: ../gnome/src/config/assistant.c:521
 msgid "Congratulations!"
 msgstr "恭喜!"
 
-#: ../gnome/src/config/hooks-config.c:149
-msgid "URL Argument"
-msgstr "URL参数"
-
-#: ../gnome/src/config/hooks-config.c:157
-msgid "Trigger on specific _SIP header"
-msgstr "激活指定的SIP头(S)"
-
-#: ../gnome/src/config/hooks-config.c:166
-msgid "Trigger on _IAX2 URL"
-msgstr "激活IAX2 URL(I)"
-
-#: ../gnome/src/config/hooks-config.c:171
-msgid "Command to _run"
-msgstr "运行命令(r)"
-
-#: ../gnome/src/config/hooks-config.c:181
-msgid "Phone number rewriting"
-msgstr "重设电话号码"
-
-#: ../gnome/src/config/hooks-config.c:185
-msgid "_Prefix dialed numbers with"
-msgstr "号码前缀(P)"
-
-#: ../gnome/src/config/preferencesdialog.c:185
+#: ../gnome/src/config/preferencesdialog.c:169
 msgid "Desktop Notifications"
 msgstr "桌面提示"
 
-#: ../gnome/src/config/preferencesdialog.c:190
+#: ../gnome/src/config/preferencesdialog.c:174
 msgid "_Enable notifications"
 msgstr "启用提示(E)"
 
-#: ../gnome/src/config/preferencesdialog.c:197
+#: ../gnome/src/config/preferencesdialog.c:181
 msgid "System Tray Icon"
 msgstr "系统托盘图标"
 
-#: ../gnome/src/config/preferencesdialog.c:205
+#: ../gnome/src/config/preferencesdialog.c:189
 msgid "Show SFLphone in the system tray"
 msgstr "在系统托盘显示 SFLphone"
 
-#: ../gnome/src/config/preferencesdialog.c:212
+#: ../gnome/src/config/preferencesdialog.c:196
 msgid "_Popup main window on incoming call"
 msgstr "来电时弹出主窗口(P)"
 
-#: ../gnome/src/config/preferencesdialog.c:218
+#: ../gnome/src/config/preferencesdialog.c:202
 msgid "Ne_ver popup main window"
 msgstr "从不弹出主窗口(v)"
 
-#: ../gnome/src/config/preferencesdialog.c:231
+#: ../gnome/src/config/preferencesdialog.c:215
 msgid "Hide SFLphone window on _startup"
 msgstr "在启动时隐藏SFLphone主窗口"
 
-#: ../gnome/src/config/preferencesdialog.c:245
+#: ../gnome/src/config/preferencesdialog.c:229
 msgid "Calls History"
 msgstr "拨号历史"
 
-#: ../gnome/src/config/preferencesdialog.c:249
+#: ../gnome/src/config/preferencesdialog.c:233
 msgid "_Keep my history for at least"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:264
+#: ../gnome/src/config/preferencesdialog.c:248
 msgid "days"
 msgstr "天"
 
-#: ../gnome/src/config/preferencesdialog.c:269
+#: ../gnome/src/config/preferencesdialog.c:253
 msgid "Instant Messaging"
 msgstr ""
 
-#: ../gnome/src/config/preferencesdialog.c:273
+#: ../gnome/src/config/preferencesdialog.c:257
 #, fuzzy
 msgid "Enable instant messaging"
 msgstr "启用铃声"
 
-#: ../gnome/src/config/preferencesdialog.c:357
+#: ../gnome/src/config/preferencesdialog.c:377
 msgid "Preferences"
 msgstr "首选项"
 
-#: ../gnome/src/config/preferencesdialog.c:395
-#: ../gnome/src/config/preferencesdialog.c:441
-#: ../gnome/src/config/addressbook-config.c:328
-#: ../gnome/src/config/shortcuts-config.c:129
-msgid "General"
-msgstr "常用配置"
-
-#: ../gnome/src/config/preferencesdialog.c:400
-#: ../gnome/src/config/preferencesdialog.c:442
-#: ../gnome/src/config/accountconfigdialog.c:1110
-#: ../gnome/src/config/accountconfigdialog.c:1250
+#: ../gnome/src/config/preferencesdialog.c:422
+#: ../gnome/src/config/accountconfigdialog.c:1070
+#: ../gnome/src/config/accountconfigdialog.c:1208
 msgid "Audio"
 msgstr "音频"
 
-#: ../gnome/src/config/preferencesdialog.c:405
-#: ../gnome/src/config/preferencesdialog.c:443
+#: ../gnome/src/config/preferencesdialog.c:427
 msgid "Hooks"
 msgstr "钩键"
 
-#: ../gnome/src/config/preferencesdialog.c:410
-#: ../gnome/src/config/preferencesdialog.c:444
+#: ../gnome/src/config/preferencesdialog.c:432
 msgid "Shortcuts"
 msgstr "快捷键"
 
-#: ../gnome/src/config/preferencesdialog.c:416
-#: ../gnome/src/config/preferencesdialog.c:445
+#: ../gnome/src/config/preferencesdialog.c:438
 msgid "Address Book"
 msgstr "地址簿"
 
-#: ../gnome/src/config/zrtpadvanceddialog.c:51
-msgid "ZRTP Options"
-msgstr "ZRTP 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:70
-msgid "Send Hello Hash in S_DP"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:75
-msgid "Ask User to Confirm SAS"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:80
-msgid "_Warn if ZRTP not supported"
-msgstr "不支持 ZRTP 时显示警告(_W)"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:85
-msgid "Display SAS once for hold events"
-msgstr ""
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:123
-msgid "SDES Options"
-msgstr "SDES 选项"
-
-#: ../gnome/src/config/zrtpadvanceddialog.c:141
-msgid "Fallback on RTP on SDES failure"
-msgstr "SDES 失败时会滚为使用 RTP"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:200
-#, c-format
-msgid "Server returned \"%s\" (%d)"
-msgstr "服务器返回了“%s”(%d)"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:495
-msgid "Protocol"
-msgstr "协议"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:503
-msgid "Status"
-msgstr "状态"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:585
-msgid "Accounts"
-msgstr "帐户"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:594
-msgid "Configured Accounts"
-msgstr "已配置帐户"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:612
-#, c-format
-msgid "There is %d active account"
-msgid_plural "There are %d active accounts"
-msgstr[0] "有 %d 个活动帐号"
-
-#: ../gnome/src/config/accountlistconfigdialog.c:618
-msgid "You have no active account"
-msgstr "没有活动帐号"
-
-#: ../gnome/src/config/addressbook-config.c:334
-msgid "_Use Evolution address books"
-msgstr "使用Evolution地址薄(U)"
-
-#: ../gnome/src/config/addressbook-config.c:341
-msgid "Download limit :"
-msgstr "下载上限:"
-
-#: ../gnome/src/config/addressbook-config.c:349
-msgid "cards"
-msgstr "卡"
-
-#: ../gnome/src/config/addressbook-config.c:355
-msgid "_Display contact photo if available"
-msgstr "如果可行则显示联系人照片(D)"
-
-#: ../gnome/src/config/addressbook-config.c:363
-msgid "Fields from Evolution's address books"
-msgstr "使用Evolution地址薄中的如下字段:"
-
-#: ../gnome/src/config/addressbook-config.c:367
-msgid "_Work"
-msgstr "单位电话(W)"
-
-#: ../gnome/src/config/addressbook-config.c:373
-msgid "_Home"
-msgstr "家庭电话(H)"
-
-#: ../gnome/src/config/addressbook-config.c:379
-msgid "_Mobile"
-msgstr "移动电话(M)"
-
-#: ../gnome/src/config/addressbook-config.c:386
-msgid "Address Books"
-msgstr "地址簿"
-
-#: ../gnome/src/config/addressbook-config.c:390
-msgid "Select which Evolution address books to use"
-msgstr "选择使用如下Evolution地址薄"
-
-#: ../gnome/src/config/shortcuts-config.c:132
-msgid "Be careful: these shortcuts might override system-wide shortcuts."
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:41
-msgid "Advanced options for TLS"
-msgstr "TLS 高级选项"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:58
-msgid "TLS transport"
-msgstr "TLS 传输"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:62
-msgid ""
-"TLS transport can be used along with UDP for those calls that would\n"
-"require secure sip transactions (aka SIPS). You can configure a different\n"
-"TLS transport for each account. However, each of them will run on a "
-"dedicated\n"
-"port, different one from each other\n"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:109
-msgid "Global TLS listener (all accounts)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:123
-msgid "Certificate of Authority list"
-msgstr "证书机构列表"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:126
-msgid "Choose a CA list file (optional)"
-msgstr "选择 CA 列表文件(可选)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:138
-msgid "Public endpoint certificate file"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:141
-msgid "Choose a public endpoint certificate (optional)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:159
-msgid "Choose a private key file (optional)"
-msgstr "选择私钥文件(可选)"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:174
-msgid "Password for the private key"
-msgstr "私钥密码"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:189
-msgid "TLS protocol method"
-msgstr "TLS 协议方法"
-
-#: ../gnome/src/config/tlsadvanceddialog.c:217
-msgid "TLS cipher list"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:226
-msgid "Server name instance for outgoing TLS connection"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:234
-msgid "Negotiation timeout (sec:msec)"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:251
-msgid "Verify incoming certificates, as a server"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:257
-msgid "Verify certificates from answer, as a client"
-msgstr ""
-
-#: ../gnome/src/config/tlsadvanceddialog.c:263
-msgid "Require certificate for incoming tls connections"
-msgstr ""
-
-#: ../gnome/src/config/accountconfigdialog.c:237
+#: ../gnome/src/config/accountconfigdialog.c:231
 msgid "Account Parameters"
 msgstr "帐户相关参数"
 
-#: ../gnome/src/config/accountconfigdialog.c:259
+#: ../gnome/src/config/accountconfigdialog.c:260
 msgid "_Protocol"
 msgstr "协议(P)"
 
-#: ../gnome/src/config/accountconfigdialog.c:276
+#: ../gnome/src/config/accountconfigdialog.c:277
 msgid "Unknown"
 msgstr "未知"
 
-#: ../gnome/src/config/accountconfigdialog.c:333
+#: ../gnome/src/config/accountconfigdialog.c:334
 msgid "_Proxy"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:351
+#: ../gnome/src/config/accountconfigdialog.c:352
 msgid "_User-agent"
 msgstr "_User-agent"
 
-#: ../gnome/src/config/accountconfigdialog.c:411
+#: ../gnome/src/config/accountconfigdialog.c:413
 msgid "Authentication"
 msgstr "身份验证"
 
-#: ../gnome/src/config/accountconfigdialog.c:412
+#: ../gnome/src/config/accountconfigdialog.c:414
 msgid "Secret"
 msgstr "秘密"
 
-#: ../gnome/src/config/accountconfigdialog.c:654
+#: ../gnome/src/config/accountconfigdialog.c:658
 msgid "Credential"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:688
+#: ../gnome/src/config/accountconfigdialog.c:692
 msgid "Authentication name"
 msgstr "认证名称"
 
-#: ../gnome/src/config/accountconfigdialog.c:699
+#: ../gnome/src/config/accountconfigdialog.c:703
 msgid "Password"
 msgstr "密码"
 
-#: ../gnome/src/config/accountconfigdialog.c:761
-#: ../gnome/src/config/accountconfigdialog.c:1271
+#: ../gnome/src/config/accountconfigdialog.c:756
+#: ../gnome/src/config/accountconfigdialog.c:1229
 msgid "Security"
 msgstr "安全"
 
-#: ../gnome/src/config/accountconfigdialog.c:772
+#: ../gnome/src/config/accountconfigdialog.c:767
 #, fuzzy
 msgid "Use TLS transport(sips)"
 msgstr "使用 TLS 传输(SIP)"
 
-#: ../gnome/src/config/accountconfigdialog.c:778
+#: ../gnome/src/config/accountconfigdialog.c:773
 msgid "SRTP key exchange"
 msgstr "SRTP 密钥交换"
 
-#: ../gnome/src/config/accountconfigdialog.c:784
+#: ../gnome/src/config/accountconfigdialog.c:779
 msgid "Disabled"
 msgstr "禁用"
 
-#: ../gnome/src/config/accountconfigdialog.c:848
+#: ../gnome/src/config/accountconfigdialog.c:843
 msgid "Registration"
 msgstr "注册"
 
-#: ../gnome/src/config/accountconfigdialog.c:852
+#: ../gnome/src/config/accountconfigdialog.c:847
 msgid "Registration expire"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:861
+#: ../gnome/src/config/accountconfigdialog.c:856
 msgid "_Comply with RFC 3263"
 msgstr "符合 RFC 3263 (_C)"
 
-#: ../gnome/src/config/accountconfigdialog.c:881
+#: ../gnome/src/config/accountconfigdialog.c:876
 msgid "Network Interface"
 msgstr "网络连接失败"
 
-#: ../gnome/src/config/accountconfigdialog.c:894
+#: ../gnome/src/config/accountconfigdialog.c:887
 msgid "Local address"
 msgstr "本地地址"
 
-#: ../gnome/src/config/accountconfigdialog.c:953
+#: ../gnome/src/config/accountconfigdialog.c:918
 msgid "Local port"
 msgstr "本地端口"
 
-#: ../gnome/src/config/accountconfigdialog.c:995
-#: ../gnome/src/config/accountconfigdialog.c:1029
+#: ../gnome/src/config/accountconfigdialog.c:960
+#: ../gnome/src/config/accountconfigdialog.c:994
 msgid "Published address"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:999
+#: ../gnome/src/config/accountconfigdialog.c:964
 msgid "Using STUN"
 msgstr "使用 STUN"
 
-#: ../gnome/src/config/accountconfigdialog.c:1007
+#: ../gnome/src/config/accountconfigdialog.c:972
 msgid "STUN server URL"
 msgstr "STUN 服务器 URL"
 
-#: ../gnome/src/config/accountconfigdialog.c:1015
+#: ../gnome/src/config/accountconfigdialog.c:980
 msgid "Same as local parameters"
 msgstr "和本地参数相同"
 
-#: ../gnome/src/config/accountconfigdialog.c:1018
+#: ../gnome/src/config/accountconfigdialog.c:983
 msgid "Set published address and port:"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1038
+#: ../gnome/src/config/accountconfigdialog.c:1003
 msgid "Published port"
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1122
+#: ../gnome/src/config/accountconfigdialog.c:1084
 msgid "DTMF"
 msgstr "DTMF"
 
-#: ../gnome/src/config/accountconfigdialog.c:1133
+#: ../gnome/src/config/accountconfigdialog.c:1095
 msgid "RTP"
 msgstr "RTP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1137
+#: ../gnome/src/config/accountconfigdialog.c:1099
 msgid "SIP"
 msgstr "SIP"
 
-#: ../gnome/src/config/accountconfigdialog.c:1144
+#: ../gnome/src/config/accountconfigdialog.c:1107
 msgid "Ringtones"
 msgstr "铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1147
+#: ../gnome/src/config/accountconfigdialog.c:1110
 msgid "Choose a ringtone"
 msgstr "选择铃声"
 
-#: ../gnome/src/config/accountconfigdialog.c:1152
+#: ../gnome/src/config/accountconfigdialog.c:1115
 msgid "_Enable ringtones"
 msgstr "启用铃声(E)"
 
-#: ../gnome/src/config/accountconfigdialog.c:1164
+#: ../gnome/src/config/accountconfigdialog.c:1127
 msgid "Audio Files"
 msgstr "音频文件"
 
-#: ../gnome/src/config/accountconfigdialog.c:1184
+#: ../gnome/src/config/accountconfigdialog.c:1145
 msgid ""
 "This profile is used when you want to reach a remote peer simply by typing a "
 "sip URI such as <b>sip:remotepeer</b>. The settings you define here will "
 "also be used if no account can be matched to an incoming or outgoing call."
 msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1224
-msgid "Account settings"
-msgstr "帐户设置"
+#: ../gnome/src/config/accountconfigdialog.c:1182
+msgid "Account settings"
+msgstr "帐户设置"
+
+#: ../gnome/src/config/accountconfigdialog.c:1202
+msgid "Basic"
+msgstr "基本"
+
+#: ../gnome/src/config/accountconfigdialog.c:1224
+msgid "Advanced"
+msgstr "高级"
+
+#: ../gnome/src/config/accountconfigdialog.c:1235
+msgid "Network"
+msgstr "网络"
+
+#: ../gnome/src/config/shortcuts-config.c:117
+msgid "Be careful: these shortcuts might override system-wide shortcuts."
+msgstr ""
+
+#: ../gnome/src/config/accountlistconfigdialog.c:202
+#, c-format
+msgid "Server returned \"%s\" (%d)"
+msgstr "服务器返回了“%s”(%d)"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:494
+msgid "Protocol"
+msgstr "协议"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:502
+msgid "Status"
+msgstr "状态"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:581
+msgid "Accounts"
+msgstr "帐户"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:590
+msgid "Configured Accounts"
+msgstr "已配置帐户"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:608
+#, c-format
+msgid "There is %d active account"
+msgid_plural "There are %d active accounts"
+msgstr[0] "有 %d 个活动帐号"
+
+#: ../gnome/src/config/accountlistconfigdialog.c:615
+msgid "You have no active account"
+msgstr "没有活动帐号"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:41
+msgid "Advanced options for TLS"
+msgstr "TLS 高级选项"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:58
+msgid "TLS transport"
+msgstr "TLS 传输"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:62
+msgid ""
+"TLS transport can be used along with UDP for those calls that would\n"
+"require secure sip transactions (aka SIPS). You can configure a different\n"
+"TLS transport for each account. However, each of them will run on a "
+"dedicated\n"
+"port, different one from each other\n"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:109
+msgid "Global TLS listener (all accounts)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:123
+msgid "Certificate of Authority list"
+msgstr "证书机构列表"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:126
+msgid "Choose a CA list file (optional)"
+msgstr "选择 CA 列表文件(可选)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:138
+msgid "Public endpoint certificate file"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:141
+msgid "Choose a public endpoint certificate (optional)"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:159
+msgid "Choose a private key file (optional)"
+msgstr "选择私钥文件(可选)"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:174
+msgid "Password for the private key"
+msgstr "私钥密码"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:189
+msgid "TLS protocol method"
+msgstr "TLS 协议方法"
+
+#: ../gnome/src/config/tlsadvanceddialog.c:217
+msgid "TLS cipher list"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:226
+msgid "Server name instance for outgoing TLS connection"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1244
-msgid "Basic"
-msgstr "基本"
+#: ../gnome/src/config/tlsadvanceddialog.c:234
+msgid "Negotiation timeout (sec:msec)"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1266
-msgid "Advanced"
-msgstr "高级"
+#: ../gnome/src/config/tlsadvanceddialog.c:251
+msgid "Verify incoming certificates, as a server"
+msgstr ""
 
-#: ../gnome/src/config/accountconfigdialog.c:1278
-msgid "Network"
-msgstr "网络"
+#: ../gnome/src/config/tlsadvanceddialog.c:257
+msgid "Verify certificates from answer, as a client"
+msgstr ""
+
+#: ../gnome/src/config/tlsadvanceddialog.c:263
+msgid "Require certificate for incoming tls connections"
+msgstr ""
 
-#: ../gnome/src/contacts/searchbar.c:191
+#: ../gnome/src/contacts/searchbar.c:198
 msgid "Search all"
 msgstr "查询所有"
 
-#: ../gnome/src/contacts/searchbar.c:192 ../gnome/src/contacts/searchbar.c:205
-#: ../gnome/src/contacts/searchbar.c:217 ../gnome/src/contacts/searchbar.c:229
+#: ../gnome/src/contacts/searchbar.c:199 ../gnome/src/contacts/searchbar.c:214
+#: ../gnome/src/contacts/searchbar.c:226 ../gnome/src/contacts/searchbar.c:238
 msgid "Click here to change the search type"
 msgstr "请点击此处改变查询方式"
 
-#: ../gnome/src/contacts/searchbar.c:204
+#: ../gnome/src/contacts/searchbar.c:213
 msgid "Search by missed call"
 msgstr "从未接电话中查询"
 
-#: ../gnome/src/contacts/searchbar.c:216
+#: ../gnome/src/contacts/searchbar.c:225
 msgid "Search by incoming call"
 msgstr "从来电中查询"
 
-#: ../gnome/src/contacts/searchbar.c:228
+#: ../gnome/src/contacts/searchbar.c:237
 msgid "Search by outgoing call"
 msgstr "从拨出电话中查询"
 
-#: ../gnome/src/main.c:102 ../gnome/src/dbus/dbus.c:514
-msgid "SFLphone Error"
-msgstr "SFLphone出错"
-
-#: ../gnome/src/callable_obj.c:310
-msgid "today at %R"
-msgstr "今天 %R"
-
-#: ../gnome/src/callable_obj.c:313
-msgid "yesterday at %R"
-msgstr "昨天 %R"
-
-#: ../gnome/src/callable_obj.c:315
-msgid "%A at %R"
-msgstr "%A %R"
-
-#: ../gnome/src/callable_obj.c:319
-msgid "%x at %R"
-msgstr "%x %R"
-
-#: ../gnome/src/sflnotify.c:82
-#, c-format
-msgid "%s says:"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:98 ../gnome/src/sflnotify.c:115
-#, c-format
-msgid "%s account : %s"
-msgstr "%s 帐户: %s"
-
-#: ../gnome/src/sflnotify.c:103
-#, c-format
-msgid "<i>From</i> %s"
-msgstr "<i>拨入方</i> %s"
-
-#: ../gnome/src/sflnotify.c:118
-#, c-format
-msgid "%d voice mail"
-msgid_plural "%d voice mails"
-msgstr[0] "%d 个语音信息"
-
-#: ../gnome/src/sflnotify.c:130
-#, c-format
-msgid "Calling with %s account <i>%s</i>"
-msgstr "使用%s帐户<i>%s</i>呼叫"
-
-#: ../gnome/src/sflnotify.c:134
-msgid "Current account"
-msgstr "当前帐户"
-
-#: ../gnome/src/sflnotify.c:143
-msgid "You have no accounts set up"
-msgstr "你没有设置任何账户"
-
-#: ../gnome/src/sflnotify.c:144 ../gnome/src/sflnotify.c:155
-#: ../gnome/src/accountlist.c:159
-msgid "Error"
-msgstr "注册失败"
-
-#: ../gnome/src/sflnotify.c:154
-msgid "You have no registered accounts"
-msgstr "未发现已注册帐户"
-
-#: ../gnome/src/sflnotify.c:166
-#, c-format
-msgid ""
-"<i>With:</i> %s \n"
-"using %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:177
-#, c-format
-msgid "%s does not support ZRTP."
-msgstr "%s 不支持 ZRTP。"
-
-#: ../gnome/src/sflnotify.c:188
-#, c-format
-msgid "ZRTP negotiation failed with %s"
-msgstr ""
-
-#: ../gnome/src/sflnotify.c:199
-#, c-format
-msgid "<i>With:</i> %s"
-msgstr "<i>使用:</i> %s"
-
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Speakers volume"
 msgstr "扬声器音量"
 
-#: ../gnome/src/sliders.c:172
+#: ../gnome/src/sliders.c:174
 msgid "Mic volume"
 msgstr "话筒音量"
 
-#: ../gnome/src/mainwindow.c:129
+#: ../gnome/src/mainwindow.c:127
 msgid "There is one call in progress."
 msgstr "有一个电话正在处理"
 
-#: ../gnome/src/mainwindow.c:131
+#: ../gnome/src/mainwindow.c:129
 msgid "There are calls in progress."
 msgstr "有电话正在处理中"
 
-#: ../gnome/src/mainwindow.c:135
+#: ../gnome/src/mainwindow.c:133
 msgid "Do you still want to quit?"
 msgstr "确认要退出?"
 
-#: ../gnome/src/mainwindow.c:424
+#: ../gnome/src/mainwindow.c:425
 #, c-format
 msgid "ZRTP is not supported by peer %s\n"
 msgstr "%s 不支持 ZRTP\n"
 
-#: ../gnome/src/mainwindow.c:426
+#: ../gnome/src/mainwindow.c:427
 msgid "Secure Communication Unavailable"
 msgstr "安全通信不可用"
 
-#: ../gnome/src/mainwindow.c:429 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:456
 msgid "Continue"
 msgstr "继续"
 
-#: ../gnome/src/mainwindow.c:430 ../gnome/src/mainwindow.c:458
-#: ../gnome/src/mainwindow.c:476
+#: ../gnome/src/mainwindow.c:431 ../gnome/src/mainwindow.c:457
+#: ../gnome/src/mainwindow.c:474
 msgid "Stop Call"
 msgstr "停止呼叫"
 
-#: ../gnome/src/mainwindow.c:450
+#: ../gnome/src/mainwindow.c:449
 #, c-format
 msgid ""
 "A %s error forced the call with %s to fall under unencrypted mode.\n"
 "Exact reason: %s\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:454
+#: ../gnome/src/mainwindow.c:453
 msgid "ZRTP negotiation failed"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:469
+#: ../gnome/src/mainwindow.c:467
 #, c-format
 msgid ""
 "%s wants to stop using secure communication. Confirm will resume "
 "conversation without SRTP.\n"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:471
+#: ../gnome/src/mainwindow.c:469
 msgid "Confirm Go Clear"
 msgstr ""
 
-#: ../gnome/src/mainwindow.c:474
+#: ../gnome/src/mainwindow.c:472
 msgid "Confirm"
 msgstr "确认"
 
-#: ../gnome/src/eel-gconf-extensions.c:73
-msgid ""
-"Cannot find a schema for gpdf preferences. \n"
-"Check your gconf setup, look at gpdf FAQ for \n"
-"more info"
-msgstr ""
-
-#: ../gnome/src/accountlist.c:150
-msgid "Registered"
-msgstr "已注册"
-
-#: ../gnome/src/accountlist.c:153
-msgid "Not Registered"
-msgstr "未注册"
-
-#: ../gnome/src/accountlist.c:156
-msgid "Trying..."
-msgstr "正在连接..."
-
-#: ../gnome/src/accountlist.c:162
-msgid "Authentication Failed"
-msgstr "认证失败"
-
-#: ../gnome/src/accountlist.c:165
-msgid "Network unreachable"
-msgstr "网络连接失败"
-
-#: ../gnome/src/accountlist.c:168
-msgid "Host unreachable"
-msgstr "服务器连接失败"
-
-#: ../gnome/src/accountlist.c:171
-msgid "Stun configuration error"
-msgstr "Stun配置有误"
-
-#: ../gnome/src/accountlist.c:174
-msgid "Stun server invalid"
-msgstr "Stun服务器无效"
-
-#: ../gnome/src/accountlist.c:177
-msgid "Ready"
-msgstr "就绪"
-
-#: ../gnome/src/accountlist.c:180
-msgid "Invalid"
-msgstr "无效"
-
-#: ../gnome/src/dbus/dbus.c:494
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening playback device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开回放设备时出错"
-
-#: ../gnome/src/dbus/dbus.c:497
-msgid ""
-"ALSA notification\n"
-"\n"
-"Error while opening capture device"
-msgstr ""
-"ALSA提示\n"
-"\n"
-"打开采集设备时出错"
-
-#: ../gnome/src/dbus/dbus.c:500
-msgid ""
-"Pulseaudio notification\n"
-"\n"
-"Pulseaudio is not running"
-msgstr ""
-"Pulseaudio提示\n"
-"\n"
-"Pulseaudio未运行"
-
-#: ../gnome/src/dbus/dbus.c:503
-msgid ""
-"Codecs notification\n"
-"\n"
-"Codecs not found"
-msgstr ""
-
-#: ../gnome/src/uimanager.c:148
+#: ../gnome/src/uimanager.c:159
 msgid "No address book selected"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:175 ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:183 ../gnome/src/uimanager.c:1051
 msgid "Address book"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:413
+#: ../gnome/src/uimanager.c:428
 #, fuzzy, c-format
 msgid "Voicemail(%i)"
 msgstr "语音信箱 (%i)"
 
-#: ../gnome/src/uimanager.c:492
+#: ../gnome/src/uimanager.c:507
 msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
 msgstr "SFLphone是一个VoIP客户端,它兼容SIP和IAX2协议."
 
-#: ../gnome/src/uimanager.c:494
+#: ../gnome/src/uimanager.c:510
 msgid "About SFLphone"
 msgstr "关于SFLphone"
 
-#: ../gnome/src/uimanager.c:947 ../gnome/src/uimanager.c:992
+#: ../gnome/src/uimanager.c:931 ../gnome/src/uimanager.c:990
 msgid "Voicemail"
 msgstr "语音信箱"
 
-#: ../gnome/src/uimanager.c:977
+#: ../gnome/src/uimanager.c:960
 msgid "Call"
 msgstr "电话(_C)"
 
-#: ../gnome/src/uimanager.c:978 ../gnome/src/uimanager.c:1421
+#: ../gnome/src/uimanager.c:962 ../gnome/src/uimanager.c:1435
 msgid "_New call"
 msgstr "新电话(_N)"
 
-#: ../gnome/src/uimanager.c:979
+#: ../gnome/src/uimanager.c:963
 msgid "Place a new call"
 msgstr "打一通电话"
 
-#: ../gnome/src/uimanager.c:980 ../gnome/src/uimanager.c:1258
+#: ../gnome/src/uimanager.c:966 ../gnome/src/uimanager.c:1275
 msgid "_Pick up"
 msgstr "接听(_P)"
 
-#: ../gnome/src/uimanager.c:981
+#: ../gnome/src/uimanager.c:967
 msgid "Answer the call"
 msgstr "接听"
 
-#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1269
-#: ../gnome/src/uimanager.c:1329 ../gnome/src/statusicon.c:142
-msgid "_Hang up"
-msgstr "挂断(_H)"
-
-#: ../gnome/src/uimanager.c:983
+#: ../gnome/src/uimanager.c:971
 msgid "Finish the call"
 msgstr "完成呼叫"
 
-#: ../gnome/src/uimanager.c:984
+#: ../gnome/src/uimanager.c:974
 msgid "O_n hold"
 msgstr "保持(_H)"
 
-#: ../gnome/src/uimanager.c:985
+#: ../gnome/src/uimanager.c:975
 msgid "Place the call on hold"
 msgstr "挂起"
 
-#: ../gnome/src/uimanager.c:986
+#: ../gnome/src/uimanager.c:978
 msgid "O_ff hold"
 msgstr "恢复通话"
 
-#: ../gnome/src/uimanager.c:987
+#: ../gnome/src/uimanager.c:979
 msgid "Place the call off hold"
 msgstr "挂断"
 
-#: ../gnome/src/uimanager.c:988 ../gnome/src/uimanager.c:1314
+#: ../gnome/src/uimanager.c:982 ../gnome/src/uimanager.c:1331
 #, fuzzy
 msgid "Send _message"
 msgstr "有新消息"
 
-#: ../gnome/src/uimanager.c:989
+#: ../gnome/src/uimanager.c:983
 #, fuzzy
 msgid "Send message"
 msgstr "有新消息"
 
-#: ../gnome/src/uimanager.c:990
+#: ../gnome/src/uimanager.c:986
 msgid "Configuration _Assistant"
 msgstr "配置助手(_A)"
 
-#: ../gnome/src/uimanager.c:991
+#: ../gnome/src/uimanager.c:987
 msgid "Run the configuration assistant"
 msgstr "Stun配置有误"
 
-#: ../gnome/src/uimanager.c:993
+#: ../gnome/src/uimanager.c:991
 msgid "Call your voicemail"
 msgstr "%d 个语音信息"
 
@@ -1051,187 +1035,198 @@ msgstr "关闭(_C)"
 msgid "Minimize to system tray"
 msgstr "最小化到系统托盘"
 
-#: ../gnome/src/uimanager.c:996
+#: ../gnome/src/uimanager.c:998
 msgid "_Quit"
 msgstr "退出(_Q)"
 
-#: ../gnome/src/uimanager.c:997
+#: ../gnome/src/uimanager.c:999
 msgid "Quit the program"
 msgstr "退出程序"
 
-#: ../gnome/src/uimanager.c:998
+#: ../gnome/src/uimanager.c:1002
 msgid "_Playback record"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:999
+#: ../gnome/src/uimanager.c:1003
 msgid "Playback recorded file"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1000
+#: ../gnome/src/uimanager.c:1006
 msgid "_Stop playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1001
+#: ../gnome/src/uimanager.c:1007
 msgid "Stop recorded file playback"
 msgstr ""
 
-#: ../gnome/src/uimanager.c:1004
+#: ../gnome/src/uimanager.c:1011
 msgid "_Edit"
 msgstr "编辑(_E)"
 
-#: ../gnome/src/uimanager.c:1005
+#: ../gnome/src/uimanager.c:1013
 msgid "_Copy"
 msgstr "复制(_C)"
 
-#: ../gnome/src/uimanager.c:1006
+#: ../gnome/src/uimanager.c:1014
 msgid "Copy the selection"
 msgstr "删除所选账户"
 
-#: ../gnome/src/uimanager.c:1007
+#: ../gnome/src/uimanager.c:1017
 msgid "_Paste"
 msgstr "粘贴(_P)"
 
-#: ../gnome/src/uimanager.c:1008
+#: ../gnome/src/uimanager.c:1018
 msgid "Paste the clipboard"
 msgstr "粘贴剪贴板中的内容"
 
-#: ../gnome/src/uimanager.c:1009
+#: ../gnome/src/uimanager.c:1021
 msgid "Clear _history"
 msgstr "清空历史记录(_H)"
 
-#: ../gnome/src/uimanager.c:1010
+#: ../gnome/src/uimanager.c:1022
 msgid "Clear the call history"
 msgstr "清空历史记录"
 
-#: ../gnome/src/uimanager.c:1011
+#: ../gnome/src/uimanager.c:1025
 msgid "_Accounts"
 msgstr "账户(_A)"
 
-#: ../gnome/src/uimanager.c:1012
+#: ../gnome/src/uimanager.c:1026
 msgid "Edit your accounts"
 msgstr "当前帐户"
 
-#: ../gnome/src/uimanager.c:1013
+#: ../gnome/src/uimanager.c:1029
 msgid "_Preferences"
 msgstr "首选项(_P)"
 
-#: ../gnome/src/uimanager.c:1014
+#: ../gnome/src/uimanager.c:1030
 msgid "Change your preferences"
 msgstr "更改您的首选项"
 
-#: ../gnome/src/uimanager.c:1018
+#: ../gnome/src/uimanager.c:1034
 msgid "_View"
 msgstr "查看(_V)"
 
-#: ../gnome/src/uimanager.c:1021
+#: ../gnome/src/uimanager.c:1037
 msgid "_Help"
 msgstr "帮助(_H)"
 
-#: ../gnome/src/uimanager.c:1022
+#: ../gnome/src/uimanager.c:1038
 msgid "Contents"
 msgstr "继续"
 
-#: ../gnome/src/uimanager.c:1023
+#: ../gnome/src/uimanager.c:1039
 msgid "Open the manual"
 msgstr "打开手册"
 
-#: ../gnome/src/uimanager.c:1025
+#: ../gnome/src/uimanager.c:1041
 msgid "About this application"
 msgstr "关于本程序"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "_Transfer"
 msgstr "转接"
 
-#: ../gnome/src/uimanager.c:1031
+#: ../gnome/src/uimanager.c:1045
 msgid "Transfer the call"
 msgstr "转给:"
 
-#: ../gnome/src/uimanager.c:1032 ../gnome/src/uimanager.c:1291
+#: ../gnome/src/uimanager.c:1046 ../gnome/src/uimanager.c:1308
 msgid "_Record"
 msgstr "录音(_R)"
 
-#: ../gnome/src/uimanager.c:1032
+#: ../gnome/src/uimanager.c:1046
 msgid "Record the current conversation"
 msgstr "记录当前会话"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "_Show toolbar"
 msgstr "显示工具栏(_S)"
 
-#: ../gnome/src/uimanager.c:1033
+#: ../gnome/src/uimanager.c:1047
 msgid "Show the toolbar"
 msgstr "显示工具栏"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "_Dialpad"
 msgstr "禁用"
 
-#: ../gnome/src/uimanager.c:1034
+#: ../gnome/src/uimanager.c:1048
 msgid "Show the dialpad"
 msgstr "显示拨号键盘"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "_Volume controls"
 msgstr "音量控制(V)"
 
-#: ../gnome/src/uimanager.c:1035
+#: ../gnome/src/uimanager.c:1049
 msgid "Show the volume controls"
 msgstr "音量控制(V)"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "_History"
 msgstr "历史"
 
-#: ../gnome/src/uimanager.c:1036
+#: ../gnome/src/uimanager.c:1050
 msgid "Calls history"
 msgstr "呼叫记录"
 
-#: ../gnome/src/uimanager.c:1037
+#: ../gnome/src/uimanager.c:1051
 msgid "_Address book"
 msgstr "地址簿"
 
-#: ../gnome/src/uimanager.c:1280 ../gnome/src/uimanager.c:1338
+#: ../gnome/src/uimanager.c:1297 ../gnome/src/uimanager.c:1355
 msgid "On _Hold"
 msgstr "保持(_H)"
 
-#: ../gnome/src/uimanager.c:1377
+#: ../gnome/src/uimanager.c:1392
 msgid "_Call back"
 msgstr "回叫(_C)"
 
-#: ../gnome/src/uimanager.c:1474
+#: ../gnome/src/uimanager.c:1488
 msgid "Edit phone number"
 msgstr "编辑电话号码"
 
-#: ../gnome/src/uimanager.c:1485
+#: ../gnome/src/uimanager.c:1499
 msgid "Edit the phone number before making a call"
 msgstr "拨出电话前编辑电话号码"
 
-#: ../gnome/src/actions.c:168
-msgid "Using account"
-msgstr "使用账户"
-
-#: ../gnome/src/actions.c:172
-msgid "No registered accounts"
-msgstr "没有已注册帐户"
-
-#: ../gnome/src/actions.c:596 ../gnome/src/actions.c:867
-msgid "Direct SIP call"
-msgstr "SIP 直接呼叫"
+#: ../gnome/src/dbus/dbus.c:495
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening playback device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开回放设备时出错"
 
-#: ../gnome/src/statusicon.c:135
-msgid "_Show main window"
-msgstr "显示主窗口(S)"
+#: ../gnome/src/dbus/dbus.c:498
+msgid ""
+"ALSA notification\n"
+"\n"
+"Error while opening capture device"
+msgstr ""
+"ALSA提示\n"
+"\n"
+"打开采集设备时出错"
 
-#: ../gnome/src/statusicon.c:197
-msgid "SFLphone"
-msgstr "SFLphone"
+#: ../gnome/src/dbus/dbus.c:501
+msgid ""
+"Pulseaudio notification\n"
+"\n"
+"Pulseaudio is not running"
+msgstr ""
+"Pulseaudio提示\n"
+"\n"
+"Pulseaudio未运行"
 
-#: ../gnome/src/statusicon.c:198
-#, c-format
-msgid "%i active account"
-msgid_plural "%i active accounts"
-msgstr[0] "%i 个活动帐号"
+#: ../gnome/src/dbus/dbus.c:504
+msgid ""
+"Codecs notification\n"
+"\n"
+"Codecs not found"
+msgstr ""
 
 #, fuzzy
 #~ msgid ""