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
- 13 participants
- 38624 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_7_1-34-g035c112
by Rouslan Placella 23 Nov '11
by Rouslan Placella 23 Nov '11
23 Nov '11
The branch, QA_3_4 has been updated
via 035c112eafeb57201c63f0b94d7485d41762922f (commit)
from e2b6af5a99b9a053609ff76724fdc4a6a48dd14e (commit)
- Log -----------------------------------------------------------------
commit 035c112eafeb57201c63f0b94d7485d41762922f
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Wed Nov 23 21:39:10 2011 +0000
Fixed bug #3441572 - 'newer version of phpMyAdmin' message not shown in IE8
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
js/functions.js | 10 +---------
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c4817ff..031c880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ phpMyAdmin - ChangeLog
- bug #3439292 [core] Fail to synchronize column with name of keyword
- bug #3425156 [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
+- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
3.4.7.1 (2011-11-10)
- [security] Fixed possible local file inclusion in XML import
diff --git a/js/functions.js b/js/functions.js
index 8431b2a..824c174 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2273,15 +2273,7 @@ $(document).ready(function() {
* Load version information asynchronously.
*/
if ($('.jsversioncheck').length > 0) {
- (function() {
- var s = document.createElement('script');
- s.type = 'text/javascript';
- s.async = true;
- s.src = 'http://www.phpmyadmin.net/home_page/version.js';
- s.onload = PMA_current_version;
- var x = document.getElementsByTagName('script')[0];
- x.parentNode.insertBefore(s, x);
- })();
+ $.getScript('http://www.phpmyadmin.net/home_page/version.js', PMA_current_version);
}
/**
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23278-ga6dc747
by Rouslan Placella 23 Nov '11
by Rouslan Placella 23 Nov '11
23 Nov '11
The branch, master has been updated
via a6dc747df1404a0029f8d1f60c22a6549cdd94ef (commit)
from 06a3aea995af0457f87dd8a4af516c8ca7f89aad (commit)
- Log -----------------------------------------------------------------
commit a6dc747df1404a0029f8d1f60c22a6549cdd94ef
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Wed Nov 23 18:24:47 2011 +0000
Fix regression from commit dab7a58304edd88a913ebe12435ce62e29ccff17
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 1 +
themes/original/css/theme_right.css.php | 1 -
themes/pmahomme/css/theme_right.css.php | 1 -
3 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 23c484e..f921f95 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -3704,6 +3704,7 @@ $(document).ready(function() {
$(document).ready(function () {
if ($("#floating_menubar").length) {
$("#floating_menubar")
+ .css('z-index', 500)
.append($('#serverinfo'))
.append($('#topmenucontainer'));
$('body').css(
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 28ba2e8..7c12c14 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -883,7 +883,6 @@ div#tablestatistics table {
top: 0;
left: 0;
width: 100%';
- z-index: 500;
}
#serverinfo {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 2c7acd8..f5174c6 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1094,7 +1094,6 @@ div#tablestatistics table {
top: 0;
left: 0;
width: 100%';
- z-index: 500;
}
#serverinfo {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23277-g06a3aea
by Rouslan Placella 23 Nov '11
by Rouslan Placella 23 Nov '11
23 Nov '11
The branch, master has been updated
via 06a3aea995af0457f87dd8a4af516c8ca7f89aad (commit)
from dab7a58304edd88a913ebe12435ce62e29ccff17 (commit)
- Log -----------------------------------------------------------------
commit 06a3aea995af0457f87dd8a4af516c8ca7f89aad
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Wed Nov 23 17:45:38 2011 +0000
Don't send table links in AJAX responses
-----------------------------------------------------------------------
Summary of changes:
tbl_addfield.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 69252e6..ce8735e 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -221,7 +221,9 @@ if ($abort == false) {
* Displays top menu links
*/
$active_page = 'tbl_structure.php';
- include_once './libraries/tbl_links.inc.php';
+ if ($GLOBALS['is_ajax_request'] != true) {
+ include_once './libraries/tbl_links.inc.php';
+ }
/**
* Display the form
*/
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23276-gdab7a58
by Rouslan Placella 23 Nov '11
by Rouslan Placella 23 Nov '11
23 Nov '11
The branch, master has been updated
via dab7a58304edd88a913ebe12435ce62e29ccff17 (commit)
from 1ac63d13898d0ffa86e15f0852236c2ba3391eb0 (commit)
- Log -----------------------------------------------------------------
commit dab7a58304edd88a913ebe12435ce62e29ccff17
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Wed Nov 23 15:59:17 2011 +0000
Prevent the menubar from floating in print view
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 7 -------
themes/original/css/theme_right.css.php | 8 ++++++++
themes/pmahomme/css/theme_right.css.php | 8 ++++++++
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index d96f15e..23c484e 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -3704,13 +3704,6 @@ $(document).ready(function() {
$(document).ready(function () {
if ($("#floating_menubar").length) {
$("#floating_menubar")
- .css({
- 'position': 'fixed',
- 'top': 0,
- 'left': 0,
- 'width': '100%',
- 'z-index': 500
- })
.append($('#serverinfo'))
.append($('#topmenucontainer'));
$('body').css(
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 1284ae1..28ba2e8 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -878,6 +878,14 @@ div#tablestatistics table {
width: 100%;
}
+#floating_menubar {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%';
+ z-index: 500;
+}
+
#serverinfo {
background: white;
font-weight: bold;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 5d4c3f3..2c7acd8 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1089,6 +1089,14 @@ div#tablestatistics table {
background-color: #dcdcdc;
}
+#floating_menubar {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%';
+ z-index: 500;
+}
+
#serverinfo {
border-bottom:1px solid #fff;
background:#888;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23275-g1ac63d1
by Michal Čihař 23 Nov '11
by Michal Čihař 23 Nov '11
23 Nov '11
The branch, master has been updated
via 1ac63d13898d0ffa86e15f0852236c2ba3391eb0 (commit)
via c1a5a562512278af3bfd36f0aa70405d5a8cb717 (commit)
via 97f15967d0a6f9dc56104bda07770f6e69e34799 (commit)
via f0d8a0875789d532ec2f2d7fa7ab31aa76955607 (commit)
via 95568ea0640b47f099b77371dc1ae55ac7b4ce9f (commit)
via 3c4d5f61c8f18a9d2dd9a230cf48a56b7f21286d (commit)
via 8d0f7a7c8244f562b042b12a743b50280ec52387 (commit)
via 8da782fdf064306b21a48be9acb6d39f732d6d8c (commit)
via da0745f2ec048e8fec204d2a6260cd53c8aaf1d6 (commit)
via 4bf36e25f6e2a7ca5f1896c7861be1d6c74726f4 (commit)
via 258e7772f2a4d4bbb6937533106c817c224fe8c1 (commit)
via 97bb8d91e788253b6540676b260f1ee8a12d9ab1 (commit)
via c6654002be8e95603c843794857908c85f412c3b (commit)
via 4a612bb843b335f4b25829c1cf011898070bc7de (commit)
from 1fe8946ccc1a397e2d117b675c8bbe77aad65661 (commit)
- Log -----------------------------------------------------------------
commit 1ac63d13898d0ffa86e15f0852236c2ba3391eb0
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:40:19 2011 +0200
Translation update done using Pootle.
commit c1a5a562512278af3bfd36f0aa70405d5a8cb717
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:40:09 2011 +0200
Translation update done using Pootle.
commit 97f15967d0a6f9dc56104bda07770f6e69e34799
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:39:57 2011 +0200
Translation update done using Pootle.
commit f0d8a0875789d532ec2f2d7fa7ab31aa76955607
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:39:52 2011 +0200
Translation update done using Pootle.
commit 95568ea0640b47f099b77371dc1ae55ac7b4ce9f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:39:20 2011 +0200
Translation update done using Pootle.
commit 3c4d5f61c8f18a9d2dd9a230cf48a56b7f21286d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:38:57 2011 +0200
Translation update done using Pootle.
commit 8d0f7a7c8244f562b042b12a743b50280ec52387
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:38:52 2011 +0200
Translation update done using Pootle.
commit 8da782fdf064306b21a48be9acb6d39f732d6d8c
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:38:41 2011 +0200
Translation update done using Pootle.
commit da0745f2ec048e8fec204d2a6260cd53c8aaf1d6
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:38:32 2011 +0200
Translation update done using Pootle.
commit 4bf36e25f6e2a7ca5f1896c7861be1d6c74726f4
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:37:42 2011 +0200
Translation update done using Pootle.
commit 258e7772f2a4d4bbb6937533106c817c224fe8c1
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:37:02 2011 +0200
Translation update done using Pootle.
commit 97bb8d91e788253b6540676b260f1ee8a12d9ab1
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:36:52 2011 +0200
Translation update done using Pootle.
commit c6654002be8e95603c843794857908c85f412c3b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:36:46 2011 +0200
Translation update done using Pootle.
commit 4a612bb843b335f4b25829c1cf011898070bc7de
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:36:24 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 41 ++++++++++++++++++++---------------------
1 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 9abbd37..2d8b5bb 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-11-20 15:13+0100\n"
-"PO-Revision-Date: 2011-11-23 11:29+0200\n"
+"PO-Revision-Date: 2011-11-23 11:40+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -18,7 +18,7 @@ msgstr ""
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329
#: libraries/display_tbl.lib.php:358 server_privileges.php:1673
msgid "Show all"
-msgstr "Zobrazit vše "
+msgstr "Zobrazit vše"
#: browse_foreigners.php:70 libraries/PDF.class.php:42
#: libraries/common.lib.php:2441
@@ -4144,7 +4144,7 @@ msgstr "Povolit zvýrazňování"
#: libraries/config/messages.inc.php:290
msgid "Maximum number of recently used tables; set 0 to disable"
msgstr ""
-"Nejvyšší počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí"
+"Nejvyšší počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí"
#: libraries/config/messages.inc.php:291
msgid "Recently used tables"
@@ -7420,7 +7420,7 @@ msgid ""
"handling multi queries. <b>The execution of some stored routines may fail!</"
"b> Please use the improved 'mysqli' extension to avoid any problems."
msgstr ""
-"Používáte zastaralé rozšíření „mysql“, které neumí pracovat se složenými "
+"Používáte zastaralé rozšíření „mysql“, které neumí pracovat se složenými "
"dotazy.<b>Spouštění některých rutin může selhat!</b> Pokud se chcete těmto "
"problémům vyhnout, začněte, prosím, používat nové rozšíření „mysqli“."
@@ -7616,7 +7616,7 @@ msgstr "Nemáte dostatečná práva pro vytvoření rutiny"
#: libraries/rte/rte_words.lib.php:23
#, php-format
msgid "No routine with name %1$s found in database %2$s"
-msgstr "V databázi %2$s není žádná rutina se jménem %1$s"
+msgstr "V databázi %2$s není žádná rutina se jménem %1$s"
#: libraries/rte/rte_words.lib.php:24
msgid "There are no routines to display."
@@ -7932,7 +7932,7 @@ msgstr "Oddělovač"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
-msgstr "Zobrazit zde tento dotaz znovu "
+msgstr "Zobrazit zde tento dotaz znovu"
#: libraries/sql_query_form.lib.php:399
msgid "View only"
@@ -9070,7 +9070,7 @@ msgstr "Oprávnění pro jednotlivé tabulky"
#: server_privileges.php:535 server_privileges.php:687
#: server_privileges.php:1700
msgid "Note: MySQL privilege names are expressed in English"
-msgstr "Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky "
+msgstr "Poznámka: názvy oprávnění MySQL jsou uváděny anglicky"
#: server_privileges.php:612
msgid "Administration"
@@ -9596,7 +9596,7 @@ msgid ""
"calculations and by rule of thumb which may not necessarily apply to your "
"system."
msgstr ""
-"Prosím uvědomte si si však, že tento systém poskytuje doporučení na základě "
+"Prosím uvědomte si však, že tento systém poskytuje doporučení na základě "
"jednoduchých výpočtů a základních pravidel, která nemusí nutně platit pro "
"váš systém."
@@ -11062,7 +11062,7 @@ msgstr "Tabulka %1$s byla úspěšně změněna"
#: tbl_change.php:699
msgid "Because of its length,<br /> this column might not be editable"
-msgstr "Toto pole možná nepůjde <br />kvůli délce upravit "
+msgstr "Toto pole možná nepůjde <br />kvůli délce upravit"
#: tbl_change.php:818
msgid "Remove BLOB Repository Reference"
@@ -12376,11 +12376,10 @@ msgid ""
msgstr ""
#: po/advisory_rules.php:155
-#, fuzzy
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "Temp disk rate"
-msgstr "%s tabulka"
+msgstr "Četnost dočasného ukládání na disk"
#: po/advisory_rules.php:157
msgid ""
@@ -12421,16 +12420,16 @@ msgid "key_buffer_size is 0"
msgstr ""
#: po/advisory_rules.php:165
-#, fuzzy, php-format
+#, php-format
#| msgid "Sort buffer size"
msgid "Max %% MyISAM key buffer ever used"
-msgstr "Velikost paměti pro řazení"
+msgstr "Nejvyšší využití (%%) vyrovnávací paměti MyISAM pro klíče"
#: po/advisory_rules.php:166 po/advisory_rules.php:171
-#, fuzzy, php-format
+#, php-format
#| msgid "Sort buffer size"
msgid "MyISAM key buffer (index cache) %% used is low."
-msgstr "Velikost paměti pro řazení"
+msgstr ""
#: po/advisory_rules.php:167 po/advisory_rules.php:172
msgid ""
@@ -12538,10 +12537,10 @@ msgid "Opened files rate: %s, this value should be less than 5 per hour"
msgstr ""
#: po/advisory_rules.php:195
-#, fuzzy, php-format
+#, php-format
#| msgid "Create table on database %s"
msgid "Immediate table locks %%"
-msgstr "Vytvořit novou tabulku v databázi %s"
+msgstr ""
#: po/advisory_rules.php:196 po/advisory_rules.php:201
#, fuzzy
@@ -12588,10 +12587,10 @@ msgid "The thread cache is set to 0"
msgstr ""
#: po/advisory_rules.php:210
-#, fuzzy, php-format
+#, php-format
#| msgid "Tracking is not active."
msgid "Thread cache hit rate %%"
-msgstr "Sledování není zapnuté."
+msgstr ""
#: po/advisory_rules.php:211
#, fuzzy
@@ -12644,10 +12643,10 @@ msgid ""
msgstr ""
#: po/advisory_rules.php:223
-#, fuzzy, php-format
+#, php-format
#| msgid "long_query_time is set to %d second(s)."
msgid "slow_launch_time is set to %s"
-msgstr "long_query_time je nastaven na %d sekund."
+msgstr "slow_launch_time je nastaven na %s"
#: po/advisory_rules.php:225
#, fuzzy
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23261-g1fe8946
by Michal Čihař 23 Nov '11
by Michal Čihař 23 Nov '11
23 Nov '11
The branch, master has been updated
via 1fe8946ccc1a397e2d117b675c8bbe77aad65661 (commit)
via 08a46b98d99bcb4dc8faa48b6e928c0c9017828f (commit)
via 9eccda62462914d9077f115880ac9006fe2a3d2e (commit)
via 96f6660ad4e54930a2fa062c2519df10812ad587 (commit)
via c3c83a7b1c81d860b6912ec4c119f60eb8cc325a (commit)
via cd2948d17a4af56f22b19e6fdd98a59abac10059 (commit)
via 25ca02bd771291253b8763d29be045ab7e36afec (commit)
via c1723bddbc59fde4fdb658aaef49eed7ad7ff753 (commit)
via a844434181d96efdf2cc4b413ded0e7208ba86ed (commit)
via a05c6755d04717aa12d5d43498739073c9c6d20b (commit)
via 8de20f0cd3d23ad4d233066bebe8149db29d82ad (commit)
via 93c4d3933121b6d78a8e16646959dbd66d16fe14 (commit)
via b16fd9cc85235224ec460a5817e9b1b4af9a8f0b (commit)
via b0b65c15b7a33552ca320f128ae10342f97b11ba (commit)
via 1454b3dc5a2f27ce00321a08640dc7c8fb55492a (commit)
via 3e867f43670f024ee9ef1e94edc61d5050a64e36 (commit)
via 0ad499f13cef839e6e42e21ad39033d958e22890 (commit)
via ec5a95a214a49242089156125238cc2e638d3ec1 (commit)
via d9789731f452714d02a8005046c719ae0e6176a6 (commit)
via ea942671890ecceec30669d958d3062b9129ea48 (commit)
via ba5dac00c0dddeea28d76ac28bdbc52232b3d04c (commit)
via 67ccfc1b4f947d29c465043e5a8e1390d7b7366c (commit)
via 07df440962ea451120695f81fcb5e5cc4f5ab368 (commit)
via 6a7277df842a31a33e68d5455325e2c1c9c2676c (commit)
via 5fe42b67cfbb8df990563cd69750d37215c19a65 (commit)
via 2715bc57275d37b7438c76af41f66ac87771210b (commit)
via ac73f535d9f57c659fe5763599bb3a743acc9837 (commit)
via ac679cab493b5ecfbb458e1fedbc35ef9695b80f (commit)
via b9e6a2f67c154f4eb76616a75cf1c4cbee82b026 (commit)
via 4443eef7f158cc4d1474e713fefe770ecf662d1b (commit)
via d4f6a042b6dad74c48760477d353a65955712029 (commit)
via 68593a449511a052d187c0d58e3852313e275d5f (commit)
via 705e17f75f7e5bcf4d6f2681a5114ea477d702b9 (commit)
via ea2b5b860f7fab6726534aa433ffc93d77596e56 (commit)
via d73c73d2e04205e4ed3150ac855f25554713beb0 (commit)
via 9a086503d157b10d97527b9fb8484b260e08669e (commit)
via 8ae53e9a1bde808dafea597bac9fa33dbd6db006 (commit)
via 0f519deaaf5a5f1c9557e5ffff412301840cd988 (commit)
via d7f6072832d5e38fb15f10dd212ad734ae2d5dc4 (commit)
via 1248601db0c3bca3d20ec80b864ce4270a007c34 (commit)
via 00a2f7514638d7592bf37ad83de90e44c743b8be (commit)
via f07d0b5c0a77547f2d6c70b6779646aed40325f9 (commit)
via 81837deec7e0ecee1ee12e652c5e4d93de0936d5 (commit)
via 425f2f234f341e898c6d9da976a6e984fd1646f9 (commit)
via 8a50a72dcf71f255532c4e47a96a7e93c96ab732 (commit)
via a7d8b82f9a2aae5dff619232ca6fdb3c7817986d (commit)
via e92ea916f8c2c4c55fad68b710795284e708b82a (commit)
via 203f8047124c44845b4a88d73bc162f67f820821 (commit)
via 23a023e9a980ed4f644359e069f3bca68cf74060 (commit)
via 9058ac76b714684bc80c684f082243d323f94ca3 (commit)
via 23a03bcaae743ada1216189e195e057c8c578374 (commit)
via 408068ece90b84d24ae8de6f5f5de050ed6bf80c (commit)
via c0e834eb51dfe80a16c97fc6c66ea345f4f53ea4 (commit)
via 961aeb22fbaeeee6c1803bdd73d4e0f5ff474622 (commit)
via 3b8bf772e26cc79819cd8a60e5b88aa4bf1fa1bb (commit)
via 0fecdc9b299b796f94696a7ee1befcdb27a6e70f (commit)
via f48bc8aba48cebd6144ae3921f85a60f421c170b (commit)
via 09aa7c7575d5d9033c5a4d56d5e8025795215a85 (commit)
via 850d16f6a2354ac0314aa8c680876b1ec0cc2312 (commit)
via b48c89569a1294186cf583ee0b9e1a2df69c8b7a (commit)
via cbc88a2513d724c4115d7f91ec3d6279f289402d (commit)
via 3708600095678f86d284a616456fca362b6b96b4 (commit)
via 68db3b8f6a7ef64035c3fc4c6ea0be3238a336f8 (commit)
via 2c0ca922c297154f481ccd56f2d89fdd5f232a5f (commit)
via 35b7f6ba5e8b670288429b0317741f3e269a9c0f (commit)
via 6ee50ed88a62b94c0a6d93cf1d600a260f7308fa (commit)
via 3168cd7a5513bea11f8390d3f14acc51a5535095 (commit)
via cb3bfb6aea660879ab0b79d09926557f9c7ceb97 (commit)
via b7139319c84114d81729feeef178c5606e24d6ec (commit)
via 648fae9a257b5cb2ebc3c526c5e78f849657123e (commit)
via 509c76f3157cdb2faed97209a0ce8a5ff32fe129 (commit)
via 76d1be2bd7d6cc627409f53910555710fd897119 (commit)
via 0c24840ac270f288266ba6ca943865dd49ebba8f (commit)
via 96dffdc5c6af109dfe84bad100c1e680c43dc368 (commit)
from ecaafb190d57fffae14c8f8894423db123bda434 (commit)
- Log -----------------------------------------------------------------
commit 1fe8946ccc1a397e2d117b675c8bbe77aad65661
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:30:23 2011 +0200
Translation update done using Pootle.
commit 08a46b98d99bcb4dc8faa48b6e928c0c9017828f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:29:13 2011 +0200
Translation update done using Pootle.
commit 9eccda62462914d9077f115880ac9006fe2a3d2e
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:28:35 2011 +0200
Translation update done using Pootle.
commit 96f6660ad4e54930a2fa062c2519df10812ad587
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:28:11 2011 +0200
Translation update done using Pootle.
commit c3c83a7b1c81d860b6912ec4c119f60eb8cc325a
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:28:02 2011 +0200
Translation update done using Pootle.
commit cd2948d17a4af56f22b19e6fdd98a59abac10059
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:27:34 2011 +0200
Translation update done using Pootle.
commit 25ca02bd771291253b8763d29be045ab7e36afec
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:27:23 2011 +0200
Translation update done using Pootle.
commit c1723bddbc59fde4fdb658aaef49eed7ad7ff753
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:26:56 2011 +0200
Translation update done using Pootle.
commit a844434181d96efdf2cc4b413ded0e7208ba86ed
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:26:29 2011 +0200
Translation update done using Pootle.
commit a05c6755d04717aa12d5d43498739073c9c6d20b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:26:15 2011 +0200
Translation update done using Pootle.
commit 8de20f0cd3d23ad4d233066bebe8149db29d82ad
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:25:46 2011 +0200
Translation update done using Pootle.
commit 93c4d3933121b6d78a8e16646959dbd66d16fe14
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:24:32 2011 +0200
Translation update done using Pootle.
commit b16fd9cc85235224ec460a5817e9b1b4af9a8f0b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:24:07 2011 +0200
Translation update done using Pootle.
commit b0b65c15b7a33552ca320f128ae10342f97b11ba
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:23:47 2011 +0200
Translation update done using Pootle.
commit 1454b3dc5a2f27ce00321a08640dc7c8fb55492a
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:23:45 2011 +0200
Translation update done using Pootle.
commit 3e867f43670f024ee9ef1e94edc61d5050a64e36
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:23:20 2011 +0200
Translation update done using Pootle.
commit 0ad499f13cef839e6e42e21ad39033d958e22890
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:23:05 2011 +0200
Translation update done using Pootle.
commit ec5a95a214a49242089156125238cc2e638d3ec1
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:22:15 2011 +0200
Translation update done using Pootle.
commit d9789731f452714d02a8005046c719ae0e6176a6
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:21:41 2011 +0200
Translation update done using Pootle.
commit ea942671890ecceec30669d958d3062b9129ea48
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:20:38 2011 +0200
Translation update done using Pootle.
commit ba5dac00c0dddeea28d76ac28bdbc52232b3d04c
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:19:44 2011 +0200
Translation update done using Pootle.
commit 67ccfc1b4f947d29c465043e5a8e1390d7b7366c
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:19:24 2011 +0200
Translation update done using Pootle.
commit 07df440962ea451120695f81fcb5e5cc4f5ab368
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:53 2011 +0200
Translation update done using Pootle.
commit 6a7277df842a31a33e68d5455325e2c1c9c2676c
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:47 2011 +0200
Translation update done using Pootle.
commit 5fe42b67cfbb8df990563cd69750d37215c19a65
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:40 2011 +0200
Translation update done using Pootle.
commit 2715bc57275d37b7438c76af41f66ac87771210b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:35 2011 +0200
Translation update done using Pootle.
commit ac73f535d9f57c659fe5763599bb3a743acc9837
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:29 2011 +0200
Translation update done using Pootle.
commit ac679cab493b5ecfbb458e1fedbc35ef9695b80f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:15 2011 +0200
Translation update done using Pootle.
commit b9e6a2f67c154f4eb76616a75cf1c4cbee82b026
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:18:02 2011 +0200
Translation update done using Pootle.
commit 4443eef7f158cc4d1474e713fefe770ecf662d1b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:56 2011 +0200
Translation update done using Pootle.
commit d4f6a042b6dad74c48760477d353a65955712029
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:51 2011 +0200
Translation update done using Pootle.
commit 68593a449511a052d187c0d58e3852313e275d5f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:46 2011 +0200
Translation update done using Pootle.
commit 705e17f75f7e5bcf4d6f2681a5114ea477d702b9
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:40 2011 +0200
Translation update done using Pootle.
commit ea2b5b860f7fab6726534aa433ffc93d77596e56
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:29 2011 +0200
Translation update done using Pootle.
commit d73c73d2e04205e4ed3150ac855f25554713beb0
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:23 2011 +0200
Translation update done using Pootle.
commit 9a086503d157b10d97527b9fb8484b260e08669e
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:12 2011 +0200
Translation update done using Pootle.
commit 8ae53e9a1bde808dafea597bac9fa33dbd6db006
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:17:08 2011 +0200
Translation update done using Pootle.
commit 0f519deaaf5a5f1c9557e5ffff412301840cd988
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:16:58 2011 +0200
Translation update done using Pootle.
commit d7f6072832d5e38fb15f10dd212ad734ae2d5dc4
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:16:48 2011 +0200
Translation update done using Pootle.
commit 1248601db0c3bca3d20ec80b864ce4270a007c34
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:16:16 2011 +0200
Translation update done using Pootle.
commit 00a2f7514638d7592bf37ad83de90e44c743b8be
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:16:09 2011 +0200
Translation update done using Pootle.
commit f07d0b5c0a77547f2d6c70b6779646aed40325f9
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:15:52 2011 +0200
Translation update done using Pootle.
commit 81837deec7e0ecee1ee12e652c5e4d93de0936d5
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:15:41 2011 +0200
Translation update done using Pootle.
commit 425f2f234f341e898c6d9da976a6e984fd1646f9
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:15:17 2011 +0200
Translation update done using Pootle.
commit 8a50a72dcf71f255532c4e47a96a7e93c96ab732
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:15:07 2011 +0200
Translation update done using Pootle.
commit a7d8b82f9a2aae5dff619232ca6fdb3c7817986d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:14:44 2011 +0200
Translation update done using Pootle.
commit e92ea916f8c2c4c55fad68b710795284e708b82a
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:14:37 2011 +0200
Translation update done using Pootle.
commit 203f8047124c44845b4a88d73bc162f67f820821
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:14:33 2011 +0200
Translation update done using Pootle.
commit 23a023e9a980ed4f644359e069f3bca68cf74060
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:14:10 2011 +0200
Translation update done using Pootle.
commit 9058ac76b714684bc80c684f082243d323f94ca3
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:14:04 2011 +0200
Translation update done using Pootle.
commit 23a03bcaae743ada1216189e195e057c8c578374
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:13:54 2011 +0200
Translation update done using Pootle.
commit 408068ece90b84d24ae8de6f5f5de050ed6bf80c
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:12:45 2011 +0200
Translation update done using Pootle.
commit c0e834eb51dfe80a16c97fc6c66ea345f4f53ea4
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:12:37 2011 +0200
Translation update done using Pootle.
commit 961aeb22fbaeeee6c1803bdd73d4e0f5ff474622
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:12:29 2011 +0200
Translation update done using Pootle.
commit 3b8bf772e26cc79819cd8a60e5b88aa4bf1fa1bb
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:12:21 2011 +0200
Translation update done using Pootle.
commit 0fecdc9b299b796f94696a7ee1befcdb27a6e70f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:12:13 2011 +0200
Translation update done using Pootle.
commit f48bc8aba48cebd6144ae3921f85a60f421c170b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:58 2011 +0200
Translation update done using Pootle.
commit 09aa7c7575d5d9033c5a4d56d5e8025795215a85
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:49 2011 +0200
Translation update done using Pootle.
commit 850d16f6a2354ac0314aa8c680876b1ec0cc2312
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:43 2011 +0200
Translation update done using Pootle.
commit b48c89569a1294186cf583ee0b9e1a2df69c8b7a
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:39 2011 +0200
Translation update done using Pootle.
commit cbc88a2513d724c4115d7f91ec3d6279f289402d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:31 2011 +0200
Translation update done using Pootle.
commit 3708600095678f86d284a616456fca362b6b96b4
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:26 2011 +0200
Translation update done using Pootle.
commit 68db3b8f6a7ef64035c3fc4c6ea0be3238a336f8
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:14 2011 +0200
Translation update done using Pootle.
commit 2c0ca922c297154f481ccd56f2d89fdd5f232a5f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:11:01 2011 +0200
Translation update done using Pootle.
commit 35b7f6ba5e8b670288429b0317741f3e269a9c0f
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:10:40 2011 +0200
Translation update done using Pootle.
commit 6ee50ed88a62b94c0a6d93cf1d600a260f7308fa
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:10:30 2011 +0200
Translation update done using Pootle.
commit 3168cd7a5513bea11f8390d3f14acc51a5535095
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:10:25 2011 +0200
Translation update done using Pootle.
commit cb3bfb6aea660879ab0b79d09926557f9c7ceb97
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Nov 23 11:10:06 2011 +0200
Translation update done using Pootle.
commit b7139319c84114d81729feeef178c5606e24d6ec
Merge: 648fae9 ecaafb1
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Nov 22 20:40:06 2011 +0100
Merge remote-tracking branch 'origin/master'
commit 648fae9a257b5cb2ebc3c526c5e78f849657123e
Author: Victor Volkov <hanut(a)php-myadmin.ru>
Date: Tue Nov 22 21:17:15 2011 +0200
Translation update done using Pootle.
commit 509c76f3157cdb2faed97209a0ce8a5ff32fe129
Author: Victor Volkov <hanut(a)php-myadmin.ru>
Date: Tue Nov 22 21:16:59 2011 +0200
Translation update done using Pootle.
commit 76d1be2bd7d6cc627409f53910555710fd897119
Author: Victor Volkov <hanut(a)php-myadmin.ru>
Date: Tue Nov 22 21:15:13 2011 +0200
Translation update done using Pootle.
commit 0c24840ac270f288266ba6ca943865dd49ebba8f
Author: Victor Volkov <hanut(a)php-myadmin.ru>
Date: Tue Nov 22 21:14:33 2011 +0200
Translation update done using Pootle.
commit 96dffdc5c6af109dfe84bad100c1e680c43dc368
Author: Victor Volkov <hanut(a)php-myadmin.ru>
Date: Tue Nov 22 21:13:29 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 167 ++++++++++++++++++++++++++++++-------------------------------
po/ru.po | 22 +++-----
2 files changed, 91 insertions(+), 98 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 73cca70..9abbd37 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-11-20 15:13+0100\n"
-"PO-Revision-Date: 2011-11-10 12:24+0200\n"
+"PO-Revision-Date: 2011-11-23 11:29+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -1098,22 +1098,20 @@ msgid "This is not a number!"
msgstr "Nebylo zadáno číslo!"
#: js/messages.php:46
-#, fuzzy
#| msgid "Add index"
msgid "Add Index"
-msgstr "Přidat index"
+msgstr "Přidat klíč"
#: js/messages.php:47
-#, fuzzy
#| msgid "Edit mode"
msgid "Edit Index"
-msgstr "Režim úprav"
+msgstr "Upravit klíč"
#: js/messages.php:48 tbl_indexes.php:286
-#, fuzzy, php-format
+#, php-format
#| msgid "Add %s column(s)"
msgid "Add %d column(s) to index"
-msgstr "Přidat %s polí"
+msgstr "Přidat %d polí do klíče"
#. l10n: Default description for the y-Axis of Charts
#: js/messages.php:52
@@ -1704,11 +1702,11 @@ msgstr "Vložit tabulku"
#: js/messages.php:231
msgid "Hide indexes"
-msgstr "Skrýt indexy"
+msgstr "Skrýt klíče"
#: js/messages.php:232
msgid "Show indexes"
-msgstr "Zobrazit indexy"
+msgstr "Zobrazit klíče"
#: js/messages.php:235
msgid "Searching"
@@ -1827,16 +1825,14 @@ msgid "Select two different columns"
msgstr "Zvolte dva odlišné sloupce"
#: js/messages.php:290
-#, fuzzy
#| msgid "Query results operations"
msgid "Query results"
-msgstr "Operace s výsledky dotazu"
+msgstr "Výsledky dotazu"
#: js/messages.php:291
-#, fuzzy
#| msgid "Data pointer size"
msgid "Data point content"
-msgstr "Velikost ukazatele na data"
+msgstr "Obsah datového bodu"
#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221
#: tbl_indexes.php:248
@@ -2292,12 +2288,12 @@ msgstr "Nahraný soubor nelze přečíst (přesunout)."
#: libraries/Index.class.php:419 tbl_relation.php:522
msgid "No index defined!"
-msgstr "Není definován žádný index!"
+msgstr "Není definován žádný klíč!"
#: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41
#: tbl_structure.php:692 tbl_tracking.php:300
msgid "Indexes"
-msgstr "Indexy"
+msgstr "Klíče"
#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472
#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576
@@ -2326,7 +2322,7 @@ msgstr "Primární klíč byl odstraněn"
#: libraries/Index.class.php:478
#, php-format
msgid "Index %s has been dropped"
-msgstr "Index %s byl odstraněn"
+msgstr "Klíč %s byl odstraněn"
#: libraries/Index.class.php:573
#, php-format
@@ -2334,7 +2330,7 @@ msgid ""
"The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
"removed."
msgstr ""
-"Indexy %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být "
+"Klíče %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být "
"odstraněn."
#: libraries/List_Database.class.php:379 libraries/config/messages.inc.php:179
@@ -2727,7 +2723,7 @@ msgstr ""
#: libraries/common.inc.php:640
#, php-format
msgid "Invalid server index: %s"
-msgstr "Chybný index serveru: „%s“"
+msgstr "Chybné číslo serveru: „%s“"
#: libraries/common.inc.php:647
#, php-format
@@ -5402,6 +5398,7 @@ msgstr "Server neodpovídá."
#: libraries/database_interface.lib.php:1772
msgid "Please check privileges of directory containing database."
msgstr ""
+"Prosím zkontrolujte přístupová práva u adresáře obsahujícího tuto databázi."
#: libraries/database_interface.lib.php:1780
msgid "Details..."
@@ -5947,7 +5944,7 @@ msgid ""
"tables."
msgstr ""
"Velikost vyrovnávací paměti, kterou InnoDB používá pro vyrovnávací paměť dat "
-"a indexů tabulek."
+"a klíčů tabulek."
#: libraries/engines/innodb.lib.php:130
msgid "Buffer Pool"
@@ -6052,11 +6049,11 @@ msgid ""
"INFILE)."
msgstr ""
"Maximální velikost dočasných souborů, které smí MySQL použít při obnově "
-"indexu (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE)."
+"klíčů (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE)."
#: libraries/engines/myisam.lib.php:36
msgid "Maximum size for temporary files on index creation"
-msgstr "Maximální velikost dočasných souborů při vytváření indexu"
+msgstr "Maximální velikost dočasných souborů při vytváření klíčů"
#: libraries/engines/myisam.lib.php:37
msgid ""
@@ -6064,7 +6061,7 @@ msgid ""
"than using the key cache by the amount specified here, prefer the key cache "
"method."
msgstr ""
-"Pokud by byl soubor pro vytváření MyISAM indexu byl větší než zde uvedená "
+"Pokud by byl soubor pro vytváření MyISAM klíče byl větší než zde uvedená "
"hodnota, použije se pomalejší metoda vyrovnávací paměti klíčů."
#: libraries/engines/myisam.lib.php:41
@@ -6076,8 +6073,8 @@ msgid ""
"If this value is greater than 1, MyISAM table indexes are created in "
"parallel (each index in its own thread) during the repair by sorting process."
msgstr ""
-"Pokud je tato hodnota větší než 1, indexy v MyISAM tabulkách jsou vytvářeny "
-"paralelně (každý index vlastním vláknem) při obnově nebo řazení."
+"Pokud je tato hodnota větší než 1, jsou při obnově nebo řazení klíčů "
+"v MyISAM tabulkách klíče vytvářeny paralelně (každý klíč vlastním vláknem)."
#: libraries/engines/myisam.lib.php:46
msgid "Sort buffer size"
@@ -6088,8 +6085,9 @@ msgid ""
"The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
msgstr ""
-"Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření "
-"příkazem CREATE INDEX nebo ALTER TABLE nebo opravování příkazem REPAIR TABLE."
+"Paměť, která je alokována při řazení MyISAM klíčů během jejich vytváření "
+"příkazem CREATE INDEX nebo ALTER TABLE nebo opravování příkazem REPAIR "
+"TABLE."
#: libraries/engines/pbms.lib.php:30
msgid "Garbage Threshold"
@@ -6200,16 +6198,16 @@ msgstr "Domovská stránka PrimeBase XT"
#: libraries/engines/pbxt.lib.php:22
msgid "Index cache size"
-msgstr "Velikost vyrovnávací paměti indexu"
+msgstr "Velikost vyrovnávací paměti klíčů"
#: libraries/engines/pbxt.lib.php:23
msgid ""
"This is the amount of memory allocated to the index cache. Default value is "
"32MB. The memory allocated here is used only for caching index pages."
msgstr ""
-"Toto je množství paměti alokované pro vyrovnávací paměť indexu. Výchozí "
-"velikost je 32MB. Zde alokovaná paměť se používá pouze pro vyrovnávací pamět "
-"stránek indexu."
+"Toto je množství paměti alokované pro vyrovnávací paměť klíčů. Výchozí "
+"velikost je 32MB. Zde alokovaná paměť se používá pouze pro vyrovnávací paměť "
+"stránek klíčů."
#: libraries/engines/pbxt.lib.php:27
msgid "Record cache size"
@@ -8048,7 +8046,7 @@ msgstr ""
#: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158
#: tbl_structure.php:577 tbl_structure.php:780
msgid "Index"
-msgstr "Index"
+msgstr "Klíč"
#: libraries/tbl_properties.inc.php:129
#, php-format
@@ -8950,7 +8948,7 @@ msgstr ""
#: server_privileges.php:48 server_privileges.php:239
#: server_privileges.php:629
msgid "Allows creating and dropping indexes."
-msgstr "Umožňuje vytvářet a rušit indexy."
+msgstr "Umožňuje vytvářet a rušit klíče."
#: server_privileges.php:49 server_privileges.php:199
#: server_privileges.php:548 server_privileges.php:617
@@ -9825,17 +9823,17 @@ msgid ""
"it suggests that the server is doing a lot of full index scans; for example, "
"SELECT col1 FROM foo, assuming that col1 is indexed."
msgstr ""
-"Počet přečtení první položky indexu. Příliš vysoká hodnota znamení, že "
-"server provádí mnoho kompletních procházení indexu. Na příklad SELECT col1 "
-"FROM foo, pokud je col1 indexována."
+"Počet přečtení první položky klíčů. Příliš vysoká hodnota znamení, že server "
+"provádí mnoho kompletních procházení klíčů. Na příklad SELECT col1 FROM "
+"foo, pokud je col1 v klíči."
#: server_status.php:1307
msgid ""
"The number of requests to read a row based on a key. If this is high, it is "
"a good indication that your queries and tables are properly indexed."
msgstr ""
-"Počet požadavků na přečtení řádku vycházející z indexu. Vysoká hodnota "
-"znamená, že dotazy správně využívají indexy."
+"Počet požadavků na přečtení řádku vycházející z klíče. Vysoká hodnota "
+"znamená, že dotazy správně využívají klíče."
#: server_status.php:1308
msgid ""
@@ -9843,16 +9841,16 @@ msgid ""
"incremented if you are querying an index column with a range constraint or "
"if you are doing an index scan."
msgstr ""
-"Počet požadavků na přečtení dalšího řádku podle indexu. Tato hodnota se "
-"zvětšuje pokud provádíte dotaz na indexované pole s omezením rozsahu nebo "
-"prohledáváte index."
+"Počet požadavků na přečtení dalšího řádku podle klíče. Tato hodnota se "
+"zvětšuje pokud provádíte dotaz na sloupec s klíčem s omezením rozsahu nebo "
+"prohledáváte klíč."
#: server_status.php:1309
msgid ""
"The number of requests to read the previous row in key order. This read "
"method is mainly used to optimize ORDER BY ... DESC."
msgstr ""
-"Počet požadavků na přečtení předchozího řádku z indexu. Používané pro "
+"Počet požadavků na přečtení předchozího řádku z klíče. Používané pro "
"optimalizaci dotazů ORDER BY ... DESC."
#: server_status.php:1310
@@ -9865,7 +9863,7 @@ msgstr ""
"Počet požadavků na přečtení konkrétního řádku tabulky. Vysoká hodnota "
"znamená, že provádíte mnoho dotazů, které vyžadují řazení výsledků. "
"Pravděpodobně používáte mnoho dotazů, které vyžadují prohlížení celé tabulky "
-"nebo používáte spojení tabulek, která nevyužívají indexů."
+"nebo používáte spojení tabulek, která nevyužívají klíčů."
#: server_status.php:1311
msgid ""
@@ -9876,7 +9874,7 @@ msgid ""
msgstr ""
"Počet požadavků na přečtení dalšího řádku ze souboru. Tato hodnota je vysoká "
"pokud dotazy procházejí celé tabulky, pravděpodobně tedy nemají vhodné "
-"indexy."
+"klíče."
#: server_status.php:1312
msgid "The number of internal ROLLBACK statements."
@@ -9923,7 +9921,7 @@ msgid ""
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
msgstr ""
"Počet stránek zablokovaných pro administrativní účely jako zamykání řádků "
-"nebo hashe indexů. Tato hodnota také může být vypočítána jako "
+"nebo hashe klíčů. Tato hodnota také může být vypočítána jako "
"Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - "
"Innodb_buffer_pool_pages_data."
@@ -10254,8 +10252,8 @@ msgid ""
"The number of joins that do not use indexes. If this value is not 0, you "
"should carefully check the indexes of your tables."
msgstr ""
-"Počet spojení, které nevyužívaly indexy. Pokud tato hodnota není 0, měli "
-"byste zkontrolovat indexy tabulek."
+"Počet spojení, které nevyužívaly klíče. Pokud tato hodnota není 0, měli "
+"byste zkontrolovat klíče tabulek."
#: server_status.php:1382
msgid "The number of joins that used a range search on a reference table."
@@ -10268,7 +10266,7 @@ msgid ""
"(If this is not 0, you should carefully check the indexes of your tables.)"
msgstr ""
"Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. "
-"(Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.)"
+"(Pokud tato hodnota není 0, měli byste zkontrolovat klíče tabulek.)"
#: server_status.php:1384
msgid ""
@@ -10607,11 +10605,11 @@ msgstr "Změnit pole"
#: server_synchronize.php:446 server_synchronize.php:918
msgid "Remove index(s)"
-msgstr "Odstranit indexy"
+msgstr "Odstranit klíče"
#: server_synchronize.php:447 server_synchronize.php:919
msgid "Apply index(s)"
-msgstr "Applikovat indexy"
+msgstr "Aplikovat klíče"
#: server_synchronize.php:448 server_synchronize.php:920
msgid "Update row(s)"
@@ -11051,7 +11049,7 @@ msgstr "Proběhlo zkontrolování SQL"
#: sql.php:941
#, php-format
msgid "Problems with indexes of table `%s`"
-msgstr "Problémy s indexy v tabulce „%s\""
+msgstr "Problémy s klíči v tabulce „%s\""
#: sql.php:973
msgid "Label"
@@ -11230,25 +11228,24 @@ msgstr "Jméno primárního klíče musí být „PRIMARY“!"
#: tbl_indexes.php:75
msgid "Can't rename index to PRIMARY!"
-msgstr "Index nemůžete přejmenovat na „PRIMARY“!"
+msgstr "Klíč nelze přejmenovat na „PRIMARY“!"
#: tbl_indexes.php:91
msgid "No index parts defined!"
-msgstr "Nebyla zadána žádná část indexu!"
+msgstr "Nebyla zadána žádná část klíče!"
#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
-msgstr "Přidat index"
+msgstr "Přidat klíč"
#: tbl_indexes.php:175
-#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
-msgstr "Režim úprav"
+msgstr "Upravit klíč"
#: tbl_indexes.php:186
msgid "Index name:"
-msgstr "Jméno indexu:"
+msgstr "Jméno klíče:"
#: tbl_indexes.php:188
msgid ""
@@ -11257,12 +11254,12 @@ msgstr "(„PRIMARY“ <b>musí</b> být jméno <b>pouze</b> primárního klíč
#: tbl_indexes.php:194
msgid "Index type:"
-msgstr "Typ indexu:"
+msgstr "Typ klíče:"
#: tbl_indexes.php:278
#, php-format
msgid "Add to index %s column(s)"
-msgstr "Přidat %s polí do indexu"
+msgstr "Přidat %s polí do klíče"
#: tbl_move_copy.php:44
msgid "Can't move table to same one!"
@@ -11474,15 +11471,15 @@ msgstr "Přidat primární klíč"
#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
-msgstr "Přidat unikátní index"
+msgstr "Přidat unikátní klíč"
#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
-msgstr "Přidat prostorový index"
+msgstr "Přidat prostorový klíč"
#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
-msgstr "Přidat fulltextový index"
+msgstr "Přidat fulltextový klíč"
#: tbl_structure.php:359
msgctxt "None for default"
@@ -11504,7 +11501,7 @@ msgstr "V tabulce %s byl vytvořen primární klíč"
#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
-msgstr "Na poli %s byl vytvořen index"
+msgstr "Na poli %s byl vytvořen klíč"
#: tbl_structure.php:465
msgid "Show more actions"
@@ -11542,7 +11539,7 @@ msgstr "Po %s"
#: tbl_structure.php:702
#, php-format
msgid "Create an index on %s columns"
-msgstr "Vytvořit index na %s polích"
+msgstr "Vytvořit klíč na %s polích"
#: tbl_structure.php:860
msgid "partitioned"
@@ -11877,8 +11874,9 @@ msgid ""
msgstr ""
#: po/advisory_rules.php:33
+#, fuzzy
msgid "log_slow_queries is set to 'OFF'"
-msgstr ""
+msgstr "log_slow_queries je vypnuto"
#: po/advisory_rules.php:35
msgid "Release Series"
@@ -11892,7 +11890,7 @@ msgstr "MySQL server je starší než 5.1."
msgid ""
"You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
"even more so."
-msgstr ""
+msgstr "Měli byste aktualizovat, MySQL 5.1 i MySQL 5.5 poskytují větší výkon."
#: po/advisory_rules.php:38 po/advisory_rules.php:43 po/advisory_rules.php:48
#, php-format
@@ -11913,7 +11911,7 @@ msgstr "Verze staší než 5.1.30 (první GA vydání 5.1)."
msgid ""
"You should upgrade, as recent versions of MySQL 5.1 have improved "
"performance and MySQL 5.5 even more so."
-msgstr ""
+msgstr "Měli byste aktualizovat, novější verze MySQL 5.1 zlepšují výkon."
#: po/advisory_rules.php:46
msgid "Version less than 5.5.8 (the first GA release of 5.5)."
@@ -11942,28 +11940,28 @@ msgstr ""
#: po/advisory_rules.php:53
msgid "'source' found in version_comment"
-msgstr ""
+msgstr "V komentáři k verzi bylo nalezeno 'source'"
#: po/advisory_rules.php:56 po/advisory_rules.php:61
msgid "The MySQL manual only is accurate for official MySQL binaries."
-msgstr ""
+msgstr "Dokumentace MySQL je přesná jen pro oficiální sestavení MySQL."
#: po/advisory_rules.php:57
msgid "Percona documentation is at http://www.percona.com/docs/wiki/"
-msgstr ""
+msgstr "Dokumentaci Percony naleznete na http://www.percona.com/docs/wiki/"
#: po/advisory_rules.php:58
msgid "'percona' found in version_comment"
-msgstr ""
+msgstr "V komentáři k verzi bylo nalezeno 'percona'"
#: po/advisory_rules.php:62
msgid "Drizzle documentation is at http://docs.drizzle.org/"
-msgstr ""
+msgstr "Dokumentaci k Drizzle naleznete na http://docs.drizzle.org/"
#: po/advisory_rules.php:63
#, php-format
msgid "Version string (%s) matches Drizzle versioning scheme"
-msgstr ""
+msgstr "Text verze (%s) odpovídá schématu verzí Drizzle"
#: po/advisory_rules.php:65
msgid "MySQL Architecture"
@@ -11983,7 +11981,7 @@ msgstr ""
#: po/advisory_rules.php:68
#, php-format
msgid "Available memory on this host: %s"
-msgstr ""
+msgstr "Dostupná paměť na tomto počítači: %s"
#: po/advisory_rules.php:70
msgid "Query cache disabled"
@@ -12006,14 +12004,13 @@ msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
msgstr ""
#: po/advisory_rules.php:75
-#, fuzzy
#| msgid "Query cache used"
msgid "Query caching method"
-msgstr "Využito vyrovnávací paměti dotazů"
+msgstr "Metoda používaná vyrovnávací pamětí dotazů"
#: po/advisory_rules.php:76
msgid "Suboptimal caching method."
-msgstr ""
+msgstr "Neoptimální metoda vyrovnávací paměti."
#: po/advisory_rules.php:77
msgid ""
@@ -12032,30 +12029,29 @@ msgstr ""
#: po/advisory_rules.php:80
msgid "Query cache efficiency (%)"
-msgstr ""
+msgstr "Úspěšnost vyrovnávací paměti dotazů (%)"
#: po/advisory_rules.php:81
msgid "Query cache not running efficiently, it has a low hit rate."
-msgstr ""
+msgstr "Vyrovnávací paměť dotazů není efektivní, má velmi malou úspěšnost."
#: po/advisory_rules.php:82
msgid "Consider increasing {query_cache_limit}."
-msgstr ""
+msgstr "Zvažte zvýšení {query_cache_limit}."
#: po/advisory_rules.php:83
#, php-format
msgid "The current query cache hit rate of %s%% is below 20%%"
-msgstr ""
+msgstr "Současná úpěšnost vyrovnávací paměti %s%% je pod 20%%"
#: po/advisory_rules.php:85
-#, fuzzy
msgid "Query Cache usage"
-msgstr "Vyrovnávací paměť dotazů"
+msgstr "Využití vyrovnávací paměť dotazů"
#: po/advisory_rules.php:86
#, php-format
msgid "Less than 80%% of the query cache is being utilized."
-msgstr ""
+msgstr "Je využíváno méně než 80%% vyrovnávací paměti."
#: po/advisory_rules.php:87
msgid ""
@@ -12126,16 +12122,17 @@ msgid ""
msgstr ""
#: po/advisory_rules.php:100
-#, fuzzy
#| msgid "Query cache"
msgid "Query cache max size"
-msgstr "Vyrovnávací paměť dotazů"
+msgstr "Maximální velikost vyrovnávací paměti dotazů"
#: po/advisory_rules.php:101
msgid ""
"The query cache size is above 128 MiB. Big query caches may cause "
"significant overhead that is required to maintain the cache."
msgstr ""
+"Vyrovnávací paměť dotazů je nastavena na více než 128 MiB. Příliš velká "
+"vyrovnávací paměť může zvýšit náročnost její údržby."
#: po/advisory_rules.php:102
msgid ""
diff --git a/po/ru.po b/po/ru.po
index 8357ecc..6de8617 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-11-20 15:13+0100\n"
-"PO-Revision-Date: 2011-11-13 22:04+0200\n"
+"PO-Revision-Date: 2011-11-22 21:16+0200\n"
"Last-Translator: Victor Volkov <hanut(a)php-myadmin.ru>\n"
"Language-Team: russian <ru(a)li.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.1.6\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329
@@ -1112,16 +1112,15 @@ msgid "Add Index"
msgstr "Добавить индекс"
#: js/messages.php:47
-#, fuzzy
#| msgid "Edit mode"
msgid "Edit Index"
-msgstr "Редакция"
+msgstr "Редактировать индекс"
#: js/messages.php:48 tbl_indexes.php:286
-#, fuzzy, php-format
+#, php-format
#| msgid "Add %s column(s)"
msgid "Add %d column(s) to index"
-msgstr "Добавить %s поле(я)"
+msgstr "Добавить %d поле(я) к индексу"
#. l10n: Default description for the y-Axis of Charts
#: js/messages.php:52
@@ -1841,16 +1840,14 @@ msgid "Select two different columns"
msgstr "Выберите два различных столбца"
#: js/messages.php:290
-#, fuzzy
#| msgid "Query results operations"
msgid "Query results"
-msgstr "Использование результатов запроса"
+msgstr "Результаты запроса"
#: js/messages.php:291
-#, fuzzy
#| msgid "Data pointer size"
msgid "Data point content"
-msgstr "Размер указателя в файле данных"
+msgstr "Содержание точки данных"
#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221
#: tbl_indexes.php:248
@@ -11436,10 +11433,9 @@ msgid "Add index"
msgstr "Добавить индекс"
#: tbl_indexes.php:175
-#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
-msgstr "Редакция"
+msgstr "Редактировать индекс"
#: tbl_indexes.php:186
msgid "Index name:"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23187-gecaafb1
by Michal Čihař 22 Nov '11
by Michal Čihař 22 Nov '11
22 Nov '11
The branch, master has been updated
via ecaafb190d57fffae14c8f8894423db123bda434 (commit)
from 9d36535b1700b4c2653793e684085e061606f822 (commit)
- Log -----------------------------------------------------------------
commit ecaafb190d57fffae14c8f8894423db123bda434
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Nov 22 19:22:12 2011 +0100
Optimize sprite images
-----------------------------------------------------------------------
Summary of changes:
themes/original/img/sprites.png | Bin 23875 -> 16796 bytes
themes/pmahomme/img/sprites.png | Bin 60124 -> 38291 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/themes/original/img/sprites.png b/themes/original/img/sprites.png
index 4f85893..dd6ad46 100644
Binary files a/themes/original/img/sprites.png and b/themes/original/img/sprites.png differ
diff --git a/themes/pmahomme/img/sprites.png b/themes/pmahomme/img/sprites.png
index 21b5205..c8c1145 100644
Binary files a/themes/pmahomme/img/sprites.png and b/themes/pmahomme/img/sprites.png differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23186-g9d36535
by Michal Čihař 22 Nov '11
by Michal Čihař 22 Nov '11
22 Nov '11
The branch, master has been updated
via 9d36535b1700b4c2653793e684085e061606f822 (commit)
via ec767b8d2f8f90ec3e9956a0069dbaab8a79eb9a (commit)
via a76b7b203295d9bb1c7e65f99fcd87e557525ad1 (commit)
via d3b8a9b1761651527a8beb06b4e0d333a1a9d455 (commit)
via 02a46d6c316d36a51e74f0b028de52a0760bb933 (commit)
via 6ee4d92df1cd390491107f9d3432fd449f1d422b (commit)
via 4c49b1d209edd57e7c45d6502d3f35aec6f70b50 (commit)
via 095ef52bcf255f8b817c1889b3b5ddd276902c35 (commit)
from 5eb6a1b62dda4668ffb9b3fc6735464ef7c0abfa (commit)
- Log -----------------------------------------------------------------
commit 9d36535b1700b4c2653793e684085e061606f822
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:33:10 2011 +0200
Translation update done using Pootle.
commit ec767b8d2f8f90ec3e9956a0069dbaab8a79eb9a
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:31:51 2011 +0200
Translation update done using Pootle.
commit a76b7b203295d9bb1c7e65f99fcd87e557525ad1
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:31:30 2011 +0200
Translation update done using Pootle.
commit d3b8a9b1761651527a8beb06b4e0d333a1a9d455
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:30:53 2011 +0200
Translation update done using Pootle.
commit 02a46d6c316d36a51e74f0b028de52a0760bb933
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:29:08 2011 +0200
Translation update done using Pootle.
commit 6ee4d92df1cd390491107f9d3432fd449f1d422b
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:28:37 2011 +0200
Translation update done using Pootle.
commit 4c49b1d209edd57e7c45d6502d3f35aec6f70b50
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:27:52 2011 +0200
Translation update done using Pootle.
commit 095ef52bcf255f8b817c1889b3b5ddd276902c35
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Nov 22 12:27:35 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/ja.po | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/po/ja.po b/po/ja.po
index d38a265..554a1f6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-11-20 15:13+0100\n"
-"PO-Revision-Date: 2011-11-21 11:54+0200\n"
+"PO-Revision-Date: 2011-11-22 12:31+0200\n"
"Last-Translator: Yuichiro <yuichiro(a)pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp(a)li.org>\n"
"Language: ja\n"
@@ -12126,7 +12126,7 @@ msgstr ""
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
-msgstr ""
+msgstr "クエリキャッシュの総量に対するクエリキャッシュの空きメモリの割合は、%s%% です。この値は、80%% 以上がいいと言われています。"
#: po/advisory_rules.php:90
msgid "Query cache fragmentation"
@@ -12753,10 +12753,9 @@ msgid "slow_launch_time is set to %s"
msgstr "slow_launch_time は %s に設定されています。"
#: po/advisory_rules.php:225
-#, fuzzy
#| msgid "Persistent connections"
msgid "Percentage of used connections"
-msgstr "永続的な接続"
+msgstr "使用されている接続の比率"
#: po/advisory_rules.php:226
msgid ""
@@ -12770,12 +12769,16 @@ msgid ""
"do not close database handlers properly get killed sooner. Make sure the "
"code closes database handlers properly."
msgstr ""
+"max_connections を増やすか wait_timeout を減らしてください。こうすることで、データベースの処理において接続がすぐに切られる"
+"ことはなくなります。念のため、コード上において、データベースが適切に閉じられているかも確認してみてください。"
#: po/advisory_rules.php:228
#, php-format
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
+"Max_used_connections は max_connections の %s%% になっています。この値は、80%% "
+"未満がいいと言われています。"
#: po/advisory_rules.php:230
msgid "Percentage of aborted connections"
@@ -12936,7 +12939,7 @@ msgstr "InnoDB のバッファプールの大きさ"
#: po/advisory_rules.php:266
msgid "Your InnoDB buffer pool is fairly small."
-msgstr "ご使用の InnoDB のバッファプールはかなり小さいです。"
+msgstr "ご使用されている InnoDB のバッファプールはかなり小さいです。"
#: po/advisory_rules.php:267
#, php-format
@@ -12963,14 +12966,13 @@ msgid ""
msgstr ""
#: po/advisory_rules.php:270
-#, fuzzy
#| msgid "max. concurrent connections"
msgid "MyISAM concurrent inserts"
-msgstr "最大同時接続数"
+msgstr "MyISAM における同時挿入"
#: po/advisory_rules.php:271
msgid "Enable concurrent_insert by setting it to 1"
-msgstr ""
+msgstr "concurrent_insert に 1 を設定して、同時挿入を有効にしてください。"
#: po/advisory_rules.php:272
msgid ""
@@ -12978,6 +12980,9 @@ msgid ""
"writers for a given table. See also <a href=\\\"http://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\\\">MySQL Documentation</a>"
msgstr ""
+"{concurrent_insert} を 1 に設定すると、一つのテーブル内における読み書きの衝突を減らすことができます。<a "
+"href=\\\"http://dev.mysql.com/doc/refman/5.1/ja/concurrent-"
+"inserts.html\\\">MySQL ドキュメント</a>もご覧になってください。"
#: po/advisory_rules.php:273
msgid "concurrent_insert is set to 0"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 79c6825dcf33763c4a24956ec5d39b743573f869
by Michal Čihař 22 Nov '11
by Michal Čihař 22 Nov '11
22 Nov '11
The branch, master has been updated
via 79c6825dcf33763c4a24956ec5d39b743573f869 (commit)
via 6da7e5c64a780fd1795cf73cdcdca9aaa84527bc (commit)
via 5432b11c4d0c3dd083b4e454e36e2a6a6553b973 (commit)
via 49a76f8452dc406aec2146a55f3273eed1129bf6 (commit)
via 8e09ee8230ed75bd1590d73b9dd01b8d644b99a1 (commit)
via a7d40d41d19214b3ecc311db198b8f64d509f896 (commit)
via 1467abbd3340c8175c1379cd1a183be55d927ac7 (commit)
via a84bc7d363f154912fbca702ec0197292c14e252 (commit)
via 5335b8c324acf910df87314dc858c6417a164707 (commit)
via 878b8103a2c30881f342c102f529f95e73bcc199 (commit)
via 5b325555cb8270994929fff44b8e84895f9ab3de (commit)
via f8b074e92215ea5a440eae1f30770c7b7a905632 (commit)
via 6fbac526ced8057e22e34d1dd1171f2e5f0cd688 (commit)
via 3c80a111b27e8923209059736c6d07362444ea2a (commit)
via c2c94353f04c4cfc748b45ab96a8af8c4d3d755b (commit)
via 193b33d14d23fcdba071baef7a0cc8ce5dbc6bfb (commit)
via 7b9a30fa33aa28bea3ca21a7308ed079c82c9bd5 (commit)
via 3a35712b9a1dbd8a091192702410b16e39cecb17 (commit)
via f57a18678a7a27f5eb3de3032be5a5c8f58d9155 (commit)
via 6bc6059119160c50859047dfa9f34eca49a73251 (commit)
via d0685a84a04ed85ccef09dfc8e9229e15ce359b9 (commit)
via fdf9e7c65728ebb7a9390408ba5004698986f2ef (commit)
via fc085e1a10474acd1c472afbcaa45f32c0beaca6 (commit)
via 9050985edb6daa8b0a7e6e7a78c6ebe25031bc3f (commit)
via 015dc7d076bc8954338013b05ae0c078c5e62b56 (commit)
via 8a7fa38560529bf01ed158499c3151dc4817bbc5 (commit)
via 59da50466bd3d439a62a078c9b2570db6d93ef63 (commit)
via 3d6b5e4807b66a2120aa97bfe1a709b75b54bac1 (commit)
via 2c40ddcbf3105102c9280cb2857a13bf74cbaa84 (commit)
via 0f8ddab3adca6ff0257a38e057c081f10b19ed8b (commit)
via ebc5a43f66b2e3e25215211ae546e6ff70de43b7 (commit)
via e517611364f4d5c9f17c44171897d73fe8570350 (commit)
via fec583001b521137f5ff7519c42cca903031d32c (commit)
via 16d488490d92f0f6be018d66b75a050211c883a2 (commit)
via d35bc50e3dd488604c7484090375c520efb105c2 (commit)
via 9383b32446c4b42aa9433393d5d2a770942affe1 (commit)
via 5efdf68013885b2195233bb50a341d25a7fb2296 (commit)
via 861102a6cfd88e08711379667b54107a9e185c8a (commit)
from 7a402e50e4930e163a31ff8987d72b7e958975cd (commit)
- Log -----------------------------------------------------------------
commit 79c6825dcf33763c4a24956ec5d39b743573f869
Author: Michal Čihař <mcihar(a)suse.cz>
Date: Tue Nov 22 14:14:34 2011 +0100
Update generated docs
commit 6da7e5c64a780fd1795cf73cdcdca9aaa84527bc
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Nov 22 12:40:36 2011 +0200
Translation update done using Pootle.
commit 5432b11c4d0c3dd083b4e454e36e2a6a6553b973
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Nov 22 12:40:25 2011 +0200
Translation update done using Pootle.
commit 49a76f8452dc406aec2146a55f3273eed1129bf6
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Nov 22 12:37:33 2011 +0200
Translation update done using Pootle.
commit 8e09ee8230ed75bd1590d73b9dd01b8d644b99a1
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Nov 21 23:37:43 2011 +0200
Translation update done using Pootle.
commit a7d40d41d19214b3ecc311db198b8f64d509f896
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Sun Nov 20 11:17:50 2011 +0200
Translation update done using Pootle.
commit 1467abbd3340c8175c1379cd1a183be55d927ac7
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:20:16 2011 +0200
Translation update done using Pootle.
commit a84bc7d363f154912fbca702ec0197292c14e252
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:19:41 2011 +0200
Translation update done using Pootle.
commit 5335b8c324acf910df87314dc858c6417a164707
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:18:56 2011 +0200
Translation update done using Pootle.
commit 878b8103a2c30881f342c102f529f95e73bcc199
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:18:43 2011 +0200
Translation update done using Pootle.
commit 5b325555cb8270994929fff44b8e84895f9ab3de
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:18:27 2011 +0200
Translation update done using Pootle.
commit f8b074e92215ea5a440eae1f30770c7b7a905632
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:18:15 2011 +0200
Translation update done using Pootle.
commit 6fbac526ced8057e22e34d1dd1171f2e5f0cd688
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:18:03 2011 +0200
Translation update done using Pootle.
commit 3c80a111b27e8923209059736c6d07362444ea2a
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:17:13 2011 +0200
Translation update done using Pootle.
commit c2c94353f04c4cfc748b45ab96a8af8c4d3d755b
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:16:46 2011 +0200
Translation update done using Pootle.
commit 193b33d14d23fcdba071baef7a0cc8ce5dbc6bfb
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:16:05 2011 +0200
Translation update done using Pootle.
commit 7b9a30fa33aa28bea3ca21a7308ed079c82c9bd5
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:15:24 2011 +0200
Translation update done using Pootle.
commit 3a35712b9a1dbd8a091192702410b16e39cecb17
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:14:59 2011 +0200
Translation update done using Pootle.
commit f57a18678a7a27f5eb3de3032be5a5c8f58d9155
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:14:47 2011 +0200
Translation update done using Pootle.
commit 6bc6059119160c50859047dfa9f34eca49a73251
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:13:48 2011 +0200
Translation update done using Pootle.
commit d0685a84a04ed85ccef09dfc8e9229e15ce359b9
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:13:09 2011 +0200
Translation update done using Pootle.
commit fdf9e7c65728ebb7a9390408ba5004698986f2ef
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sat Nov 19 15:11:58 2011 +0200
Translation update done using Pootle.
commit fc085e1a10474acd1c472afbcaa45f32c0beaca6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Nov 19 15:11:10 2011 +0200
Translation update done using Pootle.
commit 9050985edb6daa8b0a7e6e7a78c6ebe25031bc3f
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 08:03:03 2011 +0200
Translation update done using Pootle.
commit 015dc7d076bc8954338013b05ae0c078c5e62b56
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 08:02:16 2011 +0200
Translation update done using Pootle.
commit 8a7fa38560529bf01ed158499c3151dc4817bbc5
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 08:00:29 2011 +0200
Translation update done using Pootle.
commit 59da50466bd3d439a62a078c9b2570db6d93ef63
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 08:00:05 2011 +0200
Translation update done using Pootle.
commit 3d6b5e4807b66a2120aa97bfe1a709b75b54bac1
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:59:48 2011 +0200
Translation update done using Pootle.
commit 2c40ddcbf3105102c9280cb2857a13bf74cbaa84
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:57:51 2011 +0200
Translation update done using Pootle.
commit 0f8ddab3adca6ff0257a38e057c081f10b19ed8b
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:56:27 2011 +0200
Translation update done using Pootle.
commit ebc5a43f66b2e3e25215211ae546e6ff70de43b7
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:51:02 2011 +0200
Translation update done using Pootle.
commit e517611364f4d5c9f17c44171897d73fe8570350
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:49:03 2011 +0200
Translation update done using Pootle.
commit fec583001b521137f5ff7519c42cca903031d32c
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Sat Nov 19 07:00:31 2011 +0200
Translation update done using Pootle.
commit 16d488490d92f0f6be018d66b75a050211c883a2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Nov 17 15:35:41 2011 +0200
Translation update done using Pootle.
commit d35bc50e3dd488604c7484090375c520efb105c2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Nov 17 15:33:03 2011 +0200
Translation update done using Pootle.
commit 9383b32446c4b42aa9433393d5d2a770942affe1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Nov 16 18:21:43 2011 +0200
Translation update done using Pootle.
commit 5efdf68013885b2195233bb50a341d25a7fb2296
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Nov 16 18:21:25 2011 +0200
Translation update done using Pootle.
commit 861102a6cfd88e08711379667b54107a9e185c8a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Wed Nov 16 14:44:08 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
orig-docs/Documentation.html | 2 +-
output/cs/Documentation.html | 4 +-
output/de/Documentation.html | 4 +-
output/el/Documentation.html | 4 +-
output/en_GB/Documentation.html | 4 +-
output/es/Documentation.html | 13 +++---
output/fr/Documentation.html | 49 ++++++++++----------
output/it/Documentation.html | 4 +-
output/ja/Documentation.html | 41 ++++++++---------
output/pl/Documentation.html | 4 +-
output/pt_BR/Documentation.html | 12 +++---
output/tr/Documentation.html | 53 +++++++++++-----------
output/zh_CN/Documentation.html | 4 +-
po/ca.po | 8 ++--
po/cs.po | 8 ++--
po/da.po | 8 ++--
po/de.po | 8 ++--
po/el.po | 8 ++--
po/en_GB.po | 13 +++---
po/es.po | 20 +++++---
po/fi.po | 8 ++--
po/fr.po | 62 ++++++++++++++------------
po/gl.po | 8 ++--
po/hu.po | 8 ++--
po/hy.po | 8 ++--
po/it.po | 12 +++--
po/ja.po | 93 +++++++++++++++++++++-----------------
po/ka.po | 8 ++--
po/lt.po | 8 ++--
po/mn.po | 8 ++--
po/nb.po | 8 ++--
po/nl.po | 8 ++--
po/pl.po | 13 ++++--
po/pt_BR.po | 13 +++--
po/ro.po | 8 ++--
po/sk.po | 8 ++--
po/sl.po | 8 ++--
po/sv.po | 8 ++--
po/tr.po | 77 ++++++++++++++++++++------------
po/zh_CN.po | 8 ++--
po/zh_TW.po | 8 ++--
pot/ca-full.pot | 8 ++--
pot/ca-html.pot | 6 +-
pot/cs-full.pot | 8 ++--
pot/cs-html.pot | 6 +-
pot/da-full.pot | 8 ++--
pot/da-html.pot | 6 +-
pot/de-full.pot | 8 ++--
pot/de-html.pot | 6 +-
pot/el-full.pot | 8 ++--
pot/el-html.pot | 6 +-
pot/en_GB-full.pot | 8 ++--
pot/en_GB-html.pot | 6 +-
pot/es-full.pot | 8 ++--
pot/es-html.pot | 6 +-
pot/fi-full.pot | 8 ++--
pot/fi-html.pot | 6 +-
pot/fr-full.pot | 8 ++--
pot/fr-html.pot | 6 +-
pot/gl-full.pot | 8 ++--
pot/gl-html.pot | 6 +-
pot/hu-full.pot | 8 ++--
pot/hu-html.pot | 6 +-
pot/hy-full.pot | 8 ++--
pot/hy-html.pot | 6 +-
pot/it-full.pot | 8 ++--
pot/it-html.pot | 6 +-
pot/ja-full.pot | 8 ++--
pot/ja-html.pot | 6 +-
pot/ka-full.pot | 8 ++--
pot/ka-html.pot | 6 +-
pot/lt-full.pot | 8 ++--
pot/lt-html.pot | 6 +-
pot/mn-full.pot | 8 ++--
pot/mn-html.pot | 6 +-
pot/nb-full.pot | 8 ++--
pot/nb-html.pot | 6 +-
pot/nl-full.pot | 8 ++--
pot/nl-html.pot | 6 +-
pot/pl-full.pot | 8 ++--
pot/pl-html.pot | 6 +-
pot/pt_BR-full.pot | 8 ++--
pot/pt_BR-html.pot | 6 +-
pot/ro-full.pot | 8 ++--
pot/ro-html.pot | 6 +-
pot/sk-full.pot | 8 ++--
pot/sk-html.pot | 6 +-
pot/sl-full.pot | 8 ++--
pot/sl-html.pot | 6 +-
pot/sv-full.pot | 8 ++--
pot/sv-html.pot | 6 +-
pot/tr-full.pot | 8 ++--
pot/tr-html.pot | 6 +-
pot/zh_CN-full.pot | 8 ++--
pot/zh_CN-html.pot | 6 +-
pot/zh_TW-full.pot | 8 ++--
pot/zh_TW-html.pot | 6 +-
97 files changed, 549 insertions(+), 504 deletions(-)
diff --git a/orig-docs/Documentation.html b/orig-docs/Documentation.html
index 5ea336b..f38835f 100644
--- a/orig-docs/Documentation.html
+++ b/orig-docs/Documentation.html
@@ -1526,7 +1526,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
</dd>
<dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] boolean</dt>
- <dd>In light mode, defines whether to display the names of databases (in the
+ <dd>Defines whether to display the names of databases (in the
selector) using a tree, see also
<a href="#cfg_LeftFrameDBSeparator" class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index d95e2b2..c68ed8e 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -1577,8 +1577,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/de/Documentation.html b/output/de/Documentation.html
index d55a13c..b5b0d85 100644
--- a/output/de/Documentation.html
+++ b/output/de/Documentation.html
@@ -1656,8 +1656,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/el/Documentation.html b/output/el/Documentation.html
index 132fd6f..de85127 100644
--- a/output/el/Documentation.html
+++ b/output/el/Documentation.html
@@ -1578,8 +1578,8 @@ class="configrule">$cfg['LeftFrameTableSeparator']</a>
</dd>
<dt id="cfg_LeftFrameDBTree">Αληθές/Ψευδές $cfg['LeftFrameDBTree']</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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index a2422d7..ace36af 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -1580,8 +1580,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index eb36c4d..d2122fa 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -96,9 +96,9 @@ title="Frequently Asked Questions">FAQ</abbr> 2.9</a>.</li>
<li>Para soportar flujos de BLOBs, revise los requerimientos de PHP y MySQL en
<a href="#faq6_25"><abbr title="Frequently Asked Questions">FAQ</abbr>
6.25</a></li>
- <li>To support XML and Open Document Spreadsheet importing, you need PHP 5.2.17
-or newer and the <a href="http://www.php.net/libxml"><tt>libxml</tt></a>
-extension.</li>
+ <li>Para poder importar XML y Hojas de Cálculo «Open Document», necesitará PHP
+5.2.17 o más reciente y la extensión <a
+href="http://www.php.net/libxml"><tt>libxml</tt></a>.</li>
</ul>
</li>
<li><b>MySQL</b> 5.0 o superior (<a href="#faq1_17">detalles</a>);</li>
@@ -1656,9 +1656,8 @@ class="configrule">$cfg['LeftFrameTableSeparator']</a>
</dd>
<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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
@@ -3916,7 +3915,7 @@ phpmy.apache</tt>, donde phpmy es un usuario al que sólo uno le conoce la
contraseña y apache es el grupo bajo el que ejecuta Apache.
</li>
<li>
- Follow security recommendations for PHP and your webserver.
+ Siga las recomendaciones de seguridad para PHP y su servidor web.
</li>
</ul>
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index 6321711..c7df228 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -100,9 +100,9 @@ la <abbr title="Foire Aux Questions">FAQ</abbr> 2.9</a>.</li>
<li>Pour gérer le streaming de BLOB, consulter les prérequis de PHP et MySQL
dans <a href="#faq6_25"><abbr title="Foire Aux Questions">FAQ</abbr>
6.25</a>).</li>
- <li>To support XML and Open Document Spreadsheet importing, you need PHP 5.2.17
-or newer and the <a href="http://www.php.net/libxml"><tt>libxml</tt></a>
-extension.</li>
+ <li>Pour gérer l'importation de XML et de feuille de tableur Open Document, vous
+avez besoin de PHP 5.2.17 ou suivants et de l'extension <a
+href="http://www.php.net/libxml"><tt>libxml</tt></a>.</li>
</ul>
</li>
<li><b>MySQL</b> 5.0 ou ultérieur (<a
@@ -849,9 +849,10 @@ serveur MySQL (expérimental).</dd>
<dt id="controlhost">
<span id="cfg_Servers_controlhost">$cfg['Servers'][$i]['controlhost']</span>
-string<br />
+chaîne<br />
</dt>
- <dd>Permits to use an alternate host to hold the configuration storage data.</dd>
+ <dd>Permet d'utiliser un hôte alternatif pour la configuration des données de
+stockage. </dd>
<dt id="controluser">
<span id="cfg_Servers_controluser">$cfg['Servers'][$i]['controluser']</span>
@@ -1870,9 +1871,8 @@ allégé.
</dd>
<dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] booléen</dt>
- <dd>En mode allégé, définit si l'affichage des noms de
-bases de données (dans le sélecteur) se fait en utilisant un
-arbre, voir également <a href="#cfg_LeftFrameDBSeparator"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
@@ -2081,13 +2081,13 @@ limitation de taille</li>
Par défaut, l'ancien comportement est utilisé,
c'est-à-dire input.</dd>
- <dt id="cfg_MinSizeForInputField">$cfg['MinSizeForInputField'] integer</dt>
- <dd>Defines the minimum size for input fields generated for CHAR and VARCHAR
-columns.</dd>
+ <dt id="cfg_MinSizeForInputField">$cfg['MinSizeForInputField'] entier</dt>
+ <dd>Définit la taille minimale pour les champs de saisie générés pour les
+colonnes CHAR et VARCHAR.</dd>
- <dt id="cfg_MaxSizeForInputField">$cfg['MaxSizeForInputField'] integer</dt>
- <dd>Defines the maximum size for input fields generated for CHAR and VARCHAR
-columns.</dd>
+ <dt id="cfg_MaxSizeForInputField">$cfg['MaxSizeForInputField'] entier</dt>
+ <dd>Définit la taille maximale pour les champs de saisie générés pour les
+colonnes CHAR et VARCHAR.</dd>
<dt id="cfg_InsertRows">$cfg['InsertRows'] entier</dt>
<dd>Définit le nombre maximum d'entrées simultanées pour la
@@ -2746,9 +2746,9 @@ visuel, utiliser <tt>'disabled'</tt>.</dd>
utilisateurs. Pour les valeurs permises, consulter
<tt>libraries/config/user_preferences.forms.php</tt>.</dd>
- <dt id="cfg_UserprefsDeveloperTab">$cfg['UserprefsDeveloperTab'] boolean</dt>
- <dd>Activates in the user preferences a tab containing options for developers of
-phpMyAdmin.</dd>
+ <dt id="cfg_UserprefsDeveloperTab">$cfg['UserprefsDeveloperTab'] booléen</dt>
+ <dd>Active dans les préférences utilisateur un onglet contenant les options pour
+les développeurs de phpMyAdmin.</dd>
<dt id="cfg_TitleTable">$cfg['TitleTable'] chaîne</dt>
<dt id="cfg_TitleDatabase">$cfg['TitleDatabase'] chaîne</dt>
@@ -4338,7 +4338,7 @@ de passe est connu de vous seul, et <tt>apache</tt> est le groupe avec
lequel Apache est exécuté.
</li>
<li>
- Follow security recommendations for PHP and your webserver.
+ Suit les recommandations de sécurité pour PHP et votre serveur Web.
</li>
</ul>
@@ -5148,8 +5148,8 @@ class="configrule">$cfg['ForeignKeyMaxLimit']</a></tt>.</p>
<a href="#faq6_22">6.22 Signets : Puis-je exécuter
automatiquement en entrant en mode Afficher pour une table ?</a></h4>
-<p> Yes. If a bookmark has the same label as a table name and it's not a public
-bookmark, it will be executed.
+<p> Oui. Si un signet a le même libellé qu'un nom de table et qu'il n'est pas
+public, il sera exécuté.
</p>
<h4 id="faq6_23">
@@ -5240,7 +5240,7 @@ href="#cfg_Servers_verbose">configuration serveur</a></dd>
<dt><code>@TABLE@</code></dt>
<dd>Table actuellement ouverte</dd>
<dt><code>@COLUMNS@</code></dt>
- <dd>Columns of the currently opened table</dd>
+ <dd>Colonnes de la table actuellement ouverte</dd>
<dt><code>@PHPMYADMIN@</code></dt>
<dd>Version de phpMyAdmin</dd>
</dl>
@@ -5696,7 +5696,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<li>Marc Delisle <marc_at_infomarc.info>
<ul>
- <li>multi-language version in December 1998</li>
+ <li>version multilingue de décembre 1998</li>
<li>diverses corrections et améliorations</li>
<li>analyseur <abbr title="structured query language">SQL</abbr>(la plupart)</li>
<li>mainteneur actuel du projet</li>
@@ -5960,8 +5960,9 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Rouslan Placella (Google Summer of Code 2011)
<ul>
- <li>Improved support for Stored Routines, Triggers and Events</li>
- <li>Italian translation updates</li>
+ <li>Support amélioré pour les routines stockées, les déclencheurs et les
+événements</li>
+ <li>mises à jour de la traduction italienne</li>
</ul></li>
</ul>
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index 44a4a76..e649b38 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -1615,8 +1615,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/ja/Documentation.html b/output/ja/Documentation.html
index 633d95d..6a6e755 100644
--- a/output/ja/Documentation.html
+++ b/output/ja/Documentation.html
@@ -89,9 +89,8 @@ href="http://www.php.net/mcrypt"><tt>mcrypt</tt></a>
2.9</a>を参照してください。</li>
<li>BLOB ストリームをサポートするには、<a href="#faq6_25"><abbr title="よくある質問">FAQ</abbr>
6.25</a> にある PHP と MySQL の必要構成を参照してください。</li>
- <li>To support XML and Open Document Spreadsheet importing, you need PHP 5.2.17
-or newer and the <a href="http://www.php.net/libxml"><tt>libxml</tt></a>
-extension.</li>
+ <li>XML と OpenDocument スプレッドシートのインポートをサポートするには、PHP 5.2.17 以降および <a
+href="http://www.php.net/libxml"><tt>libxml</tt></a> 拡張が必要です。</li>
</ul>
</li>
<li><b>MySQL</b> 5.0 以降 (<a href="#faq1_17">詳細</a>)</li>
@@ -265,7 +264,7 @@ mv config/config.inc.php . # カレントディレクトリにファイ
chmod o-rw config.inc.php # 誰でも読み書きできる権限を削除
rm -rf config # 必要なくなったディレクトリを削除
</pre>
- 今すぐその設定ファイルを使用しても構いませんが、設定ファイルをエディタで確認したり編集したりすることもできます。セットアップスクリプトが提供していない一部の高度なオプションの設定などが行えます。</li></ul></li>
+ すぐその設定ファイルを使用しても構いませんが、設定ファイルをエディタで確認したり編集したりすることもできます。セットアップスクリプトが提供していない一部の高度なオプションの設定などが行えます。</li></ul></li>
<li>認証タイプ (<tt>auth_type</tt>) に「config」を使用する場合、phpMyAdmin
をインストールしたディレクトリを保護することを提案します。なぜなら、config 認証を使用するというのは、インストールされた phpMyAdmin
にアクセスするのに、ユーザはパスワードの入力を必要としないからです。<a href="#glossary"><i>.htaccess</i></a>
@@ -395,13 +394,13 @@ class="configrule">$cfg['Servers']</a> 配列のユーザ/パスワード項
<ul><li>基本 <abbr title="ハイパーテキスト転送プロトコル">HTTP</abbr> 認証を利用することで、有効な MySQL
ユーザのいずれかとしてログインできるようになります。</li>
- <li>ほとんどの PHP の設定でサポートされています。 <abbr title="Internet Information
+ <li>ほとんどの PHP の設定でサポートされています。<abbr title="Internet Information
Services">IIS</abbr> (<abbr title="Internet Server Application Programming
-Interface">ISAPI</abbr>) での <abbr title="Common Gateway
-Interface">CGI</abbr> 版 PHPの使用をサポートに関しては <a href="#faq1_32"><abbr
-title="よくある質問">FAQ</abbr> 1.32</a> を参照してください。Apache での <abbr title="Common
-Gateway Interface">CGI</abbr> の使用に関しては、<a href="#faq1_35"><abbr
-title="よくある質問">FAQ</abbr> 1.35</a> を参照してください。</li>
+Interface">ISAPI</abbr>) での <abbr title="コモン・ゲートウェイ・インタフェース">CGI</abbr> 版
+PHP の使用をサポートに関しては <a href="#faq1_32"><abbr title="よくある質問">FAQ</abbr>
+1.32</a> を参照してください。Apache での <abbr title="コモン・ゲートウェイ・インタフェース">CGI</abbr>
+の使用に関しては、<a href="#faq1_35"><abbr title="よくある質問">FAQ</abbr> 1.35</a>
+を参照してください。</li>
<li><a href="#faq4_4"><abbr title="よくある質問">FAQ</abbr> 4.4</a> もご覧ください。「<abbr
title="ハイパーテキスト転送プロトコル">HTTP</abbr>」認証モードと <i>.htaccess</i> 機構は併用しないようにします。</li>
</ul>
@@ -1309,9 +1308,9 @@ class="configrule">$cfg['LeftFrameTableSeparator']</a>
</dd>
<dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] 論理型</dt>
- <dd>軽快モードのときに(セレクターの)データベース名をツリー表示するかどうかを定義します。<a
-href="#cfg_LeftFrameDBSeparator"
-class="configrule">$cfg['LeftFrameDBSeparator']</a> もご覧ください。
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
+class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
<dt id="cfg_LeftFrameDBSeparator">$cfg['LeftFrameDBSeparator'] 文字列または配列</dt>
@@ -2273,7 +2272,7 @@ title="よくある質問">FAQ</abbr> 1.1</a> もご覧ください。<br />
Services">IIS</abbr> 上で使うと、「The specified <abbr
title="コモン・ゲートウェイ・インタフェース">CGI</abbr> application misbehaved by not
returning a complete set of <abbr title="ハイパーテキスト転送プロトコル">HTTP</abbr>
-headers ... (指定した <abbr title="Common Gateway Interface">CGI</abbr>
+headers ... (指定した <abbr title="コモン・ゲートウェイ・インタフェース">CGI</abbr>
にはエラーがあります。<abbr title="ハイパーテキスト転送プロトコル">HTTP</abbr>
ヘッダが不完全です。)」というエラーメッセージが表示されます。</a>
</h4>
@@ -2453,8 +2452,8 @@ Configuration(MySQL 拡張を読み込めません。PHP の設定を確認し
ふつう、この問題は「PHP-MySQL」とかなんとかという名前のソフトウェアパッケージをインストールすれば解決します。</p>
<h4 id="faq1_21">
- <a href="#faq1_21">1.21 <abbr title="Common Gateway Interface">CGI</abbr> 版の
-PHP を Unix 環境で稼動させているのですが、クッキー認証を使ったログインができません。</a></h4>
+ <a href="#faq1_21">1.21 <abbr title="コモン・ゲートウェイ・インタフェース">CGI</abbr> 版の PHP を
+Unix 環境で稼動させているのですが、クッキー認証を使ったログインができません。</a></h4>
<p> <i>php.ini</i> の <tt>mysql.max_links</tt> を 1 より大きな値にしてください。</p>
@@ -3101,7 +3100,7 @@ title="ハイパーテキスト転送プロトコル">HTTP</abbr> 認証ない
にはあなただけがパスワードを知っているユーザ、apache には Apache を実行しているグループが入ります。
</li>
<li>
- Follow security recommendations for PHP and your webserver.
+ PHP およびご使用のブラウザのセキュリティ推奨を保つようにしてください。
</li>
</ul>
@@ -4373,8 +4372,8 @@ MySQL
に主キーを指定できるようにしたらどうかと薦めてくださったのも彼です。バージョン 1.1.1
にはバグレポートだけでなくldi_*.php3-set(テキストファイルのインポート)も提供してくださいました。小さな改善も多数いただいています。
</li>
- <li>Jan Legenhausen <jan_at_nrw.net>。1.3.0
-で導入された変更点の大部分を作ってくださいました(特に重要なものとしては認証があります)。1.4.1
+ <li>Jan Legenhausen <jan_at_nrw.net>。バージョン 1.3.0 で導入された変更点の大部分を作ってくださいました
+(特に重要なものとしては認証があります)。バージョン 1.4.1
ではテーブルダンプ機能を増強してくださいました。バグフィックスや援助も多数いただいています。
</li>
<li>Marc Delisle
@@ -4427,8 +4426,8 @@ href="http://ja.wikipedia.org/wiki/%E3%82%A6%E3%82%A7%E3%83%96%E3%83%96%E3%83%A9
上のウェブサイトでウェブページに一般的に置かれているテキスト、画像、その他の情報をユーザに対して表示や双方向通信することができるアプリケーション</li>
<li><a href="http://ja.wikipedia.org/wiki/Bzip2">bzip2</a> - Julian Seward
氏により開発されたフリーソフトウェアでオープンソースのデータ圧縮アルゴリズムおよびプログラム</li>
- <li><a href="http://ja.wikipedia.org/wiki/Common_Gateway_Interface">CGI (Common
-Gateway Interface)</a> -
+ <li><a href="http://ja.wikipedia.org/wiki/Common_Gateway_Interface">CGI
+(コモン・ゲートウェイ・インタフェース)</a> -
ウェブサーバー上で実行されるプログラムでクライアントのウェブブラウザのデータを要求に応えることができる重要な World Wide Web 技術</li>
<li><a href="http://www.wikipedia.org/wiki/Changelog">変更履歴</a> -
プロジェクトに加えられた変更の記録</li>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index 2b2a70c..84e292b 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -1625,8 +1625,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 349d88d..56aebbf 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -1640,8 +1640,8 @@ class="configrule">$cfg['LeftFrameTableSeparator']</a>
</dd>
<dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] booleano</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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
@@ -1767,9 +1767,9 @@ and 'both' displays both icons and text.</dd>
button in browse mode or not.</dd>
<dt id="cfg_MaxRows">$cfg['MaxRows'] inteiro</dt>
- <dd>Number of rows displayed when browsing a result set. If the result set
-contains more rows, "Previous" and "Next" links will be
-shown.</dd>
+ <dd>Número de linhas exibidas ao navegar o resultado encontrado. Se o resultado
+conter mais linhas, "Anteriores" e "Próximos" links
+serão apresentados.</dd>
<dt id="cfg_Order">$cfg['Order'] string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
<dd>Defines whether columns are displayed in ascending (<tt>ASC</tt>) order, in
@@ -5195,7 +5195,7 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Lori Lee (Google Summer of Code 2010)
<ul>
<li>Melhorias na interface de usuário</li>
- <li>ENUM/SET editor</li>
+ <li>Editor ENUM/SET</li>
<li>Simplified interface for export/import</li>
</ul></li>
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index 7a8d95d..82d7744 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -98,9 +98,9 @@ sebep olacaktır.
title="Sıkça Sorulan Sorular">SSS</abbr> 2.9</a>'a bakın.</li>
<li>BLOB akışı desteği için <a href="#faq6_25"> <abbr title="Sıkça Sorulan
Sorular">SSS</abbr> 6.25</a>'teki PHP ve MySQL gereksinimlerine bakın.</li>
- <li>To support XML and Open Document Spreadsheet importing, you need PHP 5.2.17
-or newer and the <a href="http://www.php.net/libxml"><tt>libxml</tt></a>
-extension.</li>
+ <li>XML ve Open Belgesi Çalışma Sayfası içe aktarma desteği için PHP 5.2.17 veya
+daha yenisine ve <a href="http://www.php.net/libxml"><tt>libxml</tt></a>
+uzantısına ihtiyacınız var.</li>
</ul>
</li>
<li><b>MySQL</b> 5.0 veya daha yenisi (<a href="#faq1_17">ayrıntılar</a>);</li>
@@ -1638,10 +1638,9 @@ klasörleri görüntülemek için özelliği kullanabilirsiniz
</dd>
<dt id="cfg_LeftFrameDBTree">$cfg['LeftFrameDBTree'] boolean</dt>
- <dd>Sade kipte ağaç görünümü kullanarak veritabanı adlarını (seçicide)
-görüntülemek gerekirse tanımlar, aynı zamanda <a
-href="#cfg_LeftFrameDBSeparator"
-class="configrule">$cfg['LeftFrameDBSeparator']</a>'e bakın.
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
+class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
<dt id="cfg_LeftFrameDBSeparator">$cfg['LeftFrameDBSeparator'] dizgi veya dizilim</dt>
@@ -2583,7 +2582,7 @@ tanımlanan işlevler.</dd>
<!-- TRANSFORMATIONS -->
-<h2 id="transformations">Dönüştürmeler</h2>
+<h2 id="transformations">Dönüşümler</h2>
<ol><li><a href="#transformationsintro">Giriş</a></li>
<li><a href="#transformationshowto">Kullanım</a></li>
@@ -2592,32 +2591,32 @@ tanımlanan işlevler.</dd>
<h3 id="transformationsintro">1. Giriş</h3>
-<p> Dönüştürmeleri etkinleştirmek için <tt>column_info</tt> tablosunu ve doğru
+<p> Dönüşümleri etkinleştirmek için <tt>column_info</tt> tablosunu ve doğru
yönergeleri ayarlamalısınız. Lütfen bunun nasıl yapılacağını <a
href="#config">Yapılandırma bölümünden</a> bakın.</p>
-<p> You can apply different transformations to the contents of each column. The
-transformation will take the content of each column and transform it with
-certain rules defined in the selected transformation.</p>
+<p> Her bir sütunun içeriklerine farklı dönüşümleri uygulayabilirsiniz. Dönüşüm
+her bir sütunun içeriğini alacaktır ve seçili dönüşümler içinde tanımlanmış
+belirli kurallar çerçevesinde bunu dönüştürecektir.</p>
-<p> Say you have a column 'filename' which contains a filename. Normally you
-would see in phpMyAdmin only this filename. Using transformations you can
-transform that filename into a HTML link, so you can click inside of the
-phpMyAdmin structure on the column's link and will see the file displayed in
-a new browser window. Using transformation options you can also specify
-strings to append/prepend to a string or the format you want the output
-stored in.</p>
+<p> Bir dosya adı içeren 'dosyaadi' sütunu var sayın. Normal olarak phpMyAdmin
+içinde sadece bu dosya adını görecektiniz. Dönüşümleri kullanarak dosya
+adını HTML bağlantısına dönüştürebilirsiniz, böylece sütunun bağlantısında
+phpMyAdmin yapısının içerisine tıklayabilirsiniz ve dosyanın yeni bir
+tarayıcı penceresinde görüntülendiğini göreceksiniz. Dönüştürme
+seçeneklerini kullanarak aynı zamanda bir dizgiye eklemek/başına eklemek
+için dizgileri ya da istediğiniz depolanan çıktı biçimini belirtebilirsiniz.</p>
-<p> For a general overview of all available transformations and their options,
-you can consult your
-<i><www.your-host.com>/<your-install-dir>/transformation_overview.php</i>
-installation.</p>
+<p> Tüm kullanılabilir dönüşümlere genel bir bakış ve seçenekleri için
+<i><www.anamakineniz.com>/<kurulum-dizininiz>/transformation_overview.php</i>
+kurulumuna başvurabilirsiniz.</p>
-<p> For a tutorial on how to effectively use transformations, see our <a
-href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the
-official phpMyAdmin homepage.</p>
+<p> Dönüşümleri nasıl etkili olarak kullanabileceğinizle ilgili eğitim için
+resmi phpMyAdmin ana sayfamazdaki bizim <a
+href="http://www.phpmyadmin.net/home_page/docs.php">Bağlantı bölümüne</a>
+bakın.</p>
-<h3 id="transformationshowto">2. Usage</h3>
+<h3 id="transformationshowto">2. Kullanım</h3>
<p> Go to your <i>tbl_structure.php</i> page (i.e. reached through clicking on
the 'Structure' link for a table). There click on "Change" (or
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index 49b7fc2..0210679 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -1278,8 +1278,8 @@ 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"
+ <dd>Defines whether to display the names of databases (in the selector) using a
+tree, see also <a href="#cfg_LeftFrameDBSeparator"
class="configrule">$cfg['LeftFrameDBSeparator']</a>.
</dd>
diff --git a/po/ca.po b/po/ca.po
index 0be6bc0..1f58f64 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-11 10:28+0100\n"
+"POT-Creation-Date: 2011-11-22 13:50+0100\n"
"PO-Revision-Date: 2011-02-23 09:58+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: none\n"
@@ -3189,9 +3189,9 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1529
msgid ""
-"In light mode, defines whether to display the names of databases (in the "
-"selector) using a tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class="
-"\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
+"Defines whether to display the names of databases (in the selector) using a "
+"tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class=\"configrule\">"
+"$cfg['LeftFrameDBSeparator']</a>."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/cs.po b/po/cs.po
index 64a0d13..8cafcc8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-11 10:28+0100\n"
+"POT-Creation-Date: 2011-11-22 13:50+0100\n"
"PO-Revision-Date: 2011-09-07 11:04+0200\n"
"Last-Translator: <asick(a)seznam.cz>\n"
"Language-Team: Czech <cs(a)li.org>\n"
@@ -3441,9 +3441,9 @@ msgstr "$cfg['LeftFrameDBTree'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1529
msgid ""
-"In light mode, defines whether to display the names of databases (in the "
-"selector) using a tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class="
-"\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
+"Defines whether to display the names of databases (in the selector) using a "
+"tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class=\"configrule\">"
+"$cfg['LeftFrameDBSeparator']</a>."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/da.po b/po/da.po
index 80bc680..784d566 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-11 10:29+0100\n"
+"POT-Creation-Date: 2011-11-22 13:50+0100\n"
"PO-Revision-Date: 2011-08-31 07:59+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -3156,9 +3156,9 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1529
msgid ""
-"In light mode, defines whether to display the names of databases (in the "
-"selector) using a tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class="
-"\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
+"Defines whether to display the names of databases (in the selector) using a "
+"tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" class=\"configrule\">"
+"$cfg['LeftFrameDBSeparator']</a>."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/de.po b/po/de.po
index f91ee44..3d97fd7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-11 10:28+01 lists.sourceforge.net\n"