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

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-731-gea3af83
by Marc Delisle 04 May '11
by Marc Delisle 04 May '11
04 May '11
The branch, master has been updated
via ea3af8325e2814641dce1e4f6dc8e22d9d286523 (commit)
from 5188c435b34a3cf5f10726b62f20d4d71d5d300a (commit)
- Log -----------------------------------------------------------------
commit ea3af8325e2814641dce1e4f6dc8e22d9d286523
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed May 4 12:53:00 2011 -0400
tabcaution no longer exists
-----------------------------------------------------------------------
Summary of changes:
themes/original/css/theme_right.css.php | 18 ++----------------
themes/pmahomme/css/theme_right.css.php | 18 ++----------------
2 files changed, 4 insertions(+), 32 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 6e3a756..406dc9d 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -700,19 +700,6 @@ ul#topmenu span.tab {
color: #666666;
}
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
- color: #ff6666;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu a.tabcaution {
- color: #FF0000;
-}
-ul#topmenu a.tabcaution:hover {
- color: #FFFFFF;
- background-color: #FF0000;
-}
fieldset.caution a {
color: #FF0000;
}
@@ -796,10 +783,9 @@ ul#topmenu > li.active {
border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
}
-/* disabled drop/empty tabs */
+/* disabled tabs */
ul#topmenu span.tab,
-a.error,
-ul#topmenu span.tabcaution {
+a.error {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
<?php } ?>
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 41d0fbb..a2035c3 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -894,19 +894,6 @@ ul#topmenu span.tab {
color: #666666;
}
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
- color: #ff6666;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu a.tabcaution {
- color: #FF0000;
-}
-ul#topmenu a.tabcaution:hover {
- color: #FFFFFF;
- background-color: #FF0000;
-}
fieldset.caution a {
color: #FF0000;
}
@@ -990,10 +977,9 @@ ul#topmenu > li.active {
border-right:0px;
}
-/* disabled drop/empty tabs */
+/* disabled tabs */
ul#topmenu span.tab,
-a.error,
-ul#topmenu span.tabcaution {
+a.error {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc;
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-730-g5188c43
by Marc Delisle 04 May '11
by Marc Delisle 04 May '11
04 May '11
The branch, master has been updated
via 5188c435b34a3cf5f10726b62f20d4d71d5d300a (commit)
from 9e4118d7bf46b79b739e5b739ea7206737719fb8 (commit)
- Log -----------------------------------------------------------------
commit 5188c435b34a3cf5f10726b62f20d4d71d5d300a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed May 4 12:48:45 2011 -0400
Put back the red X displayed on some menu tabs when the action is not possible
-----------------------------------------------------------------------
Summary of changes:
themes/original/css/theme_right.css.php | 2 +-
themes/pmahomme/css/theme_right.css.php | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 431adbc..6e3a756 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -798,7 +798,7 @@ ul#topmenu > li.active {
/* disabled drop/empty tabs */
ul#topmenu span.tab,
-a.warning,
+a.error,
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 80ac42d..41d0fbb 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -992,6 +992,7 @@ ul#topmenu > li.active {
/* disabled drop/empty tabs */
ul#topmenu span.tab,
+a.error,
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-729-g9e4118d
by Michal Čihař 04 May '11
by Michal Čihař 04 May '11
04 May '11
The branch, master has been updated
via 9e4118d7bf46b79b739e5b739ea7206737719fb8 (commit)
via 4daeed16cf5064cb108515925964a5f4e94d04b3 (commit)
via 792b8c9b4897253b924aef7f04d8cafbabad1e6b (commit)
via f0694c55d89fa2327aedf6c14797fdda1a55e78b (commit)
via 837f7a2a03c6df438d6421fe38e6bcd8ce612225 (commit)
via e8611ba2ab794211e562f8e30dc46fe02e9fec9d (commit)
via da180b71682946b77ecfd5217c72ebc0d8e6b313 (commit)
via 40a6a74950d7a9be342d6c6efe6feae4408ced15 (commit)
via 1cb134efdd11fc8a6a1136fd18114c5c05a384db (commit)
via 00937c3d60231d31686dbadb78ba0b979fda08f3 (commit)
via a05af887b41482a85683e740205ca5fcf7ab3fa5 (commit)
via 447f8bc129639afe58679e20c8235d30023e7d62 (commit)
via 39b8b27eb76703370f9d02099c1ae1d8a4da0fb9 (commit)
via 3dcc2c70373c3dd5940186d2d9222178bd0d073f (commit)
via 88c2a814ba14e84f1e15d5a2c9a1da96eb131467 (commit)
via c29d9ac4ac6236e84bb4c1a889eba588d3cb8bbc (commit)
via 0645926cb610eef4f46ce3743f739add7f972628 (commit)
via 396c57e6540e5b2eef17e1378846156f989df9dd (commit)
via f76a8f78862d8a013833f5130ea442dd8f3ebc42 (commit)
via 22073192132b3d14b59f06cf9bb901a8a2b03ff3 (commit)
via ddbca2f3cf2b121a79df2fcfab53ca0cbbcbd6a5 (commit)
via 5d9faad8065cb63cca783cadbf613fb46893037d (commit)
via 749b3afd9114ad8047ab5e7260cd715f48c503e4 (commit)
via 0b5a7b31227bc50997596443722884c66dc5b72e (commit)
via c366eadcf9ff7a8745baa0d846968b1a22568806 (commit)
via d48c4a532abf94f5079ecae1208436e51a2981c6 (commit)
via a280913b0a7b8227d039e86d22332e43d61e46de (commit)
via 31ca316d6dfb63800928e1ce4436c332278442f2 (commit)
via eae3f1d6a6c7dbbacfb68e25ef1516cfe3ea33ea (commit)
via 3df7aaf8fed49eff5a6ac1e52426661bb71fcdac (commit)
via f85c9425d08e4a5dea0b8fd52f725534efebe1cc (commit)
via f096ca87533695740cf09bca1ae3586e09e7bc00 (commit)
via bc2c123be3174ea6c1eeecc16625128129715563 (commit)
via 5475d6c8efa232e5f5a82a570a26d45727935312 (commit)
via 401e2d21265e5f5ba765d086d806089816e10ef1 (commit)
via 22fea12750188134d39e055d26fa41c3995938f7 (commit)
via 8f435c2fb1136f42134bfc2a2318f997df6e01aa (commit)
via cdd03a5629153bb90b53cf4f490986b9df1a1dc1 (commit)
via 4972ef622cb8c7cd3cf21b5a37dc65a80156c9cc (commit)
via c83649280c3fa9af2fa4997d0b6a3f2ed6e64bcb (commit)
via be106f057f5d71001fa8b86feb8662ac53e85d8d (commit)
via b8d845b507d95b572990a8e6a17d7ec1e50e41f8 (commit)
via 790c52cb0e86d53bc28d865a822082b627ee8826 (commit)
via 73f06f5a72b2eaffe045d2a75f28c8aed0b1b4e4 (commit)
via 8a988bace118ecf5989d96809ce83c75d0910989 (commit)
via 34ca4df82aedb8e0eafa4ad7baa7104229bd3fa5 (commit)
via 8abdfe7799bad1de4a96514daf5803df31a99611 (commit)
via 69f3b5ac1656c6cddecb846ebaa3602b7bb8bab3 (commit)
via 72b2e6909fa42405f8d5f01eaa3e011e9e3754a4 (commit)
via 4aae88b565720d2d4ddc0eb015a217b994d186a9 (commit)
via 2d6c3974771a0f09481ff5c8d895e0eb31195fb2 (commit)
via a0c222465de70f1a5cc5be76edde33725fc422aa (commit)
via ad0949d2c8012f70adc883d5ea7b3022ef236031 (commit)
via 61176d901e02e846f7d97c50606d1f10537be8d9 (commit)
via 09eee5758cfa3bda1590b1a1227c449e250dcf01 (commit)
via 333b6ecebea959bc51d57ed0cf6e325b28acda5b (commit)
from 082d410d253dd9ccdc90870d9acdd29e6a6cc30d (commit)
- Log -----------------------------------------------------------------
commit 9e4118d7bf46b79b739e5b739ea7206737719fb8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:56:21 2011 +0200
Translation update done using Pootle.
commit 4daeed16cf5064cb108515925964a5f4e94d04b3
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:49:18 2011 +0200
Translation update done using Pootle.
commit 792b8c9b4897253b924aef7f04d8cafbabad1e6b
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:41:17 2011 +0200
Translation update done using Pootle.
commit f0694c55d89fa2327aedf6c14797fdda1a55e78b
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:40:47 2011 +0200
Translation update done using Pootle.
commit 837f7a2a03c6df438d6421fe38e6bcd8ce612225
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:40:24 2011 +0200
Translation update done using Pootle.
commit e8611ba2ab794211e562f8e30dc46fe02e9fec9d
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:40:12 2011 +0200
Translation update done using Pootle.
commit da180b71682946b77ecfd5217c72ebc0d8e6b313
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:39:32 2011 +0200
Translation update done using Pootle.
commit 40a6a74950d7a9be342d6c6efe6feae4408ced15
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:38:19 2011 +0200
Translation update done using Pootle.
commit 1cb134efdd11fc8a6a1136fd18114c5c05a384db
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:37:58 2011 +0200
Translation update done using Pootle.
commit 00937c3d60231d31686dbadb78ba0b979fda08f3
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:37:26 2011 +0200
Translation update done using Pootle.
commit a05af887b41482a85683e740205ca5fcf7ab3fa5
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:36:43 2011 +0200
Translation update done using Pootle.
commit 447f8bc129639afe58679e20c8235d30023e7d62
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:35:32 2011 +0200
Translation update done using Pootle.
commit 39b8b27eb76703370f9d02099c1ae1d8a4da0fb9
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:35:15 2011 +0200
Translation update done using Pootle.
commit 3dcc2c70373c3dd5940186d2d9222178bd0d073f
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:34:51 2011 +0200
Translation update done using Pootle.
commit 88c2a814ba14e84f1e15d5a2c9a1da96eb131467
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:33:47 2011 +0200
Translation update done using Pootle.
commit c29d9ac4ac6236e84bb4c1a889eba588d3cb8bbc
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:33:26 2011 +0200
Translation update done using Pootle.
commit 0645926cb610eef4f46ce3743f739add7f972628
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:33:00 2011 +0200
Translation update done using Pootle.
commit 396c57e6540e5b2eef17e1378846156f989df9dd
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:31:44 2011 +0200
Translation update done using Pootle.
commit f76a8f78862d8a013833f5130ea442dd8f3ebc42
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:25:37 2011 +0200
Translation update done using Pootle.
commit 22073192132b3d14b59f06cf9bb901a8a2b03ff3
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:25:27 2011 +0200
Translation update done using Pootle.
commit ddbca2f3cf2b121a79df2fcfab53ca0cbbcbd6a5
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:24:53 2011 +0200
Translation update done using Pootle.
commit 5d9faad8065cb63cca783cadbf613fb46893037d
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:23:53 2011 +0200
Translation update done using Pootle.
commit 749b3afd9114ad8047ab5e7260cd715f48c503e4
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:22:56 2011 +0200
Translation update done using Pootle.
commit 0b5a7b31227bc50997596443722884c66dc5b72e
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:22:11 2011 +0200
Translation update done using Pootle.
commit c366eadcf9ff7a8745baa0d846968b1a22568806
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:21:46 2011 +0200
Translation update done using Pootle.
commit d48c4a532abf94f5079ecae1208436e51a2981c6
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:21:18 2011 +0200
Translation update done using Pootle.
commit a280913b0a7b8227d039e86d22332e43d61e46de
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:20:03 2011 +0200
Translation update done using Pootle.
commit 31ca316d6dfb63800928e1ce4436c332278442f2
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:17:13 2011 +0200
Translation update done using Pootle.
commit eae3f1d6a6c7dbbacfb68e25ef1516cfe3ea33ea
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:13:11 2011 +0200
Translation update done using Pootle.
commit 3df7aaf8fed49eff5a6ac1e52426661bb71fcdac
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:08:54 2011 +0200
Translation update done using Pootle.
commit f85c9425d08e4a5dea0b8fd52f725534efebe1cc
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:08:27 2011 +0200
Translation update done using Pootle.
commit f096ca87533695740cf09bca1ae3586e09e7bc00
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:05:51 2011 +0200
Translation update done using Pootle.
commit bc2c123be3174ea6c1eeecc16625128129715563
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:04:50 2011 +0200
Translation update done using Pootle.
commit 5475d6c8efa232e5f5a82a570a26d45727935312
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:03:03 2011 +0200
Translation update done using Pootle.
commit 401e2d21265e5f5ba765d086d806089816e10ef1
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:01:54 2011 +0200
Translation update done using Pootle.
commit 22fea12750188134d39e055d26fa41c3995938f7
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 14:01:10 2011 +0200
Translation update done using Pootle.
commit 8f435c2fb1136f42134bfc2a2318f997df6e01aa
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:59:59 2011 +0200
Translation update done using Pootle.
commit cdd03a5629153bb90b53cf4f490986b9df1a1dc1
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:57:37 2011 +0200
Translation update done using Pootle.
commit 4972ef622cb8c7cd3cf21b5a37dc65a80156c9cc
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:56:12 2011 +0200
Translation update done using Pootle.
commit c83649280c3fa9af2fa4997d0b6a3f2ed6e64bcb
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:55:22 2011 +0200
Translation update done using Pootle.
commit be106f057f5d71001fa8b86feb8662ac53e85d8d
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:54:47 2011 +0200
Translation update done using Pootle.
commit b8d845b507d95b572990a8e6a17d7ec1e50e41f8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:53:05 2011 +0200
Translation update done using Pootle.
commit 790c52cb0e86d53bc28d865a822082b627ee8826
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:43:09 2011 +0200
Translation update done using Pootle.
commit 73f06f5a72b2eaffe045d2a75f28c8aed0b1b4e4
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:39:38 2011 +0200
Translation update done using Pootle.
commit 8a988bace118ecf5989d96809ce83c75d0910989
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:37:41 2011 +0200
Translation update done using Pootle.
commit 34ca4df82aedb8e0eafa4ad7baa7104229bd3fa5
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:33:32 2011 +0200
Translation update done using Pootle.
commit 8abdfe7799bad1de4a96514daf5803df31a99611
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:31:50 2011 +0200
Translation update done using Pootle.
commit 69f3b5ac1656c6cddecb846ebaa3602b7bb8bab3
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:30:52 2011 +0200
Translation update done using Pootle.
commit 72b2e6909fa42405f8d5f01eaa3e011e9e3754a4
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:21:21 2011 +0200
Translation update done using Pootle.
commit 4aae88b565720d2d4ddc0eb015a217b994d186a9
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:19:28 2011 +0200
Translation update done using Pootle.
commit 2d6c3974771a0f09481ff5c8d895e0eb31195fb2
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:19:03 2011 +0200
Translation update done using Pootle.
commit a0c222465de70f1a5cc5be76edde33725fc422aa
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:17:49 2011 +0200
Translation update done using Pootle.
commit ad0949d2c8012f70adc883d5ea7b3022ef236031
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:15:44 2011 +0200
Translation update done using Pootle.
commit 61176d901e02e846f7d97c50606d1f10537be8d9
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:13:28 2011 +0200
Translation update done using Pootle.
commit 09eee5758cfa3bda1590b1a1227c449e250dcf01
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:10:06 2011 +0200
Translation update done using Pootle.
commit 333b6ecebea959bc51d57ed0cf6e325b28acda5b
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed May 4 13:03:12 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/si.po | 154 ++++++++++++++++++++++++++------------------------------------
1 files changed, 64 insertions(+), 90 deletions(-)
diff --git a/po/si.po b/po/si.po
index 788d67f..928acef 100644
--- a/po/si.po
+++ b/po/si.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc2-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-21 14:27+0200\n"
-"PO-Revision-Date: 2011-05-03 16:37+0200\n"
+"PO-Revision-Date: 2011-05-04 14:56+0200\n"
"Last-Translator: Madhura Jayaratne <madhura.cj(a)gmail.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
"Language: si\n"
@@ -938,7 +938,7 @@ msgstr "තේරීම අවලංගු කිරීමට ක්ලික්
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:195
msgid "\"DROP DATABASE\" statements are disabled."
-msgstr "\"DROP DATABASE\" statements are disabled."
+msgstr "\"DROP DATABASE\" ප්රකාශ අක්රීය කර ඇත."
#: js/messages.php:30 libraries/mult_submits.inc.php:242 sql.php:293
msgid "Do you really want to "
@@ -953,10 +953,9 @@ msgid "Dropping Event"
msgstr ""
#: js/messages.php:33
-#, fuzzy
#| msgid "Procedures"
msgid "Dropping Procedure"
-msgstr "ක්රියාපටිපාටිය"
+msgstr "ක්රියාපටිපාටිය හලමින්"
#: js/messages.php:35
msgid "Deleting tracking data"
@@ -1829,7 +1828,7 @@ msgstr "වරප්රසාද පරීක්ෂා කරන්න"
#: libraries/chart.lib.php:40
msgid "Query statistics"
-msgstr "විමසුම් සංඛ්යානය"
+msgstr "විමසුම් සංඛ්යාලේඛන"
#: libraries/chart.lib.php:63
msgid "Query execution time comparison (in microseconds)"
@@ -2400,7 +2399,7 @@ msgstr ""
#: libraries/config/messages.inc.php:41 setup/frames/config.inc.php:25
#: setup/frames/index.inc.php:153
msgid "Configuration file"
-msgstr ""
+msgstr "වින්යාස ගොනුව"
#: libraries/config/messages.inc.php:42
msgid ""
@@ -2417,9 +2416,8 @@ msgid "Debug SQL"
msgstr "SQL නිදොසන්න"
#: libraries/config/messages.inc.php:45
-#, fuzzy
msgid "Default display direction"
-msgstr "දත්තගබඩා අපනයන විකල්ප"
+msgstr "පෙරනිමි දර්ශන දිශාව"
#: libraries/config/messages.inc.php:46
msgid ""
@@ -2436,27 +2434,24 @@ msgid "Tab that is displayed when entering a database"
msgstr ""
#: libraries/config/messages.inc.php:49
-#, fuzzy
msgid "Default database tab"
-msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න"
+msgstr "පෙරනිමි දත්තගබඩා ටැබය"
#: libraries/config/messages.inc.php:50
msgid "Tab that is displayed when entering a server"
msgstr ""
#: libraries/config/messages.inc.php:51
-#, fuzzy
msgid "Default server tab"
-msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න"
+msgstr "පෙරනිමි සේවාදායක ටැබය"
#: libraries/config/messages.inc.php:52
msgid "Tab that is displayed when entering a table"
msgstr ""
#: libraries/config/messages.inc.php:53
-#, fuzzy
msgid "Default table tab"
-msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න"
+msgstr "පෙරනිමි වගු ටැබය"
#: libraries/config/messages.inc.php:54
msgid "Show binary contents as HEX by default"
@@ -2493,10 +2488,9 @@ msgid "Edit in window"
msgstr "මීලඟ පේළිය එක් කරන්න"
#: libraries/config/messages.inc.php:62
-#, fuzzy
#| msgid "Display Features"
msgid "Display errors"
-msgstr "දර්ශන ලක්ෂණ"
+msgstr "දෝෂ පෙන්වන්න"
#: libraries/config/messages.inc.php:63
msgid "Gather errors"
@@ -2546,10 +2540,9 @@ msgstr "Compression"
#: libraries/export/latex.php:71 libraries/export/ods.php:24
#: libraries/export/odt.php:57 libraries/export/texytext.php:27
#: libraries/export/xls.php:24 libraries/export/xlsx.php:24
-#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
-msgstr "Put fields names in the first row"
+msgstr "තීර නම් පළමු පේළියේ යොදන්න"
#: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:238
#: libraries/config/messages.inc.php:245 libraries/import/csv.php:75
@@ -2680,7 +2673,7 @@ msgstr "සෑදීම/යාවත් කාලීන/පරීක්ෂා
#: libraries/config/messages.inc.php:122
msgid "Use delayed inserts"
-msgstr "ප්රමාද කරන ලද ඇතුල් කිරීම භාවිතා කරන්න"
+msgstr "ප්රමාදිත ඇතුල් කිරීම භාවිතා කරන්න"
#: libraries/config/messages.inc.php:123 libraries/export/sql.php:53
msgid "Disable foreign key checks"
@@ -2748,9 +2741,8 @@ msgstr "පිරික්සුම් ප්රකාරය රිසි ස
#: libraries/config/messages.inc.php:173 libraries/config/messages.inc.php:184
#: libraries/config/messages.inc.php:186 libraries/config/messages.inc.php:214
#: libraries/config/messages.inc.php:226
-#, fuzzy
msgid "Customize default options"
-msgstr "දත්තගබඩා අපනයන විකල්ප"
+msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න"
#: libraries/config/messages.inc.php:155 libraries/config/setup.forms.php:232
#: libraries/config/setup.forms.php:311
@@ -2781,9 +2773,8 @@ msgid "Export defaults"
msgstr "අපනයන පෙරනිමි"
#: libraries/config/messages.inc.php:163
-#, fuzzy
msgid "Customize default export options"
-msgstr "දත්තගබඩා අපනයන විකල්ප"
+msgstr "පෙරනිමි අපනයන විකල්ප රිසි සේ සකසන්න"
#: libraries/config/messages.inc.php:164 libraries/config/messages.inc.php:206
#: setup/frames/menu.inc.php:16
@@ -2859,10 +2850,9 @@ msgid "Microsoft Office"
msgstr "මයික්රොසොෆ්ට් ඔෆිස්"
#: libraries/config/messages.inc.php:185
-#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
-msgstr "Open Document Text"
+msgstr "Open Document"
#: libraries/config/messages.inc.php:187
msgid "Other core settings"
@@ -3067,15 +3057,14 @@ msgid "Ignore multiple statement errors"
msgstr ""
#: libraries/config/messages.inc.php:234
-#, fuzzy
msgid ""
"Allow interrupt of import in case script detects it is close to time limit. "
"This might be good way to import large files, however it can break "
"transactions."
msgstr ""
-"Allow interrupt of import in case script detects it is close to time limit. "
-"This might be good way to import large files, however it can break "
-"transactions."
+"කාල සීමාව අවසානයට ආසන්න බව දැණුනු විට අනයනනයට බාධා කිරීම සිදුකරන්න. විශාල "
+"ගොනු ආනයනයට මෙය හොඳ ක්රමයක් වන නමුත් මෙමඟින් transactions බිඳීම සිදුවිය "
+"හැක."
#: libraries/config/messages.inc.php:235
msgid "Partial import: allow interrupt"
@@ -3198,9 +3187,8 @@ msgid "Disable this if you want to see all databases at once"
msgstr ""
#: libraries/config/messages.inc.php:275
-#, fuzzy
msgid "Use light version"
-msgstr "MySQL සේවාදායකයාගේ සංස්කරණය"
+msgstr "සැහැල්ලු අනුවාදය භාවිත කරන්න."
#: libraries/config/messages.inc.php:276
msgid "Maximum table tree depth"
@@ -3328,9 +3316,8 @@ msgid "Maximum number of databases displayed in left frame and database list"
msgstr ""
#: libraries/config/messages.inc.php:304
-#, fuzzy
msgid "Maximum databases"
-msgstr "දත්තගබඩා නොමැත"
+msgstr "උපරිම දත්තගබඩා"
#: libraries/config/messages.inc.php:305
msgid ""
@@ -3368,9 +3355,8 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:313
-#, fuzzy
msgid "Memory limit"
-msgstr "සම්පත් සීමා"
+msgstr "මතක සීමාව"
#: libraries/config/messages.inc.php:314
msgid "These are Edit, Inline edit, Copy and Delete links"
@@ -3389,10 +3375,9 @@ msgid "Use natural order for sorting table and database names"
msgstr ""
#: libraries/config/messages.inc.php:318
-#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
-msgstr "අනුව වගු අනුපිළිවෙල වෙනස් කරන්න"
+msgstr "ස්වභාවික අනුපිළිවල"
#: libraries/config/messages.inc.php:319 libraries/config/messages.inc.php:329
msgid "Use only icons, only text or both"
@@ -3483,10 +3468,9 @@ msgid "Query window height (in pixels)"
msgstr ""
#: libraries/config/messages.inc.php:341
-#, fuzzy
#| msgid "Query window"
msgid "Query window height"
-msgstr "Query window"
+msgstr "විමසුම් කවුළුවේ උස"
#: libraries/config/messages.inc.php:342
#| msgid "Query window"
@@ -3494,10 +3478,9 @@ msgid "Query window width (in pixels)"
msgstr "විමසුම් කවුළුවේ පළල (pixel වලින්)"
#: libraries/config/messages.inc.php:343
-#, fuzzy
#| msgid "Query window"
msgid "Query window width"
-msgstr "Query window"
+msgstr "විමසුම් කවුළුවේ පළල"
#: libraries/config/messages.inc.php:344
msgid "Select which functions will be used for character set conversion"
@@ -3512,10 +3495,9 @@ msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
msgstr ""
#: libraries/config/messages.inc.php:347
-#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
-msgstr "Repair threads"
+msgstr "ශීර්ෂකය නැවත නැවතත් පෙන්වන්න"
#: libraries/config/messages.inc.php:348
msgid "Show help button instead of Documentation text"
@@ -3530,9 +3512,8 @@ msgid "Directory where exports can be saved on server"
msgstr ""
#: libraries/config/messages.inc.php:352
-#, fuzzy
msgid "Save directory"
-msgstr "දත්ත මුල් පිටුව"
+msgstr "සුරැකුම් ඩිරෙක්ටරිය"
#: libraries/config/messages.inc.php:353
msgid "Leave blank if not used"
@@ -3618,9 +3599,8 @@ msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgstr ""
#: libraries/config/messages.inc.php:372
-#, fuzzy
msgid "Connection type"
-msgstr "සම්බන්ධතා"
+msgstr "සම්බන්දතා වර්ගය"
#: libraries/config/messages.inc.php:373
msgid "Control user password"
@@ -3641,9 +3621,8 @@ msgid "Count tables when showing database list"
msgstr ""
#: libraries/config/messages.inc.php:377
-#, fuzzy
msgid "Count tables"
-msgstr "වගු නොමැත"
+msgstr "වගු ගණන් කරන්න"
#: libraries/config/messages.inc.php:378
msgid ""
@@ -3671,18 +3650,16 @@ msgid "What PHP extension to use; you should use mysqli if supported"
msgstr ""
#: libraries/config/messages.inc.php:383
-#, fuzzy
msgid "PHP extension to use"
-msgstr "PHP සංස්කරණය"
+msgstr "භාවිතා කල යුතු PHP දිගුව"
#: libraries/config/messages.inc.php:384
msgid "Hide databases matching regular expression (PCRE)"
msgstr ""
#: libraries/config/messages.inc.php:385
-#, fuzzy
msgid "Hide databases"
-msgstr "දත්තගබඩා නොමැත"
+msgstr "දත්තගබඩා සඟවන්න"
#: libraries/config/messages.inc.php:386
msgid ""
@@ -3753,7 +3730,6 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:400
-#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "දත්තගබඩාවේ නම"
@@ -3763,9 +3739,8 @@ msgid "Port on which MySQL server is listening, leave empty for default"
msgstr ""
#: libraries/config/messages.inc.php:402
-#, fuzzy
msgid "Server port"
-msgstr "සර්වරයේ හැඳුනුම් අංකය"
+msgstr "සර්වරයේ පොර්ට්"
#: libraries/config/messages.inc.php:403
msgid ""
@@ -3805,9 +3780,8 @@ msgid "Socket on which MySQL server is listening, leave empty for default"
msgstr ""
#: libraries/config/messages.inc.php:411
-#, fuzzy
msgid "Server socket"
-msgstr "සර්වරයේ තේරීම"
+msgstr "සර්වරයේ සොකට්"
#: libraries/config/messages.inc.php:412
msgid "Enable SSL for connection to MySQL server"
@@ -6040,7 +6014,7 @@ msgstr "විචල්යය"
#: server_status.php:775 tbl_change.php:325 tbl_printview.php:367
#: tbl_select.php:116 tbl_structure.php:822
msgid "Value"
-msgstr "Value"
+msgstr "අගය"
#: libraries/replication_gui.lib.php:175 server_binlog.php:202
msgid "Server ID"
@@ -6823,7 +6797,7 @@ msgstr "PHP තොරතුරු පෙන්වන්න"
#: main.php:227
msgid "Wiki"
-msgstr ""
+msgstr "විකි"
#: main.php:230
msgid "Official Homepage"
@@ -7323,8 +7297,8 @@ msgid ""
"Note: Enabling the database statistics here might cause heavy traffic "
"between the web server and the MySQL server."
msgstr ""
-"Note: Enabling the database statistics here might cause heavy traffic "
-"between the web server and the MySQL server."
+"සටහන: සංඛ්යාලේඛන සක්රීය කිරීම මගින් වෙබ් සේවාදායකය සහ MySQL සේවාදායකය අතර "
+"විශාල දත්ත හුවමාරුවක් ඇති විය හැකිය."
#: server_engines.php:47
msgid "Storage Engines"
@@ -7532,12 +7506,12 @@ msgstr "කිසිවක් නැත"
#: server_privileges.php:442 server_privileges.php:577
#: server_privileges.php:1824 server_privileges.php:1830
msgid "Table-specific privileges"
-msgstr "Table-specific privileges"
+msgstr "වගු-විශේෂී වරප්රසාද"
#: server_privileges.php:443 server_privileges.php:585
#: server_privileges.php:1636
msgid " Note: MySQL privilege names are expressed in English "
-msgstr " Note: MySQL privilege names are expressed in English "
+msgstr "සටහන: MySQL වරප්රසාද නම් සඳහන් වනුයේ ඉංග්රීසියෙනි"
#: server_privileges.php:574 server_privileges.php:1635
msgid "Global privileges"
@@ -7584,17 +7558,17 @@ msgstr "ඔබ නව භාවිතා කරන්නනෙක් එක්
#: server_privileges.php:1204
#, php-format
msgid "You have updated the privileges for %s."
-msgstr "You have updated the privileges for %s."
+msgstr "ඔබ %s සඳහා වරප්රසාද අලුත් කර ඇත."
#: server_privileges.php:1228
#, php-format
msgid "You have revoked the privileges for %s"
-msgstr "You have revoked the privileges for %s"
+msgstr "ඔබ %s සඳහා වරප්රසාද අහෝසි කර ඇත."
#: server_privileges.php:1264
#, php-format
msgid "The password for %s was changed successfully."
-msgstr "The password for %s was changed successfully."
+msgstr "%s ගේ මුරපදය සාර්ථකව වෙනස් කරන ලදි."
#: server_privileges.php:1284
#, php-format
@@ -7607,15 +7581,15 @@ msgstr "ඉවත් කිරීම සඳහා භාවිතා කරන
#: server_privileges.php:1301
msgid "Reloading the privileges"
-msgstr "Reloading the privileges"
+msgstr "වරප්රසාද පූරණය කෙරෙමින්"
#: server_privileges.php:1319
msgid "The selected users have been deleted successfully."
-msgstr "The selected users have been deleted successfully."
+msgstr "තෝරාගත් භාවිතා කරන්නන් සාර්ථකව ඉවත් කරන ලදි."
#: server_privileges.php:1354
msgid "The privileges were reloaded successfully."
-msgstr "The privileges were reloaded successfully."
+msgstr "සාර්ථකව වරප්රසාද පූරණය කරන්න ලදි."
#: server_privileges.php:1365 server_privileges.php:1755
msgid "Edit Privileges"
@@ -7623,7 +7597,7 @@ msgstr "වරප්රසාද සංස්කරණය කරන්න"
#: server_privileges.php:1374
msgid "Revoke"
-msgstr "Revoke"
+msgstr "අහෝසි කරන්න"
#: server_privileges.php:1401 server_privileges.php:1656
#: server_privileges.php:2269
@@ -7632,7 +7606,7 @@ msgstr "ඕනෑම"
#: server_privileges.php:1496
msgid "User overview"
-msgstr "User overview"
+msgstr "භාවිත කරන්නන් පිළිබඳ දළ විශ්ලේෂණය"
#: server_privileges.php:1637 server_privileges.php:1829
#: server_privileges.php:2179
@@ -7651,7 +7625,8 @@ msgstr "තෝරාගත් භාවිතා කරන්නන් ඉවත
#: server_privileges.php:1713
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-"Revoke all active privileges from the users and delete them afterwards."
+"භාවිත කරන්නන්ගෙන් සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව ඔවුන් ඉවත් "
+"කරන්න."
#: server_privileges.php:1714 server_privileges.php:1715
#: server_privileges.php:1716
@@ -7666,18 +7641,18 @@ msgid ""
"server uses, if they have been changed manually. In this case, you should "
"%sreload the privileges%s before you continue."
msgstr ""
-"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
-"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"සටහන: phpMyAdmin භාවිත කරන්නන්ගේ වරප්රසාද ලබාගනුයේ MySQL හි වරප්රසාද "
+"වගුවෙනි. සේවාදායකයේ වරප්රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත "
+"සේවාදායකයේ වරප්රසාද වලට වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්රසාද "
+"පූරණය%s කල යුතුය."
#: server_privileges.php:1790
msgid "The selected user was not found in the privilege table."
-msgstr "The selected user was not found in the privilege table."
+msgstr "තෝරාගත් භාවිත කරන්නා වරප්රසාද වගුවේ හමු නොවිණි."
#: server_privileges.php:1830
msgid "Column-specific privileges"
-msgstr "Column-specific privileges"
+msgstr "තීර-විශේෂී වරප්රසාද"
#: server_privileges.php:2031
msgid "Add privileges on the following database"
@@ -7711,7 +7686,7 @@ msgstr " ... භාවිතා කරන්නන්ගේ වගුවෙන
msgid ""
" ... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-" ... revoke all active privileges from the old one and delete it afterwards."
+" ... පැරැන්නෙන් සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව එය ඉවත් කරන්න."
#: server_privileges.php:2117
msgid ""
@@ -8590,11 +8565,11 @@ msgstr "ධාවන කාල තොරතුරු"
#: server_status.php:375
msgid "Handler"
-msgstr "Handler"
+msgstr "හසුරුවනය"
#: server_status.php:376
msgid "Query cache"
-msgstr "Query cache"
+msgstr "විමසුම් කෑෂ්"
#: server_status.php:377
msgid "Threads"
@@ -8606,7 +8581,7 @@ msgstr "තාවකාලික දත්ත"
#: server_status.php:380
msgid "Delayed inserts"
-msgstr "Delayed inserts"
+msgstr "ප්රමාදිත ඇතුළු කිරීම්"
#: server_status.php:381
msgid "Key cache"
@@ -8614,7 +8589,7 @@ msgstr "යතුරු කෑෂ් කිරීම"
#: server_status.php:382
msgid "Joins"
-msgstr "Joins"
+msgstr "ඈඳුම්"
#: server_status.php:384
msgid "Sorting"
@@ -8657,7 +8632,7 @@ msgstr "ප්රතිසකසන්න"
#: server_status.php:476
#, php-format
msgid "This MySQL server has been running for %s. It started up on %s."
-msgstr "This MySQL server has been running for %s. It started up on %s."
+msgstr "මෙම MySQL සේවාදායකය %s තිස්සේ ක්රියාත්මකයි. මෙය ඇරඹුයේ %s."
#: server_status.php:486
msgid ""
@@ -8692,8 +8667,8 @@ msgid ""
"<b>Server traffic</b>: These tables show the network traffic statistics of "
"this MySQL server since its startup."
msgstr ""
-"<b>Server traffic</b>: These tables show the network traffic statistics of "
-"this MySQL server since its startup."
+"<b>සේවාදායකය සමඟ දත්ත හුවමාරු</b>: මෙම වගු MySQL සේවාදායකය පණගැන්වීමේ සිට "
+"එහි දත්ත හුවමාරු පිළිබඳ සංඛ්යාලේඛන පෙන්වයි."
#: server_status.php:514
msgid "Traffic"
@@ -8726,7 +8701,7 @@ msgstr "සම්බන්ධතා"
#: server_status.php:566
msgid "max. concurrent connections"
-msgstr "max. concurrent connections"
+msgstr "උපරිම සමගාමී සම්බන්ධතා"
#: server_status.php:573
msgid "Failed attempts"
@@ -8742,8 +8717,7 @@ msgid ""
"<b>Query statistics</b>: Since its startup, %s queries have been sent to the "
"server."
msgstr ""
-"<b>Query statistics</b>: Since its startup, %s queries have been sent to the "
-"server."
+"<b>විමසුම් සංඛ්යාලේඛන</b>: ආරම්භයේ සිට විමසුම් %sක් සේවාදායකය වෙත යවා ඇත."
#: server_status.php:626
msgid "per minute"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-673-g082d410
by Marc Delisle 04 May '11
by Marc Delisle 04 May '11
04 May '11
The branch, master has been updated
via 082d410d253dd9ccdc90870d9acdd29e6a6cc30d (commit)
from baf339f802ae65d3776e40bdb9291d4efe13b0e1 (commit)
- Log -----------------------------------------------------------------
commit 082d410d253dd9ccdc90870d9acdd29e6a6cc30d
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed May 4 06:31:26 2011 -0400
Continue to replace warning level with error level
-----------------------------------------------------------------------
Summary of changes:
themes/original/css/theme_right.css.php | 28 +-------------------------
themes/original/img/s_warn.png | Bin 201 -> 0 bytes
themes/pmahomme/css/theme_right.css.php | 33 +------------------------------
themes/pmahomme/img/s_warn.png | Bin 701 -> 0 bytes
themes/pmahomme/img/tab_warning_bg.png | Bin 1697 -> 0 bytes
5 files changed, 2 insertions(+), 59 deletions(-)
delete mode 100644 themes/original/img/s_warn.png
delete mode 100644 themes/pmahomme/img/s_warn.png
delete mode 100644 themes/pmahomme/img/tab_warning_bg.png
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 5b12292..431adbc 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -396,10 +396,9 @@ td .icon {
margin-<?php echo $left; ?>: 0.6em;
}
-/* message boxes: warning, error, confirmation */
+/* message boxes: error, confirmation */
.success h1,
.notice h1,
-.warning h1,
div.error h1 {
border-bottom: 2px solid;
font-weight: bold;
@@ -409,7 +408,6 @@ div.error h1 {
div.success,
div.notice,
-div.warning,
div.error,
div.footnotes {
margin: 0.3em 0 0 0;
@@ -475,30 +473,6 @@ div.footnotes {
border-color: #FFD700;
}
-.warning {
- color: #CC0000;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
- background-repeat: no-repeat;
- <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
- background-position: 5px 50%;
- padding: 0.2em 0.2em 0.2em 25px;
- <?php } else { ?>
- background-position: 97% 50%;
- padding: 0.2em 25px 0.2em 0.2em;
- <?php } ?>
- <?php } ?>
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
.error {
background-color: #FFFFCC;
color: #ff0000;
diff --git a/themes/original/img/s_warn.png b/themes/original/img/s_warn.png
deleted file mode 100644
index 26e0348..0000000
Binary files a/themes/original/img/s_warn.png and /dev/null differ
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 9654cd9..80ac42d 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -569,10 +569,9 @@ td .icon {
margin-<?php echo $left; ?>: 0.6em;
}
-/* message boxes: warning, error, confirmation */
+/* message boxes: error, confirmation */
.success h1,
.notice h1,
-.warning h1,
div.error h1 {
border-bottom: 2px solid;
font-weight: bold;
@@ -582,7 +581,6 @@ div.error h1 {
div.success,
div.notice,
-div.warning,
div.error,
div.footnotes {
margin: 0.5em 0 1.3em 0;
@@ -611,7 +609,6 @@ div.footnotes {
.success a{text-decoration:underline;}
.notice a{text-decoration:underline;}
-.warning a{text-decoration:underline;}
.error a{text-decoration:underline;}
.footnotes a{text-decoration:underline;}
@@ -658,30 +655,6 @@ div.footnotes {
border-color: #ffb10a;
}
-.warning {
- color: #000;
- background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #f2baba;
-}
-
-
-p.warning,
-h1.warning,
-div.warning {
- border-color: #e0a1a1;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
- background-repeat: no-repeat;
- <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
- background-position: 5px 50%;
- <?php } else { ?>
- background-position: 97% 50%;
- <?php } ?>
- <?php } ?>
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
.error {
border:1px solid maroon !important;
color: #000;
@@ -957,9 +930,6 @@ ul#topmenu ul {
padding: 0.1em 0.3em 0.1em 0.3em;
}
-#topmenu .warning {font-size:1em !important; background:#f3f3f3; }
-#topmenu .warning a span{color:#ddd !important;}
-
ul#topmenu ul {
-moz-box-shadow: 1px 1px 6px #ddd;
-webkit-box-shadow: 2px 2px 3px #666;
@@ -1022,7 +992,6 @@ ul#topmenu > li.active {
/* disabled drop/empty tabs */
ul#topmenu span.tab,
-a.warning,
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc;
diff --git a/themes/pmahomme/img/s_warn.png b/themes/pmahomme/img/s_warn.png
deleted file mode 100644
index c37bd06..0000000
Binary files a/themes/pmahomme/img/s_warn.png and /dev/null differ
diff --git a/themes/pmahomme/img/tab_warning_bg.png b/themes/pmahomme/img/tab_warning_bg.png
deleted file mode 100644
index bf45105..0000000
Binary files a/themes/pmahomme/img/tab_warning_bg.png and /dev/null differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-672-gbaf339f
by Marc Delisle 04 May '11
by Marc Delisle 04 May '11
04 May '11
The branch, master has been updated
via baf339f802ae65d3776e40bdb9291d4efe13b0e1 (commit)
from 0bb27cc5fb23279a154d760ace3cd77a9abaaf1a (commit)
- Log -----------------------------------------------------------------
commit baf339f802ae65d3776e40bdb9291d4efe13b0e1
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed May 4 06:14:28 2011 -0400
Continue to replace warning level with error level
-----------------------------------------------------------------------
Summary of changes:
libraries/Message.class.php | 37 -------------------------------------
libraries/sqlparser.lib.php | 4 ++--
setup/frames/index.inc.php | 2 +-
setup/lib/form_processing.lib.php | 2 +-
setup/lib/index.lib.php | 24 ++++++++++++------------
test/PMA_Message_test.php | 11 -----------
test/theme.php | 9 ---------
7 files changed, 16 insertions(+), 73 deletions(-)
diff --git a/libraries/Message.class.php b/libraries/Message.class.php
index 3064868..3b0d0c5 100644
--- a/libraries/Message.class.php
+++ b/libraries/Message.class.php
@@ -19,9 +19,6 @@
*
* // get special notice 'Some locale notice'
* $message = PMA_Message::notice('strSomeLocaleNotice');
- *
- * // display raw warning message 'This is a warning!'
- * PMA_Message::rawWarning('This is a warning!')->display();
* </code>
*
* more advanced usage example:
@@ -63,7 +60,6 @@ class PMA_Message
{
const SUCCESS = 1; // 0001
const NOTICE = 2; // 0010
- const WARNING = 4; // 0100
const ERROR = 8; // 1000
const SANITIZE_NONE = 0; // 0000 0000
@@ -79,7 +75,6 @@ class PMA_Message
static public $level = array (
PMA_Message::SUCCESS => 'success',
PMA_Message::NOTICE => 'notice',
- PMA_Message::WARNING => 'warning',
PMA_Message::ERROR => 'error',
);
@@ -214,22 +209,6 @@ class PMA_Message
}
/**
- * get PMA_Message of type warning
- *
- * shorthand for getting a simple warning message
- *
- * @static
- * @uses PMA_Message as returned object
- * @uses PMA_Message::WARNING
- * @param string $string a localized string e.g. 'strSetupWarning'
- * @return PMA_Message
- */
- static public function warning($string)
- {
- return new PMA_Message($string, PMA_Message::WARNING);
- }
-
- /**
* get PMA_Message of type notice
*
* shorthand for getting a simple notice message
@@ -338,22 +317,6 @@ class PMA_Message
}
/**
- * get PMA_Message of type warning with custom content
- *
- * shorthand for getting a customized warning message
- *
- * @static
- * @uses PMA_Message::raw()
- * @uses PMA_Message::WARNING
- * @param string $message
- * @return PMA_Message
- */
- static public function rawWarning($message)
- {
- return PMA_Message::raw($message, PMA_Message::WARNING);
- }
-
- /**
* get PMA_Message of type notice with custom content
*
* shorthand for getting a customized notice message
diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php
index 893aef0..cbad1d6 100644
--- a/libraries/sqlparser.lib.php
+++ b/libraries/sqlparser.lib.php
@@ -360,7 +360,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
$pos = $pos_quote_separator;
}
if (class_exists('PMA_Message')) {
- PMA_Message::warning(__('Automatically appended backtick to the end of query!'))->display();
+ PMA_Message::notice(__('Automatically appended backtick to the end of query!'))->display();
}
} else {
$debugstr = __('Unclosed quote') . ' @ ' . $startquotepos. "\n"
@@ -1960,7 +1960,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
if ($seen_create_table && $in_create_table_fields) {
$current_identifier = $identifier;
- // warning: we set this one even for non TIMESTAMP type
+ // we set this one even for non TIMESTAMP type
$create_table_fields[$current_identifier]['timestamp_not_null'] = FALSE;
}
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 00723cd..9103606 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -61,7 +61,7 @@ if (!$is_https) {
$text .= ' ' . PMA_lang($strInsecureConnectionMsg2,
'https://' . htmlspecialchars($_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']));
}
- messages_set('warning', 'no_https', __('Insecure connection'), $text);
+ messages_set('notice', 'no_https', __('Insecure connection'), $text);
}
?>
diff --git a/setup/lib/form_processing.lib.php b/setup/lib/form_processing.lib.php
index 7bad38c..17f58a6 100644
--- a/setup/lib/form_processing.lib.php
+++ b/setup/lib/form_processing.lib.php
@@ -38,7 +38,7 @@ function process_formset(FormDisplay $form_display) {
}
$id = $id ? "{$separator}id=$id" : '';
?>
- <div class="warning">
+ <div class="error">
<h4><?php echo __('Warning') ?></h4>
<?php echo __('Submitted form contains errors') ?><br />
<a href="?page=<?php echo $page . $formset . $id . $separator ?>mode=revert"><?php echo __('Try to revert erroneous fields to their default values') ?></a>
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 5d42910..aa0d044 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -19,7 +19,7 @@ if (!defined('PHPMYADMIN')) {
function messages_begin()
{
if (!isset($_SESSION['messages']) || !is_array($_SESSION['messages'])) {
- $_SESSION['messages'] = array('error' => array(), 'warning' => array(), 'notice' => array());
+ $_SESSION['messages'] = array('error' => array(), 'notice' => array());
} else {
// reset message states
foreach ($_SESSION['messages'] as &$messages) {
@@ -35,7 +35,7 @@ function messages_begin()
* Adds a new message to message list
*
* @param string $id unique message identifier
- * @param string $type one of: notice, warning, error
+ * @param string $type one of: notice, error
* @param string $title language string id (in $str array)
* @param string $message message text
*/
@@ -314,7 +314,7 @@ function perform_config_checks()
&& $cf->getValue("Servers/$i/user") != ''
&& $cf->getValue("Servers/$i/password") != '') {
$title = PMA_lang(PMA_lang_name('Servers/1/auth_type')) . " ($server_name)";
- messages_set('warning', "Servers/$i/auth_type", $title,
+ messages_set('notice', "Servers/$i/auth_type", $title,
PMA_lang($strServerAuthConfigMsg, $i) . ' ' .
PMA_lang($strSecurityInfoMsg, $i));
}
@@ -327,7 +327,7 @@ function perform_config_checks()
if ($cf->getValue("Servers/$i/AllowRoot")
&& $cf->getValue("Servers/$i/AllowNoPassword")) {
$title = PMA_lang(PMA_lang_name('Servers/1/AllowNoPassword')) . " ($server_name)";
- messages_set('warning', "Servers/$i/AllowNoPassword", $title,
+ messages_set('notice', "Servers/$i/AllowNoPassword", $title,
__('You allow for connecting to the server without a password.') . ' ' .
PMA_lang($strSecurityInfoMsg, $i));
}
@@ -358,7 +358,7 @@ function perform_config_checks()
$blowfish_warnings[] = PMA_lang(__('Key should contain letters, numbers [em]and[/em] special characters.'));
}
if (!empty($blowfish_warnings)) {
- messages_set('warning', 'blowfish_warnings' . count($blowfish_warnings),
+ messages_set('error', 'blowfish_warnings' . count($blowfish_warnings),
PMA_lang(PMA_lang_name('blowfish_secret')),
implode('<br />', $blowfish_warnings));
}
@@ -380,7 +380,7 @@ function perform_config_checks()
// should be disabled
//
if ($cf->getValue('AllowArbitraryServer')) {
- messages_set('warning', 'AllowArbitraryServer',
+ messages_set('notice', 'AllowArbitraryServer',
PMA_lang(PMA_lang_name('AllowArbitraryServer')),
PMA_lang($strAllowArbitraryServerWarning));
}
@@ -393,7 +393,7 @@ function perform_config_checks()
|| $cf->getValue('LoginCookieValidity') > ini_get('session.gc_maxlifetime')) {
$message_type = $cf->getValue('LoginCookieValidity') > ini_get('session.gc_maxlifetime')
? 'error'
- : 'warning';
+ : 'notice';
messages_set($message_type, 'LoginCookieValidity',
PMA_lang(PMA_lang_name('LoginCookieValidity')),
PMA_lang($strLoginCookieValidityWarning));
@@ -404,7 +404,7 @@ function perform_config_checks()
// should be at most 1800 (30 min)
//
if ($cf->getValue('LoginCookieValidity') > 1800) {
- messages_set('warning', 'LoginCookieValidity',
+ messages_set('notice', 'LoginCookieValidity',
PMA_lang(PMA_lang_name('LoginCookieValidity')),
PMA_lang($strLoginCookieValidityWarning2));
}
@@ -446,7 +446,7 @@ function perform_config_checks()
//
if ($cf->getValue('GZipDump')
&& (@!function_exists('gzopen') || @!function_exists('gzencode'))) {
- messages_set('warning', 'GZipDump',
+ messages_set('error', 'GZipDump',
PMA_lang(PMA_lang_name('GZipDump')),
PMA_lang($strGZipDumpWarning, 'gzencode'));
}
@@ -463,7 +463,7 @@ function perform_config_checks()
$functions .= @function_exists('bzcompress')
? ''
: ($functions ? ', ' : '') . 'bzcompress';
- messages_set('warning', 'BZipDump',
+ messages_set('error', 'BZipDump',
PMA_lang(PMA_lang_name('BZipDump')),
PMA_lang($strBZipDumpWarning, $functions));
}
@@ -473,7 +473,7 @@ function perform_config_checks()
// requires zip_open in import
//
if ($cf->getValue('ZipDump') && !@function_exists('zip_open')) {
- messages_set('warning', 'ZipDump_import',
+ messages_set('error', 'ZipDump_import',
PMA_lang(PMA_lang_name('ZipDump')),
PMA_lang($strZipDumpImportWarning, 'zip_open'));
}
@@ -483,7 +483,7 @@ function perform_config_checks()
// requires gzcompress in export
//
if ($cf->getValue('ZipDump') && !@function_exists('gzcompress')) {
- messages_set('warning', 'ZipDump_export',
+ messages_set('error', 'ZipDump_export',
PMA_lang(PMA_lang_name('ZipDump')),
PMA_lang($strZipDumpExportWarning, 'gzcompress'));
}
diff --git a/test/PMA_Message_test.php b/test/PMA_Message_test.php
index 27e4b7f..ed7694e 100644
--- a/test/PMA_Message_test.php
+++ b/test/PMA_Message_test.php
@@ -80,15 +80,6 @@ class PMA_Message_test extends PHPUnit_Extensions_OutputTestCase
}
/**
- * test warning method
- */
- public function testWarning()
- {
- $this->object = new PMA_Message('test<&>', PMA_Message::WARNING);
- $this->assertEquals($this->object, PMA_Message::warning('test<&>'));
- }
-
- /**
* test notice method
*/
public function testNotice()
@@ -359,8 +350,6 @@ class PMA_Message_test extends PHPUnit_Extensions_OutputTestCase
$this->assertEquals('success', $this->object->getLevel());
$this->object->setNumber(PMA_Message::ERROR);
$this->assertEquals('error', $this->object->getLevel());
- $this->object->setNumber(PMA_Message::WARNING);
- $this->assertEquals('warning', $this->object->getLevel());
}
/**
diff --git a/test/theme.php b/test/theme.php
index 098feed..d49a577 100644
--- a/test/theme.php
+++ b/test/theme.php
@@ -187,15 +187,6 @@ echo sprintf(__('Welcome to %s'),
<h1>Notice message box header!</h1>
notice message box content!
</div>
-
-<div class="warning">
- warning message box content!
-</div>
-<div class="warning">
- <h1>Warning message box header!</h1>
- warning message box content!
-</div>
-
<div class="error">
error message box content!
</div>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-671-g0bb27cc
by Michal Čihař 04 May '11
by Michal Čihař 04 May '11
04 May '11
The branch, master has been updated
via 0bb27cc5fb23279a154d760ace3cd77a9abaaf1a (commit)
via ba820895f40bfbd50bc5ed688a27b9c49a718db8 (commit)
via 8d26b396d7ed740ee34b9facf998fed823cb85f9 (commit)
via 8ddb96dd67ae48687b0a704a6baadbafd7b9f602 (commit)
via eb721b497ff1f1cde41b3112628f6bb3cdd7066a (commit)
via e63a28ad8b419a2fbea6e6d74fc639f30fbbbfd1 (commit)
via aa3422e7c67cefad5e625beaf331616a0ae7e675 (commit)
via 89f58c57b8201ad84f992fc4049f6b6d96e097dc (commit)
via 6c7c9a041c266a03a797a1c093621b8c93c79a31 (commit)
via 46bb0dbd50c28a658f2b0f0e23af480a4aa28bb4 (commit)
via 9b14f8d85642b10a4f227ae667e3b0b846ca564c (commit)
via 2a232f84dc8f82b3a16a94e35eacc30223cea9ed (commit)
via 8f0f5022e11fb56bac7416d72a475ae8077c9237 (commit)
via 7c015b18c78f7841dd3be94b481758b72840aa19 (commit)
via ab2ab71513408cd8b33d09a5070a4f216bec4e05 (commit)
from 8262e36f3d5bdf3252aa28c8660f545c3e1071f2 (commit)
- Log -----------------------------------------------------------------
commit 0bb27cc5fb23279a154d760ace3cd77a9abaaf1a
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed May 4 12:02:25 2011 +0200
Fix format string
commit ba820895f40bfbd50bc5ed688a27b9c49a718db8
Merge: 8d26b396d7ed740ee34b9facf998fed823cb85f9 8262e36f3d5bdf3252aa28c8660f545c3e1071f2
Author: Pootle server <pootle(a)cihar.com>
Date: Wed May 4 10:40:07 2011 +0200
Merge remote-tracking branch 'origin/master'
commit 8d26b396d7ed740ee34b9facf998fed823cb85f9
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:27:17 2011 +0200
Translation update done using Pootle.
commit 8ddb96dd67ae48687b0a704a6baadbafd7b9f602
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:22:40 2011 +0200
Translation update done using Pootle.
commit eb721b497ff1f1cde41b3112628f6bb3cdd7066a
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:22:25 2011 +0200
Translation update done using Pootle.
commit e63a28ad8b419a2fbea6e6d74fc639f30fbbbfd1
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:21:39 2011 +0200
Translation update done using Pootle.
commit aa3422e7c67cefad5e625beaf331616a0ae7e675
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:21:00 2011 +0200
Translation update done using Pootle.
commit 89f58c57b8201ad84f992fc4049f6b6d96e097dc
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:20:17 2011 +0200
Translation update done using Pootle.
commit 6c7c9a041c266a03a797a1c093621b8c93c79a31
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:18:51 2011 +0200
Translation update done using Pootle.
commit 46bb0dbd50c28a658f2b0f0e23af480a4aa28bb4
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:18:13 2011 +0200
Translation update done using Pootle.
commit 9b14f8d85642b10a4f227ae667e3b0b846ca564c
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:17:41 2011 +0200
Translation update done using Pootle.
commit 2a232f84dc8f82b3a16a94e35eacc30223cea9ed
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:15:26 2011 +0200
Translation update done using Pootle.
commit 8f0f5022e11fb56bac7416d72a475ae8077c9237
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:14:43 2011 +0200
Translation update done using Pootle.
commit 7c015b18c78f7841dd3be94b481758b72840aa19
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:14:20 2011 +0200
Translation update done using Pootle.
commit ab2ab71513408cd8b33d09a5070a4f216bec4e05
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Wed May 4 10:13:58 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/ja.po | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/po/ja.po b/po/ja.po
index c0c1c04..0524c6d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc2-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-21 14:27+0200\n"
-"PO-Revision-Date: 2011-05-03 15:26+0200\n"
+"PO-Revision-Date: 2011-05-04 10:27+0200\n"
"Last-Translator: Yuichiro <yuichiro(a)pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp(a)li.org>\n"
"Language: ja\n"
@@ -3262,7 +3262,7 @@ msgstr ""
#: libraries/config/messages.inc.php:294
msgid "Login cookie store"
-msgstr "ログインクッキーの保存"
+msgstr "ログインクッキーの保存期間"
#: libraries/config/messages.inc.php:295
msgid "Define how long (in seconds) a login cookie is valid"
@@ -6841,12 +6841,18 @@ msgid ""
"validity configured in phpMyAdmin, because of this, your login will expire "
"sooner than configured in phpMyAdmin."
msgstr ""
+"お使いの PHP のパラメータ "
+"[a@http://php.net/manual/ja/session.configuration.php#ini.session.gc-"
+"maxlifetime(a)]session.gc_maxlifetime[/a] が、phpMyAdmin "
+"に設定されているクッキーの有効期間より短くなっています。このため、phpMyAdmin に設定されているよりも早くログインの期限が切れます。"
#: main.php:288
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
+"ログインクッキーの保存期間が、phpMyAdmin に設定されているクッキーの有効期間よりも短くなっています。このため、phpMyAdmin "
+"に設定されているよりも早くログインの期限が切れます。"
#: main.php:296
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
@@ -6860,6 +6866,8 @@ msgid ""
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
+"セットアップスクリプトで使用される [code]config[/code] ディレクトリが、まだ phpMyAdmin "
+"ディレクトリに存在しています。phpMyAdmin を設定し終えたら、それは削除するべきです。"
#: main.php:313
#, php-format
@@ -6878,6 +6886,8 @@ msgid ""
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
+"お使いのブラウザでは Javascript のサポートが不足しているか無効になっているので、phpMyAdmin "
+"のいくつかの機能が失われます。例えば、ナビゲーションフレームが自動的に更新されません。"
#: main.php:343
#, php-format
@@ -8706,7 +8716,7 @@ msgstr "データの同期"
#: server_synchronize.php:399 server_synchronize.php:838
msgid "not present"
-msgstr ""
+msgstr "存在しません"
#: server_synchronize.php:423 server_synchronize.php:866
msgid "Structure Difference"
@@ -8746,11 +8756,11 @@ msgstr "行の挿入"
#: server_synchronize.php:445 server_synchronize.php:889
msgid "Would you like to delete all the previous rows from target tables?"
-msgstr ""
+msgstr "対象先のテーブルから古い行を全て削除しますか?"
#: server_synchronize.php:448 server_synchronize.php:893
msgid "Apply Selected Changes"
-msgstr ""
+msgstr "選択された変更を適用する"
#: server_synchronize.php:450 server_synchronize.php:895
msgid "Synchronize Databases"
@@ -9011,6 +9021,8 @@ msgid ""
"invalidation if %ssession.gc_maxlifetime%s is lower than its value "
"(currently %d)."
msgstr ""
+"%sログインクッキーの有効期間%sが 1440 秒を超えています。%ssession.gc_maxlifetime%s がその値 (現在 %d) "
+"より低い場合、セッションがランダムに無効化される原因となります。"
#: setup/lib/index.lib.php:262
#, php-format
@@ -9018,6 +9030,8 @@ msgid ""
"%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
"most. Values larger than 1800 may pose a security risk such as impersonation."
msgstr ""
+"%sログインクッキーの有効期間%sは最大で 1800 秒 (30 分) に設定する必要があります。1800 "
+"より大きい値は、偽装などのセキュリティリスクを引き起こす可能性があります。"
#: setup/lib/index.lib.php:264
#, php-format
@@ -9025,6 +9039,8 @@ msgid ""
"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin "
"cookie validity%s must be set to a value less or equal to it."
msgstr ""
+"cookie 認証を使用していて且つ%sログインクッキーの保存期間%sを 0 にしていない場合、%sログインクッキーの有効期間%"
+"sは保存期間の値以下に設定する必要があります。"
#: setup/lib/index.lib.php:266
#, php-format
@@ -9057,14 +9073,14 @@ msgstr ""
msgid ""
"%sZip compression%s requires functions (%s) which are unavailable on this "
"system."
-msgstr ""
+msgstr "%sZip 圧縮%sには関数 (%s) が必要ですが、このシステムで使用できません。"
#: setup/lib/index.lib.php:272
#, php-format
msgid ""
"%sZip decompression%s requires functions (%s) which are unavailable on this "
"system."
-msgstr ""
+msgstr "%sZip 解凍%sには関数 (%s) が必要ですが、このシステムで使用できません。"
#: setup/lib/index.lib.php:296
msgid "You should use SSL connections if your web server supports it."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-656-g8262e36
by Michal Čihař 04 May '11
by Michal Čihař 04 May '11
04 May '11
The branch, master has been updated
via 8262e36f3d5bdf3252aa28c8660f545c3e1071f2 (commit)
from 73c57b099e8b2d2c99fcb4d0888dcc40f4dd366a (commit)
- Log -----------------------------------------------------------------
commit 8262e36f3d5bdf3252aa28c8660f545c3e1071f2
Author: Martín Palombo <martin-palombo@launchpad>
Date: Wed May 4 10:05:15 2011 +0200
Do not load all tables into memory, we need only slice.
Reported with patch at
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/754647
-----------------------------------------------------------------------
Summary of changes:
navigation.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/navigation.php b/navigation.php
index 167c060..ea77489 100644
--- a/navigation.php
+++ b/navigation.php
@@ -246,8 +246,8 @@ $element_counter = 0;
if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
- $table_list = PMA_getTableList($GLOBALS['db']);
- $table_count = count($table_list);
+ $table_list = PMA_getTableList($GLOBALS['db'], null, $tpos, $cfg['MaxTableList']);
+ $table_count = PMA_getTableCount($GLOBALS['db']);
// show selected databasename as link to DefaultTabDatabase-page
// with table count in ()
@@ -284,7 +284,6 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
* user can find a navigator to page thru all tables.
*
*/
- $table_list = array_slice($table_list, $tpos, $cfg['MaxTableList']);
if (! empty($table_list)) {
// upper table list paginator
if (count($table_list) <= $GLOBALS['cfg']['MaxTableList'] && $table_count > $GLOBALS['cfg']['MaxTableList']) {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 2b7a3813a2801f5047081c5725d3b7df74ab8e72
by Michal Čihař 04 May '11
by Michal Čihař 04 May '11
04 May '11
The branch, master has been updated
via 2b7a3813a2801f5047081c5725d3b7df74ab8e72 (commit)
via 74ebe2ff21504e574c74423f2a882e68b8d72f03 (commit)
via 7a4ff035e0e569eb9eb058ea3678cdbeb98efc5a (commit)
via 2ebc71b3739bcc43660fcaefe0be1194989824e2 (commit)
via 238c420c5c7b0d5c845862ae2fda4bf74b16cab0 (commit)
via 5406c906eb4e28021d63b1eccf3fd88822dbbda4 (commit)
via 33ffaf6064d67da49735645a83f18170c9f98785 (commit)
via 4ecfd39ca551ee057f1236315ea7bf52a59e6f72 (commit)
via caa47c08ffe35ffd4cb55aba33360d66ae040ce5 (commit)
via 54523bb381620743f588a793fcf3f3bce11da5ce (commit)
via 9721227c8a837825e178a4035fc8fcb2c6b3ddcc (commit)
via 32cb0de0d4d4ecb7298e960aef2c55072b28a1bd (commit)
via 5cb4d3042801387a2dd9a86a7b299318ed8c80dd (commit)
via 3e0e3e5f3b75af3e8b97d177ff9655008d8470da (commit)
via bffee8cdd68cd6b3f17e10b39f1aed1d86115553 (commit)
via becbdc21388efdcb99ef108a750f4c6930f41bcb (commit)
via 07849a137428f7faa47486205169ff7eaf5672ea (commit)
via c2b3d66a43a56edd231603c7fd3cdf2664490805 (commit)
via 27a504aa4e31d82e846e98ec1324d00b5a6852a5 (commit)
via 552d58b710ccd6b04c8282ffffb769ab366d6acf (commit)
via 91be0a0757d1bd3440682e95751b608274bc0e8b (commit)
via ea1d04a938dfaf7c97a4db280931ce19744c47ed (commit)
via 4082318f60d00f5eea1b3cb38a8a75e0fab858bb (commit)
via 750ab157249799e5c3bb623e4da31918e780dce4 (commit)
via bd9c78778ff4b3dee67b62e0de857a66a4729315 (commit)
via 7f8763d28b5f25483c9900819297d4713a393c74 (commit)
via 5b2b83c94924a79fb597a7d2fe09ce667b1e2568 (commit)
via 61829c1e72416d28c1f9c9c9f203509c15fe52f9 (commit)
via f5d9b4f9695b6fb3d5df86d1e44b8762e6eba509 (commit)
via f44365aa0f4c5d4d65c9338a46839c7ba1ef969c (commit)
via f1a7b027be6c328945cdd38fdeda32a30665b929 (commit)
via a47eb19862789192a8dd3b661c89b000dc2256da (commit)
via 19f6de959ba23db797419aac833da174c1fff688 (commit)
via 448ff9160e75d935d335e14cea45711901374f19 (commit)
via 0a2103e5071c0296a04c9f8fbf3acb06fae23ec5 (commit)
via 74d54a82c431dcb7dafd309cb5c68b009a732a3e (commit)
via 80167aea7449d559643f050cb99a65a8637e3d76 (commit)
via b546a69a9f885398f624aaca5406f98b33bf6846 (commit)
via 37f089a2363249813e2d48bed99574fab40b80c1 (commit)
via 0133218e1f47bae0c551fd62ccadf4c444e8bbd0 (commit)
via 561fc62c7fa6e1814c418f77d1662854f4cf2a0c (commit)
via d1f00d794b2215d65125e04b5a78601127239acd (commit)
via 723744a021c78c2db087f84f50d048cbb6c3d8ad (commit)
via 8703a97f0802b64409ac3cef06ee4122a608ffb2 (commit)
via a26199948bcc29583914e5459bcd94c9f617783f (commit)
via 482ae17275e8bfb0fba85deb84cf6aebf97be6b4 (commit)
via 7d2a481680748792720cbe632f0c15a1bbba40d5 (commit)
via db706c1cfa7f238c3c4d54f79c2430d5551d7de1 (commit)
via 034fdaf01705250d1fa0a13ad10ebcd4884c2fac (commit)
via a520a33d05d89d586f80a091bb409db3c1949534 (commit)
via 52d3cc7ce7fb9048bffe823cd7a8c9472535cc9f (commit)
via 592e4be1b2dcabec2f52c28849080cbeb724ee9f (commit)
via 72fbab14ddd490b13f565518addc3d57c483c45f (commit)
via e949eec8522d15eb9497a016f484bfecc9504571 (commit)
via 72250e4fe24b1148b26398faf001726ed14da024 (commit)
via 426274d074215a65e3b7f5b522ce0cccfbe102ce (commit)
via 380e24719621937dc9de93589c13177406d158cb (commit)
via 06bcef54c0045cd74fcc09889a17436ed7e8afda (commit)
via dc3f74ac411e6f7dbc11f391a14761d57272f352 (commit)
via 39255add7de64893135c236f188137f3bb3b5a38 (commit)
via 4a284e054044efb6461cb3e8cb2fe4eb3e1398a3 (commit)
via 211587838b12c90676b117687fc6294776f863f9 (commit)
via 6e777cf5902cbfd099d0835df6195965a2785860 (commit)
via de8c45c13c913a626addde9159a0e4aad8ecff7d (commit)
via a195eebf589ab3f39059eaa75428a2e41f6e18e7 (commit)
via ae1eafbc71324a7c2232cc531937849271e91596 (commit)
from 2cc74d228db1c42481b01df58ddbc4be61d84105 (commit)
- Log -----------------------------------------------------------------
commit 2b7a3813a2801f5047081c5725d3b7df74ab8e72
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed May 4 09:47:18 2011 +0200
Generate docs
commit 74ebe2ff21504e574c74423f2a882e68b8d72f03
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:45:44 2011 +0200
Translation update done using Pootle.
commit 7a4ff035e0e569eb9eb058ea3678cdbeb98efc5a
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:41:04 2011 +0200
Translation update done using Pootle.
commit 2ebc71b3739bcc43660fcaefe0be1194989824e2
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:40:17 2011 +0200
Translation update done using Pootle.
commit 238c420c5c7b0d5c845862ae2fda4bf74b16cab0
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:39:51 2011 +0200
Translation update done using Pootle.
commit 5406c906eb4e28021d63b1eccf3fd88822dbbda4
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:39:23 2011 +0200
Translation update done using Pootle.
commit 33ffaf6064d67da49735645a83f18170c9f98785
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:39:04 2011 +0200
Translation update done using Pootle.
commit 4ecfd39ca551ee057f1236315ea7bf52a59e6f72
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:38:45 2011 +0200
Translation update done using Pootle.
commit caa47c08ffe35ffd4cb55aba33360d66ae040ce5
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:38:30 2011 +0200
Translation update done using Pootle.
commit 54523bb381620743f588a793fcf3f3bce11da5ce
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:38:06 2011 +0200
Translation update done using Pootle.
commit 9721227c8a837825e178a4035fc8fcb2c6b3ddcc
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:34:42 2011 +0200
Translation update done using Pootle.
commit 32cb0de0d4d4ecb7298e960aef2c55072b28a1bd
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:34:41 2011 +0200
Translation update done using Pootle.
commit 5cb4d3042801387a2dd9a86a7b299318ed8c80dd
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:33:58 2011 +0200
Translation update done using Pootle.
commit 3e0e3e5f3b75af3e8b97d177ff9655008d8470da
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:33:43 2011 +0200
Translation update done using Pootle.
commit bffee8cdd68cd6b3f17e10b39f1aed1d86115553
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:33:22 2011 +0200
Translation update done using Pootle.
commit becbdc21388efdcb99ef108a750f4c6930f41bcb
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:33:09 2011 +0200
Translation update done using Pootle.
commit 07849a137428f7faa47486205169ff7eaf5672ea
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:32:07 2011 +0200
Translation update done using Pootle.
commit c2b3d66a43a56edd231603c7fd3cdf2664490805
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:29:05 2011 +0200
Translation update done using Pootle.
commit 27a504aa4e31d82e846e98ec1324d00b5a6852a5
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:26:33 2011 +0200
Translation update done using Pootle.
commit 552d58b710ccd6b04c8282ffffb769ab366d6acf
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:26:29 2011 +0200
Translation update done using Pootle.
commit 91be0a0757d1bd3440682e95751b608274bc0e8b
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:26:22 2011 +0200
Translation update done using Pootle.
commit ea1d04a938dfaf7c97a4db280931ce19744c47ed
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:26:17 2011 +0200
Translation update done using Pootle.
commit 4082318f60d00f5eea1b3cb38a8a75e0fab858bb
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:25:05 2011 +0200
Translation update done using Pootle.
commit 750ab157249799e5c3bb623e4da31918e780dce4
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:24:56 2011 +0200
Translation update done using Pootle.
commit bd9c78778ff4b3dee67b62e0de857a66a4729315
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:24:40 2011 +0200
Translation update done using Pootle.
commit 7f8763d28b5f25483c9900819297d4713a393c74
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:24:31 2011 +0200
Translation update done using Pootle.
commit 5b2b83c94924a79fb597a7d2fe09ce667b1e2568
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:23:55 2011 +0200
Translation update done using Pootle.
commit 61829c1e72416d28c1f9c9c9f203509c15fe52f9
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:23:48 2011 +0200
Translation update done using Pootle.
commit f5d9b4f9695b6fb3d5df86d1e44b8762e6eba509
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:23:12 2011 +0200
Translation update done using Pootle.
commit f44365aa0f4c5d4d65c9338a46839c7ba1ef969c
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:22:35 2011 +0200
Translation update done using Pootle.
commit f1a7b027be6c328945cdd38fdeda32a30665b929
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:22:03 2011 +0200
Translation update done using Pootle.
commit a47eb19862789192a8dd3b661c89b000dc2256da
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:21:41 2011 +0200
Translation update done using Pootle.
commit 19f6de959ba23db797419aac833da174c1fff688
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:21:24 2011 +0200
Translation update done using Pootle.
commit 448ff9160e75d935d335e14cea45711901374f19
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:20:31 2011 +0200
Translation update done using Pootle.
commit 0a2103e5071c0296a04c9f8fbf3acb06fae23ec5
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:18:58 2011 +0200
Translation update done using Pootle.
commit 74d54a82c431dcb7dafd309cb5c68b009a732a3e
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:18:09 2011 +0200
Translation update done using Pootle.
commit 80167aea7449d559643f050cb99a65a8637e3d76
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:17:42 2011 +0200
Translation update done using Pootle.
commit b546a69a9f885398f624aaca5406f98b33bf6846
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:17:29 2011 +0200
Translation update done using Pootle.
commit 37f089a2363249813e2d48bed99574fab40b80c1
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:17:03 2011 +0200
Translation update done using Pootle.
commit 0133218e1f47bae0c551fd62ccadf4c444e8bbd0
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:15:19 2011 +0200
Translation update done using Pootle.
commit 561fc62c7fa6e1814c418f77d1662854f4cf2a0c
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 08:12:58 2011 +0200
Translation update done using Pootle.
commit d1f00d794b2215d65125e04b5a78601127239acd
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 07:46:49 2011 +0200
Translation update done using Pootle.
commit 723744a021c78c2db087f84f50d048cbb6c3d8ad
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 07:46:06 2011 +0200
Translation update done using Pootle.
commit 8703a97f0802b64409ac3cef06ee4122a608ffb2
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 07:45:46 2011 +0200
Translation update done using Pootle.
commit a26199948bcc29583914e5459bcd94c9f617783f
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 07:43:31 2011 +0200
Translation update done using Pootle.
commit 482ae17275e8bfb0fba85deb84cf6aebf97be6b4
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 07:40:57 2011 +0200
Translation update done using Pootle.
commit 7d2a481680748792720cbe632f0c15a1bbba40d5
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:59:02 2011 +0200
Translation update done using Pootle.
commit db706c1cfa7f238c3c4d54f79c2430d5551d7de1
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:58:36 2011 +0200
Translation update done using Pootle.
commit 034fdaf01705250d1fa0a13ad10ebcd4884c2fac
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:56:08 2011 +0200
Translation update done using Pootle.
commit a520a33d05d89d586f80a091bb409db3c1949534
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:22:01 2011 +0200
Translation update done using Pootle.
commit 52d3cc7ce7fb9048bffe823cd7a8c9472535cc9f
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:16:28 2011 +0200
Translation update done using Pootle.
commit 592e4be1b2dcabec2f52c28849080cbeb724ee9f
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:15:55 2011 +0200
Translation update done using Pootle.
commit 72fbab14ddd490b13f565518addc3d57c483c45f
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:12:19 2011 +0200
Translation update done using Pootle.
commit e949eec8522d15eb9497a016f484bfecc9504571
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:12:06 2011 +0200
Translation update done using Pootle.
commit 72250e4fe24b1148b26398faf001726ed14da024
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:11:35 2011 +0200
Translation update done using Pootle.
commit 426274d074215a65e3b7f5b522ce0cccfbe102ce
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:08:55 2011 +0200
Translation update done using Pootle.
commit 380e24719621937dc9de93589c13177406d158cb
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:08:32 2011 +0200
Translation update done using Pootle.
commit 06bcef54c0045cd74fcc09889a17436ed7e8afda
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:07:48 2011 +0200
Translation update done using Pootle.
commit dc3f74ac411e6f7dbc11f391a14761d57272f352
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:02:58 2011 +0200
Translation update done using Pootle.
commit 39255add7de64893135c236f188137f3bb3b5a38
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 05:02:28 2011 +0200
Translation update done using Pootle.
commit 4a284e054044efb6461cb3e8cb2fe4eb3e1398a3
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:58:33 2011 +0200
Translation update done using Pootle.
commit 211587838b12c90676b117687fc6294776f863f9
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:57:38 2011 +0200
Translation update done using Pootle.
commit 6e777cf5902cbfd099d0835df6195965a2785860
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:52:51 2011 +0200
Translation update done using Pootle.
commit de8c45c13c913a626addde9159a0e4aad8ecff7d
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:46:54 2011 +0200
Translation update done using Pootle.
commit a195eebf589ab3f39059eaa75428a2e41f6e18e7
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:46:36 2011 +0200
Translation update done using Pootle.
commit ae1eafbc71324a7c2232cc531937849271e91596
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed May 4 04:44:29 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/zh_CN/Documentation.html | 187 +++++++++++++++++----------------------
po/zh_CN.po | 163 +++++++++++++++++-----------------
2 files changed, 165 insertions(+), 185 deletions(-)
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index fd9552a..27f991e 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -1110,78 +1110,65 @@ session_save_path (外链,英语)</a>)。</dd>
<dd>标记正在使用的表以使得可以显示含有已锁定表的数据库 (自 MySQL 3.23.30 起) 。</dd>
<dt id="cfg_ShowSQL">$cfg['ShowSQL'] 布尔</dt>
- <dd>Defines whether <abbr title="structured query language">SQL</abbr> queries
-generated by phpMyAdmin should be displayed or not.</dd>
-
- <dt id="cfg_AllowUserDropDatabase">$cfg['AllowUserDropDatabase'] boolean</dt>
- <dd>Defines whether normal users (non-administrator) are allowed to delete their
-own database or not. If set as FALSE, the link "Drop Database"
-will not be shown, and even a "DROP DATABASE mydatabase" will be
-rejected. Quite practical for <abbr title="Internet service
-provider">ISP</abbr>'s with many customers.<br />
- Please note that this limitation of SQL queries is not as strict as when
-using MySQL privileges. This is due to nature of SQL queries which might be
-quite complicated. So this choice should be viewed as help to avoid
-accidental dropping rather than strict privilege limitation.</dd>
-
- <dt id="cfg_Confirm">$cfg['Confirm'] boolean</dt>
- <dd>Whether a warning ("Are your really sure...") should be displayed
-when you're about to lose data.</dd>
-
- <dt id="cfg_LoginCookieRecall">$cfg['LoginCookieRecall'] boolean</dt>
- <dd>Define whether the previous login should be recalled or not in cookie
-authentication mode.<br /><br />
-
- This is automatically disabled if you do not have configured <tt><a
-href="#cfg_blowfish_secret">$cfg['blowfish_secret']</a></tt>.
+ <dd>设置是否显示 phpMyAdmin 生成的 <abbr title="结构化查询语言 (structured query
+language)">SQL</abbr> 查询语句。</dd>
+
+ <dt id="cfg_AllowUserDropDatabase">$cfg['AllowUserDropDatabase'] 布尔</dt>
+ <dd>设置普通用户 (非管理员) 是否可以删除他们自己的数据库。若设为 FALSE,链接 "删除数据库"
+将不会显示出来,"DROP DATABASE 我的数据库名" 语句也会被忽略。该功能对于有很多客户的 <abbr
+title="互联网服务提供商 (Internet service provider)">ISP</abbr> 相当有用。<br />
+ 请注意这里对 SQL 查询的限制并不能像使用 MySQL 权限限制那样严格。因为 SQL
+查询可以非常复杂。所以该功能应作为避免误删除数据库而不是严格的权限限制来使用。</dd>
+
+ <dt id="cfg_Confirm">$cfg['Confirm'] 布尔</dt>
+ <dd>设置当查询可能丢失数据时是否显示警告 ("您真的要 ...") 。</dd>
+
+ <dt id="cfg_LoginCookieRecall">$cfg['LoginCookieRecall'] 布尔</dt>
+ <dd>设置在 cookie 认证下是否能自动重复上次登录。<br /><br />
+
+ 如果没有设置 <tt><a href="#cfg_blowfish_secret">$cfg['blowfish_secret']</a></tt>
+该功能将自动禁用。
</dd>
- <dt id="cfg_LoginCookieValidity">$cfg['LoginCookieValidity'] integer [number of seconds]</dt>
- <dd>Define how long is login cookie valid. Please note that php configuration
-option <a
+ <dt id="cfg_LoginCookieValidity">$cfg['LoginCookieValidity'] 整数 [单位: 秒]</dt>
+ <dd>设置登录 cookie 的有效期。请注意 PHP 配置选项的 <a
href="http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifeti…">session.gc_maxlifetime</a>
-might limit session validity and if session is lost, login cookie is also
-invalidated. So it is a good idea to set <code>session.gc_maxlifetime</code>
-not lower than the value of $cfg['LoginCookieValidity'].</dd>
+可能会限制会话有效期,若会话失效 cookie 同样会失效。所以最好将 <code>session.gc_maxlifetime</code>
+设置为不小于 $cfg['LoginCookieValidity'] 的值。</dd>
- <dt id="cfg_LoginCookieStore">$cfg['LoginCookieStore'] integer [number of seconds]</dt>
+ <dt id="cfg_LoginCookieStore">$cfg['LoginCookieStore'] 整数 [单位: 秒]</dt>
<dd>设置登录 cookie 应在浏览器中保存多长时间。默认值 0 表示当前会话。建议在公共环境下使用。</dd>
- <dt id="cfg_LoginCookieDeleteAll">$cfg['LoginCookieDeleteAll'] boolean</dt>
- <dd>If enabled (default), logout deletes cookies for all servers, otherwise only
-for current one. Setting this to false makes it easy to forget to log out
-from other server, when you are using more of them.</dd>
+ <dt id="cfg_LoginCookieDeleteAll">$cfg['LoginCookieDeleteAll'] 布尔</dt>
+ <dd>若启用 (默认值),退出时将会删除所有服务器的 cookies,否则仅删除当前服务器的 cookies 。若设为
+false,当你访问多台服务器时可能会容易忘记退出其它服务器。</dd>
- <dt id="cfg_UseDbSearch">$cfg['UseDbSearch'] boolean</dt>
- <dd>Define whether the "search string inside database" is enabled or not.</dd>
+ <dt id="cfg_UseDbSearch">$cfg['UseDbSearch'] 布尔</dt>
+ <dd>设置是否允许使用 "数据库搜索" 。</dd>
- <dt id="cfg_IgnoreMultiSubmitErrors">$cfg['IgnoreMultiSubmitErrors'] boolean</dt>
- <dd>Define whether phpMyAdmin will continue executing a multi-query statement if
-one of the queries fails. Default is to abort execution.</dd>
+ <dt id="cfg_IgnoreMultiSubmitErrors">$cfg['IgnoreMultiSubmitErrors'] 布尔</dt>
+ <dd>设置 phpMyAdmin 是否在执行多语句查询出错的时候继续执行。默认为中断执行。</dd>
- <dt id="cfg_VerboseMultiSubmit">$cfg['VerboseMultiSubmit'] boolean</dt>
+ <dt id="cfg_VerboseMultiSubmit">$cfg['VerboseMultiSubmit'] 布尔</dt>
<dd>Define whether phpMyAdmin will output the results of each query of a
multi-query statement embedded into the <abbr title="structured query
language">SQL</abbr> output as inline comments. Defaults to <tt>TRUE</tt>.</dd>
<dt id="AllowArbitraryServer">
- <span id="cfg_AllowArbitraryServer">$cfg['AllowArbitraryServer']</span>
-boolean</dt>
- <dd>If enabled, allows you to log in to arbitrary servers using cookie auth and
-permits to specify servers of your choice in the Synchronize dialog.
+ <span id="cfg_AllowArbitraryServer">$cfg['AllowArbitraryServer']</span> 布尔</dt>
+ <dd>若启用,将允许通过 cookie 认证登录到任意服务器并允许在同步对话框中指定服务器。
<br /><br />
- <b>NOTE:</b> Please use this carefully, as this may allow users access to
-MySQL servers behind the firewall where your <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> server is placed.
+ <b>注意:</b> 请谨慎使用该功能,这将可能导致用户访问到位于 <abbr title="超文本转移协议 (HyperText Transfer
+Protocol)">HTTP</abbr> 服务器防火墙后面的 MySQL 服务器。
</dd>
<dt id ="cfg_Error_Handler_display">$cfg['Error_Handler']['display'] 布尔</dt>
- <dd>Whether to display errors from PHP or not.</dd>
+ <dd>设置是否显示 PHP 错误。</dd>
<dt id ="cfg_Error_Handler_gather">$cfg['Error_Handler']['gather'] 布尔</dt>
- <dd>Whether to gather errors from PHP or not.</dd>
+ <dd>设置是否收集 PHP 错误。</dd>
- <dt id="cfg_LeftFrameLight">$cfg['LeftFrameLight'] boolean</dt>
+ <dt id="cfg_LeftFrameLight">$cfg['LeftFrameLight'] 布尔</dt>
<dd>Defines whether to use a select-based menu and display only the current
tables in the left frame (smaller page). Only in Non-Lightmode you can use
the feature to display nested folders using <a
@@ -1341,22 +1328,19 @@ in edit/insert mode. Since version 2.10, the user can toggle this setting
from the interface.
</dd>
- <dt id="cfg_ShowFieldTypesInDataEditView">$cfg['ShowFieldTypesInDataEditView'] boolean</dt>
+ <dt id="cfg_ShowFieldTypesInDataEditView">$cfg['ShowFieldTypesInDataEditView'] 布尔</dt>
<dd>Defines whether or not type fields should be initially displayed in
edit/insert mode. The user can toggle this setting from the interface.
</dd>
<dt id="cfg_CharEditing">$cfg['CharEditing'] string</dt>
- <dd>Defines which type of editing controls should be used for CHAR and VARCHAR
-columns. Possible values are:
- <ul><li>input - this allows to limit size of text to size of columns in MySQL, but
-has problems with newlines in columns</li>
- <li>textarea - no problems with newlines in columns, but also no length
-limitations</li>
+ <dd>设置编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件。可选值为:
+ <ul><li>输入框 (input) - 允许限制输入字数使其不超过 MySQL 字段限制,但无法换行</li>
+ <li>文本框 (textarea) - 可以换行,但没有字数限制</li>
</ul>
- Default is old behavior so input.</dd>
+ 默认为输入框 (input) 。</dd>
- <dt id="cfg_InsertRows">$cfg['InsertRows'] integer</dt>
+ <dt id="cfg_InsertRows">$cfg['InsertRows'] 整数</dt>
<dd>Defines the maximum number of concurrent entries for the Insert page.</dd>
<dt id="cfg_ForeignKeyMaxLimit">$cfg['ForeignKeyMaxLimit'] integer</dt>
@@ -1371,14 +1355,13 @@ offering both the key and value data. The contents of the array should be
one or both of the following strings: <i>'content-id'</i>,
<i>'id-content'</i>.</dd>
- <dt><span id="cfg_ZipDump">$cfg['ZipDump'] </span>boolean<br />
- <span id="cfg_GZipDump">$cfg['GZipDump'] </span>boolean<br />
- <span id="cfg_BZipDump">$cfg['BZipDump'] </span>boolean
+ <dt><span id="cfg_ZipDump">$cfg['ZipDump'] </span>布尔<br />
+ <span id="cfg_GZipDump">$cfg['GZipDump'] </span>布尔<br />
+ <span id="cfg_BZipDump">$cfg['BZipDump'] </span>布尔
</dt>
- <dd>Defines whether to allow the use of zip/GZip/BZip2 compression when creating
-a dump file</dd>
+ <dd>设置在创建转储文件时是否允许使用 zip/GZip/BZip2 压缩</dd>
- <dt><span id="cfg_CompressOnFly">$cfg['CompressOnFly'] </span>boolean<br />
+ <dt><span id="cfg_CompressOnFly">$cfg['CompressOnFly'] </span>布尔<br />
</dt>
<dd>Defines whether to allow on the fly compression for GZip/BZip2 compressed
exports. This doesn't affect smaller dumps and allows users to create larger
@@ -1449,24 +1432,21 @@ locale/<i>code</i>/LC_MESSAGES/phpmyadmin.mo.
href="http://dev.mysql.com/doc/mysql/en/charset-charsets.html">MySQL
documentation</a> for list of possible values.</dd>
- <dt id="cfg_Lang">$cfg['Lang'] string</dt>
- <dd>Force language to use.<br />
+ <dt id="cfg_Lang">$cfg['Lang'] 字符串</dt>
+ <dd>强制使用的语言。<br />
The corresponding language file needs to be in
locale/<i>code</i>/LC_MESSAGES/phpmyadmin.mo.
</dd>
- <dt id="cfg_FilterLanguages">$cfg['FilterLanguages'] string</dt>
- <dd>Limit list of available languages to those matching the given regular
-expression. For example if you want only Czech and English, you should set
-filter to <code>'^(cs|en)'</code>.</dd>
-
- <dt id="cfg_RecodingEngine">$cfg['RecodingEngine'] string</dt>
- <dd>You can select here which functions will be used for character set
-conversion. Possible values are:
- <ul><li>auto - automatically use available one (first is tested iconv, then recode)</li>
- <li>iconv - use iconv or libiconv functions</li>
- <li>recode - use recode_string function</li>
- <li>none - disable encoding conversion</li>
+ <dt id="cfg_FilterLanguages">$cfg['FilterLanguages'] 字符串</dt>
+ <dd>通过正则表达式限制可用语言列表。例如只允许使用简体中文和英语,可以设置为 <code>'^(zh_CN|en)'</code>。</dd>
+
+ <dt id="cfg_RecodingEngine">$cfg['RecodingEngine'] 字符串</dt>
+ <dd>你可以在这里选择使用哪个函数来转换字符集。可选值为:
+ <ul><li>自动 (auto) - 自动选择可用的函数 (首先尝试 iconv,然后 recode)</li>
+ <li>iconv - 使用 iconv 或 libiconv 函数</li>
+ <li>recode - 使用 recode_string 函数</li>
+ <li>无 (none) - 禁止编码转换</li>
</ul>
Default is auto.</dd>
<dd>
@@ -1538,17 +1518,17 @@ have problems with long URLs. Default is <code>1000</code>.
<dd>Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [CSS
-color for background]<br />
- <span id="cfg_MainBackground">$cfg['MainBackground']</span> string [CSS
-color for background]
+ <dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> 字符串 [格式: CSS
+背景色]<br />
+ <span id="cfg_MainBackground">$cfg['MainBackground']</span> 字符串 [格式: CSS
+背景色]
</dt>
<dd>The background styles used for both the frames. See
<tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [CSS color for background]<br />
- <span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [CSS
-color]</dt>
+ <dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] 字符串 [格式: CSS 背景色]<br />
+ <span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> 字符串 [格式: CSS
+颜色]</dt>
<dd>The style used for the pointer in the navi frame. See
<tt>themes/themename/layout.inc.php</tt>.</dd>
@@ -1560,29 +1540,29 @@ color]</dt>
<dd>The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt id="cfg_ThBackground">$cfg['ThBackground'] string [CSS color for background]<br />
- <span id="cfg_ThColor">$cfg['ThColor']</span> string [CSS color]</dt>
+ <dt id="cfg_ThBackground">$cfg['ThBackground'] 字符串 [格式: CSS 背景色]<br />
+ <span id="cfg_ThColor">$cfg['ThColor']</span> 字符串 [格式: CSS 颜色]</dt>
<dd>The style used for table headers. See
<tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_BgcolorOne">$cfg['BgOne'] string [CSS color]</dt>
+ <dt id="cfg_BgcolorOne">$cfg['BgOne'] 字符串 [格式: CSS 颜色]</dt>
<dd>The color (HTML) #1 for table rows. See
<tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [CSS color]</dt>
+ <dt id="cfg_BgcolorTwo">$cfg['BgTwo'] 字符串 [格式: CSS 颜色]</dt>
<dd>The color (HTML) #2 for table rows. See
<tt>themes/themename/layout.inc.php</tt>.
</dd>
<dt><span id="cfg_BrowsePointerBackground">$cfg['BrowsePointerBackground']
-</span>string [CSS color]<br />
- <span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string
-[CSS color]<br />
+</span>字符串 [格式: CSS 颜色]<br />
+ <span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>字符串 [格式:
+CSS 颜色]<br />
<span id="cfg_BrowseMarkerBackground">$cfg['BrowseMarkerBackground']
-</span>string [CSS color]<br />
- <span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string
-[CSS color]
+</span>字符串 [格式: CSS 颜色]<br />
+ <span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>字符串 [格式:
+CSS 颜色]
</dt>
<dd>The colors (HTML) uses for the pointer and the marker in browse mode.<br />
The former feature highlights the row over which your mouse is passing and
@@ -1643,7 +1623,7 @@ both at the left and at the right). "Left" and "right"
are parsed as "top" and "bottom" with vertical display
mode.</dd>
- <dt id="cfg_DefaultDisplay">$cfg['DefaultDisplay'] string</dt>
+ <dt id="cfg_DefaultDisplay">$cfg['DefaultDisplay'] 字符串</dt>
<dd>There are 3 display modes: horizontal, horizontalflipped and vertical.
Define which one is displayed by default. The first mode displays each row
on a horizontal line, the second rotates the headers by 90 degrees, so you
@@ -1652,7 +1632,7 @@ and still print them out. The vertical mode sorts each row on a vertical
lineup.
</dd>
- <dt id="cfg_HeaderFlipType">$cfg['HeaderFlipType'] string</dt>
+ <dt id="cfg_HeaderFlipType">$cfg['HeaderFlipType'] 字符串</dt>
<dd>
The HeaderFlipType can be set to 'auto', 'css' or 'fake'. When using 'css'
the rotation of the header for horizontalflipped is done via CSS. The CSS
@@ -1795,7 +1775,7 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] 字符串</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
<ul>
@@ -1902,7 +1882,7 @@ Database view, for the table list.</dd>
state. A value of <tt>'open'</tt> does the reverse. To completely disable
all visual sliders, use <tt>'disabled'</tt>.</dd>
- <dt id="cfg_UserprefsDisallow">$cfg['UserprefsDisallow'] array</dt>
+ <dt id="cfg_UserprefsDisallow">$cfg['UserprefsDisallow'] 数组</dt>
<dd>Contains names of configuration options (keys in <tt>$cfg</tt> array) that
users can't set through user preferences. For possible values, refer to
<tt>libraries/config/user_preferences.forms.php</tt>.</dd>
@@ -2278,9 +2258,8 @@ phpMyAdmin 的特性和接口方面的信息。</p>
<h3 id="faqserver">服务器</h3>
<h4 id="faq1_1">
- <a href="#faq1_1">1.1 My server is crashing each time a specific action is
-required or phpMyAdmin sends a blank page or a page full of cryptic
-characters to my browser, what can I do?</a></h4>
+ <a href="#faq1_1">1.1 我的服务器不是在处理特定请求时崩溃就是 phpMyAdmin
+发送空白页面或者都是乱码的页面,我该怎么办?</a></h4>
<p> 在 <i>config.inc.php</i> 文件中将 <a href="#cfg_OBGzip"
class="configurule">$cfg['OBGzip']</a> 显式地设为 <tt>FALSE</tt>,同时将 PHP 配置文件中的
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9f93d3e..1dc8b69 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-21 14:32+0300\n"
-"PO-Revision-Date: 2011-05-03 08:22+0200\n"
+"PO-Revision-Date: 2011-05-04 08:45+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: none\n"
"Language: zh_CN\n"
@@ -3418,11 +3418,13 @@ msgid ""
"Defines whether <abbr title=\"structured query language\">SQL</abbr> queries "
"generated by phpMyAdmin should be displayed or not."
msgstr ""
+"设置是否显示 phpMyAdmin 生成的 <abbr title=\"结构化查询语言 (structured query "
+"language)\">SQL</abbr> 查询语句。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1367
msgid "$cfg['AllowUserDropDatabase'] boolean"
-msgstr ""
+msgstr "$cfg['AllowUserDropDatabase'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1368
@@ -3433,6 +3435,9 @@ msgid ""
"rejected. Quite practical for <abbr title=\"Internet service provider\">ISP</"
"abbr>'s with many customers."
msgstr ""
+"设置普通用户 (非管理员) 是否可以删除他们自己的数据库。若设为 FALSE,链接 "删除数据库" "
+"将不会显示出来,"DROP DATABASE 我的数据库名" 语句也会被忽略。该功能对于有很多客户的 <abbr "
+"title=\"互联网服务提供商 (Internet service provider)\">ISP</abbr> 相当有用。"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1374
@@ -3442,30 +3447,32 @@ msgid ""
"quite complicated. So this choice should be viewed as help to avoid "
"accidental dropping rather than strict privilege limitation."
msgstr ""
+"请注意这里对 SQL 查询的限制并不能像使用 MySQL 权限限制那样严格。因为 SQL "
+"查询可以非常复杂。所以该功能应作为避免误删除数据库而不是严格的权限限制来使用。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1380
msgid "$cfg['Confirm'] boolean"
-msgstr ""
+msgstr "$cfg['Confirm'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1381
msgid ""
"Whether a warning ("Are your really sure...") should be displayed "
"when you're about to lose data."
-msgstr ""
+msgstr "设置当查询可能丢失数据时是否显示警告 ("您真的要 ...") 。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1384
msgid "$cfg['LoginCookieRecall'] boolean"
-msgstr ""
+msgstr "$cfg['LoginCookieRecall'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1385
msgid ""
"Define whether the previous login should be recalled or not in cookie "
"authentication mode."
-msgstr ""
+msgstr "设置在 cookie 认证下是否能自动重复上次登录。"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1388
@@ -3473,11 +3480,13 @@ msgid ""
"This is automatically disabled if you do not have configured <tt><a href="
"\"#cfg_blowfish_secret\">$cfg['blowfish_secret']</a></tt>."
msgstr ""
+"如果没有设置 <tt><a href=\"#cfg_blowfish_secret\">$cfg['blowfish_secret']</a></tt> "
+"该功能将自动禁用。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1392
msgid "$cfg['LoginCookieValidity'] integer [number of seconds]"
-msgstr ""
+msgstr "$cfg['LoginCookieValidity'] 整数 [单位: 秒]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1393
@@ -3489,11 +3498,15 @@ msgid ""
"a good idea to set <code>session.gc_maxlifetime</code> not lower than the "
"value of $cfg['LoginCookieValidity']."
msgstr ""
+"设置登录 cookie 的有效期。请注意 PHP 配置选项的 <a "
+"href=\"http://php.net/manual/en/session.configuration.php#ini.session.gc-"
+"maxlifetime\">session.gc_maxlifetime</a> 可能会限制会话有效期,若会话失效 cookie 同样会失效。所以最好将 "
+"<code>session.gc_maxlifetime</code> 设置为不小于 $cfg['LoginCookieValidity'] 的值。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1399
msgid "$cfg['LoginCookieStore'] integer [number of seconds]"
-msgstr ""
+msgstr "$cfg['LoginCookieStore'] 整数 [单位: 秒]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1400
@@ -3506,7 +3519,7 @@ msgstr "设置登录 cookie 应在浏览器中保存多长时间。默认值 0
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1404
msgid "$cfg['LoginCookieDeleteAll'] boolean"
-msgstr ""
+msgstr "$cfg['LoginCookieDeleteAll'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1405
@@ -3515,33 +3528,35 @@ msgid ""
"for current one. Setting this to false makes it easy to forget to log out "
"from other server, when you are using more of them."
msgstr ""
+"若启用 (默认值),退出时将会删除所有服务器的 cookies,否则仅删除当前服务器的 cookies 。若设为 "
+"false,当你访问多台服务器时可能会容易忘记退出其它服务器。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1410
msgid "$cfg['UseDbSearch'] boolean"
-msgstr ""
+msgstr "$cfg['UseDbSearch'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1411
msgid "Define whether the \"search string inside database\" is enabled or not."
-msgstr ""
+msgstr "设置是否允许使用 \"数据库搜索\" 。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1413
msgid "$cfg['IgnoreMultiSubmitErrors'] boolean"
-msgstr ""
+msgstr "$cfg['IgnoreMultiSubmitErrors'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1414
msgid ""
"Define whether phpMyAdmin will continue executing a multi-query statement if "
"one of the queries fails. Default is to abort execution."
-msgstr ""
+msgstr "设置 phpMyAdmin 是否在执行多语句查询出错的时候继续执行。默认为中断执行。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1417
msgid "$cfg['VerboseMultiSubmit'] boolean"
-msgstr ""
+msgstr "$cfg['VerboseMultiSubmit'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1418
@@ -3557,13 +3572,14 @@ msgid ""
"<span id=\"cfg_AllowArbitraryServer\">$cfg['AllowArbitraryServer']</span> "
"boolean"
msgstr ""
+"<span id=\"cfg_AllowArbitraryServer\">$cfg['AllowArbitraryServer']</span> 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1424
msgid ""
"If enabled, allows you to log in to arbitrary servers using cookie auth and "
"permits to specify servers of your choice in the Synchronize dialog."
-msgstr ""
+msgstr "若启用,将允许通过 cookie 认证登录到任意服务器并允许在同步对话框中指定服务器。"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1427
@@ -3572,6 +3588,8 @@ msgid ""
"MySQL servers behind the firewall where your <abbr title=\"HyperText "
"Transfer Protocol\">HTTP</abbr> server is placed."
msgstr ""
+"<b>注意:</b> 请谨慎使用该功能,这将可能导致用户访问到位于 <abbr title=\"超文本转移协议 (HyperText Transfer "
+"Protocol)\">HTTP</abbr> 服务器防火墙后面的 MySQL 服务器。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1432
@@ -3581,7 +3599,7 @@ msgstr "$cfg['Error_Handler']['display'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1433
msgid "Whether to display errors from PHP or not."
-msgstr ""
+msgstr "设置是否显示 PHP 错误。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1435
@@ -3591,12 +3609,12 @@ msgstr "$cfg['Error_Handler']['gather'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1436
msgid "Whether to gather errors from PHP or not."
-msgstr ""
+msgstr "设置是否收集 PHP 错误。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1438
msgid "$cfg['LeftFrameLight'] boolean"
-msgstr ""
+msgstr "$cfg['LeftFrameLight'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1439
@@ -4007,9 +4025,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1602
-#, fuzzy
msgid "$cfg['ShowFieldTypesInDataEditView'] boolean"
-msgstr "$cfg['SuhosinDisableWarning'] 布尔"
+msgstr "$cfg['ShowFieldTypesInDataEditView'] 布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1603
@@ -4025,37 +4042,34 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1609
-#, fuzzy
msgid ""
"Defines which type of editing controls should be used for CHAR and VARCHAR "
"columns. Possible values are:"
-msgstr ""
-"定义编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件,[kbd]输入框 (input)[/kbd] "
-"- 允许限制输入长度,[kbd]文本框 (textarea)[/kbd] - 允许输入多行数据"
+msgstr "设置编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件。可选值为:"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1611
msgid ""
"input - this allows to limit size of text to size of columns in MySQL, but "
"has problems with newlines in columns"
-msgstr ""
+msgstr "输入框 (input) - 允许限制输入字数使其不超过 MySQL 字段限制,但无法换行"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1613
msgid ""
"textarea - no problems with newlines in columns, but also no length "
"limitations"
-msgstr ""
+msgstr "文本框 (textarea) - 可以换行,但没有字数限制"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1616
msgid "Default is old behavior so input."
-msgstr ""
+msgstr "默认为输入框 (input) 。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1618
msgid "$cfg['InsertRows'] integer"
-msgstr ""
+msgstr "$cfg['InsertRows'] 整数"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1619
@@ -4093,29 +4107,29 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1633
msgid "<span id=\"cfg_ZipDump\">$cfg['ZipDump'] </span>boolean"
-msgstr ""
+msgstr "<span id=\"cfg_ZipDump\">$cfg['ZipDump'] </span>布尔"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1634
msgid "<span id=\"cfg_GZipDump\">$cfg['GZipDump'] </span>boolean"
-msgstr ""
+msgstr "<span id=\"cfg_GZipDump\">$cfg['GZipDump'] </span>布尔"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1635
msgid "<span id=\"cfg_BZipDump\">$cfg['BZipDump'] </span>boolean"
-msgstr ""
+msgstr "<span id=\"cfg_BZipDump\">$cfg['BZipDump'] </span>布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1637
msgid ""
"Defines whether to allow the use of zip/GZip/BZip2 compression when creating "
"a dump file"
-msgstr ""
+msgstr "设置在创建转储文件时是否允许使用 zip/GZip/BZip2 压缩"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1640
msgid "<span id=\"cfg_CompressOnFly\">$cfg['CompressOnFly'] </span>boolean"
-msgstr ""
+msgstr "<span id=\"cfg_CompressOnFly\">$cfg['CompressOnFly'] </span>布尔"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1642
@@ -4309,17 +4323,17 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1714
msgid "$cfg['Lang'] string"
-msgstr ""
+msgstr "$cfg['Lang'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1715
msgid "Force language to use."
-msgstr ""
+msgstr "强制使用的语言。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1720
msgid "$cfg['FilterLanguages'] string"
-msgstr ""
+msgstr "$cfg['FilterLanguages'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1721
@@ -4327,41 +4341,40 @@ msgid ""
"Limit list of available languages to those matching the given regular "
"expression. For example if you want only Czech and English, you should set "
"filter to <code>'^(cs|en)'</code>."
-msgstr ""
+msgstr "通过正则表达式限制可用语言列表。例如只允许使用简体中文和英语,可以设置为 <code>'^(zh_CN|en)'</code>。"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1725
msgid "$cfg['RecodingEngine'] string"
-msgstr ""
+msgstr "$cfg['RecodingEngine'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1726
msgid ""
"You can select here which functions will be used for character set "
"conversion. Possible values are:"
-msgstr ""
+msgstr "你可以在这里选择使用哪个函数来转换字符集。可选值为:"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1728
msgid ""
"auto - automatically use available one (first is tested iconv, then recode)"
-msgstr ""
+msgstr "自动 (auto) - 自动选择可用的函数 (首先尝试 iconv,然后 recode)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1730
msgid "iconv - use iconv or libiconv functions"
-msgstr ""
+msgstr "iconv - 使用 iconv 或 libiconv 函数"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1731
msgid "recode - use recode_string function"
-msgstr ""
+msgstr "recode - 使用 recode_string 函数"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:1732
-#, fuzzy
msgid "none - disable encoding conversion"
-msgstr "编码转换"
+msgstr "无 (none) - 禁止编码转换"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1734 orig-docs/Documentation.html:1780
@@ -4518,13 +4531,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1804
-#, fuzzy
msgid ""
"<span id=\"cfg_NaviBackground\">$cfg['NaviBackground']</span> string [CSS "
"color for background]"
msgstr ""
-"<span id=\"cfg_Servers_only_db\">$cfg['Servers'][$i]['only_db']</span> 字符"
-"串 或 数组"
+"<span id=\"cfg_NaviBackground\">$cfg['NaviBackground']</span> 字符串 [格式: CSS "
+"背景色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1805
@@ -4532,6 +4544,8 @@ msgid ""
"<span id=\"cfg_MainBackground\">$cfg['MainBackground']</span> string [CSS "
"color for background]"
msgstr ""
+"<span id=\"cfg_MainBackground\">$cfg['MainBackground']</span> 字符串 [格式: CSS "
+"背景色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1807
@@ -4543,17 +4557,16 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1810
msgid "$cfg['NaviPointerBackground'] string [CSS color for background]"
-msgstr ""
+msgstr "$cfg['NaviPointerBackground'] 字符串 [格式: CSS 背景色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1811
-#, fuzzy
msgid ""
"<span id=\"cfg_NaviPointerColor\">$cfg['NaviPointerColor']</span> string "
"[CSS color]"
msgstr ""
-"<span id=\"cfg_Servers_controluser\">$cfg['Servers'][$i]['controluser']</"
-"span> 字符串"
+"<span id=\"cfg_NaviPointerColor\">$cfg['NaviPointerColor']</span> 字符串 [格式: CSS "
+"颜色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1812
@@ -4588,14 +4601,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1823
msgid "$cfg['ThBackground'] string [CSS color for background]"
-msgstr ""
+msgstr "$cfg['ThBackground'] 字符串 [格式: CSS 背景色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1824
-#, fuzzy
msgid "<span id=\"cfg_ThColor\">$cfg['ThColor']</span> string [CSS color]"
-msgstr ""
-"<span id=\"cfg_Servers_history\">$cfg['Servers'][$i]['history']</span> 字符串"
+msgstr "<span id=\"cfg_ThColor\">$cfg['ThColor']</span> 字符串 [格式: CSS 颜色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1825
@@ -4607,7 +4618,7 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1828
msgid "$cfg['BgOne'] string [CSS color]"
-msgstr ""
+msgstr "$cfg['BgOne'] 字符串 [格式: CSS 颜色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1829
@@ -4619,7 +4630,7 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1832
msgid "$cfg['BgTwo'] string [CSS color]"
-msgstr ""
+msgstr "$cfg['BgTwo'] 字符串 [格式: CSS 颜色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1833
@@ -4630,43 +4641,39 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1836
-#, fuzzy
msgid ""
"<span id=\"cfg_BrowsePointerBackground\">$cfg['BrowsePointerBackground'] </"
"span>string [CSS color]"
msgstr ""
-"<span id=\"cfg_Servers_tracking\">$cfg['Servers'][$i]['tracking']</span> 字符"
-"串"
+"<span id=\"cfg_BrowsePointerBackground\">$cfg['BrowsePointerBackground'] "
+"</span>字符串 [格式: CSS 颜色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1837
-#, fuzzy
msgid ""
"<span id=\"cfg_BrowsePointerColor\">$cfg['BrowsePointerColor'] </span>string "
"[CSS color]"
msgstr ""
-"<span id=\"cfg_Servers_controluser\">$cfg['Servers'][$i]['controluser']</"
-"span> 字符串"
+"<span id=\"cfg_BrowsePointerColor\">$cfg['BrowsePointerColor'] </span>字符串 [格式: "
+"CSS 颜色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1838
-#, fuzzy
msgid ""
"<span id=\"cfg_BrowseMarkerBackground\">$cfg['BrowseMarkerBackground'] </"
"span>string [CSS color]"
msgstr ""
-"<span id=\"cfg_Servers_tracking\">$cfg['Servers'][$i]['tracking']</span> 字符"
-"串"
+"<span id=\"cfg_BrowseMarkerBackground\">$cfg['BrowseMarkerBackground'] "
+"</span>字符串 [格式: CSS 颜色]"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1839
-#, fuzzy
msgid ""
"<span id=\"cfg_BrowseMarkerColor\">$cfg['BrowseMarkerColor'] </span>string "
"[CSS color]"
msgstr ""
-"<span id=\"cfg_Servers_only_db\">$cfg['Servers'][$i]['only_db']</span> 字符"
-"串 或 数组"
+"<span id=\"cfg_BrowseMarkerColor\">$cfg['BrowseMarkerColor'] </span>字符串 [格式: "
+"CSS 颜色]"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1841
@@ -4830,9 +4837,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1899
-#, fuzzy
msgid "$cfg['DefaultDisplay'] string"
-msgstr "$cfg['PmaAbsoluteUri'] 字符串"
+msgstr "$cfg['DefaultDisplay'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1900
@@ -4847,9 +4853,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1908
-#, fuzzy
msgid "$cfg['HeaderFlipType'] string"
-msgstr "$cfg['PmaAbsoluteUri'] 字符串"
+msgstr "$cfg['HeaderFlipType'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1910
@@ -5113,9 +5118,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:2055
-#, fuzzy
msgid "$cfg['Export']['method'] string"
-msgstr "$cfg['Servers'][$i]['host'] 字符串"
+msgstr "$cfg['Export']['method'] 字符串"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:2057
@@ -5344,9 +5348,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:2163
-#, fuzzy
msgid "$cfg['UserprefsDisallow'] array"
-msgstr "$cfg['Servers'] 数组"
+msgstr "$cfg['UserprefsDisallow'] 数组"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:2164
@@ -6425,15 +6428,13 @@ msgstr "服务器"
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:2579
-#, fuzzy
msgid ""
"<a href=\"#faq1_1\">1.1 My server is crashing each time a specific action is "
"required or phpMyAdmin sends a blank page or a page full of cryptic "
"characters to my browser, what can I do?</a>"
msgstr ""
-"<a href=\"#faq1_1\">1.1 我正在使用 PHP 4+ 版本,在我执行某些特性操作的时候服"
-"务器总是会发生一些错误,如 phpMyAdmin 返回空页面,或者显示乱码,我该怎么办?"
-"</a>"
+"<a href=\"#faq1_1\">1.1 我的服务器不是在处理特定请求时崩溃就是 phpMyAdmin "
+"发送空白页面或者都是乱码的页面,我该怎么办?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:2583
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. darkblue_orange-2.9-8-gd5c6f3c
by Madhura Jayaratne 04 May '11
by Madhura Jayaratne 04 May '11
04 May '11
The branch, master has been updated
via d5c6f3cfe14b7a5882fd02a71b34f49640c62594 (commit)
from 288ae8dc8c25c9262af6b241433b69ca10d3608b (commit)
- Log -----------------------------------------------------------------
commit d5c6f3cfe14b7a5882fd02a71b34f49640c62594
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Mon May 2 17:22:18 2011 +0530
Style changes for table/db operations pages
-----------------------------------------------------------------------
Summary of changes:
darkblue_orange/css/theme_right.css.php | 2 +-
graphite/css/theme_right.css.php | 2 +-
toba/css/theme_right.css.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/darkblue_orange/css/theme_right.css.php b/darkblue_orange/css/theme_right.css.php
index 637b063..a285c47 100644
--- a/darkblue_orange/css/theme_right.css.php
+++ b/darkblue_orange/css/theme_right.css.php
@@ -1297,7 +1297,7 @@ li#li_user_preferences {
}
.operations_half_width {
- min-width: 48%;
+ width: 48%;
float: <?php echo $left; ?>;
}
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 80bb6a7..538aed5 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -1051,7 +1051,7 @@ li#li_select_fontsize {
}
.operations_half_width {
- min-width: 48%;
+ width: 48%;
float: <?php echo $left; ?>;
}
diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php
index b929b82..ed2f652 100644
--- a/toba/css/theme_right.css.php
+++ b/toba/css/theme_right.css.php
@@ -1256,7 +1256,7 @@ li#li_user_preferences {
}
.operations_half_width {
- min-width: 48%;
+ width: 48%;
float: <?php echo $left; ?>;
}
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-655-g73c57b0
by Marc Delisle 04 May '11
by Marc Delisle 04 May '11
04 May '11
The branch, master has been updated
via 73c57b099e8b2d2c99fcb4d0888dcc40f4dd366a (commit)
from b2b1953db11219b5ac801ab58c3ecff2cfbb7f29 (commit)
- Log -----------------------------------------------------------------
commit 73c57b099e8b2d2c99fcb4d0888dcc40f4dd366a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue May 3 19:05:24 2011 -0400
Continue to replace warning level with error level
-----------------------------------------------------------------------
Summary of changes:
libraries/Index.class.php | 4 ++--
libraries/Message.class.php | 19 -------------------
libraries/common.lib.php | 2 +-
libraries/display_import.lib.php | 2 +-
tbl_operations.php | 2 +-
tbl_replace.php | 2 +-
tbl_structure.php | 2 +-
test/PMA_Message_test.php | 11 +----------
view_operations.php | 2 +-
9 files changed, 9 insertions(+), 37 deletions(-)
diff --git a/libraries/Index.class.php b/libraries/Index.class.php
index 6fc0bec..ee266aa 100644
--- a/libraries/Index.class.php
+++ b/libraries/Index.class.php
@@ -424,7 +424,7 @@ class PMA_Index
$indexes = PMA_Index::getFromTable($table, $schema);
if (count($indexes) < 1) {
- return PMA_Message::warning(__('No index defined!'))->getDisplay();
+ return PMA_Message::error(__('No index defined!'))->getDisplay();
}
$r = '';
@@ -576,7 +576,7 @@ class PMA_Index
// did not find any difference
// so it makes no sense to have this two equal indexes
- $message = PMA_Message::warning(__('The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'));
+ $message = PMA_Message::error(__('The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'));
$message->addParam($each_index->getName());
$message->addParam($while_index->getName());
$output .= $message->getDisplay();
diff --git a/libraries/Message.class.php b/libraries/Message.class.php
index 5c46e86..3064868 100644
--- a/libraries/Message.class.php
+++ b/libraries/Message.class.php
@@ -424,25 +424,6 @@ class PMA_Message
}
/**
- * returns whether this message is a warning message or not
- * and optionally makes this message a warning message
- *
- * @uses PMA_Message::WARNING
- * @uses PMA_Message::setNumber()
- * @uses PMA_Message::getNumber()
- * @param boolean $set
- * @return boolean whether this is a warning message or not
- */
- public function isWarning($set = false)
- {
- if ($set) {
- $this->setNumber(PMA_Message::WARNING);
- }
-
- return $this->getNumber() === PMA_Message::WARNING;
- }
-
- /**
* returns whether this message is an error message or not
* and optionally makes this message an error message
*
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 3161132..4969463 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1674,7 +1674,7 @@ function PMA_generate_html_tab($tab, $url_params = array())
}
if (!empty($tab['warning'])) {
- $tab['class'] .= ' warning';
+ $tab['class'] .= ' error';
$tab['attr'] .= ' title="' . htmlspecialchars($tab['warning']) . '"';
}
diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php
index 53a9351..3a9c2ea 100644
--- a/libraries/display_import.lib.php
+++ b/libraries/display_import.lib.php
@@ -175,7 +175,7 @@ if ($_SESSION[$SESSION_KEY]["handler"]!="noplugin") {
$uid = uniqid("");
PMA_browseUploadFile($max_upload_size);
} else if (!$GLOBALS['is_upload']) {
- PMA_Message::warning(__('File uploads are not allowed on this server.'))->display();
+ PMA_Message::notice(__('File uploads are not allowed on this server.'))->display();
} else if (!empty($cfg['UploadDir'])) {
PMA_selectUploadFile($import_list, $cfg['UploadDir']);
} // end if (web-server upload directory)
diff --git a/tbl_operations.php b/tbl_operations.php
index 04f1165..28530da 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -228,7 +228,7 @@ if (isset($result) && empty($message_to_show)) {
if (! empty($warning_messages)) {
$_message = new PMA_Message;
$_message->addMessages($warning_messages);
- $_message->isWarning(true);
+ $_message->isError(true);
unset($warning_messages);
}
PMA_showMessage($_message, $sql_query, $_type);
diff --git a/tbl_replace.php b/tbl_replace.php
index 0abe124..40d0ad4 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -414,7 +414,7 @@ if (! empty($warning_messages)) {
* the message
*/
$message->addMessages($warning_messages, '<br />');
- $message->isWarning(true);
+ $message->isError(true);
}
if (! empty($error_messages)) {
$message->addMessages($error_messages);
diff --git a/tbl_structure.php b/tbl_structure.php
index fce4f39..99ec0e9 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -773,7 +773,7 @@ if ($cfg['ShowStats']) {
}
if (isset($free_size)) {
?>
- <tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?> warning">
+ <tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?> error">
<th class="name"><?php echo __('Overhead'); ?></th>
<td class="value"><?php echo $free_size; ?></td>
<td class="unit"><?php echo $free_unit; ?></td>
diff --git a/test/PMA_Message_test.php b/test/PMA_Message_test.php
index e3a4492..27e4b7f 100644
--- a/test/PMA_Message_test.php
+++ b/test/PMA_Message_test.php
@@ -156,21 +156,12 @@ class PMA_Message_test extends PHPUnit_Extensions_OutputTestCase
public function testIsNotice()
{
$this->assertTrue($this->object->isNotice());
- $this->object->isWarning(true);
+ $this->object->isError(true);
$this->assertFalse($this->object->isNotice());
$this->assertTrue($this->object->isNotice(true));
}
/**
- * testing isWarning method
- */
- public function testIsWarning()
- {
- $this->assertFalse($this->object->isWarning());
- $this->assertTrue($this->object->isWarning(true));
- }
-
- /**
* testing isError method
*/
public function testIsError()
diff --git a/view_operations.php b/view_operations.php
index 55d1c74..4a315d0 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -64,7 +64,7 @@ if (isset($result)) {
if (! empty($warning_messages)) {
$_message = new PMA_Message;
$_message->addMessages($warning_messages);
- $_message->isWarning(true);
+ $_message->isError(true);
unset($warning_messages);
}
PMA_showMessage($_message, $sql_query, $_type, $is_view = true);
hooks/post-receive
--
phpMyAdmin
1
0