Changeset 7953 for www-website/index.php

Show
Ignore:
Timestamp:
02/07/07 22:16:27 (22 months ago)
Author:
asterix
Message:

update website for 0.11.0.7951 pre-release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r7695 r7953  
    4747 
    4848$array_news_title = array( 
    49         0 => _("Gajim 0.11 is here!")); 
     49        0 => _("Pre-release of Gajim 0.11.1"), 
     50        1 => _("Gajim 0.11 is here!")); 
    5051$array_news_date = array( 
    51         0 => _("19 December 2006")); 
     52        0 => _("07 February 2007"), 
     53        1 => _("19 December 2006")); 
    5254$array_news_desc = array( 
    53         0 => _("Version 0.11 of Gajim has been released.")); 
     55        0 => _("Version 0.11.1 will arrive soon."), 
     56        1 => _("Version 0.11 of Gajim has been released.")); 
    5457$array_news_whats_new = array( 
    55         0 => _("What's new since ")."0.10.1:"); 
     58        0 => _("What's new since ")."0.11:", 
     59        1 => _("What's new since ")."0.10.1:"); 
    5660 
    5761$array_news_items[0] = array( 
     62        0 => _("Fix Idle and non-ascii languages under Windows"), 
     63        1 => _("Fix International Domain Name usage"), 
     64        2 => _("Fixed avatars cache problems in group chats"), 
     65        3 => _("Support of XEP-0202 (Entity Time)"), 
     66        4 => _("Support of XEP-0199 (XMPP Ping)"), 
     67        5 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     68        6 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.1\">"._("Bugs/Annoyances closed")."</a>", 
     69        ); 
     70 
     71$array_news_items[1] = array( 
    5872        0 => _("Support for link-local messaging via Zeroconf using Avahi"), 
    5973        1 => _("Support for Network Manager"), 
     
    6579        7 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11/ChangeLog\">"._("Full ChangeLog")."</a> ", 
    6680        8 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11\">"._("Bugs/Annoyances closed")."</a>", 
    67         ); 
    68  
    69 $array_news_items[1] = array( 
    70         0 => _("One Messages Window ability (default to it) with tab reorder ability"), 
    71         1 => _("Gajim no longer remains unresponsive"), 
    72         2 => _("Gajim now uses less memory"), 
    73         3 => _("File Transfer works better (now should work out of the box for all)"), 
    74         4 => _("Meta Contacts ability (relationships between contacts)"), 
    75         5 => _("Support for legacy composing event (JEP-0022). Now 'Contact is composing a message' will always work"), 
    76         6 => _("Gajim now defaults to theme that uses GTK colors"), 
    77         7 => _("Roster Management Improvements (f.e. editablity of transport names, extended Drag and Drop Functionality)"), 
    78         8 => _("History (chat logs) Manager (search globally, delete, etc)"), 
    79         9 => _("Animated Emoticons ability"), 
    80         10 => _("Support for GTalk email notifications for GMail"), 
    81         11 => _("Room administrators can modify room ban list"), 
    82         12 => _("Gajim no longer optionally depends on pydns or dnspython. Requires dnsutils (or whatever package provides the nslookup binary)"), 
    83         13 => _("gajim-remote has extended functionality"), 
    84         14 => _("Improved Preset Status Messages Experience"), 
    85         15 => _("Detection for CRUX as user's operating system"), 
    86         16 => _("New art included, appropriate sizes of icons used where available"), 
    87         17 => _("Translations under Windows now work okay"), 
    88         18 => "<a href = \" http://trac.gajim.org/query?status=closed&milestone=0.10\">"._("Tons of fixes")."</a> "._("for bugs and annoyances."), 
    8981        ); 
    9082