From 28cb4c288801025e4d83c7d0cae48a4344a0923c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 22 Feb 2002 10:10:32 +0000 Subject: [PATCH] * previous commit was erroneous * cleanup * font fixes thanks to Oliver Heinisch --- ChangeLog | 1 + lang/arabic.inc.php3 | 6 +++--- lang/brazilian_portuguese.inc.php3 | 6 +++--- lang/bulgarian-koi8.inc.php3 | 2 +- lang/bulgarian-win1251.inc.php3 | 2 +- lang/catala.inc.php3 | 6 +++--- lang/chinese_big5.inc.php3 | 4 ++-- lang/chinese_gb.inc.php3 | 2 +- lang/czech-iso.inc.php3 | 2 +- lang/czech-win1250.inc.php3 | 2 +- lang/danish.inc.php3 | 6 +++--- lang/dutch.inc.php3 | 6 +++--- lang/english.inc.php3 | 6 +++--- lang/finnish.inc.php3 | 6 +++--- lang/french.inc.php3 | 6 +++--- lang/galician.inc.php3 | 6 +++--- lang/german.inc.php3 | 6 +++--- lang/greek.inc.php3 | 6 +++--- lang/hebrew.inc.php3 | 6 +++--- lang/hungarian.inc.php3 | 6 +++--- lang/italian.inc.php3 | 6 +++--- lang/japanese-euc.inc.php3 | 2 +- lang/japanese-sjis.inc.php3 | 2 +- lang/korean.inc.php3 | 2 +- lang/norwegian.inc.php3 | 6 +++--- lang/polish.inc.php3 | 6 +++--- lang/portuguese.inc.php3 | 6 +++--- lang/romanian.inc.php3 | 6 +++--- lang/russian-koi8.inc.php3 | 2 +- lang/russian-win1251.inc.php3 | 2 +- lang/slovak-iso.inc.php3 | 6 +++--- lang/slovak-win1250.inc.php3 | 7 +++---- lang/spanish.inc.php3 | 6 +++--- lang/swedish.inc.php3 | 6 +++--- lang/thai.inc.php3 | 2 +- lang/turkish.inc.php3 | 6 +++--- lang/ukrainian-win1251.inc.php3 | 6 +++--- 37 files changed, 86 insertions(+), 86 deletions(-) diff --git a/ChangeLog b/ChangeLog index d51e08c0d..c299f42e9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * libraries/common.lib.php3: get_magic_quotes fix thanks to diff --git a/lang/arabic.inc.php3 b/lang/arabic.inc.php3 index b77094a05..b631de558 100644 --- a/lang/arabic.inc.php3 +++ b/lang/arabic.inc.php3 @@ -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('', '', '', ''); $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// 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'; diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 72c55441e..155667e3b 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -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'; diff --git a/lang/bulgarian-koi8.inc.php3 b/lang/bulgarian-koi8.inc.php3 index f0a65df99..2d2104d1b 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.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 %H:%M'; diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index ae85ea463..31c9ea5e0 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.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 %H:%M'; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 358d3cd1b..65aeb8db7 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -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'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 5ad9b47c0..b45f48959 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -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'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 3e1a322db..f0bfdd35a 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.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'; diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 03e3dd8a3..3c6f05c25 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.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'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 779ee69fc..132b3fc26 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.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'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 057c1ab9b..66d2c486b 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -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('Sn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lr'); $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'; diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 59482c8d2..3669c0a27 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -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'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index e76cc9a4b..4c05876d2 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -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'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index 349749cb7..6820fafcb 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -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', 'Hein', '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'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index fd16598f2..b66b4669b 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -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', 'Fvrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Aot', 'Septembre', 'Octobre', 'Novembre', 'Dcembre'); -// 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 %H:%M'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 616331ad7..ee926ca46 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -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'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 579fe4f9c..581339eb5 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -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', 'Mrz', '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'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index 6bfe052bb..644eb6e88 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -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('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// 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, %I:%M %p'; diff --git a/lang/hebrew.inc.php3 b/lang/hebrew.inc.php3 index 09f7de336..3741394df 100644 --- a/lang/hebrew.inc.php3 +++ b/lang/hebrew.inc.php3 @@ -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('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '', '', '', '', '', ''); -// 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'; diff --git a/lang/hungarian.inc.php3 b/lang/hungarian.inc.php3 index f67a1cefa..0abf132a2 100644 --- a/lang/hungarian.inc.php3 +++ b/lang/hungarian.inc.php3 @@ -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('Bjt', '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', 'Mrc', 'pr', 'Mj', 'Jn', 'Jl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec'); // Lers a $datefmt vltoz definilshoz: -// http://www.php3.net/manual/en/function.strftime.php3 +// http://www.php.net/manual/en/function.strftime.php $datefmt = '%Y. %B %d. %H:%M'; diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 30fb32c68..a4b06c977 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -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 diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 98807f3f2..32ecce5f4 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.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 %H:%M'; diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index faa2656bf..8d9cecc2c 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.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 = '%YN%B%e %H:%M'; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index f2aeb31b0..fc3a7364b 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.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'; diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index baddd22cd..9fded62c5 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -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('Sn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lr'); $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'; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index e40081493..1b2122d1d 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -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('bajtw', 'KB', 'MB', 'GB'); $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.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'; diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index bc0446f52..644b8e9ec 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -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 s %H:%M'; diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 571f7d5d3..659849762 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -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'; diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 0a16e069a..4afad3507 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.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 ., %H:%M'; diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 0d31171c0..899c825ba 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.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 ., %H:%M'; diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 089f57c16..423f26982 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -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', 't', 'St', 't', 'Pi', 'So'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mj', 'Jn', 'Jl', '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'; diff --git a/lang/slovak-win1250.inc.php3 b/lang/slovak-win1250.inc.php3 index 9c395c9d9..f21a3d78a 100644 --- a/lang/slovak-win1250.inc.php3 +++ b/lang/slovak-win1250.inc.php3 @@ -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', 't', 'St', 't', 'Pi', 'So'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mj', 'Jn', 'Jl', '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 slo riadku!'; $strNoUsersFound = 'Nebol njden iadny pouvate.'; $strNull = 'Nulov'; -$strNumberIndexes = ' Poet rozrench indexov '; $strOftenQuotation = 'asto uvodzujce znaky. VOLITENE znamen, e iba polia typu char a varchar s uzatvoren do "uzatvracch" znakov.'; $strOptimizeTable = 'Optimalizova tabuku'; diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 5ece66751..b1c6bbfcc 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -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'; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 71ad4ac6d..c87a0c94f 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -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('Sn', 'Mn', 'Tis', 'Ons', 'Tors', 'Fre', 'Lr'); $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'; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 1148f42ac..d5434786d 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.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'; diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index bc1e07b3a..37acbcf5c 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -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 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.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'; diff --git a/lang/ukrainian-win1251.inc.php3 b/lang/ukrainian-win1251.inc.php3 index 37f6bc0ed..48d0ddc5d 100644 --- a/lang/ukrainian-win1251.inc.php3 +++ b/lang/ukrainian-win1251.inc.php3 @@ -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('', '', '', ''); $day_of_week = array('', '', '', '', '', '', ''); $month = array('ѳ', '', '', '', '', '', '', '', '', '', '', ''); -// 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 ., %H:%M';