Language file cleanup - nothing added/removed
This commit is contained in:
@@ -25,17 +25,20 @@ $strAddPrivMessage = 'You have added a new privilege.'; //to translate
|
|||||||
$strAddSearchConditions = 'Tilføj søge kriterier (body of the "where" clause):';
|
$strAddSearchConditions = 'Tilføj søge kriterier (body of the "where" clause):';
|
||||||
$strAddUser = 'Add a new User'; //to translate
|
$strAddUser = 'Add a new User'; //to translate
|
||||||
$strAddUserMessage = 'You have added a new user.'; //to translate
|
$strAddUserMessage = 'You have added a new user.'; //to translate
|
||||||
|
$strAffectedRows = 'Affected rows:'; //to translate
|
||||||
$strAfter = 'Efter';
|
$strAfter = 'Efter';
|
||||||
$strAll = 'All'; //to translate
|
$strAll = 'All'; //to translate
|
||||||
$strAlterOrderBy = 'Alter table order by'; //to translate
|
$strAlterOrderBy = 'Alter table order by'; //to translate
|
||||||
$strAnalyzeTable = 'Analyser tabel';
|
$strAnalyzeTable = 'Analyser tabel';
|
||||||
$strAnd = 'And'; //to translate (tbl_qbe.php3)
|
$strAnd = 'And'; //to translate (tbl_qbe.php3)
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
$strAny = 'Any'; //to translate
|
$strAny = 'Any'; //to translate
|
||||||
$strAnyColumn = 'Any Column'; //to translate
|
$strAnyColumn = 'Any Column'; //to translate
|
||||||
$strAnyDatabase = 'Any database'; //to translate
|
$strAnyDatabase = 'Any database'; //to translate
|
||||||
$strAnyHost = 'Any host'; //to translate
|
$strAnyHost = 'Any host'; //to translate
|
||||||
$strAnyTable = 'Any table'; //to translate
|
$strAnyTable = 'Any table'; //to translate
|
||||||
$strAnyUser = 'Any user'; //to translate
|
$strAnyUser = 'Any user'; //to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
|
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
|
||||||
$strAtBeginningOfTable = 'I begyndelsen af tabel';
|
$strAtBeginningOfTable = 'I begyndelsen af tabel';
|
||||||
$strAtEndOfTable = 'I slutning af tabel';
|
$strAtEndOfTable = 'I slutning af tabel';
|
||||||
@@ -62,6 +65,7 @@ $strColumnEmpty = 'The columns names are empty!'; //to translate
|
|||||||
$strColumnNames = 'Kolonne navne';
|
$strColumnNames = 'Kolonne navne';
|
||||||
$strCompleteInserts = 'Lav komplette inserts';
|
$strCompleteInserts = 'Lav komplette inserts';
|
||||||
$strConfirm = 'Do you really want to do it?'; //to translate
|
$strConfirm = 'Do you really want to do it?'; //to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):'; //to translate
|
||||||
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
|
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
|
||||||
$strCreate = 'Opret';
|
$strCreate = 'Opret';
|
||||||
$strCreateNewDatabase = 'Opret ny database';
|
$strCreateNewDatabase = 'Opret ny database';
|
||||||
@@ -70,20 +74,26 @@ $strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
|
|||||||
|
|
||||||
$strData = 'Data'; //to translate
|
$strData = 'Data'; //to translate
|
||||||
$strDatabase = 'Database: ';
|
$strDatabase = 'Database: ';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabases = 'databaser';
|
$strDatabases = 'databaser';
|
||||||
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDataOnly = 'Data only'; //to translate
|
$strDataOnly = 'Data only'; //to translate
|
||||||
$strDbEmpty = 'The database name is empty!'; //to translate
|
$strDbEmpty = 'The database name is empty!'; //to translate
|
||||||
$strDefault = 'Standardværdi';
|
$strDefault = 'Standardværdi';
|
||||||
$strDelete = 'Slet';
|
$strDelete = 'Slet';
|
||||||
$strDeleted = 'Rækken er slettet!';
|
$strDeleted = 'Rækken er slettet!';
|
||||||
|
$strDeletedRows = 'Deleted rows:'; //to translate
|
||||||
$strDeleteFailed = 'Deleted Failed!'; //to translate
|
$strDeleteFailed = 'Deleted Failed!'; //to translate
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
|
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
|
||||||
$strDisplay = 'Vis';
|
$strDisplay = 'Vis';
|
||||||
|
$strDisplayOrder = 'Display order:'; //to translate
|
||||||
$strDoAQuery = 'Kør en forespørgsel på felter (wildcard: "%")';
|
$strDoAQuery = 'Kør en forespørgsel på felter (wildcard: "%")';
|
||||||
$strDocu = 'Dokumentation';
|
$strDocu = 'Dokumentation';
|
||||||
$strDoYouReally = 'Er du sikker på at du vil ';
|
$strDoYouReally = 'Er du sikker på at du vil ';
|
||||||
$strDrop = 'Slet';
|
$strDrop = 'Slet';
|
||||||
$strDropDB = 'Slet database ';
|
$strDropDB = 'Slet database ';
|
||||||
|
$strDropTable = 'Drop table'; //to translate
|
||||||
$strDumpingData = 'Data dump for tabellen';
|
$strDumpingData = 'Data dump for tabellen';
|
||||||
$strDynamic = 'dynamic'; //to translate
|
$strDynamic = 'dynamic'; //to translate
|
||||||
|
|
||||||
@@ -95,12 +105,20 @@ $strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
|
|||||||
$strEnd = 'Slut';
|
$strEnd = 'Slut';
|
||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
|
||||||
$strError = 'Fejl';
|
$strError = 'Fejl';
|
||||||
|
$strExtendedInserts = 'Extended inserts'; //to translate
|
||||||
$strExtra = 'Ekstra';
|
$strExtra = 'Ekstra';
|
||||||
|
|
||||||
$strField = 'Feltnavn';
|
$strField = 'Feltnavn';
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFields = 'Felter';
|
$strFields = 'Felter';
|
||||||
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
$strFixed = 'fixed'; //to translate
|
$strFixed = 'fixed'; //to translate
|
||||||
$strFormat = 'Format'; //to translate
|
$strFormat = 'Format'; //to translate
|
||||||
|
$strFormEmpty = 'Missing value in the form !'; //to translate
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strFunction = 'Funktion';
|
$strFunction = 'Funktion';
|
||||||
|
|
||||||
$strGenTime = 'Generation Time'; //to translate
|
$strGenTime = 'Generation Time'; //to translate
|
||||||
@@ -116,16 +134,22 @@ $strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside ';
|
|||||||
$strHost = 'Host';
|
$strHost = 'Host';
|
||||||
$strHostEmpty = 'The host name is empty!'; //to translate
|
$strHostEmpty = 'The host name is empty!'; //to translate
|
||||||
|
|
||||||
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strIfYouWish = 'Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.';
|
$strIfYouWish = 'Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.';
|
||||||
$strIndex = 'Indekseret';
|
$strIndex = 'Indekseret';
|
||||||
$strIndexes = 'Indexes'; //to translate
|
$strIndexes = 'Indexes'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsert = 'Indsæt';
|
$strInsert = 'Indsæt';
|
||||||
$strInsertAsNewRow = 'Insert as new row'; //to translate
|
$strInsertAsNewRow = 'Insert as new row'; //to translate
|
||||||
|
$strInsertedRows = 'Inserted rows:'; //to translate
|
||||||
$strInsertIntoTable = 'Importer til tabel';
|
$strInsertIntoTable = 'Importer til tabel';
|
||||||
$strInsertNewRow = 'Indsæt ny række';
|
$strInsertNewRow = 'Indsæt ny række';
|
||||||
$strInsertTextfiles = 'Importer tekstfil til tabellen';
|
$strInsertTextfiles = 'Importer tekstfil til tabellen';
|
||||||
|
$strInstructions = 'Instructions';//to translate
|
||||||
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
$strInUse = 'in use'; //to translate
|
$strInUse = 'in use'; //to translate
|
||||||
|
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strKeyname = 'Nøgle';
|
$strKeyname = 'Nøgle';
|
||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
@@ -134,12 +158,15 @@ $strLengthSet = 'Længde/Værdi*';
|
|||||||
$strLimitNumRows = 'poster pr. side';
|
$strLimitNumRows = 'poster pr. side';
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Linier';
|
$strLines = 'Linier';
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
$strLocationTextfile = 'Tekstfilens placering';
|
$strLocationTextfile = 'Tekstfilens placering';
|
||||||
$strLogin = ''; //to translate, but its not in use ...
|
$strLogin = ''; //to translate, but its not in use ...
|
||||||
$strLogout = 'Log af';
|
$strLogout = 'Log af';
|
||||||
|
|
||||||
$strModifications = 'Rettelserne er gemt!';
|
$strModifications = 'Rettelserne er gemt!';
|
||||||
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
|
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):'; //to translate
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.'; //to translate
|
||||||
$strMySQLReloaded = 'MySQL genstartet.';
|
$strMySQLReloaded = 'MySQL genstartet.';
|
||||||
$strMySQLSaid = 'MySQL returnerede: ';
|
$strMySQLSaid = 'MySQL returnerede: ';
|
||||||
$strMySQLShowProcess = 'Vis tråde';
|
$strMySQLShowProcess = 'Vis tråde';
|
||||||
@@ -150,8 +177,12 @@ $strName = 'Navn';
|
|||||||
$strNbRecords = 'No. Of records';
|
$strNbRecords = 'No. Of records';
|
||||||
$strNext = 'Næste';
|
$strNext = 'Næste';
|
||||||
$strNo = 'Nej';
|
$strNo = 'Nej';
|
||||||
|
$strNoDatabases = 'No databases'; //to translate
|
||||||
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
|
||||||
|
$strNoModification = 'No change'; //to translate
|
||||||
$strNoPassword = 'No Password'; //to translate
|
$strNoPassword = 'No Password'; //to translate
|
||||||
$strNoPrivileges = 'No Privileges'; //to translate
|
$strNoPrivileges = 'No Privileges'; //to translate
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
||||||
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
|
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
|
||||||
$strNotNumber = 'This is not a number!'; //to translate
|
$strNotNumber = 'This is not a number!'; //to translate
|
||||||
@@ -167,14 +198,17 @@ $strOptionally = 'OPTIONALLY';
|
|||||||
$strOr = 'Eller';
|
$strOr = 'Eller';
|
||||||
$strOverhead = 'Overhead'; //to translate
|
$strOverhead = 'Overhead'; //to translate
|
||||||
|
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPassword = 'Password'; //to translate
|
$strPassword = 'Password'; //to translate
|
||||||
$strPasswordEmpty = 'The password is empty!'; //to translate
|
$strPasswordEmpty = 'The password is empty!'; //to translate
|
||||||
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
|
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
|
||||||
$strPHPVersion = 'PHP Version'; //to translate
|
$strPHPVersion = 'PHP Version'; //to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strPos1 = 'Start';
|
$strPos1 = 'Start';
|
||||||
$strPrevious = 'Forrige';
|
$strPrevious = 'Forrige';
|
||||||
$strPrimary = 'Primær';
|
$strPrimary = 'Primær';
|
||||||
$strPrimaryKey = 'Primær nøgle';
|
$strPrimaryKey = 'Primær nøgle';
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strPrinterFriendly = 'Udskrift venlig version af ovenstående tabel';
|
$strPrinterFriendly = 'Udskrift venlig version af ovenstående tabel';
|
||||||
$strPrintView = 'Vis (udskriftvenlig)';
|
$strPrintView = 'Vis (udskriftvenlig)';
|
||||||
$strPrivileges = 'Privileges'; //to translate
|
$strPrivileges = 'Privileges'; //to translate
|
||||||
@@ -184,6 +218,7 @@ $strProperties = 'Egenskaber';
|
|||||||
$strQBE = 'Query by Example';
|
$strQBE = 'Query by Example';
|
||||||
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
|
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
|
||||||
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
|
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
|
||||||
|
$strQueryOnDb = 'SQL-query on database '; //to translate
|
||||||
|
|
||||||
$strReadTheDocs = 'Læs dokumentationen';
|
$strReadTheDocs = 'Læs dokumentationen';
|
||||||
$strRecords = 'Poster';
|
$strRecords = 'Poster';
|
||||||
@@ -208,7 +243,9 @@ $strRowsFrom = 'rækker startende fra';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||||
$strRunning = 'kører på ';
|
$strRunning = 'kører på ';
|
||||||
|
$strRunningAs = 'as'; //to translate
|
||||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
|
||||||
$strSave = 'Gem';
|
$strSave = 'Gem';
|
||||||
$strSelect = 'Vælg';
|
$strSelect = 'Vælg';
|
||||||
@@ -216,19 +253,27 @@ $strSelectFields = 'Vælg mindst eet felt:';
|
|||||||
$strSelectNumRows = 'i forespørgsel';
|
$strSelectNumRows = 'i forespørgsel';
|
||||||
$strSend = 'send';
|
$strSend = 'send';
|
||||||
$strSequence = 'Seq.'; //to translate
|
$strSequence = 'Seq.'; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//to translate
|
||||||
$strServerVersion = 'Server version'; //to translate
|
$strServerVersion = 'Server version'; //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
|
||||||
$strShow = 'Vis';
|
$strShow = 'Vis';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
|
$strShowCols = 'Show columns'; //to translate
|
||||||
$strShowingRecords = 'Viser poster ';
|
$strShowingRecords = 'Viser poster ';
|
||||||
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
|
$strShowTables = 'Show tables'; //to translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strSingly = '(singly)'; //to translate
|
$strSingly = '(singly)'; //to translate
|
||||||
$strSize = 'Size'; //to translate
|
$strSize = 'Size'; //to translate
|
||||||
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
|
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
|
||||||
$strSpaceUsage = 'Space usage'; //to translate
|
$strSpaceUsage = 'Space usage'; //to translate
|
||||||
$strSQLQuery = 'SQL-forespørgsel';
|
$strSQLQuery = 'SQL-forespørgsel';
|
||||||
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
$strStatement = 'Statements'; //to translate
|
$strStatement = 'Statements'; //to translate
|
||||||
$strStrucCSV = 'CSV data';
|
$strStrucCSV = 'CSV data';
|
||||||
$strStrucData = 'Struturen og data';
|
$strStrucData = 'Struturen og data';
|
||||||
$strStrucDrop = 'Tilføj \'drop table\'';
|
$strStrucDrop = 'Tilføj \'drop table\'';
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strStrucOnly = 'Kun strukturen';
|
$strStrucOnly = 'Kun strukturen';
|
||||||
$strSubmit = 'Send';
|
$strSubmit = 'Send';
|
||||||
$strSuccess = 'Din SQL-forespørgsel blev eksekveret korrekt';
|
$strSuccess = 'Din SQL-forespørgsel blev eksekveret korrekt';
|
||||||
@@ -237,7 +282,10 @@ $strSum = 'Sum'; //to translate
|
|||||||
$strTable = 'Tabel: ';
|
$strTable = 'Tabel: ';
|
||||||
$strTableComments = 'Tabel kommentarer';
|
$strTableComments = 'Tabel kommentarer';
|
||||||
$strTableEmpty = 'The table name is empty!'; //to translate
|
$strTableEmpty = 'The table name is empty!'; //to translate
|
||||||
|
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
||||||
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableMaintenance = 'Table maintenance'; //to translate
|
$strTableMaintenance = 'Table maintenance'; //to translate
|
||||||
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strTableStructure = 'Struktur dump for tabellen';
|
$strTableStructure = 'Struktur dump for tabellen';
|
||||||
$strTableType = 'Tabel type';
|
$strTableType = 'Tabel type';
|
||||||
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
|
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
|
||||||
@@ -249,8 +297,12 @@ $strType = 'Datatype';
|
|||||||
|
|
||||||
$strUncheckAll = 'Uncheck All'; //to translate
|
$strUncheckAll = 'Uncheck All'; //to translate
|
||||||
$strUnique = 'Unik';
|
$strUnique = 'Unik';
|
||||||
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
|
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
|
||||||
$strUsage = 'Usage'; //to translate
|
$strUsage = 'Usage'; //to translate
|
||||||
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strUser = 'User'; //to translate
|
$strUser = 'User'; //to translate
|
||||||
$strUserEmpty = 'The user name is empty!'; //to translate
|
$strUserEmpty = 'The user name is empty!'; //to translate
|
||||||
$strUserName = 'User name'; //to translate
|
$strUserName = 'User name'; //to translate
|
||||||
@@ -262,63 +314,11 @@ $strViewDump = 'Vis dump (skema) over tabel';
|
|||||||
$strViewDumpDB = 'Vis dump (skema) af database';
|
$strViewDumpDB = 'Vis dump (skema) af database';
|
||||||
|
|
||||||
$strWelcome = 'Velkommen til ';
|
$strWelcome = 'Velkommen til ';
|
||||||
|
$strWithChecked = 'With checked:';
|
||||||
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang Nægtet.';
|
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang Nægtet.';
|
||||||
|
|
||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
// To translate
|
|
||||||
$strAffectedRows = 'Affected rows:';
|
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
|
||||||
$strDeletedRows = 'Deleted rows:';
|
|
||||||
$strDisplayOrder = 'Display order:';
|
|
||||||
$strDropTable = 'Drop table';
|
|
||||||
$strExtendedInserts = 'Extended inserts';
|
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
|
||||||
$strInsertedRows = 'Inserted rows:';
|
|
||||||
$strInstructions = 'Instructions';//to translate
|
|
||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
|
||||||
$strNoDatabases = 'No databases';
|
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
|
||||||
$strNoModification = 'No change';
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
|
||||||
$strRunningAs = 'as';
|
|
||||||
$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\').';
|
|
||||||
$strShowAll = 'Show all'; // to translate
|
|
||||||
$strShowCols = 'Show columns';
|
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
|
||||||
$strShowTables = 'Show tables';
|
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
|
||||||
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|
||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
|
||||||
$strZip = '"zipped"'; //to translate
|
$strZip = '"zipped"'; //to translate
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user