From 31e32068ff72e2643920277a6a20376fbfbb5c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 22 Feb 2002 09:25:22 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 15 +++++++++++---- lang/arabic.inc.php3 | 2 +- lang/brazilian_portuguese.inc.php3 | 2 +- lang/bulgarian-koi8.inc.php3 | 2 +- lang/bulgarian-win1251.inc.php3 | 2 +- lang/catala.inc.php3 | 2 +- lang/chinese_big5.inc.php3 | 2 +- lang/chinese_gb.inc.php3 | 4 ++-- lang/czech-iso.inc.php3 | 2 +- lang/czech-win1250.inc.php3 | 2 +- lang/danish.inc.php3 | 6 +++--- lang/dutch.inc.php3 | 2 +- lang/english.inc.php3 | 2 +- lang/finnish.inc.php3 | 2 +- lang/french.inc.php3 | 2 +- lang/galician.inc.php3 | 2 +- lang/german.inc.php3 | 2 +- lang/greek.inc.php3 | 2 +- lang/hebrew.inc.php3 | 2 +- lang/hungarian.inc.php3 | 2 +- lang/italian.inc.php3 | 2 +- lang/japanese-euc.inc.php3 | 2 +- lang/japanese-sjis.inc.php3 | 2 +- lang/korean.inc.php3 | 4 ++-- lang/norwegian.inc.php3 | 2 +- lang/polish.inc.php3 | 2 +- lang/portuguese.inc.php3 | 2 +- lang/romanian.inc.php3 | 2 +- lang/russian-koi8.inc.php3 | 2 +- lang/russian-win1251.inc.php3 | 2 +- lang/slovak-iso.inc.php3 | 2 +- lang/slovak-win1250.inc.php3 | 2 +- lang/spanish.inc.php3 | 2 +- lang/swedish.inc.php3 | 2 +- lang/thai.inc.php3 | 4 ++-- lang/turkish.inc.php3 | 2 +- lang/ukrainian-win1251.inc.php3 | 2 +- read_dump.php3 | 2 +- 38 files changed, 53 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index c969c5d37..d51e08c0d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,18 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-02-22 Loc Chapeaux + * Documentation.html, lines 1597-1600: beautify generated page. + * libraries/select_lang.lib.php3, lines 61-62: charset is neither defined + in HTTP_ACCEPT_LANGUAGE nor in HTTP_USER_AGENT variables. + * libraries/common.lib.php3, line 848: coding standard. + 2002-02-19 Marc Delisle - * common.lib.php3 get_magic_quotes fix, - libraries/select_lang.lib.php3, - lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to - "Luc" + * libraries/common.lib.php3: get_magic_quotes fix thanks to + "Luc" + * libraries/select_lang.lib.php3, + lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to + "Luc" * ### 2.2.4 released ### 2002-02-18 Marc Delisle diff --git a/lang/arabic.inc.php3 b/lang/arabic.inc.php3 index 06597eb6f..b77094a05 100644 --- a/lang/arabic.inc.php3 +++ b/lang/arabic.inc.php3 @@ -16,7 +16,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 9217c170a..72c55441e 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/bulgarian-koi8.inc.php3 b/lang/bulgarian-koi8.inc.php3 index 2d2104d1b..f0a65df99 100644 --- a/lang/bulgarian-koi8.inc.php3 +++ b/lang/bulgarian-koi8.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%e %B %Y %H:%M'; diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 31c9ea5e0..ae85ea463 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%e %B %Y %H:%M'; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index f62b13334..358d3cd1b 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index da99a9d1a..5ad9b47c0 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -13,7 +13,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 306df0a9d..3e1a322db 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; @@ -249,7 +249,7 @@ $strWrongUser = ' $strYes = ''; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) +// automatic generated by langxlorer.php3 (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) $strBinary = ' Binary '; //to translate $strBinaryDoNotEdit = ' Binary - do not edit '; //to translate diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 3c6f05c25..03e3dd8a3 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bajt $day_of_week = array('Nedle', 'Pondl', 'ter', 'Steda', 'tvrtek', 'Ptek', 'Sobota'); $month = array('ledna', 'nora', 'bezna', 'dubna', 'kvtna', 'ervna', 'ervence', 'srpna', 'z', 'jna', 'listopadu', 'prosince'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%a %e. %b %Y, %H:%M'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 132b3fc26..779ee69fc 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bajt $day_of_week = array('Nedle', 'Pondl', 'ter', 'Steda', 'tvrtek', 'Ptek', 'Sobota'); $month = array('ledna', 'nora', 'bezna', 'dubna', 'kvtna', 'ervna', 'ervence', 'srpna', 'z', 'jna', 'listopadu', 'prosince'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%a %e. %b %Y, %H:%M'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 650202649..057c1ab9b 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lr'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d/%m %Y kl. %H:%M:%S'; @@ -229,8 +229,8 @@ $strPrivileges = 'Privilegier'; $strProperties = 'Egenskaber'; $strQBE = 'Query by Example'; -$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php) -$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php) +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) $strQueryOnDb = 'SQL-foresprgsel til database %s:'; $strRecords = 'Poster'; diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 2bca53122..59482c8d2 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index bdc3edcc8..e76cc9a4b 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index f8f85150c..349749cb7 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -15,7 +15,7 @@ $byteUnits = array('tavua', 'kt', 'Mt', 'Gt'); $day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'); $month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kes', 'Hein', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d.%m.%Y klo %H:%M'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 8b0c0e008..fd16598f2 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Octets', 'Ko', 'Mo', 'Go'); $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $month = array('Janvier', 'Fvrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Aot', 'Septembre', 'Octobre', 'Novembre', 'Dcembre'); -// Voir http://www.php.net/manual/en/function.strftime.php pour la variable +// Voir http://www.php3.net/manual/en/function.strftime.php3 pour la variable // ci-dessous $datefmt = '%A %d %B %Y %H:%M'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index f12f29abc..616331ad7 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 5ee45d427..579fe4f9c 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); $month = array('Jan', 'Feb', 'Mrz', 'April', 'Mai', 'Juni', 'Juli', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d. %B %Y um %H:%M'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index 169ddd4fe..6bfe052bb 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d %B %Y, %I:%M %p'; diff --git a/lang/hebrew.inc.php3 b/lang/hebrew.inc.php3 index df2dba72a..09f7de336 100644 --- a/lang/hebrew.inc.php3 +++ b/lang/hebrew.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/hungarian.inc.php3 b/lang/hungarian.inc.php3 index be8d111c7..f67a1cefa 100644 --- a/lang/hungarian.inc.php3 +++ b/lang/hungarian.inc.php3 @@ -13,7 +13,7 @@ $byteUnits = array('B $day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'); $month = array('Jan', 'Feb', 'Mrc', 'pr', 'Mj', 'Jn', 'Jl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec'); // Lers a $datefmt vltoz definilshoz: -// http://www.php.net/manual/en/function.strftime.php +// http://www.php3.net/manual/en/function.strftime.php3 $datefmt = '%Y. %B %d. %H:%M'; diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 64059d145..30fb32c68 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -12,7 +12,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days $month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d %B, %Y at %I:%M %p'; //italian time diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 32ecce5f4..98807f3f2 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('1','2','3','4','5','6','7','8','9','10','11','12'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%Yǯ%B%e %H:%M'; diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 8d9cecc2c..faa2656bf 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', 'y'); $month = array('1','2','3','4','5','6','7','8','9','10','11','12'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%YN%B%e %H:%M'; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index dc165d79d..f2aeb31b0 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; @@ -249,7 +249,7 @@ $strWrongUser = ' $strYes = ' '; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) +// automatic generated by langxlorer.php3 (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) $strBinary = ' Binary '; //to translate $strBinaryDoNotEdit = ' Binary - do not edit '; //to translate diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 3e4253233..baddd22cd 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lr'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d. %B, %Y klokka %H:%M %p'; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index eacb02eda..e40081493 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('bajt $day_of_week = array('Nie', 'Pon', 'Wto', 'ro', 'Czw', 'Pi', 'Sob'); $month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa', 'Lis', 'Gru'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d %B %Y, %H:%M'; diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 1490d36be..bc0446f52 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d-%B-%Y s %H:%M'; diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 75e6fe93e..571f7d5d3 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 4afad3507..0a16e069a 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d %Y ., %H:%M'; diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 899c825ba..0d31171c0 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d %Y ., %H:%M'; diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index f188091b6..089f57c16 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -12,7 +12,7 @@ $byteUnits = array('Bajtov', 'KB', 'MB', 'GB'); $day_of_week = array('Ne', 'Po', 't', 'St', 't', 'Pi', 'So'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mj', 'Jn', 'Jl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d.%B, %Y - %H:%M'; diff --git a/lang/slovak-win1250.inc.php3 b/lang/slovak-win1250.inc.php3 index dc66cf92e..9c395c9d9 100644 --- a/lang/slovak-win1250.inc.php3 +++ b/lang/slovak-win1250.inc.php3 @@ -12,7 +12,7 @@ $byteUnits = array('Bajtov', 'KB', 'MB', 'GB'); $day_of_week = array('Ne', 'Po', 't', 'St', 't', 'Pi', 'So'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mj', 'Jn', 'Jl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%d.%B, %Y - %H:%M'; diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index da31b4bac..5ece66751 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 7035850c8..71ad4ac6d 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('bytes', 'kB', 'MB', 'GB'); $day_of_week = array('Sn', 'Mn', 'Tis', 'Ons', 'Tors', 'Fre', 'Lr'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%e %B %Y kl %H:%M'; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 4de85fd11..1148f42ac 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; @@ -249,7 +249,7 @@ $strWrongUser = 'Wrong username/password. Access denied.'; //to translate $strYes = 'Yes'; //to translate -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) +// automatic generated by langxlorer.php3 (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) $strBinary = ' Binary '; //to translate $strBinaryDoNotEdit = ' Binary - do not edit '; //to translate diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index c9f4769da..bc1e07b3a 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array('Byte', 'KB', 'MB', 'GB'); //veritabanlar terminolojisinde tercmeye pek msait olmayan index ve unique szckleri aynen kullanld: uniqe=esiz,tek $day_of_week = array('Pazar', 'Pazartesi', 'Sal', 'aramba', 'Perembe', 'Cuma', 'Cumartesi'); $month = array('Ocak', 'ubat', 'Mart', 'Nisan', 'Mays', 'Haziran', 'Temmuz', 'Austos', 'Eyll', 'Ekim', 'Kasm', 'Aralk'); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d, %Y at %I:%M %p'; diff --git a/lang/ukrainian-win1251.inc.php3 b/lang/ukrainian-win1251.inc.php3 index 3d2b1d498..37f6bc0ed 100644 --- a/lang/ukrainian-win1251.inc.php3 +++ b/lang/ukrainian-win1251.inc.php3 @@ -11,7 +11,7 @@ $byteUnits = array(' $day_of_week = array('', '', '', '', '', '', ''); $month = array('ѳ', '', '', '', '', '', '', '', '', '', '', ''); -// See http://www.php.net/manual/en/function.strftime.php to define the +// See http://www.php3.net/manual/en/function.strftime.php3 to define the // variable below $datefmt = '%B %d %Y ., %H:%M'; diff --git a/read_dump.php3 b/read_dump.php3 index 0eb0c1b4c..f526f5e25 100644 --- a/read_dump.php3 +++ b/read_dump.php3 @@ -142,7 +142,7 @@ if (!function_exists('is_uploaded_file')) { /** * Emulates the 'is_uploaded_file()' function for old php versions. * Grabbed at the php manual: - * http://www.php.net/manual/en/features.file-upload.php + * http://www.php3.net/manual/en/features.file-upload.php3 * * @param string the name of the file to check *