(af) Tidied up a bit.
This commit is contained in:
@@ -17,6 +17,7 @@ $Source$
|
||||
* config.inc.php3: Display syntax errors when the user calls the config file
|
||||
directly even if "display_errors" has been switched off in php.ini.
|
||||
* lang/german-*.inc.php3: Updates.
|
||||
* lang/afrikaans-*.inc.php3: Tidied up a bit.
|
||||
|
||||
2002-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: remove unneeded GRANT
|
||||
|
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
/*
|
||||
translated by Andreas Pauley <pauley@buitegroep.org.za>
|
||||
translated by Andreas Pauley <pauley@buitegroep.org.za>
|
||||
|
||||
Dit lyk nogal snaaks in Afrikaans ;-).
|
||||
Laat weet my asb. as jy aan beter taalgebruik kan dink.
|
||||
@@ -13,7 +14,8 @@ $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');
|
||||
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||||
|
||||
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
|
||||
@@ -413,6 +415,8 @@ $strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
$strZip = '"ge-zip"';
|
||||
|
||||
// To translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strValidateSQL = 'Validate SQL'; //to translate
|
||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||
|
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
/*
|
||||
translated by Andreas Pauley <pauley@buitegroep.org.za>
|
||||
translated by Andreas Pauley <pauley@buitegroep.org.za>
|
||||
|
||||
Dit lyk nogal snaaks in Afrikaans ;-).
|
||||
Laat weet my asb. as jy aan beter taalgebruik kan dink.
|
||||
@@ -14,7 +15,8 @@ $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');
|
||||
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||||
|
||||
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
|
||||
@@ -414,6 +416,8 @@ $strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
$strZip = '"ge-zip"';
|
||||
|
||||
// To translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strValidateSQL = 'Validate SQL'; //to translate
|
||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||
|
Reference in New Issue
Block a user