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

@@ -11,8 +11,8 @@ $byteUnits = array("Bytes", "KB", "MB", "GB");
$strAccessDenied = "Adgang Nægtet";
$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 = "Tilføj nyt felt";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
@@ -23,7 +23,7 @@ $strAfter = "Efter";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyser tabel";
$strAnd = ""; //to translate, but its not in use ...
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Der er oprettet et indeks på feltet ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
@@ -32,7 +32,7 @@ $strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Der er oprettet en primær nøgle på feltet ";
$strAscending = ""; //to translate, but its not in use ...
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "I begyndelsen af tabel";
$strAtEndOfTable = "I slutning af tabel";
$strAttr = "Attributer";
@@ -63,7 +63,7 @@ $strCopyTableOK = "Tabellen \$table er nu kopieret til: \$new_name.";
$strCreate = "Opret";
$strCreateNewDatabase = "Opret ny database";
$strCreateNewTable = "Opret ny tabel i database ";
$strCriteria = ""; //to translate, but its not in use ...
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strData = "Data"; //to translate
$strDatabase = "Database: ";
@@ -77,7 +77,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>Advarsel:</B> Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke beh&oslash;ver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres.";
$strDisplay = "Vis";
$strDoAQuery = "K&oslash;r en foresp&oslash;rgsel p&aring; felter (wildcard: \"%\")";
@@ -145,7 +145,7 @@ $strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log af";
$strModifications = "Rettelserne er gemt!";
$strModify = ""; //to translate, but its not in use ...
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL genstartet.";
$strMySQLSaid = "MySQL returnerede: ";
$strMySQLShowProcess = "Vis tr&aring;de";
@@ -171,7 +171,7 @@ $strOftenQuotation = "Ofte anf&oslash;relsestegn. OPTIONALLY betyder at kun char
$strOptimizeTable = "Optimer tabel";
$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller l&aelig;ses.";
$strOptionally = "OPTIONALLY";
$strOr = "eller";
$strOr = "Eller";
$strOverhead = "Overhead"; //to translate
$strPassword = "Password"; //to translate
@@ -215,7 +215,7 @@ $strRowsFrom = "r&aelig;kker startende fra";
$strRowSize=" Row size "; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "k&oslash;rer p&aring; ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "K&oslash;r en/flere SQL foresp&oslash;rgsler p&aring; database ";
$strSave = "Gem";
@@ -230,7 +230,7 @@ $strShowingRecords = "Viser poster ";
$strShowThisQuery=" Show this query here again "; //to translate
$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-foresp&oslash;rgsel";
$strStatement = "Statements"; //to translate
@@ -261,13 +261,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 = "V&aelig;rdi";
$strViewDump = "Vis dump (skema) over tabel";