small improvements
This commit is contained in:
@@ -14,6 +14,7 @@ $Source$
|
||||
- small improvements
|
||||
* themes/darkblue_orange/css/*
|
||||
- fixed font sizes
|
||||
* lang/english-*: small improvements
|
||||
|
||||
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
||||
|
@@ -107,7 +107,7 @@ $strBzip = '"bzipped"';
|
||||
$strCalendar = 'Calendar';
|
||||
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
|
||||
$strCannotLogin = 'Cannot log in to the MySQL server';
|
||||
$strCantLoad = 'Cannot load %s extension;[br]please check PHP configuration';
|
||||
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
|
||||
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
||||
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
|
||||
@@ -402,7 +402,7 @@ $strLatvian = 'Latvian';
|
||||
$strLDI = 'CSV using LOAD DATA';
|
||||
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
|
||||
$strLDILocal = 'Use LOCAL keyword';
|
||||
$strLengthSet = 'Length/Values*';
|
||||
$strLengthSet = 'Length/Values';
|
||||
$strLimitNumRows = 'Number of rows per page';
|
||||
$strLinesTerminatedBy = 'Lines terminated by';
|
||||
$strLinkNotFound = 'Link not found';
|
||||
|
@@ -107,7 +107,7 @@ $strBzip = '"bzipped"';
|
||||
$strCalendar = 'Calendar';
|
||||
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
|
||||
$strCannotLogin = 'Cannot log in to the MySQL server';
|
||||
$strCantLoad = 'Cannot load %s extension;[br]please check PHP configuration';
|
||||
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
|
||||
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
||||
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
|
||||
@@ -402,7 +402,7 @@ $strLatvian = 'Latvian';
|
||||
$strLDI = 'CSV using LOAD DATA';
|
||||
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
|
||||
$strLDILocal = 'Use LOCAL keyword';
|
||||
$strLengthSet = 'Length/Values*';
|
||||
$strLengthSet = 'Length/Values';
|
||||
$strLimitNumRows = 'Number of rows per page';
|
||||
$strLinesTerminatedBy = 'Lines terminated by';
|
||||
$strLinkNotFound = 'Link not found';
|
||||
|
@@ -108,7 +108,7 @@ $strBzip = '"bzipped"';
|
||||
$strCalendar = 'Calendar';
|
||||
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
|
||||
$strCannotLogin = 'Cannot log in to the MySQL server';
|
||||
$strCantLoad = 'Cannot load %s extension;[br]please check PHP configuration';
|
||||
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
|
||||
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
||||
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
|
||||
|
Reference in New Issue
Block a user