Changeset 8756 for www-website
- Timestamp:
- 09/09/07 17:08:03 (15 months ago)
- Location:
- www-website
- Files:
-
- 2 modified
-
downloads.php (modified) (2 diffs)
-
index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r8448 r8756 122 122 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.1+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.1-1.exe\">"._("without GTK+")."</a>.\n"; 123 123 print (" <br/>\n"); 124 #print _(" There is a Gajim installer for 0.11.0.7951 pre-release ")." <a href=\"downloads/gajim-0.11.0.7951+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.0.7951-1.exe\">"._("without GTK+")."</a>.\n";125 #print (" <br/>\n");124 print _(" There is a Gajim installer for 0.11.2 pre-release ")." <a href=\"downloads/gajim-0.11.2+gtk-pre1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-pre1.exe\">"._("without GTK+")."</a>.\n"; 125 print (" <br/>\n"); 126 126 print _(" If you got the installer without GTK, you will have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a>.<br/> "._("You can skip this, if you already have a GTK+ Runtime installed with libglade support; GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)"); 127 127 … … 133 133 print ("</a>\n"); 134 134 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.1.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.1/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 135 #print _(" The tarball version of 0.11.0.7951 pre-release is ")."<a href=\"downloads/gajim-0.11.0.7951.tar.gz\">"._("here")."</a>.<br />\n";135 print _(" The tarball version of 0.11.2 pre-release is ")."<a href=\"downloads/gajim-0.11.2-pre1.tar.gz\">"._("here")."</a>.<br />\n"; 136 136 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 137 137 -
www-website/index.php
r7991 r8756 47 47 48 48 $array_news_title = array( 49 0 => _("Gajim 0.11.1 is here!"), 50 1 => _("Pre-release of Gajim 0.11.1"), 51 2 => _("Gajim 0.11 is here!")); 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!")); 52 53 $array_news_date = array( 53 0 => _("18 February 2007"), 54 1 => _("07 February 2007"), 55 2 => _("19 December 2006")); 54 0 => _("09 September 2007"), 55 1 => _("18 February 2007"), 56 2 => _("07 February 2007"), 57 3 => _("19 December 2006")); 56 58 $array_news_desc = array( 57 0 => _("Version 0.11.1 of Gajim has been released."), 58 1 => _("Version 0.11.1 will arrive soon."), 59 2 => _("Version 0.11 of Gajim has been released.")); 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.")); 60 63 $array_news_whats_new = array( 61 0 => _("What's new since ")."0.11 :",64 0 => _("What's new since ")."0.11.1:", 62 65 1 => _("What's new since ")."0.11:", 63 2 => _("What's new since ")."0.10.1:"); 66 2 => _("What's new since ")."0.11:", 67 3 => _("What's new since ")."0.10.1:"); 64 68 65 69 $array_news_items[0] = array( 70 0 => _("This is a bug-fix only release. Nothing new"), 71 1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 72 2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 73 ); 74 75 $array_news_items[1] = array( 66 76 0 => _("Fix Idle and non-ascii languages under Windows"), 67 77 1 => _("Fix International Domain Name usage"), … … 75 85 ); 76 86 77 $array_news_items[ 1] = array(87 $array_news_items[2] = array( 78 88 0 => _("Fix Idle and non-ascii languages under Windows"), 79 89 1 => _("Fix International Domain Name usage"), … … 85 95 ); 86 96 87 $array_news_items[ 2] = array(97 $array_news_items[3] = array( 88 98 0 => _("Support for link-local messaging via Zeroconf using Avahi"), 89 99 1 => _("Support for Network Manager"),
