From 8b91ecf0371ac703cd6dbc31ffe9bc0be28a6d41 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 19 Dec 2011 11:24:34 +0100 Subject: [PATCH] new windows built with spell checking --- downloads.php | 2 +- index.php | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/downloads.php b/downloads.php index cc7b6987..65121237 100644 --- a/downloads.php +++ b/downloads.php @@ -148,7 +148,7 @@ 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-beta3-1.exe\">"._("Gajim installer")."</a> "; +print _(" Here is a")." <a href=\"downloads/0.15/gajim-0.15-beta3-2.exe\">"._("Gajim installer")."</a> "; printf(_("for %s version "), "0.15-beta3"); print (".\n"); print (" <br/>\n"); diff --git a/index.php b/index.php index 1d86f8bc..8ad3440a 100644 --- a/index.php +++ b/index.php @@ -100,16 +100,17 @@ $array_news_whats_new = array( // 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> ", + 0 => _("Spell checking under windows"), + 1 => _("handle default value in seclabel XEP"), + 2 => _("Fix convertion from chat to groupchat"), + 3 => _("Add infobar in chat window for file transfer"), + 4 => _("Implements XEP-0280: Message Carbons"), + 5 => _("use TLS connection for plugin installer"), + 6 => _("Some privacy improvements"), + 7 => _("Add a global proxy option"), + 8 => _("Make more use of proxy everytime we need to access the internet"), + 9 => _("Improve search in roster"), + 10 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/9903fad02c40/ChangeLog\">"._("Full ChangeLog")."</a> ", ); $array_news_items[1] = array( -- GitLab