changeset f92829292d6f in /home/hg/repos/gajim-website

details:http://hg.gajim.org/gajim-website?cmd=changeset;node=f92829292d6f
description: prepare website for 0.15.3
diffstat:

 downloads.php                   |   2 +-
 index.php                       |  38 +++++++++++++------
 locale/bg_BG/LC_MESSAGES/msg.po |  58 +++++++++++++++++++-----------
 locale/de_DE/LC_MESSAGES/msg.po |  63 ++++++++++++++++++++-------------
 locale/eo/LC_MESSAGES/msg.po    |  58 +++++++++++++++++++-----------
 locale/es_ES/LC_MESSAGES/msg.po |  74 +++++++++++++++++++++++---------------
 locale/fr_FR/LC_MESSAGES/msg.po |  77 +++++++++++++++++++++++-----------------
 locale/he_IL/LC_MESSAGES/msg.po |  61 ++++++++++++++++++++-----------
 locale/hu_HU/LC_MESSAGES/msg.po |  58 +++++++++++++++++++-----------
 locale/it_IT/LC_MESSAGES/msg.po |  58 +++++++++++++++++++-----------
 locale/pl_PL/LC_MESSAGES/msg.po |  63 ++++++++++++++++++++-------------
 locale/pt_BR/LC_MESSAGES/msg.po |  63 ++++++++++++++++++++-------------
 locale/ru_RU/LC_MESSAGES/msg.po |  62 ++++++++++++++++++++------------
 msg.pot                         |  74 +++++++++++++++++++++++---------------
 14 files changed, 500 insertions(+), 309 deletions(-)

diffs (truncated from 1785 to 300 lines):

diff -r 4552a24787cb -r f92829292d6f downloads.php
--- a/downloads.php     Wed Jan 23 19:36:46 2013 +0100
+++ b/downloads.php     Sun Mar 17 19:29:19 2013 +0100
@@ -5,7 +5,7 @@
   Entete (_("Gajim, a Jabber client"), "GAJIM");
 
 $download_folder = "0.15";
-$last_version = "0.15.2";
+$last_version = "0.15.3";
 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-beta4</strong>");
diff -r 4552a24787cb -r f92829292d6f index.php
--- a/index.php Wed Jan 23 19:36:46 2013 +0100
+++ b/index.php Sun Mar 17 19:29:19 2013 +0100
@@ -50,50 +50,62 @@
 $tpl->set_var("NEWS_MAIN", _("NEWS"));
 
 $array_news_title = array(
-    0 => sprintf(_("Gajim %s is here!"), "0.15.2"),
-    1 => sprintf(_("Gajim %s is here!"), "0.15.1"),
-    2 => sprintf(_("Gajim %s is here!"), "0.15"),
+    0 => sprintf(_("Gajim %s is here!"), "0.15.3"),
+    1 => sprintf(_("Gajim %s is here!"), "0.15.2"),
+    2 => sprintf(_("Gajim %s is here!"), "0.15.1"),
+    3 => sprintf(_("Gajim %s is here!"), "0.15"),
 );
 //     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 => _("30 October 2012"),
-       1 => _("29 August 2012"),
-       2 => _("18 March 2012"),
+       0 => _("17 March 2013"),
+       1 => _("30 October 2012"),
+       2 => _("29 August 2012"),
+       3 => _("18 March 2012"),
 );
 
 $array_news_desc = array(
-    0 => sprintf(_("Version %s of Gajim has been released."), "0.15.2"),
-    1 => sprintf(_("Version %s of Gajim has been released."), "0.15.1"),
-    2 => sprintf(_("Version %s of Gajim has been released."), "0.15"),
+    0 => sprintf(_("Version %s of Gajim has been released."), "0.15.3"),
+    1 => sprintf(_("Version %s of Gajim has been released."), "0.15.2"),
+    2 => sprintf(_("Version %s of Gajim has been released."), "0.15.1"),
+    3 => sprintf(_("Version %s of Gajim has been released."), "0.15"),
 );
 //     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.1"),
+       0 => sprintf(_("What's new since %s:"), "0.15.2"),
+       1 => sprintf(_("What's new since %s:"), "0.15.1"),
        1 => sprintf(_("What's new since %s:"), "0.15"),
-       2 => sprintf(_("What's new since %s:"), "0.14.4"),
+       3 => sprintf(_("What's new since %s:"), "0.14.4"),
 );
 //     3 => sprintf(_("What's new in it:")),
 
 $array_news_items[0] = array(
+    0 => _("Better handling of SSL errors"),
+    1 => _("Better handling of canceling file transfer"),
+    2 => _("Improve farstream calls"),
+    3 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.3/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
+    4 => "<a href = 
\"http://trac.gajim.org/query?status=closed&milestone=0.15.3\";>"._("List of 
fixed bugs")."</a>",
+       );
+
+$array_news_items[1] = array(
     0 => _("Fix crash when pressing ESC in chat window"),
     1 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.2/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
     2 => "<a href = 
\"http://trac.gajim.org/query?status=closed&milestone=0.15.2\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[1] = array(
+$array_news_items[2] = array(
     0 => _("Switch to python-farstream"),
     1 => _("Fix several issues"),
     2 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
     3 => "<a href = 
\"http://trac.gajim.org/query?status=closed&milestone=0.15.1\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[2] = array(
+$array_news_items[3] = array(
     0 => _("Plugin system"),
     1 => _("Whiteboard (via a plugin)"),
     2 => _("Message archiving"),
diff -r 4552a24787cb -r f92829292d6f locale/bg_BG/LC_MESSAGES/msg.po
--- a/locale/bg_BG/LC_MESSAGES/msg.po   Wed Jan 23 19:36:46 2013 +0100
+++ b/locale/bg_BG/LC_MESSAGES/msg.po   Sun Mar 17 19:29:19 2013 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gajim website\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-19 23:43+0100\n"
+"POT-Creation-Date: 2013-03-17 19:25+0100\n"
 "PO-Revision-Date: 2007-03-14 17:52+0200\n"
 "Last-Translator: Yavor Doganov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
@@ -761,85 +761,101 @@
 msgid "NEWS"
 msgstr "НОВИНИ"
 
-#: index.php:53 index.php:54 index.php:55
+#: index.php:53 index.php:54 index.php:55 index.php:56
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "Излезе Gajim 0.11!"
 
-#: index.php:62
+#: index.php:63
+msgid "17 March 2013"
+msgstr ""
+
+#: index.php:64
 #, fuzzy
 msgid "30 October 2012"
 msgstr "19 декември 2006 г."
 
-#: index.php:63
+#: index.php:65
 msgid "29 August 2012"
 msgstr ""
 
-#: index.php:64
+#: index.php:66
 msgid "18 March 2012"
 msgstr ""
 
-#: index.php:68 index.php:69 index.php:70
+#: index.php:70 index.php:71 index.php:72 index.php:73
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Издадена е версия 0.11 на Gajim."
 
-#: index.php:77 index.php:78 index.php:79
+#: index.php:80 index.php:81 index.php:82 index.php:83
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Какво е новото спрямо "
 
-#: index.php:84
-msgid "Fix crash when pressing ESC in chat window"
+#: index.php:88
+msgid "Better handling of SSL errors"
 msgstr ""
 
-#: index.php:85 index.php:92 index.php:104
+#: index.php:89
+msgid "Better handling of canceling file transfer"
+msgstr ""
+
+#: index.php:90
+msgid "Improve farstream calls"
+msgstr ""
+
+#: index.php:91 index.php:97 index.php:104 index.php:116
 msgid "Full ChangeLog"
 msgstr "Пълен дневник на промените"
 
-#: index.php:85 index.php:92 index.php:104
+#: index.php:91 index.php:97 index.php:104 index.php:116
 #, fuzzy
 msgid "Full changelog, see"
 msgstr "Пълен дневник на промените"
 
-#: index.php:86 index.php:93 index.php:105
+#: index.php:92 index.php:98 index.php:105 index.php:117
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:90
+#: index.php:96
+msgid "Fix crash when pressing ESC in chat window"
+msgstr ""
+
+#: index.php:102
 msgid "Switch to python-farstream"
 msgstr ""
 
-#: index.php:91
+#: index.php:103
 #, fuzzy
 msgid "Fix several issues"
 msgstr "Нов превод: сръбски"
 
-#: index.php:97
+#: index.php:109
 msgid "Plugin system"
 msgstr ""
 
-#: index.php:98
+#: index.php:110
 msgid "Whiteboard (via a plugin)"
 msgstr ""
 
-#: index.php:99
+#: index.php:111
 msgid "Message archiving"
 msgstr ""
 
-#: index.php:100
+#: index.php:112
 msgid "Stream managment"
 msgstr ""
 
-#: index.php:101
+#: index.php:113
 msgid "Nested roster group"
 msgstr ""
 
-#: index.php:102
+#: index.php:114
 msgid "Roster filtrering"
 msgstr ""
 
-#: index.php:103
+#: index.php:115
 msgid "GPG and spell checking support for windows"
 msgstr ""
 
diff -r 4552a24787cb -r f92829292d6f locale/de_DE/LC_MESSAGES/msg.po
--- a/locale/de_DE/LC_MESSAGES/msg.po   Wed Jan 23 19:36:46 2013 +0100
+++ b/locale/de_DE/LC_MESSAGES/msg.po   Sun Mar 17 19:29:19 2013 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: msg\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-19 23:43+0100\n"
+"POT-Creation-Date: 2013-03-17 19:25+0100\n"
 "PO-Revision-Date: 2008-12-22 22:59+0100\n"
 "Last-Translator: \n"
 "Language-Team: German <[email protected]>\n"
@@ -789,86 +789,103 @@
 msgid "NEWS"
 msgstr "NEUIGKEITEN"
 
-#: index.php:53 index.php:54 index.php:55
+#: index.php:53 index.php:54 index.php:55 index.php:56
 #, c-format
 msgid "Gajim %s is here!"
 msgstr "Gajim %s ist da!"
 
-#: index.php:62
+#: index.php:63
+msgid "17 March 2013"
+msgstr ""
+
+#: index.php:64
 #, fuzzy
 msgid "30 October 2012"
 msgstr "22. September 2007"
 
-#: index.php:63
+#: index.php:65
 #, fuzzy
 msgid "29 August 2012"
 msgstr "12. August 2008"
 
-#: index.php:64
+#: index.php:66
 msgid "18 March 2012"
 msgstr ""
 
-#: index.php:68 index.php:69 index.php:70
+#: index.php:70 index.php:71 index.php:72 index.php:73
 #, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Version %s von Gajim wurde veröffentlicht."
 
-#: index.php:77 index.php:78 index.php:79
+#: index.php:80 index.php:81 index.php:82 index.php:83
 #, c-format
 msgid "What's new since %s:"
 msgstr "Was ist neu seit %s:"
 
-#: index.php:84
-msgid "Fix crash when pressing ESC in chat window"
+#: index.php:88
+msgid "Better handling of SSL errors"
 msgstr ""
 
-#: index.php:85 index.php:92 index.php:104
+#: index.php:89
+msgid "Better handling of canceling file transfer"
+msgstr ""
+
+#: index.php:90
+#, fuzzy
+msgid "Improve farstream calls"
+msgstr "Fehler beim Dateitransfer behoben"
+
+#: index.php:91 index.php:97 index.php:104 index.php:116
 msgid "Full ChangeLog"
 msgstr "Vollständige Veränderungshistorie"
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to