Skip to content
Snippets Groups Projects
Commit 8b91ecf0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

new windows built with spell checking

parent 9ef6570a
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment