tbl_qbe.php3: added language support (stripped all static text) (Feat.req.: #443959)

This commit is contained in:
Geert Lund
2001-07-24 05:09:46 +00:00
parent 12db7ed4a7
commit ec19d46d55
21 changed files with 211 additions and 211 deletions

View File

@@ -10,8 +10,8 @@ $byteUnits = array("Bytes", "KB", "MB", "GB");
$strAccessDenied = "Toegang geweigerd ";
$strAction = "Aktie";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Nieuw veld toevoegen";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
@@ -22,7 +22,7 @@ $strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = ""; //to translate, but its not in use ...
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Een index is toegevoegd aan ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
@@ -31,7 +31,7 @@ $strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Een primaire sleutel is toegevoegd aan ";
$strAscending = ""; //to translate, but its not in use ...
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Attributen";
@@ -59,7 +59,7 @@ $strCopyTableOK = "Tabel \$table is gekopieerd naar \$new_name.";
$strCreate = "Aanmaken";
$strCreateNewDatabase = "Nieuwe database aanmaken";
$strCreateNewTable = "Nieuwe tabel aanmaken in database ";
$strCriteria = ""; //to translate, but its not in use ...
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strData = "Data"; //to translate
$strDatabase = "Database ";
@@ -73,7 +73,7 @@ $strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = ""; //to translate, but its not in use ...
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "Voer een query op basis van een vergelijking uit (wildcard: \"%\")";
@@ -139,7 +139,7 @@ $strLogin = ""; //to translate, but its not in use ...
$strLogout = "Uitloggen";
$strModifications = "Wijzigingen opgeslagen.";
$strModify = ""; //to translate, but its not in use ...
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL opnieuw geladen.";
$strMySQLSaid = "MySQL retourneerde: ";
$strMySQLShowProcess = "Laat processen zien";
@@ -161,7 +161,7 @@ $strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Optional. Controls how to write or read special characters.";
$strOptionally = "OPTIONEEL";
$strOr = "of";
$strOr = "Of";
$strOverhead = "Overhead"; //to translate
$strPassword = "Password"; //to translate
@@ -204,7 +204,7 @@ $strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "wordt uitgevoerd op ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "SQL query/queries uitvoeren op database ";
$strSave = "Opslaan";
@@ -218,7 +218,7 @@ $strShow = "Show"; //to translate
$strShowingRecords = "Records laten zien ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-query";
$strStatement = "Statements"; //to translate
@@ -249,13 +249,13 @@ $strUnique = "Unieke waarde";
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
$strUpdateQuery = ""; //to translate, but its not in use ...
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Usage"; //to translate
$strUser = "User"; //to translate
$strUserEmpty = "The user name is empty!"; //to translate
$strUserName = "User name"; //to translate
$strUsers = "Users"; //to translate
$strUseTables = ""; //to translate, but its not in use ...
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strValue = "Waarde";
$strViewDump = "Bekijk een dump (schema) van tabel";