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

fix syntax

parent 2b15e77b
No related branches found
No related tags found
No related merge requests found
......@@ -50,29 +50,29 @@ 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.1")
1 => 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 => _("29 August 2012")
1 => _("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.1")
1 => 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.15")
1 => 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:")),
......
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