typos
This commit is contained in:
@@ -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');
|
||||||
|
@@ -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');
|
||||||
|
@@ -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');
|
||||||
|
@@ -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'
|
||||||
|
Reference in New Issue
Block a user