Checked all language files for incomplete arrays ($byteUnits, $day_of_week and $month).
This commit is contained in:
@@ -13,8 +13,9 @@ $left_font_family = 'sans-serif';
|
||||
$right_font_family = 'sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
|
||||
$byteUnits = array('<27><><EFBFBD><EFBFBD>', '<27><>', '<27><>', '<27><>');
|
||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||
//$byteUnits = array('<27><><EFBFBD><EFBFBD>', '<27><>', '<27><>', '<27><>');
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||||
|
||||
$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>');
|
||||
@@ -620,8 +621,8 @@ $strPerMinute = 'per minute';//to translate
|
||||
$strPerSecond = 'per second';//to translate
|
||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||
$strFileNameTemplate = 'File name template';//to translate
|
||||
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||
$strFileNameTemplate = 'File name template';//to translate
|
||||
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
|
||||
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
|
||||
@@ -658,4 +659,4 @@ $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
||||
$strAddIntoComments = 'Add into comments';//to translate
|
||||
$strDatabaseExportOptions = 'Database export options';//to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user