* previous commit was erroneous
* cleanup * font fixes thanks to Oliver Heinisch
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
* 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.
|
||||
* lang/*: cleanup and font fixes thanks to Oliver Heinisch.
|
||||
|
||||
2002-02-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php3: get_magic_quotes fix thanks to
|
||||
|
@@ -8,15 +8,15 @@
|
||||
|
||||
$charset = 'windows-1256';
|
||||
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'Tahoma, verdana, helvetica, arial, sans-serif';
|
||||
$right_font_family = '"Windows UI", helvetica, arial, sans-serif';
|
||||
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
|
||||
$right_font_family = '"Windows UI", arial, helvetica, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$byteUnits = array('<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><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>');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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>');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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>');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y <20> %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
$charset = 'big5';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
@@ -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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -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');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d/%m %Y kl. %H:%M:%S';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -7,15 +7,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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<65>', 'Hein<69>', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d.%m.%Y klo %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ' ';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go');
|
||||
|
||||
$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');
|
||||
// Voir http://www.php3.net/manual/en/function.strftime.php3 pour la variable
|
||||
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
|
||||
// ci-dessous
|
||||
$datefmt = '%A %d %B %Y <20> %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d. %B %Y um %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-7';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||
|
||||
$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>');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d %B %Y, <20><><EFBFBD><EFBFBD> %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-8-i';
|
||||
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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>');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -4,8 +4,8 @@
|
||||
|
||||
$charset = 'iso-8859-2';
|
||||
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ' ';
|
||||
$number_decimal_separator = '.';
|
||||
$byteUnits = array('B<>jt', 'KB', 'MB', 'GB');
|
||||
@@ -13,7 +13,7 @@ $byteUnits = array('B
|
||||
$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');
|
||||
// Le<4C>r<EFBFBD>s a $datefmt v<>ltoz<6F> defini<6E>l<EFBFBD>s<EFBFBD>hoz:
|
||||
// http://www.php3.net/manual/en/function.strftime.php3
|
||||
// http://www.php.net/manual/en/function.strftime.php
|
||||
$datefmt = '%Y. %B %d. %H:%M';
|
||||
|
||||
|
||||
|
@@ -4,15 +4,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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><>');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d. %B, %Y klokka %H:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-2';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial ce, arial, sans-serif';
|
||||
$right_font_family = 'helvetica, arial ce, arial, sans-serif';
|
||||
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = '"arial ce", arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = '.';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('bajt<6A>w', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d %B %Y, %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'sans-serif';
|
||||
$right_font_family = 'sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d-%B-%Y <20>s %H:%M';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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><>');
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||
|
||||
|
@@ -11,7 +11,7 @@ $byteUnits = array('
|
||||
|
||||
$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>');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||
|
||||
|
@@ -4,15 +4,15 @@
|
||||
|
||||
$charset = 'iso-8859-2';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = '"verdana CE", "Arial CE", verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = '"verdana CE", "Arial CE", helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = '"verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
|
||||
$number_thousands_separator = ' ';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d.%B, %Y - %H:%M';
|
||||
|
||||
|
@@ -4,15 +4,15 @@
|
||||
|
||||
$charset = 'windows-1250';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = '"verdana CE", "Arial CE", verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = '"verdana CE", "Arial CE", helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = '"verdana ce", "arial ce", arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ' ';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d.%B, %Y - %H:%M';
|
||||
|
||||
@@ -210,7 +210,6 @@ $strNotNumber = 'Toto nie je
|
||||
$strNotValidNumber = ' nie je platn<74> <20><>slo riadku!';
|
||||
$strNoUsersFound = 'Nebol n<>jden<65> <20>iadny pou<6F><75>vate<74>.';
|
||||
$strNull = 'Nulov<6F>';
|
||||
$strNumberIndexes = ' Po<50>et roz<6F><7A>ren<65>ch indexov ';
|
||||
|
||||
$strOftenQuotation = '<27>asto uvodzuj<75>ce znaky. VOLITE<54>NE znamen<65>, <20>e iba polia typu char a varchar s<> uzatvoren<65> do "uzatv<74>rac<61>ch" znakov.';
|
||||
$strOptimizeTable = 'Optimalizova<76> tabu<62>ku';
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ' ';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('bytes', 'kB', 'MB', 'GB');
|
||||
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$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');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-9';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$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
|
||||
$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');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'windows-1251';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$byteUnits = array('<27><><EFBFBD><EFBFBD>', '<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>');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d %Y <20>., %H:%M';
|
||||
|
||||
|
Reference in New Issue
Block a user