This commit is contained in:
Alexander M. Turek
2002-11-06 22:29:59 +00:00
parent fd2771a3f0
commit 8067c603ac
4 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.'; $number_thousands_separator = '.';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', '<27>et', 'Pet', 'Sob'); $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', '<27>et', 'Pet', 'Sob');

View File

@@ -11,6 +11,7 @@ $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.'; $number_thousands_separator = '.';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob'); $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');

View File

@@ -10,6 +10,7 @@ $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.'; $number_thousands_separator = '.';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', '<27>et', 'Pet', 'Sob'); $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', '<27>et', 'Pet', 'Sob');

View File

@@ -51,8 +51,8 @@
<script lanuage="javascript" type="text/javascript"> <script lanuage="javascript" type="text/javascript">
<!-- <!--
function PMA_notice(language) { function PMA_notice(language) {
text = 'Thank you for feedback concerning the ' + language text = 'Thank you for your feedback concerning the '
+ ' language file.\n' + language + ' language file.\n'
+ 'Before you contact our developer, please note:\n\n' + 'Before you contact our developer, please note:\n\n'
+ ' - Each language file is included in this distribution\n' + ' - Each language file is included in this distribution\n'
+ ' The translator won\'t send you any translations.\n' + ' The translator won\'t send you any translations.\n'