[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24664-gad5ae4c

2011-12-12 Thread Michal Čihař
The branch, master has been updated
   via  ad5ae4ceb061dfd15d3352d673cfe9d628d9f69b (commit)
   via  c881a51c1252917350b712f099e6de8877ad57f7 (commit)
   via  c4b1e0fcae0b8f8213377b29895ab13347eb92ec (commit)
  from  502aff910257e4977dc4ba146fd6278463353687 (commit)


- Log -
commit ad5ae4ceb061dfd15d3352d673cfe9d628d9f69b
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Sun Dec 11 19:10:57 2011 +0900

Add gettext

commit c881a51c1252917350b712f099e6de8877ad57f7
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Mon Dec 12 12:50:43 2011 +0200

Translation update done using Pootle.

commit c4b1e0fcae0b8f8213377b29895ab13347eb92ec
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Mon Dec 12 12:48:28 2011 +0200

Translation update done using Pootle.

---

Summary of changes:
 js/messages.php |   10 ++
 js/server_status_monitor.js |   32 ++--
 libraries/Advisor.class.php |8 
 po/tr.po|   10 +-
 4 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/js/messages.php b/js/messages.php
index 26377ac..5e441f3 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -173,6 +173,7 @@ $js_messages['strDividedBy'] = __('Divided by %s:');
 $js_messages['strFromSlowLog'] = __('From slow log');
 $js_messages['strFromGeneralLog'] = __('From general log');
 $js_messages['strAnalysingLogs'] = __('Analysing  loading logs. This may take 
a while.');
+$js_messages['strCancelRequest'] = __('Cancel request');
 $js_messages['strCountColumnExplanation'] = __('This column shows the amount 
of identical queries that are grouped together. However only the SQL query 
itself has been used as a grouping criteria, so the other attributes of 
queries, such as start time, may differ.');
 $js_messages['strMoreCountColumnExplanation'] = __('Since grouping of INSERTs 
queries has been selected, INSERT queries into the same table are also being 
grouped together, disregarding of the inserted data.');
 $js_messages['strLogDataLoaded'] = __('Log data loaded. Queries executed in 
this time span:');
@@ -180,6 +181,15 @@ $js_messages['strLogDataLoaded'] = __('Log data loaded. 
Queries executed in this
 $js_messages['strJumpToTable'] = __('Jump to Log table');
 $js_messages['strNoDataFound'] = __('Log analysed, but no data found in this 
time span.');
 
+$js_messages['strAnalyzing'] = __('Analyzing...');
+$js_messages['strExplainOutput'] = __('Explain output');
+$js_messages['strStatus'] = __('Status');
+$js_messages['strTime'] = __('Time');
+$js_messages['strTotalTime'] = __('Total time:');
+$js_messages['strProfilingResults'] = __('Profiling results');
+$js_messages['strTable'] = _pgettext('Display format', 'Table');
+$js_messages['strChart'] = __('Chart');
+
 /* l10n: A collection of available filters */
 $js_messages['strFiltersForLogTable'] = __('Log table filter options');
 /* l10n: Filter as in Start Filtering */
diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js
index 1f68f22..9c26b31 100644
--- a/js/server_status_monitor.js
+++ b/js/server_status_monitor.js
@@ -1339,19 +1339,20 @@ $(function() {
 $('#emptyDialog').html(PMA_messages['strAnalysingLogs'] + 
 ' img class=ajaxIcon src=' + pmaThemeImage 
+ 
 'ajax_clock_small.gif alt=');
+var dlgBtns = {};
+
+dlgBtns[PMA_messages['strCancelRequest']] = function() {
+if (logRequest != null) {
+logRequest.abort();
+}
+
+$(this).dialog(close);
+}
 
 $('#emptyDialog').dialog({
 width: 'auto',
 height: 'auto',
-buttons: {
-'Cancel request': function() {
-if (logRequest != null) {
-logRequest.abort();
-}
-
-$(this).dialog(close);
-}
-}
+buttons: dlgBtns
 });
 
 
@@ -1731,7 +1732,7 @@ $(function() {
 var db = rowData.db || '';
 
 $('div#queryAnalyzerDialog div.placeHolder').html(
-'Analyzing... ' + 'img class=ajaxIcon src=' + 
+PMA_messages['strAnalyzing'] + ' img class=ajaxIcon src=' + 
 pmaThemeImage + 'ajax_clock_small.gif alt=');
 
 $.post('server_status.php?' + url_query, {
@@ -1752,7 +1753,7 @@ $(function() {
 $('div#queryAnalyzerDialog div.placeHolder')
 .html('table width=100% border=0trtd 
class=explain/tdtd class=chart/td/tr/table');
 
-var explain = 'bExplain output/b ' + explain_docu;
+var explain = 'b' + PMA_messages['strExplainOutput'] + '/b ' + 
explain_docu;
 if (data.explain.length  1) {
 explain += ' (';
   

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24764-g1b24a0e

2011-12-13 Thread Michal Čihař
The branch, master has been updated
   via  1b24a0e6e01ff0da2de162241bc18fe93bdcc3b2 (commit)
   via  dc2bc389b71f113704b6822bf1dd767059ebe83b (commit)
   via  834a3ab72d6532c387153a0c8da3a390d75181c1 (commit)
   via  950114bbc22e3e855db21b34f1ee62536298fc6c (commit)
   via  c875eaa678992229aec6f926fad76d6f1a62a17d (commit)
   via  0a4604dadccd69a7c8ea4ed43a22ca57e4dfe7f8 (commit)
   via  b7170b49daddae7d131594ec7583c9904fe9f7a1 (commit)
   via  b59cdb079774c810947e7205ee729357bcf6cb53 (commit)
   via  43f3aaf30cd602ea80d7f262dd5b32670722668e (commit)
   via  4184c61ea81474e473882a57de8dadc9bf69 (commit)
   via  5ec075e380b7eeed0ddd0bbd4406f220d0244607 (commit)
  from  dc0d60e2fee6dfb33692c003bb01754272d095cf (commit)


- Log -
commit 1b24a0e6e01ff0da2de162241bc18fe93bdcc3b2
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:29:31 2011 +0200

Translation update done using Pootle.

commit dc2bc389b71f113704b6822bf1dd767059ebe83b
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:28:48 2011 +0200

Translation update done using Pootle.

commit 834a3ab72d6532c387153a0c8da3a390d75181c1
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:24:11 2011 +0200

Translation update done using Pootle.

commit 950114bbc22e3e855db21b34f1ee62536298fc6c
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:23:06 2011 +0200

Translation update done using Pootle.

commit c875eaa678992229aec6f926fad76d6f1a62a17d
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:22:13 2011 +0200

Translation update done using Pootle.

commit 0a4604dadccd69a7c8ea4ed43a22ca57e4dfe7f8
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:21:58 2011 +0200

Translation update done using Pootle.

commit b7170b49daddae7d131594ec7583c9904fe9f7a1
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:21:31 2011 +0200

Translation update done using Pootle.

commit b59cdb079774c810947e7205ee729357bcf6cb53
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:19:51 2011 +0200

Translation update done using Pootle.

commit 43f3aaf30cd602ea80d7f262dd5b32670722668e
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:19:27 2011 +0200

Translation update done using Pootle.

commit 4184c61ea81474e473882a57de8dadc9bf69
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:19:10 2011 +0200

Translation update done using Pootle.

commit 5ec075e380b7eeed0ddd0bbd4406f220d0244607
Author: typim duk...@ukr.net
Date:   Mon Dec 12 23:17:51 2011 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/uk.po |   27 ++-
 1 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 8cceb78..83650ae 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2011-12-12 14:04+0100\n
-PO-Revision-Date: 2011-12-12 23:09+0200\n
+PO-Revision-Date: 2011-12-12 23:28+0200\n
 Last-Translator: typim duk...@ukr.net\n
 Language-Team: ukrainian u...@li.org\n
 Language: uk\n
@@ -3988,22 +3988,27 @@ msgid 
 strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], 
 Copyright 2002 Upright Database Technology. All rights reserved.[/em]
 msgstr 
+Якщо ви хочете використовувати сервіс SQL Validator, ви повинні знати, що 
+[strong]всі SQL вирази зберігаються анонімно для статистичних 
+цілей[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL 
+Validator[/a], Copyright 2002 Upright Database Technology. Всі права 
+захищені.[/em]
 
 #: libraries/config/messages.inc.php:224
 msgid Startup
-msgstr 
+msgstr Початок
 
 #: libraries/config/messages.inc.php:225
 msgid Customize startup page
-msgstr 
+msgstr Налаштувати початкову сторінку
 
 #: libraries/config/messages.inc.php:226
 msgid Tabs
-msgstr 
+msgstr Вкладки
 
 #: libraries/config/messages.inc.php:227
 msgid Choose how you want tabs to work
-msgstr 
+msgstr Виберіть як би ви хотіли щоб вкладки працювали
 
 #: libraries/config/messages.inc.php:228
 msgid Text fields
@@ -4015,21 +4020,23 @@ msgstr Налаштувати текстові поля вводу
 
 #: libraries/config/messages.inc.php:230 libraries/export/texytext.php:18
 msgid Texy! text
-msgstr 
+msgstr Texy! текст
 
 #: libraries/config/messages.inc.php:232
 msgid Warnings
-msgstr 
+msgstr Попередження
 
 #: libraries/config/messages.inc.php:233
 msgid Disable some of the warnings shown by phpMyAdmin
-msgstr 
+msgstr Відключити деякі попередження що показуються у phpMyAdmin
 
 #: libraries/config/messages.inc.php:234
 msgid 
 Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import 
 and export operations
 msgstr 
+Включити [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] стискання для 
+операцій імпорту та експорту
 
 #: libraries/config/messages.inc.php:235
 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_8-17-g396e571

2011-12-14 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  396e5716f89d291f366266e639c26e2ed8391dd2 (commit)
   via  a074b4c6e28b044670d21dec791ad0f909eba251 (commit)
   via  ea64f8f731928cfed87f7149a39dc797af8ce08a (commit)
  from  629c5cbc3458ff6190bcada0080f1d065bb124ca (commit)


- Log -
commit 396e5716f89d291f366266e639c26e2ed8391dd2
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 09:51:18 2011 +0100

Use mysqli in example configuration

The mysql extension does not support some features we use and I think it
is safe to assume nearly everybody has mysqli.

commit a074b4c6e28b044670d21dec791ad0f909eba251
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 09:49:49 2011 +0100

Create fake flags field

The content is empty for now, but at least the code will not emit
warnings on every access to it (which is quite often). The proper value
calculation should be added later.

commit ea64f8f731928cfed87f7149a39dc797af8ce08a
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 09:49:35 2011 +0100

Whitespace cleanup

---

Summary of changes:
 config.sample.inc.php   |4 ++--
 libraries/dbi/mysql.dbi.lib.php |   10 ++
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/config.sample.inc.php b/config.sample.inc.php
index 0ea16d5..1a22fc3 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -31,8 +31,8 @@ $cfg['Servers'][$i]['auth_type'] = 'cookie';
 $cfg['Servers'][$i]['host'] = 'localhost';
 $cfg['Servers'][$i]['connect_type'] = 'tcp';
 $cfg['Servers'][$i]['compress'] = false;
-/* Select mysqli if your server has it */
-$cfg['Servers'][$i]['extension'] = 'mysql';
+/* Select mysql if your server does not have mysqli */
+$cfg['Servers'][$i]['extension'] = 'mysqli';
 $cfg['Servers'][$i]['AllowNoPassword'] = false;
 
 /*
diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index c4f22fb..96b6933 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -175,8 +175,8 @@ function PMA_DBI_try_query($query, $link = null, $options = 
0, $cache_affected_r
 $r = mysql_query($query, $link);
 }
 
-if ($cache_affected_rows) { 
-   $GLOBALS['cached_affected_rows'] = PMA_DBI_affected_rows($link, 
$get_from_cache = false); 
+if ($cache_affected_rows) {
+   $GLOBALS['cached_affected_rows'] = PMA_DBI_affected_rows($link, 
$get_from_cache = false);
 }
 
 if ($GLOBALS['cfg']['DBG']['sql']) {
@@ -406,7 +406,7 @@ function PMA_DBI_insert_id($link = null)
  * @uses$GLOBALS['userlink']
  * @usesmysql_affected_rows()
  * @param   object mysql   $link   the mysql object
- * @param   boolean$get_from_cache 
+ * @param   boolean$get_from_cache
  * @return  string integer
  */
 function PMA_DBI_affected_rows($link = null, $get_from_cache = true)
@@ -434,7 +434,9 @@ function PMA_DBI_get_fields_meta($result)
 $fields   = array();
 $num_fields   = mysql_num_fields($result);
 for ($i = 0; $i  $num_fields; $i++) {
-$fields[] = mysql_fetch_field($result, $i);
+$field = mysql_fetch_field($result, $i);
+$field-flags = '';
+$fields[] = $field;
 }
 return $fields;
 }


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_8-20-gda62d86

2011-12-14 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  da62d86238949a5dbb42f64dcdfed81a4fc5b36a (commit)
   via  91241f71d329d6692c9761ded0b19d6f75730fec (commit)
   via  cec8f1b0941595ea7673fa990b3291fd564220c0 (commit)
  from  396e5716f89d291f366266e639c26e2ed8391dd2 (commit)


- Log -
commit da62d86238949a5dbb42f64dcdfed81a4fc5b36a
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 10:00:01 2011 +0100

These are done and we do not seem to use decimals

commit 91241f71d329d6692c9761ded0b19d6f75730fec
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 09:58:47 2011 +0100

Fill orgtable and orgname attributes

commit cec8f1b0941595ea7673fa990b3291fd564220c0
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 09:56:02 2011 +0100

Add actually some sane value to field flags

---

Summary of changes:
 libraries/dbi/mysql.dbi.lib.php |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index 96b6933..f959539 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -427,7 +427,7 @@ function PMA_DBI_affected_rows($link = null, 
$get_from_cache = true)
 }
 
 /**
- * @todo add missing keys like in from mysqli_query (orgname, orgtable, flags, 
decimals)
+ * @todo add missing keys like in from mysqli_query (decimals)
  */
 function PMA_DBI_get_fields_meta($result)
 {
@@ -435,7 +435,9 @@ function PMA_DBI_get_fields_meta($result)
 $num_fields   = mysql_num_fields($result);
 for ($i = 0; $i  $num_fields; $i++) {
 $field = mysql_fetch_field($result, $i);
-$field-flags = '';
+$field-flags = mysql_field_flags($result, $i);
+$field-orgtable = mysql_field_table($result, $i);
+$field-orgname = mysql_field_name($result, $i);
 $fields[] = $field;
 }
 return $fields;


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_8-21-g458e015

2011-12-14 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  458e015ec2bd5f887b3240faef0ca36f8474d3bf (commit)
  from  da62d86238949a5dbb42f64dcdfed81a4fc5b36a (commit)


- Log -
commit 458e015ec2bd5f887b3240faef0ca36f8474d3bf
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 10:03:20 2011 +0100

Changelog entry

---

Summary of changes:
 ChangeLog |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b2cdf5d..5eb0138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
 - bug #3452506 [edit] Unable to move tables with triggers
 - bug #3449659 [navi] Fast filter broken with table tree
 - bug #3448485 [GUI] Firefox favicon frameset regression
+- [core] Better compatibility with mysql extension
 
 3.4.8.0 (2011-12-01)
 - bug #3425230 [interface] enum data split at space char (more space to edit)


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24807-gb093fe9

2011-12-14 Thread Michal Čihař
The branch, master has been updated
   via  b093fe9a13a53cc1f85f6babe50ad9f843430488 (commit)
   via  deff97339b972449b11cd22db20953b57229a724 (commit)
   via  cedb97400a5f174d0e628d540bcc5bde8bf844f6 (commit)
   via  49f74d1c3dcceacd9d37956899a33af0d1ee88d8 (commit)
   via  8a2ac93cec71c8948a973afed813c1264109d979 (commit)
   via  4a8411f6136a1b751b96d5e1e92454922c20ac4c (commit)
   via  09a465a34bb4b43839e2498ac0b16e5c8b58a970 (commit)
   via  0671e446490e0bb9dabb1f8253cb0d85d4601e48 (commit)
   via  207c75256009fbfdbf0ef15ec44b4421793ea0c6 (commit)
   via  3b639b6926915575e060390b1aa5a3ddbc545465 (commit)
   via  bca04712c226bad051b2ab0d9d6e339aba56469c (commit)
   via  72cced808beae579d314fcbb1cadc5c4b337f7ac (commit)
   via  26d75661e7277256fe5b711562d8d39b690312c4 (commit)
   via  34a1691ab55e7275429d8afe7f6dfdfef8b4d4ac (commit)
   via  8f2956e6a7bdff7a47dd0696065cc590510aab61 (commit)
   via  4822f677a927dd12532e1f8e0cdea345e812776b (commit)
   via  7b3603d55339f7455f12b77e33a094761a10c63e (commit)
   via  d8b5b8307b878d3ba054f19d4842aff919319398 (commit)
   via  0c8f8df64c3e01bad8dea9a99c8fa0e1ff7fe57a (commit)
  from  cdffe9fb978ce108274ac414910b2eec7a1e224a (commit)


- Log -
commit b093fe9a13a53cc1f85f6babe50ad9f843430488
Merge: deff973 cdffe9f
Author: Pootle server poo...@cihar.com
Date:   Wed Dec 14 10:40:21 2011 +0100

Merge remote-tracking branch 'origin/master'

commit deff97339b972449b11cd22db20953b57229a724
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Tue Dec 13 22:38:42 2011 +0200

Translation update done using Pootle.

commit cedb97400a5f174d0e628d540bcc5bde8bf844f6
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Tue Dec 13 22:36:20 2011 +0200

Translation update done using Pootle.

commit 49f74d1c3dcceacd9d37956899a33af0d1ee88d8
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Tue Dec 13 22:33:05 2011 +0200

Translation update done using Pootle.

commit 8a2ac93cec71c8948a973afed813c1264109d979
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Tue Dec 13 22:32:25 2011 +0200

Translation update done using Pootle.

commit 4a8411f6136a1b751b96d5e1e92454922c20ac4c
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Tue Dec 13 22:32:06 2011 +0200

Translation update done using Pootle.

commit 09a465a34bb4b43839e2498ac0b16e5c8b58a970
Author: Ivan Lanin i...@lanin.org
Date:   Tue Dec 13 22:31:15 2011 +0200

Translation update done using Pootle.

commit 0671e446490e0bb9dabb1f8253cb0d85d4601e48
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:13:57 2011 +0200

Translation update done using Pootle.

commit 207c75256009fbfdbf0ef15ec44b4421793ea0c6
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:12:33 2011 +0200

Translation update done using Pootle.

commit 3b639b6926915575e060390b1aa5a3ddbc545465
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:11:13 2011 +0200

Translation update done using Pootle.

commit bca04712c226bad051b2ab0d9d6e339aba56469c
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:09:02 2011 +0200

Translation update done using Pootle.

commit 72cced808beae579d314fcbb1cadc5c4b337f7ac
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:07:43 2011 +0200

Translation update done using Pootle.

commit 26d75661e7277256fe5b711562d8d39b690312c4
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:07:20 2011 +0200

Translation update done using Pootle.

commit 34a1691ab55e7275429d8afe7f6dfdfef8b4d4ac
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:04:52 2011 +0200

Translation update done using Pootle.

commit 8f2956e6a7bdff7a47dd0696065cc590510aab61
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 20:03:56 2011 +0200

Translation update done using Pootle.

commit 4822f677a927dd12532e1f8e0cdea345e812776b
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 19:45:32 2011 +0200

Translation update done using Pootle.

commit 7b3603d55339f7455f12b77e33a094761a10c63e
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 19:45:13 2011 +0200

Translation update done using Pootle.

commit d8b5b8307b878d3ba054f19d4842aff919319398
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 19:44:52 2011 +0200

Translation update done using Pootle.

commit 0c8f8df64c3e01bad8dea9a99c8fa0e1ff7fe57a
Author: ProUser ste...@inkopsforum.se
Date:   Tue Dec 13 19:44:38 2011 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/id.po |   23 +++
 po/sv.po |   37 +++--
 2 files changed, 26 insertions(+), 34 deletions(-)

diff --git a/po/id.po b/po/id.po
index f3b7694..25b806f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,17 +4,16 @@ msgstr 
 Project-Id-Version: 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_8-22-gc93200a

2011-12-14 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  c93200a5bca1e8eefb07ed7420fe5ba12a57ed3b (commit)
  from  458e015ec2bd5f887b3240faef0ca36f8474d3bf (commit)


- Log -
commit c93200a5bca1e8eefb07ed7420fe5ba12a57ed3b
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 11:17:09 2011 +0100

Update po files from master

---

Summary of changes:
 po/uk.po |   90 ++
 1 files changed, 55 insertions(+), 35 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 901ed87..f316229 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2774,20 +2774,20 @@ msgstr Режим редагування
 
 #: libraries/config/messages.inc.php:161
 msgid Customize edit mode
-msgstr 
+msgstr Налаштувати режим редагування
 
 #: libraries/config/messages.inc.php:163
 msgid Export defaults
-msgstr 
+msgstr Експортувати налаштування по замовчуванню
 
 #: libraries/config/messages.inc.php:164
 msgid Customize default export options
-msgstr 
+msgstr Налаштувати параметри експорту за замовчуванням
 
 #: libraries/config/messages.inc.php:165 libraries/config/messages.inc.php:207
 #: setup/frames/menu.inc.php:16
 msgid Features
-msgstr 
+msgstr Особливості
 
 #: libraries/config/messages.inc.php:166
 msgid General
@@ -2795,7 +2795,7 @@ msgstr Загальний
 
 #: libraries/config/messages.inc.php:167
 msgid Set some commonly used options
-msgstr 
+msgstr Встановити деякі загальновживані властивості
 
 #: libraries/config/messages.inc.php:168 libraries/db_links.inc.php:83
 #: libraries/server_links.inc.php:73 libraries/tbl_links.inc.php:82
@@ -2805,11 +2805,11 @@ msgstr Імпорт
 
 #: libraries/config/messages.inc.php:169
 msgid Import defaults
-msgstr 
+msgstr Імпортувати властивості по замовчуванню
 
 #: libraries/config/messages.inc.php:170
 msgid Customize default common import options
-msgstr 
+msgstr Налаштувати за замовчуванням деяких параметрів імпорту
 
 #: libraries/config/messages.inc.php:171
 msgid Import / export
@@ -2817,7 +2817,7 @@ msgstr Імпорт / Експорт
 
 #: libraries/config/messages.inc.php:172
 msgid Set import and export directories and compression options
-msgstr 
+msgstr Встанови теки імпорту та експорту  та параметри стискання
 
 #: libraries/config/messages.inc.php:173 libraries/export/latex.php:26
 msgid LaTeX
@@ -2825,15 +2825,15 @@ msgstr LaTeX
 
 #: libraries/config/messages.inc.php:176
 msgid Databases display options
-msgstr 
+msgstr Параметри відображення баз даних
 
 #: libraries/config/messages.inc.php:177 setup/frames/menu.inc.php:18
 msgid Navigation frame
-msgstr 
+msgstr Оболочка навігації
 
 #: libraries/config/messages.inc.php:178
 msgid Customize appearance of the navigation frame
-msgstr 
+msgstr Налаштувати вигляд оболочки навігації
 
 #: libraries/config/messages.inc.php:179 libraries/select_server.lib.php:42
 #: setup/frames/index.inc.php:98
@@ -2842,15 +2842,15 @@ msgstr Сервери
 
 #: libraries/config/messages.inc.php:180
 msgid Servers display options
-msgstr 
+msgstr Параметри відображення серверів
 
 #: libraries/config/messages.inc.php:182
 msgid Tables display options
-msgstr 
+msgstr Параметри відображення таблиць
 
 #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:19
 msgid Main frame
-msgstr 
+msgstr Головна оболочка
 
 #: libraries/config/messages.inc.php:184
 msgid Microsoft Office
@@ -2866,7 +2866,7 @@ msgstr Інші параметри ядра
 
 #: libraries/config/messages.inc.php:189
 msgid Settings that didn't fit enywhere else
-msgstr 
+msgstr Налаштування які не вписуються більш ніґде
 
 #: libraries/config/messages.inc.php:190
 msgid Page titles
@@ -2878,6 +2878,9 @@ msgid 
 html#cfg_TitleTable]documentation[/a] for magic strings that can be used to 
 get special values.
 msgstr 
+Вкажіть рядку заголовка браузера текст. Відповідно до [a@Documentation.
+html#cfg_TitleTable]documentation[/а] для магічних рядків, які можуть 
+використовуватися для отримання спеціальних значень.
 
 #: libraries/config/messages.inc.php:192
 #: libraries/navigation_header.inc.php:83
@@ -2888,7 +2891,7 @@ msgstr Вікно запиту
 
 #: libraries/config/messages.inc.php:193
 msgid Customize query window options
-msgstr 
+msgstr Встановіть параметри вікна запиту
 
 #: libraries/config/messages.inc.php:194
 msgid Security
@@ -2899,10 +2902,12 @@ msgid 
 Please note that phpMyAdmin is just a user interface and its features do not 
 limit MySQL
 msgstr 
+Будь ласка зверніть увагу, що phpMyAdmin лише інтерфейс і його можливості не 
+обмежують MySQL
 
 #: libraries/config/messages.inc.php:196
 msgid Basic settings
-msgstr 
+msgstr Базові налаштування
 
 #: libraries/config/messages.inc.php:197
 msgid Authentication
@@ -2921,14 +2926,16 @@ msgid 
 Advanced server configuration, do not change these options unless you know 
 what they are for
 msgstr 
+Розширена конфігурація сервера, не змінюйте ці параметри, якщо не знаєте для 
+чого вони потрібні

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24809-g9bf4527

2011-12-14 Thread Michal Čihař
The branch, master has been updated
   via  9bf4527ab422d1594bb77a2eed5773dafbbfb3bd (commit)
   via  c93200a5bca1e8eefb07ed7420fe5ba12a57ed3b (commit)
  from  b093fe9a13a53cc1f85f6babe50ad9f843430488 (commit)


- Log -
commit 9bf4527ab422d1594bb77a2eed5773dafbbfb3bd
Merge: b093fe9 c93200a
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 11:18:49 2011 +0100

Merge remote-tracking branch 'origin/QA_3_4'

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24815-g2c4e79e

2011-12-14 Thread Michal Čihař
The branch, master has been updated
   via  2c4e79edc04f566bd3ee45b35cae0f80da8f511f (commit)
  from  b8522b5e1af7249b1c53aa5b7b552848d72ac31c (commit)


- Log -
commit 2c4e79edc04f566bd3ee45b35cae0f80da8f511f
Author: Michal Čihař mic...@cihar.com
Date:   Wed Dec 14 18:02:30 2011 +0100

Do not store too many error messages in session

In case of some bug in our code (like missing flags on fields meta in
mysql DBI), the session would explode to huge size (hundreths of
megabytes). Now we limit number of messages to store to 20 (what should
be more than enough for regular usage). Developers still should have
$GLOBALS['cfg']['Error_Handler']['gather'] enabled and will get all
errors.

---

Summary of changes:
 libraries/Error_Handler.class.php |9 +
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/libraries/Error_Handler.class.php 
b/libraries/Error_Handler.class.php
index 8f14c08..fb3968f 100644
--- a/libraries/Error_Handler.class.php
+++ b/libraries/Error_Handler.class.php
@@ -53,6 +53,15 @@ class PMA_Error_Handler
 } else {
 // remember only not displayed errors
 foreach ($this-_errors as $key = $error) {
+/**
+ * We don't want to store all errors here as it would 
explode user
+ * session. In case  you want them all set
+ * $GLOBALS['cfg']['Error_Handler']['gather'] to true
+ */
+if (count($_SESSION['errors']) = 20) {
+$error = new PMA_Error(0, __('Too many error messages, 
some are not displayed.'), __FILE__, __LINE__);
+$_SESSION['errors'][$error-getHash()] = $error;
+}
 if (($error instanceof PMA_Error)  ! 
$error-isDisplayed()) {
 $_SESSION['errors'][$key] = $error;
 }


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_8-24819-g4a1086f

2011-12-14 Thread Michal Čihař
The branch, master has been updated
   via  4a1086f598109ef10971dee45102289199da0448 (commit)
   via  71bbe95c91e56757c0b9b3c6cacb448310dc44e6 (commit)
   via  e3c32dafedb05112b7a706b5317f1c8530df7df0 (commit)
   via  62f0ae4a8728cdbbab894d9a84b0faa2b9cd307f (commit)
  from  2c4e79edc04f566bd3ee45b35cae0f80da8f511f (commit)


- Log -
commit 4a1086f598109ef10971dee45102289199da0448
Merge: 2c4e79e 71bbe95
Author: Michal Čihař mic...@cihar.com
Date:   Wed Dec 14 18:07:37 2011 +0100

Merge remote-tracking branch 'pootle/master'

commit 71bbe95c91e56757c0b9b3c6cacb448310dc44e6
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Dec 14 19:07:13 2011 +0200

Translation update done using Pootle.

commit e3c32dafedb05112b7a706b5317f1c8530df7df0
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Dec 14 19:06:02 2011 +0200

Translation update done using Pootle.

commit 62f0ae4a8728cdbbab894d9a84b0faa2b9cd307f
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Dec 14 19:05:48 2011 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/ru.po |   15 ++-
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 3c8b2b3..723996d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,15 +4,15 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2011-12-12 14:04+0100\n
-PO-Revision-Date: 2011-12-09 17:22+0200\n
+PO-Revision-Date: 2011-12-14 19:06+0200\n
 Last-Translator: Victor Volkov ha...@php-myadmin.ru\n
 Language-Team: russian r...@li.org\n
 Language: ru\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n%
+10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 X-Generator: Pootle 2.1.6\n
 
 #: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:349
@@ -1538,10 +1538,9 @@ msgid Analysing  loading logs. This may take a while.
 msgstr Анализ и загрузка журналов. Ждите, может занять какое-то время.
 
 #: js/messages.php:176
-#, fuzzy
 #| msgid Read requests
 msgid Cancel request
-msgstr Запросы на чтение
+msgstr Отменить запрос
 
 #: js/messages.php:177
 msgid 
@@ -1579,16 +1578,14 @@ msgstr 
 Анализ журнала пройден, но данные за выбранный промежуток времени не найдены.
 
 #: js/messages.php:184
-#, fuzzy
 #| msgid Analyze
 msgid Analyzing...
-msgstr Анализ
+msgstr Анализ...
 
 #: js/messages.php:185
-#, fuzzy
 #| msgid Explain SQL
 msgid Explain output
-msgstr Анализ SQL запроса
+msgstr Анализ результатов
 
 #: js/messages.php:187 js/messages.php:487 libraries/rte/rte_list.lib.php:62
 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1236 sql.php:893


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_9RC1-2-g0fe5bee

2011-12-14 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  0fe5bee3442ba6608604e5220a5ef5e0090a0705 (commit)
   via  133b1836b4b19f7a9b06fbf18f1a00d798e40d25 (commit)
  from  3553fe63ee5ec75642b19bb0aaba2b2f3bd3b617 (commit)


- Log -
commit 0fe5bee3442ba6608604e5220a5ef5e0090a0705
Merge: 3553fe6 133b183
Author: Michal Čihař mci...@suse.cz
Date:   Wed Dec 14 18:11:15 2011 +0100

Merge remote branch 'origin/MAINT_3_4_9' into QA_3_4

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24798-gb8539c2

2011-12-14 Thread Michal Čihař
The branch, master has been updated
   via  b8539c230e1c7906195a42dc49e4a4f6110f18d9 (commit)
   via  0fe5bee3442ba6608604e5220a5ef5e0090a0705 (commit)
   via  3553fe63ee5ec75642b19bb0aaba2b2f3bd3b617 (commit)
   via  133b1836b4b19f7a9b06fbf18f1a00d798e40d25 (commit)
  from  911d586b0abcc3ef551df3ecc60d19d800420965 (commit)


- Log -
commit b8539c230e1c7906195a42dc49e4a4f6110f18d9
Merge: 911d586 0fe5bee
Author: Michal Čihař mic...@cihar.com
Date:   Wed Dec 14 18:13:04 2011 +0100

Merge remote-tracking branch 'origin/QA_3_4'

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24846-gcfc6039

2011-12-15 Thread Michal Čihař
The branch, master has been updated
   via  cfc6039972ec41cdefe3dc9f1afdf500ed89ac6d (commit)
   via  cb2ee44bba6a2e51ea9870de8fd33a294cfe5ce2 (commit)
   via  074fafa62b3c7482d41706c6dba4bf2c3e818ee3 (commit)
   via  76925d39d95d0158e7786e34c2be24fd1a89c19d (commit)
   via  5317c4cff6d625ff4273edc32846f05644a3d11e (commit)
   via  2f182250274b84d9ed907f21b0a890da3b6846d7 (commit)
   via  6a5b7a97a15823519cc262b873e8a625a931cc54 (commit)
   via  38075df392f8cce33c7e641afbe29f6158dd7016 (commit)
   via  a9badb693edd762dd7bb38babb637f81cf5c8062 (commit)
   via  c9d38d9bbcda9e2054d02c772f32cc479e552aca (commit)
   via  2445a0ac7715f1de5b1c2b191ef0e700163dccef (commit)
   via  40640b57f936ae4b05920864c3afe320a11aa13b (commit)
   via  0d58e32a25e1c13b98815e34cd8241b588ac72bb (commit)
   via  e0fc575ec03376788280fd6ea0b93c9e46b4c781 (commit)
   via  4bc8d83d1cf53cf09efd5f0bfc228b3900dcaf4d (commit)
   via  f2e5e47f15406428c7e84073adc81dab4cd3c286 (commit)
   via  452a22aecdd759bac2b0f2aad15a0dc27fb4fb32 (commit)
   via  4d6ec724730c7e05052a9a42ceb99fcedad03243 (commit)
   via  65407ce993dddf3557aad32b1468d769fb3b019e (commit)
   via  2af5b62eb39a3e5299a5543f10f0c9b6f29d949c (commit)
   via  1c3ed8e3f1b2aea24540af7913aa01c06d38a698 (commit)
   via  7573d5e25592b57991a8e1bd7c24a661afb11b10 (commit)
   via  2ed96fae3272a906d44892051e8c0b34068bf118 (commit)
   via  1de59290ec8750220003b470a8eab6ada09d7ca3 (commit)
   via  9691334b414201f03114f886a0ec233939f9c024 (commit)
   via  694acaf240c93041e4501140e6753d4d56c38227 (commit)
   via  bc90c5b33266d238043711316d53a7c031aef518 (commit)
   via  5e200a11c431b882ebc7ae278afb1bfc74119bfc (commit)
   via  7fae43703cac52926caadc50b514f48935f4a7cc (commit)
   via  f72f22f72f3ad75a5998fd3c6631b3a1c73d9ea0 (commit)
   via  685e11cf83fe2cf039e67c1fb69183feab1d709f (commit)
   via  a9adf4511417958b2f5dd82d54ff18cc170c94b1 (commit)
   via  40d3688db023c1d98bb9ff7834963d9d536de0e7 (commit)
   via  9953e1defca8ebfcb223b1ae05b458017f8aafe0 (commit)
   via  7c8469f60101607e3610c989d1acea1b80eeedc2 (commit)
   via  954aa7d511c4918d300556dd783d207b117dac36 (commit)
   via  ae6cd6f2db10b8d389624ffb2b296fc005a1dade (commit)
   via  f43f436c6be5744d781f49286e3ef783c3b4d7d8 (commit)
   via  e640c3c40f37734b0f42884ff63d6c8e27c8474b (commit)
   via  a725a11c3b2c3e302a30e67ace989e8965f23d9f (commit)
   via  676982b49943c139c3d0c0a78487d9a2aa27ca14 (commit)
   via  133cf72e9dda812868f61831fc31d08152190491 (commit)
   via  9de5a5ad170ac92eb2a6df5e665b41d386bca8b4 (commit)
   via  560da6e0cd1b308bdecd9b235ff8d6fe41f3942d (commit)
   via  3ac7a3020ffb0cb5e1a609343b8d0cb0cfb652ef (commit)
   via  fded23de42721c470c1c345c7b3062150f357f10 (commit)
   via  73a37fdd526f82ca59a26601aaea08eea857d2c5 (commit)
   via  8bf5c1972532a462e81dc909cb7889de693c2fb7 (commit)
  from  b8539c230e1c7906195a42dc49e4a4f6110f18d9 (commit)


- Log -
commit cfc6039972ec41cdefe3dc9f1afdf500ed89ac6d
Merge: b8539c2 cb2ee44
Author: Michal Čihař mci...@suse.cz
Date:   Thu Dec 15 11:25:05 2011 +0100

Merge remote-tracking branch 'pootle/master'

Conflicts:
po/de.po
po/ja.po
po/ru.po

commit cb2ee44bba6a2e51ea9870de8fd33a294cfe5ce2
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:46:37 2011 +0200

Translation update done using Pootle.

commit 074fafa62b3c7482d41706c6dba4bf2c3e818ee3
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:46:28 2011 +0200

Translation update done using Pootle.

commit 76925d39d95d0158e7786e34c2be24fd1a89c19d
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:45:41 2011 +0200

Translation update done using Pootle.

commit 5317c4cff6d625ff4273edc32846f05644a3d11e
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:45:35 2011 +0200

Translation update done using Pootle.

commit 2f182250274b84d9ed907f21b0a890da3b6846d7
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:45:30 2011 +0200

Translation update done using Pootle.

commit 6a5b7a97a15823519cc262b873e8a625a931cc54
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:45:22 2011 +0200

Translation update done using Pootle.

commit 38075df392f8cce33c7e641afbe29f6158dd7016
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:44:42 2011 +0200

Translation update done using Pootle.

commit a9badb693edd762dd7bb38babb637f81cf5c8062
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:44:10 2011 +0200

Translation update done using Pootle.

commit c9d38d9bbcda9e2054d02c772f32cc479e552aca
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Dec 15 11:42:42 2011 +0200

Translation update done using Pootle.

commit

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24857-g56ec7b2

2011-12-16 Thread Michal Čihař
The branch, master has been updated
   via  56ec7b205944cad67356c39cb5ab6cf558233496 (commit)
   via  cd4cd9d95abd1750c237757af7b1ea6ab116c0b2 (commit)
   via  ac94d08c1322744336969fa6d962b03edf406942 (commit)
   via  a0afe72fa7d0d3b1edce2fd948128f2a9371c339 (commit)
   via  7ab5e68fd0731ccd3eb4af3f54b3cfe7d25b8f2c (commit)
   via  8d87df168dbe84c75b0a3564a77892fe2ad59b46 (commit)
   via  b8b7c620a1e22b8186b25ea0fa3729bcba78a5a3 (commit)
   via  496f660840a793cad323f015b6aead3872f6c290 (commit)
  from  64d4f8b00c03e2d9b20baa307597f856931b3d5b (commit)


- Log -
commit 56ec7b205944cad67356c39cb5ab6cf558233496
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Dec 16 11:45:05 2011 +0200

Translation update done using Pootle.

commit cd4cd9d95abd1750c237757af7b1ea6ab116c0b2
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Dec 16 11:44:54 2011 +0200

Translation update done using Pootle.

commit ac94d08c1322744336969fa6d962b03edf406942
Merge: a0afe72 64d4f8b
Author: Pootle server poo...@cihar.com
Date:   Fri Dec 16 00:40:10 2011 +0100

Merge remote-tracking branch 'origin/master'

commit a0afe72fa7d0d3b1edce2fd948128f2a9371c339
Author: Domen dbc...@gmail.com
Date:   Thu Dec 15 20:37:39 2011 +0200

Translation update done using Pootle.

commit 7ab5e68fd0731ccd3eb4af3f54b3cfe7d25b8f2c
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Thu Dec 15 19:40:32 2011 +0200

Translation update done using Pootle.

commit 8d87df168dbe84c75b0a3564a77892fe2ad59b46
Merge: b8b7c62 e5c094d
Author: Pootle server poo...@cihar.com
Date:   Thu Dec 15 16:40:09 2011 +0100

Merge remote-tracking branch 'origin/master'

commit b8b7c620a1e22b8186b25ea0fa3729bcba78a5a3
Author: Matías Bellone matiasbell...@gmail.com
Date:   Thu Dec 15 17:27:31 2011 +0200

Translation update done using Pootle.

commit 496f660840a793cad323f015b6aead3872f6c290
Author: Michal Čihař mic...@cihar.com
Date:   Thu Dec 15 16:25:29 2011 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |2 +-
 po/es.po |4 ++--
 po/ja.po |7 +++
 po/ru.po |8 +---
 po/sl.po |8 
 5 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 2a894e8..04ac77c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2304,7 +2304,7 @@ msgstr Velikost písma
 
 #: libraries/Error_Handler.class.php:62
 msgid Too many error messages, some are not displayed.
-msgstr 
+msgstr Příliš mnoho chyb, některé nebudou zobrazeny.
 
 #: libraries/File.class.php:221
 msgid File was not an uploaded file.
diff --git a/po/es.po b/po/es.po
index 376fefb..b489ec2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2011-12-14 18:08+0100\n
-PO-Revision-Date: 2011-12-12 15:10+0200\n
+PO-Revision-Date: 2011-12-15 17:27+0200\n
 Last-Translator: Matías Bellone matiasbell...@gmail.com\n
 Language-Team: spanish e...@li.org\n
 Language: es\n
@@ -2337,7 +2337,7 @@ msgstr Tamaño de fuente
 
 #: libraries/Error_Handler.class.php:62
 msgid Too many error messages, some are not displayed.
-msgstr 
+msgstr Demasiados mensajes de error, algunos no son mostrados.
 
 #: libraries/File.class.php:221
 msgid File was not an uploaded file.
diff --git a/po/ja.po b/po/ja.po
index b35b0ea..7425882 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2011-12-14 18:08+0100\n
-PO-Revision-Date: 2011-12-15 11:46+0200\n
+PO-Revision-Date: 2011-12-16 11:44+0200\n
 Last-Translator: Yuichiro yuich...@pop07.odn.ne.jp\n
 Language-Team: japanese j...@li.org\n
 Language: ja\n
@@ -10555,13 +10555,12 @@ msgstr 系列の選択:
 
 #: server_status.php:1651
 msgid Commonly monitored
-msgstr 
+msgstr 一般的なモニタ対象
 
 #: server_status.php:1666
-#, fuzzy
 #| msgid You must provide a valid table name
 msgid or type variable name:
-msgstr 有効なテーブル名を指定してください
+msgstr もしくは対象変数名:
 
 #: server_status.php:1670
 msgid Display as differential value
diff --git a/po/ru.po b/po/ru.po
index 2e1bd76..8bd8ae1 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,15 +4,15 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2011-12-14 18:08+0100\n
-PO-Revision-Date: 2011-12-14 19:08+0200\n
+PO-Revision-Date: 2011-12-15 19:39+0200\n
 Last-Translator: Victor Volkov ha...@php-myadmin.ru\n
 Language-Team: russian r...@li.org\n
 Language: ru\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Plural-Forms

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24861-g6adcae4

2011-12-16 Thread Michal Čihař
The branch, master has been updated
   via  6adcae41645646f1ff1ee7d44102449f37d4b7d9 (commit)
  from  c6888b36e9104c9716ed8a0402910d4c665f23a0 (commit)


- Log -
commit 6adcae41645646f1ff1ee7d44102449f37d4b7d9
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 16 15:12:32 2011 +0100

Add FALSE as reserved word (bug#3460596)

---

Summary of changes:
 libraries/sqlparser.data.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index 0a86784..319fa63 100644
--- a/libraries/sqlparser.data.php
+++ b/libraries/sqlparser.data.php
@@ -451,6 +451,7 @@ $PMA_SQPdata_reserved_word = array (
 'EXISTS',
 'EXPLAIN',
 'EXTENDED',
+'FALSE',
 'FAST',
 'FIELDS',
 'FILE',


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24867-gbb1fd3c

2011-12-16 Thread Michal Čihař
The branch, master has been updated
   via  bb1fd3c966b04d3ed8374d065ad804c6d58643d8 (commit)
   via  03f26421dc26f8b4cebe4851ab669e6c9088838e (commit)
   via  9502e57c347208ec3c42cdcbe8fef468b87b6fb1 (commit)
  from  c296064614b6c31cf79b48a34d9308e5e7943588 (commit)


- Log -
commit bb1fd3c966b04d3ed8374d065ad804c6d58643d8
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 16 15:36:06 2011 +0100

Expect token here as well

commit 03f26421dc26f8b4cebe4851ab669e6c9088838e
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 16 15:35:57 2011 +0100

Load theme here, otherwise it pollutes cache in PMA_getImage

commit 9502e57c347208ec3c42cdcbe8fef468b87b6fb1
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 16 15:35:35 2011 +0100

Whitespace cleanup

---

Summary of changes:
 libraries/common.lib.php  |   12 ++--
 test/classes/Advisor_test.php |1 +
 test/classes/PMA_Message_test.php |3 ++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 62e49ff..cd56d03 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2363,18 +2363,18 @@ function PMA_pageselector($rows, $pageNow = 1, 
$nbTotalPage = 1,
 }
 }
 
-/* 
+/*
 Add page numbers with geometrically increasing distances.
 
 This helps me a lot when navigating through giant tables.
-
+
 Test case: table with 2.28 million sets, 76190 pages. Page of interest is
-between 72376 and 76190. 
+between 72376 and 76190.
 Selecting page 72376.
-Now, old version enumerated only +/- 10 pages around 72376 and the 
+Now, old version enumerated only +/- 10 pages around 72376 and the
 percentage increment produced steps of about 3000.
 
-The following code adds page numbers +/- 2,4,8,16,32,64,128,256 etc. 
+The following code adds page numbers +/- 2,4,8,16,32,64,128,256 etc.
 around the current page.
 */
 
@@ -2397,7 +2397,7 @@ function PMA_pageselector($rows, $pageNow = 1, 
$nbTotalPage = 1,
 $pages[] = $i;
 }
 }
- 
+
 // Since because of ellipsing of the current page some numbers may be 
double,
 // we unify our array:
 sort($pages);
diff --git a/test/classes/Advisor_test.php b/test/classes/Advisor_test.php
index 1ef60b2..c57b367 100644
--- a/test/classes/Advisor_test.php
+++ b/test/classes/Advisor_test.php
@@ -20,6 +20,7 @@ class Advisor_test extends PHPUnit_Framework_TestCase
 {
 $_SESSION[' PMA_token '] = 'token';
 $GLOBALS['lang'] = 'en';
+$_SESSION['PMA_Theme'] = PMA_Theme::load('./themes/pmahomme');
 }
 
 /**
diff --git a/test/classes/PMA_Message_test.php 
b/test/classes/PMA_Message_test.php
index 5968594..72ab91a 100644
--- a/test/classes/PMA_Message_test.php
+++ b/test/classes/PMA_Message_test.php
@@ -256,7 +256,7 @@ class PMA_Message_test extends 
PHPUnit_Extensions_OutputTestCase
 ),
 array(
 '[a@http://foo.bar/@Documentation]link[/a]',
-'a href=./url.php?url=http%3A%2F%2Ffoo.bar%2Famp;lang=en 
target=Documentationlink/a'
+'a 
href=./url.php?url=http%3A%2F%2Ffoo.bar%2Famp;lang=enamp;token=token 
target=Documentationlink/a'
 ),
 array(
 '[a@./non-existing@Documentation]link[/a]',
@@ -277,6 +277,7 @@ class PMA_Message_test extends 
PHPUnit_Extensions_OutputTestCase
 public function testDecodeBB($actual, $expected)
 {
 $GLOBALS['lang'] = 'en';
+$_SESSION[' PMA_token '] = 'token';
 $this-assertEquals($expected, PMA_Message::decodeBB($actual));
 }
 


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24868-g07472a7

2011-12-16 Thread Michal Čihař
The branch, master has been updated
   via  07472a7f2a726580b02c2c14a7ab852b2ccac90d (commit)
  from  bb1fd3c966b04d3ed8374d065ad804c6d58643d8 (commit)


- Log -
commit 07472a7f2a726580b02c2c14a7ab852b2ccac90d
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 16 15:40:04 2011 +0100

Make this test pass (it was built not to expect links to documentation)

---

Summary of changes:
 test/libraries/common/PMA_formatSql_test.php |   20 ++--
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/test/libraries/common/PMA_formatSql_test.php 
b/test/libraries/common/PMA_formatSql_test.php
index ca1c567..809ebb1 100644
--- a/test/libraries/common/PMA_formatSql_test.php
+++ b/test/libraries/common/PMA_formatSql_test.php
@@ -53,7 +53,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeHtml_1(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'html';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $sql = array (
   'raw' = 'SELECT 1;',
@@ -87,7 +87,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeHtml_2(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'html';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = SELECT * from `tTable`;;
 $sql = array (
@@ -134,7 +134,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeHtml_3(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'html';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = 'SELECT * FROM `tTable_A` A INNER JOIN `tTable_B` B ON 
B.ID = A.ID;';
 $sql = array (
@@ -269,7 +269,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeText_1(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'text';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $sql = array (
   'raw' = 'SELECT 1;',
@@ -303,7 +303,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeText_2(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'text';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = SELECT * from `tTable`;;
 $sql = array (
@@ -350,7 +350,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeText_3(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'text';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = 'SELECT * FROM `tTable_A` A INNER JOIN `tTable_B` B ON 
B.ID = A.ID;';
 $sql = array (
@@ -484,7 +484,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeNone_1(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'none';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $sql = array (
   'raw' = 'SELECT 1;',
@@ -521,7 +521,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeNone_2(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'none';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = SELECT * from `tTable`;;
 $sql = array (
@@ -571,7 +571,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLfmTypeNone_3(){
 global $cfg;
 $cfg['SQP']['fmtType'] = 'none';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 
 $unparsed = 'SELECT * FROM `tTable_A` A INNER JOIN `tTable_B` B ON 
B.ID = A.ID;';
 $sql = array (
@@ -708,7 +708,7 @@ class PMA_formatSql_test extends PHPUnit_Framework_TestCase
 function testFormatSQLWithoutType(){
 global $cfg;
 $cfg['SQP']['fmtType'] = '';
-$cfg['MySQLManualType'] = 'viewable';
+$cfg['MySQLManualType'] = 'none';
 $sql = array (
   'raw' = 'SELECT 1;',
   0 =


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25258-gf60dad1

2011-12-19 Thread Michal Čihař
The branch, master has been updated
   via  f60dad172bfb0939a0c165b0988d5b7a2689bc45 (commit)
  from  017eef008a5a8884383b51d6fbc4a0ac59648c63 (commit)


- Log -
commit f60dad172bfb0939a0c165b0988d5b7a2689bc45
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Sun Dec 18 19:32:58 2011 +0900

Use label tags

---

Summary of changes:
 tbl_chart.php |   37 +++--
 1 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/tbl_chart.php b/tbl_chart.php
index 223c9e1..56fce06 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -85,22 +85,29 @@ url_query = '?php echo $url_query;?';
 fieldset
 legend?php echo __('Display chart'); ?/legend
 div style=float:left;
-input type=radio name=chartType value=bar?php echo 
_pgettext('Chart type', 'Bar'); ?
-input type=radio name=chartType value=column?php echo 
_pgettext('Chart type', 'Column'); ?
-input type=radio name=chartType value=line checked?php echo 
_pgettext('Chart type', 'Line'); ?
-input type=radio name=chartType value=spline?php echo 
_pgettext('Chart type', 'Spline'); ?
-input type=radio name=chartType value=pie?php echo 
_pgettext('Chart type', 'Pie'); ?
+input type=radio name=chartType value=bar id=radio_bar /
+label for =radio_bar?php echo _pgettext('Chart type', 'Bar'); 
?/label
+input type=radio name=chartType value=column id=radio_column 
/
+label for =radio_column?php echo _pgettext('Chart type', 
'Column'); ?/label
+input type=radio name=chartType value=line id=radio_line 
checked=checked /
+label for =radio_line?php echo _pgettext('Chart type', 'Line'); 
?/label
+input type=radio name=chartType value=spline id=radio_spline 
/
+label for =radio_spline?php echo _pgettext('Chart type', 
'Spline'); ?/label
+input type=radio name=chartType value=pie id=radio_pie /
+label for =radio_pie?php echo _pgettext('Chart type', 'Pie'); 
?/label
 span class=barStacked style=display:none;
-input type=checkbox name=barStacked value=1?php echo 
__('Stacked'); ?
+input type=checkbox name=barStacked value=1 
id=checkbox_barStacked /
+label for =checkbox_barStacked?php echo __('Stacked'); ?/label
 /span
 br
 input type=text name=chartTitle value=?php echo __('Chart 
title'); ?
 ?php
 $keys = array_keys($data[0]);
 $yaxis = -1;
-if (count($keys)  1) {
-echo 'br';
-echo __('X-Axis:'); ? select name=chartXAxis
+if (count($keys)  1) { ?
+br /
+label for=select_chartXAxis?php echo __('X-Axis:'); ?/label
+select name=chartXAxis id=select_chartXAxis
 ?php
 
 foreach ($keys as $idx = $key) {
@@ -114,8 +121,8 @@ url_query = '?php echo $url_query;?';
 
 ?
 /selectbr /
-?php echo __('Series:'); ?
-select name=chartSeries
+label for=select_chartSeries?php echo __('Series:'); ?/label
+select name=chartSeries id=select_chartSeries
 option value=columns?php echo __('The remaining columns'); 
?/option
 ?php
 foreach ($keys as $idx = $key) {
@@ -129,9 +136,11 @@ url_query = '?php echo $url_query;?';
 
 /div
 div style=float:left; padding-left:40px;
-?php echo __('X-Axis label:'); ? input style=margin-top:0; 
type=text name=xaxis_label 
-value=?php echo ($yaxis == -1) ? __('X Values') : 
htmlspecialchars($keys[$yaxis]); ?br /
-?php echo __('Y-Axis label:'); ? input type=text 
name=yaxis_label value=?php echo __('Y Values'); ?
+label for=xaxis_label?php echo __('X-Axis label:'); ?/label
+input style=margin-top:0; type=text name=xaxis_label 
id=xaxis_label
+value=?php echo ($yaxis == -1) ? __('X Values') : 
htmlspecialchars($keys[$yaxis]); ? /br /
+label for=yaxis_label?php echo __('Y-Axis label:'); ?/label
+input type=text name=yaxis_label id=yaxis_label value=?php 
echo __('Y Values'); ? /
 /div
 p style=clear:both;nbsp;/p
 div id=resizer style=width:600px; height:400px;


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25259-gf6a6063

2011-12-19 Thread Michal Čihař
The branch, master has been updated
   via  f6a6063850d8b96481174ba2404a43a73b84aaca (commit)
  from  f60dad172bfb0939a0c165b0988d5b7a2689bc45 (commit)


- Log -
commit f6a6063850d8b96481174ba2404a43a73b84aaca
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Sun Dec 18 16:07:00 2011 +0900

Improved % escape

---

Summary of changes:
 libraries/Advisor.class.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/Advisor.class.php b/libraries/Advisor.class.php
index 8ef331d..62ba645 100644
--- a/libraries/Advisor.class.php
+++ b/libraries/Advisor.class.php
@@ -112,7 +112,7 @@ class Advisor
  */
 function escapePercent($str)
 {
-return preg_replace('/%( |,|\.|$)/', '%%\1', $str);
+return preg_replace('/%( |,|\.|$|\(|\)||)/', '%%\1', $str);
 }
 
 /**


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25262-gc638f77

2011-12-19 Thread Michal Čihař
The branch, master has been updated
   via  c638f77339596ec1b8f5fbb6a9bac0522e23b124 (commit)
   via  3e88265e97ae02ab732ee3b41e9ad105761b3dd3 (commit)
  from  1c33f695cd604341e2df90b316ee452e32784046 (commit)


- Log -
commit c638f77339596ec1b8f5fbb6a9bac0522e23b124
Merge: 1c33f69 3e88265
Author: Michal Čihař mci...@suse.cz
Date:   Mon Dec 19 14:50:26 2011 +0100

Merge remote-tracking branch 'origin/QA_3_4'

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25263-geddbee7

2011-12-19 Thread Michal Čihař
The branch, master has been updated
   via  eddbee7e73b13b621e573621edc0d613cc863ac8 (commit)
  from  c638f77339596ec1b8f5fbb6a9bac0522e23b124 (commit)


- Log -
commit eddbee7e73b13b621e573621edc0d613cc863ac8
Author: Michal Čihař mci...@suse.cz
Date:   Mon Dec 19 14:59:42 2011 +0100

Use PHPUnit_Framework_TestCase insead of PHPUnit_Extensions_OutputTestCase

This is needed for phpunit 3.6 (otherwise it throws out tons of
warnings).

---

Summary of changes:
 test/classes/PMA_Message_test.php  |2 +-
 test/classes/PMA_Theme_test.php|2 +-
 test/libraries/common/PMA_ajaxResponse_test.php|2 +-
 .../libraries/common/PMA_browseUploadFile_test.php |2 +-
 test/libraries/common/PMA_checkParameters_test.php |2 +-
 .../common/PMA_display_html_checkbox_test.php  |2 +-
 .../common/PMA_display_html_radio_test.php |2 +-
 .../libraries/common/PMA_expandUserString_test.php |2 +-
 .../libraries/common/PMA_extractFieldSpec_test.php |2 +-
 .../common/PMA_generate_slider_effect_test.php |2 +-
 .../common/PMA_showMessage_test_disabled.php   |2 +-
 test/libraries/core/PMA_fatalError_test.php|2 +-
 .../core/PMA_headerLocation_test_disabled.php  |2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/test/classes/PMA_Message_test.php 
b/test/classes/PMA_Message_test.php
index 72ab91a..64e0429 100644
--- a/test/classes/PMA_Message_test.php
+++ b/test/classes/PMA_Message_test.php
@@ -14,7 +14,7 @@ require_once 'libraries/core.lib.php';
 require_once 'libraries/Message.class.php';
 require_once 'libraries/php-gettext/gettext.inc';
 
-class PMA_Message_test extends PHPUnit_Extensions_OutputTestCase
+class PMA_Message_test extends PHPUnit_Framework_TestCase
 {
 /**
  * @varPMA_Message
diff --git a/test/classes/PMA_Theme_test.php b/test/classes/PMA_Theme_test.php
index d8ca699..c9b2358 100644
--- a/test/classes/PMA_Theme_test.php
+++ b/test/classes/PMA_Theme_test.php
@@ -6,7 +6,7 @@ require_once 'libraries/Theme.class.php';
  * Test class for PMA_Theme.
  * Generated by PHPUnit on 2011-07-18 at 03:19:13.
  */
-class PMA_ThemeTest extends PHPUnit_Extensions_OutputTestCase
+class PMA_ThemeTest extends PHPUnit_Framework_TestCase
 {
 /**
  * @var PMA_Theme
diff --git a/test/libraries/common/PMA_ajaxResponse_test.php 
b/test/libraries/common/PMA_ajaxResponse_test.php
index 8c6b72d..f3fa4eb 100644
--- a/test/libraries/common/PMA_ajaxResponse_test.php
+++ b/test/libraries/common/PMA_ajaxResponse_test.php
@@ -14,7 +14,7 @@
 require_once 'libraries/common.lib.php';
 require_once 'libraries/Message.class.php';
 
-class PMA_ajaxResponse_test extends PHPUnit_Extensions_OutputTestCase
+class PMA_ajaxResponse_test extends PHPUnit_Framework_TestCase
 {
 function testAjaxResponseText()
 {
diff --git a/test/libraries/common/PMA_browseUploadFile_test.php 
b/test/libraries/common/PMA_browseUploadFile_test.php
index 4abc9cf..d372ee6 100644
--- a/test/libraries/common/PMA_browseUploadFile_test.php
+++ b/test/libraries/common/PMA_browseUploadFile_test.php
@@ -13,7 +13,7 @@
  */
 require_once 'libraries/common.lib.php';
 
-class PMA_browseUploadFile_test extends PHPUnit_Extensions_OutputTestCase
+class PMA_browseUploadFile_test extends PHPUnit_Framework_TestCase
 {
 
 /*
diff --git a/test/libraries/common/PMA_checkParameters_test.php 
b/test/libraries/common/PMA_checkParameters_test.php
index 7e1bd4f..1a352f8 100644
--- a/test/libraries/common/PMA_checkParameters_test.php
+++ b/test/libraries/common/PMA_checkParameters_test.php
@@ -14,7 +14,7 @@
 require_once 'libraries/common.lib.php';
 require_once 'libraries/Theme.class.php';
 
-class PMA_checkParameters_test extends PHPUnit_Extensions_OutputTestCase
+class PMA_checkParameters_test extends PHPUnit_Framework_TestCase
 {
 function setup()
 {
diff --git a/test/libraries/common/PMA_display_html_checkbox_test.php 
b/test/libraries/common/PMA_display_html_checkbox_test.php
index 36fbafb..9686552 100644
--- a/test/libraries/common/PMA_display_html_checkbox_test.php
+++ b/test/libraries/common/PMA_display_html_checkbox_test.php
@@ -13,7 +13,7 @@
  */
 require_once 'libraries/common.lib.php';
 
-class PMA_display_html_checkbox_test extends PHPUnit_Extensions_OutputTestCase
+class PMA_display_html_checkbox_test extends PHPUnit_Framework_TestCase
 {
 function testDisplayHtmlCheckbox()
 {
diff --git a/test/libraries/common/PMA_display_html_radio_test.php 
b/test/libraries/common/PMA_display_html_radio_test.php
index 6c7b96b..3d02308 100644
--- a/test/libraries/common/PMA_display_html_radio_test.php
+++ b/test/libraries/common/PMA_display_html_radio_test.php
@@ -13,7 +13,7 @@
  */
 require_once 'libraries/common.lib.php';
 
-class PMA_display_html_radio_test extends

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25266-g8b064f0

2011-12-19 Thread Michal Čihař
The branch, master has been updated
   via  8b064f07906057aeeb465dd94e74ef1cc36be453 (commit)
  from  66f38160ea85f179d33563a450aca0919d624f74 (commit)


- Log -
commit 8b064f07906057aeeb465dd94e74ef1cc36be453
Author: Michal Čihař mci...@suse.cz
Date:   Mon Dec 19 15:37:25 2011 +0100

Add missing require

---

Summary of changes:
 test/classes/PMA_Config_test.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 38d555f..991765a 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -11,6 +11,7 @@
 /*
  * Include to test.
  */
+require_once 'libraries/core.lib.php';
 require_once 'libraries/Config.class.php';
 require_once 'libraries/relation.lib.php';
 


hooks/post-receive
-- 
phpMyAdmin

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25392-g5c1b2a5

2011-12-21 Thread Michal Čihař
The branch, master has been updated
   via  5c1b2a55c33ed308626846bea23b62280af6886b (commit)
   via  f47bdbc3ab8855b866d697d627cc9719de3bec12 (commit)
   via  bb31ad6df2bdc6778a8bd5132d67a7ebad9cf991 (commit)
   via  98c8c34df907a8dfead594bd4fa83895bb1a4163 (commit)
   via  389a903ea9a2350e4a525a560a91742011956093 (commit)
   via  eb01d1a8d5e9b8dcf73c7b95849ef33f128af2a3 (commit)
   via  cbb1b22c6e5f0376a96098053557189e58c8e82a (commit)
   via  7ecc555dc29feed6fa35c1bb4a5708dbb3700476 (commit)
   via  878578cc14a3c6007d2bf763d83504ca50391345 (commit)
   via  0a3d9c67e45e4585ea81849a83cb4cb60925edf1 (commit)
   via  043f52b418fe1000eddc79fdd02c0b197a2d059d (commit)
   via  ccdea0660a5f3d26cf0408f137ca3150d41a232f (commit)
   via  b3bb5cd692104208b6901610ed0bc303646c96a0 (commit)
   via  c27f261916c30d8b317a15bbb583846dbbbc39e4 (commit)
   via  e18b5718a52bd0bf6dfc278835b3c35e760621ed (commit)
   via  2938e0f00f8ee3a18273d6b7b2a2d7661fd914cd (commit)
   via  a25d44fcc7e780f8e03bca6de567c536f1b34a9b (commit)
   via  7461e40f06d92d5815c1a5bee561a473790d6784 (commit)
   via  7ab247ff96b7076c68f2cb20b69e57d1f2b0814f (commit)
   via  e59b8af6acc50d1e213aaa227a1af9b19ae9b1ef (commit)
   via  94498de2f39957d1c07d4bec214edca47ebc646d (commit)
   via  9f399ef5abf7c555de6a64f656442e589b049f78 (commit)
   via  65c84930dbd58ed8e60741a4561a2627ec348a9a (commit)
   via  900269edf6d206524a1519b598b3da0ef0c285f4 (commit)
   via  caebf75b73863a954539641972d8397adbd17877 (commit)
   via  728bd7f6f1ab89f34457ff0d4d9a1ee7310a531a (commit)
   via  cb8690f6aa4c292756ac7d3b677b5d3460514c1c (commit)
   via  4fe6ad43f51edc82545251e5008c215e4358c6c4 (commit)
   via  bf00e468f5bb99d57f6a928b487308785957ff31 (commit)
   via  23b6a6cd32559f7f1be3f8aed115bbdbd2df34c1 (commit)
   via  f7fdd09c0e1c8c271ba047a41b6252155f7e9b4f (commit)
   via  383645dac3c7a8cb93d89a66066ceb72223db977 (commit)
   via  09a7697f30cf48161d98874594fce61f5ed4ad7f (commit)
   via  c56ea53b0efa1636d0a68e654b1312da80238a70 (commit)
   via  b7af4f095d742992136139931280a675ff0d0721 (commit)
   via  0e981681a928a115bd9fd85b0d546a974b075459 (commit)
   via  8e75c810666f2c76b3fd30e076bacd8a176834ec (commit)
   via  db0adf6443530de90e0291d4c4fb5d73d8750bc8 (commit)
   via  37eb99585381706101529bfed1ccdc9b823098a0 (commit)
   via  38c1d8d36bd2f1313234b1adbc89fa9b8cc1f8e4 (commit)
   via  0b1250c93f361c8021135b15f339c4e0a508c89b (commit)
   via  ce38267ed8a85a9816b9674095b7e4190b2e15b0 (commit)
   via  347c247d5f4797682a7f6742e09454539c8dff65 (commit)
   via  8e80dccca9da21210ec2b22ad93cfe66eb5db4c3 (commit)
   via  647d818fe204fb8f3e2ced9ccff020cde7344f39 (commit)
   via  c1af3ec8bc638df415f1e0a6ae37674478680cdf (commit)
   via  d1a5fcfc9f6c09dfce53538b8b4d176195dfc943 (commit)
   via  39aa85644327af3e3e57d5707bc21636cc2c2771 (commit)
   via  d112e27705be183895e8e738943539456c75fb85 (commit)
   via  89439fd73fdeab5646ab3c271c09d32fcfe4607e (commit)
   via  fad5154d02a55d58c7468857cc992ffd6297ab27 (commit)
   via  1618405faee2102ae5da3353b766c8328e9bc03d (commit)
   via  25ffc0daeb03a52278449d3082c9db8c7312583a (commit)
   via  ea58bb360a3f6dd7d0af60233eb67145cc87 (commit)
   via  b71299e727f33e15e2beea476be0ded34cf2ddcf (commit)
   via  0fc2c78425b8c8cde11a2ceb4bb56943b19e2291 (commit)
   via  c5cd37da4de40bfb775299620a2c699c3a5409d9 (commit)
   via  5b73dd0692687c1f8dfd7e158f6aa8f4c3f49668 (commit)
   via  de71aac354841aaab33d9ffce9eedcc71b8176b7 (commit)
   via  ce284fa2eb52b203ad7447b78f1da631b0c13931 (commit)
   via  5834e17cc21c837636f7fec55965d1818dc1853c (commit)
   via  047571437c9303f5dbc94c2802fb7366a91842f2 (commit)
   via  8f3a8bacc2c5832d6e88254f1cec1b3c2baacc76 (commit)
   via  7e74e64cf3527039b84a5207ce9e4f3fe11cdede (commit)
   via  5055870896a86da62bf9c89b501b3c25e3c13d4b (commit)
   via  37a478d6de94a66f33d0394b602050722dafc255 (commit)
   via  0c88977d03988276c3ca5964317b2e32e0db4a14 (commit)
   via  a83c2ee2dc99e90da6ce076be28725bb210e1b00 (commit)
   via  b63f011ce5ecad5c6b908650336dd2a7fe3d0d0f (commit)
   via  aadc36af173b370d5ff0768d24c72dd49e1c85cd (commit)
   via  432c27af4c38400ab869ee737fcb71ba316f5ca2 (commit)
   via  d10ed88a3825124de8fbcd7b02c6f308a753468b (commit)
   via  cf43836d934a12af9b2b4eb7e5f786121902dc01 (commit)
   via  af460bbc179f27225579068a35f7f9aae0a4478e (commit)
   via  a247078607c33f073a25a1a7539d91a94304c620 (commit)
  from  87ecb350c94a2552368ad08bc0c70c09f05f4bf0 (commit)


- Log -
commit 5c1b2a55c33ed308626846bea23b62280af6886b
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Wed Dec 21 12:05:30 2011 +0200

Translation update done using Pootle.


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_9-12-g2b50563

2011-12-23 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  2b5056326227cf5e63d2f74cced9fd45929bfdfe (commit)
   via  2506fbfac68115e54632bc065a292d59b922fe59 (commit)
  from  bc8735efa325d2f24510dbbda57dbb7398e25fd0 (commit)


- Log -
commit 2b5056326227cf5e63d2f74cced9fd45929bfdfe
Merge: bc8735e 2506fbf
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 23 10:25:04 2011 +0100

Merge remote-tracking branch 'origin/MAINT_3_4_9' into QA_3_4

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-25419-g1615a25

2011-12-23 Thread Michal Čihař
The branch, master has been updated
   via  1615a25610e20f1ca2073226220c6ebdb2adfdf0 (commit)
   via  561d0999c6886e91ef917aa715579200d61acc63 (commit)
   via  27f2166fe1cdb49893cd0a823ac6b1cb9c24b1d4 (commit)
   via  ba3eacc1d0fad41837ffc7a9a480e2d51163884f (commit)
   via  bef2e3daebfdfb3090a9bb5599f4eb07e8ca39cb (commit)
   via  ae9d23c071cf9aca21cf2f757d1dec7e3f3096bf (commit)
   via  1f5e99678260f6c9e87a14e29fe3d635bf8535ff (commit)
   via  7b01ff7e2fa5b919e62b620a7d8681ef482d43f8 (commit)
   via  cbde33064b1b914add0048b4e7348040746dfb00 (commit)
   via  1de1aa6f2bc81969a44c24219d6b9f7a02ddee38 (commit)
   via  c1e497d2cdadaaba2b46225756e642824b457042 (commit)
   via  19990db10b123ecfd56f5a0db8ae35c4aed6cb73 (commit)
   via  f3d736d7c3322296b48f17ad0167c0e07809ea0c (commit)
   via  9bf91ab7d86b16b1e173575d36afa5eeb653d10f (commit)
   via  3c7169bd2b26ee53f394f04fc6b1deb2ec31665b (commit)
   via  968062c976412f63dce7c5e75ac82e2dd7b2be4d (commit)
   via  40b5198504f25fed2a68cd02b025fc4cec7e7a80 (commit)
   via  5bf709dadfc6d2e34ef152c31680105909f164d7 (commit)
   via  385faafddb7b58847e2428ad632f9c381b9dfef8 (commit)
   via  0cd58600d82765bfc7bbbde4f183abf309773c76 (commit)
   via  2470c3614912890791b69b162afda96e41497b9d (commit)
   via  9e0ef1d371228ab6a6f5c1d2f06025fd9b1d41c9 (commit)
   via  27d1a8bb2049bad50f083f0a9e698673a87d766a (commit)
   via  9a984c11a6d5f61b703e3d0e5b244cb12e8e3b35 (commit)
   via  a3a5b34b7305629c4162ffe41a5aedb84da27551 (commit)
   via  15189690ecbc91303ecd36c87e6b0b73a5f2a6b8 (commit)
  from  34e1b1c3da1492e0c595cbff7dfc2885372fa7ea (commit)


- Log -
commit 1615a25610e20f1ca2073226220c6ebdb2adfdf0
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:22:32 2011 +0200

Translation update done using Pootle.

commit 561d0999c6886e91ef917aa715579200d61acc63
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:19:07 2011 +0200

Translation update done using Pootle.

commit 27f2166fe1cdb49893cd0a823ac6b1cb9c24b1d4
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:15:31 2011 +0200

Translation update done using Pootle.

commit ba3eacc1d0fad41837ffc7a9a480e2d51163884f
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:14:55 2011 +0200

Translation update done using Pootle.

commit bef2e3daebfdfb3090a9bb5599f4eb07e8ca39cb
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:14:10 2011 +0200

Translation update done using Pootle.

commit ae9d23c071cf9aca21cf2f757d1dec7e3f3096bf
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:13:52 2011 +0200

Translation update done using Pootle.

commit 1f5e99678260f6c9e87a14e29fe3d635bf8535ff
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:13:40 2011 +0200

Translation update done using Pootle.

commit 7b01ff7e2fa5b919e62b620a7d8681ef482d43f8
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:13:08 2011 +0200

Translation update done using Pootle.

commit cbde33064b1b914add0048b4e7348040746dfb00
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:12:45 2011 +0200

Translation update done using Pootle.

commit 1de1aa6f2bc81969a44c24219d6b9f7a02ddee38
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:11:06 2011 +0200

Translation update done using Pootle.

commit c1e497d2cdadaaba2b46225756e642824b457042
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:10:48 2011 +0200

Translation update done using Pootle.

commit 19990db10b123ecfd56f5a0db8ae35c4aed6cb73
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:10:35 2011 +0200

Translation update done using Pootle.

commit f3d736d7c3322296b48f17ad0167c0e07809ea0c
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:10:07 2011 +0200

Translation update done using Pootle.

commit 9bf91ab7d86b16b1e173575d36afa5eeb653d10f
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:09:43 2011 +0200

Translation update done using Pootle.

commit 3c7169bd2b26ee53f394f04fc6b1deb2ec31665b
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:08:27 2011 +0200

Translation update done using Pootle.

commit 968062c976412f63dce7c5e75ac82e2dd7b2be4d
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:06:25 2011 +0200

Translation update done using Pootle.

commit 40b5198504f25fed2a68cd02b025fc4cec7e7a80
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:04:42 2011 +0200

Translation update done using Pootle.

commit 5bf709dadfc6d2e34ef152c31680105909f164d7
Author: jaideejung007 jaideejung...@gmail.com
Date:   Fri Dec 23 05:03:51 2011 +0200

Translation update done using Pootle.

commit 

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. be87aa6df079dd252a9d5d7c89494e41803eec74

2011-12-23 Thread Michal Čihař
The branch, master has been updated
   via  be87aa6df079dd252a9d5d7c89494e41803eec74 (commit)
   via  fc253c207ef451e789dbcdf69bd1bad6546e68f3 (commit)
   via  938c270b58ea6e8ce2f55e947c2333a629ca3316 (commit)
   via  4f3a9cb9ffcee87a175c476d10acbc940f4b (commit)
   via  d21435afae1b4a8bc58d03ee5177bbfc2e7c5d33 (commit)
   via  2126dabdaea2e818e9b5a626f1b1be099f7a07b4 (commit)
   via  5c2f33cdbdf783147b1104a637224cb0f2e8cc97 (commit)
   via  ebea537b2e834fb4b73b711489467846239799dd (commit)
   via  e80c9ea8878cb05270456ceaced15651c06348be (commit)
   via  29a334407cef628716816be93273954eb0196588 (commit)
   via  49e646d627acff311ac9c3966fb5d91612cfaf61 (commit)
   via  515021894cf31383af4f39715134becf309f16d6 (commit)
   via  455dcebc1be11958705cf5105d5f44b0c4266d1b (commit)
   via  7451542ab1bae37dc7238d68f87a32d9f9464230 (commit)
   via  5f4bc3104c043549bda6a18523a36bd77f843f01 (commit)
   via  0c7f57351040a1cf66000d5cd0ad4f6b0a638420 (commit)
   via  db5e3c83b3c0f616548ffed3b591d1ec8bed9a9c (commit)
   via  0ab51411494940804c34c1790cf89df109f446cc (commit)
   via  51e778d1e0f6db9d2162d5e889e2ab6d8aebcf51 (commit)
   via  35682b12776db35e2c371bca508f90e4703bbc65 (commit)
   via  a0d3b2806389438e4700651af98d1f858bf923ff (commit)
   via  78c07e4e88ddbbe7c7a039c0b2891b0634d947d9 (commit)
   via  abe0c35075e670e058e562acc255fa51d4647b93 (commit)
   via  fd248dd42348c4bf0afeb6c472004b6b1b4da88e (commit)
   via  213bfed522393aa885c58db5265e244ed651c864 (commit)
   via  8a005530f11a99acfe0a6b7bfb2d2a44ae586a46 (commit)
   via  222f678ebb3bd50981fb5d4aa420cef7b52ee49e (commit)
  from  a3288386a7c62e4e761ed761851945e5fbf9b4e5 (commit)


- Log -
commit be87aa6df079dd252a9d5d7c89494e41803eec74
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 23 10:41:22 2011 +0100

Update generated docs

commit fc253c207ef451e789dbcdf69bd1bad6546e68f3
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 16:45:15 2011 +0200

Translation update done using Pootle.

commit 938c270b58ea6e8ce2f55e947c2333a629ca3316
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 16:43:22 2011 +0200

Translation update done using Pootle.

commit 4f3a9cb9ffcee87a175c476d10acbc940f4b
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 14:15:22 2011 +0200

Translation update done using Pootle.

commit d21435afae1b4a8bc58d03ee5177bbfc2e7c5d33
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 14:10:49 2011 +0200

Translation update done using Pootle.

commit 2126dabdaea2e818e9b5a626f1b1be099f7a07b4
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 14:00:51 2011 +0200

Translation update done using Pootle.

commit 5c2f33cdbdf783147b1104a637224cb0f2e8cc97
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 14:00:33 2011 +0200

Translation update done using Pootle.

commit ebea537b2e834fb4b73b711489467846239799dd
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:59:27 2011 +0200

Translation update done using Pootle.

commit e80c9ea8878cb05270456ceaced15651c06348be
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:58:23 2011 +0200

Translation update done using Pootle.

commit 29a334407cef628716816be93273954eb0196588
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:55:35 2011 +0200

Translation update done using Pootle.

commit 49e646d627acff311ac9c3966fb5d91612cfaf61
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:54:16 2011 +0200

Translation update done using Pootle.

commit 515021894cf31383af4f39715134becf309f16d6
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:52:06 2011 +0200

Translation update done using Pootle.

commit 455dcebc1be11958705cf5105d5f44b0c4266d1b
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:47:56 2011 +0200

Translation update done using Pootle.

commit 7451542ab1bae37dc7238d68f87a32d9f9464230
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:47:28 2011 +0200

Translation update done using Pootle.

commit 5f4bc3104c043549bda6a18523a36bd77f843f01
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:46:51 2011 +0200

Translation update done using Pootle.

commit 0c7f57351040a1cf66000d5cd0ad4f6b0a638420
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:45:24 2011 +0200

Translation update done using Pootle.

commit db5e3c83b3c0f616548ffed3b591d1ec8bed9a9c
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:43:44 2011 +0200

Translation update done using Pootle.

commit 0ab51411494940804c34c1790cf89df109f446cc
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Thu Dec 22 13:37:04 2011 +0200

Translation update done using Pootle.

commit

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_9-13-gd3207af

2011-12-23 Thread Michal Čihař
The branch, QA_3_4 has been updated
   via  d3207af8af2641fc7e6f6ad7371f8a93f18454a2 (commit)
  from  2b5056326227cf5e63d2f74cced9fd45929bfdfe (commit)


- Log -
commit d3207af8af2641fc7e6f6ad7371f8a93f18454a2
Author: Michal Čihař mci...@suse.cz
Date:   Fri Dec 23 10:44:49 2011 +0100

Update translations from master

---

Summary of changes:
 po/th.po |   10 --
 po/uk.po |  121 +-
 2 files changed, 71 insertions(+), 60 deletions(-)

diff --git a/po/th.po b/po/th.po
index 661ac44..ce942ce 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6799,7 +6799,7 @@ msgstr 
 
 #: main.php:119
 msgid Appearance Settings
-msgstr 
+msgstr ตั้งค่าลักษณะที่ปรากฏ
 
 #: main.php:147 prefs_manage.php:274
 #, fuzzy
@@ -6809,7 +6809,7 @@ msgstr ความสามารถด้านรีเลชันทั่
 
 #: main.php:165
 msgid Protocol version
-msgstr 
+msgstr รุ่นของโพรโทคอล
 
 #: main.php:167 server_privileges.php:1452 server_privileges.php:1606
 #: server_privileges.php:1730 server_privileges.php:2149
@@ -6823,7 +6823,7 @@ msgstr ชุดตัวอักษร (charset) ของ MySQL
 
 #: main.php:183
 msgid Web server
-msgstr 
+msgstr เว็บเซิร์ฟเวอร์
 
 #: main.php:189
 msgid MySQL client version
@@ -6879,6 +6879,8 @@ msgid 
 option is incompatible with phpMyAdmin and might cause some data to be 
 corrupted!
 msgstr 
+คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP 
ตัวเลือกนี้ไม่เข้ากันกับ 
+phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้
 
 #: main.php:261
 msgid 
@@ -6886,6 +6888,8 @@ msgid 
 multibyte charset. Without the mbstring extension phpMyAdmin is unable to 
 split strings correctly and it may result in unexpected results.
 msgstr 
+ไม่พบส่วนขยาย mbstring ของ PHP และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย 
mbstring 
+ของ phpMyAdmin ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง 
และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้
 
 #: main.php:269
 msgid 
diff --git a/po/uk.po b/po/uk.po
index 642931e..f751196 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6883,7 +6883,7 @@ msgstr 
 
 #: pmd_general.php:78
 msgid Save position
-msgstr 
+msgstr Зберегти позицію
 
 #: pmd_general.php:81 server_synchronize.php:424 server_synchronize.php:867
 msgid Create table
@@ -6891,39 +6891,40 @@ msgstr 
 
 #: pmd_general.php:84 pmd_general.php:352
 msgid Create relation
-msgstr 
+msgstr Створити зв'язок
 
 #: pmd_general.php:90
 msgid Reload
-msgstr 
+msgstr Перезавантажити
 
 #: pmd_general.php:93
 msgid Help
-msgstr 
+msgstr Допомога
 
 #: pmd_general.php:97
+#, fuzzy
 msgid Angular links
-msgstr 
+msgstr Кутове посилання
 
 #: pmd_general.php:97
 msgid Direct links
-msgstr 
+msgstr Пряме посилання
 
 #: pmd_general.php:101
 msgid Snap to grid
-msgstr 
+msgstr Прив'язати до сітки
 
 #: pmd_general.php:105
 msgid Small/Big All
-msgstr 
+msgstr Маленькі/Великі Всі
 
 #: pmd_general.php:109
 msgid Toggle small/big
-msgstr 
+msgstr Переключити маленькі/великі
 
 #: pmd_general.php:114 pmd_pdf.php:80
 msgid Import/Export coordinates for PDF schema
-msgstr 
+msgstr Імпортувати/Експортувати координати для PDF схеми
 
 #: pmd_general.php:120
 #, fuzzy
@@ -6933,23 +6934,23 @@ msgstr Виконати запит
 
 #: pmd_general.php:125
 msgid Move Menu
-msgstr 
+msgstr Посунути меню
 
 #: pmd_general.php:137
 msgid Hide/Show all
-msgstr 
+msgstr Сховати/Показати все
 
 #: pmd_general.php:141
 msgid Hide/Show Tables with no relation
-msgstr 
+msgstr Сховати/Показати Таблиці які не мають зв'язків
 
 #: pmd_general.php:181
 msgid Number of tables
-msgstr 
+msgstr Число таблиць
 
 #: pmd_general.php:418
 msgid Delete relation
-msgstr 
+msgstr Видалити зв'язок
 
 #: pmd_general.php:460 pmd_general.php:519
 #, fuzzy
@@ -7014,11 +7015,11 @@ msgstr 
 
 #: pmd_pdf.php:34
 msgid Page has been created
-msgstr 
+msgstr Сторінка була створена
 
 #: pmd_pdf.php:37
 msgid Page creation failed
-msgstr 
+msgstr Створення сторінки обламалось
 
 #: pmd_pdf.php:89
 #, fuzzy
@@ -7034,7 +7035,7 @@ msgstr Імпорт файлів
 
 #: pmd_pdf.php:100
 msgid Export to selected page
-msgstr 
+msgstr Експорт у вибрану сторінку
 
 #: pmd_pdf.php:102
 #, fuzzy
@@ -7050,35 +7051,35 @@ msgstr Ім'я користувача
 
 #: pmd_pdf.php:114
 msgid Export/Import to scale
-msgstr 
+msgstr Експорт/Імпорт у масштабі
 
 #: pmd_pdf.php:119
 msgid recommended
-msgstr 
+msgstr рекомендовано
 
 #: pmd_relation_new.php:29
 msgid Error: relation already exists.
-msgstr 
+msgstr Помилка: зв'язок вже існує.
 
 #: pmd_relation_new.php:61 pmd_relation_new.php:86
 msgid Error: Relation not added.
-msgstr 
+msgstr Помилка: Зв'язок не доданий.
 
 #: pmd_relation_new.php:62
 msgid FOREIGN KEY relation added
-msgstr 
+msgstr FOREIGN KEY зв'язок доданий
 
 #: pmd_relation_new.php:84
 msgid Internal relation added
-msgstr 
+msgstr Внутрішній зв'язок доданий
 
 #: pmd_relation_upd.php:55
 msgid Relation deleted
-msgstr 
+msgstr Зв'язок видалений
 
 #: pmd_save_pos.php:44
 msgid Error saving

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. d9811573c47ccb8b314f36f72e444fb934df0eb5

2011-12-28 Thread Michal Čihař
The branch, master has been updated
   via  d9811573c47ccb8b314f36f72e444fb934df0eb5 (commit)
  from  5b7fa0538813d55eb5ff980a6461e1ef23f0c52d (commit)


- Log -
commit d9811573c47ccb8b314f36f72e444fb934df0eb5
Author: Michal Čihař mic...@cihar.com
Date:   Wed Dec 28 15:28:45 2011 +0100

Add new language

---

Summary of changes:
 data/langnames.py |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/data/langnames.py b/data/langnames.py
index 18ad074..a0fa182 100644
--- a/data/langnames.py
+++ b/data/langnames.py
@@ -74,6 +74,7 @@ MAP = {
 'ta' : 'tamil',
 'te' : 'telugu',
 'th' : 'thai',
+'tk' : 'turkmen',
 'tr' : 'turkish',
 'tt' : 'tatarish',
 'ug' : 'uyghur',


hooks/post-receive
-- 
phpMyAdmin website

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25778-g870be93

2012-01-01 Thread Michal Čihař
The branch, master has been updated
   via  870be9328c340cb4673b8af777d8168135ad540d (commit)
   via  1673b546d937a8042c1b92f3d04b9bebb649aadc (commit)
   via  12086c6eea0ac22804014d74396556d8c11d0e97 (commit)
   via  930d21f0a1e70a71e2fb46f5b9cc678269376301 (commit)
   via  d12ae9a14b02311ae24ddbdf8b015a90379a (commit)
   via  b44d713d8ff061b997fe5ad46bac5d8e5fc84ea2 (commit)
   via  f66768f018501321a71b55e902d1e7b990a9a841 (commit)
   via  111bac71231d1e9529c366f86f3410767e016cb3 (commit)
   via  7886b5652c224a0b6ce4926be8e602b1f6e9f9f1 (commit)
   via  24339718461aa9cf8dd662fd6cf6147f54bd8a86 (commit)
   via  ed6e6fb2b49b3bc9bbdf89d6c27fb571c7258b01 (commit)
   via  4cf08d48bb7f5e0b58dbedc51e9e4c3f943f70d9 (commit)
   via  a95cbea19dd688533ce859b1258049debe9b376a (commit)
   via  aec787ef1a2c3efd5ffa2baeaacc9ce82966c7f5 (commit)
   via  f80191e80c25bddf3b52f88bbf3397212456e0eb (commit)
   via  f84993e65a148e709b7ac8e7339772505914c716 (commit)
   via  3e5501f72e305c93da13ba741f4ceaa6b46162da (commit)
   via  8b90a94a1b7512b4aa2b8b38ca83e922a33a7d5d (commit)
   via  e3defb7af7a51e197dd6cde99c45e1b31a068470 (commit)
   via  5d33c7267e3e601d4f327b33925f30af14e28d8f (commit)
   via  6f66fb01775580cb3533e2737be6c0be6b898ac0 (commit)
   via  db96afd964a7739b54acf3a1fa7e055ca1d98043 (commit)
   via  70178ab588c70be37fb1f68282d67d2ada52582a (commit)
   via  8c695003a75d8f19855400f8ddf78bc66fbd4b30 (commit)
   via  90ee497824dad7d41d4f9bbf34b3e495f3535b94 (commit)
   via  89db7838efc559735d94174afa35a0987af2d6a6 (commit)
   via  7071e83b3d426de7b5a67d4e6c513814aa0c5078 (commit)
   via  db9329014eaab0ce7e5563c9246ac9160579f6bd (commit)
   via  4265bbe6462fdd1efc84831f8f5b4ace4d523d6a (commit)
   via  d98e93718202a7fafe77caa0518d36b7c3bcc3f9 (commit)
   via  0d4cc7866071459b4bc7273f7b9ee705c2b40d3e (commit)
   via  d6f601951b7a8b34cf350f1541bf7a38a4163810 (commit)
   via  249d1bcc3f0a0024c7f0f5bc3b0479c888b676ce (commit)
   via  25f52e7ee06e6c1f5087e5a05381d737aa77aa46 (commit)
   via  6439dd06683bb5b67e6e076e342eba00df269fad (commit)
   via  9f7011c5e7dcdacbb2a009b971d5491472b67c74 (commit)
   via  bb0a347cd3956ff0fe473f8d7554bd681e34eecd (commit)
   via  b2ddc6a25fa3e7a47184bfe6241b2c587b7ea7fa (commit)
   via  fbae15e466abdab2a17f0ad797d8820f583efe91 (commit)
   via  4ff239f6824624c9af637b2d9688e1ab5e0e064c (commit)
   via  e9f207e500858d0fedfbe246dcfcd9f3307491f0 (commit)
   via  fc077c980095b6cc5bceb8b807114d2c68764ad4 (commit)
   via  24e14dd42d67805ba70dd7c5e04bb0724f777813 (commit)
   via  ce1a74977b7de95be4344dcb078e8034c59185f7 (commit)
   via  f4064e5ed14fc604e7124643c09b55d88d3d00c0 (commit)
   via  60d48c66bacfc1d9d750415d354d053c1fcb33d8 (commit)
   via  15323ad816d0c4d9a35c11304592a3e9cd6c75df (commit)
   via  18007a1d8f55ef76e3910612f36fa05dc051561e (commit)
   via  dc84147cf101b21a81b2fca9d8af25389cb89a06 (commit)
   via  620d4db86ac90dd970e15df3e78c4e1c0ce94c78 (commit)
   via  eaf4f6cac34096e3828adb4b1bb1c12ddaa85a89 (commit)
   via  2edeff8d530dd97425077d11bc023555a31eddb8 (commit)
   via  42ba21dd691532dc394180be18c17a8d423f4efc (commit)
   via  6df4260a7be0b745804543343b2441ee44147bab (commit)
   via  47318fce2ed4ca444277b604f028f4db1470aa01 (commit)
   via  10fbf3d5ce28f29d7c12bfa7ba600570e64fefae (commit)
   via  a46afab42f293107055872ef0de998fc02a285f0 (commit)
   via  c29924fad68081c699cadc954bd5bc01a3c36d0b (commit)
   via  34c49d2db349dd434328dd7107ceee6d9c55f8a7 (commit)
   via  e82ad394887790ae2bca87655dbf2dc7f9ca6883 (commit)
   via  b3f90f17ea80f4accac2afe688698d28110fdb09 (commit)
   via  72983da0286f8892019c02e01b52a382c8c1725a (commit)
  from  78c1a6519b4b8007251c6cdc0aa3ba4491066816 (commit)


- Log -
commit 870be9328c340cb4673b8af777d8168135ad540d
Author: Michal Čihař mic...@cihar.com
Date:   Sun Jan 1 15:54:16 2012 +0100

Fix po file header

commit 1673b546d937a8042c1b92f3d04b9bebb649aadc
Author: any anonymous user 
Date:   Sun Jan 1 16:53:12 2012 +0200

Translation update done using Pootle.

commit 12086c6eea0ac22804014d74396556d8c11d0e97
Author: Michal Čihař mic...@cihar.com
Date:   Sun Jan 1 16:53:12 2012 +0200

Translation update done using Pootle.

commit 930d21f0a1e70a71e2fb46f5b9cc678269376301
Author: any anonymous user 
Date:   Sun Jan 1 16:53:03 2012 +0200

Translation update done using Pootle.

commit d12ae9a14b02311ae24ddbdf8b015a90379a
Author: Michal Čihař mic...@cihar.com
Date:   Sun Jan 1 16:53:03 2012 +0200

Translation update done using Pootle.

commit b44d713d8ff061b997fe5ad46bac5d8e5fc84ea2
Author: any anonymous user 
Date:   Sun Jan 1 16:52:58 2012 +0200

Translation update done using Pootle.

commit

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25799-g547998e

2012-01-03 Thread Michal Čihař
The branch, master has been updated
   via  547998e68ac54c6e7ddd0aa1324e3fb718df408c (commit)
   via  df4e77e3aa1cb61621f98ea4b8c372ff446c4155 (commit)
   via  e3315b3948240c0e32757165124f7ee2dd3b7339 (commit)
   via  248e6b4547055bb79b94e1d50fae3da902489281 (commit)
   via  95ad7c1467d5e0b6b715e5700078c4bd9fe2bcc6 (commit)
   via  6153ce4b94ec108b96758316addcf77e2fac0333 (commit)
   via  fa0bfeab3c66ddb3a5306af417599051ac2edf1b (commit)
   via  1553b5b3117ed8ad543a104cafa1bba2640a49d6 (commit)
   via  3b43d6e313bb3b1bec38a62f83549f8c9df7fb03 (commit)
   via  d286c895455bfd20fb67dc86be39d790697c507e (commit)
   via  d2c771fc56a68be9fc2f1eb7dcfa18523003e368 (commit)
   via  7110341e1a1298a03d14e873648d56eaa970037c (commit)
   via  f31441fe62c90c31d4761786d7a0026f473975b9 (commit)
   via  017c47e1c4eed610b622bb5c7da5e6034667ac0f (commit)
   via  a474d6302284d712f367cda58ad0f2d71d5a1a75 (commit)
   via  0cc8891fcba72a465e832745a0d6ba0bd7d9891b (commit)
  from  072162a3f53cc368611f3313d682d06a72f21758 (commit)


- Log -
commit 547998e68ac54c6e7ddd0aa1324e3fb718df408c
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 13:00:42 2012 +0200

Translation update done using Pootle.

commit df4e77e3aa1cb61621f98ea4b8c372ff446c4155
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:53:38 2012 +0200

Translation update done using Pootle.

commit e3315b3948240c0e32757165124f7ee2dd3b7339
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:53:13 2012 +0200

Translation update done using Pootle.

commit 248e6b4547055bb79b94e1d50fae3da902489281
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:52:58 2012 +0200

Translation update done using Pootle.

commit 95ad7c1467d5e0b6b715e5700078c4bd9fe2bcc6
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:52:36 2012 +0200

Translation update done using Pootle.

commit 6153ce4b94ec108b96758316addcf77e2fac0333
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:52:19 2012 +0200

Translation update done using Pootle.

commit fa0bfeab3c66ddb3a5306af417599051ac2edf1b
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:51:50 2012 +0200

Translation update done using Pootle.

commit 1553b5b3117ed8ad543a104cafa1bba2640a49d6
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:51:33 2012 +0200

Translation update done using Pootle.

commit 3b43d6e313bb3b1bec38a62f83549f8c9df7fb03
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:48:39 2012 +0200

Translation update done using Pootle.

commit d286c895455bfd20fb67dc86be39d790697c507e
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 3 12:48:18 2012 +0200

Translation update done using Pootle.

commit d2c771fc56a68be9fc2f1eb7dcfa18523003e368
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Tue Jan 3 04:25:00 2012 +0200

Translation update done using Pootle.

commit 7110341e1a1298a03d14e873648d56eaa970037c
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Tue Jan 3 04:24:47 2012 +0200

Translation update done using Pootle.

commit f31441fe62c90c31d4761786d7a0026f473975b9
Author: Matías Bellone matiasbell...@gmail.com
Date:   Mon Jan 2 20:18:43 2012 +0200

Translation update done using Pootle.

commit 017c47e1c4eed610b622bb5c7da5e6034667ac0f
Author: Matías Bellone matiasbell...@gmail.com
Date:   Mon Jan 2 20:18:10 2012 +0200

Translation update done using Pootle.

commit a474d6302284d712f367cda58ad0f2d71d5a1a75
Author: Marc Delisle m...@infomarc.info
Date:   Mon Jan 2 18:29:36 2012 +0200

Translation update done using Pootle.

commit 0cc8891fcba72a465e832745a0d6ba0bd7d9891b
Author: Marc Delisle m...@infomarc.info
Date:   Mon Jan 2 18:29:16 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |   29 -
 po/es.po |9 -
 po/fr.po |9 -
 po/ja.po |9 -
 4 files changed, 24 insertions(+), 32 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 208ce3d..5e5b97c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-02 07:46-0500\n
-PO-Revision-Date: 2011-12-12 15:13+0200\n
+PO-Revision-Date: 2012-01-03 12:53+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: cs\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
 X-Generator: Pootle 2.1.6\n
 
@@ -2250,15 +2250,14 @@ msgstr Týd
 #. l10n: Month-year order for calendar, use either calendar-month-year or 
calendar-year-month.
 #: js/messages.php:483
 msgid

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25802-gaac1859

2012-01-03 Thread Michal Čihař
The branch, master has been updated
   via  aac185956cef6c59875701dfd0537070871b7d07 (commit)
   via  d0a0141ae5b31b6f8c072d795d8ad290e3cc8555 (commit)
   via  de002ea747661d300bd88427900f71078f5ebfe2 (commit)
  from  547998e68ac54c6e7ddd0aa1324e3fb718df408c (commit)


- Log -
commit aac185956cef6c59875701dfd0537070871b7d07
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Tue Jan 3 17:09:18 2012 +0200

Translation update done using Pootle.

commit d0a0141ae5b31b6f8c072d795d8ad290e3cc8555
Author: any anonymous user 
Date:   Tue Jan 3 17:09:01 2012 +0200

Translation update done using Pootle.

commit de002ea747661d300bd88427900f71078f5ebfe2
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Tue Jan 3 17:09:00 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/tr.po |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index ef171eb..be75ef6 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-02 07:46-0500\n
-PO-Revision-Date: 2011-12-19 17:00+0200\n
+PO-Revision-Date: 2012-01-03 17:09+0200\n
 Last-Translator: Burak Yavuz hitowerdi...@hotmail.com\n
 Language-Team: turkish t...@li.org\n
+Language: tr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: tr\n
 Plural-Forms: nplurals=1; plural=0;\n
 X-Generator: Pootle 2.1.6\n
 
@@ -2262,15 +2262,14 @@ msgstr Hs
 #. l10n: Month-year order for calendar, use either calendar-month-year or 
calendar-year-month.
 #: js/messages.php:483
 msgid calendar-month-year
-msgstr 
+msgstr takvim-ay-yıl
 
 #. l10n: Year suffix for calendar, none is empty.
 #: js/messages.php:485
-#, fuzzy
 #| msgid None
 msgctxt Year suffix
 msgid none
-msgstr Yok
+msgstr yok
 
 #: js/messages.php:494
 msgid Hour


hooks/post-receive
-- 
phpMyAdmin

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25810-g04b0118

2012-01-04 Thread Michal Čihař
The branch, master has been updated
   via  04b01182c4dafd9a278637e917d7b622da127784 (commit)
  from  bca0185dfbdff8ce6586e5c034e7d9916a770481 (commit)


- Log -
commit 04b01182c4dafd9a278637e917d7b622da127784
Author: Michal Čihař mci...@suse.cz
Date:   Wed Jan 4 16:20:23 2012 +0100

Update year

---

Summary of changes:
 README |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index bbc7762..8eafce0 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Copyright
 Copyright (C) 1998-2000
 Tobias Ratschiller tobias_at_ratschiller.com
 
-Copyright (C) 2001-2011
+Copyright (C) 2001-2012
 Marc Delisle marc_at_infomarc.info
 Olivier Müller om_at_omnis.ch
 Robin Johnson robbat2_at_users.sourceforge.net


hooks/post-receive
-- 
phpMyAdmin

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. de7b3b65b1a15502059fa18c45dc757bcba7d4d6

2012-01-04 Thread Michal Čihař
The branch, master has been updated
   via  de7b3b65b1a15502059fa18c45dc757bcba7d4d6 (commit)
  from  d9811573c47ccb8b314f36f72e444fb934df0eb5 (commit)


- Log -
commit de7b3b65b1a15502059fa18c45dc757bcba7d4d6
Author: Michal Čihař mci...@suse.cz
Date:   Wed Jan 4 16:19:39 2012 +0100

Update year in template

---

Summary of changes:
 templates/security/_PMASA_ |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/security/_PMASA_ b/templates/security/_PMASA_
index 42f4f53..485f486 100644
--- a/templates/security/_PMASA_
+++ b/templates/security/_PMASA_
@@ -3,16 +3,16 @@
 
 
 py:def function=announcement_id
-PMASA-2011-?
+PMASA-2012-?
 /py:def
 
 py:def function=announcement_date
-2011-??-??
+2012-??-??
 /py:def
 
 !--! Optional section, use only if something has been changed
 py:def function=announcement_updated
-2011-??-??
+2012-??-??
 /py:def
 --
 


hooks/post-receive
-- 
phpMyAdmin website

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25815-g35d5d34

2012-01-05 Thread Michal Čihař
The branch, master has been updated
   via  35d5d344302439495fbd457f1f3ec6cc25edbcef (commit)
   via  41606d48a9829418652cbe2f5f859aa663fce9b2 (commit)
   via  e89874ebe14fecee49f772845e9b1486f275e018 (commit)
   via  04298dbf2ded2ab553b39a91c726af3b685778bc (commit)
  from  fc928ad7b6bf491b83713dfc8979cfeebf0dbd7f (commit)


- Log -
commit 35d5d344302439495fbd457f1f3ec6cc25edbcef
Merge: e89874e 41606d4
Author: Michal Čihař mci...@suse.cz
Date:   Thu Jan 5 16:23:25 2012 +0100

Merge remote-tracking branch 'pootle/master'

commit 41606d48a9829418652cbe2f5f859aa663fce9b2
Author: ProUser ste...@inkopsforum.se
Date:   Thu Jan 5 16:23:16 2012 +0100

Translation update done using Pootle.

commit e89874ebe14fecee49f772845e9b1486f275e018
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Jan 5 18:26:43 2012 +0900

Add missing percent

commit 04298dbf2ded2ab553b39a91c726af3b685778bc
Author: ProUser ste...@inkopsforum.se
Date:   Thu Jan 5 16:11:50 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 libraries/advisory_rules.txt |4 ++--
 po/sv.po |9 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/libraries/advisory_rules.txt b/libraries/advisory_rules.txt
index f724ddf..44fb50a 100644
--- a/libraries/advisory_rules.txt
+++ b/libraries/advisory_rules.txt
@@ -282,7 +282,7 @@ rule 'Max % MyISAM key buffer ever used' [!PMA_DRIZZLE  
key_buffer_size  0]
value  95
MyISAM key buffer (index cache) % used is low.
You may need to decrease the size of {key_buffer_size}, re-examine your 
tables to see if indexes have been removed, or examine queries and expectations 
about what indexes are being used.
-   max % MyISAM key buffer ever used: %s, this value should be above 95% | 
round(value,1)
+   max % MyISAM key buffer ever used: %s%, this value should be above 95% 
| round(value,1)
 
 # Don't fire if above rule fired - we don't need the same advice twice
 rule 'Percentage of MyISAM key buffer used' [!PMA_DRIZZLE  key_buffer_size  
0  !fired('max % MyISAM key buffer ever used')]
@@ -290,7 +290,7 @@ rule 'Percentage of MyISAM key buffer used' [!PMA_DRIZZLE 
 key_buffer_size  0
value  95
MyISAM key buffer (index cache) % used is low.
You may need to decrease the size of {key_buffer_size}, re-examine your 
tables to see if indexes have been removed, or examine queries and expectations 
about what indexes are being used.
-   % MyISAM key buffer used: %s, this value should be above 95% | 
round(value,1)
+   % MyISAM key buffer used: %s%, this value should be above 95% | 
round(value,1)
 
 rule 'Percentage of index reads from memory' [!PMA_DRIZZLE  
Key_read_requests  0]
100 - (Key_reads / Key_read_requests * 100)
diff --git a/po/sv.po b/po/sv.po
index b5b23ce..d6655f8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-02 07:46-0500\n
-PO-Revision-Date: 2011-12-24 10:39+0200\n
+PO-Revision-Date: 2012-01-05 16:11+0200\n
 Last-Translator: ProUser ste...@inkopsforum.se\n
 Language-Team: swedish s...@li.org\n
+Language: sv\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: sv\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Generator: Pootle 2.1.6\n
 
@@ -2253,15 +2253,14 @@ msgstr Vecka
 #. l10n: Month-year order for calendar, use either calendar-month-year or 
calendar-year-month.
 #: js/messages.php:483
 msgid calendar-month-year
-msgstr 
+msgstr kalender-månad-år
 
 #. l10n: Year suffix for calendar, none is empty.
 #: js/messages.php:485
-#, fuzzy
 #| msgid None
 msgctxt Year suffix
 msgid none
-msgstr Inget
+msgstr Ingen
 
 #: js/messages.php:494
 msgid Hour


hooks/post-receive
-- 
phpMyAdmin

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25816-g1f85d95

2012-01-05 Thread Michal Čihař
The branch, master has been updated
   via  1f85d957ca8d6fc0df61be364c806218ba90ef7a (commit)
  from  35d5d344302439495fbd457f1f3ec6cc25edbcef (commit)


- Log -
commit 1f85d957ca8d6fc0df61be364c806218ba90ef7a
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Thu Jan 5 18:35:43 2012 +0900

Improved the Structure table of the snapshot

---

Summary of changes:
 tbl_tracking.php |   19 +--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/tbl_tracking.php b/tbl_tracking.php
index fecfa86..3f14745 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -278,8 +278,23 @@ if (isset($_REQUEST['snapshot'])) {
 ?
 td?php echo htmlspecialchars($field['Type']);?/td
 td?php echo htmlspecialchars($field['Collation']);?/td
-td?php echo htmlspecialchars($field['Null']);?/td
-td?php echo htmlspecialchars($field['Default']);?/td
+td?php echo (($field['Null'] == 'YES') ? __('Yes') : __('No')); 
?/td
+td?php
+if (isset($field['Default'])) {
+$extracted_fieldspec = PMA_extractFieldSpec($field['Type']);
+if ($extracted_fieldspec['type'] == 'bit') {
+// here, $field['Default'] contains something like b'010'
+echo PMA_convert_bit_default_value($field['Default']);
+} else {
+echo htmlspecialchars($field['Default']);
+}
+} else {
+if ($field['Null'] == 'YES') {
+echo 'iNULL/i';
+} else {
+echo 'i' . _pgettext('None for default', 'None') . 
'/i';
+}
+} ?/td
 td?php echo htmlspecialchars($field['Extra']);?/td
 td?php echo htmlspecialchars($field['Comment']);?/td
 /tr


hooks/post-receive
-- 
phpMyAdmin

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-87-g0b5af58

2012-01-10 Thread Michal Čihař
The branch, master has been updated
   via  0b5af580d29ca96352226966b2e79f0b823b701c (commit)
   via  1b670b7ccb3e7f537f9602830ba8df15992b6524 (commit)
   via  424ea8eecb0016b73a753b4c6348fd04984418b2 (commit)
   via  98ce61ab3b6d4493da02eaad7d9ff6a8e8eebc73 (commit)
   via  422af816e231aa7337869592e23d7eed2e5aeb1e (commit)
   via  d33362e937a7f1fab2aed69eb1be2fd2ddcd8876 (commit)
   via  e384a7449fb8aba5de203b82a0a3aaebcb94f983 (commit)
   via  2674e91b236053fdf44db6c8050b6114c3481f1a (commit)
   via  265e3cd6b3c6a18348411a2de6a7d071dde05625 (commit)
   via  cbac53a61b474abd4a3e719930b6a8712d3298eb (commit)
   via  df41170f60504a0dd6da765e1e58433ca9bfab6f (commit)
   via  233eb8cf3a2714d502d6dc60aeba28e30de30def (commit)
   via  e2b6e409fb5393d127b2c84fcdac0b2b100e887b (commit)
   via  c2397fc3088d20646fcf88d55a5771db115cebce (commit)
   via  e20fef0f2c48bf53583f3b8914a63749e821c40b (commit)
  from  cc65e89bb5bb77dd96ffee2c1505f322e44036d7 (commit)


- Log -
commit 0b5af580d29ca96352226966b2e79f0b823b701c
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 17:22:52 2012 +0200

Translation update done using Pootle.

commit 1b670b7ccb3e7f537f9602830ba8df15992b6524
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 17:21:41 2012 +0200

Translation update done using Pootle.

commit 424ea8eecb0016b73a753b4c6348fd04984418b2
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 17:18:34 2012 +0200

Translation update done using Pootle.

commit 98ce61ab3b6d4493da02eaad7d9ff6a8e8eebc73
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 17:15:05 2012 +0200

Translation update done using Pootle.

commit 422af816e231aa7337869592e23d7eed2e5aeb1e
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 17:13:05 2012 +0200

Translation update done using Pootle.

commit d33362e937a7f1fab2aed69eb1be2fd2ddcd8876
Author: Matías Bellone matiasbell...@gmail.com
Date:   Mon Jan 9 16:36:17 2012 +0200

Translation update done using Pootle.

commit e384a7449fb8aba5de203b82a0a3aaebcb94f983
Author: Matías Bellone matiasbell...@gmail.com
Date:   Mon Jan 9 16:36:04 2012 +0200

Translation update done using Pootle.

commit 2674e91b236053fdf44db6c8050b6114c3481f1a
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 16:15:19 2012 +0200

Translation update done using Pootle.

commit 265e3cd6b3c6a18348411a2de6a7d071dde05625
Author: Domen dbc...@gmail.com
Date:   Mon Jan 9 16:14:03 2012 +0200

Translation update done using Pootle.

commit cbac53a61b474abd4a3e719930b6a8712d3298eb
Author: oleg-ilnytskyi ukraine.o...@gmail.com
Date:   Mon Jan 9 15:22:07 2012 +0200

Translation update done using Pootle.

commit df41170f60504a0dd6da765e1e58433ca9bfab6f
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Mon Jan 9 12:41:59 2012 +0200

Translation update done using Pootle.

commit 233eb8cf3a2714d502d6dc60aeba28e30de30def
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Mon Jan 9 12:41:04 2012 +0200

Translation update done using Pootle.

commit e2b6e409fb5393d127b2c84fcdac0b2b100e887b
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Mon Jan 9 12:40:57 2012 +0200

Translation update done using Pootle.

commit c2397fc3088d20646fcf88d55a5771db115cebce
Author: Simon R. Purba simonr.pu...@gmail.com
Date:   Mon Jan 9 12:05:29 2012 +0200

Translation update done using Pootle.

commit e20fef0f2c48bf53583f3b8914a63749e821c40b
Author: Sukma Budi kanjengdem...@yahoo.com
Date:   Mon Jan 9 12:04:43 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/es.po |9 -
 po/id.po |   10 +-
 po/sl.po |   26 --
 po/tr.po |   11 +--
 po/uk.po |8 
 5 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/po/es.po b/po/es.po
index 9a3d046..7155e71 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-07 07:40-0500\n
-PO-Revision-Date: 2012-01-06 11:42+0200\n
+PO-Revision-Date: 2012-01-09 16:36+0200\n
 Last-Translator: Matías Bellone matiasbell...@gmail.com\n
 Language-Team: spanish e...@li.org\n
+Language: es\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: es\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Generator: Pootle 2.1.6\n
 
@@ -5195,13 +5195,12 @@ msgstr Mostrar las consultas SQL
 #: libraries/config/messages.inc.php:473
 msgid 
 Defines whether the query box should stay on-screen after its submission
-msgstr 
+msgstr Define si la consulta se mostrará aún después de enviar el formulario
 
 #: libraries/config/messages.inc.php:474 libraries/sql_query_form.lib.php:352
-#, fuzzy
 #| msgid Hide query box
 msgid Retain 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-102-g40781cb

2012-01-10 Thread Michal Čihař
The branch, master has been updated
   via  40781cb7db331c3e7e00b5dd279fee8704fa0287 (commit)
   via  cf903ca25975da82fee56e52bdb5556241eb9bbd (commit)
   via  1fe652b015b483719ba39852f2d7cc5187169430 (commit)
   via  3830f90efa0e81d622dd618e30bcbe375473576f (commit)
   via  80571fdc3d6cf360acf1c49a01f880e22b47c3fa (commit)
   via  10d5d6dc18667029d02705851de22477b3b9e30e (commit)
   via  dd280186c2884d8462b195bf5e0f97d40a03a9bb (commit)
   via  08e144f1691bfb73e34fe25a09761a27bd755cd0 (commit)
   via  66a55c5b30f651d575de8318be718ec0d1a85687 (commit)
   via  015c3e2ce7dfcfb46de76d995d550364e5f735ab (commit)
   via  3ce55726576aaa2ec9d99a2cb539451d5caf5505 (commit)
   via  bc402dd65482ded263656e21b866dec1064a84ad (commit)
   via  aaedcd1ec8a8a1d45a3abbbde3cf4151777b7fa5 (commit)
   via  dbe153a453df18082f1fd8d17fb15d301a6240c4 (commit)
   via  f06c1254175607d5912185f8b8679087cb15b33f (commit)
  from  0b5af580d29ca96352226966b2e79f0b823b701c (commit)


- Log -
commit 40781cb7db331c3e7e00b5dd279fee8704fa0287
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:34:00 2012 +0200

Translation update done using Pootle.

commit cf903ca25975da82fee56e52bdb5556241eb9bbd
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:33:37 2012 +0200

Translation update done using Pootle.

commit 1fe652b015b483719ba39852f2d7cc5187169430
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:33:17 2012 +0200

Translation update done using Pootle.

commit 3830f90efa0e81d622dd618e30bcbe375473576f
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:32:31 2012 +0200

Translation update done using Pootle.

commit 80571fdc3d6cf360acf1c49a01f880e22b47c3fa
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:31:49 2012 +0200

Translation update done using Pootle.

commit 10d5d6dc18667029d02705851de22477b3b9e30e
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:31:23 2012 +0200

Translation update done using Pootle.

commit dd280186c2884d8462b195bf5e0f97d40a03a9bb
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:30:33 2012 +0200

Translation update done using Pootle.

commit 08e144f1691bfb73e34fe25a09761a27bd755cd0
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:30:01 2012 +0200

Translation update done using Pootle.

commit 66a55c5b30f651d575de8318be718ec0d1a85687
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:29:24 2012 +0200

Translation update done using Pootle.

commit 015c3e2ce7dfcfb46de76d995d550364e5f735ab
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:28:26 2012 +0200

Translation update done using Pootle.

commit 3ce55726576aaa2ec9d99a2cb539451d5caf5505
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:26:26 2012 +0200

Translation update done using Pootle.

commit bc402dd65482ded263656e21b866dec1064a84ad
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 10 15:26:20 2012 +0200

Translation update done using Pootle.

commit aaedcd1ec8a8a1d45a3abbbde3cf4151777b7fa5
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Tue Jan 10 12:19:56 2012 +0200

Translation update done using Pootle.

commit dbe153a453df18082f1fd8d17fb15d301a6240c4
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Tue Jan 10 12:19:12 2012 +0200

Translation update done using Pootle.

commit f06c1254175607d5912185f8b8679087cb15b33f
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Tue Jan 10 12:18:47 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |   40 
 po/ja.po |   12 +---
 2 files changed, 29 insertions(+), 23 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index dbc3946..78c4c4c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-07 07:40-0500\n
-PO-Revision-Date: 2012-01-03 12:53+0200\n
+PO-Revision-Date: 2012-01-10 15:33+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: cs\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
 X-Generator: Pootle 2.1.6\n
 
@@ -5101,13 +5101,12 @@ msgstr Zobrazit SQL dotazy
 #: libraries/config/messages.inc.php:473
 msgid 
 Defines whether the query box should stay on-screen after its submission
-msgstr 
+msgstr Určuje zda má pole pro zadání dotazu zůstat zobrazeno i po odeslání.
 
 #: libraries/config/messages.inc.php:474 libraries/sql_query_form.lib.php:352
-#, fuzzy
 #| msgid Hide query box
 msgid Retain query box
-msgstr Skrýt pole pro dotaz

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-257-ga63ce48

2012-01-11 Thread Michal Čihař
The branch, master has been updated
   via  a63ce4839313a72103ec209d81ae4f62ed0affd3 (commit)
   via  82a77ef7c85a6fdf8e421becb9aa4e9d3d743f38 (commit)
   via  84f1a315b558651f205408c39229ec134d35e6ed (commit)
   via  4c59f84ce81e1cfe7f6706f735ba22e4878809c5 (commit)
   via  5234979c97d00bfde663ca11f5343c4e21221dd1 (commit)
   via  79b20314a96656879f05cb97449650ecbbab0c1c (commit)
   via  c7fafc11ad6eee7166097a80c6fa1defd3cea158 (commit)
   via  b66d0c7e46cbcc14f848b34f29c4df7f83bdd1d9 (commit)
  from  7b3e6bd76d0725b322f27a10f57dcc3dc17cbfbe (commit)


- Log -
commit a63ce4839313a72103ec209d81ae4f62ed0affd3
Merge: 7b3e6bd 82a77ef
Author: Michal Čihař mci...@suse.cz
Date:   Wed Jan 11 15:42:30 2012 +0100

Merge remote-tracking branch 'pootle/master'

commit 82a77ef7c85a6fdf8e421becb9aa4e9d3d743f38
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:42:13 2012 +0200

Translation update done using Pootle.

commit 84f1a315b558651f205408c39229ec134d35e6ed
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:41:56 2012 +0200

Translation update done using Pootle.

commit 4c59f84ce81e1cfe7f6706f735ba22e4878809c5
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:41:41 2012 +0200

Translation update done using Pootle.

commit 5234979c97d00bfde663ca11f5343c4e21221dd1
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:41:17 2012 +0200

Translation update done using Pootle.

commit 79b20314a96656879f05cb97449650ecbbab0c1c
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:41:00 2012 +0200

Translation update done using Pootle.

commit c7fafc11ad6eee7166097a80c6fa1defd3cea158
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:40:36 2012 +0200

Translation update done using Pootle.

commit b66d0c7e46cbcc14f848b34f29c4df7f83bdd1d9
Author: Michal Čihař mic...@cihar.com
Date:   Wed Jan 11 16:40:14 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |   17 -
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index c724900..c7efaa3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-11 13:40+0100\n
-PO-Revision-Date: 2012-01-11 16:36+0200\n
+PO-Revision-Date: 2012-01-11 16:41+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12386,11 +12386,11 @@ msgstr 
 
 #: po/advisory_rules.php:130
 msgid Rate of reading first index entry
-msgstr 
+msgstr Četnost čtení prvního záznamu klíče
 
 #: po/advisory_rules.php:131
 msgid The rate of reading the first index entry is high.
-msgstr 
+msgstr Ke čtení prvního záznamu klíče dochází příliš často.
 
 #: po/advisory_rules.php:132
 msgid 
@@ -12409,11 +12409,11 @@ msgstr 
 
 #: po/advisory_rules.php:135
 msgid Rate of reading fixed position
-msgstr 
+msgstr Četnost čtení na pevné pozici
 
 #: po/advisory_rules.php:136
 msgid The rate of reading data from a fixed position is high.
-msgstr 
+msgstr Ke čtení dat z pevné pozice dochází příliš často.
 
 #: po/advisory_rules.php:137
 msgid 
@@ -12430,15 +12430,14 @@ msgid 
 msgstr 
 
 #: po/advisory_rules.php:140
-#, fuzzy
 #| msgid Where to show the table row links
 msgid Rate of reading next table row
-msgstr Kde zobrazit odkazy s akcemi při procházení
+msgstr Četnost čtení dalšího řádku tabulky
 
 #: po/advisory_rules.php:141
 #| msgid Where to show the table row links
 msgid The rate of reading the next table row is high.
-msgstr Četnost čtení dalšího řádku tabulky je příliš vysoká.
+msgstr Ke čtení dalšího řádku tabulky dochází příliš často.
 
 #: po/advisory_rules.php:142
 msgid 
@@ -12454,7 +12453,7 @@ msgstr 
 
 #: po/advisory_rules.php:145
 msgid tmp_table_size vs. max_heap_table_size
-msgstr 
+msgstr tmp_table_size a max_heap_table_size
 
 #: po/advisory_rules.php:146
 msgid tmp_table_size and max_heap_table_size are not the same.


hooks/post-receive
-- 
phpMyAdmin

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-272-g2d8c285

2012-01-11 Thread Michal Čihař
The branch, master has been updated
   via  2d8c285591db7aa39d800201ceeb5593bdbb1198 (commit)
   via  917b8296919aab7c2a9ebd0ffa50a03fc4a637ba (commit)
   via  57b55f2ecbdef298f20d287580d3ce586ea26436 (commit)
   via  0dde2cbb964b1905d79941ad246596f11be0da15 (commit)
   via  2e3d6406bf95e892f19296724d3c99b97754fe16 (commit)
   via  f589d63bc0319638155a8e24d0e5d00402366097 (commit)
   via  8527d2747623d80ce032a68ea61add18d1ad9ce3 (commit)
   via  9ba0830d9231690141aed84f5e25b004ad2cbcbc (commit)
   via  cf21f9a99ce480302422b4230935cd77f9185271 (commit)
   via  603b3c6f67899cde56303631f2bffe94308870d1 (commit)
   via  85417ba3520ccc50e07e1f707b8c6698f25d3a18 (commit)
   via  b3ade50d308fe86a69800a4a49c23e17d17dd2b7 (commit)
   via  b3c4b5d8aaf9ff2e14d8c132b3049781d80a87b7 (commit)
   via  5c460949aee62cd631eebca4ab4280576033dfc4 (commit)
   via  0c794959ef8f5e6b97b5743faca2807cf56217a7 (commit)
  from  a63ce4839313a72103ec209d81ae4f62ed0affd3 (commit)


- Log -
commit 2d8c285591db7aa39d800201ceeb5593bdbb1198
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:47:12 2012 +0200

Translation update done using Pootle.

commit 917b8296919aab7c2a9ebd0ffa50a03fc4a637ba
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:47:02 2012 +0200

Translation update done using Pootle.

commit 57b55f2ecbdef298f20d287580d3ce586ea26436
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:46:52 2012 +0200

Translation update done using Pootle.

commit 0dde2cbb964b1905d79941ad246596f11be0da15
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:46:42 2012 +0200

Translation update done using Pootle.

commit 2e3d6406bf95e892f19296724d3c99b97754fe16
Author: Pootle server nore...@l10n.cihar.com
Date:   Wed Jan 11 16:45:14 2012 +0200

Translation update done using Pootle.

commit f589d63bc0319638155a8e24d0e5d00402366097
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:45:03 2012 +0200

Translation update done using Pootle.

commit 8527d2747623d80ce032a68ea61add18d1ad9ce3
Merge: 9ba0830 a63ce48
Author: Pootle server poo...@cihar.com
Date:   Wed Jan 11 15:44:43 2012 +0100

Merge branch 'master' of 
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin

commit 9ba0830d9231690141aed84f5e25b004ad2cbcbc
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:44:36 2012 +0200

Translation update done using Pootle.

commit cf21f9a99ce480302422b4230935cd77f9185271
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:44:00 2012 +0200

Translation update done using Pootle.

commit 603b3c6f67899cde56303631f2bffe94308870d1
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:43:45 2012 +0200

Translation update done using Pootle.

commit 85417ba3520ccc50e07e1f707b8c6698f25d3a18
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:43:37 2012 +0200

Translation update done using Pootle.

commit b3ade50d308fe86a69800a4a49c23e17d17dd2b7
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:43:24 2012 +0200

Translation update done using Pootle.

commit b3c4b5d8aaf9ff2e14d8c132b3049781d80a87b7
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:43:14 2012 +0200

Translation update done using Pootle.

commit 5c460949aee62cd631eebca4ab4280576033dfc4
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:43:05 2012 +0200

Translation update done using Pootle.

commit 0c794959ef8f5e6b97b5743faca2807cf56217a7
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:42:48 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |3 +--
 po/lt.po |   32 ++--
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index c7efaa3..f959128 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-11 13:40+0100\n
-PO-Revision-Date: 2012-01-11 16:41+0200\n
+PO-Revision-Date: 2012-01-11 16:42+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12178,7 +12178,6 @@ msgid Less than 80%% of the query cache is being 
utilized.
 msgstr Je využíváno méně než 80%% vyrovnávací paměti.
 
 #: po/advisory_rules.php:87
-#, fuzzy
 msgid 
 This might be caused by {query_cache_limit} being too low. Flushing the 
 query cache might help as well.
diff --git a/po/lt.po b/po/lt.po
index f6081a2..fbec770 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-11 13:40+0100\n
-PO-Revision-Date: 2012-01-11 16:36+0200\n
+PO-Revision-Date: 2012-01-11 16

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-296-g1d10d56

2012-01-11 Thread Michal Čihař
The branch, master has been updated
   via  1d10d56fd81e429f99d2f38baee569d7d55ff4e9 (commit)
   via  0fe17cb50834c73ab425bcadebeb886b5bb905c7 (commit)
   via  d8028f074562efe6e6b4e24d91468478cd87b5b4 (commit)
   via  81338b6bbd520efaa39a003573357584704d203b (commit)
   via  facb47da5ee544409062cd36a648f6c751f5a90f (commit)
   via  970dded5264fcfb1f496bb08f6d5b261d1661c47 (commit)
   via  f8bd704d12ca075a13530ce74075c753e60a2968 (commit)
   via  7aa2e5ee5c66e2f962210a7d1dd4ab61002af24c (commit)
   via  170a8f7143063ab9c905f45f9d31cb255178432f (commit)
   via  a59083680568fd02572c4cf0338f1db3a2b0b06b (commit)
   via  c0b1893b55f4dcac587172a6cfc711d858d5bd1f (commit)
   via  96e9d2a3a06d6f2e80fb85da0984e7d611bdc742 (commit)
   via  3341b3772c013d0381c545e24296ea050f3aa22c (commit)
   via  9cb4c45cd4109189b2c3dc8e017868dc1539696b (commit)
   via  be0b204c45b224f9f96c898a3972798b2505fa51 (commit)
   via  dd5a61459dee37845d5cc4cf9ad87840507e85b5 (commit)
   via  2f762e2608c751e730924a3e3dd3cd1dd6fc544e (commit)
   via  34c0960b6a3635cfc5c5b58be54de5674e4393d1 (commit)
   via  f65afbcf5ba7eb93c7539b8788a55b8e6ecfa5bd (commit)
   via  64317dbfdd5589efc53be53fee1bae04e03ec690 (commit)
   via  69f9ab4810d3a554f4049174269d9084252a9569 (commit)
   via  44c281633da7d12db5d96d10cff35047420eec71 (commit)
   via  c2088f0cc38beb5f8f60ced74df3c0dc889fd047 (commit)
   via  3fa8424fb5216d3a1a8e325d8895a493b23885b1 (commit)
  from  2d8c285591db7aa39d800201ceeb5593bdbb1198 (commit)


- Log -
commit 1d10d56fd81e429f99d2f38baee569d7d55ff4e9
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 17:04:43 2012 +0200

Translation update done using Pootle.

commit 0fe17cb50834c73ab425bcadebeb886b5bb905c7
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 17:03:24 2012 +0200

Translation update done using Pootle.

commit d8028f074562efe6e6b4e24d91468478cd87b5b4
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 17:02:54 2012 +0200

Translation update done using Pootle.

commit 81338b6bbd520efaa39a003573357584704d203b
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 17:00:46 2012 +0200

Translation update done using Pootle.

commit facb47da5ee544409062cd36a648f6c751f5a90f
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:58:37 2012 +0200

Translation update done using Pootle.

commit 970dded5264fcfb1f496bb08f6d5b261d1661c47
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:57:52 2012 +0200

Translation update done using Pootle.

commit f8bd704d12ca075a13530ce74075c753e60a2968
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:57:41 2012 +0200

Translation update done using Pootle.

commit 7aa2e5ee5c66e2f962210a7d1dd4ab61002af24c
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:56:37 2012 +0200

Translation update done using Pootle.

commit 170a8f7143063ab9c905f45f9d31cb255178432f
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:55:26 2012 +0200

Translation update done using Pootle.

commit a59083680568fd02572c4cf0338f1db3a2b0b06b
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:55:07 2012 +0200

Translation update done using Pootle.

commit c0b1893b55f4dcac587172a6cfc711d858d5bd1f
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:54:18 2012 +0200

Translation update done using Pootle.

commit 96e9d2a3a06d6f2e80fb85da0984e7d611bdc742
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:54:03 2012 +0200

Translation update done using Pootle.

commit 3341b3772c013d0381c545e24296ea050f3aa22c
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:53:08 2012 +0200

Translation update done using Pootle.

commit 9cb4c45cd4109189b2c3dc8e017868dc1539696b
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:52:47 2012 +0200

Translation update done using Pootle.

commit be0b204c45b224f9f96c898a3972798b2505fa51
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:52:24 2012 +0200

Translation update done using Pootle.

commit dd5a61459dee37845d5cc4cf9ad87840507e85b5
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:51:52 2012 +0200

Translation update done using Pootle.

commit 2f762e2608c751e730924a3e3dd3cd1dd6fc544e
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:51:22 2012 +0200

Translation update done using Pootle.

commit 34c0960b6a3635cfc5c5b58be54de5674e4393d1
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:51:01 2012 +0200

Translation update done using Pootle.

commit f65afbcf5ba7eb93c7539b8788a55b8e6ecfa5bd
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:50:55 2012 +0200

Translation update done using Pootle.

commit 64317dbfdd5589efc53be53fee1bae04e03ec690
Author: Kęstutis for...@gmail.com
Date:   Wed Jan 11 16:49:48 2012 +0200

Translation update done using Pootle.

commit 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-359-g91f3cd4

2012-01-12 Thread Michal Čihař
The branch, master has been updated
   via  91f3cd4819f29879aebfa4004ed1c9156e6738c0 (commit)
   via  67f60c1a6c04b74f1e51d3ff3212a834d4b6837a (commit)
   via  61bb14a734019e09c14f286a2492773570ef5ccf (commit)
   via  f9e0e00d3a9e79967a9ed3ff72c9ccdd117c8d4c (commit)
   via  4f8d3ccde622d25fd042f377cbb94ed90f0f9de9 (commit)
   via  9d12dfe3de108a3b77a04fd7dc25ecbc874810cb (commit)
   via  c8caea85f5287b2019f1a9c73f50e5e411e425a6 (commit)
   via  2512832682a2a23647030400a24de2de0fa86dca (commit)
   via  e62efc902b3b484deeb16632555240d78ceaef62 (commit)
   via  5e84dd15dffac6185f2cfe82fe5d8bd425b4d0d0 (commit)
   via  f5e1153501e742d7eef17b11ffb9f256648b9c67 (commit)
   via  9904ecd8c39795012c7ef876b46973717107880c (commit)
   via  b3a8ebeba3cd72e976b57c9690b2e19a1c5722ef (commit)
   via  0b485be4253cc3bfdf996bc9ee07f5687b848ff1 (commit)
   via  2c1bc12a7404ffd282b249f411d88d6ae26abd02 (commit)
   via  9addf1726351b28989d7d7e15234f8ba3d9547f9 (commit)
   via  33b63cecea07e3b2acd8b2ff4e81e40616ca4975 (commit)
   via  378ea49b1c1a850aa9824e7364ea2b4c011e5010 (commit)
   via  2e2b6e1c13531699c9d70da83304b4934644b8a3 (commit)
   via  7d97be89f49617ac286109eb901895ade3288278 (commit)
   via  7bf4dd1d8beb9e3ea8f583b97a60039d3d08691c (commit)
   via  55c01b7f6c75a64e5a37f908a613998553b0e51b (commit)
   via  4e9f2d47d8f25f775bdd9578517258fa8b9f25f8 (commit)
   via  7bfaaa7815c62bd12f6656baad3eb3f121309575 (commit)
   via  f7c803b2bc25a013d848ab50f6a1883b1b73f557 (commit)
   via  41dbb4343cf62eb3b0a7f5d4c28afc2a28084c3c (commit)
   via  9377997145ba5e95761d7bc506d200d215e6202a (commit)
   via  afd2f1408e6533067868dc87787a18bb4da846c1 (commit)
   via  995b8b8acc000a3f2a8774a59378f4d793b0bd44 (commit)
   via  6e7a38c0af0a52ee878c5eb7bbe74b6b1a9170d5 (commit)
   via  52d5477270c0ea7a0c510620bc0555a4c11edda2 (commit)
   via  ad9b58bf97d9f8627f6350e3a2fea52d6487669d (commit)
   via  3ea070324fc41abe733fc18d705588010e89a65f (commit)
   via  59d43a50f31fc653db3a53c0be57d3fd3f471979 (commit)
   via  6baa40299efcb48899041327fbfbe816b292a2a6 (commit)
   via  e8eee6afb47e02299f90d396826feac08c590ffc (commit)
   via  22963fb4f7b8135ccc3151194ac4bbef47dad909 (commit)
   via  69f4334aef937a47056eddc0275725746d19491e (commit)
   via  28f937ae407df77eb51eef5e4d8e4290fc73b1d5 (commit)
   via  7f4e32baa5f35d085aee49d55563ed132405f1be (commit)
   via  baefde351d9db565853f06ab293627c000448e9f (commit)
   via  35e8393b20660d456fd58d307a6ccdaea4b6d1da (commit)
   via  baeb0c18e623c2913597d566be439b29c6ff343b (commit)
   via  0ef5fda65991cf978564cdaebf3fc629becd6c48 (commit)
   via  e0b9df3e463a846e0791cbb85b51c4f56769ecd8 (commit)
   via  6ed677bc97db8723ea39d3884edc7fb924e888b7 (commit)
   via  b7dd325f7828382b497e2f5b316d7f3761304ac6 (commit)
   via  5a9b6bb7b1912ca0fa2be52759f27b15e766995f (commit)
   via  1e42c5f79d1302269bcec7553e1fc45d879fb03c (commit)
   via  efccd9df407e63c1d2fc778f4569363def3d85b4 (commit)
   via  90df9e5c4764cc23ec6e4801650e68b1117ce628 (commit)
   via  132f6b1f7135a5465ff0bbadaace83ccb71d72e1 (commit)
   via  057f07ca2bd7acc6af22dd9db5799b53ac0e538d (commit)
   via  ae72887b7f172e5cbec211897d7db75297a0371c (commit)
   via  6f84c2f19c2f09a6d2b3710c42e017336220 (commit)
   via  8d163a136a31f2033f49754fb218801161e9f343 (commit)
   via  ecca789cfee06e5163634a93d25d3c2cf6fd64d8 (commit)
   via  2b8b9b128871cdffecafbc708b2b7d7a16259523 (commit)
   via  c4d708324ed2f9420758e33692b0003d491bf622 (commit)
   via  2378d6bdf4be0c6456c879dd3746c84230561a84 (commit)
   via  1f4a0093212de41514110db8b13470205d7868c5 (commit)
   via  d420b32a75cff889868c3fb5f4cac798ed4e811a (commit)
   via  6c5e214e70924f6eb30c4f81f934835f91e081c0 (commit)
  from  1d10d56fd81e429f99d2f38baee569d7d55ff4e9 (commit)


- Log -
commit 91f3cd4819f29879aebfa4004ed1c9156e6738c0
Author: Michal Čihař mci...@suse.cz
Date:   Thu Jan 12 09:00:40 2012 +0100

Fix format string

commit 67f60c1a6c04b74f1e51d3ff3212a834d4b6837a
Author: Panagiotis Papazoglou papa...@yahoo.com
Date:   Thu Jan 12 09:02:06 2012 +0200

Translation update done using Pootle.

commit 61bb14a734019e09c14f286a2492773570ef5ccf
Author: Panagiotis Papazoglou papa...@yahoo.com
Date:   Thu Jan 12 09:01:38 2012 +0200

Translation update done using Pootle.

commit f9e0e00d3a9e79967a9ed3ff72c9ccdd117c8d4c
Author: Panagiotis Papazoglou papa...@yahoo.com
Date:   Thu Jan 12 09:01:28 2012 +0200

Translation update done using Pootle.

commit 4f8d3ccde622d25fd042f377cbb94ed90f0f9de9
Author: Panagiotis Papazoglou papa...@yahoo.com
Date:   Thu Jan 12 09:00:31 2012 +0200

Translation update done using Pootle.

commit 9d12dfe3de108a3b77a04fd7dc25ecbc874810cb
Author

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 082905f3d84eb3994ed3880e1f5bc680684f4d4c

2012-01-12 Thread Michal Čihař
The branch, master has been updated
   via  082905f3d84eb3994ed3880e1f5bc680684f4d4c (commit)
   via  06be6e99cadeefd623cd8d456d414be96bd2 (commit)
   via  c61c1cf251c58b7d1dc466a3050ca9d5c4e04943 (commit)
  from  de7b3b65b1a15502059fa18c45dc757bcba7d4d6 (commit)


- Log -
commit 082905f3d84eb3994ed3880e1f5bc680684f4d4c
Author: Michal Čihař mci...@suse.cz
Date:   Thu Jan 12 08:57:29 2012 +0100

Describe Flattr

commit 06be6e99cadeefd623cd8d456d414be96bd2
Author: Michal Čihař mci...@suse.cz
Date:   Thu Jan 12 08:54:55 2012 +0100

Mention that PayPal accepts credit cards

commit c61c1cf251c58b7d1dc466a3050ca9d5c4e04943
Author: Michal Čihař mci...@suse.cz
Date:   Thu Jan 12 08:53:41 2012 +0100

Mention how we use the funds

---

Summary of changes:
 templates/donate.tpl |   14 --
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/templates/donate.tpl b/templates/donate.tpl
index 9efd06f..ec2231e 100644
--- a/templates/donate.tpl
+++ b/templates/donate.tpl
@@ -7,10 +7,20 @@
 div py:match=content id=body
 h2Donations/h2
 p
-We invite you to a 
href=https://sourceforge.net/donate/index.php?group_id=23067; 
rel=paymentcontribute money/a to our project (or just send money using 
PayPal to don...@phpmyadmin.net).
+As an free software project, phpMyAdmin has almost no revenues itself. On the
+other side, we have some expenses. Currently most of project funds are used
+for travel costs for team members to allow them attend various conferences.
 /p
 p
-Alternatively you can appreciate our work using a 
href=https://flattr.com/thing/56976/phpMyAdmin;Flattr/a.
+We invite you to a 
href=https://sourceforge.net/donate/index.php?group_id=23067; 
rel=paymentcontribute money/a 
+to our project (or just send money using PayPal to don...@phpmyadmin.net).
+PayPal is one of most used online payments methods, it also accepts all major
+credit cards.
+/p
+p
+Alternatively you can appreciate our work using 
+a href=https://flattr.com/thing/56976/phpMyAdmin;Flattr/a. Flattr is a
+microdonation system allowing users to easily appreciate others.
 /p
 p
 Donations will be used for the promotion of phpMyAdmin, mostly by allowing 
team members to visit various conferences. Thanks.


hooks/post-receive
-- 
phpMyAdmin website

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-555-gdba539d

2012-01-16 Thread Michal Čihař
The branch, master has been updated
   via  dba539d3886930dfd9c817e5429f358fb9c493cd (commit)
   via  7fa35bf742be44390eaf3bd9e45e90931491e805 (commit)
   via  ed3809d55cc944af23bd95ddab595cc9ddcf2491 (commit)
   via  505b4211d7db271a9acb86eb1b6236136687b796 (commit)
   via  db4ae68bdef55afa2616965860e31ad82b3205e8 (commit)
   via  8546bd543a411b3d3b1803b6f067878d67c132d4 (commit)
   via  1f7bac10c083934e1ad1238ae640495533941ba0 (commit)
  from  2616c0b6ecfd2618ae22ff22600f8026ac4e7c6c (commit)


- Log -
commit dba539d3886930dfd9c817e5429f358fb9c493cd
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:26:46 2012 +0200

Translation update done using Pootle.

commit 7fa35bf742be44390eaf3bd9e45e90931491e805
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:25:31 2012 +0200

Translation update done using Pootle.

commit ed3809d55cc944af23bd95ddab595cc9ddcf2491
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:21:44 2012 +0200

Translation update done using Pootle.

commit 505b4211d7db271a9acb86eb1b6236136687b796
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:21:36 2012 +0200

Translation update done using Pootle.

commit db4ae68bdef55afa2616965860e31ad82b3205e8
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:21:28 2012 +0200

Translation update done using Pootle.

commit 8546bd543a411b3d3b1803b6f067878d67c132d4
Author: any anonymous user 
Date:   Mon Jan 16 17:21:15 2012 +0200

Translation update done using Pootle.

commit 1f7bac10c083934e1ad1238ae640495533941ba0
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 16 17:21:15 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |   29 -
 1 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 5184aed..5e34d4d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-15 06:23-0500\n
-PO-Revision-Date: 2012-01-11 16:42+0200\n
+PO-Revision-Date: 2012-01-16 17:25+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: cs\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
 X-Generator: Pootle 2.1.6\n
 
@@ -5923,7 +5923,7 @@ msgstr Zobrazit obsah BLOBu
 #, fuzzy
 #| msgid Browser transformation
 msgid Hide browser transformation
-msgstr Transformace při prohlížení
+msgstr Skrýt transformace při prohlížení
 
 #: libraries/display_tbl.lib.php:693
 msgid Well Known Text
@@ -6775,10 +6775,10 @@ msgid Edit structure by following the \Structure\ 
link
 msgstr Strukturu upravíte kliknutím na odkaz „Struktura“
 
 #: libraries/import.lib.php:1106
-#, fuzzy, php-format
+#, php-format
 #| msgid Go to database
 msgid Go to database: %s
-msgstr Přejít na databázi
+msgstr Přejít na databázi: %s
 
 #: libraries/import.lib.php:1109 libraries/import.lib.php:1132
 #, php-format
@@ -6786,10 +6786,10 @@ msgid Edit settings for %s
 msgstr Upravit nastavení pro %s
 
 #: libraries/import.lib.php:1127
-#, fuzzy, php-format
+#, php-format
 #| msgid Go to table
 msgid Go to table: %s
-msgstr Přejít na tabulku
+msgstr Přejít na tabulku: %s
 
 #: libraries/import.lib.php:1130
 #, php-format
@@ -6797,10 +6797,10 @@ msgid Structure of %s
 msgstr Struktura %s
 
 #: libraries/import.lib.php:1136
-#, fuzzy, php-format
+#, php-format
 #| msgid Go to view
 msgid Go to view: %s
-msgstr Přejít na podhled
+msgstr Přejít na pohled: %s
 
 #: libraries/import/csv.php:38 libraries/import/ods.php:33
 msgid 
@@ -1,6 +1,14 @@ msgid 
 using this formula: (query_cache_size - qcache_free_memory) / 
 qcache_queries_in_cache
 msgstr 
+Velké rozdrobení paměti pravděpodobně (ještě) zvýší Qcache_lowmem_prunes. 
+Toto může být způsobeno příliš častým vyprazdňováním paměti kvůli její malé 
+velikosti ({query_cache_size}). Rychlým, ale dočasným řešením tohoto 
+problému může být vyprázdnění vyrovnávací paměti (to ale může způsobit její 
+dočasné znepřístupnění). Pečlivým nastavením {query_cache_min_res_unit} na 
+nižší hodnotu může také pomoci. Například jejím nastavením na průměrnou 
+velikost vašich dotazů pomocí tohoto vzorce: (query_cache_size - 
+qcache_free_memory) / qcache_queries_in_cache
 
 #: po/advisory_rules.php:93
 #, php-format
@@ -12230,6 +12238,9 @@ msgid 
 that the query cache is an alternating pattern of free and used blocks. This 
 value should be below 20%%.
 msgstr 
+Vyrovnávací paměť je rozdrobena ze %s%%, kde 100%% znamená, že ve 
+vyrovnávací paměti se střídají obsazené a prázdné bloky. Tato hodnota by se 
+měla držet pod 20

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-557-g4fd3708

2012-01-16 Thread Michal Čihař
The branch, master has been updated
   via  4fd3708d0278898bb469a2479ce51bada3ab12d7 (commit)
   via  5d1fa1cc6b9cd6b2a96a67cd79216354a3c3e77f (commit)
  from  dba539d3886930dfd9c817e5429f358fb9c493cd (commit)


- Log -
commit 4fd3708d0278898bb469a2479ce51bada3ab12d7
Merge: dba539d 5d1fa1c
Author: Michal Čihař mci...@suse.cz
Date:   Mon Jan 16 16:29:59 2012 +0100

Merge remote-tracking branch 'origin/QA_3_4'

---

Summary of changes:


hooks/post-receive
-- 
phpMyAdmin

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-688-g216c162

2012-01-17 Thread Michal Čihař
The branch, master has been updated
   via  216c162162ecaa56a9246f257df7afb573c5c677 (commit)
   via  d3d14149ba22735b5c6050b3483a575e1797c7bd (commit)
   via  a3f9c44e99fc68d4160bf0a160211d035eca12d6 (commit)
   via  d8f57aaad654fad6a51cb610fa811b6ade3220a9 (commit)
   via  510b47f13cd4cd6cee822312ed4351d5eff60c39 (commit)
   via  c83d24cf69388d1f0201f94586012501e13aa09c (commit)
   via  94ff7c41fefa3439aa948d7a9e6297caebe5de8f (commit)
   via  81fe757e8d4aa21774853124f3de86ef995d7ede (commit)
   via  eb3646e43cdaa4282a4779d9e635cbf584593ae6 (commit)
   via  ec472e6277221b6bc610b5571fc7da6feaff0689 (commit)
   via  fda487bba1e2ca441cb267cad908da75b966d9b0 (commit)
   via  35e274d394ee93726eac0511a72ff8847c144042 (commit)
   via  01aa2141dc9c6164a0982ccf0dd45d4f5d0ee98e (commit)
   via  2b796c3abfd233294124b2471116e02ddae1f4b8 (commit)
   via  d9b3aebee6f38b9620e77f1348ff33c2a2a60590 (commit)
  from  0e4aefd010beeb6d3fbbfc00ee383deabe0cbaca (commit)


- Log -
commit 216c162162ecaa56a9246f257df7afb573c5c677
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:27:39 2012 +0200

Translation update done using Pootle.

commit d3d14149ba22735b5c6050b3483a575e1797c7bd
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:27:30 2012 +0200

Translation update done using Pootle.

commit a3f9c44e99fc68d4160bf0a160211d035eca12d6
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:16:18 2012 +0200

Translation update done using Pootle.

commit d8f57aaad654fad6a51cb610fa811b6ade3220a9
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:14:16 2012 +0200

Translation update done using Pootle.

commit 510b47f13cd4cd6cee822312ed4351d5eff60c39
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:12:27 2012 +0200

Translation update done using Pootle.

commit c83d24cf69388d1f0201f94586012501e13aa09c
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:10:29 2012 +0200

Translation update done using Pootle.

commit 94ff7c41fefa3439aa948d7a9e6297caebe5de8f
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:10:25 2012 +0200

Translation update done using Pootle.

commit 81fe757e8d4aa21774853124f3de86ef995d7ede
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:10:08 2012 +0200

Translation update done using Pootle.

commit eb3646e43cdaa4282a4779d9e635cbf584593ae6
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:10:03 2012 +0200

Translation update done using Pootle.

commit ec472e6277221b6bc610b5571fc7da6feaff0689
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:07:38 2012 +0200

Translation update done using Pootle.

commit fda487bba1e2ca441cb267cad908da75b966d9b0
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:07:30 2012 +0200

Translation update done using Pootle.

commit 35e274d394ee93726eac0511a72ff8847c144042
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:07:06 2012 +0200

Translation update done using Pootle.

commit 01aa2141dc9c6164a0982ccf0dd45d4f5d0ee98e
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:07:03 2012 +0200

Translation update done using Pootle.

commit 2b796c3abfd233294124b2471116e02ddae1f4b8
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:06:58 2012 +0200

Translation update done using Pootle.

commit d9b3aebee6f38b9620e77f1348ff33c2a2a60590
Author: Robert Readman robert_read...@hotmail.com
Date:   Tue Jan 17 13:06:47 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/en_GB.po |   55 +++
 1 files changed, 27 insertions(+), 28 deletions(-)

diff --git a/po/en_GB.po b/po/en_GB.po
index 98404f3..4d8323c 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-15 06:23-0500\n
-PO-Revision-Date: 2012-01-15 14:21+0200\n
-Last-Translator: Marc Delisle m...@infomarc.info\n
+PO-Revision-Date: 2012-01-17 13:27+0200\n
+Last-Translator: Robert Readman robert_read...@hotmail.com\n
 Language-Team: english-gb en...@li.org\n
+Language: en_GB\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Generator: Pootle 2.1.6\n
 
@@ -2651,7 +2651,8 @@ msgstr Cookies must be enabled past this point.
 msgid 
 Login without a password is forbidden by configuration (see AllowNoPassword)
 msgstr 
-Login without a password is forbidden by 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-742-ge3d18b1

2012-01-19 Thread Michal Čihař
The branch, master has been updated
   via  e3d18b1ff39f998d9af3078cbe2add08e3bbe9fa (commit)
   via  4ed993ec5a18ed17bc6f8723bbf185e4a3216e54 (commit)
   via  0e1b3c2d739514ed88d3977f2382d55b8293daf9 (commit)
   via  2a03a6dff4c55e6e39b79db9335e8c7eb6e2fd7b (commit)
   via  cf5ed6347bbdf2b747b918742f7b82db8f9cf2c0 (commit)
   via  08777f138fd94a04bc17f00fd77bacb0a64a7d09 (commit)
   via  5fcf7f2c1e71dbb1837392b90d0c7250cdec665b (commit)
   via  b9141e3ddacd5b0517af2384399287906cd6bddc (commit)
   via  93328a76da939a268b5bd787dc1fb0526ecc5d4f (commit)
   via  b1b0224a716fd45f586874e5b2b62c96b379e487 (commit)
   via  debbba09304317115b3e2278af66c758e2c52c0e (commit)
   via  076ba9a0c61c25a175bfbe2b7250f9f482d2a1ee (commit)
   via  c905fc522741c43f93fddeccfd6f481876a3c35e (commit)
   via  77355cb3c145f4cc370d071c0fa882362f74e5b1 (commit)
   via  91d381df99bcc51b3a6b71c545f2c6ba6877ebee (commit)
   via  35db187c51c1af2be971bc0645d8b753eeb2fd9f (commit)
   via  664d47b117c1a5419a80001e0d23d6f7bc90c8ee (commit)
   via  9e46731c0b688e093404e8d2584e24165810bbff (commit)
   via  3d1cf10260d422bc169c86081c4c7c4d1b692c96 (commit)
   via  ada555662d6a5e376aa77b5f37b8ff3a6a6d1087 (commit)
   via  39874e8e607b24e1f02e325328f18904c480b707 (commit)
   via  1583d37249d7bdf61a00aca1e14d2f0e428fcd95 (commit)
   via  3cdd59b033f76320d8104639bb1200cc2ef81976 (commit)
   via  3c2e49a0fcdbc4fcfd7254cf06adcbdd899960b8 (commit)
   via  08acaa55cb7f737dccf17ff8ba710e535264fa10 (commit)
   via  054f75f3a8a64c4aa83ab82410b98817f1d79895 (commit)
   via  a52488b47b943ba0df012374ba715bb5835cdbcc (commit)
   via  bdb8877ec0631ae5abc872012b35b8364ce12111 (commit)
   via  f8a0c1d76fd53bb8a4fd23aa1d57dd5c7ab48065 (commit)
   via  aa4c33e7a4b4e5aa89a2a01166ed88bbb61fa347 (commit)
   via  b2061b28bb300b923fa636b006a4787773906036 (commit)
   via  ce40c6c6f333556ac89a8e626c96f007b87aebbd (commit)
   via  2d3f542a4eb9bcf220e10feafa885474495f0f45 (commit)
   via  70745afcec03e55dd9d430275947cef1649c64db (commit)
   via  9dbd8f8b06e1fe55e1c5379868e18a82bcfe6cca (commit)
   via  a9d44c198588246ec6555b469d17ccfc6c39976e (commit)
   via  9e5a09cbd574592c1b371041d628bbfcc7762df5 (commit)
   via  b6e36194db6c9ab26977d9a5d7921072c1c1fc5e (commit)
   via  6620ee9388d09c6931a0a94fd632b6e469d09d80 (commit)
   via  8ef22aa554b6000c4e32d7abdb7be80b6a3665a8 (commit)
   via  14334e499a9e6ede97b35244de5412df945bbd94 (commit)
   via  f62901cf17954d17ea6a166952d5a0690dc0d160 (commit)
   via  1ee2f23a30513c42545df478db6f2d158b2125b1 (commit)
   via  4c25511a58cd11b0b8145bb8c521d27fb441c9b4 (commit)
   via  a710b5c634296c96900bc5b051713b84c562360b (commit)
   via  b0db810c127b9269c380ad78adfa20a9e6ec5510 (commit)
   via  dbb2afac30aa5ed118b82e81d3701793a4ed1592 (commit)
   via  158fe49074a7af677206d9105ee0d3b717eae93d (commit)
   via  266248c1518bae4b10fb4e7dd4f0a35df52cd8a4 (commit)
   via  37ed7d2efda54273722474c2c3f32705c1376b3f (commit)
   via  83ce7594d84238ff66ae81776411c5fccd1db175 (commit)
   via  2fbb795f7e2ed23703012c4caefc4695aeb89296 (commit)
   via  241bd52dacabd77d6e3cec3c7452f6534fe4992c (commit)
   via  9b08aeac4707583605add726dbc882cbad68cce9 (commit)
  from  216c162162ecaa56a9246f257df7afb573c5c677 (commit)


- Log -
commit e3d18b1ff39f998d9af3078cbe2add08e3bbe9fa
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Jan 18 19:57:10 2012 +0200

Translation update done using Pootle.

commit 4ed993ec5a18ed17bc6f8723bbf185e4a3216e54
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Jan 18 19:56:58 2012 +0200

Translation update done using Pootle.

commit 0e1b3c2d739514ed88d3977f2382d55b8293daf9
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Jan 18 19:56:47 2012 +0200

Translation update done using Pootle.

commit 2a03a6dff4c55e6e39b79db9335e8c7eb6e2fd7b
Author: Victor Volkov ha...@php-myadmin.ru
Date:   Wed Jan 18 19:55:38 2012 +0200

Translation update done using Pootle.

commit cf5ed6347bbdf2b747b918742f7b82db8f9cf2c0
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Wed Jan 18 19:38:03 2012 +0200

Translation update done using Pootle.

commit 08777f138fd94a04bc17f00fd77bacb0a64a7d09
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Wed Jan 18 19:33:24 2012 +0200

Translation update done using Pootle.

commit 5fcf7f2c1e71dbb1837392b90d0c7250cdec665b
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Wed Jan 18 19:31:23 2012 +0200

Translation update done using Pootle.

commit b9141e3ddacd5b0517af2384399287906cd6bddc
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Wed Jan 18 19:30:39 2012 +0200

Translation update done using Pootle.

commit 93328a76da939a268b5bd787dc1fb0526ecc5d4f
Author: 

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-824-g56699c3

2012-01-20 Thread Michal Čihař
The branch, master has been updated
   via  56699c3cc6f93338caf1d5a18a429150fb83fc83 (commit)
   via  d59ba1e357c8a3b7662df232c342e9137c7fa6c1 (commit)
   via  532318b79890f90303d8da2960cea5af4ad015fb (commit)
   via  1cede39f0701b55bb307b77f9e94617e042ae6bd (commit)
   via  b32fe9ddf53fb0d8ef4c9acf10189215726884ab (commit)
   via  a354c8c9022fc66ca9f35f2abd57c1d9f1d51135 (commit)
   via  45d25108f29c6dc0628204f2a7257231ff525e99 (commit)
   via  8d68101798ec25c4c7868f8245b20f42c1a96861 (commit)
   via  3de3fc10f920af0366aedec3415ec110c09b49c0 (commit)
   via  633a95b172cf18770302b530ecd82153f292f83a (commit)
   via  c15f3528059ff54e7c19f5986decb7eae77a6b2e (commit)
   via  8b13c3147afae23b10e5fe0ea0c8fb58067116c5 (commit)
   via  0873c34d383f559d9271dda5dd0cdb82b37b39a9 (commit)
   via  a6e0c3876fe6a1f973967aa4a2c842289fc6202c (commit)
   via  4ca57efdc38c21211493e3703b1f7a2e035f4acd (commit)
   via  6c36ae317a727cf4990378a731c9187c831ecda3 (commit)
   via  5f82078c6b013488c1be2e91cfe816d0f0622258 (commit)
   via  6736ccddd1eb7ced0cf1b55e6ad2f9fab61b9e59 (commit)
   via  0a75a7a88ae22a8d066eea0e1f401d45731b00c1 (commit)
   via  dd0b8bdb9e5677f79330bd225403d79965430cfc (commit)
   via  018c1fbe74e77c3a34d778c0cf907d7d82bf5d35 (commit)
   via  d5f6263225b436a9a75ed69d8b07e28e995d223a (commit)
   via  5f71fb8811a710887162cd0aa58a935c8d924d3a (commit)
   via  452ef1dfc5e7383c7578f9e2dada0f3b4584f117 (commit)
   via  b48288414552832b8be308e0be1d9a6524b51e53 (commit)
   via  7140b31f80cca22e03d9b33c8f6ded59fd2ec728 (commit)
   via  750233aefda585d44eb1e0285517ac83f354f444 (commit)
   via  4334d3cd0f71f09ab3d3bf723a415edc2f246ff5 (commit)
   via  b1a40362205c71db3aa540ddf7e91838bc2571d6 (commit)
   via  ce907d603813ba11c9e0e3dae0c436e0b36d5a56 (commit)
   via  05eabcc46d6bc7a0ba625560019c87f372721be7 (commit)
   via  a8e3146dae572ada1843d202b6f8923484e6ca77 (commit)
   via  1b08babaa9b3aed9d8afc23685c26d3bbeaa554b (commit)
   via  d35962db790e31d0e5f3a713883302cd4f4a6817 (commit)
   via  5c238b408a5f4a682f6b0d61009ee2dbd7b8940c (commit)
   via  71cddcf8c33e4abf02c54979f6b6cc7b1af6233a (commit)
   via  c2143cc5b8615b418241caa9c1ceeab26c796bab (commit)
   via  43417a8a28440516ea829877d14f4dce5a433956 (commit)
   via  861d1e034901d8dbf8b27c86b4f489838bc1c6ea (commit)
   via  1b93a1f329d384309af18322ce8f7d786ccb6b58 (commit)
   via  097fa7a1f9835dd5430330bfc1c798ea0787ec8f (commit)
   via  320400ba08e5a5e790c705780feb1a8c804725e9 (commit)
   via  3bb22d98e726da1e41b9032a95e7a7f77e005438 (commit)
   via  89e99ab9e058371f185477c941a17150394fe273 (commit)
   via  59417035fd6df9de3b9cb3632b05ef2fbcc86452 (commit)
   via  965aa427eb063f7dc8b665bda11b54532f4424bb (commit)
   via  f3505fd59b700290f16bf247e615ca7fb69e7aed (commit)
   via  693c867265afbbe139d72d9c76ff51dccd22d0e6 (commit)
   via  43d96c415a6236ef5f05e0e1a57e1580ba651804 (commit)
   via  fe22da0d03f1097d8757b331b5674922bc3f92f5 (commit)
   via  a2eced7d0594e9fbdc6bc4bfcfe6a073e4425f18 (commit)
   via  6788bbd09fcc7c18eac8a715a98e70fc2b5532d0 (commit)
   via  798262d261e8a8028645a72a9e0830c00f20011f (commit)
   via  98e5053ea79507a06ec02af253853b9b4d4ffe95 (commit)
   via  3f67efa4df459d5ad4ebccd7b41fa1148db888d0 (commit)
   via  fb0570db3bbed9cb4491617acb10a4b8169e8e97 (commit)
   via  25f9dbc501e50f2478782ee9d095d958ddd0545f (commit)
   via  5fa7059938b926bb8e6743cf48a84656f852d3bd (commit)
   via  eb7bebbc24e9af4b7b5b996e879080a1517896b4 (commit)
   via  44d47235da9f03855ddb426055d55341ba77acf0 (commit)
   via  78901454b16c1e3a371b41c4f1f3222b4d5c2397 (commit)
   via  59b5a84760e743347b17727028b632c34a6ef018 (commit)
   via  0cc1979a6a03baa703963ef8f2c61adfb0ffc60c (commit)
   via  11481208774ef3cd6b2019e27066855006a82df9 (commit)
   via  9af5b4251145e3956198af99516edf654d52eb6b (commit)
   via  7d2edf02a8351220fd2faf801ce98c8d8cda0586 (commit)
   via  28af7468ede8a14e7c2e3dcade86c8aaf350df1f (commit)
   via  425e87dd419d87b805d659b147958958d69ace69 (commit)
   via  ad197f59ee13b15cf4c101b9de06c264880ddb20 (commit)
   via  ff0d9ed11f37266230da4fceb25dbe708dfe0345 (commit)
   via  2421d6849cd502be23d7360fcd2b249444af1cb1 (commit)
   via  5dfc5039aabdb09f8643f0d54ff6fb4660966ec6 (commit)
   via  3b4dd779150ffcb0477a4821ca3381974655b0b0 (commit)
   via  c1e230738a77fb760db8cb3f233e1bccbf547966 (commit)
   via  f4584a9df2a819e032913230af09ae76e9243eea (commit)
   via  92aad233ef7feeb78999c20c3087a0b2e846784e (commit)
   via  82a4aae8a7c9684eee365da2f1f55e73599bba77 (commit)
   via  f5b0cf3b1497fcec3d95e0f0c124774388caf4c8 (commit)
   via  5abbc1a0b948ec09346603a3efe0d68869fa1f41 (commit)
  from  b5d8be7302f67c1069464fc384069cfc0b7982ea (commit)



[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-857-gef31fc6

2012-01-22 Thread Michal Čihař
The branch, master has been updated
   via  ef31fc6fa16594d21da807c7985a2fd4b68dbf70 (commit)
   via  4477af86184e4cda32d50ef4f31cb842c36b4ffb (commit)
   via  fdbb93e351d695bc35f69134c07611a11d3b0515 (commit)
   via  063bb4fc98b54ef0120a26fd702bf36fe8390371 (commit)
   via  befb19f712559f3e510be0a1766770200e6b22dc (commit)
   via  2419d4013b463d0cf81d6f37ee1a0ceb2c108bd9 (commit)
   via  fbeb1aecedc4de5db51f6644fe0c88f2e2b5ad1e (commit)
   via  2efd9d1841e1f4f6fd8fe329801a7ce8d58a06fb (commit)
   via  aad96acb340d1b0fef2809a7872a5ab6dcade799 (commit)
   via  76410b38aaf2e93836f49002f63c52fba2c7d643 (commit)
   via  82985e11b57c7d91276eae3848726010206ec6f2 (commit)
   via  8f818e2b0388cf6df87d7198dae455375ef9017d (commit)
   via  f7ee46e45cee14f8086cab2c59a49db146170f83 (commit)
   via  e41e6a294e04c73970a27dfb33b4717c22721954 (commit)
   via  964676735c34a99c6d14dfee2e46140958cb2386 (commit)
   via  f00e64a4dcf372f1aa1511359beed8d31029ddb7 (commit)
   via  d80516c8604bbfe65ef2d1ae036655f9e14cf0b2 (commit)
   via  ddc8481080921c7f92425b492e937730d4341a27 (commit)
   via  d347eb9d2a94c8edde9a635f5d646001daa02a6c (commit)
   via  0c8bca8b515310398f3504c9ebc1436b1afe36e2 (commit)
   via  a464a86db663b3aa2fba2c76bd5d5e34bec26f93 (commit)
  from  4d69ea080dc6315bdac407f999398e5ea949e0f5 (commit)


- Log -
commit ef31fc6fa16594d21da807c7985a2fd4b68dbf70
Merge: 4d69ea0 4477af8
Author: Michal Čihař mic...@cihar.com
Date:   Sun Jan 22 11:51:15 2012 +0100

Merge remote-tracking branch 'pootle/master'

Conflicts:
po/fr.po
po/ja.po
po/tr.po

commit 4477af86184e4cda32d50ef4f31cb842c36b4ffb
Merge: fdbb93e f5ffad3
Author: Pootle server poo...@cihar.com
Date:   Sun Jan 22 08:40:19 2012 +0100

Merge remote-tracking branch 'origin/master'

commit fdbb93e351d695bc35f69134c07611a11d3b0515
Merge: 063bb4f 48b9519
Author: Pootle server poo...@cihar.com
Date:   Sat Jan 21 16:40:06 2012 +0100

Merge remote-tracking branch 'origin/master'

commit 063bb4fc98b54ef0120a26fd702bf36fe8390371
Merge: befb19f ac95cf2
Author: Pootle server poo...@cihar.com
Date:   Sat Jan 21 14:40:11 2012 +0100

Merge remote-tracking branch 'origin/master'

commit befb19f712559f3e510be0a1766770200e6b22dc
Author: Marc Delisle m...@infomarc.info
Date:   Sat Jan 21 14:02:02 2012 +0200

Translation update done using Pootle.

commit 2419d4013b463d0cf81d6f37ee1a0ceb2c108bd9
Author: Marc Delisle m...@infomarc.info
Date:   Sat Jan 21 14:01:53 2012 +0200

Translation update done using Pootle.

commit fbeb1aecedc4de5db51f6644fe0c88f2e2b5ad1e
Author: Marc Delisle m...@infomarc.info
Date:   Sat Jan 21 14:01:43 2012 +0200

Translation update done using Pootle.

commit 2efd9d1841e1f4f6fd8fe329801a7ce8d58a06fb
Author: Marc Delisle m...@infomarc.info
Date:   Sat Jan 21 14:01:29 2012 +0200

Translation update done using Pootle.

commit aad96acb340d1b0fef2809a7872a5ab6dcade799
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 12:22:05 2012 +0200

Translation update done using Pootle.

commit 76410b38aaf2e93836f49002f63c52fba2c7d643
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 12:19:28 2012 +0200

Translation update done using Pootle.

commit 82985e11b57c7d91276eae3848726010206ec6f2
Merge: 8f818e2 b3143e6
Author: Pootle server poo...@cihar.com
Date:   Fri Jan 20 10:41:32 2012 +0100

Merge remote-tracking branch 'origin/master'

commit 8f818e2b0388cf6df87d7198dae455375ef9017d
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:27:22 2012 +0200

Translation update done using Pootle.

commit f7ee46e45cee14f8086cab2c59a49db146170f83
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:27:07 2012 +0200

Translation update done using Pootle.

commit e41e6a294e04c73970a27dfb33b4717c22721954
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:26:14 2012 +0200

Translation update done using Pootle.

commit 964676735c34a99c6d14dfee2e46140958cb2386
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:25:47 2012 +0200

Translation update done using Pootle.

commit f00e64a4dcf372f1aa1511359beed8d31029ddb7
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:25:36 2012 +0200

Translation update done using Pootle.

commit d80516c8604bbfe65ef2d1ae036655f9e14cf0b2
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:24:54 2012 +0200

Translation update done using Pootle.

commit ddc8481080921c7f92425b492e937730d4341a27
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:24:24 2012 +0200

Translation update done using Pootle.

commit d347eb9d2a94c8edde9a635f5d646001daa02a6c
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Fri Jan 20 11:24:15 2012 +0200

Translation update done using Pootle.

commit

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. a913a94d4c6e758f3874a05a898dcac467d3746a

2012-01-22 Thread Michal Čihař
The branch, master has been updated
   via  a913a94d4c6e758f3874a05a898dcac467d3746a (commit)
   via  182d7e93f5db33104184c4fe5f8a71a149d562e4 (commit)
   via  6a66bae18dd0b5f834105796f28fd33ed2391c1d (commit)
   via  5e77a77e6167e97600c53b848f9dbd9404087b2c (commit)
   via  6abbc744b2fc785d433c402dd8ce5522b46a5375 (commit)
   via  b25dd70eee023e0d166aaee50c0eff6eac5a7a44 (commit)
   via  a6280387825cd360d5f4eb7976f88ab578035f64 (commit)
   via  8898c5f2ba8df212bf7d477e3eaddd65265e175c (commit)
   via  c4cdb8e30e8f98d03cb149075acab58ba5f4ae2e (commit)
   via  d27ea29590c98212aa6011965f8a528b33f14732 (commit)
   via  403187d1cfaf6f6e33d5e067e08a4ac8fef27d89 (commit)
   via  305b7cc81668359435ae07581474b53898e28551 (commit)
   via  65a4eb9232e8b7aec29e7f76b8867639ea4620a5 (commit)
   via  098fb796c6946da3a1420928a78fd93c1bfc3885 (commit)
   via  05de9c26581f39f075675f59244c95a3444f7b06 (commit)
   via  22f519820ae638b9b7feeb194b8439293335f926 (commit)
   via  2107183574102fe3b058d9f74ec0b535b37536d0 (commit)
   via  2b0ec8b4cf5dfa9f0981eac71f69a06ee891c5a9 (commit)
   via  5bcb88f7c150eca2125bdd47f1a6c0bd01fc7bfa (commit)
   via  e0a5e6db9f3099a874affbd1f0a0fbceccd6704d (commit)
   via  63a2ba1478bcac459b8f53361913daa414b730a0 (commit)
   via  736ea6685238b3b9e59cbda78082fc57be256f15 (commit)
   via  2991a2d44e0bcec12e2e82ee4db488c4045ad4a1 (commit)
   via  60a46c03381624d35e4170eb07efd9682ce3ea0f (commit)
   via  0a95c26ab88d93ae8bd54fedb61e55dc3e486a17 (commit)
   via  e62b4a769759559546371e9d7b78dccf1131c26d (commit)
   via  c053d77eaf99eab3faadb3c412ccd7daeb44b6c4 (commit)
   via  0ab4faf7afbdc9fbfe31cdc922b6188ba6ea17b8 (commit)
   via  1953e579742040abf0a348891572831174b437a1 (commit)
   via  edeccc9e0032b060b001b211793f86825d1f9372 (commit)
   via  37a87bde8a2a7a39be4a1f772482e62e8fd6439d (commit)
   via  a2ce6e180ae7f7d20531100163a310cfb1a82aaa (commit)
   via  cecde69773bb9243031fe9e87162380ed4379b7d (commit)
   via  800c8dca1007893bfad7b482c3a9b3ea5dc8635b (commit)
   via  7db1afa95249de7a56d798ec9b039ce1c4a06833 (commit)
   via  c66317fcbdf25e9340f72531f9010114e35a85fa (commit)
   via  4cddfa4404ee719575ee0baf85b37395018de2be (commit)
   via  ea544224ce1c9bd83785faefe54e6867694f1704 (commit)
   via  9129b86ce1b9dfc1e8be94e54103db6415e64b34 (commit)
   via  4688ed37b251b94a6151245c2ef3e3d003e39ee3 (commit)
   via  8165a1b61158ff5de7b31f13d0438580fd4fe468 (commit)
   via  c0706aa671421fa9d5ebe68926b23842e12e7dc9 (commit)
   via  eb657ebf604287b2ba7a54356869cabc16726f8e (commit)
   via  f8e2f87740878c0018afcc9be25d2b1ea011c589 (commit)
   via  041af6a58cdbc4f515e1d8e95069db7817bb598c (commit)
   via  9c3c1940eaf20efe3d1e3512851a47577ec7f1ad (commit)
   via  449b97a8bde9cbffb61871a21fb35aa761d8e906 (commit)
   via  f42a2009e9a2ddfcce1ce1744d542e8ae4e774d5 (commit)
   via  0474085c241d4b4522fa532a4c563762bb6d5cf7 (commit)
   via  4a2134d3f7db973e5ec1fa07d211b8a8100570fe (commit)
   via  bebf73e45196abda6904ee65cd3e34bf85c8c379 (commit)
   via  441a244b1a7e9924b215491da641c8b4c20094a0 (commit)
   via  bea6341b65f8387572cebe23a79ca337b368f2bc (commit)
   via  89f76521b20b883279a16cce6e490ae6fa8b3814 (commit)
   via  5918e852b85732f9479134f56beb144223eeaf00 (commit)
   via  a18cb58b4ac614182c9dcd5ceaf9a37030f781e0 (commit)
   via  2b0d7e8097e9701a03f9a2e53f02aac98cb5a99a (commit)
  from  1763661dcd16a936eda8a92774f595ec35a51696 (commit)


- Log -
commit a913a94d4c6e758f3874a05a898dcac467d3746a
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sun Jan 22 12:45:55 2012 +0200

Translation update done using Pootle.

commit 182d7e93f5db33104184c4fe5f8a71a149d562e4
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 18:25:46 2012 +0200

Translation update done using Pootle.

commit 6a66bae18dd0b5f834105796f28fd33ed2391c1d
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 18:22:01 2012 +0200

Translation update done using Pootle.

commit 5e77a77e6167e97600c53b848f9dbd9404087b2c
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 17:09:22 2012 +0200

Translation update done using Pootle.

commit 6abbc744b2fc785d433c402dd8ce5522b46a5375
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 17:08:54 2012 +0200

Translation update done using Pootle.

commit b25dd70eee023e0d166aaee50c0eff6eac5a7a44
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 17:07:15 2012 +0200

Translation update done using Pootle.

commit a6280387825cd360d5f4eb7976f88ab578035f64
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sat Jan 21 16:57:12 2012 +0200

Translation update done using Pootle.

commit 8898c5f2ba8df212bf7d477e3eaddd65265e175c
Author: 

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. d1a4fa4900feb600f7fda448765b581aa71271e6

2012-01-22 Thread Michal Čihař
The branch, master has been updated
   via  d1a4fa4900feb600f7fda448765b581aa71271e6 (commit)
  from  a913a94d4c6e758f3874a05a898dcac467d3746a (commit)


- Log -
commit d1a4fa4900feb600f7fda448765b581aa71271e6
Author: Michal Čihař mic...@cihar.com
Date:   Sun Jan 22 11:52:21 2012 +0100

Update generated files

---

Summary of changes:
 output/pl/Documentation.html |   70 +++
 output/tr/Documentation.html |  205 +-
 2 files changed, 138 insertions(+), 137 deletions(-)

diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index df20262..1e82d9d 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -213,47 +213,45 @@ zmianami w pliku ttphp.ini/tt./p
 p class=important
 phpMyAdmin nie stosuje żadnych specjalnych mechanizmów zabezpieczeń serwera
 MySQL. Przyznanie odpowiednich uprawnień do baz danych jest zadaniem
-administratora. Na stronie bUprawnienia/b interfejsu phpMyAdmin można
-zabezpieczyć bazy, przydzielając lub odbierając określone uprawnienia
-użytkownikom poszczególnych baz.
+administratora. Można to zrobić na stronie quot;Uprawnieniaquot;
+interfejsu phpMyAdmin.
 /p
 
 p class=important
-Ostrzeżenie dla użytkowników acronym title=Apple 
MacintoshMac:/acronymbr /
+Ostrzeżenie dla użytkowników acronym title=Apple 
MacintoshMac/acronymbr /
 jeśli pracujesz w wersji acronym title=Apple MacintoshMac/acronym
 abbr title=operating systemOS/abbr, która poprzedza wersję abbr
 title=operating systemOS/abbr X, archiwa trzeba rozpakować do formatów
 acronym title=Apple MacintoshMac/acronym.br /
 Trzeba ponownie zapisać, w programie BBEdit, WSZYSTKIE skrypty phpMyAdmin
-napisane w stylu Unix przed wysłaniem ich na serwer. Język PHP wydaje
-sięquot; nie lubićquot; znaków końca linii w stylu ttMac/tt./p
+napisane w stylu Unix przed wysłaniem ich na serwer. Język PHP wydaje się
+quot;nie lubićquot; znaków końca linii w stylu ttMac/tt./p
 
 h3 id=quick_installSzybka instalacja/h3
-olliWybrać odpowiedni zestaw dystrybucyjny ze strony pobierania
-phpmyadmin.netstrong Uwaga:/strong niektóre zestawy zawierają wiadomości
-tylko w języku angielskim, inne -- zawierają wszystkie języki w formacie
-UTF-8 (w większości przypadków jest to wystarczające), jeszcze inne --
-zawierają wszystkie języki z pełnym zestawem kodowania znaków. Zakładamy, że
-wybrany będzie zestaw podobny do
+olliWybrać odpowiedni zestaw dystrybucyjny ze strony pobierania 
phpmyadmin.net
+strongUwaga:/strong niektóre zestawy zawierają wiadomości tylko w języku
+angielskim, inne - wszystkie języki w formacie UTF-8 (w większości
+przypadków jest to wystarczające), jeszcze inne -wszystkie języki z pełnym
+zestawem kodowania znaków. Zakładamy, że wybrany będzie zestaw podobny do
 tego:ttphpMyAdmin-x.x.x-all-languages.tar.gz/tt
 /li
-liRozpakować zestaw za pomocą programów untar lub unzip (upewnić się, że
-zostały rozpakowane również wszystkie podkatalogi) do katalogu root serwera
-zdalnego:tttar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz/tt Jeżeli
-brak bezpośredniego dostępu do tego katalogu -- umieścić pliki w jakimś
-katalogu w maszynie lokalnej, i, po wykonaniu kroku 4, przesłać katalog na
-serwer za pomocą, na przykład, klienta FTP./li
+liRozpakować zestaw za pomocą programów ttuntar/tt lub ttunzip/tt
+(upewnić się, że zostały rozpakowane również wszystkie podkatalogi) do
+katalogu root serwera zdalnego:tttar -xzvf
+phpMyAdmin_x.x.x-all-languages.tar.gz/tt Jeżeli brak bezpośredniego
+dostępu do tego katalogu - umieścić pliki w jakimś katalogu na maszynie
+lokalnej, a po wykonaniu kroku 4, przesłać katalog na serwer za pomocą, na
+przykład, klienta FTP./li
 liUpewnić się, że wszystkie skrypty mają odpowiedniego właściciela 
(jeśli PHP
 pracuje w trybie bezpiecznym, posiadanie skryptów, mających innego
 właściciela niż właściciel podstawowy, będzie powodować problemy). Zobacz
-sugestie w: a href=#faq4_2 abbr title=Frequently Asked
+sugestie w: a href=#faq4_2abbr title=Frequently Asked
 QuestionsFAQ/abbr 4.2/a i a href=#faq1_26abbr title=Frequently
 Asked QuestionsFAQ/abbr 1.26./a/li
-liSkonfigurować instalację. Istnieją dwie metody, które można użyć w tym
-celu:strong  -- ręczna edycja kopii pliku
-/strongttconfig.inc.php/tt, (szybki sposób na rozpoczęcie instalacji w
-tekstowym trybie dla użytkowników zaawansowanych), strong  -- instalacja
-za pomocą skryptu (kreator graficzny)./strong
+liSkonfigurować instalację. Istnieją dwie metody, które można użyć w tym 
celu:
+1. metoda tradycyjna - ręczna edycja kopii plikuttconfig.inc.php/tt,
+(szybki sposób na rozpoczęcie instalacji w trybie tekstowym dla użytkowników
+zaawansowanych), 2. instalacja za pomocą skryptu (kreator graficzny).
 ulliAby ręcznie utworzyć plik ttconfig.inc.php/tt, trzeba w 
dowolnym
 edytorze

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-862-geb049c9

2012-01-22 Thread Michal Čihař
The branch, master has been updated
   via  eb049c922a6dee46b75da3b3c127d85cb2b2a523 (commit)
   via  0bad5f1d29fe0c5afd6d158fd32a985f75568165 (commit)
   via  2afa5f0822fba44d6de71283390901ca81dc1bfd (commit)
   via  c8445ab656ad24d20f068efc1bf015ca5658bbd8 (commit)
   via  fc2aafd0a3469970725a4de98066c280568cc427 (commit)
  from  ef31fc6fa16594d21da807c7985a2fd4b68dbf70 (commit)


- Log -
commit eb049c922a6dee46b75da3b3c127d85cb2b2a523
Author: ProUser ste...@inkopsforum.se
Date:   Sun Jan 22 18:27:22 2012 +0200

Translation update done using Pootle.

commit 0bad5f1d29fe0c5afd6d158fd32a985f75568165
Author: Matías Bellone matiasbell...@gmail.com
Date:   Sun Jan 22 17:41:10 2012 +0200

Translation update done using Pootle.

commit 2afa5f0822fba44d6de71283390901ca81dc1bfd
Author: Matías Bellone matiasbell...@gmail.com
Date:   Sun Jan 22 17:41:05 2012 +0200

Translation update done using Pootle.

commit c8445ab656ad24d20f068efc1bf015ca5658bbd8
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sun Jan 22 13:02:07 2012 +0200

Translation update done using Pootle.

commit fc2aafd0a3469970725a4de98066c280568cc427
Author: Burak Yavuz hitowerdi...@hotmail.com
Date:   Sun Jan 22 13:01:34 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/es.po |5 ++---
 po/sv.po |7 +++
 po/tr.po |7 +++
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/po/es.po b/po/es.po
index 2fc5802..6e348c0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-22 04:34-0500\n
-PO-Revision-Date: 2012-01-16 20:38+0200\n
+PO-Revision-Date: 2012-01-22 17:41+0200\n
 Last-Translator: Matías Bellone matiasbell...@gmail.com\n
 Language-Team: spanish e...@li.org\n
+Language: es\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: es\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Generator: Pootle 2.1.6\n
 
@@ -7811,7 +7811,6 @@ msgid Trigger name
 msgstr Nombre del disparador
 
 #: libraries/rte/rte_triggers.lib.php:326
-#, fuzzy
 #| msgid Time
 msgctxt Trigger action time
 msgid Time
diff --git a/po/sv.po b/po/sv.po
index fe8a14a..3d417be 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-22 04:34-0500\n
-PO-Revision-Date: 2012-01-16 21:14+0200\n
+PO-Revision-Date: 2012-01-16 21:15+0200\n
 Last-Translator: ProUser ste...@inkopsforum.se\n
 Language-Team: swedish s...@li.org\n
+Language: sv\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: sv\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Generator: Pootle 2.1.6\n
 
@@ -7670,11 +7670,10 @@ msgid Trigger name
 msgstr Trigger namn
 
 #: libraries/rte/rte_triggers.lib.php:326
-#, fuzzy
 #| msgid Time
 msgctxt Trigger action time
 msgid Time
-msgstr Tid
+msgstr Tidpunkt
 
 #: libraries/rte/rte_triggers.lib.php:405
 msgid You must provide a trigger name
diff --git a/po/tr.po b/po/tr.po
index 248a6b9..1635af9 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-22 04:34-0500\n
-PO-Revision-Date: 2012-01-21 12:19+0200\n
+PO-Revision-Date: 2012-01-22 13:01+0200\n
 Last-Translator: Burak Yavuz hitowerdi...@hotmail.com\n
 Language-Team: turkish t...@li.org\n
+Language: tr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: tr\n
 Plural-Forms: nplurals=1; plural=0;\n
 X-Generator: Pootle 2.1.6\n
 
@@ -7716,11 +7716,10 @@ msgid Trigger name
 msgstr Tetikleyici adı
 
 #: libraries/rte/rte_triggers.lib.php:326
-#, fuzzy
 #| msgid Time
 msgctxt Trigger action time
 msgid Time
-msgstr Süre
+msgstr Zaman
 
 #: libraries/rte/rte_triggers.lib.php:405
 msgid You must provide a trigger name


hooks/post-receive
-- 
phpMyAdmin

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 982c686ce674aad3f98267b4bcb998f7146aafba

2012-01-22 Thread Michal Čihař
The branch, master has been updated
   via  982c686ce674aad3f98267b4bcb998f7146aafba (commit)
   via  55f4d4ebec3e8c784a23e5387d12a6f54e0d5b1a (commit)
   via  289d52d19ba3b48bed7e4d09b5599f0cb2380a19 (commit)
   via  cdb30f824e5503075558733f572c0ed8772dbf29 (commit)
   via  382e445df09c5f86ff3ae067450a74c546d34fa5 (commit)
   via  d762987a2626350951b1e3ff5107c99e6eb183db (commit)
   via  25fb4fa9c9a5f2fd196f761d5d2725de5b398777 (commit)
   via  c88b18f57410a0064759af49d8908d9a8c32597f (commit)
   via  887c87429e6930f2de7b66d4e8b292abaf55f928 (commit)
   via  edb60399d8e067fa67d09ddc8555fad48708cf02 (commit)
   via  11a483c0c2417ab144e5f505a008e47c43b06f71 (commit)
   via  ffd59e598a1072ca2590c73a60e95ac6f37ee288 (commit)
   via  247efae0fa8b965957093d18784e070d02fe61b7 (commit)
   via  89cce0530a1a2523f9188e021d2cfe391d490331 (commit)
   via  f239aa769f446023b552c1a51ba8c5f05349cb88 (commit)
   via  557fb76c420e6bc743ddcc834e5b17912ea7b87c (commit)
   via  2882ed1e4da55c44fafbc3fafc5b8c4c39479514 (commit)
   via  3b42f650d08994d6d3595b9b707b3d1a4940b3ac (commit)
   via  715c15e725bc102adc0d5f91cafac39a5d413556 (commit)
   via  25dcda277813e39e57a9e78d99a1e26ebcb39889 (commit)
   via  754f64f2a1b20cf6ffc96be6285728cd2f13cd46 (commit)
   via  b07f95bddbdaf8a3eb07add479ea094d4488ea8b (commit)
  from  d1a4fa4900feb600f7fda448765b581aa71271e6 (commit)


- Log -
commit 982c686ce674aad3f98267b4bcb998f7146aafba
Author: Michal Čihař mic...@cihar.com
Date:   Mon Jan 23 08:41:11 2012 +0100

Update generated files

commit 55f4d4ebec3e8c784a23e5387d12a6f54e0d5b1a
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 16:13:28 2012 +0200

Translation update done using Pootle.

commit 289d52d19ba3b48bed7e4d09b5599f0cb2380a19
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 16:12:37 2012 +0200

Translation update done using Pootle.

commit cdb30f824e5503075558733f572c0ed8772dbf29
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 16:08:32 2012 +0200

Translation update done using Pootle.

commit 382e445df09c5f86ff3ae067450a74c546d34fa5
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 16:07:11 2012 +0200

Translation update done using Pootle.

commit d762987a2626350951b1e3ff5107c99e6eb183db
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 16:04:01 2012 +0200

Translation update done using Pootle.

commit 25fb4fa9c9a5f2fd196f761d5d2725de5b398777
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:56:17 2012 +0200

Translation update done using Pootle.

commit c88b18f57410a0064759af49d8908d9a8c32597f
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:55:24 2012 +0200

Translation update done using Pootle.

commit 887c87429e6930f2de7b66d4e8b292abaf55f928
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:53:52 2012 +0200

Translation update done using Pootle.

commit edb60399d8e067fa67d09ddc8555fad48708cf02
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:51:59 2012 +0200

Translation update done using Pootle.

commit 11a483c0c2417ab144e5f505a008e47c43b06f71
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:51:31 2012 +0200

Translation update done using Pootle.

commit ffd59e598a1072ca2590c73a60e95ac6f37ee288
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:49:14 2012 +0200

Translation update done using Pootle.

commit 247efae0fa8b965957093d18784e070d02fe61b7
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:48:17 2012 +0200

Translation update done using Pootle.

commit 89cce0530a1a2523f9188e021d2cfe391d490331
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:46:28 2012 +0200

Translation update done using Pootle.

commit f239aa769f446023b552c1a51ba8c5f05349cb88
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:34:51 2012 +0200

Translation update done using Pootle.

commit 557fb76c420e6bc743ddcc834e5b17912ea7b87c
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:32:45 2012 +0200

Translation update done using Pootle.

commit 2882ed1e4da55c44fafbc3fafc5b8c4c39479514
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:26:34 2012 +0200

Translation update done using Pootle.

commit 3b42f650d08994d6d3595b9b707b3d1a4940b3ac
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:24:36 2012 +0200

Translation update done using Pootle.

commit 715c15e725bc102adc0d5f91cafac39a5d413556
Author: Stanisław Krukowski stank...@neostrada.pl
Date:   Sun Jan 22 15:24:09 2012 +0200

Translation update done using Pootle.

commit 25dcda277813e39e57a9e78d99a1e26ebcb39889

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-881-g845e1f8

2012-01-24 Thread Michal Čihař
The branch, master has been updated
   via  845e1f8378550d2e6f69eff60fdf159bad1f8d3a (commit)
   via  387ba2f6315deb988b3b70fe0db9961bd0428c97 (commit)
   via  2d9afb2d91371f69aa92a07debc5506cec794e74 (commit)
   via  5fe4ce14c8d13a30ae3b1ec47669405c9955f901 (commit)
   via  5ccc92cfac08fed6014b77190108fa9e52bcca97 (commit)
   via  7bf0a5a5d02c16ac99e87574cb427e920f74d3ad (commit)
   via  d4a4b5aede5435acfcd881be740fbcd9e9c2d560 (commit)
   via  bc8e5a58eaa75306a1823bf2e1a242936060273f (commit)
   via  ad041ea78c68af4c5efb40a8bfb0dbc85fdb39f3 (commit)
   via  6fe3e54d6e4c9d180dc491b6e98fcf4fa33bfaf4 (commit)
   via  4a2683de7c1cd2206bc88181eae478f661590039 (commit)
   via  7e04cc25e52b94ef32a5867aec4a40685be4b948 (commit)
   via  85f276d02a6d280605b41db02f5e56690b2037a2 (commit)
   via  d0eb50b73deb5c3d65d4aa12f41e3107ce946a8f (commit)
   via  31ce8a8537a8df9f4f2f641801d930367ff3b3ad (commit)
   via  d5a9a93eb967fc7864bd369c621858c4f3f8963e (commit)
   via  23083bea69db3976cc28e4e8f7f612f996564236 (commit)
   via  f5d28268fdccfe97f88b378ba0c4398b36a2ed13 (commit)
  from  f25ce4c3f851006d61699d23b74fd802ea0a048f (commit)


- Log -
commit 845e1f8378550d2e6f69eff60fdf159bad1f8d3a
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:09:56 2012 +0200

Translation update done using Pootle.

commit 387ba2f6315deb988b3b70fe0db9961bd0428c97
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:09:19 2012 +0200

Translation update done using Pootle.

commit 2d9afb2d91371f69aa92a07debc5506cec794e74
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:09:08 2012 +0200

Translation update done using Pootle.

commit 5fe4ce14c8d13a30ae3b1ec47669405c9955f901
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:08:13 2012 +0200

Translation update done using Pootle.

commit 5ccc92cfac08fed6014b77190108fa9e52bcca97
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:07:56 2012 +0200

Translation update done using Pootle.

commit 7bf0a5a5d02c16ac99e87574cb427e920f74d3ad
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:07:34 2012 +0200

Translation update done using Pootle.

commit d4a4b5aede5435acfcd881be740fbcd9e9c2d560
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:07:06 2012 +0200

Translation update done using Pootle.

commit bc8e5a58eaa75306a1823bf2e1a242936060273f
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:06:48 2012 +0200

Translation update done using Pootle.

commit ad041ea78c68af4c5efb40a8bfb0dbc85fdb39f3
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 24 12:05:43 2012 +0200

Translation update done using Pootle.

commit 6fe3e54d6e4c9d180dc491b6e98fcf4fa33bfaf4
Merge: 4a2683d f25ce4c
Author: Pootle server poo...@cihar.com
Date:   Mon Jan 23 20:40:10 2012 +0100

Merge remote-tracking branch 'origin/master'

commit 4a2683de7c1cd2206bc88181eae478f661590039
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:53:53 2012 +0200

Translation update done using Pootle.

commit 7e04cc25e52b94ef32a5867aec4a40685be4b948
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:53:07 2012 +0200

Translation update done using Pootle.

commit 85f276d02a6d280605b41db02f5e56690b2037a2
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:52:26 2012 +0200

Translation update done using Pootle.

commit d0eb50b73deb5c3d65d4aa12f41e3107ce946a8f
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:51:45 2012 +0200

Translation update done using Pootle.

commit 31ce8a8537a8df9f4f2f641801d930367ff3b3ad
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:51:26 2012 +0200

Translation update done using Pootle.

commit d5a9a93eb967fc7864bd369c621858c4f3f8963e
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:51:14 2012 +0200

Translation update done using Pootle.

commit 23083bea69db3976cc28e4e8f7f612f996564236
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:50:43 2012 +0200

Translation update done using Pootle.

commit f5d28268fdccfe97f88b378ba0c4398b36a2ed13
Author: Yuichiro yuich...@pop07.odn.ne.jp
Date:   Mon Jan 23 15:50:27 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/cs.po |   23 ---
 po/ja.po |   28 
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 8433786..a6324c5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,13 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-22 04:34-0500\n
-PO-Revision-Date: 2012-01-16 17:25+0200\n
+PO-Revision-Date: 2012-01-24 12:09+0200\n
 Last

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0ALPHA1-884-g2cad4ea

2012-01-24 Thread Michal Čihař
The branch, master has been updated
   via  2cad4eaae881da53a2b6a5dd203efdbe472eaf46 (commit)
   via  6d2ccdfdf8e2f5bd1d34b0cf6c1031cfb7a4cd46 (commit)
  from  3a5203e33e529190e7afd875f9bde094f4eee4a2 (commit)


- Log -
commit 2cad4eaae881da53a2b6a5dd203efdbe472eaf46
Merge: 6d2ccdf 3a5203e
Author: Pootle server poo...@cihar.com
Date:   Tue Jan 24 18:40:28 2012 +0100

Merge remote-tracking branch 'origin/master'

commit 6d2ccdfdf8e2f5bd1d34b0cf6c1031cfb7a4cd46
Author: Marc Delisle m...@infomarc.info
Date:   Tue Jan 24 12:18:46 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/fr.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index ac9d2f4..4e33dea 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-22 04:34-0500\n
-PO-Revision-Date: 2012-01-21 14:01+0200\n
+PO-Revision-Date: 2012-01-24 12:17+0200\n
 Last-Translator: Marc Delisle m...@infomarc.info\n
 Language-Team: french f...@li.org\n
 Language: fr\n
@@ -7535,7 +7535,7 @@ msgstr Définition
 
 #: libraries/rte/rte_events.lib.php:471
 msgid On completion preserve
-msgstr À la fin, préserver
+msgstr Suite à l'exécution, conserver
 
 #: libraries/rte/rte_events.lib.php:475 libraries/rte/rte_routines.lib.php:933
 #: libraries/rte/rte_triggers.lib.php:360


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-210-g8e30c72

2012-01-27 Thread Michal Čihař
The branch, master has been updated
   via  8e30c72834a64dfa9f984466abe0071208dc6bd9 (commit)
   via  8e0cb60950ab01ab87f347f76bc9b09c3035420d (commit)
   via  d94818837fc23da5f39234dfbd53722d2c197d34 (commit)
   via  27bfe7ac795d05fc7cb3effb9f3be0e4e053f58b (commit)
   via  412e3744e1dfeb46da9ceb0212a05224b8f10688 (commit)
   via  adaf3280376022d7275bf492a06741bb17445752 (commit)
   via  31457b4bbb5ff5aaa05b8a19e8ccb18578830741 (commit)
   via  d5fa229af57a555f67135e7e452096320056fcff (commit)
   via  b752f2e6dbaa18bcfd21262dac7049a93178f588 (commit)
   via  2d377e42b20122afb7036d7e85407121c6321089 (commit)
   via  5047e1a98d9907dc09cf82e33a26415a4cd0f2e9 (commit)
   via  3f2ee5bb76ce7a7729d3406f3824c88664949dea (commit)
   via  b78088f8ab3fbe19db1a0def65520ae053cd35a8 (commit)
   via  e5d1f9e2458d197db0fc32108de0d9e66ab34258 (commit)
   via  587a60a1e3a842cff8fc5300180c8c6c27783327 (commit)
   via  8cdea9729739c4e07586cc73425cf450a9479ec6 (commit)
   via  16ff748c7d5c12fe39c39dcda2830938609806cd (commit)
   via  20353f2f45e4dfd48b1a1faffe1b075b9c522f2c (commit)
   via  c1025dbfa2db560487f3a88812208dadde10c691 (commit)
   via  88e76f7efe09dc3487627a9264271abcdbe73bf4 (commit)
   via  6727f9a9dd7acc2294df27e4f37ec185e40df27d (commit)
   via  59ffc43b9a8f6fba00016e4d30fe70bf3cd00592 (commit)
   via  4630b8733b8930f2324309337854c5a1c25d5ff6 (commit)
   via  44a7ffc751ee557f816beb9055ea7aee8d3e35cc (commit)
   via  e54ecbd86eb8819e07cc7ad859054d0975a70fc0 (commit)
   via  296eb0dd5eaaf55df6ee6208fec42e12b4aa78fa (commit)
   via  b31854552b1a19e98637aa94bce63d481a3ff3ab (commit)
   via  fb1cd3540bcf91c5c36459591f26e550e03f4d25 (commit)
   via  bb95bd7191c34bff7b56fba91252cfb40dc4efcd (commit)
   via  08a94d6fd6430873aa43496598a5eaf52833baa9 (commit)
   via  cbb91c66f77a82994a4579e52e1cd42497a79b92 (commit)
   via  f2727e7cf860978c1e420dea67bbbdbc914a4afd (commit)
   via  de994756082f7333c79c6c4c1e2106a6886e3cc6 (commit)
   via  e1be402c003802f2c27f251fd3c3f4938b59e03c (commit)
   via  c9ca75208a124ddd492735dcb4520f141e7239d9 (commit)
   via  367fdb67876789f46ed1540f078e4d66e1bd6a3c (commit)
   via  b47008f010563eca33d9afff54d5172379853785 (commit)
   via  f576d5499dc21b686174893e5401650eaef7714e (commit)
   via  862ee84f985285df7acafcd7dff4c3fc968f1544 (commit)
   via  0d6c3163fae49feb63932baee293019a5c423c8c (commit)
   via  27d3fee84690729efdc137c7183de49b9176b193 (commit)
   via  4730e20d28c93f1842da30be9ff7e1cab649f86d (commit)
   via  717064a24e8d891ba2d521958f0b21baf4d854b7 (commit)
   via  19f46cfee9d1098b65082ed5dee60a1400f74586 (commit)
   via  16b161f6e3fe47e5b5a07fbca2c57eb1cdf478fa (commit)
   via  86f514a94162dc06e9c64ddcf8eee8749a3b15a7 (commit)
   via  2177c5276382b32bcef89b09c1caab63672a678b (commit)
   via  61d5ed88e50344ac4c4d26eac005d4ddbec2e524 (commit)
   via  3359f1c8beaf5ccb206c80ff03bea9d7a3ee1bd9 (commit)
   via  aa3d780d3435c80a284e32c8f7c7d1b7401451f8 (commit)
   via  15ffc9fd5d93ef84641a361c61560dbc777ba752 (commit)
   via  be6bbb325683e96b7e3bcd19eabc5d8e8ce0412f (commit)
   via  b35b772970d804d6a2fd67d28287cb0006ccf43c (commit)
   via  58d905dd66cb6877f0ab443a07ab62b53d9c9bff (commit)
   via  81752ad13934f4ef25e36d8fd03029b19c9a7a1a (commit)
   via  6adefd3e33b5864ee0a0cb25b10a663a16511ead (commit)
   via  446096edde5521f5f4e03d11ad52a1535401541f (commit)
   via  f3adf3265713ce4fac3111521df8b7baf2e6473a (commit)
   via  c81b133ac063741870c06c6668ab1d41d94b68a9 (commit)
   via  9cf189526d8ec350310cbde5d65c0f12d92eb373 (commit)
   via  938ab92e5a17487d4c77c6e8eeb15a1065592a58 (commit)
   via  ea8ad6ae34093ccfc830c97089ba8da5bbb13bb1 (commit)
   via  a6feb3318ab4cdb020960b91cc824e95ee2cbb3d (commit)
   via  aad18d9bf7e42999b566632c6f2955c0edeeb926 (commit)
   via  7e0316495239d222a89f3736b7661afee59623ec (commit)
   via  da19538d1c1ab899d5b8994d67b9d739977696d3 (commit)
   via  4e0da89fe9b707ac1d8fe05349034c1242046fe8 (commit)
   via  108a038caa6a2075ad3245636e0371f2c3ae902d (commit)
   via  8033483f361155cb5abf65f33b1d59467d243a3b (commit)
   via  5a16e656fe72c7757f782d72e9f86b2a1afaa44c (commit)
   via  b1c4a1bfcaed3282847aaabaa028ea1ba1c23d09 (commit)
   via  826554629659b47a272cef20042df3318e3d243e (commit)
   via  9f7c8facae8cfdb83db6a70f1c54c1899fe4fc88 (commit)
   via  bcf0053a3f87c427ab3123b87c6ebfa551f6a916 (commit)
   via  406ab2ae35e4c1ab740152dacd31f250ae11ce1b (commit)
   via  5272cb1f595e4d146e2caf952ad3b9f2cc6f7cc7 (commit)
   via  9e4359bc2a7197b68e2d3c3d1518c283de2f99ed (commit)
   via  13b3815045351aa226049f3abf86ba63974303fe (commit)
   via  79bbd61c406ef5f798d5897aea64bd54af572dab (commit)
   via  a6779be12c89e8ea79af90d9c167900d727d2b89 (commit)
   

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-238-ge64d33b

2012-01-27 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  e64d33bba3b7355f25dbf637de9732367ed8a24e (commit)
   via  3ef4b37f447469b51e3842a26f15e864798354ff (commit)
   via  9f3e5f46028a5f6e30915f5c547a348b7942ed5c (commit)
   via  fa57bf1b7cd2061ae0bd3c548af7673246e63ecb (commit)
   via  0a6ae4b26077674e12364d38caa7f469044eb65f (commit)
   via  24e8aacd051dce33a9db0e44ce1c6c388baaf5b9 (commit)
   via  ced6716d71a2943875912a9875e9073510e0bc84 (commit)
   via  4301ed2ab948cb90ceb1a6fe3a5cfa055e9ec5d3 (commit)
   via  61c2348201746bac0c332131683a3938b450df40 (commit)
   via  8ae4e415546a722d898ed0a3291562f52ded3873 (commit)
   via  64d4d0e7d2f7e8a51f1a3480eeec1f076765612c (commit)
   via  cf8118c0906d5f3cbb8f2a908042d671eecc2972 (commit)
   via  b2b31f9b892d27174c2b99228ce1bc7a2f4ea39b (commit)
   via  ec1ab93652d9ece93d4bd6a2e437cae99bc06e3d (commit)
   via  a64923acac18759ee90a7acc453aa29814f5f534 (commit)
   via  39919646625e9d562cfdf01eda82f25f6fc68177 (commit)
   via  0052f63c632bbcd78de5fec9d5730bfc0a5992c8 (commit)
   via  e4d110b4d489e19380059289bce572fa73d2b2a8 (commit)
   via  e79d0bc1de688b843a7ebc8caea068a9278ddee6 (commit)
   via  760fe8de1b711b86584a98432c09ddb93beb9b48 (commit)
   via  e66f23fcae4bff5b13a464c980b03fb41d423c0a (commit)
   via  dda8dc59745d90612476bc0d09630b21cd03188c (commit)
  from  a8e38f8cdbe331ba2092c6efa45bfadfca82df11 (commit)


- Log -
commit e64d33bba3b7355f25dbf637de9732367ed8a24e
Author: Michal Čihař mci...@suse.cz
Date:   Fri Jan 27 14:00:21 2012 +0100

Fix format string

commit 3ef4b37f447469b51e3842a26f15e864798354ff
Merge: a8e38f8 9f3e5f4
Author: Michal Čihař mci...@suse.cz
Date:   Fri Jan 27 13:59:55 2012 +0100

Merge remote-tracking branch 'pootle/master' into QA_3_5

commit 9f3e5f46028a5f6e30915f5c547a348b7942ed5c
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:59:17 2012 +0200

Translation update done using Pootle.

commit fa57bf1b7cd2061ae0bd3c548af7673246e63ecb
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:58:53 2012 +0200

Translation update done using Pootle.

commit 0a6ae4b26077674e12364d38caa7f469044eb65f
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:58:39 2012 +0200

Translation update done using Pootle.

commit 24e8aacd051dce33a9db0e44ce1c6c388baaf5b9
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:58:22 2012 +0200

Translation update done using Pootle.

commit ced6716d71a2943875912a9875e9073510e0bc84
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:57:50 2012 +0200

Translation update done using Pootle.

commit 4301ed2ab948cb90ceb1a6fe3a5cfa055e9ec5d3
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:56:59 2012 +0200

Translation update done using Pootle.

commit 61c2348201746bac0c332131683a3938b450df40
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:56:45 2012 +0200

Translation update done using Pootle.

commit 8ae4e415546a722d898ed0a3291562f52ded3873
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:56:21 2012 +0200

Translation update done using Pootle.

commit 64d4d0e7d2f7e8a51f1a3480eeec1f076765612c
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:55:46 2012 +0200

Translation update done using Pootle.

commit cf8118c0906d5f3cbb8f2a908042d671eecc2972
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:55:28 2012 +0200

Translation update done using Pootle.

commit b2b31f9b892d27174c2b99228ce1bc7a2f4ea39b
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:55:14 2012 +0200

Translation update done using Pootle.

commit ec1ab93652d9ece93d4bd6a2e437cae99bc06e3d
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:54:57 2012 +0200

Translation update done using Pootle.

commit a64923acac18759ee90a7acc453aa29814f5f534
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:54:31 2012 +0200

Translation update done using Pootle.

commit 39919646625e9d562cfdf01eda82f25f6fc68177
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:54:02 2012 +0200

Translation update done using Pootle.

commit 0052f63c632bbcd78de5fec9d5730bfc0a5992c8
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:53:44 2012 +0200

Translation update done using Pootle.

commit e4d110b4d489e19380059289bce572fa73d2b2a8
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:53:25 2012 +0200

Translation update done using Pootle.

commit e79d0bc1de688b843a7ebc8caea068a9278ddee6
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:52:46 2012 +0200

Translation update done using Pootle.

commit 760fe8de1b711b86584a98432c09ddb93beb9b48
Author: Michal Čihař mic...@cihar.com
Date:   Fri Jan 27 14:51:58 2012 +0200

Translation update done using Pootle.

commit e66f23fcae4bff5b13a464c980b03fb41d423c0a
Merge: dda8dc5

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-258-g90f29bc

2012-01-27 Thread Michal Čihař
The branch, master has been updated
   via  90f29bceede052dfaf509600ad11f73bc059c335 (commit)
  from  d4eaf57b88584d0b863b44a50b849014c6d18afc (commit)


- Log -
---

Summary of changes:
 test/classes/PMA_Config_test.php |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 3e48383..31c1886 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -69,11 +69,14 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
 $this-object-checkOutputCompression();
 $this-assertEquals('auto', $this-object-get(OBGzip));
 
+/*
+Disabled as ini_set is quite often not allowed
 @ini_set('zlib.output_compression', 'Off');
 $this-object-checkOutputCompression();
 $this-assertFalse($this-object-get(OBGzip));
 
 @ini_set('zlib.output_compression', 'On');
+ */
 }
 
 public function testCheckClient()


hooks/post-receive
-- 
phpMyAdmin

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-633-ge3b7f34

2012-01-30 Thread Michal Čihař
The branch, master has been updated
   via  e3b7f3474a6d8aecf4f679f0b7e5f40c8db55155 (commit)
   via  b5a94a8c85bf630bd7132a56aa540aa767111203 (commit)
  from  fa9ab23d37c923588456c6a1bae2a2b3d1223614 (commit)


- Log -
commit e3b7f3474a6d8aecf4f679f0b7e5f40c8db55155
Merge: fa9ab23 b5a94a8
Author: Michal Čihař mci...@suse.cz
Date:   Mon Jan 30 17:43:41 2012 +0100

Merge remote-tracking branch 'origin/QA_3_5'

---

Summary of changes:
 po/ro.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ro.po b/po/ro.po
index 946dfc8..c041842 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1181,7 +1181,7 @@ msgstr Editează Index
 #, php-format
 #| msgid Add %s field(s)
 msgid Add %d column(s) to index
-msgstr Adaugă %s coloană(e)
+msgstr Adaugă %d coloană(e)
 
 #. l10n: Default description for the y-Axis of Charts
 #: js/messages.php:52


hooks/post-receive
-- 
phpMyAdmin

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-851-g0e3ce19

2012-01-31 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  0e3ce19cb01ee4bea7471eb30832e6640381d5a1 (commit)
   via  b321d86ba0dbe5270de3983a0bba9eab9436ffe7 (commit)
   via  c01d0c2d0e9ce71722a43bbb523ba824afd447a6 (commit)
   via  fcda33478bf53319dfea9e7f07eb51a435c5a5e1 (commit)
   via  eaa6bc049bf996efb41500aa4f5fcd371e17b772 (commit)
   via  dc64dd47072722766505517092ca4825ad160bb1 (commit)
   via  123516c35f8b585562d3d01feadc89d1ce567020 (commit)
   via  7b159c91540084ef67888226161a53ef4369688d (commit)
  from  83a1844245d2536ed0d96929728948b21605df19 (commit)


- Log -
commit 0e3ce19cb01ee4bea7471eb30832e6640381d5a1
Merge: 83a1844 b321d86
Author: Michal Čihař mic...@cihar.com
Date:   Tue Jan 31 11:13:35 2012 +0100

Merge remote-tracking branch 'pootle/master' into QA_3_5

Conflicts:
po/ro.po

commit b321d86ba0dbe5270de3983a0bba9eab9436ffe7
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:12:17 2012 +0200

Translation update done using Pootle.

commit c01d0c2d0e9ce71722a43bbb523ba824afd447a6
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:10:52 2012 +0200

Translation update done using Pootle.

commit fcda33478bf53319dfea9e7f07eb51a435c5a5e1
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:10:08 2012 +0200

Translation update done using Pootle.

commit eaa6bc049bf996efb41500aa4f5fcd371e17b772
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:10:01 2012 +0200

Translation update done using Pootle.

commit dc64dd47072722766505517092ca4825ad160bb1
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:09:21 2012 +0200

Translation update done using Pootle.

commit 123516c35f8b585562d3d01feadc89d1ce567020
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:07:29 2012 +0200

Translation update done using Pootle.

commit 7b159c91540084ef67888226161a53ef4369688d
Author: alexukf alex@gmail.com
Date:   Tue Jan 31 12:06:03 2012 +0200

Translation update done using Pootle.

---

Summary of changes:
 po/ro.po |   19 +++
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/po/ro.po b/po/ro.po
index 3d98eb5..0dd4586 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-01-31 12:01+0200\n
+PO-Revision-Date: 2012-01-31 12:10+0200\n
 Last-Translator: alexukf alex@gmail.com\n
 Language-Team: romanian r...@li.org\n
 Language: ro\n
@@ -4445,28 +4445,31 @@ msgstr Ținta link-ului din logo
 
 #: libraries/config/messages.inc.php:288
 msgid Highlight server under the mouse cursor
-msgstr 
+msgstr Evidenţiaţi server-ul deasupra căruia se află cursorul mouse-ului
 
+# Activați evidențierea
 #: libraries/config/messages.inc.php:289
 msgid Enable highlighting
-msgstr 
+msgstr Activați highlighting-ul
 
 #: libraries/config/messages.inc.php:290
 msgid Maximum number of recently used tables; set 0 to disable
-msgstr 
+msgstr Numărul maxim de tabele recent folosite; setați 0 pentru dezactivare
 
 #: libraries/config/messages.inc.php:291
-#, fuzzy
 msgid Recently used tables
-msgstr Tabele fără monitorizare
+msgstr Tabele recent folosite
 
+# Folosiți file mai puțin intense grafic
 #: libraries/config/messages.inc.php:292
 msgid Use less graphically intense tabs
-msgstr 
+msgstr Folosiți tab-uri mai puțin intense grafic
 
+# File ușoare
 #: libraries/config/messages.inc.php:293
+#, fuzzy
 msgid Light tabs
-msgstr 
+msgstr Tab-uri ușoare
 
 #: libraries/config/messages.inc.php:294
 msgid 


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1026-ga01fc09

2012-02-01 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  a01fc09ccfa16945025e103a1a6d6d9d51e1bdc2 (commit)
  from  419c979df027302159070adfcae79b23fd50d53e (commit)


- Log -
commit a01fc09ccfa16945025e103a1a6d6d9d51e1bdc2
Author: Michal Čihař mci...@suse.cz
Date:   Wed Feb 1 10:01:28 2012 +0100

Avoid whitespace output

---

Summary of changes:
 test/classes/PMA_Theme_Manager_test.php |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/classes/PMA_Theme_Manager_test.php 
b/test/classes/PMA_Theme_Manager_test.php
index 02a2f1b..772ed50 100644
--- a/test/classes/PMA_Theme_Manager_test.php
+++ b/test/classes/PMA_Theme_Manager_test.php
@@ -48,4 +48,3 @@ class PMA_Theme_Manager_test extends 
PHPUnit_Framework_TestCase
 
 }
 ?
-


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1040-g1b0aa84

2012-02-01 Thread Michal Čihař
The branch, master has been updated
   via  1b0aa840dee90652d87981bbbd8f512f906a45f1 (commit)
   via  a01fc09ccfa16945025e103a1a6d6d9d51e1bdc2 (commit)
  from  df7f43750c8e557d77a513e2b4d441e84c80 (commit)


- Log -
commit 1b0aa840dee90652d87981bbbd8f512f906a45f1
Merge: df7f437 a01fc09
Author: Michal Čihař mci...@suse.cz
Date:   Wed Feb 1 10:01:56 2012 +0100

Merge remote-tracking branch 'origin/QA_3_5'

---

Summary of changes:
 test/classes/PMA_Theme_Manager_test.php |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/classes/PMA_Theme_Manager_test.php 
b/test/classes/PMA_Theme_Manager_test.php
index 02a2f1b..772ed50 100644
--- a/test/classes/PMA_Theme_Manager_test.php
+++ b/test/classes/PMA_Theme_Manager_test.php
@@ -48,4 +48,3 @@ class PMA_Theme_Manager_test extends 
PHPUnit_Framework_TestCase
 
 }
 ?
-


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1027-g5fe9a03

2012-02-01 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  5fe9a03bb8ffd6cd4679f119591e1953da56a938 (commit)
  from  a01fc09ccfa16945025e103a1a6d6d9d51e1bdc2 (commit)


- Log -
commit 5fe9a03bb8ffd6cd4679f119591e1953da56a938
Author: Michal Čihař mci...@suse.cz
Date:   Wed Feb 1 10:45:36 2012 +0100

Another whitespace removal...

---

Summary of changes:
 .../libraries/common/PMA_extractFieldSpec_test.php |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/libraries/common/PMA_extractFieldSpec_test.php 
b/test/libraries/common/PMA_extractFieldSpec_test.php
index cd2a6cb..cb5bb1e 100644
--- a/test/libraries/common/PMA_extractFieldSpec_test.php
+++ b/test/libraries/common/PMA_extractFieldSpec_test.php
@@ -1,4 +1,3 @@
-
 ?php
 /* vim: set expandtab sw=4 ts=4 sts=4: */
 /**


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1043-gf74caa4

2012-02-01 Thread Michal Čihař
The branch, master has been updated
   via  f74caa46e7befa173912726501262705eee64a0d (commit)
  from  e5462d8a211da8a2f87ce5d2554a101166040c61 (commit)


- Log -
commit f74caa46e7befa173912726501262705eee64a0d
Author: Michal Čihař mci...@suse.cz
Date:   Wed Feb 1 11:17:02 2012 +0100

Remove whitespace

---

Summary of changes:
 Documentation.html |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation.html b/Documentation.html
index 58c087e..3389933 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
 div id=header
 h1
 a href=http://www.phpmyadmin.net/;phpspan 
class=myadminMyAdmin/span/a
-3.6.0-dev 
+3.6.0-dev
 Documentation
 /h1
 /div


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1029-ga952ee5

2012-02-01 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  a952ee531ab944bd19f0cb073a41d78a83001285 (commit)
   via  3151d41d0e13e2f422aaf88faeffd5e1f93c897a (commit)
  from  5fe9a03bb8ffd6cd4679f119591e1953da56a938 (commit)


- Log -
commit a952ee531ab944bd19f0cb073a41d78a83001285
Author: Michal Čihař mci...@suse.cz
Date:   Wed Feb 1 11:49:05 2012 +0100

Coding style

commit 3151d41d0e13e2f422aaf88faeffd5e1f93c897a
Author: Eric Krona e...@krona.tm
Date:   Sun Jan 29 22:02:13 2012 +0100

Activated codemirror for inline edits of queries.

---

Summary of changes:
 js/functions.js |   19 ++-
 sql.php |4 
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 12c6a65..ed8ebaf 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1150,8 +1150,25 @@ $(document).ready(function(){
 new_content+= input type=\button\ class=\btnSave\ value=\ 
+ PMA_messages['strGo'] + \\n;
 new_content+= input type=\button\ class=\btnDiscard\ 
value=\ + PMA_messages['strCancel'] + \\n;
 $inner_sql.replaceWith(new_content);
+
+// These settings are duplicated from the .ready()function in 
functions.js
+var height = $('#sql_query_edit').css('height');
+codemirror_editor = 
CodeMirror.fromTextArea($('textarea[name=sql_query_edit]')[0], {
+lineNumbers: true,
+matchBrackets: true,
+indentUnit: 4,
+mode: text/x-mysql,
+lineWrapping: true
+});
+codemirror_editor.getScrollerElement().style.height = height;
+codemirror_editor.refresh();
+
 $(.btnSave).click(function(){
-var sql_query = $(this).prev().val();
+if (codemirror_editor !== undefined) {
+var sql_query = codemirror_editor.getValue();
+} else {
+var sql_query = $(this).prev().val();
+}
 var $fake_form = $('form', {action: 'import.php', method: 
'post'})
 .append($form.find(input[name=server], input[name=db], 
input[name=table], input[name=token]).clone())
 .append($('input', {type: 'hidden', name: 'show_query', 
value: 1}))
diff --git a/sql.php b/sql.php
index 3e6e6d4..d736bdf 100644
--- a/sql.php
+++ b/sql.php
@@ -20,6 +20,10 @@ $GLOBALS['js_include'][] = 'tbl_change.js';
 // the next one needed because sql.php may do a goto to tbl_structure.php
 $GLOBALS['js_include'][] = 'tbl_structure.js';
 $GLOBALS['js_include'][] = 'gis_data_editor.js';
+$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
+$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
+
+
 
 if (isset($_SESSION['profiling'])) {
 $GLOBALS['js_include'][] = 'highcharts/highcharts.js';


hooks/post-receive
-- 
phpMyAdmin

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1049-g17f4590

2012-02-03 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  17f4590c955e32ea972741fb02dd9922521a11cd (commit)
   via  2b736fa66d22d8d68fd2956f58b623adcf7be9b6 (commit)
   via  dfd362f1cf59832fd4cf201bf2fdff4b63e900ae (commit)
   via  88951787547f1907246a3025745eb4aca8fb3b36 (commit)
   via  261b28dee072d8e7e957144e23e8d8f335987b62 (commit)
   via  5873fb04e4e1f84e97271988596d0c0604a7ff7b (commit)
   via  0f9a277fff0a72775393002dc65b7f60a8b10ff2 (commit)
   via  d2f57ef837478403a741accb33121acb539d359b (commit)
   via  fc925b4c5ffae6eb58e0c3a15d63d59e4e85bb36 (commit)
   via  f728d3911f8f91b68e9191657658135ef6d6e3b1 (commit)
   via  adcf7253b0b75d77b242735abd67bcd4af3f3809 (commit)
   via  9bdecb6a818bf02bcdefce2e9d91fb9a91958b5c (commit)
   via  3ae2fa14a342adcbe8cceddfc277abbbf21904e3 (commit)
   via  2c786a16486db36dd7bb8cd561c9a2713b602143 (commit)
   via  14001295a1a2e2c0b751c48890ccfd710467be94 (commit)
   via  baad03b9985a87b05e6823ffc24616f70c939b64 (commit)
   via  c9ca75f0d1418a1080927131bdeebd931ed0a638 (commit)
   via  9d5f3e63f974a84a6c0894d2d2ae580a2d9b0a3c (commit)
   via  9dd911fb1c98bc3105444bb460cccf065bfda300 (commit)
  from  aa8eb9360b768d0056a096eff969f72e98785ed6 (commit)


- Log -
---

Summary of changes:
 po/cs.po |   10 +++---
 po/de.po |   14 +++---
 po/el.po |5 ++---
 po/ja.po |   17 ++---
 po/ru.po |   10 +-
 po/sl.po |7 +++
 po/tr.po |6 +++---
 7 files changed, 33 insertions(+), 36 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 5069f0b..ff3fd36 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-01-31 23:33+0200\n
+PO-Revision-Date: 2012-02-02 15:07+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12615,15 +12615,19 @@ msgstr Procento využití vyrovnávací paměti MyISAM 
pro klíče
 #, php-format
 msgid %% MyISAM key buffer used: %s%%, this value should be above 95%%
 msgstr 
+Využití vyrovnávací paměti klíčů MyISAM: %s%%, tato hodnota by měla být nad 
+95%%
 
 #: po/advisory_rules.php:175
 msgid Percentage of index reads from memory
-msgstr 
+msgstr Procento čtení klíčů z paměti
 
 #: po/advisory_rules.php:176
 #, php-format
 msgid The %% of indexes that use the MyISAM key buffer is low.
 msgstr 
+Procento klíčů, které používají vyrovnávací paměť klíčů MyISAM, je příliš 
+nízké.
 
 #: po/advisory_rules.php:177
 msgid You may need to increase {key_buffer_size}.
@@ -12632,7 +12636,7 @@ msgstr Mohlo by být potřeba zvýšit {key_buffer_size}.
 #: po/advisory_rules.php:178
 #, php-format
 msgid Index reads from memory: %s%%, this value should be above 95%%
-msgstr 
+msgstr Čtení klíčů z paměti: %s%%, tato hodnota by měla být pod 95%%
 
 #: po/advisory_rules.php:180
 msgid Rate of table open
diff --git a/po/de.po b/po/de.po
index a99eabd..bf09702 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2011-12-17 15:45+0200\n
-Last-Translator: Rouslan Placella rous...@placella.com\n
+PO-Revision-Date: 2012-02-02 14:27+0200\n
+Last-Translator: cybot p...@sebastianmendel.de\n
 Language-Team: german d...@li.org\n
 Language: de\n
 MIME-Version: 1.0\n
@@ -849,7 +849,7 @@ msgstr Der gewählte Export-Typ kann nur als Datei 
exportiert werden!
 
 #: export.php:106
 msgid Bad parameters!
-msgstr Ungültiger Parameter!
+msgstr Ungültige Parameter!
 
 #: export.php:166 export.php:191 export.php:652
 #, php-format
@@ -869,16 +869,16 @@ msgstr 
 msgid The web server does not have permission to save the file %s.
 msgstr Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.
 
-# Schema is not the right word for it, because a dump contains also data, and
+# Schema is not the right word for it, because a dump contains also data, and

 # NOT just the scheme.
 #: export.php:654
 #, php-format
 msgid Dump has been saved to file %s.
-msgstr Dump wurde in Datei %s gespeichert.
+msgstr Auflistung wurde in Datei %s gespeichert.
 
 #: file_echo.php:21
 msgid Invalid export type
-msgstr Ungültiger Exporttyp
+msgstr Ungültiger Typ für Export.
 
 #: gis_data_editor.php:84
 #, php-format
@@ -887,7 +887,7 @@ msgstr Wert für die Spalte \%s\
 
 #: gis_data_editor.php:113 tbl_gis_visualization.php:172
 msgid Use OpenStreetMaps as Base Layer
-msgstr Verwende OpenStreetMaps als Basis-Layer
+msgstr Verwende OpenStreetMaps als Basis-Satz
 
 #: gis_data_editor.php:134
 msgid SRID
diff --git a/po/el.po b/po/el.po
index fb741f6..e2902e9 100644

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1067-gdea23c8

2012-02-03 Thread Michal Čihař
The branch, master has been updated
   via  dea23c88fd048bc2f92ef5323ddbaa505002 (commit)
   via  17f4590c955e32ea972741fb02dd9922521a11cd (commit)
   via  2b736fa66d22d8d68fd2956f58b623adcf7be9b6 (commit)
   via  dfd362f1cf59832fd4cf201bf2fdff4b63e900ae (commit)
   via  88951787547f1907246a3025745eb4aca8fb3b36 (commit)
   via  261b28dee072d8e7e957144e23e8d8f335987b62 (commit)
   via  5873fb04e4e1f84e97271988596d0c0604a7ff7b (commit)
   via  0f9a277fff0a72775393002dc65b7f60a8b10ff2 (commit)
   via  d2f57ef837478403a741accb33121acb539d359b (commit)
   via  fc925b4c5ffae6eb58e0c3a15d63d59e4e85bb36 (commit)
   via  f728d3911f8f91b68e9191657658135ef6d6e3b1 (commit)
   via  adcf7253b0b75d77b242735abd67bcd4af3f3809 (commit)
   via  9bdecb6a818bf02bcdefce2e9d91fb9a91958b5c (commit)
   via  3ae2fa14a342adcbe8cceddfc277abbbf21904e3 (commit)
   via  2c786a16486db36dd7bb8cd561c9a2713b602143 (commit)
   via  14001295a1a2e2c0b751c48890ccfd710467be94 (commit)
   via  baad03b9985a87b05e6823ffc24616f70c939b64 (commit)
   via  c9ca75f0d1418a1080927131bdeebd931ed0a638 (commit)
   via  9d5f3e63f974a84a6c0894d2d2ae580a2d9b0a3c (commit)
   via  9dd911fb1c98bc3105444bb460cccf065bfda300 (commit)
  from  f9584261dc6ea5000be85561164c6b3a5caac082 (commit)


- Log -
commit dea23c88fd048bc2f92ef5323ddbaa505002
Merge: f958426 17f4590
Author: Michal Čihař mic...@cihar.com
Date:   Fri Feb 3 12:18:44 2012 +0100

Merge branch 'QA_3_5'

---

Summary of changes:
 po/cs.po |   10 +++---
 po/de.po |   14 +++---
 po/el.po |5 ++---
 po/ja.po |   17 ++---
 po/ru.po |   10 +-
 po/sl.po |7 +++
 po/tr.po |6 +++---
 7 files changed, 33 insertions(+), 36 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 5069f0b..ff3fd36 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-01-31 23:33+0200\n
+PO-Revision-Date: 2012-02-02 15:07+0200\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12615,15 +12615,19 @@ msgstr Procento využití vyrovnávací paměti MyISAM 
pro klíče
 #, php-format
 msgid %% MyISAM key buffer used: %s%%, this value should be above 95%%
 msgstr 
+Využití vyrovnávací paměti klíčů MyISAM: %s%%, tato hodnota by měla být nad 
+95%%
 
 #: po/advisory_rules.php:175
 msgid Percentage of index reads from memory
-msgstr 
+msgstr Procento čtení klíčů z paměti
 
 #: po/advisory_rules.php:176
 #, php-format
 msgid The %% of indexes that use the MyISAM key buffer is low.
 msgstr 
+Procento klíčů, které používají vyrovnávací paměť klíčů MyISAM, je příliš 
+nízké.
 
 #: po/advisory_rules.php:177
 msgid You may need to increase {key_buffer_size}.
@@ -12632,7 +12636,7 @@ msgstr Mohlo by být potřeba zvýšit {key_buffer_size}.
 #: po/advisory_rules.php:178
 #, php-format
 msgid Index reads from memory: %s%%, this value should be above 95%%
-msgstr 
+msgstr Čtení klíčů z paměti: %s%%, tato hodnota by měla být pod 95%%
 
 #: po/advisory_rules.php:180
 msgid Rate of table open
diff --git a/po/de.po b/po/de.po
index a99eabd..bf09702 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2011-12-17 15:45+0200\n
-Last-Translator: Rouslan Placella rous...@placella.com\n
+PO-Revision-Date: 2012-02-02 14:27+0200\n
+Last-Translator: cybot p...@sebastianmendel.de\n
 Language-Team: german d...@li.org\n
 Language: de\n
 MIME-Version: 1.0\n
@@ -849,7 +849,7 @@ msgstr Der gewählte Export-Typ kann nur als Datei 
exportiert werden!
 
 #: export.php:106
 msgid Bad parameters!
-msgstr Ungültiger Parameter!
+msgstr Ungültige Parameter!
 
 #: export.php:166 export.php:191 export.php:652
 #, php-format
@@ -869,16 +869,16 @@ msgstr 
 msgid The web server does not have permission to save the file %s.
 msgstr Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.
 
-# Schema is not the right word for it, because a dump contains also data, and
+# Schema is not the right word for it, because a dump contains also data, and

 # NOT just the scheme.
 #: export.php:654
 #, php-format
 msgid Dump has been saved to file %s.
-msgstr Dump wurde in Datei %s gespeichert.
+msgstr Auflistung wurde in Datei %s gespeichert.
 
 #: file_echo.php:21
 msgid Invalid export type
-msgstr Ungültiger Exporttyp
+msgstr Ungültiger Typ für Export.
 
 #: gis_data_editor.php:84
 #, php-format
@@ -887,7 +887,7 @@ msgstr Wert für die Spalte \%s\
 
 #: gis_data_editor.php:113 tbl_gis_visualization.php:172
 msgid

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1055-g0af07fa

2012-02-03 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  0af07fa21353a5b85c94fd96123b61070140d6cd (commit)
   via  b2561c745f7baa06b1ba0b2082a241ea5120a6a8 (commit)
   via  8ee446eb322a4632db2c15012ce96e30c51d22c3 (commit)
   via  8f51ba128e0a8f8a6ebda2f8bde79fb46f56d484 (commit)
   via  9970b8b6e175a52fcf9d9581e84477431a343ea7 (commit)
   via  e7d83480eb91967b689e78ba7e6003e9554307fd (commit)
  from  17f4590c955e32ea972741fb02dd9922521a11cd (commit)


- Log -
---

Summary of changes:
 po/cs.po |   43 ---
 po/es.po |4 ++--
 po/tr.po |8 
 3 files changed, 30 insertions(+), 25 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index ff3fd36..3b9a81c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,11 +1,12 @@
-# Michal Čihař mic...@cihar.com, 2010, 2011.
+#
+# Michal Čihař mic...@cihar.com, 2010, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-02 15:07+0200\n
+PO-Revision-Date: 2012-02-03 17:12+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12660,38 +12661,42 @@ msgstr 
 hodinu
 
 #: po/advisory_rules.php:185
-#, fuzzy
 #| msgid Format of imported file
 msgid Percentage of used open files limit
-msgstr Formát importovaného souboru
+msgstr Využití limitu na otevřené soubory v procentech
 
 #: po/advisory_rules.php:186
 msgid 
 The number of open files is approaching the max number of open files.  You 
 may get a \Too many open files\ error.
 msgstr 
+Počet otevřených souborů se blíží maximu možného. V případě jeho dosažení 
+dostanete chybu „Příliš mnoho otevřených souborů“.
 
 #: po/advisory_rules.php:187 po/advisory_rules.php:192
 msgid 
 Consider increasing {open_files_limit}, and check the error log when 
 restarting after changing open_files_limit.
 msgstr 
+Zvažte zvýšení {open_files_limit}, restartujte a poté zkontrolujte chybové 
+záznamy.
 
 #: po/advisory_rules.php:188
 #, php-format
 msgid 
 The number of opened files is at %s%% of the limit. It should be below 85%%
 msgstr 
+Počet otevřených souborů je na %s%% maximálně povolených. Mělo by to být pod 
+85%%
 
 #: po/advisory_rules.php:190
 msgid Rate of open files
 msgstr Četnost otevírání souborů
 
 #: po/advisory_rules.php:191
-#, fuzzy
 #| msgid The number of pending log file fsyncs.
 msgid The rate of opening files is high.
-msgstr Počet nevyřízených synchronizací logovacích souborů.
+msgstr Četnost otevírání souborů je příliš velká.
 
 #: po/advisory_rules.php:193
 #, php-format
@@ -12702,22 +12707,21 @@ msgstr 
 #: po/advisory_rules.php:195
 #, php-format
 msgid Immediate table locks %%
-msgstr 
+msgstr Procento okamžitého získání zámku tabulky
 
 #: po/advisory_rules.php:196 po/advisory_rules.php:201
-#, fuzzy
 #| msgid  number of times that a table lock was acquired immediately.
 msgid Too many table locks were not granted immediately.
-msgstr Počet okamžitých získání zámku tabulky.
+msgstr Příliš mnoho zamykání tabulek čekalo na přidělení zámku.
 
 #: po/advisory_rules.php:197 po/advisory_rules.php:202
 msgid Optimize queries and/or use InnoDB to reduce lock wait.
-msgstr 
+msgstr Pro omezení čekání na zámky optimalizujte dotazy nebo použijte InnoDB.
 
 #: po/advisory_rules.php:198
 #, php-format
 msgid Immediate table locks: %s%%, this value should be above 95%%
-msgstr 
+msgstr Okamžitých zamčení tabulky: %s%%, tato hodnota by měla být nad 95%%
 
 #: po/advisory_rules.php:200
 msgid Table lock wait rate
@@ -12731,44 +12735,45 @@ msgstr 
 hodinu
 
 #: po/advisory_rules.php:205
-#, fuzzy
 #| msgid Key cache
 msgid Thread cache
-msgstr Vyrovnávací paměť klíčů
+msgstr Vyrovnávací paměť vláken
 
 #: po/advisory_rules.php:206
 msgid 
 Thread cache is disabled, resulting in more overhead from new connections to 
 MySQL.
 msgstr 
+Vyrovnávací paměť vláken je vypnutá, což způsobuje větší zátěž při nových 
+připojení k MySQL.
 
 #: po/advisory_rules.php:207
 msgid Enable the thread cache by setting {thread_cache_size}  0.
-msgstr 
+msgstr Povolte vyrovnávací paměť vláken nastavením {thread_cache_size}  0.
 
 #: po/advisory_rules.php:208
 msgid The thread cache is set to 0
-msgstr 
+msgstr Velikost vyrovnávací paměti vláken je nastavena na 0.
 
 #: po/advisory_rules.php:210
 #, php-format
 msgid Thread cache hit rate %%
-msgstr 
+msgstr Úspěšnost vyrovnávací paměti vláken
 
 #: po/advisory_rules.php:211
-#, fuzzy
 #| msgid Tracking is not active.
 msgid Thread cache is not efficient.
-msgstr Sledování není zapnuté.
+msgstr Vyrovnávací paměť vláken není efektivní.
 
 #: po/advisory_rules.php:212
 msgid Increase {thread_cache_size}.
-msgstr 
+msgstr Zvyšte {thread_cache_size}.
 
 #: po/advisory_rules.php:213
 #, php-format
 msgid

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1074-g898f921

2012-02-03 Thread Michal Čihař
The branch, master has been updated
   via  898f921e31970a6aa37b81af4472fbb7f25e8b70 (commit)
   via  0af07fa21353a5b85c94fd96123b61070140d6cd (commit)
   via  b2561c745f7baa06b1ba0b2082a241ea5120a6a8 (commit)
   via  8ee446eb322a4632db2c15012ce96e30c51d22c3 (commit)
   via  8f51ba128e0a8f8a6ebda2f8bde79fb46f56d484 (commit)
   via  9970b8b6e175a52fcf9d9581e84477431a343ea7 (commit)
   via  e7d83480eb91967b689e78ba7e6003e9554307fd (commit)
  from  dea23c88fd048bc2f92ef5323ddbaa505002 (commit)


- Log -
commit 898f921e31970a6aa37b81af4472fbb7f25e8b70
Merge: dea23c8 0af07fa
Author: Michal Čihař mic...@cihar.com
Date:   Fri Feb 3 17:13:22 2012 +0100

Merge branch 'QA_3_5'

---

Summary of changes:
 po/cs.po |   43 ---
 po/es.po |4 ++--
 po/tr.po |8 
 3 files changed, 30 insertions(+), 25 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index ff3fd36..3b9a81c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,11 +1,12 @@
-# Michal Čihař mic...@cihar.com, 2010, 2011.
+#
+# Michal Čihař mic...@cihar.com, 2010, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-02 15:07+0200\n
+PO-Revision-Date: 2012-02-03 17:12+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12660,38 +12661,42 @@ msgstr 
 hodinu
 
 #: po/advisory_rules.php:185
-#, fuzzy
 #| msgid Format of imported file
 msgid Percentage of used open files limit
-msgstr Formát importovaného souboru
+msgstr Využití limitu na otevřené soubory v procentech
 
 #: po/advisory_rules.php:186
 msgid 
 The number of open files is approaching the max number of open files.  You 
 may get a \Too many open files\ error.
 msgstr 
+Počet otevřených souborů se blíží maximu možného. V případě jeho dosažení 
+dostanete chybu „Příliš mnoho otevřených souborů“.
 
 #: po/advisory_rules.php:187 po/advisory_rules.php:192
 msgid 
 Consider increasing {open_files_limit}, and check the error log when 
 restarting after changing open_files_limit.
 msgstr 
+Zvažte zvýšení {open_files_limit}, restartujte a poté zkontrolujte chybové 
+záznamy.
 
 #: po/advisory_rules.php:188
 #, php-format
 msgid 
 The number of opened files is at %s%% of the limit. It should be below 85%%
 msgstr 
+Počet otevřených souborů je na %s%% maximálně povolených. Mělo by to být pod 
+85%%
 
 #: po/advisory_rules.php:190
 msgid Rate of open files
 msgstr Četnost otevírání souborů
 
 #: po/advisory_rules.php:191
-#, fuzzy
 #| msgid The number of pending log file fsyncs.
 msgid The rate of opening files is high.
-msgstr Počet nevyřízených synchronizací logovacích souborů.
+msgstr Četnost otevírání souborů je příliš velká.
 
 #: po/advisory_rules.php:193
 #, php-format
@@ -12702,22 +12707,21 @@ msgstr 
 #: po/advisory_rules.php:195
 #, php-format
 msgid Immediate table locks %%
-msgstr 
+msgstr Procento okamžitého získání zámku tabulky
 
 #: po/advisory_rules.php:196 po/advisory_rules.php:201
-#, fuzzy
 #| msgid  number of times that a table lock was acquired immediately.
 msgid Too many table locks were not granted immediately.
-msgstr Počet okamžitých získání zámku tabulky.
+msgstr Příliš mnoho zamykání tabulek čekalo na přidělení zámku.
 
 #: po/advisory_rules.php:197 po/advisory_rules.php:202
 msgid Optimize queries and/or use InnoDB to reduce lock wait.
-msgstr 
+msgstr Pro omezení čekání na zámky optimalizujte dotazy nebo použijte InnoDB.
 
 #: po/advisory_rules.php:198
 #, php-format
 msgid Immediate table locks: %s%%, this value should be above 95%%
-msgstr 
+msgstr Okamžitých zamčení tabulky: %s%%, tato hodnota by měla být nad 95%%
 
 #: po/advisory_rules.php:200
 msgid Table lock wait rate
@@ -12731,44 +12735,45 @@ msgstr 
 hodinu
 
 #: po/advisory_rules.php:205
-#, fuzzy
 #| msgid Key cache
 msgid Thread cache
-msgstr Vyrovnávací paměť klíčů
+msgstr Vyrovnávací paměť vláken
 
 #: po/advisory_rules.php:206
 msgid 
 Thread cache is disabled, resulting in more overhead from new connections to 
 MySQL.
 msgstr 
+Vyrovnávací paměť vláken je vypnutá, což způsobuje větší zátěž při nových 
+připojení k MySQL.
 
 #: po/advisory_rules.php:207
 msgid Enable the thread cache by setting {thread_cache_size}  0.
-msgstr 
+msgstr Povolte vyrovnávací paměť vláken nastavením {thread_cache_size}  0.
 
 #: po/advisory_rules.php:208
 msgid The thread cache is set to 0
-msgstr 
+msgstr Velikost vyrovnávací paměti vláken je nastavena na 0.
 
 #: po/advisory_rules.php:210
 #, php-format
 msgid Thread cache hit rate %%
-msgstr 
+msgstr Úspěšnost vyrovnávací paměti vláken
 
 #: po/advisory_rules.php:211
-#, fuzzy
 #| msgid Tracking is not active.
 msgid Thread cache is not efficient.
-msgstr

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1080-g7147561

2012-02-04 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  714756122561e21e175a553f615b42a1060ac584 (commit)
   via  0dc1c538f3b9e7ee36d6233369ce3d695080944e (commit)
   via  140c767cf76cb1c313cb39fbafab668e088aecae (commit)
   via  d2ad3c63d2360e4d61067984fda7ca7a78b0351c (commit)
   via  8d6f79b54d0559fa2429dac76e563c50677ddb5a (commit)
   via  f310251a503175f34047ea7d0b54ce8646d29735 (commit)
   via  e275c3cec168833859824df06a416f3bc22065e9 (commit)
   via  9e24739de44ed47ddf528fb3004c5d9c2dd83ed1 (commit)
   via  cd788681f53d555293914fdec26b976ad5d97176 (commit)
   via  8d5deec2052c4e6ab19a1e668e3fbbfd18329c9e (commit)
   via  ba7586fb19b66928e826168c950d0d72948b719a (commit)
   via  0d952d0193786af101dae7d63b2ffeec0f16e517 (commit)
   via  60b74be12324c523a9ddfeb7a84f1745c744696f (commit)
   via  90c678d4832a2aa8a6d61e09a4581cd5584f62f0 (commit)
   via  a92bb262dc418746e88d9a3c457cc10469f88533 (commit)
   via  da98330dcc507e4f3db5d90f6a2016fba6a23ff3 (commit)
   via  894936de58c47de73422b037e400b47342d63c36 (commit)
   via  a5ff19a4a4a574ca80d354a85a79b7c83316769d (commit)
   via  425b43c21041d4d330305d2ac510ffb27eb31146 (commit)
   via  5f4b86e5af4e9a70721edc4c2e48f18ebec72aef (commit)
   via  7e22d37c46002d73b1c4b285d95d7a8b0256f173 (commit)
   via  b0445a22a5da41043dde5165aacec5d402a19e91 (commit)
   via  c686803253fa19725c42657ba6827421a5295d20 (commit)
   via  b92a38d97384ea0c2a4f8af3e7e7dd4e115bc970 (commit)
   via  d146ca55bed8bfafe5a84f7a533d907b9017e553 (commit)
  from  0af07fa21353a5b85c94fd96123b61070140d6cd (commit)


- Log -
---

Summary of changes:
 po/cs.po |   14 +-
 po/de.po |   78 +++--
 2 files changed, 47 insertions(+), 45 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 3b9a81c..a6b1cb8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-03 17:12+0100\n
+PO-Revision-Date: 2012-02-04 10:37+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12860,10 +12860,9 @@ msgid %s%% of all connections are aborted. This value 
should be below 1%%
 msgstr 
 
 #: po/advisory_rules.php:235
-#, fuzzy
 #| msgid Persistent connections
 msgid Rate of aborted connections
-msgstr Trvalé připojení
+msgstr Četnost přerušených spojení
 
 #: po/advisory_rules.php:238
 #, php-format
@@ -12891,13 +12890,12 @@ msgstr 
 #: po/advisory_rules.php:243
 #, php-format
 msgid %s%% of all clients are aborted. This value should be below 2%%
-msgstr 
+msgstr %s%% všech klientů bylo přerušeno. Tato hodnota by měla být pod 2%%
 
 #: po/advisory_rules.php:245
-#, fuzzy
 #| msgid Format of imported file
 msgid Rate of aborted clients
-msgstr Formát importovaného souboru
+msgstr Četnost přerušení klientů
 
 #: po/advisory_rules.php:248
 #, php-format
@@ -12954,6 +12952,8 @@ msgid 
 Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, 
 it should not be below 20%%
 msgstr 
+Poměr velikosti záznamu a rezervy vyrovnávací paměti InnoDB je %s%%, ale 
+neměla by být pod 20%%
 
 #: po/advisory_rules.php:260
 msgid Max InnoDB log size
@@ -12980,7 +12980,7 @@ msgstr 
 #: po/advisory_rules.php:263
 #, php-format
 msgid Your absolute InnoDB log size is %s MiB
-msgstr 
+msgstr Velikost záznamu InnoDB je %s MiB
 
 #: po/advisory_rules.php:265
 msgid InnoDB buffer pool size
diff --git a/po/de.po b/po/de.po
index bf09702..840c3b5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-02 14:27+0200\n
-Last-Translator: cybot p...@sebastianmendel.de\n
+PO-Revision-Date: 2012-02-04 06:10+0200\n
+Last-Translator: minichip hol...@ronecker.com\n
 Language-Team: german d...@li.org\n
 Language: de\n
 MIME-Version: 1.0\n
@@ -789,9 +789,8 @@ msgid Versions
 msgstr Versionen
 
 #: db_tracking.php:136 tbl_tracking.php:415 tbl_tracking.php:683
-#, fuzzy
 msgid Tracking report
-msgstr Verfolgungs-Report
+msgstr Verfolgungs-Bericht
 
 #: db_tracking.php:137 tbl_tracking.php:235 tbl_tracking.php:685
 msgid Structure snapshot
@@ -878,7 +877,7 @@ msgstr Auflistung wurde in Datei %s gespeichert.
 
 #: file_echo.php:21
 msgid Invalid export type
-msgstr Ungültiger Typ für Export.
+msgstr Ungültiger Typ für Export
 
 #: gis_data_editor.php:84
 #, php-format
@@ -927,14 +926,15 @@ msgstr Punkt hinzufügen
 msgid Linestring
 msgstr LineString
 
+# Ankreis ist richtig http://de.wikipedia.org/wiki/Ankreis
 #: gis_data_editor.php

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1101-g4d23c71

2012-02-04 Thread Michal Čihař
The branch, master has been updated
   via  4d23c71fec0aaa0540285e365fec508cb498ad85 (commit)
   via  714756122561e21e175a553f615b42a1060ac584 (commit)
   via  20fffcae40cca6e73de1734a5d494fc6a85a06f5 (commit)
   via  0dc1c538f3b9e7ee36d6233369ce3d695080944e (commit)
   via  140c767cf76cb1c313cb39fbafab668e088aecae (commit)
   via  d2ad3c63d2360e4d61067984fda7ca7a78b0351c (commit)
   via  8d6f79b54d0559fa2429dac76e563c50677ddb5a (commit)
   via  f310251a503175f34047ea7d0b54ce8646d29735 (commit)
   via  e275c3cec168833859824df06a416f3bc22065e9 (commit)
   via  9e24739de44ed47ddf528fb3004c5d9c2dd83ed1 (commit)
   via  cd788681f53d555293914fdec26b976ad5d97176 (commit)
   via  8d5deec2052c4e6ab19a1e668e3fbbfd18329c9e (commit)
   via  ba7586fb19b66928e826168c950d0d72948b719a (commit)
   via  0d952d0193786af101dae7d63b2ffeec0f16e517 (commit)
   via  60b74be12324c523a9ddfeb7a84f1745c744696f (commit)
   via  90c678d4832a2aa8a6d61e09a4581cd5584f62f0 (commit)
   via  a92bb262dc418746e88d9a3c457cc10469f88533 (commit)
   via  da98330dcc507e4f3db5d90f6a2016fba6a23ff3 (commit)
   via  894936de58c47de73422b037e400b47342d63c36 (commit)
   via  a5ff19a4a4a574ca80d354a85a79b7c83316769d (commit)
   via  425b43c21041d4d330305d2ac510ffb27eb31146 (commit)
   via  5f4b86e5af4e9a70721edc4c2e48f18ebec72aef (commit)
   via  7e22d37c46002d73b1c4b285d95d7a8b0256f173 (commit)
   via  b0445a22a5da41043dde5165aacec5d402a19e91 (commit)
   via  c686803253fa19725c42657ba6827421a5295d20 (commit)
   via  b92a38d97384ea0c2a4f8af3e7e7dd4e115bc970 (commit)
   via  d146ca55bed8bfafe5a84f7a533d907b9017e553 (commit)
  from  898f921e31970a6aa37b81af4472fbb7f25e8b70 (commit)


- Log -
commit 4d23c71fec0aaa0540285e365fec508cb498ad85
Merge: 20fffca 7147561
Author: Michal Čihař mic...@cihar.com
Date:   Sat Feb 4 11:10:56 2012 +0100

Merge branch 'QA_3_5'

commit 20fffcae40cca6e73de1734a5d494fc6a85a06f5
Merge: 898f921 0dc1c53
Author: Michal Čihař mic...@cihar.com
Date:   Sat Feb 4 10:37:50 2012 +0100

Merge branch 'QA_3_5'

---

Summary of changes:
 po/cs.po |   14 +-
 po/de.po |   78 +++--
 2 files changed, 47 insertions(+), 45 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 3b9a81c..a6b1cb8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-03 17:12+0100\n
+PO-Revision-Date: 2012-02-04 10:37+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12860,10 +12860,9 @@ msgid %s%% of all connections are aborted. This value 
should be below 1%%
 msgstr 
 
 #: po/advisory_rules.php:235
-#, fuzzy
 #| msgid Persistent connections
 msgid Rate of aborted connections
-msgstr Trvalé připojení
+msgstr Četnost přerušených spojení
 
 #: po/advisory_rules.php:238
 #, php-format
@@ -12891,13 +12890,12 @@ msgstr 
 #: po/advisory_rules.php:243
 #, php-format
 msgid %s%% of all clients are aborted. This value should be below 2%%
-msgstr 
+msgstr %s%% všech klientů bylo přerušeno. Tato hodnota by měla být pod 2%%
 
 #: po/advisory_rules.php:245
-#, fuzzy
 #| msgid Format of imported file
 msgid Rate of aborted clients
-msgstr Formát importovaného souboru
+msgstr Četnost přerušení klientů
 
 #: po/advisory_rules.php:248
 #, php-format
@@ -12954,6 +12952,8 @@ msgid 
 Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, 
 it should not be below 20%%
 msgstr 
+Poměr velikosti záznamu a rezervy vyrovnávací paměti InnoDB je %s%%, ale 
+neměla by být pod 20%%
 
 #: po/advisory_rules.php:260
 msgid Max InnoDB log size
@@ -12980,7 +12980,7 @@ msgstr 
 #: po/advisory_rules.php:263
 #, php-format
 msgid Your absolute InnoDB log size is %s MiB
-msgstr 
+msgstr Velikost záznamu InnoDB je %s MiB
 
 #: po/advisory_rules.php:265
 msgid InnoDB buffer pool size
diff --git a/po/de.po b/po/de.po
index bf09702..840c3b5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-02 14:27+0200\n
-Last-Translator: cybot p...@sebastianmendel.de\n
+PO-Revision-Date: 2012-02-04 06:10+0200\n
+Last-Translator: minichip hol...@ronecker.com\n
 Language-Team: german d...@li.org\n
 Language: de\n
 MIME-Version: 1.0\n
@@ -789,9 +789,8 @@ msgid Versions
 msgstr Versionen
 
 #: db_tracking.php:136 tbl_tracking.php:415 tbl_tracking.php:683
-#, fuzzy
 msgid Tracking report
-msgstr Verfolgungs-Report
+msgstr Verfolgungs-Bericht
 
 #: db_tracking.php

[Phpmyadmin-git] [phpmyadmin/localized_docs] 49eea5: Update generated files

2012-02-05 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 49eea5c7d905865809ae89647c2c2bedcaf6cd9f
  
https://github.com/phpmyadmin/localized_docs/commit/49eea5c7d905865809ae89647c2c2bedcaf6cd9f
  Author: Michal Čihař mic...@cihar.com
  Date:   2012-02-05 (Sun, 05 Feb 2012)

  Changed paths:
M output/tr/Documentation.html
  M pot/ca-full.pot
  M pot/ca-html.pot
  M pot/ca-txt.pot
  M pot/cs-full.pot
  M pot/cs-html.pot
  M pot/cs-txt.pot
  M pot/da-full.pot
  M pot/da-html.pot
  M pot/da-txt.pot
  M pot/de-full.pot
  M pot/de-html.pot
  M pot/de-txt.pot
  M pot/el-full.pot
  M pot/el-html.pot
  M pot/el-txt.pot
  M pot/en_GB-full.pot
  M pot/en_GB-html.pot
  M pot/en_GB-txt.pot
  M pot/es-full.pot
  M pot/es-html.pot
  M pot/es-txt.pot
  M pot/fi-full.pot
  M pot/fi-html.pot
  M pot/fi-txt.pot
  M pot/fr-full.pot
  M pot/fr-html.pot
  M pot/fr-txt.pot
  M pot/gl-full.pot
  M pot/gl-html.pot
  M pot/gl-txt.pot
  M pot/hu-full.pot
  M pot/hu-html.pot
  M pot/hu-txt.pot
  M pot/hy-full.pot
  M pot/hy-html.pot
  M pot/hy-txt.pot
  M pot/it-full.pot
  M pot/it-html.pot
  M pot/it-txt.pot
  M pot/ja-full.pot
  M pot/ja-html.pot
  M pot/ja-txt.pot
  M pot/ka-full.pot
  M pot/ka-html.pot
  M pot/ka-txt.pot
  M pot/lt-full.pot
  M pot/lt-html.pot
  M pot/lt-txt.pot
  M pot/mn-full.pot
  M pot/mn-html.pot
  M pot/mn-txt.pot
  M pot/nb-full.pot
  M pot/nb-html.pot
  M pot/nb-txt.pot
  M pot/nl-full.pot
  M pot/nl-html.pot
  M pot/nl-txt.pot
  M pot/pl-full.pot
  M pot/pl-html.pot
  M pot/pl-txt.pot
  M pot/pt_BR-full.pot
  M pot/pt_BR-html.pot
  M pot/pt_BR-txt.pot
  M pot/ro-full.pot
  M pot/ro-html.pot
  M pot/ro-txt.pot
  M pot/sk-full.pot
  M pot/sk-html.pot
  M pot/sk-txt.pot
  M pot/sl-full.pot
  M pot/sl-html.pot
  M pot/sl-txt.pot
  M pot/sv-full.pot
  M pot/sv-html.pot
  M pot/sv-txt.pot
  M pot/tr-full.pot
  M pot/tr-html.pot
  M pot/tr-txt.pot
  M pot/zh_CN-full.pot
  M pot/zh_CN-html.pot
  M pot/zh_CN-txt.pot
  M pot/zh_TW-full.pot
  M pot/zh_TW-html.pot
  M pot/zh_TW-txt.pot

  Log Message:
  ---
  Update generated files



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 64b9a0213951b653da0687ec9af74db77cf06ea5

2012-02-05 Thread Michal Čihař
The branch, master has been updated
   via  64b9a0213951b653da0687ec9af74db77cf06ea5 (commit)
   via  ba902b303f84ea9b8b8aece87f9c7587b7140446 (commit)
   via  b2d55cae170e875e6d6c12e1d46d9f88ad60bfa9 (commit)
  from  082905f3d84eb3994ed3880e1f5bc680684f4d4c (commit)


- Log -
commit 64b9a0213951b653da0687ec9af74db77cf06ea5
Merge: ba902b3 082905f
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 14:10:19 2012 +0100

Merge branch 'master' of 
ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/website

commit ba902b303f84ea9b8b8aece87f9c7587b7140446
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 14:08:43 2012 +0100

More occurences of Improve

commit b2d55cae170e875e6d6c12e1d46d9f88ad60bfa9
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 12:59:05 2012 +0100

Change link name to contribute

---

Summary of changes:
 data/menu.py  |2 +-
 templates/improve.tpl |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/menu.py b/data/menu.py
index ffcdb76..8b344c0 100644
--- a/data/menu.py
+++ b/data/menu.py
@@ -27,7 +27,7 @@ MENU = [
 ('support', 'Support'),
 ('docs', 'Docs'),
 ('try', 'Try'),
-('improve', 'Improve'),
+('improve', 'Contribute'),
 ('themes', 'Themes'),
 ('downloads', 'Download'),
 ]
diff --git a/templates/improve.tpl b/templates/improve.tpl
index f733eb9..4e8750f 100644
--- a/templates/improve.tpl
+++ b/templates/improve.tpl
@@ -1,10 +1,10 @@
 html xmlns:py=http://genshi.edgewall.org/; 
xmlns:xi=http://www.w3.org/2001/XInclude; py:strip=
 
-py:def function=page_titleImprove/py:def
+py:def function=page_titleContribute/py:def
 
 div py:match=content id=body
 
-h2Improve phpMyAdmin/h2
+h2Contribute to phpMyAdmin/h2
 
 p
 As a free software project, phpMyAdmin is very open to your contributions. You 
don't


hooks/post-receive
-- 
phpMyAdmin website

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 82464b46678e32b780f69b5b5d2fc4e0e694d0dd

2012-02-05 Thread Michal Čihař
The branch, master has been updated
   via  82464b46678e32b780f69b5b5d2fc4e0e694d0dd (commit)
  from  64b9a0213951b653da0687ec9af74db77cf06ea5 (commit)


- Log -
commit 82464b46678e32b780f69b5b5d2fc4e0e694d0dd
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 14:15:42 2012 +0100

Mention 3.5.0 on about page

---

Summary of changes:
 templates/about.tpl |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/templates/about.tpl b/templates/about.tpl
index 5285124..d7f9466 100644
--- a/templates/about.tpl
+++ b/templates/about.tpl
@@ -58,6 +58,7 @@ development in 2001.
 lia href=http://wiki.phpmyadmin.net/pma/phpMyAdmin_3.2;3.2.0/a (June 9, 
2009): Added many small features./li
 lia href=http://wiki.phpmyadmin.net/pma/phpMyAdmin_3.3;3.3.0/a (March 
7, 2010): Added new import and export modules, changes tracking, 
synchronization and support for replication configuration./li
 li3.4.0 (May 11, 2011): AJAXification of some parts, charts, visual query 
builder, user preferences, ENUM/SET editor./li
+li3.5.0 (probably Mar, 2012): Improved browsing, server monitoring, support 
for stored routines, events and triggers, openGIS support, Drizzle support./li
 /ul
 
 


hooks/post-receive
-- 
phpMyAdmin website

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 430c08fa8c350b23e3468530e29d59d70e8d9fa2

2012-02-05 Thread Michal Čihař
The branch, master has been updated
   via  430c08fa8c350b23e3468530e29d59d70e8d9fa2 (commit)
  from  82464b46678e32b780f69b5b5d2fc4e0e694d0dd (commit)


- Log -
commit 430c08fa8c350b23e3468530e29d59d70e8d9fa2
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 14:43:30 2012 +0100

Rewrite contribute page

It now just lists options with few details and points users to more
detailed page. The devel page would definitely need more attention.

---

Summary of changes:
 render.py   |2 +-
 templates/devel.tpl |  104 +++
 templates/improve.tpl   |  138 ++-
 templates/translate.tpl |   37 +
 4 files changed, 170 insertions(+), 111 deletions(-)
 create mode 100644 templates/devel.tpl
 create mode 100644 templates/translate.tpl

diff --git a/render.py b/render.py
index f5df112..b630e84 100755
--- a/render.py
+++ b/render.py
@@ -833,7 +833,7 @@ class SFGenerator:
 elif page in ['index', 'news']:
 priority = '1.0'
 changefreq = 'daily'
-elif page in ['improve', 'team', 'docs']:
+elif page in ['improve', 'team', 'docs', 'devel', 'translate']:
 priority = '1.0'
 changefreq = 'weekly'
 elif page in ['downloads', 'donate', 'themes', 'translations']:
diff --git a/templates/devel.tpl b/templates/devel.tpl
new file mode 100644
index 000..7e18f9d
--- /dev/null
+++ b/templates/devel.tpl
@@ -0,0 +1,104 @@
+html xmlns:py=http://genshi.edgewall.org/; 
xmlns:xi=http://www.w3.org/2001/XInclude; py:strip=
+
+py:def function=page_titleDeveloping phpMyAdmin/py:def
+
+div py:match=content id=body
+
+h2Developing phpMyAdmin/h2
+
+p
+phpMyAdmin is (as the name says) written in PHP and uses MySQL. Besides this,
+we also need people skilled in HTML, JavaScript and CSS, as these are parts
+which make our user interface. You don't have to be expert in all these areas
+- even knowing only one of them, you can still provide substantial help in
+creating or debugging some features.
+/p
+
+p
+For storing our code we use a href=http://git-scm.com/;Git/a.
+If you don't know it, you can get some basic facts in a
+href=http://en.wikipedia.org/wiki/Git_software;Wikipedia/a or
+reference in the comprehensive book a href=http://progit.org/;Pro Git/a.
+/p
+
+p
+You can find more information for developers on our 
+a href=http://wiki.phpmyadmin.net/pma/Development;wiki/a.
+/p
+
+h3Contributing code/h3
+p
+Once you have coded an improvement and you are ready to submit it to us,
+please use our a
+href=https://sourceforge.net/tracker/?group_id=23067amp;atid=377410;patch
+tracker/a, where developers will pick up your contributions or guide you
+through improving the patch.
+/p
+
+h3Simple tasks to start/h3
+p
+If you are looking for some simple task where you can start, check out
+our wiki page with a 
href=http://wiki.phpmyadmin.net/pma/Tasks_for_junior_developers;junior
+jobs/a where you can find some tips where to look.
+/p
+
+h3Source Code Repository/h3
+xi:include href=_gitdl.tpl /
+
+p
+You want to start with the codephpmyadmin/code repository. 
+Full list of repositories include:
+/p
+
+dl class=cvslist
+dtphpmyadmin/dtddphpMyAdmin code./dd
+dtwebsite/dtddWebsite code./dd
+dtthemes/dtddCustom themes./dd
+dtdata/dtddVarious project related data (such as logos, T-shirt 
graphics, etc.)./dd
+dthistory/dtddSome historical documents (old changelogs or website)./dd
+dtplanet/dtdda href=http://planet.phpmyadmin.net/;Planet 
phpMyAdmin/a configuration./dd
+dtlocalized_docs/dtddLocalized documentation./dd
+/dl
+
+p
+Examples of how to checkout phpMyAdmin code:
+/p
+
+pre
+#  Latest development version:
+git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
+/pre
+
+h3Repository Statistics/h3
+pSeveral statistics about the repository are available:/p
+ul
+lia href=http://cia.vc/stats/project/phpmyadmin/;CIA.vc/a/li
+lia href=http://www.ohloh.net/projects/phpmyadmin;Ohloh/a/li
+lia 
href=https://sourceforge.net/project/stats/detail.php?group_id=23067amp;ugn=phpmyadminamp;type=git;SourceForge.net/a/li
+/ul
+
+h3Coding Standards/h3
+p
+Standards should be obeyed in all cases when possible. Generated content
+should be valid XHTML 1.0 and CSS. PHP code should match a
+href=http://pear.php.net/manual/en/standards.php;PEAR Coding Standards/a
+and documented using a href=http://www.phpdoc.org/;phpDocumentator/a.
+More information about coding is available on a 
href=http://wiki.phpmyadmin.net/pma/Coding_guidelines;
+our wiki/a.
+/p
+
+h3Developer Documentation/h3
+
+pMore documentation can be found in the following places:/p
+ul
+lia href=http://wiki.phpmyadmin.net/pma/Development;Developers 
wiki/a/li
+lia href=http://www.phpmyadmin.net/phpdoc/;phpMyAdmin's internals
+(autogenerated via

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 9f07a4cbd435afa423d2ba9735b377a094e63dc1

2012-02-05 Thread Michal Čihař
The branch, master has been updated
   via  9f07a4cbd435afa423d2ba9735b377a094e63dc1 (commit)
  from  430c08fa8c350b23e3468530e29d59d70e8d9fa2 (commit)


- Log -
commit 9f07a4cbd435afa423d2ba9735b377a094e63dc1
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 14:49:04 2012 +0100

Improve page about support

---

Summary of changes:
 templates/support.tpl |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/templates/support.tpl b/templates/support.tpl
index 2f7ebbb..c140942 100644
--- a/templates/support.tpl
+++ b/templates/support.tpl
@@ -5,6 +5,16 @@
 div py:match=content id=body
 
 div class=floatbox
+h2Getting support/h2
+
+p
+The easiest way to get support is to use a 
href=http://sourceforge.net/forum/forum.php?forum_id=72909;help forum/a
+but we're ready to help on IRC or mailing list as well. Check bellow for more 
options.
+/p
+/div
+
+
+div class=floatbox
 h2Forum / IRC/h2
 ul
listronga 
href=http://sourceforge.net/forum/forum.php?forum_id=72909;Help 
Forum/a/strong/li
@@ -16,6 +26,11 @@
 
 div class=floatbox
 h2Trackers/h2
+
+p
+Trackers on SourceForge.net are used to track bug reports, requests for new 
features or proposed patches.
+/p
+
 ul
 li py:for=tracker in trackersa 
href=${tracker.link}${tracker.name}/a - ${tracker.description}/li
 /ul


hooks/post-receive
-- 
phpMyAdmin website

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. ea18b4cba5a75144bfa75ede2a8830faf519f730

2012-02-05 Thread Michal Čihař
The branch, master has been updated
   via  ea18b4cba5a75144bfa75ede2a8830faf519f730 (commit)
  from  9f07a4cbd435afa423d2ba9735b377a094e63dc1 (commit)


- Log -
commit ea18b4cba5a75144bfa75ede2a8830faf519f730
Author: Michal Čihař mic...@cihar.com
Date:   Sun Feb 5 15:03:30 2012 +0100

Link directly to new devel page

---

Summary of changes:
 templates/about-website.tpl |2 +-
 templates/downloads.tpl |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/about-website.tpl b/templates/about-website.tpl
index 9ffd4bc..3a341bc 100644
--- a/templates/about-website.tpl
+++ b/templates/about-website.tpl
@@ -12,7 +12,7 @@ This website is implemented in a 
href=http://python.org/;Python/a, uses
 a href=http://pysvn.tigris.org/;PySVN/a to grab external data and 
 a href=http://genshi.edgewall.org/;Genshi/a to generate web pages. Source
 code of it is available in phpMyAdmin SVN under codetrunk/website/code
-(see a href=${base_url}improve.${file_ext}#develdeveloper information/a 
for
+(see a href=${base_url}devel.${file_ext}developer information/a for
 information how to access it).
 /p
 
diff --git a/templates/downloads.tpl b/templates/downloads.tpl
index c8fe45f..8466629 100644
--- a/templates/downloads.tpl
+++ b/templates/downloads.tpl
@@ -64,7 +64,7 @@
 
 p
 More information about using Git is available on a
-href=${base_url}improve.${file_ext}#develdevelopment page/a.
+href=${base_url}devel.${file_ext}development page/a.
 /p
 
 h2Older Releases/h2
@@ -72,7 +72,7 @@
 You can find older releases on a
 href=https://sourceforge.net/projects/phpmyadmin/files/;SourceForge
 files page/a. You can also get them 
-from our Git repository (check a 
href=${base_url}improve.${file_ext}#develdeveloper information/a for 
instructions).
+from our Git repository (check a 
href=${base_url}devel.${file_ext}developer information/a for instructions).
 /p
 
 h2a id=distributions/aDistributions/h2


hooks/post-receive
-- 
phpMyAdmin website

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 71cad8f608ce338bbe0e76921fd267ca0278ef21

2012-02-06 Thread Michal Čihař
The branch, master has been updated
   via  71cad8f608ce338bbe0e76921fd267ca0278ef21 (commit)
  from  ea18b4cba5a75144bfa75ede2a8830faf519f730 (commit)


- Log -
commit 71cad8f608ce338bbe0e76921fd267ca0278ef21
Author: Isaac Bennetch benne...@gmail.com
Date:   Mon Feb 6 09:09:07 2012 +0100

Various improvements to support and contribute pages

---

Summary of changes:
 templates/improve.tpl |   16 +---
 templates/support.tpl |2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/templates/improve.tpl b/templates/improve.tpl
index 3ad2258..952937e 100644
--- a/templates/improve.tpl
+++ b/templates/improve.tpl
@@ -16,8 +16,8 @@ in a project (code is welcome too, of course!).
 
 p
 Interested in helping other users to use phpMyAdmin? You can join any of
-a href=${base_url}support.${file_ext}support/a we provide and help users 
-
-there IRC, mailing lists and web forums, where you can share your experience.
+a href=${base_url}support.${file_ext}support/a we provide and help users 
+there emdash; IRC, mailing lists and web forums, where you can share your 
experience.
 /p
 
 h3 id=translateLocalization/h3
@@ -26,7 +26,7 @@ there IRC, mailing lists and web forums, where you can share 
your experience.
 phpMyAdmin is being translated to many languages, but maybe your language is 
not 
 really up to date? You can easily contribute on our
 a href=https://l10n.cihar.com/projects/phpmyadmin/;translation server/a.
-You can find out more on a href=${base_url}translate.${file_ext}separate
+You can find out more on a href=${base_url}translate.${file_ext}translation
 page/a.
 /p
 
@@ -42,15 +42,17 @@ you face with them.
 h3Documentation writer/h3
 
 p
-Do you feel our documentation misses some points? We welcome additions here
-just let us know your changes. Should you know git, you can directly send 
patches or 
-merge requests, but this is not strictly necessary.
+Do you 
+feel our documentation misses some points? We welcome additions, just 
+let us know how you think the documentation can be improved. You can 
+open a a 
href=http://sourceforge.net/tracker/?group_id=23067atid=377410;patch 
tracker/a item with your suggestions. Should 
+you know git, you can directly submit patches, but this is not necessary.
 /p
 
 h3 id=develDeveloping/h3
 
 p
-Coding contriubtions are very welcome, the easiest way is to for our code on 
github 
+Coding contributions are very welcome, the easiest way is to for our code on 
github 
 and submit a merge request. We really welcome bug fixes or new features. 
 You can find out more on a href=${base_url}devel.${file_ext}separate
 page/a.
diff --git a/templates/support.tpl b/templates/support.tpl
index c140942..153ea11 100644
--- a/templates/support.tpl
+++ b/templates/support.tpl
@@ -9,7 +9,7 @@
 
 p
 The easiest way to get support is to use a 
href=http://sourceforge.net/forum/forum.php?forum_id=72909;help forum/a
-but we're ready to help on IRC or mailing list as well. Check bellow for more 
options.
+but we're ready to help on IRC or mailing list as well. Check below for more 
options.
 /p
 /div
 


hooks/post-receive
-- 
phpMyAdmin website

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_5_0BETA1-1115-g5e2ba8a

2012-02-06 Thread Michal Čihař
The branch, master has been updated
   via  5e2ba8a8b8ec7b0b912c07ed3f6b17de59a2d66f (commit)
   via  8903904d156089d675f52a3db84b60c7db7f81ab (commit)
  from  2ee107c8023a1994563882c832efdeb5ffd16896 (commit)


- Log -
commit 5e2ba8a8b8ec7b0b912c07ed3f6b17de59a2d66f
Merge: 2ee107c 8903904
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 10:00:14 2012 +0100

Merge branch 'QA_3_5'

---

Summary of changes:
 po/cs.po |   19 ---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 3822101..d59c557 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-05 21:44+0100\n
+PO-Revision-Date: 2012-02-06 09:58+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12857,6 +12857,9 @@ msgid 
 source-of-aborted_connects/\This article/a might help you track down the 
 source.
 msgstr 
+Připojení jsou obvykle přerušena pokud nemůže být autorizováno. a href=
+\http://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-the-;
+source-of-aborted_connects/\Tento článek/a vám může pomoc najít příčinu.
 
 #: po/advisory_rules.php:233
 #, php-format
@@ -12890,6 +12893,9 @@ msgid 
 MySQL properly. This can be due to network issues or code not closing a 
 database handler properly. Check your network and code.
 msgstr 
+Klienti jsou obvykle přerušeni pokud korektně neukončí připojení k serveru. 
+Toto může být způsobeno problémy na síti nebo chybným kódem klienta, který 
+spojení neukončí. Prosím zkontrolujte obě tyto možnosti.
 
 #: po/advisory_rules.php:243
 #, php-format
@@ -12929,12 +12935,12 @@ msgid InnoDB log size
 msgstr Velikost záznamu InnoDB
 
 #: po/advisory_rules.php:256
-#, fuzzy
 #| msgid The number writes done to the InnoDB buffer pool.
 msgid 
 The InnoDB log file size is not an appropriate size, in relation to the 
 InnoDB buffer pool.
-msgstr Počet zápisů provedených do InnoDB bufferu.
+msgstr 
+Velikost záznamu InnoDB neodpovídá velikosti vyrovnávací paměti InnoDB.
 
 #: po/advisory_rules.php:257
 #, php-format
@@ -13017,6 +13023,10 @@ msgid 
 perfectly adequate for your system if you don't have much InnoDB tables or 
 other services running on the same machine.
 msgstr 
+V současné době používáte %s%% vaší paměti pro vyrovnávací paměť InnoDB. 
+Tato kontrola je aktivní pokud je to méně než 60%%, ale vaše nastavení může 
+být přesto správné, pokud nemáte mnoho InnoDB tabulek nebo na tomto počítači 
+běží i další služby.
 
 #: po/advisory_rules.php:270
 msgid MyISAM concurrent inserts
@@ -13032,6 +13042,9 @@ msgid 
 writers for a given table. See also a href=\http://dev.mysql.com/doc/;
 refman/5.5/en/concurrent-inserts.html\MySQL Documentation/a
 msgstr 
+Nastavením {concurrent_insert} na 1 omezíte blokování mezi čtením a zápisem 
+pro jednotlivé tabulky. Podrobněji je toto popsáno v a href=\http://dev.;
+mysql.com/doc/refman/5.5/en/concurrent-inserts.html\dokumentaci MySQL/a.
 
 #: po/advisory_rules.php:273
 msgid concurrent_insert is set to 0


hooks/post-receive
-- 
phpMyAdmin

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-1094-gb281be3

2012-02-06 Thread Michal Čihař
The branch, QA_3_5 has been updated
   via  b281be398e3d777eee0ac3bfa79aeca4de5f5971 (commit)
   via  e674d3ad55f91926cd415581f8c67575fa44d386 (commit)
   via  97910266d8bff62a779a5ad820de153bac215d3d (commit)
   via  7e5770fc18040f1713decfc84208473fc7a6f732 (commit)
  from  8903904d156089d675f52a3db84b60c7db7f81ab (commit)


- Log -
---

Summary of changes:
 po/cs.po |   63 +-
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index d59c557..e712ddd 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgstr 
 Project-Id-Version: phpMyAdmin 3.5.0-beta2\n
 Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n
 POT-Creation-Date: 2012-01-31 11:09+0100\n
-PO-Revision-Date: 2012-02-06 09:58+0100\n
+PO-Revision-Date: 2012-02-06 11:37+0100\n
 Last-Translator: Michal Čihař mic...@cihar.com\n
 Language-Team: czech c...@li.org\n
 Language: cs\n
@@ -12319,6 +12319,14 @@ msgid 
 (often invalidated due to table updates) increasing {query_cache_limit} 
 might reduce efficiency.
 msgstr 
+Změněním {query_cache_limit} (obvykle zvýšením) můžete zvýšit efektivitu. 
+Tato proměnná určuje maximální velikost výsledku dotazu, který bude uložen 
+ve vyrovnávací paměti. Pokud máte mnoho výsledků dotazů nad 1 MiB, které 
+jsou vhodné ke cachování (jsou často čteny a minimálně zapisovány), tak 
+zvýšením {query_cache_limit} zvýšíte úspěšnost vyrovnávací paměti. Na druhou 
+stranu, pokud dotazy nad 1 MiB nejsou vhodné ke cachování (například se daná 
+tabulka příliš často mění), zvýšením {query_cache_limit} pravděpodobně 
+úspěšnost snížíte.
 
 #: po/advisory_rules.php:108
 msgid query_cache_limit is set to 1 MiB
@@ -12424,6 +12432,11 @@ msgid 
 scans. Other than that full index scans can only be reduced by rewriting 
 queries.
 msgstr 
+Toto obvykle znamená, že dochází k častému procházení celých klíčů. Toto je 
+sice rychlejší než procházení celých tabulek, ale přesto se jedná o poměrně 
+náročnou operaci. Pokud jsou některé z velkých tabulek často měněny dotazy 
+UPDATE nebo DELETE, spuštěním „OPTIMIZE TABLE“ můžete situaci vylepšit. 
+Kromě toho je možné se procházení klíčů vyhnout jen přepsáním dotazů.
 
 #: po/advisory_rules.php:133
 #, php-format
@@ -12528,6 +12541,12 @@ msgid 
 mentioned in the beginning of an a href=\http://www.facebook.com/note.php?;
 note_id=10150111255065841comments\Article by the Pythian Group/a
 msgstr 
+Může pomoci zvětšení {max_heap_table_size} a {tmp_table_size}. Některé 
+dočasné tabulky jsou však zapisovány na disk bez ohledu na tato nastavení. 
+Jich se můžete zbavit jen přepsáním dotazů a obejitím těchto podmínek 
+(přítomnost polí BLOB, TEXT nebo jiných větších než 512 bajtů). Podrobněji 
+je tato problematika popsána na začátku a href=\http://www.facebook.com/;
+note.php?note_id=10150111255065841comments\článku od Pythian Group/a.
 
 #: po/advisory_rules.php:153
 #, php-format
@@ -12552,6 +12571,12 @@ msgid 
 mentioned in the a href=\http://dev.mysql.com/doc/refman/5.5/en/internal-;
 temporary-tables.html\MySQL Documentation/a
 msgstr 
+Může pomoci zvětšení {max_heap_table_size} a {tmp_table_size}. Některé 
+dočasné tabulky jsou však zapisovány na disk bez ohledu na tato nastavení. 
+Jich se můžete zbavit jen přepsáním dotazů a obejitím těchto podmínek 
+(přítomnost polí BLOB, TEXT nebo jiných větších než 512 bajtů). Více se 
+můžete dozvědět v a href=\http://dev.mysql.com/doc/refman/5.5/en/internal-;
+temporary-tables.html\dokumentaci MySQL/a.
 
 #: po/advisory_rules.php:158
 #, php-format
@@ -12599,6 +12624,9 @@ msgid 
 tables to see if indexes have been removed, or examine queries and 
 expectations about what indexes are being used.
 msgstr 
+Můžete potřebovat snížit velikost {key_buffer_size}, projít tabulky, jestli 
+nebyly odstraněny nějaké klíče, případně prozkoumat jestli dotazy klíče 
+správně využívají.
 
 #: po/advisory_rules.php:168
 #, php-format
@@ -12835,6 +12863,9 @@ msgid 
 do not close database handlers properly get killed sooner. Make sure the 
 code closes database handlers properly.
 msgstr 
+Zvyšte max_connections, nebo snižte wait_timeout tak, aby byla rychleji 
+uzavřena připojení, která nebyla správně ukončena. Ujistěte se, že klienti 
+správně ukončují připojení k databázi.
 
 #: po/advisory_rules.php:228
 #, php-format
@@ -12955,6 +12986,16 @@ msgid 
 fine. See also a href=\http://mysqldatabaseadministration.blogspot.;
 com/2007/01/increase-innodblogfilesize-proper-way.html\this blog entry/a
 msgstr 
+Obzvláště na systémech s hodně zápisy do InnoDB je vhodne nastavit 
+innodb_log_file_size na 25%% {innodb_buffer_pool_size}. Na druhou stranu čím 
+větší je hodnota, tím déle bude trvat obnova databáze v případě problému, 
+takže není vhodné mít tuto hodnotu nastaveno na více než 256 MiB. Prosím 
+uvědomte si, že

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 0c4bdbd6a365aabd25e010b489618b2fd291c684

2012-02-06 Thread Michal Čihař
The branch, master has been updated
   via  0c4bdbd6a365aabd25e010b489618b2fd291c684 (commit)
   via  8362f239d3ee646b1436214a1a9feb050ea503dd (commit)
   via  8ebf6a84a611f84d36e2622e9e09b96915856b2a (commit)
   via  776fcb5e92f44ff2eb7cd91277aea4ce819cb1a7 (commit)
   via  e86406b07704b42cdb43e6d74c31c0ec1f709cb2 (commit)
   via  9ed8cac1e86ed2045e064337ebcf201f9544f515 (commit)
   via  95c6b73e93b9a835cd4b5f231eca6baf1555a030 (commit)
   via  e7449bf03105ba264de79619e67d6f94e7ac659e (commit)
   via  6c163b387a31e6c42d2c8144277b91a0ffe19d7d (commit)
   via  c47e4b094e5f7fec8ac622c3e1f635264d48a724 (commit)
   via  0f2e7523626ceb3c94fd65ee2e191d5c317f2617 (commit)
   via  3231dea753e942da47ced42cbba39d3b2b1d9866 (commit)
   via  e68a073c1352a6ba727d3fb94dcaf9b494e5e811 (commit)
   via  bed81090ba6f24986db33316273a9d041af3aab1 (commit)
  from  f61497f9f6edb9538385a09e729bb9fcfae1d7c4 (commit)


- Log -
commit 0c4bdbd6a365aabd25e010b489618b2fd291c684
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 19:22:02 2012 +0100

Move git RSS link to github

commit 8362f239d3ee646b1436214a1a9feb050ea503dd
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 19:08:46 2012 +0100

It seems we have even more po files

commit 8ebf6a84a611f84d36e2622e9e09b96915856b2a
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 19:04:55 2012 +0100

Explicitely mention that phpmyadmin is the repository most people want

commit 776fcb5e92f44ff2eb7cd91277aea4ce819cb1a7
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 19:03:50 2012 +0100

Replace sf.net git stats with the ones from github

commit e86406b07704b42cdb43e6d74c31c0ec1f709cb2
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:46:26 2012 +0100

Use github for checking out the sources

commit 9ed8cac1e86ed2045e064337ebcf201f9544f515
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:45:27 2012 +0100

Use github in link for translators

commit 95c6b73e93b9a835cd4b5f231eca6baf1555a030
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:43:13 2012 +0100

Make DOAP point to github

commit e7449bf03105ba264de79619e67d6f94e7ac659e
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:41:59 2012 +0100

Make links on security announcements point to github

commit 6c163b387a31e6c42d2c8144277b91a0ffe19d7d
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:40:02 2012 +0100

Fix clone command

commit c47e4b094e5f7fec8ac622c3e1f635264d48a724
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:39:07 2012 +0100

Add missing .git suffix

commit 0f2e7523626ceb3c94fd65ee2e191d5c317f2617
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:38:57 2012 +0100

Fix vcs-* headers

commit 3231dea753e942da47ced42cbba39d3b2b1d9866
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:37:48 2012 +0100

Avoid hardcoding path to git repo

commit e68a073c1352a6ba727d3fb94dcaf9b494e5e811
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:35:13 2012 +0100

Fix git template for github

commit bed81090ba6f24986db33316273a9d041af3aab1
Author: Michal Čihař mic...@cihar.com
Date:   Mon Feb 6 18:26:43 2012 +0100

Cache results of translation stats

---

Summary of changes:
 render.py |   19 ++-
 templates/_gitdl.tpl  |4 ++--
 templates/_page.tpl   |4 ++--
 templates/devel.tpl   |   10 +++---
 templates/index.tpl   |2 +-
 templates/phpmyadmin-doap.xml.tpl |4 ++--
 templates/security/_page.tpl  |6 +++---
 templates/translate.tpl   |2 +-
 8 files changed, 32 insertions(+), 19 deletions(-)

diff --git a/render.py b/render.py
index b630e84..c075dbe 100755
--- a/render.py
+++ b/render.py
@@ -85,9 +85,9 @@ PROJECT_FILES_RSS = 
'https://sourceforge.net/api/file/index/project-id/%d/rss' %
 PROJECT_NEWS_RSS = 
'https://sourceforge.net/export/rss2_projnews.php?group_id=%drss_fulltext=1limit=10'
 % PROJECT_ID
 PROJECT_SUMMARY_RSS = 
'https://sourceforge.net/export/rss2_projsummary.php?group_id=%d' % PROJECT_ID
 DONATIONS_RSS = 
'https://sourceforge.net/export/rss2_projdonors.php?group_id=%dlimit=20' % 
PROJECT_ID
-PROJECT_VCS_RSS = 
'http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin;a=rss'
+PROJECT_VCS_RSS = 
'https://github.com/phpmyadmin/phpmyadmin/commits/master.atom'
 PROJECT_DL = 'http://prdownloads.sourceforge.net/%s/%%s' % PROJECT_NAME
-PROJECT_GIT = 
'git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin'
+PROJECT_GIT = 'git://github.com/phpmyadmin/phpmyadmin.git'
 PLANET_RSS = 'http://planet.phpmyadmin.net/rss20.xml'
 RSS_CZ = 'http://phpmyadmin.cz/rss.xml'
 RSS_RU = 'http://php-myadmin.ru/rss/news.xml'
@@ -906,6 +906,7 @@ class

[Phpmyadmin-git] [phpmyadmin/website] f0590a: Better link text

2012-02-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: f0590a49fc3e21d2d9c471cbae008910d7e29946
  
https://github.com/phpmyadmin/website/commit/f0590a49fc3e21d2d9c471cbae008910d7e29946
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
M templates/improve.tpl

  Log Message:
  ---
  Better link text



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 9df69a: Merge remote-tracking branch 'origin/QA_3_5'

2012-02-07 Thread Michal Čihař
 paths:
M po/pl.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 4ee966983488e5872e46093f4b18ba23247f6af9
  
https://github.com/phpmyadmin/phpmyadmin/commit/4ee966983488e5872e46093f4b18ba23247f6af9
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
M po/el.po
  M po/pl.po
  M po/ru.po
  M po/tr.po

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/4bd1223...4ee9669
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c9995c: Update docs to point to github

2012-02-07 Thread Michal Čihař
  Branch: refs/heads/QA_3_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c9995cb774cdcc19a35c4d95bb8563080d7be57e
  
https://github.com/phpmyadmin/phpmyadmin/commit/c9995cb774cdcc19a35c4d95bb8563080d7be57e
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
M Documentation.html

  Log Message:
  ---
  Update docs to point to github


  Commit: 9ef7ad779bb1242125ae96ec2b2b138d917a29e9
  
https://github.com/phpmyadmin/phpmyadmin/commit/9ef7ad779bb1242125ae96ec2b2b138d917a29e9
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
M Documentation.html

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_4' into QA_3_5


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a02d218...9ef7ad7
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 8ec7e8: Avoid undefined variable when showing all records

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/QA_3_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8ec7e8587f1f2afc65227b05ff75ac071628dd75
  
https://github.com/phpmyadmin/phpmyadmin/commit/8ec7e8587f1f2afc65227b05ff75ac071628dd75
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/display_tbl.lib.php

  Log Message:
  ---
  Avoid undefined variable when showing all records


  Commit: 9bb55351993584eb8d4774ae21853a1c99e7
  
https://github.com/phpmyadmin/phpmyadmin/commit/9bb55351993584eb8d4774ae21853a1c99e7
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/display_tbl.lib.php
  M sql.php

  Log Message:
  ---
  Provide Show all button for reasonably small tables


  Commit: de1dda780256e1e38e50113666a33dfae609dad9
  
https://github.com/phpmyadmin/phpmyadmin/commit/de1dda780256e1e38e50113666a33dfae609dad9
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M Documentation.html

  Log Message:
  ---
  Document change in Show all and explain reasons for limiting it


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3b4e51c...de1dda7
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c898f6: Ignore not set transformation (only MIME type set)

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/QA_3_4
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  
https://github.com/phpmyadmin/phpmyadmin/commit/c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M sql.php

  Log Message:
  ---
  Ignore not set transformation (only MIME type set)



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c898f6: Ignore not set transformation (only MIME type set)

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/QA_3_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  
https://github.com/phpmyadmin/phpmyadmin/commit/c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M sql.php

  Log Message:
  ---
  Ignore not set transformation (only MIME type set)


  Commit: 3a76f80009a8dc4634e0d0ce768924fa7e6f6995
  
https://github.com/phpmyadmin/phpmyadmin/commit/3a76f80009a8dc4634e0d0ce768924fa7e6f6995
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_4' into QA_3_5

Conflicts:
sql.php


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/de1dda7...3a76f80
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c898f6: Ignore not set transformation (only MIME type set)

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  
https://github.com/phpmyadmin/phpmyadmin/commit/c898f606413f4f19d0eea2b8e0a2083138f7d1a0
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M sql.php

  Log Message:
  ---
  Ignore not set transformation (only MIME type set)


  Commit: 3a76f80009a8dc4634e0d0ce768924fa7e6f6995
  
https://github.com/phpmyadmin/phpmyadmin/commit/3a76f80009a8dc4634e0d0ce768924fa7e6f6995
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_4' into QA_3_5

Conflicts:
sql.php


  Commit: d2c79895886bcef30c0c3b74e1601566bda4f64b
  
https://github.com/phpmyadmin/phpmyadmin/commit/d2c79895886bcef30c0c3b74e1601566bda4f64b
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e1394f3...d2c7989
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 4246c0: Update generated docs

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 4246c09d6a29eabd7973da0a3bb3da03c4209037
  
https://github.com/phpmyadmin/localized_docs/commit/4246c09d6a29eabd7973da0a3bb3da03c4209037
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M orig-docs/Documentation.html
  M output/cs/Documentation.html
  M output/de/Documentation.html
  M output/el/Documentation.html
  M output/en_GB/Documentation.html
  M output/es/Documentation.html
  M output/fr/Documentation.html
  M output/it/Documentation.html
  M output/ja/Documentation.html
  M output/pl/Documentation.html
  M output/pl/README
  M output/pl/TODO
  M output/pl/index.html
  M output/pt_BR/Documentation.html
  M output/tr/Documentation.html
  M output/tr/README
  M output/zh_CN/Documentation.html
  M po/ca.po
  M po/cs.po
  M po/da.po
  M po/de.po
  M po/el.po
  M po/en_GB.po
  M po/es.po
  M po/fi.po
  M po/fr.po
  M po/gl.po
  M po/hu.po
  M po/hy.po
  M po/it.po
  M po/ja.po
  M po/ka.po
  M po/lt.po
  M po/mn.po
  M po/nb.po
  M po/nl.po
  M po/pl.po
  M po/pt_BR.po
  M po/ro.po
  M po/sk.po
  M po/sl.po
  M po/sv.po
  M po/tr.po
  M po/zh_CN.po
  M po/zh_TW.po
  M pot/ca-full.pot
  M pot/ca-html.pot
  M pot/cs-full.pot
  M pot/cs-html.pot
  M pot/da-full.pot
  M pot/da-html.pot
  M pot/de-full.pot
  M pot/de-html.pot
  M pot/el-full.pot
  M pot/el-html.pot
  M pot/en_GB-full.pot
  M pot/en_GB-html.pot
  M pot/es-full.pot
  M pot/es-html.pot
  M pot/fi-full.pot
  M pot/fi-html.pot
  M pot/fr-full.pot
  M pot/fr-html.pot
  M pot/gl-full.pot
  M pot/gl-html.pot
  M pot/hu-full.pot
  M pot/hu-html.pot
  M pot/hy-full.pot
  M pot/hy-html.pot
  M pot/it-full.pot
  M pot/it-html.pot
  M pot/ja-full.pot
  M pot/ja-html.pot
  M pot/ka-full.pot
  M pot/ka-html.pot
  M pot/lt-full.pot
  M pot/lt-html.pot
  M pot/mn-full.pot
  M pot/mn-html.pot
  M pot/nb-full.pot
  M pot/nb-html.pot
  M pot/nl-full.pot
  M pot/nl-html.pot
  M pot/pl-full.pot
  M pot/pl-html.pot
  M pot/pt_BR-full.pot
  M pot/pt_BR-html.pot
  M pot/ro-full.pot
  M pot/ro-html.pot
  M pot/sk-full.pot
  M pot/sk-html.pot
  M pot/sl-full.pot
  M pot/sl-html.pot
  M pot/sv-full.pot
  M pot/sv-html.pot
  M pot/tr-full.pot
  M pot/tr-html.pot
  M pot/zh_CN-full.pot
  M pot/zh_CN-html.pot
  M pot/zh_TW-full.pot
  M pot/zh_TW-html.pot

  Log Message:
  ---
  Update generated docs



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] b4296d: Escape in correct places to avoid double escaping ...

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/QA_3_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: b4296d6acbba0c6143e04c2c54922351c3147a98
  
https://github.com/phpmyadmin/phpmyadmin/commit/b4296d6acbba0c6143e04c2c54922351c3147a98
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/config/ConfigFile.class.php
  M setup/lib/index.lib.php

  Log Message:
  ---
  Escape in correct places to avoid double escaping sometimes


  Commit: 40818833afad6c721077c267599ef6b430d0c7a7
  
https://github.com/phpmyadmin/phpmyadmin/commit/40818833afad6c721077c267599ef6b430d0c7a7
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/config/ConfigFile.class.php
  M setup/lib/index.lib.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_4' into QA_3_5


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e33c665...4081883
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] b0f4a0: Use already detected scheme

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/QA_3_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: b0f4a09333246a8197cb0a8a26e1e8ebb5e62e22
  
https://github.com/phpmyadmin/phpmyadmin/commit/b0f4a09333246a8197cb0a8a26e1e8ebb5e62e22
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/Config.class.php

  Log Message:
  ---
  Use already detected scheme



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d8862f: Complete en_GB translation

2012-02-08 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d8862fec257b9be1f8e72f07507c38667add49e9
  
https://github.com/phpmyadmin/phpmyadmin/commit/d8862fec257b9be1f8e72f07507c38667add49e9
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M po/en_GB.po

  Log Message:
  ---
  Complete en_GB translation


  Commit: 158adf69368e759d127e6e652acbf3ba4e6522d5
  
https://github.com/phpmyadmin/phpmyadmin/commit/158adf69368e759d127e6e652acbf3ba4e6522d5
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M po/en_GB.po

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


  Commit: b0f4a09333246a8197cb0a8a26e1e8ebb5e62e22
  
https://github.com/phpmyadmin/phpmyadmin/commit/b0f4a09333246a8197cb0a8a26e1e8ebb5e62e22
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/Config.class.php

  Log Message:
  ---
  Use already detected scheme


  Commit: ab888f63dca43b0ae7ee4f624c7612edfdb8e6e6
  
https://github.com/phpmyadmin/phpmyadmin/commit/ab888f63dca43b0ae7ee4f624c7612edfdb8e6e6
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
M libraries/Config.class.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b98fc5b...ab888f6
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/website] 5bcb99: Fix URL for git commit links in 2.11 branch

2012-02-09 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: 5bcb99f9ae66aa52b00d57dc63d675a6d8692c70
  
https://github.com/phpmyadmin/website/commit/5bcb99f9ae66aa52b00d57dc63d675a6d8692c70
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
M templates/security/_page.tpl

  Log Message:
  ---
  Fix URL for git commit links in 2.11 branch



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/website] 53b7fe: Use git commit references instead of links to view...

2012-02-09 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: 53b7fe5a5cb41206827a06e557073d9599e7b0c1
  
https://github.com/phpmyadmin/website/commit/53b7fe5a5cb41206827a06e557073d9599e7b0c1
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
M templates/security/PMASA-2005-7
  M templates/security/PMASA-2005-8
  M templates/security/PMASA-2005-9
  M templates/security/PMASA-2006-1
  M templates/security/PMASA-2006-2
  M templates/security/PMASA-2006-3
  M templates/security/PMASA-2006-4
  M templates/security/PMASA-2006-5
  M templates/security/PMASA-2006-6
  M templates/security/PMASA-2006-7
  M templates/security/PMASA-2006-8
  M templates/security/PMASA-2006-9
  M templates/security/PMASA-2007-1
  M templates/security/PMASA-2007-2
  M templates/security/PMASA-2007-3
  M templates/security/PMASA-2007-4
  M templates/security/PMASA-2007-5
  M templates/security/PMASA-2007-6
  M templates/security/PMASA-2007-7
  M templates/security/PMASA-2007-8
  M templates/security/PMASA-2008-1
  M templates/security/PMASA-2008-10
  M templates/security/PMASA-2008-2
  M templates/security/PMASA-2008-3
  M templates/security/PMASA-2008-4
  M templates/security/PMASA-2008-5
  M templates/security/PMASA-2008-6
  M templates/security/PMASA-2008-7
  M templates/security/PMASA-2008-8
  M templates/security/PMASA-2008-9
  M templates/security/PMASA-2009-1
  M templates/security/PMASA-2009-2
  M templates/security/PMASA-2009-3
  M templates/security/PMASA-2009-4
  M templates/security/PMASA-2009-5
  M templates/security/PMASA-2009-6
  M templates/security/PMASA-2010-1
  M templates/security/PMASA-2010-2
  M templates/security/PMASA-2010-3

  Log Message:
  ---
  Use git commit references instead of links to viewvc or patch tracker; also 
added references to patches up to PMASA-2005-5


  Commit: da0984c71abcf657588fd02177bd78abda42b8ae
  
https://github.com/phpmyadmin/website/commit/da0984c71abcf657588fd02177bd78abda42b8ae
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
M templates/security/_PMASA_
  M templates/security/_page.tpl

  Log Message:
  ---
  Drop announcement_patches it is not used anymore


Compare: https://github.com/phpmyadmin/website/compare/5bcb99f...da0984c
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/website] f50ae9: Add https checkout

2012-02-09 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: f50ae9006ef84377be8c44bc0e9e1039a83af01f
  
https://github.com/phpmyadmin/website/commit/f50ae9006ef84377be8c44bc0e9e1039a83af01f
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
M templates/devel.tpl

  Log Message:
  ---
  Add https checkout



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/website] 70148c: Fix box model on security pages

2012-02-09 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: 70148c4656d61ac4693c757fe75428263d902635
  
https://github.com/phpmyadmin/website/commit/70148c4656d61ac4693c757fe75428263d902635
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
M css/style.css

  Log Message:
  ---
  Fix box model on security pages



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 730d97: Translation update done using Pootle.

2012-02-10 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 730d9760aed10415a7df122833800b689a95f458
  
https://github.com/phpmyadmin/phpmyadmin/commit/730d9760aed10415a7df122833800b689a95f458
  Author: alexukf alex@gmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 841c17144c582bc60e99ae02f8c49e7b3fb11e47
  
https://github.com/phpmyadmin/phpmyadmin/commit/841c17144c582bc60e99ae02f8c49e7b3fb11e47
  Author: alexukf alex@gmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 015c58939a73e3fe9faece14309cbef90bb40796
  
https://github.com/phpmyadmin/phpmyadmin/commit/015c58939a73e3fe9faece14309cbef90bb40796
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/et.po
  M po/ro.po

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a3b7905...015c589
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 6f3460: Translation update done using Pootle.

2012-02-10 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 6f34602b309b57734949ace76df7eb29445ba8bf
  
https://github.com/phpmyadmin/localized_docs/commit/6f34602b309b57734949ace76df7eb29445ba8bf
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: d3cb4e3b8010a7ea993e724dc1f0b9bb9751b746
  
https://github.com/phpmyadmin/localized_docs/commit/d3cb4e3b8010a7ea993e724dc1f0b9bb9751b746
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: f7ae9e737b1e6b522bf341dce7857d6d87450ec5
  
https://github.com/phpmyadmin/localized_docs/commit/f7ae9e737b1e6b522bf341dce7857d6d87450ec5
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 0fd30f0783e721e2dd4b53323fed2191879e4a40
  
https://github.com/phpmyadmin/localized_docs/commit/0fd30f0783e721e2dd4b53323fed2191879e4a40
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: dd69f1974268b5581599b0316898e1c8169c31f9
  
https://github.com/phpmyadmin/localized_docs/commit/dd69f1974268b5581599b0316898e1c8169c31f9
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: aaad5d223f51e5bfc68c0519174ac1926650dfb9
  
https://github.com/phpmyadmin/localized_docs/commit/aaad5d223f51e5bfc68c0519174ac1926650dfb9
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 363208052f9258cd8c2326f55af03fa3b75cb8ce
  
https://github.com/phpmyadmin/localized_docs/commit/363208052f9258cd8c2326f55af03fa3b75cb8ce
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 236b5e785be600880d5b449c620c4f03ed91c264
  
https://github.com/phpmyadmin/localized_docs/commit/236b5e785be600880d5b449c620c4f03ed91c264
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 894df2b145a32640e627df25c0f326b502ab5ec2
  
https://github.com/phpmyadmin/localized_docs/commit/894df2b145a32640e627df25c0f326b502ab5ec2
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 6f4991ba42e7efd42e4557e4f785efb2f97576a0
  
https://github.com/phpmyadmin/localized_docs/commit/6f4991ba42e7efd42e4557e4f785efb2f97576a0
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: bf379bafd796ac100c9b787edbec78fe6f095cee
  
https://github.com/phpmyadmin/localized_docs/commit/bf379bafd796ac100c9b787edbec78fe6f095cee
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 29c6c402f277f8624a2d27c6491923c2362b1c0c
  
https://github.com/phpmyadmin/localized_docs/commit/29c6c402f277f8624a2d27c6491923c2362b1c0c
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 336082af74472ff53547ba3754156e8fd511b598
  
https://github.com/phpmyadmin/localized_docs/commit/336082af74472ff53547ba3754156e8fd511b598
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
M output/tr/Documentation.html

  Log Message:
  ---
  Update generated docs


Compare: https://github.com/phpmyadmin/localized_docs/compare/4246c09...336082a
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git

[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 334260: Merge remote-tracking branch 'pootle/master' into ...

2012-02-12 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 334260e42c46b8bd3ba5e886a5018f98bcf07d01
  
https://github.com/phpmyadmin/phpmyadmin/commit/334260e42c46b8bd3ba5e886a5018f98bcf07d01
  Author: Michal Čihař mic...@cihar.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/hu.po

  Log Message:
  ---
  Merge remote-tracking branch 'pootle/master' into QA_3_5


  Commit: e81acd10aa7ccb0e2f671d121a5f64a0a9d74787
  
https://github.com/phpmyadmin/phpmyadmin/commit/e81acd10aa7ccb0e2f671d121a5f64a0a9d74787
  Author: Michal Čihař mic...@cihar.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/hu.po

  Log Message:
  ---
  Merge branch 'QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/abc2574...e81acd1
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 391618: Translation update done using Pootle.

2012-02-13 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 39161862b79b8ae82a85e6a50d305f143888ee4a
  
https://github.com/phpmyadmin/phpmyadmin/commit/39161862b79b8ae82a85e6a50d305f143888ee4a
  Author: Rouslan Placella rous...@placella.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 4dd49f0ed6f17dedd5a813325e1dee2af4a81aa0
  
https://github.com/phpmyadmin/phpmyadmin/commit/4dd49f0ed6f17dedd5a813325e1dee2af4a81aa0
  Author: Rouslan Placella rous...@placella.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 6f4d0f3ef5eb254c7fffde9e0e59d1fa04aac806
  
https://github.com/phpmyadmin/phpmyadmin/commit/6f4d0f3ef5eb254c7fffde9e0e59d1fa04aac806
  Author: Rouslan Placella rous...@placella.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: 1dc00ff10449a9073a520a653d57f15859d38beb
  
https://github.com/phpmyadmin/phpmyadmin/commit/1dc00ff10449a9073a520a653d57f15859d38beb
  Author: Rouslan Placella rous...@placella.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: b7e39bfcb1f46cda64a6f22bd8d96941fd80a0c1
  
https://github.com/phpmyadmin/phpmyadmin/commit/b7e39bfcb1f46cda64a6f22bd8d96941fd80a0c1
  Author: Rouslan Placella rous...@placella.com
  Date:   2012-02-12 (Sun, 12 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translation update done using Pootle.


  Commit: d6697d379e46f02831b83a41c5f1f90114a9e5da
  
https://github.com/phpmyadmin/phpmyadmin/commit/d6697d379e46f02831b83a41c5f1f90114a9e5da
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_3_5'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e81acd1...d6697d3
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 8bb6d3: Update generated docs

2012-02-13 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 8bb6d36e30a16b34f7122c15140e458a27b234c1
  
https://github.com/phpmyadmin/localized_docs/commit/8bb6d36e30a16b34f7122c15140e458a27b234c1
  Author: Michal Čihař mci...@suse.cz
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
M addendum/html_comment.hu
  M addendum/html_credits.hu
  M addendum/html_head.hu
  M orig-docs/Documentation.html
  M output/cs/Documentation.html
  M output/de/Documentation.html
  M output/el/Documentation.html
  M output/en_GB/Documentation.html
  M output/es/Documentation.html
  M output/fr/Documentation.html
  A output/hu/Documentation.html
  A output/hu/INSTALL
  A output/hu/README
  A output/hu/TODO
  M output/hu/index.html
  M output/index.html
  M output/it/Documentation.html
  M output/ja/Documentation.html
  M output/pl/Documentation.html
  M output/pt_BR/Documentation.html
  M output/tr/Documentation.html
  M output/zh_CN/Documentation.html
  M po/ca.po
  M po/cs.po
  M po/da.po
  M po/de.po
  M po/el.po
  M po/en_GB.po
  M po/es.po
  M po/fi.po
  M po/fr.po
  M po/gl.po
  M po/hu.po
  M po/hy.po
  M po/it.po
  M po/ja.po
  M po/ka.po
  M po/lt.po
  M po/mn.po
  M po/nb.po
  M po/nl.po
  M po/pl.po
  M po/pt_BR.po
  M po/ro.po
  M po/sk.po
  M po/sl.po
  M po/sv.po
  M po/tr.po
  M po/zh_CN.po
  M po/zh_TW.po
  M pot/ca-full.pot
  M pot/ca-html.pot
  M pot/cs-full.pot
  M pot/cs-html.pot
  M pot/da-full.pot
  M pot/da-html.pot
  M pot/de-full.pot
  M pot/de-html.pot
  M pot/el-full.pot
  M pot/el-html.pot
  M pot/en_GB-full.pot
  M pot/en_GB-html.pot
  M pot/es-full.pot
  M pot/es-html.pot
  M pot/fi-full.pot
  M pot/fi-html.pot
  M pot/fr-full.pot
  M pot/fr-html.pot
  M pot/gl-full.pot
  M pot/gl-html.pot
  M pot/hu-full.pot
  M pot/hu-html.pot
  M pot/hy-full.pot
  M pot/hy-html.pot
  M pot/it-full.pot
  M pot/it-html.pot
  M pot/ja-full.pot
  M pot/ja-html.pot
  M pot/ka-full.pot
  M pot/ka-html.pot
  M pot/lt-full.pot
  M pot/lt-html.pot
  M pot/mn-full.pot
  M pot/mn-html.pot
  M pot/nb-full.pot
  M pot/nb-html.pot
  M pot/nl-full.pot
  M pot/nl-html.pot
  M pot/pl-full.pot
  M pot/pl-html.pot
  M pot/pt_BR-full.pot
  M pot/pt_BR-html.pot
  M pot/ro-full.pot
  M pot/ro-html.pot
  M pot/sk-full.pot
  M pot/sk-html.pot
  M pot/sl-full.pot
  M pot/sl-html.pot
  M pot/sv-full.pot
  M pot/sv-html.pot
  M pot/tr-full.pot
  M pot/tr-html.pot
  M pot/zh_CN-full.pot
  M pot/zh_CN-html.pot
  M pot/zh_TW-full.pot
  M pot/zh_TW-html.pot

  Log Message:
  ---
  Update generated docs



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


  1   2   3   4   5   6   7   8   9   10   >