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

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2276-g62acfa7
by Mike Homme 16 Apr '11
by Mike Homme 16 Apr '11
16 Apr '11
The branch, master has been updated
via 62acfa73d71cfa11ae36e8a5f6d61f54675f54c5 (commit)
from d503995e347271afb9d8db06243b20296c554bfe (commit)
- Log -----------------------------------------------------------------
commit 62acfa73d71cfa11ae36e8a5f6d61f54675f54c5
Author: Mike Hommé <mike(a)globalcode.org>
Date: Sat Apr 16 10:40:51 2011 -0400
Removed 10px height and width on table/create table icons in left navigation list.
-----------------------------------------------------------------------
Summary of changes:
navigation.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/navigation.php b/navigation.php
index 381b561..8776645 100644
--- a/navigation.php
+++ b/navigation.php
@@ -305,7 +305,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
}
unset($table_list);
echo '<ul id="newtable"><li><a target="frame_content" href="tbl_create.php' . PMA_generate_common_url(array('db' => $GLOBALS['db'])) . '">'
- .'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" width="10" height="10" alt="' . _pgettext('short form', 'Create table') . '" />'
+ .'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" alt="' . _pgettext('short form', 'Create table') . '" />'
. _pgettext('short form', 'Create table') . '</a></li></ul>';
} elseif ($GLOBALS['cfg']['LeftFrameLight']) {
/* No need to tell user to select database if we're showing complete list */
@@ -630,7 +630,7 @@ function PMA_displayTableList($tables, $visible = false,
echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
}
echo ' id="icon_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"'
- .' width="10" height="10" alt="' . htmlspecialchars($link_title) . '" /></a>' . "\n";
+ .' alt="' . htmlspecialchars($link_title) . '" /></a>' . "\n";
// link for the table name itself
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2275-gd503995
by Mike Homme 16 Apr '11
by Mike Homme 16 Apr '11
16 Apr '11
The branch, master has been updated
via d503995e347271afb9d8db06243b20296c554bfe (commit)
from a63ac127bfc0ff6faceafebc8e5bc70b63a88db1 (commit)
- Log -----------------------------------------------------------------
commit d503995e347271afb9d8db06243b20296c554bfe
Author: Mike Hommé <mike(a)globalcode.org>
Date: Fri Apr 15 22:43:31 2011 -0400
Updates for RC1, per Piotr. Not everything is exactly as he asked for but should be close.
Also created a button style for "newtable" link under the general table listing.
-----------------------------------------------------------------------
Summary of changes:
themes/pmahomme/css/theme_left.css.php | 30 ++++++++++++++++++++++--------
themes/pmahomme/css/theme_right.css.php | 8 +++++++-
2 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index 5733cb0..c8b8db1 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -163,7 +163,7 @@ div#leftframelinks a:hover img {
padding: 0;
}
-div#left_tableList {margin:0px 10px;}
+div#left_tableList {margin:10px 10px 0 10px;}
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
@@ -188,17 +188,31 @@ div#left_tableList a:hover {
div#left_tableList li {
margin: 0;
- padding: 5px 0;
+ padding: 2px 0;
white-space: nowrap;
}
+#newtable{border:1px solid #aaa;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;margin-top:15px !important;padding:1px !important;
+
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+
+}
+#newtable:hover{
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important;
+ background: -moz-linear-gradient(top, #cccccc, #dddddd) !important;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd') !important;
+ cursor:pointer !important;
+}
+
select{
--moz-border-radius:2px 2px 2px 2px;
--moz-box-shadow:0 1px 2px #DDDDDD;
-border:1px solid #aaa;
-color:#333333;
-padding:3px;
-background:url(./themes/pmahomme/img/input_bg.gif);
+ -moz-border-radius:2px 2px 2px 2px;
+ -moz-box-shadow:0 1px 2px #DDDDDD;
+ border:1px solid #aaa;
+ color:#333333;
+ padding:3px;
+ background:url(./themes/pmahomme/img/input_bg.gif);
}
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 4a147d1..b32fb7f 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -253,7 +253,7 @@ button {
table caption,
table th,
table td {
- padding: 0.5em;
+ padding: 0.3em;
margin: 0.1em;
vertical-align: top;
text-shadow:0 1px 0 #FFFFFF;
@@ -624,6 +624,8 @@ div.footnotes {
color: #000;
background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #f2baba;
}
+
+
p.warning,
h1.warning,
div.warning {
@@ -915,6 +917,9 @@ ul#topmenu ul {
padding: 0.1em 0.3em 0.1em 0.3em;
}
+#topmenu .warning {font-size:1em !important; background:#f3f3f3; }
+#topmenu .warning a span{color:#ddd !important;}
+
ul#topmenu ul {
-moz-box-shadow: 1px 1px 6px #ddd;
-webkit-box-shadow: 2px 2px 3px #666;
@@ -980,6 +985,7 @@ ul#topmenu span.tab,
a.warning,
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
+ color:#ccc;
}
<?php } ?>
/* end topmenu */
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2274-ga63ac12
by Marc Delisle 15 Apr '11
by Marc Delisle 15 Apr '11
15 Apr '11
The branch, master has been updated
via a63ac127bfc0ff6faceafebc8e5bc70b63a88db1 (commit)
from 74164e5fc0143abb5e08ab64f0cfb4b0e452abde (commit)
- Log -----------------------------------------------------------------
commit a63ac127bfc0ff6faceafebc8e5bc70b63a88db1
Author: Marc Delisle <marc(a)infomarc.info>
Date: Fri Apr 15 15:53:42 2011 -0400
bug #3287596 BLOB emptied after editing another column
-----------------------------------------------------------------------
Summary of changes:
libraries/tbl_replace_fields.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/tbl_replace_fields.inc.php b/libraries/tbl_replace_fields.inc.php
index 84377bf..e1d98c8 100644
--- a/libraries/tbl_replace_fields.inc.php
+++ b/libraries/tbl_replace_fields.inc.php
@@ -68,7 +68,7 @@ if (false !== $possibly_uploaded_val) {
}
// $key contains the md5() of the fieldname
- if (0 === strlen($val)) {
+ if (0 === strlen($val) && $type != 'protected') {
// best way to avoid problems in strict mode (works also in non-strict mode)
if (isset($me_auto_increment) && isset($me_auto_increment[$key])) {
$val = 'NULL';
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_10-6-g2928a55
by Herman van Rink 15 Apr '11
by Herman van Rink 15 Apr '11
15 Apr '11
The branch, QA_3_3 has been updated
via 2928a557a737d98afe4f7e1ab682fd330d788cf4 (commit)
from 788fadfccf6d0bcde8b108817287f7554da866a8 (commit)
- Log -----------------------------------------------------------------
commit 2928a557a737d98afe4f7e1ab682fd330d788cf4
Author: Herman van Rink <rink(a)initfour.nl>
Date: Fri Apr 15 21:17:20 2011 +0200
Translation update for dutch
-----------------------------------------------------------------------
Summary of changes:
lang/dutch-utf-8.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php
index 330552e..97b7908 100644
--- a/lang/dutch-utf-8.inc.php
+++ b/lang/dutch-utf-8.inc.php
@@ -148,7 +148,7 @@ $strCommand = 'Commando';
$strComment = 'Opmerking';
$strComments = 'Opmerkingen';
$strCompatibleHashing = 'MySQL 4.0 compatibel';
-$strCompleteInserts = 'Invoegen voltooid';
+$strCompleteInserts = 'Volledig invoegen';
$strCompression = 'Compressie';
$strCompressionWillBeDetected = 'Gecomprimeerde bestanden worden automatisch herkend: %s';
$strConfigDefaultFileError = 'Standaard configuratiebestand kon niet worden geladen vanuit: "%1$s"';
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2272-g61a8726
by Michal Čihař 15 Apr '11
by Michal Čihař 15 Apr '11
15 Apr '11
The branch, master has been updated
via 61a87263e7e35b82347c0ce44633e65e349a9d90 (commit)
from b1146ee73fe78680d577f1ccabcb0eeed38e341b (commit)
- Log -----------------------------------------------------------------
commit 61a87263e7e35b82347c0ce44633e65e349a9d90
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 15 08:55:27 2011 +0200
Do not use htmlspecialchars in generating SQL (bug#3287048).
-----------------------------------------------------------------------
Summary of changes:
libraries/mult_submits.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php
index 665b76d..270ab71 100644
--- a/libraries/mult_submits.inc.php
+++ b/libraries/mult_submits.inc.php
@@ -339,7 +339,7 @@ elseif ($mult_btn == __('Yes')) {
case 'empty_tbl':
$a_query = 'TRUNCATE ';
- $a_query .= PMA_backquote(htmlspecialchars($selected[$i]));
+ $a_query .= PMA_backquote($selected[$i]);
$run_parts = TRUE;
break;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. darkblue_orange-2.9-4-g8a623e6
by Michal Čihař 15 Apr '11
by Michal Čihař 15 Apr '11
15 Apr '11
The branch, master has been updated
via 8a623e612d27cb6c61ce50fb5aafc090008b4020 (commit)
from 5faec4717819555331943da3dd78a7eaf2a39f4d (commit)
- Log -----------------------------------------------------------------
commit 8a623e612d27cb6c61ce50fb5aafc090008b4020
Author: Aris Feryanto <aris_feryanto(a)yahoo.com>
Date: Fri Apr 15 11:26:05 2011 +0700
IE9 theme compatibility - AJAX "Loading" message misaligned
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 6dd6bd6..1010837 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -1197,8 +1197,7 @@ table#serverconnection_trg_local {
margin-bottom: 0;
margin-left: auto;
padding: 3px 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
+ width: 350px;
background-color: #FFD700;
z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
text-align: center;
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2271-gb1146ee
by Michal Čihař 15 Apr '11
by Michal Čihař 15 Apr '11
15 Apr '11
The branch, master has been updated
via b1146ee73fe78680d577f1ccabcb0eeed38e341b (commit)
from 0eff0fc8ed6d6e34e043c796f53b644fccf29488 (commit)
- Log -----------------------------------------------------------------
commit b1146ee73fe78680d577f1ccabcb0eeed38e341b
Author: Aris Feryanto <aris_feryanto(a)yahoo.com>
Date: Fri Apr 15 11:26:05 2011 +0700
IE9 theme compatibility - AJAX "Loading" message misaligned
-----------------------------------------------------------------------
Summary of changes:
themes/original/css/theme_right.css.php | 3 +--
themes/pmahomme/css/theme_right.css.php | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index de935a4..5e1d013 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1386,8 +1386,7 @@ table#serverconnection_trg_local {
margin-bottom: 0;
margin-left: auto;
padding: 3px 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
+ width: 350px;
background-color: #FFD700;
z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
text-align: center;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index ed1e93a..4a147d1 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1650,8 +1650,7 @@ table#serverconnection_trg_local {
margin-bottom: 0;
margin-left: auto;
padding: 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
+ width: 350px;
z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
text-align: center;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 99624db2680c988fe208f0f94af9b306950b34f8
by Michal Čihař 15 Apr '11
by Michal Čihař 15 Apr '11
15 Apr '11
The branch, master has been updated
via 99624db2680c988fe208f0f94af9b306950b34f8 (commit)
via ee62e4ab35eed76fd1445bd88129a57864745c49 (commit)
via 8bf11d7b152b96ff3271f8fe9698787edfa4322e (commit)
via 3d705b7f8fc87b32e285ddbc9c74c3b30f514c7d (commit)
via 5f08cd08e8c722aa92ceb73926ba2233f66bf288 (commit)
via 34a9db1bb661edd8255467eb83ad0b7b609e558c (commit)
via f2b4016448275d08df18fdec07c673412be0f3d1 (commit)
via 126928cbdea0c22ecd210da37b3a64acf281988c (commit)
via 188b43afab7c4202d6e4d4bb4c047a3e7d930061 (commit)
via c4fcd88404ad9c6cbcf0cd7ae96ad1517ec2bfdd (commit)
via d6a2274a1208821680794762f53e6fb78581a261 (commit)
via 3607b32b59f46590f776a67f3bdf2c205596e6f9 (commit)
via 481883f8b2587da8da59c29c5742c5c71dbd9625 (commit)
via d37e3c6f96008496662b8c8904c64bb4bee8070c (commit)
from 0994750dafcd86d8018800433a4eb53a2958648a (commit)
- Log -----------------------------------------------------------------
commit 99624db2680c988fe208f0f94af9b306950b34f8
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 15 08:50:05 2011 +0200
Update docs
commit ee62e4ab35eed76fd1445bd88129a57864745c49
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:20:39 2011 +0200
Translation update done using Pootle.
commit 8bf11d7b152b96ff3271f8fe9698787edfa4322e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:20:31 2011 +0200
Translation update done using Pootle.
commit 3d705b7f8fc87b32e285ddbc9c74c3b30f514c7d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:08:59 2011 +0200
Translation update done using Pootle.
commit 5f08cd08e8c722aa92ceb73926ba2233f66bf288
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:08:55 2011 +0200
Translation update done using Pootle.
commit 34a9db1bb661edd8255467eb83ad0b7b609e558c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:07:29 2011 +0200
Translation update done using Pootle.
commit f2b4016448275d08df18fdec07c673412be0f3d1
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Thu Apr 14 21:07:25 2011 +0200
Translation update done using Pootle.
commit 126928cbdea0c22ecd210da37b3a64acf281988c
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 15:09:20 2011 +0200
Translation update done using Pootle.
commit 188b43afab7c4202d6e4d4bb4c047a3e7d930061
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 15:08:40 2011 +0200
Translation update done using Pootle.
commit c4fcd88404ad9c6cbcf0cd7ae96ad1517ec2bfdd
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 15:05:17 2011 +0200
Translation update done using Pootle.
commit d6a2274a1208821680794762f53e6fb78581a261
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 15:03:06 2011 +0200
Translation update done using Pootle.
commit 3607b32b59f46590f776a67f3bdf2c205596e6f9
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 15:02:12 2011 +0200
Translation update done using Pootle.
commit 481883f8b2587da8da59c29c5742c5c71dbd9625
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 14:57:03 2011 +0200
Translation update done using Pootle.
commit d37e3c6f96008496662b8c8904c64bb4bee8070c
Author: mjaning <mjaning(a)gmail.com>
Date: Thu Apr 14 14:56:32 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/pt_BR/Documentation.html | 62 ++++++++++++++++++++++----------------
output/tr/Documentation.html | 18 +++++-----
po/pt_BR.po | 15 ++++++++-
po/tr.po | 16 +++++++--
4 files changed, 70 insertions(+), 41 deletions(-)
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 0096752..b71b995 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -927,12 +927,14 @@ estão armazenadas as configurações do phpMyAdmin.</dd>
id="cfg_Servers_bookmarktable">$cfg['Servers'][$i]['bookmarktable']</span>
string
</dt>
- <dd>Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can be
-useful for queries you often run.<br /><br />
-
- To allow the usage of this functionality:
- <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>
+ <dd>A partir da versão 2.2.0 o phpMyAdmin permite que os suários salvem os seus
+SQLs favoritos. Este recurso pode ser útil para os SQLs que você roda
+frequentemente.<br /><br />
+
+ Para permtir o uso desta funcionalidade:
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</li>
+ <li>informe o nome da tabela em <tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
</ul>
</dd>
@@ -940,11 +942,11 @@ useful for queries you often run.<br /><br />
<span id="cfg_Servers_relation">$cfg['Servers'][$i]['relation']</span>
string
</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>
+ <dd>A partir da versão 2.2.4 você pode anotar, em um tabela especial de
+'relacionamento', quais columnas representam a chave na outra tabela (uma
+chave estrangeira ou foreign key). O phpMyAdmin atualmente utiliza esta para
+ <ul><li>tornar 'clicável', quando você pesquisar a tabela mestre (pai), os valores
+que referenciam a tabela estrangeira (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 />
@@ -965,9 +967,10 @@ of your database (also uses the table_coords table).</li>
The keys can be numeric or character.<br /><br />
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</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
@@ -990,7 +993,8 @@ 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>
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</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
@@ -1016,9 +1020,10 @@ Format">PDF</abbr> schema output).<br /><br />
You must be using the "relation" feature.<br /><br />
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</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>
@@ -1050,8 +1055,9 @@ system, your column_info table has to have the three new columns 'mimetype',
'transformation', 'transformation_options'.
<br /><br />
- To allow the usage of this functionality:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ Para permtir o uso desta funcionalidade:
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do 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,9 +1093,10 @@ to the maximum amount.<br /><br />
The query history is only available if JavaScript is enabled in your
browser.<br /><br />
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['history']</tt>
(e.g. 'pma_history')
</li>
@@ -1123,10 +1130,11 @@ a list of names separated by ','. In addition you can export the (filtered)
report to a file or to a temporary database.
<br/><br/>
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
<ul>
- <li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['tracking']</tt>
(e.g. 'pma_tracking')</li>
</ul>
@@ -1217,10 +1225,11 @@ users can still personalize phpMyAdmin, but settings will be saved in
browser's local storage, or, it is is unavailable, until the end of session.
<br /><br />
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
<ul>
- <li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['userconfig']</tt></li>
</ul>
</dd>
@@ -1234,9 +1243,10 @@ string
visually manage the relations.
<br /><br />
- To allow the usage of this functionality:
+ Para permtir o uso desta funcionalidade:
- <ul><li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin configuration storage</li>
+ <ul><li>configure o banco de dados <a href="#pmadb">pmadb</a> e as configurações de
+armazenagem do phpMyAdmin.</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['designer_coords']</tt>
(e.g. 'pma_designer_coords')
</li>
diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html
index 76f0fcc..eabe069 100644
--- a/output/tr/Documentation.html
+++ b/output/tr/Documentation.html
@@ -1563,20 +1563,20 @@ arasında hiç diğer karakterlerin olmadığı başka bir karakterden sonra ço
kez kullanmamalısınız.</dd>
<dt id="cfg_LeftFrameTableLevel">$cfg['LeftFrameTableLevel'] dizgisi</dt>
- <dd>Defines how many sublevels should be displayed when splitting up tables by
-the above separator.</dd>
+ <dd>Yukarıdaki ayıraçla tablolar ayrıldığında kaç tane alt seviyenin
+görüntüleneceğini tanımlar.</dd>
<dt id="cfg_ShowTooltip">$cfg['ShowTooltip'] boolean</dt>
- <dd>Defines whether to display table comment as tool-tip in left frame or not.</dd>
+ <dd>Sol çerçevede tablo yorumunun araç ipucu olarak görüntülenip
+görüntülenmeyeceğini tanımlar.</dd>
<dt id="cfg_ShowTooltipAliasDB">$cfg['ShowTooltipAliasDB'] boolean</dt>
- <dd>If tool-tips are enabled and a DB comment is set, this will flip the comment
-and the real name. That means that if you have a table called 'user0001' and
-add the comment 'MyName' on it, you will see the name 'MyName' used
-consequently in the left frame and the tool-tip shows the real name of the
-DB.</dd>
+ <dd>Eğer araç ipucu etkinse ve VT yorumu ayarlıysa, bu, yorumu ve gerçek adı
+çevirecek. Bunun anlamı eğer 'kullanici0001' adında bir tablonuz varsa ve
+'BenimAdım' olarakta yorum ekliyse, sol çerçevede dolayısıyla kullanılan
+'BenimAdım' adını göreceksiniz ve araç ipucu VT'nin gerçek adını gösterecek.</dd>
- <dt id="cfg_ShowTooltipAliasTB">$cfg['ShowTooltipAliasTB'] boolean/string</dt>
+ <dt id="cfg_ShowTooltipAliasTB">$cfg['ShowTooltipAliasTB'] boolean/dizgisi</dt>
<dd>Same as <a href="#cfg_ShowTooltipAliasDB"
class="configrule">$cfg['ShowTooltipAliasDB']</a>, except this works for
table names. When setting this to 'nested', the Alias of the Tablename is
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 45028cc..4c4620b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-06 10:05+0300\n"
-"PO-Revision-Date: 2011-04-14 00:30+0200\n"
+"PO-Revision-Date: 2011-04-14 15:09+0200\n"
"Last-Translator: <mjaning(a)gmail.com>\n"
"Language-Team: none\n"
"Language: pt_BR\n"
@@ -2391,6 +2391,9 @@ msgid ""
"Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can be "
"useful for queries you often run."
msgstr ""
+"A partir da versão 2.2.0 o phpMyAdmin permite que os suários salvem os seus "
+"SQLs favoritos. Este recurso pode ser útil para os SQLs que você roda "
+"frequentemente."
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:890 orig-docs/Documentation.html:925
@@ -2398,7 +2401,7 @@ msgstr ""
#: orig-docs/Documentation.html:1048 orig-docs/Documentation.html:1079
#: orig-docs/Documentation.html:1156 orig-docs/Documentation.html:1172
msgid "To allow the usage of this functionality:"
-msgstr ""
+msgstr "Para permtir o uso desta funcionalidade:"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:891 orig-docs/Documentation.html:927
@@ -2409,11 +2412,14 @@ msgstr ""
msgid ""
"set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
msgstr ""
+"configure o banco de dados <a href=\"#pmadb\">pmadb</a> e as configurações de "
+"armazenagem do phpMyAdmin."
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:892
msgid "enter the table name in <tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
msgstr ""
+"informe o nome da tabela em <tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:898
@@ -2431,6 +2437,9 @@ msgid ""
"column is a key in another table (a foreign key). phpMyAdmin currently uses "
"this to"
msgstr ""
+"A partir da versão 2.2.4 você pode anotar, em um tabela especial de "
+"'relacionamento', quais columnas representam a chave na outra tabela (uma "
+"chave estrangeira ou foreign key). O phpMyAdmin atualmente utiliza esta para"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:903
@@ -2438,6 +2447,8 @@ msgid ""
"make clickable, when you browse the master table, the data values that point "
"to the foreign table;"
msgstr ""
+"tornar 'clicável', quando você pesquisar a tabela mestre (pai), os valores "
+"que referenciam a tabela estrangeira (foreign table);"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: orig-docs/Documentation.html:905
diff --git a/po/tr.po b/po/tr.po
index 3629ed1..abf9baa 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-06 10:04+0300\n"
-"PO-Revision-Date: 2011-04-13 11:17+0200\n"
+"PO-Revision-Date: 2011-04-14 21:20+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -4007,22 +4007,26 @@ msgid ""
"Defines how many sublevels should be displayed when splitting up tables by "
"the above separator."
msgstr ""
+"Yukarıdaki ayıraçla tablolar ayrıldığında kaç tane alt seviyenin "
+"görüntüleneceğini tanımlar."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1470
msgid "$cfg['ShowTooltip'] boolean"
-msgstr ""
+msgstr "$cfg['ShowTooltip'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1471
msgid ""
"Defines whether to display table comment as tool-tip in left frame or not."
msgstr ""
+"Sol çerçevede tablo yorumunun araç ipucu olarak görüntülenip "
+"görüntülenmeyeceğini tanımlar."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1474
msgid "$cfg['ShowTooltipAliasDB'] boolean"
-msgstr ""
+msgstr "$cfg['ShowTooltipAliasDB'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1475
@@ -4033,11 +4037,15 @@ msgid ""
"consequently in the left frame and the tool-tip shows the real name of the "
"DB."
msgstr ""
+"Eğer araç ipucu etkinse ve VT yorumu ayarlıysa, bu, yorumu ve gerçek adı "
+"çevirecek. Bunun anlamı eğer 'kullanici0001' adında bir tablonuz varsa ve "
+"'BenimAdım' olarakta yorum ekliyse, sol çerçevede dolayısıyla kullanılan "
+"'BenimAdım' adını göreceksiniz ve araç ipucu VT'nin gerçek adını gösterecek."
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1481
msgid "$cfg['ShowTooltipAliasTB'] boolean/string"
-msgstr ""
+msgstr "$cfg['ShowTooltipAliasTB'] boolean/dizgisi"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1482
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2270-g0eff0fc
by Michal Čihař 15 Apr '11
by Michal Čihař 15 Apr '11
15 Apr '11
The branch, master has been updated
via 0eff0fc8ed6d6e34e043c796f53b644fccf29488 (commit)
via 1011a10ccc456275d012d03e7564904c889bf15b (commit)
via 15688030983c218c7344efca2e74a28ba23333df (commit)
via 215c326afe1755f51d162c773fce5179124f88c0 (commit)
via 166617070cf3a346fbb8a6b7a163a4ac39de553d (commit)
via 41bca33765c9abf7daa6659838b14ca2ad1b64e0 (commit)
via f1f8c2508e47a4c5089393a2c0f04494b761b4d1 (commit)
via daf4ad9a14a21f758c9c356b54d2b1df0d5fc52e (commit)
via b936c5828ba31e7c0638d8ef1215ff8653630158 (commit)
via 3eaaf35094dd9c5dc44cde675364bfd76396d456 (commit)
via 464331d458199d3aafa7cf98634654ca29eb7d56 (commit)
via 7b38f4b3527d7991a0f3fca1f142d95769290c49 (commit)
via 5e81dfe277b56cfd71f2c76f9f78a6d655634594 (commit)
via 87de7488776ddddcf46d1fb1796a9b364eb90624 (commit)
via a261ef3ac4f770b1784281d7f962db23f09f82f8 (commit)
via 1253bba89188bb01e6cd61e485f6f446bc4d1092 (commit)
via 97d3626c4b2d2c420bc6250bf9189aaa2b115b91 (commit)
via 099dd317b35d0a2c7e5dd1cb7c27bfd6d2d7903b (commit)
via 38d2427d5bee1e76931668fccf233855942c06e5 (commit)
via cd46abbffce049b2d0265dcac31f2c32197de636 (commit)
via 2ca4c0227c6c3f346237ac3e40d33d58e4090e1b (commit)
via 6d0302ac7f467729de393f93ed4b53267d79f4b2 (commit)
via a92158e75eaf7610f0d6f7723442ef2a84b7f007 (commit)
via d5efc208891a5b8efd48e586ba16851dfe42d4f4 (commit)
via 0c6bb4cfede90aae8baa736a89e484c3a4ac0f3a (commit)
via 50f0f2b96048cbd2feba36d07764c56436ee3671 (commit)
via cab0f8253ce50bc57cf3fcab424919321aeff966 (commit)
via 1a4ce21478dbf3b190347a52d4c032f1b073cdfe (commit)
via 1317f3f42210e3540c8103eb4a16700b4bd29ba7 (commit)
via d529b53e8fce827e711f5d056466ac5e95b3be01 (commit)
via efe56dcac11b6f9bbbf9115738179abc163c61b8 (commit)
via f25ebb529e92dd31f024ffbb84365f348f74e3bf (commit)
via 112956bd610ed0cd0f1d72d048adf4251f458186 (commit)
via 2e556d76b710f5218219c34dedd43714941fbc8b (commit)
via 32840371e2a253f4f731d353419961b5c6f9bd04 (commit)
via f287fe1706318acfe234349d07049dd999ac3ec4 (commit)
via 2707aa87a93d30109a07bc6a714b9455b797f510 (commit)
via ab2dfd8ecbed29bf3825ab639c97abf44727d7bd (commit)
via 2eece9025b9ce3485e93030ce97383ffb873cf8a (commit)
via df6414154f15ec88af4fd69831eb38afbb7b85f7 (commit)
via c26ba80d535ce8ed68307d8c3ca103c83adcf655 (commit)
via 52ccfffaca77fd47d4a55a2b6e224f92beb52f77 (commit)
via f8b5463dfeb5a17d4aa303f731830882e8e6de55 (commit)
via de2940f6aa40ad693bae4d16b9c5e81ac1591d62 (commit)
via 8918131c0bcfd8fb42d253669f0f45c2f62af40e (commit)
via f60ee10eaa9cd4fcba43597932bcac02870d0be8 (commit)
via 021b4bca8a2053ba7ecb9f9c7475cc59324ea1dd (commit)
via 2a2ff3a817f6862a920507472983b31c9f1a74f8 (commit)
via 3c5567d68d2b5fc2be9c2ce3a4d83001bda6fb6e (commit)
via 0a0518c582a8df6bad30645efd72dcec764c2e2c (commit)
via 04a3ee21a5f792378080f5f3678bd3c84becbedd (commit)
via 8ee20fca3c0fe6ba2a38f5b8372155b90abf7dd6 (commit)
via db51adfa7d8512bfa5ef2435ae32dcb6eb9adc7a (commit)
via 1a8b5fb7e8f1229a701a49e3febcb84774dafdbb (commit)
via f24825e54094ee58801803cb63fc46bfc100bf39 (commit)
via bd8278b2a86cc59369856d6fe7efa2a7a6ce868a (commit)
via 5447d8f9b62ac698c2b417c8f6fbc82b42d21109 (commit)
via 9a2781500102d564e585fbadc998c91dfbed3276 (commit)
via b98a40c98781295625b57f72ce93575d7e6a023a (commit)
via cdae6a8f34923351b72d487a1e8d87401e3e9102 (commit)
via cc3ca4e1d644c95032260fdf5dce2cfbb2aa1731 (commit)
via 35a2f76c8668a303c2ea3b5f781b54ceeffafc9e (commit)
via 48fc10f10da9f11924c26d275d92a6501de2ae90 (commit)
via 845321ec68c3f1d40c58b97d758a47f2f94d7152 (commit)
via bc9678ed42d7ebc852753b93123399d17651cffd (commit)
via 21f8f54178a2ac0ab03a18a9c2344e4646ddec55 (commit)
via 127c89b79455708221f4aa397bb54122505aa454 (commit)
via eecf25358ab2810c5636e722710d635d6c0f2e77 (commit)
via 43975050cc024dfbfc6ca75b36760042ae6bd86a (commit)
via 5a00d1edc490d39e045f22e78daea35c643effe6 (commit)
via 4050af5724329c37321be423e8decf6dc66bfd27 (commit)
via 1a6a467a8244426dc4e0454611a7c64c8749eb56 (commit)
via f721dcc005e3f07d943ad12d0915f4e51860956f (commit)
via f39da0f11f7f30cf6e09f38313fa31da88711398 (commit)
via b1a1f10114276cda89598c3e5dbdc1b09459e2c1 (commit)
via dbfd793d18ca3905f742507eba5991469a676355 (commit)
via 45a31470e71df731489645bb07becb7214c7affe (commit)
via ab65f9278c937db8d360d785432984c65f1365fc (commit)
via 5b0b697b55df3051b9f53b02c64084f10d2c4266 (commit)
via 5c503d2ec18536f0462da05e08afdaecb9537461 (commit)
via 4a2acb5fdce4eabb01c70194685d470556d75f33 (commit)
via f1067fc69f5f0204e21d3d4bd0f48bb512ca27ba (commit)
via a0b8972f6502d137e426b707c2c4ace602b20d08 (commit)
via 002694cc579377934039a5c8f1290bf639c78bd3 (commit)
via f923decd666213ca1235ad9e22f69ce957c40295 (commit)
via e6105a28b1cb75a0ebcd3a507a37fe833d61c8f0 (commit)
via 3b274092a207a3d1c8790f964b7c465174a736ca (commit)
via 7d5b6a9d654972f9198ef852f84b3f21eda9d4df (commit)
via ca64523651fdd5c744de195dd63839136c618116 (commit)
via 8de8ed911661f0ff82de2ed9f67ebb31fda1f546 (commit)
via bb6ff4f2853f14ff8635a2ee0609da9b54e73205 (commit)
via 1b19a22254a4ebadf6f8bbda0d46cacc56836706 (commit)
via f10b2c9081226ee302252f2c0b564670205abe35 (commit)
via 5f2967706a47d4e90c60b56e68804b59fb329c45 (commit)
from ed2fda565e9aee64cc04b1bf73aa8be4bc74ea71 (commit)
- Log -----------------------------------------------------------------
commit 0eff0fc8ed6d6e34e043c796f53b644fccf29488
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:37:09 2011 +0200
Translation update done using Pootle.
commit 1011a10ccc456275d012d03e7564904c889bf15b
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:36:55 2011 +0200
Translation update done using Pootle.
commit 15688030983c218c7344efca2e74a28ba23333df
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:36:39 2011 +0200
Translation update done using Pootle.
commit 215c326afe1755f51d162c773fce5179124f88c0
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:36:30 2011 +0200
Translation update done using Pootle.
commit 166617070cf3a346fbb8a6b7a163a4ac39de553d
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:36:12 2011 +0200
Translation update done using Pootle.
commit 41bca33765c9abf7daa6659838b14ca2ad1b64e0
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:36:02 2011 +0200
Translation update done using Pootle.
commit f1f8c2508e47a4c5089393a2c0f04494b761b4d1
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:35:07 2011 +0200
Translation update done using Pootle.
commit daf4ad9a14a21f758c9c356b54d2b1df0d5fc52e
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:34:36 2011 +0200
Translation update done using Pootle.
commit b936c5828ba31e7c0638d8ef1215ff8653630158
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:34:25 2011 +0200
Translation update done using Pootle.
commit 3eaaf35094dd9c5dc44cde675364bfd76396d456
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:33:48 2011 +0200
Translation update done using Pootle.
commit 464331d458199d3aafa7cf98634654ca29eb7d56
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:33:20 2011 +0200
Translation update done using Pootle.
commit 7b38f4b3527d7991a0f3fca1f142d95769290c49
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:32:37 2011 +0200
Translation update done using Pootle.
commit 5e81dfe277b56cfd71f2c76f9f78a6d655634594
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:31:42 2011 +0200
Translation update done using Pootle.
commit 87de7488776ddddcf46d1fb1796a9b364eb90624
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:31:00 2011 +0200
Translation update done using Pootle.
commit a261ef3ac4f770b1784281d7f962db23f09f82f8
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:30:47 2011 +0200
Translation update done using Pootle.
commit 1253bba89188bb01e6cd61e485f6f446bc4d1092
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:30:05 2011 +0200
Translation update done using Pootle.
commit 97d3626c4b2d2c420bc6250bf9189aaa2b115b91
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:29:55 2011 +0200
Translation update done using Pootle.
commit 099dd317b35d0a2c7e5dd1cb7c27bfd6d2d7903b
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:29:40 2011 +0200
Translation update done using Pootle.
commit 38d2427d5bee1e76931668fccf233855942c06e5
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:29:32 2011 +0200
Translation update done using Pootle.
commit cd46abbffce049b2d0265dcac31f2c32197de636
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:29:27 2011 +0200
Translation update done using Pootle.
commit 2ca4c0227c6c3f346237ac3e40d33d58e4090e1b
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:44 2011 +0200
Translation update done using Pootle.
commit 6d0302ac7f467729de393f93ed4b53267d79f4b2
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:40 2011 +0200
Translation update done using Pootle.
commit a92158e75eaf7610f0d6f7723442ef2a84b7f007
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:29 2011 +0200
Translation update done using Pootle.
commit d5efc208891a5b8efd48e586ba16851dfe42d4f4
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:26 2011 +0200
Translation update done using Pootle.
commit 0c6bb4cfede90aae8baa736a89e484c3a4ac0f3a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:22 2011 +0200
Translation update done using Pootle.
commit 50f0f2b96048cbd2feba36d07764c56436ee3671
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:11 2011 +0200
Translation update done using Pootle.
commit cab0f8253ce50bc57cf3fcab424919321aeff966
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:28:08 2011 +0200
Translation update done using Pootle.
commit 1a4ce21478dbf3b190347a52d4c032f1b073cdfe
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:27:25 2011 +0200
Translation update done using Pootle.
commit 1317f3f42210e3540c8103eb4a16700b4bd29ba7
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:27:20 2011 +0200
Translation update done using Pootle.
commit d529b53e8fce827e711f5d056466ac5e95b3be01
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:27:16 2011 +0200
Translation update done using Pootle.
commit efe56dcac11b6f9bbbf9115738179abc163c61b8
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:27:11 2011 +0200
Translation update done using Pootle.
commit f25ebb529e92dd31f024ffbb84365f348f74e3bf
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:26:50 2011 +0200
Translation update done using Pootle.
commit 112956bd610ed0cd0f1d72d048adf4251f458186
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:26:46 2011 +0200
Translation update done using Pootle.
commit 2e556d76b710f5218219c34dedd43714941fbc8b
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:26:43 2011 +0200
Translation update done using Pootle.
commit 32840371e2a253f4f731d353419961b5c6f9bd04
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:26:18 2011 +0200
Translation update done using Pootle.
commit f287fe1706318acfe234349d07049dd999ac3ec4
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:26:00 2011 +0200
Translation update done using Pootle.
commit 2707aa87a93d30109a07bc6a714b9455b797f510
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:54 2011 +0200
Translation update done using Pootle.
commit ab2dfd8ecbed29bf3825ab639c97abf44727d7bd
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:45 2011 +0200
Translation update done using Pootle.
commit 2eece9025b9ce3485e93030ce97383ffb873cf8a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:41 2011 +0200
Translation update done using Pootle.
commit df6414154f15ec88af4fd69831eb38afbb7b85f7
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:23 2011 +0200
Translation update done using Pootle.
commit c26ba80d535ce8ed68307d8c3ca103c83adcf655
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:11 2011 +0200
Translation update done using Pootle.
commit 52ccfffaca77fd47d4a55a2b6e224f92beb52f77
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:07 2011 +0200
Translation update done using Pootle.
commit f8b5463dfeb5a17d4aa303f731830882e8e6de55
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:25:00 2011 +0200
Translation update done using Pootle.
commit de2940f6aa40ad693bae4d16b9c5e81ac1591d62
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:56 2011 +0200
Translation update done using Pootle.
commit 8918131c0bcfd8fb42d253669f0f45c2f62af40e
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:53 2011 +0200
Translation update done using Pootle.
commit f60ee10eaa9cd4fcba43597932bcac02870d0be8
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:45 2011 +0200
Translation update done using Pootle.
commit 021b4bca8a2053ba7ecb9f9c7475cc59324ea1dd
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:38 2011 +0200
Translation update done using Pootle.
commit 2a2ff3a817f6862a920507472983b31c9f1a74f8
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:20 2011 +0200
Translation update done using Pootle.
commit 3c5567d68d2b5fc2be9c2ce3a4d83001bda6fb6e
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:15 2011 +0200
Translation update done using Pootle.
commit 0a0518c582a8df6bad30645efd72dcec764c2e2c
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:24:06 2011 +0200
Translation update done using Pootle.
commit 04a3ee21a5f792378080f5f3678bd3c84becbedd
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:23:58 2011 +0200
Translation update done using Pootle.
commit 8ee20fca3c0fe6ba2a38f5b8372155b90abf7dd6
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:23:38 2011 +0200
Translation update done using Pootle.
commit db51adfa7d8512bfa5ef2435ae32dcb6eb9adc7a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:23:29 2011 +0200
Translation update done using Pootle.
commit 1a8b5fb7e8f1229a701a49e3febcb84774dafdbb
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:23:21 2011 +0200
Translation update done using Pootle.
commit f24825e54094ee58801803cb63fc46bfc100bf39
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:23:13 2011 +0200
Translation update done using Pootle.
commit bd8278b2a86cc59369856d6fe7efa2a7a6ce868a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:22:58 2011 +0200
Translation update done using Pootle.
commit 5447d8f9b62ac698c2b417c8f6fbc82b42d21109
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:22:21 2011 +0200
Translation update done using Pootle.
commit 9a2781500102d564e585fbadc998c91dfbed3276
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:21:59 2011 +0200
Translation update done using Pootle.
commit b98a40c98781295625b57f72ce93575d7e6a023a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:21:44 2011 +0200
Translation update done using Pootle.
commit cdae6a8f34923351b72d487a1e8d87401e3e9102
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:21:27 2011 +0200
Translation update done using Pootle.
commit cc3ca4e1d644c95032260fdf5dce2cfbb2aa1731
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:21:07 2011 +0200
Translation update done using Pootle.
commit 35a2f76c8668a303c2ea3b5f781b54ceeffafc9e
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:20:52 2011 +0200
Translation update done using Pootle.
commit 48fc10f10da9f11924c26d275d92a6501de2ae90
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:20:23 2011 +0200
Translation update done using Pootle.
commit 845321ec68c3f1d40c58b97d758a47f2f94d7152
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:19:38 2011 +0200
Translation update done using Pootle.
commit bc9678ed42d7ebc852753b93123399d17651cffd
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:19:21 2011 +0200
Translation update done using Pootle.
commit 21f8f54178a2ac0ab03a18a9c2344e4646ddec55
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:19:16 2011 +0200
Translation update done using Pootle.
commit 127c89b79455708221f4aa397bb54122505aa454
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:19:08 2011 +0200
Translation update done using Pootle.
commit eecf25358ab2810c5636e722710d635d6c0f2e77
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:18:45 2011 +0200
Translation update done using Pootle.
commit 43975050cc024dfbfc6ca75b36760042ae6bd86a
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:18:33 2011 +0200
Translation update done using Pootle.
commit 5a00d1edc490d39e045f22e78daea35c643effe6
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:18:13 2011 +0200
Translation update done using Pootle.
commit 4050af5724329c37321be423e8decf6dc66bfd27
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:18:02 2011 +0200
Translation update done using Pootle.
commit 1a6a467a8244426dc4e0454611a7c64c8749eb56
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:17:56 2011 +0200
Translation update done using Pootle.
commit f721dcc005e3f07d943ad12d0915f4e51860956f
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:17:47 2011 +0200
Translation update done using Pootle.
commit f39da0f11f7f30cf6e09f38313fa31da88711398
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:17:35 2011 +0200
Translation update done using Pootle.
commit b1a1f10114276cda89598c3e5dbdc1b09459e2c1
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:17:10 2011 +0200
Translation update done using Pootle.
commit dbfd793d18ca3905f742507eba5991469a676355
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:16:17 2011 +0200
Translation update done using Pootle.
commit 45a31470e71df731489645bb07becb7214c7affe
Author: udienz <udienz(a)ubuntu.com>
Date: Thu Apr 14 21:14:39 2011 +0200
Translation update done using Pootle.
commit ab65f9278c937db8d360d785432984c65f1365fc
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:44:01 2011 +0200
Translation update done using Pootle.
commit 5b0b697b55df3051b9f53b02c64084f10d2c4266
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:43:13 2011 +0200
Translation update done using Pootle.
commit 5c503d2ec18536f0462da05e08afdaecb9537461
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:42:55 2011 +0200
Translation update done using Pootle.
commit 4a2acb5fdce4eabb01c70194685d470556d75f33
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:41:22 2011 +0200
Translation update done using Pootle.
commit f1067fc69f5f0204e21d3d4bd0f48bb512ca27ba
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:40:19 2011 +0200
Translation update done using Pootle.
commit a0b8972f6502d137e426b707c2c4ace602b20d08
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:39:17 2011 +0200
Translation update done using Pootle.
commit 002694cc579377934039a5c8f1290bf639c78bd3
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:38:01 2011 +0200
Translation update done using Pootle.
commit f923decd666213ca1235ad9e22f69ce957c40295
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:37:02 2011 +0200
Translation update done using Pootle.
commit e6105a28b1cb75a0ebcd3a507a37fe833d61c8f0
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:36:06 2011 +0200
Translation update done using Pootle.
commit 3b274092a207a3d1c8790f964b7c465174a736ca
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:35:05 2011 +0200
Translation update done using Pootle.
commit 7d5b6a9d654972f9198ef852f84b3f21eda9d4df
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:34:28 2011 +0200
Translation update done using Pootle.
commit ca64523651fdd5c744de195dd63839136c618116
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:34:05 2011 +0200
Translation update done using Pootle.
commit 8de8ed911661f0ff82de2ed9f67ebb31fda1f546
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:33:59 2011 +0200
Translation update done using Pootle.
commit bb6ff4f2853f14ff8635a2ee0609da9b54e73205
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:33:48 2011 +0200
Translation update done using Pootle.
commit 1b19a22254a4ebadf6f8bbda0d46cacc56836706
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:33:34 2011 +0200
Translation update done using Pootle.
commit f10b2c9081226ee302252f2c0b564670205abe35
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:33:11 2011 +0200
Translation update done using Pootle.
commit 5f2967706a47d4e90c60b56e68804b59fb329c45
Author: vitorpc.18 <vitorpc.18(a)gmail.com>
Date: Thu Apr 14 17:31:07 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/id.po | 153 ++++++++++++++++++++---------------------------------------
po/pt_BR.po | 21 ++++----
2 files changed, 62 insertions(+), 112 deletions(-)
diff --git a/po/id.po b/po/id.po
index 554f3d3..33d666e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-07 13:07+0200\n"
-"PO-Revision-Date: 2011-02-10 06:09+0200\n"
-"Last-Translator: <aburamesino(a)gmail.com>\n"
+"PO-Revision-Date: 2011-04-14 21:37+0200\n"
+"Last-Translator: <udienz(a)ubuntu.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
@@ -587,7 +587,6 @@ msgid "Inside column:"
msgstr "Di dalam kolom:"
#: db_structure.php:59
-#, fuzzy
#| msgid "No tables found in database."
msgid "No tables found in database"
msgstr "Tidak ada tabel dalam database."
@@ -813,7 +812,7 @@ msgstr ""
#: enum_editor.php:68
msgid "Copy and paste the joined values into the \"Length/Values\" field"
-msgstr ""
+msgstr "keluaran"
#: export.php:73
msgid "Selected export type has to be saved in file!"
@@ -955,10 +954,9 @@ msgid "Dropping Procedure"
msgstr "Proses Aktif"
#: js/messages.php:35
-#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Deleting tracking data"
-msgstr "Hapus pelacakan data untuk tabel ini"
+msgstr "Hapus pelacakan data"
#: js/messages.php:36
msgid "Dropping Primary Key/Index"
@@ -1002,25 +1000,21 @@ msgid "The passwords aren't the same!"
msgstr "Kata Sandi tidak sama!"
#: js/messages.php:52
-#, fuzzy
#| msgid "Add a new User"
msgid "Add a New User"
msgstr "Menambahkan pengguna baru"
#: js/messages.php:53
-#, fuzzy
#| msgid "Create version"
msgid "Create User"
-msgstr "Membuat versi"
+msgstr "Membuat Pengguna"
#: js/messages.php:54
-#, fuzzy
#| msgid "Reloading the privileges"
msgid "Reloading Privileges"
msgstr "Reload Hak Istimewa (Privileges)"
#: js/messages.php:55
-#, fuzzy
#| msgid "Remove selected users"
msgid "Removing Selected Users"
msgstr "Hapus pengguna yang dipilih"
@@ -1037,15 +1031,13 @@ msgid "Cancel"
msgstr "Batal"
#: js/messages.php:63
-#, fuzzy
msgid "Loading"
-msgstr "Lokal"
+msgstr "Memproses"
#: js/messages.php:64
-#, fuzzy
#| msgid "Processes"
msgid "Processing Request"
-msgstr "Proses Aktif"
+msgstr "Memproses permintaan"
#: js/messages.php:65 libraries/import/ods.php:80
msgid "Error in Processing Request"
@@ -1066,25 +1058,21 @@ msgid "OK"
msgstr "Oke"
#: js/messages.php:71
-#, fuzzy
#| msgid "Rename database to"
msgid "Renaming Databases"
-msgstr "Ubah nama database menjadi"
+msgstr "Ubah nama database"
#: js/messages.php:72
-#, fuzzy
#| msgid "Rename database to"
msgid "Reload Database"
-msgstr "Ubah nama database menjadi"
+msgstr "Muat ulang basis data"
#: js/messages.php:73
-#, fuzzy
#| msgid "Copy database to"
msgid "Copying Database"
-msgstr "Salin database ke"
+msgstr "Salin database"
#: js/messages.php:74
-#, fuzzy
#| msgid "Charset"
msgid "Changing Charset"
msgstr "Perangkat karakter (Charset)"
@@ -1096,26 +1084,22 @@ msgid "Table must have at least one column"
msgstr "Tabel wajib mengandung sesedikitnya satu Field."
#: js/messages.php:76
-#, fuzzy
#| msgid "Create table"
msgid "Create Table"
msgstr "Buat tabel"
#: js/messages.php:81
-#, fuzzy
#| msgid "Search"
msgid "Searching"
-msgstr "Cari"
+msgstr "Pencarian"
#: js/messages.php:86
-#, fuzzy
msgid "Hide query box"
-msgstr "Pencarian SQL"
+msgstr "Sembunyikan kotak query"
#: js/messages.php:87
-#, fuzzy
msgid "Show query box"
-msgstr "Pencarian SQL"
+msgstr "Tampilkan kotak query"
#: js/messages.php:88
#, fuzzy
@@ -1134,17 +1118,15 @@ msgstr "Simpan"
#: js/messages.php:90 libraries/display_tbl.lib.php:593 pmd_general.php:158
#: tbl_change.php:315 tbl_change.php:321
msgid "Hide"
-msgstr ""
+msgstr "Sembunyikan"
#: js/messages.php:93
-#, fuzzy
msgid "Hide search criteria"
-msgstr "Pencarian SQL"
+msgstr "Sembunyikan kriteria pencarian"
#: js/messages.php:94
-#, fuzzy
msgid "Show search criteria"
-msgstr "Pencarian SQL"
+msgstr "Tampilkan kriteria pencarian"
#: js/messages.php:97 tbl_change.php:303 tbl_indexes.php:198
#: tbl_indexes.php:223
@@ -1152,8 +1134,9 @@ msgid "Ignore"
msgstr "Abaikan"
#: js/messages.php:100
+#, fuzzy
msgid "Select referenced key"
-msgstr ""
+msgstr "Pilih rujukan kunci"
#: js/messages.php:101
msgid "Select Foreign Key"
@@ -1164,17 +1147,15 @@ msgid "Please select the primary key or a unique key"
msgstr ""
#: js/messages.php:103 pmd_general.php:87 tbl_relation.php:545
-#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
-msgstr "Pilih Field untuk ditampilkan"
+msgstr "Pilih kolom untuk ditampilkan"
#: js/messages.php:106
msgid "Add an option for column "
-msgstr ""
+msgstr "Tambahkan pilihan untuk kolom"
#: js/messages.php:109
-#, fuzzy
#| msgid "Generate Password"
msgid "Generate password"
msgstr "Menghasilkan kata sandi"
@@ -1184,16 +1165,14 @@ msgid "Generate"
msgstr "Menghasilkan"
#: js/messages.php:111
-#, fuzzy
#| msgid "Change password"
msgid "Change Password"
msgstr "Ubah Kata Sandi"
#: js/messages.php:114 tbl_structure.php:471
-#, fuzzy
#| msgid "Mon"
msgid "More"
-msgstr "Senin"
+msgstr "Selebihnya"
#: js/messages.php:117 setup/lib/index.lib.php:158
#, php-format
@@ -1204,21 +1183,18 @@ msgstr ""
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:119
-#, fuzzy
#| msgid "Last version"
msgid ", latest stable version:"
-msgstr "Versi terakhir"
+msgstr ", versi stabil terakhir:"
#. l10n: Display text for calendar close link
#: js/messages.php:137
-#, fuzzy
#| msgid "None"
msgid "Done"
-msgstr "tanpa"
+msgstr "Selesai"
#. l10n: Display text for previous month link in calendar
#: js/messages.php:139
-#, fuzzy
#| msgid "Previous"
msgid "Prev"
msgstr "Sebelumnya"
@@ -1233,29 +1209,25 @@ msgstr "Berikutnya"
#. l10n: Display text for current month link in calendar
#: js/messages.php:143
-#, fuzzy
#| msgid "Total"
msgid "Today"
-msgstr "Jumlah"
+msgstr "Hari ini"
#: js/messages.php:146
-#, fuzzy
#| msgid "Binary"
msgid "January"
-msgstr "Binari"
+msgstr "Januari"
#: js/messages.php:147
msgid "February"
-msgstr ""
+msgstr "Februari"
#: js/messages.php:148
-#, fuzzy
#| msgid "Mar"
msgid "March"
msgstr "Maret"
#: js/messages.php:149
-#, fuzzy
#| msgid "Apr"
msgid "April"
msgstr "April"
@@ -1265,40 +1237,36 @@ msgid "May"
msgstr "Mei"
#: js/messages.php:151
-#, fuzzy
#| msgid "Jun"
msgid "June"
msgstr "Juni"
#: js/messages.php:152
-#, fuzzy
#| msgid "Jul"
msgid "July"
msgstr "Juli"
#: js/messages.php:153
-#, fuzzy
#| msgid "Aug"
msgid "August"
msgstr "Agustus"
#: js/messages.php:154
msgid "September"
-msgstr ""
+msgstr "September"
#: js/messages.php:155
-#, fuzzy
#| msgid "Oct"
msgid "October"
msgstr "Oktober"
#: js/messages.php:156
msgid "November"
-msgstr ""
+msgstr "November"
#: js/messages.php:157
msgid "December"
-msgstr ""
+msgstr "Desember"
#. l10n: Short month name
#: js/messages.php:161 libraries/common.lib.php:1568
@@ -1322,7 +1290,6 @@ msgstr "April"
#. l10n: Short month name
#: js/messages.php:169 libraries/common.lib.php:1576
-#, fuzzy
#| msgid "May"
msgctxt "Short month name"
msgid "May"
@@ -1364,40 +1331,36 @@ msgid "Dec"
msgstr "Desember"
#: js/messages.php:186
-#, fuzzy
#| msgid "Sun"
msgid "Sunday"
msgstr "Minggu"
#: js/messages.php:187
-#, fuzzy
#| msgid "Mon"
msgid "Monday"
msgstr "Senin"
#: js/messages.php:188
-#, fuzzy
#| msgid "Tue"
msgid "Tuesday"
msgstr "Selasa"
#: js/messages.php:189
msgid "Wednesday"
-msgstr ""
+msgstr "Rabu"
#: js/messages.php:190
msgid "Thursday"
-msgstr ""
+msgstr "Kamis"
#: js/messages.php:191
-#, fuzzy
#| msgid "Fri"
msgid "Friday"
msgstr "Jumat"
#: js/messages.php:192
msgid "Saturday"
-msgstr ""
+msgstr "Sabtu"
#. l10n: Short week day name
#: js/messages.php:196 libraries/common.lib.php:1593
@@ -1436,79 +1399,69 @@ msgstr "Sabtu"
#. l10n: Minimal week day name
#: js/messages.php:212
-#, fuzzy
#| msgid "Sun"
msgid "Su"
msgstr "Minggu"
#. l10n: Minimal week day name
#: js/messages.php:214
-#, fuzzy
#| msgid "Mon"
msgid "Mo"
msgstr "Senin"
#. l10n: Minimal week day name
#: js/messages.php:216
-#, fuzzy
#| msgid "Tue"
msgid "Tu"
msgstr "Selasa"
#. l10n: Minimal week day name
#: js/messages.php:218
-#, fuzzy
#| msgid "Wed"
msgid "We"
msgstr "Rabu"
#. l10n: Minimal week day name
#: js/messages.php:220
-#, fuzzy
#| msgid "Thu"
msgid "Th"
msgstr "Kamis"
#. l10n: Minimal week day name
#: js/messages.php:222
-#, fuzzy
#| msgid "Fri"
msgid "Fr"
msgstr "Jumat"
#. l10n: Minimal week day name
#: js/messages.php:224
-#, fuzzy
#| msgid "Sat"
msgid "Sa"
msgstr "Sabtu"
#. l10n: Column header for week of the year in calendar
#: js/messages.php:226
-#, fuzzy
#| msgid "Wiki"
msgid "Wk"
-msgstr "Wiki"
+msgstr "Mingguan"
#: js/messages.php:228
msgid "Hour"
-msgstr ""
+msgstr "Jam"
#: js/messages.php:229
-#, fuzzy
#| msgid "in use"
msgid "Minute"
-msgstr "sedang digunakan"
+msgstr "Menit"
#: js/messages.php:230
-#, fuzzy
#| msgid "per second"
msgid "Second"
-msgstr "per detik"
+msgstr "Detik"
#: libraries/Config.class.php:1190 tbl_chart.php:159
msgid "Font size"
-msgstr ""
+msgstr "Ukuran huruf"
#: libraries/File.class.php:310
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
@@ -1532,7 +1485,7 @@ msgstr "Folder sementara tidak ditemukan."
#: libraries/File.class.php:322
msgid "Failed to write file to disk."
-msgstr "Gagal menulis file ke disk"
+msgstr "Gagal menulis file ke diska."
#: libraries/File.class.php:325
msgid "File upload stopped by extension."
@@ -1543,11 +1496,12 @@ msgid "Unknown error in file upload."
msgstr "Kesalahan yang tidak diketahui dalam upload file."
#: libraries/File.class.php:559
-#, fuzzy
msgid ""
"Error moving the uploaded file, see [a@./Documentation."
"html#faq1_11@Documentation]FAQ 1.11[/a]"
-msgstr "Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11"
+msgstr ""
+"Kemungkinan hanya perkiraan saja. Lihat "
+"[a@./Documentation.html#faq1_11@Documentation]FAQ 3.11[/a]"
#: libraries/Index.class.php:427 tbl_relation.php:526
msgid "No index defined!"
@@ -1599,12 +1553,14 @@ msgid ""
"The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
"removed."
msgstr ""
+"Index %1$s dan %2$s sepertinya sama dan salah satu dari mereka memungkinkan "
+"untuk dibuang."
#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:174
#: libraries/server_links.inc.php:42 server_databases.php:100
#: server_privileges.php:1766 test/theme.php:92
msgid "Databases"
-msgstr "Database"
+msgstr "Basisdata"
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
@@ -1620,7 +1576,7 @@ msgid_plural "%1$d rows affected."
msgstr[0] ""
#: libraries/Message.class.php:300
-#, php-format
+#, php-format, fuzzy
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Baris ke %1$d telah dihapus"
@@ -1655,11 +1611,11 @@ msgstr "Server MySQL ini tidak mendukung mesin penyimpan %s."
#: libraries/Table.class.php:1017
msgid "Invalid database"
-msgstr ""
+msgstr "Basisdata tidak valid"
#: libraries/Table.class.php:1031 tbl_get_field.php:25
msgid "Invalid table name"
-msgstr ""
+msgstr "Nama tabel tidak valid"
#: libraries/Table.class.php:1046
#, php-format
@@ -1674,25 +1630,25 @@ msgstr "Nama tabel %s telah diubah menjadi %s"
#: libraries/Theme.class.php:160
#, php-format
msgid "No valid image path for theme %s found!"
-msgstr ""
+msgstr "Lokasi citra yang benar untuk tema %s tidak ditemukan!"
#: libraries/Theme.class.php:380
msgid "No preview available."
-msgstr " Tidak ada preview yang tersedia"
+msgstr "Tidak ada preview yang tersedia."
#: libraries/Theme.class.php:383
msgid "take it"
-msgstr "ambil"
+msgstr "ambil ini"
#: libraries/Theme_Manager.class.php:109
#, php-format
msgid "Default theme %s not found!"
-msgstr ""
+msgstr "Tema %s bawaan tidak ditemukan!"
#: libraries/Theme_Manager.class.php:147
#, php-format
msgid "Theme %s not found!"
-msgstr ""
+msgstr "Tema %s tidak ditemukan!"
#: libraries/Theme_Manager.class.php:215
#, php-format
@@ -10005,8 +9961,3 @@ msgstr "Nama VIEW"
#, fuzzy
msgid "Rename view to"
msgstr "Ubah nama tabel menjadi "
-
-#, fuzzy
-#~| msgid "Delete the matches for the %s table?"
-#~ msgid "Delete the matches for the "
-#~ msgstr "Hapus yang cocok untuk% s tabel?"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8f83e1f..8c694b8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-07 13:07+0200\n"
-"PO-Revision-Date: 2011-04-02 23:58+0200\n"
-"Last-Translator: <wiltave(a)gmail.com>\n"
+"PO-Revision-Date: 2011-04-14 17:44+0200\n"
+"Last-Translator: <vitorpc.18(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
@@ -35,8 +35,8 @@ msgid ""
"cross-window updates."
msgstr ""
"A janela alvo do navegador não pode ser atualizada. Talvez você tenha "
-"fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre "
-"janelas nas configurações de segurança."
+"fechado a janela principal ou as opções de segurança do seu navegador estão "
+"configuradas para bloquear a comunicação entre janelas."
#: browse_foreigners.php:151 libraries/common.lib.php:2827
#: libraries/common.lib.php:2834 libraries/common.lib.php:3013
@@ -85,9 +85,8 @@ msgstr "Nome chave"
#: browse_foreigners.php:170 browse_foreigners.php:172
#: server_collations.php:54 server_collations.php:66 server_engines.php:57
#: server_status.php:776
-#, fuzzy
msgid "Description"
-msgstr "Descrição "
+msgstr "Descrição"
#: browse_foreigners.php:248 browse_foreigners.php:257
#: browse_foreigners.php:269 browse_foreigners.php:277
@@ -101,7 +100,7 @@ msgstr "Servidor de streaming de blob não encontrado!"
#: bs_disp_as_mime_type.php:35
msgid "Failed to fetch headers"
-msgstr "Falhou ao recuperar cabeçalhos."
+msgstr "Falhou ao recuperar os cabeçalhos."
#: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL"
@@ -113,8 +112,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
-"O arquivo %s não está disponível no sistema, por favor visite www.phpmyadmin."
-"net para mais informações."
+"O arquivo %s não está disponível no sistema, por favor visite "
+"www.phpmyadmin.net para mais informações."
#: db_create.php:58
#, php-format
@@ -141,7 +140,7 @@ msgstr "Comentários da tabela"
#: tbl_relation.php:399 tbl_select.php:112 tbl_structure.php:197
#: tbl_tracking.php:267 tbl_tracking.php:318
msgid "Column"
-msgstr "Nome das colunas"
+msgstr "Coluna"
#: db_datadict.php:168 db_printview.php:104 libraries/Index.class.php:442
#: libraries/db_events.inc.php:25 libraries/db_routines.inc.php:36
@@ -530,7 +529,7 @@ msgstr "como expressão regular"
#: db_search.php:229
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
-msgstr "Procurar resultados por \"<i>%s</i>\" %s:"
+msgstr "Resultados da pesquisa para \"<i>%s</i>\" %s:"
#: db_search.php:247
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-2176-ged2fda5
by Michal Čihař 14 Apr '11
by Michal Čihař 14 Apr '11
14 Apr '11
The branch, master has been updated
via ed2fda565e9aee64cc04b1bf73aa8be4bc74ea71 (commit)
via 9f06217ab4e38938ede6fcd8309d2034a28ae5e1 (commit)
via 8d020103f241fe81ee8766c3b2dbfe44f0064b66 (commit)
via c1325f6126db109bf8f6a5500e8e1e63b63e24c2 (commit)
via f433b488ae3badf31b26ac9306758ce709c34d56 (commit)
via 7be62ec9e216fc26989d20172a883c44a49b9434 (commit)
via a58a6c5f0ea7b162d01ec30e15e1a3c87fc32daa (commit)
via 05be41c8cec3245afa34dcc687b0ea0799d43d15 (commit)
via 8ad5be3ae7a7c63f0b725f5bd08392f5e6c5781d (commit)
via 7444298e147b0263129d638eafe1faf38933c4fb (commit)
via d5303d7bace4d74232bf9a49f304c59af4aeae06 (commit)
via eafd322bcc85a58796156bc37a495f0ec9a5ed54 (commit)
via 2bb14870d6f033a1192f43cac6995383743f0e92 (commit)
via f8c3191b3d153279c426ac47045a8e56692a762f (commit)
via ee784bb074782ebe8805c5aff08652f2037b346e (commit)
via d7adc5cd9c80abd29bd49495c0fb953544cbba43 (commit)
via 37710e98d756a040a55becd13c5d1e77f7b13b36 (commit)
via 2231560f8dbe225f829523f869bd1d03624f31ff (commit)
via 0ae2c49e91408534e526e525c44968d01fd71866 (commit)
via df94929fc7cce01d4b99084d2c1ac87337f603ec (commit)
via fc30a4268678b760a4bc83f38076dfb91b539899 (commit)
via 9d9290e5a04c5ab986b26fdc6cfa175e9b25a6b4 (commit)
via 8995d5b37241e07b243dcae3312d411f0c310660 (commit)
via b70f69040208fbfe045b5a2838a13eff5774a2a9 (commit)
via 45689e30c1d55b38352afb5780b5c302e4a2307a (commit)
via 9e964deef5c7e0a57b8f4e4ee47d732b7d914c0c (commit)
via b6a4262c6ae551f3ba60e3234658b9a28d8b3d1e (commit)
via b09a33f251a272697c44cd4d4723226a94dbb764 (commit)
via c33ebc1fe6c1a235a95c751eff4f24d215422932 (commit)
via d4a19ed6c510ebdadab9cdcbfce5c4f6fd8a27a0 (commit)
via 795b01e71970fca58e184bb0e86ee54f12c87670 (commit)
via b3d5df6944a978cfe5ecd5744d30878362b16777 (commit)
via 4c29cd5020ab2ac7df9423417b9f1d54faa00800 (commit)
via 4064c4ab9cf69b9fc6099f80c2161b59d64f8dc9 (commit)
via e0c3ff9dbc580682e8a4a08a1b712c854227634c (commit)
via 09b5e4ebe3b694c9a46871e4f5d6b86888367900 (commit)
via 7e7a4957be24c35d3f90cac720b370d5e9d57e3e (commit)
via ce8c320a157ec37fdc017e8b61d422340d487064 (commit)
via 54e2bf0d3d59e355a734e2220dc4a56f136639e1 (commit)
via c170adacb9f5cf1f9d4857c5c42f39f3261c210b (commit)
via fd5c7bbb7b48146ef6df649dc9af6e656681e265 (commit)
via d61cbe13a94092b6cc113856757f9fb7d2a7f285 (commit)
via 783ae9e74f5397f89fea4d6f15fbc8347554f261 (commit)
via 090c976aaf5d82e9f83b063bdcb7666c274db2d2 (commit)
via d26266dadfb0bbcaa43cf6524b6aabd1eb379c97 (commit)
via f4126cd2d0c400246496255e2d4c270ba97311c3 (commit)
via 3cc0f77d84a03a43e57a50ed11aeb2175ade2afe (commit)
via 7150bb5a98e9e99c25e6045dbb5339144299309d (commit)
via 7d75f1038ba49bfcb12d57de75d6237991e600ec (commit)
via 1425e4da6cbc27a4e9e59c3ffaf8a60ce15946f0 (commit)
via 73e800e1910cb17bde8a83600718dd9f9519b327 (commit)
via 7941c8044ba3923424d7395e08d54b4d5713d4bb (commit)
via 0199de768f0f3964bf2b642a1019c6d60a490771 (commit)
from 2cd157184bc7665f845b4d219d36439974314536 (commit)
- Log -----------------------------------------------------------------
commit ed2fda565e9aee64cc04b1bf73aa8be4bc74ea71
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 12:00:42 2011 +0200
Translation update done using Pootle.
commit 9f06217ab4e38938ede6fcd8309d2034a28ae5e1
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 12:00:03 2011 +0200
Translation update done using Pootle.
commit 8d020103f241fe81ee8766c3b2dbfe44f0064b66
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:59:47 2011 +0200
Translation update done using Pootle.
commit c1325f6126db109bf8f6a5500e8e1e63b63e24c2
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:59:19 2011 +0200
Translation update done using Pootle.
commit f433b488ae3badf31b26ac9306758ce709c34d56
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:59:12 2011 +0200
Translation update done using Pootle.
commit 7be62ec9e216fc26989d20172a883c44a49b9434
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:58:51 2011 +0200
Translation update done using Pootle.
commit a58a6c5f0ea7b162d01ec30e15e1a3c87fc32daa
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:58:41 2011 +0200
Translation update done using Pootle.
commit 05be41c8cec3245afa34dcc687b0ea0799d43d15
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:57:34 2011 +0200
Translation update done using Pootle.
commit 8ad5be3ae7a7c63f0b725f5bd08392f5e6c5781d
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:56:47 2011 +0200
Translation update done using Pootle.
commit 7444298e147b0263129d638eafe1faf38933c4fb
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:56:36 2011 +0200
Translation update done using Pootle.
commit d5303d7bace4d74232bf9a49f304c59af4aeae06
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:56:07 2011 +0200
Translation update done using Pootle.
commit eafd322bcc85a58796156bc37a495f0ec9a5ed54
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:55:56 2011 +0200
Translation update done using Pootle.
commit 2bb14870d6f033a1192f43cac6995383743f0e92
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:55:42 2011 +0200
Translation update done using Pootle.
commit f8c3191b3d153279c426ac47045a8e56692a762f
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:55:34 2011 +0200
Translation update done using Pootle.
commit ee784bb074782ebe8805c5aff08652f2037b346e
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:54:47 2011 +0200
Translation update done using Pootle.
commit d7adc5cd9c80abd29bd49495c0fb953544cbba43
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:54:20 2011 +0200
Translation update done using Pootle.
commit 37710e98d756a040a55becd13c5d1e77f7b13b36
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:53:55 2011 +0200
Translation update done using Pootle.
commit 2231560f8dbe225f829523f869bd1d03624f31ff
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:53:29 2011 +0200
Translation update done using Pootle.
commit 0ae2c49e91408534e526e525c44968d01fd71866
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:52:00 2011 +0200
Translation update done using Pootle.
commit df94929fc7cce01d4b99084d2c1ac87337f603ec
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:51:18 2011 +0200
Translation update done using Pootle.
commit fc30a4268678b760a4bc83f38076dfb91b539899
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:50:49 2011 +0200
Translation update done using Pootle.
commit 9d9290e5a04c5ab986b26fdc6cfa175e9b25a6b4
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:50:35 2011 +0200
Translation update done using Pootle.
commit 8995d5b37241e07b243dcae3312d411f0c310660
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:50:11 2011 +0200
Translation update done using Pootle.
commit b70f69040208fbfe045b5a2838a13eff5774a2a9
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:49:59 2011 +0200
Translation update done using Pootle.
commit 45689e30c1d55b38352afb5780b5c302e4a2307a
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:49:44 2011 +0200
Translation update done using Pootle.
commit 9e964deef5c7e0a57b8f4e4ee47d732b7d914c0c
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:49:21 2011 +0200
Translation update done using Pootle.
commit b6a4262c6ae551f3ba60e3234658b9a28d8b3d1e
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:49:05 2011 +0200
Translation update done using Pootle.
commit b09a33f251a272697c44cd4d4723226a94dbb764
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:48:49 2011 +0200
Translation update done using Pootle.
commit c33ebc1fe6c1a235a95c751eff4f24d215422932
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:48:00 2011 +0200
Translation update done using Pootle.
commit d4a19ed6c510ebdadab9cdcbfce5c4f6fd8a27a0
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:46:59 2011 +0200
Translation update done using Pootle.
commit 795b01e71970fca58e184bb0e86ee54f12c87670
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:41:42 2011 +0200
Translation update done using Pootle.
commit b3d5df6944a978cfe5ecd5744d30878362b16777
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:41:30 2011 +0200
Translation update done using Pootle.
commit 4c29cd5020ab2ac7df9423417b9f1d54faa00800
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:41:05 2011 +0200
Translation update done using Pootle.
commit 4064c4ab9cf69b9fc6099f80c2161b59d64f8dc9
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:40:25 2011 +0200
Translation update done using Pootle.
commit e0c3ff9dbc580682e8a4a08a1b712c854227634c
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:38:26 2011 +0200
Translation update done using Pootle.
commit 09b5e4ebe3b694c9a46871e4f5d6b86888367900
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:38:16 2011 +0200
Translation update done using Pootle.
commit 7e7a4957be24c35d3f90cac720b370d5e9d57e3e
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:38:06 2011 +0200
Translation update done using Pootle.
commit ce8c320a157ec37fdc017e8b61d422340d487064
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:35:01 2011 +0200
Translation update done using Pootle.
commit 54e2bf0d3d59e355a734e2220dc4a56f136639e1
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:34:18 2011 +0200
Translation update done using Pootle.
commit c170adacb9f5cf1f9d4857c5c42f39f3261c210b
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:33:59 2011 +0200
Translation update done using Pootle.
commit fd5c7bbb7b48146ef6df649dc9af6e656681e265
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:33:33 2011 +0200
Translation update done using Pootle.
commit d61cbe13a94092b6cc113856757f9fb7d2a7f285
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:33:24 2011 +0200
Translation update done using Pootle.
commit 783ae9e74f5397f89fea4d6f15fbc8347554f261
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:33:01 2011 +0200
Translation update done using Pootle.
commit 090c976aaf5d82e9f83b063bdcb7666c274db2d2
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:32:43 2011 +0200
Translation update done using Pootle.
commit d26266dadfb0bbcaa43cf6524b6aabd1eb379c97
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:28:56 2011 +0200
Translation update done using Pootle.
commit f4126cd2d0c400246496255e2d4c270ba97311c3
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:28:51 2011 +0200
Translation update done using Pootle.
commit 3cc0f77d84a03a43e57a50ed11aeb2175ade2afe
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:27:36 2011 +0200
Translation update done using Pootle.
commit 7150bb5a98e9e99c25e6045dbb5339144299309d
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:26:52 2011 +0200
Translation update done using Pootle.
commit 7d75f1038ba49bfcb12d57de75d6237991e600ec
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:25:06 2011 +0200
Translation update done using Pootle.
commit 1425e4da6cbc27a4e9e59c3ffaf8a60ce15946f0
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:24:32 2011 +0200
Translation update done using Pootle.
commit 73e800e1910cb17bde8a83600718dd9f9519b327
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:24:18 2011 +0200
Translation update done using Pootle.
commit 7941c8044ba3923424d7395e08d54b4d5713d4bb
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:24:05 2011 +0200
Translation update done using Pootle.
commit 0199de768f0f3964bf2b642a1019c6d60a490771
Author: Mehbooob Khan <mehboobbugti(a)gmail.com>
Date: Thu Apr 14 11:23:47 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/ur.po | 102 ++++++++++++++++++++++++++++++++++---------------------------
1 files changed, 57 insertions(+), 45 deletions(-)
diff --git a/po/ur.po b/po/ur.po
index 74ef027..d7a6d36 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-04-07 13:07+0200\n"
-"PO-Revision-Date: 2011-03-15 11:05+0200\n"
+"PO-Revision-Date: 2011-04-14 12:00+0200\n"
"Last-Translator: Mehbooob Khan <mehboobbugti(a)gmail.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
"Language: ur\n"
@@ -2315,36 +2315,39 @@ msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication"
msgstr ""
+"خفیہ کلمہ شناخت خفیہ کاری کے لیے استعمال کی جاتی ہیں [kbd]cookie[/kbd] توثیق"
#: libraries/config/messages.inc.php:25
msgid "Blowfish secret"
-msgstr ""
+msgstr "بلوفش خفیہ کاری"
#: libraries/config/messages.inc.php:26
msgid "Highlight selected rows"
-msgstr ""
+msgstr "منتخب صفیں نمایاں کریں"
#: libraries/config/messages.inc.php:27
msgid "Row marker"
-msgstr ""
+msgstr "صف نشان انداز"
#: libraries/config/messages.inc.php:28
msgid "Highlight row pointed by the mouse cursor"
-msgstr ""
+msgstr "ماؤس کرسر نشاندہ صف نمایاں کریں"
#: libraries/config/messages.inc.php:29
msgid "Highlight pointer"
-msgstr ""
+msgstr "نشان کار نمایاں کریں"
#: libraries/config/messages.inc.php:30
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
"import and export operations"
msgstr ""
+"اہل کریں [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] درآمد اور برآمد "
+"عملیات کے لیے سکیڑیں"
#: libraries/config/messages.inc.php:31
msgid "Bzip2"
-msgstr ""
+msgstr "Bzip2"
#: libraries/config/messages.inc.php:32
msgid ""
@@ -2352,174 +2355,183 @@ msgid ""
"columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
"kbd] - allows newlines in columns"
msgstr ""
+"CHAR اورVARCHAR کالم کے لیے تدوینی کنٹرول قسم کی وضاحت کریں; "
+"[kbd]input[/kbd] - ان پٹ لمبائی حد کی اجازت دیں, [kbd]textarea[/kbd] - کالم "
+"میں نئی سطروں کی اجازت دیں"
#: libraries/config/messages.inc.php:33
msgid "CHAR columns editing"
-msgstr ""
+msgstr "CHAR کالم تدوین"
#: libraries/config/messages.inc.php:34
msgid "Number of columns for CHAR/VARCHAR textareas"
-msgstr ""
+msgstr "CHAR/VARCHAR textareas کے لیے کالم کی تعداد"
#: libraries/config/messages.inc.php:35
msgid "CHAR textarea columns"
-msgstr ""
+msgstr "CHAR textarea کالم"
#: libraries/config/messages.inc.php:36
msgid "Number of rows for CHAR/VARCHAR textareas"
-msgstr ""
+msgstr "CHAR/VARCHAR textareas کے لیے صف کی تعداد"
#: libraries/config/messages.inc.php:37
msgid "CHAR textarea rows"
-msgstr ""
+msgstr "CHAR textarea صفیں"
#: libraries/config/messages.inc.php:38
msgid "Check config file permissions"
-msgstr ""
+msgstr "تشکیل مسل اجازتیں پڑتال کریں"
#: libraries/config/messages.inc.php:39
msgid ""
"Compress gzip/bzip2 exports on the fly without the need for much memory; if "
"you encounter problems with created gzip/bzip2 files disable this feature"
msgstr ""
+"میموری کم استعمال کرتے ہوئے gzip/bzip2 برآمد سکیڑیں؛ اگر gzip/bzip2 مسلیں "
+"بناتے ہوئے مسائل کا سامنا ہو تو اس فیچر کو نااہل کریں"
#: libraries/config/messages.inc.php:40
msgid "Compress on the fly"
-msgstr ""
+msgstr "سرعت سے سکیڑیں"
#: libraries/config/messages.inc.php:41 setup/frames/config.inc.php:25
#: setup/frames/index.inc.php:153
msgid "Configuration file"
-msgstr ""
+msgstr "تشکیلی مسل"
#: libraries/config/messages.inc.php:42
msgid ""
"Whether a warning ("Are your really sure...") should be displayed "
"when you're about to lose data"
msgstr ""
+"آیا ایک تنبیہ ہے ("کیا آپ کو یقین ہے...") جب کوائف کھوجانے کا خطرہ "
+"ہو تو دکھائی دے"
#: libraries/config/messages.inc.php:43
msgid "Confirm DROP queries"
-msgstr ""
+msgstr "DROP طلب تصدیق کریں"
#: libraries/config/messages.inc.php:44
msgid "Debug SQL"
-msgstr ""
+msgstr "SQL ٹھیک کریں"
#: libraries/config/messages.inc.php:45
msgid "Default display direction"
-msgstr ""
+msgstr "طے شدہ دکھانے کی سمت"
#: libraries/config/messages.inc.php:46
msgid ""
"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
"maximum number for which vertical model is used"
msgstr ""
+"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] یا ایک ہندسہ جو عمودی ماڈل میں "
+"استعمال کے لیے زیادہ سے زیادہ تعداد کو ظاہر کرتا ہے"
#: libraries/config/messages.inc.php:47
msgid "Display direction for altering/creating columns"
-msgstr ""
+msgstr "کالم تبدیلی/بنانے کے لیے ہدایات دکھائیں"
#: libraries/config/messages.inc.php:48
msgid "Tab that is displayed when entering a database"
-msgstr ""
+msgstr "کوائفیہ میں داخل ہوتے ہوئے جو جدول دکھائی دے"
#: libraries/config/messages.inc.php:49
msgid "Default database tab"
-msgstr ""
+msgstr "طے شدہ کوائفیہ جدول"
#: libraries/config/messages.inc.php:50
msgid "Tab that is displayed when entering a server"
-msgstr ""
+msgstr "سرور میں داخل ہوتے ہوئے جو جدول دکھائی دے"
#: libraries/config/messages.inc.php:51
msgid "Default server tab"
-msgstr ""
+msgstr "طے شدہ سرور جدول"
#: libraries/config/messages.inc.php:52
msgid "Tab that is displayed when entering a table"
-msgstr ""
+msgstr "ایک جدول میں داخل ہوتے ہوئے جو جدول دکھائی دے"
#: libraries/config/messages.inc.php:53
msgid "Default table tab"
-msgstr ""
+msgstr "طے شدہ جدول کی جدول"
#: libraries/config/messages.inc.php:54
msgid "Show binary contents as HEX by default"
-msgstr ""
+msgstr "ثنائی مشمولات کو بطور HEX طے شدہ دکھائیں"
#: libraries/config/messages.inc.php:55 libraries/display_tbl.lib.php:585
msgid "Show binary contents as HEX"
-msgstr ""
+msgstr "ثنائی مشمولات بطور HEX دکھائیں"
#: libraries/config/messages.inc.php:56
msgid "Show database listing as a list instead of a drop down"
-msgstr ""
+msgstr "کوائفیہ فہرست کو ڈراپ ڈاؤن کی بجائے لڑی میں دکھائیں"
#: libraries/config/messages.inc.php:57
msgid "Display databases as a list"
-msgstr ""
+msgstr "کوائفیے کو بطور لڑی دکھائیں"
#: libraries/config/messages.inc.php:58
msgid "Show server listing as a list instead of a drop down"
-msgstr ""
+msgstr "سرور فہرست کو ڈراپ ڈاؤن کی بجائے لڑی میں دکھائیں"
#: libraries/config/messages.inc.php:59
msgid "Display servers as a list"
-msgstr ""
+msgstr "سرور کو بطور لڑی دکھائیں"
#: libraries/config/messages.inc.php:60
msgid "Edit SQL queries in popup window"
-msgstr ""
+msgstr "SQL طلب کو پاپ اپ دریچے میں تدوین کریں"
#: libraries/config/messages.inc.php:61
msgid "Edit in window"
-msgstr ""
+msgstr "دریچے میں تدوین کریں"
#: libraries/config/messages.inc.php:62
-#, fuzzy
#| msgid "Table comments"
msgid "Display errors"
-msgstr "ٹیبل کمنٹس"
+msgstr "نقائص دکھائیں"
#: libraries/config/messages.inc.php:63
msgid "Gather errors"
-msgstr ""
+msgstr "نقائص اکھٹی کریں"
#: libraries/config/messages.inc.php:64
msgid "Show icons for warning, error and information messages"
-msgstr ""
+msgstr "تنبیہ، نقص اور معلوماتی پیغامات کے لیے شبیہے دکھائیں"
#: libraries/config/messages.inc.php:65
msgid "Iconic errors"
-msgstr ""
+msgstr "شبیہاتی نقائص"
#: libraries/config/messages.inc.php:66
msgid ""
"Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
"limit)"
msgstr ""
+"سکرپٹ کو چلنے کے لیے سیکنڈ میں تعداد بتائیں ([kbd]0[/kbd] بغیر حد کے لیے)"
#: libraries/config/messages.inc.php:67
msgid "Maximum execution time"
-msgstr ""
+msgstr "چلنے کی حد اوقات"
#: libraries/config/messages.inc.php:68 prefs_manage.php:299
msgid "Save as file"
-msgstr ""
+msgstr "بطور مسل محفوظ کریں"
#: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:236
msgid "Character set of the file"
-msgstr ""
+msgstr "مسل کے لیے حروف کی سیٹ"
#: libraries/config/messages.inc.php:70 libraries/config/messages.inc.php:86
#: tbl_printview.php:373 tbl_structure.php:829
msgid "Format"
-msgstr ""
+msgstr "وضع"
#: libraries/config/messages.inc.php:71
msgid "Compression"
-msgstr ""
+msgstr "سکڑاؤ"
#: libraries/config/messages.inc.php:72 libraries/config/messages.inc.php:79
#: libraries/config/messages.inc.php:87 libraries/config/messages.inc.php:91
@@ -2531,13 +2543,13 @@ msgstr ""
#: libraries/export/odt.php:57 libraries/export/texytext.php:27
#: libraries/export/xls.php:24 libraries/export/xlsx.php:24
msgid "Put columns names in the first row"
-msgstr ""
+msgstr "کالم نام پہلے صف میں ڈالیں"
#: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:238
#: libraries/config/messages.inc.php:245 libraries/import/csv.php:75
#: libraries/import/ldi.php:41
msgid "Columns enclosed by"
-msgstr ""
+msgstr "کالم بند کیا گیا ہے"
#: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:239
#: libraries/config/messages.inc.php:246 libraries/import/csv.php:80
hooks/post-receive
--
phpMyAdmin
1
0