Changeset 6116 for www-website/index.php

Show
Ignore:
Timestamp:
04/11/06 21:37:23 (3 years ago)
Author:
asterix
Message:

prepare website for 0.10 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r6032 r6116  
    1212 
    1313$array_line_begin = array( 
    14         0 => _("Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim works nicely with GNOME, but does not require it to run. Gajim is released under the GNU General Public License")); 
     14        0 => _("The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. If you find bugs or have ideas how Gajim can be better please send tickets")." <a href=\"http://trac.gajim.org/newticket\">"._("here")."</a>."); 
    1515         
    1616$tpl->set_block("page","LINES_BEGIN","line"); 
     
    2525        1 => _("Group chat support (with MUC protocol)"), 
    2626        2 => _("Emoticons, Avatars, File transfer, Room Bookmarks"), 
    27         3 => _("Trayicon, Speller, extented chat history functionalities"), 
    28         4 => _("TLS and GPG support (with SSL legacy support)"), 
    29         5 => _("Transport Registration support"), 
    30         6 => _("Service Discovery including Nodes"), 
    31         7 => _("Wikipedia, dictionary and search engine lookup"), 
    32         8 => _("Multiple accounts support"), 
    33         9 => _("DBus Capabilities. Read")." <a href=\"http://trac.gajim.org/wiki/GajimDBus\">"._("more information")."</a>", 
    34         10 => _("XML Console"), 
    35         11 => _("Gajim is available in 16 languages: English, French, German, Russian, Spanish, Polish, Dutch, Portugese, Greek, Bulgarian, Czech, Basque, Norwegian (Bokmål), Slovak, Italian and Swedish"), 
     27        3 => _("Metacontacts Support"), 
     28        4 => _("Trayicon, Speller, extented chat history functionalities"), 
     29        5 => _("TLS and GPG support (with SSL legacy support)"), 
     30        6 => _("Transport Registration support"), 
     31        7 => _("Service Discovery including Nodes"), 
     32        8 => _("Wikipedia, dictionary and search engine lookup"), 
     33        9 => _("Multiple accounts support"), 
     34        10 => _("DBus Capabilities. Read")." <a href=\"http://trac.gajim.org/wiki/GajimDBus\">"._("more information")."</a>", 
     35        11 => _("XML Console"), 
     36        12 => _("Gajim is available in 16 languages: English, French, German, Russian, Spanish, Polish, Dutch, Portugese, Greek, Bulgarian, Czech, Basque, Norwegian (Bokmål), Slovak, Italian and Swedish"), 
    3637        ); 
    3738