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

Merge branch 'master' of https://dev.gajim.org/gajim/website

parents 782e9ec0 47d8781d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Entete (_("Gajim, an XMPP client"), "GAJIM");
$download_folder = "1.0";
$last_version = "1.0.0";
$last_version = "1.0.1";
print (" <br/>\n");
print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n";
//printf(_(" A %s version is in test"), "<strong>1.0.0-beta2</strong>");
......
......@@ -50,28 +50,40 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl->set_var("NEWS_MAIN", _("NEWS"));
$array_news_title = array(
sprintf(_("Gajim %s is here!"), "1.0"),
sprintf(_("Gajim %s is here!"), "1.0.1"),
sprintf(_("Gajim %s is here!"), "1.0.0"),
);
// sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
// sprintf(_("Alpha-release of Gajim %s"), "0.12"),
// sprintf(_("New windows installer")),
$array_news_date = array(
_("1 April 2018"),
_("17 March 2018"),
);
$array_news_desc = array(
sprintf(_("Version %s of Gajim has been released."), "1.0"),
sprintf(_("Version %s of Gajim has been released."), "1.0.1"),
sprintf(_("Version %s of Gajim has been released."), "1.0.0"),
);
// sprintf(_("Version %s will arrive very soon."), "0.12"),
// sprintf(_("Version %s will arrive soon."), "0.12"),
// sprintf(_("New Windows Installer with GTK+ included.")),
$array_news_whats_new = array(
sprintf(_("What's new since %s:"), "1.0.0"),
sprintf(_("What's new since %s:"), "0.16.9"),
);
$index_new_items = 0;
$array_news_items[$index_new_items] = array(
0 => _("Improve MAM support"),
1 => _("Image preview in file chooser dialog"),
2 => _("Set minimize on auto join by default in groupchat"),
3 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.1/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Ported to GTK3 / Python3"),
1 => _("Integrate HTTPUpload"),
......
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