added $strSelectADb

This commit is contained in:
Loïc Chapeaux
2002-01-19 23:19:49 +00:00
parent 993514bdcd
commit b4bb48e981
31 changed files with 105 additions and 75 deletions

View File

@@ -345,9 +345,10 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = ' in %s mode and repeat headers after %s cells'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -317,11 +317,17 @@ $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUnselectAll = 'Unselect All'; //to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With selected:'; //to translate
@@ -342,9 +348,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -341,9 +341,10 @@ $strZip = '"zip-
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -341,9 +341,10 @@ $strZip = '"zip-
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -308,7 +308,12 @@ $strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -322,6 +327,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
@@ -342,9 +348,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -307,7 +307,12 @@ $strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = ' SQL-query on database <b>%s</b>:'; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -320,6 +325,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -342,9 +348,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -311,7 +311,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -325,6 +330,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -346,9 +352,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -342,9 +342,10 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -311,7 +311,12 @@ $strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to tra
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
@@ -319,6 +324,7 @@ $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -341,9 +347,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
$strSave = 'Save';
$strSelect = 'Select';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';

View File

@@ -349,5 +349,6 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"';
// To translate
$strSelectADb = 'Please select a database';
?>

View File

@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Ex
$strSave = 'Sauvegarder';
$strSelect = 'S<>lectionner';
$strSelectADb = 'Choisissez une base de donn<6E>es';
$strSelectAll = 'Tout s<>lectionner';
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
$strSelectNumRows = 'dans la requ<71>te';

View File

@@ -347,6 +347,7 @@ $strCardinality = 'Cardinality';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strCardinality = 'Cardinality';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogin = 'Login';
$strLogUsername = 'Username:';
$strSelectADb = 'Please select a database';
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';

View File

@@ -315,7 +315,12 @@ $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
@@ -323,6 +328,7 @@ $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -342,9 +348,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -348,5 +348,6 @@ $strZip = '"compresso con zip"';
// To translate
$strSelectADb = 'Please select a database';
?>

View File

@@ -340,10 +340,10 @@ $strZip = '"zip
$strCardinality = 'Cardinality';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -310,7 +310,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -324,6 +329,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -345,9 +351,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -342,6 +342,7 @@ $strYes = 'Ja';
$strZip = '"komprimert (zip)"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -310,7 +310,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -324,6 +329,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -345,9 +351,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strYes = 'Da';
$strZip = '"zipped"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -340,9 +340,10 @@ $strZip = '
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -340,9 +340,10 @@ $strZip = '
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -346,6 +346,7 @@ $strZip = '"zo zipovan
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -328,11 +328,14 @@ $strLogUsername = 'Username:';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strPartialText = 'Partial Texts';
$strRowsModeVertical = ' vertical ';
$strRowsModeHorizontal = ' horizontal ';
$strRowsModeOptions = ' in %s mode and repeat headers after %s cells ';
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUnselectAll = 'Unselect All'; //to translate
$strUpdateProfile = 'Update profile:';
$strUpdateProfileMessage = 'The profile has been updated.';
$strWithChecked = 'With selected:';
@@ -343,6 +346,4 @@ $strCardinality = 'Cardinality';
$strIgnore = 'Ignorar';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -343,6 +343,7 @@ $strYes = 'Ja';
$strZip = '"zippad"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -311,7 +311,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -325,6 +330,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTables = '%s table(s)'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
@@ -346,9 +352,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@@ -340,9 +340,10 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>