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
- 11 participants
- 38616 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1694-ge49f075
by Michal Čihař 05 Apr '11
by Michal Čihař 05 Apr '11
05 Apr '11
The branch, master has been updated
via e49f0752f2a9f0864b15c81b237a9bb392519da6 (commit)
from c675499cabd2e1779fadf62eb4fa43babf9ad8b4 (commit)
- Log -----------------------------------------------------------------
commit e49f0752f2a9f0864b15c81b237a9bb392519da6
Author: Brian Carcich <drbitboy(a)users.sourceforge.net>
Date: Tue Apr 5 09:20:41 2011 +0200
Minor fix for rare occurrence: zipping files with dates <1981
-----------------------------------------------------------------------
Summary of changes:
libraries/zip.lib.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/zip.lib.php b/libraries/zip.lib.php
index c6ac6e5..a8bcb98 100644
--- a/libraries/zip.lib.php
+++ b/libraries/zip.lib.php
@@ -96,7 +96,7 @@ class zipfile
{
$name = str_replace('\\', '/', $name);
- $dtime = dechex($this->unix2DosTime($time));
+ $dtime = substr( "00000000" . dechex($this->unix2DosTime($time)), -8);
$hexdtime = '\x' . $dtime[6] . $dtime[7]
. '\x' . $dtime[4] . $dtime[5]
. '\x' . $dtime[2] . $dtime[3]
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. e11854e341017e32e14bdc6b134140da788702ed
by Michal Čihař 05 Apr '11
by Michal Čihař 05 Apr '11
05 Apr '11
The branch, master has been updated
via e11854e341017e32e14bdc6b134140da788702ed (commit)
via d83bb16e13b0cd7d557f6291a1cebd3528f56131 (commit)
via 785ea2b97815c763a2dcb348e52b2161fa7c9dda (commit)
via bb3447a3ec39dad4a5fa60ebfe79092867b53598 (commit)
via 4ac081c998cd46be1526734a27ac5c3a976cb377 (commit)
via 2b1532a02edea3896ff1b5fd9b1c41aea1165ed3 (commit)
via a85b892327e22f3ef446e8318357e00ff523aabb (commit)
via caaab103ada00de0da76c193e9a25df312b1fa03 (commit)
via cfed67f015cd5cf87051a661aff6465ee693b452 (commit)
via 22895d80bdc64085f14354dcc919e6346860485e (commit)
via 1a9db9229b8372613109c71d92d26f6b467f9102 (commit)
via bf50c86e9b887f0e02b116ac78b5298567997993 (commit)
via d616c3ae09ec8baf6eea59c64d8614c552c8e75b (commit)
via 31feecaeb3eeb36204200303bbb0d10e1c4abc03 (commit)
via d0424f8659904011e2c43512e64d39f467596495 (commit)
via bca5500f602f786e314979d59f0c4f8c268aed19 (commit)
via 13824d5af273c368b432e933dd7af5692e57ad36 (commit)
from 7670f36b2a0ef5138a9662e242556af7dae8d815 (commit)
- Log -----------------------------------------------------------------
commit e11854e341017e32e14bdc6b134140da788702ed
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Apr 5 09:12:13 2011 +0200
Update translated docs
commit d83bb16e13b0cd7d557f6291a1cebd3528f56131
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 19:31:41 2011 +0200
Translation update done using Pootle.
commit 785ea2b97815c763a2dcb348e52b2161fa7c9dda
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 19:28:34 2011 +0200
Translation update done using Pootle.
commit bb3447a3ec39dad4a5fa60ebfe79092867b53598
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 19:24:22 2011 +0200
Translation update done using Pootle.
commit 4ac081c998cd46be1526734a27ac5c3a976cb377
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 19:20:51 2011 +0200
Translation update done using Pootle.
commit 2b1532a02edea3896ff1b5fd9b1c41aea1165ed3
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:54:22 2011 +0200
Translation update done using Pootle.
commit a85b892327e22f3ef446e8318357e00ff523aabb
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:54:19 2011 +0200
Translation update done using Pootle.
commit caaab103ada00de0da76c193e9a25df312b1fa03
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:53:30 2011 +0200
Translation update done using Pootle.
commit cfed67f015cd5cf87051a661aff6465ee693b452
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:53:26 2011 +0200
Translation update done using Pootle.
commit 22895d80bdc64085f14354dcc919e6346860485e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:52:15 2011 +0200
Translation update done using Pootle.
commit 1a9db9229b8372613109c71d92d26f6b467f9102
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:52:09 2011 +0200
Translation update done using Pootle.
commit bf50c86e9b887f0e02b116ac78b5298567997993
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:47:19 2011 +0200
Translation update done using Pootle.
commit d616c3ae09ec8baf6eea59c64d8614c552c8e75b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:47:02 2011 +0200
Translation update done using Pootle.
commit 31feecaeb3eeb36204200303bbb0d10e1c4abc03
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 16:46:30 2011 +0200
Translation update done using Pootle.
commit d0424f8659904011e2c43512e64d39f467596495
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 15:24:16 2011 +0200
Translation update done using Pootle.
commit bca5500f602f786e314979d59f0c4f8c268aed19
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 15:17:46 2011 +0200
Translation update done using Pootle.
commit 13824d5af273c368b432e933dd7af5692e57ad36
Author: mjaning <mjaning(a)gmail.com>
Date: Mon Apr 4 15:13:14 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/pt_BR/Documentation.html | 72 ++++++++++++++++++++------------------
output/tr/Documentation.html | 20 ++++++-----
po/pt_BR.po | 39 ++++++++++++++++++++-
po/tr.po | 30 +++++++++-------
4 files changed, 104 insertions(+), 57 deletions(-)
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 56de4a7..5e48642 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -595,46 +595,50 @@ que permite usar o caracter de final de linha padrão *nix ("<tt>
</tt>") no seu editor de texto antes de salvar um documento que você
tenha modificado.</p>
-<p> <span class="important">Configuration note:</span> Almost all configurable
-data is placed in <tt>config.inc.php</tt>. If this file does not exist,
-please refer to the <a href="#setup">Quick install</a> section to create
-one. This file only needs to contain the parameters you want to change from
-their corresponding default value in <tt>libraries/config.default.php</tt>.</p>
-
-<p> The parameters which relate to design (like colors) are placed in
-<tt>themes/themename/layout.inc.php</tt>. You might also want to create
-<i>config.footer.inc.php</i> and <i>config.header.inc.php</i> files to add
-your site specific code to be included on start and end of each page.</p>
+<p> <span class="important">Obs. para configuração:</span> Quase todos os dados
+configuráveis estão localizados em <tt>config.inc.php</tt>. Caso este
+arquivo não exista, por favor verifique a seção <a href="#setup">Instalação
+Rápida</a> para criá-lo. Este arquivo precisa conter somente os parâmetros
+que você queira alterar os respectivos valores padrão existentes em
+<tt>libraries/config.default.php</tt>.</p>
+
+<p> Os parâmetros que são relativos ao "design" (como cores) estão localizados
+em <tt>themes/themename/layout.inc.php</tt>. Você pode também querer criar
+os arquivos <i>config.footer.inc.php</i> e <i>config.header.inc.php</i> para
+adicionar um código específico no seu ambiente para que seja inserido no
+início e final de cada página.</p>
<dl><dt id="cfg_PmaAbsoluteUri">$cfg['PmaAbsoluteUri'] string</dt>
- <dd>Sets here the complete <abbr title="Uniform Resource Locator">URL</abbr>
-(with full path) to your phpMyAdmin installation's directory.
-E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
-Note also that the <abbr title="Uniform Resource Locator">URL</abbr> on some
-web servers are case–sensitive. Don’t forget the trailing slash
-at the end.<br /><br />
-
- Starting with version 2.3.0, it is advisable to try leaving this blank. In
-most cases phpMyAdmin automatically detects the proper setting. Users of
-port forwarding will need to set PmaAbsoluteUri (<a
-href="https://sourceforge.net/tracker/index.php?func=detail&aid=1340187&g…">more
-info</a>). A good test is to browse a table, edit a row and save it. There
-should be an error message if phpMyAdmin is having trouble
-auto–detecting the correct value. If you get an error that this must
-be set or if the autodetect code fails to detect your path, please post a
-bug report on our bug tracker so we can improve the code.</dd>
+ <dd>Defina aqui a <abbr title="Uniform Resource Locator">URL</abbr> (com o
+caminho completo) para o diretório de instalação do seu phpMyAdmin. ex:
+<tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
+Observe também que em alguns servidores a <abbr title="Uniform Resource
+Locator">URL</abbr> diferencia maiúsculas e minúsculas
+(case–sensitive). Não esqueça de fechar o final com a barra normal.<br /><br />
+
+ A partir da versão 2.3.0, recomenda-se deixar isto em branco. Na maior parte
+dos casos o phpMyAdmin automaticamente detecta a configuração mais
+apropriada. Usuários do redirecionamento de porta necessitarão configurar o
+PmaAbsoluteUri (<a
+href="https://sourceforge.net/tracker/index.php?func=detail&aid=1340187&g…">saiba
+mais.</a>). Um bom teste seria navegar numa tabela, editar um registro e
+salvá-lo. Deveria aparecer uma mensagem de erro se o phpMyAdmin estiver
+tendo problemas em auto–detectar o valor correto. Se você encontrar um
+erro que deva ser configurado ou se a rotina auto-detectar falhar em
+detectar o caminho, por favor submeta um report de erro em nosso "bug
+tracker" assim poderemos melhorar o código.</dd>
<dt id="cfg_PmaNoRelation_DisableWarning">$cfg['PmaNoRelation_DisableWarning'] booleano</dt>
- <dd>Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with
-master / foreign – tables (see <a href="#pmadb"
+ <dd>A partir da versão 2.3.0 o phpMyAdmin oferece inúmeros recursos para
+trabalhar com tabelas master / foreign – (veja <a href="#pmadb"
class="configrule">$cfg['Servers'][$i]['pmadb']</a>).
<br />
- If you tried to set this up and it does not work for you, have a look on the
-"Structure" page of one database where you would like to use
-it. You will find a link that will analyze why those features have been
-disabled.<br />
- If you do not want to use those features set this variable to <tt>TRUE</tt>
-to stop this message from appearing.</dd>
+ Se você tentar levantar uma configuração e ela não funcionar para você, dê
+uma olhada na página de "Estrutura" de um banco de dados onde você
+gostaria de usá-la. Você vai encontrar um link que analisa o por quê tais
+configurações foram desativadas.<br />
+ Se você não quiser usar tais recursos configure a variável para
+<tt>TRUE</tt> para que a mensagem pare de aparecer.</dd>
<dt id="cfg_SuhosinDisableWarning">$cfg['SuhosinDisableWarning'] booleano</dt>
<dd>A warning is displayed on the main page if Suhosin is detected. You can set
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index 4230ced..5a4bf9c 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -511,8 +511,9 @@ doğrulaması için yer değiştirme olarak kullanabilirsiniz (örneğin, eğer
zorundadır, ama bu şu an tüm kimlik doğrulama kipleri için gerekmektedir.</li>
<li>Bu kip ile kullanıcı tamamen phpMyAdmin'nin oturumunu kapatabilir ve aynı
kullanıcı adıyla yeniden oturum açabilir.</li>
- <li>Eğer keyfi sunucuya oturum açmak isterseniz, <a href="#AllowArbitraryServer"
-class="configrule"> $cfg['AllowArbitraryServer']</a> yönergelerine bakın.</li>
+ <li>Eğer gelişigüzel sunucuya oturum açmak isterseniz, <a
+href="#AllowArbitraryServer" class="configrule">
+$cfg['AllowArbitraryServer']</a> yönergelerine bakın.</li>
<li><a href="#require">Gereksinimler</a> bölümünde adı geçtiği gibi,
<tt>mcrypt</tt> uzantısına sahip olmak erişimi oldukça hızlandıracaktır ama
gerekli değildir.</li>
@@ -765,7 +766,7 @@ verir. Oturum sırasında kullanıcı adı ve parola tanımlama bilgilerinde
depolanır ve sonlandığında parola silinir. Eğer <tt><a
href="#AllowArbitraryServer"
class="configrule">$cfg['AllowArbitraryServer']</a></tt> etkinse, bu aynı
-zamanda keyfi sunucuya oturum açmanıza izin verir.
+zamanda gelişigüzel sunucuya oturum açmanıza izin verir.
</li>
<li>1.3.0'da sunulan '<abbr title="HyperText Transfer Protocol">HTTP</abbr>'
kimlik doğrulaması (önceki sürümlerde 'gelişmiş' olarak adlandırılırdı ve
@@ -1514,19 +1515,20 @@ sorgusunun sonuçlarını çıkartıp çıkartmayacağını tanımlar. Varsayıl
<span id="cfg_AllowArbitraryServer">$cfg['AllowArbitraryServer']</span>
boolean</dt>
<dd>Eğer etkinleştirilmişse, tanımlama bilgisi kimlik doğrulaması kullanarak
-keyfi sunuculara oturum açmanıza izin verir.
+gelişigüzel sunuculara oturum açmanıza izin verir.
<br /><br />
- <b>NOTE:</b> Please use this carefully, as this may allow users access to
-MySQL servers behind the firewall where your <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> server is placed.
+ <b>NOT:</b> Lütfen bunu dikkatli kullanın, ki bu, güvenlik duvarınız
+arkasında <abbr title="HyperText Transfer Protocol">HTTP</abbr> sunucunuzun
+bulunduğu yerdeki MySQL sunucularına kullanıcıların erişmesine izin
+verebilir.
</dd>
<dt id ="cfg_Error_Handler_display">$cfg['Error_Handler']['display'] boolean</dt>
- <dd>Whether to display errors from PHP or not.</dd>
+ <dd>PHP hatalarını görüntüleyip görüntülemeyeceği.</dd>
<dt id ="cfg_Error_Handler_gather">$cfg['Error_Handler']['gather'] boolean</dt>
- <dd>Whether to gather errors from PHP or not.</dd>
+ <dd>PHP hatalarını toplayıp toplamayacağı.</dd>
<dt id="cfg_LeftFrameLight">$cfg['LeftFrameLight'] boolean</dt>
<dd>Defines whether to use a select-based menu and display only the current
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 063a24c..9ffcf62 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-04-02 00:22+0200\n"
+"PO-Revision-Date: 2011-04-04 19:31+0200\n"
"Last-Translator: <mjaning(a)gmail.com>\n"
"Language-Team: none\n"
"Language: pt_BR\n"
@@ -1542,6 +1542,12 @@ msgid ""
"one. This file only needs to contain the parameters you want to change from "
"their corresponding default value in <tt>libraries/config.default.php</tt>."
msgstr ""
+"<span class=\"important\">Obs. para configuração:</span> Quase todos os dados "
+"configuráveis estão localizados em <tt>config.inc.php</tt>. Caso este "
+"arquivo não exista, por favor verifique a seção <a href=\"#setup\">Instalação "
+"Rápida</a> para criá-lo. Este arquivo precisa conter somente os parâmetros "
+"que você queira alterar os respectivos valores padrão existentes em "
+"<tt>libraries/config.default.php</tt>."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:581
@@ -1551,6 +1557,11 @@ msgid ""
"footer.inc.php</i> and <i>config.header.inc.php</i> files to add your site "
"specific code to be included on start and end of each page."
msgstr ""
+"Os parâmetros que são relativos ao \"design\" (como cores) estão localizados "
+"em <tt>themes/themename/layout.inc.php</tt>. Você pode também querer criar "
+"os arquivos <i>config.footer.inc.php</i> e <i>config.header.inc.php</i> para "
+"adicionar um código específico no seu ambiente para que seja inserido no "
+"início e final de cada página."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:586
@@ -1567,6 +1578,12 @@ msgid ""
"web servers are case–sensitive. Don’t forget the trailing slash "
"at the end."
msgstr ""
+"Defina aqui a <abbr title=\"Uniform Resource Locator\">URL</abbr> (com o "
+"caminho completo) para o diretório de instalação do seu phpMyAdmin. ex: "
+"<tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>. "
+"Observe também que em alguns servidores a <abbr title=\"Uniform Resource "
+"Locator\">URL</abbr> diferencia maiúsculas e minúsculas "
+"(case–sensitive). Não esqueça de fechar o final com a barra normal."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:594
@@ -1582,6 +1599,17 @@ msgid ""
"your path, please post a bug report on our bug tracker so we can improve the "
"code."
msgstr ""
+"A partir da versão 2.3.0, recomenda-se deixar isto em branco. Na maior parte "
+"dos casos o phpMyAdmin automaticamente detecta a configuração mais "
+"apropriada. Usuários do redirecionamento de porta necessitarão configurar o "
+"PmaAbsoluteUri (<a href=\"https://sourceforge.net/tracker/index.php?func=deta"
+"il&aid=1340187&group_id=23067&atid=377409\">saiba mais.</a>). Um "
+"bom teste seria navegar numa tabela, editar um registro e salvá-lo. Deveria "
+"aparecer uma mensagem de erro se o phpMyAdmin estiver tendo problemas em "
+"auto–detectar o valor correto. Se você encontrar um erro que deva ser "
+"configurado ou se a rotina auto-detectar falhar em detectar o caminho, por "
+"favor submeta um report de erro em nosso \"bug tracker\" assim poderemos "
+"melhorar o código."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:604
@@ -1595,6 +1623,9 @@ msgid ""
"master / foreign – tables (see <a href=\"#pmadb\" class=\"configrule\">"
"$cfg['Servers'][$i]['pmadb']</a>)."
msgstr ""
+"A partir da versão 2.3.0 o phpMyAdmin oferece inúmeros recursos para "
+"trabalhar com tabelas master / foreign – (veja <a href=\"#pmadb\" "
+"class=\"configrule\">$cfg['Servers'][$i]['pmadb']</a>)."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:609
@@ -1603,6 +1634,10 @@ msgid ""
""Structure" page of one database where you would like to use it. "
"You will find a link that will analyze why those features have been disabled."
msgstr ""
+"Se você tentar levantar uma configuração e ela não funcionar para você, dê "
+"uma olhada na página de "Estrutura" de um banco de dados onde você "
+"gostaria de usá-la. Você vai encontrar um link que analisa o por quê tais "
+"configurações foram desativadas."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:613
@@ -1610,6 +1645,8 @@ msgid ""
"If you do not want to use those features set this variable to <tt>TRUE</tt> "
"to stop this message from appearing."
msgstr ""
+"Se você não quiser usar tais recursos configure a variável para "
+"<tt>TRUE</tt> para que a mensagem pare de aparecer."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:616
diff --git a/po/tr.po b/po/tr.po
index 2e4092a..c3b9eac 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-04-02 14:12+0200\n"
+"PO-Revision-Date: 2011-04-04 16:54+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -1316,9 +1316,9 @@ msgid ""
"If you want to log in to arbitrary server see <a href=\"#AllowArbitraryServer"
"\" class=\"configrule\"> $cfg['AllowArbitraryServer']</a> directive."
msgstr ""
-"Eğer keyfi sunucuya oturum açmak isterseniz, <a href=\"#AllowArbitraryServer"
-"\" class=\"configrule\"> $cfg['AllowArbitraryServer']</a> yönergelerine "
-"bakın."
+"Eğer gelişigüzel sunucuya oturum açmak isterseniz, <a "
+"href=\"#AllowArbitraryServer\" class=\"configrule\"> "
+"$cfg['AllowArbitraryServer']</a> yönergelerine bakın."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:496
@@ -2010,13 +2010,13 @@ msgid ""
"in in arbitrary server if <tt><a href=\"#AllowArbitraryServer\" class="
"\"configrule\">$cfg['AllowArbitraryServer']</a></tt> enabled."
msgstr ""
-"2.2.3'te sunulan 'tanımlama bilgisi' kimlik doğrulaması kipi (<tt>"
-"$auth_type = 'cookie'</tt>) tanımlama bilgilerinin yardımıyla "
+"2.2.3'te sunulan 'tanımlama bilgisi' kimlik doğrulaması kipi "
+"(<tt>$auth_type = 'cookie'</tt>) tanımlama bilgilerinin yardımıyla "
"herhangi bir geçerli MySQL kullanıcısı gibi oturum açmanıza izin verir. "
"Oturum sırasında kullanıcı adı ve parola tanımlama bilgilerinde depolanır ve "
"sonlandığında parola silinir. Eğer <tt><a href=\"#AllowArbitraryServer\" "
"class=\"configrule\">$cfg['AllowArbitraryServer']</a></tt> etkinse, bu aynı "
-"zamanda keyfi sunucuya oturum açmanıza izin verir."
+"zamanda gelişigüzel sunucuya oturum açmanıza izin verir."
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:753
@@ -3884,7 +3884,7 @@ msgstr ""
msgid "If enabled allows you to log in to arbitrary servers using cookie auth."
msgstr ""
"Eğer etkinleştirilmişse, tanımlama bilgisi kimlik doğrulaması kullanarak "
-"keyfi sunuculara oturum açmanıza izin verir."
+"gelişigüzel sunuculara oturum açmanıza izin verir."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1424
@@ -3893,31 +3893,35 @@ msgid ""
"MySQL servers behind the firewall where your <abbr title=\"HyperText "
"Transfer Protocol\">HTTP</abbr> server is placed."
msgstr ""
+"<b>NOT:</b> Lütfen bunu dikkatli kullanın, ki bu, güvenlik duvarınız "
+"arkasında <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> sunucunuzun "
+"bulunduğu yerdeki MySQL sunucularına kullanıcıların erişmesine izin "
+"verebilir."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1429
msgid "$cfg['Error_Handler']['display'] boolean"
-msgstr ""
+msgstr "$cfg['Error_Handler']['display'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1430
msgid "Whether to display errors from PHP or not."
-msgstr ""
+msgstr "PHP hatalarını görüntüleyip görüntülemeyeceği."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1432
msgid "$cfg['Error_Handler']['gather'] boolean"
-msgstr ""
+msgstr "$cfg['Error_Handler']['gather'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1433
msgid "Whether to gather errors from PHP or not."
-msgstr ""
+msgstr "PHP hatalarını toplayıp toplamayacağı."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1435
msgid "$cfg['LeftFrameLight'] boolean"
-msgstr ""
+msgstr "$cfg['LeftFrameLight'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1436
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1693-gc675499
by Michal Čihař 05 Apr '11
by Michal Čihař 05 Apr '11
05 Apr '11
The branch, master has been updated
via c675499cabd2e1779fadf62eb4fa43babf9ad8b4 (commit)
via 0cc0ef5c7fd5dc44f8046ac4b3eb94979b49d3c4 (commit)
via b330fa7e8b3d38a39df4f963af5f8a00abd04448 (commit)
via a4187e111d79c9125939406338246c84619c2eef (commit)
via 1051eaac2cf55dda7d57fe60d7fc3e8ac3d9a4f5 (commit)
via c72c2041a61dc64cc675b0ed1fe59aed45e9be62 (commit)
via fc760840770f0a6f4b5d84a3ba461cd930e7f47d (commit)
via d4c73b41aaa8caed1c0413a96730681a70fb8b8f (commit)
via 04275acd87383dbacd897af774ed4b913f364cc2 (commit)
via ba092f91a5cea82e2105c4a0ea3e4a4bfbc28a4e (commit)
via 1a8fc7996355169cb56fe9752a5318096a3e88b8 (commit)
via 36a355e7cf33f5be1c2ba86a4d8fba1ee25a76dc (commit)
via 20b54a61aecd961579de43c10814a4149b78730c (commit)
via 2ba728c1ef20102b68400a74b94ad27c4bab2aab (commit)
via 62a5fee816f2178270ad9641605ddfb1fc3fc4a4 (commit)
via 163e72e9640222ffcf1063167d0643c6ac8286da (commit)
via 0fff30cf8c03888523b4478049ba51210e3ccca4 (commit)
via 2927e0d6de3156a731f02fa4618419edc0a15926 (commit)
via 1ce84bcba3e47729d0c69b5dd8ec0e3ba62ff269 (commit)
via debf19becfe2dee251d0b9e756869bd35beda136 (commit)
via 22b156b36c1d338c1920aecfe1c725a2ab64251a (commit)
via 38e8b8b1d6a4052428b7d8c80b96bd19555a3582 (commit)
via d671d18022d8246d9ed0218fe86d7b73cd4474f9 (commit)
via c6f793f3d7727c185a419ec08408c5b13404e6b6 (commit)
via 2409ed38a6f603b21b037d3bd83a1ce20f26f98c (commit)
via 5a3e9b30ba40a4fa8b4e7a569158d1529b683365 (commit)
via 99ee7142032b850b0bfc35994b34fcd1991089ec (commit)
via b5ceb3460b7df2a1ce62b5333154af9cd4fbdf22 (commit)
via 34d5e5046ee77b0c347428d2195ba63a9e675a87 (commit)
via 2f9eaa597e9da2252caf908a5b4ac8d7541b9b98 (commit)
via 9d10fefa6bd952b4fb43e517f1064321b1a88c7e (commit)
via 66a570e630cdb625d9d19bd7b252fea518dd845c (commit)
via 16042e88b3d70d8d7b951f6b2d27a652d88239bb (commit)
via 2fc61b1de4ffd00d280c10ed154013209fab3340 (commit)
via 03525de27b3bc39527d3d42ee707a8f78bc0ca3d (commit)
via 5896dcc220cf71268d8ff4b3465a3f085c2468cd (commit)
via e0ea44a879c9de84fdf792a96348a1f03e2c960d (commit)
via 0fa2543338d400efbe4596780b858c7a3d5c6e0e (commit)
via b180addc6416ee766a001f661fc271f8c6b0d54e (commit)
via 1cea03a0d3c1ce080ea0d7c469e47a7a350881a0 (commit)
via 6fb9a835ced16ff215f02d93f377f2135069619a (commit)
via 958190ed027505f7bf454d468c031538fc73d18f (commit)
via 7bd619ae9d48ab2ba78e2741f7519274bf2348f4 (commit)
via 6ff20f233cc89a3aa0b6f9fdfb56dd421a0e9888 (commit)
via 090dd96b95323d7d09b38727d6aa74b0fb18c1c7 (commit)
via 849bba1ce806a1d237d788a976b04b5e4a1bd774 (commit)
via 7851887a3b97c9e82f9d4777f7e2e9828039354c (commit)
via cb577447bfe1c0b0e35b06bd4eb8adf4d319334e (commit)
via e87711c460a96fe13d43c051debf617531478dd5 (commit)
via 93784578abe11d21ff588e002c9224cc9b98e55b (commit)
via ee3313db52986535296981d35d97c0b6c5ba3ed9 (commit)
via 201c9eb3f5aeb449eb2ebb53a98daa8b678e6b4e (commit)
via 7c7b58690a32aaec34c7943cbb741feed25f3ca4 (commit)
via 92b1406bd98a10986afb572e0314e4b459e1636f (commit)
via a0c885d0561b0aeea155308b73efbfcd48ed718e (commit)
via eeab2366460367638b38537e4521c6d2e44b0dc5 (commit)
via 351b454831e25f3831bd261a7b89f70d107f1319 (commit)
via f617311afce63980b3af85084f80c1bb7b721149 (commit)
via b2563c9ceaeab21ff79571a3db915ab5143b6074 (commit)
via d19bd543cc6628b4d960441153257c569ed97526 (commit)
via eb8f163b547254f3f9a40cc4a08caff7bbf68957 (commit)
via 2b10b63d58befb90e559d8124282ca706a706d7e (commit)
via 3d123378c9f1063e9df38363b2b69a378b555fdf (commit)
via 3eb3311ca8e000c4d573c04fcb900275cbef02ae (commit)
via 9665ca1182c20ced21fc33096aedbe06fecc4001 (commit)
via 54c296f4e83c0425f8acc72ea3da8c9d19a7bd62 (commit)
via c90517bf94ee4014b28f121115767c8592a518b0 (commit)
via 0dbafa3f589916c0904824869c1ef38a2e12e52a (commit)
via fdee74a57fe92d32122d569d02e0548055ddaa15 (commit)
via bd4ce7908c30f9e9427a34aaf9bd1a45b7412103 (commit)
via 3573812e5ce2d4b0c6f039c80d0379093e8b5f45 (commit)
via c8d1333179a4e987d0a6e80a25c939491c599a7d (commit)
via 850703f3e48cb5ea9c6b4f1d2c7ac1af9e15215c (commit)
via 890be77035744c1d46d4d2310d26431a363989cd (commit)
via 3535b84c1e0f7a196cce2d96c21babb462c7b644 (commit)
via a6d992d74193fb7ca461630fc8de1eadcb6e5c50 (commit)
via 1b38adf426a03c13ebc9bccd080510d4240e3d38 (commit)
via 6d84e7a8cf7ef5b7a219a45c387d47321601371e (commit)
via 5b1f25685c9c19041ca7869c60c4e9ddd32eddf4 (commit)
via 1f52af093e5b98a01410e272aaeb0bccf757c541 (commit)
via a940256e9e0126b7fbbca09bb50890da00afdad8 (commit)
via 1a13c027d911f40ef26fa8c9dbddd9e9151b0ad9 (commit)
via e94935fa0204cce9e2794e261fc19d80cb57a886 (commit)
via 0c75ce8d4380d5cc5931f0e62b8ca222a12eb986 (commit)
via 82e892e9ec371810327e7fe8349babd8143ff308 (commit)
via 2bfe1c473d275367ce2548b5d0e8690b7cc486d0 (commit)
via 8a3793dbf9548756987ea9715d5f02c5629fa91e (commit)
via fdc67a3ef735ad79705fac05c82a95c6a82906e6 (commit)
via 04974f6042005b3105653c328a7ffd14d907f276 (commit)
via a4560fd244d4a6ad1423e4c0b63068ddd835fe65 (commit)
via fa98528cf3a2b40d2b82e6e9ca7d96ba262b7af4 (commit)
via c004282f0a5a6fe57beb5137fba352e712bbd06f (commit)
via f11445827913513e6e8a75384092b1eb571c4fca (commit)
via 6e6e9992c70c7e33a7ba98498ab8b64a1b93327a (commit)
via 320fd93b2811506d3e02a4f666f8e94176be5088 (commit)
from 16ff0aed79079d963ff1a6a960d6be5be10ac0df (commit)
- Log -----------------------------------------------------------------
commit c675499cabd2e1779fadf62eb4fa43babf9ad8b4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:09:50 2011 +0200
Translation update done using Pootle.
commit 0cc0ef5c7fd5dc44f8046ac4b3eb94979b49d3c4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:08:26 2011 +0200
Translation update done using Pootle.
commit b330fa7e8b3d38a39df4f963af5f8a00abd04448
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:05:15 2011 +0200
Translation update done using Pootle.
commit a4187e111d79c9125939406338246c84619c2eef
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:05:05 2011 +0200
Translation update done using Pootle.
commit 1051eaac2cf55dda7d57fe60d7fc3e8ac3d9a4f5
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:04:56 2011 +0200
Translation update done using Pootle.
commit c72c2041a61dc64cc675b0ed1fe59aed45e9be62
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:04:04 2011 +0200
Translation update done using Pootle.
commit fc760840770f0a6f4b5d84a3ba461cd930e7f47d
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 02:01:12 2011 +0200
Translation update done using Pootle.
commit d4c73b41aaa8caed1c0413a96730681a70fb8b8f
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:59:36 2011 +0200
Translation update done using Pootle.
commit 04275acd87383dbacd897af774ed4b913f364cc2
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:59:01 2011 +0200
Translation update done using Pootle.
commit ba092f91a5cea82e2105c4a0ea3e4a4bfbc28a4e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:58:41 2011 +0200
Translation update done using Pootle.
commit 1a8fc7996355169cb56fe9752a5318096a3e88b8
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:58:27 2011 +0200
Translation update done using Pootle.
commit 36a355e7cf33f5be1c2ba86a4d8fba1ee25a76dc
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:57:52 2011 +0200
Translation update done using Pootle.
commit 20b54a61aecd961579de43c10814a4149b78730c
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:57:23 2011 +0200
Translation update done using Pootle.
commit 2ba728c1ef20102b68400a74b94ad27c4bab2aab
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:52:30 2011 +0200
Translation update done using Pootle.
commit 62a5fee816f2178270ad9641605ddfb1fc3fc4a4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:48:57 2011 +0200
Translation update done using Pootle.
commit 163e72e9640222ffcf1063167d0643c6ac8286da
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:47:47 2011 +0200
Translation update done using Pootle.
commit 0fff30cf8c03888523b4478049ba51210e3ccca4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:45:34 2011 +0200
Translation update done using Pootle.
commit 2927e0d6de3156a731f02fa4618419edc0a15926
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:43:28 2011 +0200
Translation update done using Pootle.
commit 1ce84bcba3e47729d0c69b5dd8ec0e3ba62ff269
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:42:17 2011 +0200
Translation update done using Pootle.
commit debf19becfe2dee251d0b9e756869bd35beda136
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:37:49 2011 +0200
Translation update done using Pootle.
commit 22b156b36c1d338c1920aecfe1c725a2ab64251a
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:35:14 2011 +0200
Translation update done using Pootle.
commit 38e8b8b1d6a4052428b7d8c80b96bd19555a3582
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:31:19 2011 +0200
Translation update done using Pootle.
commit d671d18022d8246d9ed0218fe86d7b73cd4474f9
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:30:35 2011 +0200
Translation update done using Pootle.
commit c6f793f3d7727c185a419ec08408c5b13404e6b6
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:27:45 2011 +0200
Translation update done using Pootle.
commit 2409ed38a6f603b21b037d3bd83a1ce20f26f98c
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:26:40 2011 +0200
Translation update done using Pootle.
commit 5a3e9b30ba40a4fa8b4e7a569158d1529b683365
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 01:21:23 2011 +0200
Translation update done using Pootle.
commit 99ee7142032b850b0bfc35994b34fcd1991089ec
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:31:26 2011 +0200
Translation update done using Pootle.
commit b5ceb3460b7df2a1ce62b5333154af9cd4fbdf22
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:28:22 2011 +0200
Translation update done using Pootle.
commit 34d5e5046ee77b0c347428d2195ba63a9e675a87
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:26:54 2011 +0200
Translation update done using Pootle.
commit 2f9eaa597e9da2252caf908a5b4ac8d7541b9b98
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:25:55 2011 +0200
Translation update done using Pootle.
commit 9d10fefa6bd952b4fb43e517f1064321b1a88c7e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:25:23 2011 +0200
Translation update done using Pootle.
commit 66a570e630cdb625d9d19bd7b252fea518dd845c
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:25:16 2011 +0200
Translation update done using Pootle.
commit 16042e88b3d70d8d7b951f6b2d27a652d88239bb
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:24:56 2011 +0200
Translation update done using Pootle.
commit 2fc61b1de4ffd00d280c10ed154013209fab3340
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:24:32 2011 +0200
Translation update done using Pootle.
commit 03525de27b3bc39527d3d42ee707a8f78bc0ca3d
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:22:35 2011 +0200
Translation update done using Pootle.
commit 5896dcc220cf71268d8ff4b3465a3f085c2468cd
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:20:39 2011 +0200
Translation update done using Pootle.
commit e0ea44a879c9de84fdf792a96348a1f03e2c960d
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:16:52 2011 +0200
Translation update done using Pootle.
commit 0fa2543338d400efbe4596780b858c7a3d5c6e0e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:14:40 2011 +0200
Translation update done using Pootle.
commit b180addc6416ee766a001f661fc271f8c6b0d54e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:11:49 2011 +0200
Translation update done using Pootle.
commit 1cea03a0d3c1ce080ea0d7c469e47a7a350881a0
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:11:29 2011 +0200
Translation update done using Pootle.
commit 6fb9a835ced16ff215f02d93f377f2135069619a
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:08:59 2011 +0200
Translation update done using Pootle.
commit 958190ed027505f7bf454d468c031538fc73d18f
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:07:09 2011 +0200
Translation update done using Pootle.
commit 7bd619ae9d48ab2ba78e2741f7519274bf2348f4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:06:06 2011 +0200
Translation update done using Pootle.
commit 6ff20f233cc89a3aa0b6f9fdfb56dd421a0e9888
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:05:47 2011 +0200
Translation update done using Pootle.
commit 090dd96b95323d7d09b38727d6aa74b0fb18c1c7
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:02:01 2011 +0200
Translation update done using Pootle.
commit 849bba1ce806a1d237d788a976b04b5e4a1bd774
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Tue Apr 5 00:01:21 2011 +0200
Translation update done using Pootle.
commit 7851887a3b97c9e82f9d4777f7e2e9828039354c
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:59:20 2011 +0200
Translation update done using Pootle.
commit cb577447bfe1c0b0e35b06bd4eb8adf4d319334e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:54:36 2011 +0200
Translation update done using Pootle.
commit e87711c460a96fe13d43c051debf617531478dd5
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:53:54 2011 +0200
Translation update done using Pootle.
commit 93784578abe11d21ff588e002c9224cc9b98e55b
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:52:49 2011 +0200
Translation update done using Pootle.
commit ee3313db52986535296981d35d97c0b6c5ba3ed9
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:25:13 2011 +0200
Translation update done using Pootle.
commit 201c9eb3f5aeb449eb2ebb53a98daa8b678e6b4e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:24:55 2011 +0200
Translation update done using Pootle.
commit 7c7b58690a32aaec34c7943cbb741feed25f3ca4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:24:43 2011 +0200
Translation update done using Pootle.
commit 92b1406bd98a10986afb572e0314e4b459e1636f
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:24:31 2011 +0200
Translation update done using Pootle.
commit a0c885d0561b0aeea155308b73efbfcd48ed718e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:24:16 2011 +0200
Translation update done using Pootle.
commit eeab2366460367638b38537e4521c6d2e44b0dc5
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:23:47 2011 +0200
Translation update done using Pootle.
commit 351b454831e25f3831bd261a7b89f70d107f1319
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:23:02 2011 +0200
Translation update done using Pootle.
commit f617311afce63980b3af85084f80c1bb7b721149
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:22:21 2011 +0200
Translation update done using Pootle.
commit b2563c9ceaeab21ff79571a3db915ab5143b6074
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:21:52 2011 +0200
Translation update done using Pootle.
commit d19bd543cc6628b4d960441153257c569ed97526
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:20:47 2011 +0200
Translation update done using Pootle.
commit eb8f163b547254f3f9a40cc4a08caff7bbf68957
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:20:12 2011 +0200
Translation update done using Pootle.
commit 2b10b63d58befb90e559d8124282ca706a706d7e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:19:34 2011 +0200
Translation update done using Pootle.
commit 3d123378c9f1063e9df38363b2b69a378b555fdf
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:19:03 2011 +0200
Translation update done using Pootle.
commit 3eb3311ca8e000c4d573c04fcb900275cbef02ae
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:16:34 2011 +0200
Translation update done using Pootle.
commit 9665ca1182c20ced21fc33096aedbe06fecc4001
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:15:16 2011 +0200
Translation update done using Pootle.
commit 54c296f4e83c0425f8acc72ea3da8c9d19a7bd62
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:14:51 2011 +0200
Translation update done using Pootle.
commit c90517bf94ee4014b28f121115767c8592a518b0
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:13:47 2011 +0200
Translation update done using Pootle.
commit 0dbafa3f589916c0904824869c1ef38a2e12e52a
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:12:23 2011 +0200
Translation update done using Pootle.
commit fdee74a57fe92d32122d569d02e0548055ddaa15
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:10:31 2011 +0200
Translation update done using Pootle.
commit bd4ce7908c30f9e9427a34aaf9bd1a45b7412103
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:07:27 2011 +0200
Translation update done using Pootle.
commit 3573812e5ce2d4b0c6f039c80d0379093e8b5f45
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:04:12 2011 +0200
Translation update done using Pootle.
commit c8d1333179a4e987d0a6e80a25c939491c599a7d
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:03:22 2011 +0200
Translation update done using Pootle.
commit 850703f3e48cb5ea9c6b4f1d2c7ac1af9e15215c
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 23:00:30 2011 +0200
Translation update done using Pootle.
commit 890be77035744c1d46d4d2310d26431a363989cd
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:58:30 2011 +0200
Translation update done using Pootle.
commit 3535b84c1e0f7a196cce2d96c21babb462c7b644
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:57:30 2011 +0200
Translation update done using Pootle.
commit a6d992d74193fb7ca461630fc8de1eadcb6e5c50
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:56:26 2011 +0200
Translation update done using Pootle.
commit 1b38adf426a03c13ebc9bccd080510d4240e3d38
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:55:49 2011 +0200
Translation update done using Pootle.
commit 6d84e7a8cf7ef5b7a219a45c387d47321601371e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:54:03 2011 +0200
Translation update done using Pootle.
commit 5b1f25685c9c19041ca7869c60c4e9ddd32eddf4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:52:08 2011 +0200
Translation update done using Pootle.
commit 1f52af093e5b98a01410e272aaeb0bccf757c541
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:51:17 2011 +0200
Translation update done using Pootle.
commit a940256e9e0126b7fbbca09bb50890da00afdad8
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:49:08 2011 +0200
Translation update done using Pootle.
commit 1a13c027d911f40ef26fa8c9dbddd9e9151b0ad9
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:48:10 2011 +0200
Translation update done using Pootle.
commit e94935fa0204cce9e2794e261fc19d80cb57a886
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:47:21 2011 +0200
Translation update done using Pootle.
commit 0c75ce8d4380d5cc5931f0e62b8ca222a12eb986
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:46:32 2011 +0200
Translation update done using Pootle.
commit 82e892e9ec371810327e7fe8349babd8143ff308
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:45:30 2011 +0200
Translation update done using Pootle.
commit 2bfe1c473d275367ce2548b5d0e8690b7cc486d0
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:45:08 2011 +0200
Translation update done using Pootle.
commit 8a3793dbf9548756987ea9715d5f02c5629fa91e
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:44:25 2011 +0200
Translation update done using Pootle.
commit fdc67a3ef735ad79705fac05c82a95c6a82906e6
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:43:06 2011 +0200
Translation update done using Pootle.
commit 04974f6042005b3105653c328a7ffd14d907f276
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:40:13 2011 +0200
Translation update done using Pootle.
commit a4560fd244d4a6ad1423e4c0b63068ddd835fe65
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:39:58 2011 +0200
Translation update done using Pootle.
commit fa98528cf3a2b40d2b82e6e9ca7d96ba262b7af4
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:39:46 2011 +0200
Translation update done using Pootle.
commit c004282f0a5a6fe57beb5137fba352e712bbd06f
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:39:30 2011 +0200
Translation update done using Pootle.
commit f11445827913513e6e8a75384092b1eb571c4fca
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Mon Apr 4 22:39:12 2011 +0200
Translation update done using Pootle.
commit 6e6e9992c70c7e33a7ba98498ab8b64a1b93327a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 17:07:21 2011 +0200
Translation update done using Pootle.
commit 320fd93b2811506d3e02a4f666f8e94176be5088
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Apr 4 17:06:58 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 294 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
po/tr.po | 2 +-
2 files changed, 231 insertions(+), 65 deletions(-)
diff --git a/po/it.po b/po/it.po
index 1e51265..ec8d0cb 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 12:53-0400\n"
-"PO-Revision-Date: 2011-04-03 22:57+0200\n"
+"PO-Revision-Date: 2011-04-05 02:09+0200\n"
"Last-Translator: Rouslan Placella <rouslan(a)placella.com>\n"
"Language-Team: italian <it(a)li.org>\n"
"Language: it\n"
@@ -1814,7 +1814,6 @@ msgstr "Totale"
#: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60
#: tbl_printview.php:333 tbl_structure.php:774
-#, fuzzy
msgid "Overhead"
msgstr "Overhead"
@@ -2586,18 +2585,16 @@ msgstr "Metti i nomi delle colonne nel primo rigo"
#: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:238
#: libraries/config/messages.inc.php:245 libraries/import/csv.php:75
#: libraries/import/ldi.php:41
-#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
-msgstr "Campo composto da"
+msgstr "Campi racchiusi da"
#: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:239
#: libraries/config/messages.inc.php:246 libraries/import/csv.php:80
#: libraries/import/ldi.php:42
-#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
-msgstr "Campo impedito da"
+msgstr "Campi prefissati da"
#: libraries/config/messages.inc.php:75 libraries/config/messages.inc.php:81
#: libraries/config/messages.inc.php:88 libraries/config/messages.inc.php:97
@@ -2727,10 +2724,9 @@ msgid "Use hexadecimal for BLOB"
msgstr "Utilizza esadecimale per i BLOB"
#: libraries/config/messages.inc.php:128
-#, fuzzy
#| msgid "Delayed inserts"
msgid "Use ignore inserts"
-msgstr "Inserimento ritardato"
+msgstr "Usa ignore inserts"
#: libraries/config/messages.inc.php:130 libraries/export/sql.php:163
msgid "Maximal length of created query"
@@ -2763,6 +2759,9 @@ msgid ""
"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
"the referenced data, [kbd]id[/kbd] is the key value"
msgstr ""
+"Ordinamento degli elementi nel menu a tendina delle chiavi esterne; "
+"[kbd]content[/kbd] sono i dati di rifereimento, [kbd]id[/kbd] é il valore "
+"della chiave"
#: libraries/config/messages.inc.php:148
msgid "Foreign key dropdown order"
@@ -3358,10 +3357,14 @@ msgid ""
"and will be deleted as soon as you close the browser window. This is "
"recommended for non-trusted environments."
msgstr ""
+"Stabilisce per quanto tempo (in secondi) un cookie di login deve essere "
+"conservato nel browser. Il predefinito di 0 vuol dire che verrá conservato "
+"solo per la sessione esistente, e verrá rimorro al momento della chiusura "
+"della finestra del browser. Questo é consigliato per ambienti di sfiducia."
#: libraries/config/messages.inc.php:294
msgid "Login cookie store"
-msgstr ""
+msgstr "Store del cookie di login"
#: libraries/config/messages.inc.php:295
msgid "Define how long (in seconds) a login cookie is valid"
@@ -3407,14 +3410,14 @@ msgid "Maximum databases"
msgstr "Massimi numero dei database"
#: libraries/config/messages.inc.php:305
-#, fuzzy
msgid ""
"Number of rows displayed when browsing a result set. If the result set "
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
-"Number of rows displayed when browsing a result set. If the result set "
-"contains more rows, Previous/Next links will be shown."
+"Il numero di righe visualizzato durante la navigazione dei risulatti. Se i "
+"risultati contengono ulteriori righe i collegamenti "Precedente" e "
+""Seguente" saranno mostrati."
#: libraries/config/messages.inc.php:306
msgid "Maximum number of rows to display"
@@ -3455,6 +3458,8 @@ msgstr "Limite memoria"
#: libraries/config/messages.inc.php:314
msgid "These are Edit, Inline edit, Copy and Delete links"
msgstr ""
+"Questi sono i collegamenti per Modifica, Modifica in Linea, Copia e "
+"Eliminazione"
#: libraries/config/messages.inc.php:315
#| msgid "Show logo in left frame"
@@ -3651,11 +3656,11 @@ msgstr "Consenti login per utenti root"
#: libraries/config/messages.inc.php:359
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth"
-msgstr ""
+msgstr "Il nome del Basic Auth Realm da visualizzare durante HTTP Auth"
#: libraries/config/messages.inc.php:360
msgid "HTTP Realm"
-msgstr ""
+msgstr "Realm HTTP"
#: libraries/config/messages.inc.php:361
msgid ""
@@ -3913,11 +3918,11 @@ msgstr ""
#: libraries/config/messages.inc.php:408
msgid "Signon session name"
-msgstr ""
+msgstr "Nome della sessione di signon"
#: libraries/config/messages.inc.php:409
msgid "Signon URL"
-msgstr ""
+msgstr "L'URL di signon"
#: libraries/config/messages.inc.php:410
msgid "Socket on which MySQL server is listening, leave empty for default"
@@ -3953,6 +3958,8 @@ msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma_table_info[/kbd]"
msgstr ""
+"La tabella che descrive i campi di visualizzazione, lascia vuoto per "
+"disabilitarne il supporto; consigliato: [kbd]pma_table_info[/kbd]"
#: libraries/config/messages.inc.php:417
#| msgid "Displaying Column Comments"
@@ -3964,6 +3971,8 @@ msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
+"Se aggiungere un instruzione DROP DATABASE IF EXISTS sulla prima linea del "
+"log quando viene creato un database."
#: libraries/config/messages.inc.php:419
msgid "Add DROP DATABASE"
@@ -3974,6 +3983,8 @@ msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
+"Se aggiungere un instruzione DROP TABLE IF EXISTS sulla prima linea del log "
+"quando viene creato una tabella."
#: libraries/config/messages.inc.php:421
msgid "Add DROP TABLE"
@@ -3984,6 +3995,8 @@ msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
+"Se aggiungere un instruzione DROP VIEW IF EXISTS sulla prima linea del log "
+"quando viene creata una vista."
#: libraries/config/messages.inc.php:423
msgid "Add DROP VIEW"
@@ -3992,6 +4005,8 @@ msgstr "Aggiungi DROP VIEW"
#: libraries/config/messages.inc.php:424
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
+"Definisce la lista delle istruzioni the l'auto-creazione utilizza per le "
+"nuove versioni."
#: libraries/config/messages.inc.php:425
#| msgid "Statements"
@@ -4003,6 +4018,8 @@ msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
+"Lascia vuoto per disabilitare il supporto per il monitoriaggio delle query "
+"SQL, consigliato: [kbd]pma_tracking[/kbd]"
#: libraries/config/messages.inc.php:427
msgid "SQL query tracking table"
@@ -4013,6 +4030,8 @@ msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
+"Se il meccanismo di monitoraggio crea versioni per tabelle e viste "
+"automaticamente."
#: libraries/config/messages.inc.php:429
#| msgid "Automatic recovery mode"
@@ -4024,6 +4043,8 @@ msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma_config[/kbd]"
msgstr ""
+"Lascia vuoto per disabilitare la memorizzazione delle preferenze degli "
+"utenti nel database, consigliato: [kbd]pma_config[/kbd]"
#: libraries/config/messages.inc.php:431
msgid "User preferences storage table"
@@ -4038,6 +4059,8 @@ msgid ""
"Disable if you know that your pma_* tables are up to date. This prevents "
"compatibility checks and thereby increases performance"
msgstr ""
+"Disabilita se sai che le tua tabelle pma_* sono aggiornate. Questo previene "
+"dei controlli di compatibilitá e cosí aumente le prestazioni"
#: libraries/config/messages.inc.php:435
msgid "Verbose check"
@@ -4048,6 +4071,8 @@ msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
+"Una descrizione di facile utilizzo di questo server. Lascia vuoto per "
+"visualizzare il nome host, invece."
#: libraries/config/messages.inc.php:437
msgid "Verbose name of this server"
@@ -4056,6 +4081,7 @@ msgstr "Nome completo di questo server"
#: libraries/config/messages.inc.php:438
msgid "Whether a user should be displayed a "show all (rows)" button"
msgstr ""
+"Se visualizzare all'utente un pulsante "mostra tutte le (righe)""
#: libraries/config/messages.inc.php:439
msgid "Allow to display all the rows"
@@ -4067,6 +4093,10 @@ msgid ""
"authentication mode because the password is hard coded in the configuration "
"file; this does not limit the ability to execute the same command directly"
msgstr ""
+"Si prega di notare che l'attivazione di questo non ha effetto con "
+"[kbd]config[/ kbd] la modalità di autenticazione perché la password è "
+"salvata nel file di configurazione; questo non limita la capacità di "
+"eseguire lo stesso comando direttamente"
#: libraries/config/messages.inc.php:441
msgid "Show password change form"
@@ -4077,13 +4107,12 @@ msgid "Show create database form"
msgstr "Mostra il modulo di creazione dei database"
#: libraries/config/messages.inc.php:443
-#, fuzzy
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode"
msgstr ""
-"Defines whether or not type fields should be initially displayed in "
-"edit/insert mode"
+"Stabilisce se i tipi dei campi dovrebbero essere visualizzati inizialmente "
+"nella modalitá di inserimento/modifica"
#: libraries/config/messages.inc.php:444
#| msgid "Show open tables"
@@ -4093,6 +4122,7 @@ msgstr "Mostra i tipi di campi"
#: libraries/config/messages.inc.php:445
msgid "Display the function fields in edit/insert mode"
msgstr ""
+"Visualizza i campi delle funzioni nelle modalita di inserimento/modifica"
#: libraries/config/messages.inc.php:446
msgid "Show function fields"
@@ -4103,6 +4133,8 @@ msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output"
msgstr ""
+"Mostra un collegamento all'output di "
+"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]"
#: libraries/config/messages.inc.php:448
msgid "Show phpinfo() link"
@@ -4115,6 +4147,8 @@ msgstr "Mostra informazioni dettagliate del server MySQL"
#: libraries/config/messages.inc.php:450
msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed"
msgstr ""
+"Definisce se le query SQL generate da phpMyAdmin devrebbero essere "
+"visualizzate"
#: libraries/config/messages.inc.php:451
msgid "Show SQL queries"
@@ -4135,6 +4169,8 @@ msgid ""
"If tooltips are enabled and a database comment is set, this will flip the "
"comment and the real name"
msgstr ""
+"Se i tooltip sono abilitati e un commento del database è impostato, questo "
+"scambierá il commento ed il vero nome"
#: libraries/config/messages.inc.php:455
msgid "Display database comment instead of its name"
@@ -4147,6 +4183,11 @@ msgid ""
"['LeftFrameTableSeparator'] directive, so only the folder is called like the "
"alias, the table name itself stays unchanged"
msgstr ""
+"Quando questo é impostato a [kbd]nested[/kbd], l'alias del nome della "
+"tabella é solo utilizzato per dividere/nidificare le tabelle in accordo con "
+"la direttiva $cfg['LeftFrameTableSeparator'], in questo modo solo la "
+"cartella é chiamata come l'alias, ma il nome della tabella stessa rimane "
+"invariato"
#: libraries/config/messages.inc.php:457
msgid "Display table comment instead of its name"
@@ -4160,6 +4201,8 @@ msgstr "Visualizza i commenti delle tabelle nei tooltip"
msgid ""
"Mark used tables and make it possible to show databases with locked tables"
msgstr ""
+"Segna le tabelle come utilizzate e quindi consenti la visualizzazione dei "
+"database con delle tabelle bloccate"
#: libraries/config/messages.inc.php:460
msgid "Skip locked tables"
@@ -4184,6 +4227,8 @@ msgid ""
"[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
"installed"
msgstr ""
+"[strong]Avviso:[/strong] richiede l'estensione SOAP di PHP o l'installazione "
+"di PEAR SOAP"
#: libraries/config/messages.inc.php:469
msgid "Enable SQL Validator"
@@ -4194,6 +4239,8 @@ msgid ""
"If you have a custom username, specify it here (defaults to [kbd]anonymous[/"
"kbd])"
msgstr ""
+"Se hai un nome utente personalizzato, specificalo qui (il predefinito é "
+"[kbd]anonymous[/kbd])"
#: libraries/config/messages.inc.php:471 tbl_tracking.php:405
#: tbl_tracking.php:456
@@ -4205,6 +4252,8 @@ msgid ""
"Suggest a database name on the "Create Database" form (if "
"possible) or keep the text field empty"
msgstr ""
+"Suggerisci un nome di database nel modulo \"Crea database\" (se possibile) o "
+"lascia il campo di testo vuoto"
#: libraries/config/messages.inc.php:473
msgid "Suggest new database name"
@@ -4223,6 +4272,9 @@ msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)"
msgstr ""
+"La dimensione dell'area di testo (campi) nella modalitá di modifica, questo "
+"valore incrementato per le aree di testo delle query SQL (x2) e per la "
+"finestra di query (x1.25)"
#: libraries/config/messages.inc.php:477
#| msgid "Add/Delete columns"
@@ -4234,6 +4286,9 @@ msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)"
msgstr ""
+"La dimensione dell'area di testo (righe) nella modalitá di modifica, questo "
+"valore incrementato per le aree di testo delle query SQL (x2) e per la "
+"finestra di query (x1.25)"
#: libraries/config/messages.inc.php:479
msgid "Textarea rows"
@@ -4266,14 +4321,19 @@ msgid ""
"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]"
msgstr ""
+"Le proxy di input come [kbd]IP: trusted HTTP header[/kbd]. Il seguente "
+"esempio specifica che phpMyAdmin dovrebbe accettare un intestazione "
+"HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente dalla proxy "
+"1.2.3.4[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]"
#: libraries/config/messages.inc.php:489
msgid "List of trusted proxies for IP allow/deny"
-msgstr ""
+msgstr "Lista dei proxy di fiducia per filtarre gli IP, accetta/rifiuta"
#: libraries/config/messages.inc.php:490
msgid "Directory on server where you can upload files for import"
msgstr ""
+"La cartella sul server dove é possibile caricare i file per l'importazione"
#: libraries/config/messages.inc.php:491
msgid "Upload directory"
@@ -4281,7 +4341,7 @@ msgstr "Cartella dei upload"
#: libraries/config/messages.inc.php:492
msgid "Allow for searching inside the entire database"
-msgstr ""
+msgstr "Consenti la ricerca all'interno di un intero database"
#: libraries/config/messages.inc.php:493
msgid "Use database search"
@@ -4292,6 +4352,8 @@ msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right"
msgstr ""
+"Quando disabilitato, gli utenti non possono impostare alcune opzioni "
+"sottostanti, indipendentemente dalla casella di controllo sulla destra"
#: libraries/config/messages.inc.php:495
msgid "Enable the Developer tab in settings"
@@ -4303,10 +4365,13 @@ msgid ""
"libraries/import.lib.php for defaults on how many queries a statement may "
"contain."
msgstr ""
+"Mostra i campi influenzati da ogni istruzione nelle questi di multiple "
+"istruzioni. Vedi libraries/import.lib.php per i valori predefiniti di quante "
+"instruzioni possono essere contenute in una query."
#: libraries/config/messages.inc.php:497
msgid "Verbose multiple statements"
-msgstr ""
+msgstr "Instruzioni multiple verbose"
#: libraries/config/messages.inc.php:498 setup/frames/index.inc.php:229
msgid "Check for latest version"
@@ -4331,6 +4396,9 @@ msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations"
msgstr ""
+"Abilita la compressione "
+"[a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] per le operazioni "
+"di importazione ed esportazione"
#: libraries/config/messages.inc.php:502
msgid "ZIP"
@@ -4415,32 +4483,40 @@ msgstr "Testo nel formato Open Document"
#: libraries/config/validate.lib.php:202 libraries/config/validate.lib.php:209
msgid "Could not connect to MySQL server"
-msgstr ""
+msgstr "Impossibile effettuare la connessione al server MySQL"
#: libraries/config/validate.lib.php:234
msgid "Empty username while using config authentication method"
msgstr ""
+"Rimuovi il nome utente durante l'utilizzo del metodo di autenticazione "
+"config"
#: libraries/config/validate.lib.php:238
msgid "Empty signon session name while using signon authentication method"
msgstr ""
+"Rimuovi il nome della sessione signon durante l'utilizzo del metodo di "
+"autenticazione signon"
#: libraries/config/validate.lib.php:242
msgid "Empty signon URL while using signon authentication method"
msgstr ""
+"Rimuovi l'URL di signon durante l'utilizzo del metodo di autenticazione "
+"signon"
#: libraries/config/validate.lib.php:276
msgid "Empty phpMyAdmin control user while using pmadb"
-msgstr ""
+msgstr "Rimuovi l'utente di controllo di phpMyAdmin durante l'utilizzo di pmadb"
#: libraries/config/validate.lib.php:280
msgid "Empty phpMyAdmin control user password while using pmadb"
msgstr ""
+"Rimuovi la parola chiave dell'utente di controllo di phpMyAdmin durante "
+"l'utilizzo di pmadb"
#: libraries/config/validate.lib.php:367
#, php-format
msgid "Incorrect IP address: %s"
-msgstr ""
+msgstr "Indirizzo IP incorretto: %s"
#. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation.
#: libraries/core.lib.php:264
@@ -4657,15 +4733,15 @@ msgstr "Modello per nomi dei file:"
#: libraries/display_export.lib.php:229
msgid "@SERVER@ will become the server name"
-msgstr ""
+msgstr "il nome del server diventerá @SERVER@"
#: libraries/display_export.lib.php:231
msgid ", @DATABASE@ will become the database name"
-msgstr ""
+msgstr ", il nome del database diventerá @DATABASE@"
#: libraries/display_export.lib.php:233
msgid ", @TABLE@ will become the table name"
-msgstr ""
+msgstr ", il nome della tabella diventerá @TABLE@"
#: libraries/display_export.lib.php:237
#, php-format
@@ -4739,6 +4815,8 @@ msgid ""
"Scroll down to fill in the options for the selected format and ignore the "
"options for other formats."
msgstr ""
+"Scorri verso il basso per inserire le opzioni per il formato selezionato e "
+"ignora le opzioni per gli altri formati."
#: libraries/display_export.lib.php:345 libraries/display_import.lib.php:260
#| msgid "Use light version"
@@ -5196,6 +5274,8 @@ msgid ""
"The port for the PBMS stream-based communications. Setting this value to 0 "
"will disable HTTP communication with the daemon."
msgstr ""
+"La porta per le comunicazioni stream-based PBMS. L'impostazione di questo "
+"valore a 0 disabiliterá le communicazioni HTTP con il daemon."
#: libraries/engines/pbms.lib.php:40
msgid "Repository Threshold"
@@ -5207,16 +5287,22 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified."
msgstr ""
+"La massima dimensione per un file di deposito di BLOB. Puoi specificare Kb, "
+"MB or GB per indicare l'unitá del valore. Il valore é assunto di essere in "
+"byte se nessun unitá é specificata."
#: libraries/engines/pbms.lib.php:45
msgid "Temp Blob Timeout"
-msgstr ""
+msgstr "Timeout del Blob Temporaneo"
#: libraries/engines/pbms.lib.php:46
msgid ""
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed "
"after this time, unless they are referenced by a record in the database."
msgstr ""
+"Il timeout, in secondi, per i BLOB temporanei. I dati di BLOB caricati sono "
+"eliminati dopo questo periodo, a meno che sono riferiti da un record del "
+"database."
#: libraries/engines/pbms.lib.php:50
#| msgid "Log file threshold"
@@ -5229,16 +5315,22 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified."
msgstr ""
+"La massima dimensione per un file temporaneo di log per BLOB. Puoi "
+"specificare Kb, MB or GB per indicare l'unitá del valore. Il valore é "
+"assunto di essere in byte se nessun unitá é specificata."
#: libraries/engines/pbms.lib.php:55
msgid "Max Keep Alive"
-msgstr ""
+msgstr "Max Keep Alive"
#: libraries/engines/pbms.lib.php:56
msgid ""
"The timeout for inactive connection with the keep-alive flag set. After this "
"time the connection will be closed. The time-out is in milliseconds (1/1000)."
msgstr ""
+"Il timeout per connessioni inattive con il flag keep-alive impostato. Dopo "
+"questo periodo questa connessione verrá chiusa. Il timeout é in millisecondi "
+"(1/1000)."
#: libraries/engines/pbms.lib.php:60
msgid "Metadata Headers"
@@ -5249,6 +5341,9 @@ msgid ""
"A \":\" delimited list of metadata headers to be used to initialize the "
"pbms_metadata_header table when a database is created."
msgstr ""
+"Una lista delimitata da \":\" con le intestazioni di metadata da utilizzare "
+"per l'inizializzazione della tabella pbms_metadata_header quando un database "
+"é creato."
#: libraries/engines/pbms.lib.php:94
#, php-format
@@ -5266,7 +5361,7 @@ msgstr "Collegamenti Associati"
#: libraries/engines/pbms.lib.php:98
msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
-msgstr ""
+msgstr "Il Blog PrimeBase Media Streaming di Barry Leslie"
#: libraries/engines/pbms.lib.php:99
msgid "PrimeBase XT Home Page"
@@ -5435,7 +5530,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:129
msgid "The PrimeBase XT Blog by Paul McCullagh"
-msgstr ""
+msgstr "Il Blog The PrimeBase XT Blog di Paul McCullagh"
#: libraries/engines/pbxt.lib.php:130
msgid "The PrimeBase Media Streaming (PBMS) home page"
@@ -5452,10 +5547,9 @@ msgid "Columns enclosed with:"
msgstr "Campi limitati da:"
#: libraries/export/csv.php:23 libraries/import/csv.php:29
-#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
-msgstr "Campi escaped con:"
+msgstr "Campi prefissati con:"
#: libraries/export/csv.php:24 libraries/import/csv.php:30
#| msgid "Lines terminated by"
@@ -6354,7 +6448,7 @@ msgstr "Questa pagina non contiene alcuna tabbella!"
#: libraries/schema/Export_Relation_Schema.class.php:207
msgid "SCHEMA ERROR: "
-msgstr ""
+msgstr "SCHEMA ERROR: "
#: libraries/schema/Pdf_Relation_Schema.class.php:877
#: libraries/schema/Pdf_Relation_Schema.class.php:1116
@@ -6420,7 +6514,7 @@ msgstr "Visualizza lo schema relazionale"
#: libraries/schema/User_Schema.class.php:356
msgid "Select Export Relational Type"
-msgstr ""
+msgstr "Seleziona il Tipo di Esportazione Relazionale"
#: libraries/schema/User_Schema.class.php:377
msgid "Show grid"
@@ -6651,7 +6745,7 @@ msgstr "FINE RAW"
#: libraries/sqlparser.lib.php:363
msgid "Automatically appended backtick to the end of query!"
-msgstr ""
+msgstr "Appendi una virgoletta ` alla fine della query!"
#: libraries/sqlparser.lib.php:366
msgid "Unclosed quote"
@@ -6850,7 +6944,6 @@ msgid "Displays a link to download this image."
msgstr "Mostra un collegamento per scaricare quest'immagine."
#: libraries/transformations/text_plain__dateformat.inc.php:9
-#, fuzzy
#| msgid ""
#| "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as "
#| "formatted date. The first option is the offset (in hours) which will be "
@@ -6871,12 +6964,13 @@ msgid ""
"gmdate() function."
msgstr ""
"Mostra i campi TIME, TIMESTAMP, DATETIME o il TIMESTAMP UNIX come data "
-"formattata. La prima opzione è l'offset (in ore) che verrà aggiunto all'ora "
-"(Default: 0). Usare la seconda opzione per specificare un differente formato "
-"di data/ora. La terza opzione determina se vuoi vedere l'ora locale o UTC "
-"(usa \"local\" o \"utc\" per questo). In relazione a questo, il formato data "
-"ha differenti valori - per \"local\" guarda la documentazione della funzione "
-"PHP strftime(); per \"utc\" viene usata la funzione gmdate()."
+"formattata. La prima opzione è la deviazione (in ore) che verrà aggiunta "
+"all'ora (Predefinito: 0). Usa la seconda opzione per specificare una string "
+"che contiene un altro formato per data/ora. La terza opzione determina se "
+"vuoi vedere l'ora locale o UTC (usa \"local\" o \"utc\") per questo. In "
+"relazione a questo, il formato data ha differenti valori - per \"local\" vedi "
+"la documentazione della funzione PHP strftime(); per \"utc\" viene usata la "
+"funzione gmdate()."
#: libraries/transformations/text_plain__external.inc.php:9
#| msgid ""
@@ -6960,6 +7054,8 @@ msgid ""
"Converts an (IPv4) Internet network address into a string in Internet "
"standard dotted format."
msgstr ""
+"Converte un indirizzo di rete Internet (IPv4) in una stringa nel formato "
+"puntato dell'Internet standard."
#: libraries/transformations/text_plain__sql.inc.php:9
msgid "Formats text as SQL query with syntax highlighting."
@@ -7134,12 +7230,20 @@ msgid ""
"validity configured in phpMyAdmin, because of this, your login will expire "
"sooner than configured in phpMyAdmin."
msgstr ""
+"Il tuo parametero PHP "
+"[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-"
+"maxlifetime(a)]session.gc_maxlifetime[/a] é inferiore alla validitá del cookie "
+"configurata in phpMyAdmin, per questo motivo, i dati di login scadranno "
+"prima di come configurato in phpMyAdmin."
#: main.php:287
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
+"Store del cookie login é inferiore alla validitá di cookie configurata in "
+"phpMyAdmin, per questo motivo, it tuo login scadrá prima di quanto "
+"configurato in phpMyAdmin."
#: main.php:295
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
@@ -7341,7 +7445,6 @@ msgid "To select relation, click :"
msgstr "Per selezionare una relazione, click :"
#: pmd_help.php:28
-#, fuzzy
#| msgid ""
#| "The display field is shown in pink. To set/unset a field as the display "
#| "field, click the \"Choose field to display\" icon, then click on the "
@@ -7351,9 +7454,9 @@ msgid ""
"column, click the \"Choose column to display\" icon, then click on the "
"appropriate column name."
msgstr ""
-"Il campi da mostrare sono in colore rosa. Per impostare/togliere un campo "
-"come campo da mostrare, clicca l'icona \"Scegli il campo da mostrare\", e "
-"poi clicca sul nome appropriato del campo."
+"Il campi da visualizzato é mostrato in rosa. Per impostare/togliere un campo "
+"come campo da mostrare, clicca l'icona \"Scegli il campo da mostrare\", e poi "
+"clicca sul nome del campo."
#: pmd_pdf.php:34
msgid "Page has been created"
@@ -8110,6 +8213,11 @@ msgid ""
"ignore all databases by default and allow only certain databases to be "
"replicated. Please select the mode:"
msgstr ""
+"Questo server non é configurato come un master in un processo di "
+"replicazione. Puoi scegliere se vuoi replicare tutti i database e ignorare "
+"solo certi (utile se vuoi replicare la maggior parte dei database) o puoi "
+"scegliere di ignorare tutti i database normalmente e consentire solo a certi "
+"database di essere replicati. Prego, scegli una modalitá:"
#: server_replication.php:219
msgid "Replicate all databases; Ignore:"
@@ -8128,6 +8236,8 @@ msgid ""
"Now, add the following lines at the end of [mysqld] section in your my.cnf "
"and please restart the MySQL server afterwards."
msgstr ""
+"Ora, aggiungi le linee seguenti alla fine della sezione [mysqld] nel tuo "
+"file my.cnf e dopo riavvia is server MySQL."
#: server_replication.php:228
msgid ""
@@ -9213,12 +9323,19 @@ msgid ""
"level directory as described in [a(a)Documentation.html#setup_script]"
"documentation[/a]. Otherwise you will be only able to download or display it."
msgstr ""
+"Prego, crea una cartella scrivibile dal web server [em]config[/em] nella "
+"cartella principale di phpMyAdmin come descritto nella "
+"[a(a)Documentation.html#setup_script]documentazione[/a] Altrimenti potrai "
+"solo scaricarlo o visualizzarlo."
#: setup/frames/index.inc.php:57
msgid ""
"You are not using a secure connection; all data (including potentially "
"sensitive information, like passwords) is transferred unencrypted!"
msgstr ""
+"Non stai utilizzando una connessione sicura; tutti i dati (inclusivo di "
+"informazioni potenzialmente riservate, come le password) sono trasferiti "
+"senza essere cifrati!"
#: setup/frames/index.inc.php:60
#, php-format
@@ -9226,6 +9343,8 @@ msgid ""
"If your server is also configured to accept HTTPS requests follow [a@%s]this "
"link[/a] to use a secure connection."
msgstr ""
+"Se il tuo server accetta anche richieste HTTPS, [a@%s]clicca qui[/a] per "
+"utilizzare la conessione sicura."
#: setup/frames/index.inc.php:64
msgid "Insecure connection"
@@ -9301,7 +9420,7 @@ msgstr "Il modulo inviato contiene degli errori"
#: setup/lib/form_processing.lib.php:44
msgid "Try to revert erroneous fields to their default values"
-msgstr ""
+msgstr "Cerca di reimpostare i campi errati con i loro valori predefiniti"
#: setup/lib/form_processing.lib.php:47
msgid "Ignore errors"
@@ -9315,12 +9434,16 @@ msgstr "Visualizza form"
msgid ""
"Neither URL wrapper nor CURL is available. Version check is not possible."
msgstr ""
+"Né URL wrapper, né CURL sono disponibili. Impossibile effettuare il "
+"controllo della versione."
#: setup/lib/index.lib.php:126
msgid ""
"Reading of version failed. Maybe you're offline or the upgrade server does "
"not respond."
msgstr ""
+"La lettura della versione é fallita. É possibile che sei offline o che il "
+"server degli aggiornamenti non risponde."
#: setup/lib/index.lib.php:143
msgid "Got invalid version string from server"
@@ -9328,7 +9451,7 @@ msgstr "Ricevuto una stringa di versione invalida dal server"
#: setup/lib/index.lib.php:150
msgid "Unparsable version string"
-msgstr ""
+msgstr "Stringa della versione non interpretabile"
#: setup/lib/index.lib.php:162
#, php-format
@@ -9351,6 +9474,11 @@ msgid ""
"proxies list%s. However, IP-based protection may not be reliable if your IP "
"belongs to an ISP where thousands of users, including you, are connected to."
msgstr ""
+"Questa %sopzione%s dovrebbe essere disabilitata siccome rende possibili gli "
+"attacchi bruteforce di login a qualunque server MySQL. Se credi che sia "
+"necessario, usa %sla lista dei proxy di fiducia%s. Comunque, la protezione a "
+"base di IP potrebbe non essere affidabile se il tuo IP appartiene ad un ISP "
+"dove migliaia di utenti, incluso te, sono connessi."
#: setup/lib/index.lib.php:252
msgid ""
@@ -9358,6 +9486,10 @@ msgid ""
"so a key was automatically generated for you. It is used to encrypt cookies; "
"you don't need to remember it."
msgstr ""
+"Non avevi impostato una parola chiave blowfish ed hai abilitato la "
+"autenticazione cookie, qundi una chiave é stata creata per te "
+"automaticamente. E utilizzata per la codifica dei cookie; non hai bisogno di "
+"ricordarla."
#: setup/lib/index.lib.php:253
#, php-format
@@ -9373,11 +9505,16 @@ msgid ""
"This value should be double checked to ensure that this directory is neither "
"world accessible nor readable or writable by other users on your server."
msgstr ""
+"Questo valore deve essere ricontrollato per assicurarsi che questa cartella "
+"non é scrivibile da tutti o leggibile o scrivibile da altri utenti sul tuo "
+"server."
#: setup/lib/index.lib.php:256
#, php-format
msgid "This %soption%s should be enabled if your web server supports it."
msgstr ""
+"Quest'%sopzione%s dovrebbe essere abilitata se il tuo web server lo "
+"supporta."
#: setup/lib/index.lib.php:258
#, php-format
@@ -9385,6 +9522,8 @@ msgid ""
"%sGZip compression and decompression%s requires functions (%s) which are "
"unavailable on this system."
msgstr ""
+"%sla compressione e decompressione GZip%s richiedono le funzioni (%s) che "
+"non sono disponibili sul tuo sistema."
#: setup/lib/index.lib.php:260
#, php-format
@@ -9393,6 +9532,9 @@ msgid ""
"invalidation if %ssession.gc_maxlifetime%s is lower than its value "
"(currently %d)."
msgstr ""
+"%sLa validitá del cookie%s maggiore di 1440 secondi potrebbe causare delle "
+"invalidazioni delle sessioni se %ssession.gc_maxlifetime%s é inferiore al "
+"suo valore (attualmente %d)."
#: setup/lib/index.lib.php:262
#, php-format
@@ -9400,6 +9542,9 @@ msgid ""
"%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
"most. Values larger than 1800 may pose a security risk such as impersonation."
msgstr ""
+"%sLa validitá del cookie%s dovrebbe essere impostata a 1800 secondi (30 "
+"minuti) al massimo. I valori maggiogi di 1800 creano un rischio di "
+"sicurezza, come impersonazione."
#: setup/lib/index.lib.php:264
#, php-format
@@ -9407,6 +9552,9 @@ msgid ""
"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin "
"cookie validity%s must be set to a value less or equal to it."
msgstr ""
+"Se usi l'autenticazione cookie ed %sstore del login cookie%s non é 0, %sLa "
+"validitá del cookie%s deve essere impostata ad un valore inferiore o uguale "
+"a questo."
#: setup/lib/index.lib.php:266
#, php-format
@@ -9416,6 +9564,11 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
+"Se credi che é necessario, usa delle ulteriori impostazioni di protezione - "
+"%saimpostazioni di autenticazione dei host%s e %slista di proxy di fiducia%"
+"s. Comunque, la protezione a base di IP potrebbe non essere affidabile se il "
+"tuo IP appartiene ad un ISP dove migliaia di utenti, incluso te, sono "
+"connessi."
#: setup/lib/index.lib.php:268
#, php-format
@@ -9426,6 +9579,11 @@ msgid ""
"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]"
"http[/kbd]."
msgstr ""
+"Hai impostato il tipo di autenticazione [kbd]config[/kbd] e hai inclusi il "
+"nome utente e la parola chiave per l'auto-login, questo non è desiderato per "
+"gli host in uso live. Chiunque che conosce o indovina il tuo URL di "
+"phpMyAdmin potrá direttamente accedere al pannello di phpMyAdmin. Imposta %"
+"sil tipo di autenticazione%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
#: setup/lib/index.lib.php:270
#, php-format
@@ -9433,6 +9591,8 @@ msgid ""
"%sZip compression%s requires functions (%s) which are unavailable on this "
"system."
msgstr ""
+"%sLa compressione Zip%s richiede la funzioni (%s) che non sono disponibili "
+"su questo sistema."
#: setup/lib/index.lib.php:272
#, php-format
@@ -9440,18 +9600,20 @@ msgid ""
"%sZip decompression%s requires functions (%s) which are unavailable on this "
"system."
msgstr ""
+"%sLa decompressione Zip%s richiede la funzioni (%s) che non sono disponibili "
+"su questo sistema."
#: setup/lib/index.lib.php:296
msgid "You should use SSL connections if your web server supports it."
-msgstr ""
+msgstr "Usa una connessione SSL se il tuo web server lo supporta."
#: setup/lib/index.lib.php:306
msgid "You should use mysqli for performance reasons."
-msgstr ""
+msgstr "Dovresti utilizzare mysqli per ragioni di prestazioni."
#: setup/lib/index.lib.php:331
msgid "You allow for connecting to the server without a password."
-msgstr ""
+msgstr "Consenti la connessione al server senza password."
#: setup/lib/index.lib.php:351
msgid "Key is too short, it should have at least 8 characters."
@@ -9459,7 +9621,7 @@ msgstr "La chiave é troppo corta, deve essere almeno 8 caratteri."
#: setup/lib/index.lib.php:358
msgid "Key should contain letters, numbers [em]and[/em] special characters."
-msgstr ""
+msgstr "La chiave deve contenere lettere, numeri [em]e[/em] caratteri speciali."
#: sql.php:87 tbl_change.php:253 tbl_select.php:26 tbl_select.php:27
#: tbl_select.php:30 tbl_select.php:33
@@ -9469,7 +9631,7 @@ msgstr "Naviga tra i valori esterni"
#: sql.php:163
#, php-format
msgid "Using bookmark \"%s\" as default browse query."
-msgstr ""
+msgstr "Usa il segnalibro \"%s\" come la query di navigazione predefinita."
#: sql.php:600 tbl_replace.php:385
#, php-format
@@ -9663,6 +9825,8 @@ msgstr ""
msgid ""
"When drawing a radar chart all values are normalized to a range [0..10]."
msgstr ""
+"Durante la creazione di diagrammi radar tutti i valori sono normalizzati ad "
+"un intervallo [0..10]."
#: tbl_chart.php:173
msgid ""
@@ -10032,17 +10196,17 @@ msgstr "Report di monitoraggio per la tabella `%s`"
#: tbl_tracking.php:182
#, php-format
msgid "Version %s is created, tracking for %s.%s is activated."
-msgstr ""
+msgstr "Versione %s creata, monitoraggio attivato per %s.%s."
#: tbl_tracking.php:190
#, php-format
msgid "Tracking for %s.%s , version %s is deactivated."
-msgstr ""
+msgstr "Monitoraggio per %s.%s, versione %s é disattivato."
#: tbl_tracking.php:198
#, php-format
msgid "Tracking for %s.%s , version %s is activated."
-msgstr ""
+msgstr "Monitoraggio per %s.%s, versione %s é attivato."
#: tbl_tracking.php:208
msgid "SQL statements executed."
@@ -10053,19 +10217,21 @@ msgid ""
"You can execute the dump by creating and using a temporary database. Please "
"ensure that you have the privileges to do so."
msgstr ""
+"Puoi eseguire il dump creando ed utilizzando un database temporaneo. Prego "
+"assicurati che hai i corretti permessi per effettuare queste azioni."
#: tbl_tracking.php:216
msgid "Comment out these two lines if you do not need them."
-msgstr ""
+msgstr "Rimuovi le linee seguenti se non né hai bisogno."
#: tbl_tracking.php:225
msgid "SQL statements exported. Please copy the dump or execute it."
-msgstr ""
+msgstr "Instruzione SQL esporatata. Copia il dump o eseguilo."
#: tbl_tracking.php:256
#, php-format
msgid "Version %s snapshot (SQL code)"
-msgstr ""
+msgstr "Versione %s del snapshot (codice SQL)"
#: tbl_tracking.php:375
msgid "Tracking statements"
@@ -10074,7 +10240,7 @@ msgstr "Instruzioni monitorate"
#: tbl_tracking.php:391 tbl_tracking.php:498
#, php-format
msgid "Show %s with dates from %s to %s by user %s %s"
-msgstr ""
+msgstr "Mostra %s con date dal %s al %s dell'utente %s %s"
#: tbl_tracking.php:404 tbl_tracking.php:455
msgid "Date"
@@ -10142,11 +10308,11 @@ msgstr "Crea versione %s di %s.%s"
#: tbl_tracking.php:667
msgid "Track these data definition statements:"
-msgstr ""
+msgstr "Monitora le istuzioni delle definizioni dei dati:"
#: tbl_tracking.php:675
msgid "Track these data manipulation statements:"
-msgstr ""
+msgstr "Monitora le istuzioni delle manipulazioni dei dati:"
#: tbl_tracking.php:683
msgid "Create version"
diff --git a/po/tr.po b/po/tr.po
index 2a2f673..b6c10a0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-23 12:53-0400\n"
-"PO-Revision-Date: 2011-03-29 10:37+0200\n"
+"PO-Revision-Date: 2011-04-04 17:07+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
"Language: tr\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1598-g16ff0ae
by Michal Čihař 04 Apr '11
by Michal Čihař 04 Apr '11
04 Apr '11
The branch, master has been updated
via 16ff0aed79079d963ff1a6a960d6be5be10ac0df (commit)
from 752a31414d5264f86be717eefbb10fdb7c5fc2c5 (commit)
- Log -----------------------------------------------------------------
commit 16ff0aed79079d963ff1a6a960d6be5be10ac0df
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Fri Apr 1 13:53:02 2011 +0100
Fix bug #3188444 (part 2) - DB-specific privileges and Ajax
-----------------------------------------------------------------------
Summary of changes:
server_privileges.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server_privileges.php b/server_privileges.php
index 1843efa..1389cb9 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -2161,7 +2161,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
. '</form>' . "\n";
} else {
// check the privileges for a particular database.
- echo '<table id="tablespecificuserrights" class="data">' . "\n"
+ echo '<form id="usersForm"><table id="tablespecificuserrights" class="data">' . "\n"
. '<caption class="tblHeaders">' . "\n"
. PMA_getIcon('b_usrcheck.png')
. ' ' . sprintf(__('Users having access to "%s"'), '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url($checkprivs) . '">' . htmlspecialchars($checkprivs) . '</a>') . "\n"
@@ -2309,7 +2309,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
. ' </tr>' . "\n";
}
echo '</tbody>' . "\n"
- . '</table>' . "\n";
+ . '</table></form>' . "\n";
// Offer to create a new user for the current database
echo '<fieldset id="fieldset_add_user">' . "\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1597-g752a314
by Michal Čihař 04 Apr '11
by Michal Čihař 04 Apr '11
04 Apr '11
The branch, master has been updated
via 752a31414d5264f86be717eefbb10fdb7c5fc2c5 (commit)
from ecd7ab7f1c5196308eeb843f7ef7313ec5e35885 (commit)
- Log -----------------------------------------------------------------
commit 752a31414d5264f86be717eefbb10fdb7c5fc2c5
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Fri Apr 1 15:16:59 2011 +0100
Fix item #1 in bug #3204461 - "Continue insertion" and ENUM columns
-----------------------------------------------------------------------
Summary of changes:
js/tbl_change.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/js/tbl_change.js b/js/tbl_change.js
index 2812c26..1a94714 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -387,8 +387,11 @@ $(document).ready(function() {
$this_element.attr('name', new_name);
if ($this_element.is('.textfield')) {
+ // do not remove the 'value' attribute for ENUM columns
+ if ($this_element.closest('tr').find('span.column_type').html() != 'enum') {
+ $this_element.attr('value', '');
+ }
$this_element
- .attr('value', '')
.unbind('change')
// Remove onchange attribute that was placed
// by tbl_change.php; it refers to the wrong row index
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1596-gecd7ab7
by Michal Čihař 04 Apr '11
by Michal Čihař 04 Apr '11
04 Apr '11
The branch, master has been updated
via ecd7ab7f1c5196308eeb843f7ef7313ec5e35885 (commit)
from 523ac3b6269b909da5e4612d8f4a9cede73fc98c (commit)
- Log -----------------------------------------------------------------
commit ecd7ab7f1c5196308eeb843f7ef7313ec5e35885
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Sat Apr 2 18:26:30 2011 +0100
Improved fix for issue#1 from bug #3204461 - "Continue insertion" and some column types
-----------------------------------------------------------------------
Summary of changes:
js/tbl_change.js | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/js/tbl_change.js b/js/tbl_change.js
index 200e665..2812c26 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -336,6 +336,11 @@ $(document).ready(function() {
*/
var target_rows = $("#insert_rows").val();
+ // remove all datepickers
+ $('.datefield,.datetimefield').each(function(){
+ $(this).datepicker('destroy');
+ });
+
if(curr_rows < target_rows ) {
while( curr_rows < target_rows ) {
@@ -400,13 +405,6 @@ $(document).ready(function() {
$changed_element.closest('tr').find('span.column_type').html()
);
});
- if ($this_element.is('.datefield') || $this_element.is('.datetimefield')) {
- // we now need to remove the remainings of the datepicker
- // from the element that we cloned
- $this_element.removeClass('hasDatepicker').next().remove();
- // and bind a new datepicker
- PMA_addDatepicker($this_element);
- }
}
if ($this_element.is('.checkbox_null')) {
@@ -479,12 +477,18 @@ $(document).ready(function() {
.each(function() {
tabindex++;
$(this).attr('tabindex', tabindex);
+ // update the IDs of textfields to ensure that they are unique
+ $(this).attr('id', "field_" + tabindex + "_3");
});
$('.control_at_footer')
.each(function() {
tabindex++;
$(this).attr('tabindex', tabindex);
});
+ // Add all the required datepickers back
+ $('.datefield,.datetimefield').each(function(){
+ PMA_addDatepicker($(this));
+ });
}
else if( curr_rows > target_rows) {
while(curr_rows > target_rows) {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 7670f36b2a0ef5138a9662e242556af7dae8d815
by Michal Čihař 04 Apr '11
by Michal Čihař 04 Apr '11
04 Apr '11
The branch, master has been updated
via 7670f36b2a0ef5138a9662e242556af7dae8d815 (commit)
via e4e7f13ba4c340f935e306052bb8e34edd176a63 (commit)
via a02312bff8f532ca84e683f3ccd65097bafe1384 (commit)
via 4a1fbf36a868814dd4ebf727f77410602d1331d4 (commit)
via 3076e481e786aca56fb0ef02c866a3cf280404e5 (commit)
via 0236d5cee80c866790ff7e13e6a47da58d2f88e6 (commit)
via 7bfa3b50c0864f64a77bf23e8e896e1e641713b3 (commit)
via 1213822460a78e617def08739aa379696b43f6f0 (commit)
via 09d35acfdb40f2c188f49f95f8d9b4e58519959b (commit)
via de8a9dc8266f3cfad4e261434fa6c20ee40872e0 (commit)
via 0adfb966ae8208680974f14d4406127086fd0f95 (commit)
via 642d815c682be15b7e93244e7e8c20799e1bd959 (commit)
via 7dec40a7e46e0f83ea52bd065a88208aea2761a7 (commit)
via f479395c586cfb6589d7649d07a01eff0ee26e98 (commit)
via 6a06b98c92938549af17f5a743f85b25fac4708e (commit)
via 053d245c1b9fcc633bedff4f8709686a1144f759 (commit)
via e0c2be3037db9e6db3fb517ce616845d4d03bb8f (commit)
via eb999670f69d28396dee099ad840aec0bb4992f7 (commit)
via 27638979646a744ffafcc369d6b1dbbed54fc433 (commit)
via 4b7bd971ea68d67ef80835f4f09fe31bfe46933d (commit)
via ae1fa9ab0d77baa6671f54cdb921e5d7a9b5ed9a (commit)
via f6f25dfba9bfff27c0a99f58436ed6c4f2a06459 (commit)
via 815f458819290c7e67e251f259cfc97123b67662 (commit)
via bf0e7e03fd6512ba2923729681f7e18bf4324463 (commit)
via b7593557344e508ca6d12ae7ae788276323d8c8c (commit)
via e66b42c7dad2a52581d0ce4f29e994fd648c7187 (commit)
via 6a6ccfe5a7cf76f7e9f96e659fec91fa992be294 (commit)
via 02d06d0063b394deb5cabf73854b22cc37fa1436 (commit)
via 7fd02b14670a685f5dfd2b3ffd487464ea53a888 (commit)
via 57d0cf9f5e10b95bef1be6b6f05709a6f55c5b36 (commit)
via ba62632c3517dd917f86f06121b5b4e332421186 (commit)
via 015875fb54281a7c71829110ff415307e946333d (commit)
via d2cdfe0a8f552c1cfbcf2a0e684047c79b29b62f (commit)
via 7c2d727050db4e27c916e44e7c8bea6495266dd6 (commit)
via f70ca5fce66d4989a877eb29f9085fde05a59753 (commit)
via db1f408e6a6a5753013fed5b73c2b0c289d747f2 (commit)
via edb4261431d692fb463694b85f026128d1c7e3c9 (commit)
via b6fbaede9a96c495f0d79f8de3b6ea720036ae81 (commit)
via 3a7fe4602ba41684341ba1fc3426c3dbaaa9bce2 (commit)
via 4ff128f4133803b4e44607ecc59b2f13cf6e45a5 (commit)
via 73791827f5baa22edcd87eca84a5203473fad9fd (commit)
via 196749158edec90c4447d870e70a942035372fa7 (commit)
via 707b21154af9d1d0255dbe381d278c8fd52614e7 (commit)
via af9f5d7b25e8055b7a71bad64ba4f5c458c4ba7b (commit)
via b61a401af9e753ef9c7995bb708acf12f491ad0b (commit)
via 39b6b9cf884a892af2c065b98110f1828746478e (commit)
via 88dc15b8b93e35191dfa9f0132bdfd29eeb7fc7b (commit)
via 4c675c730cf63ae61406138351d1daf255c60ca7 (commit)
via ddfa8f8e2245073c9d98f647b2645c7be2801dd4 (commit)
via 6e483926cf9a7d6c497f140d0c678b685e1ad9af (commit)
via 71ad08e4d4de5941f096b14491c13f48b6f38909 (commit)
via c5624e342bd13209b788fa97c18ed5e71441fd1b (commit)
via 98aa4c4c5b13c43690aa9a28ac0aac11318d3004 (commit)
via 7eb97c1c396eecb0ce6860a2010cb660a5813249 (commit)
via 5fece492675a8dab79eed266de17b976a5273cea (commit)
via b6018fafdc73ad645b03578988929550f07b6ea2 (commit)
via abac7c8332e7b47586f9f3f14a1b4c54da0ab6e5 (commit)
via 55920b5a3db9419b525e6259816775e23f4cb218 (commit)
via 32d9a1bc3ad4719c139b417f848a8d33a2db3b92 (commit)
via 3704a006eb90a99c8f0113bf6d1e4c6331205d4b (commit)
via 2a905075aa441e4fb79ecf80bc9d4f61e06d674a (commit)
via 834a977420eb48d4fe68d1d5459c5127d80eecc2 (commit)
via b69235888c2f163d458b0964d64f1df42776b4b6 (commit)
via 1a7d3cc8a839458d32ceeda6c13697561655f121 (commit)
via 6429eba818224776a58e091c781a10433c74072f (commit)
via 634d87a80d8708150a9554f8392a786bf35a41a3 (commit)
via 3231d27f13a9e7d004ef566543e6f329633c8fd2 (commit)
via 6c10bb6348e7fc3fa1402578ea8f911bb0459e91 (commit)
via 0483755c9013455d9203c405063ddfaa1dd921e0 (commit)
via ba62c981557dc345d8db26e85d8913b05763302c (commit)
via c9e54500c21cf1e3dfe85b4de869ec7d17be91c9 (commit)
via 28cc6e94143e0a918f32e0e86ca86d7f0049b2eb (commit)
via 884f171112db5b010ae1c908916dec39089c409f (commit)
via 9e16071ff2684b4ad394bdb12ce7ae2dbc2e1b0f (commit)
via e7ac3d93fe7ed23042d20134e2e8800eeb3ceafb (commit)
via 36a3019dcfeee7ed95bf6ec4d4267d1078ecb023 (commit)
via 3a33409a1112809809184bd4c715de789094101c (commit)
via e33959592c3a7a152a65f70d80f3da61cd7f8816 (commit)
via 552344022af0a5abec45afa2b665e39ac0f9f550 (commit)
via 9ca88054f0784a523ddc9ebe50e1e54e7d363bb6 (commit)
via 04f35526201871cb8cacf3a96f754d233adea386 (commit)
via 31e12fc572195c61e95481ffd39dc6a41c4762aa (commit)
via ea35963dc2ac5579447b9b210349a3a6d119f8d2 (commit)
via 1ae826d2e4c98546fdc075bc10bd32766cea96a7 (commit)
via c61d7c9df6e540c24b7c31173f19bfe5d1637f7e (commit)
via 1ad8a92be2d7a75e27b99fd1c6bfb31fd4f58536 (commit)
via a50a1469a682f4ef8ae94c048f49b218607ad3ba (commit)
via 2bbf30f1276ab40e491b96ac8fe2a9c2d4960819 (commit)
via ee5ac6aa161e2a0e67e7b3d3308d8048bf847686 (commit)
via 54c051596d67850f60d86cd15169675c3f6e6349 (commit)
via 14b7e7d6b723d4e89f7958e8993ff6fd7f31a729 (commit)
via ae94269044c13dcb1694f711c150bb0a494c59ac (commit)
via 0093653155bfa0e29d24903e6d4dbceaa60e105d (commit)
via c25c8c70186a3d33f06bd5a4eff332a9f4508e84 (commit)
via d023a02479bf7eab54ff375ad6b91806bb1fa2df (commit)
via bb1e6a3df3c5f15d464965101f339b50ee71c922 (commit)
via f0f7cb835e729bc15363d2d560c890503b2fb5c2 (commit)
via 7a2572710d114476e02e21de47b91109e5c0777a (commit)
via a9f07d059f7e118685eb4674a585b82f18fd2f97 (commit)
via b1fedd2bcde6d638b94cb87780a637742cb64ae3 (commit)
via 958d9e96ddf17c758fd0ab56a87fdc184c51cb64 (commit)
via 10d5cb82b971453d664cd2ef4a16f92804722313 (commit)
via bbe84a13d97ef164ca0ea8531789b2db6a004995 (commit)
via 131d8acd9906348e181bd553e88f566fa2d64947 (commit)
via 1210b4002b18a5d63ca1942f422c3e18f8890025 (commit)
via bbb54d73446f7431bce1c5d08a8de94ed7e830bb (commit)
via 87c009fb05374e281f6dd265501091357ddfb0d7 (commit)
via 24f9ce8e4757e0698a3522e95e1d9d1f09771fd4 (commit)
via 75090092f00d345499777929df15439c9004dc4b (commit)
via 850c3a60d4f6ecf794617b189fd5fbd300f9566e (commit)
via a3475c276744c0f4dd3eb375e09ee536076242a7 (commit)
via e0b6573c381afca30049e2e35f17235028aeec8a (commit)
via 4b0ba85bd3f6dd860d4b43b3f22a397214e2d46f (commit)
via 24b2e7123143869f5d078134b4b64150ce44bc12 (commit)
via fba5ab9d7ea9868f6361346b21a73bf69a6fcb5a (commit)
via 5f20b462c5681c304743f5f1701e7f79e154baa6 (commit)
via f3cac5eef510ad3d403e12eaac2f6c35493cbcc5 (commit)
via c6117fd9154ed7aef85b64010194115ad39851f8 (commit)
via 14cf18f86d8bd86bdea1ef2cdd45de9040317dcc (commit)
via ce3b89dd9215e7d2989e79eb58c899b4323dd24b (commit)
via 98069d667b7d08b0aa5437c87d93f2fc06ee8e72 (commit)
via c8f11313e4bb150d5326ab7aa3fd58039d02d5e1 (commit)
via 7b3478cff7169ba9ac37a359b5107dc63d85d0b1 (commit)
via 1e4b7256fa44d19217c9195bcaa903d62b1d1d0f (commit)
via 0f38760ace3c8cff581007b015aca126ac8305db (commit)
via 32796ae03b9ca8c10a0c9588dd1f2ee45780fbb1 (commit)
via 9dd43daa17f76b232ca5b51a10cfb00b74c2e67e (commit)
via 6730696d27fd0fc1cf73afc7ac2afe3ef9f454cd (commit)
via 462f0b9654d6f6d136c7f2c3c365082e9aa3937f (commit)
via 3ff040baa13f7512f43cc343b97fbc6564dcb2db (commit)
via e7f63eec5226ec2e44839f072217cb9c9ed2614a (commit)
via a821b7e09016efdb5bc5d65a955f96f8b7277a78 (commit)
via f544e3ddc6943e9b23935fa30a13a30dfd6bb289 (commit)
via a5784fcd485deab980470b11154fa9d57e736a7b (commit)
via 2c2743e176589c29e0620f1936a805877c50dc8d (commit)
via d53bcb99d2af1dae554fc8c4fd95c0edb03c7154 (commit)
via c1c672fa98a628e2b988b6215722647df2c4806f (commit)
via baa517f05258c4c3a1c91276eeddaa79ecb174e8 (commit)
via ce1c49eaf6d60396580ea6323ea6fc0d0e3c1a0d (commit)
via d0d6869f953c77cf14a1e5d3d13807a938d2f9f6 (commit)
via eec8d53f7d7d05b5d3a5710e3c8bcc877011352d (commit)
via 01701d8539ed54c6390077b3d600b3b19650a47a (commit)
via c958253576cf1aa9da6a2be126444230cc0ef683 (commit)
via 167fc93bbcefc8d1018c4781b8d120e69d0d1b77 (commit)
via b28366ea73d342d14a7119e4992ddd2b6ad18bb5 (commit)
via fcbfaafce374c555b8ef7d32eb82be36dd68d856 (commit)
via 2b90e57deae60d403e0e0a4d6f6ac6785edcefb9 (commit)
via ff2803cb8dc312aba32181917a90d3efe4886d6e (commit)
via 511f091b2f522eac3078c6b63c95b2b9d1ee23eb (commit)
via c89ba355c48d5774c0f47451d4cb6d29e340a9c5 (commit)
via 8728eb2d173dda9f565f1aea5a01b7613a0402da (commit)
via 607ddc88e2b98d3b2a9ed063ea65165b65aedb90 (commit)
via d8a4620f9d91b16a72b095975b535e41a5c27f22 (commit)
via 41264fa6770ba32d5a22f774b2c5e8934d618a21 (commit)
via 1d1c4e6d895b8947a95edda75d1678c1178bd784 (commit)
via 60e7b8d81dabe95d2559dfbab4ce43f9d61f3eee (commit)
via e11f138a88a2850a30925dc9688b294f4c13ea23 (commit)
via 8415bd46c59e6b32a5f90dd3fef79329b5f8b836 (commit)
via 4d30e016891f5e4e1172496a82aa8f625378d30f (commit)
via 439543568f1e7e0aed72ba6cba2b177b0db876a9 (commit)
via 7f112bfb8c0cbab38e6a34b48feef3583b2520f4 (commit)
via e82e208cd9fa5184a2d2afbd5bd255e3ec3a5743 (commit)
via 72316a358d7c89eb6669e4778ab5078aba21fae5 (commit)
via 9ec5530e15eca4e82d4d2a47b822c16f4517dae2 (commit)
via e5d7f662b13170eb0e94ea7cdd80dd74199c9121 (commit)
via 2fc48b0a6608b206e51456ffe5e049308f6da89d (commit)
via 1965761a2591e1e0032582cabae5fc1546cd90d1 (commit)
via b151d35173d691b4d86414b2fa4ef5518d3776a2 (commit)
via e8200bc0c04a5bfb005514949997b48c2f6a1709 (commit)
via a1ce8af89540bf9d92f28edc292840a62cffa8e0 (commit)
via 4b81aeaf443f875efa27dad1b9add1b793d053ee (commit)
via f14aa407105d01c48f5efaa863d0afe0c5dda1ae (commit)
via 3e51c32c616ed4b3a325b3c5ad7b7435ed254e23 (commit)
via a66f6af24967a7ae05404e83140796abd416516c (commit)
via 1d220c1d053d48d066b10278ca5677c2d8b46164 (commit)
via 0449e62bd7302fea75aea9f800cfc111c712b13b (commit)
via a1ca3833d7c4cfab6577a31c8165c40a6265a2ee (commit)
via 20a5aa801f8b8de2c622a0019d2292a08884f70d (commit)
via a025a36cfdcd47a73684798dbcb48cf66749f166 (commit)
via e25d66025ba1fb399477708b7ba1bb8241587ade (commit)
via 654e9b950d849845fa4dac798624905b6d6e442c (commit)
via b012492f3b7d69f7af1295d57c9671cf7991050c (commit)
via 4d4649669d71cab1cc65e63651964b52b759a756 (commit)
from 00bc1990f3f5f385c1117acf2d24d76cac16395f (commit)
- Log -----------------------------------------------------------------
commit 7670f36b2a0ef5138a9662e242556af7dae8d815
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 4 09:15:50 2011 +0200
Update generated docs
commit e4e7f13ba4c340f935e306052bb8e34edd176a63
Merge: a02312bff8f532ca84e683f3ccd65097bafe1384 00bc1990f3f5f385c1117acf2d24d76cac16395f
Author: Pootle server <pootle(a)cihar.com>
Date: Sun Apr 3 22:40:08 2011 +0200
Merge remote-tracking branch 'origin/master'
commit a02312bff8f532ca84e683f3ccd65097bafe1384
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:31:38 2011 +0200
Translation update done using Pootle.
commit 4a1fbf36a868814dd4ebf727f77410602d1331d4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:31:02 2011 +0200
Translation update done using Pootle.
commit 3076e481e786aca56fb0ef02c866a3cf280404e5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:57 2011 +0200
Translation update done using Pootle.
commit 0236d5cee80c866790ff7e13e6a47da58d2f88e6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:53 2011 +0200
Translation update done using Pootle.
commit 7bfa3b50c0864f64a77bf23e8e896e1e641713b3
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:45 2011 +0200
Translation update done using Pootle.
commit 1213822460a78e617def08739aa379696b43f6f0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:27 2011 +0200
Translation update done using Pootle.
commit 09d35acfdb40f2c188f49f95f8d9b4e58519959b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:23 2011 +0200
Translation update done using Pootle.
commit de8a9dc8266f3cfad4e261434fa6c20ee40872e0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:13 2011 +0200
Translation update done using Pootle.
commit 0adfb966ae8208680974f14d4406127086fd0f95
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:06 2011 +0200
Translation update done using Pootle.
commit 642d815c682be15b7e93244e7e8c20799e1bd959
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:30:01 2011 +0200
Translation update done using Pootle.
commit 7dec40a7e46e0f83ea52bd065a88208aea2761a7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:29:09 2011 +0200
Translation update done using Pootle.
commit f479395c586cfb6589d7649d07a01eff0ee26e98
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:29:05 2011 +0200
Translation update done using Pootle.
commit 6a06b98c92938549af17f5a743f85b25fac4708e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:29:01 2011 +0200
Translation update done using Pootle.
commit 053d245c1b9fcc633bedff4f8709686a1144f759
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:28:40 2011 +0200
Translation update done using Pootle.
commit e0c2be3037db9e6db3fb517ce616845d4d03bb8f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:28:35 2011 +0200
Translation update done using Pootle.
commit eb999670f69d28396dee099ad840aec0bb4992f7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:28:29 2011 +0200
Translation update done using Pootle.
commit 27638979646a744ffafcc369d6b1dbbed54fc433
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:28:11 2011 +0200
Translation update done using Pootle.
commit 4b7bd971ea68d67ef80835f4f09fe31bfe46933d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:28:05 2011 +0200
Translation update done using Pootle.
commit ae1fa9ab0d77baa6671f54cdb921e5d7a9b5ed9a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:27:51 2011 +0200
Translation update done using Pootle.
commit f6f25dfba9bfff27c0a99f58436ed6c4f2a06459
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:27:39 2011 +0200
Translation update done using Pootle.
commit 815f458819290c7e67e251f259cfc97123b67662
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:27:23 2011 +0200
Translation update done using Pootle.
commit bf0e7e03fd6512ba2923729681f7e18bf4324463
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:27:13 2011 +0200
Translation update done using Pootle.
commit b7593557344e508ca6d12ae7ae788276323d8c8c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:26:54 2011 +0200
Translation update done using Pootle.
commit e66b42c7dad2a52581d0ce4f29e994fd648c7187
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:26:46 2011 +0200
Translation update done using Pootle.
commit 6a6ccfe5a7cf76f7e9f96e659fec91fa992be294
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:26:25 2011 +0200
Translation update done using Pootle.
commit 02d06d0063b394deb5cabf73854b22cc37fa1436
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:26:18 2011 +0200
Translation update done using Pootle.
commit 7fd02b14670a685f5dfd2b3ffd487464ea53a888
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:26:05 2011 +0200
Translation update done using Pootle.
commit 57d0cf9f5e10b95bef1be6b6f05709a6f55c5b36
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:25:49 2011 +0200
Translation update done using Pootle.
commit ba62632c3517dd917f86f06121b5b4e332421186
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:25:37 2011 +0200
Translation update done using Pootle.
commit 015875fb54281a7c71829110ff415307e946333d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:24:40 2011 +0200
Translation update done using Pootle.
commit d2cdfe0a8f552c1cfbcf2a0e684047c79b29b62f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:24:01 2011 +0200
Translation update done using Pootle.
commit 7c2d727050db4e27c916e44e7c8bea6495266dd6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:23:46 2011 +0200
Translation update done using Pootle.
commit f70ca5fce66d4989a877eb29f9085fde05a59753
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:23:35 2011 +0200
Translation update done using Pootle.
commit db1f408e6a6a5753013fed5b73c2b0c289d747f2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:23:22 2011 +0200
Translation update done using Pootle.
commit edb4261431d692fb463694b85f026128d1c7e3c9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:23:11 2011 +0200
Translation update done using Pootle.
commit b6fbaede9a96c495f0d79f8de3b6ea720036ae81
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:23:03 2011 +0200
Translation update done using Pootle.
commit 3a7fe4602ba41684341ba1fc3426c3dbaaa9bce2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:22:53 2011 +0200
Translation update done using Pootle.
commit 4ff128f4133803b4e44607ecc59b2f13cf6e45a5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:22:14 2011 +0200
Translation update done using Pootle.
commit 73791827f5baa22edcd87eca84a5203473fad9fd
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:21:52 2011 +0200
Translation update done using Pootle.
commit 196749158edec90c4447d870e70a942035372fa7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:20:58 2011 +0200
Translation update done using Pootle.
commit 707b21154af9d1d0255dbe381d278c8fd52614e7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:20:16 2011 +0200
Translation update done using Pootle.
commit af9f5d7b25e8055b7a71bad64ba4f5c458c4ba7b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:19:37 2011 +0200
Translation update done using Pootle.
commit b61a401af9e753ef9c7995bb708acf12f491ad0b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:19:20 2011 +0200
Translation update done using Pootle.
commit 39b6b9cf884a892af2c065b98110f1828746478e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:18:58 2011 +0200
Translation update done using Pootle.
commit 88dc15b8b93e35191dfa9f0132bdfd29eeb7fc7b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:18:26 2011 +0200
Translation update done using Pootle.
commit 4c675c730cf63ae61406138351d1daf255c60ca7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:18:15 2011 +0200
Translation update done using Pootle.
commit ddfa8f8e2245073c9d98f647b2645c7be2801dd4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:17:11 2011 +0200
Translation update done using Pootle.
commit 6e483926cf9a7d6c497f140d0c678b685e1ad9af
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:16:49 2011 +0200
Translation update done using Pootle.
commit 71ad08e4d4de5941f096b14491c13f48b6f38909
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:16:26 2011 +0200
Translation update done using Pootle.
commit c5624e342bd13209b788fa97c18ed5e71441fd1b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:16:06 2011 +0200
Translation update done using Pootle.
commit 98aa4c4c5b13c43690aa9a28ac0aac11318d3004
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:15:39 2011 +0200
Translation update done using Pootle.
commit 7eb97c1c396eecb0ce6860a2010cb660a5813249
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:14:14 2011 +0200
Translation update done using Pootle.
commit 5fece492675a8dab79eed266de17b976a5273cea
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:13:23 2011 +0200
Translation update done using Pootle.
commit b6018fafdc73ad645b03578988929550f07b6ea2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:13:05 2011 +0200
Translation update done using Pootle.
commit abac7c8332e7b47586f9f3f14a1b4c54da0ab6e5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:11:52 2011 +0200
Translation update done using Pootle.
commit 55920b5a3db9419b525e6259816775e23f4cb218
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:11:22 2011 +0200
Translation update done using Pootle.
commit 32d9a1bc3ad4719c139b417f848a8d33a2db3b92
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:09:22 2011 +0200
Translation update done using Pootle.
commit 3704a006eb90a99c8f0113bf6d1e4c6331205d4b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:08:55 2011 +0200
Translation update done using Pootle.
commit 2a905075aa441e4fb79ecf80bc9d4f61e06d674a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:08:26 2011 +0200
Translation update done using Pootle.
commit 834a977420eb48d4fe68d1d5459c5127d80eecc2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:07:14 2011 +0200
Translation update done using Pootle.
commit b69235888c2f163d458b0964d64f1df42776b4b6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:06:56 2011 +0200
Translation update done using Pootle.
commit 1a7d3cc8a839458d32ceeda6c13697561655f121
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:06:40 2011 +0200
Translation update done using Pootle.
commit 6429eba818224776a58e091c781a10433c74072f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:06:22 2011 +0200
Translation update done using Pootle.
commit 634d87a80d8708150a9554f8392a786bf35a41a3
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:06:03 2011 +0200
Translation update done using Pootle.
commit 3231d27f13a9e7d004ef566543e6f329633c8fd2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:05:26 2011 +0200
Translation update done using Pootle.
commit 6c10bb6348e7fc3fa1402578ea8f911bb0459e91
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:05:00 2011 +0200
Translation update done using Pootle.
commit 0483755c9013455d9203c405063ddfaa1dd921e0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:04:11 2011 +0200
Translation update done using Pootle.
commit ba62c981557dc345d8db26e85d8913b05763302c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:03:19 2011 +0200
Translation update done using Pootle.
commit c9e54500c21cf1e3dfe85b4de869ec7d17be91c9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 22:02:20 2011 +0200
Translation update done using Pootle.
commit 28cc6e94143e0a918f32e0e86ca86d7f0049b2eb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:48:07 2011 +0200
Translation update done using Pootle.
commit 884f171112db5b010ae1c908916dec39089c409f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:47:26 2011 +0200
Translation update done using Pootle.
commit 9e16071ff2684b4ad394bdb12ce7ae2dbc2e1b0f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:46:24 2011 +0200
Translation update done using Pootle.
commit e7ac3d93fe7ed23042d20134e2e8800eeb3ceafb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:45:58 2011 +0200
Translation update done using Pootle.
commit 36a3019dcfeee7ed95bf6ec4d4267d1078ecb023
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:42:16 2011 +0200
Translation update done using Pootle.
commit 3a33409a1112809809184bd4c715de789094101c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:40:05 2011 +0200
Translation update done using Pootle.
commit e33959592c3a7a152a65f70d80f3da61cd7f8816
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:39:35 2011 +0200
Translation update done using Pootle.
commit 552344022af0a5abec45afa2b665e39ac0f9f550
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:39:20 2011 +0200
Translation update done using Pootle.
commit 9ca88054f0784a523ddc9ebe50e1e54e7d363bb6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:38:15 2011 +0200
Translation update done using Pootle.
commit 04f35526201871cb8cacf3a96f754d233adea386
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:37:28 2011 +0200
Translation update done using Pootle.
commit 31e12fc572195c61e95481ffd39dc6a41c4762aa
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:37:09 2011 +0200
Translation update done using Pootle.
commit ea35963dc2ac5579447b9b210349a3a6d119f8d2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:36:44 2011 +0200
Translation update done using Pootle.
commit 1ae826d2e4c98546fdc075bc10bd32766cea96a7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:36:11 2011 +0200
Translation update done using Pootle.
commit c61d7c9df6e540c24b7c31173f19bfe5d1637f7e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:35:35 2011 +0200
Translation update done using Pootle.
commit 1ad8a92be2d7a75e27b99fd1c6bfb31fd4f58536
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:34:54 2011 +0200
Translation update done using Pootle.
commit a50a1469a682f4ef8ae94c048f49b218607ad3ba
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:34:37 2011 +0200
Translation update done using Pootle.
commit 2bbf30f1276ab40e491b96ac8fe2a9c2d4960819
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:34:11 2011 +0200
Translation update done using Pootle.
commit ee5ac6aa161e2a0e67e7b3d3308d8048bf847686
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:33:53 2011 +0200
Translation update done using Pootle.
commit 54c051596d67850f60d86cd15169675c3f6e6349
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:33:16 2011 +0200
Translation update done using Pootle.
commit 14b7e7d6b723d4e89f7958e8993ff6fd7f31a729
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:31:37 2011 +0200
Translation update done using Pootle.
commit ae94269044c13dcb1694f711c150bb0a494c59ac
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:30:19 2011 +0200
Translation update done using Pootle.
commit 0093653155bfa0e29d24903e6d4dbceaa60e105d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:29:46 2011 +0200
Translation update done using Pootle.
commit c25c8c70186a3d33f06bd5a4eff332a9f4508e84
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:28:52 2011 +0200
Translation update done using Pootle.
commit d023a02479bf7eab54ff375ad6b91806bb1fa2df
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:28:21 2011 +0200
Translation update done using Pootle.
commit bb1e6a3df3c5f15d464965101f339b50ee71c922
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:28:06 2011 +0200
Translation update done using Pootle.
commit f0f7cb835e729bc15363d2d560c890503b2fb5c2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:27:47 2011 +0200
Translation update done using Pootle.
commit 7a2572710d114476e02e21de47b91109e5c0777a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:27:33 2011 +0200
Translation update done using Pootle.
commit a9f07d059f7e118685eb4674a585b82f18fd2f97
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:27:21 2011 +0200
Translation update done using Pootle.
commit b1fedd2bcde6d638b94cb87780a637742cb64ae3
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:26:51 2011 +0200
Translation update done using Pootle.
commit 958d9e96ddf17c758fd0ab56a87fdc184c51cb64
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:26:29 2011 +0200
Translation update done using Pootle.
commit 10d5cb82b971453d664cd2ef4a16f92804722313
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:26:00 2011 +0200
Translation update done using Pootle.
commit bbe84a13d97ef164ca0ea8531789b2db6a004995
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:25:41 2011 +0200
Translation update done using Pootle.
commit 131d8acd9906348e181bd553e88f566fa2d64947
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:25:02 2011 +0200
Translation update done using Pootle.
commit 1210b4002b18a5d63ca1942f422c3e18f8890025
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:24:24 2011 +0200
Translation update done using Pootle.
commit bbb54d73446f7431bce1c5d08a8de94ed7e830bb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:23:33 2011 +0200
Translation update done using Pootle.
commit 87c009fb05374e281f6dd265501091357ddfb0d7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:22:45 2011 +0200
Translation update done using Pootle.
commit 24f9ce8e4757e0698a3522e95e1d9d1f09771fd4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:22:24 2011 +0200
Translation update done using Pootle.
commit 75090092f00d345499777929df15439c9004dc4b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:21:51 2011 +0200
Translation update done using Pootle.
commit 850c3a60d4f6ecf794617b189fd5fbd300f9566e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:21:45 2011 +0200
Translation update done using Pootle.
commit a3475c276744c0f4dd3eb375e09ee536076242a7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:21:15 2011 +0200
Translation update done using Pootle.
commit e0b6573c381afca30049e2e35f17235028aeec8a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:21:11 2011 +0200
Translation update done using Pootle.
commit 4b0ba85bd3f6dd860d4b43b3f22a397214e2d46f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:20:50 2011 +0200
Translation update done using Pootle.
commit 24b2e7123143869f5d078134b4b64150ce44bc12
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:20:29 2011 +0200
Translation update done using Pootle.
commit fba5ab9d7ea9868f6361346b21a73bf69a6fcb5a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:20:05 2011 +0200
Translation update done using Pootle.
commit 5f20b462c5681c304743f5f1701e7f79e154baa6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:18:40 2011 +0200
Translation update done using Pootle.
commit f3cac5eef510ad3d403e12eaac2f6c35493cbcc5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:18:17 2011 +0200
Translation update done using Pootle.
commit c6117fd9154ed7aef85b64010194115ad39851f8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:17:36 2011 +0200
Translation update done using Pootle.
commit 14cf18f86d8bd86bdea1ef2cdd45de9040317dcc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:16:34 2011 +0200
Translation update done using Pootle.
commit ce3b89dd9215e7d2989e79eb58c899b4323dd24b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:15:19 2011 +0200
Translation update done using Pootle.
commit 98069d667b7d08b0aa5437c87d93f2fc06ee8e72
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:15:10 2011 +0200
Translation update done using Pootle.
commit c8f11313e4bb150d5326ab7aa3fd58039d02d5e1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:14:00 2011 +0200
Translation update done using Pootle.
commit 7b3478cff7169ba9ac37a359b5107dc63d85d0b1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:13:51 2011 +0200
Translation update done using Pootle.
commit 1e4b7256fa44d19217c9195bcaa903d62b1d1d0f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:13:43 2011 +0200
Translation update done using Pootle.
commit 0f38760ace3c8cff581007b015aca126ac8305db
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:13:03 2011 +0200
Translation update done using Pootle.
commit 32796ae03b9ca8c10a0c9588dd1f2ee45780fbb1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:55 2011 +0200
Translation update done using Pootle.
commit 9dd43daa17f76b232ca5b51a10cfb00b74c2e67e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:51 2011 +0200
Translation update done using Pootle.
commit 6730696d27fd0fc1cf73afc7ac2afe3ef9f454cd
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:35 2011 +0200
Translation update done using Pootle.
commit 462f0b9654d6f6d136c7f2c3c365082e9aa3937f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:31 2011 +0200
Translation update done using Pootle.
commit 3ff040baa13f7512f43cc343b97fbc6564dcb2db
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:26 2011 +0200
Translation update done using Pootle.
commit e7f63eec5226ec2e44839f072217cb9c9ed2614a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:20 2011 +0200
Translation update done using Pootle.
commit a821b7e09016efdb5bc5d65a955f96f8b7277a78
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:09 2011 +0200
Translation update done using Pootle.
commit f544e3ddc6943e9b23935fa30a13a30dfd6bb289
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:12:04 2011 +0200
Translation update done using Pootle.
commit a5784fcd485deab980470b11154fa9d57e736a7b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:51 2011 +0200
Translation update done using Pootle.
commit 2c2743e176589c29e0620f1936a805877c50dc8d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:46 2011 +0200
Translation update done using Pootle.
commit d53bcb99d2af1dae554fc8c4fd95c0edb03c7154
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:37 2011 +0200
Translation update done using Pootle.
commit c1c672fa98a628e2b988b6215722647df2c4806f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:31 2011 +0200
Translation update done using Pootle.
commit baa517f05258c4c3a1c91276eeddaa79ecb174e8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:17 2011 +0200
Translation update done using Pootle.
commit ce1c49eaf6d60396580ea6323ea6fc0d0e3c1a0d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:13 2011 +0200
Translation update done using Pootle.
commit d0d6869f953c77cf14a1e5d3d13807a938d2f9f6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:08 2011 +0200
Translation update done using Pootle.
commit eec8d53f7d7d05b5d3a5710e3c8bcc877011352d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:11:03 2011 +0200
Translation update done using Pootle.
commit 01701d8539ed54c6390077b3d600b3b19650a47a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:10:51 2011 +0200
Translation update done using Pootle.
commit c958253576cf1aa9da6a2be126444230cc0ef683
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:10:48 2011 +0200
Translation update done using Pootle.
commit 167fc93bbcefc8d1018c4781b8d120e69d0d1b77
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:10:32 2011 +0200
Translation update done using Pootle.
commit b28366ea73d342d14a7119e4992ddd2b6ad18bb5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:10:14 2011 +0200
Translation update done using Pootle.
commit fcbfaafce374c555b8ef7d32eb82be36dd68d856
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:56 2011 +0200
Translation update done using Pootle.
commit 2b90e57deae60d403e0e0a4d6f6ac6785edcefb9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:52 2011 +0200
Translation update done using Pootle.
commit ff2803cb8dc312aba32181917a90d3efe4886d6e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:48 2011 +0200
Translation update done using Pootle.
commit 511f091b2f522eac3078c6b63c95b2b9d1ee23eb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:35 2011 +0200
Translation update done using Pootle.
commit c89ba355c48d5774c0f47451d4cb6d29e340a9c5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:31 2011 +0200
Translation update done using Pootle.
commit 8728eb2d173dda9f565f1aea5a01b7613a0402da
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:21 2011 +0200
Translation update done using Pootle.
commit 607ddc88e2b98d3b2a9ed063ea65165b65aedb90
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:16 2011 +0200
Translation update done using Pootle.
commit d8a4620f9d91b16a72b095975b535e41a5c27f22
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:07 2011 +0200
Translation update done using Pootle.
commit 41264fa6770ba32d5a22f774b2c5e8934d618a21
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:09:02 2011 +0200
Translation update done using Pootle.
commit 1d1c4e6d895b8947a95edda75d1678c1178bd784
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:08:50 2011 +0200
Translation update done using Pootle.
commit 60e7b8d81dabe95d2559dfbab4ce43f9d61f3eee
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:08:44 2011 +0200
Translation update done using Pootle.
commit e11f138a88a2850a30925dc9688b294f4c13ea23
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:08:37 2011 +0200
Translation update done using Pootle.
commit 8415bd46c59e6b32a5f90dd3fef79329b5f8b836
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:08:30 2011 +0200
Translation update done using Pootle.
commit 4d30e016891f5e4e1172496a82aa8f625378d30f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:08:24 2011 +0200
Translation update done using Pootle.
commit 439543568f1e7e0aed72ba6cba2b177b0db876a9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:07:29 2011 +0200
Translation update done using Pootle.
commit 7f112bfb8c0cbab38e6a34b48feef3583b2520f4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:06:36 2011 +0200
Translation update done using Pootle.
commit e82e208cd9fa5184a2d2afbd5bd255e3ec3a5743
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:06:24 2011 +0200
Translation update done using Pootle.
commit 72316a358d7c89eb6669e4778ab5078aba21fae5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:06:09 2011 +0200
Translation update done using Pootle.
commit 9ec5530e15eca4e82d4d2a47b822c16f4517dae2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:06:03 2011 +0200
Translation update done using Pootle.
commit e5d7f662b13170eb0e94ea7cdd80dd74199c9121
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:50 2011 +0200
Translation update done using Pootle.
commit 2fc48b0a6608b206e51456ffe5e049308f6da89d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:42 2011 +0200
Translation update done using Pootle.
commit 1965761a2591e1e0032582cabae5fc1546cd90d1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:32 2011 +0200
Translation update done using Pootle.
commit b151d35173d691b4d86414b2fa4ef5518d3776a2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:28 2011 +0200
Translation update done using Pootle.
commit e8200bc0c04a5bfb005514949997b48c2f6a1709
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:14 2011 +0200
Translation update done using Pootle.
commit a1ce8af89540bf9d92f28edc292840a62cffa8e0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:09 2011 +0200
Translation update done using Pootle.
commit 4b81aeaf443f875efa27dad1b9add1b793d053ee
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:05:01 2011 +0200
Translation update done using Pootle.
commit f14aa407105d01c48f5efaa863d0afe0c5dda1ae
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:04:53 2011 +0200
Translation update done using Pootle.
commit 3e51c32c616ed4b3a325b3c5ad7b7435ed254e23
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:04:02 2011 +0200
Translation update done using Pootle.
commit a66f6af24967a7ae05404e83140796abd416516c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:03:57 2011 +0200
Translation update done using Pootle.
commit 1d220c1d053d48d066b10278ca5677c2d8b46164
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:03:36 2011 +0200
Translation update done using Pootle.
commit 0449e62bd7302fea75aea9f800cfc111c712b13b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:03:31 2011 +0200
Translation update done using Pootle.
commit a1ca3833d7c4cfab6577a31c8165c40a6265a2ee
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:03:24 2011 +0200
Translation update done using Pootle.
commit 20a5aa801f8b8de2c622a0019d2292a08884f70d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:02:54 2011 +0200
Translation update done using Pootle.
commit a025a36cfdcd47a73684798dbcb48cf66749f166
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:02:41 2011 +0200
Translation update done using Pootle.
commit e25d66025ba1fb399477708b7ba1bb8241587ade
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:02:25 2011 +0200
Translation update done using Pootle.
commit 654e9b950d849845fa4dac798624905b6d6e442c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:02:17 2011 +0200
Translation update done using Pootle.
commit b012492f3b7d69f7af1295d57c9671cf7991050c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:01:55 2011 +0200
Translation update done using Pootle.
commit 4d4649669d71cab1cc65e63651964b52b759a756
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sun Apr 3 21:01:39 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
addendum/html_comment.es | 6 +-
addendum/html_credits.es | 6 +-
addendum/html_head.es | 8 +-
output/es/Documentation.html | 718 +++++++++++++++++++++--------------------
output/es/README | 90 +++---
output/es/index.html | 4 +-
po/es.po | 474 +++++++++++++++++++++-------
7 files changed, 795 insertions(+), 511 deletions(-)
diff --git a/addendum/html_comment.es b/addendum/html_comment.es
index daf6dbd..1c2447a 100644
--- a/addendum/html_comment.es
+++ b/addendum/html_comment.es
@@ -1,10 +1,10 @@
PO4A-HEADER:mode=before;position=<head>
<!--
-This file is generated using po4a, do not edit!
+Este archivo fue generado por po4a, ¡no lo edites!
-You can edit po files to change the translation.
+Puede editar archivos .po para cambiar la traducción.
-Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
+O puedes editarlos en línea en https://l10n.cihar.com/projects/pmadoc/.
-->
diff --git a/addendum/html_credits.es b/addendum/html_credits.es
index d97fbe2..4badc81 100644
--- a/addendum/html_credits.es
+++ b/addendum/html_credits.es
@@ -1,6 +1,6 @@
PO4A-HEADER:mode=before;position=<h2 id="glossary">
<p>
-This translation was brought to you by various translators on <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>. They
-should have written their names here.
+Esta traducción fue provista por varios traductores en el <a
+href="https://l10n.cihar.com/projects/pmadoc/">servidor de
+traducciones</a>. Entre ellos, Matías Bellone.
</p>
diff --git a/addendum/html_head.es b/addendum/html_head.es
index b9798d5..01b2fdc 100644
--- a/addendum/html_head.es
+++ b/addendum/html_head.es
@@ -1,7 +1,7 @@
PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Esta es una versión traducida de la <a
+href="http://www.phpmyadmin.net/documentation/">documentación de
+phpMyAdmin</a> Puedes contribuir a la misma en nuestro <a
+href="https://l10n.cihar.com/projects/pmadoc/">servidor de traducciones</a>.
</p>
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index 0385c32..5327207 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -8,11 +8,11 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<!--
-This file is generated using po4a, do not edit!
+Este archivo fue generado por po4a, ¡no lo edites!
-You can edit po files to change the translation.
+Puede editar archivos .po para cambiar la traducción.
-Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
+O puedes editarlos en línea en https://l10n.cihar.com/projects/pmadoc/.
-->
<head>
@@ -52,10 +52,10 @@ FAQ</abbr></a></li>
<div id="body">
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Esta es una versión traducida de la <a
+href="http://www.phpmyadmin.net/documentation/">documentación de
+phpMyAdmin</a> Puedes contribuir a la misma en nuestro <a
+href="https://l10n.cihar.com/projects/pmadoc/">servidor de traducciones</a>.
</p>
<ul><li><a href="http://www.phpmyadmin.net/"> Página principal de phpMyAdmin</a></li>
<li><a href="https://sourceforge.net/projects/phpmyadmin/"> Página del proyecto
@@ -4890,51 +4890,52 @@ pulsarlos se volverán grises, que significa que serán sincronizados.
<!-- DEVELOPERS -->
-<h2 id="developers">Developers Information</h2>
+<h2 id="developers">Información para desarrolladores</h2>
-<p> phpMyAdmin is Open Source, so you're invited to contribute to it. Many great
-features have been written by other people and you too can help to make
-phpMyAdmin a useful tool.</p>
+<p> phpMyAdmin es código abierto así que estás invitado a contribuir. Muchas
+excelentes funcionalidades fueron escritas por otras personas y también
+puedes ayudar a hacer phpMyAdmin una herramienta útil.</p>
-<p> If you're planning to contribute source, please read the following
-information:</p>
+<p> Si estás planeando contribuir código, porfavor lee la siguiente información:</p>
-<ul><li>All files include <i>libraries/header.inc.php</i> (layout),.
-<i>libraries/common.lib.php</i> (common functions) and
+<ul><li>Todos los archivos incluyen <i>libraries/header.inc.php</i> (disposición),
+<i>librarioes/common.lib.php</i> (funciones comunes) y
<i>config.inc.php</i>.<br />
- Only configuration data should go in <i>config.inc.php</i>. Please keep it
-free from other code.<br />
- Commonly used functions should be added to <i>libraries/common.lib.php</i>
-and more specific ones may be added within a library stored into the
-<i>libraries</i> sub-directory.</li>
- <li>Obviously, you're free to use whatever coding style you want. But please try
-to keep your code as simple as possible: beginners are using phpMyAdmin as
-an example application.<br />
- As far as possible, we want the scripts to be XHTML1.0 and CSS2 compliant on
-one hand, they fit the <a href="http://pear.php.net/"> <abbr title="PHP
-Extension and Application Repository">PEAR</abbr> coding standards</a> on
-the other hand. Please pay attention to this.</li>
- <li>Please enable showing PHP errors and warnings by the <code><a
-href="#cfg_Error_Handler_display">$cfg['Error_Handler']['display']</a></code>
-configuration directive.</li>
- <li>Please try to keep up the file-naming conventions. Table-related stuff goes
-to <i>tbl_*.php</i>, db-related code to <i>db_*.php</i>, server-related
-tools to <i>server_*.php</i> and so on.</li>
- <li>Please use gettext wrappers around all messages (<code>__('Some
-text')</code> or <code>_ngettext()</code> function). To translate them, you
-need to call <code>scripts/update-po</code> script. To use translated
-messages, call <code>scripts/generate-mo</code>, which generates binary
-files read by Gettext.</li>
- <li>If you want to be really helpful, write an entry for the ChangeLog.</li>
+ Sólo datos de configuración deben de ir en <i>config.inc.php</i>. Porfavor
+mantenlo libre de otro código.<br />
+ Las funciones utilizadas comunmente deben de ser agregadas a
+<i>libraries/common.lib.php</i> y las más específicas deberían ser agregadas
+a una biblioteca almacenada en el sub-directorio <i>libraries</i>.</li>
+ <li>Obviamente, eres libre de utilizar el estilo de código que desees. Pero
+intenta mantener el código tan simple como sea posible: los principiantes
+utilizan phpMyAdmin como una aplicación de ejemplo.<br />
+ Siempre que sea posible, los scripts deben de ser compatibles con XHTML1.0 y
+CSS2 y, por otro lado, adaptarse a los <a
+href="http://pear.php.net/">estándares de código <abbr title="PHP Extension
+and Application Repository">PEAR</abbr></a>. Porfavor presta atención a eso.</li>
+ <li>Porfavor activa la muestra de errores y advertencias PHP mediante la
+directiva de configuración <code><a
+href="#cfg_Error_Handler_display">$cfg['Error_Handler']['display']</a></code>.</li>
+ <li>Porfavor intenta mantener las convenciones de nombres de archivo. Lo
+relacionado a tablas va en <i>tbl_*.php</i>, código relacionado a bases de
+datos <i>db_*.php</i>, herramientas involucrando servidores
+<i>server_*.php</i>, etc.</li>
+ <li>Utiliza funciones gettext para los mensajes (<code>__('Algún texto')</code>
+o la función <code>_ngettext()</code>). Para traducirlo necesitas ejecutar
+el script <code>scripts/update-po</code>. Para utilizar mensajes traducidos,
+ejecuta <code>scripts/generate-mo</code> que genera archivos binarios
+utilizados por Gettext.</li>
+ <li>Si realmente quieres ayudar, escribe una entrada para el registro de cambios
+(ChangeLog).</li>
<li id="developersdbg">
- The DBG extension (<a href="http://dd.cron.ru/dbg/">PHP Debugger DBG</a>) is
-now supported by phpMyAdmin for developers to better debug and profile their
-code.<br />
- Please see the <a href="#cfg_DBG" class="configrule">$cfg['DBG']*</a>
-configuration options for more information.<br />
- This is in memoriam of the Space Shuttle Columbia (STS-107) which was lost
-during its re-entry into Earth's atmosphere and in memory of the brave men
-and women who gave their lives for the people of Earth.</li>
+ La extensión DBG (<a href="http://dd.cron.ru/dbg/">PHP Debugger DBG</a>) es
+ahora soportada por phpMyAdmin para que los desarrolladores corrijan errores
+y perfilen su código.<br />
+ Por favor revisa las opciones de configuración <a href="#cfg_DBG"
+class="configrule">$cfg['DBG']*</a> para más información.<br />
+ Esto es en memoria del Transbordador Espacial Columbia (STS-107) que fue
+perdido durante su re-ingreso a la atmósfera terrestre y en memoria de los
+valientes hombres y mujeres que dieron sus vidas para la gente en la Tierra.</li>
</ul>
<h2 id="copyright">Copyright</h2>
@@ -4942,83 +4943,84 @@ and women who gave their lives for the people of Earth.</li>
<pre>
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
- Olivier Müller <om_at_omnis.ch>
- Robin Johnson <robbat2_at_users.sourceforge.net>
- Alexander M. Turek <me_at_derrabus.de>
- Michal Čihař <michal_at_cihar.com>
- Garvin Hicking <me_at_supergarv.de>
- Michael Keck <mkkeck_at_users.sourceforge.net>
- Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
- [check <a href="#credits">credits</a> for more details]
+Olivier Müller <om_at_omnis.ch>
+Robin Johnson <robbat2_at_users.sourceforge.net>
+Alexander M. Turek <me_at_derrabus.de>
+Michal Čihař <michal_at_cihar.com>
+Garvin Hicking <me_at_supergarv.de>
+Michael Keck <mkkeck_at_users.sourceforge.net>
+Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
+[revisa <a href="#credits">los créditos</a> para más detalles]
</pre>
<p>
-This program is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License version 2, as published by
-the Free Software Foundation.
+Este programa es software libre: usted puede redistribuirlo y/o modificarlo
+conforme a los términos de la Licencia Pública General de GNU versión 2
+publicada por la Fundación para el Software Libre.
</p>
<p>
-This program is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-more details.
+Este programa se distribuye con el deseo de que le resulte útil, pero SIN
+GARANTÍAS DE NINGÚN TIPO; ni siquiera con las garantías implícitas de
+COMERCIABILIDAD o APTITUD PARA UN PROPÓSITO DETERMINADO. Para más
+información, consulte la Licencia Pública General de GNU.
</p>
<p>
-You should have received a copy of the GNU General Public License along with
-this program; if not, write to the Free Software Foundation, Inc., 51
-Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+Junto con este programa, se debería incluir una copia de la Licencia Pública
+General de GNU. De no ser así, ingrese en <http://www.gnu.org/licenses/>.
</p>
<!-- CREDITS -->
-<h2 id="credits">Credits</h2>
+<h2 id="credits">Créditos</h2>
-<h3>Credits, in chronological order</h3>
+<h3>Créditos en orden cronológico</h3>
<ul>
<li>Tobias Ratschiller <tobias_at_ratschiller.com>
<ul>
- <li>creator of the phpmyadmin project</li>
- <li>maintainer from 1998 to summer 2000</li>
+ <li>creador del proyecto phpmyadmin</li>
+ <li>mantenedor desde 1998 al verano de 2000</li>
</ul></li>
<li>Marc Delisle <marc_at_infomarc.info>
<ul>
- <li>multi-language version</li>
- <li>various fixes and improvements</li>
+ <li>versión multi-lenguaje</li>
+ <li>varias correcciones y mejoras</li>
<li><abbr title="structured query language">SQL</abbr> analizador (su mayor
parte)</li>
- <li>current project maintainer</li>
+ <li>mantenedor actual del proyecto</li>
</ul></li>
<li>Olivier Müller <om_at_omnis.ch>
<ul>
- <li>started SourceForge phpMyAdmin project in March 2001</li>
- <li>sync'ed different existing CVS trees with new features and bugfixes</li>
- <li>multi-language improvements, dynamic language selection</li>
- <li>current project maintainer</li>
+ <li>comenzó el proyecto SourceForge phpMyAdmin en Marzo de 2001</li>
+ <li>sincronizó diferentes árboles CVS existentes con nuevas funcionalidades y
+errores corregidos</li>
+ <li>mejoras multi-lenguajes, selección dinámica de idioma</li>
+ <li>mantenedor actual del proyecto</li>
<li>muchas correciones de errores y mejoras</li>
</ul></li>
<li>Loïc Chapeaux <lolo_at_phpheaven.net>
<ul>
- <li>rewrote and optimized javascript, DHTML and DOM stuff</li>
- <li>rewrote the scripts so they fit the <abbr title="PHP Extension and
-Application Repository">PEAR</abbr> coding standards and generate XHTML1.0
-and CSS2 compliant codes</li>
- <li>improved the language detection system</li>
+ <li>re-escribió y optimizó JavaScript, DHTML y cosas DOM</li>
+ <li>re-escribió los scripts para que se adaptaran a los estándares de código
+<abbr title="PHP Extension and Application Repository">PEAR</abbr> y
+genereraran código compatible con XHTML1.0 y CSS2</li>
+ <li>mejoró el sistema de detección de idioma</li>
<li>muchas correciones de errores y mejoras</li>
</ul></li>
<li>Robin Johnson <robbat2_at_users.sourceforge.net>
<ul>
- <li>database maintenance controls</li>
- <li>table type code</li>
- <li>Host authentication <abbr title="Internet Protocol">IP</abbr> Allow/Deny</li>
- <li>DB-based configuration (Not completed)</li>
+ <li>controles de mantenimiento de base de datos</li>
+ <li>código de tipos de tabla</li>
+ <li>Autenticación por <abbr title="Internet Protocol">IP</abbr> en el servidor
+Allow/Deny</li>
+ <li>configuración basada en base de datos (no completada)</li>
<li>intérprete <abbr title="structured query language">SQL</abbr> y maquetador</li>
<li>validador <abbr title="structured query language">SQL</abbr></li>
<li>muchas correciones de errores y mejoras</li>
@@ -5026,232 +5028,235 @@ and CSS2 compliant codes</li>
<li>Armel Fauveau <armel.fauveau_at_globalis-ms.com>
<ul>
- <li>bookmarks feature</li>
- <li>multiple dump feature</li>
- <li>gzip dump feature</li>
- <li>zip dump feature</li>
+ <li>funcionalidad de favoritos</li>
+ <li>funcionalidad de volcados múltiples</li>
+ <li>funcionalidad de volcado gzip</li>
+ <li>funcionalidad de volcado zip</li>
</ul></li>
<li>Geert Lund <glund_at_silversoft.dk>
<ul>
- <li>various fixes</li>
- <li>moderator of the phpMyAdmin former users forum at phpwizard.net</li>
+ <li>varias correcciones</li>
+ <li>moderador del antiguo foro de usuarios phpMyAdmin en phpwizard.net</li>
</ul></li>
<li>Korakot Chaovavanich <korakot_at_iname.com>
<ul>
- <li>"insert as new row" feature</li>
+ <li>funcionalidad "Insertar como una nueva fila"</li>
</ul></li>
<li>Pete Kelly <webmaster_at_trafficg.com>
<ul>
- <li>rewrote and fix dump code</li>
- <li>bugfixes</li>
+ <li>re-escribió y corrigió el código de volcado</li>
+ <li>corrección de errores</li>
</ul></li>
<li>Steve Alberty <alberty_at_neptunlabs.de>
<ul>
- <li>rewrote dump code for PHP4</li>
- <li>mySQL table statistics</li>
- <li>bugfixes</li>
+ <li>re-escribió el código de volcado para PHP4</li>
+ <li>estadísticas de tablas MySQL</li>
+ <li>corrección de errores</li>
</ul></li>
<li>Benjamin Gandon <gandon_at_isia.cma.fr>
<ul>
- <li>main author of the version 2.1.0.1</li>
- <li>bugfixes</li>
+ <li>principal autor de la versión 2.1.0.1</li>
+ <li>corrección de errores</li>
</ul></li>
<li>Alexander M. Turek <me_at_derrabus.de>
<ul>
- <li>MySQL 4.0 / 4.1 / 5.0 compatibility</li>
- <li>abstract database interface (PMA_DBI) with MySQLi support</li>
- <li>privileges administration</li>
- <li><abbr title="Extensible Markup Language">XML</abbr> exports</li>
- <li>various features and fixes</li>
- <li>German language file updates</li>
+ <li>Compatibilidad MySQL 4.0 / 4.1 / 5.0</li>
+ <li>interfaz abstracta de base de datos (PMA_DBI) con soporte para MySQLi</li>
+ <li>administración de privilegios</li>
+ <li>exportaciones <abbr title="Extensible Markup Language">XML</abbr></li>
+ <li>funcionalidades y correcciones de errores varias</li>
+ <li>Actualizaciones al archivo de idioma alemán</li>
</ul></li>
<li>Mike Beck <mike.beck_at_web.de>
<ul>
- <li>automatic joins in QBE</li>
- <li>links column in printview</li>
+ <li>joins automáticos en QBE</li>
+ <li>enlaces de columnas en vista de impresión</li>
<li>Vista de relaciones</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
<ul>
- <li>enhanced index creation/display feature</li>
- <li>feature to use a different charset for HTML than for MySQL</li>
- <li>improvements of export feature</li>
- <li>various features and fixes</li>
- <li>Czech language file updates</li>
+ <li>funcionalidad de creación/visualización de índices mejorada</li>
+ <li>funcionalidad para utilizar en HTML conjunto de caracteres distinto al de
+MySQL</li>
+ <li>mejoras en la funcionalidad de exportación</li>
+ <li>funcionalidades y correcciones de errores varias</li>
+ <li>actualizaciones al archivo de idioma checo</li>
</ul></li>
-<li>Christophe Gesché from the "MySQL Form Generator for
+<li>Christophe Gesché del "MySQL Form Generator for
PHPMyAdmin" (http://sf.net/projects/phpmysqlformgen/)
<ul>
- <li>suggested the patch for multiple table printviews</li>
+ <li>sugirió el parche para la vista de impresión de múltiples tablas</li>
</ul></li>
<li>Garvin Hicking <me_at_supergarv.de>
<ul>
- <li>built the patch for vertical display of table rows</li>
- <li>construida ventana de consultas basada en Javascript + histórico <abbr
+ <li>creó el parche para la visualización vertical de filas de una tabla</li>
+ <li>creó la ventana de consultas basada en Javascript + histórico <abbr
title="structured query language">SQL</abbr></li>
- <li>Improvement of column/db comments</li>
- <li>(MIME)-Transformations for columns</li>
- <li>Use custom alias names for Databases in left frame</li>
- <li>hierarchical/nested table display</li>
- <li><abbr title="Portable Document Format">PDF</abbr>-scratchboard for
-WYSIWYG-distribution of <abbr title="Portable Document Format">PDF</abbr>
-relations</li>
- <li>new icon sets</li>
- <li>vertical display of column properties page</li>
- <li>some bugfixes, features, support, German language additions</li>
+ <li>mejoras a los comentarios de columnas/bases de datos</li>
+ <li>transformaciones MIME para columnas</li>
+ <li>utilización de alias de nombre personalizados para las bases de datos en el
+marco izquierdo</li>
+ <li>visualización jerárquica/anidad de tablas</li>
+ <li>scratchboard <abbr title="Portable Document Format">PDF</abbr> para la
+distribución de relaciones <abbr title="Portable Document Format">PDF</abbr>
+WYSIWYG.</li>
+ <li>nuevo conjunto de iconos</li>
+ <li>visualización vertical de la página de propiedades de columna</li>
+ <li>algunas correcciones de errores, funcionalidades, soporte y agregados al
+idioma alemán</li>
</ul></li>
<li>Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>
<ul>
- <li>japanese kanji encoding conversion feature</li>
+ <li>funcionalidad de conversión para codificación japonesa kanji</li>
</ul></li>
<li>Piotr Roszatycki <d3xter_at_users.sourceforge.net> and Dan Wilson
<ul>
- <li>the Cookie authentication mode</li>
+ <li>modo de autenticación por cookie</li>
</ul></li>
<li>Axel Sander <n8falke_at_users.sourceforge.net>
<ul>
- <li>table relation-links feature</li>
+ <li>funcionalidad para enlaces de relaciones de tablas</li>
</ul></li>
<li>Maxime Delorme <delorme.maxime_at_free.fr>
<ul>
- <li><abbr title="Portable Document Format">PDF</abbr> schema output, thanks also
-to Olivier Plathey for the "FPDF" library (see <a
-href="http://www.fpdf.org/">http://www.fpdf.org/</a>) and Steven Wittens for
-the "UFPDF" library (see <a
+ <li>salida de esquema <abbr title="Portable Document Format">PDF</abbr>, gracias
+también a Olivier Plathey por la biblioteca "FPDF" (visita <a
+href="http://www.fpdf.org/">http://www.fpdf.org/</a>) y a Steven Wittens por
+la biblioteca "UFPDF" (visita <a
href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
</ul></li>
<li>Olof Edlund <olof.edlund_at_upright.se>
<ul>
- <li>servidor de validado <abbr title="structured query language">SQL</abbr></li>
+ <li>servidor de validación <abbr title="structured query language">SQL</abbr></li>
</ul></li>
<li>Ivan R. Lanin <ivanlanin_at_users.sourceforge.net>
<ul>
- <li>phpMyAdmin logo (until June 2004)</li>
+ <li>logo de phpMyAdmin (hast Junio de 2004)</li>
</ul></li>
<li>Mike Cochrane <mike_at_graftonhall.co.nz>
<ul>
- <li>blowfish library from the Horde project</li>
+ <li>biblioteca blowfish del proyecto Horde</li>
</ul></li>
<li>Marcel Tschopp <ne0x_at_users.sourceforge.net>
<ul>
- <li>mysqli support</li>
+ <li>soporte mysqli</li>
<li>muchas correciones de errores y mejoras</li>
</ul></li>
<li>Nicola Asuni (Tecnick.com)
<ul>
- <li>TCPDF library (<a href="http://www.tcpdf.org">http://www.tcpdf.org</a>)</li>
+ <li>biblioteca TCPDF (<a href="http://www.tcpdf.org">http://www.tcpdf.org</a>)</li>
</ul></li>
<li>Michael Keck <mkkeck_at_users.sourceforge.net>
<ul>
- <li>redesign for 2.6.0</li>
- <li>phpMyAdmin sailboat logo (June 2004)</li>
+ <li>rediseño para 2.6.0</li>
+ <li>logo de phpMyAdmin con velero (Junio de 2004)</li>
</ul></li>
<li>Mathias Landhäußer
<ul>
- <li>Representation at conferences</li>
+ <li>Representación en conferencias</li>
</ul></li>
<li>Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
<ul>
- <li>interface improvements</li>
- <li>various bugfixes</li>
+ <li>mejoras a la interfaz</li>
+ <li>varias correcciones de errores</li>
</ul></li>
<li>Ivan A Kirillov
<ul>
- <li>new relations Designer</li>
+ <li>nuevo diseñador de relaciones</li>
</ul></li>
<li>Raj Kissu Rajandran (Google Summer of Code 2008)
<ul>
- <li>BLOBstreaming support</li>
+ <li>soporte para flujos BLOB</li>
</ul></li>
<li>Piotr Przybylski (Google Summer of Code 2008 and 2010)
<ul>
- <li>improved setup script</li>
- <li>user preferences</li>
+ <li>mejoras al script de configuración</li>
+ <li>preferencias de usuario</li>
</ul></li>
<li>Derek Schaefer (Google Summer of Code 2009)
<ul>
- <li>Improved the import system</li>
+ <li>mejoras al sistema de importación</li>
</ul></li>
<li>Alexander Rutkowski (Google Summer of Code 2009)
<ul>
- <li>Tracking mechanism</li>
+ <li>mecanismo de seguimiento</li>
</ul></li>
<li>Zahra Naeem (Google Summer of Code 2009)
<ul>
- <li>Synchronization feature</li>
+ <li>funcionalidad de sincronización</li>
</ul></li>
<li>Tomáš Srnka (Google Summer of Code 2009)
<ul>
- <li>Replication support</li>
+ <li>soporte de replicación</li>
</ul></li>
<li>Muhammad Adnan (Google Summer of Code 2010)
<ul>
- <li>Relation schema export to multiple formats</li>
+ <li>Exportación del esquema de relaciones a varios formatos</li>
</ul></li>
<li>Lori Lee (Google Summer of Code 2010)
<ul>
- <li>User interface improvements</li>
- <li>ENUM/SET editor</li>
- <li>Simplified interface for export/import</li>
+ <li>Mejoras a la interfaz de usuario</li>
+ <li>editor de ENUM/SET</li>
+ <li>Interfaz simplificada para exportación/importación</li>
</ul></li>
<li>Ninad Pundalik (Google Summer of Code 2010)
<ul>
- <li>AJAXifying the interface</li>
+ <li>integración AJAX en la interfaz</li>
</ul></li>
<li>Martynas Mickevičius (Google Summer of Code 2010)
<ul>
- <li>Charts</li>
+ <li>Gráficos</li>
</ul></li>
<li>Barrie Leslie
<ul>
- <li>BLOBstreaming support with PBMS PHP extension</li>
+ <li>Soporte para flujos BLOB con la extensión PHP PBMS </li>
</ul></li>
<li>Ankit Gupta (Google Summer of Code 2010)
<ul>
- <li>Visual query builder</li>
+ <li>Constructor visual de consultas</li>
</ul></li>
</ul>
<p>
-And also to the following people who have contributed minor changes,
-enhancements, bugfixes or support for a new language since version 2.1.0:
+Y también a todos los que siguen que contribuyeron cambios menores, mejoras,
+corrección de errores o soporte para nuevos idiomas desde la versión 2.1.0:
</p>
<p>
@@ -5268,51 +5273,52 @@ Zigmantas, "Manuzhai".
</p>
-<h3>Original Credits of Version 2.1.0</h3>
+<h3>Créditos originales de la versión 2.1.0</h3>
<p>
- This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
-to create a web-based interface to MySQL using PHP3. Although I have not
-used any of his source-code, there are some concepts I've borrowed from
-him. phpMyAdmin was created because Peter told me he wasn't going to further
-develop his (great) tool.
+ Este trabajo está basado en el MySQL-Webadmin de Peter Kuppelwieser. Fue su
+idea crear una interfaz web para MYSQL utilizando PHP3. Si bien no utilicé
+su código fuente, algunos conceptos fueron tomados de él. phpMyAdmin fue
+creado porque Peter me dijo que no continuaría desarrollando su (excelente)
+herramienta.
</p>
<p>
- Thanks go to
+ Agradecimientos a
</p>
<ul>
- <li>Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the code
-for the check when dropping a table or database. He also suggested that you
-should be able to specify the primary key on tbl_create.php3. To version
-1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as a
-bug-report. Plus many smaller improvements.
+ <li>Amalesh Kempf <ak-lsml_at_living-source.com> que contribuyó el código
+para el chequeo al borrar una tabla o base de datos. También sugirió que
+debería de poderse especificar la clave primaria en tbl_create.php3. En la
+versión 1.1.1 contribuyó el conjunto ldi_*.php3 (importación de archivos de
+texto) así como reportes de errores. Además de muchas mejoras más pequeñas.
</li>
- <li>Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that
-were introduced in 1.3.0 (including quite significant ones like the
-authentication). For 1.4.1 he enhanced the table-dump feature. Plus
-bug-fixes and help.
+ <li>Jan Legenhausen <jan_at_nrw.net>: hizo muchos de los cambios
+introducidos en laversión 1.3.0 (incluyendo algunos muy significativos como
+la autenticación). Para la versión 1.4.1 mejoró la funcionalidad de volcado
+de tablas. Además de corrección de errores y ayuda.
</li>
- <li>Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin
-language-independent by outsourcing the strings to a separate file. He also
-contributed the French translation.
+ <li>Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> hizo a phpMyAdmin
+independiente del idioma tercerizando las cadenas a un archivo
+separado. También contribuyó la traducción al francés.
</li>
- <li>Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed
-tbl_select.php3, a feature to display only some columns from a table.
+ <li>Alexandr Bravo <abravo_at_hq.admiral.ru> que contribuyó
+tbl_select.php3, una funcionalidad para mostrar sólamente algunas columnas
+de una tabla.
</li>
- <li>Chris Jackson <chrisj_at_ctel.net> added support for MySQL functions
-in tbl_change.php3. He also added the "Query by Example" feature
-in 2.0.
+ <li>Chris Jackson <chrisj_at_ctel.net> agregó soporte para funciones MySQL
+en tbl_change.php3. También agregó la funcionalidad de "consulta basada
+en ejemplo" en la versión 2.0.
</li>
- <li>Dave Walton <walton_at_nordicdms.com> added support for multiple
-servers and is a regular contributor for bug-fixes.
+ <li>Dave Walton <walton_at_nordicdms.com> agregó soporte para múltiples
+servidores y es un contribuyente regular de correcciones de errores.
</li>
- <li>Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access
-features for 2.0.6.
+ <li>Gabriel Ash <ga244_at_is8.nyu.edu> contribuyó las funcionalidades de
+acceso aleatorio para 2.0.6.
</li>
</ul>
<p>
- The following people have contributed minor changes, enhancements, bugfixes
-or support for a new language:
+ Las siguientes personas que contribuyeron cambios menores, mejoras,
+corrección de errores o soporte para nuevos idiomas:
</p>
<p>
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann,
@@ -5321,194 +5327,206 @@ Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns,
G. Wieggers.
</p>
<p>
- And thanks to everyone else who sent me email with suggestions, bug-reports
-and or just some feedback.
+ Y gracias a todos los demás que me enviaron e-mails con sugerencias,
+reportes de errores y/o comentarios.
</p>
<p>
-This translation was brought to you by various translators on <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>. They
-should have written their names here.
+Esta traducción fue provista por varios traductores en el <a
+href="https://l10n.cihar.com/projects/pmadoc/">servidor de
+traducciones</a>. Entre ellos, Matías Bellone.
</p>
-<h2 id="glossary">Glossary</h2>
+<h2 id="glossary">Glosario</h2>
-<p> From Wikipedia, the free encyclopedia</p>
+<p> Traducidos de Wikipedia, la enciclopedia libre</p>
<ul>
- <li><a href="http://www.wikipedia.org/wiki/.htaccess">.htaccess</a> - the
-default name of Apache's directory-level configuration file.</li>
+ <li><a href="http://www.wikipedia.org/wiki/.htaccess">.htaccess</a> - el nombre
+predeterminado del archivo de configuración por directorios de Apache.</li>
<li><a href="http://www.wikipedia.org/wiki/Blowfish_%28cipher%29">Blowfish</a> -
-a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.</li>
- <li><a href="http://en.wikipedia.org/wiki/Web_browser">Browser (Web Browser)</a>
-- a software application that enables a user to display and interact with
-text, images, and other information typically located on a web page at a
-website on the World Wide Web.</li>
- <li><a href="http://www.wikipedia.org/wiki/Bzip2">bzip2</a> - a free
-software/open source data compression algorithm and program developed by
-Julian Seward.</li>
+un algoritmo de encriptación simétrico por bloques con clave diseñado por
+Bruce Schneier en 1993.</li>
+ <li><a href="http://en.wikipedia.org/wiki/Web_browser">Navegador (Web)</a> - una
+aplicación de software que le permite al usuario mostrar e interactuar con
+texto, imágenes y otra información típicamente ubicada en una página web en
+un sitio web en la World Wide Web.</li>
+ <li><a href="http://www.wikipedia.org/wiki/Bzip2">bzip2</a> - un programa y
+algoritmo de compresión libre/de código abierto desarrollado por Julian
+Seward.</li>
<li><a href="http://www.wikipedia.org/wiki/CGI">CGI (Common Gateway
-Interface)</a> - an important World Wide Web technology that enables a
-client web browser to request data from a program executed on the Web
-server.</li>
- <li><a href="http://www.wikipedia.org/wiki/Changelog">Changelog</a> - a log or
-record of changes made to a project.</li>
- <li><a href="http://www.wikipedia.org/wiki/Client_%28computing%29">Client</a> -
-a computer system that accesses a (remote) service on another computer by
-some kind of network.</li>
- <li><a href="http://www.wikipedia.org/wiki/Column_%28database%29">column</a> - a
-set of data values of a particular simple type, one for each row of the
-table.</l a values of a particular simple type, one for each row of the umn</a> - a anns, ] T� ��4�* 0��T� "q��* ����* ���T� ��T� �x��* ����* ��* �h�* ��T� ��4�* 0��T� ��T� ���* 6 � �! �! ���T� ��T� x$�* 0��T� "q��* ���* ���T� �p��* 兩T� �v�* �x��* v�* �v�* �v�* ����* x$�* 0��T� ��T� ���* �! �! ���T� ��T� ����* ��T� "q��* ���* ���T� �p��* 兩T� ॸT� إ�T� ��* �p� ��T� �x��* ����* ��T� ���T� ���* G H I J K M N O P ���T� ��T� H���* ���T� "q��* ���* ���T� 0v�* �x��* 0�* �٥�* v�* �v�* �v�* ����* H���* ���T� �T� ���* 8���* ���T� ��T� ���* (���* ���T� P��T� ���* ���* ���T� ���T� ���* �v�* �x��* �v�* ��T� �(��* �w��* �v�* ��T� y(��* �w��* v�* P��T� Z(��* �w��* �ԥ�* 0�* �٥�* v�* �4�* �v�* �v�* ����* ���* П�T� ���T� ���* # % '