Changeset 8854 for www-website/index.php

Show
Ignore:
Timestamp:
09/22/07 23:22:06 (14 months ago)
Author:
asterix
Message:

updated website for 0.11.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r8756 r8854  
    3434        10 => _("DBus Capabilities. Read")." <a href=\"http://trac.gajim.org/wiki/GajimDBus\">"._("more information")."</a>", 
    3535        11 => _("XML Console"), 
    36         12 => _("Gajim is available in 24 languages: Basque, Belarusian, Brasilian, Breton, British, Bulgarian, Chinese (simplified), Croatian, Czech, Dutch, English, Esperanto, French, German, Greek, Italian, Norwegian (Bokmål), Polish, Portugese, Russian, Serbian, Spanish, Slovak and Swedish"), 
     36        12 => _("Gajim is available in 26 languages: Basque, Belarusian, Brasilian, Breton, British, Bulgarian, Chinese (simplified), Croatian, Czech, Dutch, English, Esperanto, French, Galician, German, Greek, Italian, Lithuanian, Norwegian (Bokmål), Polish, Portugese, Russian, Serbian, Spanish, Slovak and Swedish"), 
    3737        ); 
    3838 
     
    4747 
    4848$array_news_title = array( 
    49         0 => _("Pre-release of Gajim 0.11.2"), 
    50         1 => _("Gajim 0.11.1 is here!"), 
    51         2 => _("Pre-release of Gajim 0.11.1"), 
    52         3 => _("Gajim 0.11 is here!")); 
     49        0 => _("Gajim 0.11.2 is here!"), 
     50        1 => _("Pre-release of Gajim 0.11.2"), 
     51        2 => _("Gajim 0.11.1 is here!"), 
     52        3 => _("Pre-release of Gajim 0.11.1"), 
     53        4 => _("Gajim 0.11 is here!")); 
    5354$array_news_date = array( 
    54         0 => _("09 September 2007"), 
    55         1 => _("18 February 2007"), 
    56         2 => _("07 February 2007"), 
    57         3 => _("19 December 2006")); 
     55        0 => _("22 September 2007"), 
     56        1 => _("09 September 2007"), 
     57        2 => _("18 February 2007"), 
     58        3 => _("07 February 2007"), 
     59        4 => _("19 December 2006")); 
    5860$array_news_desc = array( 
    59         0 => _("Version 0.11.2 will arrive soon."), 
    60         1 => _("Version 0.11.1 of Gajim has been released."), 
    61         2 => _("Version 0.11.1 will arrive soon."), 
    62         3 => _("Version 0.11 of Gajim has been released.")); 
     61        0 => _("Version 0.11.2 of Gajim has been released."), 
     62        1 => _("Version 0.11.2 will arrive soon."), 
     63        2 => _("Version 0.11.1 of Gajim has been released."), 
     64        3 => _("Version 0.11.1 will arrive soon."), 
     65        4 => _("Version 0.11 of Gajim has been released.")); 
    6366$array_news_whats_new = array( 
    6467        0 => _("What's new since ")."0.11.1:", 
    65         1 => _("What's new since ")."0.11:", 
     68        1 => _("What's new since ")."0.11.1:", 
    6669        2 => _("What's new since ")."0.11:", 
    67         3 => _("What's new since ")."0.10.1:"); 
     70        3 => _("What's new since ")."0.11:", 
     71        4 => _("What's new since ")."0.10.1:"); 
    6872 
    6973$array_news_items[0] = array( 
     
    7478 
    7579$array_news_items[1] = array( 
     80        0 => _("This is a bug-fix only release. Nothing new"), 
     81        1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     82        2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
     83        ); 
     84 
     85$array_news_items[2] = array( 
    7686        0 => _("Fix Idle and non-ascii languages under Windows"), 
    7787        1 => _("Fix International Domain Name usage"), 
     
    8595        ); 
    8696 
    87 $array_news_items[2] = array( 
     97$array_news_items[3] = array( 
    8898        0 => _("Fix Idle and non-ascii languages under Windows"), 
    8999        1 => _("Fix International Domain Name usage"), 
     
    95105        ); 
    96106 
    97 $array_news_items[3] = array( 
     107$array_news_items[4] = array( 
    98108        0 => _("Support for link-local messaging via Zeroconf using Avahi"), 
    99109        1 => _("Support for Network Manager"),