Discussion:
[Fink-i18n] [Fwd: [cvs] web/download index.en.php,1.26,1.27]
Alexander Hansen
2009-11-10 00:58:03 UTC
Permalink
-------- Original Message --------
Subject: [cvs] web/download index.en.php,1.26,1.27
Date: Tue, 10 Nov 2009 00:52:31 +0000
From: Alexander Hansen <***@users.sourceforge.net>
Reply-To: fink-***@lists.sourceforge.net
To: fink-***@lists.sourceforge.net
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel

Update of /cvsroot/fink/web/download
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9055/web/download

Modified Files:
index.en.php
Log Message:
Make clear that the 0.9.0 installer isn't for Snow Leopard.

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- index.en.php 22 Mar 2009 17:32:14 -0000 1.26
+++ index.en.php 10 Nov 2009 00:52:29 -0000 1.27
@@ -21,12 +21,14 @@
with the binary release.
</p>
<ol>
-<li><p>
+<li>
+<p>10.6 users: There is not currently a binary installer, and you will
need to follow the <A href="srcdist.php">source install</A> instructions
instead.<br>
+10.5 users:
Download the installer disk image:<br>
<?
analytics_download_link("http://prdownloads.sourceforge.net/fink/Fink-"
. $fink_version . "-PowerPC-Installer.dmg?download", "Fink " .
$fink_version . " Binary Installer (PowerPC)", "/downloads/FinkPPC")
?> - <?= $dmg_size ?><br>
<?
analytics_download_link("http://prdownloads.sourceforge.net/fink/Fink-"
. $fink_version . "-Intel-Installer.dmg?download", "Fink " .
$fink_version . " Binary Installer (Intel)", "/downloads/FinkINTEL")
?> - <?= $intel_dmg_size ?><br>
(10.4 users - use <a
href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-PowerPC-Installer.dmg?download">Fink
-0.8.1 (PowerPC)</a> or <a
href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-Intel-Installer.dmg?download">Fink
+0.8.1 (PowerPC)</A> or <a
href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-Intel-Installer.dmg?download">Fink
0.8.1 (Intel)</a>)<br>
(10.3 users - use <a
href="http://prdownloads.sourceforge.net/fink/Fink-0.7.2-Installer.dmg?download">Fink
0.7.2</a>)<br>
BABA Yoshihiko
2009-11-16 02:38:48 UTC
Permalink
Hi all,

As the documentation goes, many translated docs are getting obsolete.
So, I added a feature to phpLang to temporarily disable some
langauges. To use this feature, just add $phpLang_disabledLanguages
(space separated) before calling phpLang.inc.php.


For example, in web/download/srcdist.php

$phpLang_disabledLanguages = "de fr it ja zh";
include_once "../phpLang.inc.php";


--
BABA Yoshihiko
Urban Design Laboratory, Tokyo University
monipol
2009-11-16 03:09:16 UTC
Permalink
Post by BABA Yoshihiko
As the documentation goes, many translated docs are getting obsolete.
So, I added a feature to phpLang to temporarily disable some
langauges. To use this feature, just add $phpLang_disabledLanguages
(space separated) before calling phpLang.inc.php.
For example, in web/download/srcdist.php
$phpLang_disabledLanguages = "de fr it ja zh";
include_once "../phpLang.inc.php";
Hello, Baba. I meant to tell you before but I completely forgot: it
looks like translations are not working at all, even the up-to-date
ones.

-- monipol

Loading...