*** empty log message ***
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -5,11 +5,18 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-02-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* 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 <lem9@users.sourceforge.net>
|
2002-02-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* common.lib.php3 get_magic_quotes fix,
|
* libraries/common.lib.php3: get_magic_quotes fix thanks to
|
||||||
libraries/select_lang.lib.php3,
|
"Luc" <luc at ceres.dti.ne.jp>
|
||||||
lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to
|
* libraries/select_lang.lib.php3,
|
||||||
"Luc" <luc at ceres.dti.ne.jp>
|
lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to
|
||||||
|
"Luc" <luc at ceres.dti.ne.jp>
|
||||||
* ### 2.2.4 released ###
|
* ### 2.2.4 released ###
|
||||||
|
|
||||||
2002-02-18 Marc Delisle <lem9@users.sourceforge.net>
|
2002-02-18 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
@@ -16,7 +16,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>');
|
$day_of_week = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>');
|
||||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><>', '<27><>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><>', '<27><>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%e %B %Y <20> %H:%M';
|
$datefmt = '%e %B %Y <20> %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><>', '<27><>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><>', '<27><>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%e %B %Y <20> %H:%M';
|
$datefmt = '%e %B %Y <20> %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
@@ -249,7 +249,7 @@ $strWrongUser = '
|
|||||||
|
|
||||||
$strYes = '<27><>';
|
$strYes = '<27><>';
|
||||||
|
|
||||||
// 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)
|
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||||
$strBinary = ' Binary '; //to translate
|
$strBinary = ' Binary '; //to translate
|
||||||
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bajt
|
|||||||
|
|
||||||
$day_of_week = array('Ned<65>le', 'Pond<6E>l<EFBFBD>', '<27>ter<65>', 'St<53>eda', '<27>tvrtek', 'P<>tek', 'Sobota');
|
$day_of_week = array('Ned<65>le', 'Pond<6E>l<EFBFBD>', '<27>ter<65>', 'St<53>eda', '<27>tvrtek', 'P<>tek', 'Sobota');
|
||||||
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>jna', 'listopadu', 'prosince');
|
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>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
|
// variable below
|
||||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bajt
|
|||||||
|
|
||||||
$day_of_week = array('Ned<65>le', 'Pond<6E>l<EFBFBD>', '<27>ter<65>', 'St<53>eda', '<27>tvrtek', 'P<>tek', 'Sobota');
|
$day_of_week = array('Ned<65>le', 'Pond<6E>l<EFBFBD>', '<27>ter<65>', 'St<53>eda', '<27>tvrtek', 'P<>tek', 'Sobota');
|
||||||
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>jna', 'listopadu', 'prosince');
|
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>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
|
// variable below
|
||||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('S<>n', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'L<>r');
|
$day_of_week = array('S<>n', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'L<>r');
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
$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
|
// variable below
|
||||||
$datefmt = '%d/%m %Y kl. %H:%M:%S';
|
$datefmt = '%d/%m %Y kl. %H:%M:%S';
|
||||||
|
|
||||||
@@ -229,8 +229,8 @@ $strPrivileges = 'Privilegier';
|
|||||||
$strProperties = 'Egenskaber';
|
$strProperties = 'Egenskaber';
|
||||||
|
|
||||||
$strQBE = 'Query by Example';
|
$strQBE = 'Query by Example';
|
||||||
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php)
|
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
|
||||||
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php)
|
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
|
||||||
$strQueryOnDb = 'SQL-foresp<73>rgsel til database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-foresp<73>rgsel til database <b>%s</b>:';
|
||||||
|
|
||||||
$strRecords = 'Poster';
|
$strRecords = 'Poster';
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ $byteUnits = array('tavua', 'kt', 'Mt', 'Gt');
|
|||||||
|
|
||||||
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
|
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
|
||||||
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kes<65>', 'Hein<69>', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
|
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kes<65>', 'Hein<69>', '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
|
// variable below
|
||||||
$datefmt = '%d.%m.%Y klo %H:%M';
|
$datefmt = '%d.%m.%Y klo %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Octets', 'Ko', 'Mo', 'Go');
|
|||||||
|
|
||||||
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
|
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
|
||||||
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');
|
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');
|
||||||
// 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
|
// ci-dessous
|
||||||
$datefmt = '%A %d %B %Y <20> %H:%M';
|
$datefmt = '%A %d %B %Y <20> %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
|
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
|
||||||
$month = array('Jan', 'Feb', 'M<>rz', 'April', 'Mai', 'Juni', 'Juli', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez');
|
$month = array('Jan', 'Feb', 'M<>rz', '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
|
// variable below
|
||||||
$datefmt = '%d. %B %Y um %H:%M';
|
$datefmt = '%d. %B %Y um %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$day_of_week = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%d %B %Y, <20><><EFBFBD><EFBFBD> %I:%M %p';
|
$datefmt = '%d %B %Y, <20><><EFBFBD><EFBFBD> %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD>');
|
$day_of_week = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD>');
|
||||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>');
|
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ $byteUnits = array('B
|
|||||||
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
|
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
|
||||||
$month = array('Jan', 'Feb', 'M<>rc', '<27>pr', 'M<>j', 'J<>n', 'J<>l', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
|
$month = array('Jan', 'Feb', 'M<>rc', '<27>pr', 'M<>j', 'J<>n', 'J<>l', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
|
||||||
// Le<4C>r<EFBFBD>s a $datefmt v<>ltoz<6F> defini<6E>l<EFBFBD>s<EFBFBD>hoz:
|
// Le<4C>r<EFBFBD>s a $datefmt v<>ltoz<6F> defini<6E>l<EFBFBD>s<EFBFBD>hoz:
|
||||||
// http://www.php.net/manual/en/function.strftime.php
|
// http://www.php3.net/manual/en/function.strftime.php3
|
||||||
$datefmt = '%Y. %B %d. %H:%M';
|
$datefmt = '%Y. %B %d. %H:%M';
|
||||||
|
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
|
$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
|
$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
|
// variable below
|
||||||
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
|
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
||||||
$month = array('1<><31>','2<><32>','3<><33>','4<><34>','5<><35>','6<><36>','7<><37>','8<><38>','9<><39>','10<31><30>','11<31><31>','12<31><32>');
|
$month = array('1<><31>','2<><32>','3<><33>','4<><34>','5<><35>','6<><36>','7<><37>','8<><38>','9<><39>','10<31><30>','11<31><31>','12<31><32>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%Yǯ%B%e<><65> %H:%M';
|
$datefmt = '%Yǯ%B%e<><65> %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27>y');
|
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27>y');
|
||||||
$month = array('1<><31>','2<><32>','3<><33>','4<><34>','5<><35>','6<><36>','7<><37>','8<><38>','9<><39>','10<31><30>','11<31><31>','12<31><32>');
|
$month = array('1<><31>','2<><32>','3<><33>','4<><34>','5<><35>','6<><36>','7<><37>','8<><38>','9<><39>','10<31><30>','11<31><31>','12<31><32>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%Y<>N%B%e<><65> %H:%M';
|
$datefmt = '%Y<>N%B%e<><65> %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
@@ -249,7 +249,7 @@ $strWrongUser = '
|
|||||||
|
|
||||||
$strYes = ' <20><> ';
|
$strYes = ' <20><> ';
|
||||||
|
|
||||||
// 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)
|
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||||
$strBinary = ' Binary '; //to translate
|
$strBinary = ' Binary '; //to translate
|
||||||
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('S<>n', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'L<>r');
|
$day_of_week = array('S<>n', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'L<>r');
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
|
$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
|
// variable below
|
||||||
$datefmt = '%d. %B, %Y klokka %H:%M %p';
|
$datefmt = '%d. %B, %Y klokka %H:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('bajt
|
|||||||
|
|
||||||
$day_of_week = array('Nie', 'Pon', 'Wto', '<27>ro', 'Czw', 'Pi<50>', 'Sob');
|
$day_of_week = array('Nie', 'Pon', 'Wto', '<27>ro', 'Czw', 'Pi<50>', 'Sob');
|
||||||
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa<50>', 'Lis', 'Gru');
|
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa<50>', '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
|
// variable below
|
||||||
$datefmt = '%d %B %Y, %H:%M';
|
$datefmt = '%d %B %Y, %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%d-%B-%Y <20>s %H:%M';
|
$datefmt = '%d-%B-%Y <20>s %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
||||||
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
||||||
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$month = array('<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ $byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Ne', 'Po', '<27>t', 'St', '<27>t', 'Pi', 'So');
|
$day_of_week = array('Ne', 'Po', '<27>t', 'St', '<27>t', 'Pi', 'So');
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'M<>j', 'J<>n', 'J<>l', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'M<>j', 'J<>n', 'J<>l', '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
|
// variable below
|
||||||
$datefmt = '%d.%B, %Y - %H:%M';
|
$datefmt = '%d.%B, %Y - %H:%M';
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ $byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Ne', 'Po', '<27>t', 'St', '<27>t', 'Pi', 'So');
|
$day_of_week = array('Ne', 'Po', '<27>t', 'St', '<27>t', 'Pi', 'So');
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'M<>j', 'J<>n', 'J<>l', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'M<>j', 'J<>n', 'J<>l', '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
|
// variable below
|
||||||
$datefmt = '%d.%B, %Y - %H:%M';
|
$datefmt = '%d.%B, %Y - %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('bytes', 'kB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('S<>n', 'M<>n', 'Tis', 'Ons', 'Tors', 'Fre', 'L<>r');
|
$day_of_week = array('S<>n', 'M<>n', 'Tis', 'Ons', 'Tors', 'Fre', 'L<>r');
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
$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
|
// variable below
|
||||||
$datefmt = '%e %B %Y kl %H:%M';
|
$datefmt = '%e %B %Y kl %H:%M';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$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');
|
$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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
@@ -249,7 +249,7 @@ $strWrongUser = 'Wrong username/password. Access denied.'; //to translate
|
|||||||
|
|
||||||
$strYes = 'Yes'; //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)
|
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||||
$strBinary = ' Binary '; //to translate
|
$strBinary = ' Binary '; //to translate
|
||||||
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('Byte', 'KB', 'MB', 'GB');
|
|||||||
//veritabanlar<61> terminolojisinde terc<72>meye pek m<>sait olmayan index ve unique s<>zc<7A>kleri aynen kullan<61>ld<6C>: uniqe=e<>siz,tek
|
//veritabanlar<61> terminolojisinde terc<72>meye pek m<>sait olmayan index ve unique s<>zc<7A>kleri aynen kullan<61>ld<6C>: uniqe=e<>siz,tek
|
||||||
$day_of_week = array('Pazar', 'Pazartesi', 'Sal<61>', '<27>ar<61>amba', 'Per<65>embe', 'Cuma', 'Cumartesi');
|
$day_of_week = array('Pazar', 'Pazartesi', 'Sal<61>', '<27>ar<61>amba', 'Per<65>embe', 'Cuma', 'Cumartesi');
|
||||||
$month = array('Ocak', '<27>ubat', 'Mart', 'Nisan', 'May<61>s', 'Haziran', 'Temmuz', 'A<>ustos', 'Eyl<79>l', 'Ekim', 'Kas<61>m', 'Aral<61>k');
|
$month = array('Ocak', '<27>ubat', 'Mart', 'Nisan', 'May<61>s', 'Haziran', 'Temmuz', 'A<>ustos', 'Eyl<79>l', 'Ekim', 'Kas<61>m', 'Aral<61>k');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
|||||||
|
|
||||||
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
$day_of_week = array('<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>', '<27><>');
|
||||||
$month = array('ѳ<>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
$month = array('ѳ<>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>');
|
||||||
// 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
|
// variable below
|
||||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||||
|
|
||||||
|
@@ -142,7 +142,7 @@ if (!function_exists('is_uploaded_file')) {
|
|||||||
/**
|
/**
|
||||||
* Emulates the 'is_uploaded_file()' function for old php versions.
|
* Emulates the 'is_uploaded_file()' function for old php versions.
|
||||||
* Grabbed at the php manual:
|
* 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
|
* @param string the name of the file to check
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user