Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- 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
- 9 participants
- 39110 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1927-g179cbfa
by Mike Homme 07 Mar '11
by Mike Homme 07 Mar '11
07 Mar '11
The branch, master has been updated
via 179cbfadc96c0c4b52078cb08faf4ede219b10d0 (commit)
via 7f5626788f226a8ce2b29390c5b1a11ad409478b (commit)
from abb98084f8c886e056f30a9f4847728b0ba428de (commit)
- Log -----------------------------------------------------------------
commit 179cbfadc96c0c4b52078cb08faf4ede219b10d0
Merge: 7f5626788f226a8ce2b29390c5b1a11ad409478b abb98084f8c886e056f30a9f4847728b0ba428de
Author: Mike Hommé <mike(a)globalcode.org>
Date: Mon Mar 7 21:42:47 2011 -0500
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 7f5626788f226a8ce2b29390c5b1a11ad409478b
Author: Mike Hommé <mike(a)globalcode.org>
Date: Mon Mar 7 21:37:05 2011 -0500
Updates for 3.4 release.
- Updated .structure_actions_dropdown. This looked very bad with the theme, almost unreadable, so, fixed.
- Updated left logo to be smaller (could be better, but have yet to find vector version of the logo, will fix before release)
- Removed CSS comments including "MH" in CSS files.
- Toned down hues on info,waring,and success messages
- Toned down padding on TD's in table data.
- Leaving .data at 100% at this point. I think the data should flow with the browser width, and other core adjustments should be made.
-----------------------------------------------------------------------
Summary of changes:
themes/pmahomme/css/theme_left.css.php | 3 +-
themes/pmahomme/css/theme_right.css.php | 82 +++++++++++++------------------
themes/pmahomme/img/b_inline_edit.png | Bin 0 -> 618 bytes
themes/pmahomme/img/logo_left.png | Bin 5381 -> 4970 bytes
themes/pmahomme/img/marked_bg.png | Bin 1000 -> 977 bytes
themes/pmahomme/info.inc.php | 2 +-
6 files changed, 37 insertions(+), 50 deletions(-)
create mode 100644 themes/pmahomme/img/b_inline_edit.png
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index 508be33..ac0474e 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -172,7 +172,6 @@ div#left_tableList ul ul {
}
div#left_tableList a {
- /* background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>; MH */
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
text-decoration: none;
}
@@ -202,7 +201,7 @@ background:url(./themes/pmahomme/img/input_bg.gif);
/* marked items */
div#left_tableList > ul li.marked > a,
div#left_tableList > ul li.marked {
- background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ background: #e4e4e4;;
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
<?php } ?>
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index f2c8cf4..519dd90 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -51,12 +51,16 @@ h2 {
padding: 10px 0 10px 3px;
color: #777;
}
-/* Hiding icons in the page titles, they just add clutter MH */
+/* Hiding icons in the page titles */
h2 img{display:none;}
h2 a img{display:inline;}
-/* Set all tables with data... to 100% MH */
-.data{width:100%}
+
+.data{
+width:100%;
+margin: 0 0 12px 0;
+
+}
h3 {
font-weight: bold;
@@ -76,7 +80,7 @@ a:hover {
text-decoration: underline;
color: #235a81;
}
-/*MH*/
+
#initials_table {
background:#f3f3f3;
border:1px solid #aaa;
@@ -256,7 +260,7 @@ table td {
text-shadow:0 1px 0 #FFFFFF;
}
-/* MH */
+/* 3.4 */
table{border-collapse:collapse;}
th{border-right:1px solid #fff; text-align:left;}
@@ -339,7 +343,7 @@ table tr.odd th,
/* even items 2,4,6,8,... */
table tr.even th,
.even {
- background: #f8f8f8;
+ background: #f3f3f3;
}
/* odd table rows 1,3,5,7,... */
@@ -366,7 +370,7 @@ table tr.marked {
.even:hover,
.hover,
.structure_actions_dropdown {
- background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* 3.4 */
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
@@ -374,7 +378,7 @@ table tr.marked {
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
- background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* 3.4 */
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
<?php } ?>
@@ -575,7 +579,7 @@ div.footnotes {
.success {
color: #000000;
- background-color: #cbee0c;
+ background-color: #ebf8a4;
}
h1.success,
div.success {
@@ -585,10 +589,8 @@ div.success {
background-repeat: no-repeat;
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 5px 50%;
- /* padding: 0.2em 0.2em 0.2em 25px; MH */
<?php } else { ?>
background-position: 97% 50%;
- /* padding: 0.2em 25px 0.2em 0.2em; MH */
<?php } ?>
<?php } ?>
}
@@ -598,21 +600,19 @@ div.success {
.notice, .footnotes {
color: #000000;
- background-color: #ffdf5f;
+ background-color: #ffeda4;
}
h1.notice,
div.notice,
div.footnotes {
- border-color: #ff9600;
+ border-color: #eccf5b;
<?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 5px 50%;
- /* padding: 0.2em 0.2em 0.2em 25px; MH */
<?php } else { ?>
background-position: 97% 50%;
- /* padding: 0.2em 25px 0.2em 0.2em; MH */
<?php } ?>
<?php } ?>
}
@@ -621,22 +621,20 @@ div.footnotes {
}
.warning {
- color: #fff;
- background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777;
+ color: #000;
+ background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #f2baba;
}
p.warning,
h1.warning,
div.warning {
- border-color: #CC0000;
+ 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%;
- /* padding: 0.2em 0.2em 0.2em 25px; MH */
<?php } else { ?>
background-position: 97% 50%;
- /* padding: 0.2em 25px 0.2em 0.2em; MH */
<?php } ?>
<?php } ?>
}
@@ -658,10 +656,8 @@ div.error {
background-repeat: no-repeat;
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 5px 50%;
- /* padding: 0.2em 0.2em 0.2em 25px; MH */
<?php } else { ?>
background-position: 97% 50%;
- /* padding: 0.2em 25px 0.2em 0.2em; MH */
<?php } ?>
<?php } ?>
}
@@ -740,7 +736,8 @@ div.tools a:hover,
tr.disabled td,
td.disabled {
- background-color: #cccccc;
+ background-color: #f3f3f3;
+ color:#aaa;
}
.nowrap {
@@ -803,7 +800,6 @@ ul#topmenu2 {
ul#topmenu li, ul#topmenu2 li {
float: <?php echo $left; ?>;
margin: 0;
- /* padding: 4px; MH */
vertical-align: middle;
}
@@ -830,7 +826,7 @@ ul#topmenu ul a {
margin: 0;
}
-/* MH added for hide/show more menu */
+
ul#topmenu .submenu {
display: none;
position: relative;
@@ -926,7 +922,6 @@ ul#topmenu ul {
}
ul#topmenu > li {
- /* border-bottom: 0pt solid black; MH */
border-right: 1px solid #fff;
border-left: 1px solid #ccc;
}
@@ -934,15 +929,6 @@ ul#topmenu > li {
/* default tab styles */
ul#topmenu a, ul#topmenu span {
padding:10px;
- /*
- background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
- border: 0 solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
- border-width: 1pt 1pt 0 1pt;
- -moz-border-radius: 0.4em 0.4em 0 0;
- border-radius: 0.4em 0.4em 0 0;
-
- MH
- */
}
ul#topmenu ul a {
@@ -961,7 +947,6 @@ ul#topmenu ul li:first-child a {
/* enabled hover/active tabs */
ul#topmenu > li > a:hover,
ul#topmenu > li > .tabactive {
- /* margin: 0; MH */
text-decoration: none;
}
@@ -972,7 +957,7 @@ ul#topmenu ul .tabactive {
ul#topmenu a.tab:hover,
ul#topmenu .tabactive {
- / * background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; MH */
+ /* background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
}
ul#topmenu2 a.tab:hover,
@@ -986,7 +971,7 @@ ul#topmenu2 a.tabactive {
/* to be able to cancel the bottom border, use <li class="active"> */
ul#topmenu > li.active {
- /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; MH*/
+ /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
border-right:0px;
}
@@ -1208,13 +1193,11 @@ div#serverstatus div#statuslinks a:before,
div#serverstatus div#sectionlinks a:before,
div#serverstatus table tbody td.descr a:before,
div#serverstatus table .tblFooters a:before {
- /*MH content: '['; */
}
div#serverstatus div#statuslinks a:after,
div#serverstatus div#sectionlinks a:after,
div#serverstatus table tbody td.descr a:after,
div#serverstatus table .tblFooters a:after {
- /* MH content: ']'; */
}
/* end serverstatus */
@@ -1245,7 +1228,7 @@ div#querywindowcontainer fieldset {
#serverstatus p {
margin: 1.5em 0px;
- border: 1px solid #3a86b5;
+ border: 1px solid #000;
<?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-repeat: no-repeat;
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
@@ -1264,10 +1247,10 @@ div#querywindowcontainer fieldset {
-moz-box-shadow: 0px 1px 2px #fff inset;
-webkit-box-shadow: 0px 1px 2px #fff inset;
box-shadow:0px 1px 2px #fff; inset;
- background:#9dcce8;
- color:#fff;
+ background:#555;
+ color:#d4fb6a;
}
-
+#serverstatus p a{color:#fff;text-decoration:underline;}
#serverstatus h3
{
margin:35px 0px;font-weight:normal;color:#999;font-size:1.7em;
@@ -1596,7 +1579,7 @@ code.sql, div.sqlvalidate {
padding: 0.1em 0.3em;
margin-top: 0;
color:#fff;
- font-size:2em;
+ font-size:1.6em;
font-weight:normal;
text-shadow:0 1px 0 #777;
-moz-box-shadow: 1px 1px 15px #999 inset;
@@ -1677,7 +1660,7 @@ table#serverconnection_trg_local {
border:1px solid #e2b709;
}
-/* MH additional styles */
+/* additional styles */
.ajax_notification{
margin-top:200px;background:#ffe57e;
border-radius:5px;
@@ -1877,7 +1860,13 @@ a.close_enum_editor {
padding: 3px;
display: none;
z-index: 100;
+ background:#fff;
+ line-height:24px;
+ border:1px solid #aaa;
+ -moz-box-shadow:0px 3px 3px #ddd;
}
+.structure_actions_dropdown span{display:block;}
+.structure_actions_dropdown span:hover{background:#ddd;}
td.more_opts {
white-space: nowrap;
@@ -1912,7 +1901,6 @@ iframe.IE_hack {
border-bottom: none;
}
-/*MH*/
.config-form ul.tabs li a {
padding:7px 10px;
-moz-border-radius:5px 5px 0 0;
diff --git a/themes/pmahomme/img/b_inline_edit.png b/themes/pmahomme/img/b_inline_edit.png
new file mode 100644
index 0000000..b93e776
Binary files /dev/null and b/themes/pmahomme/img/b_inline_edit.png differ
diff --git a/themes/pmahomme/img/logo_left.png b/themes/pmahomme/img/logo_left.png
index cb7353d..8d65b36 100644
Binary files a/themes/pmahomme/img/logo_left.png and b/themes/pmahomme/img/logo_left.png differ
diff --git a/themes/pmahomme/img/marked_bg.png b/themes/pmahomme/img/marked_bg.png
index 29ca62d..b1eace3 100644
Binary files a/themes/pmahomme/img/marked_bg.png and b/themes/pmahomme/img/marked_bg.png differ
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
index 50ee9a3..d9b4e56 100644
--- a/themes/pmahomme/info.inc.php
+++ b/themes/pmahomme/info.inc.php
@@ -8,7 +8,7 @@
*/
/**
- *
+ * If you have problems or questions about this theme email mikehomme(a)users.sourceforge.net
*/
$theme_name = 'pmahomme';
$theme_full_version = '1.1';
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1925-gabb9808
by Marc Delisle 07 Mar '11
by Marc Delisle 07 Mar '11
07 Mar '11
The branch, master has been updated
via abb98084f8c886e056f30a9f4847728b0ba428de (commit)
via 60bf2ef58261541d0808cbe639bbfee2806e8b98 (commit)
via b0fb491c9152063fe2f9feab588cfa1956defa1e (commit)
from 81d35ba94eb4aa40201d363656e9920418fbd7e8 (commit)
- Log -----------------------------------------------------------------
commit abb98084f8c886e056f30a9f4847728b0ba428de
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 17:52:11 2011 -0500
This js segment calls jQuery so move it after the jQuery library is loaded
commit 60bf2ef58261541d0808cbe639bbfee2806e8b98
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 17:43:18 2011 -0500
Script already included from header_scripts.inc.php
commit b0fb491c9152063fe2f9feab588cfa1956defa1e
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 17:34:31 2011 -0500
Use standard link
-----------------------------------------------------------------------
Summary of changes:
db_qbe.php | 8 ++------
pmd_general.php | 15 +++++++--------
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/db_qbe.php b/db_qbe.php
index 95e72d8..29b32f4 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -180,12 +180,8 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
?>
<div id="visual_builder_anchor" class="notice hide">
<span id="footnote_1">
-<?php echo __('Switch to'); ?>
- <form action="<?php echo $tab_designer['link'] ?>" method="post">
- <input type="submit" style="background-color:#FFD; border-width:0; color:#00F;
- font-size: 15px;cursor: pointer" name="query" onmouseover="this.style.color='#F00';"
- value="<?php echo __('visual builder'); ?>" onmouseout="this.style.color='#00F'"/></span>
- </form>
+<?php echo __('Switch to') . ' <a href="' . $tab_designer['link'] . PMA_get_arg_separator('html') . 'query=1">' . __('visual builder') . '</a>'; ?>
+ </span>
</div>
<?php
}
diff --git a/pmd_general.php b/pmd_general.php
index 4363258..6da6b2e 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -27,6 +27,13 @@ $hidden = "hidden";
<link rel="shortcut icon" href="pmd/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css" />
<title>Designer</title>
+<?php
+$params = array('lang' => $GLOBALS['lang']);
+if (isset($GLOBALS['db'])) {
+ $params['db'] = $GLOBALS['db'];
+}
+require_once './libraries/header_scripts.inc.php';
+?>
<script type="text/javascript">
// <![CDATA[
<?php
@@ -48,14 +55,6 @@ echo '
?>
// ]]>
</script>
-<?php
-$params = array('lang' => $GLOBALS['lang']);
-if (isset($GLOBALS['db'])) {
- $params['db'] = $GLOBALS['db'];
-}
-require_once './libraries/header_scripts.inc.php';
-?>
- <script src="js/messages.php<?php echo PMA_generate_common_url($params); ?>" type="text/javascript"></script>
<script src="pmd/scripts/ajax.js" type="text/javascript"></script>
<script src="pmd/scripts/history.js" type="text/javascript"></script>
<script src="pmd/scripts/move.js" type="text/javascript"></script>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 5f28cd3c508fecb6b3156a6ba01189385e1e6b7f
by Michal Čihař 07 Mar '11
by Michal Čihař 07 Mar '11
07 Mar '11
The branch, master has been updated
via 5f28cd3c508fecb6b3156a6ba01189385e1e6b7f (commit)
via fb9ef20861d726fac70ed2a3282e708dcb52a15c (commit)
via 1ec79d25db30b0e4bf420012f3010929acc07911 (commit)
via b01e88cbeca0b16c457d637046649447a484b328 (commit)
via c16da034df089a478a2a58345beb0c5a847e2217 (commit)
via 65e16ed63f3192b1b3411ab3cdf525b816e7fba5 (commit)
via 737ca74c0c82910e7a4aa7ca0299deabc7d98a20 (commit)
via 05911b4e7faf3c164ea56c286a789b664d4aa4a0 (commit)
via 9b5b492ff921d5d732d4f638d67b178369ff9468 (commit)
via d26974b5f56cde32edd1691432d274a72603a1ca (commit)
via d685c84dc09be493e2afcde14d449658d738fea2 (commit)
via d544c2a9e251ed2c27d3697fa54d81d14c1661c7 (commit)
via d9aab1be108f20c03d50a084082436e7476b9e18 (commit)
via a5af8b12e55685ba3c085572b164124ad7006e19 (commit)
via 545efcfca73fc77e4a2618d601d5ef8cbbd15d1e (commit)
via 68b2fcc4b39a7c1aaaabc7f9a4c20fbed89b19cb (commit)
via 8745bec45c47a0b001856ea71801eab0631bdea6 (commit)
via 5e2679727a839ef861ab0dac68cd28da5b302478 (commit)
via 05a2136df2cefd7700e398540a8c9e977ec145a4 (commit)
via 9eb8648492e240ab05cf1ab3c9daca2062a00e0c (commit)
via 0f610a765cb0be3279f248892c712c7344114166 (commit)
via e795d7c8f2832fb2c1dfbf4907986017c380f55a (commit)
via 6797e129ec565819becab5cecf696d3f6245f9d4 (commit)
via 27d12a1909bb373c77040a30990bca4f2d4ba7c0 (commit)
via 7ac0970baca2120ffe506b394a2a4e4cfe6a050a (commit)
via 568930b0f36e65e5a17fa58e688a41b31666e502 (commit)
via e047f36e5e00c91a55384ca287273817d42a0930 (commit)
via d9b08adf967db480430d1a99ae0bc73c15535876 (commit)
via f51c076fc110aeb5cd385f3734e337bba2d0ac9a (commit)
via e08f619641e4e9fc0fac8be19de55f6110e03edc (commit)
via 5c9e29145974f5a6a484750818ad37ec284fb6fc (commit)
via c545269066817c74cce41396641024b5b2c742fd (commit)
via 8c99a860263804d7d266fc9d828020d1180bbe7d (commit)
from bb8a928926085b0833f8b75ed8d6fbcae1959758 (commit)
- Log -----------------------------------------------------------------
commit 5f28cd3c508fecb6b3156a6ba01189385e1e6b7f
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 23:30:00 2011 +0100
Update generated docs
commit fb9ef20861d726fac70ed2a3282e708dcb52a15c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:13:44 2011 +0200
Translation update done using Pootle.
commit 1ec79d25db30b0e4bf420012f3010929acc07911
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:11:17 2011 +0200
Translation update done using Pootle.
commit b01e88cbeca0b16c457d637046649447a484b328
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:10:00 2011 +0200
Translation update done using Pootle.
commit c16da034df089a478a2a58345beb0c5a847e2217
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:09:21 2011 +0200
Translation update done using Pootle.
commit 65e16ed63f3192b1b3411ab3cdf525b816e7fba5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:08:37 2011 +0200
Translation update done using Pootle.
commit 737ca74c0c82910e7a4aa7ca0299deabc7d98a20
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:07:55 2011 +0200
Translation update done using Pootle.
commit 05911b4e7faf3c164ea56c286a789b664d4aa4a0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Mar 8 00:06:13 2011 +0200
Translation update done using Pootle.
commit 9b5b492ff921d5d732d4f638d67b178369ff9468
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:59:13 2011 +0200
Translation update done using Pootle.
commit d26974b5f56cde32edd1691432d274a72603a1ca
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:56:08 2011 +0200
Translation update done using Pootle.
commit d685c84dc09be493e2afcde14d449658d738fea2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:50:06 2011 +0200
Translation update done using Pootle.
commit d544c2a9e251ed2c27d3697fa54d81d14c1661c7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:49:27 2011 +0200
Translation update done using Pootle.
commit d9aab1be108f20c03d50a084082436e7476b9e18
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:48:10 2011 +0200
Translation update done using Pootle.
commit a5af8b12e55685ba3c085572b164124ad7006e19
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:46:48 2011 +0200
Translation update done using Pootle.
commit 545efcfca73fc77e4a2618d601d5ef8cbbd15d1e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:46:18 2011 +0200
Translation update done using Pootle.
commit 68b2fcc4b39a7c1aaaabc7f9a4c20fbed89b19cb
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:45:25 2011 +0200
Translation update done using Pootle.
commit 8745bec45c47a0b001856ea71801eab0631bdea6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:45:00 2011 +0200
Translation update done using Pootle.
commit 5e2679727a839ef861ab0dac68cd28da5b302478
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:43:57 2011 +0200
Translation update done using Pootle.
commit 05a2136df2cefd7700e398540a8c9e977ec145a4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:42:38 2011 +0200
Translation update done using Pootle.
commit 9eb8648492e240ab05cf1ab3c9daca2062a00e0c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:42:07 2011 +0200
Translation update done using Pootle.
commit 0f610a765cb0be3279f248892c712c7344114166
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:41:46 2011 +0200
Translation update done using Pootle.
commit e795d7c8f2832fb2c1dfbf4907986017c380f55a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:40:51 2011 +0200
Translation update done using Pootle.
commit 6797e129ec565819becab5cecf696d3f6245f9d4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:40:02 2011 +0200
Translation update done using Pootle.
commit 27d12a1909bb373c77040a30990bca4f2d4ba7c0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:39:02 2011 +0200
Translation update done using Pootle.
commit 7ac0970baca2120ffe506b394a2a4e4cfe6a050a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:38:55 2011 +0200
Translation update done using Pootle.
commit 568930b0f36e65e5a17fa58e688a41b31666e502
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:38:37 2011 +0200
Translation update done using Pootle.
commit e047f36e5e00c91a55384ca287273817d42a0930
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:37:11 2011 +0200
Translation update done using Pootle.
commit d9b08adf967db480430d1a99ae0bc73c15535876
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:34:46 2011 +0200
Translation update done using Pootle.
commit f51c076fc110aeb5cd385f3734e337bba2d0ac9a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:26:18 2011 +0200
Translation update done using Pootle.
commit e08f619641e4e9fc0fac8be19de55f6110e03edc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:25:30 2011 +0200
Translation update done using Pootle.
commit 5c9e29145974f5a6a484750818ad37ec284fb6fc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:24:56 2011 +0200
Translation update done using Pootle.
commit c545269066817c74cce41396641024b5b2c742fd
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:24:40 2011 +0200
Translation update done using Pootle.
commit 8c99a860263804d7d266fc9d828020d1180bbe7d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Mon Mar 7 23:24:23 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/es/Documentation.html | 173 +++++++++++++++++++++++-------------------
po/es.po | 87 +++++++++++++++++++--
2 files changed, 173 insertions(+), 87 deletions(-)
diff --git a/output/es/Documentation.html b/output/es/Documentation.html
index 81de020..e1ef9f6 100644
--- a/output/es/Documentation.html
+++ b/output/es/Documentation.html
@@ -929,117 +929,127 @@ consultas como favoritas. Esto es útil para consultas que se realizan a
menudo. <br /><br />
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
- <li>enter the table name in <tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
+ <li>ingrese el nombre de la tabla en
+<tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
</ul>
</dd>
<dt id="relation">
- <span id="cfg_Servers_relation">$cfg['Servers'][$i]['relation']</span>
-string
+ cadena <span
+id="cfg_Servers_relation">$cfg['Servers'][$i]['relation']</span>
</dt>
- <dd>Since release 2.2.4 you can describe, in a special 'relation' table, which
-column is a key in another table (a foreign key). phpMyAdmin currently uses
-this to
- <ul><li>make clickable, when you browse the master table, the data values that point
-to the foreign table;</li>
- <li>display in an optional tool-tip the "display column" when browsing
-the master table, if you move the mouse to a column containing a foreign key
-(use also the 'table_info' table);<br />
- (see <a href="#faqdisplay"><abbr title="Frequently Asked Questions">
-FAQ</abbr> 6.7</a>)</li>
- <li>in edit/insert mode, display a drop-down list of possible foreign keys (key
-value and "display column" are shown)<br />
- (see <a href="#faq6_21"><abbr title="Frequently Asked Questions"> FAQ</abbr>
-6.21</a>)</li>
- <li>display links on the table properties page, to check referential integrity
-(display missing foreign keys) for each described key;
+ <dd>Desde la versión 2.2.4 puedes describir, en una tabla especial 'relation',
+qué columna es una clave en otra tabla (una clave foránea). phpMyAdmin
+normalmente usa esto para
+ <ul><li>poder pulsar sobre los valores que apuntan a esta tabla externa al
+visualizar la tabla original;</li>
+ <li>mostrar un texto opcional con la "columna a mostrar" al visualizar
+la tabla original si se mueve el mouse sobre una columna con una clave
+foránea (también utiliza la tabla 'table_info');<br />
+ (revisa <a href="#faqdisplay"><abbr title="Frequently Asked
+Questions">FAQ</abbr> 6.7</a>)</li>
+ <li>en el modo de edición/inserción, mostrar una lista desplegable con las
+posibles claves foráneas (se verá el valor de la clave y la "columna a
+mostrar")<br />
+ (revisa <a href="#faq6_21"><abbr title="Frequently Asked
+Questions">FAQ</abbr> 6.21</a>)</li>
+ <li>muestra enlaces en la página de propiedades de la tabla para verificar
+integridad referencia (muestra las cláves foráneas ausentes) para cada clave
+descripta;
</li>
- <li>in query-by-example, create automatic joins (see <a href="#faq6_6"> <abbr
-title="Frequently Asked Questions">FAQ</abbr> 6.6</a>)</li>
- <li>enable you to get a <abbr title="Portable Document Format">PDF</abbr> schema
-of your database (also uses the table_coords table).</li>
+ <li>en las consultas por ejemplo, crea joins automáticamente (ver <a
+href="#faq6_6"><abbr title="Frequently Asked Questions">FAQ</abbr> 6.6</a>)</li>
+ <li>permite obtener un esquema de la base de datos en <abbr title="Portable
+Document Format">PDF</abbr> (también utiliza la tabla 'table_coords').</li>
</ul>
- The keys can be numeric or character.<br /><br />
+ Las claves pueden sen numéricas o alfabéticas.<br /><br />
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
- <li>put the relation table name in <tt>$cfg['Servers'][$i]['relation']</tt></li>
- <li>now as normal user open phpMyAdmin and for each one of your tables where you
-want to use this feature, click "Structure/Relation view/" and
-choose foreign columns.
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
+ <li>agrega el nombre de la tabla de relación en
+<tt>$cfg['Servers'][$i]['relation']</tt></li>
+ <li>ahora, como un usuario normal, abre phpMyAdmin, pulsa en
+"Estructura/Vista de relación/" y elige las claves foráneas para
+cada una de las tablas en las que quieres utilizar esta funcionalidad.
</li>
</ul>
- Please note that in the current version, <tt>master_db</tt> must be the same
-as <tt>foreign_db</tt>. Those columns have been put in future development of
-the cross-db relations.
+ Porfavor, nota que en la versión actual <tt>master_db</tt> debe de ser igual
+a <tt>foreign_db</tt>. Estas columnas fueron agregadas para futuro
+desarrollo de relaciones entre bases de datos.
</dd>
<dt id="table_info">
- <span id="cfg_Servers_table_info">$cfg['Servers'][$i]['table_info']</span>
-string
+ cadena <span
+id="cfg_Servers_table_info">$cfg['Servers'][$i]['table_info']</span>
</dt>
<dd>
- Since release 2.3.0 you can describe, in a special 'table_info' table, which
-column is to be displayed as a tool-tip when moving the cursor over the
-corresponding key.<br />
- This configuration variable will hold the name of this special table. To
-allow the usage of this functionality:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
- <li>put the table name in <tt>$cfg['Servers'][$i]['table_info']</tt> (e.g.
-'pma_table_info')</li>
- <li>then for each table where you want to use this feature, click
-"Structure/Relation view/Choose column to display" to choose the
-column.</li>
+ Desde la versión 2.3.0 se puede describir en una tabla especial
+'table_info', qué columna a mostrar como texto de ayuda al mover el cursor
+sobre la clave correspondiente.<br />
+ Esta variable de configuración contiene el nombre de esta tabla
+especial. Para permitir el uso de esta funcionalidad:
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
+ <li>agrega el nombre de la tabla en <tt>$cfg['Servers'][$i]['table_info']</tt>
+(por ejemplo: 'pma_table_info')</li>
+ <li>luego, para cada tabla en la que quieras utilizar esta funcionalidad, pulsa
+en "Estructura/Vista de relación/Elegir columna a mostrar" para
+elegir la columna.</li>
</ul>
- Usage tip: <a href="#faqdisplay">Display column</a>.
+ Consejo de uso: <a href="#faqdisplay">Columna a mostrar</a>.
</dd>
<dt id="table_coords">
- <span
-id="cfg_Servers_table_coords">$cfg['Servers'][$i]['table_coords']</span>
-string<br />
- <span id="cfg_Servers_pdf_pages">$cfg['Servers'][$i]['pdf_pages']</span>
-string
+ cadena <span
+id="cfg_Servers_table_coords">$cfg['Servers'][$i]['table_coords']</span><br />
+ cadena <span
+id="cfg_Servers_pdf_pages">$cfg['Servers'][$i]['pdf_pages']</span>
</dt>
- <dd>Since release 2.3.0 you can have phpMyAdmin create <abbr title="Portable
-Document Format">PDF</abbr> pages showing the relations between your
-tables. To do this it needs two tables "pdf_pages" (storing
-information about the available <abbr title="Portable Document
-Format">PDF</abbr> pages) and "table_coords" (storing coordinates
-where each table will be placed on a <abbr title="Portable Document
-Format">PDF</abbr> schema output).<br /><br />
+ <dd>Desde la versión 2.3.0 phpMyAdmin puede crear páginas <abbr title="Portable
+Document Format">PDF</abbr> mostrando las relaciones entre tus tablas. Para
+lograrlo, necesitas dos tablas: "pdf_pages" (con la información
+sobre las páginas <abbr title="Portable Document Format">PDF</abbr>
+disponibles) y "table_coords" (que contiene las coordenadas en las
+que se ubicará cada tabla en la salidad del esquema en <abbr title="Portable
+Document Format">PDF</abbr>).<br /><br />
- You must be using the "relation" feature.<br /><br />
+ Debes de estar usando la funcionalidad "relation".<br /><br />
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
- <li>put the correct table names in <tt>$cfg['Servers'][$i]['table_coords']</tt>
-and <tt>$cfg['Servers'][$i]['pdf_pages']</tt></li>
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
+ <li>configura los nombres de tabla apropiados en
+<tt>$cfg['Servers'][$i]['table_coords']</tt> y
+<tt>$cfg['Servers'][$i]['pdf_pages']</tt></li>
</ul>
- Usage tips: <a href="#faqpdf"><abbr title="Portable Document
-Format">PDF</abbr> output</a>.
+ Consejos de uso: <a href="#faqpdf">salida <abbr title="Portable Document
+Format">PDF</abbr></a>.
</dd>
<dt id="col_com">
- <span id="cfg_Servers_column_info">$cfg['Servers'][$i]['column_info']</span>
-string
+ cadena <span
+id="cfg_Servers_column_info">$cfg['Servers'][$i]['column_info']</span>
</dt>
<dd>
<!-- This part requires a content update! -->
-Since release 2.3.0 you can store comments to describe each column for each
-table. These will then be shown on the "printview".
+Desde la versión 2.3.0 puedes almacenar comentarios que describan cada
+columna de una tabla. Estos serán mostrados en la "vista de
+impresión".
<br /><br />
- Starting with release 2.5.0, comments are consequently used on the table
-property pages and table browse view, showing up as tool-tips above the
-column name (properties page) or embedded within the header of table in
-browse view. They can also be shown in a table dump. Please see the relevant
-configuration directives later on.<br /><br />
+ Desde la versión 2.5.0, los comentarios son también utilizados en la páginas
+de propiedades de la tabla y la vista de navegación de tablas, mostrándose
+como textos de ayuda sobre los nombres de las columnas (en la página de
+propiedades) o embebidos en las cabeceras de la tabla en la vista de
+navegación. También pueden ser mostrados al volcar la tabla. Revisa las
+directivas de configuración más adelante.<br /><br />
Also new in release 2.5.0 is a MIME-transformation system which is also
based on the following table structure. See <a href="#transformations">
@@ -1049,7 +1059,8 @@ system, your column_info table has to have the three new columns 'mimetype',
<br /><br />
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['column_info']</tt> (e.g.
'pma_column_info')</li>
<li>to update your PRE-2.5.0 Column_comments Table use this:
@@ -1087,7 +1098,8 @@ browser.<br /><br />
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['history']</tt>
(e.g. 'pma_history')
</li>
@@ -1124,7 +1136,8 @@ report to a file or to a temporary database.
Para permitir el uso de esta funcionalidad.
<ul>
- <li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['tracking']</tt>
(e.g. 'pma_tracking')</li>
</ul>
@@ -1218,7 +1231,8 @@ browser's local storage, or, it is is unavailable, until the end of session.
Para permitir el uso de esta funcionalidad.
<ul>
- <li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['userconfig']</tt></li>
</ul>
</dd>
@@ -1234,7 +1248,8 @@ visually manage the relations.
Para permitir el uso de esta funcionalidad.
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure <a href="#pmadb">pmadb</a> y el almacenamiento de configuración
+phpMyAdmin</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['designer_coords']</tt>
(e.g. 'pma_designer_coords')
</li>
diff --git a/po/es.po b/po/es.po
index 2ffa3d1..c0843b4 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-02 13:51+0100\n"
-"PO-Revision-Date: 2011-03-03 23:26+0200\n"
+"PO-Revision-Date: 2011-03-08 00:13+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: none\n"
"Language: es\n"
@@ -2401,11 +2401,15 @@ msgstr "Para permitir el uso de esta funcionalidad."
msgid ""
"set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
msgstr ""
+"configure <a href=\"#pmadb\">pmadb</a> y el almacenamiento de configuración "
+"phpMyAdmin"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:889
msgid "enter the table name in <tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
msgstr ""
+"ingrese el nombre de la tabla en "
+"<tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:895
@@ -2413,18 +2417,19 @@ msgid ""
"<span id=\"cfg_Servers_relation\">$cfg['Servers'][$i]['relation']</span> "
"string"
msgstr ""
+"cadena <span "
+"id=\"cfg_Servers_relation\">$cfg['Servers'][$i]['relation']</span>"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:897
-#, fuzzy
msgid ""
"Since release 2.2.4 you can describe, in a special 'relation' table, which "
"column is a key in another table (a foreign key). phpMyAdmin currently uses "
"this to"
msgstr ""
-"Desde la versión 2.2.4 puedes describir, en una tabla 'relación' especial, "
-"qué columna es una clave en otra tabla (una clave externa - foreign key). "
-"phpMyAdmin normalmente usa esto para"
+"Desde la versión 2.2.4 puedes describir, en una tabla especial 'relation', "
+"qué columna es una clave en otra tabla (una clave foránea). phpMyAdmin "
+"normalmente usa esto para"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:900
@@ -2432,6 +2437,8 @@ msgid ""
"make clickable, when you browse the master table, the data values that point "
"to the foreign table;"
msgstr ""
+"poder pulsar sobre los valores que apuntan a esta tabla externa al "
+"visualizar la tabla original;"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:902
@@ -2440,6 +2447,9 @@ msgid ""
"the master table, if you move the mouse to a column containing a foreign key "
"(use also the 'table_info' table);"
msgstr ""
+"mostrar un texto opcional con la "columna a mostrar" al visualizar "
+"la tabla original si se mueve el mouse sobre una columna con una clave "
+"foránea (también utiliza la tabla 'table_info');"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:905
@@ -2447,6 +2457,8 @@ msgid ""
"(see <a href=\"#faqdisplay\"><abbr title=\"Frequently Asked Questions\"> "
"FAQ</abbr> 6.7</a>)"
msgstr ""
+"(revisa <a href=\"#faqdisplay\"><abbr title=\"Frequently Asked "
+"Questions\">FAQ</abbr> 6.7</a>)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:907
@@ -2454,6 +2466,9 @@ msgid ""
"in edit/insert mode, display a drop-down list of possible foreign keys (key "
"value and "display column" are shown)"
msgstr ""
+"en el modo de edición/inserción, mostrar una lista desplegable con las "
+"posibles claves foráneas (se verá el valor de la clave y la "columna a "
+"mostrar")"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:909
@@ -2461,6 +2476,8 @@ msgid ""
"(see <a href=\"#faq6_21\"><abbr title=\"Frequently Asked Questions\"> FAQ</"
"abbr> 6.21</a>)"
msgstr ""
+"(revisa <a href=\"#faq6_21\"><abbr title=\"Frequently Asked "
+"Questions\">FAQ</abbr> 6.21</a>)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:911
@@ -2468,6 +2485,9 @@ msgid ""
"display links on the table properties page, to check referential integrity "
"(display missing foreign keys) for each described key;"
msgstr ""
+"muestra enlaces en la página de propiedades de la tabla para verificar "
+"integridad referencia (muestra las cláves foráneas ausentes) para cada clave "
+"descripta;"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:914
@@ -2475,6 +2495,8 @@ msgid ""
"in query-by-example, create automatic joins (see <a href=\"#faq6_6\"> <abbr "
"title=\"Frequently Asked Questions\">FAQ</abbr> 6.6</a>)"
msgstr ""
+"en las consultas por ejemplo, crea joins automáticamente (ver <a "
+"href=\"#faq6_6\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> 6.6</a>)"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:916
@@ -2482,16 +2504,20 @@ msgid ""
"enable you to get a <abbr title=\"Portable Document Format\">PDF</abbr> "
"schema of your database (also uses the table_coords table)."
msgstr ""
+"permite obtener un esquema de la base de datos en <abbr title=\"Portable "
+"Document Format\">PDF</abbr> (también utiliza la tabla 'table_coords')."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:920
msgid "The keys can be numeric or character."
-msgstr ""
+msgstr "Las claves pueden sen numéricas o alfabéticas."
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:926
msgid "put the relation table name in <tt>$cfg['Servers'][$i]['relation']</tt>"
msgstr ""
+"agrega el nombre de la tabla de relación en "
+"<tt>$cfg['Servers'][$i]['relation']</tt>"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:928
@@ -2500,6 +2526,9 @@ msgid ""
"want to use this feature, click "Structure/Relation view/" and "
"choose foreign columns."
msgstr ""
+"ahora, como un usuario normal, abre phpMyAdmin, pulsa en "
+""Estructura/Vista de relación/" y elige las claves foráneas para "
+"cada una de las tablas en las que quieres utilizar esta funcionalidad."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:935
@@ -2508,6 +2537,9 @@ msgid ""
"as <tt>foreign_db</tt>. Those columns have been put in future development of "
"the cross-db relations."
msgstr ""
+"Porfavor, nota que en la versión actual <tt>master_db</tt> debe de ser igual "
+"a <tt>foreign_db</tt>. Estas columnas fueron agregadas para futuro "
+"desarrollo de relaciones entre bases de datos."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:941
@@ -2515,6 +2547,8 @@ msgid ""
"<span id=\"cfg_Servers_table_info\">$cfg['Servers'][$i]['table_info']</span> "
"string"
msgstr ""
+"cadena <span "
+"id=\"cfg_Servers_table_info\">$cfg['Servers'][$i]['table_info']</span>"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:944
@@ -2523,6 +2557,9 @@ msgid ""
"column is to be displayed as a tool-tip when moving the cursor over the "
"corresponding key."
msgstr ""
+"Desde la versión 2.3.0 se puede describir en una tabla especial "
+"'table_info', qué columna a mostrar como texto de ayuda al mover el cursor "
+"sobre la clave correspondiente."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:947
@@ -2530,6 +2567,8 @@ msgid ""
"This configuration variable will hold the name of this special table. To "
"allow the usage of this functionality:"
msgstr ""
+"Esta variable de configuración contiene el nombre de esta tabla especial. "
+"Para permitir el uso de esta funcionalidad:"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:950
@@ -2537,6 +2576,8 @@ msgid ""
"put the table name in <tt>$cfg['Servers'][$i]['table_info']</tt> (e.g. "
"'pma_table_info')"
msgstr ""
+"agrega el nombre de la tabla en <tt>$cfg['Servers'][$i]['table_info']</tt> "
+"(por ejemplo: 'pma_table_info')"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:953
@@ -2544,11 +2585,14 @@ msgid ""
"then for each table where you want to use this feature, click ""
"Structure/Relation view/Choose column to display" to choose the column."
msgstr ""
+"luego, para cada tabla en la que quieras utilizar esta funcionalidad, pulsa "
+"en "Estructura/Vista de relación/Elegir columna a mostrar" para "
+"elegir la columna."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:957
msgid "Usage tip: <a href=\"#faqdisplay\">Display column</a>."
-msgstr ""
+msgstr "Consejo de uso: <a href=\"#faqdisplay\">Columna a mostrar</a>."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:960
@@ -2556,6 +2600,8 @@ msgid ""
"<span id=\"cfg_Servers_table_coords\">$cfg['Servers'][$i]['table_coords']</"
"span> string"
msgstr ""
+"cadena <span "
+"id=\"cfg_Servers_table_coords\">$cfg['Servers'][$i]['table_coords']</span>"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:961
@@ -2563,6 +2609,8 @@ msgid ""
"<span id=\"cfg_Servers_pdf_pages\">$cfg['Servers'][$i]['pdf_pages']</span> "
"string"
msgstr ""
+"cadena <span "
+"id=\"cfg_Servers_pdf_pages\">$cfg['Servers'][$i]['pdf_pages']</span>"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:963
@@ -2575,11 +2623,18 @@ msgid ""
"each table will be placed on a <abbr title=\"Portable Document Format\">PDF</"
"abbr> schema output)."
msgstr ""
+"Desde la versión 2.3.0 phpMyAdmin puede crear páginas <abbr title=\"Portable "
+"Document Format\">PDF</abbr> mostrando las relaciones entre tus tablas. Para "
+"lograrlo, necesitas dos tablas: "pdf_pages" (con la información "
+"sobre las páginas <abbr title=\"Portable Document Format\">PDF</abbr> "
+"disponibles) y "table_coords" (que contiene las coordenadas en las "
+"que se ubicará cada tabla en la salidad del esquema en <abbr "
+"title=\"Portable Document Format\">PDF</abbr>)."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:972
msgid "You must be using the "relation" feature."
-msgstr ""
+msgstr "Debes de estar usando la funcionalidad "relation"."
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:977
@@ -2587,6 +2642,9 @@ msgid ""
"put the correct table names in <tt>$cfg['Servers'][$i]['table_coords']</tt> "
"and <tt>$cfg['Servers'][$i]['pdf_pages']</tt>"
msgstr ""
+"configura los nombres de tabla apropiados en "
+"<tt>$cfg['Servers'][$i]['table_coords']</tt> y "
+"<tt>$cfg['Servers'][$i]['pdf_pages']</tt>"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:982
@@ -2594,6 +2652,8 @@ msgid ""
"Usage tips: <a href=\"#faqpdf\"><abbr title=\"Portable Document Format"
"\">PDF</abbr> output</a>."
msgstr ""
+"Consejos de uso: <a href=\"#faqpdf\">salida <abbr title=\"Portable Document "
+"Format\">PDF</abbr></a>."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:986
@@ -2601,6 +2661,8 @@ msgid ""
"<span id=\"cfg_Servers_column_info\">$cfg['Servers'][$i]['column_info']</"
"span> string"
msgstr ""
+"cadena <span "
+"id=\"cfg_Servers_column_info\">$cfg['Servers'][$i]['column_info']</span>"
#. This part requires a content update!
#. type: Content of: <html><body><div><dl><dd>
@@ -2609,6 +2671,9 @@ msgid ""
"Since release 2.3.0 you can store comments to describe each column for each "
"table. These will then be shown on the "printview"."
msgstr ""
+"Desde la versión 2.3.0 puedes almacenar comentarios que describan cada "
+"columna de una tabla. Estos serán mostrados en la "vista de "
+"impresión"."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:993
@@ -2619,6 +2684,12 @@ msgid ""
"browse view. They can also be shown in a table dump. Please see the relevant "
"configuration directives later on."
msgstr ""
+"Desde la versión 2.5.0, los comentarios son también utilizados en la páginas "
+"de propiedades de la tabla y la vista de navegación de tablas, mostrándose "
+"como textos de ayuda sobre los nombres de las columnas (en la página de "
+"propiedades) o embebidos en las cabeceras de la tabla en la vista de "
+"navegación. También pueden ser mostrados al volcar la tabla. Revisa las "
+"directivas de configuración más adelante."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:999
hooks/post-receive
--
phpMyAdmin localized documentation
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1922-g81d35ba
by Mike Homme 07 Mar '11
by Mike Homme 07 Mar '11
07 Mar '11
The branch, master has been updated
via 81d35ba94eb4aa40201d363656e9920418fbd7e8 (commit)
via 6450fa2b4766baf5a8f426adb4080e1a430f6398 (commit)
from 7e4cfec26c358c547be9df69eefbcbe200aeef67 (commit)
- Log -----------------------------------------------------------------
commit 81d35ba94eb4aa40201d363656e9920418fbd7e8
Merge: 6450fa2b4766baf5a8f426adb4080e1a430f6398 7e4cfec26c358c547be9df69eefbcbe200aeef67
Author: mikehomme <mike(a)globalcode.org>
Date: Mon Mar 7 16:04:53 2011 -0500
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 6450fa2b4766baf5a8f426adb4080e1a430f6398
Author: mikehomme <mike(a)globalcode.org>
Date: Sun Mar 6 19:35:59 2011 -0500
Testing git setup. Commit includes a padding change to reduce amount of padding on table td's
-----------------------------------------------------------------------
Summary of changes:
themes/pmahomme/css/theme_right.css.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 8f9fcc9..f2c8cf4 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -54,7 +54,8 @@ h2 {
/* Hiding icons in the page titles, they just add clutter MH */
h2 img{display:none;}
h2 a img{display:inline;}
-/* Set all tables with data... to 100%, let it flow! */
+
+/* Set all tables with data... to 100% MH */
.data{width:100%}
h3 {
@@ -249,7 +250,7 @@ button {
table caption,
table th,
table td {
- padding: 0.8em;
+ padding: 0.5em;
margin: 0.1em;
vertical-align: top;
text-shadow:0 1px 0 #FFFFFF;
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1920-g7e4cfec
by Marc Delisle 07 Mar '11
by Marc Delisle 07 Mar '11
07 Mar '11
The branch, master has been updated
via 7e4cfec26c358c547be9df69eefbcbe200aeef67 (commit)
from 7210bc07aace2f41fe8ac33caaca24b5645586a9 (commit)
- Log -----------------------------------------------------------------
commit 7e4cfec26c358c547be9df69eefbcbe200aeef67
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 10:12:02 2011 -0500
Bug #3201925 Multi-table operation after table create
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index d790246..2484bc6 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1804,11 +1804,9 @@ $(document).ready(function() {
*/
var new_last_row_id = 'checkbox_tbl_' + new_last_row_index;
+ data.new_table_string = data.new_table_string.replace(/checkbox_tbl_/, new_last_row_id);
//append to table
$(data.new_table_string)
- .find('input:checkbox')
- .val(new_last_row_id)
- .end()
.appendTo(tables_table);
//Sort the table
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1919-g7210bc0
by Marc Delisle 07 Mar '11
by Marc Delisle 07 Mar '11
07 Mar '11
The branch, master has been updated
via 7210bc07aace2f41fe8ac33caaca24b5645586a9 (commit)
from 896a6e0883f1bfdcf5a1ec2eb6404b3eb9e0e7d5 (commit)
- Log -----------------------------------------------------------------
commit 7210bc07aace2f41fe8ac33caaca24b5645586a9
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 09:13:04 2011 -0500
Bug #3197273 Improve display of error message when creating a table
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 62ac60c..d790246 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1764,7 +1764,9 @@ $(document).ready(function() {
//User wants to submit the form
$.post($form.attr('action'), $form.serialize() + "&do_save_data=" + $(this).val(), function(data) {
if(data.success == true) {
- $('#properties_message').html('');
+ $('#properties_message')
+ .removeClass('error')
+ .html('');
PMA_ajaxShowMessage(data.message);
// Only if the create table dialog (distinct panel) exists
if ($("#create_table_dialog").length > 0) {
@@ -1818,7 +1820,9 @@ $(document).ready(function() {
window.parent.frame_navigation.location.reload();
}
} else {
- $('#properties_message').html(data.error);
+ $('#properties_message')
+ .addClass('error')
+ .html(data.error);
}
}) // end $.post()
} // end if ($form.hasClass('ajax')
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1918-g896a6e0
by Marc Delisle 07 Mar '11
by Marc Delisle 07 Mar '11
07 Mar '11
The branch, master has been updated
via 896a6e0883f1bfdcf5a1ec2eb6404b3eb9e0e7d5 (commit)
via db276b0657580b2e6585b5faa39ea8f0cc9a0a16 (commit)
from f85a923b9171cb5f0dc082c18c542ee329b396fc (commit)
- Log -----------------------------------------------------------------
commit 896a6e0883f1bfdcf5a1ec2eb6404b3eb9e0e7d5
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 7 08:34:56 2011 -0500
Improve formatting
commit db276b0657580b2e6585b5faa39ea8f0cc9a0a16
Author: onebighack <onebighack(a)users.sourceforge.net>
Date: Mon Mar 7 08:29:13 2011 -0500
Bug #3200579 part 2 - Hiding inline edit problematic for BLOB transformations
-----------------------------------------------------------------------
Summary of changes:
js/sql.js | 44 +++++++++++++++++++++++++++++++++-----------
1 files changed, 33 insertions(+), 11 deletions(-)
diff --git a/js/sql.js b/js/sql.js
index a3c5c79..aa49d8e 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -435,12 +435,23 @@ $(document).ready(function() {
var $this_hide = $(this).parent();
$this_hide.removeClass("inline_edit_active hover").addClass("inline_edit_anchor");
var last_column = $this_hide.siblings().length;
- var txt=[];
- for(var i=4; i < last_column; i++){
- txt[i-4] = $this_hide.siblings("td:eq(" + i + ")").children(' .original_data').html();
-
+ var txt = [];
+ var blob_index = [];
+ var k = 0;
+ for(var i = 4; i < last_column; i++){
+ if($this_hide.siblings("td:eq(" + i + ")").children('a:eq(0)').length ){
+ blob_index[k] = i;
+ k++;
+ continue;
+ }
+ txt[i - 4] = $this_hide.siblings("td:eq(" + i + ")").children(' .original_data').html();
}
- for (var i=4; i < last_column; i++){
+ k = 0;
+ for (var i = 4; i < last_column; i++){
+ if ( blob_index[k] == i){
+ k++;
+ continue;
+ }
if($this_hide.siblings("td:eq(" + i + ")").children().length !=0){
$this_hide.siblings("td:eq(" + i + ")").empty();
$this_hide.siblings("td:eq(" + i + ")").append(txt[i-4]);
@@ -474,13 +485,24 @@ $(document).ready(function() {
$this_row.siblings("tr:eq(3) td:eq(" + pos + ")").removeClass("even edit_row_anchor row_" + pos + " vpointer vmarker inline_edit_active hover").addClass("even edit_row_anchor row_" + pos + " vpointer vmarker inline_edit_anchor");
}
-
- for( var i=6;i<=rows+2;i++){
- txt[i-6]=$this_row.siblings("tr:eq("+i+") td:eq("+pos+") span.original_data").html();
+ var blob_index = [];
+ var k = 0;
+ for( var i = 6; i <= rows + 2; i++){
+ if( $this_row.siblings("tr:eq(" + i + ") td:eq(" + pos + ") a:eq(0)").length !=0 ){
+ blob_index[k] = i;
+ k++;
+ continue;
+ }
+ txt[i - 6] = $this_row.siblings("tr:eq(" + i + ") td:eq("+pos+") span.original_data").html();
}
- for (var i=6;i<=rows+2;i++){
- $this_row.siblings("tr:eq("+i+") td:eq("+pos+")").empty();
- $this_row.siblings("tr:eq("+i+") td:eq("+pos+")").append(txt[i-6]);
+ k = 0;
+ for (var i = 6; i <= rows + 2; i++){
+ if(blob_index[k] == i){
+ k++;
+ continue;
+ }
+ $this_row.siblings("tr:eq("+i+") td:eq("+pos+")").empty();
+ $this_row.siblings("tr:eq("+i+") td:eq("+pos+")").append(txt[ i - 6]);
}
$(this).prev().remove();
$(this).prev().remove();
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1916-gf85a923
by Michal Čihař 07 Mar '11
by Michal Čihař 07 Mar '11
07 Mar '11
The branch, master has been updated
via f85a923b9171cb5f0dc082c18c542ee329b396fc (commit)
via 37b136ecba360df29fcc137cd9d36f1a611a4b87 (commit)
via bd027ebd00e05d10dd0a265a1d629a8118f34598 (commit)
via ae6e85faa82e73f13e7a1e781fa02c1bb096e8c7 (commit)
via a2d0c9f332840d31ca813089823ab8a0c35c53cb (commit)
via 49504974b293467167f4d55e79f20a0bc722e6c6 (commit)
via affebf93ac1db2dfeab81128ee382298e1c98276 (commit)
via 69c5d1b1f7b4267197037f1819b4893b1367526c (commit)
via 4a197dd6cf4d39dc1b36ddf5e07dcd3deeda1d3a (commit)
from cf5a6c06b8cff38febff8a48e854b553efba77a7 (commit)
- Log -----------------------------------------------------------------
commit f85a923b9171cb5f0dc082c18c542ee329b396fc
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:21:46 2011 +0200
Translation update done using Pootle.
commit 37b136ecba360df29fcc137cd9d36f1a611a4b87
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:21:15 2011 +0200
Translation update done using Pootle.
commit bd027ebd00e05d10dd0a265a1d629a8118f34598
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:20:55 2011 +0200
Translation update done using Pootle.
commit ae6e85faa82e73f13e7a1e781fa02c1bb096e8c7
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:20:01 2011 +0200
Translation update done using Pootle.
commit a2d0c9f332840d31ca813089823ab8a0c35c53cb
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:19:37 2011 +0200
Translation update done using Pootle.
commit 49504974b293467167f4d55e79f20a0bc722e6c6
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:18:37 2011 +0200
Translation update done using Pootle.
commit affebf93ac1db2dfeab81128ee382298e1c98276
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:18:17 2011 +0200
Translation update done using Pootle.
commit 69c5d1b1f7b4267197037f1819b4893b1367526c
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:17:45 2011 +0200
Translation update done using Pootle.
commit 4a197dd6cf4d39dc1b36ddf5e07dcd3deeda1d3a
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 7 11:17:37 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/de.po | 16 ++++++++--------
po/nb.po | 56 ++++----------------------------------------------------
2 files changed, 12 insertions(+), 60 deletions(-)
diff --git a/po/de.po b/po/de.po
index 68a533c..e7b4515 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta4-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-05 14:23-0500\n"
-"PO-Revision-Date: 2011-03-03 15:56+0200\n"
-"Last-Translator: <sven-cihar.com(a)incase.de>\n"
+"PO-Revision-Date: 2011-03-07 11:21+0200\n"
+"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: german <de(a)li.org>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -80,7 +80,7 @@ msgstr "OK"
#: browse_foreigners.php:169 browse_foreigners.php:173
#: libraries/Index.class.php:441 tbl_tracking.php:314
msgid "Keyname"
-msgstr "Name"
+msgstr "Schlüsselname"
#: browse_foreigners.php:170 browse_foreigners.php:172
#: server_collations.php:54 server_collations.php:66 server_engines.php:57
@@ -100,7 +100,7 @@ msgstr "Kein BLOB-Streaming-Server konfiguriert!"
#: bs_disp_as_mime_type.php:35
msgid "Failed to fetch headers"
-msgstr "Abrufen des Headers fehlgeschlagen."
+msgstr "Das Abrufen der Kopfzeilen ist fehlgeschlagen."
#: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL"
@@ -288,7 +288,7 @@ msgstr "Datenbank %s wurde gelöscht."
#: db_operations.php:450
msgid "Drop the database (DROP)"
-msgstr "Lösche die Datenbank (DROP)"
+msgstr "Datenbank löschen (DROP)"
#: db_operations.php:478
msgid "Copy database to"
@@ -815,7 +815,7 @@ msgstr "Werte für die Spalte \"%s\""
#: enum_editor.php:22 libraries/tbl_properties.inc.php:795
msgid "Enter each value in a separate field."
-msgstr "Jeden Wert in ein eigenes Feld eingeben."
+msgstr "Jeden Wert in einem eigenen Feld eingeben."
#: enum_editor.php:57
msgid "+ Restart insertion and add a new value"
@@ -1158,7 +1158,7 @@ msgstr "Anzuzeigende Spalte auswählen"
#: js/messages.php:106
msgid "Add an option for column "
-msgstr ""
+msgstr "Option hinzufügen zu Spalte "
#: js/messages.php:109
msgid "Generate password"
diff --git a/po/nb.po b/po/nb.po
index 2041a22..a1ca033 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta4-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-05 14:23-0500\n"
-"PO-Revision-Date: 2011-03-01 13:57+0200\n"
-"Last-Translator: <paalfe(a)gmail.com>\n"
+"PO-Revision-Date: 2011-03-07 11:21+0200\n"
+"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
+"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -1784,7 +1784,7 @@ msgstr "Kunne ikke åpne fil: %s"
#: libraries/bookmark.lib.php:83
msgid "shared"
-msgstr ""
+msgstr "delt"
#: libraries/build_html_for_db.lib.php:25
#: libraries/config/messages.inc.php:180 libraries/export/xml.php:36
@@ -10185,51 +10185,3 @@ msgstr "VIEW navn"
#: view_operations.php:91
msgid "Rename view to"
msgstr "Endre tabellens navn"
-
-#, fuzzy
-#~| msgid "Delete the matches for the %s table?"
-#~ msgid "Delete the matches for the "
-#~ msgstr "Slett treffene for %s tabellen?"
-
-#~ msgid "Show left delete link"
-#~ msgstr "Skjul/Vis venstre meny"
-
-#~ msgid "yes"
-#~ msgstr "Ja"
-
-#~ msgid "closed"
-#~ msgstr "Lukk"
-
-#~ msgid "to/from page"
-#~ msgstr "til/fra side"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "Slå av statistikk"
-
-#~ msgid "Start"
-#~ msgstr "Start"
-
-#~ msgid "Stop"
-#~ msgstr "Stopp"
-
-#~ msgid "Display table filter"
-#~ msgstr "Vis databaser i et tre"
-
-#~ msgid ""
-#~ "The additional features for working with linked tables have been "
-#~ "deactivated. To find out why click %shere%s."
-#~ msgstr ""
-#~ "Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. "
-#~ "For å finne ut hvorfor, klikk %sher%s."
-
-#~ msgid "Ignore duplicate rows"
-#~ msgstr "Ignorer dupliserte rader"
-
-#~ msgid "Execute bookmarked query"
-#~ msgstr "Utfør lagret spørring"
-
-#~ msgid "No tables"
-#~ msgstr "Ingen tabeller"
-
-#~ msgid "Toggle Query Box Visibility"
-#~ msgstr "Slå av/på visning av spørreboks"
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1907-gcf5a6c0
by Michal Čihař 07 Mar '11
by Michal Čihař 07 Mar '11
07 Mar '11
The branch, master has been updated
via cf5a6c06b8cff38febff8a48e854b553efba77a7 (commit)
via d3adbc5295065f2d2aa4d79f3bd9f6016a839b3e (commit)
via 6cdf078d3ba97b31ffc69203713df83039049f27 (commit)
via 5e801d85d43223c5536b965b22f1d8d4a95cbf53 (commit)
via b84ff5f63c09453cc19f58f82fbaffed0fff0ce6 (commit)
via fe965b78cead254c459bbe45c76e378243895a42 (commit)
via d6cacaa47c609e03457fb21de39d96fdfcb454d6 (commit)
via abf6696e9311f05cd249b3e5ef637498ef67eedd (commit)
via 194fbde2be26da6be927f898394f17f7c79c0d42 (commit)
via e22b15fec464ecbe79bfb9ebabaa6dc80162c1d8 (commit)
via eb1fd44a1628f957c2f8db0b3bc3cb80bedab454 (commit)
from 23b98fbd4a1f362c26aea71533d9ff481d9f865e (commit)
- Log -----------------------------------------------------------------
commit cf5a6c06b8cff38febff8a48e854b553efba77a7
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:17:00 2011 +0200
Translation update done using Pootle.
commit d3adbc5295065f2d2aa4d79f3bd9f6016a839b3e
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:16:32 2011 +0200
Translation update done using Pootle.
commit 6cdf078d3ba97b31ffc69203713df83039049f27
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:16:18 2011 +0200
Translation update done using Pootle.
commit 5e801d85d43223c5536b965b22f1d8d4a95cbf53
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:15:39 2011 +0200
Translation update done using Pootle.
commit b84ff5f63c09453cc19f58f82fbaffed0fff0ce6
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:15:31 2011 +0200
Translation update done using Pootle.
commit fe965b78cead254c459bbe45c76e378243895a42
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:14:50 2011 +0200
Translation update done using Pootle.
commit d6cacaa47c609e03457fb21de39d96fdfcb454d6
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:14:14 2011 +0200
Translation update done using Pootle.
commit abf6696e9311f05cd249b3e5ef637498ef67eedd
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:13:58 2011 +0200
Translation update done using Pootle.
commit 194fbde2be26da6be927f898394f17f7c79c0d42
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:13:31 2011 +0200
Translation update done using Pootle.
commit e22b15fec464ecbe79bfb9ebabaa6dc80162c1d8
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:13:11 2011 +0200
Translation update done using Pootle.
commit eb1fd44a1628f957c2f8db0b3bc3cb80bedab454
Author: hjortholm <hjortholm(a)gmail.com>
Date: Mon Mar 7 01:12:39 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/da.po | 172 +++++++-------------------------------------------------------
1 files changed, 18 insertions(+), 154 deletions(-)
diff --git a/po/da.po b/po/da.po
index a27155a..c8484db 100644
--- a/po/da.po
+++ b/po/da.po
@@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta4-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-05 14:23-0500\n"
-"PO-Revision-Date: 2010-07-21 14:55+0200\n"
-"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
+"PO-Revision-Date: 2011-03-07 01:17+0200\n"
+"Last-Translator: <hjortholm(a)gmail.com>\n"
"Language-Team: danish <da(a)li.org>\n"
+"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.1\n"
+"X-Generator: Pootle 2.0.5\n"
#: browse_foreigners.php:35 browse_foreigners.php:53
#: libraries/display_tbl.lib.php:415 server_privileges.php:1600
@@ -106,7 +106,7 @@ msgstr "Kunne ikke skrive fil til disk."
#: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL"
-msgstr ""
+msgstr "Fejl ved åbning af ekstern URL"
#: changelog.php:32 license.php:28
#, php-format
@@ -118,7 +118,7 @@ msgstr ""
#: db_create.php:58
#, php-format
msgid "Database %1$s has been created."
-msgstr ""
+msgstr "Database %1$s er oprettet,"
#: db_datadict.php:48 db_operations.php:364
msgid "Database comment: "
@@ -139,10 +139,9 @@ msgstr "Tabel kommentarer"
#: tbl_change.php:309 tbl_indexes.php:187 tbl_printview.php:139
#: tbl_relation.php:399 tbl_select.php:112 tbl_structure.php:197
#: tbl_tracking.php:267 tbl_tracking.php:318
-#, fuzzy
#| msgid "Column names"
msgid "Column"
-msgstr "Kolonnenavne"
+msgstr "Kolonnenavn"
#: db_datadict.php:170 db_printview.php:104 libraries/Index.class.php:442
#: libraries/db_events.inc.php:25 libraries/db_routines.inc.php:36
@@ -280,10 +279,9 @@ msgid "Command"
msgstr "Kommando"
#: db_operations.php:433
-#, fuzzy
#| msgid "Rename database to"
msgid "Remove database"
-msgstr "Omdøb database til"
+msgstr "Fjern database"
#: db_operations.php:445
#, php-format
@@ -291,10 +289,9 @@ msgid "Database %s has been dropped."
msgstr "Database %s er slettet."
#: db_operations.php:450
-#, fuzzy
#| msgid "Copy database to"
msgid "Drop the database (DROP)"
-msgstr "Kopiér database til"
+msgstr "Drop databasen (DROP)"
#: db_operations.php:478
msgid "Copy database to"
@@ -359,10 +356,9 @@ msgstr ""
"at se hvorfor, klik %sher%s."
#: db_operations.php:589
-#, fuzzy
#| msgid "Relational schema"
msgid "Edit or export relational schema"
-msgstr "Relationel skematik"
+msgstr "Editer eller eksporter relations skema"
#: db_printview.php:102 db_tracking.php:85 db_tracking.php:186
#: libraries/config/messages.inc.php:487 libraries/db_structure.lib.php:37
@@ -413,12 +409,12 @@ msgid "Last check"
msgstr "Sidste check"
#: db_printview.php:220 db_structure.php:439
-#, fuzzy, php-format
+#, php-format
#| msgid "%s table(s)"
msgid "%s table"
msgid_plural "%s tables"
-msgstr[0] "%s tabel(ler)"
-msgstr[1] "%s tabel(ler)"
+msgstr[0] "%s tabel"
+msgstr[1] "%s tabeller"
#: db_qbe.php:25 import.php:453 libraries/Message.class.php:190
#: libraries/display_tbl.lib.php:2053 libraries/sql_query_form.lib.php:140
@@ -433,7 +429,7 @@ msgstr "Du skal vælge mindst en kolonne der skal vises"
#: db_qbe.php:183
msgid "Switch to"
-msgstr ""
+msgstr "skift til"
#: db_qbe.php:187
msgid "visual builder"
@@ -490,16 +486,14 @@ msgid "Modify"
msgstr "Ret"
#: db_qbe.php:607
-#, fuzzy
#| msgid "Add/Delete Criteria Row"
msgid "Add/Delete criteria rows"
msgstr "Tilføj/Slet kriterie-række"
#: db_qbe.php:619
-#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Add/Delete columns"
-msgstr "Tilføj/Slet felt-kolonne"
+msgstr "Tilføj/Slet kolonner"
#: db_qbe.php:632 db_qbe.php:657
msgid "Update Query"
@@ -547,12 +541,12 @@ msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Søgeresultater for \"<i>%s</i>\" %s:"
#: db_search.php:247
-#, fuzzy, php-format
+#, php-format
#| msgid "%s match(es) inside table <i>%s</i>"
msgid "%s match inside table <i>%s</i>"
msgid_plural "%s matches inside table <i>%s</i>"
-msgstr[0] "%s hit(s) i tabel <i>%s</i>"
-msgstr[1] "%s hit(s) i tabel <i>%s</i>"
+msgstr[0] "%s hit i tabel <i>%s</i>"
+msgstr[1] "%s hits i tabel <i>%s</i>"
#: db_search.php:254 libraries/common.lib.php:2827
#: libraries/common.lib.php:3009 libraries/common.lib.php:3010
@@ -10151,133 +10145,3 @@ msgstr "VIEW navn"
#: view_operations.php:91
msgid "Rename view to"
msgstr ""
-
-#, fuzzy
-#~| msgid "Dumping data for table"
-#~ msgid "Delete the matches for the "
-#~ msgstr "Data dump for tabellen"
-
-#~ msgid "Show left delete link"
-#~ msgstr "Vis/skjul venstre menu"
-
-#~ msgid "yes"
-#~ msgstr "Ja"
-
-#~ msgid "to/from page"
-#~ msgstr "til/fra side"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "Slå Statistikker fra"
-
-#~ msgid "Display table filter"
-#~ msgstr "Viser kolonne-kommentarer"
-
-#~ msgid ""
-#~ "The additional features for working with linked tables have been "
-#~ "deactivated. To find out why click %shere%s."
-#~ msgstr ""
-#~ "De ekstra features for at arbejde med linkede tabeller er deaktiveret. "
-#~ "For at se hvorfor, klik %sher%s."
-
-#~ msgid "Ignore duplicate rows"
-#~ msgstr "Ignorér gentagne rækker"
-
-#~ msgid "Execute bookmarked query"
-#~ msgstr "Udfør forespørgsel iflg. bogmærke"
-
-#~ msgid "No tables"
-#~ msgstr "Ingen tabeller"
-
-#~ msgid "SVG"
-#~ msgstr "CSV (kommasepareret)"
-
-#~ msgid ""
-#~ "Enter each value in a separate field, enclosed in single quotes. If you "
-#~ "ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst "
-#~ "those values, precede it with a backslash (for example '\\\\xyz' or 'a"
-#~ "\\'b')."
-#~ msgstr ""
-#~ "Indtast værdier for transformationsindstillinger ud fra følgende format: "
-#~ "'a', 100, b,'c'...<br />Skulle du få brug for at indsætte en backslash "
-#~ "(\"\\\") eller en apostrof (\"'\") i værdierne, backslash det (for "
-#~ "eksempel '\\\\xyz' eller 'a\\'b')."
-
-#~ msgid ""
-#~ "Enter each value in a separate field. If you ever need to put a backslash "
-#~ "(\"\\\") or a single quote (\"'\") amongst those values, precede it with "
-#~ "a backslash (for example '\\\\xyz' or 'a\\'b')."
-#~ msgstr ""
-#~ "Indtast værdier for transformationsindstillinger ud fra følgende format: "
-#~ "'a', 100, b,'c'...<br />Skulle du få brug for at indsætte en backslash "
-#~ "(\"\\\") eller en apostrof (\"'\") i værdierne, backslash det (for "
-#~ "eksempel '\\\\xyz' eller 'a\\'b')."
-
-#~ msgid "server name"
-#~ msgstr "servernavn"
-
-#~ msgid "database name"
-#~ msgstr "databasenavn"
-
-#~ msgid "Edit PDF Pages"
-#~ msgstr "Redigér PDF-sider"
-
-#~ msgid "Data Dictionary Format"
-#~ msgstr "Data Dictionary-format"
-
-#~ msgid "<code>AUTO_INCREMENT</code>"
-#~ msgstr "Tilføj AUTO_INCREMENT værdi"
-
-#~ msgid "Dump %s row(s) starting at row # %s"
-#~ msgstr "Dump %s rækker startende med række %s."
-
-#~ msgid "remember template"
-#~ msgstr "husk skabelonen"
-
-#~ msgid "Imported file compression will be automatically detected from: %s"
-#~ msgstr ""
-#~ "Importeret fil-komprimering vil blive automatisk registreret fra: %s"
-
-#~ msgid "Add into comments"
-#~ msgstr "Tilføj til kommentarer"
-
-#~ msgid "Invalid column (%s) specified!"
-#~ msgstr "Ugyldig kolonne (%s) angivet!"
-
-#~ msgid "Table removal"
-#~ msgstr "Tabelnavn"
-
-#~ msgctxt "BLOB repository"
-#~ msgid "Enabled"
-#~ msgstr "Slået til"
-
-#~ msgctxt "BLOB repository"
-#~ msgid "Repair"
-#~ msgstr "Reparer tabel"
-
-#~ msgctxt "BLOB repository"
-#~ msgid "Disabled"
-#~ msgstr "Slået fra"
-
-#~ msgid ""
-#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
-#~ "extension. Please check your PHP configuration."
-#~ msgstr ""
-#~ "Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] "
-#~ "udvidelsen. Tjek venligst din PHP-konfiguration."
-
-#~ msgid ""
-#~ "Couldn't load the iconv or recode extension needed for charset "
-#~ "conversion. Either configure PHP to enable these extensions or disable "
-#~ "charset conversion in phpMyAdmin."
-#~ msgstr ""
-#~ "Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-"
-#~ "konvertering, konfigurer PHP til at tillade brug af disse udvidelser "
-#~ "eller slå tegnsæt-konvertering fra i phpMyAdmin."
-
-#~ msgid ""
-#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
-#~ "the necessary extensions appear to be loaded. Check your PHP "
-#~ "configuration."
-#~ msgstr ""
-#~ "Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen "
-#~ "omend udvidelsen ser ud til at være indlæst. Check din PHP-konfiguration."
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. bb8a928926085b0833f8b75ed8d6fbcae1959758
by Michal Čihař 06 Mar '11
by Michal Čihař 06 Mar '11
06 Mar '11
The branch, master has been updated
via bb8a928926085b0833f8b75ed8d6fbcae1959758 (commit)
via 16409a45227fb3238639e87cb5cebefdfd2421ae (commit)
via a439bf6060b9c6a97bb01f75a59e7eb60af4d384 (commit)
via 3953942bfffef6cabe396811ff69846db2c2b227 (commit)
via f7869274c0e919a4d0d89fa039640899cf340a5e (commit)
via 0febfe75ddec8328c9fbf80de59bc02bf1ac9741 (commit)
via 1d6b0426bf1f635a752e4a3b4491c0d7daeb7b56 (commit)
via c88164c5f4d841cd41dff908c4208697033ca69b (commit)
via 3ae7a5c1edcfbbab82bd934bd64afd15f93add02 (commit)
via 3c9c1b6c6b4a22f5f92fcc0a48a83ac4ee591066 (commit)
via fd4a22f975395c3a3fdf09adefee4bafa72983f6 (commit)
via 1cafa644d83f2c3ff9092f3477e6c62409d5eee0 (commit)
via 8da3bb025e42c2f178d837c422a43b6b6b073b17 (commit)
via 3585826c86621d43ee3cfbde6813b3a8c733aae6 (commit)
via 60dbc094b09821b3c862d7871ed0bed8207fbe1a (commit)
via 7f7d8674980bce0e46d90447025022fa3ea7ca2e (commit)
via 59576cd858f9c8e032ae129ca1bc65437c070a8e (commit)
from ecd0e5c75da79c31c16d205f3426b316bf14d29a (commit)
- Log -----------------------------------------------------------------
commit bb8a928926085b0833f8b75ed8d6fbcae1959758
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Mar 6 23:23:18 2011 +0100
Update generated docs
commit 16409a45227fb3238639e87cb5cebefdfd2421ae
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:39:03 2011 +0200
Translation update done using Pootle.
commit a439bf6060b9c6a97bb01f75a59e7eb60af4d384
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:38:39 2011 +0200
Translation update done using Pootle.
commit 3953942bfffef6cabe396811ff69846db2c2b227
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:38:25 2011 +0200
Translation update done using Pootle.
commit f7869274c0e919a4d0d89fa039640899cf340a5e
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:38:20 2011 +0200
Translation update done using Pootle.
commit 0febfe75ddec8328c9fbf80de59bc02bf1ac9741
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:38:02 2011 +0200
Translation update done using Pootle.
commit 1d6b0426bf1f635a752e4a3b4491c0d7daeb7b56
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:37:03 2011 +0200
Translation update done using Pootle.
commit c88164c5f4d841cd41dff908c4208697033ca69b
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:36:29 2011 +0200
Translation update done using Pootle.
commit 3ae7a5c1edcfbbab82bd934bd64afd15f93add02
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:36:12 2011 +0200
Translation update done using Pootle.
commit 3c9c1b6c6b4a22f5f92fcc0a48a83ac4ee591066
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:35:40 2011 +0200
Translation update done using Pootle.
commit fd4a22f975395c3a3fdf09adefee4bafa72983f6
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:34:53 2011 +0200
Translation update done using Pootle.
commit 1cafa644d83f2c3ff9092f3477e6c62409d5eee0
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:33:56 2011 +0200
Translation update done using Pootle.
commit 8da3bb025e42c2f178d837c422a43b6b6b073b17
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:32:44 2011 +0200
Translation update done using Pootle.
commit 3585826c86621d43ee3cfbde6813b3a8c733aae6
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:31:55 2011 +0200
Translation update done using Pootle.
commit 60dbc094b09821b3c862d7871ed0bed8207fbe1a
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:31:41 2011 +0200
Translation update done using Pootle.
commit 7f7d8674980bce0e46d90447025022fa3ea7ca2e
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:28:38 2011 +0200
Translation update done using Pootle.
commit 59576cd858f9c8e032ae129ca1bc65437c070a8e
Author: Cédric Corazza <cedric.corazza(a)wanadoo.fr>
Date: Sun Mar 6 15:28:22 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/fr/Documentation.html | 88 ++++++++++++++++++++++-------------------
output/fr/README | 2 +-
po/fr.po | 88 +++++++++++++++++++----------------------
3 files changed, 89 insertions(+), 89 deletions(-)
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index 904b193..c325cfc 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -900,15 +900,16 @@ versions et peut aussi être écrit 'http')
Protocol">HTTP</abbr>'</tt>) tel qu'introduit dans la version 1.3.0 vous
permet de vous connecter comme n'importe utilisateur MySQL valide via
HTTP-Auth.</li>
- <li>'signon' authentication mode (<tt>$auth_type = 'signon'</tt>) as
-introduced in 2.10.0 allows you to log in from prepared PHP session
-data. This is useful for implementing single signon from another
-application. Sample way how to seed session is in signon example:
-<code>scripts/signon.php</code>. There is also alternative example using
-OpenID - <code>scripts/openid.php</code>. You need to configure <a
-href="#cfg_Servers_SignonSession" class="configrule">session name</a> and <a
-href="#cfg_Servers_SignonURL" class="configrule">signon URL</a> to use this
-authentication method.</li>
+ <li>Le mode d'authentification 'signon'
+(<tt>$auth_type = 'signon'</tt>) qui a été introduit dans la
+version 2.10.0 vous permet de vous connecter à partir de données de session
+préparée PHP. Ceci est utile pour la mise en œuvre d'une connexion
+unique (single signon) à partir d'une autre application. Un exemple
+pour alimenter une session se trouve dans :
+<code>scripts/signon.php</code>. Vous aurez besoin de configurer <a
+href="#cfg_Servers_SignonSession" class="configrule">session name</a> et <a
+href="#cfg_Servers_SignonURL" class="configrule">signon URL</a> pour
+utiliser ce mode d'authentification.</li>
</ul>
Veuillez consulter la section <a href="#setup">Installation</a> sur
@@ -1585,13 +1586,15 @@ serveurs auxquels se connecter.<br />
Si vous n'avez qu'un seul serveur, <tt>$cfg['ServerDefault']</tt> DOIT
être défini sur ce serveur.</dd>
- <dt id="cfg_AjaxEnable">$cfg['AjaxEnable'] boolean</dt>
- <dd>Defines whether to refresh only parts of certain pages using Ajax
-techniques. Applies only where a non-Ajax behavior is possible; for example,
-the Designer feature is Ajax-only so this directive does not apply to it.</dd>
+ <dt id="cfg_AjaxEnable">$cfg['AjaxEnable'] booléen</dt>
+ <dd>Définit le rafraîchissement de parties de certaines pages en utilisant les
+techniques Ajax. S'applique seulement où le comportement non Ajax est
+possible. Par exemple la fonctionnalité Designer ne fonctionne qu'en Ajax,
+donc cette directive ne s'applique à celle-ci.</dd>
- <dt id="cfg_VersionCheck">$cfg['VersionCheck'] boolean</dt>
- <dd>Enables check for latest versions using javascript on main phpMyAdmin page.</dd>
+ <dt id="cfg_VersionCheck">$cfg['VersionCheck'] booléen</dt>
+ <dd>Active la vérification des dernières versions en utilisant JavaScript sur la
+page principale de phpMyAdmin.</dd>
<dt id="cfg_MaxDbList">$cfg['MaxDbList'] entier</dt>
<dd>Le nombre maximum de noms de bases de données à afficher dans
@@ -2299,11 +2302,13 @@ booléen <span
id="cfg_ModifyDeleteAtRight">$cfg['ModifyDeleteAtRight']</span>
booléen
</dt>
- <dd>Defines the place where table row links (Edit, Inline edit, Copy, Delete)
-would be put when tables contents are displayed (you may have them displayed
-both at the left and at the right). "Left" and "right"
-are parsed as "top" and "bottom" with vertical display
-mode.</dd>
+ <dd>Définit l'endroit où les liens modifier, modifier inline,
+copier et supprimer seront affichés quand le contenu des tables est
+affichée (vous pouvez les voir affichés à la fois
+à gauche et à droite). « Gauche » et
+« droite » sont traduits par
+« haut » et « bas » en mode
+d'affichage vertical.</dd>
<dt id="cfg_DefaultDisplay">$cfg['DefaultDisplay'] chaîne</dt>
<dd>Il existe trois modes d'affichage : 'horizontal', 'horizontalflipped'
@@ -3303,19 +3308,19 @@ la commande « source » dans MySQL : <tt>source
<a id="faqmysqlversions" href="#faq1_17">1.17 Quelles versions de MySQL sont
gérées par phpMyAdmin ?</a></h4>
-<p> Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For older
-MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can
-connect to your MySQL server using PHP's classic <a
-href="http://php.net/mysql">MySQL extension</a> as well as the <a
-href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that is
-available in php 5.0. The latter one should be used unless you have a good
-reason not to do so.<br />
- When compiling PHP, we strongly recommend that you manually link the MySQL
-extension of your choice to a MySQL client library of at least the same
-minor version since the one that is bundled with some PHP distributions is
-rather old and might cause problems <a href="#faq1_17a"> (see <abbr
-title="Frequently Asked Questions">FAQ</abbr> 1.17a)</a>.<br /><br />
- MariaDB is also supported (versions 5.1 and 5.2 were tested).
+<p> Depuis phpMyAdmin 3.0.x, seules les versions 5.0.1 et supérieures de MySQL
+5.0.1 sont gérées. Pour les versions plus anciennes de MySQL, vous devez
+utiliser la branche 2.x. phpMyAdmin peut se connecter à votre serveur MySQL
+en utilisant <a href="http://php.net/mysqli">l'extension MySQL améliorée
+(MySQLi)</a> disponible dans php 5.0. Cette dernière doit être utilisée à
+moins que vous n'ayez de bonnes raisons de ne pas le faire.<br />
+ En compilant PHP, nous recommandons fortement de lier manuellement
+l'extension MySQL de votre choix à une bibliothèque client MySQL d'au moins
+la même version mineure, puisque celle qui est fournie avec les
+distributions de PHP actuelles est plutôt ancienne et pourrait causer des
+problèmes (voir également <a href="#faq1_17a"><abbr title="Foire Aux
+Questions">FAQ</abbr> 1.17a</a>).<br /><br />
+ MariaDB est également géré (les versions 5.1 et 5.2 ont été testées).
</p>
<h5 id="faq1_17a">
@@ -4111,14 +4116,14 @@ résultats, mais cela peut avoir un sérieux impact sur les
performances.</p>
<h4 id="faq3_12">
- <a href="#faq3_12">3.12 (withdrawn).</a></h4>
+ <a href="#faq1_12">1.12 (retiré).</a></h4>
<h4 id="faq3_13">
<a href="#faq3_13">3.13 J'obtiens une erreur en saisissant <tt>USE</tt>
suivi du nom d'une base de données contenant un trait d'union.</a></h4>
<p>
- The tests I have made with MySQL 5.1.49 shows that the API does not accept
-this syntax for the USE command.
+ Les tests que j'ai effectués avec l'API actuelle de MySQL 5.1.49,
+montre que cette API n'accepte pas cette syntaxe pour la commande USE.
</p>
<h4 id="faq3_14">
@@ -4989,8 +4994,9 @@ complète sera :<br /><br />
'%phpMyAdmin%'</code>
<br /><br />
- You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query
-(that is, multiple occurrences of the <i>same</i> variable).<br />
+ Vous pouvez utiliser de multiples occurrences de <b>/*['VARIABLE']*/</b>
+dans une seule requête (c'est-à-dire de multiples occurrences de la
+<i>même</i> variable).<br />
<b>REMARQUEZ L'ABSENCE D'ESPACES</b> à l'intérieur de la
construction « /**/ ». Tout espace
inséré sera plus tard également inséré en
@@ -5203,8 +5209,8 @@ autres.
</p>
<h4 id="faq6_29">
- <a href="#faq6_29">6.29 Why can't I get a chart from my query result
-table?</a></h4>
+ <a href="#faq6_29">6.29 Pourquoi ne puis-je obtenir un graphique à partir de
+ma table des résultats de requêtes ?</a></h4>
<p> Toutes les tables ne peuvent pas permettre la création d'un
graphique. Seules les tables ayant une, deux ou trois colonnes peuvent être
@@ -5705,7 +5711,7 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Nicola Asuni (Tecnick.com)
<ul>
- <li>TCPDF library (<a href="http://www.tcpdf.org">http://www.tcpdf.org</a>)</li>
+ <li>Bibliothèque TCPDF (<a href="http://www.tcpdf.org">http://www.tcpdf.org</a>)</li>
</ul></li>
<li>Michael Keck <mkkeck_at_users.sourceforge.net>
diff --git a/output/fr/README b/output/fr/README
index 974d7fa..09383e0 100644
--- a/output/fr/README
+++ b/output/fr/README
@@ -22,7 +22,7 @@ Copyright (C) 2001-2011
Garvin Hicking <me_at_supergarv.de>
Michael Keck <mkkeck_at_users.sourceforge.net>
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
- [check Documentation.txt/.html file for more details]
+ [consulter le fichier Documentation.txt/html pour plus de détails]
Licence
-------
diff --git a/po/fr.po b/po/fr.po
index b96714e..c73e67a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-02 13:51+0100\n"
-"PO-Revision-Date: 2011-01-21 03:44+0200\n"
-"Last-Translator: <joe.bruss(a)live.fr>\n"
+"PO-Revision-Date: 2011-03-06 15:39+0200\n"
+"Last-Translator: Cédric Corazza <cedric.corazza(a)wanadoo.fr>\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -2158,7 +2158,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:756
-#, fuzzy
msgid ""
"'signon' authentication mode (<tt>$auth_type = 'signon'</tt>) as "
"introduced in 2.10.0 allows you to log in from prepared PHP session data. "
@@ -2170,16 +2169,16 @@ msgid ""
"href=\"#cfg_Servers_SignonURL\" class=\"configrule\">signon URL</a> to use "
"this authentication method."
msgstr ""
-"le mode d'authentification 'signon' (<tt>$auth_type = 'signon'</"
-"tt>) qui a été introduit dans la version 2.10.0 vous permet "
-"de vous connecter à partir de données de session pré"
-"parée PHP. Ceci est utile pour la mise en œuvre d'une connexion "
+"Le mode d'authentification 'signon' "
+"(<tt>$auth_type = 'signon'</tt>) qui a été introduit dans la "
+"version 2.10.0 vous permet de vous connecter à partir de données de session "
+"préparée PHP. Ceci est utile pour la mise en œuvre d'une connexion "
"unique (single signon) à partir d'une autre application. Un exemple "
-"pour alimenter une session se trouve dans : <code>scripts/signon.php</"
-"code>. Vous aurez besoin de configurer <a href=\"#cfg_Servers_SignonSession"
-"\" class=\"configrule\">session name</a> et <a href=\"#cfg_Servers_SignonURL"
-"\" class=\"configrule\">signon URL</a> pour utiliser ce mode "
-"d'authentification."
+"pour alimenter une session se trouve dans : "
+"<code>scripts/signon.php</code>. Vous aurez besoin de configurer <a "
+"href=\"#cfg_Servers_SignonSession\" class=\"configrule\">session name</a> et <a "
+"href=\"#cfg_Servers_SignonURL\" class=\"configrule\">signon URL</a> pour "
+"utiliser ce mode d'authentification."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:774
@@ -3661,9 +3660,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1296
-#, fuzzy
msgid "$cfg['AjaxEnable'] boolean"
-msgstr "$cfg['BrowseMarkerEnable'] booléen"
+msgstr "$cfg['AjaxEnable'] booléen"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1297
@@ -3672,18 +3670,23 @@ msgid ""
"techniques. Applies only where a non-Ajax behavior is possible; for example, "
"the Designer feature is Ajax-only so this directive does not apply to it."
msgstr ""
+"Définit le rafraîchissement de parties de certaines pages en utilisant les "
+"techniques Ajax. S'applique seulement où le comportement non Ajax est "
+"possible. Par exemple la fonctionnalité Designer ne fonctionne qu'en Ajax, "
+"donc cette directive ne s'applique à celle-ci."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1302
-#, fuzzy
msgid "$cfg['VersionCheck'] boolean"
-msgstr "$cfg['PersistentConnections'] booléen"
+msgstr "$cfg['VersionCheck'] booléen"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1303
msgid ""
"Enables check for latest versions using javascript on main phpMyAdmin page."
msgstr ""
+"Active la vérification des dernières versions en utilisant JavaScript sur la "
+"page principale de phpMyAdmin."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1306
@@ -5660,7 +5663,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1889
-#, fuzzy
msgid ""
"Defines the place where table row links (Edit, Inline edit, Copy, Delete) "
"would be put when tables contents are displayed (you may have them displayed "
@@ -5668,12 +5670,13 @@ msgid ""
"are parsed as "top" and "bottom" with vertical display "
"mode."
msgstr ""
-"Définit l'endroit où les liens modifier et supprimer seront "
-"affichés quand le contenu des tables est affichée (vous pouvez "
-"les voir affichés à la fois à gauche et à "
-"droite). « Gauche » et « droite "
-"» sont traduits par « haut » et « "
-"bas » en mode d'affichage vertical."
+"Définit l'endroit où les liens modifier, modifier inline, "
+"copier et supprimer seront affichés quand le contenu des tables est "
+"affichée (vous pouvez les voir affichés à la fois "
+"à gauche et à droite). « Gauche » et "
+"« droite » sont traduits par "
+"« haut » et « bas » en mode "
+"d'affichage vertical."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1896
@@ -8145,7 +8148,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:2743
-#, fuzzy
msgid ""
"Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For older "
"MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can "
@@ -8157,14 +8159,12 @@ msgstr ""
"Depuis phpMyAdmin 3.0.x, seules les versions 5.0.1 et supérieures de MySQL "
"5.0.1 sont gérées. Pour les versions plus anciennes de MySQL, vous devez "
"utiliser la branche 2.x. phpMyAdmin peut se connecter à votre serveur MySQL "
-"en utilisant l'extension PHP classique <a href=\"http://php.net/mysql"
-"\">MySQL</a> ou <a href=\"http://php.net/mysqli\">l'extension MySQL "
-"améliorée (MySQLi)</a> disponible dans php 5.0. Cette dernière doit être "
-"utilisée à moins que vous n'ayez de bonnes raisons de ne pas le faire."
+"en utilisant <a href=\"http://php.net/mysqli\">l'extension MySQL améliorée "
+"(MySQLi)</a> disponible dans php 5.0. Cette dernière doit être utilisée à "
+"moins que vous n'ayez de bonnes raisons de ne pas le faire."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:2750
-#, fuzzy
msgid ""
"When compiling PHP, we strongly recommend that you manually link the MySQL "
"extension of your choice to a MySQL client library of at least the same "
@@ -8182,7 +8182,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:2755
msgid "MariaDB is also supported (versions 5.1 and 5.2 were tested)."
-msgstr ""
+msgstr "MariaDB est également géré (les versions 5.1 et 5.2 ont été testées)."
#. type: Content of: <html><body><div><h5>
#: orig-docs/Documentation.html:2759
@@ -10006,9 +10006,8 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3412
-#, fuzzy
msgid "<a href=\"#faq3_12\">3.12 (withdrawn).</a>"
-msgstr "<a href=\"#faq1_13\">1.13 (retiré).</a>"
+msgstr "<a href=\"#faq1_12\">1.12 (retiré).</a>"
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3415
@@ -10021,17 +10020,12 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:3419
-#, fuzzy
msgid ""
"The tests I have made with MySQL 5.1.49 shows that the API does not accept "
"this syntax for the USE command."
msgstr ""
-"Les tests que j'ai effectués avec l'API actuelle de MySQL 4.1.11, "
-"montre que cette API n'accepte pas cette syntaxe pour la commande USE. En "
-"encadrant le nom de la base de données avec des apostrophes "
-"inversées (« ` »), cela fonctionne. Pour "
-"ajouter encore à la confusion, aucune apostrophe inversée "
-"n'est nécessaire en ligne de commande mysql."
+"Les tests que j'ai effectués avec l'API actuelle de MySQL 5.1.49, "
+"montre que cette API n'accepte pas cette syntaxe pour la commande USE."
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:3424
@@ -11980,13 +11974,13 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:4140
-#, fuzzy
msgid ""
"You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query "
"(that is, multiple occurrences of the <i>same</i> variable)."
msgstr ""
"Vous pouvez utiliser de multiples occurrences de <b>/*['VARIABLE']*/</b> "
-"dans une seule requête."
+"dans une seule requête (c'est-à-dire de multiples occurrences de la "
+"<i>même</i> variable)."
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:4141
@@ -12499,13 +12493,12 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: orig-docs/Documentation.html:4316
-#, fuzzy
msgid ""
"<a href=\"#faq6_29\">6.29 Why can't I get a chart from my query result table?"
"</a>"
msgstr ""
-"<a href=\"#faq6_29\">6.28 Pourquoi ne puis-je obtenir un graphique à partir "
-"de ma table des résultats de requêtes ?</a>"
+"<a href=\"#faq6_29\">6.29 Pourquoi ne puis-je obtenir un graphique à partir de "
+"ma table des résultats de requêtes ?</a>"
#. type: Content of: <html><body><div><p>
#: orig-docs/Documentation.html:4318
@@ -13709,13 +13702,14 @@ msgstr "support MySQLi"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:4763
msgid "Nicola Asuni (Tecnick.com)"
-msgstr ""
+msgstr "Nicola Asuni (Tecnick.com)"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: orig-docs/Documentation.html:4765
msgid ""
"TCPDF library (<a href=\"http://www.tcpdf.org\">http://www.tcpdf.org</a>)"
msgstr ""
+"Bibliothèque TCPDF (<a href=\"http://www.tcpdf.org\">http://www.tcpdf.org</a>)"
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:4769
@@ -15047,7 +15041,7 @@ msgstr ""
#. type: Plain text
#: orig-docs/README:26
-#, fuzzy, no-wrap
+#, no-wrap
msgid ""
"Copyright (C) 2001-2011\n"
" Marc Delisle <marc_at_infomarc.info>\n"
@@ -15060,7 +15054,7 @@ msgid ""
" Sebastian Mendel <cybot_tm_at_users.sourceforge.net>\n"
" [check Documentation.txt/.html file for more details]\n"
msgstr ""
-"Copyright (C) 2001-2010\n"
+"Copyright (C) 2001-2011\n"
" Marc Delisle <marc_at_infomarc.info>\n"
" Olivier Müller <om_at_omnis.ch>\n"
" Robin Johnson <robbat2_at_users.sourceforge.net>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0