Changeset 3503 for www-website/index.php

Show
Ignore:
Timestamp:
09/07/05 21:53:02 (3 years ago)
Author:
nk
Message:

0.9 in www

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r3458 r3503  
    4646 
    4747$array_news_title = array( 
    48         0 => _("Gajim 0.8.2 is here!")); 
     48        0 => _("Gajim 0.9 is here!")); 
    4949$array_news_date = array( 
    5050        0 => _("06 September 2005")); 
    5151$array_news_desc = array( 
    52         0 => _("Version 0.8.2 (bugfix release of version 0.8) of Gajim has been released.")); 
     52        0 => _("Version 0.9 of Gajim has been released.")); 
    5353$array_news_whats_new = array( 
    54         0 => _("What's new since ")."0.7.1:"); 
     54        0 => _("What's new since ")."0.8.2:"); 
    5555$array_news_items[0] = array( 
    56         0 => _("Avatars (JEP-0153)"), 
    57         1 => _("Chat state notifications aka. typing notification (JEP-0085)"), 
    58         2 => _("Bookmark storage (JEP-0048)"), 
    59         3 => _("File Transfer (JEP-0096)"), 
    60         4 => _("Major changes to adhere to GNOME HIG"), 
    61         5 => _("Complete vcard fields support"), 
    62         6 => _("New and better user interface for chat and groupchat windows"), 
    63         7 => _("SRV capabilities and custom hostname/port"), 
    64         8 => _("Many improvements in group chat and IRC emulation (eg. nick autocompletation and cycling)"), 
    65         9 => _("Gajim can now send and receive single messages"), 
    66         10 => _("New iconsets and new dialog for customizing the user interface"), 
    67         11 => _("Mouseover information for contacts in the roster window (aka tooltips)"), 
    68         12 => _("DBus Capabilities. Now Gajim can be remote controlled"), 
    69         13 => _("Authenticating HTTP Requests via XMPP (JEP-0070)"), 
    70         14 => _("Now you can lookup a word in Wikipedia, dictionary or in search engine"), 
    71         15 => _("Gajim is now also available in norwegian and czech language"), 
    72         16 => _("0.8.1: Trayicon support for Windows"), 
    73         17 => _("0.8.1: File Transfer now always works in Windows"), 
    74         18 => _("0.8.1: Gajim is now also available in Dutch"), 
    75         19 => _("0.8.1: Gajim can now optionally use gpg-agent (advanced setting)"), 
    76         20 => _("0.8.2: Gajim now works in pygtk28"), 
    77         21 => _("0.8.2: Gajim now also can use pydns (apart from dnspython) to do srv lookup"), 
    78 #       19 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.8\">"._("Bugs closed for 0.8")."</a>", 
     56        0 => _("X11 Session Management support"), 
     57        19 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.8\">"._("Bugs closed for 0.9")."</a>", 
    7958        ); 
    8059