The branch, master has been updated
via 8e601dd9643fad25521bee9088bb4e1ed9a26f63 (commit)
via d2955a1f3592f077adacebdd7aef068df9c50c72 (commit)
from 485c5d93a2cc199179c4f1a135a778c5bb3556b8 (commit)
- Log -----------------------------------------------------------------
commit 8e601dd9643fad25521bee9088bb4e1ed9a26f63
Merge: d2955a1f3592f077adacebdd7aef068df9c50c72 485c5d93a2cc199179c4f1a135a778c5bb3556b8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Mar 15 01:00:21 2011 +0530
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit d2955a1f3592f077adacebdd7aef068df9c50c72
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Mar 15 00:59:16 2011 +0530
Do not mark rows when clicked on anchor
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 8087dcc..3068c3e 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -594,7 +594,7 @@ $(document).ready(function() {
*/
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
//do not trigger when clicked on anchor or inside input element (in inline editing mode) with exception of the first checkbox
- if ($(e.target).parents('tr').find('td:nth(2)').hasClass('inline_edit_active')) {
+ if ($(e.target).is('a, a *') || $(e.target).parents('tr').find('td:nth(2)').hasClass('inline_edit_active')) {
return;
}
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
hooks/post-receive
--
phpMyAdmin
The branch, master has been updated
via 9488058fe4e7238e12e9288415340f2f45342350 (commit)
via 3b0ba259e524ee0963c3593ea21ddbc01b891ced (commit)
via d265aa246e051cc0287cb2002d90bdb81b08093b (commit)
via 7a2fb62853f7324df4c7bdbc472ddc033707e285 (commit)
via c0def7b68514bdecd926bfafb37975817d7251c5 (commit)
via 563e26063f55e488bc57d9ab1218199bdb201984 (commit)
via 59514ffd62d862c820e012901e16a363abde71ca (commit)
via 8db6ed5a25161a00533bf83501bf265bb520ec4c (commit)
via adc685344078a02b59a772dbf10079486776153d (commit)
via 15d5a94c89ebbb8e4b9e0e8c8be6585e97782175 (commit)
via 7738f637d7a8045afb5ad2e13a9f771bd7b9afd4 (commit)
via b2388885aa1611edcc5066ae4b5c62a74f1a32cc (commit)
via a01f6ea23538766821566978633371e59f39ddb7 (commit)
via 9dacbe3f99080bc68082f06a638e7b300a6d1721 (commit)
via b650ea04b1d690f5c8cc0dd2729150db8429c38f (commit)
via 225458da1745ea86c295ca659e656b53bc0aa1eb (commit)
via 3f30fdf159838d6486faee0b60317d882ecd3a43 (commit)
via abd83ab8502de1705433ab9917e6feaf50cec8ff (commit)
via 1c011b113236dbc43176b2f9a058d1028e2a7f0a (commit)
via dce7e998077c41e3fac1a4feac18e3e35993362a (commit)
via b60fcba375b2300755ff82dd97de2c1b8f29ee9b (commit)
via a4fcebcd4d4066b855ab0b587744fe510e4e158a (commit)
via 477d940c7bc0a830f09642e119d9dbfedd8a8a4b (commit)
via 813a66c36383998d9370e412aeeac7230edfdf18 (commit)
via d05db7336fb1aefd684de55cec69c1076824dd69 (commit)
via 86a6dd276fcd5d38ac00b9989cb48fc494df8690 (commit)
via be1276b15e0c144995e1ef2f38254d88fa0e5170 (commit)
via 0460effc49ffa49ba45d5e258c6634b9796f555e (commit)
via 3d4c2e9de96c8c157d3544732cf382a23f4875cb (commit)
via 18714e89cce3d493e05ff500d1e1ced545f4e52e (commit)
via 61f3ee1e3c8d2c5b908a911c393a2ad70ebb850b (commit)
via 9c74052559cb9bb9d7c46d10796afe5673e85f88 (commit)
via 50eec024c6331153a7cb9ee2e6e474533a6ba61b (commit)
via eb2b199229e6f1c53a849b9e0afc7988478b4737 (commit)
via 82bf5dbafb57d19fbfb93bd8370e6b0b9dbde0b2 (commit)
via f3f346c849ff7145fa4466f2ccce25d5b0411b6d (commit)
via 71c1da632b9cf6e000cbd5974ab7f5057164fd95 (commit)
via 33158909f2a6758ec68f6fc90bdeddce386a9e9d (commit)
via d64cf6c6c008755914a12d5ebb26ecb7dba3083e (commit)
via 8da462e77229cd272eaad94cf3087cdf46f0bd94 (commit)
via 5751aef24823ead40d2650003b6a5b7f6c814aa7 (commit)
via 2834d261ad98aad83961a81cc6cd0b926b639f4e (commit)
via 7752d5bddf843b729ed32c5a80571cc9b7a3e4c7 (commit)
via 6c78a682d8493aa349b650eb6282bb1edd12b077 (commit)
via c8018ae9d8bf7c1bfd2ace852e19bafbd6d7235b (commit)
via 2972ab79c5ef729e0628eaebcd69f5e4514f3cbd (commit)
via 9bc0ddbb0a703e41ba9fa00ac2876228dd8bf327 (commit)
via 8f783af1058c93f33c4f157f05df5b78d75c554f (commit)
via 922be3041c13ac374029c8e5b6932ab495cb6145 (commit)
via 962b693ef71da130f4d4d7866d043f3e439821f7 (commit)
via a3448cb75fc56c73e0edcf40b35ba19f84fa732a (commit)
via bbc40328f65947eab1cf13a1662e646ae849f098 (commit)
via b717030f339dcb4fc5f2a73afc9f2531d3d536b8 (commit)
via c393d63e05ecd3172d37ee3a2909763b8bdeb3be (commit)
via 3ec62363950bb5dbf7721390afeee64fd0248480 (commit)
via c9ba424b8b1cd72fa37905d0c46aeaeafcf5bd6d (commit)
via 8d891f976ca24c3a00bff4a1c4b1d8db1d374413 (commit)
via 9a68fe890c952a0d2efe4372f6616336341b678c (commit)
via d14d4f0ba01b34f0d9b8d4edc9f7405041feff9b (commit)
via 7fd40c81b7006ed686f81ee81331cac4f28d90bc (commit)
via 4cd2639510543e7ff48e9d832958ce6f0ad2e2ea (commit)
via 18df006be76e941be4edb1cd2f1a75ea3eb7adef (commit)
via b3c88ee1797267b242b32dad777696002750ec89 (commit)
via db2bed0c4204e4d7f5308e582307b5329fe37078 (commit)
via 18cbc9e9d7547f9a3c686ebaafd594c49e9e07be (commit)
via 0a7c5a0832e1158b068c6c4e7f41a77d5ee4e83f (commit)
via 66424a7794fd482b63331e4c2dc9bcd8c6f16dec (commit)
via b3fa5285f37d894f464c625260a381fbd90610f0 (commit)
via c5ccb2e5874316239f6684472fb80d29b215426a (commit)
via 99922c3ec3636531b2a8c6e75c62e7b9e6598899 (commit)
via d5bfa817743085ab0e00a26e46ad3eece2c26a09 (commit)
via e355c59337e49f67bcec7ec9169458a98c714e35 (commit)
via f94b70284f855a29d073696aa507c1974d954c55 (commit)
via 9e5228af15d8b4dbc8018ed3638c85bc0f430b17 (commit)
via c4543c7123ab8a777e49ff87f4ba3ee9db431d66 (commit)
via fb41d16256a08e392482a9d4aa39a1462504f7ff (commit)
via 2c1d3a2034c18f9f069cf95178286c08dc1f3400 (commit)
via f4c3a21995397d394eba1e91384dd189d097dd11 (commit)
via 01374b9c88f5227365aa1b724b0428718a818b90 (commit)
via b7008ec4575df3e6e88a8bfec47ab277575050cf (commit)
via 71cbd7078ea6392084d322450991e3d87011efb6 (commit)
via 90c89a65d6db6be57ae43c1431601b97157facf8 (commit)
via 0362c0f10095cfd849a0eb8b303d6ba564c802c7 (commit)
via c25327c990c94ccb28a03d85997499f4ad8875f3 (commit)
from b2726e5367adbb06a064364905c0333753cc0c23 (commit)
- Log -----------------------------------------------------------------
commit 9488058fe4e7238e12e9288415340f2f45342350
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Mar 13 21:51:07 2011 +0100
Update generated docs
commit 3b0ba259e524ee0963c3593ea21ddbc01b891ced
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Mar 13 12:57:44 2011 +0200
Translation update done using Pootle.
commit d265aa246e051cc0287cb2002d90bdb81b08093b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:10:05 2011 +0200
Translation update done using Pootle.
commit 7a2fb62853f7324df4c7bdbc472ddc033707e285
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:09:59 2011 +0200
Translation update done using Pootle.
commit c0def7b68514bdecd926bfafb37975817d7251c5
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:09:51 2011 +0200
Translation update done using Pootle.
commit 563e26063f55e488bc57d9ab1218199bdb201984
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:09:33 2011 +0200
Translation update done using Pootle.
commit 59514ffd62d862c820e012901e16a363abde71ca
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:09:06 2011 +0200
Translation update done using Pootle.
commit 8db6ed5a25161a00533bf83501bf265bb520ec4c
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:08:55 2011 +0200
Translation update done using Pootle.
commit adc685344078a02b59a772dbf10079486776153d
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:08:39 2011 +0200
Translation update done using Pootle.
commit 15d5a94c89ebbb8e4b9e0e8c8be6585e97782175
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:08:17 2011 +0200
Translation update done using Pootle.
commit 7738f637d7a8045afb5ad2e13a9f771bd7b9afd4
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:08:07 2011 +0200
Translation update done using Pootle.
commit b2388885aa1611edcc5066ae4b5c62a74f1a32cc
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:07:52 2011 +0200
Translation update done using Pootle.
commit a01f6ea23538766821566978633371e59f39ddb7
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:07:42 2011 +0200
Translation update done using Pootle.
commit 9dacbe3f99080bc68082f06a638e7b300a6d1721
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:07:28 2011 +0200
Translation update done using Pootle.
commit b650ea04b1d690f5c8cc0dd2729150db8429c38f
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:07:00 2011 +0200
Translation update done using Pootle.
commit 225458da1745ea86c295ca659e656b53bc0aa1eb
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:06:48 2011 +0200
Translation update done using Pootle.
commit 3f30fdf159838d6486faee0b60317d882ecd3a43
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:06:33 2011 +0200
Translation update done using Pootle.
commit abd83ab8502de1705433ab9917e6feaf50cec8ff
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:06:14 2011 +0200
Translation update done using Pootle.
commit 1c011b113236dbc43176b2f9a058d1028e2a7f0a
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:06:02 2011 +0200
Translation update done using Pootle.
commit dce7e998077c41e3fac1a4feac18e3e35993362a
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:05:48 2011 +0200
Translation update done using Pootle.
commit b60fcba375b2300755ff82dd97de2c1b8f29ee9b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:05:38 2011 +0200
Translation update done using Pootle.
commit a4fcebcd4d4066b855ab0b587744fe510e4e158a
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:05:27 2011 +0200
Translation update done using Pootle.
commit 477d940c7bc0a830f09642e119d9dbfedd8a8a4b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:05:13 2011 +0200
Translation update done using Pootle.
commit 813a66c36383998d9370e412aeeac7230edfdf18
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:04:50 2011 +0200
Translation update done using Pootle.
commit d05db7336fb1aefd684de55cec69c1076824dd69
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:04:35 2011 +0200
Translation update done using Pootle.
commit 86a6dd276fcd5d38ac00b9989cb48fc494df8690
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:04:19 2011 +0200
Translation update done using Pootle.
commit be1276b15e0c144995e1ef2f38254d88fa0e5170
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:04:11 2011 +0200
Translation update done using Pootle.
commit 0460effc49ffa49ba45d5e258c6634b9796f555e
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:03:53 2011 +0200
Translation update done using Pootle.
commit 3d4c2e9de96c8c157d3544732cf382a23f4875cb
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:03:40 2011 +0200
Translation update done using Pootle.
commit 18714e89cce3d493e05ff500d1e1ced545f4e52e
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:03:03 2011 +0200
Translation update done using Pootle.
commit 61f3ee1e3c8d2c5b908a911c393a2ad70ebb850b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:02:06 2011 +0200
Translation update done using Pootle.
commit 9c74052559cb9bb9d7c46d10796afe5673e85f88
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 17:00:39 2011 +0200
Translation update done using Pootle.
commit 50eec024c6331153a7cb9ee2e6e474533a6ba61b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:59:12 2011 +0200
Translation update done using Pootle.
commit eb2b199229e6f1c53a849b9e0afc7988478b4737
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:55:40 2011 +0200
Translation update done using Pootle.
commit 82bf5dbafb57d19fbfb93bd8370e6b0b9dbde0b2
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:55:35 2011 +0200
Translation update done using Pootle.
commit f3f346c849ff7145fa4466f2ccce25d5b0411b6d
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:54:50 2011 +0200
Translation update done using Pootle.
commit 71c1da632b9cf6e000cbd5974ab7f5057164fd95
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:54:20 2011 +0200
Translation update done using Pootle.
commit 33158909f2a6758ec68f6fc90bdeddce386a9e9d
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:53:06 2011 +0200
Translation update done using Pootle.
commit d64cf6c6c008755914a12d5ebb26ecb7dba3083e
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:53:01 2011 +0200
Translation update done using Pootle.
commit 8da462e77229cd272eaad94cf3087cdf46f0bd94
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:51:54 2011 +0200
Translation update done using Pootle.
commit 5751aef24823ead40d2650003b6a5b7f6c814aa7
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:51:48 2011 +0200
Translation update done using Pootle.
commit 2834d261ad98aad83961a81cc6cd0b926b639f4e
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:50:29 2011 +0200
Translation update done using Pootle.
commit 7752d5bddf843b729ed32c5a80571cc9b7a3e4c7
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:50:20 2011 +0200
Translation update done using Pootle.
commit 6c78a682d8493aa349b650eb6282bb1edd12b077
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:49:58 2011 +0200
Translation update done using Pootle.
commit c8018ae9d8bf7c1bfd2ace852e19bafbd6d7235b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:49:33 2011 +0200
Translation update done using Pootle.
commit 2972ab79c5ef729e0628eaebcd69f5e4514f3cbd
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:49:22 2011 +0200
Translation update done using Pootle.
commit 9bc0ddbb0a703e41ba9fa00ac2876228dd8bf327
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:48:52 2011 +0200
Translation update done using Pootle.
commit 8f783af1058c93f33c4f157f05df5b78d75c554f
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:48:19 2011 +0200
Translation update done using Pootle.
commit 922be3041c13ac374029c8e5b6932ab495cb6145
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:47:43 2011 +0200
Translation update done using Pootle.
commit 962b693ef71da130f4d4d7866d043f3e439821f7
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:47:33 2011 +0200
Translation update done using Pootle.
commit a3448cb75fc56c73e0edcf40b35ba19f84fa732a
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:47:20 2011 +0200
Translation update done using Pootle.
commit bbc40328f65947eab1cf13a1662e646ae849f098
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:46:19 2011 +0200
Translation update done using Pootle.
commit b717030f339dcb4fc5f2a73afc9f2531d3d536b8
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:46:03 2011 +0200
Translation update done using Pootle.
commit c393d63e05ecd3172d37ee3a2909763b8bdeb3be
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:45:56 2011 +0200
Translation update done using Pootle.
commit 3ec62363950bb5dbf7721390afeee64fd0248480
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:45:20 2011 +0200
Translation update done using Pootle.
commit c9ba424b8b1cd72fa37905d0c46aeaeafcf5bd6d
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:45:03 2011 +0200
Translation update done using Pootle.
commit 8d891f976ca24c3a00bff4a1c4b1d8db1d374413
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:44:49 2011 +0200
Translation update done using Pootle.
commit 9a68fe890c952a0d2efe4372f6616336341b678c
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:44:44 2011 +0200
Translation update done using Pootle.
commit d14d4f0ba01b34f0d9b8d4edc9f7405041feff9b
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:44:23 2011 +0200
Translation update done using Pootle.
commit 7fd40c81b7006ed686f81ee81331cac4f28d90bc
Author: mynetx <mynetx(a)gmx.de>
Date: Sat Mar 12 16:44:07 2011 +0200
Translation update done using Pootle.
commit 4cd2639510543e7ff48e9d832958ce6f0ad2e2ea
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:47:36 2011 +0200
Translation update done using Pootle.
commit 18df006be76e941be4edb1cd2f1a75ea3eb7adef
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:47:22 2011 +0200
Translation update done using Pootle.
commit b3c88ee1797267b242b32dad777696002750ec89
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:46:24 2011 +0200
Translation update done using Pootle.
commit db2bed0c4204e4d7f5308e582307b5329fe37078
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:45:53 2011 +0200
Translation update done using Pootle.
commit 18cbc9e9d7547f9a3c686ebaafd594c49e9e07be
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:42:17 2011 +0200
Translation update done using Pootle.
commit 0a7c5a0832e1158b068c6c4e7f41a77d5ee4e83f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:41:20 2011 +0200
Translation update done using Pootle.
commit 66424a7794fd482b63331e4c2dc9bcd8c6f16dec
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:39:24 2011 +0200
Translation update done using Pootle.
commit b3fa5285f37d894f464c625260a381fbd90610f0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:39:14 2011 +0200
Translation update done using Pootle.
commit c5ccb2e5874316239f6684472fb80d29b215426a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:38:54 2011 +0200
Translation update done using Pootle.
commit 99922c3ec3636531b2a8c6e75c62e7b9e6598899
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:36:50 2011 +0200
Translation update done using Pootle.
commit d5bfa817743085ab0e00a26e46ad3eece2c26a09
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:36:33 2011 +0200
Translation update done using Pootle.
commit e355c59337e49f67bcec7ec9169458a98c714e35
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:35:53 2011 +0200
Translation update done using Pootle.
commit f94b70284f855a29d073696aa507c1974d954c55
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:35:27 2011 +0200
Translation update done using Pootle.
commit 9e5228af15d8b4dbc8018ed3638c85bc0f430b17
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:31:51 2011 +0200
Translation update done using Pootle.
commit c4543c7123ab8a777e49ff87f4ba3ee9db431d66
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:30:47 2011 +0200
Translation update done using Pootle.
commit fb41d16256a08e392482a9d4aa39a1462504f7ff
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:29:50 2011 +0200
Translation update done using Pootle.
commit 2c1d3a2034c18f9f069cf95178286c08dc1f3400
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:29:29 2011 +0200
Translation update done using Pootle.
commit f4c3a21995397d394eba1e91384dd189d097dd11
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:29:00 2011 +0200
Translation update done using Pootle.
commit 01374b9c88f5227365aa1b724b0428718a818b90
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:24:00 2011 +0200
Translation update done using Pootle.
commit b7008ec4575df3e6e88a8bfec47ab277575050cf
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:22:26 2011 +0200
Translation update done using Pootle.
commit 71cbd7078ea6392084d322450991e3d87011efb6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:22:06 2011 +0200
Translation update done using Pootle.
commit 90c89a65d6db6be57ae43c1431601b97157facf8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:20:32 2011 +0200
Translation update done using Pootle.
commit 0362c0f10095cfd849a0eb8b303d6ba564c802c7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:19:42 2011 +0200
Translation update done using Pootle.
commit c25327c990c94ccb28a03d85997499f4ad8875f3
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Sat Mar 12 01:18:30 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/cs/Documentation.html | 4 +-
output/cs/README | 2 +-
output/el/Documentation.html | 4 +-
output/el/README | 2 +-
output/en_GB/Documentation.html | 4 +-
output/en_GB/README | 2 +-
output/es/Documentation.html | 111 ++++++++++---------
output/es/README | 2 +-
output/fr/Documentation.html | 4 +-
output/fr/README | 2 +-
output/it/Documentation.html | 4 +-
output/ja/Documentation.html | 4 +-
output/pl/Documentation.html | 4 +-
output/pt_BR/Documentation.html | 4 +-
output/pt_BR/README | 2 +-
output/sl/README | 2 +-
output/tr/Documentation.html | 4 +-
output/tr/README | 2 +-
output/zh_CN/Documentation.html | 4 +-
output/zh_CN/README | 2 +-
po/de.po | 225 ++++++++++++++++++++++++++-------------
po/es.po | 68 +++++++++---
po/tr.po | 4 +-
pot/ca-full.pot | 14 +---
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 14 +---
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 14 +---
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/el-full.pot | 14 +---
pot/el-html.pot | 2 +-
pot/el-txt.pot | 2 +-
pot/en_GB-full.pot | 14 +---
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 14 +---
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 14 +---
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 14 +---
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 14 +---
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 14 +---
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/hy-full.pot | 14 +---
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 14 +---
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/ja-full.pot | 14 +---
pot/ja-html.pot | 2 +-
pot/ja-txt.pot | 2 +-
pot/ka-full.pot | 14 +---
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 14 +---
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 14 +---
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nb-full.pot | 14 +---
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 14 +---
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/pl-full.pot | 14 +---
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 14 +---
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 14 +---
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 14 +---
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sl-full.pot | 14 +---
pot/sl-html.pot | 2 +-
pot/sl-txt.pot | 2 +-
pot/sv-full.pot | 14 +---
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 14 +---
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 14 +---
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 14 +---
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
104 files changed, 375 insertions(+), 577 deletions(-)
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index 7ce49ca..8b239af 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -19,7 +19,7 @@ Nebo je také můžete upravit na https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Dokumentace</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Dokumentace</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Nebo je také můžete upravit na https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Dokumentace
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Dokumentace
</h1>
</div>
diff --git a/output/cs/README b/output/cs/README
index 2872955..44d8bcd 100644
--- a/output/cs/README
+++ b/output/cs/README
@@ -1,7 +1,7 @@
phpMyAdmina - čtěte mě
=========================
-Verze 3.4.0-beta4-dev
+Verze 3.4.0-rc1-dev
Sada PHP skriptů pro správu MySQL přes web.
diff --git a/output/el/Documentation.html b/output/el/Documentation.html
index f6320ee..bfeb3cd 100644
--- a/output/el/Documentation.html
+++ b/output/el/Documentation.html
@@ -20,7 +20,7 @@ https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -28,7 +28,7 @@ https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/el/README b/output/el/README
index 522ef28..542ebeb 100644
--- a/output/el/README
+++ b/output/el/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.4.0-beta4-dev
+Version 3.4.0-rc1-dev
Ένα σύνολο από κώδικες PHP για διαχείριση του MySQL μέσω διαδικτύου.
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index 5b4f638..4806206 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -19,7 +19,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/en_GB/README b/output/en_GB/README
index fafe8ad..8f7385f 100644
--- a/output/en_GB/README
+++ b/output/en_GB/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.4.0-beta4-dev
+Version 3.4.0-rc1-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index 3a5b0c2..ad65786 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -19,7 +19,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Documentación de phpMyAdmin 3.4.0-beta4-dev</title>
+ <title>Documentación de phpMyAdmin 3.4.0-rc1-dev</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentación
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentación
</h1>
</div>
@@ -1539,67 +1539,70 @@ los usuarios acceso a servidores MySQL detrás del firewall del servidor
<abbr title="HyperText Transfer Protocol">HTTP</abbr>.
</dd>
- <dt id ="cfg_Error_Handler_display">$cfg['Error_Handler']['display'] boolean</dt>
- <dd>Whether to display errors from PHP or not.</dd>
+ <dt id ="cfg_Error_Handler_display">booleano $cfg['Error_Handler']['display']</dt>
+ <dd>Si mostrar errores de PHP o no.</dd>
- <dt id ="cfg_Error_Handler_gather">$cfg['Error_Handler']['gather'] boolean</dt>
- <dd>Whether to gather errors from PHP or not.</dd>
+ <dt id ="cfg_Error_Handler_gather">booleano $cfg['Error_Handler']['gather']</dt>
+ <dd>Si recolectar los errores de PHP o no.</dd>
- <dt id="cfg_LeftFrameLight">$cfg['LeftFrameLight'] boolean</dt>
- <dd>Defines whether to use a select-based menu and display only the current
-tables in the left frame (smaller page). Only in Non-Lightmode you can use
-the feature to display nested folders using <a
+ <dt id="cfg_LeftFrameLight">booleano $cfg['LeftFrameLight']</dt>
+ <dd>Define si se utiliza un menú de selección y sólo mostrar las tablas actuales
+en el marco izquierdo (una página más pequeña). Sólo en el modo no-ligero se
+puede utlizar la funcionalidad para mostrar carpetas anidadas utilizando <a
href="#cfg_LeftFrameTableSeparator"
class="configrule">$cfg['LeftFrameTableSeparator']</a>
</dd>
- <dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] boolean</dt>
- <dd>In light mode, defines whether to display the names of databases (in the
-selector) using a tree, see also <a href="#cfg_LeftFrameDBSeparator"
+ <dt id="cfg_LeftFrameDBTree">booleano $cfg['LeftFrameDBTree']</dt>
+ <dd>En el modo ligero, define si mostrar los nombres de las bases de datos (en
+el selector) utilizando un árbol. Ver también <a
+href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
- <dt id="cfg_LeftFrameDBSeparator">$cfg['LeftFrameDBSeparator'] string or array</dt>
- <dd>The string used to separate the parts of the database name when showing them
-in a tree. Alternatively you can specify more strings in an array and all of
-them will be used as a separator.</dd>
-
- <dt id="cfg_LeftFrameTableSeparator">$cfg['LeftFrameTableSeparator'] string</dt>
- <dd>Defines a string to be used to nest table spaces. Defaults to '__'. This
-means if you have tables like 'first__second__third' this will be shown as a
-three-level hierarchy like: first > second > third. If set to FALSE
-or empty, the feature is disabled. NOTE: You should not use this separator
-at the beginning or end of a table name or multiple times after another
-without any other characters in between.</dd>
-
- <dt id="cfg_LeftFrameTableLevel">$cfg['LeftFrameTableLevel'] string</dt>
- <dd>Defines how many sublevels should be displayed when splitting up tables by
-the above separator.</dd>
-
- <dt id="cfg_ShowTooltip">$cfg['ShowTooltip'] boolean</dt>
- <dd>Defines whether to display table comment as tool-tip in left frame or not.</dd>
-
- <dt id="cfg_ShowTooltipAliasDB">$cfg['ShowTooltipAliasDB'] boolean</dt>
- <dd>If tool-tips are enabled and a DB comment is set, this will flip the comment
-and the real name. That means that if you have a table called 'user0001' and
-add the comment 'MyName' on it, you will see the name 'MyName' used
-consequently in the left frame and the tool-tip shows the real name of the
-DB.</dd>
-
- <dt id="cfg_ShowTooltipAliasTB">$cfg['ShowTooltipAliasTB'] boolean/string</dt>
- <dd>Same as <a href="#cfg_ShowTooltipAliasDB"
-class="configrule">$cfg['ShowTooltipAliasDB']</a>, except this works for
-table names. When setting this to 'nested', the Alias of the Tablename is
-only used to split/nest the tables according to the <a
-href="#cfg_LeftFrameTableSeparator"
-class="configrule">$cfg['LeftFrameTableSeparator']</a> directive. So only
-the folder is called like the Alias, the tablename itself stays the real
-tablename.</dd>
-
- <dt id="cfg_LeftDisplayLogo">$cfg['LeftDisplayLogo'] boolean</dt>
- <dd>Defines whether or not to display the phpMyAdmin logo at the top of the left
-frame. Defaults to <tt>TRUE</tt>.</dd>
- <dt id="cfg_LeftLogoLink">$cfg['LeftLogoLink'] string</dt>
+ <dt id="cfg_LeftFrameDBSeparator">cadena o array $cfg['LeftFrameDBSeparator']</dt>
+ <dd>La cadena a utilizar para separar las partes del nombre de la base de datos
+al mostrarlas en un árbol. Alternativamente se pueden especificar más
+cadenas en un array y todas ellas van a ser utilizadas como separadores.</dd>
+
+ <dt id="cfg_LeftFrameTableSeparator">cadena $cfg['LeftFrameTableSeparator']</dt>
+ <dd>Define la cadena a utilizar para anidar espacios de tablas. El valor
+predeterminado es '__'. Esto significa que si tienes tablas como
+'primero__segundo__tercer' van a ser mostrados como una jerarquía de tres
+niveles como: primero > segundo > tercero. Si es FALSE o una cadena
+vacía, la funcionalidad estará desactivada. NOTA: no se debe utilizar este
+separador al principio o al final del nombre de una tabla o más de una vez
+seguida sin caracteres intermedios.</dd>
+
+ <dt id="cfg_LeftFrameTableLevel">cadena $cfg['LeftFrameTableLevel']</dt>
+ <dd>Define la cantidad de sub-niveles a mostrar cuando se separen nombres de
+tabla con el separador anterior.</dd>
+
+ <dt id="cfg_ShowTooltip">booleano $cfg['ShowTooltip']</dt>
+ <dd>Define si mostrar el comentario de la tabla como texto suplementario o no.</dd>
+
+ <dt id="cfg_ShowTooltipAliasDB">booleano $cfg['ShowTooltipAliasDB']</dt>
+ <dd>Si los textos suplementarions están habilitados y hay un comentario definido
+en la base de datos, esta configuración intercambiará el comentario y el
+nombre real. Esto significa que si se tiene una tabla llamada 'usuario0001'
+con el comentario 'MiNombre' en ella, se verá la base de datos con el nombre
+'MiNombre' en el marco izquierdo y el texto suplementario mostrará el nombre
+real de la base de datos.</dd>
+
+ <dt id="cfg_ShowTooltipAliasTB">booleano o cadena $cfg['ShowTooltipAliasTB']</dt>
+ <dd>Igual que <a href="#cfg_ShowTooltipAliasDB"
+class="configrule">$cfg['ShowTooltipAliasDB']</a>, sólo que este lo hace
+para los nombres de tablas. Cuando está configurado como 'nested', el alias
+de la base de datos sólo será utilizado para dividir/anidar las tablas según
+la configuración de <a href="#cfg_LeftFrameTableSeparator"
+class="configrule">$cfg['LeftFrameTableSeparator']</a>. De esa forma, sólo
+la carpeta se llamará como el Alias y el nombre real de la tabla en sí será
+mostrado.</dd>
+
+ <dt id="cfg_LeftDisplayLogo">booleano $cfg['LeftDisplayLogo']</dt>
+ <dd>Define si mostrar o no el logo de phpMyAdmin en la porció superior del marco
+izquierdo. El valor predeterminado es <tt>TRUE</tt>.</dd>
+ <dt id="cfg_LeftLogoLink">cadena $cfg['LeftLogoLink']</dt>
<dd>Enter URL where logo in the navigation frame will point to. For use
especially with self made theme which changes this. The default value for
this is <tt>main.php</tt>.</dd>
diff --git a/output/es/README b/output/es/README
index fad5869..33b5502 100644
--- a/output/es/README
+++ b/output/es/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.4.0-beta4-dev
+Version 3.4.0-rc1-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index c325cfc..af0cf63 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -20,7 +20,7 @@ https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -28,7 +28,7 @@ https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/fr/README b/output/fr/README
index 09383e0..6ddbaaf 100644
--- a/output/fr/README
+++ b/output/fr/README
@@ -1,7 +1,7 @@
phpMyAdmin - LisezMoi
=====================
-Version 3.4.0-beta4-dev
+Version 3.4.0-rc1-dev
Un ensemble de scripts PHP pour administrer MySQL par Internet.
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index 06ea160..4e7abdd 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -19,7 +19,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/ja/Documentation.html b/output/ja/Documentation.html
index 55b7449..bdf0930 100644
--- a/output/ja/Documentation.html
+++ b/output/ja/Documentation.html
@@ -19,7 +19,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index 225bce5..383fad5 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -19,7 +19,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Documentation
</h1>
</div>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 88d9fc5..6352792 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -19,7 +19,7 @@ Ou você pode editá-la online em https://l10n.cihar.com/projects/pmadoc/.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Documentação</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Documentação</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ Ou você pode editá-la online em https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
Documentação do <a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev
</h1>
</div>
diff --git a/output/pt_BR/README b/output/pt_BR/README
index b673506..b00edfc 100644
--- a/output/pt_BR/README
+++ b/output/pt_BR/README
@@ -1,7 +1,7 @@
phpMyAdmin - Leia-me
====================
-Versão 3.4.0-beta4-dev
+Versão 3.4.0-rc1-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/output/sl/README b/output/sl/README
index 44b3142..c5a63c4 100644
--- a/output/sl/README
+++ b/output/sl/README
@@ -1,7 +1,7 @@
phpMyAdmin - Beri me
====================
-Različica 3.4.0-beta4-dev
+Različica 3.4.0-rc1-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index ad6d0b6..272130e 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -20,7 +20,7 @@ düzenleyebilirisiniz.
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - Belgeler</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - Belgeler</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -28,7 +28,7 @@ düzenleyebilirisiniz.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev Belgesi
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev Belgesi
</h1>
</div>
diff --git a/output/tr/README b/output/tr/README
index 8af85e0..a33b62c 100644
--- a/output/tr/README
+++ b/output/tr/README
@@ -1,7 +1,7 @@
phpMyAdmin - Benioku
====================
-Sürüm 3.4.0-beta4-dev
+Sürüm 3.4.0-rc1-dev
Web üzerinden MySQL'i yönetmek için bir dizi PHP betikleridir.
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index 5e6a1be..acb886c 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -19,7 +19,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.4.0-beta4-dev - 文档</title>
+ <title>phpMyAdmin 3.4.0-rc1-dev - 文档</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -27,7 +27,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-beta4-dev 文档
+class="myadmin">MyAdmin</span></a> 3.4.0-rc1-dev 文档
</h1>
</div>
diff --git a/output/zh_CN/README b/output/zh_CN/README
index a7d7fa7..c1a4530 100644
--- a/output/zh_CN/README
+++ b/output/zh_CN/README
@@ -1,7 +1,7 @@
phpMyAdmin - 读我
===================
-版本 3.4.0-beta4-dev
+版本 3.4.0-rc1-dev
使用 PHP 编写,通过 web 管理 MySQL 的工具。
diff --git a/po/de.po b/po/de.po
index 40087d5..cf14ec7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-02 13:51+0100\n"
-"PO-Revision-Date: 2010-09-16 11:58+0200\n"
-"Last-Translator: <sven-cihar.com(a)incase.de>\n"
+"PO-Revision-Date: 2011-03-12 17:10+0200\n"
+"Last-Translator: <mynetx(a)gmx.de>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -20,19 +20,17 @@ msgstr ""
#. type: Content of: <html><head><title>
#: orig-docs/Documentation.html:12
-#, fuzzy
msgid "phpMyAdmin @@VER@@ - Documentation"
-msgstr "phpMyAdmin-Dokumentation"
+msgstr "phpMyAdmin @@VER@@-Dokumentation"
#. type: Content of: <html><body><div><h1>
#: orig-docs/Documentation.html:19
-#, fuzzy
msgid ""
"<a href=\"http://www.phpmyadmin.net/\">php<span class=\"myadmin\">MyAdmin</"
"span></a> @@VER@@ Documentation"
msgstr ""
-"<a href=\"http://www.phpmyadmin.net/\">php<span class=\"myadmin\">MyAdmin</"
-"span></a> 3.4.0-dev Dokumentation"
+"<a href=\"http://www.phpmyadmin.net/\">php<span "
+"class=\"myadmin\">MyAdmin</span></a> @@VER@@-Dokumentation"
#. type: Content of: <html><body><ul><li>
#: orig-docs/Documentation.html:27
@@ -168,13 +166,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: orig-docs/Documentation.html:66
-#, fuzzy
msgid ""
"For proper support of multibyte strings (eg. UTF-8, which is currently the "
"default), you should install the mbstring and ctype extensions."
msgstr ""
-"Für korrekte Unterstützung von Mehrbyte-Zeichenketten (z.B. UTF-8, der "
-"aktuelle Standard) sollten Sie die mbstring und ctype Erweiterungen "
+"Für die korrekte Unterstützung von Mehrbyte-Zeichenketten (z.B. UTF-8, dem "
+"aktuellen Standard) sollten Sie die mbstring und ctype Erweiterungen "
"installieren."
#. type: Content of: <html><body><div><ul><li><ul><li>
@@ -259,10 +256,9 @@ msgstr "Zurzeit kann phpMyAdmin:"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:102
-#, fuzzy
msgid "browse and drop databases, tables, views, columns and indexes"
msgstr ""
-"Datenbanken, Tabellen, Views, Felder und Indices durchsuchen und löschen"
+"Datenbanken, Tabellen, Ansichten, Felder und Indizes durchsuchen und löschen"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:103
@@ -304,7 +300,6 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:113
-#, fuzzy
msgid ""
"export<a href=\"#footnote_1\"><sup>1</sup></a> data to various formats: "
"<abbr title=\"Comma Separated Values\">CSV</abbr>, <abbr title=\"Extensible "
@@ -315,13 +310,14 @@ msgid ""
"abbr>, <abbr title=\"Microsoft Excel 97-2003 and Excel 2007\">Excel</abbr> "
"and L<sup>A</sup>T<sub><big>E</big></sub>X formats"
msgstr ""
-"Daten in verschiedene Formate exportieren<a href=\"#footnote_1\"><sup>1</"
-"sup></a>: <abbr title=\"comma separated values\">CSV</abbr>, <abbr title="
-"\"Extensible Markup Language\">XML</abbr>, <abbr title=\"Portable Document "
-"Format\">PDF</abbr>, <abbr title=\"International Standards Organisation"
-"\">ISO</abbr>/<abbr title=\"International Electrotechnical Commission\">IEC</"
-"abbr> 26300 - OpenDocument Text und Tabelle, <abbr title=\"Microsoft Word "
-"2000\">Word</abbr>, <abbr title=\"Microsoft Excel 2000\">Excel</abbr> und "
+"Daten in verschiedene Formate exportieren<a "
+"href=\"#footnote_1\"><sup>1</sup></a>: <abbr title=\"comma separated "
+"values\">CSV</abbr>, <abbr title=\"Extensible Markup Language\">XML</abbr>, "
+"<abbr title=\"Portable Document Format\">PDF</abbr>, <abbr "
+"title=\"International Standards Organisation\">ISO</abbr>/<abbr "
+"title=\"International Electrotechnical Commission\">IEC</abbr> 26300 - "
+"OpenDocument Text und Tabelle, <abbr title=\"Microsoft Word "
+"2000\">Word</abbr>, <abbr title=\"Microsoft Excel 97-2003\">Excel</abbr> und "
"L<sup>A</sup>T<sub><big>E</big></sub>X Formate"
#. type: Content of: <html><body><div><ul><li>
@@ -412,22 +408,23 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:140
-#, fuzzy
msgid ""
"communicate in <a href=\"http://www.phpmyadmin.net/home_page/translations.php"
"\">62 different languages</a>"
-msgstr "<a href=\"./translators.html\">58 verschiedene Sprachen</a> sprechen"
+msgstr ""
+"<a href=\"http://www.phpmyadmin.net/home_page/translations.php\">62 "
+"verschiedene Sprachen</a> sprechen"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:142
-#, fuzzy
msgid ""
"synchronize two databases residing on the same as well as remote servers <a "
"href=\"#faq9_1\">(see <abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
"9.1)</a>"
msgstr ""
-"InnoDB Tabellen und Fremdschlüssel unterstützen <a href=\"#faq3_6\">(siehe "
-"<abbr title=\"Häufig gestellte Fragen\">FAQ</abbr> 3.6)</a>"
+"Zwei Datenbanken entweder auf demselben Server oder auf getrennten Servern "
+"synchronisieren <a href=\"#faq9_1\">(siehe <abbr title=\"Frequently Asked "
+"Questions\">FAQ</abbr> 9.1)</a>"
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:148
@@ -482,9 +479,8 @@ msgstr "<a href=\"#setup_script\">Benutzung des Konfigurationsassistenten</a>"
#. type: Content of: <html><body><div><ol><li>
#: orig-docs/Documentation.html:168
-#, fuzzy
msgid "<a href=\"#linked-tables\">phpMyAdmin configuration storage</a>"
-msgstr "<a href=\"#linked-tables\">Infrastruktur für verknüpfte Tabellen</a>"
+msgstr "<a href=\"#linked-tables\">phpMyAdmin-Konfigurationsspeicher</a>"
#. type: Content of: <html><body><div><ol><li>
#: orig-docs/Documentation.html:169
@@ -882,13 +878,11 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: orig-docs/Documentation.html:324
-#, fuzzy
msgid "phpMyAdmin configuration storage"
-msgstr "phpMyAdmin-Dokumentation"
+msgstr "phpMyAdmin-Konfigurationsspeicher"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:326
-#, fuzzy
msgid ""
"For a whole set of new features (bookmarks, comments, <abbr title="
"\"structured query language\">SQL</abbr>-history, tracking mechanism, <abbr "
@@ -899,13 +893,13 @@ msgid ""
"controluser, so no other user should have rights to it)."
msgstr ""
"Für eine ganze Menge an neuen Funktionen (Lesezeichen, Kommentare, <abbr "
-"title=\"structured query language\">SQL</abbr>-Historie, <abbr title="
-"\"Portable Document Format\">PDF</abbr>-Generierung, Transformation von "
-"Feldinhalten etc.) müssen Sie einige spezielle Tabellen erzeugen. Diese "
-"Tabellen können in einer eigenen Datenbank liegen oder in einer zentralen "
-"Datenbank für eine Mehrbenutzerinstallation (Auf diese Datenbank würde dann "
-"der Kontroll-Benutzer zugreifen, also sollte kein anderer Benutzer Rechte "
-"dafür besitzen)."
+"title=\"structured query language\">SQL</abbr>-Verlauf, Tracking-Mechanismus, "
+"<abbr title=\"Portable Document Format\">PDF</abbr>-Generierung, "
+"Transformation von Feldinhalten etc.) müssen Sie einige spezielle Tabellen "
+"erzeugen. Diese Tabellen können in einer eigenen Datenbank liegen oder in "
+"einer zentralen Datenbank für eine Mehrbenutzerinstallation (auf diese "
+"Datenbank würde dann der Kontroll-Benutzer zugreifen, also sollte kein "
+"anderer Benutzer Rechte dafür besitzen)."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:335
@@ -922,15 +916,15 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:340
-#, fuzzy
msgid ""
"If you already had this infrastructure and upgraded to MySQL 4.1.2 or newer, "
"please use <i>./scripts/upgrade_tables_mysql_4_1_2+.sql</i> and then create "
"new tables by importing <i>./scripts/create_tables.sql</i>."
msgstr ""
"Wenn Sie diese Infrastruktur bereits besitzen und auf MySQL 4.1.2 oder neuer "
-"aktualisiert haben, bitte nutzen Sie <i>./scripts/"
-"upgrade_tables_mysql_4_1_2+.sql</i>."
+"aktualisiert haben, bitte nutzen Sie "
+"<i>./scripts/upgrade_tables_mysql_4_1_2+.sql</i>, und legen Sie dann neue "
+"Tabellen an, indem Sie <i>./scripts/create_tables.sql</i> importieren."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:344
@@ -1000,7 +994,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:370
-#, fuzzy
msgid ""
"If you have upgraded your MySQL server from a version previous to 4.1.2 to "
"version 5.x or newer and if you use the phpMyAdmin configuration storage, "
@@ -1008,9 +1001,9 @@ msgid ""
"upgrade_tables_mysql_4_1_2+.sql</tt>."
msgstr ""
"Wenn Sie Ihren MySQL Server von einer Version früher als 4.1.2 auf Version "
-"4.1.2 oder neuer aktualisiert haben und Sie die pmadb/verknüpfte Tabellen "
-"Infrastruktur nutzten, sollten Sie das SQL Skript <tt>scripts/"
-"upgrade_tables_mysql_4_1_2+.sql</tt> ausführen."
+"4.1.2 oder neuer aktualisiert haben und Sie den phpMyAdmin-"
+"Konfigurationsspeicher nutzen, sollten Sie das SQL Skript "
+"<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt> ausführen."
#. type: Content of: <html><body><div><h3>
#: orig-docs/Documentation.html:375
@@ -1032,14 +1025,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:381
-#, fuzzy
msgid ""
"Nevertheless be aware that MS Internet Explorer seems to be really buggy "
"about cookies, at least till version 6."
msgstr ""
"Beachten Sie dennoch, dass MS Internet Explorer mit Cookies fehlerhaft "
-"umzugehen scheint, zumindest bis Version 6, und PHP 4.1.1 ist hier auch "
-"etwas fehlerhaft."
+"umzugehen scheint, zumindest bis Version 6."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:383
@@ -1086,13 +1077,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:397
-#, fuzzy
msgid ""
"Note: this section is only applicable if your MySQL server is running with "
"<tt>--skip-show-database</tt>."
msgstr ""
-"Anmerkung: Ab phpMyAdmin 2.6.1 ist dieser Abschnitt nur noch relevant, wenn "
-"der MySQL Server mit <tt>--skip-show-database</tt> läuft."
+"Anmerkung: Dieser Abschnitt ist nur relevant, falls Ihr MySQL-Server mit <tt"
+">--skip-show-database</tt> läuft."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:400
@@ -1195,13 +1185,12 @@ msgstr "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'local
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:440
-#, fuzzy
msgid ""
"(this of course requires that your <a href=\"#linked-tables\">phpMyAdmin "
"configuration storage</a> be set up)."
msgstr ""
-"(dies setzt natürlich voraus, dass die <a href=\"#linked-tables\">verknüpfte "
-"Tabellen Infrastruktur</a> eingerichtet ist)."
+"(dies setzt natürlich voraus, dass Ihr <a href=\"#linked-tables\">phpMyAdmin-"
+"Konfigurationsspeicher</a> eingerichtet ist)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:444
@@ -1600,6 +1589,13 @@ msgid ""
"web servers are case–sensitive. Don’t forget the trailing slash "
"at the end."
msgstr ""
+"Hier den vollständigen <abbr title=\"Uniform Resource Locator\">URL</abbr> "
+"(schließlich des vollständigen Pfades) Ihres phpMyAdmin-"
+"Installationsverzeichnisses eintragen. Z.B. "
+"<tt>http://www.ihre_web_adresse.net/pfad_zum_phpMyAdmin_ordner/</tt>. "
+"Beachten Sie auch, dass die Schreibweise des <abbr title=\"Uniform Resource "
+"Locator\">URLs</abbr> auf einigen Webservern abhängig von "
+"Groß-/Kleinschreibung ist. Den abschließenden Schrägstrich nicht vergessen."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:594
@@ -1615,6 +1611,18 @@ msgid ""
"your path, please post a bug report on our bug tracker so we can improve the "
"code."
msgstr ""
+"Ab Version 2.3.0 ist es empfehlenswert, diesen Eintrag versuchsweise leer zu "
+"lassen. In den meisten Fällen erkennt phpMyAdmin die richtigen "
+"Einstellungen. Benutzer, die Port-Weiterleitung verwenden, benötigen die "
+"Einstellung PmaAbsoluteUri (<a href=\"https://sourceforge.net/tracker/index.p"
+"hp?func=detail&aid=1340187&group_id=23067&atid=377409\">weitere "
+"Infos</a>). Ein guter Test hierfür ist, eine Tabelle anzusehen, eine Zeile "
+"zu editieren und anschließend zu speichern. Sollte die automatische "
+"Eerkennung fehlschlagen, wird eine Fehlernachricht mit einem entsprechenden "
+"Vorschlagswert angezeigt. Diese Wert muss eingetragen werden oder falls der "
+"Pfad nicht automatisch erkannt werden sollte, übermitteln Sie bitte den "
+"Fehlercode zur Überprüfung an unserem Bug Tracker, so dass wir den Code "
+"verbessern können."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:604
@@ -1628,6 +1636,9 @@ msgid ""
"master / foreign – tables (see <a href=\"#pmadb\" class=\"configrule\">"
"$cfg['Servers'][$i]['pmadb']</a>)."
msgstr ""
+"Ab Version 2.3.0 bietet phpMyAdmin viele Funktionen um mit master / foreign "
+"– Tabellen zu arbeiten (siehe <a href=\"#pmadb\" "
+"class=\"configrule\">$cfg['Servers'][$i]['pmadb']</a>)."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:609
@@ -1636,6 +1647,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 ""
+"Falls Sie versucht haben, dies einzurichten, es aber nicht geklappt hat, "
+"werfen Sie einen Blick auf die Seite „Struktur” einer Datenbank, "
+"bei dir Sie es verwenden wollen. Sie finden dort einen Link, der "
+"analysiert, warum diese Funktionen deaktiviert wurden."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:613
@@ -1668,15 +1683,14 @@ msgstr "$cfg['McryptDisableWarning'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:622
-#, fuzzy
msgid ""
"Disable the default warning that is displayed if mcrypt is missing for "
"cookie authentication. You can set this parameter to <tt>TRUE</tt> to stop "
"this message from appearing."
msgstr ""
-"Deaktiviert die Standard-Warnung die angezeigt wird, wenn mcrypt für die "
-"Cookie Authentifizierung fehlt. Sie können dieses Parameter auf <tt>TRUE</"
-"tt> setzen, um diese Meldung zu deaktivieren."
+"Deaktiviert die Standard-Warnung, die angezeigt wird, wenn mcrypt für die "
+"Cookie-Authentifizierung fehlt. Sie können diesen Parameter auf "
+"<tt>TRUE</tt> setzen, damit diese Meldung nicht mehr erscheint."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:627
@@ -1711,17 +1725,16 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:635
-#, fuzzy
msgid ""
"If you are using the "cookie" auth_type, enter here a random "
"passphrase of your choice. It will be used internally by the blowfish "
"algorithm: you won’t be prompted for this passphrase. There is no "
"maximum length for this secret."
msgstr ""
-"Geben Sie hier eine zufällige Zeichenfolge Ihrer Wahl ein, wenn Sie den "
-""cookie" auth_type nutzen. Diese Zeichenfolge wird intern von dem "
-"Blowfish Algorithmus genutzt. Sie werden niemals danach gefragt. Die "
-"maximale Zeichenanzahl für diesen Parameter liegt bei 46."
+"Geben Sie hier eine zufällige Zeichenfolge Ihrer Wahl ein, falls Sie den "
+""cookie" auth_type nutzen. Diese Zeichenfolge wird intern vom "
+"Blowfish-Algorithmus verwendet: Sie werden also niemals danach gefragt. Es "
+"gibt keine maximale Länge für diesen Geheimcode."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:640
@@ -1730,6 +1743,10 @@ msgid ""
"bit weaker security as this generated secret is stored in session and "
"furthermore it makes impossible to recall user name from cookie."
msgstr ""
+"Seit Version 3.1.0 kann phpMyAdmin diese bei Bedarf generieren, aber dies "
+"bedeutet eine etwas geringere Sicherheit, da das generierte Geheimnis in der "
+"Session gespeichert wird und macht es außerdem unmöglich, den Benutzernamen "
+"an Hand des Cookies zu behalten."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:645
@@ -1751,6 +1768,19 @@ msgid ""
"<tt>./config.inc.php</tt>, copy that block or needed parts (you don't have "
"to define all settings, just those you need to change)."
msgstr ""
+"Seit Version 1.4.2 unterstützt phpMyAdmin die Administration von mehrfachen "
+"MySQL-Servern. Somit wurde ein Array <a href=\"#cfg_Servers\" "
+"class=\"configrule\">$cfg['Servers']</a> hinzugefügt, das die "
+"Anmeldeinformationen für die verschiedenen Server enthält. Der erste <a "
+"href=\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
+"enthält den Hostnamen des ersten Servers, der zweite <a "
+"href=\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
+"den Hostnamen des zweiten Servers, usw. In "
+"<tt>./libraries/config.default.php</tt> gibt es nur einen Abschnitt zum "
+"Definieren von Servern, Sie können jedoch so viele in "
+"<tt>./config.inc.php</tt> einsetzen, wie Sie brauchen. Kopieren Sie den "
+"Block oder Teile davon (Sie müssen nicht alle Einstellungen definieren, nur "
+"die, die Sie ändern müssen)."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:660
@@ -1806,6 +1836,10 @@ msgid ""
"the <tt>mysql</tt> command–line client, issue the <tt>status</tt> "
"command. Among the resulting information displayed will be the socket used."
msgstr ""
+"Um den korrekten Socket zu ermitteln, prüfen Sie Ihre MySQL-Konfiguration "
+"oder, setzen Sie mithilfe des Befehlszeilenclients <tt>mysql</tt> den Befehl "
+"<tt>status</tt> ab. Der verwendete Socket wird dann zusammen mit anderen "
+"Informationen angezeigt."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:679
@@ -1923,6 +1957,12 @@ msgid ""
"skip-show-database</tt>, to enable a multi-user installation (<abbr title="
"\"HyperText Transfer Protocol\">HTTP</abbr> or cookie authentication mode)."
msgstr ""
+"Dieses besondere Konto wird für genau 2 Zwecke verwendet: um alle "
+"Beziehungsfunktionen möglich zu machen (siehe <a href=\"#pmadb\" "
+"class=\"configrule\">$cfg['Servers'][$i]['pmadb']</a>), und um auf einem "
+"MySQL-Server, der mit <tt>--skip-show-database</tt> läuft, eine Installation "
+"mit mehreren Benutzern zu aktivieren (<abbr title=\"HyperText Transfer "
+"Protocol\">HTTP-</abbr> or Cookie-Authentifizierungsmodus)."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:722
@@ -1950,6 +1990,8 @@ msgid ""
"In phpMyAdmin versions before 2.2.5, those were called "stduser/"
"stdpass"."
msgstr ""
+"In phpMyAdmin-Versionen vor 2.2.5 wurden diese „stduser/stdpass” "
+"genannt."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:737
@@ -2009,13 +2051,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:774
-#, fuzzy
msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
msgstr ""
-"<span id=\"cfg_Servers_controlpass\">$cfg['Servers'][$i]['controlpass']</"
-"span> string"
+"<span id=\"cfg_Servers_controlpass\">$cfg['Servers'][$i]['controlpass']</span>"
+"-Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:777
@@ -2036,6 +2077,8 @@ msgid ""
"<span id=\"cfg_Servers_auth_swekey_config\">$cfg['Servers'][$i]"
"['auth_swekey_config']</span> string"
msgstr ""
+"<span id=\"cfg_Servers_auth_swekey_config\">$cfg['Servers'][$i]['auth_swekey_c"
+"onfig']</span>-Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:787
@@ -2048,6 +2091,7 @@ msgstr ""
#: orig-docs/Documentation.html:791
msgid "<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span> string"
msgstr ""
+"<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span>-Zeichenkette"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:792
@@ -2055,6 +2099,8 @@ msgid ""
"<span id=\"cfg_Servers_password\">$cfg['Servers'][$i]['password']</span> "
"string"
msgstr ""
+"<span id=\"cfg_Servers_password\">$cfg['Servers'][$i]['password']</span>-Zeich"
+"enkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:795
@@ -2071,6 +2117,8 @@ msgid ""
"<span id=\"cfg_Servers_nopassword\">$cfg['Servers'][$i]['nopassword']</span> "
"boolean"
msgstr ""
+"<span id=\"cfg_Servers_nopassword\">$cfg['Servers'][$i]['nopassword']</span>-b"
+"oolescher Wert"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:804
@@ -2088,6 +2136,8 @@ msgid ""
"<span id=\"cfg_Servers_only_db\">$cfg['Servers'][$i]['only_db']</span> "
"string or array"
msgstr ""
+"<span id=\"cfg_Servers_only_db\">$cfg['Servers'][$i]['only_db']</span> "
+"Zeichenkette oder Array"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:814
@@ -2116,6 +2166,8 @@ msgid ""
"An example of using more that one database: <tt>$cfg['Servers'][$i]"
"['only_db'] = array('db1', 'db2');</tt>"
msgstr ""
+"Ein Beispiel zum Verwenden von mehr als einer Datenbank: "
+"<tt>$cfg['Servers'][$i]['only_db'] = array('db1', 'db2');</tt>"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:832
@@ -2140,6 +2192,8 @@ msgstr ""
msgid ""
"<span id=\"cfg_Servers_hide_db\">$cfg['Servers'][$i]['hide_db']</span> string"
msgstr ""
+"<span id=\"cfg_Servers_hide_db\">$cfg['Servers'][$i]['hide_db']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:842
@@ -2160,7 +2214,7 @@ msgstr ""
#: orig-docs/Documentation.html:848
#, no-wrap
msgid "$cfg['Servers'][$i]['hide_db'] = '^a';"
-msgstr ""
+msgstr "$cfg['Servers'][$i]['hide_db'] = '^a';"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:849
@@ -2169,9 +2223,9 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd><pre>
#: orig-docs/Documentation.html:850
-#, fuzzy, no-wrap
+#, no-wrap
msgid "$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';"
-msgstr "$cfg['Servers'][$i]['host'] string"
+msgstr "$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:851
@@ -2184,7 +2238,7 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:856
msgid "$cfg['Servers'][$i]['verbose'] string"
-msgstr ""
+msgstr "$cfg['Servers'][$i]['verbose'] Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:857
@@ -2201,12 +2255,15 @@ msgstr ""
msgid ""
"<span id=\"cfg_Servers_pmadb\">$cfg['Servers'][$i]['pmadb']</span> string"
msgstr ""
+"<span id=\"cfg_Servers_pmadb\">$cfg['Servers'][$i]['pmadb']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:866
msgid ""
"The name of the database containing the phpMyAdmin configuration storage."
msgstr ""
+"Der Name der Datenbank, die den phpMyAdmin-Konfigurationsspeicher enthält."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:869
@@ -2232,6 +2289,9 @@ msgid ""
"<span id=\"cfg_Servers_bookmarktable\">$cfg['Servers'][$i]['bookmarktable']</"
"span> string"
msgstr ""
+"<span "
+"id=\"cfg_Servers_bookmarktable\">$cfg['Servers'][$i]['bookmarktable']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:884
@@ -2246,7 +2306,7 @@ msgstr ""
#: orig-docs/Documentation.html:1045 orig-docs/Documentation.html:1076
#: orig-docs/Documentation.html:1153 orig-docs/Documentation.html:1169
msgid "To allow the usage of this functionality:"
-msgstr ""
+msgstr "Um diese Funktion zu nutzen:"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:888 orig-docs/Documentation.html:924
@@ -2257,11 +2317,15 @@ msgstr ""
msgid ""
"set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
msgstr ""
+"richten Sie <a href=\"#pmadb\">pmadb</a> und den phpMyAdmin-"
+"Konfigurationsspeicher ein"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:889
msgid "enter the table name in <tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
msgstr ""
+"geben Sie den Tabellennamen in <tt>$cfg['Servers'][$i]['bookmarktable']</tt> "
+"ein"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:895
@@ -2269,6 +2333,8 @@ msgid ""
"<span id=\"cfg_Servers_relation\">$cfg['Servers'][$i]['relation']</span> "
"string"
msgstr ""
+"<span id=\"cfg_Servers_relation\">$cfg['Servers'][$i]['relation']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:897
@@ -2299,6 +2365,8 @@ msgid ""
"(see <a href=\"#faqdisplay\"><abbr title=\"Frequently Asked Questions\"> "
"FAQ</abbr> 6.7</a>)"
msgstr ""
+"(siehe <a href=\"#faqdisplay\"><abbr title=\"Frequently Asked Questions\"> "
+"FAQ</abbr> 6.7</a>)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:907
@@ -2313,6 +2381,8 @@ msgid ""
"(see <a href=\"#faq6_21\"><abbr title=\"Frequently Asked Questions\"> FAQ</"
"abbr> 6.21</a>)"
msgstr ""
+"(siehe <a href=\"#faq6_21\"><abbr title=\"Frequently Asked Questions\"> "
+"FAQ</abbr> 6.21</a>)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:911
@@ -2338,12 +2408,14 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:920
msgid "The keys can be numeric or character."
-msgstr ""
+msgstr "Die Schlüssel können numerisch oder Buchstaben sein."
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:926
msgid "put the relation table name in <tt>$cfg['Servers'][$i]['relation']</tt>"
msgstr ""
+"setzen Sie den Beziehungstabellennamen "
+"in<tt>$cfg['Servers'][$i]['relation']</tt> ein"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:928
@@ -2367,6 +2439,8 @@ msgid ""
"<span id=\"cfg_Servers_table_info\">$cfg['Servers'][$i]['table_info']</span> "
"string"
msgstr ""
+"<span id=\"cfg_Servers_table_info\">$cfg['Servers'][$i]['table_info']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:944
@@ -2389,6 +2463,8 @@ msgid ""
"put the table name in <tt>$cfg['Servers'][$i]['table_info']</tt> (e.g. "
"'pma_table_info')"
msgstr ""
+"setzen Sie den Tabellennamen in <tt>$cfg['Servers'][$i]['table_info']</tt> "
+"ein (z.B. 'pma_table_info')"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:953
@@ -2400,7 +2476,7 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:957
msgid "Usage tip: <a href=\"#faqdisplay\">Display column</a>."
-msgstr ""
+msgstr "Nutzungstipp: <a href=\"#faqdisplay\">Anzeigespalte</a>."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:960
@@ -2408,6 +2484,9 @@ msgid ""
"<span id=\"cfg_Servers_table_coords\">$cfg['Servers'][$i]['table_coords']</"
"span> string"
msgstr ""
+"<span "
+"id=\"cfg_Servers_table_coords\">$cfg['Servers'][$i]['table_coords']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:961
@@ -2415,6 +2494,8 @@ msgid ""
"<span id=\"cfg_Servers_pdf_pages\">$cfg['Servers'][$i]['pdf_pages']</span> "
"string"
msgstr ""
+"<span id=\"cfg_Servers_pdf_pages\">$cfg['Servers'][$i]['pdf_pages']</span> "
+"Zeichenkette"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:963
diff --git a/po/es.po b/po/es.po
index b582a47..aa4c105 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-02 13:51+0100\n"
-"PO-Revision-Date: 2011-03-10 19:58+0200\n"
+"PO-Revision-Date: 2011-03-12 01:47+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: none\n"
"Language: es\n"
@@ -3926,27 +3926,27 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1429
msgid "$cfg['Error_Handler']['display'] boolean"
-msgstr ""
+msgstr "booleano $cfg['Error_Handler']['display']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1430
msgid "Whether to display errors from PHP or not."
-msgstr ""
+msgstr "Si mostrar errores de PHP o no."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1432
msgid "$cfg['Error_Handler']['gather'] boolean"
-msgstr ""
+msgstr "booleano $cfg['Error_Handler']['gather']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1433
msgid "Whether to gather errors from PHP or not."
-msgstr ""
+msgstr "Si recolectar los errores de PHP o no."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1435
msgid "$cfg['LeftFrameLight'] boolean"
-msgstr ""
+msgstr "booleano $cfg['LeftFrameLight']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1436
@@ -3957,11 +3957,16 @@ msgid ""
"\"#cfg_LeftFrameTableSeparator\" class=\"configrule\">$cfg"
"['LeftFrameTableSeparator']</a>"
msgstr ""
+"Define si se utiliza un menú de selección y sólo mostrar las tablas actuales "
+"en el marco izquierdo (una página más pequeña). Sólo en el modo no-ligero "
+"se puede utlizar la funcionalidad para mostrar carpetas anidadas utilizando "
+"<a href=\"#cfg_LeftFrameTableSeparator\" "
+"class=\"configrule\">$cfg['LeftFrameTableSeparator']</a>"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1442
msgid "$cfg['LeftFrameDBTree'] boolean"
-msgstr ""
+msgstr "booleano $cfg['LeftFrameDBTree']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1443
@@ -3970,11 +3975,15 @@ msgid ""
"selector) using a tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class="
"\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
msgstr ""
+"En el modo ligero, define si mostrar los nombres de las bases de datos (en "
+"el selector) utilizando un árbol. Ver también <a "
+"href=\"#cfg_LeftFrameDBSeparator\" "
+"class=\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1448
msgid "$cfg['LeftFrameDBSeparator'] string or array"
-msgstr ""
+msgstr "cadena o array $cfg['LeftFrameDBSeparator']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1450
@@ -3983,11 +3992,14 @@ msgid ""
"in a tree. Alternatively you can specify more strings in an array and all of "
"them will be used as a separator."
msgstr ""
+"La cadena a utilizar para separar las partes del nombre de la base de datos "
+"al mostrarlas en un árbol. Alternativamente se pueden especificar más "
+"cadenas en un array y todas ellas van a ser utilizadas como separadores."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1454
msgid "$cfg['LeftFrameTableSeparator'] string"
-msgstr ""
+msgstr "cadena $cfg['LeftFrameTableSeparator']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1455
@@ -3999,11 +4011,18 @@ msgid ""
"at the beginning or end of a table name or multiple times after another "
"without any other characters in between."
msgstr ""
+"Define la cadena a utilizar para anidar espacios de tablas. El valor "
+"predeterminado es '__'. Esto significa que si tienes tablas como "
+"'primero__segundo__tercer' van a ser mostrados como una jerarquía de tres "
+"niveles como: primero > segundo > tercero. Si es FALSE o una cadena "
+"vacía, la funcionalidad estará desactivada. NOTA: no se debe utilizar este "
+"separador al principio o al final del nombre de una tabla o más de una vez "
+"seguida sin caracteres intermedios."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1463
msgid "$cfg['LeftFrameTableLevel'] string"
-msgstr ""
+msgstr "cadena $cfg['LeftFrameTableLevel']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1464
@@ -4011,22 +4030,25 @@ msgid ""
"Defines how many sublevels should be displayed when splitting up tables by "
"the above separator."
msgstr ""
+"Define la cantidad de sub-niveles a mostrar cuando se separen nombres de "
+"tabla con el separador anterior."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1467
msgid "$cfg['ShowTooltip'] boolean"
-msgstr ""
+msgstr "booleano $cfg['ShowTooltip']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1468
msgid ""
"Defines whether to display table comment as tool-tip in left frame or not."
msgstr ""
+"Define si mostrar el comentario de la tabla como texto suplementario o no."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1471
msgid "$cfg['ShowTooltipAliasDB'] boolean"
-msgstr ""
+msgstr "booleano $cfg['ShowTooltipAliasDB']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1472
@@ -4037,11 +4059,17 @@ msgid ""
"consequently in the left frame and the tool-tip shows the real name of the "
"DB."
msgstr ""
+"Si los textos suplementarions están habilitados y hay un comentario definido "
+"en la base de datos, esta configuración intercambiará el comentario y el "
+"nombre real. Esto significa que si se tiene una tabla llamada 'usuario0001' "
+"con el comentario 'MiNombre' en ella, se verá la base de datos con el nombre "
+"'MiNombre' en el marco izquierdo y el texto suplementario mostrará el "
+"nombre real de la base de datos."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1478
msgid "$cfg['ShowTooltipAliasTB'] boolean/string"
-msgstr ""
+msgstr "booleano o cadena $cfg['ShowTooltipAliasTB']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1479
@@ -4054,11 +4082,19 @@ msgid ""
"folder is called like the Alias, the tablename itself stays the real "
"tablename."
msgstr ""
+"Igual que <a href=\"#cfg_ShowTooltipAliasDB\" "
+"class=\"configrule\">$cfg['ShowTooltipAliasDB']</a>, sólo que este lo hace "
+"para los nombres de tablas. Cuando está configurado como 'nested', el alias "
+"de la base de datos sólo será utilizado para dividir/anidar las tablas según "
+"la configuración de <a href=\"#cfg_LeftFrameTableSeparator\" "
+"class=\"configrule\">$cfg['LeftFrameTableSeparator']</a>. De esa forma, sólo "
+"la carpeta se llamará como el Alias y el nombre real de la tabla en sí será "
+"mostrado."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1487
msgid "$cfg['LeftDisplayLogo'] boolean"
-msgstr ""
+msgstr "booleano $cfg['LeftDisplayLogo']"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1488
@@ -4066,11 +4102,13 @@ msgid ""
"Defines whether or not to display the phpMyAdmin logo at the top of the left "
"frame. Defaults to <tt>TRUE</tt>."
msgstr ""
+"Define si mostrar o no el logo de phpMyAdmin en la porció superior del marco "
+"izquierdo. El valor predeterminado es <tt>TRUE</tt>."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1490
msgid "$cfg['LeftLogoLink'] string"
-msgstr ""
+msgstr "c ['LeftLogoLink'] string"