removed tabs and/or trailing spaces

This commit is contained in:
Loïc Chapeaux
2002-02-10 09:31:41 +00:00
parent 579387e7c4
commit 7f919e6a86
54 changed files with 450 additions and 447 deletions

View File

@@ -5,11 +5,14 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-02-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* most of the scripts: removed tabs and/or trailing spaces.
2002-02-09 Marc Delisle <lem9@users.sourceforge.net>
* 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.

View File

@@ -229,7 +229,7 @@
information.</li>
<li> Open the file
<i>&lt;www.your-host.com&gt;/&lt;your-install-dir&gt;/index.php3</i>
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.</li>
</ol>
@@ -244,15 +244,15 @@
<p><b>Using authentication modes:</b></p>
<ul>
<li>Http and cookie authentication modes are recommended in a multi-user
environment where you want to give users access to their own database
<li>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.<br /><br /></li>
<li>Http and cookie authentication modes are secure: the MySQL password
does not need to be set in the phpMyAdmin configuration file. (except
for the &quot;standard user&quot; -see the Configuration section-).
<br />
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.
<br /><br /></li>
@@ -302,7 +302,7 @@
<br />
What the user may now do is controlled entirely by the MySQL user
management system.<br />
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 <tt>$cfgServers</tt> array.<br />
</li>
</ul>
@@ -376,7 +376,7 @@
<dt><b>$cfgServers</b> array</dt>
<dd>
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. <tt>$cfgServers[1]['host']</tt>
contains the hostname of the first server,
@@ -1017,30 +1017,30 @@
<p>
<b>I'm having troubles when uploading files. In general file uploads don't
work on my system and uploaded files have a <tt>Content-Type:</tt> header
in the first line.</b>
in the first line.</b>
<br />
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?
<br />
and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you?
<br />
So the problem is that this package has a serious bug that was corrected
ages ago in php (2001-01-28: see
<a href="http://www.php.net/bugs.php?id=8966">php's bug tracking system</a>
for more details). The problem is that the bugged package is still
available though it was corrected (see
<a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">redhat's bugzilla</a>
for more details).
<br />
for more details).
<br />
So please download
<a href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed package (4.0.4pl1-9)</a>
and the problem should go away.
and the problem should go away.
<br />
And that fixes the \r\n problem with file uploads!
</p>
And that fixes the \r\n problem with file uploads!
</p>
<p>
<b>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.</b>
server.</b>
<br />
As suggested by &quot;Rob M&quot; in the phpWizard forum, add this line to
your <i>httpd.conf</i>:<br />
@@ -1125,7 +1125,7 @@
</li>
</ul>
<p>
Have also a look at the
Have also a look at the
<a class="navigation" href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html" target="_blank">
corresponding section of the MySQL documentation</a>.
</p>
@@ -1215,7 +1215,7 @@
</li>
</ul>
<p>
<p>
<b>I get errors about not being able to include a file in <i>/lang</i></b>
<br />
Check <i>php.ini</i>, or ask your sysadmin to check it. The
@@ -1256,7 +1256,7 @@
your table properties and add the other fields.
</p>
<p>
<p>
<b>With Xitami 2.5b4, phpMyAdmin won't process form fields.</b>
<br />
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.
</p>
<p>
<p>
<b>I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)</b>
<br />
With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except that
@@ -1343,7 +1343,7 @@
<br />
Since version 2.2.3, you have a checkbox for each field that can be null.
Before 2.2.3, you had to enter &quot;null&quot;, without the quotes, as the
field's value.
field's value.
</p>
<h3>[phpMyAdmin project]</h3>
@@ -1403,7 +1403,7 @@
have already contributed something useful to phpMyAdmin.<br />
Also, have a look at the <a class="navigation" href="#developers">Developers section</a>.
</p>
<!-- DEVELOPERS -->
@@ -1429,11 +1429,11 @@
make phpMyAdmin a useful tool.
</p>
<p>
If you're planning to contribute source, please read the following
<p>
If you're planning to contribute source, please read the following
information:
</p>
<ul>
<ul>
<li>
All files include <i>header.inc.php3</i> (layout),
<i>libraries/common.lib.php3</i> (common functions) and
@@ -1441,7 +1441,7 @@
<br />
All configuration data belongs in <i>config.inc.php3</i>. Please keep
it free from other code.
<br />
<br />
Commonly used functions should be added to
<i>libraries/lib.inc.php3</i> and more specific ones may be added
within a library stored into the <i>libraries</i> sub-directory.
@@ -1460,7 +1460,7 @@
goes to <i>tbl_*.php3</i>, db-related code to <i>db_*.php3</i> and so
on.
</li>
<li>
<li>
Please don't use verbose strings in your code, instead add the string
(at least) to <i>english.inc.php3</i> and print() it out.
</li>
@@ -1468,7 +1468,7 @@
If you want to be really helpful, write an entry for the ChangeLog.
</li>
</ul>
<p>
IMPORTANT: With 1.4.1, development has switched to CVS. The following
method is preferred for new developers:

View File

@@ -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...

View File

@@ -338,7 +338,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
<?php echo $strUncheckAll; ?></a>
&nbsp;&nbsp;&nbsp;
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
<?php
echo "\n";
echo ' <option value="' . $strWithChecked . '" selected="selected">'
@@ -569,7 +569,7 @@ if ($num_tables > 0) {
<li>
<div style="margin-bottom: 10px"><a href="tbl_qbe.php3?<?php echo $url_query; ?>"><?php echo $strQBE; ?></a></div>
</li>
<!-- Dump of a database -->
<li>
<a name="dumpdb"></a>
@@ -709,7 +709,7 @@ if ($num_tables > 0) {
} // end of create dump if there is at least one table in the db
?>
<!-- Create a new table -->
<!-- Create a new table -->
<li>
<form method="post" action="tbl_create.php3"
onsubmit="return (emptyFormElements(this, 'table') && checkFormElementInRange(this, 'num_fields', 1))">
@@ -721,7 +721,7 @@ echo ' ' . $strCreateNewTable . htmlspecialchars($db) . '&nbsp;:<br />' .
echo ' ' . $strName . '&nbsp;:&nbsp;' . "\n";
echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n";
echo ' ' . '<br />' . "\n";
echo ' ' . $strFields . '&nbsp;:&nbsp;' . "\n";
echo ' ' . $strFields . '&nbsp;:&nbsp;' . "\n";
echo ' ' . '<input type="text" name="num_fields" size="2" />' . "\n";
echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n";
?>
@@ -734,7 +734,7 @@ echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\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) {
?>

View File

@@ -243,7 +243,7 @@ else {
<b><?php echo htmlspecialchars($tables[$i]); ?>&nbsp;</b>
</td>
<td align="right" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
&nbsp;<?php PMA_countRecords($db, $tables[$i]); ?>
&nbsp;<?php PMA_countRecords($db, $tables[$i]); ?>
</td>
</tr>
<?php

View File

@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/**
/**
* Gets the variables sent to this script and send headers
*/
require('./libraries/grab_globals.lib.php3');
@@ -203,7 +203,7 @@ if ($num_dbs > 0) {
<?php
unset($url_sort);
echo "\n";
$total_array[0] = 0; // number of tables
$total_array[1] = 0; // total data size
$total_array[2] = 0; // total index size
@@ -223,7 +223,7 @@ if ($num_dbs > 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];

View File

@@ -28,4 +28,4 @@ if (isset($cfgOBGzip) && $cfgOBGzip
&& isset($ob_mode) && $ob_mode) {
PMA_outBufferPost($ob_mode);
}
?>
?>

View File

@@ -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');

View File

@@ -32,14 +32,14 @@ $strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um <20>ndice foi adicionado a %s';
$strAnIndex = 'Um <20>ndice foi adicionado a %s';
$strAny = 'Qualquer';
$strAnyColumn = 'Qualquer coluna';
$strAnyDatabase = 'Qualquer banco de dados';
$strAnyHost = 'Qualquer servidor';
$strAnyTable = 'Qualquer tabela';
$strAnyUser = 'Qualquer usu<73>rio';
$strAPrimaryKey = 'Uma chave prim<69>ria foi adicionada a %s';
$strAPrimaryKey = 'Uma chave prim<69>ria foi adicionada a %s';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No come<6D>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<66>a uma lista separada por v<>rgula.';
$strIndex = '<27>ndice';
$strIndexHasBeenDropped = '<27>ndice %s foi deletado';
$strIndexHasBeenDropped = '<27>ndice %s foi deletado';
$strIndexes = '<27>ndices';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere uma nova coluna';
@@ -151,7 +151,7 @@ $strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'records per page';
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
$strLines = 'Linhas';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLocationTextfile = 'Localiza<7A><61>o do arquivo texto';
$strLogout = 'Sair';
@@ -197,7 +197,7 @@ $strPos1 = 'In
$strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Chave Prim<69>ria';
$strPrimaryKeyHasBeenDropped = 'A chave prim<69>ria foi deletada';
$strPrimaryKeyHasBeenDropped = 'A chave prim<69>ria foi deletada';
$strPrintView = 'Visualiza<7A><61>o para Impress<73>o';
$strPrivileges = 'Privil<69>gios';
$strProperties = 'Propriedades';
@@ -229,7 +229,7 @@ $strRowSize = ' Tamanho do registro ';
$strRowsStatistic = 'Estatist<73>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<70>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<6E>rios da tabela';
$strTableEmpty = 'O Nome da Tabela est<73> 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<65><6E>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<b>.</b>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';

View File

@@ -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<63>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<63> segons exemple" (comod<6F>: "%")';
$strDocu = 'Documentaci<63>';
$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<63>';
$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<6F>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<63> del fitxer de text';
@@ -148,11 +148,11 @@ $strNbRecords = 'N
$strNext = 'Seg<65>ent';
$strNo = 'No';
$strNoPassword = 'Sense contrassenya';
$strNoPrivileges = 'Sense privilegis';
$strNoPrivileges = 'Sense privilegis';
$strNoRights = 'No tens prou privilegis per visualitzar aquesta informaci<63>!';
$strNoTablesFound = 'Base de dades sense taules.';
$strNotNumber = 'Aquest valor no <20>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<61>cters especials.';
$strOptionally = 'OPCIONALMENT';
$strOr = 'O';
$strOr = 'O';
$strOverhead = 'Overhead';
$strPassword = 'Contrasenya';
$strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya <20>s buida!';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPHPVersion = 'PHP versi<73>';
@@ -171,32 +171,32 @@ $strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Clau Prim<69>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<74>r';
$strReplaceTable = 'Substitu<74>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<65>ant des de';
$strRowSize = ' tamany de fila ';
$strRowsStatistic = 'Estad<61>stica de files';
@@ -212,7 +212,7 @@ $strSequence = 'Seq.';
$strServerVersion = 'Versi<73> del servidor';
$strShow = 'Mostra';
$strShowingRecords = 'Mostrant registres: ';
$strSingly = '(singly)';
$strSingly = '(singly)';
$strSize = 'Mida';
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Utilitzaci<63> 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 <20>s buit!';
$strTableMaintenance = 'Manteniment de la taula';
$strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula <20>s buit!';
$strTableMaintenance = 'Manteniment de la taula';
$strTableStructure = 'Estructura de la taula';
$strTableType = 'Tipus de taula';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strTheContent = 'El contingut del fitxer especificat ha estat inserit.';
$strTheContents = 'El contingut del fitxer substitu<74>r<EFBFBD> els continguts de les taules sel&middot;leccionades a les files que contenen la mateixa clau <20>nica o prim<69>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 <b>frames-capable</b> 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 <b>%s</b>:';
$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\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';

View File

@@ -75,7 +75,7 @@ $strCompleteInserts = '
$strConfirm = '<27>z<EFBFBD>T<EFBFBD>w<EFBFBD>n<EFBFBD>o<EFBFBD>˰<EFBFBD><CBB0>H';
$strCookiesRequired = 'Cookies <20><><EFBFBD><EFBFBD><EFBFBD>Ұʤ~<7E><><EFBFBD>n<EFBFBD>J.';
$strCopyTable = '<27>ƻs<C6BB><73><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD>G (<28><EFBFBD><E6A6A1> <20><><EFBFBD>Ʈw<C6AE>W<EFBFBD><57><b>.</b><3E><><EFBFBD>ƪ<EFBFBD><C6AA>W<EFBFBD><57>):';
$strCopyTableOK = '<27>w<EFBFBD>g<EFBFBD>N<EFBFBD><4E><EFBFBD>ƪ<EFBFBD> %s <20>ƻs<C6BB><73> %s.';
$strCopyTableOK = '<27>w<EFBFBD>g<EFBFBD>N<EFBFBD><4E><EFBFBD>ƪ<EFBFBD> %s <20>ƻs<C6BB><73> %s.';
$strCreate = '<27>إ<EFBFBD>';
$strCreateIndex = '<27>s<EFBFBD>W &nbsp;%s&nbsp; <20>կ<EFBFBD><D5AF><EFBFBD><EFBFBD><EFBFBD>';
$strCreateIndexTopic = '<27>s<EFBFBD>W<EFBFBD>@<40>կ<EFBFBD><D5AF><EFBFBD>';

View File

@@ -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 <b>frames-capable</b> 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 <b>%s</b>:';
$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\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';

View File

@@ -114,7 +114,7 @@ $strEnd = 'Konec';
$strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>na anglicky ';
$strError = 'Chyba';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra';
$strExtra = 'Extra';
$strField = 'Sloupec';
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
@@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do';
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
$strFixed = 'pevn<76>';
$strFixed = 'pevn<76>';
$strFlushTable = 'Vypr<70>zdnit cache pro tabulku ("FLUSH")';
$strFormat = 'Form<72>t';
$strFormat = 'Form<72>t';
$strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i !';
$strFullText = 'Cel<65> texty';
$strFunction = 'Funkce';
$strGenTime = 'Vygenerov<6F>no:';
$strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>';
$strGrants = 'Opr<70>vn<76>n<EFBFBD>';
$strGzip = '"zagzipov<6F>no"';
$strGzip = '"zagzipov<6F>no"';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
@@ -147,7 +147,7 @@ $strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.';
$strIgnore = 'Ignorovat';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndexName = 'Jm<4A>no indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
@@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInstructions = 'Instrukce';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
$strKeepPass = 'Nem<65>nit heslo';
@@ -204,8 +204,8 @@ $strNoPrivileges = '
$strNoQuery = '<27><>dn<64> SQL dotaz!';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>';
@@ -214,7 +214,7 @@ $strOptimizeTable = 'Optimalizovat tabulku';
$strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>';
$strOr = 'nebo';
$strOverhead = 'Nav<61>c';
$strOverhead = 'Nav<61>c';
$strPartialText = 'Zkr<6B>cen<65> texty';
$strPassword = 'Heslo';
@@ -254,14 +254,14 @@ $strRevokeGrant = 'Zru
$strRevokeGrantMessage = 'Bylo zru<72>eno opr<70>vn<76>n<EFBFBD> p<>id<69>lovat pr<70>va pro %s';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical='svisl<73>m';
$strRowsModeHorizontal='vodorovn<76>m';
$strRowsModeOptions='ve %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical = 'svisl<73>m';
$strRowsModeHorizontal = 'vodorovn<76>m';
$strRowsModeOptions = 've %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
$strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
@@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li';
$strSequence = 'Sekv.';
$strServerChoice = 'V<>b<EFBFBD>r serveru';
$strServerVersion = 'Verze serveru';
$strServerVersion = 'Verze serveru';
$strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zad<61>vejte hodnoty v n<>sleduj<75>c<EFBFBD>m form<72>tu: \'a\',\'b\',\'c\'...<br />Pokud pot<6F>ebujete zadat zp<7A>tn<74> lom<6F>tko ("\") nebo jednoduch<63> uvozovky ("\'") mezi t<>mito hodnotami, napi<70>te p<>ed n<> zp<7A>tn<74> lom<6F>tko (p<><70>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 = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz';
$strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam';
$strStatement = '<27>daj';
$strStatement = '<27>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<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem';
$strSum = 'Celkem';
$strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce';
@@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr
$strUpdateProfile = 'Zm<5A>ny profilu:';
$strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz';
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a pol<6F>';
$strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!';

View File

@@ -114,7 +114,7 @@ $strEnd = 'Konec';
$strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>na anglicky ';
$strError = 'Chyba';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra';
$strExtra = 'Extra';
$strField = 'Sloupec';
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
@@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do';
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
$strFixed = 'pevn<76>';
$strFixed = 'pevn<76>';
$strFlushTable = 'Vypr<70>zdnit cache pro tabulku ("FLUSH")';
$strFormat = 'Form<72>t';
$strFormat = 'Form<72>t';
$strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i !';
$strFullText = 'Cel<65> texty';
$strFunction = 'Funkce';
$strGenTime = 'Vygenerov<6F>no:';
$strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>';
$strGrants = 'Opr<70>vn<76>n<EFBFBD>';
$strGzip = '"zagzipov<6F>no"';
$strGzip = '"zagzipov<6F>no"';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
@@ -147,7 +147,7 @@ $strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.';
$strIgnore = 'Ignorovat';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndexName = 'Jm<4A>no indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
@@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInstructions = 'Instrukce';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
$strKeepPass = 'Nem<65>nit heslo';
@@ -204,8 +204,8 @@ $strNoPrivileges = '
$strNoQuery = '<27><>dn<64> SQL dotaz!';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>';
@@ -214,7 +214,7 @@ $strOptimizeTable = 'Optimalizovat tabulku';
$strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>';
$strOr = 'nebo';
$strOverhead = 'Nav<61>c';
$strOverhead = 'Nav<61>c';
$strPartialText = 'Zkr<6B>cen<65> texty';
$strPassword = 'Heslo';
@@ -254,14 +254,14 @@ $strRevokeGrant = 'Zru
$strRevokeGrantMessage = 'Bylo zru<72>eno opr<70>vn<76>n<EFBFBD> p<>id<69>lovat pr<70>va pro %s';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical='svisl<73>m';
$strRowsModeHorizontal='vodorovn<76>m';
$strRowsModeOptions='ve %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical = 'svisl<73>m';
$strRowsModeHorizontal = 'vodorovn<76>m';
$strRowsModeOptions = 've %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
$strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
@@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li';
$strSequence = 'Sekv.';
$strServerChoice = 'V<>b<EFBFBD>r serveru';
$strServerVersion = 'Verze serveru';
$strServerVersion = 'Verze serveru';
$strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zad<61>vejte hodnoty v n<>sleduj<75>c<EFBFBD>m form<72>tu: \'a\',\'b\',\'c\'...<br />Pokud pot<6F>ebujete zadat zp<7A>tn<74> lom<6F>tko ("\") nebo jednoduch<63> uvozovky ("\'") mezi t<>mito hodnotami, napi<70>te p<>ed n<> zp<7A>tn<74> lom<6F>tko (p<><70>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 = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz';
$strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam';
$strStatement = '<27>daj';
$strStatement = '<27>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<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem';
$strSum = 'Celkem';
$strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce';
@@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr
$strUpdateProfile = 'Zm<5A>ny profilu:';
$strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz';
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a pol<6F>';
$strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!';

View File

@@ -22,7 +22,7 @@ $strAddDeleteColumn = 'Tilf
$strAddDeleteRow = 'Tilf<6C>j/Slet kriterie r<>kke';
$strAddNewField = 'Tilf<6C>j nyt felt';
$strAddPriv = 'Tilf<6C>j nyt privilegium';
$strAddPrivMessage = 'Du har tilf<6C>jet et nyt privilegium.';
$strAddPrivMessage = 'Du har tilf<6C>jet et nyt privilegium.';
$strAddSearchConditions = 'Tilf<6C>j s<>gekriterier (kroppen af "WHERE" s<>tningen):';
$strAddUser = 'Tilf<6C>j en ny bruger';
$strAddUserMessage = 'Du har tilf<6C>jet en ny bruger.';
@@ -35,7 +35,7 @@ $strAlterOrderBy = 'Arranger r
$strAnalyzeTable = 'Analyser tabel';
$strAnd = 'Og';
$strAnIndex = 'Der er tilf<6C>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,<br />please check PHP Configur
$strCardinality = 'Kardinalitet';
$strCarriage = 'Carriage return: \\r';
$strChange = '<27>ndre';
$strCheckAll = 'Afm<66>rk alt';
$strCheckAll = 'Afm<66>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<65>lge af visning:';
$strDoAQuery = 'K<>r en foresp<73>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<64>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 <20>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 = '<27>ndring af et indeks';
$strMoveTable = 'Flyt tabel til (database<b>.</b>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<6B>ringer kan ikke bruges.';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet index defineret!';
@@ -198,11 +198,11 @@ $strNone = 'Intet';
$strNoPassword = 'Intet password';
$strNoPrivileges = 'Ingen privilegier';
$strNoQuery = 'Ingen SQL foresp<73>rgsel!';
$strNoRights = 'Du har ikke tilstr<74>kkelige rettigheder til at v<>re her!';
$strNoRights = 'Du har ikke tilstr<74>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<6C>rdi';
$strOftenQuotation = 'Ofte anf<6E>rselstegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte "tekstkvalifikator"-tegn.'; //skal muligvis <20>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<69>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<73>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\'...<br />Skulle du f<> brug for en backslash ("\") eller et enkelt anf<6E>rselstegn ("\'") blandt disse v<>rdier, s<> tilf<6C>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<73>rgslen her igen ';
$strSingly = '(enkeltvis)';
$strSize = 'St<53>rrelse';
$strSingly = '(enkeltvis)';
$strSize = 'St<53>rrelse';
$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSQLQuery = 'SQL-foresp<73>rgsel';
$strStartingRecord = 'Begyndende post';
$strStatement = 'Erkl<6B>ringer';
$strStatement = 'Erkl<6B>ringer';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struturen og data';
$strStrucDrop = 'Tilf<6C>j \'DROP TABLE\'';
@@ -291,7 +291,7 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
$strStrucOnly = 'Kun strukturen';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-foresp<73>rgsel blev udf<64>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,<br /> kan det muligvis ikke <20>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';

View File

@@ -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

View File

@@ -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 ';

View File

@@ -282,7 +282,7 @@ $strServerChoice = 'Valitse palvelin';
$strServerVersion = 'Palvelimen versio';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", sy<73>t<EFBFBD> vaaditut arvot t<>ss<73> muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkki<6B> ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShow = 'N<>yt<79>';
$strShowAll = 'N<>yt<79> kaikki';
$strShowAll = 'N<>yt<79> kaikki';
$strShowCols = 'N<>yt<79> sarakkeet';
$strShowingRecords = 'N<>kyvill<6C> rivit ';
$strShowPHPInfo = 'N<>yt<79> tietoja PHP:n asetuksista';

View File

@@ -31,17 +31,17 @@ $strAffectedRows = 'Nombre d\'enregistrements affect
$strAfter = 'Apr<70>s %s';
$strAfterInsertBack = 'Retourner <20> la page pr<70>c<EFBFBD>dente';
$strAfterInsertNewInsert = 'Ins<6E>rer un nouvel enregistrement';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAnIndex = 'Un index a <20>t<EFBFBD> ajout<75> sur %s';
$strAny = 'N\'importe quel';
$strAnyColumn = 'Toute colonne';
$strAnyDatabase = 'Toute base de donn<6E>es';
$strAnyHost = 'Tout serveur';
$strAnyTable = 'Toute table';
$strAnyUser = 'Tout utilisateur';
$strAny = 'N\'importe quel';
$strAnyColumn = 'Toute colonne';
$strAnyDatabase = 'Toute base de donn<6E>es';
$strAnyHost = 'Tout serveur';
$strAnyTable = 'Toute table';
$strAnyUser = 'Tout utilisateur';
$strAPrimaryKey = 'Une cl<63> primaire a <20>t<EFBFBD> ajout<75>e sur %s';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En d<>but de Table';
@@ -59,7 +59,7 @@ $strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBzip = '"bzipp<70>"';
$strCantLoadMySQL = 'ne peux charger l\'extension MySQL,<br />v<>rifiez la configuration PHP';
$strCantLoadMySQL = 'ne peux charger l\'extension MySQL,<br />v<>rifiez la configuration PHP';
$strCantRenameIdxToPrimary = 'La clef ne peut <20>tre renomm<6D>e PRIMARY&nbsp;!';
$strCardinality = 'Cardinalit<69>';
$strCarriage = 'Retour de chariot : \\r';
@@ -123,9 +123,9 @@ $strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entour<75>s par';
$strFieldsEscapedBy = 'Caract<63>re sp<73>cial';
$strFieldsTerminatedBy = 'Champs termin<69>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 <20>t<EFBFBD> cr<63><72>(e).';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHomepageSourceforge = 'Page de T<>l<EFBFBD>chargement phpMyAdmin sur Sourceforge';
$strHomepageSourceforge = 'Page de T<>l<EFBFBD>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<61>s par des virgules.';
$strIgnore = 'Ignorer';
$strIndex = 'Index';
$strIndexes = 'Index';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a <20>t<EFBFBD> effac<61>';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
@@ -231,12 +231,12 @@ $strPrimaryKeyHasBeenDropped = 'La cl
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit <20>tre PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut <20>tre</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrintView = 'Version imprimable';
$strPrivileges = 'Privil<69>ges';
$strPrivileges = 'Privil<69>ges';
$strProperties = 'Propri<72>t<EFBFBD>s';
$strQBE = 'Requ<71>te par un exemple';
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQueryOnDb = 'Requ<71>te SQL sur la base <b>%s</b>&nbsp;:';
$strRecords = 'Enregistrements';
@@ -249,14 +249,14 @@ $strRepairTable = 'R
$strReplace = 'Remplacer';
$strReplaceTable = 'Remplacer les donn<6E>es de la table avec le fichier';
$strReset = 'R<>initialiser les valeurs';
$strReType = 'Entrer <20> nouveau';
$strRevoke = 'R<>voquer';
$strReType = 'Entrer <20> nouveau';
$strRevoke = 'R<>voquer';
$strRevokeGrant = 'R<>voquer "grant option"';
$strRevokeGrantMessage = 'Vous avez r<>voqu<71> "grant option" pour %s';
$strRevokeGrantMessage = 'Vous avez r<>voqu<71> "grant option" pour %s';
$strRevokeMessage = 'Vous avez r<>voqu<71> les privil<69>ges pour %s';
$strRevokePriv = 'R<>voquer les privil<69>ges';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRevokePriv = 'R<>voquer les privil<69>ges';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'lignes <20> partir de';
$strRowSize = ' Taille enr. ';
$strRowsModeHorizontal= 'horizontal';
@@ -288,7 +288,7 @@ $strShowThisQuery = 'R
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
$strSize = 'Taille';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilis<69>';
$strSpaceUsage = 'Espace utilis<69>';
$strSQLQuery = 'requ<71>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<69>ges';
$strUsers = 'Utilisateurs et privil<69>ges';
$strUseTables = 'Utiliser les tables';
$strValue = 'Valeur';

View File

@@ -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<71> agora!';
$strNoTablesFound = 'Non se achou nengunha tabela no banco de datos';
$strNotNumber = 'Non <20> 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 <I>(gravar nun ficheiro)</I><br>';

View File

@@ -71,7 +71,7 @@ $strColumn = 'Spalte';
$strColumnNames = 'Spaltennamen';
$strCompleteInserts = 'Vollst<73>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<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.';
$strCreate = 'Erzeugen';

View File

@@ -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 <b>frames-capable</b> 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 <b>%s</b>:';
$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\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';

View File

@@ -61,7 +61,7 @@ $strBzip = '"bzipped"';
$strCantLoadMySQL = 'kan ikke starte MySQL modulen,<br />vennligst kontroller PHP konfigureringen.';
$strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!';
$strCardinality = 'Kardinalitet';
$strCardinality = 'Kardinalitet';
$strCarriage = 'Linjeskift (Mac): \\r';
$strChange = 'Endre';
$strCheckAll = 'Kontroller alle';

View File

@@ -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<6D>na u<>y<EFBFBD> go jako nazwy bazy danych/tabeli/pola.';
$strInvalidName = '"%s" jest s<>owem zarezerwowanym, nie mo<6D>na u<>y<EFBFBD> go jako nazwy bazy danych/tabeli/pola.';
$strKeepPass = 'Nie zmieniaj has<61>a';
$strKeyname = 'Nazwa klucza';
@@ -174,7 +174,7 @@ $strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLogin = 'Login';
$strLogout = 'Wylogowanie';
$strLogPassword = 'Has<61>o:';
$strLogUsername = 'U<>ytkownik:';$strRowsModeVertical=" vertical ";
$strLogUsername = 'U<>ytkownik:';$strRowsModeVertical=" vertical ";
$strModifications = 'Modyfikacje zosta<74>y zapami<6D>tane';
$strModify = 'Modifikacja';
@@ -234,7 +234,7 @@ $strPrivileges = 'Uprawnienia';
$strProperties = 'W<>asciwo<77>ci';
$strQBE = 'Zapytanie przez przyk<79>ad';
$strQBEDel = 'Usu<73>';
$strQBEDel = 'Usu<73>';
$strQBEIns = 'Wstaw';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';

View File

@@ -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<69>gios do MySQL s<>o em Ingl<67>s ';
$strEnglishPrivileges = ' Nota: os nomes dos privil<69>gios do MySQL s<>o em Ingl<67>s ';
$strError = 'Erro';
$strExtendedInserts = 'Instruc<75><63>es de inser<65><72>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<73> vazio!';
$strIdxFulltext = 'Fulltext'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, fa<66>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<72>o do servidor';
$strSetEnumVal = 'Se o tipo de campo <20> "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um ap<61>strofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';

View File

@@ -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\'...<br />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';

View File

@@ -21,37 +21,37 @@ $strAction = 'Acci&oacute;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&uacute;squeda (cuerpo de la clausula "where"):';
$strAddToIndex = 'A<>adido al indice &nbsp;%s&nbsp;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,<br />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<b>.</b>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&oacute;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&iacute;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&oacute;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&nbsp;:';
$strIndexType = 'Tipo del Indice&nbsp;:';
$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<73>a';
$strNoPrivileges = 'Sin Privilegios';
$strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!';
$strNoPassword = 'Sin Contrase<73>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&iacute;ca que &uacute;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<73>a';
$strPasswordEmpty = 'La Contrase<73>a esta vac<61>a!';
$strPasswordNotSame = 'Las contrase<73>as no coinciden!';
$strPHPVersion = 'Version del PHP';
$strPassword = 'Contrase<73>a';
$strPasswordEmpty = 'La Contrase<73>a esta vac<61>a!';
$strPasswordNotSame = 'Las contrase<73>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" <b>debe</b> ser el nombre de y <b>solo de</b> 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 <b>%s</b>:';
$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<6D>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\'...<br />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<6D>o';
$strSize = 'Tama<6D>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<6D>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,<br /> este campo puede no ser editable ';
$strTableType = 'Tipo de tabla';
$strTextAreaLength = ' Debido a su longitud,<br /> 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';

View File

@@ -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 <b>frames-capable</b> 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 <b>%s</b>:';
$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\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';

View File

@@ -201,7 +201,7 @@ $strNoModification = 'De
$strNone = 'Hi<48>biri';
$strNoPassword = '<27>ifre yok';
$strNoPrivileges = 'Ayr<79>cal<61>k yok';
$strNoQuery = 'SQL sorgusu yok!';
$strNoQuery = 'SQL sorgusu yok!';
$strNoRights = 'Burada bulunmak i<>in yeterli haklara sahip de<64>ilsiniz!';
$strNoTablesFound = 'Veritaban<61>\'nda tablo bulunamad<61>.';
$strNotNumber = 'Bu bir say<61> de<64>il!';
@@ -269,7 +269,7 @@ $strRunSQLQuery = '%s veritaban
$strSave = 'Kaydet';
$strSelect = 'Se<53>';
$strSelectADb = 'L<>tfen bir veritaban&#305; se<73>iniz';
$strSelectAll = 'T<>m<EFBFBD>n<EFBFBD> se<73>';
$strSelectAll = 'T<>m<EFBFBD>n<EFBFBD> se<73>';
$strSelectFields = 'Alan se<73> (en az bir):';
$strSelectNumRows = 'sorgu i<>erisinde';
$strSend = 'Dosya olarak kaydet';

View File

@@ -258,9 +258,9 @@ $strRowLength = '
$strRows = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsModeVertical=" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRowsModeHorizontal=" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRowsModeOptions="-<2D><> %s <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRowsModeVertical = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsModeHorizontal = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsModeOptions = '-<2D><> %s <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRunning = '<27><> %s';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -290,7 +290,7 @@ $strSort = '
$strSpaceUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strStartingRecord = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';

View File

@@ -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)) {

View File

@@ -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";
<span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
</div>
<!-- Databases and tables list -->
<?php
// Don't display expansible/collapsible database info if:
@@ -281,7 +281,7 @@ if ($num_dbs > 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 = ' <br /><br />' . $strNoTablesFound . "\n";
}
$selected = ' selected="selected"';

View File

@@ -125,7 +125,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
} // end while
?>
?>
</select>
<input type="submit" value="<?php echo $GLOBALS['strGo']; ?>" />
</form>
@@ -226,7 +226,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
<script type="text/javascript" language="javascript">
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();

View File

@@ -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

View File

@@ -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

View File

@@ -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;

View File

@@ -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)

View File

@@ -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);
}
}

View File

@@ -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

View File

@@ -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) {
<?php
/**
* Displays the mysql server related links
* Displays the mysql server related links
*/
$is_superuser = FALSE;
if ($server > 0) {
@@ -348,7 +348,7 @@ if ($server > 0) {
?>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<?php
} // end if
@@ -357,7 +357,7 @@ echo "\n";
/**
* Displays the phpMyAdmin related links
* Displays the phpMyAdmin related links
*/
?>
@@ -410,7 +410,7 @@ if (empty($cfgLang)) {
echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
}
?>
?>
</select>
<noscript><input type="submit" value="Go" /></noscript>
</form>

View File

@@ -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 : '';

View File

@@ -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)

View File

@@ -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 = '';

View File

@@ -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 ' <td align="center" bgcolor="'. $bgcolor . '">' . $strBinary . '</td>' . "\n";
} else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">--</td>' . "\n";
} else {
?>
if ((($cfgProtectBinary && $is_blob)
|| ($cfgProtectBinary == 'all' && $is_binary))
&& !empty($data)) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">' . $strBinary . '</td>' . "\n";
} else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">--</td>' . "\n";
} else {
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<select name="funcs[<?php echo urlencode($field); ?>]">
<option></option>
<?php
echo "\n";
if (!$first_timestamp) {
for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' ';
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
}
} else {
<?php
echo "\n";
if (!$first_timestamp) {
for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' ';
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
}
} else {
// for default function = NOW() on first timestamp field
// -- swix/18jul01
for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' ';
if ($cfgFunctions[$j] == 'NOW') {
echo '<option selected="selected">' . $cfgFunctions[$j] . '</option>' . "\n";
} else {
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
}
} // end for
}
?>
for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' ';
if ($cfgFunctions[$j] == 'NOW') {
echo '<option selected="selected">' . $cfgFunctions[$j] . '</option>' . "\n";
} else {
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
}
} // end for
}
?>
</select>
</td>
<?php
}
}
}
echo "\n";
@@ -302,7 +302,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
}
} else if (strstr($row_table_def['True_Type'], 'set')) {
echo ' onclick="if (this.checked) {document.forms[\'insertForm\'].elements[\'field_' . md5($field) . '[]\'].selectedIndex = -1}; return true" />' . "\n";
} else {
} else {
echo ' onclick="if (this.checked) {document.forms[\'insertForm\'].elements[\'fields[' . urlencode($field) . ']\'].value = \'\'}; return true" />' . "\n";
}
} else {

View File

@@ -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])) {

View File

@@ -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') {

View File

@@ -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')
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="db" value="<?php echo $db; ?>" />
<input type="hidden" name="table" value="<?php echo $table; ?>" />
<?php
<?php
echo "\n";
echo ' ' . $strIndexes . '&nbsp;:' . "\n";
echo ' ' . PMA_showDocuShort('O/p/Optimising_Database_Structure.html') . '<br />' ."\n";

View File

@@ -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);
}
}
/**

View File

@@ -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";
?>
<br /><br />

View File

@@ -34,9 +34,9 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
<th><?php echo $strDefault; ?></th>
<th><?php echo $strExtra; ?></th>
<?php
// We could remove this 'if' and let the key information be shown and
// editable. However, for this to work, tbl_alter must be modified
// to use the key fields, as tbl_addfield does.
// lem9: We could remove this 'if' and let the key information be shown and
// editable. However, for this to work, tbl_alter must be modified to use the
// key fields, as tbl_addfield does.
if (!$is_backup) {
echo " <th>$strPrimary</th>\n";
@@ -210,31 +210,31 @@ for ($i = 0 ; $i < $num_fields; $i++) {
</select>
</td>
<?php
// See my other comment about removing this 'if'.
// lem9: See my other comment about removing this 'if'.
if (!$is_backup) {
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";
?>
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";
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<input type="radio" name="field_key_<?php echo $i; ?>" value="primary_<?php echo $i; ?>"<?php echo $checked_primary; ?> />
</td>
@@ -247,16 +247,16 @@ for ($i = 0 ; $i < $num_fields; $i++) {
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<input type="radio" name="field_key_<?php echo $i; ?>" value="none_<?php echo $i; ?>" />
</td>
<?php
if (PMA_MYSQL_INT_VERSION >= 32323) {
echo "\n";
?>
<?php
if (PMA_MYSQL_INT_VERSION >= 32323) {
echo "\n";
?>
<td bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
<input type="checkbox" name="field_fulltext[]" value="<?php echo $i; ?>"<?php echo $checked_fulltext; ?> />
</td>
<?php
} // end if (PMA_MYSQL_INT_VERSION >= 32323)
echo "\n";
<?php
} // end if (PMA_MYSQL_INT_VERSION >= 32323)
echo "\n";
} // end if ($action ==...)
echo "\n";
?>
@@ -336,10 +336,10 @@ if ($action == 'tbl_create.php3' && PMA_MYSQL_INT_VERSION >= 32300) {
<option value="MYISAM">MyISAM</option>
<option value="HEAP">Heap</option>
<option value="MERGE">Merge</option>
<?php if (isset($tbl_bdb)) { ?><option value="BDB">Berkeley DB</option><?php }?>
<?php if (isset($tbl_gemini)) { ?><option value="GEMINI">Gemini</option><?php }?>
<?php if (isset($tbl_innodb)) { ?><option value="InnoDB">INNO DB</option><?php }?>
<?php if (isset($tbl_isam)) { ?><option value="ISAM">ISAM</option><?php }?>
<?php if (isset($tbl_bdb)) { ?><option value="BDB">Berkeley DB</option><?php } ?>
<?php if (isset($tbl_gemini)) { ?><option value="GEMINI">Gemini</option><?php } ?>
<?php if (isset($tbl_innodb)) { ?><option value="InnoDB">INNO DB</option><?php } ?>
<?php if (isset($tbl_isam)) { ?><option value="ISAM">ISAM</option><?php } ?>
</select>
</td>
<?php

View File

@@ -150,7 +150,7 @@ mysql_free_result($result);
if ($num_rows > 0) {
echo "\n";
?>
<!-- first browse links -->
<!-- first browse links -->
<p>
[ <a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table)); ?>&amp;pos=0">
<b><?php echo $strBrowse; ?></b></a> ]&nbsp;&nbsp;&nbsp;
@@ -426,7 +426,7 @@ echo "\n";
if ($fields_cnt > 20) {
if ($num_rows > 0) {
?>
<!-- Browse links -->
<!-- Browse links -->
<p>
[ <a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table)); ?>&amp;pos=0">
<b><?php echo $strBrowse; ?></b></a> ]&nbsp;&nbsp;&nbsp;
@@ -1154,10 +1154,10 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {
<select name="tbl_type" style="vertical-align: middle">
<option value="MYISAM"<?php if ($tbl_type == 'MYISAM') echo ' selected="selected"'; ?>>MyISAM</option>
<option value="HEAP"<?php if ($tbl_type == 'HEAP') echo ' selected="selected"'; ?>>Heap</option>
<?php if (isset($tbl_bdb)) { ?><option value="BDB"<?php if ($tbl_type == 'BERKELEYDB') echo ' selected="selected"'; ?>>Berkeley DB</option><?php } ?>
<?php if (isset($tbl_gemini)) { ?><option value="GEMINI"<?php if ($tbl_type == 'GEMINI') echo ' selected="selected"'; ?>>Gemini</option><?php } ?>
<?php if (isset($tbl_innodb)) { ?><option value="INNODB"<?php if ($tbl_type == 'INNODB') echo ' selected="selected"'; ?>>INNO DB</option><?php } ?>
<?php if (isset($tbl_isam)) { ?><option value="ISAM"<?php if ($tbl_type == 'ISAM') echo ' selected="selected"'; ?>>ISAM</option><?php } ?>
<?php if (isset($tbl_bdb)) { ?><option value="BDB"<?php if ($tbl_type == 'BERKELEYDB') echo ' selected="selected"'; ?>>Berkeley DB</option><?php } ?>
<?php if (isset($tbl_gemini)) { ?><option value="GEMINI"<?php if ($tbl_type == 'GEMINI') echo ' selected="selected"'; ?>>Gemini</option><?php } ?>
<?php if (isset($tbl_innodb)) { ?><option value="INNODB"<?php if ($tbl_type == 'INNODB') echo ' selected="selected"'; ?>>INNO DB</option><?php } ?>
<?php if (isset($tbl_isam)) { ?><option value="ISAM"<?php if ($tbl_type == 'ISAM') echo ' selected="selected"'; ?>>ISAM</option><?php } ?>
<option value="MERGE"<?php if ($tbl_type == 'MRG_MYISAM') echo ' selected="selected"'; ?>>Merge</option>
</select>&nbsp;
<input type="submit" name="submittype" value="<?php echo $strGo; ?>" style="vertical-align: middle" />&nbsp;

View File

@@ -667,7 +667,7 @@ $w--;
<!-- Displays the current query -->
<?php echo sprintf($strQueryOnDb, htmlspecialchars($db)); ?><br />
<textarea cols="30" rows="7" name="sql_query">
<?php
<?php
// 1. SELECT
$last_select = 0;
$encoded_qry = '';

View File

@@ -23,7 +23,7 @@ $err_url = 'tbl_properties.php3'
/**
* A new name has been submitted -> do the work
*/
if (isset($new_name) && trim($new_name) != '') {
if (isset($new_name) && trim($new_name) != '') {
$old_name = $table;
$table = $new_name;
if (get_magic_quotes_gpc()) {
@@ -44,16 +44,16 @@ if (isset($new_name) && trim($new_name) != '') {
$result = mysql_query($sql_query) or PMA_mysqlDie('', '', '', $err_url);
$message = sprintf($strRenameTableOK, $old_name, $table);
$reload = 1;
}
}
/**
* No new name for the table!
*/
else {
else {
include('./header.inc.php3');
PMA_mysqlDie($strTableEmpty, '', '', $err_url);
}
PMA_mysqlDie($strTableEmpty, '', '', $err_url);
}
/**

View File

@@ -1175,7 +1175,7 @@ else if (isset($submit_updProfile)) {
$sql_query = (empty($common_upd) ? '' : $common_upd . ', ')
. $password_field . ' = ' . (($new_pw == '') ? '\'\'' : 'PASSWORD(\'' . PMA_sqlAddslashes($new_pw) . '\')');
}
if (!empty($sql_query)) {
$common_where = ' WHERE Host = \'' . PMA_sqlAddslashes($host) . '\' AND User = \'' . PMA_sqlAddslashes($pma_user) . '\'';
$sql_query_cpy = '';