From 7f919e6a863c6326fcaa311f461a351de7944db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 10 Feb 2002 09:31:41 +0000 Subject: [PATCH] removed tabs and/or trailing spaces --- ChangeLog | 5 +- Documentation.html | 54 +++++----- config.inc.php3 | 8 +- db_details.php3 | 10 +- db_printview.php3 | 2 +- db_stats.php3 | 8 +- footer.inc.php3 | 2 +- header.inc.php3 | 2 +- lang/brazilian_portuguese.inc.php3 | 28 ++--- lang/catala.inc.php3 | 62 +++++------ lang/chinese_big5.inc.php3 | 2 +- lang/chinese_gb.inc.php3 | 6 +- lang/czech-iso.inc.php3 | 46 ++++---- lang/czech-win1250.inc.php3 | 46 ++++---- lang/danish.inc.php3 | 60 +++++------ lang/dutch.inc.php3 | 4 +- lang/english.inc.php3 | 2 +- lang/finnish.inc.php3 | 2 +- lang/french.inc.php3 | 48 ++++----- lang/galician.inc.php3 | 4 +- lang/german.inc.php3 | 2 +- lang/korean.inc.php3 | 6 +- lang/norwegian.inc.php3 | 2 +- lang/polish.inc.php3 | 6 +- lang/portuguese.inc.php3 | 6 +- lang/romanian.inc.php3 | 6 +- lang/spanish.inc.php3 | 160 ++++++++++++++-------------- lang/thai.inc.php3 | 6 +- lang/turkish.inc.php3 | 4 +- lang/ukrainian-win1251.inc.php3 | 8 +- ldi_check.php3 | 4 +- left.php3 | 8 +- libraries/auth/cookie.auth.lib.php3 | 4 +- libraries/build_dump.lib.php3 | 8 +- libraries/display_tbl.lib.php3 | 2 +- libraries/functions.js | 8 +- libraries/ob.lib.php3 | 2 +- libraries/select_lang.lib.php3 | 4 +- libraries/zip.lib.php3 | 26 ++--- main.php3 | 10 +- read_dump.php3 | 2 +- sql.php3 | 2 +- tbl_addfield.php3 | 22 ++-- tbl_change.php3 | 56 +++++----- tbl_create.php3 | 16 +-- tbl_dump.php3 | 2 +- tbl_indexes.php3 | 4 +- tbl_move_copy.php3 | 4 +- tbl_printview.php3 | 4 +- tbl_properties.inc.php3 | 76 ++++++------- tbl_properties.php3 | 12 +-- tbl_qbe.php3 | 2 +- tbl_rename.php3 | 10 +- user_details.php3 | 2 +- 54 files changed, 450 insertions(+), 447 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03fec6f96..241db2cf1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-02-09 Loďc Chapeaux + * most of the scripts: removed tabs and/or trailing spaces. + 2002-02-09 Marc Delisle * main.php3, libraries/auth/cookie.auth.lib.php3, Patch 495360 (cookie with domain), experimental, thanks to Piotr Roszatycki (d3xter) and Christoph (certelt). - * tbl_properties.inc.php3: clarifications + * tbl_properties.inc.php3: clarifications. * tbl_create.php3, tbl_addfield.php3, tbl_properties.inc.php3: radio buttons for indexes. diff --git a/Documentation.html b/Documentation.html index d4be439e1..1029a5c06 100755 --- a/Documentation.html +++ b/Documentation.html @@ -229,7 +229,7 @@ information.
  • Open the file <www.your-host.com>/<your-install-dir>/index.php3 - in your browser. phpMyAdmin should now display a welcome screen + in your browser. phpMyAdmin should now display a welcome screen and your databases, or a login dialog if using http or cookie authentication mode.
  • @@ -244,15 +244,15 @@

    Using authentication modes:

      -
    • Http and cookie authentication modes are recommended in a multi-user - environment where you want to give users access to their own database +
    • Http and cookie authentication modes are recommended in a multi-user + environment where you want to give users access to their own database and don't want them to play around with others.

    • Http and cookie authentication modes are secure: the MySQL password does not need to be set in the phpMyAdmin configuration file. (except for the "standard user" -see the Configuration section-).
      - In cookie mode, we send the password in a temporary cookie, so most + In cookie mode, we send the password in a temporary cookie, so most browsers should not store the password in their cookie file.

    • @@ -302,7 +302,7 @@
      What the user may now do is controlled entirely by the MySQL user management system.
      - With http or cookie auth mode, you don't need to fill the user/password + With http or cookie auth mode, you don't need to fill the user/password fields inside the $cfgServers array.
    @@ -376,7 +376,7 @@
    $cfgServers array
    Since version 1.4.2, phpMyAdmin supports the administration of multiple - MySQL servers. + MySQL servers. Therefore, a $cfgServers-array has been added which contains the login information for the different servers. $cfgServers[1]['host'] contains the hostname of the first server, @@ -1017,30 +1017,30 @@

    I'm having troubles when uploading files. In general file uploads don't work on my system and uploaded files have a Content-Type: header - in the first line. + in the first line.
    It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 - and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you? -
    + and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you? +
    So the problem is that this package has a serious bug that was corrected ages ago in php (2001-01-28: see php's bug tracking system for more details). The problem is that the bugged package is still available though it was corrected (see redhat's bugzilla - for more details). -
    + for more details). +
    So please download the fixed package (4.0.4pl1-9) - and the problem should go away. + and the problem should go away.
    - And that fixes the \r\n problem with file uploads! -

    + And that fixes the \r\n problem with file uploads! +

    I'm having troubles when uploading files with phpMyAdmin running on a secure server. My browser is Internet Explorer and I'm using the Apache - server. + server.
    As suggested by "Rob M" in the phpWizard forum, add this line to your httpd.conf:
    @@ -1125,7 +1125,7 @@

    - Have also a look at the + Have also a look at the corresponding section of the MySQL documentation.

    @@ -1215,7 +1215,7 @@ -

    +

    I get errors about not being able to include a file in /lang
    Check php.ini, or ask your sysadmin to check it. The @@ -1256,7 +1256,7 @@ your table properties and add the other fields.

    -

    +

    With Xitami 2.5b4, phpMyAdmin won't process form fields.
    This is not a phpMyAdmin problem but a Xitami known bug: you'll face it @@ -1264,7 +1264,7 @@ Upgrade or downgrade your Xitami server.

    -

    +

    I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)
    With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except that @@ -1343,7 +1343,7 @@
    Since version 2.2.3, you have a checkbox for each field that can be null. Before 2.2.3, you had to enter "null", without the quotes, as the - field's value. + field's value.

    [phpMyAdmin project]

    @@ -1403,7 +1403,7 @@ have already contributed something useful to phpMyAdmin.
    Also, have a look at the Developers section.

    - + @@ -1429,11 +1429,11 @@ make phpMyAdmin a useful tool.

    -

    - If you're planning to contribute source, please read the following +

    + If you're planning to contribute source, please read the following information:

    -
      +
      • All files include header.inc.php3 (layout), libraries/common.lib.php3 (common functions) and @@ -1441,7 +1441,7 @@
        All configuration data belongs in config.inc.php3. Please keep it free from other code. -
        +
        Commonly used functions should be added to libraries/lib.inc.php3 and more specific ones may be added within a library stored into the libraries sub-directory. @@ -1460,7 +1460,7 @@ goes to tbl_*.php3, db-related code to db_*.php3 and so on.
      • -
      • +
      • Please don't use verbose strings in your code, instead add the string (at least) to english.inc.php3 and print() it out.
      • @@ -1468,7 +1468,7 @@ If you want to be really helpful, write an entry for the ChangeLog.
      - +

      IMPORTANT: With 1.4.1, development has switched to CVS. The following method is preferred for new developers: diff --git a/config.inc.php3 b/config.inc.php3 index ceaef6597..b064531dd 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -68,7 +68,7 @@ $cfgServers[2]['only_db'] = ''; $cfgServers[2]['verbose'] = ''; $cfgServers[2]['bookmarkdb'] = ''; $cfgServers[2]['bookmarktable'] = ''; -$cfgServers[2]['relation'] = ''; +$cfgServers[2]['relation'] = ''; $cfgServers[3]['host'] = ''; $cfgServers[3]['port'] = ''; @@ -83,7 +83,7 @@ $cfgServers[3]['only_db'] = ''; $cfgServers[3]['verbose'] = ''; $cfgServers[3]['bookmarkdb'] = ''; $cfgServers[3]['bookmarktable'] = ''; -$cfgServers[3]['relation'] = ''; +$cfgServers[3]['relation'] = ''; // If you have more than one server configured, you can set $cfgServerDefault // to any one of them to autoconnect to that server when phpMyAdmin is started, @@ -104,7 +104,7 @@ $cfgExecTimeLimit = 300; // maximum execution time in seconds (0 for $cfgSkipLockedTables = FALSE; // mark used tables, make possible to show // locked tables (since MySQL 3.23.30) $cfgShowSQL = TRUE; // show SQL queries as run -$cfgAllowUserDropDatabase = FALSE; // show a 'Drop database' link to normal users +$cfgAllowUserDropDatabase = FALSE; // show a 'Drop database' link to normal users $cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE' $cfgLoginCookieRecall = TRUE; // recall previous login in cookie auth. mode or not @@ -114,7 +114,7 @@ $cfgShowStats = TRUE; // allow to display statistics and space usa $cfgShowTooltip = TRUE; // display table comment as tooltip in left frame // Left frame setup -$cfgLeftFrameLight = TRUE; // use a select-based menu and display only the +$cfgLeftFrameLight = TRUE; // use a select-based menu and display only the // current tables in the left frame. (experimental) // In the main frame, at startup... diff --git a/db_details.php3 b/db_details.php3 index 95cde4738..564d5f61f 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -338,7 +338,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {     - ' @@ -569,7 +569,7 @@ if ($num_tables > 0) {

    • - +
    • @@ -709,7 +709,7 @@ if ($num_tables > 0) { } // end of create dump if there is at least one table in the db ?> - +
    • @@ -721,7 +721,7 @@ echo ' ' . $strCreateNewTable . htmlspecialchars($db) . ' :
      ' . echo ' ' . $strName . ' : ' . "\n"; echo ' ' . '' . "\n"; echo ' ' . '
      ' . "\n"; -echo ' ' . $strFields . ' : ' . "\n"; +echo ' ' . $strFields . ' : ' . "\n"; echo ' ' . '' . "\n"; echo ' ' . ' ' . "\n"; ?> @@ -734,7 +734,7 @@ echo ' ' . ' ' . "\n"; // loic1: optimized query $result = @mysql_query('USE mysql'); $is_superuser = (!mysql_error()); - + // Display the DROP DATABASE link only if allowed to do so if ($cfgAllowUserDropDatabase || $is_superuser) { ?> diff --git a/db_printview.php3 b/db_printview.php3 index d09247601..ee8928f7e 100755 --- a/db_printview.php3 +++ b/db_printview.php3 @@ -243,7 +243,7 @@ else {   -   +   0) { 0) { $dbs_array[$db][1] = 0; // data size column $dbs_array[$db][2] = 0; // index size column $dbs_array[$db][3] = 0; // full size column - + $local_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db); $result = @mysql_query($local_query); // needs the "@" below otherwise, warnings in case of special DB names @@ -231,7 +231,7 @@ if ($num_dbs > 0) { while ($row = mysql_fetch_array($result)) { $dbs_array[$db][1] += $row['Data_length']; $dbs_array[$db][2] += $row['Index_length']; - } + } $dbs_array[$db][3] = $dbs_array[$db][1] + $dbs_array[$db][2]; $total_array[1] += $dbs_array[$db][1]; $total_array[2] += $dbs_array[$db][2]; diff --git a/footer.inc.php3 b/footer.inc.php3 index b16b8afea..5cdfacd08 100755 --- a/footer.inc.php3 +++ b/footer.inc.php3 @@ -28,4 +28,4 @@ if (isset($cfgOBGzip) && $cfgOBGzip && isset($ob_mode) && $ob_mode) { PMA_outBufferPost($ob_mode); } -?> +?> diff --git a/header.inc.php3 b/header.inc.php3 index 55ee55342..323feeaff 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -3,7 +3,7 @@ /** - * Gets a core script and starts output buffering work + * Gets a core script and starts output buffering work */ require('./libraries/common.lib.php3'); require('./libraries/ob.lib.php3'); diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index a9bbba9e9..9217c170a 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -32,14 +32,14 @@ $strAll = 'Todos'; $strAlterOrderBy = 'Alterar tabela ordenada por'; $strAnalyzeTable = 'Analizar tabela'; $strAnd = 'E'; -$strAnIndex = 'Um índice foi adicionado a %s'; +$strAnIndex = 'Um índice foi adicionado a %s'; $strAny = 'Qualquer'; $strAnyColumn = 'Qualquer coluna'; $strAnyDatabase = 'Qualquer banco de dados'; $strAnyHost = 'Qualquer servidor'; $strAnyTable = 'Qualquer tabela'; $strAnyUser = 'Qualquer usuário'; -$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; +$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; $strAscending = 'Ascendente'; $strAtBeginningOfTable = 'No começo da tabela'; $strAtEndOfTable = 'Ao fim da tabela'; @@ -106,12 +106,12 @@ $strExtendedInserts = 'Extended inserts'; $strExtra = 'Extra'; $strField = 'Campo'; -$strFieldHasBeenDropped = 'Campo %s foi deletado'; +$strFieldHasBeenDropped = 'Campo %s foi deletado'; $strFields = 'Campos'; $strFieldsEmpty = ' O campo count esta vazio! '; -$strFieldsEnclosedBy = 'Campos delimitados por'; -$strFieldsEscapedBy = 'Campo contornado por'; -$strFieldsTerminatedBy = 'Campos terminados por'; +$strFieldsEnclosedBy = 'Campos delimitados por'; +$strFieldsEscapedBy = 'Campo contornado por'; +$strFieldsTerminatedBy = 'Campos terminados por'; $strFixed = 'fixo'; $strFormat = 'Formato'; $strFormEmpty = 'Faltando valores do form !'; @@ -133,7 +133,7 @@ $strHostEmpty = 'O nome do servidor est $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; $strIndex = 'Índice'; -$strIndexHasBeenDropped = 'Índice %s foi deletado'; +$strIndexHasBeenDropped = 'Índice %s foi deletado'; $strIndexes = 'Índices'; $strInsert = 'Insere'; $strInsertAsNewRow = 'Insere uma nova coluna'; @@ -151,7 +151,7 @@ $strLengthSet = 'Tamanho/Definir*'; $strLimitNumRows = 'records per page'; $strLineFeed = 'Caracter de Alimentaçăo de Linha: \\n'; $strLines = 'Linhas'; -$strLinesTerminatedBy = 'Linhas terminadas por'; +$strLinesTerminatedBy = 'Linhas terminadas por'; $strLocationTextfile = 'Localizaçăo do arquivo texto'; $strLogout = 'Sair'; @@ -197,7 +197,7 @@ $strPos1 = 'In $strPrevious = 'Anterior'; $strPrimary = 'Primária'; $strPrimaryKey = 'Chave Primária'; -$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; +$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; $strPrintView = 'Visualizaçăo para Impressăo'; $strPrivileges = 'Privilégios'; $strProperties = 'Propriedades'; @@ -229,7 +229,7 @@ $strRowSize = ' Tamanho do registro '; $strRowsStatistic = 'Estatistícas da Coluna'; $strRunning = 'Rodando em %s'; $strRunQuery = 'Envia Query'; -$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s'; +$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s'; $strSave = 'Salva'; $strSelect = 'Procura'; @@ -248,7 +248,7 @@ $strSize = 'Tamanho'; $strSort = 'Ordena'; $strSpaceUsage = 'Uso do espaço'; $strSQLQuery = 'comando SQL'; -$strStartingRecord = 'Registro inicial'; +$strStartingRecord = 'Registro inicial'; $strStatement = 'Comandos'; $strStrucCSV = 'Dados CSV'; $strStrucData = 'Estrutura e dados'; @@ -262,8 +262,8 @@ $strSum = 'Soma'; $strTable = 'tabela '; $strTableComments = 'Comentários da tabela'; $strTableEmpty = 'O Nome da Tabela está vazio!'; -$strTableHasBeenDropped = 'Tabela %s foi deletada'; -$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; +$strTableHasBeenDropped = 'Tabela %s foi deletada'; +$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; $strTableMaintenance = 'Tabela de Manutençăo'; $strTables = '%s tabela(s)'; $strTableStructure = 'Estrutura da tabela'; @@ -304,7 +304,7 @@ $strCookiesRequired = 'Cookies must be enabled past this point.'; $strCopyTable = 'Copy table to (database.table):'; $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strFlushTable = 'Flush the table ("FLUSH")'; -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strKeepPass = 'Do not change the password';//to translate $strLogin = 'Login'; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index bcd3efc2e..f62b13334 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -21,8 +21,8 @@ $strAction = 'Acci $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3) $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3) $strAddNewField = 'Afegir un camp nou'; -$strAddPriv = 'Afegir un privilegi nou'; -$strAddPrivMessage = 'Has afegit un privilegi nou.'; +$strAddPriv = 'Afegir un privilegi nou'; +$strAddPrivMessage = 'Has afegit un privilegi nou.'; $strAddSearchConditions = 'Afegeix condicions de recerca (cos de la clŕusula "where"):'; $strAddUser = 'Afegir un usuari nou'; $strAddUserMessage = 'Has afegit un usuari nou.'; @@ -32,7 +32,7 @@ $strAlterOrderBy = 'Altera la taula i ordena per'; $strAnalyzeTable = 'Analitza la taula'; $strAnd = 'And'; //to translate (tbl_qbe.php3) $strAny = 'Qualsevol'; -$strAnyColumn = 'Qualsevol columna'; +$strAnyColumn = 'Qualsevol columna'; $strAnyDatabase = 'Qualsevol base de dades'; $strAnyHost = 'Qualsevol servidor'; $strAnyTable = 'Qualsevol taula'; @@ -43,7 +43,7 @@ $strAtEndOfTable = 'Al final de la taula'; $strAttr = 'Atributs'; $strBack = 'Enrere'; -$strBinary = ' Binari '; +$strBinary = ' Binari '; $strBinaryDoNotEdit = ' Binari - no editeu '; $strBookmarkLabel = 'Etiqueta'; $strBookmarkQuery = 'Consulta SQL registrada'; @@ -78,7 +78,7 @@ $strDeleted = 'La fila ha estat esborrada'; $strDeleteFailed = 'No s\'ha pogut esborrar!'; $strDeleteUserMessage = 'Has esborrat l\'usuari %s.'; $strDescending = 'Desending'; //to translate (tbl_qbe.php3) -$strDisplay = 'Mostrar'; +$strDisplay = 'Mostrar'; $strDoAQuery = 'Fer un "petició segons exemple" (comodí: "%")'; $strDocu = 'Documentació'; $strDoYouReally = 'Realment vols '; @@ -93,7 +93,7 @@ $strEffective = 'Efectiu'; $strEmpty = 'Buidar'; $strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).'; $strEnd = 'Final'; -$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa '; +$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa '; $strError = 'Errada'; $strExtra = 'Extra'; @@ -106,7 +106,7 @@ $strFunction = 'Funci $strGenTime = 'Temps de generació'; $strGo = 'Executar'; $strGrants = 'Atorgar'; -$strGzip = '"comprimit amb gzip"'; +$strGzip = '"comprimit amb gzip"'; $strHasBeenAltered = 'ha estat alterada.'; $strHasBeenCreated = 'ha estat creada.'; @@ -118,18 +118,18 @@ $strHostEmpty = 'El nom del servidor $strIfYouWish = 'Si només vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.'; $strIndex = 'Index'; -$strIndexes = 'Indexos'; +$strIndexes = 'Indexos'; $strInsert = 'Inserta'; -$strInsertAsNewRow = 'Insertar com a nova fila'; +$strInsertAsNewRow = 'Insertar com a nova fila'; $strInsertNewRow = 'Inserir nova fila'; $strInsertTextfiles = 'Inserir fitxers de text a la taula'; $strInUse = 'en use'; $strKeyname = 'NomClau'; -$strKill = 'Finalitzar'; +$strKill = 'Finalitzar'; $strLength = 'Longitut'; -$strLimitNumRows = 'registres per plana'; +$strLimitNumRows = 'registres per plana'; $strLineFeed = 'Salt de línia: \\n'; $strLines = 'Línies'; $strLocationTextfile = 'Ubicació del fitxer de text'; @@ -148,11 +148,11 @@ $strNbRecords = 'N $strNext = 'Següent'; $strNo = 'No'; $strNoPassword = 'Sense contrassenya'; -$strNoPrivileges = 'Sense privilegis'; +$strNoPrivileges = 'Sense privilegis'; $strNoRights = 'No tens prou privilegis per visualitzar aquesta informació!'; $strNoTablesFound = 'Base de dades sense taules.'; $strNotNumber = 'Aquest valor no és un número!'; -$strNotValidNumber = ' no es un número de col.lumna vŕlid!'; +$strNotValidNumber = ' no es un número de col.lumna vŕlid!'; $strNoUsersFound = 'No s\'han trobat usuaris.'; $strNull = 'Nul'; @@ -160,10 +160,10 @@ $strOftenQuotation = 'Marques sint $strOptimizeTable = 'Optimitza la taula'; $strOptionalControls = 'Opcional. Controla com llegir o escriure carŕcters especials.'; $strOptionally = 'OPCIONALMENT'; -$strOr = 'O'; +$strOr = 'O'; $strOverhead = 'Overhead'; -$strPassword = 'Contrasenya'; +$strPassword = 'Contrasenya'; $strPasswordEmpty = 'La contrasenya és buida!'; $strPasswordNotSame = 'Les contrasenyes no coincideixen!'; $strPHPVersion = 'PHP versió'; @@ -171,32 +171,32 @@ $strPos1 = 'Inici'; $strPrevious = 'Anterior'; $strPrimary = 'Primŕria'; $strPrimaryKey = 'Clau Primŕria'; -$strPrintView = 'Imprimir vista'; +$strPrintView = 'Imprimir vista'; $strPrivileges = 'Privilegis'; $strProperties = 'Propietats'; -$strQBE = 'Consulta segons exemple'; +$strQBE = 'Consulta segons exemple'; $strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) $strRecords = 'Registres'; -$strReloadFailed = 'El reinici del MySQL ha fallat'; +$strReloadFailed = 'El reinici del MySQL ha fallat'; $strReloadMySQL = 'Rellegir el MySQL'; $strRememberReload = 'Recorda reiniciar el MySQL'; $strRenameTable = 'Renombrar les taules a'; $strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s'; -$strRepairTable = 'Reparar taula'; +$strRepairTable = 'Reparar taula'; $strReplace = 'Substituďr'; $strReplaceTable = 'Substituďr les dades de la taula pel fitxer '; $strReset = 'Esborrar'; $strReType = 'Re-escriure'; -$strRevoke = 'Revocar'; -$strRevokeGrant = 'Revocar garantia'; +$strRevoke = 'Revocar'; +$strRevokeGrant = 'Revocar garantia'; $strRevokeGrantMessage = 'Has revocat la garantia de privilegis per a %s'; $strRevokeMessage = 'Has revocat els privilegis per %s'; -$strRevokePriv = 'Revocar privilegis'; +$strRevokePriv = 'Revocar privilegis'; $strRowLength = 'Longitud de fila'; -$strRows = 'Fila'; +$strRows = 'Fila'; $strRowsFrom = 'Files començant des de'; $strRowSize = ' tamany de fila '; $strRowsStatistic = 'Estadística de files'; @@ -212,7 +212,7 @@ $strSequence = 'Seq.'; $strServerVersion = 'Versió del servidor'; $strShow = 'Mostra'; $strShowingRecords = 'Mostrant registres: '; -$strSingly = '(singly)'; +$strSingly = '(singly)'; $strSize = 'Mida'; $strSort = 'Sort'; //to translate (tbl_qbe.php3) $strSpaceUsage = 'Utilització d\'espai'; @@ -227,12 +227,12 @@ $strSuccess = 'La vostra comanda SQL ha estat executada amb $strSum = 'Suma'; $strTable = 'taula '; -$strTableComments = 'Comentaris de la taula'; -$strTableEmpty = 'El nom de la taula és buit!'; -$strTableMaintenance = 'Manteniment de la taula'; +$strTableComments = 'Comentaris de la taula'; +$strTableEmpty = 'El nom de la taula és buit!'; +$strTableMaintenance = 'Manteniment de la taula'; $strTableStructure = 'Estructura de la taula'; $strTableType = 'Tipus de taula'; -$strTextAreaLength = ' A causa de la seva longitud,
      aquest camp pot no ser editable '; +$strTextAreaLength = ' A causa de la seva longitud,
      aquest camp pot no ser editable '; $strTheContent = 'El contingut del fitxer especificat ha estat inserit.'; $strTheContents = 'El contingut del fitxer substituďrŕ els continguts de les taules sel·leccionades a les files que contenen la mateixa clau única o primŕria'; $strTheTerminator = 'El separador de camps.'; @@ -284,7 +284,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate @@ -304,7 +304,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser $strNoModification = 'No change'; $strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database %s:'; $strRowsModeHorizontal = 'horizontal'; //to translate @@ -313,7 +313,7 @@ $strRowsModeVertical = 'vertical'; //to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strSelectADb = 'Please select a database'; $strSelectAll = 'Select All'; //to translate -$strServerChoice = 'Server Choice';//to translate +$strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
      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'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 8306a30dc..da99a9d1a 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -75,7 +75,7 @@ $strCompleteInserts = ' $strConfirm = '±z˝T©w­nłoĽË°µˇH'; $strCookiesRequired = 'Cookies Ą˛¶·±Ň°Ę¤~Żŕµn¤J.'; $strCopyTable = '˝Ć»s¸ę®ĆŞí¨ěˇG (®ć¦ˇ¬° ¸ę®Ć®w¦WşŮ.¸ę®ĆŞí¦WşŮ):'; -$strCopyTableOK = '¤w¸g±N¸ę®ĆŞí %s ˝Ć»s¬° %s.'; +$strCopyTableOK = '¤w¸g±N¸ę®ĆŞí %s ˝Ć»s¬° %s.'; $strCreate = '«ŘĄß'; $strCreateIndex = '·sĽW  %s  ˛ŐŻÁ¤ŢÄć'; $strCreateIndexTopic = '·sĽW¤@˛ŐŻÁ¤Ţ'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 6c077a7fb..306df0a9d 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -286,7 +286,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate @@ -306,7 +306,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser $strNoModification = 'No change'; $strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database %s:'; $strRowSize = ' Row size '; //to translate @@ -316,7 +316,7 @@ $strRowsModeVertical = 'vertical'; //to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strSelectADb = 'Please select a database'; $strSelectAll = 'Select All'; //to translate -$strServerChoice = 'Server Choice';//to translate +$strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
      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'; diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 8378f01cb..3c6f05c25 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -114,7 +114,7 @@ $strEnd = 'Konec'; $strEnglishPrivileges = ' Poznámka: názvy oprávnění v MySQL jsou uváděna anglicky '; $strError = 'Chyba'; $strExtendedInserts = 'Roząířené inserty'; -$strExtra = 'Extra'; +$strExtra = 'Extra'; $strField = 'Sloupec'; $strFieldHasBeenDropped = 'Sloupec %s byl odstraněn'; @@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad $strFieldsEnclosedBy = 'Názvy sloupců uzavřené do'; $strFieldsEscapedBy = 'Názvy sloupců escapovány'; $strFieldsTerminatedBy = 'Sloupce oddělené'; -$strFixed = 'pevný'; +$strFixed = 'pevný'; $strFlushTable = 'Vyprázdnit cache pro tabulku ("FLUSH")'; -$strFormat = 'Formát'; +$strFormat = 'Formát'; $strFormEmpty = 'Chybějící hodnota ve formuláři !'; $strFullText = 'Celé texty'; $strFunction = 'Funkce'; -$strGenTime = 'Vygenerováno:'; +$strGenTime = 'Vygenerováno:'; $strGo = 'Proveď'; $strGrants = 'Oprávnění'; -$strGzip = '"zagzipováno"'; +$strGzip = '"zagzipováno"'; $strHasBeenAltered = 'byla změněna.'; $strHasBeenCreated = 'byla vytvořena.'; @@ -147,7 +147,7 @@ $strIdxFulltext = 'Fulltext'; $strIfYouWish = 'Pokud si přejeą natáhnout jenom určité sloupce z tabulky, specifikuj je jako seznam polí oddělených čárkou.'; $strIgnore = 'Ignorovat'; $strIndex = 'Index'; -$strIndexes = 'Indexy'; +$strIndexes = 'Indexy'; $strIndexHasBeenDropped = 'Index %s byl odstraněn'; $strIndexName = 'Jméno indexu :'; $strIndexType = 'Typ indexu :'; @@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo $strInsertNewRow = 'Vloľit nový řádek'; $strInsertTextfiles = 'Vloľit textové soubory do tabulky'; $strInstructions = 'Instrukce'; -$strInUse = 'právě se pouľívá'; +$strInUse = 'právě se pouľívá'; $strInvalidName = '"%s" je rezervované slovo a proto ho nemůľete poľít jako jméno databáze/tabulky/sloupce.'; $strKeepPass = 'Neměnit heslo'; @@ -204,8 +204,8 @@ $strNoPrivileges = ' $strNoQuery = '®ádný SQL dotaz!'; $strNoRights = 'Nemáte dostatečná práva na provedení této akce!'; $strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.'; -$strNotNumber = 'Toto není číslo!'; -$strNotValidNumber = ' není platné číslo řádku!'; +$strNotNumber = 'Toto není číslo!'; +$strNotValidNumber = ' není platné číslo řádku!'; $strNoUsersFound = '®ádný uľivatel nenalezen.'; $strNull = 'Nulový'; @@ -214,7 +214,7 @@ $strOptimizeTable = 'Optimalizovat tabulku'; $strOptionalControls = 'Volitelné. Určuje jak zapisovat nebo číst speciální znaky.'; $strOptionally = 'Volitelně'; $strOr = 'nebo'; -$strOverhead = 'Navíc'; +$strOverhead = 'Navíc'; $strPartialText = 'Zkrácené texty'; $strPassword = 'Heslo'; @@ -254,14 +254,14 @@ $strRevokeGrant = 'Zru $strRevokeGrantMessage = 'Bylo zruąeno oprávnění přidělovat práva pro %s'; $strRevokeMessage = 'Byla zruąena práva pro %s'; $strRevokePriv = 'Zruąit práva'; -$strRowLength = 'Délka řádku'; -$strRows = 'Řádků'; +$strRowLength = 'Délka řádku'; +$strRows = 'Řádků'; $strRowsFrom = 'řádků začínající od'; -$strRowSize = ' Velikost řádku '; -$strRowsModeVertical='svislém'; -$strRowsModeHorizontal='vodorovném'; -$strRowsModeOptions='ve %s reľimu a opakovat hlavičky po %s řádcích.'; -$strRowsStatistic = 'Statistika řádků'; +$strRowSize = ' Velikost řádku '; +$strRowsModeVertical = 'svislém'; +$strRowsModeHorizontal = 'vodorovném'; +$strRowsModeOptions = 've %s reľimu a opakovat hlavičky po %s řádcích.'; +$strRowsStatistic = 'Statistika řádků'; $strRunning = 'běľící na %s'; $strRunQuery = 'Provést dotaz'; $strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s'; @@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu'; $strSend = 'Poąli'; $strSequence = 'Sekv.'; $strServerChoice = 'Výběr serveru'; -$strServerVersion = 'Verze serveru'; +$strServerVersion = 'Verze serveru'; $strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'...
      Pokud potřebujete zadat zpětné lomítko ("\") nebo jednoduché uvozovky ("\'") mezi těmito hodnotami, napiąte před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').'; $strShow = 'Zobraz'; $strShowAll = 'Zobrazit vąe'; @@ -285,12 +285,12 @@ $strShowPHPInfo = 'Zobrazit informace o PHP'; $strShowTables = 'Zobrazit tabulky'; $strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; $strSingly = '(po jednom)'; -$strSize = 'Velikost'; +$strSize = 'Velikost'; $strSort = 'Řadit'; -$strSpaceUsage = 'Vyuľití místa'; +$strSpaceUsage = 'Vyuľití místa'; $strSQLQuery = 'SQL-dotaz'; $strStartingRecord = 'Počáteční záznam'; -$strStatement = 'Údaj'; +$strStatement = 'Údaj'; $strStrucCSV = 'CSV data'; $strStrucData = 'Strukturu a data'; $strStrucDrop = 'Přidej \'DROP TABLE\''; @@ -298,7 +298,7 @@ $strStrucExcelCSV = 'CSV data pro Ms Excel'; $strStrucOnly = 'Pouze strukturu'; $strSubmit = 'Odeąli'; $strSuccess = 'Tvůj SQL-dotaz byl úspěąně vykonán'; -$strSum = 'Celkem'; +$strSum = 'Celkem'; $strTable = 'Tabulka '; $strTableComments = 'Komentáře k tabulce'; @@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr $strUpdateProfile = 'Změny profilu:'; $strUpdateProfileMessage = 'Profil byl změněn.'; $strUpdateQuery = 'Aktualizovat dotaz'; -$strUsage = 'Pouľívá'; +$strUsage = 'Pouľívá'; $strUseBackquotes = 'Pouľít zpětné uvozovky u jmen tabulek a polí'; $strUser = 'Uľivatel'; $strUserEmpty = 'Jméno uľivatele je prázdné!'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index dbd6d1bd0..132b3fc26 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -114,7 +114,7 @@ $strEnd = 'Konec'; $strEnglishPrivileges = ' Poznámka: názvy oprávnění v MySQL jsou uváděna anglicky '; $strError = 'Chyba'; $strExtendedInserts = 'Rozšířené inserty'; -$strExtra = 'Extra'; +$strExtra = 'Extra'; $strField = 'Sloupec'; $strFieldHasBeenDropped = 'Sloupec %s byl odstraněn'; @@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad $strFieldsEnclosedBy = 'Názvy sloupců uzavřené do'; $strFieldsEscapedBy = 'Názvy sloupců escapovány'; $strFieldsTerminatedBy = 'Sloupce oddělené'; -$strFixed = 'pevný'; +$strFixed = 'pevný'; $strFlushTable = 'Vyprázdnit cache pro tabulku ("FLUSH")'; -$strFormat = 'Formát'; +$strFormat = 'Formát'; $strFormEmpty = 'Chybějící hodnota ve formuláři !'; $strFullText = 'Celé texty'; $strFunction = 'Funkce'; -$strGenTime = 'Vygenerováno:'; +$strGenTime = 'Vygenerováno:'; $strGo = 'Proveď'; $strGrants = 'Oprávnění'; -$strGzip = '"zagzipováno"'; +$strGzip = '"zagzipováno"'; $strHasBeenAltered = 'byla změněna.'; $strHasBeenCreated = 'byla vytvořena.'; @@ -147,7 +147,7 @@ $strIdxFulltext = 'Fulltext'; $strIfYouWish = 'Pokud si přeješ natáhnout jenom určité sloupce z tabulky, specifikuj je jako seznam polí oddělených čárkou.'; $strIgnore = 'Ignorovat'; $strIndex = 'Index'; -$strIndexes = 'Indexy'; +$strIndexes = 'Indexy'; $strIndexHasBeenDropped = 'Index %s byl odstraněn'; $strIndexName = 'Jméno indexu :'; $strIndexType = 'Typ indexu :'; @@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo $strInsertNewRow = 'Vložit nový řádek'; $strInsertTextfiles = 'Vložit textové soubory do tabulky'; $strInstructions = 'Instrukce'; -$strInUse = 'právě se používá'; +$strInUse = 'právě se používá'; $strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.'; $strKeepPass = 'Neměnit heslo'; @@ -204,8 +204,8 @@ $strNoPrivileges = ' $strNoQuery = 'Žádný SQL dotaz!'; $strNoRights = 'Nemáte dostatečná práva na provedení této akce!'; $strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.'; -$strNotNumber = 'Toto není číslo!'; -$strNotValidNumber = ' není platné číslo řádku!'; +$strNotNumber = 'Toto není číslo!'; +$strNotValidNumber = ' není platné číslo řádku!'; $strNoUsersFound = 'Žádný uživatel nenalezen.'; $strNull = 'Nulový'; @@ -214,7 +214,7 @@ $strOptimizeTable = 'Optimalizovat tabulku'; $strOptionalControls = 'Volitelné. Určuje jak zapisovat nebo číst speciální znaky.'; $strOptionally = 'Volitelně'; $strOr = 'nebo'; -$strOverhead = 'Navíc'; +$strOverhead = 'Navíc'; $strPartialText = 'Zkrácené texty'; $strPassword = 'Heslo'; @@ -254,14 +254,14 @@ $strRevokeGrant = 'Zru $strRevokeGrantMessage = 'Bylo zrušeno oprávnění přidělovat práva pro %s'; $strRevokeMessage = 'Byla zrušena práva pro %s'; $strRevokePriv = 'Zrušit práva'; -$strRowLength = 'Délka řádku'; -$strRows = 'Řádků'; +$strRowLength = 'Délka řádku'; +$strRows = 'Řádků'; $strRowsFrom = 'řádků začínající od'; -$strRowSize = ' Velikost řádku '; -$strRowsModeVertical='svislém'; -$strRowsModeHorizontal='vodorovném'; -$strRowsModeOptions='ve %s režimu a opakovat hlavičky po %s řádcích.'; -$strRowsStatistic = 'Statistika řádků'; +$strRowSize = ' Velikost řádku '; +$strRowsModeVertical = 'svislém'; +$strRowsModeHorizontal = 'vodorovném'; +$strRowsModeOptions = 've %s režimu a opakovat hlavičky po %s řádcích.'; +$strRowsStatistic = 'Statistika řádků'; $strRunning = 'běžící na %s'; $strRunQuery = 'Provést dotaz'; $strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s'; @@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu'; $strSend = 'Pošli'; $strSequence = 'Sekv.'; $strServerChoice = 'Výběr serveru'; -$strServerVersion = 'Verze serveru'; +$strServerVersion = 'Verze serveru'; $strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'...
      Pokud potřebujete zadat zpětné lomítko ("\") nebo jednoduché uvozovky ("\'") mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').'; $strShow = 'Zobraz'; $strShowAll = 'Zobrazit vše'; @@ -285,12 +285,12 @@ $strShowPHPInfo = 'Zobrazit informace o PHP'; $strShowTables = 'Zobrazit tabulky'; $strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; $strSingly = '(po jednom)'; -$strSize = 'Velikost'; +$strSize = 'Velikost'; $strSort = 'Řadit'; -$strSpaceUsage = 'Využití místa'; +$strSpaceUsage = 'Využití místa'; $strSQLQuery = 'SQL-dotaz'; $strStartingRecord = 'Počáteční záznam'; -$strStatement = 'Údaj'; +$strStatement = 'Údaj'; $strStrucCSV = 'CSV data'; $strStrucData = 'Strukturu a data'; $strStrucDrop = 'Přidej \'DROP TABLE\''; @@ -298,7 +298,7 @@ $strStrucExcelCSV = 'CSV data pro Ms Excel'; $strStrucOnly = 'Pouze strukturu'; $strSubmit = 'Odešli'; $strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán'; -$strSum = 'Celkem'; +$strSum = 'Celkem'; $strTable = 'Tabulka '; $strTableComments = 'Komentáře k tabulce'; @@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr $strUpdateProfile = 'Změny profilu:'; $strUpdateProfileMessage = 'Profil byl změněn.'; $strUpdateQuery = 'Aktualizovat dotaz'; -$strUsage = 'Používá'; +$strUsage = 'Používá'; $strUseBackquotes = 'Použít zpětné uvozovky u jmen tabulek a polí'; $strUser = 'Uživatel'; $strUserEmpty = 'Jméno uživatele je prázdné!'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index c513b5dfa..650202649 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -22,7 +22,7 @@ $strAddDeleteColumn = 'Tilf $strAddDeleteRow = 'Tilfřj/Slet kriterie rćkke'; $strAddNewField = 'Tilfřj nyt felt'; $strAddPriv = 'Tilfřj nyt privilegium'; -$strAddPrivMessage = 'Du har tilfřjet et nyt privilegium.'; +$strAddPrivMessage = 'Du har tilfřjet et nyt privilegium.'; $strAddSearchConditions = 'Tilfřj sřgekriterier (kroppen af "WHERE" sćtningen):'; $strAddUser = 'Tilfřj en ny bruger'; $strAddUserMessage = 'Du har tilfřjet en ny bruger.'; @@ -35,7 +35,7 @@ $strAlterOrderBy = 'Arranger r $strAnalyzeTable = 'Analyser tabel'; $strAnd = 'Og'; $strAnIndex = 'Der er tilfřjet et indeks til %s'; -$strAny = 'Enhver'; +$strAny = 'Enhver'; $strAnyColumn = 'Enhver kolonne'; $strAnyDatabase = 'Enhver database'; $strAnyHost = 'Enhver vćrt'; @@ -62,7 +62,7 @@ $strCantLoadMySQL = 'cannot load MySQL extension,
      please check PHP Configur $strCardinality = 'Kardinalitet'; $strCarriage = 'Carriage return: \\r'; $strChange = 'Ćndre'; -$strCheckAll = 'Afmćrk alt'; +$strCheckAll = 'Afmćrk alt'; $strCheckDbPriv = 'Tjek database privilegier'; $strCheckTable = 'Tjek tabel'; $strColumn = 'Kolonne'; @@ -78,7 +78,7 @@ $strCreateNewDatabase = 'Opret ny database'; $strCreateNewTable = 'Opret ny tabel i database '; $strCriteria = 'Kriterier'; -$strData = 'Data'; +$strData = 'Data'; $strDatabase = 'Database: '; $strDatabaseHasBeenDropped = 'Database %s er slettet.'; $strDatabases = 'databaser'; @@ -90,7 +90,7 @@ $strDeleted = 'R $strDeletedRows = 'Slettede rćkker:'; $strDeleteFailed = 'Kan ikke slette!'; $strDeleteUserMessage = 'Du har slettet brugeren %s.'; -$strDescending = 'Faldende'; +$strDescending = 'Faldende'; $strDisplay = 'Vis'; $strDisplayOrder = 'Rćkkefřlge af visning:'; $strDoAQuery = 'Křr en forespřrgsel pĺ felter (wildcard: "%")'; @@ -98,13 +98,13 @@ $strDocu = 'Dokumentation'; $strDoYouReally = 'Er du sikker pĺ at du vil '; $strDrop = 'Slet'; $strDropDB = 'Slet database '; -$strDropTable = 'Slet tabel'; +$strDropTable = 'Slet tabel'; $strDumpingData = 'Data dump for tabellen'; $strDynamic = 'dynamisk'; $strEdit = 'Ret'; $strEditPrivileges = 'Ret privilegier'; -$strEffective = 'Effektiv'; +$strEffective = 'Effektiv'; $strEmpty = 'Třm'; $strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rćkker).'; $strEnd = 'Slut'; @@ -116,18 +116,18 @@ $strExtra = 'Ekstra'; $strField = 'Feltnavn'; $strFieldHasBeenDropped = 'Felt %s er slettet'; $strFields = 'Felter'; -$strFieldsEmpty = ' Felttallet har ingen vćrdi! '; +$strFieldsEmpty = ' Felttallet har ingen vćrdi! '; $strFieldsEnclosedBy = 'Felter indrammet med'; $strFieldsEscapedBy = 'Felter escaped med'; $strFieldsTerminatedBy = 'Felter afsluttet med'; -$strFixed = 'ordnet'; +$strFixed = 'ordnet'; $strFlushTable = 'Flush tabellen ("FLUSH")'; $strFormat = 'Format'; //to translate -$strFormEmpty = 'Ingen vćrdi i formularen !'; +$strFormEmpty = 'Ingen vćrdi i formularen !'; $strFullText = 'Komplette tekster'; $strFunction = 'Funktion'; -$strGenTime = 'Genereringstidspunkt'; +$strGenTime = 'Genereringstidspunkt'; $strGo = 'Udfřr'; $strGrants = 'Tildelinger'; $strGzip = '"gzipped"'; //to translate @@ -138,7 +138,7 @@ $strHome = 'Hjem'; $strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside '; $strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside '; $strHost = 'Vćrt'; -$strHostEmpty = 'Der er intet vćrtsnavn!'; +$strHostEmpty = 'Der er intet vćrtsnavn!'; $strIdxFulltext = 'Fuldtekst'; $strIfYouWish = 'Hvis du kun řnsker at importere nogle af tabellens kolonner, angives de med en kommasepareret felt liste.'; @@ -174,7 +174,7 @@ $strLogPassword = 'Password:'; $strLogUsername = 'Brugernavn:'; $strModifications = 'Rettelserne er gemt!'; -$strModify = 'Ret'; +$strModify = 'Ret'; $strModifyIndexTopic = 'Ćndring af et indeks'; $strMoveTable = 'Flyt tabel til (database.tabel):'; $strMoveTableOK = 'Tabel %s er flyttet til %s.'; @@ -189,7 +189,7 @@ $strName = 'Navn'; $strNbRecords = 'Antal records'; $strNext = 'Nćste'; $strNo = 'Nej'; -$strNoDatabases = 'Ingen databaser'; +$strNoDatabases = 'Ingen databaser'; $strNoDropDatabases = '"DROP DATABASE" erklćringer kan ikke bruges.'; $strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare frames.'; $strNoIndex = 'Intet index defineret!'; @@ -198,11 +198,11 @@ $strNone = 'Intet'; $strNoPassword = 'Intet password'; $strNoPrivileges = 'Ingen privilegier'; $strNoQuery = 'Ingen SQL forespřrgsel!'; -$strNoRights = 'Du har ikke tilstrćkkelige rettigheder til at vćre her!'; +$strNoRights = 'Du har ikke tilstrćkkelige rettigheder til at vćre her!'; $strNoTablesFound = 'Ingen tabeller fundet i databasen.'; $strNotNumber = 'Dette er ikke et tal!'; $strNotValidNumber = ' er ikke et gyldigt rćkkenummer!'; -$strNoUsersFound = 'Ingen bruger(e) fundet.'; +$strNoUsersFound = 'Ingen bruger(e) fundet.'; $strNull = 'Nulvćrdi'; $strOftenQuotation = 'Ofte anfřrselstegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte "tekstkvalifikator"-tegn.'; //skal muligvis ćndres @@ -210,14 +210,14 @@ $strOptimizeTable = 'Optimer tabel'; $strOptionalControls = 'Valgfrit. Kontrollerer hvordan specialtegn skrives eller lćses.'; $strOptionally = 'OPTIONALLY'; $strOr = 'Eller'; -$strOverhead = 'Overhead'; +$strOverhead = 'Overhead'; $strPartialText = 'Delvise tekster'; -$strPassword = 'Password'; +$strPassword = 'Password'; $strPasswordEmpty = 'Der er ikke angivet noget password!'; $strPasswordNotSame = 'De to passwords er ikke ens!'; $strPHPVersion = 'PHP version'; -$strPmaDocumentation = 'phpMyAdmin dokumentation'; +$strPmaDocumentation = 'phpMyAdmin dokumentation'; $strPos1 = 'Start'; $strPrevious = 'Forrige'; $strPrimary = 'Primćr'; @@ -243,9 +243,9 @@ $strRepairTable = 'Reparer tabel'; $strReplace = 'Erstat'; $strReplaceTable = 'Erstat data i tabellen med filens data'; $strReset = 'Nulstil'; -$strReType = 'Skriv igen'; +$strReType = 'Skriv igen'; $strRevoke = 'Tilbagekald'; -$strRevokeGrant = 'Tilbagekald tildeling'; +$strRevokeGrant = 'Tilbagekald tildeling'; $strRevokeGrantMessage = 'Du har tilbagekaldt det tildelte privilegium for %s'; $strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s'; $strRevokePriv = 'Tilbagekald privilegier'; @@ -267,23 +267,23 @@ $strSelectFields = 'V $strSelectNumRows = 'i forespřrgsel'; $strSend = 'Send'; $strSequence = 'Seq.'; //to translate -$strServerChoice = 'Server valg'; -$strServerVersion = 'Server version'; +$strServerChoice = 'Server valg'; +$strServerVersion = 'Server version'; $strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal vćrdierne angives pĺ formen: \'a\',\'b\',\'c\'...
      Skulle du fĺ brug for en backslash ("\") eller et enkelt anfřrselstegn ("\'") blandt disse vćrdier, sĺ tilfřj en ekstra backslash (fx \'\\\\xyz\' or \'a\\\'b\').'; $strShow = 'Vis'; -$strShowAll = 'Vis alt'; +$strShowAll = 'Vis alt'; $strShowCols = 'Vis kolonner'; $strShowingRecords = 'Viser poster '; $strShowPHPInfo = 'Vis PHP information'; $strShowTables = 'Vis tabeller'; $strShowThisQuery = ' Vis forespřrgslen her igen '; -$strSingly = '(enkeltvis)'; -$strSize = 'Střrrelse'; +$strSingly = '(enkeltvis)'; +$strSize = 'Střrrelse'; $strSort = 'Sorter'; $strSpaceUsage = 'Pladsforbrug'; $strSQLQuery = 'SQL-forespřrgsel'; $strStartingRecord = 'Begyndende post'; -$strStatement = 'Erklćringer'; +$strStatement = 'Erklćringer'; $strStrucCSV = 'CSV data'; $strStrucData = 'Struturen og data'; $strStrucDrop = 'Tilfřj \'DROP TABLE\''; @@ -291,7 +291,7 @@ $strStrucExcelCSV = 'CSV for Ms Excel data'; $strStrucOnly = 'Kun strukturen'; $strSubmit = 'Send'; $strSuccess = 'Din SQL-forespřrgsel blev udfřrt korrekt'; -$strSum = 'Sum'; +$strSum = 'Sum'; $strTable = 'Tabel: '; $strTableComments = 'Tabel kommentarer'; @@ -300,7 +300,7 @@ $strTableHasBeenDropped = 'Tabel %s er slettet'; $strTableHasBeenEmptied = 'Tabel %s er třmt'; $strTableHasBeenFlushed = 'Tabel %s er blevet flushet'; $strTableMaintenance = 'Tabel vedligehold'; -$strTables = '%s tabel(ler)'; +$strTables = '%s tabel(ler)'; $strTableStructure = 'Struktur dump for tabellen'; $strTableType = 'Tabel type'; $strTextAreaLength = ' Pĺ grund af feltets lćngde,
      kan det muligvis ikke ćndres '; @@ -320,7 +320,7 @@ $strUsage = 'Benyttelse'; $strUseBackquotes = 'Use backquotes with tables and fields\' names'; $strUser = 'Bruger'; $strUserEmpty = 'Intet brugernavn!'; -$strUserName = 'Brugernavn'; +$strUserName = 'Brugernavn'; $strUsers = 'Brugere'; $strUseTables = 'Benyt tabeller'; diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 755c077d5..2bca53122 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -91,7 +91,7 @@ $strDynamic = 'dynamisch'; $strEdit = 'Wijzigen'; $strEditPrivileges = 'Wijzig rechten'; -$strEffective = 'Effectief'; +$strEffective = 'Effectief'; $strEmpty = 'Legen'; $strEmptyResultSet = 'MySQL retourneerde een lege result set (0 rijen).'; $strEnd = 'Einde'; @@ -297,7 +297,7 @@ $strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strGzip = '"gzipped"'; //to translate -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strKeepPass = 'Do not change the password';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index cb6fdf02d..bdc3edcc8 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -280,7 +280,7 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShow = 'Show'; $strShowAll = 'Show all'; $strShowCols = 'Show columns'; -$strShowingRecords = 'Showing rows '; +$strShowingRecords = 'Showing rows'; $strShowPHPInfo = 'Show PHP information'; $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index bfca0d3c5..f8f85150c 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -282,7 +282,7 @@ $strServerChoice = 'Valitse palvelin'; $strServerVersion = 'Palvelimen versio'; $strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...
      Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').'; $strShow = 'Näytä'; -$strShowAll = 'Näytä kaikki'; +$strShowAll = 'Näytä kaikki'; $strShowCols = 'Näytä sarakkeet'; $strShowingRecords = 'Näkyvillä rivit '; $strShowPHPInfo = 'Näytä tietoja PHP:n asetuksista'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 7fc736672..649f980a5 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -31,17 +31,17 @@ $strAffectedRows = 'Nombre d\'enregistrements affect $strAfter = 'Aprčs %s'; $strAfterInsertBack = 'Retourner ŕ la page précédente'; $strAfterInsertNewInsert = 'Insérer un nouvel enregistrement'; -$strAll = 'Tout'; -$strAlterOrderBy = 'Ordonner la table par'; +$strAll = 'Tout'; +$strAlterOrderBy = 'Ordonner la table par'; $strAnalyzeTable = 'Analyser la table'; $strAnd = 'et'; $strAnIndex = 'Un index a été ajouté sur %s'; -$strAny = 'N\'importe quel'; -$strAnyColumn = 'Toute colonne'; -$strAnyDatabase = 'Toute base de données'; -$strAnyHost = 'Tout serveur'; -$strAnyTable = 'Toute table'; -$strAnyUser = 'Tout utilisateur'; +$strAny = 'N\'importe quel'; +$strAnyColumn = 'Toute colonne'; +$strAnyDatabase = 'Toute base de données'; +$strAnyHost = 'Tout serveur'; +$strAnyTable = 'Toute table'; +$strAnyUser = 'Tout utilisateur'; $strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s'; $strAscending = 'Croissant'; $strAtBeginningOfTable = 'En début de Table'; @@ -59,7 +59,7 @@ $strBookmarkView = 'Voir uniquement'; $strBrowse = 'Afficher'; $strBzip = '"bzippé"'; -$strCantLoadMySQL = 'ne peux charger l\'extension MySQL,
      vérifiez la configuration PHP'; +$strCantLoadMySQL = 'ne peux charger l\'extension MySQL,
      vérifiez la configuration PHP'; $strCantRenameIdxToPrimary = 'La clef ne peut ętre renommée PRIMARY !'; $strCardinality = 'Cardinalité'; $strCarriage = 'Retour de chariot : \\r'; @@ -123,9 +123,9 @@ $strFieldsEmpty = 'Il faut indiquer le nombre de champs'; $strFieldsEnclosedBy = 'Champs entourés par'; $strFieldsEscapedBy = 'Caractčre spécial'; $strFieldsTerminatedBy = 'Champs terminés par'; -$strFixed = 'fixe'; +$strFixed = 'fixe'; $strFlushTable = 'Recharger la table ("FLUSH")'; -$strFormat = 'format'; +$strFormat = 'format'; $strFormEmpty = 'Formulaire incomplet !'; $strFullText = 'Textes complets'; $strFunction = 'Fonction'; @@ -139,7 +139,7 @@ $strHasBeenAltered = 'a $strHasBeenCreated = 'a été créé(e).'; $strHome = 'Accueil'; $strHomepageOfficial = 'Site officiel de phpMyAdmin'; -$strHomepageSourceforge = 'Page de Téléchargement phpMyAdmin sur Sourceforge'; +$strHomepageSourceforge = 'Page de Téléchargement phpMyAdmin sur Sourceforge'; $strHost = 'Serveur'; $strHostEmpty = 'Le nom de serveur est vide'; @@ -147,7 +147,7 @@ $strIdxFulltext = 'Texte entier'; $strIfYouWish = 'Si vous désirez ne charger que certaines colonnes, indiquez leurs noms, séparés par des virgules.'; $strIgnore = 'Ignorer'; $strIndex = 'Index'; -$strIndexes = 'Index'; +$strIndexes = 'Index'; $strIndexHasBeenDropped = 'L\'index %s a été effacé'; $strIndexName = 'Nom de la clef :'; $strIndexType = 'Type de clef :'; @@ -231,12 +231,12 @@ $strPrimaryKeyHasBeenDropped = 'La cl $strPrimaryKeyName = 'Le nom d\'une clef primaire doit ętre PRIMARY !'; $strPrimaryKeyWarning = '("PRIMARY" doit et ne peut ętre que le nom d\'une clef primaire !)'; $strPrintView = 'Version imprimable'; -$strPrivileges = 'Privilčges'; +$strPrivileges = 'Privilčges'; $strProperties = 'Propriétés'; $strQBE = 'Requęte par un exemple'; -$strQBEDel = 'Effacer'; -$strQBEIns = 'Ajouter'; +$strQBEDel = 'Effacer'; +$strQBEIns = 'Ajouter'; $strQueryOnDb = 'Requęte SQL sur la base %s :'; $strRecords = 'Enregistrements'; @@ -249,14 +249,14 @@ $strRepairTable = 'R $strReplace = 'Remplacer'; $strReplaceTable = 'Remplacer les données de la table avec le fichier'; $strReset = 'Réinitialiser les valeurs'; -$strReType = 'Entrer ŕ nouveau'; -$strRevoke = 'Révoquer'; +$strReType = 'Entrer ŕ nouveau'; +$strRevoke = 'Révoquer'; $strRevokeGrant = 'Révoquer "grant option"'; -$strRevokeGrantMessage = 'Vous avez révoqué "grant option" pour %s'; +$strRevokeGrantMessage = 'Vous avez révoqué "grant option" pour %s'; $strRevokeMessage = 'Vous avez révoqué les privilčges pour %s'; -$strRevokePriv = 'Révoquer les privilčges'; -$strRowLength = 'Longueur enr.'; -$strRows = 'Enregistrements'; +$strRevokePriv = 'Révoquer les privilčges'; +$strRowLength = 'Longueur enr.'; +$strRows = 'Enregistrements'; $strRowsFrom = 'lignes ŕ partir de'; $strRowSize = ' Taille enr. '; $strRowsModeHorizontal= 'horizontal'; @@ -288,7 +288,7 @@ $strShowThisQuery = 'R $strSingly = '(ŕ refaire aprčs insertions/destructions)'; $strSize = 'Taille'; $strSort = 'Tri'; -$strSpaceUsage = 'Espace utilisé'; +$strSpaceUsage = 'Espace utilisé'; $strSQLQuery = 'requęte SQL'; $strStartingRecord = 'Premier enregistrement'; $strStatement = 'Information'; @@ -330,7 +330,7 @@ $strUseBackquotes = 'Prot $strUser = 'Utilisateur'; $strUserEmpty = 'Le nom d\'utilisateur est vide'; $strUserName = 'Nom d\'utilisateur'; -$strUsers = 'Utilisateurs et privilčges'; +$strUsers = 'Utilisateurs et privilčges'; $strUseTables = 'Utiliser les tables'; $strValue = 'Valeur'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 1e5b4a385..f12f29abc 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -200,7 +200,7 @@ $strNoModification = 'Sen cambios'; $strNone = 'Nengun'; $strNoPassword = 'Sen Contrasinal'; $strNoPrivileges = 'Sen Privilexios'; -$strNoQuery = 'Non hai procura SQL!'; +$strNoQuery = 'Non hai procura SQL!'; $strNoRights = 'Non ten direitos suficientes para estar aquí agora!'; $strNoTablesFound = 'Non se achou nengunha tabela no banco de datos'; $strNotNumber = 'Non é un número!'; @@ -269,7 +269,7 @@ $strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s'; $strSave = 'Gardar'; $strSelect = 'Procurar'; $strSelectADb = 'Seleccione unha base de dados'; -$strSelectAll = 'Seleccionar todo'; +$strSelectAll = 'Seleccionar todo'; $strSelectFields = 'Seleccione os campos (mínimo 1)'; $strSelectNumRows = 'a procurar'; $strSend = 'Enviar (gravar nun ficheiro)
      '; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 49b8b1ace..2df95917b 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -71,7 +71,7 @@ $strColumn = 'Spalte'; $strColumnNames = 'Spaltennamen'; $strCompleteInserts = 'Vollständige \'INSERT\'s'; $strConfirm = 'Bist du dir wirklich sicher?'; -$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.'; +$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.'; $strCopyTable = 'Kopiere Tabelle nach (Datenbank.Tabellenname):'; $strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.'; $strCreate = 'Erzeugen'; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index c58994d79..dc165d79d 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -285,7 +285,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate @@ -305,7 +305,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser $strNoModification = 'No change'; // To translate $strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database %s:'; $strRowSize = ' Row size '; //to translate @@ -315,7 +315,7 @@ $strRowsModeVertical = 'vertical'; //to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strSelectADb = 'Please select a database'; $strSelectAll = 'Select All'; //to translate -$strServerChoice = 'Server Choice';//to translate +$strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
      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'; diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 3f0ce69ed..d9c34065c 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -61,7 +61,7 @@ $strBzip = '"bzipped"'; $strCantLoadMySQL = 'kan ikke starte MySQL modulen,
      vennligst kontroller PHP konfigureringen.'; $strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!'; -$strCardinality = 'Kardinalitet'; +$strCardinality = 'Kardinalitet'; $strCarriage = 'Linjeskift (Mac): \\r'; $strChange = 'Endre'; $strCheckAll = 'Kontroller alle'; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 3a8d6f9a3..eacb02eda 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -158,7 +158,7 @@ $strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli'; $strInsertedRows = 'Wprowadzone rekordy:'; $strInstructions = 'Instrukcje'; $strInUse = 'w użyciu'; -$strInvalidName = '"%s" jest słowem zarezerwowanym, nie można użyć go jako nazwy bazy danych/tabeli/pola.'; +$strInvalidName = '"%s" jest słowem zarezerwowanym, nie można użyć go jako nazwy bazy danych/tabeli/pola.'; $strKeepPass = 'Nie zmieniaj hasła'; $strKeyname = 'Nazwa klucza'; @@ -174,7 +174,7 @@ $strLocationTextfile = 'Lokalizacja pliku tekstowego'; $strLogin = 'Login'; $strLogout = 'Wylogowanie'; $strLogPassword = 'Hasło:'; -$strLogUsername = 'Użytkownik:';$strRowsModeVertical=" vertical "; +$strLogUsername = 'Użytkownik:';$strRowsModeVertical=" vertical "; $strModifications = 'Modyfikacje zostały zapamiętane'; $strModify = 'Modifikacja'; @@ -234,7 +234,7 @@ $strPrivileges = 'Uprawnienia'; $strProperties = 'Własciwo¶ci'; $strQBE = 'Zapytanie przez przykład'; -$strQBEDel = 'Usuń'; +$strQBEDel = 'Usuń'; $strQBEIns = 'Wstaw'; $strQueryOnDb = 'Zapytanie SQL dla bazy danych %s:'; diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index f4abf156b..d5ce7aa1f 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -110,7 +110,7 @@ $strEffective = 'Em uso'; $strEmpty = 'Limpa'; $strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).'; $strEnd = 'Fim'; -$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL săo em Inglęs '; +$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL săo em Inglęs '; $strError = 'Erro'; $strExtendedInserts = 'Instrucçőes de inserçăo múltiplas'; $strExtra = 'Extra'; // written the same in portuguese @@ -142,7 +142,7 @@ $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate $strHost = 'Máquina'; $strHostEmpty = 'O nome da máquina está vazio!'; -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por virgula.'; $strIgnore = 'Ignora'; $strInUse = 'in use'; //to translate @@ -275,7 +275,7 @@ $strSelectFields = 'Seleccione os campos (no m $strSelectNumRows = 'in query'; //to translate $strSend = 'envia'; $strSequence = 'Seq.'; // Sequence => Sequencia, same abreviation -$strServerChoice = 'Server Choice';//to translate +$strServerChoice = 'Server Choice';//to translate $strServerVersion = 'Versăo do servidor'; $strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...
      Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; $strShow = 'Mostra'; diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index dbf55cd24..75e6fe93e 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -143,7 +143,7 @@ $strHomepageSourceforge = 'Pagina de descarcare Sourceforge phpMyAdmin'; $strHost = 'Gazda (Host)'; $strHostEmpty = 'Numele de gazda este gol!'; -$strIdxFulltext = 'Tot textul'; +$strIdxFulltext = 'Tot textul'; $strIfYouWish = 'In cazul in care doriti sa incarcati numai o parte a coloanelor tabelului, specificati o lista separata prin virgula.'; $strIgnore = 'Ignora'; $strIndex = 'Index'; @@ -269,7 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries pe baza de date %s'; $strSave = 'Salveaza'; $strSelect = 'Selecteaza'; $strSelectADb = 'Selectati baza de date'; -$strSelectAll = 'Selecteaza tot'; +$strSelectAll = 'Selecteaza tot'; $strSelectFields = 'Selecteaza campurile (cel putin unul):'; $strSelectNumRows = 'in comanda (in query)'; $strSend = 'Trimite'; @@ -278,7 +278,7 @@ $strServerChoice = 'Alegerea serverului'; $strServerVersion = 'Versiune server'; $strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...
      Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').'; $strShow = 'Afiseaza'; -$strShowAll = 'Arata toate'; +$strShowAll = 'Arata toate'; $strShowCols = 'Arata coloanele'; $strShowingRecords = 'Afiseaza inregistrari'; $strShowPHPInfo = 'Arata informatia PHP'; diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index d7a8cf445..da31b4bac 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -21,37 +21,37 @@ $strAction = 'Acción'; $strAddDeleteColumn = 'Ańadir/borrar columna de criterio'; $strAddDeleteRow = 'Ańadir/borrar fila de criterio'; $strAddNewField = 'Insertar nuevo campo'; -$strAddPriv = 'Agregar nuevo privilegio'; -$strAddPrivMessage = 'Ud. ha ańadido un nuevo privilegio.'; +$strAddPriv = 'Agregar nuevo privilegio'; +$strAddPrivMessage = 'Ud. ha ańadido un nuevo privilegio.'; $strAddSearchConditions = 'Insertar condiciones de búsqueda (cuerpo de la clausula "where"):'; $strAddToIndex = 'Ańadido al indice  %s columna(s)'; -$strAddUser = 'Agregar nuevo usuario'; -$strAddUserMessage = 'Ud. ha agregado un nuevo usuario.'; +$strAddUser = 'Agregar nuevo usuario'; +$strAddUserMessage = 'Ud. ha agregado un nuevo usuario.'; $strAffectedRows = 'Filas afectadas: '; -$strAfter = 'Despues %s'; +$strAfter = 'Despues %s'; $strAfterInsertNewInsert = 'Insertar un nuevo registro'; -$strAll = 'Todos/as'; -$strAlterOrderBy = 'Modificar el Order By de la tabla'; -$strAnalyzeTable = 'Analizar tabla'; +$strAll = 'Todos/as'; +$strAlterOrderBy = 'Modificar el Order By de la tabla'; +$strAnalyzeTable = 'Analizar tabla'; $strAnd = 'Y'; $strAnIndex = 'Un indice ha sido ańadido en %s'; -$strAny = 'cualquiera'; -$strAnyColumn = 'Cualquier columna'; -$strAnyDatabase = 'Cualquier base de datos'; -$strAnyHost = 'Cualquier host'; -$strAnyTable = 'Cualquier tabla'; -$strAnyUser = 'Cualquier usuario'; +$strAny = 'cualquiera'; +$strAnyColumn = 'Cualquier columna'; +$strAnyDatabase = 'Cualquier base de datos'; +$strAnyHost = 'Cualquier host'; +$strAnyTable = 'Cualquier tabla'; +$strAnyUser = 'Cualquier usuario'; $strAPrimaryKey = 'Una clave primaria ha sido ańadida en %s'; $strAscending = 'Ascendente'; -$strAtBeginningOfTable = 'Al comienzo de la tabla'; -$strAtEndOfTable = 'Al final de la tabla'; +$strAtBeginningOfTable = 'Al comienzo de la tabla'; +$strAtEndOfTable = 'Al final de la tabla'; $strAttr = 'Atributos'; -$strBack = 'Volver'; +$strBack = 'Volver'; $strBinary = ' Binario '; $strBinaryDoNotEdit = ' Binario - no editar! '; $strBookmarkDeleted = 'El bookmark ha sido borrado.'; -$strBookmarkLabel = 'Etiqueta'; +$strBookmarkLabel = 'Etiqueta'; $strBookmarkQuery = 'SQL-query guardado en favoritos'; $strBookmarkThis = 'Guardar este SQL-query en favoritos'; $strBookmarkView = 'Solamente ver'; @@ -61,13 +61,13 @@ $strCantLoadMySQL = 'imposible cargar extension MySQL,
      por favor revise la $strCantRenameIdxToPrimary = 'No puedes renombrar el indice a PRIMARY!'; $strCarriage = 'Retorno de carro: \\r'; $strChange = 'Cambiar'; -$strCheckAll = 'Revisar todos/as'; -$strCheckDbPriv = 'Revisar privilegios de la base de datos'; -$strCheckTable = 'Revisar tabla'; -$strColumn = 'Columna'; +$strCheckAll = 'Revisar todos/as'; +$strCheckDbPriv = 'Revisar privilegios de la base de datos'; +$strCheckTable = 'Revisar tabla'; +$strColumn = 'Columna'; $strColumnNames = 'Nombre de columnas'; $strCompleteInserts = 'Completar los Inserts'; -$strConfirm = 'Realmente quieres hacerlo?'; +$strConfirm = 'Realmente quieres hacerlo?'; $strCookiesRequired = 'Las Cookies deben ser habilitadas pasado este punto.'; $strCopyTable = 'Copia tabla a (Base de Datos.tabla):'; $strCopyTableOK = 'La tabla %s ha sido copiada a %s.'; @@ -78,20 +78,20 @@ $strCreateNewDatabase = 'Crear nueva base de datos'; $strCreateNewTable = 'Crear nueva tabla en base de datos '; $strCriteria = 'Criterio'; -$strData = 'Datos'; +$strData = 'Datos'; $strDatabase = 'Base De Datos '; $strDatabaseHasBeenDropped = 'La Base de datos %s ha sido eliminada.'; $strDatabases = 'Bases de datos'; $strDatabasesStats = 'Estadisticas de la base'; -$strDataOnly = 'Solo datos'; +$strDataOnly = 'Solo datos'; $strDefault = 'Defecto'; $strDelete = 'Borrar'; $strDeleted = 'La fila se ha borrado'; $strDeletedRows = 'Filas Borradas: '; -$strDeleteFailed = 'La operacion de borrado ha fallado!'; +$strDeleteFailed = 'La operacion de borrado ha fallado!'; $strDeleteUserMessage = 'Ud. ha borrado el usuario %s.'; $strDescending = 'Descendente'; -$strDisplay = 'Mostrar'; +$strDisplay = 'Mostrar'; $strDisplayOrder = 'Mostrar en este orden:'; $strDoAQuery = 'Realizar una "consulta de ejemplo" (wildcard: "%")'; $strDocu = 'Documentación'; @@ -100,11 +100,11 @@ $strDrop = 'Eliminar'; $strDropDB = 'Eliminar base de datos '; $strDropTable = 'Borrar Tabla'; $strDumpingData = 'Volcar la base de datos para la tabla'; -$strDynamic = 'dinamico/a'; +$strDynamic = 'dinamico/a'; $strEdit = 'Editar'; -$strEditPrivileges = 'Editar Privilegios'; -$strEffective = 'Efectivo/a'; +$strEditPrivileges = 'Editar Privilegios'; +$strEffective = 'Efectivo/a'; $strEmpty = 'Vaciar'; $strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e. cero columnas).'; $strEnd = 'Fin'; @@ -121,44 +121,44 @@ $strFieldsEnclosedBy = 'Campos encerrados por'; $strFieldsEscapedBy = 'Campos escapados por'; $strFieldsTerminatedBy = 'Campos terminados en'; $strFixed = 'fijo'; -$strFormat = 'Formato'; +$strFormat = 'Formato'; $strFormEmpty = 'Falta un valor en el form !'; $strFunction = 'Función'; -$strGenTime = 'Tiempo de Generacion'; +$strGenTime = 'Tiempo de Generacion'; $strGo = 'Siga'; $strGrants = 'Permisos'; $strHasBeenAltered = 'se ha Modificado.'; $strHasBeenCreated = 'se ha creado.'; $strHome = 'Home'; -$strHomepageOfficial = 'Pagina Oficial de phpMyAdmin'; -$strHomepageSourceforge = 'Bajar phpMyAdmin de Sourceforge'; +$strHomepageOfficial = 'Pagina Oficial de phpMyAdmin'; +$strHomepageSourceforge = 'Bajar phpMyAdmin de Sourceforge'; $strHost = 'Host'; -$strHostEmpty = 'El nombre del host esta vacio!!'; +$strHostEmpty = 'El nombre del host esta vacio!!'; $strIfYouWish = 'Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos.'; $strIndex = 'Indice'; -$strIndexes = 'Indices'; +$strIndexes = 'Indices'; $strIndexHasBeenDropped = 'El indice %s ha sido eliminado'; $strIndexName = 'Nombre del Indice :'; $strIndexType = 'Tipo del Indice :'; $strInvalidName = '"%s" es una palabra reservada, no puedes usarla como nombre de /Base de datos/tabla/campo.'; $strInsert = 'Insertar'; -$strInsertAsNewRow = 'Insertar como una nueva fila'; +$strInsertAsNewRow = 'Insertar como una nueva fila'; $strInsertedRows = 'Filas Insertadas:'; $strInsertNewRow = 'Insertar nueva fila'; $strInsertTextfiles = 'Insertar archivo de texto en la tabla'; $strInstructions = 'Instrucciones'; -$strInUse = 'en uso'; +$strInUse = 'en uso'; $strKeepPass = 'No cambiar el password'; $strKeyname = 'Nombre de la clave'; -$strKill = 'Matar proceso'; +$strKill = 'Matar proceso'; -$strLength = 'Longitud'; +$strLength = 'Longitud'; $strLengthSet = 'Longitud/Valores*'; -$strLimitNumRows = 'registros por pagina'; +$strLimitNumRows = 'registros por pagina'; $strLineFeed = 'Retorno de carro: \\n'; $strLines = 'Lineas'; $strLinesTerminatedBy = 'Linias terminadas en'; @@ -184,36 +184,36 @@ $strNoDatabases = 'No hay bases de datos'; $strNoDropDatabases = '"DROP DATABASE" las sentencias estan deshabilitadas.'; $strNoModification = 'Sin cambios'; $strNone = 'Ninguna'; -$strNoPassword = 'Sin Contraseńa'; -$strNoPrivileges = 'Sin Privilegios'; -$strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!'; +$strNoPassword = 'Sin Contraseńa'; +$strNoPrivileges = 'Sin Privilegios'; +$strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!'; $strNoTablesFound = 'No se han encontrado tablas en la base de datos.'; $strNotNumber = 'Esto no es un numero!'; $strNotValidNumber = ' no es un numero de fila valido!'; -$strNoUsersFound = 'Usuario(s) no encontrado(s).'; +$strNoUsersFound = 'Usuario(s) no encontrado(s).'; $strNull = 'Null'; $strOftenQuotation = 'A menudo comillas. OPCIONALMENTE signifíca que únicamente los campos char y varchar estan encerrados por el "enclosed by"-character.'; -$strOptimizeTable = 'Optimizar tabla'; +$strOptimizeTable = 'Optimizar tabla'; $strOptionalControls = 'Opcional. Controla como escribir o leer caracteres especiales.'; $strOptionally = 'OPCIONALMENTE'; $strOr = 'O'; $strOverhead = 'Overhead'; //to translate -$strPassword = 'Contraseńa'; -$strPasswordEmpty = 'La Contraseńa esta vacía!'; -$strPasswordNotSame = 'Las contraseńas no coinciden!'; -$strPHPVersion = 'Version del PHP'; +$strPassword = 'Contraseńa'; +$strPasswordEmpty = 'La Contraseńa esta vacía!'; +$strPasswordNotSame = 'Las contraseńas no coinciden!'; +$strPHPVersion = 'Version del PHP'; $strPmaDocumentation = 'Documentacion de phpMyAdmin'; $strPos1 = 'Empezar'; $strPrevious = 'Previo'; -$strPrimary = 'Primaria'; -$strPrimaryKey = 'Clave Primaria'; +$strPrimary = 'Primaria'; +$strPrimaryKey = 'Clave Primaria'; $strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada'; $strPrimaryKeyName = 'El nombre de la clave primaria debe ser... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" debe ser el nombre de y solo de una clave primaria!)'; -$strPrintView = 'Vista de Impresion'; -$strPrivileges = 'Privilegios'; +$strPrintView = 'Vista de Impresion'; +$strPrivileges = 'Privilegios'; $strProperties = 'Propiedades'; $strQBE = 'Consulta de ejemplo'; @@ -224,24 +224,24 @@ $strQueryOnDb = 'SQL-query en la Base de datos %s:'; $strRecords = 'Campos'; $strReloadFailed = 'El reinicio de MySQL ha fallado.'; $strReloadMySQL = 'Reinicio de MySQL'; -$strRememberReload = 'Recuerde recargar el servidor.'; +$strRememberReload = 'Recuerde recargar el servidor.'; $strRenameTable = 'Renombrar la tabla a'; $strRenameTableOK = 'Tabla %s se ha renombrado a %s'; -$strRepairTable = 'Reparar Tabla'; +$strRepairTable = 'Reparar Tabla'; $strReplace = 'Reemplazar'; $strReplaceTable = 'Reemplazar datos de tabla con archivo'; $strReset = 'Reset'; -$strReType = 'Re-escriba'; -$strRevoke = 'Revocar'; -$strRevokeGrant = 'Revocar Grant'; -$strRevokeGrantMessage = 'Ud. ha revocado el privilegio Grant para %s'; -$strRevokeMessage = 'Ud. ha revocado los privilegios para %s'; -$strRevokePriv = 'Revocar Privilegios'; -$strRowLength = 'Logitud de la fila'; -$strRows = 'Filas'; +$strReType = 'Re-escriba'; +$strRevoke = 'Revocar'; +$strRevokeGrant = 'Revocar Grant'; +$strRevokeGrantMessage = 'Ud. ha revocado el privilegio Grant para %s'; +$strRevokeMessage = 'Ud. ha revocado los privilegios para %s'; +$strRevokePriv = 'Revocar Privilegios'; +$strRowLength = 'Logitud de la fila'; +$strRows = 'Filas'; $strRowsFrom = 'filas empezando de'; $strRowSize = ' Tamańo de la fila '; -$strRowsStatistic = 'Estadisticas de la fila'; +$strRowsStatistic = 'Estadisticas de la fila'; $strRunning = 'ejecutandose on %s'; $strRunQuery = 'Ejecutar Query'; @@ -252,7 +252,7 @@ $strSelectNumRows = 'en la consulta'; $strSend = 'enviar'; $strSequence = 'Secuencia'; $strServerChoice = 'Eleccion de Server'; -$strServerVersion = 'Version del Servidor'; +$strServerVersion = 'Version del Servidor'; $strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...
      Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por Ejemplo \'\\\\xyz\' or \'a\\\'b\').'; $strShow = 'Mostrar'; $strShowAll = 'Mostrar todo'; @@ -262,12 +262,12 @@ $strShowPHPInfo = 'Mostrar informacion de PHP'; $strShowTables = 'Mostrar tablas'; $strShowThisQuery = ' Mostrar esta consulta otra vez '; $strSingly = '(solo)'; -$strSize = 'Tamańo'; +$strSize = 'Tamańo'; $strSort = 'Ordenar'; -$strSpaceUsage = 'Espacio utilizado'; +$strSpaceUsage = 'Espacio utilizado'; $strSQLQuery = 'SQL-query'; $strStartingRecord = 'Empezando registro'; -$strStatement = 'Sentencias'; +$strStatement = 'Sentencias'; $strStrucCSV = 'Datos CSV '; $strStrucData = 'Estructura y datos'; $strStrucDrop = 'Ańadir \'drop table\''; @@ -278,31 +278,31 @@ $strSuccess = 'Su query-SQL ha sido ejecutado con exito'; $strSum = 'Tamańo de las tablas'; $strTable = 'tabla '; -$strTableComments = 'Comentarios de la Tabla'; -$strTableEmpty = 'El nombre de la tabla esta vacio!'; +$strTableComments = 'Comentarios de la Tabla'; +$strTableEmpty = 'El nombre de la tabla esta vacio!'; $strTableHasBeenDropped = 'La tabla %s ha sido eliminada'; $strTableHasBeenEmptied = 'La tabla %s ha sido vaciada'; -$strTableMaintenance = 'Mantenimiento de la tabla'; +$strTableMaintenance = 'Mantenimiento de la tabla'; $strTables = '%s tabla(s)'; $strTableStructure = 'Estructura de tabla para tabla'; -$strTableType = 'Tipo de tabla'; -$strTextAreaLength = ' Debido a su longitud,
      este campo puede no ser editable '; +$strTableType = 'Tipo de tabla'; +$strTextAreaLength = ' Debido a su longitud,
      este campo puede no ser editable '; $strTheContent = 'El contenido de su archivo ha sido insertado.'; $strTheContents = 'El contenido del archivo reemplaza el contenido de la tabla seleccionada para las columnas identicas primarias o unicas.'; $strTheTerminator = 'El terminador de los campos.'; $strTotal = 'total'; $strType = 'Tipo'; -$strUncheckAll = 'Desmarcar todos'; +$strUncheckAll = 'Desmarcar todos'; $strUnique = 'Unico'; $strUpdatePrivMessage = 'Ud. a actualizado los privilegios para %s.'; $strUpdateQuery = 'Modificar la Consulta'; -$strUsage = 'Uso'; +$strUsage = 'Uso'; $strUseBackquotes = 'Usar backquotes con tablas y nombres de campo'; -$strUser = 'Usuario'; -$strUserEmpty = 'El nombre de usuario esta vacio!'; -$strUserName = 'Nombre de Usuario'; -$strUsers = 'Usuarios'; +$strUser = 'Usuario'; +$strUserEmpty = 'El nombre de usuario esta vacio!'; +$strUserName = 'Nombre de Usuario'; +$strUsers = 'Usuarios'; $strUseTables = 'Usar tablas'; $strValue = 'Valor'; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 63eee4853..4de85fd11 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -286,7 +286,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate -$strIdxFulltext = 'Fulltext'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate @@ -306,7 +306,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser $strNoModification = 'No change'; // To translate $strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database %s:'; $strRowSize = ' Row size '; //to translate @@ -316,7 +316,7 @@ $strRowsModeVertical = 'vertical'; //to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strSelectADb = 'Please select a database'; $strSelectAll = 'Select All'; //to translate -$strServerChoice = 'Server Choice';//to translate +$strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
      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'; diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 490ca5f69..c9f4769da 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -201,7 +201,7 @@ $strNoModification = 'De $strNone = 'Hiçbiri'; $strNoPassword = 'Ţifre yok'; $strNoPrivileges = 'Ayrýcalýk yok'; -$strNoQuery = 'SQL sorgusu yok!'; +$strNoQuery = 'SQL sorgusu yok!'; $strNoRights = 'Burada bulunmak için yeterli haklara sahip deđilsiniz!'; $strNoTablesFound = 'Veritabaný\'nda tablo bulunamadý.'; $strNotNumber = 'Bu bir sayý deđil!'; @@ -269,7 +269,7 @@ $strRunSQLQuery = '%s veritaban $strSave = 'Kaydet'; $strSelect = 'Seç'; $strSelectADb = 'Lütfen bir veritabanı seçiniz'; -$strSelectAll = 'Tümünü seç'; +$strSelectAll = 'Tümünü seç'; $strSelectFields = 'Alan seç (en az bir):'; $strSelectNumRows = 'sorgu içerisinde'; $strSend = 'Dosya olarak kaydet'; diff --git a/lang/ukrainian-win1251.inc.php3 b/lang/ukrainian-win1251.inc.php3 index 0af2a1157..3d2b1d498 100644 --- a/lang/ukrainian-win1251.inc.php3 +++ b/lang/ukrainian-win1251.inc.php3 @@ -258,9 +258,9 @@ $strRowLength = ' $strRows = 'Đ˙äęč'; $strRowsFrom = 'đ˙äęłâ ç'; $strRowSize = ' Đîçěłđ đ˙äęŕ '; -$strRowsModeVertical=" âĺđňčęŕëüíî "; -$strRowsModeHorizontal=" ăîđčçîíňŕëüíî "; -$strRowsModeOptions="-ăî %s ł äóáëţâŕňč çŕăîëîâęč ÷ĺđĺç ęîćíł %s đ˙äęłâ "; +$strRowsModeVertical = ' âĺđňčęŕëüíî '; +$strRowsModeHorizontal = ' ăîđčçîíňŕëüíî '; +$strRowsModeOptions = '-ăî %s ł äóáëţâŕňč çŕăîëîâęč ÷ĺđĺç ęîćíł %s đ˙äęłâ '; $strRowsStatistic = 'Ńňŕňčńňčęŕ đ˙äęŕ'; $strRunning = 'íŕ %s'; $strRunQuery = 'Âčęîíŕňč çŕďčň'; @@ -290,7 +290,7 @@ $strSort = ' $strSpaceUsage = 'Ďđîńňłđ, ůî âčęîđčńňîâóşňüń˙'; $strSQLQuery = 'SQL-çŕďčň'; $strStartingRecord = 'Ďî÷číŕňč łç çŕďčńó'; -$strStatement = 'Ďŕđŕěĺňđ'; +$strStatement = 'Ďŕđŕěĺňđ'; $strStrucCSV = 'CSV äŕíł'; $strStrucData = 'Ńňđóęňóđó ł äŕíł'; $strStrucDrop = 'Äîäŕňč âčäŕëĺíí˙ ňŕáëčöł'; diff --git a/ldi_check.php3 b/ldi_check.php3 index de2981a23..92e17efaf 100755 --- a/ldi_check.php3 +++ b/ldi_check.php3 @@ -19,7 +19,7 @@ */ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); - + /** * The form used to define the query has been submitted -> do the work @@ -42,7 +42,7 @@ if (isset($btnLDI) && ($textfile != 'none')) { $escaped = PMA_sqlAddslashes($escaped); $column_name = PMA_sqlAddslashes($column_name); } - + // Builds the query $query = 'LOAD DATA LOCAL INFILE \'' . $textfile . '\''; if (!empty($replace)) { diff --git a/left.php3 b/left.php3 index 4708087ed..c4d3aa172 100755 --- a/left.php3 +++ b/left.php3 @@ -13,7 +13,7 @@ if (!empty($db)) { /** - * Gets a core script and starts output buffering work + * Gets a core script and starts output buffering work */ require('./libraries/common.lib.php3'); require('./libraries/ob.lib.php3'); @@ -171,7 +171,7 @@ echo "\n"; - + 1) { // Light mode -> displays the select combo with databases names and the // list of tables contained in the current database else { - echo "\n"; + echo "\n"; // Builds the databases' names list if (!empty($db_start) && $db == $db_start) { @@ -297,7 +297,7 @@ if ($num_dbs > 1) { } } // end for $t (tables list) - if (!$table_list) { + if (!$table_list) { $table_list = '

      ' . $strNoTablesFound . "\n"; } $selected = ' selected="selected"'; diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index 29aac2e1e..05683587d 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -125,7 +125,7 @@ h1 {font-family: ; font-size: ' . $lang_name . ' (' . $id . ')' . "\n"; } // end while - ?> + ?>
      @@ -226,7 +226,7 @@ h1 {font-family: ; font-size: var uname = document.forms['login_form'].elements['pma_username']; var pword = document.forms['login_form'].elements['pma_password']; -if (uname.value == '') { +if (uname.value == '') { uname.focus(); } else { pword.focus(); diff --git a/libraries/build_dump.lib.php3 b/libraries/build_dump.lib.php3 index c784be6e5..da6fccdd2 100644 --- a/libraries/build_dump.lib.php3 +++ b/libraries/build_dump.lib.php3 @@ -203,7 +203,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ $schema_insert = 'INSERT INTO ' . PMA_backquote(PMA_htmlFormat($table), $use_backquotes) . ' VALUES ('; } - + $search = array("\x00", "\x0a", "\x0d", "\x1a"); //\x08\\x09, not required $replace = array('\0', '\n', '\r', '\Z'); $current_row = 0; @@ -211,7 +211,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ @set_time_limit($GLOBALS['cfgExecTimeLimit']); while ($row = mysql_fetch_row($result)) { - $current_row++; + $current_row++; for ($j = 0; $j < $fields_cnt; $j++) { if (!isset($row[$j])) { $values[] = 'NULL'; @@ -238,7 +238,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ } } // Other inserts case - else { + else { $insert_line = $schema_insert . implode(', ', $values) . ')'; } unset($values); @@ -255,7 +255,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ } // end while } // end if ($result != FALSE) mysql_free_result($result); - + return TRUE; } // end of the 'PMA_getTableContentFast()' function diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index 12e54e950..da9763a5e 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -68,7 +68,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ // 2. Display mode is not "false for all elements" -> updates the // display mode if ($the_disp_mode != 'nnnn00000') { - // 2.1 Statement is a "SELECT COUNT", + // 2.1 Statement is a "SELECT COUNT", // "CHECK/ANALYZE/REPAIR/OPTIMIZE" or an "EXPLAIN" if ($GLOBALS['is_count'] || $GLOBALS['is_maint'] || $GLOBALS['is_explain']) { $do_display['edit_lnk'] = 'nn'; // no edit link diff --git a/libraries/functions.js b/libraries/functions.js index 97fa4627f..003f87d3e 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -51,7 +51,7 @@ function confirmQuery(theForm1, sqlQuery1) return true; } - // js1.2+ -> validation with regular expressions + // js1.2+ -> validation with regular expressions else { // "DROP DATABASE" statement isn't allowed if (noDropDbMsg) { @@ -121,7 +121,7 @@ function checkSqlQuery(theForm) isEmpty = (theForm.elements['id_bookmark'].value == null || theForm.elements['id_bookmark'].value == ''); } } - // js1.2+ -> validation with regular expressions + // js1.2+ -> validation with regular expressions else { var space_re = new RegExp('\\s+'); isEmpty = (sqlQuery.value.replace(space_re, '') == '') ? 1 : 0; @@ -383,14 +383,14 @@ function setCheckboxes(the_form, do_check) * * @param string the form name * @param string the element name - * @param boolean whether to check or to uncheck the element + * @param boolean whether to check or to uncheck the element * * @return boolean always true */ function setSelectOptions(the_form, the_select, do_check) { var selectObject = document.forms[the_form].elements[the_select]; - var selectCount = selectObject.length; + var selectCount = selectObject.length; for (var i = 0; i < selectCount; i++) { selectObject.options[i].selected = do_check; diff --git a/libraries/ob.lib.php3 b/libraries/ob.lib.php3 index 1a73af374..e89674d25 100644 --- a/libraries/ob.lib.php3 +++ b/libraries/ob.lib.php3 @@ -96,7 +96,7 @@ if (!defined('PMA_OB_LIB_INCLUDED')) { * @param integer the output buffer mode * * @return boolean whether data has been send from the buffer or not - */ + */ function PMA_outBufferPost($mode) { switch($mode) diff --git a/libraries/select_lang.lib.php3 b/libraries/select_lang.lib.php3 index de24d0496..ccae83976 100644 --- a/libraries/select_lang.lib.php3 +++ b/libraries/select_lang.lib.php3 @@ -156,7 +156,7 @@ if (!isset($lang)) { * Do the work! */ // Lang forced -if (!empty($cfgLang)) { +if (!empty($cfgLang)) { $lang = $cfgLang; } @@ -172,7 +172,7 @@ if (empty($lang) && !empty($HTTP_ACCEPT_LANGUAGE)) { $accepted = explode(',', $HTTP_ACCEPT_LANGUAGE); $acceptedCnt = count($accepted); reset($accepted); - for ($i = 0; $i < $acceptedCnt && empty($lang); $i++) { + for ($i = 0; $i < $acceptedCnt && empty($lang); $i++) { PMA_langDetect($accepted[$i], 1); } } diff --git a/libraries/zip.lib.php3 b/libraries/zip.lib.php3 index fe9248b68..a8b40c9aa 100755 --- a/libraries/zip.lib.php3 +++ b/libraries/zip.lib.php3 @@ -3,23 +3,23 @@ /** - * Zip file creation class. + * Zip file creation class. * Makes zip files. * * Based on : * * http://www.zend.com/codex.php3?id=535&single=1 * By Eric Mueller (eric@themepark.com) - * - * http://www.zend.com/codex.php3?id=470&single=1 + * + * http://www.zend.com/codex.php3?id=470&single=1 * by Denis125 (webmaster@atlant.ru) * - * Official ZIP file format: http://www.pkware.com/appnote.txt + * Official ZIP file format: http://www.pkware.com/appnote.txt * * @access public */ -class zipfile -{ +class zipfile +{ /** * Array to store compressed data * @@ -46,7 +46,7 @@ class zipfile * * @var integer $old_offset */ - var $old_offset = 0; + var $old_offset = 0; /** @@ -61,11 +61,11 @@ class zipfile { $name = str_replace('\\', '/', $name); - $fr = "\x50\x4b\x03\x04"; - $fr .= "\x14\x00"; // ver needed to extract - $fr .= "\x00\x00"; // gen purpose bit flag - $fr .= "\x08\x00"; // compression method - $fr .= "\x00\x00\x00\x00"; // last mod time and date + $fr = "\x50\x4b\x03\x04"; + $fr .= "\x14\x00"; // ver needed to extract + $fr .= "\x00\x00"; // gen purpose bit flag + $fr .= "\x08\x00"; // compression method + $fr .= "\x00\x00\x00\x00"; // last mod time and date // "local file header" segment $unc_len = strlen($data); @@ -80,7 +80,7 @@ class zipfile $fr .= pack('v', 0); // extra field length $fr .= $name; - // "file data" segment + // "file data" segment $fr .= $zdata; // "data descriptor" segment (optional but necessary if archive is not diff --git a/main.php3 b/main.php3 index 3047308cb..a2635d748 100755 --- a/main.php3 +++ b/main.php3 @@ -86,7 +86,7 @@ if (($server > 0) && isset($mode) && ($mode == 'reload')) { /** - * Displays the MySQL servers choice form + * Displays the MySQL servers choice form */ if ($server == 0 || count($cfgServers) > 1) { ?> @@ -153,7 +153,7 @@ if ($server == 0 || count($cfgServers) > 1) { 0) { @@ -348,7 +348,7 @@ if ($server > 0) { ?> - +      @@ -410,7 +410,7 @@ if (empty($cfgLang)) { echo ' '; echo '' . "\n"; } - ?> + ?> diff --git a/read_dump.php3 b/read_dump.php3 index 30a9e79a7..9aaf71f98 100644 --- a/read_dump.php3 +++ b/read_dump.php3 @@ -188,7 +188,7 @@ $err_url = $goto /** - * Set up default values for some variables and + * Set up default values for some variables */ $view_bookmark = 0; $sql_bookmark = isset($sql_bookmark) ? $sql_bookmark : ''; diff --git a/sql.php3 b/sql.php3 index 0e224aa67..17fb13b4d 100755 --- a/sql.php3 +++ b/sql.php3 @@ -24,7 +24,7 @@ if (!isset($err_url)) { } -/** +/** * Check rights in case of DROP DATABASE * * This test may be bypassed if $is_js_confirmed = 1 (already checked with js) diff --git a/tbl_addfield.php3 b/tbl_addfield.php3 index 6ee2cdf7d..b1235b089 100755 --- a/tbl_addfield.php3 +++ b/tbl_addfield.php3 @@ -28,19 +28,19 @@ $err_url = 'tbl_properties.php3' if (isset($submit)) { $query = ''; - // transform the radio button field_key into 3 arrays + // Transforms the radio button field_key into 3 arrays $field_cnt = count($field_name); for ($i = 0; $i < $field_cnt; ++$i) { - if (${'field_key_'.$i} == 'primary_'.$i) { - $field_primary[]=$i; + if (${'field_key_' . $i} == 'primary_' . $i) { + $field_primary[] = $i; } - if (${'field_key_'.$i} == 'index_'.$i) { - $field_index[]=$i; + if (${'field_key_' . $i} == 'index_' . $i) { + $field_index[] = $i; } - if (${'field_key_'.$i} == 'unique_'.$i) { - $field_unique[]=$i; + if (${'field_key_' . $i} == 'unique_' . $i) { + $field_unique[] = $i; } - } + } // end for // Builds the field creation statement and alters the table for ($i = 0; $i < $field_cnt; ++$i) { if (get_magic_quotes_gpc()) { @@ -132,7 +132,7 @@ if (isset($submit)) { $sql_query_cpy .= "\n" . $sql_query . ';'; } } // end if - + // Builds the indexes statements and updates the table $index = ''; if (isset($field_index)) { @@ -148,7 +148,7 @@ if (isset($submit)) { $sql_query_cpy .= "\n" . $sql_query . ';'; } } // end if - + // Builds the uniques statements and updates the table $unique = ''; if (isset($field_unique)) { @@ -164,7 +164,7 @@ if (isset($submit)) { $sql_query_cpy .= "\n" . $sql_query . ';'; } } // end if - + // Builds the fulltext statements and updates the table $fulltext = ''; diff --git a/tbl_change.php3 b/tbl_change.php3 index 8469e7040..b2aa1c5c4 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -247,41 +247,41 @@ for ($i = 0; $i < $fields_cnt; $i++) { // stored or retrieved" so it does not mean that the contents is // binary if ($cfgShowFunctionFields) { - if ((($cfgProtectBinary && $is_blob) - || ($cfgProtectBinary == 'all' && $is_binary)) - && !empty($data)) { - echo ' ' . $strBinary . '' . "\n"; - } else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) { - echo ' --' . "\n"; - } else { - ?> + if ((($cfgProtectBinary && $is_blob) + || ($cfgProtectBinary == 'all' && $is_binary)) + && !empty($data)) { + echo ' ' . $strBinary . '' . "\n"; + } else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) { + echo ' --' . "\n"; + } else { + ?> ' . "\n"; - } else { + } else { echo ' onclick="if (this.checked) {document.forms[\'insertForm\'].elements[\'fields[' . urlencode($field) . ']\'].value = \'\'}; return true" />' . "\n"; } } else { diff --git a/tbl_create.php3 b/tbl_create.php3 index 1bc855d27..a65f92b68 100755 --- a/tbl_create.php3 +++ b/tbl_create.php3 @@ -34,19 +34,19 @@ mysql_select_db($db); if (isset($submit)) { $sql_query = $query_cpy = ''; - // transform the radio button field_key into 3 arrays + // Transforms the radio button field_key into 3 arrays $field_cnt = count($field_name); for ($i = 0; $i < $field_cnt; ++$i) { - if (${'field_key_'.$i} == 'primary_'.$i) { - $field_primary[]=$i; + if (${'field_key_' . $i} == 'primary_' . $i) { + $field_primary[] = $i; } - if (${'field_key_'.$i} == 'index_'.$i) { - $field_index[]=$i; + if (${'field_key_' . $i} == 'index_' . $i) { + $field_index[] = $i; } - if (${'field_key_'.$i} == 'unique_'.$i) { - $field_unique[]=$i; + if (${'field_key_' . $i} == 'unique_' . $i) { + $field_unique[] = $i; } - } + } // end for // Builds the fields creation statements for ($i = 0; $i < $field_cnt; $i++) { if (empty($field_name[$i])) { diff --git a/tbl_dump.php3 b/tbl_dump.php3 index 49305532e..b1f4b38a1 100755 --- a/tbl_dump.php3 +++ b/tbl_dump.php3 @@ -293,7 +293,7 @@ if (isset($zip) && $zip == 'zip') { else if (isset($bzip) && $bzip == 'bzip') { if (PMA_PHP_INT_VERSION >= 40004 && @function_exists('bzcompress')) { echo bzcompress($dump_buffer); - } + } } // 3. as a gzipped file else if (isset($gzip) && $gzip == 'gzip') { diff --git a/tbl_indexes.php3 b/tbl_indexes.php3 index 741652e6c..111549ece 100644 --- a/tbl_indexes.php3 +++ b/tbl_indexes.php3 @@ -146,7 +146,7 @@ if (get_magic_quotes_gpc()) { } } // end if - + /** * Do run the query to build the new index and moves back to * "tbl_properties.php3" @@ -410,7 +410,7 @@ else if (!defined('PMA_IDX_INCLUDED') - ' ."\n"; diff --git a/tbl_move_copy.php3 b/tbl_move_copy.php3 index e04916910..015e5fbd7 100644 --- a/tbl_move_copy.php3 +++ b/tbl_move_copy.php3 @@ -19,7 +19,7 @@ function PMA_myHandler($sql_insert = '') $sql_insert = eregi_replace('INSERT INTO (`?)' . $table . '(`?)', 'INSERT INTO ' . $target, $sql_insert); $result = mysql_query($sql_insert) or PMA_mysqlDie('', $sql_insert, '', $GLOBALS['err_url']); - + $sql_insert_data .= $sql_insert . ';' . "\n"; } // end of the 'PMA_myHandler()' function @@ -135,7 +135,7 @@ if (isset($new_name) && trim($new_name) != '') { else { include('./header.inc.php3'); PMA_mysqlDie($strTableEmpty, '', '', $err_url); -} +} /** diff --git a/tbl_printview.php3 b/tbl_printview.php3 index a339c86e8..ef4129485 100755 --- a/tbl_printview.php3 +++ b/tbl_printview.php3 @@ -41,7 +41,7 @@ mysql_select_db($db); if (isset($selected_tbl) && is_array($selected_tbl)) { $the_tables = $selected_tbl; } else if (isset($table)) { - $the_tables[] = $table; + $the_tables[] = $table; } $multi_tables = (count($the_tables) > 1); @@ -232,7 +232,7 @@ while (list($key, $table) = each($the_tables)) { ? count($indexes) : 0; if ($index_count > 0) { - echo "\n"; + echo "\n"; ?>

      diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index 5f1f8dd5e..dc84e3066 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -34,9 +34,9 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3'); $strPrimary\n"; @@ -210,31 +210,31 @@ for ($i = 0 ; $i < $num_fields; $i++) { = 32323 - &&(isset($row) && isset($row['Comment']) && $row['Comment'] == 'FULLTEXT')) { - $checked_fulltext = ' checked="checked"'; - } else { - $checked_fulltext = ''; - } - echo "\n"; - ?> + if (isset($row) && isset($row['Key']) && $row['Key'] == 'PRI') { + $checked_primary = ' checked="checked"'; + } else { + $checked_primary = ''; + } + if (isset($row) && isset($row['Key']) && $row['Key'] == 'MUL') { + $checked_index = ' checked="checked"'; + } else { + $checked_index = ''; + } + if (isset($row) && isset($row['Key']) && $row['Key'] == 'UNI') { + $checked_unique = ' checked="checked"'; + } else { + $checked_unique = ''; + } + if (PMA_MYSQL_INT_VERSION >= 32323 + &&(isset($row) && isset($row['Comment']) && $row['Comment'] == 'FULLTEXT')) { + $checked_fulltext = ' checked="checked"'; + } else { + $checked_fulltext = ''; + } + echo "\n"; + ?> /> @@ -247,16 +247,16 @@ for ($i = 0 ; $i < $num_fields; $i++) { - = 32323) { - echo "\n"; - ?> + = 32323) { + echo "\n"; + ?> /> - = 32323) - echo "\n"; + = 32323) + echo "\n"; } // end if ($action ==...) echo "\n"; ?> @@ -336,10 +336,10 @@ if ($action == 'tbl_create.php3' && PMA_MYSQL_INT_VERSION >= 32300) { - - - - + + + + 0) { echo "\n"; ?> - +

      [ ]    @@ -426,7 +426,7 @@ echo "\n"; if ($fields_cnt > 20) { if ($num_rows > 0) { ?> - +

      [ ]    @@ -1154,10 +1154,10 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {     diff --git a/tbl_qbe.php3 b/tbl_qbe.php3 index b8ecfd4a3..64163fb87 100755 --- a/tbl_qbe.php3 +++ b/tbl_qbe.php3 @@ -667,7 +667,7 @@ $w--;