Changeset 6028 for www-website/index.php

Show
Ignore:
Timestamp:
04/09/06 00:21:41 (3 years ago)
Author:
nk
Message:

update index.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r4990 r6028  
    2222$tpl->set_var("FEATURES_TITLE", _("FEATURES:")); 
    2323$array_features = array( 
    24         0 => _("Tabbed chat windows"), 
     24        0 => _("Tabbed chat window"), 
    2525        1 => _("Group chat support (with MUC protocol)"), 
    2626        2 => _("Emoticons, Avatars, File transfer, URL grabber, Bookmarks"), 
     
    4646 
    4747$array_news_title = array( 
    48         0 => _("Gajim 0.9.1 is here!"), 
    49         1 => _("Gajim 0.9 is here!")); 
     48        0 => _("Gajim 0.10 is here!")); 
    5049$array_news_date = array( 
    51         0 => _("27 December 2005"), 
    52         1 => _("23 December 2005")); 
     50        0 => _("XX May 2006")); 
    5351$array_news_desc = array( 
    54         0 => _("Version 0.9.1 of Gajim has been released."), 
    55         1 => _("Version 0.9 of Gajim has been released.")); 
     52        0 => _("Version 0.10 of Gajim has been released.")); 
    5653$array_news_whats_new = array( 
    57         0 => _("What's new since ")."0.9:", 
    58         1 => _("What's new since ")."0.8.2:"); 
     54        0 => _("What's new since ")."0.9.1:"); 
    5955 
    6056$array_news_items[0] = array( 
    61         0 => _("Fix a bug when joining a group chat"), 
    62         1 => _("Fix a bug when starting Gajim"), 
    63         ); 
    64  
    65 $array_news_items[1] = array( 
    66         0 => _("Avatars and status messages in roster window"), 
    67         1 => _("Improved service discovery window"), 
    68         2 => _("Emoticons selector, Cooler Popup Windows (notification-daemon). Read")." <a href=\"http://trac.gajim.org/wiki/GajimDBus#notif_daemon\">"._("more information")."</a> "._("in case you did not notice something different"), 
    69         3 => _("Caching of Avatars, Less UI freezing"), 
    70         4 => _("New Account creation wizard"), 
    71         5 => _("Better History Window with searching capabilities"), 
    72         6 => _("Gajim now tries to reconnect to a jabber server if connection is lost"), 
    73         7 => _("Queue for all events (File Transfer, private messages, etc)"), 
    74         8 => _("A lot of new irc-like commands in group chat. Do for example /help invite"), 
    75         9 => _("X11 Session Management support"), 
    76         10 => _("Gajim registers and handles xmpp: and xmpp:// (GNOME/gconfd only)"), 
    77         11 => _("Use pysqlite for conversation history. Automigration for old logs. For more information please")." <a href=\"http://trac.gajim.org/wiki/MigrateLogToDot9DB\">"._("read this")."</a>", 
    78         12 => _("You can also migrate your psi logs to Gajim logs.")." <a href=\"http://trac.gajim.org/wiki/MigrateLogsFromPsi\">"._("Learn more")."</a>", 
    79         13 => _("New translations: Italian, Swedish, Slovak, Basque"), 
    80         14 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.9\">"._("Bugs closed for 0.9")."</a>", 
     57        0 => _("One Messages Window ability (default to it)"), 
     58        1 => _("on blocking socket connections. Gajim no longer remains unresponsive."), 
     59        2 => _("Gajim now uses less memory"), 
     60        3 => _("File Transfer improvements (now should work out of the box for all)"), 
     61        4 => _("Meta Contacts ability (relationships between contacts)"), 
     62        5 => _("Support for legacy composing event (JEP-0022). Now 'Contact is composing a message' will always work"), 
     63        6 => _("Gajim now defaults to theme that uses GTK colors"), 
     64        7 => _("Roster Management Improvements (f.e. editablity of transport names, extended Drag and Drop Functionality)"), 
     65        8 => _("History (chat logs) Manager (search globally, delete, etc)"), 
     66        9 => _("Animated Emoticons ability"), 
     67        10 => _("Support for GTalk email notifications for GMail"), 
     68        11 => _("Room administrators can modify room ban list"), 
     69        12 => _("Gajim no longer optionally depends on pydns or dnspython. Requires 
     70  dnsutils (or whatever package provides the nslookup binary)"), 
     71        13 => _("gajim-remote has extended functionality"), 
     72        14 => _("Improved Preset Status Messages Experience"), 
     73        15 => _("Detection for CRUX as user's operating system"), 
     74        16 => _("New art included, appropriate sizes of icons used where available"), 
     75        17 => _("Translations under Windows now work okay"), 
     76        18 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.9\">"._("Tons of fixes")."</a>"._("for bugs and annoyances: http://trac.gajim.org/query?status=closed&milestone=0.10"), 
    8177        ); 
    8278