Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
March 2011
- 6 participants
- 171 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1096-gfecfe76
by Dieter Adriaenssens 29 Mar '11
by Dieter Adriaenssens 29 Mar '11
29 Mar '11
The branch, master has been updated
via fecfe761f9afee15bb083c9ad96e1d83e67a38e9 (commit)
from 6acf4acd254e73d07c6bed2d7dd01519901a6670 (commit)
- Log -----------------------------------------------------------------
commit fecfe761f9afee15bb083c9ad96e1d83e67a38e9
Author: Dieter Adriaenssens <ruleant(a)users.sourceforge.net>
Date: Tue Mar 29 10:02:02 2011 +0200
drop Devel: prefix in links to wiki
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 6 +++---
libraries/import.lib.php | 4 ++--
scripts/create-release.sh | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index d3f68cd..af3c44b 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4315,7 +4315,7 @@ chmod o+rwx tmp
<h4 id="faq6_29">
<a href="#faq6_29">6.29 Why can't I get a chart from my query result table?</a></h4>
-<p> Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the <a href="http://wiki.phpmyadmin.net/pma/Devel:Charts#Data_formats_for_query_results_…">wiki</a>.</p>
+<p> Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the <a href="http://wiki.phpmyadmin.net/pma/Charts#Data_formats_for_query_results_chart">wiki</a>.</p>
<h3 id="faqproject">phpMyAdmin project</h3>
@@ -4343,7 +4343,7 @@ chmod o+rwx tmp
<code>po/LANG_CODE.po</code> for your language (you can use
<code>msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code>
to do this) or ask on the mailing list to add the translation to the web
- interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators">our wiki</a>.
+ interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Gettext_for_translators">our wiki</a>.
</p>
<p>
Please note that we try not to use HTML entities like &eacute; in
@@ -4394,7 +4394,7 @@ chmod o+rwx tmp
</li>
</ol>
-<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Git">our wiki</a>.</p>
+<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Git">our wiki</a>.</p>
<p> Write access to the repository is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
diff --git a/libraries/import.lib.php b/libraries/import.lib.php
index f0a431e..a7d0b5e 100644
--- a/libraries/import.lib.php
+++ b/libraries/import.lib.php
@@ -773,7 +773,7 @@ function PMA_detectType($last_cumulative_type, &$cell) {
* Determines if the column types are int, decimal, or string
*
*
- * @link http://wiki.phpmyadmin.net/pma/Devel:Import
+ * @link http://wiki.phpmyadmin.net/pma/Import
*
* @todo Handle the error case more elegantly
*
@@ -881,7 +881,7 @@ $import_notice = NULL;
* as necessary, as well as insert all the data.
*
*
- * @link http://wiki.phpmyadmin.net/pma/Devel:Import
+ * @link http://wiki.phpmyadmin.net/pma/Import
*
* @access public
*
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 5846662..78d2c45 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -4,7 +4,7 @@
#
# More documentation about making a release is available at:
-# http://wiki.phpmyadmin.net/pma/Devel:Releasing
+# http://wiki.phpmyadmin.net/pma/Releasing
# Fail on undefined variables
set -u
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 039f02760b5de3b3a4aaf11a057565f6f32ce187
by Michal Čihař 28 Mar '11
by Michal Čihař 28 Mar '11
28 Mar '11
The branch, master has been updated
via 039f02760b5de3b3a4aaf11a057565f6f32ce187 (commit)
via b198bab77d77ed7a96af5ff1894bb8e3248b32c8 (commit)
via 2022629db3760fa578629a3d497f0e2cce9066ff (commit)
via 096f85401b0b3f60807e8c122cc380b35ce52847 (commit)
via e6642e37cb03d94f527ce793414d4066d1b3c4c6 (commit)
via 2ec9f0f04c0beb60d3423a729cb1decf82c325be (commit)
via a2793736afcba367888bf123e1000eb44a35a7a4 (commit)
via dc8319940e2e6f782c73f30e7c2953be753a81be (commit)
via af7b81b3a4940ffa01ad31c8b974fbe65f6b47dc (commit)
via 2a51e272c923c67fe586e94d98dcb579dd3109c6 (commit)
via 127fdb33b1fa01ac0df71bcdd6f05c30847015af (commit)
via db2743fb9bd1c18dbbd1a6ca9586868ad4418bca (commit)
via b5280c506a2fcf3df98df06023b36e741d3bccb4 (commit)
via df8003257f7477af0e0f25fac787e93b8996b4ec (commit)
via 2e2d6b32a9b4dcd51e81f4d5f9f9b58be0267b48 (commit)
via f41933785ea23a3da0115c6225b4a73db42655d5 (commit)
via 282c7026fcec16b28829d145139a37b1d5043f4b (commit)
via d65941632e4f6996d73b2882df9e743817c74ce4 (commit)
via 0ef5b8f10b61340f1497f9c74a2e1c0697e87e11 (commit)
via 4ec3a70e0ca2f8a6a90f78b992bdd13c1a5c686c (commit)
via 1d48e27c46d7376d3f0a259bc1bacfa0e4079364 (commit)
via e2e79f04181fc40496444a05c8fc30b64be41a40 (commit)
via ad6b4e62fe10ab4dbd60a4a72414ebe153bbcadc (commit)
via 032502cde50193397b844c9c3a77658549b4cf4a (commit)
via cd190e4576368ffb321293721e9843edb43dd942 (commit)
via a2d2f57db22b02861c1d6459767c0c74d6235aa7 (commit)
via c234945d036edc8de6f538b2ba570ca31564d346 (commit)
via dec47342f24a2f564633bf2d70e500ef62b44f19 (commit)
via e296b6334910b90c9d6fbf2f82326ba26648d2fc (commit)
via 75884b2a589d5c77b573f8535f465dd3172b7b6d (commit)
via 697784e712344eb59405cf8ddfda90c7334321dd (commit)
from 1ea4811f9927be531ab0575296bfb407bf512200 (commit)
- Log -----------------------------------------------------------------
commit 039f02760b5de3b3a4aaf11a057565f6f32ce187
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Mar 28 14:31:31 2011 +0200
Generated doc
commit b198bab77d77ed7a96af5ff1894bb8e3248b32c8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:57:20 2011 +0200
Translation update done using Pootle.
commit 2022629db3760fa578629a3d497f0e2cce9066ff
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:50:21 2011 +0200
Translation update done using Pootle.
commit 096f85401b0b3f60807e8c122cc380b35ce52847
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:49:00 2011 +0200
Translation update done using Pootle.
commit e6642e37cb03d94f527ce793414d4066d1b3c4c6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:34:24 2011 +0200
Translation update done using Pootle.
commit 2ec9f0f04c0beb60d3423a729cb1decf82c325be
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:24:21 2011 +0200
Translation update done using Pootle.
commit a2793736afcba367888bf123e1000eb44a35a7a4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:24:12 2011 +0200
Translation update done using Pootle.
commit dc8319940e2e6f782c73f30e7c2953be753a81be
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:23:33 2011 +0200
Translation update done using Pootle.
commit af7b81b3a4940ffa01ad31c8b974fbe65f6b47dc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 12:22:18 2011 +0200
Translation update done using Pootle.
commit 2a51e272c923c67fe586e94d98dcb579dd3109c6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:57:56 2011 +0200
Translation update done using Pootle.
commit 127fdb33b1fa01ac0df71bcdd6f05c30847015af
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:57:25 2011 +0200
Translation update done using Pootle.
commit db2743fb9bd1c18dbbd1a6ca9586868ad4418bca
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:56:47 2011 +0200
Translation update done using Pootle.
commit b5280c506a2fcf3df98df06023b36e741d3bccb4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:55:53 2011 +0200
Translation update done using Pootle.
commit df8003257f7477af0e0f25fac787e93b8996b4ec
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:54:43 2011 +0200
Translation update done using Pootle.
commit 2e2d6b32a9b4dcd51e81f4d5f9f9b58be0267b48
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:54:02 2011 +0200
Translation update done using Pootle.
commit f41933785ea23a3da0115c6225b4a73db42655d5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:53:16 2011 +0200
Translation update done using Pootle.
commit 282c7026fcec16b28829d145139a37b1d5043f4b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:53:05 2011 +0200
Translation update done using Pootle.
commit d65941632e4f6996d73b2882df9e743817c74ce4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:52:32 2011 +0200
Translation update done using Pootle.
commit 0ef5b8f10b61340f1497f9c74a2e1c0697e87e11
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:51:47 2011 +0200
Translation update done using Pootle.
commit 4ec3a70e0ca2f8a6a90f78b992bdd13c1a5c686c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:50:07 2011 +0200
Translation update done using Pootle.
commit 1d48e27c46d7376d3f0a259bc1bacfa0e4079364
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:49:43 2011 +0200
Translation update done using Pootle.
commit e2e79f04181fc40496444a05c8fc30b64be41a40
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:49:12 2011 +0200
Translation update done using Pootle.
commit ad6b4e62fe10ab4dbd60a4a72414ebe153bbcadc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:48:48 2011 +0200
Translation update done using Pootle.
commit 032502cde50193397b844c9c3a77658549b4cf4a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:48:29 2011 +0200
Translation update done using Pootle.
commit cd190e4576368ffb321293721e9843edb43dd942
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:48:16 2011 +0200
Translation update done using Pootle.
commit a2d2f57db22b02861c1d6459767c0c74d6235aa7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:48:00 2011 +0200
Translation update done using Pootle.
commit c234945d036edc8de6f538b2ba570ca31564d346
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:47:10 2011 +0200
Translation update done using Pootle.
commit dec47342f24a2f564633bf2d70e500ef62b44f19
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:47:03 2011 +0200
Translation update done using Pootle.
commit e296b6334910b90c9d6fbf2f82326ba26648d2fc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:46:28 2011 +0200
Translation update done using Pootle.
commit 75884b2a589d5c77b573f8535f465dd3172b7b6d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:44:25 2011 +0200
Translation update done using Pootle.
commit 697784e712344eb59405cf8ddfda90c7334321dd
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 28 07:44:18 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/es/Documentation.html | 168 ++++++++++++++++++++++--------------------
po/es.po | 99 ++++++++++++++++++++++---
2 files changed, 175 insertions(+), 92 deletions(-)
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index 03af1a8..648e0a4 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -3455,116 +3455,124 @@ de conexión.<br />
correctamente y MySQL utilizará la conexión <abbr title="Transmission
Control Protocol">TCP</abbr>.</p>
-<h4 id="faqthemes"><a href="#faqthemes">2.7 Using and creating themes</a></h4>
+<h4 id="faqthemes"><a href="#faqthemes">2.7 Creando y utilizando temas</a></h4>
-<p> Themes are configured with <a href="#cfg_ThemePath"
+<p> Los temas se configuran con <a href="#cfg_ThemePath"
class="configrule">$cfg['ThemePath']</a>, <a href="#cfg_ThemeManager"
-class="configrule">$cfg['ThemeManager']</a> and <a href="#cfg_ThemeDefault"
+class="configrule">$cfg['ThemeManager']</a> y <a href="#cfg_ThemeDefault"
class="configrule">$cfg['ThemeDefault']</a>.<br />
<br />
- Under <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>, you
-should not delete the directory "original" or its underlying
-structure, because this is the system theme used by phpMyAdmin.
-"original" contains all images and styles, for backwards
-compatibility and for all themes that would not include images or css-files.
+ Con <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a> no se
+debería de borrar el directorio "original" o su estructura interna
+ya que es el tema de sistema utilizado por phpMyAdmin. "original"
+contiene todas las imágenes y estilos para compatibilidad y para aquellos
+temas que no incluyen imágenes o archivos CSS.
<br /><br />
- If <a href="#cfg_ThemeManager" class="configrule">$cfg['ThemeManager']</a>
-is enabled, you can select your favorite theme on the main page. Your
-selected theme will be stored in a cookie.<br /><br /></p>
-
-<p> To create a theme:</p>
-
-<ul><li>make a new subdirectory (for example "your_theme_name") under <a
-href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a> (by default
-<tt>themes</tt>)</li>
- <li>copy the files and directories from "original" to
-"your_theme_name"</li>
- <li>edit the css-files in "your_theme_name/css"</li>
- <li>put your new images in "your_theme_name/img"</li>
- <li>edit <tt>layout.inc.php</tt> in "your_theme_name"</li>
- <li>edit <tt>info.inc.php</tt> in "your_theme_name" to contain your
-chosen theme name, that will be visible in user interface</li>
- <li>make a new screenshot of your theme and save it under
-"your_theme_name/screen.png"</li>
+ Si está activado <a href="#cfg_ThemeManager"
+class="configrule">$cfg['ThemeManager']</a> se puede seleccionar el tema de
+preferencia en la página principal. El tema seleccionado será almacenado en
+una cookie.<br /><br /></p>
+
+<p> Para crear un tema:</p>
+
+<ul><li>crea un nuevo directorio (por ejemplo: "nombre_de_tema") dentro de
+<a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a> (cuyo
+valor predeterminado es <tt>Themes</tt>)</li>
+ <li>copia los archivos y directorios de "original" a
+"nombre_de_tema"</li>
+ <li>edita los archivos CSS en "nombre_de_tema/css"</li>
+ <li>ubica las nuevas imágenes en "nombre_de_tema/img"</li>
+ <li>edita <tt>leyout.inc.php</tt> en "nombre_de_tema"</li>
+ <li>edita <tt>info.inc.php</tt> en "nombre_de_tema" para que contenga
+el nombre de tema elegido que será visible en la interfaz de usuario</li>
+ <li>crea una captura de pantalla del tema y guárdalo como
+"nombre_de_tema/screen.png"</li>
</ul>
-<p> In theme directory there is file <tt>info.inc.php</tt> which contains theme
-verbose name, theme generation and theme version. These versions and
-generations are enumerated from 1 and do not have any direct dependence on
-phpMyAdmin version. Themes within same generation should be backwards
-compatible - theme with version 2 should work in phpMyAdmin requiring
-version 1. Themes with different generation are incompatible.</p>
-
-<p> If you do not want to use your own symbols and buttons, remove the directory
-"img" in "your_theme_name". phpMyAdmin will use the
-default icons and buttons (from the system-theme "original").
+<p> En el directorio del tema existe un archivo <tt>info.inc.php</tt> que
+contiene el nombre detallado, la generación y versión del tema. Estas
+versiones y generaciones son enumeradas desde 1 y no tienen dependencia
+alguna con la versión de phpMyAdmin. Los temas con la misma generación
+deberían de ser compatibles - un tema con la versión 2 debería funcionar con
+phpMyAdmin que requiera la versión 1. Los temas con diferentes generaciones
+son incompatibles.</p>
+
+<p> Si no quieres utilizar símbolos y botones propios, elimina el directorio
+"img" de "nombre_de_tema". phpMyAdmin utilizará los
+iconos y botones predeterminados (del tema de sistema "original").
</p>
<h4 id="faqmissingparameters">
- <a href="#faqmissingparameters">2.8 I get "Missing parameters"
-errors, what can I do?</a></h4>
+ <a href="#faqmissingparameters">2.8 Obtengo errores sobre "Missing
+parameters" ¿qué puedo hacer?</a></h4>
-<p> Here are a few points to check:</p>
+<p> Aquí hay algunas cosas que puedes chequear:</p>
-<ul><li>In <tt>config.inc.php</tt>, try to leave the <a href="#cfg_PmaAbsoluteUri"
-class="configrule">$cfg['PmaAbsoluteUri']</a> directive empty. See also <a
+<ul><li>En el archivo <tt>config.inc.php</tt>, intenta dejando vacía la directiva <a
+href="#cfg_PmaAbsoluteUri"
+class="configrule">$cfg['PmaAbsoluteUri']</a>. Revisa también la <a
href="#faq4_7"><abbr title="Frequently Asked Questions">FAQ</abbr> 4.7</a>.
</li>
- <li>Maybe you have a broken PHP installation or you need to upgrade your Zend
-Optimizer. See <a href="http://bugs.php.net/bug.php?id=31134">
-http://bugs.php.net/bug.php?id=31134</a>.
+ <li>A lo mejor la instalación PHP está rota o necesitas actualizar Zend
+Optimizer. Revisa <a
+href="http://bugs.php.net/bug.php?id=31134">http://bugs.php.net/bug.php?id=31134</a>.
</li>
- <li>If you are using Hardened PHP with the ini directive
-<tt>varfilter.max_request_variables</tt> set to the default (200) or another
-low value, you could get this error if your table has a high number of
-columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the
-hint).
+ <li>Si estás utilizando Hardenend PHP con la directiva
+<tt>varfilter.max_request_variables</tt> configurada al valor predeterminado
+(200) u otro valor pequeño, podrías obtener este error con tablas con gran
+cantidad de columnas. Ajusta esta configuración apropiadamente (gracias
+Klaus Dorninger por la idea).
</li>
- <li>In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value of
-";" will cause this error. Replace it with "&;".
+ <li>En la directiva <tt>arg_separator.input</tt> del archivo de configuración
+<tt>php.ini</tt>, un valor de ";" va a causar este
+problema. Reemplázalo con "&;".
</li>
- <li>If you are using <a href="http://www.hardened-php.net/">Hardened-PHP</a>,
-you might want to increase <a
-href="http://www.hardened-php.net/hphp/troubleshooting.html">request
-limits</a>.
+ <li>Si estás utilizando <a href="http://www.hardened-php.net/">Hardened-PHP</a>,
+podrías querer aumentar los <a
+href="http://www.hardened-php.net/hphp/troubleshooting.html">límites de
+pedidos</a>.
</li>
- <li>The directory specified in the <tt>php.ini</tt> directive
-<tt>session.save_path</tt> does not exist or is read-only.
+ <li>El directorio especificado en la directiva <tt>session.save_path</tt> del
+archivo <tt>php.ini</tt> no existe o está en modo de sólo lectura.
</li>
</ul>
<h4 id="faq2_9">
- <a href="#faq2_9">2.9 Seeing an upload progress bar</a></h4>
+ <a href="#faq2_9">2.9 Viendo una barra de progreso al subir archivos</a></h4>
-<p> To be able to see a progress bar during your uploads, your server must have
-either the <a href="http://pecl.php.net/package/APC">APC</a> extension or
-the <a href="http://pecl.php.net/package/uploadprogress">uploadprogress</a>
-one. Moreover, the JSON extension has to be enabled in your PHP.</p>
- <p> If using APC, you must set <tt>apc.rfc1867</tt> to <tt>on</tt> in your
-php.ini.</p>
+<p> Para poder ver una barra de progreso durante la subida de archivos, el
+servidor tiene que tener la <a
+href="http://pecl.php.net/package/APC">extensión APC</a> o la <a
+href="http://pecl.php.net/package/uploadprogress">extensión
+uploadprogress</a>. Lo que es más, la extensión HSON tiene que estar
+activada en PHP.</p>
+ <p> Si APC es utilizada, la directiva <tt>apc.rfc1867</tt> tiene que estar
+configurada a <tt>on</tt> en el archivo de configuración php.ini.</p>
-<h3 id="faqlimitations">Known limitations</h3>
+<h3 id="faqlimitations">Limitaciones conocidas</h3>
<h4 id="login_bug">
- <a href="#login_bug">3.1 When using <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> authentication, a user who logged out can not log in
-again in with the same nick.</a></h4>
+ <a href="#login_bug">3.1Al utilizar autenticación <abbr title="HyperText
+Transfer Protocol">HTTP</abbr>, un usuario que finalizó sesión no puede
+iniciar sesión nuevamente con el mismo nombre de usuario.</a></h4>
-<p> This is related to the authentication mechanism (protocol) used by
-phpMyAdmin. To bypass this problem: just close all the opened browser
-windows and then go back to phpMyAdmin. You should be able to log in again.</p>
+<p> Esto está relacionado con el mecanismo (protocolo) de autenticación
+utilizado por phpMyAdmin. Para evitar este problema simplemente cierra la
+ventana del navegador y vuelve a abrir phpMyAdmin. Deberías de poder
+inisicar sesión nuevamente.</p>
<h4 id="faq3_2">
- <a href="#faq3_2">3.2 When dumping a large table in compressed mode, I get a
-memory limit error or a time limit error.</a></h4>
-
-<p> Compressed dumps are built in memory and because of this are limited to
-php's memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4
-using <a href="#cfg_CompressOnFly"
-class="configrule">$cfg['CompressOnFly']</a> (enabled by default). Zip
-exports can not be handled this way, so if you need Zip files for larger
-dump, you have to use another way.</p>
+ <a href="#faq3_2">3.2 Al volcar una tabla grande en modo comprimido obtengo
+un error de límite de memoria o un error de límite de tiempo.</a></h4>
+
+<p> Los volcados comprimidos son creados en memoria y, por lo tanto, están
+limitados a los límites de memoria de php. Para exportaciones GZip/BZip2
+esto puede evitarse desde 2.5.4 utilizando <a href="#cfg_CompressOnFly"
+class="configrule">$cfg['CompressOnFly']</a> (activado
+predeterminadamente). Exportaciones Zip no pueden ser manejadas de esta
+forma por lo que si necesitas archivos Zip para volcados grandes necesitarás
+otra forma de hacerlos.</p>
<h4 id="faq3_3">
<a href="#faq3_3">3.3 With InnoDB tables, I lose foreign key relationships
diff --git a/po/es.po b/po/es.po
index c6bd848..7c02ee6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 19:25+0100\n"
-"PO-Revision-Date: 2011-03-26 07:17+0200\n"
+"PO-Revision-Date: 2011-03-28 12:57+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: none\n"
"Language: es\n"
@@ -9017,7 +9017,7 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3187
msgid "<a href=\"#faqthemes\">2.7 Using and creating themes</a>"
-msgstr ""
+msgstr "<a href=\"#faqthemes\">2.7 Creando y utilizando temas</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3189
@@ -9027,6 +9027,10 @@ msgid ""
"$cfg['ThemeManager']</a> and <a href=\"#cfg_ThemeDefault\" class=\"configrule"
"\">$cfg['ThemeDefault']</a>."
msgstr ""
+"Los temas se configuran con <a href=\"#cfg_ThemePath\" "
+"class=\"configrule\">$cfg['ThemePath']</a>, <a href=\"#cfg_ThemeManager\" "
+"class=\"configrule\">$cfg['ThemeManager']</a> y <a href=\"#cfg_ThemeDefault\" "
+"class=\"configrule\">$cfg['ThemeDefault']</a>."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3194
@@ -9037,6 +9041,11 @@ msgid ""
"original" contains all images and styles, for backwards compatibility "
"and for all themes that would not include images or css-files."
msgstr ""
+"Con <a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> no se "
+"debería de borrar el directorio "original" o su estructura interna "
+"ya que es el tema de sistema utilizado por phpMyAdmin. "original" "
+"contiene todas las imágenes y estilos para compatibilidad y para aquellos "
+"temas que no incluyen imágenes o archivos CSS."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3201
@@ -9045,11 +9054,15 @@ msgid ""
"a> is enabled, you can select your favorite theme on the main page. Your "
"selected theme will be stored in a cookie."
msgstr ""
+"Si está activado <a href=\"#cfg_ThemeManager\" "
+"class=\"configrule\">$cfg['ThemeManager']</a> se puede seleccionar el tema de "
+"preferencia en la página principal. El tema seleccionado será almacenado en "
+"una cookie."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3205
msgid "To create a theme:"
-msgstr ""
+msgstr "Para crear un tema:"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3207
@@ -9058,6 +9071,9 @@ msgid ""
"href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> (by "
"default <tt>themes</tt>)"
msgstr ""
+"crea un nuevo directorio (por ejemplo: "nombre_de_tema") dentro de "
+"<a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> (cuyo "
+"valor predeterminado es <tt>Themes</tt>)"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3210
@@ -9065,21 +9081,23 @@ msgid ""
"copy the files and directories from "original" to ""
"your_theme_name""
msgstr ""
+"copia los archivos y directorios de "original" a "
+""nombre_de_tema""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3212
msgid "edit the css-files in "your_theme_name/css""
-msgstr ""
+msgstr "edita los archivos CSS en "nombre_de_tema/css""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3213
msgid "put your new images in "your_theme_name/img""
-msgstr ""
+msgstr "ubica las nuevas imágenes en "nombre_de_tema/img""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3214
msgid "edit <tt>layout.inc.php</tt> in "your_theme_name""
-msgstr ""
+msgstr "edita <tt>leyout.inc.php</tt> en "nombre_de_tema""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3215
@@ -9087,6 +9105,8 @@ msgid ""
"edit <tt>info.inc.php</tt> in "your_theme_name" to contain your "
"chosen theme name, that will be visible in user interface"
msgstr ""
+"edita <tt>info.inc.php</tt> en "nombre_de_tema" para que contenga "
+"el nombre de tema elegido que será visible en la interfaz de usuario"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3217
@@ -9094,6 +9114,8 @@ msgid ""
"make a new screenshot of your theme and save it under "your_theme_name/"
"screen.png""
msgstr ""
+"crea una captura de pantalla del tema y guárdalo como "
+""nombre_de_tema/screen.png""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3221
@@ -9105,6 +9127,13 @@ msgid ""
"compatible - theme with version 2 should work in phpMyAdmin requiring "
"version 1. Themes with different generation are incompatible."
msgstr ""
+"En el directorio del tema existe un archivo <tt>info.inc.php</tt> que "
+"contiene el nombre detallado, la generación y versión del tema. Estas "
+"versiones y generaciones son enumeradas desde 1 y no tienen dependencia "
+"alguna con la versión de phpMyAdmin. Los temas con la misma generación "
+"deberían de ser compatibles - un tema con la versión 2 debería funcionar con "
+"phpMyAdmin que requiera la versión 1. Los temas con diferentes generaciones "
+"son incompatibles."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3228
@@ -9113,6 +9142,9 @@ msgid ""
""img" in "your_theme_name". phpMyAdmin will use the "
"default icons and buttons (from the system-theme "original")."
msgstr ""
+"Si no quieres utilizar símbolos y botones propios, elimina el directorio "
+""img" de "nombre_de_tema". phpMyAdmin utilizará los "
+"iconos y botones predeterminados (del tema de sistema "original")."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3234
@@ -9120,11 +9152,13 @@ msgid ""
"<a href=\"#faqmissingparameters\">2.8 I get "Missing parameters" "
"errors, what can I do?</a>"
msgstr ""
+"<a href=\"#faqmissingparameters\">2.8 Obtengo errores sobre "Missing "
+"parameters" ¿qué puedo hacer?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3237
msgid "Here are a few points to check:"
-msgstr ""
+msgstr "Aquí hay algunas cosas que puedes chequear:"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3239
@@ -9134,6 +9168,10 @@ msgid ""
"href=\"#faq4_7\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> 4.7</"
"a>."
msgstr ""
+"En el archivo <tt>config.inc.php</tt>, intenta dejando vacía la directiva <a "
+"href=\"#cfg_PmaAbsoluteUri\" class=\"configrule\">$cfg['PmaAbsoluteUri']</a>. "
+"Revisa también la <a href=\"#faq4_7\"><abbr title=\"Frequently Asked "
+"Questions\">FAQ</abbr> 4.7</a>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3244
@@ -9142,6 +9180,9 @@ msgid ""
"Optimizer. See <a href=\"http://bugs.php.net/bug.php?id=31134\"> http://bugs."
"php.net/bug.php?id=31134</a>."
msgstr ""
+"A lo mejor la instalación PHP está rota o necesitas actualizar Zend "
+"Optimizer. Revisa <a href=\"http://bugs.php.net/bug.php?id=31134\">http://bugs"
+".php.net/bug.php?id=31134</a>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3249
@@ -9151,6 +9192,11 @@ msgid ""
"you could get this error if your table has a high number of columns. Adjust "
"this setting accordingly. (Thanks to Klaus Dorninger for the hint)."
msgstr ""
+"Si estás utilizando Hardenend PHP con la directiva "
+"<tt>varfilter.max_request_variables</tt> configurada al valor predeterminado "
+"(200) u otro valor pequeño, podrías obtener este error con tablas con gran "
+"cantidad de columnas. Ajusta esta configuración apropiadamente (gracias "
+"Klaus Dorninger por la idea)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3254
@@ -9158,6 +9204,9 @@ msgid ""
"In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value of "
"";" will cause this error. Replace it with "&;"."
msgstr ""
+"En la directiva <tt>arg_separator.input</tt> del archivo de configuración "
+"<tt>php.ini</tt>, un valor de ";" va a causar este problema. "
+"Reemplázalo con "&;"."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3257
@@ -9166,6 +9215,9 @@ msgid ""
"you might want to increase <a href=\"http://www.hardened-php.net/hphp/"
"troubleshooting.html\">request limits</a>."
msgstr ""
+"Si estás utilizando <a href=\"http://www.hardened-php.net/\">Hardened-PHP</a>, "
+"podrías querer aumentar los <a href=\"http://www.hardened-"
+"php.net/hphp/troubleshooting.html\">límites de pedidos</a>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3261
@@ -9173,11 +9225,14 @@ msgid ""
"The directory specified in the <tt>php.ini</tt> directive <tt>session."
"save_path</tt> does not exist or is read-only."
msgstr ""
+"El directorio especificado en la directiva <tt>session.save_path</tt> del "
+"archivo <tt>php.ini</tt> no existe o está en modo de sólo lectura."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3266
msgid "<a href=\"#faq2_9\">2.9 Seeing an upload progress bar</a>"
msgstr ""
+"<a href=\"#faq2_9\">2.9 Viendo una barra de progreso al subir archivos</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3268
@@ -9187,6 +9242,12 @@ msgid ""
"the <a href=\"http://pecl.php.net/package/uploadprogress\">uploadprogress</"
"a> one. Moreover, the JSON extension has to be enabled in your PHP."
msgstr ""
+"Para poder ver una barra de progreso durante la subida de archivos, el "
+"servidor tiene que tener la <a "
+"href=\"http://pecl.php.net/package/APC\">extensión APC</a> o la <a "
+"href=\"http://pecl.php.net/package/uploadprogress\">extensión "
+"uploadprogress</a>. Lo que es más, la extensión HSON tiene que estar "
+"activada en PHP."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3272
@@ -9194,23 +9255,24 @@ msgid ""
"If using APC, you must set <tt>apc.rfc1867</tt> to <tt>on</tt> in your php."
"ini."
msgstr ""
+"Si APC es utilizada, la directiva <tt>apc.rfc1867</tt> tiene que estar "
+"configurada a <tt>on</tt> en el archivo de configuración php.ini."
#. type: Content of: <html><body><div><h3>
#: orig-docs/Documentation.html:3274
msgid "Known limitations"
-msgstr ""
+msgstr "Limitaciones conocidas"
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3277
-#, fuzzy
msgid ""
"<a href=\"#login_bug\">3.1 When using <abbr title=\"HyperText Transfer "
"Protocol\">HTTP</abbr> authentication, a user who logged out can not log in "
"again in with the same nick.</a>"
msgstr ""
-"Emplea el método básico de autentificación <abbr title=\"HyperText Transfer "
-"Protocol\">HTTP</abbr> y le permite ingresar como cualquier usuario válido "
-"de MySQL."
+"<a href=\"#login_bug\">3.1Al utilizar autenticación <abbr title=\"HyperText "
+"Transfer Protocol\">HTTP</abbr>, un usuario que finalizó sesión no puede "
+"iniciar sesión nuevamente con el mismo nombre de usuario.</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3281
@@ -9219,6 +9281,10 @@ msgid ""
"phpMyAdmin. To bypass this problem: just close all the opened browser "
"windows and then go back to phpMyAdmin. You should be able to log in again."
msgstr ""
+"Esto está relacionado con el mecanismo (protocolo) de autenticación "
+"utilizado por phpMyAdmin. Para evitar este problema simplemente cierra la "
+"ventana del navegador y vuelve a abrir phpMyAdmin. Deberías de poder "
+"inisicar sesión nuevamente."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3287
@@ -9226,6 +9292,8 @@ msgid ""
"<a href=\"#faq3_2\">3.2 When dumping a large table in compressed mode, I get "
"a memory limit error or a time limit error.</a>"
msgstr ""
+"<a href=\"#faq3_2\">3.2 Al volcar una tabla grande en modo comprimido obtengo "
+"un error de límite de memoria o un error de límite de tiempo.</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3290
@@ -9237,6 +9305,13 @@ msgid ""
"this way, so if you need Zip files for larger dump, you have to use another "
"way."
msgstr ""
+"Los volcados comprimidos son creados en memoria y, por lo tanto, están "
+"limitados a los límites de memoria de php. Para exportaciones GZip/BZip2 "
+"esto puede evitarse desde 2.5.4 utilizando <a href=\"#cfg_CompressOnFly\" "
+"class=\"configrule\">$cfg['CompressOnFly']</a> (activado predeterminadamente). "
+"Exportaciones Zip no pueden ser manejadas de esta forma por lo que si "
+"necesitas archivos Zip para volcados grandes necesitarás otra forma de "
+"hacerlos."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3298
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1095-g6acf4ac
by Michal Čihař 28 Mar '11
by Michal Čihař 28 Mar '11
28 Mar '11
The branch, master has been updated
via 6acf4acd254e73d07c6bed2d7dd01519901a6670 (commit)
from 6adfdb3b440b9757d97f3d3c3ef49777656ba347 (commit)
- Log -----------------------------------------------------------------
commit 6acf4acd254e73d07c6bed2d7dd01519901a6670
Author: Atul Pratap Singh <atulpratapsingh05(a)gmail.com>
Date: Sun Mar 27 18:04:08 2011 +0530
auto get back to the Table Operations tab
-----------------------------------------------------------------------
Summary of changes:
sql.php | 4 +++-
tbl_move_copy.php | 15 +++++----------
tbl_operations.php | 46 ++++++++++++++++++++++++++++++++++++----------
3 files changed, 44 insertions(+), 21 deletions(-)
diff --git a/sql.php b/sql.php
index abc1ccf..eb6dc52 100644
--- a/sql.php
+++ b/sql.php
@@ -932,5 +932,7 @@ window.onload = function()
/**
* Displays the footer
*/
-require './libraries/footer.inc.php';
+if(!isset($_REQUEST['table_maintenance'])) {
+ require './libraries/footer.inc.php';
+}
?>
diff --git a/tbl_move_copy.php b/tbl_move_copy.php
index 9f0e229..330edcc 100644
--- a/tbl_move_copy.php
+++ b/tbl_move_copy.php
@@ -45,9 +45,9 @@ if (PMA_isValid($_REQUEST['new_name'])) {
} else {
$message = PMA_Message::error(__('Can\'t copy table to same one!'));
}
- $goto = './tbl_operations.php';
+ $result = false;
} else {
- PMA_Table::moveCopy($db, $table, $_REQUEST['target_db'], $_REQUEST['new_name'],
+ $result = PMA_Table::moveCopy($db, $table, $_REQUEST['target_db'], $_REQUEST['new_name'],
$_REQUEST['what'], isset($_REQUEST['submit_move']), 'one_table');
if (isset($_REQUEST['submit_move'])) {
@@ -66,23 +66,18 @@ if (PMA_isValid($_REQUEST['new_name'])) {
$table = $_REQUEST['new_name'];
}
$reload = 1;
-
- $disp_query = $sql_query;
- $disp_message = $message;
- unset($sql_query, $message);
-
- $goto = $cfg['DefaultTabTable'];
}
} else {
/**
* No new name for the table!
*/
$message = PMA_Message::error(__('The table name is empty!'));
- $goto = './tbl_operations.php';
+ $result = false;
}
/**
* Back to the calling script
*/
-require $goto;
+$_message = $message;
+unset($message);
?>
diff --git a/tbl_operations.php b/tbl_operations.php
index 8b25c8c..3c8b5dd 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -64,6 +64,20 @@ $reread_info = false;
$table_alters = array();
/**
+ * If the table has to be moved to some other database
+ */
+if(isset($_REQUEST['submit_move']) || isset($_REQUEST['submit_copy'])) {
+ $_message = '';
+ require_once './tbl_move_copy.php';
+}
+/**
+ * If the table has to be maintained
+ */
+if(isset($_REQUEST['table_maintenance'])) {
+ require_once './sql.php';
+ unset($result);
+}
+/**
* Updates table comment, type and options if required
*/
if (isset($_REQUEST['submitoptions'])) {
@@ -266,7 +280,7 @@ unset($columns);
<!-- Move table -->
<div id="div_table_rename">
-<form method="post" action="tbl_move_copy.php"
+<form method="post" action="tbl_operations.php"
onsubmit="return emptyFormElements(this, 'new_name')">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<input type="hidden" name="reload" value="1" />
@@ -505,7 +519,7 @@ if (isset($possible_row_formats[$tbl_type])) {
<!-- Copy table -->
<div id="div_table_copy">
-<form method="post" action="tbl_move_copy.php"
+<form method="post" action="tbl_operations.php"
onsubmit="return emptyFormElements(this, 'new_name')">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<input type="hidden" name="reload" value="1" />
@@ -577,9 +591,12 @@ if (isset($possible_row_formats[$tbl_type])) {
if ($is_myisam_or_aria || $is_innodb || $is_berkeleydb) {
if ($is_myisam_or_aria || $is_innodb) {
$this_url_params = array_merge($url_params,
- array('sql_query' => 'CHECK TABLE ' . PMA_backquote($GLOBALS['table'])));
+ array(
+ 'sql_query' => 'CHECK TABLE ' . PMA_backquote($GLOBALS['table']),
+ 'table_maintenance' => 'Go',
+ ));
?>
- <li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>">
+ <li><a href="tbl_operations.php<?php echo PMA_generate_common_url($this_url_params); ?>">
<?php echo __('Check table'); ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'CHECK_TABLE'); ?>
</li>
@@ -597,9 +614,12 @@ if ($is_myisam_or_aria || $is_innodb || $is_berkeleydb) {
}
if ($is_myisam_or_aria || $is_berkeleydb) {
$this_url_params = array_merge($url_params,
- array('sql_query' => 'ANALYZE TABLE ' . PMA_backquote($GLOBALS['table'])));
+ array(
+ 'sql_query' => 'ANALYZE TABLE ' . PMA_backquote($GLOBALS['table']),
+ 'table_maintenance' => 'Go',
+ ));
?>
- <li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>">
+ <li><a href="tbl_operations.php<?php echo PMA_generate_common_url($this_url_params); ?>">
<?php echo __('Analyze table'); ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'ANALYZE_TABLE');?>
</li>
@@ -607,9 +627,12 @@ if ($is_myisam_or_aria || $is_innodb || $is_berkeleydb) {
}
if ($is_myisam_or_aria) {
$this_url_params = array_merge($url_params,
- array('sql_query' => 'REPAIR TABLE ' . PMA_backquote($GLOBALS['table'])));
+ array(
+ 'sql_query' => 'REPAIR TABLE ' . PMA_backquote($GLOBALS['table']),
+ 'table_maintenance' => 'Go',
+ ));
?>
- <li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>">
+ <li><a href="tbl_operations.php<?php echo PMA_generate_common_url($this_url_params); ?>">
<?php echo __('Repair table'); ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'REPAIR_TABLE'); ?>
</li>
@@ -617,9 +640,12 @@ if ($is_myisam_or_aria || $is_innodb || $is_berkeleydb) {
}
if ($is_myisam_or_aria || $is_innodb || $is_berkeleydb) {
$this_url_params = array_merge($url_params,
- array('sql_query' => 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table'])));
+ array(
+ 'sql_query' => 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table']),
+ 'table_maintenance' => 'Go',
+ ));
?>
- <li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>">
+ <li><a href="tbl_operations.php<?php echo PMA_generate_common_url($this_url_params); ?>">
<?php echo __('Optimize table'); ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'OPTIMIZE_TABLE'); ?>
</li>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. darkblue_orange-2.9-3-g5faec47
by Michal Čihař 28 Mar '11
by Michal Čihař 28 Mar '11
28 Mar '11
The branch, master has been updated
via 5faec4717819555331943da3dd78a7eaf2a39f4d (commit)
from 0c6708060be8c42cf6c6d55fe696b77550dcb8d4 (commit)
- Log -----------------------------------------------------------------
commit 5faec4717819555331943da3dd78a7eaf2a39f4d
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Mar 28 14:25:21 2011 +0200
Fix displaying table preferences
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index efb112b..6dd6bd6 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -1060,6 +1060,10 @@ li#li_select_fontsize {
float: <?php echo $left; ?>;
}
+#div_table_order {
+ clear: left;
+}
+
#div_table_copy,
#div_partition_maintenance,
#div_referential_integrity,
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1094-g6adfdb3
by Michal Čihař 28 Mar '11
by Michal Čihař 28 Mar '11
28 Mar '11
The branch, master has been updated
via 6adfdb3b440b9757d97f3d3c3ef49777656ba347 (commit)
from 0ac18e564a78f4de9262473e26f5672ae1bcb19f (commit)
- Log -----------------------------------------------------------------
commit 6adfdb3b440b9757d97f3d3c3ef49777656ba347
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Sun Mar 27 12:40:55 2011 +0100
Feature Request #3163355 - Skip dumping data comment if table is empty.
-----------------------------------------------------------------------
Summary of changes:
libraries/export/sql.php | 26 ++++++++++----------------
1 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/libraries/export/sql.php b/libraries/export/sql.php
index 778662c..acfdf11 100644
--- a/libraries/export/sql.php
+++ b/libraries/export/sql.php
@@ -953,15 +953,6 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
}
// it's not a VIEW
- $head = PMA_possibleCRLF()
- . PMA_exportComment()
- . PMA_exportComment(__('Dumping data for table') . ' ' . $formatted_table_name)
- . PMA_exportComment();
-
- if (! PMA_exportOutputHandler($head)) {
- return FALSE;
- }
-
$buffer = '';
// analyze the query to get the true column names, not the aliases
@@ -977,13 +968,6 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
}
if ($result != FALSE) {
- // emit a single CRLF before the first data statement (produces
- // an unintended CRLF when there is no data, but I don't see how it
- // can be avoided, as we are in UNBUFFERED mode)
- if (! PMA_exportOutputHandler($crlf)) {
- return FALSE;
- }
-
$fields_cnt = PMA_DBI_num_fields($result);
// Get field information
@@ -1053,6 +1037,16 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
}
while ($row = PMA_DBI_fetch_row($result)) {
+ if ($current_row == 0) {
+ $head = PMA_possibleCRLF()
+ . PMA_exportComment()
+ . PMA_exportComment(__('Dumping data for table') . ' ' . $formatted_table_name)
+ . PMA_exportComment()
+ . $crlf;
+ if (! PMA_exportOutputHandler($head)) {
+ return FALSE;
+ }
+ }
$current_row++;
for ($j = 0; $j < $fields_cnt; $j++) {
// NULL
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 1ea4811f9927be531ab0575296bfb407bf512200
by Michal Čihař 27 Mar '11
by Michal Čihař 27 Mar '11
27 Mar '11
The branch, master has been updated
via 1ea4811f9927be531ab0575296bfb407bf512200 (commit)
via 3e1720372f74bd27d61611a84d83734c1641854d (commit)
via ec394b5f025cf6e38f901ee80243d44a9c4d5d3a (commit)
via 202c45ff0f0036c1e68f842661b397ab574aa805 (commit)
via 0be1c1da897a790d019ffcadb8b2371d86ed0e3d (commit)
via 398bc98a1729529541fd342fa232650c6964b82f (commit)
via ac46350589ce992affb286189a405135c2d158de (commit)
via 9f31675225c84c92d79070c51df7ebe4dce7022e (commit)
via aac0abc93f5fcf73844987765235bea992770741 (commit)
via 4fdd7719336de95c20199fd3f9952575d8f1928e (commit)
via a2d4883ddff76ecd1ac010640f7ce4fd923b65f0 (commit)
via 1751221dda0aba5effbcb51b054eee12dbae2f1f (commit)
via 95baa2fc3a89f9cbf07ad839d92ace2662258fa2 (commit)
via 538f4fba0065c76fbfa791332646fccf1f21f96f (commit)
via 13f931a82f4e46934dedf4ff42dd090da504e52d (commit)
via ca563deed065aa97ba27ed97def5f6067c748d15 (commit)
via 56a4fd6af67ce2acab2ac01b6a3cbcade47a1e0c (commit)
via b7d74a5b2a4ee3c968695bf951d772f09b666778 (commit)
via 35f331a8c8f6a3cad9f3bd3cb4273402b501636a (commit)
via b36f7dd604cdd9d0262bbf9d6758b378048a64d5 (commit)
via 6a09695f8472941ad5d8fa0e366d97e6a2d15d05 (commit)
via 79c8fa71df55ea76db6e69393ee99480cc2fb2d9 (commit)
via 5806532f4da1dfc98d4ae0d6aadde04ec6b44390 (commit)
via b198c9f29434379e2d7fed3e370f1e5a5d412ad5 (commit)
via b4c0a68348f2c68b815519c6dd215621a4c99de9 (commit)
via 0539077171fba340c09bf20b9b5249f777c3f887 (commit)
via 76a7e8de5ddd50d578889772de48d2cfb8c2be7b (commit)
via 143c891d7289040e7d58cfe993cbae56a2e969a5 (commit)
via 5fbbb4236d5deb9b1273e359defe60073110ce5e (commit)
via 9c47fe0ef0a3803aa94e8ed10cb2544e78c0a758 (commit)
via 0168edfde57b6bbeb05e45148c6327b97799d0a6 (commit)
via 72caf47483cfa700c6dbaf127e5f1b6a6113cbf4 (commit)
via 88ce80e0926107a8b4573cac95439bc957b4d21f (commit)
via 0a962fc2f7140b4470eb4de24af729dd4863c706 (commit)
via 2bbab7774f87131de6d95d21e89c953557dac259 (commit)
via 65cfb01f805454b5003f174c2e8aac075df5cec6 (commit)
from 6197dc5faa1a4a442b5bd913082dc321d95d07cd (commit)
- Log -----------------------------------------------------------------
commit 1ea4811f9927be531ab0575296bfb407bf512200
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Mar 27 20:02:09 2011 +0200
Translated doc
commit 3e1720372f74bd27d61611a84d83734c1641854d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 12:22:46 2011 +0200
Translation update done using Pootle.
commit ec394b5f025cf6e38f901ee80243d44a9c4d5d3a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 12:04:31 2011 +0200
Translation update done using Pootle.
commit 202c45ff0f0036c1e68f842661b397ab574aa805
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 12:04:27 2011 +0200
Translation update done using Pootle.
commit 0be1c1da897a790d019ffcadb8b2371d86ed0e3d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 12:03:15 2011 +0200
Translation update done using Pootle.
commit 398bc98a1729529541fd342fa232650c6964b82f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 12:03:12 2011 +0200
Translation update done using Pootle.
commit ac46350589ce992affb286189a405135c2d158de
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:56:18 2011 +0200
Translation update done using Pootle.
commit 9f31675225c84c92d79070c51df7ebe4dce7022e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:56:14 2011 +0200
Translation update done using Pootle.
commit aac0abc93f5fcf73844987765235bea992770741
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:48:26 2011 +0200
Translation update done using Pootle.
commit 4fdd7719336de95c20199fd3f9952575d8f1928e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:47:59 2011 +0200
Translation update done using Pootle.
commit a2d4883ddff76ecd1ac010640f7ce4fd923b65f0
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:47:42 2011 +0200
Translation update done using Pootle.
commit 1751221dda0aba5effbcb51b054eee12dbae2f1f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:47:12 2011 +0200
Translation update done using Pootle.
commit 95baa2fc3a89f9cbf07ad839d92ace2662258fa2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 11:44:14 2011 +0200
Translation update done using Pootle.
commit 538f4fba0065c76fbfa791332646fccf1f21f96f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:25:07 2011 +0200
Translation update done using Pootle.
commit 13f931a82f4e46934dedf4ff42dd090da504e52d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:24:37 2011 +0200
Translation update done using Pootle.
commit ca563deed065aa97ba27ed97def5f6067c748d15
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:17:43 2011 +0200
Translation update done using Pootle.
commit 56a4fd6af67ce2acab2ac01b6a3cbcade47a1e0c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:17:19 2011 +0200
Translation update done using Pootle.
commit b7d74a5b2a4ee3c968695bf951d772f09b666778
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:13:06 2011 +0200
Translation update done using Pootle.
commit 35f331a8c8f6a3cad9f3bd3cb4273402b501636a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:10:56 2011 +0200
Translation update done using Pootle.
commit b36f7dd604cdd9d0262bbf9d6758b378048a64d5
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:10:39 2011 +0200
Translation update done using Pootle.
commit 6a09695f8472941ad5d8fa0e366d97e6a2d15d05
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:09:55 2011 +0200
Translation update done using Pootle.
commit 79c8fa71df55ea76db6e69393ee99480cc2fb2d9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:09:51 2011 +0200
Translation update done using Pootle.
commit 5806532f4da1dfc98d4ae0d6aadde04ec6b44390
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:08:19 2011 +0200
Translation update done using Pootle.
commit b198c9f29434379e2d7fed3e370f1e5a5d412ad5
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 27 00:08:14 2011 +0200
Translation update done using Pootle.
commit b4c0a68348f2c68b815519c6dd215621a4c99de9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:52:36 2011 +0200
Translation update done using Pootle.
commit 0539077171fba340c09bf20b9b5249f777c3f887
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:46:55 2011 +0200
Translation update done using Pootle.
commit 76a7e8de5ddd50d578889772de48d2cfb8c2be7b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:45:00 2011 +0200
Translation update done using Pootle.
commit 143c891d7289040e7d58cfe993cbae56a2e969a5
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:44:53 2011 +0200
Translation update done using Pootle.
commit 5fbbb4236d5deb9b1273e359defe60073110ce5e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:44:38 2011 +0200
Translation update done using Pootle.
commit 9c47fe0ef0a3803aa94e8ed10cb2544e78c0a758
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:44:08 2011 +0200
Translation update done using Pootle.
commit 0168edfde57b6bbeb05e45148c6327b97799d0a6
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:42:37 2011 +0200
Translation update done using Pootle.
commit 72caf47483cfa700c6dbaf127e5f1b6a6113cbf4
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:38:45 2011 +0200
Translation update done using Pootle.
commit 88ce80e0926107a8b4573cac95439bc957b4d21f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:36:55 2011 +0200
Translation update done using Pootle.
commit 0a962fc2f7140b4470eb4de24af729dd4863c706
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:36:41 2011 +0200
Translation update done using Pootle.
commit 2bbab7774f87131de6d95d21e89c953557dac259
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:02:37 2011 +0200
Translation update done using Pootle.
commit 65cfb01f805454b5003f174c2e8aac075df5cec6
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sat Mar 26 15:02:21 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/tr/Documentation.html | 106 +++++++++++++++++++++--------------------
po/tr.po | 83 +++++++++++++++++++++++++--------
2 files changed, 117 insertions(+), 72 deletions(-)
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index 58c1dfe..1d0440a 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -284,28 +284,28 @@ chmod o+rw config # herkese yazma izinlerini ver
</pre>
Ve mevcut yapılandırma dosyasını düzenlemek için, önce üzerine kopyalayın:
<pre>
-cp config.inc.php config/ # düzenlemek için şu anki yapılandırma dosyasını kopyalayın
-chmod o+w config/config.inc.php # herkese yazma yetkilerini verin
+cp config.inc.php config/ # düzenlemek için şu anki yapılandırma dosyasını kopyala
+chmod o+w config/config.inc.php # herkese yazma izinlerini ver
</pre>
Diğer platformlarda, basitçe klasör oluşturun ve web sunucunuzun buna okuma
ve yazmaya erişimi olduğundan emin olun. <a href="#faq1_26">SSS 1.26</a>
bununla ilgili olarak yardımcı olabilir.<br /><br />
- Sonra, tarayıcınızda <tt><a href="setup/">kur/</a></tt>'u açın. Unutmayın
-ekranın <i>Yapılandırma</i> alanından <strong><tt>Kaydet</tt>'i açıkça
+ Sonra, tarayıcınızda <tt><a href="setup/">kur/'u</a></tt> açın. Unutmayın
+ekranın <i>Yapılandırma</i> alanından <strong><tt>Kaydet'i</tt> açıkça
seçene kadar değişiklikler diske kaydedilmez</strong>. Normal olarak betik
<tt>config/</tt> dizinine yeni config.inc.php dosyasını kaydeder ama eğer
-web sunucusu doğru yetkilere sahip değilse "Yapılandırma yüklenemiyor veya
+web sunucusu doğru izinlere sahip değilse "Yapılandırma yüklenemiyor veya
kaydedilemiyor" hatası görebilirsiniz. <tt>Config/</tt> dizininin var
olduğundan ve doğru yetkilere sahip olduğundan emin olun ya da yerel olarak
yapılandırma dosyasını kaydetmek için <tt>İndir</tt> bağlantısını kullanın
ve (FTP yoluyla ya da buna benzer bir yolla) doğru yere gönderin. <br /><br />
Dosya bir kez kaydedildimi, <tt>config/</tt> dizini dışına taşınmalı ve
-güvenlik önlemi olarak yetkileri sıfırlanmalıdır:
+güvenlik önlemi olarak izinleri sıfırlanmalıdır:
<pre>
mv config/config.inc.php . # dosyayı şu anki dizine taşı
-chmod o-rw config.inc.php # herekese okuma ve yazma yetkilerini kaldır
+chmod o-rw config.inc.php # herekese okuma ve yazma izinlerini kaldır
rm -rf config # gerekli olmayan dizini kaldır
</pre>
Artık dosya kullanıma hazır. Eğer kur betiğinin sağlamadığı bazı gelişmiş
@@ -1397,66 +1397,68 @@ etkinleştirir.</dd>
veritabanı adı sayısı.</dd>
<dt id="cfg_MaxTableList">$cfg['MaxTableList'] tam sayı</dt>
- <dd>The maximum number of table names to be displayed in the main panel's list
-(except on the Export page). This limit is also enforced in the navigation
-panel when in Light mode.</dd>
-
- <dt id="cfg_MaxCharactersInDisplayedSQL">$cfg['MaxCharactersInDisplayedSQL'] integer</dt>
- <dd>The maximum number of characters when a SQL query is displayed. The default
-limit of 1000 should be correct to avoid the display of tons of hexadecimal
-codes that represent BLOBs, but some users have real SQL queries that are
-longer than 1000 characters. Also, if a query's length exceeds this limit,
-this query is not saved in the history.</dd>
-
- <dt id="cfg_OBGzip">$cfg['OBGzip'] string/boolean</dt>
- <dd>Defines whether to use GZip output buffering for increased speed in <abbr
-title="HyperText Transfer Protocol">HTTP</abbr> transfers.<br />
- Set to true/false for enabling/disabling. When set to 'auto' (string),
-phpMyAdmin tries to enable output buffering and will automatically disable
-it if your browser has some problems with buffering. IE6 with a certain
-patch is known to cause data corruption when having enabled buffering.</dd>
+ <dd>Ana panelin listesinde (Dışa Aktar sayfasındaki hariç) görüntülenmesi için
+en fazla tablo adı sayısı. Bu sınır aynı zamanda Light kipinde rehber
+panelde zorunludur.</dd>
+
+ <dt id="cfg_MaxCharactersInDisplayedSQL">$cfg['MaxCharactersInDisplayedSQL'] tam sayı</dt>
+ <dd>SQL sorgusu görüntülendiğindeki en fazla karakter sayısı. Varsayılan sınır
+1000, BLOB'ları temsil eden tonlarca onaltılık kodu görüntülemeyi önlemek
+için düzeltilmelidir ama bazı kullanıcılar 1000 karakterden uzun gerçek SQL
+sorgulara sahiptir. Bu yüzden sorgunun uzunluğu bu limiti aşarsa, bu sorgu
+geçmiş içine kaydedilmez.</dd>
+
+ <dt id="cfg_OBGzip">$cfg['OBGzip'] dizgisi/boolean</dt>
+ <dd><abbr title="HyperText Transfer Protocol">HTTP</abbr> aktarımlarındaki artan
+hız için GZip çıktı arabelleklemesi kullanımını tanımlar.<br />
+ Etkinleştirmek/etkisizleştirmek için true/false olarak ayarlayın. 'auto'
+olarak (dizgi) ayarlandığında, phpMyAdmin çıktı arabelleklemesini
+etkinleştirmeyi dener ve eğer tarayıcınız arabellekleme ile sorun yaşarsa
+otomatik olarak etkisizleştirecektir. Arabellekleme etkinleştirildiğinde,
+belli yama ile IE6'nın veri bozulmasına sebep olduğu bilinmektedir.</dd>
<dt id="cfg_PersistentConnections">$cfg['PersistentConnections'] boolean</dt>
- <dd>Whether persistent connections should be used or not (mysql_connect or
+ <dd>Sürekli bağlantıların kullanılması veya kullanılmaması (mysql_connect veya
mysql_pconnect).</dd>
<dt id="cfg_ForceSSL">$cfg['ForceSSL'] boolean</dt>
- <dd>Whether to force using https while accessing phpMyAdmin.</dd>
+ <dd>phpMyAdmin'e erişilirken https kullanımına zorlanması.</dd>
- <dt id="cfg_ExecTimeLimit">$cfg['ExecTimeLimit'] integer [number of seconds]</dt>
- <dd>Set the number of seconds a script is allowed to run. If seconds is set to
-zero, no time limit is imposed.<br />
- This setting is used while importing/exporting dump files and in the
-Synchronize feature but has no effect when PHP is running in safe mode.</dd>
+ <dt id="cfg_ExecTimeLimit">$cfg['ExecTimeLimit'] tam sayı [saniye sayısı]</dt>
+ <dd>Bir betiğin çalışmasına izin vermek için saniye sayısı ayarı. Eğer saniyeler
+sıfıra ayarlanırsa, zaman sınırı koyulmaz.<br />
+ Bu ayar döküm dosyalarını içe/dışa aktarırken kullanılır ve Eşitleme
+özelliğinde, ama PHP güvenli kipte çalışıyorken etkisi yoktur.</dd>
- <dt id="cfg_SessionSavePath">$cfg['SessionSavePath'] string</dt>
- <dd>Path for storing session data (<a
+ <dt id="cfg_SessionSavePath">$cfg['SessionSavePath'] dizgisi</dt>
+ <dd>Oturum verisini depolamak için yol (<a
href="http://php.net/session_save_path">session_save_path PHP
-parameter</a>).</dd>
+parametresi</a>).</dd>
- <dt id="cfg_MemoryLimit">$cfg['MemoryLimit'] string [number of bytes]</dt>
- <dd>Set the number of bytes a script is allowed to allocate. If set to zero, no
-limit is imposed.<br />
- This setting is used while importing/exporting dump files and at some other
-places in phpMyAdmin so you definitely don't want to put here a too low
-value. It has no effect when PHP is running in safe mode.<br />
- You can also use any string as in php.ini, eg. '16M'. Ensure you don't omit
-the suffix (16 means 16 bytes!)</dd>
+ <dt id="cfg_MemoryLimit">$cfg['MemoryLimit'] dizgisi [bayt sayısı]</dt>
+ <dd>Bir betiğe ayrılmasına izin vermek için bayt sayısı ayarı. Eğer sıfıra
+ayarlanırsa, sınır koyulmaz.<br />
+ Bu ayar döküm dosyalarını içe/dışa aktarırken ve phpMyAdmin'de bazı diğer
+alanlarda kullanılır bu yüzden kesinlikle buraya çok düşük bir değer koymayı
+istemezsiniz. PHP güvenli kipte çalışıyorken etkisi yoktur.<br />
+ Php.ini içindeki gibi herhangi bir dizgi kullanabilirsiniz, örn. '16M'. Son
+eki (16'nın anlamı 16 bayt!) unutmadığınızdan emin olun</dd>
<dt id="cfg_SkipLockedTables">$cfg['SkipLockedTables'] boolean</dt>
- <dd>Mark used tables and make it possible to show databases with locked tables
-(since MySQL 3.23.30).</dd>
+ <dd>Kullanılan tabloları işaretler ve kilitli tablolarla birlikte
+veritabanlarını göstermeyi mümkün kılar (MySQL 3.23.30'dan beri).</dd>
<dt id="cfg_ShowSQL">$cfg['ShowSQL'] boolean</dt>
- <dd>Defines whether <abbr title="structured query language">SQL</abbr> queries
-generated by phpMyAdmin should be displayed or not.</dd>
+ <dd>phpMyAdmin tarafından üretilmiş <abbr title="structured query
+language">SQL</abbr> sorgularının gösterilip gösterilmemesini tanımlar.</dd>
<dt id="cfg_AllowUserDropDatabase">$cfg['AllowUserDropDatabase'] boolean</dt>
- <dd>Defines whether normal users (non-administrator) are allowed to delete their
-own database or not. If set as FALSE, the link "Drop Database"
-will not be shown, and even a "DROP DATABASE mydatabase" will be
-rejected. Quite practical for <abbr title="Internet service
-provider">ISP</abbr>'s with many customers.<br />
+ <dd>Normal kullanıcıların (yönetici olmayan) kendi veritabanını silmeye izin
+verip vermeyeceğini tanımlar. Eğer FALSE olarak ayarlanırsa,
+"Veritabanını Kaldır" bağlantısı gösterilmeyecektir ve hatta
+"DROP DATABASE veritabanım" komutu reddedilecektir. Birçok
+müşterisi olan <abbr title="Internet service provider">ISP</abbr>'ler için
+oldukça kullanışlıdır.<br />
Please note that this limitation of SQL queries is not as strict as when
using MySQL privileges. This is due to nature of SQL queries which might be
quite complicated. So this choice should be viewed as help to avoid
diff --git a/po/tr.po b/po/tr.po
index 9811763..155290f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 19:25+0100\n"
-"PO-Revision-Date: 2011-03-25 20:47+0200\n"
+"PO-Revision-Date: 2011-03-27 12:22+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -719,8 +719,9 @@ msgid ""
"cp config.inc.php config/ # copy current configuration for editing\n"
"chmod o+w config/config.inc.php # give it world writable permissions\n"
msgstr ""
-"cp config.inc.php config/ # düzenlemek için şu anki yapılandırma dosyasını kopyalayın\n"
-"chmod o+w config/config.inc.php # herkese yazma yetkilerini verin\n"
+"cp config.inc.php config/ # düzenlemek için şu anki yapılandırma "
+"dosyasını kopyala\n"
+"chmod o+w config/config.inc.php # herkese yazma izinlerini ver\n"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: orig-docs/Documentation.html:265
@@ -746,11 +747,11 @@ msgid ""
"tt> link to save the config file locally and upload (via FTP or some similar "
"means) to the proper location."
msgstr ""
-"Sonra, tarayıcınızda <tt><a href=\"setup/\">kur/</a></tt>'u açın. Unutmayın "
-"ekranın <i>Yapılandırma</i> alanından <strong><tt>Kaydet</tt>'i açıkça "
+"Sonra, tarayıcınızda <tt><a href=\"setup/\">kur/'u</a></tt> açın. Unutmayın "
+"ekranın <i>Yapılandırma</i> alanından <strong><tt>Kaydet'i</tt> açıkça "
"seçene kadar değişiklikler diske kaydedilmez</strong>. Normal olarak betik "
"<tt>config/</tt> dizinine yeni config.inc.php dosyasını kaydeder ama eğer "
-"web sunucusu doğru yetkilere sahip değilse \"Yapılandırma yüklenemiyor veya "
+"web sunucusu doğru izinlere sahip değilse \"Yapılandırma yüklenemiyor veya "
"kaydedilemiyor\" hatası görebilirsiniz. <tt>Config/</tt> dizininin var "
"olduğundan ve doğru yetkilere sahip olduğundan emin olun ya da yerel olarak "
"yapılandırma dosyasını kaydetmek için <tt>İndir</tt> bağlantısını kullanın "
@@ -763,7 +764,7 @@ msgid ""
"directory and the permissions must be reset, again as a security measure:"
msgstr ""
"Dosya bir kez kaydedildimi, <tt>config/</tt> dizini dışına taşınmalı ve "
-"güvenlik önlemi olarak yetkileri sıfırlanmalıdır:"
+"güvenlik önlemi olarak izinleri sıfırlanmalıdır:"
#. type: Content of: <html><body><div><ol><li><ul><li><pre>
#: orig-docs/Documentation.html:284
@@ -774,7 +775,8 @@ msgid ""
"rm -rf config # remove not needed directory\n"
msgstr ""
"mv config/config.inc.php . # dosyayı şu anki dizine taşı\n"
-"chmod o-rw config.inc.php # herekese okuma ve yazma yetkilerini kaldır\n"
+"chmod o-rw config.inc.php # herekese okuma ve yazma izinlerini "
+"kaldır\n"
"rm -rf config # gerekli olmayan dizini kaldır\n"
#. type: Content of: <html><body><div><ol><li><ul><li>
@@ -3519,11 +3521,14 @@ msgid ""
"(except on the Export page). This limit is also enforced in the navigation "
"panel when in Light mode."
msgstr ""
+"Ana panelin listesinde (Dışa Aktar sayfasındaki hariç) görüntülenmesi için "
+"en fazla tablo adı sayısı. Bu sınır aynı zamanda Light kipinde rehber "
+"panelde zorunludur."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1315
msgid "$cfg['MaxCharactersInDisplayedSQL'] integer"
-msgstr ""
+msgstr "$cfg['MaxCharactersInDisplayedSQL'] tam sayı"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1316
@@ -3534,11 +3539,16 @@ msgid ""
"longer than 1000 characters. Also, if a query's length exceeds this limit, "
"this query is not saved in the history."
msgstr ""
+"SQL sorgusu görüntülendiğindeki en fazla karakter sayısı. Varsayılan sınır "
+"1000, BLOB'ları temsil eden tonlarca onaltılık kodu görüntülemeyi önlemek "
+"için düzeltilmelidir ama bazı kullanıcılar 1000 karakterden uzun gerçek SQL "
+"sorgulara sahiptir. Bu yüzden sorgunun uzunluğu bu limiti aşarsa, bu sorgu "
+"geçmiş içine kaydedilmez."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1322
msgid "$cfg['OBGzip'] string/boolean"
-msgstr ""
+msgstr "$cfg['OBGzip'] dizgisi/boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1323
@@ -3546,6 +3556,8 @@ msgid ""
"Defines whether to use GZip output buffering for increased speed in <abbr "
"title=\"HyperText Transfer Protocol\">HTTP</abbr> transfers."
msgstr ""
+"<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> aktarımlarındaki artan "
+"hız için GZip çıktı arabelleklemesi kullanımını tanımlar."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1325
@@ -3555,11 +3567,16 @@ msgid ""
"it if your browser has some problems with buffering. IE6 with a certain "
"patch is known to cause data corruption when having enabled buffering."
msgstr ""
+"Etkinleştirmek/etkisizleştirmek için true/false olarak ayarlayın. 'auto' "
+"olarak (dizgi) ayarlandığında, phpMyAdmin çıktı arabelleklemesini "
+"etkinleştirmeyi dener ve eğer tarayıcınız arabellekleme ile sorun yaşarsa "
+"otomatik olarak etkisizleştirecektir. Arabellekleme etkinleştirildiğinde, "
+"belli yama ile IE6'nın veri bozulmasına sebep olduğu bilinmektedir."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1330
msgid "$cfg['PersistentConnections'] boolean"
-msgstr ""
+msgstr "$cfg['PersistentConnections'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1331
@@ -3567,21 +3584,23 @@ msgid ""
"Whether persistent connections should be used or not (mysql_connect or "
"mysql_pconnect)."
msgstr ""
+"Sürekli bağlantıların kullanılması veya kullanılmaması (mysql_connect veya "
+"mysql_pconnect)."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1334
msgid "$cfg['ForceSSL'] boolean"
-msgstr ""
+msgstr "$cfg['ForceSSL'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1335
msgid "Whether to force using https while accessing phpMyAdmin."
-msgstr ""
+msgstr "phpMyAdmin'e erişilirken https kullanımına zorlanması."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1337
msgid "$cfg['ExecTimeLimit'] integer [number of seconds]"
-msgstr ""
+msgstr "$cfg['ExecTimeLimit'] tam sayı [saniye sayısı]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1338
@@ -3589,6 +3608,8 @@ msgid ""
"Set the number of seconds a script is allowed to run. If seconds is set to "
"zero, no time limit is imposed."
msgstr ""
+"Bir betiğin çalışmasına izin vermek için saniye sayısı ayarı. Eğer saniyeler "
+"sıfıra ayarlanırsa, zaman sınırı koyulmaz."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1340
@@ -3596,11 +3617,13 @@ msgid ""
"This setting is used while importing/exporting dump files and in the "
"Synchronize feature but has no effect when PHP is running in safe mode."
msgstr ""
+"Bu ayar döküm dosyalarını içe/dışa aktarırken kullanılır ve Eşitleme "
+"özelliğinde, ama PHP güvenli kipte çalışıyorken etkisi yoktur."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1343
msgid "$cfg['SessionSavePath'] string"
-msgstr ""
+msgstr "$cfg['SessionSavePath'] dizgisi"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1344
@@ -3608,11 +3631,14 @@ msgid ""
"Path for storing session data (<a href=\"http://php.net/session_save_path"
"\">session_save_path PHP parameter</a>)."
msgstr ""
+"Oturum verisini depolamak için yol (<a "
+"href=\"http://php.net/session_save_path\">session_save_path PHP "
+"parametresi</a>)."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1347
msgid "$cfg['MemoryLimit'] string [number of bytes]"
-msgstr ""
+msgstr "$cfg['MemoryLimit'] dizgisi [bayt sayısı]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1348
@@ -3620,6 +3646,8 @@ msgid ""
"Set the number of bytes a script is allowed to allocate. If set to zero, no "
"limit is imposed."
msgstr ""
+"Bir betiğe ayrılmasına izin vermek için bayt sayısı ayarı. Eğer sıfıra "
+"ayarlanırsa, sınır koyulmaz."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1350
@@ -3628,6 +3656,9 @@ msgid ""
"places in phpMyAdmin so you definitely don't want to put here a too low "
"value. It has no effect when PHP is running in safe mode."
msgstr ""
+"Bu ayar döküm dosyalarını içe/dışa aktarırken ve phpMyAdmin'de bazı diğer "
+"alanlarda kullanılır bu yüzden kesinlikle buraya çok düşük bir değer koymayı "
+"istemezsiniz. PHP güvenli kipte çalışıyorken etkisi yoktur."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1353
@@ -3635,11 +3666,13 @@ msgid ""
"You can also use any string as in php.ini, eg. '16M'. Ensure you don't omit "
"the suffix (16 means 16 bytes!)"
msgstr ""
+"Php.ini içindeki gibi herhangi bir dizgi kullanabilirsiniz, örn. '16M'. Son "
+"eki (16'nın anlamı 16 bayt!) unutmadığınızdan emin olun"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1356
msgid "$cfg['SkipLockedTables'] boolean"
-msgstr ""
+msgstr "$cfg['SkipLockedTables'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1357
@@ -3647,11 +3680,13 @@ msgid ""
"Mark used tables and make it possible to show databases with locked tables "
"(since MySQL 3.23.30)."
msgstr ""
+"Kullanılan tabloları işaretler ve kilitli tablolarla birlikte "
+"veritabanlarını göstermeyi mümkün kılar (MySQL 3.23.30'dan beri)."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1360
msgid "$cfg['ShowSQL'] boolean"
-msgstr ""
+msgstr "$cfg['ShowSQL'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1361
@@ -3659,11 +3694,13 @@ msgid ""
"Defines whether <abbr title=\"structured query language\">SQL</abbr> queries "
"generated by phpMyAdmin should be displayed or not."
msgstr ""
+"phpMyAdmin tarafından üretilmiş <abbr title=\"structured query "
+"language\">SQL</abbr> sorgularının gösterilip gösterilmemesini tanımlar."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1364
msgid "$cfg['AllowUserDropDatabase'] boolean"
-msgstr ""
+msgstr "$cfg['AllowUserDropDatabase'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1365
@@ -3674,6 +3711,12 @@ msgid ""
"rejected. Quite practical for <abbr title=\"Internet service provider\">ISP</"
"abbr>'s with many customers."
msgstr ""
+"Normal kullanıcıların (yönetici olmayan) kendi veritabanını silmeye izin "
+"verip vermeyeceğini tanımlar. Eğer FALSE olarak ayarlanırsa, "
+""Veritabanını Kaldır" bağlantısı gösterilmeyecektir ve hatta "
+""DROP DATABASE veritabanım" komutu reddedilecektir. Birçok "
+"müşterisi olan <abbr title=\"Internet service provider\">ISP</abbr>'ler için "
+"oldukça kullanışlıdır."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1371
@@ -4718,7 +4761,7 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1780
msgid "$cfg['CheckConfigurationPermissions'] boolean"
-msgstr ""
+msgstr "$cfg['CheckConfigurationPermissions'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1782
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1093-g0ac18e5
by Madhura Jayaratne 26 Mar '11
by Madhura Jayaratne 26 Mar '11
26 Mar '11
The branch, master has been updated
via 0ac18e564a78f4de9262473e26f5672ae1bcb19f (commit)
from 68eaccee9e15ddab2c82b700795dd9f11e8a42fb (commit)
- Log -----------------------------------------------------------------
commit 0ac18e564a78f4de9262473e26f5672ae1bcb19f
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Sun Mar 27 02:50:04 2011 +0530
Bug #3194559 Error when editing records with geometry fields. Editing geometry fields disabled till GIS data is officially supported in PMA. Refer Bug #3038193
-----------------------------------------------------------------------
Summary of changes:
tbl_change.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/tbl_change.php b/tbl_change.php
index 0f061b2..1b6a2b6 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -537,6 +537,9 @@ foreach ($rows as $row_id => $vrow) {
$idindex = ($o_rows * $fields_cnt) + $i + 1;
$tabindex = $idindex;
+ // These GIS data types are not yet supported.
+ $no_support_types = array('geometry', 'point', 'linestring', 'polygon', 'multipoint', 'multilinestring', 'multipolygon', 'geometrycollection');
+
// The function column
// -------------------
// We don't want binary data to be destroyed
@@ -547,7 +550,7 @@ foreach ($rows as $row_id => $vrow) {
if (($cfg['ProtectBinary'] && $field['is_blob'] && !$is_upload)
|| ($cfg['ProtectBinary'] == 'all' && $field['is_binary'])) {
echo ' <td align="center">' . __('Binary') . '</td>' . "\n";
- } elseif (strstr($field['True_Type'], 'enum') || strstr($field['True_Type'], 'set') || 'geometry' == $field['pma_type']) {
+ } elseif (strstr($field['True_Type'], 'enum') || strstr($field['True_Type'], 'set') || in_array($field['pma_type'], $no_support_types)) {
echo ' <td align="center">--</td>' . "\n";
} else {
?>
@@ -965,7 +968,7 @@ foreach ($rows as $row_id => $vrow) {
} // end if (web-server upload directory)
} // end elseif (binary or blob)
- elseif ('geometry' == $field['pma_type']) {
+ elseif (in_array($field['pma_type'], $no_support_types)) {
// ignore this column to avoid changing it
}
else {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1092-g68eacce
by Marc Delisle 26 Mar '11
by Marc Delisle 26 Mar '11
26 Mar '11
The branch, master has been updated
via 68eaccee9e15ddab2c82b700795dd9f11e8a42fb (commit)
from bb3f6affeaaf305998675f5f8198feb5739f1590 (commit)
- Log -----------------------------------------------------------------
commit 68eaccee9e15ddab2c82b700795dd9f11e8a42fb
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Sat Mar 26 08:29:06 2011 -0400
Patch #3246887 for Check all/Uncheck all links in db-specific privileges
-----------------------------------------------------------------------
Summary of changes:
server_privileges.php | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/server_privileges.php b/server_privileges.php
index c863d12..1843efa 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -121,6 +121,8 @@ if (!$is_superuser) {
require './libraries/footer.inc.php';
}
+$random_n = mt_rand(0,1000000); // a random number that will be appended to the id of the user forms
+
/**
* Escapes wildcard in a database+table specification
* before using it in a GRANT statement.
@@ -325,6 +327,8 @@ function PMA_display_column_privs($columns, $row, $name_for_select,
*/
function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE)
{
+ global $random_n;
+
if ($db == '*') {
$table = '*';
}
@@ -572,10 +576,10 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE)
? __('Database-specific privileges')
: __('Table-specific privileges'))) . "\n"
. ' (<a href="server_privileges.php?'
- . $GLOBALS['url_query'] . '&checkall=1" onclick="setCheckboxes(\'addUsersForm\', true); return false;">'
+ . $GLOBALS['url_query'] . '&checkall=1" onclick="setCheckboxes(\'addUsersForm_' . $random_n . '\', true); return false;">'
. __('Check All') . '</a> /' . "\n"
. ' <a href="server_privileges.php?'
- . $GLOBALS['url_query'] . '" onclick="setCheckboxes(\'addUsersForm\', false); return false;">'
+ . $GLOBALS['url_query'] . '" onclick="setCheckboxes(\'addUsersForm_' . $random_n . '\', false); return false;">'
. __('Uncheck All') . '</a>)' . "\n"
. ' </legend>' . "\n"
. ' <p><small><i>' . __(' Note: MySQL privilege names are expressed in English ') . '</i></small></p>' . "\n"
@@ -1783,7 +1787,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
//require './libraries/footer.inc.php';
}
- echo '<form name="usersForm" id="addUsersForm" action="server_privileges.php" method="post">' . "\n";
+ echo '<form name="usersForm" id="addUsersForm_' . $random_n . '" action="server_privileges.php" method="post">' . "\n";
$_params = array(
'username' => $username,
'hostname' => $hostname,
@@ -2124,7 +2128,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
echo '<h2>' . "\n"
. PMA_getIcon('b_usradd.png') . __('Add a new User') . "\n"
. '</h2>' . "\n"
- . '<form name="usersForm" id="addUsersForm" action="server_privileges.php" method="post">' . "\n"
+ . '<form name="usersForm" id="addUsersForm_' . $random_n . '" action="server_privileges.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs('', '');
PMA_displayLoginInformationFields('new');
echo '<fieldset id="fieldset_add_user_database">' . "\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1091-gbb3f6af
by Marc Delisle 26 Mar '11
by Marc Delisle 26 Mar '11
26 Mar '11
The branch, master has been updated
via bb3f6affeaaf305998675f5f8198feb5739f1590 (commit)
from e4bdbc2f4115baf930c4e1f1629fae85b03c36b4 (commit)
- Log -----------------------------------------------------------------
commit bb3f6affeaaf305998675f5f8198feb5739f1590
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Mar 26 07:57:02 2011 -0400
Obey the ShowSQL directive also for inline edit
-----------------------------------------------------------------------
Summary of changes:
js/sql.js | 7 +++++++
sql.php | 4 ++--
tbl_replace.php | 4 +++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/js/sql.js b/js/sql.js
index 15c780f..5b0fc08 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -891,6 +891,13 @@ $(document).ready(function() {
$.post('tbl_replace.php', post_params, function(data) {
if(data.success == true) {
PMA_ajaxShowMessage(data.message);
+ // remove possible previous feedback message
+ $('#result_query').remove();
+ if (typeof data.result_query != 'undefined') {
+ // display feedback
+ $('#sqlqueryresults').prepend('<div id="result_query" align="left"></div>');
+ $('#result_query').prepend(data.result_query);
+ }
PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode);
} else {
PMA_ajaxShowMessage(data.error);
diff --git a/sql.php b/sql.php
index 50026b9..abc1ccf 100644
--- a/sql.php
+++ b/sql.php
@@ -709,8 +709,8 @@ if (0 == $num_rows || $is_affected) {
}
}
- if(isset($GLOBALS['display_query'])) {
- $extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']);
+ if ($cfg['ShowSQL']) {
+ $extra_data['result_query'] = PMA_showMessage($message, $GLOBALS['sql_query'], 'success');
}
if (isset($GLOBALS['reload']) && $GLOBALS['reload'] == 1) {
$extra_data['reload'] = 1;
diff --git a/tbl_replace.php b/tbl_replace.php
index b15212b..ab8cd10 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -326,9 +326,11 @@ if ($is_insert && count($value_sets) > 0) {
unset($query_fields);
} elseif (empty($query)) {
// No change -> move back to the calling script
+ //
+ // Note: logic passes here for inline edit
$message = PMA_Message::success(__('No change'));
$active_page = $goto_include;
- if(!$GLOBALS['is_ajax_request'] == true) {
+ if(! $GLOBALS['is_ajax_request'] == true) {
require_once './libraries/header.inc.php';
}
require './' . PMA_securePath($goto_include);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 6197dc5faa1a4a442b5bd913082dc321d95d07cd
by Michal Čihař 26 Mar '11
by Michal Čihař 26 Mar '11
26 Mar '11
The branch, master has been updated
via 6197dc5faa1a4a442b5bd913082dc321d95d07cd (commit)
via c4b408f690dfa26d332d006d1afc08ead29d2add (commit)
via 0db26b60f41706eb5d799314e25f3cbee5ac0320 (commit)
via af81544b38f4e7f33819372e6aad3b7f941f9f88 (commit)
via 27743cd5c8f930050ce30b564d5341f3c43acda5 (commit)
via fcc3653d98aacdbc8e03465417f180738a92455c (commit)
via 99731f9edb97341ddadc2cfd68dd68929c8ffd5e (commit)
via 65745bbcdbc744ba6ffa5095c30d1ed2d1adfa87 (commit)
via 6687fbd085f27f958af071debbb018145fb433bd (commit)
via 0abe38c7b763621ad63dfc64fc9638a45b94d4cb (commit)
via f11925e79c878917ff91a20d683fa7e0a227bf6e (commit)
via 4f2431e2e85c45396178504336a89efad8830b1e (commit)
via d64add95a384af00b5513de092392b9e0b24bbd1 (commit)
via 9623e63039efed829ee04fc43f3e34d9554c3d55 (commit)
via 04e1dd7a4bc3e4b0767ec6fdbdf52e4fd481c882 (commit)
via 4d5974b563c42cf69c31f972a92d84af49a8b949 (commit)
via 25f30d772f18d221835006bbb1e37e651ff132f4 (commit)
via a92580a788d7969036fa9810aa463cecc3912ebe (commit)
via 3e67bfbba4b7649237d3a2df8ac122de9a7643c8 (commit)
via cca5948079355e2b0c5cbe52a12a26969f69bc13 (commit)
via 8716bbe71465ed34333b83796e51259ec140b9df (commit)
via b7320eea342ecaa713d67acc62f8df955bd4e6e2 (commit)
via 7748aa387b33799d32fd023cea0bb9c9445cc6d2 (commit)
via ce781c4ea26bb1e554225f31285022d63d030d66 (commit)
via 79456663b9782cb1d071d5e8abe5a5411ab1153e (commit)
via b75111f27c90e4643cee17b6920f7a2688195dba (commit)
via 6f438be16e749dda0ef7c5653821d1ad5c4a387f (commit)
via 227017477286491a7ecc283df0a8951bbd8be5c7 (commit)
via 04165d524fe1da16592928a1eb9ccd64bf8e2d88 (commit)
via 0ed1e744f5c9b9fad98a7ebb94abd8fe924b1cad (commit)
via 648f388e0feb9a4a3fbb1c859a6bae75e6050093 (commit)
via 76e605aeab0cb6a9f41ff4d05e6d737e5276e207 (commit)
via e23dca18a29bceafa3005d3e847f06774be16d6a (commit)
via 459c8ba0ef56e921e2125c936221782fb2efa5ff (commit)
via 4134ada9b16e8765dd14eae956dc82114d438857 (commit)
via 27e7c27e6a904cc723ca9d1aa2cab3826c06690f (commit)
via 47e40cfe1e8ec5af1aee12f7aea2240af3713d17 (commit)
via a5d2e2b188e24f515e26edc95cb032a3664b00a7 (commit)
via e965cfc76da9f50af01e484ddea71e415f8368dd (commit)
via 3c430619544948f4573040a95626b3f79dfa6a5d (commit)
via 0051c3d2dab3995ca421a30c1b85d69b330b9c07 (commit)
via 020fc5c6c12e8ca4c764860afdd9748675ef0efb (commit)
via 504ff98ab11634db6cc494cf92b8070ea4545357 (commit)
via c96bb9e3e6093624f1d6dd424cb5639b79d77e44 (commit)
via be959b1a92a5d08e3d0e38797c6744981ba18116 (commit)
via 244ad931253fdf540535736f7bd84dfb10fd4cba (commit)
via 67b155d807db7fb8720cdc64673e577912e323b1 (commit)
via c9a9c1cb59161439d183007ebb16d9f77022f167 (commit)
via 8841392b3f8de4460bb1b9a4d4a4fec85ef74ab7 (commit)
via f2b123ecd8999377289054fa36797bb1b29f47d0 (commit)
from 14588aadd792c07618ffae607f8be169ad5d7034 (commit)
- Log -----------------------------------------------------------------
commit 6197dc5faa1a4a442b5bd913082dc321d95d07cd
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat Mar 26 07:10:59 2011 +0100
Generated docs
commit c4b408f690dfa26d332d006d1afc08ead29d2add
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:17:09 2011 +0200
Translation update done using Pootle.
commit 0db26b60f41706eb5d799314e25f3cbee5ac0320
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:16:37 2011 +0200
Translation update done using Pootle.
commit af81544b38f4e7f33819372e6aad3b7f941f9f88
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:15:12 2011 +0200
Translation update done using Pootle.
commit 27743cd5c8f930050ce30b564d5341f3c43acda5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:14:33 2011 +0200
Translation update done using Pootle.
commit fcc3653d98aacdbc8e03465417f180738a92455c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:13:47 2011 +0200
Translation update done using Pootle.
commit 99731f9edb97341ddadc2cfd68dd68929c8ffd5e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:13:22 2011 +0200
Translation update done using Pootle.
commit 65745bbcdbc744ba6ffa5095c30d1ed2d1adfa87
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:09:01 2011 +0200
Translation update done using Pootle.
commit 6687fbd085f27f958af071debbb018145fb433bd
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:07:53 2011 +0200
Translation update done using Pootle.
commit 0abe38c7b763621ad63dfc64fc9638a45b94d4cb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:06:50 2011 +0200
Translation update done using Pootle.
commit f11925e79c878917ff91a20d683fa7e0a227bf6e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:06:12 2011 +0200
Translation update done using Pootle.
commit 4f2431e2e85c45396178504336a89efad8830b1e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:05:45 2011 +0200
Translation update done using Pootle.
commit d64add95a384af00b5513de092392b9e0b24bbd1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:04:53 2011 +0200
Translation update done using Pootle.
commit 9623e63039efed829ee04fc43f3e34d9554c3d55
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:04:39 2011 +0200
Translation update done using Pootle.
commit 04e1dd7a4bc3e4b0767ec6fdbdf52e4fd481c882
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:04:15 2011 +0200
Translation update done using Pootle.
commit 4d5974b563c42cf69c31f972a92d84af49a8b949
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:03:52 2011 +0200
Translation update done using Pootle.
commit 25f30d772f18d221835006bbb1e37e651ff132f4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:01:57 2011 +0200
Translation update done using Pootle.
commit a92580a788d7969036fa9810aa463cecc3912ebe
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:01:35 2011 +0200
Translation update done using Pootle.
commit 3e67bfbba4b7649237d3a2df8ac122de9a7643c8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:01:13 2011 +0200
Translation update done using Pootle.
commit cca5948079355e2b0c5cbe52a12a26969f69bc13
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:00:51 2011 +0200
Translation update done using Pootle.
commit 8716bbe71465ed34333b83796e51259ec140b9df
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 07:00:22 2011 +0200
Translation update done using Pootle.
commit b7320eea342ecaa713d67acc62f8df955bd4e6e2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:59:52 2011 +0200
Translation update done using Pootle.
commit 7748aa387b33799d32fd023cea0bb9c9445cc6d2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:59:46 2011 +0200
Translation update done using Pootle.
commit ce781c4ea26bb1e554225f31285022d63d030d66
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:59:02 2011 +0200
Translation update done using Pootle.
commit 79456663b9782cb1d071d5e8abe5a5411ab1153e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:59:01 2011 +0200
Translation update done using Pootle.
commit b75111f27c90e4643cee17b6920f7a2688195dba
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:58:26 2011 +0200
Translation update done using Pootle.
commit 6f438be16e749dda0ef7c5653821d1ad5c4a387f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:57:48 2011 +0200
Translation update done using Pootle.
commit 227017477286491a7ecc283df0a8951bbd8be5c7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:56:53 2011 +0200
Translation update done using Pootle.
commit 04165d524fe1da16592928a1eb9ccd64bf8e2d88
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:56:29 2011 +0200
Translation update done using Pootle.
commit 0ed1e744f5c9b9fad98a7ebb94abd8fe924b1cad
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:53:57 2011 +0200
Translation update done using Pootle.
commit 648f388e0feb9a4a3fbb1c859a6bae75e6050093
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:53:25 2011 +0200
Translation update done using Pootle.
commit 76e605aeab0cb6a9f41ff4d05e6d737e5276e207
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 26 06:52:42 2011 +0200
Translation update done using Pootle.
commit e23dca18a29bceafa3005d3e847f06774be16d6a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:47:42 2011 +0200
Translation update done using Pootle.
commit 459c8ba0ef56e921e2125c936221782fb2efa5ff
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:47:33 2011 +0200
Translation update done using Pootle.
commit 4134ada9b16e8765dd14eae956dc82114d438857
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:44:39 2011 +0200
Translation update done using Pootle.
commit 27e7c27e6a904cc723ca9d1aa2cab3826c06690f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:44:20 2011 +0200
Translation update done using Pootle.
commit 47e40cfe1e8ec5af1aee12f7aea2240af3713d17
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:43:10 2011 +0200
Translation update done using Pootle.
commit a5d2e2b188e24f515e26edc95cb032a3664b00a7
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Mar 25 20:43:05 2011 +0200
Translation update done using Pootle.
commit e965cfc76da9f50af01e484ddea71e415f8368dd
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:49:50 2011 +0200
Translation update done using Pootle.
commit 3c430619544948f4573040a95626b3f79dfa6a5d
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:43:14 2011 +0200
Translation update done using Pootle.
commit 0051c3d2dab3995ca421a30c1b85d69b330b9c07
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:42:38 2011 +0200
Translation update done using Pootle.
commit 020fc5c6c12e8ca4c764860afdd9748675ef0efb
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:40:48 2011 +0200
Translation update done using Pootle.
commit 504ff98ab11634db6cc494cf92b8070ea4545357
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:38:58 2011 +0200
Translation update done using Pootle.
commit c96bb9e3e6093624f1d6dd424cb5639b79d77e44
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:36:20 2011 +0200
Translation update done using Pootle.
commit be959b1a92a5d08e3d0e38797c6744981ba18116
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:33:28 2011 +0200
Translation update done using Pootle.
commit 244ad931253fdf540535736f7bd84dfb10fd4cba
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:31:48 2011 +0200
Translation update done using Pootle.
commit 67b155d807db7fb8720cdc64673e577912e323b1
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:29:29 2011 +0200
Translation update done using Pootle.
commit c9a9c1cb59161439d183007ebb16d9f77022f167
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:27:32 2011 +0200
Translation update done using Pootle.
commit 8841392b3f8de4460bb1b9a4d4a4fec85ef74ab7
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:25:30 2011 +0200
Translation update done using Pootle.
commit f2b123ecd8999377289054fa36797bb1b29f47d0
Author: mjaning <mjaning(a)gmail.com>
Date: Fri Mar 25 19:22:23 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/es/Documentation.html | 146 ++++++++++++++++++++-------------------
output/pt_BR/Documentation.html | 64 +++++++++--------
output/tr/Documentation.html | 18 +++--
po/es.po | 84 ++++++++++++++++++++--
po/pt_BR.po | 41 ++++++++++-
po/tr.po | 16 +++-
6 files changed, 246 insertions(+), 123 deletions(-)
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index a26adfc..03af1a8 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -3345,111 +3345,115 @@ ProxyPassReverseCookiePath /%7Eusuario/phpmyadmin /mirror/foo
documentación de mod_proxy</a> para más información.</p>
<h4 id="faq1_41">
- <a href="#faq1_41">1.41 When I view a database and ask to see its
-privileges, I get an error about an unknown column.</a></h4>
+ <a href="#faq1_41">1.41 Cuando veo una base de datos y pido por sus
+privilegios, obtengo un error sobre una columna desconocida.</a></h4>
-<p> The MySQL server's privilege tables are not up to date, you need to run the
-<tt>mysql_upgrade</tt> command on the server.</p>
+<p> La tablas de privilegios del servidor MySQL no están actualizadas, necesitas
+ejecutar la órden <tt>mysql_upgrade</tt> en el servidor.</p>
<h3 id="faqconfig">Configuración</h3>
<h4 id="faq2_1">
- <a href="#faq2_1">2.1 The error message "Warning: Cannot add header
-information - headers already sent by ..." is displayed, what's the
-problem?</a></h4>
-
-<p> Edit your <i>config.inc.php</i> file and ensure there is nothing (I.E. no
-blank lines, no spaces, no characters...) neither before the
-<tt><?php</tt> tag at the beginning, neither after the <tt>?></tt> tag
-at the end. We also got a report from a user under IIS, that used a zipped
-distribution kit: the file <tt>libraries/Config.class.php</tt> contained an
-end-of-line character (hex 0A) at the end; removing this character cleared
-his errors.</p>
+ <a href="#faq2_1">2.1 Obtengo el mensaje de error "Warning: Cannot add
+header information - headers already sent by ...". ¿Cuál es el
+problema?</a></h4>
+
+<p> Edita tu archivo <i>config.inc.php</i> y asegúrate que no hay nada (ni
+líneas en blanco, ni espacios, ni otros caracteres, etc.) ni antes de la
+etiqueta <tt><?php</tt> al principio, ni después de la etiqueta
+<tt>?></tt> al final. También obtuvimos reportes de un usuario ejecutando
+IIS que utilizó un kit de distribución comprimido: el archivo
+<tt>libraries/Config.class.php</tt> contenía un caracter de fin de línea
+(hex 0A) al final; eliminando este caracter solucionó estos errores.</p>
<h4 id="faq2_2">
- <a href="#faq2_2">2.2 phpMyAdmin can't connect to MySQL. What's wrong?</a></h4>
+ <a href="#faq2_2">2.2 phpMyAdmin no se puede conectar a MySQL. ¿Qué está
+mal?</a></h4>
-<p> Either there is an error with your PHP setup or your username/password is
-wrong. Try to make a small script which uses mysql_connect and see if it
-works. If it doesn't, it may be you haven't even compiled MySQL support into
-PHP.</p>
+<p> O bien hay un error en la configuración PHP o está mal el usuario o la
+contraseña. Intenta crear un script pequeño que utilice mysql_connect y
+revisa si funciona. Si no funciona, puede ser que no esté compilado en PHP
+el soporte para MySQL.</p>
<h4 id="faq2_3">
- <a href="#faq2_3">2.3 The error message "Warning: MySQL Connection
-Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
-(111) ..." is displayed. What can I do?</a></h4>
+ <a href="#faq2_3">2.3 Recibo el mensaje de error "Warning: MySQL
+Connection Failed: Can't connect to local MySQL server through socket
+'/tmp/mysql.sock' (111) ...". ¿Qué puedo hacer?</a></h4>
-<p> For RedHat users, Harald Legner suggests this on the mailing list:</p>
+<p> Para usuarios de RedHat, Harald Legner sugiere esto en la lista de correo:</p>
-<p> On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>.
-In your <i>php.ini</i> you will find a line</p>
+<p> En una máquina RedHat, el zócalo de MySQL es
+<i>/var/lib/mysql/mysql.sock</i>. En el archivo <i>php.ini</a> encontrarás
+una línea</p>
<pre>mysql.default_socket = /tmp/mysql.sock</pre>
-<p> change it to</p>
+<p> modifícala a</p>
<pre>mysql.default_socket = /var/lib/mysql/mysql.sock</pre>
-<p> Then restart apache and it will work.</p>
+<p> Reinicia Apache y funcionará.</p>
-<p> Here is a fix suggested by Brad Ummer:</p>
+<p> Este es una corrección sugerida por Brad Ummer:</p>
-<ul><li>First, you need to determine what socket is being used by MySQL.<br />
- To do this, telnet to your server and go to the MySQL bin directory. In this
-directory there should be a file named <i>mysqladmin</i>. Type
-<tt>./mysqladmin variables</tt>, and this should give you a bunch of info
-about your MySQL server, including the socket (<i>/tmp/mysql.sock</i>, for
-example).</li>
- <li>Then, you need to tell PHP to use this socket.<br /> To do this in phpMyAdmin, you need to complete the socket information in the
-<i>config.inc.php</i>.<br />
- For example: <a href="#cfg_Servers_socket" class="configrule">
+<ul><li>Primero necesitas determinar qué zócalo está siendo utilizado por MySQL.<br />
+ Para hacer esto, conéctate a tu servidor y ubícate en el directorio bin de
+MySQL. En este directorio tendría que haber un archivo llamado
+<i>mysqladmin</i>. Tipea <tt>./mysqladmin variables</tt> que debería proveer
+un montón de información sobre tu servidor MySQL incluyendo el zócalo (por
+ejemplo: <i>/tmp/mysql.sock</i>).</li>
+ <li>Luego necesitas decirle a PHP que utilice este zócalo.<br /> Para hacerlo en phpMyAdmin, necesitas completar la información del zócalo en
+el archivo <i>config.inc.php</i>.<br />
+ Por ejemplo: <a href="#cfg_Servers_socket" class="configrule">
$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>
<br /><br />
- Please also make sure that the permissions of this file allow to be readable
-by your webserver (i.e. '0755').</li>
+ También habría que asegurarse que los permisos de este archivo permitan que
+sea accesible por el servidor web (por ejemplo '0755').</li>
</ul>
-<p> Have also a look at the <a
-href="http://dev.mysql.com/doc/en/can-not-connect-to-server.html">
-corresponding section of the MySQL documentation</a>.</p>
+<p> También revisa la <a
+href="http://dev.mysql.com/doc/en/can-not-connect-to-server.html">sección
+correspondiente de la documentación de MySQL</a>.</p>
<h4 id="faq2_4">
- <a href="#faq2_4">2.4 Nothing is displayed by my browser when I try to run
-phpMyAdmin, what can I do?</a></h4>
+ <a href="#faq2_4">2.4 Nada se muestra en el navegador cuando intento
+ejecutar phpMyAdmin ¿qué puedo hacer?</a></h4>
-<p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGZip']</a>
-directive to <tt>FALSE</tt> in the phpMyAdmin configuration file. It helps
-sometime.<br />
- Also have a look at your PHP version number: if it contains
-"4.0b..." it means you're running a beta version of PHP. That's
-not a so good idea, please upgrade to a plain revision.</p>
+<p> Intenta configurar la directiva <a href="#cfg_OBGzip"
+class="configrule">$cfg['OBGZip']</a> a <tt>FALSE</tt> en el archivo de
+configuración de phpMyAdmin. A veces ayuda.<br />
+ También revisa la versión de PHP: si contiene "4.0b..." significa
+que estás ejecutando una versión beta de PHP. Eso no es una buena idea,
+porfavor actualiza a una revisión mayor.</p>
<h4 id="faq2_5">
- <a href="#faq2_5">2.5 Each time I want to insert or change a record or drop
-a database or a table, an error 404 (page not found) is displayed or, with
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie
-authentication, I'm asked to log in again. What's wrong?</a></h4>
+ <a href="#faq2_5">2.5Cada vez que intento insertar o cambiar un registro o
+borrar una base de datos o tabla obtengo un error 404 (página no encontrada)
+o necesito iniciar sesión nuevamente con autenticación <abbr
+title="HyperText Transfer Protocol">HTTP</abbr> o por cookie. ¿Qué está
+mal?</a></h4>
-<p> Check the value you set for the <a href="#cfg_PmaAbsoluteUri"
-class="configrule">$cfg['PmaAbsoluteUri']</a> directive in the phpMyAdmin
-configuration file.</p>
+<p> Revisa el valor configurado para la directiva <a href="#cfg_PmaAbsoluteUri"
+class="configrule">$cfg['PmaAbsoluteUri']</a> en el archivo de configuración
+de phpMyAdmin.</p>
<h4 id="faq2_6">
- <a href="#faq2_6">2.6 I get an "Access denied for user:
-'root@localhost' (Using password: YES)"-error when trying to access a
-MySQL-Server on a host which is port-forwarded for my localhost.</a></h4>
-
-<p> When you are using a port on your localhost, which you redirect via
-port-forwarding to another host, MySQL is not resolving the localhost as
-expected.<br />
- Erik Wasser explains: The solution is: if your host is "localhost"
-MySQL (the command line tool <code>mysql</code> as well) always tries to use
-the socket connection for speeding up things. And that doesn't work in this
-configuration with port forwarding.<br />
- If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the
-<abbr title="Transmission Control Protocol">TCP</abbr> connection.</p>
+ <a href="#faq2_6">2.6 Obtengo un error "Access denied for user:
+'root@localhost' (Using password: YES)" cuando intento acceder al
+servidor MySQL que está en un puerto redirigido por el servidor web.</a></h4>
+
+<p> Cuando estás utilizando un puerto en el servidor web redirigido a otro
+servidor, MySQL no está resolviendo 'localhost' como se espera.<br />
+ Erik Wasser lo explica: la solución si el servidor está configurado como
+"localhost" MySQL (la herramienta de línea de órdenes
+<code>mysql</code> también) siempre intenta utilizar la conexión por zócalo
+por cuestiones de eficiencia. Y eso no funciona cuando se redirige el puerto
+de conexión.<br />
+ Si se utiliza "127.0.0.1" como nombre de servidor todo funcionará
+correctamente y MySQL utilizará la conexión <abbr title="Transmission
+Control Protocol">TCP</abbr>.</p>
<h4 id="faqthemes"><a href="#faqthemes">2.7 Using and creating themes</a></h4>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 10f3d39..877f454 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -488,53 +488,55 @@ class="configrule">$cfg['Servers']</a>.</li>
<h4>Modo de autenticação por '<abbr title="HyperText Transfer
Protocol">HTTP</abbr>'</h4>
-<ul><li>Uses <abbr title="HyperText Transfer Protocol">HTTP</abbr> Basic
-authentication method and allows you to log in as any valid MySQL user.</li>
- <li>Is supported with most PHP configurations. For <abbr title="Internet
+<ul><li>Utiliza o <abbr title="HyperText Transfer Protocol">HTTP</abbr> como método
+básico de autenticação e permite você se logar com qualquer usuário válido
+do MySQL.</li>
+ <li>É suportado pela maioria das configurações PHP. Para <abbr title="Internet
Information Services">IIS</abbr> (<abbr title="Internet Server Application
-Programming Interface">ISAPI</abbr>) support using <abbr title="Common
-Gateway Interface">CGI</abbr> PHP see <a href="#faq1_32"><abbr
-title="Frequently Asked Questions">FAQ</abbr> 1.32</a>, for using with
-Apache <abbr title="Common Gateway Interface">CGI</abbr> see <a
+Programming Interface">ISAPI</abbr>) suporte via <abbr title="Common
+Gateway Interface">CGI</abbr> veja PHP <a href="#faq1_32"><abbr
+title="Frequently Asked Questions">FAQ</abbr> 1.32</a>, para uso com Apache
+<abbr title="Common Gateway Interface">CGI</abbr> veja <a
href="#faq1_35"><abbr title="Frequently Asked Questions">FAQ</abbr>
1.35</a>.</li>
- <li>See also <a href="#faq4_4"> <abbr title="Frequently Asked
-Questions">FAQ</abbr> 4.4</a> about not using the <i>.htaccess</i> mechanism
-along with '<abbr title="HyperText Transfer Protocol">HTTP</abbr>'
-authentication mode.</li>
+ <li>Veja também <a href="#faq4_4"> <abbr title="Frequently Asked
+Questions">FAQ</abbr> 4.4</a> sobre não usar o mecanismo <i>.htaccess</i> em
+conjunto com o modo de autenticação '<abbr title="HyperText Transfer
+Protocol">HTTP</abbr>'.</li>
</ul>
<h4>Modo de autenticação por 'cookie'</h4>
-<ul><li>You can use this method as a replacement for the <abbr title="HyperText
-Transfer Protocol">HTTP</abbr> authentication (for example, if you're
-running <abbr title="Internet Information Services">IIS</abbr>).</li>
- <li>Obviously, the user must enable cookies in the browser, but this is now a
-requirement for all authentication modes.</li>
- <li>With this mode, the user can truly log out of phpMyAdmin and log in back
-with the same username.</li>
- <li>If you want to log in to arbitrary server see <a
+<ul><li>Você pode utilizar este método em substituição a autenticação por <abbr
+title="HyperText Transfer Protocol">HTTP</abbr> (por exemplo, se você
+estiver rodando o <abbr title="Internet Information Services">IIS</abbr>).</li>
+ <li>Obviamente o usuário deve habilitar "cookies" em seu navegador, mas isto não
+é requisito obrigatório para todos os modos de autenticação..</li>
+ <li>Com este modo, o usuário pode realmente deslogar-se do phpMyAdmin e logar
+novamente com o mesmo nome de usuário.</li>
+ <li>Caso queira logar-se em um servidor arbitrário veja a diretiva <a
href="#AllowArbitraryServer" class="configrule">
-$cfg['AllowArbitraryServer']</a> directive.</li>
- <li>As mentioned in the <a href="#require">requirements</a> section, having the
-<tt>mcrypt</tt> extension will speed up access considerably, but is not
-required.</li>
+$cfg['AllowArbitraryServer']</a>.</li>
+ <li>Conforme mencionado na seção <a href="#require">requisitos</a>, habilitar a
+extensão <tt>mcrypt</tt> irá acelerar o acesso consideravelmente, mas isto
+não é requerido.</li>
</ul>
<h4>Modo de autenticação por 'signon'</h4>
-<ul><li>This mode is a convenient way of using credentials from another application
-to authenticate to phpMyAdmin.</li>
- <li>The other application has to store login information into session data.</li>
- <li>More details in the <a href="#cfg_Servers_auth_type">auth_type</a> section.</li>
+<ul><li>Este modo é uma forma conveniente de usar credenciais de outra aplicação
+para autenticar o phpMyAdmin.</li>
+ <li>A outra aplicação é quem deve armazenar as informações do login na sessão de
+dados.</li>
+ <li>Mais detalhes na seção <a href="#cfg_Servers_auth_type">auth_type</a>.</li>
</ul>
<h4>Modo de autenticação por 'config'</h4>
-<ul><li>This mode is the less secure one because it requires you to fill the <a
-href="#servers_user" class="configrule"> $cfg['Servers'][$i]['user']</a> and
+<ul><li>Este modo é menos seguro porque obriga você a preencher os campos <a
+href="#servers_user" class="configrule"> $cfg['Servers'][$i]['user']</a> e
<a href="#servers_user" class="configrule">
-$cfg['Servers'][$i]['password']</a> fields (and as a result, anyone who can
-read your config.inc.php can discover your username and password).
+$cfg['Servers'][$i]['password']</a> (e como resultado, qualquer um pode ler
+o seu arquivo config.inc.php e pode descobrir seu nome de usuário e senha).
<br />
But you don't need to setup a "controluser" here: using the <a
href="#servers_only_db" class="configrule">
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index d182805..58c1dfe 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -1383,18 +1383,20 @@ sunucuların listesinin verilmesi için 0'a ayarlayabilirsiniz.<br />
dizgisi bu sunucuya ayarlanmak ZORUNDADIR.</dd>
<dt id="cfg_AjaxEnable">$cfg['AjaxEnable'] boolean</dt>
- <dd>Defines whether to refresh only parts of certain pages using Ajax
-techniques. Applies only where a non-Ajax behavior is possible; for example,
-the Designer feature is Ajax-only so this directive does not apply to it.</dd>
+ <dd>Ajax tekniklerini kullanarak sadece belirli sayfaların kısımlarını yenilemek
+için tanımlar. Sadece Ajax olmayan davranışların mümkün olduğu yerde
+uygulanır; örneğin, Tasarımcı özelliği sadece Ajax'tır bundan dolayı bu
+yönerge ona uygulanmaz.</dd>
<dt id="cfg_VersionCheck">$cfg['VersionCheck'] boolean</dt>
- <dd>Enables check for latest versions using javascript on main phpMyAdmin page.</dd>
+ <dd>Ana phpMyAdmin sayfasında javascript kullanarak en son sürümü kontrol etmeyi
+etkinleştirir.</dd>
- <dt id="cfg_MaxDbList">$cfg['MaxDbList'] integer</dt>
- <dd>The maximum number of database names to be displayed in the navigation frame
-and the database list.</dd>
+ <dt id="cfg_MaxDbList">$cfg['MaxDbList'] tam sayı</dt>
+ <dd>Veritabanı listesinde ve rehber çerçevede görüntülenmesi için en fazla
+veritabanı adı sayısı.</dd>
- <dt id="cfg_MaxTableList">$cfg['MaxTableList'] integer</dt>
+ <dt id="cfg_MaxTableList">$cfg['MaxTableList'] tam sayı</dt>
<dd>The maximum number of table names to be displayed in the main panel's list
(except on the Export page). This limit is also enforced in the navigation
panel when in Light mode.</dd>
diff --git a/po/es.po b/po/es.po
index 52d924f..c6bd848 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 19:25+0100\n"
-"PO-Revision-Date: 2011-03-24 21:15+0200\n"
+"PO-Revision-Date: 2011-03-26 07:17+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: none\n"
"Language: es\n"
@@ -8735,6 +8735,8 @@ msgid ""
"<a href=\"#faq1_41\">1.41 When I view a database and ask to see its "
"privileges, I get an error about an unknown column.</a>"
msgstr ""
+"<a href=\"#faq1_41\">1.41 Cuando veo una base de datos y pido por sus "
+"privilegios, obtengo un error sobre una columna desconocida.</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3084
@@ -8742,6 +8744,8 @@ msgid ""
"The MySQL server's privilege tables are not up to date, you need to run the "
"<tt>mysql_upgrade</tt> command on the server."
msgstr ""
+"La tablas de privilegios del servidor MySQL no están actualizadas, necesitas "
+"ejecutar la órden <tt>mysql_upgrade</tt> en el servidor."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3091
@@ -8750,6 +8754,9 @@ msgid ""
"information - headers already sent by ..." is displayed, what's the "
"problem?</a>"
msgstr ""
+"<a href=\"#faq2_1\">2.1 Obtengo el mensaje de error "Warning: Cannot add "
+"header information - headers already sent by ...". ¿Cuál es el "
+"problema?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3094
@@ -8761,12 +8768,21 @@ msgid ""
"kit: the file <tt>libraries/Config.class.php</tt> contained an end-of-line "
"character (hex 0A) at the end; removing this character cleared his errors."
msgstr ""
+"Edita tu archivo <i>config.inc.php</i> y asegúrate que no hay nada (ni "
+"líneas en blanco, ni espacios, ni otros caracteres, etc.) ni antes de la "
+"etiqueta <tt><?php</tt> al principio, ni después de la etiqueta "
+"<tt>?></tt> al final. También obtuvimos reportes de un usuario ejecutando "
+"IIS que utilizó un kit de distribución comprimido: el archivo "
+"<tt>libraries/Config.class.php</tt> contenía un caracter de fin de línea "
+"(hex 0A) al final; eliminando este caracter solucionó estos errores."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3103
msgid ""
"<a href=\"#faq2_2\">2.2 phpMyAdmin can't connect to MySQL. What's wrong?</a>"
msgstr ""
+"<a href=\"#faq2_2\">2.2 phpMyAdmin no se puede conectar a MySQL. ¿Qué está "
+"mal?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3105
@@ -8776,6 +8792,10 @@ msgid ""
"works. If it doesn't, it may be you haven't even compiled MySQL support into "
"PHP."
msgstr ""
+"O bien hay un error en la configuración PHP o está mal el usuario o la "
+"contraseña. Intenta crear un script pequeño que utilice mysql_connect y "
+"revisa si funciona. Si no funciona, puede ser que no esté compilado en PHP "
+"el soporte para MySQL."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3111
@@ -8784,11 +8804,15 @@ msgid ""
"Failed: Can't connect to local MySQL server through socket '/tmp/mysql."
"sock' (111) ..." is displayed. What can I do?</a>"
msgstr ""
+"<a href=\"#faq2_3\">2.3 Recibo el mensaje de error "Warning: MySQL "
+"Connection Failed: Can't connect to local MySQL server through socket "
+"'/tmp/mysql.sock' (111) ...". ¿Qué puedo hacer?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3115
msgid "For RedHat users, Harald Legner suggests this on the mailing list:"
msgstr ""
+"Para usuarios de RedHat, Harald Legner sugiere esto en la lista de correo:"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3117
@@ -8796,38 +8820,42 @@ msgid ""
"On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>. "
"In your <i>php.ini</i> you will find a line"
msgstr ""
+"En una máquina RedHat, el zócalo de MySQL es "
+"<i>/var/lib/mysql/mysql.sock</i>. En el archivo <i>php.ini</a> encontrarás "
+"una línea"
#. type: Content of: <html><body><div><pre>
#: orig-docs/Documentation.html:3120
#, no-wrap
msgid "mysql.default_socket = /tmp/mysql.sock"
-msgstr ""
+msgstr "mysql.default_socket = /tmp/mysql.sock"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3122
msgid "change it to"
-msgstr ""
+msgstr "modifícala a"
#. type: Content of: <html><body><div><pre>
#: orig-docs/Documentation.html:3124
#, no-wrap
msgid "mysql.default_socket = /var/lib/mysql/mysql.sock"
-msgstr ""
+msgstr "mysql.default_socket = /var/lib/mysql/mysql.sock"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3126
msgid "Then restart apache and it will work."
-msgstr ""
+msgstr "Reinicia Apache y funcionará."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3128
msgid "Here is a fix suggested by Brad Ummer:"
-msgstr ""
+msgstr "Este es una corrección sugerida por Brad Ummer:"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3130
msgid "First, you need to determine what socket is being used by MySQL."
msgstr ""
+"Primero necesitas determinar qué zócalo está siendo utilizado por MySQL."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3131
@@ -8838,11 +8866,16 @@ msgid ""
"your MySQL server, including the socket (<i>/tmp/mysql.sock</i>, for "
"example)."
msgstr ""
+"Para hacer esto, conéctate a tu servidor y ubícate en el directorio bin de "
+"MySQL. En este directorio tendría que haber un archivo llamado "
+"<i>mysqladmin</i>. Tipea <tt>./mysqladmin variables</tt> que debería proveer "
+"un montón de información sobre tu servidor MySQL incluyendo el zócalo (por "
+"ejemplo: <i>/tmp/mysql.sock</i>)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3136
msgid "Then, you need to tell PHP to use this socket."
-msgstr ""
+msgstr "Luego necesitas decirle a PHP que utilice este zócalo."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3136
@@ -8850,6 +8883,8 @@ msgid ""
"To do this in phpMyAdmin, you need to complete the socket information in the "
"<i>config.inc.php</i>."
msgstr ""
+"Para hacerlo en phpMyAdmin, necesitas completar la información del zócalo en "
+"el archivo <i>config.inc.php</i>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3139
@@ -8857,6 +8892,8 @@ msgid ""
"For example: <a href=\"#cfg_Servers_socket\" class=\"configrule\"> $cfg"
"['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>"
msgstr ""
+"Por ejemplo: <a href=\"#cfg_Servers_socket\" class=\"configrule\"> "
+"$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:3144
@@ -8864,6 +8901,8 @@ msgid ""
"Please also make sure that the permissions of this file allow to be readable "
"by your webserver (i.e. '0755')."
msgstr ""
+"También habría que asegurarse que los permisos de este archivo permitan que "
+"sea accesible por el servidor web (por ejemplo '0755')."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3148
@@ -8872,6 +8911,8 @@ msgid ""
"connect-to-server.html\"> corresponding section of the MySQL documentation</"
"a>."
msgstr ""
+"También revisa la <a href=\"http://dev.mysql.com/doc/en/can-not-connect-to-"
+"server.html\">sección correspondiente de la documentación de MySQL</a>."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3153
@@ -8879,6 +8920,8 @@ msgid ""
"<a href=\"#faq2_4\">2.4 Nothing is displayed by my browser when I try to run "
"phpMyAdmin, what can I do?</a>"
msgstr ""
+"<a href=\"#faq2_4\">2.4 Nada se muestra en el navegador cuando intento "
+"ejecutar phpMyAdmin ¿qué puedo hacer?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3156
@@ -8887,6 +8930,9 @@ msgid ""
"a> directive to <tt>FALSE</tt> in the phpMyAdmin configuration file. It "
"helps sometime."
msgstr ""
+"Intenta configurar la directiva <a href=\"#cfg_OBGzip\" "
+"class=\"configrule\">$cfg['OBGZip']</a> a <tt>FALSE</tt> en el archivo de "
+"configuración de phpMyAdmin. A veces ayuda."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3159
@@ -8895,6 +8941,9 @@ msgid ""
"" it means you're running a beta version of PHP. That's not a so good "
"idea, please upgrade to a plain revision."
msgstr ""
+"También revisa la versión de PHP: si contiene "4.0b..." significa "
+"que estás ejecutando una versión beta de PHP. Eso no es una buena idea, "
+"porfavor actualiza a una revisión mayor."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3164
@@ -8904,6 +8953,11 @@ msgid ""
"with <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
"authentication, I'm asked to log in again. What's wrong?</a>"
msgstr ""
+"<a href=\"#faq2_5\">2.5Cada vez que intento insertar o cambiar un registro o "
+"borrar una base de datos o tabla obtengo un error 404 (página no encontrada) "
+"o necesito iniciar sesión nuevamente con autenticación <abbr "
+"title=\"HyperText Transfer Protocol\">HTTP</abbr> o por cookie. ¿Qué está "
+"mal?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3168
@@ -8912,6 +8966,9 @@ msgid ""
"\"configrule\">$cfg['PmaAbsoluteUri']</a> directive in the phpMyAdmin "
"configuration file."
msgstr ""
+"Revisa el valor configurado para la directiva <a href=\"#cfg_PmaAbsoluteUri\" "
+"class=\"configrule\">$cfg['PmaAbsoluteUri']</a> en el archivo de configuración "
+"de phpMyAdmin."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3173
@@ -8920,6 +8977,9 @@ msgid ""
"'root@localhost' (Using password: YES)"-error when trying to access a "
"MySQL-Server on a host which is port-forwarded for my localhost.</a>"
msgstr ""
+"<a href=\"#faq2_6\">2.6 Obtengo un error "Access denied for user: "
+"'root@localhost' (Using password: YES)" cuando intento acceder al "
+"servidor MySQL que está en un puerto redirigido por el servidor web.</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3177
@@ -8927,6 +8987,8 @@ msgid ""
"When you are using a port on your localhost, which you redirect via port-"
"forwarding to another host, MySQL is not resolving the localhost as expected."
msgstr ""
+"Cuando estás utilizando un puerto en el servidor web redirigido a otro "
+"servidor, MySQL no está resolviendo 'localhost' como se espera."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3180
@@ -8936,6 +8998,11 @@ msgid ""
"the socket connection for speeding up things. And that doesn't work in this "
"configuration with port forwarding."
msgstr ""
+"Erik Wasser lo explica: la solución si el servidor está configurado como "
+""localhost" MySQL (la herramienta de línea de órdenes "
+"<code>mysql</code> también) siempre intenta utilizar la conexión por zócalo "
+"por cuestiones de eficiencia. Y eso no funciona cuando se redirige el puerto "
+"de conexión."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3184
@@ -8943,6 +9010,9 @@ msgid ""
"If you enter \"127.0.0.1\" as hostname, everything is right and MySQL uses "
"the <abbr title=\"Transmission Control Protocol\">TCP</abbr> connection."
msgstr ""
+"Si se utiliza \"127.0.0.1\" como nombre de servidor todo funcionará "
+"correctamente y MySQL utilizará la conexión <abbr title=\"Transmission "
+"Control Protocol\">TCP</abbr>."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3187
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 39a6790..045d708 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 19:26+0100\n"
-"PO-Revision-Date: 2011-03-24 19:59+0200\n"
+"PO-Revision-Date: 2011-03-25 19:49+0200\n"
"Last-Translator: <mjaning(a)gmail.com>\n"
"Language-Team: none\n"
"Language: pt_BR\n"
@@ -1248,6 +1248,9 @@ msgid ""
"Uses <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> Basic "
"authentication method and allows you to log in as any valid MySQL user."
msgstr ""
+"Utiliza o <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> como método "
+"básico de autenticação e permite você se logar com qualquer usuário válido "
+"do MySQL."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:467
@@ -1260,6 +1263,14 @@ msgid ""
"<abbr title=\"Common Gateway Interface\">CGI</abbr> see <a href="
"\"#faq1_35\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> 1.35</a>."
msgstr ""
+"É suportado pela maioria das configurações PHP. Para <abbr title=\"Internet "
+"Information Services\">IIS</abbr> (<abbr title=\"Internet Server Application "
+"Programming Interface\">ISAPI</abbr>) suporte via <abbr title=\"Common "
+"Gateway Interface\">CGI</abbr> veja PHP <a href=\"#faq1_32\"><abbr "
+"title=\"Frequently Asked Questions\">FAQ</abbr> 1.32</a>, para uso com Apache "
+"<abbr title=\"Common Gateway Interface\">CGI</abbr> veja <a "
+"href=\"#faq1_35\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
+"1.35</a>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:476
@@ -1269,6 +1280,10 @@ msgid ""
"with '<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr>' "
"authentication mode."
msgstr ""
+"Veja também <a href=\"#faq4_4\"> <abbr title=\"Frequently Asked "
+"Questions\">FAQ</abbr> 4.4</a> sobre não usar o mecanismo <i>.htaccess</i> em "
+"conjunto com o modo de autenticação '<abbr title=\"HyperText Transfer "
+"Protocol\">HTTP</abbr>'."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:483
@@ -1282,6 +1297,9 @@ msgid ""
"Transfer Protocol\">HTTP</abbr> authentication (for example, if you're "
"running <abbr title=\"Internet Information Services\">IIS</abbr>)."
msgstr ""
+"Você pode utilizar este método em substituição a autenticação por <abbr "
+"title=\"HyperText Transfer Protocol\">HTTP</abbr> (por exemplo, se você "
+"estiver rodando o <abbr title=\"Internet Information Services\">IIS</abbr>)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:489
@@ -1289,6 +1307,8 @@ msgid ""
"Obviously, the user must enable cookies in the browser, but this is now a "
"requirement for all authentication modes."
msgstr ""
+"Obviamente o usuário deve habilitar \"cookies\" em seu navegador, mas isto não "
+"é requisito obrigatório para todos os modos de autenticação.."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:491
@@ -1296,6 +1316,8 @@ msgid ""
"With this mode, the user can truly log out of phpMyAdmin and log in back "
"with the same username."
msgstr ""
+"Com este modo, o usuário pode realmente deslogar-se do phpMyAdmin e logar "
+"novamente com o mesmo nome de usuário."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:493
@@ -1303,6 +1325,9 @@ msgid ""
"If you want to log in to arbitrary server see <a href=\"#AllowArbitraryServer"
"\" class=\"configrule\"> $cfg['AllowArbitraryServer']</a> directive."
msgstr ""
+"Caso queira logar-se em um servidor arbitrário veja a diretiva <a "
+"href=\"#AllowArbitraryServer\" class=\"configrule\"> "
+"$cfg['AllowArbitraryServer']</a>."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:496
@@ -1311,6 +1336,9 @@ msgid ""
"the <tt>mcrypt</tt> extension will speed up access considerably, but is not "
"required."
msgstr ""
+"Conforme mencionado na seção <a href=\"#require\">requisitos</a>, habilitar a "
+"extensão <tt>mcrypt</tt> irá acelerar o acesso consideravelmente, mas isto "
+"não é requerido."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:501
@@ -1323,17 +1351,21 @@ msgid ""
"This mode is a convenient way of using credentials from another application "
"to authenticate to phpMyAdmin."
msgstr ""
+"Este modo é uma forma conveniente de usar credenciais de outra aplicação "
+"para autenticar o phpMyAdmin."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:505
msgid "The other application has to store login information into session data."
msgstr ""
+"A outra aplicação é quem deve armazenar as informações do login na sessão de "
+"dados."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:507
msgid ""
"More details in the <a href=\"#cfg_Servers_auth_type\">auth_type</a> section."
-msgstr ""
+msgstr "Mais detalhes na seção <a href=\"#cfg_Servers_auth_type\">auth_type</a>."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:510
@@ -1349,6 +1381,11 @@ msgid ""
"['password']</a> fields (and as a result, anyone who can read your config."
"inc.php can discover your username and password)."
msgstr ""
+"Este modo é menos seguro porque obriga você a preencher os campos <a "
+"href=\"#servers_user\" class=\"configrule\"> $cfg['Servers'][$i]['user']</a> e "
+"<a href=\"#servers_user\" class=\"configrule\"> "
+"$cfg['Servers'][$i]['password']</a> (e como resultado, qualquer um pode ler "
+"o seu arquivo config.inc.php e pode descobrir seu nome de usuário e senha)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:519
diff --git a/po/tr.po b/po/tr.po
index 2881dfb..9811763 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 19:25+0100\n"
-"PO-Revision-Date: 2011-03-24 21:25+0200\n"
+"PO-Revision-Date: 2011-03-25 20:47+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -3475,22 +3475,28 @@ msgid ""
"techniques. Applies only where a non-Ajax behavior is possible; for example, "
"the Designer feature is Ajax-only so this directive does not apply to it."
msgstr ""
+"Ajax tekniklerini kullanarak sadece belirli sayfaların kısımlarını yenilemek "
+"için tanımlar. Sadece Ajax olmayan davranışların mümkün olduğu yerde "
+"uygulanır; örneğin, Tasarımcı özelliği sadece Ajax'tır bundan dolayı bu "
+"yönerge ona uygulanmaz."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1302
msgid "$cfg['VersionCheck'] boolean"
-msgstr ""
+msgstr "$cfg['VersionCheck'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1303
msgid ""
"Enables check for latest versions using javascript on main phpMyAdmin page."
msgstr ""
+"Ana phpMyAdmin sayfasında javascript kullanarak en son sürümü kontrol etmeyi "
+"etkinleştirir."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1306
msgid "$cfg['MaxDbList'] integer"
-msgstr ""
+msgstr "$cfg['MaxDbList'] tam sayı"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1307
@@ -3498,11 +3504,13 @@ msgid ""
"The maximum number of database names to be displayed in the navigation frame "
"and the database list."
msgstr ""
+"Veritabanı listesinde ve rehber çerçevede görüntülenmesi için en fazla "
+"veritabanı adı sayısı."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1310
msgid "$cfg['MaxTableList'] integer"
-msgstr ""
+msgstr "$cfg['MaxTableList'] tam sayı"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1311
hooks/post-receive
--
phpMyAdmin localized documentation
1
0