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 = "Ingen tilgang";
$strAction = "Handling";
$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 = "Legg til felt";
$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 = "En indeks er lagt til for ";
$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 = "En prim<69>rn<72>kkel er lagt til for ";
$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 = "Attributes";
@@ -59,7 +59,7 @@ $strCopyTableOK = "Tabellen \$table er kopiert til \$new_name.";
$strCreate = "Opprett";
$strCreateNewDatabase = "Opprett ny database";
$strCreateNewTable = "Opprett ny tabell i 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 = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
@@ -139,7 +139,7 @@ $strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out"; //to translate
$strModifications = "Endringene er lagret";
$strModify = ""; //to translate, but its not in use ...
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL omstartet.";
$strMySQLSaid = "MySQL sa: ";
$strMySQLShowProcess = "Show processes"; //to translate
@@ -161,7 +161,7 @@ $strOftenQuotation = "Ofte anf
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Valgfritt. Angir hvordan spesialtegn skrives eller leses.";
$strOptionally = "Valgfritt";
$strOr = "or"; //to translate
$strOr = "Or"; //to translate
$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 = "som kj<6B>rer p<> ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Kj<EFBFBD>r SQL-sp<73>rring mot database ";
$strSave = "Lagre";
@@ -218,7 +218,7 @@ $strShow = "Show"; //to translate
$strShowingRecords = "Viser rader ";
$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-sp<73>rring";
$strStatement = "Statements"; //to translate
@@ -249,13 +249,13 @@ $strUnique = "Unik";
$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 = "Verdi";
$strViewDump = "Vis dump (skjema) av tabell";