MySQL-speak

This commit is contained in:
Marc Delisle
2001-07-01 15:05:04 +00:00
parent 2644b9c424
commit e4b47b80e4
24 changed files with 45 additions and 209 deletions

View File

@@ -15,7 +15,6 @@ $strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlter = "Alter"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = ""; //to translate, but its not in use ...
@@ -94,14 +93,12 @@ $strExtra = "Ekstra";
$strField = "Felt";
$strFields = "Felter";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Funksjon";
$strGenTime = "Generation Time"; //to translate
$strGo = "Utf<EFBFBD>r";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
@@ -174,7 +171,6 @@ $strPrimaryKey = "Prim
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "resulterte i en feil.";
$strProperties = "Egenskaper";
@@ -182,8 +178,6 @@ $strQBE = "Query by Example"; //to translate
$strReadTheDocs = "Les dokumentasjonen";
$strRecords = "Rader";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "MySQL reload failed."; //to translate
$strReloadMySQL = "Omstart av MySQL";
$strRememberReload = "Remember reload the server."; //to translate
@@ -216,7 +210,6 @@ $strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "Viser rader ";
$strShutdown = "Shutdown"; //to translate
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
@@ -247,7 +240,6 @@ $strType = "Type";
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "Unik";
$strUpdate = "Update"; //to translate
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
@@ -272,4 +264,5 @@ $strYes = "Ja";
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
$strBinary=" Binary "; //to translate
$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
?>