diff --git a/downloads.php b/downloads.php
index 918431747220cb4e22fa278e5b95cca234372a9e..cc7b69876f5c10066d20fbbe2598b87c8b1be9d1 100644
--- a/downloads.php
+++ b/downloads.php
@@ -8,7 +8,7 @@ $download_folder = "0.14";
 $last_version = "0.14.4";
 print ("   <br/>\n");
 print _("    Latest version of Gajim is")."  <strong>".$last_version."</strong><br/>\n";
-printf(_("    A %s version is in test"), "<strong>0.15-beta2</strong>");
+printf(_("    A %s version is in test"), "<strong>0.15-beta3</strong>");
 print ("<br/>\n");
 print _("If your distribution doesn't have the latest version ");
 print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n";
@@ -20,8 +20,8 @@ print ("   </h2>\n");
 print ("</a>\n");
 print _("    If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
 print ("    <br/>\n");
-printf(_("   The Debian package of %s is "), "0.15-beta2");
-print "<a href=\"downloads/0.15/gajim_0.15~beta2-1_all.deb\">"._("here")."</a>.<br />\n";
+printf(_("   The Debian package of %s is "), "0.15-beta3");
+print "<a href=\"downloads/0.15/gajim_0.15~beta3-1_all.deb\">"._("here")."</a>.<br />\n";
 print _("    A daily package from mercurial is also built. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n";
 print ("    <br/>\n");
 print ("    <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n");
@@ -148,8 +148,8 @@ print ("</a>\n");
 print _("    There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-1.exe\">"._("Gajim installer")."</a>.\n";
 #print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n";
 print ("    <br/>\n");
-print _("    Here is a")." <a href=\"downloads/0.15/gajim-0.15-beta2-1.exe\">"._("Gajim installer")."</a> ";
-printf(_("for %s version "), "0.15-beta2");
+print _("    Here is a")." <a href=\"downloads/0.15/gajim-0.15-beta3-1.exe\">"._("Gajim installer")."</a> ";
+printf(_("for %s version "), "0.15-beta3");
 print (".\n");
 print ("    <br/>\n");
 
@@ -160,8 +160,8 @@ print _("    Source\n");
 print ("   </h2>\n");
 print ("</a>\n");
 print _("    The tarball version of Gajim is ")."<a href=\"downloads/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\">see the <tt>README</tt></a> ("._("in English").").<br />\n";
-printf(_("   The tarball version of %s is "), "0.15-beta2");
-print "<a href=\"downloads/0.15/gajim-0.15-beta2.tar.gz\">"._("here")."</a>.<br />\n";
+printf(_("   The tarball version of %s is "), "0.15-beta3");
+print "<a href=\"downloads/0.15/gajim-0.15-beta3.tar.gz\">"._("here")."</a>.<br />\n";
 print _("If you want to use the last unstable development version, then you should checkout the mercurial repository.\n");
 
 
diff --git a/index.php b/index.php
index 7c3605b9c92a66c16dbcaec9ef11741a665b02fa..cb664c09fe2d693e77e1a5723aeaff1d1da020f6 100644
--- a/index.php
+++ b/index.php
@@ -49,53 +49,70 @@ for ($i=0; $i<sizeof($array_features); $i++) {
 $tpl->set_var("NEWS_MAIN", _("NEWS"));
 
 $array_news_title = array(
-	0 => sprintf(_("Beta2-release of Gajim %s"), "0.15"),
-	1 => sprintf(_("Beta-release of Gajim %s"), "0.15"),
-	2 => sprintf(_("Alpha-release of Gajim %s"), "0.15"),
-	3 => sprintf(_("Gajim %s is here!"), "0.14.4"),
-	4 => sprintf(_("Gajim %s is here!"), "0.14.3"),
-	5 => sprintf(_("Gajim %s is here!"), "0.14.2"),
-	6 => sprintf(_("Gajim %s is here!"), "0.14.1"),
-	7 => sprintf(_("Gajim %s is here!"), "0.14"));
+	0 => sprintf(_("Beta3-release of Gajim %s"), "0.15"),
+	1 => sprintf(_("Beta2-release of Gajim %s"), "0.15"),
+	2 => sprintf(_("Beta-release of Gajim %s"), "0.15"),
+	3 => sprintf(_("Alpha-release of Gajim %s"), "0.15"),
+	4 => sprintf(_("Gajim %s is here!"), "0.14.4"),
+	5 => sprintf(_("Gajim %s is here!"), "0.14.3"),
+	6 => sprintf(_("Gajim %s is here!"), "0.14.2"),
+	7 => sprintf(_("Gajim %s is here!"), "0.14.1"),
+	8 => sprintf(_("Gajim %s is here!"), "0.14"));
 //	5 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
 //	6 => sprintf(_("Beta-release of Gajim %s"), "0.12"),
 //	7 => sprintf(_("Alpha-release of Gajim %s"), "0.12"));
 //	3 => sprintf(_("New windows installer")),
 $array_news_date = array(
-	0 => _("08 October 2011"),
-	1 => _("17 September 2011"),
-	2 => _("27 August 2011"),
-	3 => _("22 July 2011"),
-	4 => _("19 June 2011"),
-	5 => _("07 June 2011"),
-	6 => _("26 October 2010"),
-	7 => _("02 September 2010"));
+	0 => _("18 December 2011"),
+	1 => _("08 October 2011"),
+	2 => _("17 September 2011"),
+	3 => _("27 August 2011"),
+	4 => _("22 July 2011"),
+	5 => _("19 June 2011"),
+	6 => _("07 June 2011"),
+	7 => _("26 October 2010"),
+	8 => _("02 September 2010"));
 
 $array_news_desc = array(
 	0 => sprintf(_("Version %s will arrive very soon."), "0.15"),
 	1 => sprintf(_("Version %s will arrive very soon."), "0.15"),
-	2 => sprintf(_("Version %s will arrive soon."), "0.15"),
-	3 => sprintf(_("Version %s of Gajim has been released."), "0.14.4"),
-	4 => sprintf(_("Version %s of Gajim has been released."), "0.14.3"),
-	5 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"),
-	6 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"),
-	7 => sprintf(_("Version %s of Gajim has been released."), "0.14"));
+	2 => sprintf(_("Version %s will arrive very soon."), "0.15"),
+	3 => sprintf(_("Version %s will arrive soon."), "0.15"),
+	4 => sprintf(_("Version %s of Gajim has been released."), "0.14.4"),
+	5 => sprintf(_("Version %s of Gajim has been released."), "0.14.3"),
+	6 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"),
+	7 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"),
+	8 => sprintf(_("Version %s of Gajim has been released."), "0.14"));
 //	6 => sprintf(_("Version %s will arrive very soon."), "0.12"),
 //	7 => sprintf(_("Version %s will arrive soon."), "0.12"));
 //	3 => sprintf(_("New Windows Installer with GTK+ included.")),
 
 $array_news_whats_new = array(
-	0 => sprintf(_("What's new since %s:"), "0.15-beta1"),
-	1 => sprintf(_("What's new since %s:"), "0.15-alpha1"),
-	2 => sprintf(_("What's new since %s:"), "0.14.4"),
-	3 => sprintf(_("What's new since %s:"), "0.14.3"),
-	4 => sprintf(_("What's new since %s:"), "0.14.2"),
-	5 => sprintf(_("What's new since %s:"), "0.14.1"),
-	6 => sprintf(_("What's new since %s:"), "0.14"),
-	7 => sprintf(_("What's new since %s:"), "0.13.4"));
+	0 => sprintf(_("What's new since %s:"), "0.15-beta2"),
+	1 => sprintf(_("What's new since %s:"), "0.15-beta1"),
+	2 => sprintf(_("What's new since %s:"), "0.15-alpha1"),
+	3 => sprintf(_("What's new since %s:"), "0.14.4"),
+	4 => sprintf(_("What's new since %s:"), "0.14.3"),
+	5 => sprintf(_("What's new since %s:"), "0.14.2"),
+	6 => sprintf(_("What's new since %s:"), "0.14.1"),
+	7 => sprintf(_("What's new since %s:"), "0.14"),
+	8 => sprintf(_("What's new since %s:"), "0.13.4"));
 //	3 => sprintf(_("What's new in it:")),
 
 $array_news_items[0] = array(
+    0 => _("handle default value in seclabel XEP"),
+    1 => _("Fix convertion from chat to groupchat"),
+    2 => _("Add infobar in chat window for file transfer"),
+    3 => _("Implements XEP-0280: Message Carbons"),
+    4 => _("use TLS connection for plugin installer"),
+    5 => _("Some privacy improvements"),
+    6 => _("Add a global proxy option"),
+    7 => _("Make more use of proxy everytime we need to access the internet"),
+    8 => _("Improve search in roster")
+    9 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/9903fad02c40/ChangeLog\">"._("Full ChangeLog")."</a> ",
+	);
+
+$array_news_items[1] = array(
     0 => _("Fix End to End encryption."),
     1 => _("Fix auto-opening chat window when a contact connects."),
     2 => _("Fix registering a new account."),
@@ -103,14 +120,14 @@ $array_news_items[0] = array(
     4 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/d687f2253f17/ChangeLog\">"._("Full ChangeLog")."</a> ",
 	);
 
-$array_news_items[1] = array(
+$array_news_items[2] = array(
     0 => _("Plugins are now translatable"),
     1 => _("Workarround a D-Bus issue with non-character unicode"),
     2 => _("Fix windows usage when GTK library is already in PATH"),
     3 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/41dd6ee4817d/ChangeLog\">"._("Full ChangeLog")."</a> ",
 	);
 
-$array_news_items[2] = array(
+$array_news_items[3] = array(
     0 => _("Plugin system"),
     1 => _("Whiteboard (via a plugin)"),
     2 => _("Message archiving"),
@@ -121,32 +138,32 @@ $array_news_items[2] = array(
     7 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.15\">"._("List of fixed bugs")."</a>",
 	);
 
-$array_news_items[3] = array(
+$array_news_items[4] = array(
     0 => _("Fix translation issue"),
     1 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/9476e66272c3/ChangeLog\">"._("Full ChangeLog")."</a> ",
     2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.4\">"._("List of fixed bugs")."</a>",
 	);
 
-$array_news_items[4] = array(
+$array_news_items[5] = array(
     0 => _("Fix history viewer"),
     1 => _("Fix closing roster window"),
     2 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/7798a90157c7/ChangeLog\">"._("Full ChangeLog")."</a> ",
     3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.3\">"._("List of fixed bugs")."</a>",
 	);
 
-$array_news_items[5] = array(
+$array_news_items[6] = array(
     0 => _("Fix CPU usage when testing file transfer proxies"),
     1 => _("Fix invalid XML char regex"),
     2 => _("Various minor bugfixes, see") . " <a href = \"http://hg.gajim.org/gajim/file/baf4786b33fe/ChangeLog\">"._("Full ChangeLog")."</a> ",
     3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.2\">"._("List of fixed bugs")."</a>",
 	);
 
-$array_news_items[6] = array(
+$array_news_items[7] = array(
     0 => _("Various minor bugfixes, see") . " <a href = \"http://hg.gajim.org/gajim/file/d56f061aca8d/ChangeLog\">"._("Full ChangeLog")."</a> ",
     1 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.1\">"._("List of fixed bugs")."</a>",
 	);
 
-$array_news_items[7] = array(
+$array_news_items[8] = array(
     0 => _("Jingle audio / video chat"),
 	1 => _("Improve startup time"),
 	2 => _("Groupchat auto-rejoin"),
diff --git a/locale/bg_BG/LC_MESSAGES/msg.po b/locale/bg_BG/LC_MESSAGES/msg.po
index 479a44688e94e66600864f0e2010b2b2e39036c9..411c33b2bf5c40471e1b8181a227ee6b59473353 100644
--- a/locale/bg_BG/LC_MESSAGES/msg.po
+++ b/locale/bg_BG/LC_MESSAGES/msg.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gajim website\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2007-03-14 17:52+0200\n"
 "Last-Translator: Yavor Doganov <yavor@gnu.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -769,194 +769,242 @@ msgstr "НОВИНИ"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
 #: index.php:53
 #, fuzzy, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
 #: index.php:54
 #, fuzzy, c-format
+msgid "Beta-release of Gajim %s"
+msgstr "Предварително издание на Gajim 0.11.1"
+
+#: index.php:55
+#, fuzzy, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "Излезе Gajim 0.11!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "19 декември 2006 г."
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "19 декември 2006 г."
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "19 декември 2006 г."
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr ""
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr ""
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr ""
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr ""
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "19 декември 2006 г."
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "19 декември 2006 г."
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, fuzzy, c-format
 msgid "Version %s will arrive very soon."
 msgstr "Скоро ще излезе версия 0.11.1."
 
-#: index.php:77
+#: index.php:80
 #, fuzzy, c-format
 msgid "Version %s will arrive soon."
 msgstr "Скоро ще излезе версия 0.11.1."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Издадена е версия 0.11 на Gajim."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Какво е новото спрямо "
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Инсталатор за „Уиндоус“"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Пълен дневник на промените"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Пълен дневник на промените"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "Нов превод: сръбски"
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr ""
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1026,10 +1074,6 @@ msgstr "Ето и някои снимки на Gajim:"
 #~ msgid "    The tarball version of 0.13 rc1 is "
 #~ msgstr "    Архивиран изходен код на версията на Gajim има "
 
-#, fuzzy
-#~ msgid "21 December 2008"
-#~ msgstr "19 декември 2006 г."
-
 #, fuzzy
 #~ msgid "17 December 2008"
 #~ msgstr "19 декември 2006 г."
@@ -1047,10 +1091,6 @@ msgstr "Ето и някои снимки на Gajim:"
 #~ msgid "Bugs/Annoyances closed"
 #~ msgstr "Коригирани грешки и други неприятности"
 
-#, fuzzy
-#~ msgid "Improved windows installer"
-#~ msgstr "Инсталатор за „Уиндоус“"
-
 #, fuzzy
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Коригирани грешки и други неприятности"
diff --git a/locale/de_DE/LC_MESSAGES/msg.po b/locale/de_DE/LC_MESSAGES/msg.po
index 2585b3318a69ebb6fd9142b77b2cb3039f021847..b198e968fe43fd756a1878b76552461df76dee09 100644
--- a/locale/de_DE/LC_MESSAGES/msg.po
+++ b/locale/de_DE/LC_MESSAGES/msg.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: msg\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2008-12-22 22:59+0100\n"
 "Last-Translator: \n"
 "Language-Team: German <kde-i18n-de@lists.kde.org>\n"
@@ -795,200 +795,248 @@ msgstr "NEUIGKEITEN"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Beta-Version von Gajim %s"
 
 #: index.php:53
+#, fuzzy, c-format
+msgid "Beta2-release of Gajim %s"
+msgstr "Beta-Version von Gajim %s"
+
+#: index.php:54
 #, c-format
 msgid "Beta-release of Gajim %s"
 msgstr "Beta-Version von Gajim %s"
 
-#: index.php:54
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Alpha-Version von Gajim %s"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "Gajim %s ist da!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "21. Dezember 2008"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "22. September 2007"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "22. September 2007"
 
-#: index.php:67
+#: index.php:69
 #, fuzzy
 msgid "27 August 2011"
 msgstr "12. August 2008"
 
-#: index.php:68
+#: index.php:70
 #, fuzzy
 msgid "22 July 2011"
 msgstr "12. August 2008"
 
-#: index.php:69
+#: index.php:71
 #, fuzzy
 msgid "19 June 2011"
 msgstr "12. August 2008"
 
-#: index.php:70
+#: index.php:72
 #, fuzzy
 msgid "07 June 2011"
 msgstr "12. August 2008"
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "22. September 2007"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "22. September 2007"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr "Version %s wird sehr bald verfügbar sein."
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr "Version %s wird bald verfügbar sein."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Version %s von Gajim wurde veröffentlicht."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "Was ist neu seit %s:"
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Verbesserte Installationsdatei für Windows"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Vollständige Veränderungshistorie"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Vollständige Veränderungshistorie"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "   Ãœbersetzungsstatus"
 
-#: index.php:131
+#: index.php:148
 #, fuzzy
 msgid "Fix history viewer"
 msgstr "Fehler beim Dateitransfer behoben"
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 #, fuzzy
 msgid "Improve startup time"
 msgstr "Verbessertes Systemtray-Menü"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1084,9 +1132,6 @@ msgstr "Hier sind einige Bildschirmfotos von Gajim:"
 #~ msgid "    The tarball version of 0.13 rc1 is "
 #~ msgstr "    Die Tarball Version von Gajim gibts "
 
-#~ msgid "21 December 2008"
-#~ msgstr "21. Dezember 2008"
-
 #~ msgid "17 December 2008"
 #~ msgstr "17. Dezember 2008"
 
@@ -1146,9 +1191,6 @@ msgstr "Hier sind einige Bildschirmfotos von Gajim:"
 #~ msgid "Fix handling of invalid XML"
 #~ msgstr "Fehler beim Verarbeiten von ungültigem XML behoben"
 
-#~ msgid "Improved windows installer"
-#~ msgstr "Verbesserte Installationsdatei für Windows"
-
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Bekannte Fehler/Unschönheiten"
 
diff --git a/locale/eo/LC_MESSAGES/msg.po b/locale/eo/LC_MESSAGES/msg.po
index 78fbb3bf48644b7e43253e394ff2eed63382783f..1b318155fa624b51f8846f8e2c6a5c0eb620054c 100644
--- a/locale/eo/LC_MESSAGES/msg.po
+++ b/locale/eo/LC_MESSAGES/msg.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gajim-website 20061103\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2007-02-19 20:40+0400\n"
 "Last-Translator: Sergio Ĥlutĉin <Sergey.Khlutchin@gmail.com>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -755,195 +755,243 @@ msgstr "NOVAÄ´OJ"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "AntaÅ­eldono de Gajim 0.11.1"
 
 #: index.php:53
 #, fuzzy, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr "AntaÅ­eldono de Gajim 0.11.1"
 
 #: index.php:54
 #, fuzzy, c-format
+msgid "Beta-release of Gajim %s"
+msgstr "AntaÅ­eldono de Gajim 0.11.1"
+
+#: index.php:55
+#, fuzzy, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "AntaÅ­eldono de Gajim 0.11.1"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "Gajim 0.11 estas ĉi tie!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "la 19-an de decembro 2006"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "la 19-an de decembro 2006"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "la 19-an de decembro 2006"
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr ""
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr ""
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr ""
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr ""
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "la 19-an de decembro 2006"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "la 19-an de decembro 2006"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, fuzzy, c-format
 msgid "Version %s will arrive very soon."
 msgstr "La versio 0.11.1 baldaÅ­ venos."
 
-#: index.php:77
+#: index.php:80
 #, fuzzy, c-format
 msgid "Version %s will arrive soon."
 msgstr "La versio 0.11.1 baldaÅ­ venos."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Versio 0.11 de Gajim estas eldonita."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Kio novas post "
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Vindoza instalilo"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Plena ŝanĝprotokolo"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Plena ŝanĝprotokolo"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 #, fuzzy
 msgid "List of fixed bugs"
 msgstr "Tunoj da korektaĵoj"
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "Nova traduko: La serba"
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr ""
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1016,10 +1064,6 @@ msgstr "Ĉi tie estas ekrankopioj de Gajim:"
 #~ msgid "    The tarball version of 0.13 rc1 is "
 #~ msgstr "    La tar-pakaĵa versio de la 0.11.0.7951 antaŭeldono estas "
 
-#, fuzzy
-#~ msgid "21 December 2008"
-#~ msgstr "la 19-an de decembro 2006"
-
 #, fuzzy
 #~ msgid "17 December 2008"
 #~ msgstr "la 19-an de decembro 2006"
@@ -1035,10 +1079,6 @@ msgstr "Ĉi tie estas ekrankopioj de Gajim:"
 #~ msgid "Bugs/Annoyances closed"
 #~ msgstr "Cimoj/ĝenaĵoj fermitaj"
 
-#, fuzzy
-#~ msgid "Improved windows installer"
-#~ msgstr "Vindoza instalilo"
-
 #, fuzzy
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Cimoj/ĝenaĵoj fermitaj"
diff --git a/locale/es_ES/LC_MESSAGES/msg.po b/locale/es_ES/LC_MESSAGES/msg.po
index 928e950e92dc87d27f96bb7391fc62d4c563b1ed..e9438fab59bd4206db5be2d2179361ba5a6aab75 100644
--- a/locale/es_ES/LC_MESSAGES/msg.po
+++ b/locale/es_ES/LC_MESSAGES/msg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2005-06-01 19:05+0300\n"
 "Last-Translator:  <membriskhan@gmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -768,196 +768,244 @@ msgstr "NOTICIAS"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "    La versión en archivotar de Gajim está "
 
 #: index.php:53
 #, fuzzy, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr "    La versión en archivotar de Gajim está "
 
 #: index.php:54
 #, fuzzy, c-format
+msgid "Beta-release of Gajim %s"
+msgstr "    La versión en archivotar de Gajim está "
+
+#: index.php:55
+#, fuzzy, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "    La versión en archivotar de Gajim está "
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "¡Gajim 0.9 está aquí!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "06 Septiembre 2005"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "06 Septiembre 2005"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "06 Septiembre 2005"
 
-#: index.php:67
+#: index.php:69
 #, fuzzy
 msgid "27 August 2011"
 msgstr "18 Agosto 2005"
 
-#: index.php:68
+#: index.php:70
 #, fuzzy
 msgid "22 July 2011"
 msgstr "5 Junio 2005"
 
-#: index.php:69
+#: index.php:71
 #, fuzzy
 msgid "19 June 2011"
 msgstr "5 Junio 2005"
 
-#: index.php:70
+#: index.php:72
 #, fuzzy
 msgid "07 June 2011"
 msgstr "5 Junio 2005"
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "06 Septiembre 2005"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "06 Septiembre 2005"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr ""
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr ""
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Se ha publicado la versión 0.9 de Gajim."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Cambios desde la "
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Instalador para Windows"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 msgid "Full changelog, see"
 msgstr ""
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 msgid "Fix translation issue"
 msgstr ""
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr ""
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1015,10 +1063,6 @@ msgstr "Algunas capturas de pantalla de Gajim:"
 #~ msgid "12 June 2009"
 #~ msgstr "5 Junio 2005"
 
-#, fuzzy
-#~ msgid "21 December 2008"
-#~ msgstr "06 Septiembre 2005"
-
 #, fuzzy
 #~ msgid "17 December 2008"
 #~ msgstr "06 Septiembre 2005"
@@ -1035,10 +1079,6 @@ msgstr "Algunas capturas de pantalla de Gajim:"
 #~ msgid "Improve GUI of some windows"
 #~ msgstr "Mejorada ventana de navegación de servicios"
 
-#, fuzzy
-#~ msgid "Improved windows installer"
-#~ msgstr "Instalador para Windows"
-
 #, fuzzy
 #~ msgid "    Gajim is in the ac-main tree. So just "
 #~ msgstr ""
diff --git a/locale/fr_FR/LC_MESSAGES/msg.po b/locale/fr_FR/LC_MESSAGES/msg.po
index 6bc0c1ef23d91b252d9b36eb0cf94421921c02d5..a39791c7ee5d601a837ac3554dcd50cd49408f81 100644
--- a/locale/fr_FR/LC_MESSAGES/msg.po
+++ b/locale/fr_FR/LC_MESSAGES/msg.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2011-10-09 14:48+0100\n"
 "Last-Translator: manu <manuk7@laposte.net>\n"
 "Language-Team: none\n"
@@ -755,193 +755,243 @@ msgid "NEWS"
 msgstr "NEWS"
 
 #: index.php:52
+#, fuzzy, c-format
+msgid "Beta3-release of Gajim %s"
+msgstr "Version béta de Gajim %s"
+
+#: index.php:53
 #, c-format
 msgid "Beta2-release of Gajim %s"
 msgstr "Version béta2 de Gajim %s"
 
-#: index.php:53
+#: index.php:54
 #, c-format
 msgid "Beta-release of Gajim %s"
 msgstr "Version béta de Gajim %s"
 
-#: index.php:54
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Version alpha de Gajim %s"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "La version %s de Gajim est sortie !"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "21 Décembre 2008"
+
+#: index.php:67
 msgid "08 October 2011"
 msgstr "8 Octobre 2011"
 
-#: index.php:66
+#: index.php:68
 msgid "17 September 2011"
 msgstr "17 Septembre 2011"
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr "27 août 2011"
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr "22 Juillet 2011"
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr "19 Juin 2011"
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr "7 Juin 2011"
 
-#: index.php:71
+#: index.php:73
 msgid "26 October 2010"
 msgstr "26 Octobre 2010"
 
-#: index.php:72
+#: index.php:74
 msgid "02 September 2010"
 msgstr "2 Septembre 2010"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr "La version %s arrive très bientôt."
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr "La version %s arrive bientôt."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "La version %s  de Gajim est maintenant disponible."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "Améliorations depuis la version %s :"
 
-#: index.php:99
+#: index.php:103
+msgid "handle default value in seclabel XEP"
+msgstr ""
+
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
+msgstr ""
+
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
+msgstr ""
+
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Installateur Windows amélioré"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
+msgid "Full ChangeLog"
+msgstr "ChangeLog complet"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
+msgid "Full changelog, see"
+msgstr "Liste complète des corrections, voir"
+
+#: index.php:116
 msgid "Fix End to End encryption."
 msgstr "Résolution du problème de chiffrage de bout en bout."
 
-#: index.php:100
+#: index.php:117
 msgid "Fix auto-opening chat window when a contact connects."
 msgstr ""
 "Résolution du problème d'ouverture intempestive d'une fenêtre de discussion "
 "lorsqu'un contact se connecte."
 
-#: index.php:101
+#: index.php:118
 msgid "Fix registering a new account."
 msgstr "Résolution du problème de création d'un nouveau compte."
 
-#: index.php:102
+#: index.php:119
 msgid "Fix In Band Bytestream."
 msgstr "Corrige le transfer de fichier \"In-Band\""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
-msgid "Full ChangeLog"
-msgstr "ChangeLog complet"
-
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-msgid "Full changelog, see"
-msgstr "Liste complète des corrections, voir"
-
-#: index.php:107
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr "Les plugins sont traductibles"
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr "Contourne un problème de D-Bus avec les non-caractères unicodes"
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
-msgstr "Corrige la version windows lorsque la librairie GTK est déjà dans le chemin par défaut"
+msgstr ""
+"Corrige la version windows lorsque la librairie GTK est déjà dans le chemin "
+"par défaut"
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr "Système de plugin"
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr "Tableau blanc (avec un plugin)"
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr "Archivage des messages"
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr "Gestion de flux"
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr "Sous-groupes"
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr "Filtrage de la liste de contact"
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr "Liste des bogues corrigés"
 
-#: index.php:125
+#: index.php:142
 msgid "Fix translation issue"
 msgstr "Corrige un problème de traduction"
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr "Corrige la fenêtre d'historique"
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr "Corrige la fermeture de la fenêtre de contacts"
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 "Corrige l'utilisation du CPU lors du test des proxies de transfert de "
 "fichiers"
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr "Corrige l'expression régulière des caractères XML invalides"
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr "Plusieurs corrections de bogues mineurs, voir"
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr "Conversation audio / video via jingle"
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr "Améliore le temps de démarrage"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr "re-connexion automatique des groupes de discussion"
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr "Géolocalisation (avec geoclue)"
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr "Utilisation des standards XDG"
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr "Gère les cryptogrammes dans les groupes de discussion"
 
@@ -1115,9 +1165,6 @@ msgstr "Voici quelques captures d'écran de Gajim :"
 #~ msgid "12 June 2009"
 #~ msgstr "12 Juin 2009"
 
-#~ msgid "21 December 2008"
-#~ msgstr "21 Décembre 2008"
-
 #~ msgid "17 December 2008"
 #~ msgstr "17 Décembre 2008"
 
@@ -1174,9 +1221,6 @@ msgstr "Voici quelques captures d'écran de Gajim :"
 #~ msgid "Fix handling of invalid XML"
 #~ msgstr "Corrige la gestion du XML non valide"
 
-#~ msgid "Improved windows installer"
-#~ msgstr "Installateur Windows amélioré"
-
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Bogues / Nuisances connus"
 
diff --git a/locale/hu_HU/LC_MESSAGES/msg.po b/locale/hu_HU/LC_MESSAGES/msg.po
index 1889d43d2b50e5a68508d5142bf43e053f798695..c9efc99347ba7a91bc58d62a70622a0bc5f6d814 100644
--- a/locale/hu_HU/LC_MESSAGES/msg.po
+++ b/locale/hu_HU/LC_MESSAGES/msg.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2010-11-25 02:26+0200\n"
 "Last-Translator: Gabriel Papp <gabriel.papp@gmx.com>\n"
 "Language-Team: -\n"
@@ -759,193 +759,241 @@ msgid "NEWS"
 msgstr "HÍREK"
 
 #: index.php:52
+#, fuzzy, c-format
+msgid "Beta3-release of Gajim %s"
+msgstr "    A Gajim tarball verziója található meg"
+
+#: index.php:53
 #, c-format
 msgid "Beta2-release of Gajim %s"
 msgstr ""
 
-#: index.php:53
+#: index.php:54
 #, fuzzy, c-format
 msgid "Beta-release of Gajim %s"
 msgstr "    A Gajim tarball verziója található meg"
 
-#: index.php:54
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr ""
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "Megjelent a Gajim %s!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "2010. szeptember. 02"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "2010. október. 26"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "2010. szeptember. 02"
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr ""
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr ""
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr ""
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr ""
 
-#: index.php:71
+#: index.php:73
 msgid "26 October 2010"
 msgstr "2010. október. 26"
 
-#: index.php:72
+#: index.php:74
 msgid "02 September 2010"
 msgstr "2010. szeptember. 02"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr ""
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr ""
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "A Gajim %s verziója megjelent."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "Újdonságok a %s óta:"
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Gyorsabb indítás"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Teljes verziótörténet"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Teljes verziótörténet"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr "Javított hibák listája"
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "   Fordítások állapota"
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr "Néhány apróbb hibajavítás. Lásd: "
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr "Jingle hang / videó beszélgetés"
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr "Gyorsabb indítás"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr "Automatikus újracsatlakozás a közös beszélgetésekhez"
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr "Geocímke (geoclue-val)"
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr "XDG szabvány használata"
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr "Kezeli a közös beszélgetések captcha kódjait"
 
diff --git a/locale/it_IT/LC_MESSAGES/msg.po b/locale/it_IT/LC_MESSAGES/msg.po
index 88f77400a2088e682e46a313ad94de87ff78c7ce..ee7c7c4800ba802dabb16350e1fd300e2ce67fa7 100644
--- a/locale/it_IT/LC_MESSAGES/msg.po
+++ b/locale/it_IT/LC_MESSAGES/msg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gajim website\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2007-09-23 00:39+0100\n"
 "Last-Translator: neoex <neoex.dc@gmail.com>\n"
 "Language-Team: Italian\n"
@@ -767,194 +767,242 @@ msgstr "NEWS"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Pre-release di Gajim 0.11.2"
 
 #: index.php:53
 #, fuzzy, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr "Pre-release di Gajim 0.11.2"
 
 #: index.php:54
 #, fuzzy, c-format
+msgid "Beta-release of Gajim %s"
+msgstr "Pre-release di Gajim 0.11.2"
+
+#: index.php:55
+#, fuzzy, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Pre-release di Gajim 0.11.2"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "E' arrivato Gajim 0.11!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "19 Dicembre 2006"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "22 Settembre 2007"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "22 Settembre 2007"
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr ""
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr ""
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr ""
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr ""
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "22 Settembre 2007"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "22 Settembre 2007"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, fuzzy, c-format
 msgid "Version %s will arrive very soon."
 msgstr "La versione 0.11.2 verrà rilasciata presto."
 
-#: index.php:77
+#: index.php:80
 #, fuzzy, c-format
 msgid "Version %s will arrive soon."
 msgstr "La versione 0.11.2 verrà rilasciata presto."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "E' stata rilasciata la versione 0.11 di Gajim."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Novità rispetto alla "
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Installer Windows"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "ChangeLog completo"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "ChangeLog completo"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "   Stato delle traduzioni"
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr ""
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1028,10 +1076,6 @@ msgstr "Ecco alcune schermate di Gajim:"
 #~ msgid "    The tarball version of 0.13 rc1 is "
 #~ msgstr "    Il tarball della pre-release 0.11.2 è "
 
-#, fuzzy
-#~ msgid "21 December 2008"
-#~ msgstr "19 Dicembre 2006"
-
 #, fuzzy
 #~ msgid "17 December 2008"
 #~ msgstr "19 Dicembre 2006"
@@ -1043,10 +1087,6 @@ msgstr "Ecco alcune schermate di Gajim:"
 #~ msgid "Bugs/Annoyances closed"
 #~ msgstr "Bug corretti"
 
-#, fuzzy
-#~ msgid "Improved windows installer"
-#~ msgstr "Installer Windows"
-
 #, fuzzy
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Bug corretti"
diff --git a/locale/pl_PL/LC_MESSAGES/msg.po b/locale/pl_PL/LC_MESSAGES/msg.po
index 272348d145b4b5f88ab4cc9f43cf1024c9a9d75f..d3d5cc38979278de23257da9b6c5df40fe4f6002 100644
--- a/locale/pl_PL/LC_MESSAGES/msg.po
+++ b/locale/pl_PL/LC_MESSAGES/msg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Gajim-0.12\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2008-10-19 20:18+0100\n"
 "Last-Translator: Tadzik Sośnierz <tadzikes@gmail.com>\n"
 "Language-Team: Polish\n"
@@ -770,200 +770,248 @@ msgstr "AKTUALNOÅšCI"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Wydano wersjÄ™ alpha %s"
 
 #: index.php:53
 #, fuzzy, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr "Wydano wersjÄ™ alpha %s"
 
 #: index.php:54
+#, fuzzy, c-format
+msgid "Beta-release of Gajim %s"
+msgstr "Wydano wersjÄ™ alpha %s"
+
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Wydano wersjÄ™ alpha %s"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "Gajim %s już jest!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "13 Grudnia 2007"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "22 Września 2007"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "22 Września 2007"
 
-#: index.php:67
+#: index.php:69
 #, fuzzy
 msgid "27 August 2011"
 msgstr "12 Sierpnia 2008"
 
-#: index.php:68
+#: index.php:70
 #, fuzzy
 msgid "22 July 2011"
 msgstr "12 Sierpnia 2008"
 
-#: index.php:69
+#: index.php:71
 #, fuzzy
 msgid "19 June 2011"
 msgstr "12 Sierpnia 2008"
 
-#: index.php:70
+#: index.php:72
 #, fuzzy
 msgid "07 June 2011"
 msgstr "12 Sierpnia 2008"
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "22 Września 2007"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "22 Września 2007"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, fuzzy, c-format
 msgid "Version %s will arrive very soon."
 msgstr "Wersja %s już wktrótce."
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr "Wersja %s już wktrótce."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Wersja %s Gajima została wydana"
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "Co nowego od czasu %s:"
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Ulepszony instalator dla Windows"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Pełna lista zmian (ChangeLog)"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Pełna lista zmian (ChangeLog)"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "   Stan tłumaczeń"
 
-#: index.php:131
+#: index.php:148
 #, fuzzy
 msgid "Fix history viewer"
 msgstr "Naprawione przesyłanie plików"
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 #, fuzzy
 msgid "Improve startup time"
 msgstr "Poprawione menu ikony w tacce systemowej"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1060,10 +1108,6 @@ msgstr "Tutaj możesz zobaczyć zrzuty ekranu z Gajima:"
 #~ msgid "    The tarball version of 0.13 rc1 is "
 #~ msgstr "    Spakowana wersja Gajima jest"
 
-#, fuzzy
-#~ msgid "21 December 2008"
-#~ msgstr "13 Grudnia 2007"
-
 #, fuzzy
 #~ msgid "17 December 2008"
 #~ msgstr "13 Grudnia 2007"
@@ -1122,9 +1166,6 @@ msgstr "Tutaj możesz zobaczyć zrzuty ekranu z Gajima:"
 #~ msgid "Fix handling of invalid XML"
 #~ msgstr "Poprawiona obsługa nieprawidłowych tagów XML"
 
-#~ msgid "Improved windows installer"
-#~ msgstr "Ulepszony instalator dla Windows"
-
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Znane błędy/niewygody"
 
diff --git a/locale/pt_BR/LC_MESSAGES/msg.po b/locale/pt_BR/LC_MESSAGES/msg.po
index 01d28120e7a324fc52aac2f6d137cfb81af49e82..0b75091a2cdf151be0af6d54e3b240142bf017bd 100644
--- a/locale/pt_BR/LC_MESSAGES/msg.po
+++ b/locale/pt_BR/LC_MESSAGES/msg.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2009-03-11 10:53-0300\n"
 "Last-Translator: Davidson Paulo <davidsonpaulo@gmail.com>\n"
 "Language-Team: \n"
@@ -793,200 +793,248 @@ msgstr "NOT&Iacute;CIAS"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Beta do Gajim %s"
 
 #: index.php:53
+#, fuzzy, c-format
+msgid "Beta2-release of Gajim %s"
+msgstr "Beta do Gajim %s"
+
+#: index.php:54
 #, c-format
 msgid "Beta-release of Gajim %s"
 msgstr "Beta do Gajim %s"
 
-#: index.php:54
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Alpha do Gajim %s"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "O Gajim %s est&aacute; aqui!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "21 de Dezembro de 2008"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "22 de Setembro de 2007"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "22 de Setembro de 2007"
 
-#: index.php:67
+#: index.php:69
 #, fuzzy
 msgid "27 August 2011"
 msgstr "12 de Agosto de 2008"
 
-#: index.php:68
+#: index.php:70
 #, fuzzy
 msgid "22 July 2011"
 msgstr "12 de Agosto de 2008"
 
-#: index.php:69
+#: index.php:71
 #, fuzzy
 msgid "19 June 2011"
 msgstr "12 de Agosto de 2008"
 
-#: index.php:70
+#: index.php:72
 #, fuzzy
 msgid "07 June 2011"
 msgstr "12 de Agosto de 2008"
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "22 de Setembro de 2007"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "22 de Setembro de 2007"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr "A vers&atilde; %s chegar&aacute; muito em breve."
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr "A vers&atilde; %s chegar&aacute; em breve."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "A vers&atilde;o %s do Gajim &eacute; lan&ccedil;ada."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "O que h&aacute; de novo desde a vers&atilde;o %s:"
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Instalador para Windows melhorado"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Registro Completo das Altera&atilde;&otilde;es"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Registro Completo das Altera&atilde;&otilde;es"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "   Status das tradu&ccedil;&otilde;es"
 
-#: index.php:131
+#: index.php:148
 #, fuzzy
 msgid "Fix history viewer"
 msgstr "Corrigida transfer&ecirc;ncia de arquivos"
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 #, fuzzy
 msgid "Improve startup time"
 msgstr "Melhorado menu popup da bandeja do sistema"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1081,9 +1129,6 @@ msgstr "Aqui est&atilde;o alguns screenshots do Gajim:"
 #~ msgstr ""
 #~ "    O pacote de c&oacute;digo-fonte do pr&eacute;-release 0.11.2 está"
 
-#~ msgid "21 December 2008"
-#~ msgstr "21 de Dezembro de 2008"
-
 #~ msgid "17 December 2008"
 #~ msgstr "17 de Dezembro de 2008"
 
@@ -1145,9 +1190,6 @@ msgstr "Aqui est&atilde;o alguns screenshots do Gajim:"
 #~ msgid "Fix handling of invalid XML"
 #~ msgstr "Corrigido tratamento de XML inv&aacute;lido"
 
-#~ msgid "Improved windows installer"
-#~ msgstr "Instalador para Windows melhorado"
-
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Bugs conhecidos/Inc&ocirc;modos"
 
diff --git a/locale/ru_RU/LC_MESSAGES/msg.po b/locale/ru_RU/LC_MESSAGES/msg.po
index 36e2b0e7df1fdc204ef3df6b4b571a75fa5c388d..4ebc0d88712548d8f8e7b62a3f62f77e25d068b0 100644
--- a/locale/ru_RU/LC_MESSAGES/msg.po
+++ b/locale/ru_RU/LC_MESSAGES/msg.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gajim-website 20061103\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:05+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\n"
 "PO-Revision-Date: 2009-06-12 15:51+0300\n"
 "Last-Translator: Grigory Sarnitskiy <sargrigory@ya.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -760,200 +760,248 @@ msgstr "НОВОСТИ"
 
 #: index.php:52
 #, fuzzy, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr "Бета-версия Gajim %s"
 
 #: index.php:53
+#, fuzzy, c-format
+msgid "Beta2-release of Gajim %s"
+msgstr "Бета-версия Gajim %s"
+
+#: index.php:54
 #, c-format
 msgid "Beta-release of Gajim %s"
 msgstr "Бета-версия Gajim %s"
 
-#: index.php:54
+#: index.php:55
 #, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr "Альфа-релиз Gajim %s"
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "Gajim %s уже здесь!"
 
-#: index.php:65
+#: index.php:66
+#, fuzzy
+msgid "18 December 2011"
+msgstr "21 декабря 2008"
+
+#: index.php:67
 #, fuzzy
 msgid "08 October 2011"
 msgstr "22 Сентября 2007"
 
-#: index.php:66
+#: index.php:68
 #, fuzzy
 msgid "17 September 2011"
 msgstr "22 Сентября 2007"
 
-#: index.php:67
+#: index.php:69
 #, fuzzy
 msgid "27 August 2011"
 msgstr "12 августа 2008"
 
-#: index.php:68
+#: index.php:70
 #, fuzzy
 msgid "22 July 2011"
 msgstr "7 июня 2009"
 
-#: index.php:69
+#: index.php:71
 #, fuzzy
 msgid "19 June 2011"
 msgstr "7 июня 2009"
 
-#: index.php:70
+#: index.php:72
 #, fuzzy
 msgid "07 June 2011"
 msgstr "7 июня 2009"
 
-#: index.php:71
+#: index.php:73
 #, fuzzy
 msgid "26 October 2010"
 msgstr "22 Сентября 2007"
 
-#: index.php:72
+#: index.php:74
 #, fuzzy
 msgid "02 September 2010"
 msgstr "22 Сентября 2007"
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr "Версия %s выйдет очень скоро."
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr "Версия %s скоро выйдет."
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Выпущена версия Gajim %s."
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr "Что нового по сравнению с  %s:"
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
+msgstr ""
+
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:111
+#, fuzzy
+msgid "Improve search in roster"
+msgstr "Улучшеный установщик для Windows"
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr "Полный список изменений"
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Полный список изменений"
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr "Список исправленных ошибок"
 
-#: index.php:125
+#: index.php:142
 #, fuzzy
 msgid "Fix translation issue"
 msgstr "Уточнены некоторые переводы"
 
-#: index.php:131
+#: index.php:148
 #, fuzzy
 msgid "Fix history viewer"
 msgstr "Исправлена передача файлов"
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 #, fuzzy
 msgid "Improve startup time"
 msgstr "Улучшено всплывающее меню области уведомлений"
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""
 
@@ -1072,9 +1120,6 @@ msgstr "Здесь некоторые скриншоты Gajim:"
 #~ msgid "12 June 2009"
 #~ msgstr "12 июня 2009"
 
-#~ msgid "21 December 2008"
-#~ msgstr "21 декабря 2008"
-
 #~ msgid "17 December 2008"
 #~ msgstr "17 декабря 2008"
 
@@ -1148,9 +1193,6 @@ msgstr "Здесь некоторые скриншоты Gajim:"
 #~ msgid "Fix handling of invalid XML"
 #~ msgstr "Исправлена обработка некорректного XML"
 
-#~ msgid "Improved windows installer"
-#~ msgstr "Улучшеный установщик для Windows"
-
 #~ msgid "Known Bugs/Annoyances"
 #~ msgstr "Известные ошибки"
 
diff --git a/msg.pot b/msg.pot
index d694ee8282f39a216ae9ec226366937782fc3551..ce236b38f76491c8b89c7c4ce507685eaf3e6a3b 100644
--- a/msg.pot
+++ b/msg.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-09 18:08+0200\n"
+"POT-Creation-Date: 2011-12-18 15:07+0100\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"
@@ -705,188 +705,234 @@ msgstr ""
 
 #: index.php:52
 #, c-format
-msgid "Beta2-release of Gajim %s"
+msgid "Beta3-release of Gajim %s"
 msgstr ""
 
 #: index.php:53
 #, c-format
-msgid "Beta-release of Gajim %s"
+msgid "Beta2-release of Gajim %s"
 msgstr ""
 
 #: index.php:54
 #, c-format
+msgid "Beta-release of Gajim %s"
+msgstr ""
+
+#: index.php:55
+#, c-format
 msgid "Alpha-release of Gajim %s"
 msgstr ""
 
-#: index.php:55 index.php:56 index.php:57 index.php:58 index.php:59
+#: index.php:56 index.php:57 index.php:58 index.php:59 index.php:60
 #, c-format
 msgid "Gajim %s is here!"
 msgstr ""
 
-#: index.php:65
+#: index.php:66
+msgid "18 December 2011"
+msgstr ""
+
+#: index.php:67
 msgid "08 October 2011"
 msgstr ""
 
-#: index.php:66
+#: index.php:68
 msgid "17 September 2011"
 msgstr ""
 
-#: index.php:67
+#: index.php:69
 msgid "27 August 2011"
 msgstr ""
 
-#: index.php:68
+#: index.php:70
 msgid "22 July 2011"
 msgstr ""
 
-#: index.php:69
+#: index.php:71
 msgid "19 June 2011"
 msgstr ""
 
-#: index.php:70
+#: index.php:72
 msgid "07 June 2011"
 msgstr ""
 
-#: index.php:71
+#: index.php:73
 msgid "26 October 2010"
 msgstr ""
 
-#: index.php:72
+#: index.php:74
 msgid "02 September 2010"
 msgstr ""
 
-#: index.php:75 index.php:76
+#: index.php:77 index.php:78 index.php:79
 #, c-format
 msgid "Version %s will arrive very soon."
 msgstr ""
 
-#: index.php:77
+#: index.php:80
 #, c-format
 msgid "Version %s will arrive soon."
 msgstr ""
 
-#: index.php:78 index.php:79 index.php:80 index.php:81 index.php:82
+#: index.php:81 index.php:82 index.php:83 index.php:84 index.php:85
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr ""
 
-#: index.php:88 index.php:89 index.php:90 index.php:91 index.php:92
-#: index.php:93 index.php:94 index.php:95
+#: index.php:91 index.php:92 index.php:93 index.php:94 index.php:95
+#: index.php:96 index.php:97 index.php:98 index.php:99
 #, c-format
 msgid "What's new since %s:"
 msgstr ""
 
-#: index.php:99
-msgid "Fix End to End encryption."
+#: index.php:103
+msgid "handle default value in seclabel XEP"
 msgstr ""
 
-#: index.php:100
-msgid "Fix auto-opening chat window when a contact connects."
+#: index.php:104
+msgid "Fix convertion from chat to groupchat"
 msgstr ""
 
-#: index.php:101
-msgid "Fix registering a new account."
+#: index.php:105
+msgid "Add infobar in chat window for file transfer"
 msgstr ""
 
-#: index.php:102
-msgid "Fix In Band Bytestream."
+#: index.php:106
+msgid "Implements XEP-0280: Message Carbons"
+msgstr ""
+
+#: index.php:107
+msgid "use TLS connection for plugin installer"
+msgstr ""
+
+#: index.php:108
+msgid "Some privacy improvements"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
-#: index.php:140 index.php:145 index.php:156
+#: index.php:109
+msgid "Add a global proxy option"
+msgstr ""
+
+#: index.php:110
+msgid "Make more use of proxy everytime we need to access the internet"
+msgstr ""
+
+#: index.php:111
+msgid "Improve search in roster"
+msgstr ""
+
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150 index.php:157 index.php:162 index.php:173
 msgid "Full ChangeLog"
 msgstr ""
 
-#: index.php:103 index.php:110 index.php:120 index.php:126 index.php:133
+#: index.php:112 index.php:120 index.php:127 index.php:137 index.php:143
+#: index.php:150
 msgid "Full changelog, see"
 msgstr ""
 
-#: index.php:107
+#: index.php:116
+msgid "Fix End to End encryption."
+msgstr ""
+
+#: index.php:117
+msgid "Fix auto-opening chat window when a contact connects."
+msgstr ""
+
+#: index.php:118
+msgid "Fix registering a new account."
+msgstr ""
+
+#: index.php:119
+msgid "Fix In Band Bytestream."
+msgstr ""
+
+#: index.php:124
 msgid "Plugins are now translatable"
 msgstr ""
 
-#: index.php:108
+#: index.php:125
 msgid "Workarround a D-Bus issue with non-character unicode"
 msgstr ""
 
-#: index.php:109
+#: index.php:126
 msgid "Fix windows usage when GTK library is already in PATH"
 msgstr ""
 
-#: index.php:114
+#: index.php:131
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:115
+#: index.php:132
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:116
+#: index.php:133
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:117
+#: index.php:134
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:118
+#: index.php:135
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:119
+#: index.php:136
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:121 index.php:127 index.php:134 index.php:141 index.php:146
-#: index.php:157
+#: index.php:138 index.php:144 index.php:151 index.php:158 index.php:163
+#: index.php:174
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:125
+#: index.php:142
 msgid "Fix translation issue"
 msgstr ""
 
-#: index.php:131
+#: index.php:148
 msgid "Fix history viewer"
 msgstr ""
 
-#: index.php:132
+#: index.php:149
 msgid "Fix closing roster window"
 msgstr ""
 
-#: index.php:138
+#: index.php:155
 msgid "Fix CPU usage when testing file transfer proxies"
 msgstr ""
 
-#: index.php:139
+#: index.php:156
 msgid "Fix invalid XML char regex"
 msgstr ""
 
-#: index.php:140 index.php:145
+#: index.php:157 index.php:162
 msgid "Various minor bugfixes, see"
 msgstr ""
 
-#: index.php:150
+#: index.php:167
 msgid "Jingle audio / video chat"
 msgstr ""
 
-#: index.php:151
+#: index.php:168
 msgid "Improve startup time"
 msgstr ""
 
-#: index.php:152
+#: index.php:169
 msgid "Groupchat auto-rejoin"
 msgstr ""
 
-#: index.php:153
+#: index.php:170
 msgid "Geolocation (with geoclue)"
 msgstr ""
 
-#: index.php:154
+#: index.php:171
 msgid "Use XDG standards"
 msgstr ""
 
-#: index.php:155
+#: index.php:172
 msgid "Handle groupchat captcha"
 msgstr ""