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

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. f404f682583a107dd4d836a94ca86ca675719be3
by Michal Čihař 12 Dec '10
by Michal Čihař 12 Dec '10
12 Dec '10
The branch, master has been updated
via f404f682583a107dd4d836a94ca86ca675719be3 (commit)
from 0fbabb58b8b5586faba37231570f4ff3d23b6343 (commit)
- Log -----------------------------------------------------------------
commit f404f682583a107dd4d836a94ca86ca675719be3
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Dec 12 23:03:06 2010 +0100
Switch to static flattr code.
-----------------------------------------------------------------------
Summary of changes:
templates/_page.tpl | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/templates/_page.tpl b/templates/_page.tpl
index 398faf5..339b925 100644
--- a/templates/_page.tpl
+++ b/templates/_page.tpl
@@ -25,19 +25,6 @@
<meta http-equiv="X-Generated" content="${generated}" />
<meta name="verify-v1" content="3AM2eNj0zQ1Ao/N2eGE02S45V3p5KQxAyMIxdUJhtEQ=" />
<meta name="robots" content="index, follow" />
-<script type="text/javascript">
-/* <![CDATA[ */
- (function() {
- var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-
- s.type = 'text/javascript';
- s.async = true;
- s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
-
- t.parentNode.insertBefore(s, t);
- })();
-/* ]]> */
-</script>
</head>
<body>
<div id="header">
@@ -59,7 +46,7 @@
<li><a href="${base_url}about-website.${file_ext}" title="Information about website">About</a></li>
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
<li class="logo"><a href="http://sourceforge.net/projects/phpmyadmin"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=23067&type=10" width="80" height="15" alt="Get phpMyAdmin at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></li>
- <li class="logo"><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.phpmyadmin.net"></a></li>
+ <li class="logo"><a href="http://flattr.com/thing/98525/phpMyAdmin" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></li>
</ul>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 0fbabb58b8b5586faba37231570f4ff3d23b6343
by Michal Čihař 12 Dec '10
by Michal Čihař 12 Dec '10
12 Dec '10
The branch, master has been updated
via 0fbabb58b8b5586faba37231570f4ff3d23b6343 (commit)
from 0ba391899c7a615b296db5a615af5420fe39425e (commit)
- Log -----------------------------------------------------------------
commit 0fbabb58b8b5586faba37231570f4ff3d23b6343
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Dec 12 22:59:25 2010 +0100
Update flattr code.
-----------------------------------------------------------------------
Summary of changes:
templates/_page.tpl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/_page.tpl b/templates/_page.tpl
index aef3070..398faf5 100644
--- a/templates/_page.tpl
+++ b/templates/_page.tpl
@@ -32,7 +32,7 @@
s.type = 'text/javascript';
s.async = true;
- s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+ s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
@@ -59,7 +59,7 @@
<li><a href="${base_url}about-website.${file_ext}" title="Information about website">About</a></li>
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
<li class="logo"><a href="http://sourceforge.net/projects/phpmyadmin"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=23067&type=10" width="80" height="15" alt="Get phpMyAdmin at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></li>
- <li class="logo"><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.phpmyadmin.net/"></a></li>
+ <li class="logo"><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.phpmyadmin.net"></a></li>
</ul>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 174585b5f3103ec4388731603b8d0c32484f0ecf
by Michal Čihař 11 Dec '10
by Michal Čihař 11 Dec '10
11 Dec '10
The branch, master has been updated
via 174585b5f3103ec4388731603b8d0c32484f0ecf (commit)
via be4f29a60573c3eae55ab250f470afea29f2600c (commit)
via e55fb2115288add5091dc417d629b85ef4e24911 (commit)
from c3cc729c0f41ece08527a2bdaf7a4bf99fad021e (commit)
- Log -----------------------------------------------------------------
commit 174585b5f3103ec4388731603b8d0c32484f0ecf
Author: Michal Čihař <mcihar(a)novell.com>
Date: Sat Dec 11 22:26:49 2010 +0100
Regenerate
commit be4f29a60573c3eae55ab250f470afea29f2600c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Dec 10 21:34:07 2010 +0200
Translation update done using Pootle.
commit e55fb2115288add5091dc417d629b85ef4e24911
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Fri Dec 10 21:26:32 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/tr/INSTALL | 4 ++--
output/tr/TODO | 2 +-
po/tr.po | 6 ++++--
pot/ca-full.pot | 14 +-------------
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 2 +-
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 2 +-
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/el-full.pot | 2 +-
pot/el-html.pot | 2 +-
pot/el-txt.pot | 2 +-
pot/en_GB-full.pot | 2 +-
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 2 +-
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 2 +-
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 2 +-
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/ja-full.pot | 2 +-
pot/ja-html.pot | 2 +-
pot/ja-txt.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nb-full.pot | 2 +-
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/pl-full.pot | 2 +-
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 2 +-
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 2 +-
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 2 +-
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sl-full.pot | 2 +-
pot/sl-html.pot | 2 +-
pot/sl-txt.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 2 +-
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 2 +-
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 2 +-
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
84 files changed, 88 insertions(+), 98 deletions(-)
diff --git a/output/tr/INSTALL b/output/tr/INSTALL
index fd05a16..6a47316 100644
--- a/output/tr/INSTALL
+++ b/output/tr/INSTALL
@@ -1,7 +1,7 @@
phpMyAdmin - Kurulumu
---------------------
- Please have a look to the Documentation.txt or
- Documentation.html files.
+ Lütfen Documentation.txt veya Documentation.html
+ dosyalarına bakın.
diff --git a/output/tr/TODO b/output/tr/TODO
index 50686ce..8e906fd 100644
--- a/output/tr/TODO
+++ b/output/tr/TODO
@@ -1,7 +1,7 @@
phpMyAdmin - Yapılacaklar
==========================
-We are currently using the Sourceforge Tracker as Todo list:
+Şu an yapılacaklar listesi olarak Sourceforge Tracker kullanılıyor:
http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse
diff --git a/po/tr.po b/po/tr.po
index 9a6c4d5..ad5031d 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-12-03 13:31+0100\n"
-"PO-Revision-Date: 2010-12-09 00:40+0200\n"
+"PO-Revision-Date: 2010-12-10 21:34+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -11642,6 +11642,8 @@ msgid ""
"\tPlease have a look to the Documentation.txt or \n"
"\tDocumentation.html files.\n"
msgstr ""
+"\tLütfen Documentation.txt veya Documentation.html\n"
+"\tdosyalarına bakın.\n"
#. type: Title =
#: ../phpmyadmin/TODO:2
@@ -11652,7 +11654,7 @@ msgstr "phpMyAdmin - Yapılacaklar\n"
#. type: Plain text
#: ../phpmyadmin/TODO:5
msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
+msgstr "Şu an yapılacaklar listesi olarak Sourceforge Tracker kullanılıyor:"
#. type: Plain text
#: ../phpmyadmin/TODO:7
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 58a3407..9736294 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,21 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"#-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index f76c346..87cf974 100644
--- a/pot/ca-html.pot
+++ b/pot/ca-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/ca-txt.pot
+++ b/pot/ca-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 34d1091..91ddb0b 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index dd12e10..73d38d5 100644
--- a/pot/cs-html.pot
+++ b/pot/cs-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/cs-txt.pot
+++ b/pot/cs-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-full.pot b/pot/de-full.pot
index 009bcdf..1effa2d 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 6fab695..e54f960 100644
--- a/pot/de-html.pot
+++ b/pot/de-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-txt.pot b/pot/de-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/de-txt.pot
+++ b/pot/de-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/el-full.pot b/pot/el-full.pot
index 2bb01e4..6167da4 100644
--- a/pot/el-full.pot
+++ b/pot/el-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/el-html.pot b/pot/el-html.pot
index 0184414..c26e7e0 100644
--- a/pot/el-html.pot
+++ b/pot/el-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/el-txt.pot b/pot/el-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/el-txt.pot
+++ b/pot/el-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 3ad85ce..970cea7 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index 8d373ac..eb6fe08 100644
--- a/pot/en_GB-html.pot
+++ b/pot/en_GB-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/en_GB-txt.pot
+++ b/pot/en_GB-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-full.pot b/pot/es-full.pot
index 97d5b95..b0cac1a 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index a910a5d..8d3b609 100644
--- a/pot/es-html.pot
+++ b/pot/es-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-txt.pot b/pot/es-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/es-txt.pot
+++ b/pot/es-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index 82637b1..7a202fb 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 600f50d..609a437 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/fi-txt.pot
+++ b/pot/fi-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index 3496648..155a6d4 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index 43717e7..9e45f6f 100644
--- a/pot/fr-html.pot
+++ b/pot/fr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/fr-txt.pot
+++ b/pot/fr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index 55fe216..cdc03d0 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 9006e3a..419f68a 100644
--- a/pot/gl-html.pot
+++ b/pot/gl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/gl-txt.pot
+++ b/pot/gl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index 8384dea..f08f484 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index 79cb273..36365ca 100644
--- a/pot/hu-html.pot
+++ b/pot/hu-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/hu-txt.pot
+++ b/pot/hu-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index 311c32a..09ac7fa 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-html.pot b/pot/hy-html.pot
index af8f444..f8f4bbb 100644
--- a/pot/hy-html.pot
+++ b/pot/hy-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-txt.pot b/pot/hy-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/hy-txt.pot
+++ b/pot/hy-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-full.pot b/pot/it-full.pot
index 48e1dbc..fad8a50 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index f9400f7..7ac60d7 100644
--- a/pot/it-html.pot
+++ b/pot/it-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-txt.pot b/pot/it-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/it-txt.pot
+++ b/pot/it-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-full.pot b/pot/ja-full.pot
index 0269ecf..b799550 100644
--- a/pot/ja-full.pot
+++ b/pot/ja-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-html.pot b/pot/ja-html.pot
index 6d77b69..f209ffa 100644
--- a/pot/ja-html.pot
+++ b/pot/ja-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-txt.pot b/pot/ja-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/ja-txt.pot
+++ b/pot/ja-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index 6a1da5b..d9f98ba 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index a4f4b40..668b6f4 100644
--- a/pot/ka-html.pot
+++ b/pot/ka-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/ka-txt.pot
+++ b/pot/ka-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index dccc13a..c674623 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index ac914f1..464fa63 100644
--- a/pot/lt-html.pot
+++ b/pot/lt-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/lt-txt.pot
+++ b/pot/lt-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index d0fdcfe..2652be2 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index f0097fa..cf7bc97 100644
--- a/pot/mn-html.pot
+++ b/pot/mn-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/mn-txt.pot
+++ b/pot/mn-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-full.pot b/pot/nb-full.pot
index 6626c5a..23dc856 100644
--- a/pot/nb-full.pot
+++ b/pot/nb-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-html.pot b/pot/nb-html.pot
index 05eb2a7..58a744e 100644
--- a/pot/nb-html.pot
+++ b/pot/nb-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-txt.pot b/pot/nb-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/nb-txt.pot
+++ b/pot/nb-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index 6a57baf..5aefa53 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index 24cabdd..7ee6b6f 100644
--- a/pot/nl-html.pot
+++ b/pot/nl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/nl-txt.pot
+++ b/pot/nl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index ab07e5a..f22b8db 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index dcb293f..87030ed 100644
--- a/pot/pl-html.pot
+++ b/pot/pl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/pl-txt.pot
+++ b/pot/pl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index 25b0f06..553376a 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index cd19b13..c2a8deb 100644
--- a/pot/pt_BR-html.pot
+++ b/pot/pt_BR-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/pt_BR-txt.pot
+++ b/pot/pt_BR-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index 2e5d36d..4deb52a 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index b930b38..285757a 100644
--- a/pot/ro-html.pot
+++ b/pot/ro-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/ro-txt.pot
+++ b/pot/ro-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-full.pot b/pot/sk-full.pot
index 18d8ae7..dea0d50 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-html.pot b/pot/sk-html.pot
index eb752e0..083e158 100644
--- a/pot/sk-html.pot
+++ b/pot/sk-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sl-full.pot b/pot/sl-full.pot
index 1824416..796a084 100644
--- a/pot/sl-full.pot
+++ b/pot/sl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sl-html.pot b/pot/sl-html.pot
index d9afb14..b637df4 100644
--- a/pot/sl-html.pot
+++ b/pot/sl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sl-txt.pot b/pot/sl-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/sl-txt.pot
+++ b/pot/sl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index 8da99c5..79e1dcb 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 6e59c4d..e380538 100644
--- a/pot/sv-html.pot
+++ b/pot/sv-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/sv-txt.pot
+++ b/pot/sv-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index 5bcaede..f183fe2 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index e30a00f..3644b95 100644
--- a/pot/tr-html.pot
+++ b/pot/tr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot
index 10c14d0..cb3eb6c 100644
--- a/pot/tr-txt.pot
+++ b/pot/tr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:31+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 91e077d..249f3f5 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index 4475ef4..cce9267 100644
--- a/pot/zh_CN-html.pot
+++ b/pot/zh_CN-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/zh_CN-txt.pot
+++ b/pot/zh_CN-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index e1ea117..11254e7 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 574f9d7..f2a50b8 100644
--- a/pot/zh_TW-html.pot
+++ b/pot/zh_TW-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot
index 84e8542..cb3eb6c 100644
--- a/pot/zh_TW-txt.pot
+++ b/pot/zh_TW-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-12-03 13:32+0100\n"
+"POT-Creation-Date: 2010-12-11 22:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-6-gdc3c5de
by Michal Čihař 11 Dec '10
by Michal Čihař 11 Dec '10
11 Dec '10
The branch, master has been updated
via dc3c5de91ee3ec33f1c1285278993b568bc1696c (commit)
via 1ffe15d2b6ff6f04b53a0ea7cb31948e97398a5d (commit)
via 1264e681c12e4e3d104f393c8aae0615bea1b151 (commit)
from b36fb9e8bf210a442853e4009297aa0ea1980ecb (commit)
- Log -----------------------------------------------------------------
commit dc3c5de91ee3ec33f1c1285278993b568bc1696c
Merge: 1ffe15d2b6ff6f04b53a0ea7cb31948e97398a5d b36fb9e8bf210a442853e4009297aa0ea1980ecb
Author: Pootle server <pootle(a)cihar.com>
Date: Sat Dec 11 14:40:07 2010 +0100
Merge remote branch 'origin/master'
commit 1ffe15d2b6ff6f04b53a0ea7cb31948e97398a5d
Merge: 1264e681c12e4e3d104f393c8aae0615bea1b151 af6ef146733f257210fd5088054f381f075c18d5
Author: Pootle server <pootle(a)cihar.com>
Date: Sat Dec 11 12:40:10 2010 +0100
Merge remote branch 'origin/master'
commit 1264e681c12e4e3d104f393c8aae0615bea1b151
Author: Herman van Rink <rink(a)initfour.nl>
Date: Fri Dec 10 22:54:42 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/nl.po | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/po/nl.po b/po/nl.po
index ab24484..9014aca 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-alpha3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-12-08 14:29-0500\n"
-"PO-Revision-Date: 2010-12-08 00:03+0200\n"
+"PO-Revision-Date: 2010-12-10 22:54+0200\n"
"Last-Translator: Herman van Rink <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
+"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -2612,7 +2612,7 @@ msgstr "SQL-compatibiliteits mode"
#: libraries/config/messages.inc.php:118
msgid "Syntax to use when inserting data"
-msgstr ""
+msgstr "Syntax voor insert opdrachten"
#: libraries/config/messages.inc.php:119
msgid "Creation/Update/Check dates"
@@ -10206,14 +10206,3 @@ msgstr "Hernoem view naar"
#~ msgid "Disable Statistics"
#~ msgstr "Statistieken uitzetten"
-
-#, fuzzy
-#~| msgid "Hide query box"
-#~ msgid "Hide query chart"
-#~ msgstr "SQL-query veld verbergen"
-
-#~ msgid "Start"
-#~ msgstr "Start"
-
-#~ msgid "Stop"
-#~ msgstr "Stop"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 0ba391899c7a615b296db5a615af5420fe39425e
by Michal Čihař 11 Dec '10
by Michal Čihař 11 Dec '10
11 Dec '10
The branch, master has been updated
via 0ba391899c7a615b296db5a615af5420fe39425e (commit)
from e82bd718d317feab97dc8e13e8a8d7d20fd9988d (commit)
- Log -----------------------------------------------------------------
commit 0ba391899c7a615b296db5a615af5420fe39425e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Sat Dec 11 20:44:03 2010 +0100
Announce security issues fixed in beta1
-----------------------------------------------------------------------
Summary of changes:
templates/security/PMASA-2010-10 | 54 ++++++++++++++++++++++++++++++++++++++
templates/security/PMASA-2010-9 | 49 ++++++++++++++++++++++++++++++++++
2 files changed, 103 insertions(+), 0 deletions(-)
create mode 100644 templates/security/PMASA-2010-10
create mode 100644 templates/security/PMASA-2010-9
diff --git a/templates/security/PMASA-2010-10 b/templates/security/PMASA-2010-10
new file mode 100644
index 0000000..bfa7c05
--- /dev/null
+++ b/templates/security/PMASA-2010-10
@@ -0,0 +1,54 @@
+<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
+
+<py:def function="announcement_id">
+PMASA-2010-10
+</py:def>
+
+<py:def function="announcement_date">
+2010-12-07
+</py:def>
+
+<py:def function="announcement_summary">
+Possible information disclosure.
+</py:def>
+
+<py:def function="announcement_description">
+Unauthenticated user was able to display phpinfo output if phpMyAdmin was
+enabled to show it.
+</py:def>
+
+<py:def function="announcement_severity">
+The issue is considered minor, because this feature is not enabled in default
+installation.
+</py:def>
+
+<py:def function="announcement_mitigation">
+Default installation is not affected, because $cfg['ShowPhpInfo'] is false by
+default.
+</py:def>
+
+<py:def function="announcement_affected">
+All versions prior to 3.4.0-beta1.
+</py:def>
+
+<py:def function="announcement_solution">
+Upgrade to phpMyAdmin 3.4.0-beta1 or newer or apply patch listed below.
+</py:def>
+
+<!--! Links to reporter etc, do not forget to escape & to & -->
+<py:def function="announcement_references">
+This issue was reported by <a href="mailto:joerg@alea.gnuu.de">Jörg
+Sommer</a>.
+</py:def>
+
+<!--! CVE ID of the report, this is automatically added to references -->
+<py:def function="announcement_cve">CVE-2010-4481</py:def>
+
+<py:def function="announcement_cwe">661 200</py:def>
+
+<py:def function="announcement_commits">
+4d9fd005671b05c4d74615d5939ed45e4d019e4c
+</py:def>
+
+<xi:include href="_page.tpl" />
+</html>
diff --git a/templates/security/PMASA-2010-9 b/templates/security/PMASA-2010-9
new file mode 100644
index 0000000..2a40a9f
--- /dev/null
+++ b/templates/security/PMASA-2010-9
@@ -0,0 +1,49 @@
+<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
+
+<py:def function="announcement_id">
+PMASA-2010-9
+</py:def>
+
+<py:def function="announcement_date">
+2010-12-07
+</py:def>
+
+<py:def function="announcement_summary">
+Unvalidated input on error page.
+</py:def>
+
+<py:def function="announcement_description">
+It was possible to display arbitrary text and link to external site using
+parameters passed to particular script.
+</py:def>
+
+<py:def function="announcement_severity">
+This issue is considered minor, because the only purpose of affected file is to
+display an error message.
+</py:def>
+
+<py:def function="announcement_affected">
+All versions prior to 3.4.0-beta1.
+</py:def>
+
+<py:def function="announcement_solution">
+Upgrade to phpMyAdmin 3.4.0-beta1 or newer or apply patch listed below.
+</py:def>
+
+<!--! Links to reporter etc, do not forget to escape & to & -->
+<py:def function="announcement_references">
+This issue was reported by <a
+href="http://www.exploit-db.com/exploits/15699/">Tiger Security Team</a>.
+</py:def>
+
+<!--! CVE ID of the report, this is automatically added to references -->
+<py:def function="announcement_cve">CVE-2010-4480</py:def>
+
+<py:def function="announcement_cwe">661 20</py:def>
+
+<py:def function="announcement_commits">
+aa6fec0532a9dd48d4e35831c1b1c9785c124dd7
+</py:def>
+
+<xi:include href="_page.tpl" />
+</html>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. e82bd718d317feab97dc8e13e8a8d7d20fd9988d
by Marc Delisle 11 Dec '10
by Marc Delisle 11 Dec '10
11 Dec '10
The branch, master has been updated
via e82bd718d317feab97dc8e13e8a8d7d20fd9988d (commit)
from 788752912509b99aa97445f088856db71d51fdbb (commit)
- Log -----------------------------------------------------------------
commit e82bd718d317feab97dc8e13e8a8d7d20fd9988d
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Dec 11 11:27:37 2010 -0500
Remove inactive developer (he stays in the Credits and still has commit access)
-----------------------------------------------------------------------
Summary of changes:
images/heads/sebastian.png | Bin 7252 -> 0 bytes
templates/phpmyadmin-doap.xml.tpl | 6 ------
templates/team.tpl | 15 +--------------
3 files changed, 1 insertions(+), 20 deletions(-)
delete mode 100644 images/heads/sebastian.png
diff --git a/images/heads/sebastian.png b/images/heads/sebastian.png
deleted file mode 100644
index 0f0d54e..0000000
Binary files a/images/heads/sebastian.png and /dev/null differ
diff --git a/templates/phpmyadmin-doap.xml.tpl b/templates/phpmyadmin-doap.xml.tpl
index 0999f8c..916c3c9 100644
--- a/templates/phpmyadmin-doap.xml.tpl
+++ b/templates/phpmyadmin-doap.xml.tpl
@@ -28,12 +28,6 @@
<foaf:mbox_sha1sum>6dd3e0747f1392564764e15a7dde1e27d4b978d0</foaf:mbox_sha1sum>
</foaf:Person>
</developer>
- <developer>
- <foaf:Person>
- <foaf:name>Sebastian Mendel</foaf:name>
- <foaf:mbox_sha1sum>236f5e6e86a6f7e23dabf2ca0d8027477e2d1df8</foaf:mbox_sha1sum>
- </foaf:Person>
- </developer>
<repository>
<GitRepository>
<location rdf:resource="git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin" />
diff --git a/templates/team.tpl b/templates/team.tpl
index b41c596..8a724a0 100644
--- a/templates/team.tpl
+++ b/templates/team.tpl
@@ -10,7 +10,7 @@
The phpMyAdmin development team has been organized on <a
href="http://sourceforge.net/projects/phpmyadmin/">SourceForge.net</a> since
it's start in 2001. They are responsible for the development of phpMyAdmin and represents
-it at various conferences. You can find more about the project and it's
+it at various conferences. You can find more about the project and its
history on <a href="${base_url}about.${file_ext}">separate page</a>.
</p>
@@ -52,19 +52,6 @@ services. He lives in <span class="adr"><span class="locality">Prague</span>, <s
<p>Contact options: <a class="url" href="http://cihar.com">website</a>, <a class="url" href="xmpp:michal@cihar.com">jabber</a>, <a class="email" href="mailto:michal@cihar.com">email</a>.</p>
</div>
-<div class="floatbox vcard" id="sebastian">
-<h3 class="fn">Sebastian Mendel</h3>
-<img class="head photo" src="${server}${base_url}images/heads/sebastian.png" alt="Photo of Sebastian Mendel" />
-<p>
-Sebastian has been a member of the <span class="org">phpMyAdmin</span> development team since 2005. He did major
-work on improving user interface and introduced the use of classes in the phpMyAdmin
-code.
-</p>
-<p>
-He lives in <span class="adr"><span class="locality">Leipzig</span>, <span class="country-name">Germany</span></span>.
-</p>
-</div>
-
<div class="floatbox vcard" id="herman">
<h3 class="fn">Herman van Rink</h3>
<p>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-3-gb36fb9e
by Marc Delisle 11 Dec '10
by Marc Delisle 11 Dec '10
11 Dec '10
The branch, master has been updated
via b36fb9e8bf210a442853e4009297aa0ea1980ecb (commit)
via b6f717a6025c3785430c4cf317cfa5786564729b (commit)
from 1f5896a88b573d511f09e4e7958fcc08b3c33aea (commit)
- Log -----------------------------------------------------------------
commit b36fb9e8bf210a442853e4009297aa0ea1980ecb
Merge: 1f5896a88b573d511f09e4e7958fcc08b3c33aea b6f717a6025c3785430c4cf317cfa5786564729b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Dec 11 08:19:42 2010 -0500
Fix merge conflicts
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
libraries/sqlparser.data.php | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8b795e3..a804ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -135,6 +135,7 @@
- patch #3117535 [replication] Add quotes to database in initial statement,
thanks to Craig Duncan - duncan3dc
- bug #3112614 [pdf schema] Scratchboard for PDF pages not working
+- bug #3125606 [parser] Query for table "level" causes strange display
3.3.8.1 (2010-11-29)
- bug #3115519 (private) [security] XSS on db search, see PMASA-2010-8
diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index dffd6b1..e8a3115 100644
--- a/libraries/sqlparser.data.php
+++ b/libraries/sqlparser.data.php
@@ -516,7 +516,6 @@ $PMA_SQPdata_reserved_word = array (
'LAST_INSERT_ID',
'LEADING',
'LEFT',
- 'LEVEL',
'LIKE',
'LIMIT',
'LINEAR', // 5.1
@@ -686,7 +685,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
-$PMA_SQPdata_reserved_word_cnt = 289;
+$PMA_SQPdata_reserved_word_cnt = 288;
/**
* words forbidden to be used as column or table name wihtout quotes
@@ -905,7 +904,6 @@ $PMA_SQPdata_forbidden_word = array (
'LEAVE',
'LEAVES',
'LEFT',
- 'LEVEL',
'LIKE',
'LIMIT',
'LINEAR', // 5.1
@@ -1184,7 +1182,7 @@ $PMA_SQPdata_forbidden_word = array (
*
* @global integer MySQL forbidden words count
*/
-$PMA_SQPdata_forbidden_word_cnt = 483;
+$PMA_SQPdata_forbidden_word_cnt = 482;
/**
* the MySQL column/data types
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-22-gb6f717a
by Marc Delisle 11 Dec '10
by Marc Delisle 11 Dec '10
11 Dec '10
The branch, QA_3_3 has been updated
via b6f717a6025c3785430c4cf317cfa5786564729b (commit)
from 2ba852dc5ca3dc9d2697ee29bd11ad61ab987553 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
libraries/sqlparser.data.php | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index dca7d9d..9c9b92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- patch #3117535 [replication] Add quotes to database in initial statement,
thanks to Craig Duncan - duncan3dc
- bug #3112614 [pdf schema] Scratchboard for PDF pages not working
+- bug #3125606 [parser] Query for table "level" causes strange display
3.3.8.1 (2010-11-29)
- bug #3115519 (private) [security] XSS on db search, see PMASA-2010-8
diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index 5fb1451..b11f956 100644
--- a/libraries/sqlparser.data.php
+++ b/libraries/sqlparser.data.php
@@ -528,7 +528,6 @@ $PMA_SQPdata_reserved_word = array (
'LAST_INSERT_ID',
'LEADING',
'LEFT',
- 'LEVEL',
'LIKE',
'LIMIT',
'LINEAR', // 5.1
@@ -697,7 +696,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
-$PMA_SQPdata_reserved_word_cnt = 288;
+$PMA_SQPdata_reserved_word_cnt = 287;
/**
* The previous array must be sorted so that the binary search work.
* Sometimes a word is not added in the correct order, so
@@ -933,7 +932,6 @@ $PMA_SQPdata_forbidden_word = array (
'LEAVE',
'LEAVES',
'LEFT',
- 'LEVEL',
'LIKE',
'LIMIT',
'LINEAR', // 5.1
@@ -1212,7 +1210,7 @@ $PMA_SQPdata_forbidden_word = array (
*
* @global integer MySQL forbidden words count
*/
-$PMA_SQPdata_forbidden_word_cnt = 483;
+$PMA_SQPdata_forbidden_word_cnt = 482;
/**
* the MySQL column/data types
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1-g1f5896a
by Marc Delisle 11 Dec '10
by Marc Delisle 11 Dec '10
11 Dec '10
The branch, master has been updated
via 1f5896a88b573d511f09e4e7958fcc08b3c33aea (commit)
from af6ef146733f257210fd5088054f381f075c18d5 (commit)
- Log -----------------------------------------------------------------
commit 1f5896a88b573d511f09e4e7958fcc08b3c33aea
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Dec 11 07:48:30 2010 -0500
Avoid bug entries that relate to a version not yet released
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c21fe3b..8b795e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -124,8 +124,6 @@
- patch #3112792 [navi] Left panel table grouping incorrect,
thanks to garas - garas
- bug #3123433 [interface] Avoid double escaping of MySQL errors.
-- bug #3119874 [interface] Show integers without decimals on status page.
-- bug #3119882 [interface] Display query chart on demand.
- [interface] Use less noisy message and remove disable link on server charts and database statistics.
3.3.9.0 (not yet released)
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin annotated tag, RELEASE_3_4_0BETA1, created. RELEASE_3_4_0BETA1
by Marc Delisle 11 Dec '10
by Marc Delisle 11 Dec '10
11 Dec '10
The annotated tag, RELEASE_3_4_0BETA1 has been created
at 8d650cb3a9f7b37dcc41763d5c7d2f41cfd129a3 (tag)
tagging af6ef146733f257210fd5088054f381f075c18d5 (commit)
replaces RELEASE_3_4_0ALPHA2
tagged by Marc Delisle
on Sat Dec 11 06:43:34 2010 -0500
- Log -----------------------------------------------------------------
Released 3.4.0-beta1
Adnan (3):
fixed: bugID = 3112614
bug #3112614 [pdf schema] Scratchboard for PDF pages not working
bug #3112614 [pdf schema] Scratchboard for PDF pages not working
Burak Yavuz (42):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Dieter Adriaenssens (10):
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
bug #3119874, Show integers without decimals on status page
bug #3119882, Display query chart on demand
update po files
query chart : improve message layout and remove disable link
Merge branch 'master' into chart_notice
Use less noisy message and remove disable link on database statistics
Domen (34):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Herman van Rink (233):
bug #3115519: fixed XSS on search
bug #3115519: fixed XSS on search
bug #3115519: fixed XSS on search
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into QA_3_4
Merge branch 'QA_3_4'
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
patch #3055886 [config] update, changed boolean to integer for more precise control
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Marc Delisle (127):
3.5.0-dev
3.4.1-dev
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
no need to include .po files in the releases
fix merge conflicts
ChangeLog for XSS fix
ChangeLog for XSS fix
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
missing title
missing title
bug #3119884, path not found (in case the kit is English-only)
bug #3119884, path not found (in case the kit is English-only)
fix merge conflicts
Merge branch 'QA_3_4'
3.3.8.1 correct release date and PMASA ref
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
untranslatable message
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
refresh .po files
the goal of master is currently to stabilize 3.4.0
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
bug #3119937 cannot upload into a BLOB
remove author names
zend.ze1_compatibility_mode removed in PHP 5.3
clarify variable name
clarify comments and variable names
Continue insertion did not work if the form had special controls like file upload from client, file upload from server or BLOB streaming upload
remove author names
typo; improve message
Regenerate po files
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
English improvements
Regenerate po files
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Regenerate po files
bug #3125624 Inline editing fails when just one row (fixed for LTR languages in horizontal and vertical modes)
bug #3125624 - fix for RTL languages
Remove reference to an older script
3.4.0-beta1
Improve message
Michal Čihař (105):
Merge remote branch 'origin/MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge branch 'QA_3_4'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge branch 'MAINT_3_4_0' into QA_3_4
Merge branch 'QA_3_4'
Merge remote branch 'pootle/master'
Merge remote branch 'pootle/master'
Fix format string.
Preprare for xz support.
Enable generating of tar.xz
Upload .tar.xz files as well
Remove not used variable.
Whitespace cleanup.
bug #3123433 [interface] Avoid double escaping of MySQL errors.
Do not fail if transformations are not enabled for this table, but request asks to enable them.
Czech translation update.
Merge remote branch 'pootle/master'
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Improve quotes.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Fix word order in English message.
Regenerate po files.
Merge remote branch 'pootle/master'
Do not load common with PMA_MINIMUM_COMMON
Merge remote branch 'pootle/master'
Czech translation update
Remove error.php
Merge remote branch 'pootle/master'
Do not include javascript sources from release.
This file is no longer needed with gettext.
Remove some unneded scripts when creating a release.
Avoid creating tarball multiple times.
Czech translation update.
Merge remote branch 'adnan/export_branch'
Merge branch 'QA_3_3'
Panagiotis Papazoglou (593):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Pootle server (15):
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Rytis SlatkeviÄius (33):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Sasa Kostic (8):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Xavier Navarro (81):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
asdfsdf (162):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
davidbl06 (213):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
edgaras.janusauskas (178):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
javipas (39):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
shanyan baishui (37):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
sven.erik.andersen (5):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
veeven (53):
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
Translation update done using Pootle.
-----------------------------------------------------------------------
hooks/post-receive
--
phpMyAdmin
1
0