Changeset 6436 for www-website/index.php

Show
Ignore:
Timestamp:
06/05/06 13:52:30 (2 years ago)
Author:
asterix
Message:

update website / strings for 0.10.1 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r6126 r6436  
    4747 
    4848$array_news_title = array( 
    49         0 => _("Gajim 0.10 is here!")); 
     49        0 => _("Gajim 0.10.1 is here!"), 
     50        1 => _("Gajim 0.10 is here!")); 
    5051$array_news_date = array( 
    51         0 => _("XX May 2006")); 
     52        0 => _("06 June 2006"), 
     53        1 => _("01 May 2006")); 
    5254$array_news_desc = array( 
    53         0 => _("Version 0.10 of Gajim has been released.")); 
     55        0 => _("Version 0.10.1 of Gajim has been released."), 
     56        1 => _("Version 0.10 of Gajim has been released.")); 
    5457$array_news_whats_new = array( 
    55         0 => _("What's new since ")."0.9.1:"); 
     58        0 => _("What's new since ")."0.10:", 
     59        1 => _("What's new since ")."0.9.1:"); 
    5660 
    5761$array_news_items[0] = array( 
     62        0 => _("Freeze and lost contacts in roster (#1953)"), 
     63        1 => _("Popup menus are correctly placed"), 
     64        2 => _("High CPU usage on FreeBSD (#1963)"), 
     65        3 => _("Update pl, cs, fr translations"), 
     66        4 => _("Fix a blocking bug in windows installer (#1924)"), 
     67        5 => "<a href = \" http://trac.gajim.org/query?status=closed&milestone=0.10.1\">"._("Fixes")."</a> "._("for bugs and annoyances."), 
     68        ); 
     69 
     70$array_news_items[1] = array( 
    5871        0 => _("One Messages Window ability (default to it) with tab reorder ability"), 
    5972        1 => _("Gajim no longer remains unresponsive"), 
     
    6881        10 => _("Support for GTalk email notifications for GMail"), 
    6982        11 => _("Room administrators can modify room ban list"), 
    70         12 => _("Gajim no longer optionally depends on pydns or dnspython. Requires 
    71   dnsutils (or whatever package provides the nslookup binary)"), 
     83        12 => _("Gajim no longer optionally depends on pydns or dnspython. Requires dnsutils (or whatever package provides the nslookup binary)"), 
    7284        13 => _("gajim-remote has extended functionality"), 
    7385        14 => _("Improved Preset Status Messages Experience"),