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

prepare website for 0.15.1

parent c9902e1b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Entete (_("Gajim, a Jabber client"), "GAJIM");
$download_folder = "0.15";
$last_version = "0.15";
$last_version = "0.15.1";
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>");
......
......@@ -37,7 +37,7 @@ $array_features = array(
13 => _("XML console"),
14 => _("Link local (bonjour / zeroconf), BOSH"),
15 => _("Other features via plugins"),
16 => _("Gajim is available in 25 languages: Basque, Belarusian, Brasilian, British, Bulgarian, Chinese (simplified), Croatian, Czech, Danish, English, Esperanto, French, Galician, German, Italian, Japanese, Lithuanian, Norwegian (Bokmål), Polish, Russian, Serbian, Spanish, Slovak, Swedish and Ukrainian"),
16 => _("Gajim is available in 29 languages: Basque, Belarusian, Brasilian, British, Bulgarian, Chinese (simplified), Croatian, Czech, Danish, English, Esperanto, French, Galician, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Norwegian (Bokmål), Polish, Russian, Serbian, Spanish, Slovak, Swedish, Turkish and Ukrainian"),
);
......@@ -50,29 +50,40 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl->set_var("NEWS_MAIN", _("NEWS"));
$array_news_title = array(
0 => sprintf(_("Gajim %s is here!"), "0.15")
0 => sprintf(_("Gajim %s is here!"), "0.15.1")
1 => 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 => _("18 March 2012")
0 => _("29 August 2012")
1 => _("18 March 2012")
);
$array_news_desc = array(
0 => sprintf(_("Version %s of Gajim has been released."), "0.15")
0 => sprintf(_("Version %s of Gajim has been released."), "0.15.1")
1 => 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.14.4")
0 => sprintf(_("What's new since %s:"), "0.15")
1 => sprintf(_("What's new since %s:"), "0.14.4")
);
// 3 => sprintf(_("What's new in it:")),
$array_news_items[0] = 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[1] = array(
0 => _("Plugin system"),
1 => _("Whiteboard (via a plugin)"),
2 => _("Message archiving"),
......
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