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$ $Id$
$Source$ $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> 2002-02-09 Marc Delisle <lem9@users.sourceforge.net>
* main.php3, libraries/auth/cookie.auth.lib.php3, Patch * main.php3, libraries/auth/cookie.auth.lib.php3, Patch
495360 (cookie with domain), experimental, thanks to 495360 (cookie with domain), experimental, thanks to
Piotr Roszatycki (d3xter) and Christoph (certelt). 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: * tbl_create.php3, tbl_addfield.php3, tbl_properties.inc.php3:
radio buttons for indexes. radio buttons for indexes.

View File

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

View File

@@ -68,7 +68,7 @@ $cfgServers[2]['only_db'] = '';
$cfgServers[2]['verbose'] = ''; $cfgServers[2]['verbose'] = '';
$cfgServers[2]['bookmarkdb'] = ''; $cfgServers[2]['bookmarkdb'] = '';
$cfgServers[2]['bookmarktable'] = ''; $cfgServers[2]['bookmarktable'] = '';
$cfgServers[2]['relation'] = ''; $cfgServers[2]['relation'] = '';
$cfgServers[3]['host'] = ''; $cfgServers[3]['host'] = '';
$cfgServers[3]['port'] = ''; $cfgServers[3]['port'] = '';
@@ -83,7 +83,7 @@ $cfgServers[3]['only_db'] = '';
$cfgServers[3]['verbose'] = ''; $cfgServers[3]['verbose'] = '';
$cfgServers[3]['bookmarkdb'] = ''; $cfgServers[3]['bookmarkdb'] = '';
$cfgServers[3]['bookmarktable'] = ''; $cfgServers[3]['bookmarktable'] = '';
$cfgServers[3]['relation'] = ''; $cfgServers[3]['relation'] = '';
// If you have more than one server configured, you can set $cfgServerDefault // 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, // 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 $cfgSkipLockedTables = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30) // locked tables (since MySQL 3.23.30)
$cfgShowSQL = TRUE; // show SQL queries as run $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' $cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
$cfgLoginCookieRecall = TRUE; // recall previous login in cookie auth. mode or not $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 $cfgShowTooltip = TRUE; // display table comment as tooltip in left frame
// Left frame setup // 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) // current tables in the left frame. (experimental)
// In the main frame, at startup... // In the main frame, at startup...

View File

@@ -338,7 +338,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
<?php echo $strUncheckAll; ?></a> <?php echo $strUncheckAll; ?></a>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" /> <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 <?php
echo "\n"; echo "\n";
echo ' <option value="' . $strWithChecked . '" selected="selected">' echo ' <option value="' . $strWithChecked . '" selected="selected">'
@@ -569,7 +569,7 @@ if ($num_tables > 0) {
<li> <li>
<div style="margin-bottom: 10px"><a href="tbl_qbe.php3?<?php echo $url_query; ?>"><?php echo $strQBE; ?></a></div> <div style="margin-bottom: 10px"><a href="tbl_qbe.php3?<?php echo $url_query; ?>"><?php echo $strQBE; ?></a></div>
</li> </li>
<!-- Dump of a database --> <!-- Dump of a database -->
<li> <li>
<a name="dumpdb"></a> <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 } // end of create dump if there is at least one table in the db
?> ?>
<!-- Create a new table --> <!-- Create a new table -->
<li> <li>
<form method="post" action="tbl_create.php3" <form method="post" action="tbl_create.php3"
onsubmit="return (emptyFormElements(this, 'table') && checkFormElementInRange(this, 'num_fields', 1))"> 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 ' ' . $strName . '&nbsp;:&nbsp;' . "\n";
echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n"; echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n";
echo ' ' . '<br />' . "\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 ' ' . '<input type="text" name="num_fields" size="2" />' . "\n";
echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n"; echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n";
?> ?>
@@ -734,7 +734,7 @@ echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n";
// loic1: optimized query // loic1: optimized query
$result = @mysql_query('USE mysql'); $result = @mysql_query('USE mysql');
$is_superuser = (!mysql_error()); $is_superuser = (!mysql_error());
// Display the DROP DATABASE link only if allowed to do so // Display the DROP DATABASE link only if allowed to do so
if ($cfgAllowUserDropDatabase || $is_superuser) { if ($cfgAllowUserDropDatabase || $is_superuser) {
?> ?>

View File

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

View File

@@ -1,7 +1,7 @@
<?php <?php
/* $Id$ */ /* $Id$ */
/** /**
* Gets the variables sent to this script and send headers * Gets the variables sent to this script and send headers
*/ */
require('./libraries/grab_globals.lib.php3'); require('./libraries/grab_globals.lib.php3');
@@ -203,7 +203,7 @@ if ($num_dbs > 0) {
<?php <?php
unset($url_sort); unset($url_sort);
echo "\n"; echo "\n";
$total_array[0] = 0; // number of tables $total_array[0] = 0; // number of tables
$total_array[1] = 0; // total data size $total_array[1] = 0; // total data size
$total_array[2] = 0; // total index 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][1] = 0; // data size column
$dbs_array[$db][2] = 0; // index size column $dbs_array[$db][2] = 0; // index size column
$dbs_array[$db][3] = 0; // full size column $dbs_array[$db][3] = 0; // full size column
$local_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db); $local_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db);
$result = @mysql_query($local_query); $result = @mysql_query($local_query);
// needs the "@" below otherwise, warnings in case of special DB names // 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)) { while ($row = mysql_fetch_array($result)) {
$dbs_array[$db][1] += $row['Data_length']; $dbs_array[$db][1] += $row['Data_length'];
$dbs_array[$db][2] += $row['Index_length']; $dbs_array[$db][2] += $row['Index_length'];
} }
$dbs_array[$db][3] = $dbs_array[$db][1] + $dbs_array[$db][2]; $dbs_array[$db][3] = $dbs_array[$db][1] + $dbs_array[$db][2];
$total_array[1] += $dbs_array[$db][1]; $total_array[1] += $dbs_array[$db][1];
$total_array[2] += $dbs_array[$db][2]; $total_array[2] += $dbs_array[$db][2];

View File

@@ -28,4 +28,4 @@ if (isset($cfgOBGzip) && $cfgOBGzip
&& isset($ob_mode) && $ob_mode) { && isset($ob_mode) && $ob_mode) {
PMA_outBufferPost($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/common.lib.php3');
require('./libraries/ob.lib.php3'); require('./libraries/ob.lib.php3');

View File

@@ -32,14 +32,14 @@ $strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por'; $strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela'; $strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E'; $strAnd = 'E';
$strAnIndex = 'Um <20>ndice foi adicionado a %s'; $strAnIndex = 'Um <20>ndice foi adicionado a %s';
$strAny = 'Qualquer'; $strAny = 'Qualquer';
$strAnyColumn = 'Qualquer coluna'; $strAnyColumn = 'Qualquer coluna';
$strAnyDatabase = 'Qualquer banco de dados'; $strAnyDatabase = 'Qualquer banco de dados';
$strAnyHost = 'Qualquer servidor'; $strAnyHost = 'Qualquer servidor';
$strAnyTable = 'Qualquer tabela'; $strAnyTable = 'Qualquer tabela';
$strAnyUser = 'Qualquer usu<73>rio'; $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'; $strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No come<6D>o da tabela'; $strAtBeginningOfTable = 'No come<6D>o da tabela';
$strAtEndOfTable = 'Ao fim da tabela'; $strAtEndOfTable = 'Ao fim da tabela';
@@ -106,12 +106,12 @@ $strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra'; $strExtra = 'Extra';
$strField = 'Campo'; $strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado'; $strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos'; $strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! '; $strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por'; $strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campo contornado por'; $strFieldsEscapedBy = 'Campo contornado por';
$strFieldsTerminatedBy = 'Campos terminados por'; $strFieldsTerminatedBy = 'Campos terminados por';
$strFixed = 'fixo'; $strFixed = 'fixo';
$strFormat = 'Formato'; $strFormat = 'Formato';
$strFormEmpty = 'Faltando valores do form !'; $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.'; $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por v<>rgula.';
$strIndex = '<27>ndice'; $strIndex = '<27>ndice';
$strIndexHasBeenDropped = '<27>ndice %s foi deletado'; $strIndexHasBeenDropped = '<27>ndice %s foi deletado';
$strIndexes = '<27>ndices'; $strIndexes = '<27>ndices';
$strInsert = 'Insere'; $strInsert = 'Insere';
$strInsertAsNewRow = 'Insere uma nova coluna'; $strInsertAsNewRow = 'Insere uma nova coluna';
@@ -151,7 +151,7 @@ $strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'records per page'; $strLimitNumRows = 'records per page';
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n'; $strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
$strLines = 'Linhas'; $strLines = 'Linhas';
$strLinesTerminatedBy = 'Linhas terminadas por'; $strLinesTerminatedBy = 'Linhas terminadas por';
$strLocationTextfile = 'Localiza<7A><61>o do arquivo texto'; $strLocationTextfile = 'Localiza<7A><61>o do arquivo texto';
$strLogout = 'Sair'; $strLogout = 'Sair';
@@ -197,7 +197,7 @@ $strPos1 = 'In
$strPrevious = 'Anterior'; $strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria'; $strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Chave 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'; $strPrintView = 'Visualiza<7A><61>o para Impress<73>o';
$strPrivileges = 'Privil<69>gios'; $strPrivileges = 'Privil<69>gios';
$strProperties = 'Propriedades'; $strProperties = 'Propriedades';
@@ -229,7 +229,7 @@ $strRowSize = ' Tamanho do registro ';
$strRowsStatistic = 'Estatist<73>cas da Coluna'; $strRowsStatistic = 'Estatist<73>cas da Coluna';
$strRunning = 'Rodando em %s'; $strRunning = 'Rodando em %s';
$strRunQuery = 'Envia Query'; $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'; $strSave = 'Salva';
$strSelect = 'Procura'; $strSelect = 'Procura';
@@ -248,7 +248,7 @@ $strSize = 'Tamanho';
$strSort = 'Ordena'; $strSort = 'Ordena';
$strSpaceUsage = 'Uso do espa<70>o'; $strSpaceUsage = 'Uso do espa<70>o';
$strSQLQuery = 'comando SQL'; $strSQLQuery = 'comando SQL';
$strStartingRecord = 'Registro inicial'; $strStartingRecord = 'Registro inicial';
$strStatement = 'Comandos'; $strStatement = 'Comandos';
$strStrucCSV = 'Dados CSV'; $strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados'; $strStrucData = 'Estrutura e dados';
@@ -262,8 +262,8 @@ $strSum = 'Soma';
$strTable = 'tabela '; $strTable = 'tabela ';
$strTableComments = 'Coment<6E>rios da tabela'; $strTableComments = 'Coment<6E>rios da tabela';
$strTableEmpty = 'O Nome da Tabela est<73> vazio!'; $strTableEmpty = 'O Nome da Tabela est<73> vazio!';
$strTableHasBeenDropped = 'Tabela %s foi deletada'; $strTableHasBeenDropped = 'Tabela %s foi deletada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; $strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableMaintenance = 'Tabela de Manuten<65><6E>o'; $strTableMaintenance = 'Tabela de Manuten<65><6E>o';
$strTables = '%s tabela(s)'; $strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela'; $strTableStructure = 'Estrutura da tabela';
@@ -304,7 +304,7 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyTable = 'Copy table to (database<b>.</b>table):'; $strCopyTable = 'Copy table to (database<b>.</b>table):';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strFlushTable = 'Flush the table ("FLUSH")'; $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 $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 $strKeepPass = 'Do not change the password';//to translate
$strLogin = 'Login'; $strLogin = 'Login';

View File

@@ -21,8 +21,8 @@ $strAction = 'Acci
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3) $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3) $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Afegir un camp nou'; $strAddNewField = 'Afegir un camp nou';
$strAddPriv = 'Afegir un privilegi nou'; $strAddPriv = 'Afegir un privilegi nou';
$strAddPrivMessage = 'Has afegit un privilegi nou.'; $strAddPrivMessage = 'Has afegit un privilegi nou.';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la cl<63>usula "where"):'; $strAddSearchConditions = 'Afegeix condicions de recerca (cos de la cl<63>usula "where"):';
$strAddUser = 'Afegir un usuari nou'; $strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.'; $strAddUserMessage = 'Has afegit un usuari nou.';
@@ -32,7 +32,7 @@ $strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula'; $strAnalyzeTable = 'Analitza la taula';
$strAnd = 'And'; //to translate (tbl_qbe.php3) $strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAny = 'Qualsevol'; $strAny = 'Qualsevol';
$strAnyColumn = 'Qualsevol columna'; $strAnyColumn = 'Qualsevol columna';
$strAnyDatabase = 'Qualsevol base de dades'; $strAnyDatabase = 'Qualsevol base de dades';
$strAnyHost = 'Qualsevol servidor'; $strAnyHost = 'Qualsevol servidor';
$strAnyTable = 'Qualsevol taula'; $strAnyTable = 'Qualsevol taula';
@@ -43,7 +43,7 @@ $strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs'; $strAttr = 'Atributs';
$strBack = 'Enrere'; $strBack = 'Enrere';
$strBinary = ' Binari '; $strBinary = ' Binari ';
$strBinaryDoNotEdit = ' Binari - no editeu '; $strBinaryDoNotEdit = ' Binari - no editeu ';
$strBookmarkLabel = 'Etiqueta'; $strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta SQL registrada'; $strBookmarkQuery = 'Consulta SQL registrada';
@@ -78,7 +78,7 @@ $strDeleted = 'La fila ha estat esborrada';
$strDeleteFailed = 'No s\'ha pogut esborrar!'; $strDeleteFailed = 'No s\'ha pogut esborrar!';
$strDeleteUserMessage = 'Has esborrat l\'usuari %s.'; $strDeleteUserMessage = 'Has esborrat l\'usuari %s.';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisplay = 'Mostrar'; $strDisplay = 'Mostrar';
$strDoAQuery = 'Fer un "petici<63> segons exemple" (comod<6F>: "%")'; $strDoAQuery = 'Fer un "petici<63> segons exemple" (comod<6F>: "%")';
$strDocu = 'Documentaci<63>'; $strDocu = 'Documentaci<63>';
$strDoYouReally = 'Realment vols '; $strDoYouReally = 'Realment vols ';
@@ -93,7 +93,7 @@ $strEffective = 'Efectiu';
$strEmpty = 'Buidar'; $strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).'; $strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnd = 'Final'; $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'; $strError = 'Errada';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -106,7 +106,7 @@ $strFunction = 'Funci
$strGenTime = 'Temps de generaci<63>'; $strGenTime = 'Temps de generaci<63>';
$strGo = 'Executar'; $strGo = 'Executar';
$strGrants = 'Atorgar'; $strGrants = 'Atorgar';
$strGzip = '"comprimit amb gzip"'; $strGzip = '"comprimit amb gzip"';
$strHasBeenAltered = 'ha estat alterada.'; $strHasBeenAltered = 'ha estat alterada.';
$strHasBeenCreated = 'ha estat creada.'; $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.'; $strIfYouWish = 'Si nom<6F>s vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.';
$strIndex = 'Index'; $strIndex = 'Index';
$strIndexes = 'Indexos'; $strIndexes = 'Indexos';
$strInsert = 'Inserta'; $strInsert = 'Inserta';
$strInsertAsNewRow = 'Insertar com a nova fila'; $strInsertAsNewRow = 'Insertar com a nova fila';
$strInsertNewRow = 'Inserir nova fila'; $strInsertNewRow = 'Inserir nova fila';
$strInsertTextfiles = 'Inserir fitxers de text a la taula'; $strInsertTextfiles = 'Inserir fitxers de text a la taula';
$strInUse = 'en use'; $strInUse = 'en use';
$strKeyname = 'NomClau'; $strKeyname = 'NomClau';
$strKill = 'Finalitzar'; $strKill = 'Finalitzar';
$strLength = 'Longitut'; $strLength = 'Longitut';
$strLimitNumRows = 'registres per plana'; $strLimitNumRows = 'registres per plana';
$strLineFeed = 'Salt de l<>nia: \\n'; $strLineFeed = 'Salt de l<>nia: \\n';
$strLines = 'L<>nies'; $strLines = 'L<>nies';
$strLocationTextfile = 'Ubicaci<63> del fitxer de text'; $strLocationTextfile = 'Ubicaci<63> del fitxer de text';
@@ -148,11 +148,11 @@ $strNbRecords = 'N
$strNext = 'Seg<65>ent'; $strNext = 'Seg<65>ent';
$strNo = 'No'; $strNo = 'No';
$strNoPassword = 'Sense contrassenya'; $strNoPassword = 'Sense contrassenya';
$strNoPrivileges = 'Sense privilegis'; $strNoPrivileges = 'Sense privilegis';
$strNoRights = 'No tens prou privilegis per visualitzar aquesta informaci<63>!'; $strNoRights = 'No tens prou privilegis per visualitzar aquesta informaci<63>!';
$strNoTablesFound = 'Base de dades sense taules.'; $strNoTablesFound = 'Base de dades sense taules.';
$strNotNumber = 'Aquest valor no <20>s un n<>mero!'; $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.'; $strNoUsersFound = 'No s\'han trobat usuaris.';
$strNull = 'Nul'; $strNull = 'Nul';
@@ -160,10 +160,10 @@ $strOftenQuotation = 'Marques sint
$strOptimizeTable = 'Optimitza la taula'; $strOptimizeTable = 'Optimitza la taula';
$strOptionalControls = 'Opcional. Controla com llegir o escriure car<61>cters especials.'; $strOptionalControls = 'Opcional. Controla com llegir o escriure car<61>cters especials.';
$strOptionally = 'OPCIONALMENT'; $strOptionally = 'OPCIONALMENT';
$strOr = 'O'; $strOr = 'O';
$strOverhead = 'Overhead'; $strOverhead = 'Overhead';
$strPassword = 'Contrasenya'; $strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya <20>s buida!'; $strPasswordEmpty = 'La contrasenya <20>s buida!';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!'; $strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPHPVersion = 'PHP versi<73>'; $strPHPVersion = 'PHP versi<73>';
@@ -171,32 +171,32 @@ $strPos1 = 'Inici';
$strPrevious = 'Anterior'; $strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria'; $strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Clau Prim<69>ria'; $strPrimaryKey = 'Clau Prim<69>ria';
$strPrintView = 'Imprimir vista'; $strPrintView = 'Imprimir vista';
$strPrivileges = 'Privilegis'; $strPrivileges = 'Privilegis';
$strProperties = 'Propietats'; $strProperties = 'Propietats';
$strQBE = 'Consulta segons exemple'; $strQBE = 'Consulta segons exemple';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) $strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strRecords = 'Registres'; $strRecords = 'Registres';
$strReloadFailed = 'El reinici del MySQL ha fallat'; $strReloadFailed = 'El reinici del MySQL ha fallat';
$strReloadMySQL = 'Rellegir el MySQL'; $strReloadMySQL = 'Rellegir el MySQL';
$strRememberReload = 'Recorda reiniciar el MySQL'; $strRememberReload = 'Recorda reiniciar el MySQL';
$strRenameTable = 'Renombrar les taules a'; $strRenameTable = 'Renombrar les taules a';
$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s'; $strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRepairTable = 'Reparar taula'; $strRepairTable = 'Reparar taula';
$strReplace = 'Substitu<74>r'; $strReplace = 'Substitu<74>r';
$strReplaceTable = 'Substitu<74>r les dades de la taula pel fitxer '; $strReplaceTable = 'Substitu<74>r les dades de la taula pel fitxer ';
$strReset = 'Esborrar'; $strReset = 'Esborrar';
$strReType = 'Re-escriure'; $strReType = 'Re-escriure';
$strRevoke = 'Revocar'; $strRevoke = 'Revocar';
$strRevokeGrant = 'Revocar garantia'; $strRevokeGrant = 'Revocar garantia';
$strRevokeGrantMessage = 'Has revocat la garantia de privilegis per a %s'; $strRevokeGrantMessage = 'Has revocat la garantia de privilegis per a %s';
$strRevokeMessage = 'Has revocat els privilegis per %s'; $strRevokeMessage = 'Has revocat els privilegis per %s';
$strRevokePriv = 'Revocar privilegis'; $strRevokePriv = 'Revocar privilegis';
$strRowLength = 'Longitud de fila'; $strRowLength = 'Longitud de fila';
$strRows = 'Fila'; $strRows = 'Fila';
$strRowsFrom = 'Files comen<65>ant des de'; $strRowsFrom = 'Files comen<65>ant des de';
$strRowSize = ' tamany de fila '; $strRowSize = ' tamany de fila ';
$strRowsStatistic = 'Estad<61>stica de files'; $strRowsStatistic = 'Estad<61>stica de files';
@@ -212,7 +212,7 @@ $strSequence = 'Seq.';
$strServerVersion = 'Versi<73> del servidor'; $strServerVersion = 'Versi<73> del servidor';
$strShow = 'Mostra'; $strShow = 'Mostra';
$strShowingRecords = 'Mostrant registres: '; $strShowingRecords = 'Mostrant registres: ';
$strSingly = '(singly)'; $strSingly = '(singly)';
$strSize = 'Mida'; $strSize = 'Mida';
$strSort = 'Sort'; //to translate (tbl_qbe.php3) $strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Utilitzaci<63> d\'espai'; $strSpaceUsage = 'Utilitzaci<63> d\'espai';
@@ -227,12 +227,12 @@ $strSuccess = 'La vostra comanda SQL ha estat executada amb
$strSum = 'Suma'; $strSum = 'Suma';
$strTable = 'taula '; $strTable = 'taula ';
$strTableComments = 'Comentaris de la taula'; $strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula <20>s buit!'; $strTableEmpty = 'El nom de la taula <20>s buit!';
$strTableMaintenance = 'Manteniment de la taula'; $strTableMaintenance = 'Manteniment de la taula';
$strTableStructure = 'Estructura de la taula'; $strTableStructure = 'Estructura de la taula';
$strTableType = 'Tipus de 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.'; $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'; $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.'; $strTheTerminator = 'El separador de camps.';
@@ -284,7 +284,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strFlushTable = 'Flush the table ("FLUSH")'; $strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate $strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate $strInstructions = 'Instructions';//to translate
@@ -304,7 +304,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser
$strNoModification = 'No change'; $strNoModification = 'No change';
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//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 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowsModeHorizontal = 'horizontal'; //to translate $strRowsModeHorizontal = 'horizontal'; //to translate
@@ -313,7 +313,7 @@ $strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $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\').'; $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 $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $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'; $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.'; $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>):'; $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>'; $strCreate = '<27>إ<EFBFBD>';
$strCreateIndex = '<27>s<EFBFBD>W &nbsp;%s&nbsp; <20>կ<EFBFBD><D5AF><EFBFBD><EFBFBD><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>'; $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")'; $strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate $strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate $strInstructions = 'Instructions';//to translate
@@ -306,7 +306,7 @@ $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser
$strNoModification = 'No change'; $strNoModification = 'No change';
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//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 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate $strRowSize = ' Row size '; //to translate
@@ -316,7 +316,7 @@ $strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $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\').'; $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 $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $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 '; $strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>na anglicky ';
$strError = 'Chyba'; $strError = 'Chyba';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty'; $strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra'; $strExtra = 'Extra';
$strField = 'Sloupec'; $strField = 'Sloupec';
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n'; $strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
@@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do'; $strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do';
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny'; $strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>'; $strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
$strFixed = 'pevn<76>'; $strFixed = 'pevn<76>';
$strFlushTable = 'Vypr<70>zdnit cache pro tabulku ("FLUSH")'; $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 !'; $strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i !';
$strFullText = 'Cel<65> texty'; $strFullText = 'Cel<65> texty';
$strFunction = 'Funkce'; $strFunction = 'Funkce';
$strGenTime = 'Vygenerov<6F>no:'; $strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>'; $strGo = 'Prove<76>';
$strGrants = 'Opr<70>vn<76>n<EFBFBD>'; $strGrants = 'Opr<70>vn<76>n<EFBFBD>';
$strGzip = '"zagzipov<6F>no"'; $strGzip = '"zagzipov<6F>no"';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.'; $strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.'; $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.'; $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'; $strIgnore = 'Ignorovat';
$strIndex = 'Index'; $strIndex = 'Index';
$strIndexes = 'Indexy'; $strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n'; $strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndexName = 'Jm<4A>no indexu&nbsp;:'; $strIndexName = 'Jm<4A>no indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:'; $strIndexType = 'Typ indexu&nbsp;:';
@@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek'; $strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky'; $strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInstructions = 'Instrukce'; $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.'; $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'; $strKeepPass = 'Nem<65>nit heslo';
@@ -204,8 +204,8 @@ $strNoPrivileges = '
$strNoQuery = '<27><>dn<64> SQL dotaz!'; $strNoQuery = '<27><>dn<64> SQL dotaz!';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!'; $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.'; $strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!'; $strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!'; $strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.'; $strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>'; $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.'; $strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>'; $strOptionally = 'Voliteln<6C>';
$strOr = 'nebo'; $strOr = 'nebo';
$strOverhead = 'Nav<61>c'; $strOverhead = 'Nav<61>c';
$strPartialText = 'Zkr<6B>cen<65> texty'; $strPartialText = 'Zkr<6B>cen<65> texty';
$strPassword = 'Heslo'; $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'; $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'; $strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevokePriv = 'Zru<72>it pr<70>va'; $strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku'; $strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>'; $strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od'; $strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku '; $strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical='svisl<73>m'; $strRowsModeVertical = 'svisl<73>m';
$strRowsModeHorizontal='vodorovn<76>m'; $strRowsModeHorizontal = 'vodorovn<76>m';
$strRowsModeOptions='ve %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.'; $strRowsModeOptions = 've %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>'; $strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s'; $strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
$strRunQuery = 'Prov<6F>st dotaz'; $strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s'; $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
@@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li'; $strSend = 'Po<50>li';
$strSequence = 'Sekv.'; $strSequence = 'Sekv.';
$strServerChoice = 'V<>b<EFBFBD>r serveru'; $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\').'; $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'; $strShow = 'Zobraz';
$strShowAll = 'Zobrazit v<>e'; $strShowAll = 'Zobrazit v<>e';
@@ -285,12 +285,12 @@ $strShowPHPInfo = 'Zobrazit informace o PHP';
$strShowTables = 'Zobrazit tabulky'; $strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; $strShowThisQuery = ' Zobrazit zde tento dotaz znovu ';
$strSingly = '(po jednom)'; $strSingly = '(po jednom)';
$strSize = 'Velikost'; $strSize = 'Velikost';
$strSort = '<27>adit'; $strSort = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta'; $strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz'; $strSQLQuery = 'SQL-dotaz';
$strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam'; $strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam';
$strStatement = '<27>daj'; $strStatement = '<27>daj';
$strStrucCSV = 'CSV data'; $strStrucCSV = 'CSV data';
$strStrucData = 'Strukturu a data'; $strStrucData = 'Strukturu a data';
$strStrucDrop = 'P<>idej \'DROP TABLE\''; $strStrucDrop = 'P<>idej \'DROP TABLE\'';
@@ -298,7 +298,7 @@ $strStrucExcelCSV = 'CSV data pro Ms Excel';
$strStrucOnly = 'Pouze strukturu'; $strStrucOnly = 'Pouze strukturu';
$strSubmit = 'Ode<64>li'; $strSubmit = 'Ode<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n'; $strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem'; $strSum = 'Celkem';
$strTable = 'Tabulka '; $strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce'; $strTableComments = 'Koment<6E><74>e k tabulce';
@@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr
$strUpdateProfile = 'Zm<5A>ny profilu:'; $strUpdateProfile = 'Zm<5A>ny profilu:';
$strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.'; $strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz'; $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>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a pol<6F>';
$strUser = 'U<>ivatel'; $strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!'; $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 '; $strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>na anglicky ';
$strError = 'Chyba'; $strError = 'Chyba';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty'; $strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra'; $strExtra = 'Extra';
$strField = 'Sloupec'; $strField = 'Sloupec';
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n'; $strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
@@ -123,17 +123,17 @@ $strFieldsEmpty = ' Nebyl zad
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do'; $strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65> do';
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny'; $strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>'; $strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
$strFixed = 'pevn<76>'; $strFixed = 'pevn<76>';
$strFlushTable = 'Vypr<70>zdnit cache pro tabulku ("FLUSH")'; $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 !'; $strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i !';
$strFullText = 'Cel<65> texty'; $strFullText = 'Cel<65> texty';
$strFunction = 'Funkce'; $strFunction = 'Funkce';
$strGenTime = 'Vygenerov<6F>no:'; $strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>'; $strGo = 'Prove<76>';
$strGrants = 'Opr<70>vn<76>n<EFBFBD>'; $strGrants = 'Opr<70>vn<76>n<EFBFBD>';
$strGzip = '"zagzipov<6F>no"'; $strGzip = '"zagzipov<6F>no"';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.'; $strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.'; $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.'; $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'; $strIgnore = 'Ignorovat';
$strIndex = 'Index'; $strIndex = 'Index';
$strIndexes = 'Indexy'; $strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n'; $strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndexName = 'Jm<4A>no indexu&nbsp;:'; $strIndexName = 'Jm<4A>no indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:'; $strIndexType = 'Typ indexu&nbsp;:';
@@ -157,7 +157,7 @@ $strInsertedRows = 'Vlo
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek'; $strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky'; $strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInstructions = 'Instrukce'; $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.'; $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'; $strKeepPass = 'Nem<65>nit heslo';
@@ -204,8 +204,8 @@ $strNoPrivileges = '
$strNoQuery = '<27><>dn<64> SQL dotaz!'; $strNoQuery = '<27><>dn<64> SQL dotaz!';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!'; $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.'; $strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!'; $strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!'; $strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.'; $strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>'; $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.'; $strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>'; $strOptionally = 'Voliteln<6C>';
$strOr = 'nebo'; $strOr = 'nebo';
$strOverhead = 'Nav<61>c'; $strOverhead = 'Nav<61>c';
$strPartialText = 'Zkr<6B>cen<65> texty'; $strPartialText = 'Zkr<6B>cen<65> texty';
$strPassword = 'Heslo'; $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'; $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'; $strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevokePriv = 'Zru<72>it pr<70>va'; $strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku'; $strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>'; $strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od'; $strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku '; $strRowSize = ' Velikost <20><>dku ';
$strRowsModeVertical='svisl<73>m'; $strRowsModeVertical = 'svisl<73>m';
$strRowsModeHorizontal='vodorovn<76>m'; $strRowsModeHorizontal = 'vodorovn<76>m';
$strRowsModeOptions='ve %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.'; $strRowsModeOptions = 've %s re<72>imu a opakovat hlavi<76>ky po %s <20><>dc<64>ch.';
$strRowsStatistic = 'Statistika <20><>dk<64>'; $strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s'; $strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
$strRunQuery = 'Prov<6F>st dotaz'; $strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s'; $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
@@ -275,7 +275,7 @@ $strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li'; $strSend = 'Po<50>li';
$strSequence = 'Sekv.'; $strSequence = 'Sekv.';
$strServerChoice = 'V<>b<EFBFBD>r serveru'; $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\').'; $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'; $strShow = 'Zobraz';
$strShowAll = 'Zobrazit v<>e'; $strShowAll = 'Zobrazit v<>e';
@@ -285,12 +285,12 @@ $strShowPHPInfo = 'Zobrazit informace o PHP';
$strShowTables = 'Zobrazit tabulky'; $strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; $strShowThisQuery = ' Zobrazit zde tento dotaz znovu ';
$strSingly = '(po jednom)'; $strSingly = '(po jednom)';
$strSize = 'Velikost'; $strSize = 'Velikost';
$strSort = '<27>adit'; $strSort = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta'; $strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz'; $strSQLQuery = 'SQL-dotaz';
$strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam'; $strStartingRecord = 'Po<50><6F>te<74>n<EFBFBD> z<>znam';
$strStatement = '<27>daj'; $strStatement = '<27>daj';
$strStrucCSV = 'CSV data'; $strStrucCSV = 'CSV data';
$strStrucData = 'Strukturu a data'; $strStrucData = 'Strukturu a data';
$strStrucDrop = 'P<>idej \'DROP TABLE\''; $strStrucDrop = 'P<>idej \'DROP TABLE\'';
@@ -298,7 +298,7 @@ $strStrucExcelCSV = 'CSV data pro Ms Excel';
$strStrucOnly = 'Pouze strukturu'; $strStrucOnly = 'Pouze strukturu';
$strSubmit = 'Ode<64>li'; $strSubmit = 'Ode<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n'; $strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem'; $strSum = 'Celkem';
$strTable = 'Tabulka '; $strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce'; $strTableComments = 'Koment<6E><74>e k tabulce';
@@ -324,7 +324,7 @@ $strUpdatePrivMessage = 'Byla aktualizovana opr
$strUpdateProfile = 'Zm<5A>ny profilu:'; $strUpdateProfile = 'Zm<5A>ny profilu:';
$strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.'; $strUpdateProfileMessage = 'Profil byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz'; $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>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a pol<6F>';
$strUser = 'U<>ivatel'; $strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!'; $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'; $strAddDeleteRow = 'Tilf<6C>j/Slet kriterie r<>kke';
$strAddNewField = 'Tilf<6C>j nyt felt'; $strAddNewField = 'Tilf<6C>j nyt felt';
$strAddPriv = 'Tilf<6C>j nyt privilegium'; $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):'; $strAddSearchConditions = 'Tilf<6C>j s<>gekriterier (kroppen af "WHERE" s<>tningen):';
$strAddUser = 'Tilf<6C>j en ny bruger'; $strAddUser = 'Tilf<6C>j en ny bruger';
$strAddUserMessage = 'Du har tilf<6C>jet en ny bruger.'; $strAddUserMessage = 'Du har tilf<6C>jet en ny bruger.';
@@ -35,7 +35,7 @@ $strAlterOrderBy = 'Arranger r
$strAnalyzeTable = 'Analyser tabel'; $strAnalyzeTable = 'Analyser tabel';
$strAnd = 'Og'; $strAnd = 'Og';
$strAnIndex = 'Der er tilf<6C>jet et indeks til %s'; $strAnIndex = 'Der er tilf<6C>jet et indeks til %s';
$strAny = 'Enhver'; $strAny = 'Enhver';
$strAnyColumn = 'Enhver kolonne'; $strAnyColumn = 'Enhver kolonne';
$strAnyDatabase = 'Enhver database'; $strAnyDatabase = 'Enhver database';
$strAnyHost = 'Enhver v<>rt'; $strAnyHost = 'Enhver v<>rt';
@@ -62,7 +62,7 @@ $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configur
$strCardinality = 'Kardinalitet'; $strCardinality = 'Kardinalitet';
$strCarriage = 'Carriage return: \\r'; $strCarriage = 'Carriage return: \\r';
$strChange = '<27>ndre'; $strChange = '<27>ndre';
$strCheckAll = 'Afm<66>rk alt'; $strCheckAll = 'Afm<66>rk alt';
$strCheckDbPriv = 'Tjek database privilegier'; $strCheckDbPriv = 'Tjek database privilegier';
$strCheckTable = 'Tjek tabel'; $strCheckTable = 'Tjek tabel';
$strColumn = 'Kolonne'; $strColumn = 'Kolonne';
@@ -78,7 +78,7 @@ $strCreateNewDatabase = 'Opret ny database';
$strCreateNewTable = 'Opret ny tabel i database '; $strCreateNewTable = 'Opret ny tabel i database ';
$strCriteria = 'Kriterier'; $strCriteria = 'Kriterier';
$strData = 'Data'; $strData = 'Data';
$strDatabase = 'Database: '; $strDatabase = 'Database: ';
$strDatabaseHasBeenDropped = 'Database %s er slettet.'; $strDatabaseHasBeenDropped = 'Database %s er slettet.';
$strDatabases = 'databaser'; $strDatabases = 'databaser';
@@ -90,7 +90,7 @@ $strDeleted = 'R
$strDeletedRows = 'Slettede r<>kker:'; $strDeletedRows = 'Slettede r<>kker:';
$strDeleteFailed = 'Kan ikke slette!'; $strDeleteFailed = 'Kan ikke slette!';
$strDeleteUserMessage = 'Du har slettet brugeren %s.'; $strDeleteUserMessage = 'Du har slettet brugeren %s.';
$strDescending = 'Faldende'; $strDescending = 'Faldende';
$strDisplay = 'Vis'; $strDisplay = 'Vis';
$strDisplayOrder = 'R<>kkef<65>lge af visning:'; $strDisplayOrder = 'R<>kkef<65>lge af visning:';
$strDoAQuery = 'K<>r en foresp<73>rgsel p<> felter (wildcard: "%")'; $strDoAQuery = 'K<>r en foresp<73>rgsel p<> felter (wildcard: "%")';
@@ -98,13 +98,13 @@ $strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker p<> at du vil '; $strDoYouReally = 'Er du sikker p<> at du vil ';
$strDrop = 'Slet'; $strDrop = 'Slet';
$strDropDB = 'Slet database '; $strDropDB = 'Slet database ';
$strDropTable = 'Slet tabel'; $strDropTable = 'Slet tabel';
$strDumpingData = 'Data dump for tabellen'; $strDumpingData = 'Data dump for tabellen';
$strDynamic = 'dynamisk'; $strDynamic = 'dynamisk';
$strEdit = 'Ret'; $strEdit = 'Ret';
$strEditPrivileges = 'Ret privilegier'; $strEditPrivileges = 'Ret privilegier';
$strEffective = 'Effektiv'; $strEffective = 'Effektiv';
$strEmpty = 'T<>m'; $strEmpty = 'T<>m';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen r<>kker).'; $strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen r<>kker).';
$strEnd = 'Slut'; $strEnd = 'Slut';
@@ -116,18 +116,18 @@ $strExtra = 'Ekstra';
$strField = 'Feltnavn'; $strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet'; $strFieldHasBeenDropped = 'Felt %s er slettet';
$strFields = 'Felter'; $strFields = 'Felter';
$strFieldsEmpty = ' Felttallet har ingen v<>rdi! '; $strFieldsEmpty = ' Felttallet har ingen v<>rdi! ';
$strFieldsEnclosedBy = 'Felter indrammet med'; $strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med'; $strFieldsEscapedBy = 'Felter escaped med';
$strFieldsTerminatedBy = 'Felter afsluttet med'; $strFieldsTerminatedBy = 'Felter afsluttet med';
$strFixed = 'ordnet'; $strFixed = 'ordnet';
$strFlushTable = 'Flush tabellen ("FLUSH")'; $strFlushTable = 'Flush tabellen ("FLUSH")';
$strFormat = 'Format'; //to translate $strFormat = 'Format'; //to translate
$strFormEmpty = 'Ingen v<>rdi i formularen !'; $strFormEmpty = 'Ingen v<>rdi i formularen !';
$strFullText = 'Komplette tekster'; $strFullText = 'Komplette tekster';
$strFunction = 'Funktion'; $strFunction = 'Funktion';
$strGenTime = 'Genereringstidspunkt'; $strGenTime = 'Genereringstidspunkt';
$strGo = 'Udf<64>r'; $strGo = 'Udf<64>r';
$strGrants = 'Tildelinger'; $strGrants = 'Tildelinger';
$strGzip = '"gzipped"'; //to translate $strGzip = '"gzipped"'; //to translate
@@ -138,7 +138,7 @@ $strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside '; $strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside '; $strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside ';
$strHost = 'V<>rt'; $strHost = 'V<>rt';
$strHostEmpty = 'Der er intet v<>rtsnavn!'; $strHostEmpty = 'Der er intet v<>rtsnavn!';
$strIdxFulltext = 'Fuldtekst'; $strIdxFulltext = 'Fuldtekst';
$strIfYouWish = 'Hvis du kun <20>nsker at importere nogle af tabellens kolonner, angives de med en kommasepareret felt liste.'; $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:'; $strLogUsername = 'Brugernavn:';
$strModifications = 'Rettelserne er gemt!'; $strModifications = 'Rettelserne er gemt!';
$strModify = 'Ret'; $strModify = 'Ret';
$strModifyIndexTopic = '<27>ndring af et indeks'; $strModifyIndexTopic = '<27>ndring af et indeks';
$strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):'; $strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.'; $strMoveTableOK = 'Tabel %s er flyttet til %s.';
@@ -189,7 +189,7 @@ $strName = 'Navn';
$strNbRecords = 'Antal records'; $strNbRecords = 'Antal records';
$strNext = 'N<>ste'; $strNext = 'N<>ste';
$strNo = 'Nej'; $strNo = 'Nej';
$strNoDatabases = 'Ingen databaser'; $strNoDatabases = 'Ingen databaser';
$strNoDropDatabases = '"DROP DATABASE" erkl<6B>ringer kan ikke bruges.'; $strNoDropDatabases = '"DROP DATABASE" erkl<6B>ringer kan ikke bruges.';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.'; $strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet index defineret!'; $strNoIndex = 'Intet index defineret!';
@@ -198,11 +198,11 @@ $strNone = 'Intet';
$strNoPassword = 'Intet password'; $strNoPassword = 'Intet password';
$strNoPrivileges = 'Ingen privilegier'; $strNoPrivileges = 'Ingen privilegier';
$strNoQuery = 'Ingen SQL foresp<73>rgsel!'; $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.'; $strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$strNotNumber = 'Dette er ikke et tal!'; $strNotNumber = 'Dette er ikke et tal!';
$strNotValidNumber = ' er ikke et gyldigt r<>kkenummer!'; $strNotValidNumber = ' er ikke et gyldigt r<>kkenummer!';
$strNoUsersFound = 'Ingen bruger(e) fundet.'; $strNoUsersFound = 'Ingen bruger(e) fundet.';
$strNull = 'Nulv<6C>rdi'; $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 $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.'; $strOptionalControls = 'Valgfrit. Kontrollerer hvordan specialtegn skrives eller l<>ses.';
$strOptionally = 'OPTIONALLY'; $strOptionally = 'OPTIONALLY';
$strOr = 'Eller'; $strOr = 'Eller';
$strOverhead = 'Overhead'; $strOverhead = 'Overhead';
$strPartialText = 'Delvise tekster'; $strPartialText = 'Delvise tekster';
$strPassword = 'Password'; $strPassword = 'Password';
$strPasswordEmpty = 'Der er ikke angivet noget password!'; $strPasswordEmpty = 'Der er ikke angivet noget password!';
$strPasswordNotSame = 'De to passwords er ikke ens!'; $strPasswordNotSame = 'De to passwords er ikke ens!';
$strPHPVersion = 'PHP version'; $strPHPVersion = 'PHP version';
$strPmaDocumentation = 'phpMyAdmin dokumentation'; $strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPos1 = 'Start'; $strPos1 = 'Start';
$strPrevious = 'Forrige'; $strPrevious = 'Forrige';
$strPrimary = 'Prim<69>r'; $strPrimary = 'Prim<69>r';
@@ -243,9 +243,9 @@ $strRepairTable = 'Reparer tabel';
$strReplace = 'Erstat'; $strReplace = 'Erstat';
$strReplaceTable = 'Erstat data i tabellen med filens data'; $strReplaceTable = 'Erstat data i tabellen med filens data';
$strReset = 'Nulstil'; $strReset = 'Nulstil';
$strReType = 'Skriv igen'; $strReType = 'Skriv igen';
$strRevoke = 'Tilbagekald'; $strRevoke = 'Tilbagekald';
$strRevokeGrant = 'Tilbagekald tildeling'; $strRevokeGrant = 'Tilbagekald tildeling';
$strRevokeGrantMessage = 'Du har tilbagekaldt det tildelte privilegium for %s'; $strRevokeGrantMessage = 'Du har tilbagekaldt det tildelte privilegium for %s';
$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s'; $strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevokePriv = 'Tilbagekald privilegier'; $strRevokePriv = 'Tilbagekald privilegier';
@@ -267,23 +267,23 @@ $strSelectFields = 'V
$strSelectNumRows = 'i foresp<73>rgsel'; $strSelectNumRows = 'i foresp<73>rgsel';
$strSend = 'Send'; $strSend = 'Send';
$strSequence = 'Seq.'; //to translate $strSequence = 'Seq.'; //to translate
$strServerChoice = 'Server valg'; $strServerChoice = 'Server valg';
$strServerVersion = 'Server version'; $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\').'; $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'; $strShow = 'Vis';
$strShowAll = 'Vis alt'; $strShowAll = 'Vis alt';
$strShowCols = 'Vis kolonner'; $strShowCols = 'Vis kolonner';
$strShowingRecords = 'Viser poster '; $strShowingRecords = 'Viser poster ';
$strShowPHPInfo = 'Vis PHP information'; $strShowPHPInfo = 'Vis PHP information';
$strShowTables = 'Vis tabeller'; $strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis foresp<73>rgslen her igen '; $strShowThisQuery = ' Vis foresp<73>rgslen her igen ';
$strSingly = '(enkeltvis)'; $strSingly = '(enkeltvis)';
$strSize = 'St<53>rrelse'; $strSize = 'St<53>rrelse';
$strSort = 'Sorter'; $strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug'; $strSpaceUsage = 'Pladsforbrug';
$strSQLQuery = 'SQL-foresp<73>rgsel'; $strSQLQuery = 'SQL-foresp<73>rgsel';
$strStartingRecord = 'Begyndende post'; $strStartingRecord = 'Begyndende post';
$strStatement = 'Erkl<6B>ringer'; $strStatement = 'Erkl<6B>ringer';
$strStrucCSV = 'CSV data'; $strStrucCSV = 'CSV data';
$strStrucData = 'Struturen og data'; $strStrucData = 'Struturen og data';
$strStrucDrop = 'Tilf<6C>j \'DROP TABLE\''; $strStrucDrop = 'Tilf<6C>j \'DROP TABLE\'';
@@ -291,7 +291,7 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
$strStrucOnly = 'Kun strukturen'; $strStrucOnly = 'Kun strukturen';
$strSubmit = 'Send'; $strSubmit = 'Send';
$strSuccess = 'Din SQL-foresp<73>rgsel blev udf<64>rt korrekt'; $strSuccess = 'Din SQL-foresp<73>rgsel blev udf<64>rt korrekt';
$strSum = 'Sum'; $strSum = 'Sum';
$strTable = 'Tabel: '; $strTable = 'Tabel: ';
$strTableComments = 'Tabel kommentarer'; $strTableComments = 'Tabel kommentarer';
@@ -300,7 +300,7 @@ $strTableHasBeenDropped = 'Tabel %s er slettet';
$strTableHasBeenEmptied = 'Tabel %s er t<>mt'; $strTableHasBeenEmptied = 'Tabel %s er t<>mt';
$strTableHasBeenFlushed = 'Tabel %s er blevet flushet'; $strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
$strTableMaintenance = 'Tabel vedligehold'; $strTableMaintenance = 'Tabel vedligehold';
$strTables = '%s tabel(ler)'; $strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur dump for tabellen'; $strTableStructure = 'Struktur dump for tabellen';
$strTableType = 'Tabel type'; $strTableType = 'Tabel type';
$strTextAreaLength = ' P<> grund af feltets l<>ngde,<br /> kan det muligvis ikke <20>ndres '; $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'; $strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strUser = 'Bruger'; $strUser = 'Bruger';
$strUserEmpty = 'Intet brugernavn!'; $strUserEmpty = 'Intet brugernavn!';
$strUserName = 'Brugernavn'; $strUserName = 'Brugernavn';
$strUsers = 'Brugere'; $strUsers = 'Brugere';
$strUseTables = 'Benyt tabeller'; $strUseTables = 'Benyt tabeller';

View File

@@ -91,7 +91,7 @@ $strDynamic = 'dynamisch';
$strEdit = 'Wijzigen'; $strEdit = 'Wijzigen';
$strEditPrivileges = 'Wijzig rechten'; $strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief'; $strEffective = 'Effectief';
$strEmpty = 'Legen'; $strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL retourneerde een lege result set (0 rijen).'; $strEmptyResultSet = 'MySQL retourneerde een lege result set (0 rijen).';
$strEnd = 'Einde'; $strEnd = 'Einde';
@@ -297,7 +297,7 @@ $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strFlushTable = 'Flush the table ("FLUSH")'; $strFlushTable = 'Flush the table ("FLUSH")';
$strGzip = '"gzipped"'; //to translate $strGzip = '"gzipped"'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate $strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//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'; $strShow = 'Show';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowingRecords = 'Showing rows '; $strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; $strShowThisQuery = ' Show this query here again ';

View File

@@ -282,7 +282,7 @@ $strServerChoice = 'Valitse palvelin';
$strServerVersion = 'Palvelimen versio'; $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\').'; $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>'; $strShow = 'N<>yt<79>';
$strShowAll = 'N<>yt<79> kaikki'; $strShowAll = 'N<>yt<79> kaikki';
$strShowCols = 'N<>yt<79> sarakkeet'; $strShowCols = 'N<>yt<79> sarakkeet';
$strShowingRecords = 'N<>kyvill<6C> rivit '; $strShowingRecords = 'N<>kyvill<6C> rivit ';
$strShowPHPInfo = 'N<>yt<79> tietoja PHP:n asetuksista'; $strShowPHPInfo = 'N<>yt<79> tietoja PHP:n asetuksista';

View File

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

View File

@@ -200,7 +200,7 @@ $strNoModification = 'Sen cambios';
$strNone = 'Nengun'; $strNone = 'Nengun';
$strNoPassword = 'Sen Contrasinal'; $strNoPassword = 'Sen Contrasinal';
$strNoPrivileges = 'Sen Privilexios'; $strNoPrivileges = 'Sen Privilexios';
$strNoQuery = 'Non hai procura SQL!'; $strNoQuery = 'Non hai procura SQL!';
$strNoRights = 'Non ten direitos suficientes para estar aqu<71> agora!'; $strNoRights = 'Non ten direitos suficientes para estar aqu<71> agora!';
$strNoTablesFound = 'Non se achou nengunha tabela no banco de datos'; $strNoTablesFound = 'Non se achou nengunha tabela no banco de datos';
$strNotNumber = 'Non <20> un n<>mero!'; $strNotNumber = 'Non <20> un n<>mero!';
@@ -269,7 +269,7 @@ $strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strSave = 'Gardar'; $strSave = 'Gardar';
$strSelect = 'Procurar'; $strSelect = 'Procurar';
$strSelectADb = 'Seleccione unha base de dados'; $strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo'; $strSelectAll = 'Seleccionar todo';
$strSelectFields = 'Seleccione os campos (m<>nimo 1)'; $strSelectFields = 'Seleccione os campos (m<>nimo 1)';
$strSelectNumRows = 'a procurar'; $strSelectNumRows = 'a procurar';
$strSend = 'Enviar <I>(gravar nun ficheiro)</I><br>'; $strSend = 'Enviar <I>(gravar nun ficheiro)</I><br>';

View File

@@ -71,7 +71,7 @@ $strColumn = 'Spalte';
$strColumnNames = 'Spaltennamen'; $strColumnNames = 'Spaltennamen';
$strCompleteInserts = 'Vollst<73>ndige \'INSERT\'s'; $strCompleteInserts = 'Vollst<73>ndige \'INSERT\'s';
$strConfirm = 'Bist du dir wirklich sicher?'; $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):'; $strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.'; $strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.';
$strCreate = 'Erzeugen'; $strCreate = 'Erzeugen';

View File

@@ -285,7 +285,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strFlushTable = 'Flush the table ("FLUSH")'; $strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate $strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate $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 $strNoModification = 'No change'; // To translate
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//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 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate $strRowSize = ' Row size '; //to translate
@@ -315,7 +315,7 @@ $strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $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\').'; $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 $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';

View File

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

View File

@@ -158,7 +158,7 @@ $strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli';
$strInsertedRows = 'Wprowadzone rekordy:'; $strInsertedRows = 'Wprowadzone rekordy:';
$strInstructions = 'Instrukcje'; $strInstructions = 'Instrukcje';
$strInUse = 'w u<>yciu'; $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'; $strKeepPass = 'Nie zmieniaj has<61>a';
$strKeyname = 'Nazwa klucza'; $strKeyname = 'Nazwa klucza';
@@ -174,7 +174,7 @@ $strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLogin = 'Login'; $strLogin = 'Login';
$strLogout = 'Wylogowanie'; $strLogout = 'Wylogowanie';
$strLogPassword = 'Has<61>o:'; $strLogPassword = 'Has<61>o:';
$strLogUsername = 'U<>ytkownik:';$strRowsModeVertical=" vertical "; $strLogUsername = 'U<>ytkownik:';$strRowsModeVertical=" vertical ";
$strModifications = 'Modyfikacje zosta<74>y zapami<6D>tane'; $strModifications = 'Modyfikacje zosta<74>y zapami<6D>tane';
$strModify = 'Modifikacja'; $strModify = 'Modifikacja';
@@ -234,7 +234,7 @@ $strPrivileges = 'Uprawnienia';
$strProperties = 'W<>asciwo<77>ci'; $strProperties = 'W<>asciwo<77>ci';
$strQBE = 'Zapytanie przez przyk<79>ad'; $strQBE = 'Zapytanie przez przyk<79>ad';
$strQBEDel = 'Usu<73>'; $strQBEDel = 'Usu<73>';
$strQBEIns = 'Wstaw'; $strQBEIns = 'Wstaw';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:'; $strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';

View File

@@ -110,7 +110,7 @@ $strEffective = 'Em uso';
$strEmpty = 'Limpa'; $strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).'; $strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).';
$strEnd = 'Fim'; $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'; $strError = 'Erro';
$strExtendedInserts = 'Instruc<75><63>es de inser<65><72>o m<>ltiplas'; $strExtendedInserts = 'Instruc<75><63>es de inser<65><72>o m<>ltiplas';
$strExtra = 'Extra'; // written the same in portuguese $strExtra = 'Extra'; // written the same in portuguese
@@ -142,7 +142,7 @@ $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = 'M<>quina'; $strHost = 'M<>quina';
$strHostEmpty = 'O nome da m<>quina est<73> vazio!'; $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.'; $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por virgula.';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strInUse = 'in use'; //to translate $strInUse = 'in use'; //to translate
@@ -275,7 +275,7 @@ $strSelectFields = 'Seleccione os campos (no m
$strSelectNumRows = 'in query'; //to translate $strSelectNumRows = 'in query'; //to translate
$strSend = 'envia'; $strSend = 'envia';
$strSequence = 'Seq.'; // Sequence => Sequencia, same abreviation $strSequence = 'Seq.'; // Sequence => Sequencia, same abreviation
$strServerChoice = 'Server Choice';//to translate $strServerChoice = 'Server Choice';//to translate
$strServerVersion = 'Vers<72>o do servidor'; $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\').'; $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'; $strShow = 'Mostra';

View File

@@ -143,7 +143,7 @@ $strHomepageSourceforge = 'Pagina de descarcare Sourceforge phpMyAdmin';
$strHost = 'Gazda (Host)'; $strHost = 'Gazda (Host)';
$strHostEmpty = 'Numele de gazda este gol!'; $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.'; $strIfYouWish = 'In cazul in care doriti sa incarcati numai o parte a coloanelor tabelului, specificati o lista separata prin virgula.';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIndex = 'Index'; $strIndex = 'Index';
@@ -269,7 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
$strSave = 'Salveaza'; $strSave = 'Salveaza';
$strSelect = 'Selecteaza'; $strSelect = 'Selecteaza';
$strSelectADb = 'Selectati baza de date'; $strSelectADb = 'Selectati baza de date';
$strSelectAll = 'Selecteaza tot'; $strSelectAll = 'Selecteaza tot';
$strSelectFields = 'Selecteaza campurile (cel putin unul):'; $strSelectFields = 'Selecteaza campurile (cel putin unul):';
$strSelectNumRows = 'in comanda (in query)'; $strSelectNumRows = 'in comanda (in query)';
$strSend = 'Trimite'; $strSend = 'Trimite';
@@ -278,7 +278,7 @@ $strServerChoice = 'Alegerea serverului';
$strServerVersion = 'Versiune server'; $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\').'; $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'; $strShow = 'Afiseaza';
$strShowAll = 'Arata toate'; $strShowAll = 'Arata toate';
$strShowCols = 'Arata coloanele'; $strShowCols = 'Arata coloanele';
$strShowingRecords = 'Afiseaza inregistrari'; $strShowingRecords = 'Afiseaza inregistrari';
$strShowPHPInfo = 'Arata informatia PHP'; $strShowPHPInfo = 'Arata informatia PHP';

View File

@@ -21,37 +21,37 @@ $strAction = 'Acci&oacute;n';
$strAddDeleteColumn = 'A<>adir/borrar columna de criterio'; $strAddDeleteColumn = 'A<>adir/borrar columna de criterio';
$strAddDeleteRow = 'A<>adir/borrar fila de criterio'; $strAddDeleteRow = 'A<>adir/borrar fila de criterio';
$strAddNewField = 'Insertar nuevo campo'; $strAddNewField = 'Insertar nuevo campo';
$strAddPriv = 'Agregar nuevo privilegio'; $strAddPriv = 'Agregar nuevo privilegio';
$strAddPrivMessage = 'Ud. ha a<>adido un nuevo privilegio.'; $strAddPrivMessage = 'Ud. ha a<>adido un nuevo privilegio.';
$strAddSearchConditions = 'Insertar condiciones de b&uacute;squeda (cuerpo de la clausula "where"):'; $strAddSearchConditions = 'Insertar condiciones de b&uacute;squeda (cuerpo de la clausula "where"):';
$strAddToIndex = 'A<>adido al indice &nbsp;%s&nbsp;columna(s)'; $strAddToIndex = 'A<>adido al indice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar nuevo usuario'; $strAddUser = 'Agregar nuevo usuario';
$strAddUserMessage = 'Ud. ha agregado un nuevo usuario.'; $strAddUserMessage = 'Ud. ha agregado un nuevo usuario.';
$strAffectedRows = 'Filas afectadas: '; $strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Despues %s'; $strAfter = 'Despues %s';
$strAfterInsertNewInsert = 'Insertar un nuevo registro'; $strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAll = 'Todos/as'; $strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el Order By de la tabla'; $strAlterOrderBy = 'Modificar el Order By de la tabla';
$strAnalyzeTable = 'Analizar tabla'; $strAnalyzeTable = 'Analizar tabla';
$strAnd = 'Y'; $strAnd = 'Y';
$strAnIndex = 'Un indice ha sido a<>adido en %s'; $strAnIndex = 'Un indice ha sido a<>adido en %s';
$strAny = 'cualquiera'; $strAny = 'cualquiera';
$strAnyColumn = 'Cualquier columna'; $strAnyColumn = 'Cualquier columna';
$strAnyDatabase = 'Cualquier base de datos'; $strAnyDatabase = 'Cualquier base de datos';
$strAnyHost = 'Cualquier host'; $strAnyHost = 'Cualquier host';
$strAnyTable = 'Cualquier tabla'; $strAnyTable = 'Cualquier tabla';
$strAnyUser = 'Cualquier usuario'; $strAnyUser = 'Cualquier usuario';
$strAPrimaryKey = 'Una clave primaria ha sido a<>adida en %s'; $strAPrimaryKey = 'Una clave primaria ha sido a<>adida en %s';
$strAscending = 'Ascendente'; $strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla'; $strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla'; $strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos'; $strAttr = 'Atributos';
$strBack = 'Volver'; $strBack = 'Volver';
$strBinary = ' Binario '; $strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - no editar! '; $strBinaryDoNotEdit = ' Binario - no editar! ';
$strBookmarkDeleted = 'El bookmark ha sido borrado.'; $strBookmarkDeleted = 'El bookmark ha sido borrado.';
$strBookmarkLabel = 'Etiqueta'; $strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'SQL-query guardado en favoritos'; $strBookmarkQuery = 'SQL-query guardado en favoritos';
$strBookmarkThis = 'Guardar este SQL-query en favoritos'; $strBookmarkThis = 'Guardar este SQL-query en favoritos';
$strBookmarkView = 'Solamente ver'; $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!'; $strCantRenameIdxToPrimary = 'No puedes renombrar el indice a PRIMARY!';
$strCarriage = 'Retorno de carro: \\r'; $strCarriage = 'Retorno de carro: \\r';
$strChange = 'Cambiar'; $strChange = 'Cambiar';
$strCheckAll = 'Revisar todos/as'; $strCheckAll = 'Revisar todos/as';
$strCheckDbPriv = 'Revisar privilegios de la base de datos'; $strCheckDbPriv = 'Revisar privilegios de la base de datos';
$strCheckTable = 'Revisar tabla'; $strCheckTable = 'Revisar tabla';
$strColumn = 'Columna'; $strColumn = 'Columna';
$strColumnNames = 'Nombre de columnas'; $strColumnNames = 'Nombre de columnas';
$strCompleteInserts = 'Completar los Inserts'; $strCompleteInserts = 'Completar los Inserts';
$strConfirm = 'Realmente quieres hacerlo?'; $strConfirm = 'Realmente quieres hacerlo?';
$strCookiesRequired = 'Las Cookies deben ser habilitadas pasado este punto.'; $strCookiesRequired = 'Las Cookies deben ser habilitadas pasado este punto.';
$strCopyTable = 'Copia tabla a (Base de Datos<b>.</b>tabla):'; $strCopyTable = 'Copia tabla a (Base de Datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s ha sido copiada a %s.'; $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 '; $strCreateNewTable = 'Crear nueva tabla en base de datos ';
$strCriteria = 'Criterio'; $strCriteria = 'Criterio';
$strData = 'Datos'; $strData = 'Datos';
$strDatabase = 'Base De Datos '; $strDatabase = 'Base De Datos ';
$strDatabaseHasBeenDropped = 'La Base de datos %s ha sido eliminada.'; $strDatabaseHasBeenDropped = 'La Base de datos %s ha sido eliminada.';
$strDatabases = 'Bases de datos'; $strDatabases = 'Bases de datos';
$strDatabasesStats = 'Estadisticas de la base'; $strDatabasesStats = 'Estadisticas de la base';
$strDataOnly = 'Solo datos'; $strDataOnly = 'Solo datos';
$strDefault = 'Defecto'; $strDefault = 'Defecto';
$strDelete = 'Borrar'; $strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado'; $strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas Borradas: '; $strDeletedRows = 'Filas Borradas: ';
$strDeleteFailed = 'La operacion de borrado ha fallado!'; $strDeleteFailed = 'La operacion de borrado ha fallado!';
$strDeleteUserMessage = 'Ud. ha borrado el usuario %s.'; $strDeleteUserMessage = 'Ud. ha borrado el usuario %s.';
$strDescending = 'Descendente'; $strDescending = 'Descendente';
$strDisplay = 'Mostrar'; $strDisplay = 'Mostrar';
$strDisplayOrder = 'Mostrar en este orden:'; $strDisplayOrder = 'Mostrar en este orden:';
$strDoAQuery = 'Realizar una "consulta de ejemplo" (wildcard: "%")'; $strDoAQuery = 'Realizar una "consulta de ejemplo" (wildcard: "%")';
$strDocu = 'Documentaci&oacute;n'; $strDocu = 'Documentaci&oacute;n';
@@ -100,11 +100,11 @@ $strDrop = 'Eliminar';
$strDropDB = 'Eliminar base de datos '; $strDropDB = 'Eliminar base de datos ';
$strDropTable = 'Borrar Tabla'; $strDropTable = 'Borrar Tabla';
$strDumpingData = 'Volcar la base de datos para la tabla'; $strDumpingData = 'Volcar la base de datos para la tabla';
$strDynamic = 'dinamico/a'; $strDynamic = 'dinamico/a';
$strEdit = 'Editar'; $strEdit = 'Editar';
$strEditPrivileges = 'Editar Privilegios'; $strEditPrivileges = 'Editar Privilegios';
$strEffective = 'Efectivo/a'; $strEffective = 'Efectivo/a';
$strEmpty = 'Vaciar'; $strEmpty = 'Vaciar';
$strEmptyResultSet = 'MySQL ha devuelto un valor vac&iacute;o (i.e. cero columnas).'; $strEmptyResultSet = 'MySQL ha devuelto un valor vac&iacute;o (i.e. cero columnas).';
$strEnd = 'Fin'; $strEnd = 'Fin';
@@ -121,44 +121,44 @@ $strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Campos escapados por'; $strFieldsEscapedBy = 'Campos escapados por';
$strFieldsTerminatedBy = 'Campos terminados en'; $strFieldsTerminatedBy = 'Campos terminados en';
$strFixed = 'fijo'; $strFixed = 'fijo';
$strFormat = 'Formato'; $strFormat = 'Formato';
$strFormEmpty = 'Falta un valor en el form !'; $strFormEmpty = 'Falta un valor en el form !';
$strFunction = 'Funci&oacute;n'; $strFunction = 'Funci&oacute;n';
$strGenTime = 'Tiempo de Generacion'; $strGenTime = 'Tiempo de Generacion';
$strGo = 'Siga'; $strGo = 'Siga';
$strGrants = 'Permisos'; $strGrants = 'Permisos';
$strHasBeenAltered = 'se ha Modificado.'; $strHasBeenAltered = 'se ha Modificado.';
$strHasBeenCreated = 'se ha creado.'; $strHasBeenCreated = 'se ha creado.';
$strHome = 'Home'; $strHome = 'Home';
$strHomepageOfficial = 'Pagina Oficial de phpMyAdmin'; $strHomepageOfficial = 'Pagina Oficial de phpMyAdmin';
$strHomepageSourceforge = 'Bajar phpMyAdmin de Sourceforge'; $strHomepageSourceforge = 'Bajar phpMyAdmin de Sourceforge';
$strHost = 'Host'; $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.'; $strIfYouWish = 'Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos.';
$strIndex = 'Indice'; $strIndex = 'Indice';
$strIndexes = 'Indices'; $strIndexes = 'Indices';
$strIndexHasBeenDropped = 'El indice %s ha sido eliminado'; $strIndexHasBeenDropped = 'El indice %s ha sido eliminado';
$strIndexName = 'Nombre del Indice&nbsp;:'; $strIndexName = 'Nombre del Indice&nbsp;:';
$strIndexType = 'Tipo 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.'; $strInvalidName = '"%s" es una palabra reservada, no puedes usarla como nombre de /Base de datos/tabla/campo.';
$strInsert = 'Insertar'; $strInsert = 'Insertar';
$strInsertAsNewRow = 'Insertar como una nueva fila'; $strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRows = 'Filas Insertadas:'; $strInsertedRows = 'Filas Insertadas:';
$strInsertNewRow = 'Insertar nueva fila'; $strInsertNewRow = 'Insertar nueva fila';
$strInsertTextfiles = 'Insertar archivo de texto en la tabla'; $strInsertTextfiles = 'Insertar archivo de texto en la tabla';
$strInstructions = 'Instrucciones'; $strInstructions = 'Instrucciones';
$strInUse = 'en uso'; $strInUse = 'en uso';
$strKeepPass = 'No cambiar el password'; $strKeepPass = 'No cambiar el password';
$strKeyname = 'Nombre de la clave'; $strKeyname = 'Nombre de la clave';
$strKill = 'Matar proceso'; $strKill = 'Matar proceso';
$strLength = 'Longitud'; $strLength = 'Longitud';
$strLengthSet = 'Longitud/Valores*'; $strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por pagina'; $strLimitNumRows = 'registros por pagina';
$strLineFeed = 'Retorno de carro: \\n'; $strLineFeed = 'Retorno de carro: \\n';
$strLines = 'Lineas'; $strLines = 'Lineas';
$strLinesTerminatedBy = 'Linias terminadas en'; $strLinesTerminatedBy = 'Linias terminadas en';
@@ -184,36 +184,36 @@ $strNoDatabases = 'No hay bases de datos';
$strNoDropDatabases = '"DROP DATABASE" las sentencias estan deshabilitadas.'; $strNoDropDatabases = '"DROP DATABASE" las sentencias estan deshabilitadas.';
$strNoModification = 'Sin cambios'; $strNoModification = 'Sin cambios';
$strNone = 'Ninguna'; $strNone = 'Ninguna';
$strNoPassword = 'Sin Contrase<73>a'; $strNoPassword = 'Sin Contrase<73>a';
$strNoPrivileges = 'Sin Privilegios'; $strNoPrivileges = 'Sin Privilegios';
$strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!'; $strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.'; $strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNotNumber = 'Esto no es un numero!'; $strNotNumber = 'Esto no es un numero!';
$strNotValidNumber = ' no es un numero de fila valido!'; $strNotValidNumber = ' no es un numero de fila valido!';
$strNoUsersFound = 'Usuario(s) no encontrado(s).'; $strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNull = 'Null'; $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.'; $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.'; $strOptionalControls = 'Opcional. Controla como escribir o leer caracteres especiales.';
$strOptionally = 'OPCIONALMENTE'; $strOptionally = 'OPCIONALMENTE';
$strOr = 'O'; $strOr = 'O';
$strOverhead = 'Overhead'; //to translate $strOverhead = 'Overhead'; //to translate
$strPassword = 'Contrase<73>a'; $strPassword = 'Contrase<73>a';
$strPasswordEmpty = 'La Contrase<73>a esta vac<61>a!'; $strPasswordEmpty = 'La Contrase<73>a esta vac<61>a!';
$strPasswordNotSame = 'Las contrase<73>as no coinciden!'; $strPasswordNotSame = 'Las contrase<73>as no coinciden!';
$strPHPVersion = 'Version del PHP'; $strPHPVersion = 'Version del PHP';
$strPmaDocumentation = 'Documentacion de phpMyAdmin'; $strPmaDocumentation = 'Documentacion de phpMyAdmin';
$strPos1 = 'Empezar'; $strPos1 = 'Empezar';
$strPrevious = 'Previo'; $strPrevious = 'Previo';
$strPrimary = 'Primaria'; $strPrimary = 'Primaria';
$strPrimaryKey = 'Clave Primaria'; $strPrimaryKey = 'Clave Primaria';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada'; $strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser... PRIMARY!'; $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!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>debe</b> ser el nombre de y <b>solo de</b> una clave primaria!)';
$strPrintView = 'Vista de Impresion'; $strPrintView = 'Vista de Impresion';
$strPrivileges = 'Privilegios'; $strPrivileges = 'Privilegios';
$strProperties = 'Propiedades'; $strProperties = 'Propiedades';
$strQBE = 'Consulta de ejemplo'; $strQBE = 'Consulta de ejemplo';
@@ -224,24 +224,24 @@ $strQueryOnDb = 'SQL-query en la Base de datos <b>%s</b>:';
$strRecords = 'Campos'; $strRecords = 'Campos';
$strReloadFailed = 'El reinicio de MySQL ha fallado.'; $strReloadFailed = 'El reinicio de MySQL ha fallado.';
$strReloadMySQL = 'Reinicio de MySQL'; $strReloadMySQL = 'Reinicio de MySQL';
$strRememberReload = 'Recuerde recargar el servidor.'; $strRememberReload = 'Recuerde recargar el servidor.';
$strRenameTable = 'Renombrar la tabla a'; $strRenameTable = 'Renombrar la tabla a';
$strRenameTableOK = 'Tabla %s se ha renombrado a %s'; $strRenameTableOK = 'Tabla %s se ha renombrado a %s';
$strRepairTable = 'Reparar Tabla'; $strRepairTable = 'Reparar Tabla';
$strReplace = 'Reemplazar'; $strReplace = 'Reemplazar';
$strReplaceTable = 'Reemplazar datos de tabla con archivo'; $strReplaceTable = 'Reemplazar datos de tabla con archivo';
$strReset = 'Reset'; $strReset = 'Reset';
$strReType = 'Re-escriba'; $strReType = 'Re-escriba';
$strRevoke = 'Revocar'; $strRevoke = 'Revocar';
$strRevokeGrant = 'Revocar Grant'; $strRevokeGrant = 'Revocar Grant';
$strRevokeGrantMessage = 'Ud. ha revocado el privilegio Grant para %s'; $strRevokeGrantMessage = 'Ud. ha revocado el privilegio Grant para %s';
$strRevokeMessage = 'Ud. ha revocado los privilegios para %s'; $strRevokeMessage = 'Ud. ha revocado los privilegios para %s';
$strRevokePriv = 'Revocar Privilegios'; $strRevokePriv = 'Revocar Privilegios';
$strRowLength = 'Logitud de la fila'; $strRowLength = 'Logitud de la fila';
$strRows = 'Filas'; $strRows = 'Filas';
$strRowsFrom = 'filas empezando de'; $strRowsFrom = 'filas empezando de';
$strRowSize = ' Tama<6D>o de la fila '; $strRowSize = ' Tama<6D>o de la fila ';
$strRowsStatistic = 'Estadisticas de la fila'; $strRowsStatistic = 'Estadisticas de la fila';
$strRunning = 'ejecutandose on %s'; $strRunning = 'ejecutandose on %s';
$strRunQuery = 'Ejecutar Query'; $strRunQuery = 'Ejecutar Query';
@@ -252,7 +252,7 @@ $strSelectNumRows = 'en la consulta';
$strSend = 'enviar'; $strSend = 'enviar';
$strSequence = 'Secuencia'; $strSequence = 'Secuencia';
$strServerChoice = 'Eleccion de Server'; $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\').'; $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'; $strShow = 'Mostrar';
$strShowAll = 'Mostrar todo'; $strShowAll = 'Mostrar todo';
@@ -262,12 +262,12 @@ $strShowPHPInfo = 'Mostrar informacion de PHP';
$strShowTables = 'Mostrar tablas'; $strShowTables = 'Mostrar tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez '; $strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSingly = '(solo)'; $strSingly = '(solo)';
$strSize = 'Tama<6D>o'; $strSize = 'Tama<6D>o';
$strSort = 'Ordenar'; $strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado'; $strSpaceUsage = 'Espacio utilizado';
$strSQLQuery = 'SQL-query'; $strSQLQuery = 'SQL-query';
$strStartingRecord = 'Empezando registro'; $strStartingRecord = 'Empezando registro';
$strStatement = 'Sentencias'; $strStatement = 'Sentencias';
$strStrucCSV = 'Datos CSV '; $strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos'; $strStrucData = 'Estructura y datos';
$strStrucDrop = 'A<>adir \'drop table\''; $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'; $strSum = 'Tama<6D>o de las tablas';
$strTable = 'tabla '; $strTable = 'tabla ';
$strTableComments = 'Comentarios de la Tabla'; $strTableComments = 'Comentarios de la Tabla';
$strTableEmpty = 'El nombre de la tabla esta vacio!'; $strTableEmpty = 'El nombre de la tabla esta vacio!';
$strTableHasBeenDropped = 'La tabla %s ha sido eliminada'; $strTableHasBeenDropped = 'La tabla %s ha sido eliminada';
$strTableHasBeenEmptied = 'La tabla %s ha sido vaciada'; $strTableHasBeenEmptied = 'La tabla %s ha sido vaciada';
$strTableMaintenance = 'Mantenimiento de la tabla'; $strTableMaintenance = 'Mantenimiento de la tabla';
$strTables = '%s tabla(s)'; $strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para tabla'; $strTableStructure = 'Estructura de tabla para tabla';
$strTableType = 'Tipo de tabla'; $strTableType = 'Tipo de tabla';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo puede no ser editable '; $strTextAreaLength = ' Debido a su longitud,<br /> este campo puede no ser editable ';
$strTheContent = 'El contenido de su archivo ha sido insertado.'; $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.'; $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.'; $strTheTerminator = 'El terminador de los campos.';
$strTotal = 'total'; $strTotal = 'total';
$strType = 'Tipo'; $strType = 'Tipo';
$strUncheckAll = 'Desmarcar todos'; $strUncheckAll = 'Desmarcar todos';
$strUnique = 'Unico'; $strUnique = 'Unico';
$strUpdatePrivMessage = 'Ud. a actualizado los privilegios para %s.'; $strUpdatePrivMessage = 'Ud. a actualizado los privilegios para %s.';
$strUpdateQuery = 'Modificar la Consulta'; $strUpdateQuery = 'Modificar la Consulta';
$strUsage = 'Uso'; $strUsage = 'Uso';
$strUseBackquotes = 'Usar backquotes con tablas y nombres de campo'; $strUseBackquotes = 'Usar backquotes con tablas y nombres de campo';
$strUser = 'Usuario'; $strUser = 'Usuario';
$strUserEmpty = 'El nombre de usuario esta vacio!'; $strUserEmpty = 'El nombre de usuario esta vacio!';
$strUserName = 'Nombre de Usuario'; $strUserName = 'Nombre de Usuario';
$strUsers = 'Usuarios'; $strUsers = 'Usuarios';
$strUseTables = 'Usar tablas'; $strUseTables = 'Usar tablas';
$strValue = 'Valor'; $strValue = 'Valor';

View File

@@ -286,7 +286,7 @@ $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strFlushTable = 'Flush the table ("FLUSH")'; $strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate $strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate $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 $strNoModification = 'No change'; // To translate
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//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 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRowSize = ' Row size '; //to translate $strRowSize = ' Row size '; //to translate
@@ -316,7 +316,7 @@ $strRowsModeVertical = 'vertical'; //to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $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\').'; $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 $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';

View File

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

View File

@@ -258,9 +258,9 @@ $strRowLength = '
$strRows = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strRows = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>'; $strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> '; $strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsModeVertical=" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><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> "; $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> "; $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>'; $strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRunning = '<27><> %s'; $strRunning = '<27><> %s';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $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>'; $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>'; $strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strStartingRecord = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><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>'; $strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <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>'; $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/grab_globals.lib.php3');
require('./libraries/common.lib.php3'); require('./libraries/common.lib.php3');
/** /**
* The form used to define the query has been submitted -> do the work * 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); $escaped = PMA_sqlAddslashes($escaped);
$column_name = PMA_sqlAddslashes($column_name); $column_name = PMA_sqlAddslashes($column_name);
} }
// Builds the query // Builds the query
$query = 'LOAD DATA LOCAL INFILE \'' . $textfile . '\''; $query = 'LOAD DATA LOCAL INFILE \'' . $textfile . '\'';
if (!empty($replace)) { 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/common.lib.php3');
require('./libraries/ob.lib.php3'); require('./libraries/ob.lib.php3');
@@ -171,7 +171,7 @@ echo "\n";
<span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr> <span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
</div> </div>
<!-- Databases and tables list --> <!-- Databases and tables list -->
<?php <?php
// Don't display expansible/collapsible database info if: // 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 // Light mode -> displays the select combo with databases names and the
// list of tables contained in the current database // list of tables contained in the current database
else { else {
echo "\n"; echo "\n";
// Builds the databases' names list // Builds the databases' names list
if (!empty($db_start) && $db == $db_start) { if (!empty($db_start) && $db == $db_start) {
@@ -297,7 +297,7 @@ if ($num_dbs > 1) {
} }
} // end for $t (tables list) } // end for $t (tables list)
if (!$table_list) { if (!$table_list) {
$table_list = ' <br /><br />' . $strNoTablesFound . "\n"; $table_list = ' <br /><br />' . $strNoTablesFound . "\n";
} }
$selected = ' selected="selected"'; $selected = ' selected="selected"';

View File

@@ -125,7 +125,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
echo ' '; echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n"; echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
} // end while } // end while
?> ?>
</select> </select>
<input type="submit" value="<?php echo $GLOBALS['strGo']; ?>" /> <input type="submit" value="<?php echo $GLOBALS['strGo']; ?>" />
</form> </form>
@@ -226,7 +226,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
<script type="text/javascript" language="javascript"> <script type="text/javascript" language="javascript">
var uname = document.forms['login_form'].elements['pma_username']; var uname = document.forms['login_form'].elements['pma_username'];
var pword = document.forms['login_form'].elements['pma_password']; var pword = document.forms['login_form'].elements['pma_password'];
if (uname.value == '') { if (uname.value == '') {
uname.focus(); uname.focus();
} else { } else {
pword.focus(); 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) $schema_insert = 'INSERT INTO ' . PMA_backquote(PMA_htmlFormat($table), $use_backquotes)
. ' VALUES ('; . ' VALUES (';
} }
$search = array("\x00", "\x0a", "\x0d", "\x1a"); //\x08\\x09, not required $search = array("\x00", "\x0a", "\x0d", "\x1a"); //\x08\\x09, not required
$replace = array('\0', '\n', '\r', '\Z'); $replace = array('\0', '\n', '\r', '\Z');
$current_row = 0; $current_row = 0;
@@ -211,7 +211,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
@set_time_limit($GLOBALS['cfgExecTimeLimit']); @set_time_limit($GLOBALS['cfgExecTimeLimit']);
while ($row = mysql_fetch_row($result)) { while ($row = mysql_fetch_row($result)) {
$current_row++; $current_row++;
for ($j = 0; $j < $fields_cnt; $j++) { for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j])) { if (!isset($row[$j])) {
$values[] = 'NULL'; $values[] = 'NULL';
@@ -238,7 +238,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
} }
} }
// Other inserts case // Other inserts case
else { else {
$insert_line = $schema_insert . implode(', ', $values) . ')'; $insert_line = $schema_insert . implode(', ', $values) . ')';
} }
unset($values); unset($values);
@@ -255,7 +255,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
} // end while } // end while
} // end if ($result != FALSE) } // end if ($result != FALSE)
mysql_free_result($result); mysql_free_result($result);
return TRUE; return TRUE;
} // end of the 'PMA_getTableContentFast()' function } // 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 // 2. Display mode is not "false for all elements" -> updates the
// display mode // display mode
if ($the_disp_mode != 'nnnn00000') { 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" // "CHECK/ANALYZE/REPAIR/OPTIMIZE" or an "EXPLAIN"
if ($GLOBALS['is_count'] || $GLOBALS['is_maint'] || $GLOBALS['is_explain']) { if ($GLOBALS['is_count'] || $GLOBALS['is_maint'] || $GLOBALS['is_explain']) {
$do_display['edit_lnk'] = 'nn'; // no edit link $do_display['edit_lnk'] = 'nn'; // no edit link

View File

@@ -51,7 +51,7 @@ function confirmQuery(theForm1, sqlQuery1)
return true; return true;
} }
// js1.2+ -> validation with regular expressions // js1.2+ -> validation with regular expressions
else { else {
// "DROP DATABASE" statement isn't allowed // "DROP DATABASE" statement isn't allowed
if (noDropDbMsg) { if (noDropDbMsg) {
@@ -121,7 +121,7 @@ function checkSqlQuery(theForm)
isEmpty = (theForm.elements['id_bookmark'].value == null || theForm.elements['id_bookmark'].value == ''); 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 { else {
var space_re = new RegExp('\\s+'); var space_re = new RegExp('\\s+');
isEmpty = (sqlQuery.value.replace(space_re, '') == '') ? 1 : 0; 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 form name
* @param string the element 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 * @return boolean always true
*/ */
function setSelectOptions(the_form, the_select, do_check) function setSelectOptions(the_form, the_select, do_check)
{ {
var selectObject = document.forms[the_form].elements[the_select]; var selectObject = document.forms[the_form].elements[the_select];
var selectCount = selectObject.length; var selectCount = selectObject.length;
for (var i = 0; i < selectCount; i++) { for (var i = 0; i < selectCount; i++) {
selectObject.options[i].selected = do_check; selectObject.options[i].selected = do_check;

View File

@@ -96,7 +96,7 @@ if (!defined('PMA_OB_LIB_INCLUDED')) {
* @param integer the output buffer mode * @param integer the output buffer mode
* *
* @return boolean whether data has been send from the buffer or not * @return boolean whether data has been send from the buffer or not
*/ */
function PMA_outBufferPost($mode) function PMA_outBufferPost($mode)
{ {
switch($mode) switch($mode)

View File

@@ -156,7 +156,7 @@ if (!isset($lang)) {
* Do the work! * Do the work!
*/ */
// Lang forced // Lang forced
if (!empty($cfgLang)) { if (!empty($cfgLang)) {
$lang = $cfgLang; $lang = $cfgLang;
} }
@@ -172,7 +172,7 @@ if (empty($lang) && !empty($HTTP_ACCEPT_LANGUAGE)) {
$accepted = explode(',', $HTTP_ACCEPT_LANGUAGE); $accepted = explode(',', $HTTP_ACCEPT_LANGUAGE);
$acceptedCnt = count($accepted); $acceptedCnt = count($accepted);
reset($accepted); reset($accepted);
for ($i = 0; $i < $acceptedCnt && empty($lang); $i++) { for ($i = 0; $i < $acceptedCnt && empty($lang); $i++) {
PMA_langDetect($accepted[$i], 1); PMA_langDetect($accepted[$i], 1);
} }
} }

View File

@@ -3,23 +3,23 @@
/** /**
* Zip file creation class. * Zip file creation class.
* Makes zip files. * Makes zip files.
* *
* Based on : * Based on :
* *
* http://www.zend.com/codex.php3?id=535&single=1 * http://www.zend.com/codex.php3?id=535&single=1
* By Eric Mueller (eric@themepark.com) * 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) * 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 * @access public
*/ */
class zipfile class zipfile
{ {
/** /**
* Array to store compressed data * Array to store compressed data
* *
@@ -46,7 +46,7 @@ class zipfile
* *
* @var integer $old_offset * @var integer $old_offset
*/ */
var $old_offset = 0; var $old_offset = 0;
/** /**
@@ -61,11 +61,11 @@ class zipfile
{ {
$name = str_replace('\\', '/', $name); $name = str_replace('\\', '/', $name);
$fr = "\x50\x4b\x03\x04"; $fr = "\x50\x4b\x03\x04";
$fr .= "\x14\x00"; // ver needed to extract $fr .= "\x14\x00"; // ver needed to extract
$fr .= "\x00\x00"; // gen purpose bit flag $fr .= "\x00\x00"; // gen purpose bit flag
$fr .= "\x08\x00"; // compression method $fr .= "\x08\x00"; // compression method
$fr .= "\x00\x00\x00\x00"; // last mod time and date $fr .= "\x00\x00\x00\x00"; // last mod time and date
// "local file header" segment // "local file header" segment
$unc_len = strlen($data); $unc_len = strlen($data);
@@ -80,7 +80,7 @@ class zipfile
$fr .= pack('v', 0); // extra field length $fr .= pack('v', 0); // extra field length
$fr .= $name; $fr .= $name;
// "file data" segment // "file data" segment
$fr .= $zdata; $fr .= $zdata;
// "data descriptor" segment (optional but necessary if archive is not // "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) { if ($server == 0 || count($cfgServers) > 1) {
?> ?>
@@ -153,7 +153,7 @@ if ($server == 0 || count($cfgServers) > 1) {
<?php <?php
/** /**
* Displays the mysql server related links * Displays the mysql server related links
*/ */
$is_superuser = FALSE; $is_superuser = FALSE;
if ($server > 0) { if ($server > 0) {
@@ -348,7 +348,7 @@ if ($server > 0) {
?> ?>
</table> </table>
</td> </td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<?php <?php
} // end if } // 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 ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n"; echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
} }
?> ?>
</select> </select>
<noscript><input type="submit" value="Go" /></noscript> <noscript><input type="submit" value="Go" /></noscript>
</form> </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; $view_bookmark = 0;
$sql_bookmark = isset($sql_bookmark) ? $sql_bookmark : ''; $sql_bookmark = isset($sql_bookmark) ? $sql_bookmark : '';

View File

@@ -24,7 +24,7 @@ if (!isset($err_url)) {
} }
/** /**
* Check rights in case of DROP DATABASE * Check rights in case of DROP DATABASE
* *
* This test may be bypassed if $is_js_confirmed = 1 (already checked with js) * 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)) { if (isset($submit)) {
$query = ''; $query = '';
// transform the radio button field_key into 3 arrays // Transforms the radio button field_key into 3 arrays
$field_cnt = count($field_name); $field_cnt = count($field_name);
for ($i = 0; $i < $field_cnt; ++$i) { for ($i = 0; $i < $field_cnt; ++$i) {
if (${'field_key_'.$i} == 'primary_'.$i) { if (${'field_key_' . $i} == 'primary_' . $i) {
$field_primary[]=$i; $field_primary[] = $i;
} }
if (${'field_key_'.$i} == 'index_'.$i) { if (${'field_key_' . $i} == 'index_' . $i) {
$field_index[]=$i; $field_index[] = $i;
} }
if (${'field_key_'.$i} == 'unique_'.$i) { if (${'field_key_' . $i} == 'unique_' . $i) {
$field_unique[]=$i; $field_unique[] = $i;
} }
} } // end for
// Builds the field creation statement and alters the table // Builds the field creation statement and alters the table
for ($i = 0; $i < $field_cnt; ++$i) { for ($i = 0; $i < $field_cnt; ++$i) {
if (get_magic_quotes_gpc()) { if (get_magic_quotes_gpc()) {
@@ -132,7 +132,7 @@ if (isset($submit)) {
$sql_query_cpy .= "\n" . $sql_query . ';'; $sql_query_cpy .= "\n" . $sql_query . ';';
} }
} // end if } // end if
// Builds the indexes statements and updates the table // Builds the indexes statements and updates the table
$index = ''; $index = '';
if (isset($field_index)) { if (isset($field_index)) {
@@ -148,7 +148,7 @@ if (isset($submit)) {
$sql_query_cpy .= "\n" . $sql_query . ';'; $sql_query_cpy .= "\n" . $sql_query . ';';
} }
} // end if } // end if
// Builds the uniques statements and updates the table // Builds the uniques statements and updates the table
$unique = ''; $unique = '';
if (isset($field_unique)) { if (isset($field_unique)) {
@@ -164,7 +164,7 @@ if (isset($submit)) {
$sql_query_cpy .= "\n" . $sql_query . ';'; $sql_query_cpy .= "\n" . $sql_query . ';';
} }
} // end if } // end if
// Builds the fulltext statements and updates the table // Builds the fulltext statements and updates the table
$fulltext = ''; $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 // stored or retrieved" so it does not mean that the contents is
// binary // binary
if ($cfgShowFunctionFields) { if ($cfgShowFunctionFields) {
if ((($cfgProtectBinary && $is_blob) if ((($cfgProtectBinary && $is_blob)
|| ($cfgProtectBinary == 'all' && $is_binary)) || ($cfgProtectBinary == 'all' && $is_binary))
&& !empty($data)) { && !empty($data)) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">' . $strBinary . '</td>' . "\n"; 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')) { } else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">--</td>' . "\n"; echo ' <td align="center" bgcolor="'. $bgcolor . '">--</td>' . "\n";
} else { } else {
?> ?>
<td bgcolor="<?php echo $bgcolor; ?>"> <td bgcolor="<?php echo $bgcolor; ?>">
<select name="funcs[<?php echo urlencode($field); ?>]"> <select name="funcs[<?php echo urlencode($field); ?>]">
<option></option> <option></option>
<?php <?php
echo "\n"; echo "\n";
if (!$first_timestamp) { if (!$first_timestamp) {
for ($j = 0; $j < count($cfgFunctions); $j++) { for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' '; echo ' ';
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n"; echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
} }
} else { } else {
// for default function = NOW() on first timestamp field // for default function = NOW() on first timestamp field
// -- swix/18jul01 // -- swix/18jul01
for ($j = 0; $j < count($cfgFunctions); $j++) { for ($j = 0; $j < count($cfgFunctions); $j++) {
echo ' '; echo ' ';
if ($cfgFunctions[$j] == 'NOW') { if ($cfgFunctions[$j] == 'NOW') {
echo '<option selected="selected">' . $cfgFunctions[$j] . '</option>' . "\n"; echo '<option selected="selected">' . $cfgFunctions[$j] . '</option>' . "\n";
} else { } else {
echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n"; echo '<option>' . $cfgFunctions[$j] . '</option>' . "\n";
} }
} // end for } // end for
} }
?> ?>
</select> </select>
</td> </td>
<?php <?php
} }
} }
echo "\n"; echo "\n";
@@ -302,7 +302,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
} }
} else if (strstr($row_table_def['True_Type'], 'set')) { } 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"; 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"; echo ' onclick="if (this.checked) {document.forms[\'insertForm\'].elements[\'fields[' . urlencode($field) . ']\'].value = \'\'}; return true" />' . "\n";
} }
} else { } else {

View File

@@ -34,19 +34,19 @@ mysql_select_db($db);
if (isset($submit)) { if (isset($submit)) {
$sql_query = $query_cpy = ''; $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); $field_cnt = count($field_name);
for ($i = 0; $i < $field_cnt; ++$i) { for ($i = 0; $i < $field_cnt; ++$i) {
if (${'field_key_'.$i} == 'primary_'.$i) { if (${'field_key_' . $i} == 'primary_' . $i) {
$field_primary[]=$i; $field_primary[] = $i;
} }
if (${'field_key_'.$i} == 'index_'.$i) { if (${'field_key_' . $i} == 'index_' . $i) {
$field_index[]=$i; $field_index[] = $i;
} }
if (${'field_key_'.$i} == 'unique_'.$i) { if (${'field_key_' . $i} == 'unique_' . $i) {
$field_unique[]=$i; $field_unique[] = $i;
} }
} } // end for
// Builds the fields creation statements // Builds the fields creation statements
for ($i = 0; $i < $field_cnt; $i++) { for ($i = 0; $i < $field_cnt; $i++) {
if (empty($field_name[$i])) { if (empty($field_name[$i])) {

View File

@@ -293,7 +293,7 @@ if (isset($zip) && $zip == 'zip') {
else if (isset($bzip) && $bzip == 'bzip') { else if (isset($bzip) && $bzip == 'bzip') {
if (PMA_PHP_INT_VERSION >= 40004 && @function_exists('bzcompress')) { if (PMA_PHP_INT_VERSION >= 40004 && @function_exists('bzcompress')) {
echo bzcompress($dump_buffer); echo bzcompress($dump_buffer);
} }
} }
// 3. as a gzipped file // 3. as a gzipped file
else if (isset($gzip) && $gzip == 'gzip') { else if (isset($gzip) && $gzip == 'gzip') {

View File

@@ -146,7 +146,7 @@ if (get_magic_quotes_gpc()) {
} }
} // end if } // end if
/** /**
* Do run the query to build the new index and moves back to * Do run the query to build the new index and moves back to
* "tbl_properties.php3" * "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="server" value="<?php echo $server; ?>" />
<input type="hidden" name="db" value="<?php echo $db; ?>" /> <input type="hidden" name="db" value="<?php echo $db; ?>" />
<input type="hidden" name="table" value="<?php echo $table; ?>" /> <input type="hidden" name="table" value="<?php echo $table; ?>" />
<?php <?php
echo "\n"; echo "\n";
echo ' ' . $strIndexes . '&nbsp;:' . "\n"; echo ' ' . $strIndexes . '&nbsp;:' . "\n";
echo ' ' . PMA_showDocuShort('O/p/Optimising_Database_Structure.html') . '<br />' ."\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); $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']); $result = mysql_query($sql_insert) or PMA_mysqlDie('', $sql_insert, '', $GLOBALS['err_url']);
$sql_insert_data .= $sql_insert . ';' . "\n"; $sql_insert_data .= $sql_insert . ';' . "\n";
} // end of the 'PMA_myHandler()' function } // end of the 'PMA_myHandler()' function
@@ -135,7 +135,7 @@ if (isset($new_name) && trim($new_name) != '') {
else { else {
include('./header.inc.php3'); include('./header.inc.php3');
PMA_mysqlDie($strTableEmpty, '', '', $err_url); PMA_mysqlDie($strTableEmpty, '', '', $err_url);
} }
/** /**

View File

@@ -41,7 +41,7 @@ mysql_select_db($db);
if (isset($selected_tbl) && is_array($selected_tbl)) { if (isset($selected_tbl) && is_array($selected_tbl)) {
$the_tables = $selected_tbl; $the_tables = $selected_tbl;
} else if (isset($table)) { } else if (isset($table)) {
$the_tables[] = $table; $the_tables[] = $table;
} }
$multi_tables = (count($the_tables) > 1); $multi_tables = (count($the_tables) > 1);
@@ -232,7 +232,7 @@ while (list($key, $table) = each($the_tables)) {
? count($indexes) ? count($indexes)
: 0; : 0;
if ($index_count > 0) { if ($index_count > 0) {
echo "\n"; echo "\n";
?> ?>
<br /><br /> <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 $strDefault; ?></th>
<th><?php echo $strExtra; ?></th> <th><?php echo $strExtra; ?></th>
<?php <?php
// We could remove this 'if' and let the key information be shown and // 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 // editable. However, for this to work, tbl_alter must be modified to use the
// to use the key fields, as tbl_addfield does. // key fields, as tbl_addfield does.
if (!$is_backup) { if (!$is_backup) {
echo " <th>$strPrimary</th>\n"; echo " <th>$strPrimary</th>\n";
@@ -210,31 +210,31 @@ for ($i = 0 ; $i < $num_fields; $i++) {
</select> </select>
</td> </td>
<?php <?php
// See my other comment about removing this 'if'. // lem9: See my other comment about removing this 'if'.
if (!$is_backup) { if (!$is_backup) {
if (isset($row) && isset($row['Key']) && $row['Key'] == 'PRI') { if (isset($row) && isset($row['Key']) && $row['Key'] == 'PRI') {
$checked_primary = ' checked="checked"'; $checked_primary = ' checked="checked"';
} else { } else {
$checked_primary = ''; $checked_primary = '';
} }
if (isset($row) && isset($row['Key']) && $row['Key'] == 'MUL') { if (isset($row) && isset($row['Key']) && $row['Key'] == 'MUL') {
$checked_index = ' checked="checked"'; $checked_index = ' checked="checked"';
} else { } else {
$checked_index = ''; $checked_index = '';
} }
if (isset($row) && isset($row['Key']) && $row['Key'] == 'UNI') { if (isset($row) && isset($row['Key']) && $row['Key'] == 'UNI') {
$checked_unique = ' checked="checked"'; $checked_unique = ' checked="checked"';
} else { } else {
$checked_unique = ''; $checked_unique = '';
} }
if (PMA_MYSQL_INT_VERSION >= 32323 if (PMA_MYSQL_INT_VERSION >= 32323
&&(isset($row) && isset($row['Comment']) && $row['Comment'] == 'FULLTEXT')) { &&(isset($row) && isset($row['Comment']) && $row['Comment'] == 'FULLTEXT')) {
$checked_fulltext = ' checked="checked"'; $checked_fulltext = ' checked="checked"';
} else { } else {
$checked_fulltext = ''; $checked_fulltext = '';
} }
echo "\n"; echo "\n";
?> ?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>"> <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; ?> /> <input type="radio" name="field_key_<?php echo $i; ?>" value="primary_<?php echo $i; ?>"<?php echo $checked_primary; ?> />
</td> </td>
@@ -247,16 +247,16 @@ for ($i = 0 ; $i < $num_fields; $i++) {
<td align="center" bgcolor="<?php echo $bgcolor; ?>"> <td align="center" bgcolor="<?php echo $bgcolor; ?>">
<input type="radio" name="field_key_<?php echo $i; ?>" value="none_<?php echo $i; ?>" /> <input type="radio" name="field_key_<?php echo $i; ?>" value="none_<?php echo $i; ?>" />
</td> </td>
<?php <?php
if (PMA_MYSQL_INT_VERSION >= 32323) { if (PMA_MYSQL_INT_VERSION >= 32323) {
echo "\n"; echo "\n";
?> ?>
<td bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap"> <td bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
<input type="checkbox" name="field_fulltext[]" value="<?php echo $i; ?>"<?php echo $checked_fulltext; ?> /> <input type="checkbox" name="field_fulltext[]" value="<?php echo $i; ?>"<?php echo $checked_fulltext; ?> />
</td> </td>
<?php <?php
} // end if (PMA_MYSQL_INT_VERSION >= 32323) } // end if (PMA_MYSQL_INT_VERSION >= 32323)
echo "\n"; echo "\n";
} // end if ($action ==...) } // end if ($action ==...)
echo "\n"; echo "\n";
?> ?>
@@ -336,10 +336,10 @@ if ($action == 'tbl_create.php3' && PMA_MYSQL_INT_VERSION >= 32300) {
<option value="MYISAM">MyISAM</option> <option value="MYISAM">MyISAM</option>
<option value="HEAP">Heap</option> <option value="HEAP">Heap</option>
<option value="MERGE">Merge</option> <option value="MERGE">Merge</option>
<?php if (isset($tbl_bdb)) { ?><option value="BDB">Berkeley DB</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_gemini)) { ?><option value="GEMINI">Gemini</option><?php } ?>
<?php if (isset($tbl_innodb)) { ?><option value="InnoDB">INNO DB</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_isam)) { ?><option value="ISAM">ISAM</option><?php } ?>
</select> </select>
</td> </td>
<?php <?php

View File

@@ -150,7 +150,7 @@ mysql_free_result($result);
if ($num_rows > 0) { if ($num_rows > 0) {
echo "\n"; echo "\n";
?> ?>
<!-- first browse links --> <!-- first browse links -->
<p> <p>
[ <a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table)); ?>&amp;pos=0"> [ <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; <b><?php echo $strBrowse; ?></b></a> ]&nbsp;&nbsp;&nbsp;
@@ -426,7 +426,7 @@ echo "\n";
if ($fields_cnt > 20) { if ($fields_cnt > 20) {
if ($num_rows > 0) { if ($num_rows > 0) {
?> ?>
<!-- Browse links --> <!-- Browse links -->
<p> <p>
[ <a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table)); ?>&amp;pos=0"> [ <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; <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"> <select name="tbl_type" style="vertical-align: middle">
<option value="MYISAM"<?php if ($tbl_type == 'MYISAM') echo ' selected="selected"'; ?>>MyISAM</option> <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> <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_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_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_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_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> <option value="MERGE"<?php if ($tbl_type == 'MRG_MYISAM') echo ' selected="selected"'; ?>>Merge</option>
</select>&nbsp; </select>&nbsp;
<input type="submit" name="submittype" value="<?php echo $strGo; ?>" style="vertical-align: middle" />&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 --> <!-- Displays the current query -->
<?php echo sprintf($strQueryOnDb, htmlspecialchars($db)); ?><br /> <?php echo sprintf($strQueryOnDb, htmlspecialchars($db)); ?><br />
<textarea cols="30" rows="7" name="sql_query"> <textarea cols="30" rows="7" name="sql_query">
<?php <?php
// 1. SELECT // 1. SELECT
$last_select = 0; $last_select = 0;
$encoded_qry = ''; $encoded_qry = '';

View File

@@ -23,7 +23,7 @@ $err_url = 'tbl_properties.php3'
/** /**
* A new name has been submitted -> do the work * 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; $old_name = $table;
$table = $new_name; $table = $new_name;
if (get_magic_quotes_gpc()) { 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); $result = mysql_query($sql_query) or PMA_mysqlDie('', '', '', $err_url);
$message = sprintf($strRenameTableOK, $old_name, $table); $message = sprintf($strRenameTableOK, $old_name, $table);
$reload = 1; $reload = 1;
} }
/** /**
* No new name for the table! * No new name for the table!
*/ */
else { else {
include('./header.inc.php3'); 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 . ', ') $sql_query = (empty($common_upd) ? '' : $common_upd . ', ')
. $password_field . ' = ' . (($new_pw == '') ? '\'\'' : 'PASSWORD(\'' . PMA_sqlAddslashes($new_pw) . '\')'); . $password_field . ' = ' . (($new_pw == '') ? '\'\'' : 'PASSWORD(\'' . PMA_sqlAddslashes($new_pw) . '\')');
} }
if (!empty($sql_query)) { if (!empty($sql_query)) {
$common_where = ' WHERE Host = \'' . PMA_sqlAddslashes($host) . '\' AND User = \'' . PMA_sqlAddslashes($pma_user) . '\''; $common_where = ' WHERE Host = \'' . PMA_sqlAddslashes($host) . '\' AND User = \'' . PMA_sqlAddslashes($pma_user) . '\'';
$sql_query_cpy = ''; $sql_query_cpy = '';