fixed some typos and re-sorted a bit
This commit is contained in:
@@ -59,7 +59,7 @@ $strColumnEmpty = 'Kolonnenavnene er tomme!';
|
|||||||
$strColumnNames = 'Kolonnenavn';
|
$strColumnNames = 'Kolonnenavn';
|
||||||
$strCompleteInserts = 'Komplette innlegg';
|
$strCompleteInserts = 'Komplette innlegg';
|
||||||
$strConfirm = '<27>nsker du virkelig <20> gj<67>re det?';
|
$strConfirm = '<27>nsker du virkelig <20> gj<67>re det?';
|
||||||
$strCopyTable = 'Kopier tabell til:';
|
$strCopyTable = 'Kopier tabell til';
|
||||||
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
|
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
|
||||||
$strCreate = 'Opprett';
|
$strCreate = 'Opprett';
|
||||||
$strCreateNewDatabase = 'Opprett ny database';
|
$strCreateNewDatabase = 'Opprett ny database';
|
||||||
@@ -140,7 +140,7 @@ $strKeyname = 'N
|
|||||||
$strKill = 'Avslutt';
|
$strKill = 'Avslutt';
|
||||||
|
|
||||||
$strLength = 'Lengde';
|
$strLength = 'Lengde';
|
||||||
$strLengthSet = 'Lengde/Sett';
|
$strLengthSet = 'Lengde/Sett*';
|
||||||
$strLimitNumRows = 'rader per side';
|
$strLimitNumRows = 'rader per side';
|
||||||
$strLineFeed = 'Linjeskift: \\n';
|
$strLineFeed = 'Linjeskift: \\n';
|
||||||
$strLines = 'Linjer';
|
$strLines = 'Linjer';
|
||||||
@@ -285,20 +285,20 @@ $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
|
|||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics'; //to translate
|
||||||
$strDeletedRows = 'Deleted rows:';//to translate
|
$strDeletedRows = 'Deleted rows:'; //to translate
|
||||||
$strDropTable = 'Drop table';//to translate
|
$strDropTable = 'Drop table'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';//to translate
|
$strFullText = 'Full Texts'; //to translate
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInsertedRows = 'Inserted rows:'; //to translate
|
||||||
$strNoDatabases = 'No databases';//to translate
|
$strInstructions = 'Instructions'; //to translate
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';//to translate
|
$strNoDatabases = 'No databases'; //to translate
|
||||||
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // 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
|
$strPartialText = 'Partial Texts'; //to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation'; //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\').'; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';//to translate
|
$strStrucExcelCSV = 'CSV for Ms Excel data'; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user