Changeset 9427 for www-website/index.php

Show
Ignore:
Timestamp:
04/01/08 00:09:40 (8 months ago)
Author:
asterix
Message:

announce new windows installer on website. fixes #3703, #2924

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r9135 r9427  
    4848$array_news_title = array( 
    4949        0 => sprintf(_("New windows installer")), 
    50         1 => sprintf(_("Gajim %s is here!"), "0.11.4"), 
    51         2 => sprintf(_("Gajim %s is here!"), "0.11.3"), 
    52         3 => sprintf(_("Gajim %s is here!"), "0.11.2"), 
    53         4 => sprintf(_("Pre-release of Gajim %s"), "0.11.2"), 
    54         5 => sprintf(_("Gajim %s is here!"), "0.11.1"), 
    55         6 => sprintf(_("Pre-release of Gajim %s"), "0.11.1"), 
    56         7 => sprintf(_("Gajim %s is here!"), "0.11")); 
     50        1 => sprintf(_("New windows installer")), 
     51        2 => sprintf(_("Gajim %s is here!"), "0.11.4"), 
     52        3 => sprintf(_("Gajim %s is here!"), "0.11.3"), 
     53        4 => sprintf(_("Gajim %s is here!"), "0.11.2"), 
     54        5 => sprintf(_("Pre-release of Gajim %s"), "0.11.2"), 
     55        6 => sprintf(_("Gajim %s is here!"), "0.11.1"), 
     56        7 => sprintf(_("Pre-release of Gajim %s"), "0.11.1"), 
     57        8 => sprintf(_("Gajim %s is here!"), "0.11")); 
    5758$array_news_date = array( 
    58         0 => _("13 December 2007"), 
    59         1 => _("06 December 2007"), 
    60         2 => _("17 November 2007"), 
    61         3 => _("22 September 2007"), 
    62         4 => _("09 September 2007"), 
    63         5 => _("18 February 2007"), 
    64         6 => _("07 February 2007"), 
    65         7 => _("19 December 2006")); 
     59        0 => _("01 April 2008"), 
     60        1 => _("13 December 2007"), 
     61        2 => _("06 December 2007"), 
     62        3 => _("17 November 2007"), 
     63        4 => _("22 September 2007"), 
     64        5 => _("09 September 2007"), 
     65        6 => _("18 February 2007"), 
     66        7 => _("07 February 2007"), 
     67        8 => _("19 December 2006")); 
    6668$array_news_desc = array( 
    6769        0 => sprintf(_("New Windows Installer with GTK+ included.")), 
    68         1 => sprintf(_("Version %s of Gajim has been released."), "0.11.4"), 
    69         2 => sprintf(_("Version %s of Gajim has been released."), "0.11.3"), 
    70         3 => sprintf(_("Version %s of Gajim has been released."), "0.11.2"), 
    71         4 => sprintf(_("Version %s will arrive soon."), "0.11.2"), 
    72         5 => sprintf(_("Version %s of Gajim has been released."), "0.11.1"), 
    73         6 => sprintf(_("Version %s will arrive soon."), "0.11.1"), 
    74         7 => sprintf(_("Version %s of Gajim has been released."), "0.11")); 
     70        1 => sprintf(_("New Windows Installer with GTK+ included.")), 
     71        2 => sprintf(_("Version %s of Gajim has been released."), "0.11.4"), 
     72        3 => sprintf(_("Version %s of Gajim has been released."), "0.11.3"), 
     73        4 => sprintf(_("Version %s of Gajim has been released."), "0.11.2"), 
     74        5 => sprintf(_("Version %s will arrive soon."), "0.11.2"), 
     75        6 => sprintf(_("Version %s of Gajim has been released."), "0.11.1"), 
     76        7 => sprintf(_("Version %s will arrive soon."), "0.11.1"), 
     77        8 => sprintf(_("Version %s of Gajim has been released."), "0.11")); 
    7578$array_news_whats_new = array( 
    7679        0 => sprintf(_("What's new in it:")), 
    77         1 => sprintf(_("What's new since %s:"), "0.11.3"), 
    78         2 => sprintf(_("What's new since %s:"), "0.11.2"), 
    79         3 => sprintf(_("What's new since %s:"), "0.11.1"), 
     80        1 => sprintf(_("What's new in it:")), 
     81        2 => sprintf(_("What's new since %s:"), "0.11.3"), 
     82        3 => sprintf(_("What's new since %s:"), "0.11.2"), 
    8083        4 => sprintf(_("What's new since %s:"), "0.11.1"), 
    81         5 => sprintf(_("What's new since %s:"), "0.11"), 
     84        5 => sprintf(_("What's new since %s:"), "0.11.1"), 
    8285        6 => sprintf(_("What's new since %s:"), "0.11"), 
    83         7 => sprintf(_("What's new since %s:"), "0.10.1")); 
     86        7 => sprintf(_("What's new since %s:"), "0.11"), 
     87        8 => sprintf(_("What's new since %s:"), "0.10.1")); 
    8488 
    8589$array_news_items[0] = array( 
     90        0 => _("GTK+ 2.12.9 is included. This fixes a bug when minimizing Gajim to taskbar, and improve stability.") 
     91        ); 
     92 
     93$array_news_items[1] = array( 
    8694        0 => _("GTK+ 2.12.3 is included instead of 2.10.11. This fixes a bug when right clicking on systray icon."), 
    8795        1 => _("Fix decoding error when replying to jabber:iq:time request."), 
    8896        ); 
    8997 
    90 $array_news_items[1] = array( 
     98$array_news_items[2] = array( 
    9199        0 => _("This is a bug-fix only release."), 
    92100        1 => "<a href = \"http://trac.gajim.org/browser/tags/gajim-0.11.4/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     
    94102        ); 
    95103 
    96 $array_news_items[2] = array( 
     104$array_news_items[3] = array( 
    97105        0 => _("This is a bug-fix only release."), 
    98106        1 => _("New danish translation"), 
    99107        2 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.2/ChangeLog\">"._("Full ChangeLog")."</a> ", 
    100108        3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.3\">"._("Bugs/Annoyances closed")."</a>", 
    101         ); 
    102  
    103 $array_news_items[3] = array( 
    104         0 => _("This is a bug-fix only release. Nothing new"), 
    105         1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
    106         2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
    107109        ); 
    108110 
     
    114116 
    115117$array_news_items[5] = array( 
     118        0 => _("This is a bug-fix only release. Nothing new"), 
     119        1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     120        2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
     121        ); 
     122 
     123$array_news_items[6] = array( 
    116124        0 => _("Fix Idle and non-ascii languages under Windows"), 
    117125        1 => _("Fix International Domain Name usage"), 
     
    125133        ); 
    126134 
    127 $array_news_items[6] = array( 
     135$array_news_items[7] = array( 
    128136        0 => _("Fix Idle and non-ascii languages under Windows"), 
    129137        1 => _("Fix International Domain Name usage"), 
     
    135143        ); 
    136144 
    137 $array_news_items[7] = array( 
     145$array_news_items[8] = array( 
    138146        0 => _("Support for link-local messaging via Zeroconf using Avahi"), 
    139147        1 => _("Support for Network Manager"),