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

fix syntax

parent 2407f101
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,12 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl->set_var("NEWS_MAIN", _("NEWS"));
$array_news_title = array(
0 => sprintf(_("Alpha-release of Gajim %s"), "0.15"));
0 => sprintf(_("Alpha-release of Gajim %s"), "0.15"),
1 => sprintf(_("Gajim %s is here!"), "0.14.4"),
2 => sprintf(_("Gajim %s is here!"), "0.14.3"),
3 => sprintf(_("Gajim %s is here!"), "0.14.2"),
4 => sprintf(_("Gajim %s is here!"), "0.14.1"),
5 => sprintf(_("Gajim %s is here!"), "0.14"),
5 => sprintf(_("Gajim %s is here!"), "0.14"));
// 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"));
......@@ -68,7 +68,7 @@ $array_news_date = array(
5 => _("02 September 2010"));
$array_news_desc = array(
0 => sprintf(_("Version %s will arrive soon."), "0.15"));
0 => sprintf(_("Version %s will arrive soon."), "0.15"),
1 => sprintf(_("Version %s of Gajim has been released."), "0.14.4"),
2 => sprintf(_("Version %s of Gajim has been released."), "0.14.3"),
3 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"),
......
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