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

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

 downloads.php                   |   6 +-
 index.php                       |  54 ++++++++++++++++-----------
 locale/bg_BG/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/de_DE/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/eo/LC_MESSAGES/msg.po    |  68 +++++++++++++++++++++------------
 locale/es_ES/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/fr_FR/LC_MESSAGES/msg.po |  73 +++++++++++++++++++++---------------
 locale/it_IT/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/pl_PL/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/pt_BR/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 locale/ru_RU/LC_MESSAGES/msg.po |  68 +++++++++++++++++++++------------
 msg.pot                         |  67 +++++++++++++++++++++------------
 12 files changed, 463 insertions(+), 281 deletions(-)

diffs (truncated from 1822 to 300 lines):

diff -r c526a3b645e0 -r ae997cef8b05 downloads.php
--- a/downloads.php     Tue Nov 24 22:26:05 2009 +0100
+++ b/downloads.php     Sat Nov 28 23:07:42 2009 +0100
@@ -5,7 +5,7 @@
   Entete (_("Gajim, a Jabber client"), "GAJIM");
 
 print ("   <br/>\n");
-print _("    Latest version of Gajim is")."  <strong>0.13</strong><br/>\n";
+print _("    Latest version of Gajim is")."  <strong>0.13.1</strong><br/>\n";
 #printf(_("    A %s version is in test"), "<strong>0.13-rc5</strong>");
 print ("<br/>\n");
 print _("If your distribution doesn't have the latest version ");
@@ -138,7 +138,7 @@
 print _("    Windows installer\n");
 print ("   </h2>\n");
 print ("</a>\n");
-print _("    There is a ")." <a 
href=\"downloads/0.13/gajim-0.13-1.exe\">"._("Gajim installer")."</a>.\n";
+print _("    There is a ")." <a 
href=\"downloads/0.13/gajim-0.13.1-1.exe\">"._("Gajim installer")."</a>.\n";
 print ("    <br/>\n");
 #print _("    Here is a")." <a 
href=\"downloads/0.13/gajim-0.13-rc5.exe\">"._("Gajim installer")."</a> ";
 #printf(_("for %s version "), "0.13-rc5");
@@ -151,7 +151,7 @@
 print _("    Source\n");
 print ("   </h2>\n");
 print ("</a>\n");
-print _("    The tarball version of Gajim is ")."<a 
href=\"downloads/0.13/gajim-0.13.tar.bz2\">"._("here")."</a>. "._("For 
information on how to build Gajim,")." <a 
href=\"http://hg.gajim.org/gajim/raw-file/1001e93ec906/README.html\";>see the 
<tt>README</tt></a> ("._("in English").").<br />\n";
+print _("    The tarball version of Gajim is ")."<a 
href=\"downloads/0.13/gajim-0.13.1.tar.bz2\">"._("here")."</a>. "._("For 
information on how to build Gajim,")." <a 
href=\"http://hg.gajim.org/gajim/raw-file/1001e93ec906/README.html\";>see the 
<tt>README</tt></a> ("._("in English").").<br />\n";
 #printf(_("   The tarball version of %s is "), "0.13-rc5");
 #print "<a href=\"downloads/0.13/gajim-0.13.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 -r c526a3b645e0 -r ae997cef8b05 index.php
--- a/index.php Tue Nov 24 22:26:05 2009 +0100
+++ b/index.php Sat Nov 28 23:07:42 2009 +0100
@@ -48,55 +48,65 @@
 $tpl->set_var("NEWS_MAIN", _("NEWS"));
 
 $array_news_title = array(
-       0 => sprintf(_("Gajim %s is here!"), "0.13"),
-       1 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
-       2 => sprintf(_("Release candidate 4 of Gajim %s"), "0.13"),
-       3 => sprintf(_("Release candidate 1 of Gajim %s"), "0.13"),
-       4 => sprintf(_("Gajim %s is here!"), "0.12.5"));
+       0 => sprintf(_("Gajim %s is here!"), "0.13.1"),
+       1 => sprintf(_("Gajim %s is here!"), "0.13"),
+       2 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
+       3 => sprintf(_("Release candidate 4 of Gajim %s"), "0.13"),
+       4 => sprintf(_("Release candidate 1 of Gajim %s"), "0.13"),
+       5 => sprintf(_("Gajim %s is here!"), "0.12.5"));
 //     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 => _("23 November 2009"),
-       1 => _("7 November 2009"),
-       2 => _("4 November 2009"),
-       3 => _("3 November 2009"),
-       4 => _("08 August 2009"));
+       0 => _("28 November 2009"),
+       1 => _("23 November 2009"),
+       2 => _("7 November 2009"),
+       3 => _("4 November 2009"),
+       4 => _("3 November 2009"),
+       5 => _("08 August 2009"));
 
 $array_news_desc = array(
-       0 => sprintf(_("Version %s of Gajim has been released."), "0.13"),
-       1 => sprintf(_("Version %s will arrive soon."), "0.13"),
+       0 => sprintf(_("Version %s of Gajim has been released."), "0.13.1"),
+       1 => sprintf(_("Version %s of Gajim has been released."), "0.13"),
        2 => sprintf(_("Version %s will arrive soon."), "0.13"),
        3 => sprintf(_("Version %s will arrive soon."), "0.13"),
-       4 => sprintf(_("Version %s of Gajim has been released."), "0.12.5"));
+       4 => sprintf(_("Version %s will arrive soon."), "0.13"),
+       5 => sprintf(_("Version %s of Gajim has been released."), "0.12.5"));
 //     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.13-rc5"),
-       1 => sprintf(_("What's new since %s:"), "0.13-rc4"),
-       2 => sprintf(_("What's new since %s:"), "0.13-rc1"),
-       3 => sprintf(_("What's new since %s:"), "0.12.5"),
-       4 => sprintf(_("What's new since %s:"), "0.12.4"));
+       0 => sprintf(_("What's new since %s:"), "0.13"),
+       1 => sprintf(_("What's new since %s:"), "0.13-rc5"),
+       2 => sprintf(_("What's new since %s:"), "0.13-rc4"),
+       3 => sprintf(_("What's new since %s:"), "0.13-rc1"),
+       4 => sprintf(_("What's new since %s:"), "0.12.5"),
+       5 => sprintf(_("What's new since %s:"), "0.12.4"));
 //     3 => sprintf(_("What's new in it:")),
 
 $array_news_items[0] = array(
+       0 => _("Fix a bug when no account exists and bonjour is not available"),
+       1 => _("Fix a bug when opening advanced option in MUC"),
+       2 => _("Fix a bug when using non-BOSH proxies"),
+       );
+
+$array_news_items[1] = array(
        0 => _("Fix more BOSH bugs"),
        );
 
-$array_news_items[1] = array(
+$array_news_items[2] = array(
        0 => _("Fix BOSH connection with ejabberd server"),
        1 => _("Fix self contact behaviour with anonymous connection"),
        2 => _("Fix chatting with invisible contacts"),
        );
 
-$array_news_items[2] = array(
+$array_news_items[3] = array(
        0 => _("Fix BOSH URI parsing when port is not provided"),
        1 => _("Fix windows version (we were using a function not available 
under PyGTK 2.12.1)"),
        );
 
-$array_news_items[3] = array(
+$array_news_items[4] = array(
        0 => _("BOSH connection support"),
        1 => _("Roster versioning support"),
        2 => _("Interface to send XHTML messages"),
@@ -104,7 +114,7 @@
        4 => "<a href = 
\"http://trac.gajim.org/query?status=closed&milestone=0.13\";>"._("List of fixed 
bugs")."</a>",
        );
 
-$array_news_items[4] = array(
+$array_news_items[5] = array(
        0 => _("Don't depend on GTK 2.14"),
        );
 
diff -r c526a3b645e0 -r ae997cef8b05 locale/bg_BG/LC_MESSAGES/msg.po
--- a/locale/bg_BG/LC_MESSAGES/msg.po   Tue Nov 24 22:26:05 2009 +0100
+++ b/locale/bg_BG/LC_MESSAGES/msg.po   Sat Nov 28 23:07:42 2009 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gajim website\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-24 22:17+0100\n"
+"POT-Creation-Date: 2009-11-28 23:03+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"
@@ -735,113 +735,131 @@
 msgid "NEWS"
 msgstr "НОВИНИ"
 
-#: index.php:51 index.php:55
+#: index.php:51 index.php:52 index.php:56
 #, fuzzy, c-format
 msgid "Gajim %s is here!"
 msgstr "Излезе Gajim 0.11!"
 
-#: index.php:52
+#: index.php:53
 #, fuzzy, c-format
 msgid "Release candidate 5 of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
-#: index.php:53
+#: index.php:54
 #, fuzzy, c-format
 msgid "Release candidate 4 of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
-#: index.php:54
+#: index.php:55
 #, fuzzy, c-format
 msgid "Release candidate 1 of Gajim %s"
 msgstr "Предварително издание на Gajim 0.11.1"
 
-#: index.php:60
+#: index.php:61
+#, fuzzy
+msgid "28 November 2009"
+msgstr "19 декември 2006 г."
+
+#: index.php:62
 #, fuzzy
 msgid "23 November 2009"
 msgstr "19 декември 2006 г."
 
-#: index.php:61
+#: index.php:63
 #, fuzzy
 msgid "7 November 2009"
 msgstr "19 декември 2006 г."
 
-#: index.php:62
+#: index.php:64
 #, fuzzy
 msgid "4 November 2009"
 msgstr "19 декември 2006 г."
 
-#: index.php:63
+#: index.php:65
 #, fuzzy
 msgid "3 November 2009"
 msgstr "19 декември 2006 г."
 
-#: index.php:64
+#: index.php:66
 msgid "08 August 2009"
 msgstr ""
 
-#: index.php:67 index.php:71
+#: index.php:69 index.php:70 index.php:74
 #, fuzzy, c-format
 msgid "Version %s of Gajim has been released."
 msgstr "Издадена е версия 0.11 на Gajim."
 
-#: index.php:68 index.php:69 index.php:70
+#: index.php:71 index.php:72 index.php:73
 #, fuzzy, c-format
 msgid "Version %s will arrive soon."
 msgstr "Скоро ще излезе версия 0.11.1."
 
-#: index.php:77 index.php:78 index.php:79 index.php:80 index.php:81
+#: index.php:80 index.php:81 index.php:82 index.php:83 index.php:84
+#: index.php:85
 #, fuzzy, c-format
 msgid "What's new since %s:"
 msgstr "Какво е новото спрямо "
 
-#: index.php:85
+#: index.php:89
+msgid "Fix a bug when no account exists and bonjour is not available"
+msgstr ""
+
+#: index.php:90
+msgid "Fix a bug when opening advanced option in MUC"
+msgstr ""
+
+#: index.php:91
+msgid "Fix a bug when using non-BOSH proxies"
+msgstr ""
+
+#: index.php:95
 msgid "Fix more BOSH bugs"
 msgstr ""
 
-#: index.php:89
+#: index.php:99
 msgid "Fix BOSH connection with ejabberd server"
 msgstr ""
 
-#: index.php:90
+#: index.php:100
 msgid "Fix self contact behaviour with anonymous connection"
 msgstr ""
 
-#: index.php:91
+#: index.php:101
 msgid "Fix chatting with invisible contacts"
 msgstr ""
 
-#: index.php:95
+#: index.php:105
 msgid "Fix BOSH URI parsing when port is not provided"
 msgstr ""
 
-#: index.php:96
+#: index.php:106
 msgid ""
 "Fix windows version (we were using a function not available under PyGTK "
 "2.12.1)"
 msgstr ""
 
-#: index.php:100
+#: index.php:110
 msgid "BOSH connection support"
 msgstr ""
 
-#: index.php:101
+#: index.php:111
 #, fuzzy
 msgid "Roster versioning support"
 msgstr "Поддръжка за набори ключове на GNOME"
 
-#: index.php:102
+#: index.php:112
 msgid "Interface to send XHTML messages"
 msgstr ""
 
-#: index.php:103
+#: index.php:113
 msgid "Full ChangeLog"
 msgstr "Пълен дневник на промените"
 
-#: index.php:104
+#: index.php:114
 msgid "List of fixed bugs"
 msgstr ""
 
-#: index.php:108
+#: index.php:118
 msgid "Don't depend on GTK 2.14"
 msgstr ""
 
diff -r c526a3b645e0 -r ae997cef8b05 locale/de_DE/LC_MESSAGES/msg.po
--- a/locale/de_DE/LC_MESSAGES/msg.po   Tue Nov 24 22:26:05 2009 +0100
+++ b/locale/de_DE/LC_MESSAGES/msg.po   Sat Nov 28 23:07:42 2009 +0100
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to