Git
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 38701 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 79502ca3ff88d0103624bf2e358899f72fdb6574
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 79502ca3ff88d0103624bf2e358899f72fdb6574 (commit)
via dd75259ae311996003fbc7b82ff05c418cbd8d34 (commit)
from 7906ccb004cfb86562481266d751edd2937d687f (commit)
- Log -----------------------------------------------------------------
commit 79502ca3ff88d0103624bf2e358899f72fdb6574
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 15:20:59 2010 +0100
Ignore generated files.
commit dd75259ae311996003fbc7b82ff05c418cbd8d34
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 15:19:38 2010 +0100
This feed is not SVN/Git dependant, use genric name VCS instead.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
cache/.gitignore | 1 +
render.py | 4 ++--
templates/about-website.tpl | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 .gitignore
create mode 100644 cache/.gitignore
delete mode 100644 cache/.placeholder
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c5490b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+*.swp
+output
diff --git a/cache/.gitignore b/cache/.gitignore
new file mode 100644
index 0000000..2232829
--- /dev/null
+++ b/cache/.gitignore
@@ -0,0 +1 @@
+*.dump
diff --git a/cache/.placeholder b/cache/.placeholder
deleted file mode 100644
index e69de29..0000000
diff --git a/render.py b/render.py
index 4553815..cf1fad1 100755
--- a/render.py
+++ b/render.py
@@ -84,7 +84,7 @@ PROJECT_FILES_RSS = 'https://sourceforge.net/api/file/index/project-id/%d/rss' %
PROJECT_NEWS_RSS = 'https://sourceforge.net/export/rss2_projnews.php?group_id=%d&rss_fulltext=1…' % PROJECT_ID
PROJECT_SUMMARY_RSS = 'https://sourceforge.net/export/rss2_projsummary.php?group_id=%d' % PROJECT_ID
DONATIONS_RSS = 'https://sourceforge.net/export/rss2_projdonors.php?group_id=%d&limit=20' % PROJECT_ID
-PROJECT_SVN_RSS = 'http://cia.vc/stats/project/phpmyadmin/.rss'
+PROJECT_VCS_RSS = 'http://cia.vc/stats/project/phpmyadmin/.rss'
PROJECT_DL = 'http://prdownloads.sourceforge.net/%s/%%s' % PROJECT_NAME
PROJECT_SVN = 'https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/'
TRANSLATIONS_SVN = '%slang/' % PROJECT_SVN
@@ -181,7 +181,7 @@ class SFGenerator:
'rss_planet': PLANET_RSS,
'rss_summary': PROJECT_SUMMARY_RSS,
'rss_security': '%s%ssecurity/index.xml' % (SERVER, BASE_URL),
- 'rss_svn': PROJECT_SVN_RSS,
+ 'rss_vcs': PROJECT_VCS_RSS,
'screenshots': data.screenshots.SCREENSHOTS,
'awards': data.awards.AWARDS,
'generated': helper.date.fmtdatetime.utcnow(),
diff --git a/templates/about-website.tpl b/templates/about-website.tpl
index 2f94fb5..9ffd4bc 100644
--- a/templates/about-website.tpl
+++ b/templates/about-website.tpl
@@ -46,7 +46,7 @@ history</a>.
<li><a href="${rss_files}">phpMyAdmin file releases</a></li>
<li><a href="${rss_security}">phpMyAdmin security issues</a></li>
<li><a href="${rss_donations}">phpMyAdmin donations</a></li>
-<li><a href="${rss_svn}">phpMyAdmin SVN commits</a></li>
+<li><a href="${rss_vcs}">phpMyAdmin commits</a></li>
</ul>
<p>phpMyAdmin software information is available in following machine readable formats:</p>
hooks/post-receive
--
phpMyAdmin website
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 7906ccb004cfb86562481266d751edd2937d687f
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 7906ccb004cfb86562481266d751edd2937d687f (commit)
via 2b8be0b714090252db74f8ddec3d20519633bc48 (commit)
from 9ad083429ad1ea1688102664ef06897a2f6b744f (commit)
- Log -----------------------------------------------------------------
commit 7906ccb004cfb86562481266d751edd2937d687f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 15:15:47 2010 +0100
Use Git snapshots.
commit 2b8be0b714090252db74f8ddec3d20519633bc48
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 15:14:14 2010 +0100
Add cache dir.
-----------------------------------------------------------------------
Summary of changes:
render.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
create mode 100644 cache/.placeholder
diff --git a/cache/.placeholder b/cache/.placeholder
new file mode 100644
index 0000000..e69de29
diff --git a/render.py b/render.py
index 59972a3..4553815 100755
--- a/render.py
+++ b/render.py
@@ -93,8 +93,8 @@ RSS_CZ = 'http://phpmyadmin.cz/rss.xml'
RSS_RU = 'http://php-myadmin.ru/rss/news.xml'
# Data sources
-SVN_MD5 = 'http://dl.cihar.com/phpMyAdmin/trunk/md5.sums'
-SVN_SIZES = 'http://dl.cihar.com/phpMyAdmin/trunk/files.list'
+SNAPSHOT_MD5 = 'http://dl.cihar.com/phpMyAdmin/master/md5.sums'
+SNAPSHOT_SIZES = 'http://dl.cihar.com/phpMyAdmin/master/files.list'
# Clean output before generating
CLEAN_OUTPUT = True
@@ -470,8 +470,8 @@ class SFGenerator:
'''
Retrieves SVN snapshots info and fills it in data['releases_svn'].
'''
- md5_strings = self.urls.load(SVN_MD5).split('\n')
- size_strings = self.urls.load(SVN_SIZES).split('\n')
+ md5_strings = self.urls.load(SNAPSHOT_MD5).split('\n')
+ size_strings = self.urls.load(SNAPSHOT_SIZES).split('\n')
md5s = {}
for line in md5_strings:
if line.strip() == '':
@@ -489,7 +489,7 @@ class SFGenerator:
'size_k' : int(size) / 1024,
'size_m' : int(size) / (1024 * 1024),
'humansize' : fmt_bytes(size),
- 'url' : 'http://dl.cihar.com.nyud.net/phpMyAdmin/trunk/%s' % name,
+ 'url' : 'http://dl.cihar.com.nyud.net/phpMyAdmin/master/%s' % name,
'md5' : md5s[name],
})
self.data['release_svn'] = svn
hooks/post-receive
--
phpMyAdmin website
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_0RC1-220-gaebacd2
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via aebacd260f911b8d8261883493c4b111d8969c10 (commit)
via 4ac7e466053422ae48b328b6be2aa9a17812d1dd (commit)
via d659f3ba2b6dafbd818caca1f22a45455690198c (commit)
via 47ec6a7b7eb899533213136ea7f22cb690dc137c (commit)
via 3f5d1063ff6af5aa036be26a4d5fac9806eccfac (commit)
via 995b90b5514557cb9ed6042844216fcecfe48a24 (commit)
via 11c1029dbd877e4d613763cf20cdee2a4e968244 (commit)
via 09896700e4c90916997da5d5d0579ea92a1f6d5a (commit)
via 579d321129cb363bfcd049d3087219e68f9dc39e (commit)
via 77d88312763af9aba8f25bbefe6a4852ff7f5447 (commit)
via ec5d47369cc9f55c7cb102f423a58d4505ce7ce9 (commit)
via 7443d8286dfe655dfd38ed20cf26099ae65d2ab2 (commit)
via 7efb7849018201c1499ddb60ad494c3c54a023a9 (commit)
via 72b9d2abd5fcd251b48bc91fdaded0d7bf69d964 (commit)
via 05477fff976073aa2074e905bdfa249779e1fcca (commit)
via 58d2c0a58cad7c936eb3c86ca10fec154f1f56e6 (commit)
via 861dd5c0c2fed019954ab2129db2d27adfe958a9 (commit)
via 3ea273809a93108059f995977b7e871162e06ae3 (commit)
via 0d16251c6b9ad831daed75df4db73d8e7e5a3b64 (commit)
via be71307d17b7b5494c274c72953545fe01d093a1 (commit)
via bc908c732a577b054a3046b2386afe77edd8a8cd (commit)
via 377c5f67a0144dcb39f6ecf41f3fc8c42c9d66c1 (commit)
via bfff0d94ddadf752d323533a98b633d73d6fd695 (commit)
via 856a63e971df53330c7eb519b4aa69b58d5f5d41 (commit)
via a7fe9f32fc064c3d699c4acefab0bb73113c0765 (commit)
via 0fa6c3d985160ccb857ffe311267a7df22435f75 (commit)
via 535ec099f892d94d1c01933e9a8b7d43f9951478 (commit)
via bd31cbb26064a2bb23919784ed3183ad5b4e325f (commit)
via e5750aa98c60f33ee345c0053042b0ff24cb73dc (commit)
via 2fada4e4a3dd405e0549bbe5ce20e2a46ced453f (commit)
via 9bcc37451d42dce0f522bf0d51462bb82abc14d8 (commit)
via d000a74d09a2f1cd6645df64b1bfa0c55257f9f5 (commit)
via f4d129ac03ff7011d6e54d60243c88aebf790e52 (commit)
via 0b7a3f716ad59c1b6db88cc721b6d158cf4833a6 (commit)
via d24640d62ef13e733f22445a7d3fb5e4cc32a9ca (commit)
via 1f5a19b69cc303728417c13dbb23f7fd9fc89a97 (commit)
via bf857315b9ca14ebb9dad2d3f1d195fe1a14d331 (commit)
via 063058741bc37974e06b7d7db6fc74ce620bf649 (commit)
via b9daf34b79b0271e62e4de3bc7b6bf9008e719c5 (commit)
via c896fb50ad9ac9dc73bd83a99b01f3a440c753f1 (commit)
via f900210a0f05511658a8d64d8876b935ab7a5972 (commit)
via 0645a4f1190588403093d7824bfbe28f39972a29 (commit)
via 66c830e2a5deaa4196fe82e1df45f1f89bbc5a60 (commit)
via 92f1160b2a23f14a966fab1ef2ff2620f363a570 (commit)
via 548d96d611b100ef1bf10165eaacb8cd2c5d75f9 (commit)
via ee70c958d8df15848cf2f3ef6ed1fe7c75cc28bc (commit)
via cbe8f389821d2fb0a107478e73b654309566380d (commit)
via b2673cf501e1c25bb185f002b687f70951fceda9 (commit)
via 326deca827d87eb148afb96fa6ec7ce29644cb93 (commit)
via fd4ded141021d2d496c7095f375aefb10b590c16 (commit)
via a239f9bb3ebe0994a76d5d946418bdce4a9298e4 (commit)
via 3287ca0e4b40b5c501c1aeab6c0eb90eaa7c3674 (commit)
via b1c1640dc92238b0fafb3c0c2f9c4350a05571d0 (commit)
via 5fd02248cd4f410d963daf55150c33e8d4e01850 (commit)
via fd739840cdb07739c8b971363291c9d0534764ec (commit)
via a91fa294db2116ade8f0995b251e9b44b70bc13f (commit)
via 624dde89ef6ac51adea3f1be045128bcbcd7eeb8 (commit)
via f2f0e9bb47fb2b238f7c53dff83b72fb3b1a1866 (commit)
via 644b56f65594244fc0f8ec5f25398ab9b3678e7c (commit)
via 91dee4238c0e584afa470287b2c69127d54f8998 (commit)
via e5a58432b523ea22d1ec1332e55a758bd7adced2 (commit)
via eacec1d091c07a785b63a092e9d5c294f574c107 (commit)
via 0a6badd2d60b6cc216f714ea777905566de14e60 (commit)
via 1ad5d85666f1c10c7c3da5900fb5fbdcd690499c (commit)
via f1b8b850eb559ae202fb7220c5cf3d7703df5e60 (commit)
via 6d9b602b8741a253fcfcf7e4c8e14fbe23f35f85 (commit)
via aecbb213aaf4f779f8feaa4ad4cc3fa9d59ce673 (commit)
via a04da7df128258ce493ff4e6b8f91bece9d48886 (commit)
via c67fd7f732e56d668399a4d44bcdf5f2a803a7c3 (commit)
via a3d022b7caaeecfe6baf28216302ebadac06190d (commit)
via fe5e8999b42b98873a032a937cb873f2d47a1826 (commit)
via 2e60e8710e129e6f8942a726f52a2ffdea9d4c25 (commit)
via 182ca44769a3940616e42de5b90ad97693dec362 (commit)
via cf3f73f5d0f549c7833da0483a168effe627ca16 (commit)
via 8adc82666bca869bdf73f2b92d40df532fe10f57 (commit)
via bf7b74e941bc012c85e4523b219a1027cbf01de2 (commit)
via e16be872b64cab229784a0700a329871454f8baf (commit)
via afb6f77d8d2ec4d7ba92ca8279b736e4f5bf7729 (commit)
via 4beb8bdff67ad57e27ed1d1ae02451fc356a5df7 (commit)
via d0e2fc83f37283eb33c9ad422e938d709a84d98b (commit)
via 079cb404c776821bc9b161bd297b956a6e6418a4 (commit)
via 891c5780feafe82e1f363f45a23c1067943ce47a (commit)
via 6b56175cd1b8e9bbaca5ab56266039b8129b34af (commit)
via 01a70cca07878bb83112352b43e3a6bc67a5e224 (commit)
via cd6b2795d3168aba7c8c0ff7069b99d86e98c6a7 (commit)
via 902e07df774c602e2f63838ae1c57adb88092ddd (commit)
via 867782d82ffe888feb40091aa417818e115090b8 (commit)
via 6045e72cd355133eb49da59150846c4acbc8103e (commit)
via 994381d3c827271b61ccd203f5c953b434a6b772 (commit)
via e596726312e3fbd3638e23a536933f22135320d7 (commit)
via b10d8c63abb010c9917f3a20b192b22da62bf478 (commit)
via 34e8c15a64c656d2f6c40fcc2ba9f8e2f0d8e635 (commit)
via db93a7fb0dfc674934d72e3174d024c99b7a0ff1 (commit)
via d2880858cb57e4d0289188c60552f726f17b0435 (commit)
via 34fbba8ef5a04ad182687bb9a0a5349243cd9790 (commit)
via 2e4ce6afa754bb9ff65b624e9f407451da1cdcdf (commit)
via f92e4dfad9c33f1c822d375b638ad65fcdd815d1 (commit)
via 512975e91cfbb603952690ac2e1926d031174b6c (commit)
via 1f56635db547a7440b6463fc4d9d8d5bb1ed65ec (commit)
via 294d699e8475cb3ab171441d429e7715beaf3c67 (commit)
via 78ee46662ac7e0371109fef2ad5a782a1aa7cc72 (commit)
via c67ceaa83b6107a6e0d8e4e1ef1ff26e37e08f1d (commit)
via c3259a276c5a455c6e0907cd42edd94f644df7d6 (commit)
via 4e4e40188f7d6a0a49e9471da97942c9fbc17797 (commit)
via 93bebe47bc8c3b68e2b9df1c3cb6885503aee17b (commit)
via 73275fc4deff9ea416589d9a0928e0e90d4607dc (commit)
via a2fa8219c85f49b1aeadc5edf37ad4afb89ae6cf (commit)
via 526dce65cb41e64c40df2939d5a5bc3db7a683d1 (commit)
via f3833884e430cf9104114f391e71925c5f6bd5fa (commit)
from 28f58df2fb778a5d5824ca06db8ac30c63e51496 (commit)
- Log -----------------------------------------------------------------
commit aebacd260f911b8d8261883493c4b111d8969c10
Merge: 28f58df2fb778a5d5824ca06db8ac30c63e51496 4ac7e466053422ae48b328b6be2aa9a17812d1dd
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 14:06:06 2010 +0100
Merge branch 'QA_3_3'
Conflicts:
ChangeLog
Documentation.html
README
documentation-gsoc/Synchronization_User_Manual.htm
lang/afrikaans-utf-8.inc.php
lang/albanian-utf-8.inc.php
lang/arabic-utf-8.inc.php
lang/azerbaijani-utf-8.inc.php
lang/bangla-utf-8.inc.php
lang/basque-utf-8.inc.php
lang/belarusian_cyrillic-utf-8.inc.php
lang/belarusian_latin-utf-8.inc.php
lang/bosnian-utf-8.inc.php
lang/brazilian_portuguese-utf-8.inc.php
lang/bulgarian-utf-8.inc.php
lang/catalan-utf-8.inc.php
lang/chinese_simplified-utf-8.inc.php
lang/chinese_traditional-utf-8.inc.php
lang/croatian-utf-8.inc.php
lang/czech-utf-8.inc.php
lang/danish-utf-8.inc.php
lang/dutch-utf-8.inc.php
lang/estonian-utf-8.inc.php
lang/finnish-utf-8.inc.php
lang/galician-utf-8.inc.php
lang/georgian-utf-8.inc.php
lang/german-utf-8.inc.php
lang/greek-utf-8.inc.php
lang/hebrew-utf-8.inc.php
lang/hindi-utf-8.inc.php
lang/hungarian-utf-8.inc.php
lang/indonesian-utf-8.inc.php
lang/italian-utf-8.inc.php
lang/japanese-utf-8.inc.php
lang/korean-utf-8.inc.php
lang/latvian-utf-8.inc.php
lang/lithuanian-utf-8.inc.php
lang/macedonian_cyrillic-utf-8.inc.php
lang/malay-utf-8.inc.php
lang/mongolian-utf-8.inc.php
lang/norwegian-utf-8.inc.php
lang/persian-utf-8.inc.php
lang/polish-utf-8.inc.php
lang/portuguese-utf-8.inc.php
lang/romanian-utf-8.inc.php
lang/russian-utf-8.inc.php
lang/serbian_cyrillic-utf-8.inc.php
lang/serbian_latin-utf-8.inc.php
lang/sinhala-utf-8.inc.php
lang/slovak-utf-8.inc.php
lang/slovenian-utf-8.inc.php
lang/spanish-utf-8.inc.php
lang/swedish-utf-8.inc.php
lang/tatarish-utf-8.inc.php
lang/thai-utf-8.inc.php
lang/turkish-utf-8.inc.php
lang/ukrainian-utf-8.inc.php
lang/uzbek_cyrillic-utf-8.inc.php
lang/uzbek_latin-utf-8.inc.php
libraries/Config.class.php
libraries/Table.class.php
libraries/display_tbl.lib.php
server_privileges.php
server_replication.php
server_synchronize.php
translators.html
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_0RC1-68-g4ac7e46
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, QA_3_3 has been updated
via 4ac7e466053422ae48b328b6be2aa9a17812d1dd (commit)
from d659f3ba2b6dafbd818caca1f22a45455690198c (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 58e3122..f120b5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,11 +97,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #869006 [structure] Ignore number of records for MRG_MyISAM tables
- bug [browse] "Show BLOB contents" should display HTML code that is present
in a BLOB, thanks to Vincent van der Tuin
-<<<<<<< HEAD
- [privileges] Improve escaping of hostname
-=======
-- [privileges] Improve Proper escaping of hostname
->>>>>>> origin/MAINT_3_3_0
3.2.4.0 (2009-12-02)
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_0RC1-67-gd659f3b
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, QA_3_3 has been updated
via d659f3ba2b6dafbd818caca1f22a45455690198c (commit)
via 47ec6a7b7eb899533213136ea7f22cb690dc137c (commit)
via 995b90b5514557cb9ed6042844216fcecfe48a24 (commit)
via 09896700e4c90916997da5d5d0579ea92a1f6d5a (commit)
via 7443d8286dfe655dfd38ed20cf26099ae65d2ab2 (commit)
via 05477fff976073aa2074e905bdfa249779e1fcca (commit)
via 861dd5c0c2fed019954ab2129db2d27adfe958a9 (commit)
via 0d16251c6b9ad831daed75df4db73d8e7e5a3b64 (commit)
via bc908c732a577b054a3046b2386afe77edd8a8cd (commit)
via 0fa6c3d985160ccb857ffe311267a7df22435f75 (commit)
via 9bcc37451d42dce0f522bf0d51462bb82abc14d8 (commit)
via f4d129ac03ff7011d6e54d60243c88aebf790e52 (commit)
via d24640d62ef13e733f22445a7d3fb5e4cc32a9ca (commit)
via bf857315b9ca14ebb9dad2d3f1d195fe1a14d331 (commit)
via b9daf34b79b0271e62e4de3bc7b6bf9008e719c5 (commit)
via f900210a0f05511658a8d64d8876b935ab7a5972 (commit)
via 66c830e2a5deaa4196fe82e1df45f1f89bbc5a60 (commit)
via 548d96d611b100ef1bf10165eaacb8cd2c5d75f9 (commit)
via cbe8f389821d2fb0a107478e73b654309566380d (commit)
via 326deca827d87eb148afb96fa6ec7ce29644cb93 (commit)
via a239f9bb3ebe0994a76d5d946418bdce4a9298e4 (commit)
via 5fd02248cd4f410d963daf55150c33e8d4e01850 (commit)
via fd739840cdb07739c8b971363291c9d0534764ec (commit)
via 624dde89ef6ac51adea3f1be045128bcbcd7eeb8 (commit)
via 644b56f65594244fc0f8ec5f25398ab9b3678e7c (commit)
via e5a58432b523ea22d1ec1332e55a758bd7adced2 (commit)
via 0a6badd2d60b6cc216f714ea777905566de14e60 (commit)
via f1b8b850eb559ae202fb7220c5cf3d7703df5e60 (commit)
via aecbb213aaf4f779f8feaa4ad4cc3fa9d59ce673 (commit)
via c67fd7f732e56d668399a4d44bcdf5f2a803a7c3 (commit)
via fe5e8999b42b98873a032a937cb873f2d47a1826 (commit)
via 182ca44769a3940616e42de5b90ad97693dec362 (commit)
via 8adc82666bca869bdf73f2b92d40df532fe10f57 (commit)
via e16be872b64cab229784a0700a329871454f8baf (commit)
via 4beb8bdff67ad57e27ed1d1ae02451fc356a5df7 (commit)
via 079cb404c776821bc9b161bd297b956a6e6418a4 (commit)
via 6b56175cd1b8e9bbaca5ab56266039b8129b34af (commit)
via cd6b2795d3168aba7c8c0ff7069b99d86e98c6a7 (commit)
via 867782d82ffe888feb40091aa417818e115090b8 (commit)
via 994381d3c827271b61ccd203f5c953b434a6b772 (commit)
via b10d8c63abb010c9917f3a20b192b22da62bf478 (commit)
via db93a7fb0dfc674934d72e3174d024c99b7a0ff1 (commit)
via 34fbba8ef5a04ad182687bb9a0a5349243cd9790 (commit)
via f92e4dfad9c33f1c822d375b638ad65fcdd815d1 (commit)
via 1f56635db547a7440b6463fc4d9d8d5bb1ed65ec (commit)
via 78ee46662ac7e0371109fef2ad5a782a1aa7cc72 (commit)
via c3259a276c5a455c6e0907cd42edd94f644df7d6 (commit)
via 93bebe47bc8c3b68e2b9df1c3cb6885503aee17b (commit)
via a2fa8219c85f49b1aeadc5edf37ad4afb89ae6cf (commit)
from 3f5d1063ff6af5aa036be26a4d5fac9806eccfac (commit)
- Log -----------------------------------------------------------------
commit d659f3ba2b6dafbd818caca1f22a45455690198c
Merge: 47ec6a7b7eb899533213136ea7f22cb690dc137c 995b90b5514557cb9ed6042844216fcecfe48a24
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:56:27 2010 +0100
Merge remote branch 'origin/MAINT_3_3_1' into QA_3_3
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
commit 47ec6a7b7eb899533213136ea7f22cb690dc137c
Merge: 3f5d1063ff6af5aa036be26a4d5fac9806eccfac 09896700e4c90916997da5d5d0579ea92a1f6d5a
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:55:07 2010 +0100
Merge remote branch 'origin/MAINT_3_3_0' into QA_3_3
Conflicts:
ChangeLog
Documentation.html
README
libraries/Config.class.php
libraries/display_import.lib.php
translators.html
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f120b5a..58e3122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,7 +97,11 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #869006 [structure] Ignore number of records for MRG_MyISAM tables
- bug [browse] "Show BLOB contents" should display HTML code that is present
in a BLOB, thanks to Vincent van der Tuin
+<<<<<<< HEAD
- [privileges] Improve escaping of hostname
+=======
+- [privileges] Improve Proper escaping of hostname
+>>>>>>> origin/MAINT_3_3_0
3.2.4.0 (2009-12-02)
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_2_11, updated. RELEASE_2_11_10-3-g8ae41bb
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, QA_2_11 has been updated
via 8ae41bbc0238581d5e0e692e4dc67e35ded00170 (commit)
via 8535d48ae9c8ea554393802db68dbc9ec571b864 (commit)
from f175026ff0d873c5c73bc841697596e995e271b9 (commit)
- Log -----------------------------------------------------------------
commit 8ae41bbc0238581d5e0e692e4dc67e35ded00170
Merge: f175026ff0d873c5c73bc841697596e995e271b9 8535d48ae9c8ea554393802db68dbc9ec571b864
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:51:07 2010 +0100
Merge remote branch 'origin/MAINT_2_11_10' into QA_2_11
Conflicts:
ChangeLog
Documentation.html
README
libraries/Config.class.php
translators.html
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 4936744..46099cc 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ phpMyAdmin - Readme
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
- Copyright (C) 2001-2008 Marc Delisle <Marc.Delisle_at_cegepsherbrooke.qc.ca>
+ Copyright (C) 2001-2009 Marc Delisle <Marc.Delisle_at_cegepsherbrooke.qc.ca>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. a1471c9fbec16fb899f2ff210ced5aedaf32ea86
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via a1471c9fbec16fb899f2ff210ced5aedaf32ea86 (commit)
via ee712584dc601fc5ac3aa6d4dc6fc6b234ad3a1d (commit)
via e05b7c3ad7a0fbcda5f8afbef70d95422b2a20db (commit)
from 446aa621fb09d34c7484ae1843f3139f7b5b418b (commit)
- Log -----------------------------------------------------------------
commit a1471c9fbec16fb899f2ff210ced5aedaf32ea86
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:46:03 2010 +0100
No longer generate SVN stats.
commit ee712584dc601fc5ac3aa6d4dc6fc6b234ad3a1d
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:44:03 2010 +0100
Convert to git.
commit e05b7c3ad7a0fbcda5f8afbef70d95422b2a20db
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:43:48 2010 +0100
Themes also use branches.
-----------------------------------------------------------------------
Summary of changes:
git-migration/migrate.sh | 2 +-
website/pma-copy-docs | 6 +++---
website/pma-docs | 4 ++--
website/pma-planet | 2 +-
website/pma-stats | 9 ---------
website/pma-web | 2 +-
6 files changed, 8 insertions(+), 17 deletions(-)
delete mode 100755 website/pma-stats
diff --git a/git-migration/migrate.sh b/git-migration/migrate.sh
index 1dca46d..652ef75 100755
--- a/git-migration/migrate.sh
+++ b/git-migration/migrate.sh
@@ -88,7 +88,7 @@ cd repos
for repo in data history localized_docs phpMyAdmin planet scripts themes website ; do
git clone ../pma-svn-git-work $repo
cd $repo
- if [ $repo = phpMyAdmin ] ; then
+ if [ $repo = phpMyAdmin -o $repo = themes ] ; then
for branch in `git branch -r | grep 'QA_[0-9_]*$\|MAINT_[0-9_]*$'` ; do
git branch `basename $branch` $branch
done
diff --git a/website/pma-copy-docs b/website/pma-copy-docs
index 67a6fa9..a807be5 100755
--- a/website/pma-copy-docs
+++ b/website/pma-copy-docs
@@ -3,8 +3,8 @@
# Script to publish documentation on phpmyadmin.net
# Main documentation + required files
-cd /home/pmaweb/pma/phpMyAdmin/
-svn -q up
+cd /home/pmaweb/pma/phpmyadmin/
+git pull -q
rsync -az favicon.ico CREDITS ChangeLog Documentation.html INSTALL LICENSE README changelog.php docs.css license.php translators.html documentation-gsoc web.sourceforge.net:htdocs/documentation/
cd themes/original/img/
rsync -az docs_menu_bg.png logo_right.png web.sourceforge.net:htdocs/documentation/themes/original/img/
@@ -13,7 +13,7 @@ rsync -az vendor_config.php web.sourceforge.net:htdocs/documentation/libraries/
# Localised documentation
cd /home/pmaweb/pma/localized_docs/
-git pull
+git pull -q
rsync -az --delete output/ web.sourceforge.net:htdocs/localized_docs/
# Generate pointer to setup
diff --git a/website/pma-docs b/website/pma-docs
index c3090f4..ce9f3e3 100755
--- a/website/pma-docs
+++ b/website/pma-docs
@@ -7,8 +7,8 @@ tmpdir=`mktemp -td pmadocXXXXXXX`
chmod 755 $tmpdir
tmpfile=`mktemp -t pmadoclogXXXXXXX`
chmod 644 $tmpfile
-cd /home/pmaweb/pma/phpMyAdmin/
-svn -q up
+cd /home/pmaweb/pma/phpmyadmin/
+git pull -q
nice -19 \
phpdoc \
-d ./ \
diff --git a/website/pma-planet b/website/pma-planet
index 7a114f6..e21687f 100755
--- a/website/pma-planet
+++ b/website/pma-planet
@@ -5,5 +5,5 @@
set -e
cd /home/pmaweb/pma/planet/
-svn -q up
+git pull -q
planet planet.ini
diff --git a/website/pma-stats b/website/pma-stats
deleted file mode 100755
index 9222bb9..0000000
--- a/website/pma-stats
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Script to generate SVN statistics of phpMyAdmin repository
-
-set -e
-
-/usr/bin/mpy-svn-stats -o /home/pmaweb/stats/ \
- https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
-rsync -az --delete /home/pmaweb/stats/ web.sourceforge.net:htdocs/svnstats/
diff --git a/website/pma-web b/website/pma-web
index 8d842f7..7bd29e6 100755
--- a/website/pma-web
+++ b/website/pma-web
@@ -9,7 +9,7 @@ error_handler() {
trap error_handler INT QUIT EXIT
cd /home/pmaweb/pma/website/
-svn -q up
+git pull -q
./render.py \
--quiet \
--server http://www.phpmyadmin.net \
hooks/post-receive
--
phpMyAdmin scripts
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 2de0c0030bfad89f55ab612e2ae9aaa4b022f809
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 2de0c0030bfad89f55ab612e2ae9aaa4b022f809 (commit)
via 40fdc54e114395abd1de211906f68c389f16330a (commit)
via a7a8ea33cdeddbb4c4d5ed8b9ee0d8b260481c12 (commit)
via b3cd1551f5f5c6644d9cd2c4e24377a533be9cb0 (commit)
via be535cb9f98529c6f5e4d654d87336a1ceabdb6d (commit)
via 4fcf684f039e82204ac36fcb71bd2e8c853fca31 (commit)
from 269bf2ad7b0e386394784f90079bfb305a923635 (commit)
- Log -----------------------------------------------------------------
commit 2de0c0030bfad89f55ab612e2ae9aaa4b022f809
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:39:08 2010 +0100
Regenerate docs.
commit 40fdc54e114395abd1de211906f68c389f16330a
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:42:49 2010 +0200
Translation update done using Pootle.
commit a7a8ea33cdeddbb4c4d5ed8b9ee0d8b260481c12
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:41:36 2010 +0200
Translation update done using Pootle.
commit b3cd1551f5f5c6644d9cd2c4e24377a533be9cb0
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:38:38 2010 +0200
Translation update done using Pootle.
commit be535cb9f98529c6f5e4d654d87336a1ceabdb6d
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:38:21 2010 +0200
Translation update done using Pootle.
commit 4fcf684f039e82204ac36fcb71bd2e8c853fca31
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:36:16 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/it/Documentation.html | 10 +++++-----
po/it.po | 17 ++++++++++-------
pot/ca-full.pot | 2 +-
pot/ca-html.pot | 2 +-
pot/cs-full.pot | 2 +-
pot/cs-html.pot | 2 +-
pot/de-full.pot | 2 +-
pot/de-html.pot | 2 +-
pot/en_GB-full.pot | 2 +-
pot/en_GB-html.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fr-full.pot | 2 +-
pot/fr-html.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/hu-full.pot | 2 +-
pot/hu-html.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/it-full.pot | 2 +-
pot/it-html.pot | 2 +-
pot/jp-full.pot | 2 +-
pot/jp-html.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/no-full.pot | 2 +-
pot/no-html.pot | 2 +-
pot/pl-full.pot | 2 +-
pot/pl-html.pot | 2 +-
pot/pt_BR-full.pot | 2 +-
pot/pt_BR-html.pot | 2 +-
pot/ro-full.pot | 2 +-
pot/ro-html.pot | 2 +-
pot/sk-full.pot | 2 +-
pot/sk-html.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/tr-full.pot | 2 +-
pot/tr-html.pot | 2 +-
pot/zh_CN-full.pot | 2 +-
pot/zh_CN-html.pot | 2 +-
pot/zh_TW-full.pot | 2 +-
pot/zh_TW-html.pot | 2 +-
52 files changed, 65 insertions(+), 62 deletions(-)
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index 3b7d06a..ae2ea1b 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -69,7 +69,7 @@ href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
<li>Licenza: <a href="license.php">LICENZA</a></li>
</ul>
</li>
- <li><div class="l10n">Documentation version:</div>
+ <li><div class="l10n">Versione documentazione:</div>
<i>$Id$</i>
</li>
</ul>
@@ -584,7 +584,7 @@ When Swekey authentication is activated, phpMyAdmin requires the users's
Swekey to be plugged before entering the login page (currently supported for
cookie authentication mode only). Swekey Authentication is disabled by
default.<br /><br />
-To enable it, add the following line to <tt>config.inc.php</tt>:
+Per abilitarlo, aggiungi la seguente linea a <tt>config.inc.php</tt>:
</p>
<pre>
$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';
@@ -723,11 +723,11 @@ socket non sono supportati su alcune piattaforme.<br /><br />
essere in esecuzione su un server Web.</dd>
<dt id="cfg_Servers_extension">$cfg['Servers'][$i]['extension'] string</dt>
- <dd>What php MySQL extension to use for the connection. Valid options are:
+ <dd>Quale estensione php MySQL usare per la connessione. Le opzioni valide sono:
<br /><br />
- <tt><i>mysql</i></tt> : The classic MySQL extension. This is the recommended
-and default method at this time.<br /><br />
+ <tt><i>mysql</i></tt> : La classica estensione MySQL. Questa è la
+raccomandata e predefinita attualmente.<br /><br />
<tt><i>mysqli</i></tt> : The improved MySQL extension. This extension became
available with php 5.0.0 and is the recommended way to connect to a server
diff --git a/po/it.po b/po/it.po
index e1c0e28..261a10e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,16 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
-"PO-Revision-Date: 2010-01-22 15:10+0100\n"
-"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
+"POT-Creation-Date: 2010-03-11 13:30+0100\n"
+"PO-Revision-Date: 2010-03-10 19:42+0200\n"
+"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: Italian <it(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 1.2.1\n"
+"X-Generator: Pootle 2.0.1\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -141,7 +141,7 @@ msgstr "Licenza: <a href=\"license.php\">LICENZA</a>"
#. type: Content of: <html><body><div><ul><li><div>
#: ../phpmyadmin/Documentation.html:56
msgid "Documentation version:"
-msgstr ""
+msgstr "Versione documentazione:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:57
@@ -1472,13 +1472,13 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:552
msgid "To enable it, add the following line to <tt>config.inc.php</tt>:"
-msgstr ""
+msgstr "Per abilitarlo, aggiungi la seguente linea a <tt>config.inc.php</tt>:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:555
#, no-wrap
msgid "$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';\n"
-msgstr ""
+msgstr "$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:558
@@ -1817,6 +1817,7 @@ msgstr "$cfg['Servers'][$i]['extension'] string"
#: ../phpmyadmin/Documentation.html:696
msgid "What php MySQL extension to use for the connection. Valid options are:"
msgstr ""
+"Quale estensione php MySQL usare per la connessione. Le opzioni valide sono:"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:699
@@ -1824,6 +1825,8 @@ msgid ""
"<tt><i>mysql</i></tt> : The classic MySQL extension. This is the recommended "
"and default method at this time."
msgstr ""
+"<tt><i>mysql</i></tt> : La classica estensione MySQL. Questa è la "
+"raccomandata e predefinita attualmente."
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:703
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index ee54c4d..2d8e2e0 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -9,7 +9,7 @@ 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index f262f35..84dbb1d 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 5fa387d..691b310 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# cs-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 9409131..018e8bc 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 98947c7..eb363ae 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# de-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index ea530cd..58b3749 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 6da7f43..0e961df 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# en_GB-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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 aeacc31..d509553 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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 ce24a01..2e2b60a 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# es-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index 2e4c88e..825ff27 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index e8d1457..7fcde38 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# fi-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index e4e1f35..8f6d650 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index c096b9f..3cd4330 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# fr-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 f34bccc..3bcc363 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 7df5e1b..bb76bc4 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# gl-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 633c32f..ba14ade 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 da41f99..e05cd4a 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# hu-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index 90ef40c..baa66a7 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index ac78266..f10fec2 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# hy-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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 eb56b8d..a420007 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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 6b0fa2b..971395e 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# it-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 928920e..6fe97ac 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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/jp-full.pot b/pot/jp-full.pot
index 9177dcd..804cb3f 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# jp-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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/jp-html.pot b/pot/jp-html.pot
index c4c50b1..de707d4 100644
--- a/pot/jp-html.pot
+++ b/pot/jp-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 0e85265..1e28779 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# ka-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 a316bd4..164d211 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+0100\n"
"PO-Revi
sion-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 e017bac..8c0d61f 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# lt-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 8d69bb9..e5d9748 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 72ee042..cd093b2 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# mn-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 054241b..97a9b79 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 39afede..fdc83cd 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# nl-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 33f7a71..471344b 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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/no-full.pot b/pot/no-full.pot
index 58ed2b2..52c44ba 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# no-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/no-html.pot b/pot/no-html.pot
index cdf5853..074a7b3 100644
--- a/pot/no-html.pot
+++ b/pot/no-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index fa53c9c..06a6c34 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# pl-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 23a8657..8a8273d 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 2bf4370..a65529a 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# pt_BR-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 0d71fbb..13bdc47 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 7057fef..0fa005d 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# ro-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 19443ac..ffb4de8 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 4e0697d..cb79179 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# sk-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-03-10 16:03+0100\n"
+"POT-Creation-Date: 2010-03-11 13:33+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 f043720..31b020c 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-03-10 16:03+0100\n"
+"POT-Creation-Date: 2010-03-11 13:33+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 a39a66a..c90551b 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# sv-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 dfa8af8..4f588b2 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 029ffbd..0155162 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# tr-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index abff3b8..9667228 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 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"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 7cc8004..3972977 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# zh_CN-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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 fcbec8a..88a3fbe 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-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 8bce8e6..5c8f56e 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# zh_TW-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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 f9d92fb..ae6363e 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-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 website branch, master, updated. 9ad083429ad1ea1688102664ef06897a2f6b744f
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 9ad083429ad1ea1688102664ef06897a2f6b744f (commit)
via b7f4f7eb75239001c4ba3e457c9718305be89b72 (commit)
via 717fb2040aaed447ae039e5c899bcce3f0c9aa83 (commit)
from dbbe02a82cff327cc10714468f2798f886cd0428 (commit)
- Log -----------------------------------------------------------------
commit 9ad083429ad1ea1688102664ef06897a2f6b744f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:38:24 2010 +0100
Move contribution hints to Git.
commit b7f4f7eb75239001c4ba3e457c9718305be89b72
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:35:03 2010 +0100
Snapshots will be from Git.
commit 717fb2040aaed447ae039e5c899bcce3f0c9aa83
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:34:10 2010 +0100
Mention Git repository instead of SVN.
-----------------------------------------------------------------------
Summary of changes:
templates/_gitdl.tpl | 10 ++++++++
templates/_svndl.tpl | 10 --------
templates/downloads.tpl | 4 +-
templates/improve.tpl | 59 ++++++++++------------------------------------
4 files changed, 25 insertions(+), 58 deletions(-)
create mode 100644 templates/_gitdl.tpl
delete mode 100644 templates/_svndl.tpl
diff --git a/templates/_gitdl.tpl b/templates/_gitdl.tpl
new file mode 100644
index 0000000..e3b48c4
--- /dev/null
+++ b/templates/_gitdl.tpl
@@ -0,0 +1,10 @@
+<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
+
+<p>
+Git repositories are located at
+<code>git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/REPONAME</code> and you
+can browse them online using <a
+href="http://phpmyadmin.git.sourceforge.net/">Git web</a>.
+</p>
+
+</html>
diff --git a/templates/_svndl.tpl b/templates/_svndl.tpl
deleted file mode 100644
index e62020e..0000000
--- a/templates/_svndl.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
-
-<p>
-Subversion repository is located at
-<code>https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin</code> and you
-can browse it online using <a
-href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/">ViewVC</a>.
-</p>
-
-</html>
diff --git a/templates/downloads.tpl b/templates/downloads.tpl
index 4b6c9db..b9f9ef8 100644
--- a/templates/downloads.tpl
+++ b/templates/downloads.tpl
@@ -38,10 +38,10 @@
</py:for>
<h2>Development Versions</h2>
- <xi:include href="_svndl.tpl" />
+ <xi:include href="_gitdl.tpl" />
<p>
- Below are listed SVN snapshots for trunk branch, more daily snapshots of the
+ Below are listed Git snapshots for trunk branch, more daily snapshots of the
code are available on <a
href="http://cihar.com/phpMyAdmin/snapshots/">external server</a>.
</p>
diff --git a/templates/improve.tpl b/templates/improve.tpl
index d2fdb21..01e98c0 100644
--- a/templates/improve.tpl
+++ b/templates/improve.tpl
@@ -64,29 +64,21 @@ jobs</a> where you can find some tips where to look.
</p>
<h3>Source Code Repository</h3>
-<xi:include href="_svndl.tpl" />
+<xi:include href="_gitdl.tpl" />
<p>
-To start development you want to start with <code>trunk/phpMyAdmin</code>,
-where the current development version of phpMyAdmin is stored. Other interesting
-parts of repository include:
+To start development you want to start with <code>phpmyadmin</code> repository.
+Full list of repositories include:
</p>
<dl class="cvslist">
-<dt>trunk/</dt><dd>Current development version of all code.</dd>
-<dt>trunk/phpMyAdmin</dt><dd>phpMyAdmin code.</dd>
-<dt>trunk/website</dt><dd>Website code.</dd>
-<dt>trunk/themes</dt><dd>Themes.</dd>
-<dt>trunk/data</dt><dd>Various project related data (such as logos, T-shirt graphics, etc.).</dd>
-<dt>trunk/history</dt><dd>Some historical documents (old changelogs or website).</dd>
-<dt>trunk/planet</dt><dd><a href="http://planet.phpmyadmin.net/">Planet phpMyAdmin</a> configuration.</dd>
-<dt>trunk/localized_docs</dt><dd>Not used anymore, see Git section bellow.</dd>
-<dt>tags/</dt><dd>Tags for all released versions (as <code>RELEASE_X_Y_Z</code>)</dd>
-<dt>tags/STABLE</dt><dd>Special moving tag which always contains latest
-released stable version</dd>
-<dt>tags/TESTING</dt><dd>Special moving tag which always contains latest
-released testing version</dd>
-<dt>branches/</dt><dd>Maintenance branches for older versions (as <code>QA_X_Y</code>)</dd>
+<dt>phpmyadmin</dt><dd>phpMyAdmin code.</dd>
+<dt>website</dt><dd>Website code.</dd>
+<dt>themes</dt><dd>Themes.</dd>
+<dt>data</dt><dd>Various project related data (such as logos, T-shirt graphics, etc.).</dd>
+<dt>history</dt><dd>Some historical documents (old changelogs or website).</dd>
+<dt>planet</dt><dd><a href="http://planet.phpmyadmin.net/">Planet phpMyAdmin</a> configuration.</dd>
+<dt>localized_docs</dt><dd>Not used anymore, see Git section bellow.</dd>
</dl>
<p>
@@ -95,40 +87,15 @@ Examples of how to checkout phpMyAdmin code:
<pre>
# Latest development version:
-svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin phpMyAdmin-dev
-# Latest stable version:
-svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMy… phpMyAdmin-stable
+git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
</pre>
-<h3>Git Repository</h3>
-
-<p>
-phpMyAdmin is currently considering to switch development to Git. These
-repositories do not yet contain current code are used mostly for testing.
-</p>
-
-<p>
-Git repository are located at
-<code>git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/</code> and you
-can browse it online using <a
-href="http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi">Gitweb</a>.
-</p>
-
-<p>
-Following repositories are already used for development:
-</p>
-
-<dl class="cvslist">
-<dt>localized_docs</dt><dd>Localized documentation.</dd>
-</dl>
-
<h3>Repository Statistics</h3>
<p>Several analyses of the repository are available:</p>
<ul>
-<li><a href="http://www.phpmyadmin.net/svnstats/">mpy-svn-stats</a></li>
<li><a href="http://cia.vc/stats/project/phpmyadmin/">CIA.vc</a></li>
<li><a href="http://www.ohloh.net/projects/phpmyadmin">Ohloh</a></li>
-<li><a href="https://sourceforge.net/project/stats/detail.php?group_id=23067&ugn=php…">SourceForge.net</a></li>
+<li><a href="https://sourceforge.net/project/stats/detail.php?group_id=23067&ugn=php…">SourceForge.net</a></li>
</ul>
<h3>Coding Standards</h3>
@@ -162,7 +129,7 @@ href="http://wiki.phpmyadmin.net/pma/FAQ_7.2">FAQ 7.2</a>.
Documentation is being translated using po4a and gettext (see <a
href="${base_url}docs.${file_ext}">documentation</a> for existing
translations). To start, checkout <code><a
-href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/localized_doc…">localized_docs/po</a></code> from SVN, or
+href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized…">localized_docs/po</a></code> from Git, or
just go to <a href="https://l10n.cihar.com/projects/pmadoc/">translation
server</a> and translate it online. If your language is missing, just contact
<a href="mailto:michal@cihar.com">Michal Čihař</a>, he will add it. If you
hooks/post-receive
--
phpMyAdmin website
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 269bf2ad7b0e386394784f90079bfb305a923635
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 269bf2ad7b0e386394784f90079bfb305a923635 (commit)
via 6d432e757391e7436c66513bcdfda44212b723d2 (commit)
from 30d639a4b30ea8ab5768117f3913296c91d77ff7 (commit)
- Log -----------------------------------------------------------------
commit 269bf2ad7b0e386394784f90079bfb305a923635
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 16:08:58 2010 +0100
Add slovak language.
commit 6d432e757391e7436c66513bcdfda44212b723d2
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 16:07:48 2010 +0100
Fix creating new languages.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 +-
addendum/{html_comment.ca => html_comment.sk} | 0
...d-translations.ca => html_head-translations.sk} | 0
addendum/{html_head.ca => html_head.sk} | 0
get-lang-name | 3 ++
new-lang | 14 +++++----
output/{ca => sk}/docs.css | 0
output/{ca => sk}/favicon.ico | Bin 18902 -> 18902 bytes
output/{nl => sk}/index-full-template.html | 8 ++--
output/{hy => sk}/index.html | 8 ++--
.../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes
.../{ca => sk}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes
pot/cs-full.pot => po/sk.po | 32 ++++++++++---------
pot/ca-full.pot | 11 +++++++
pot/ca-html.pot | 2 +-
pot/cs-full.pot | 11 +++++++
pot/cs-html.pot | 2 +-
pot/de-full.pot | 11 +++++++
pot/de-html.pot | 2 +-
pot/en_GB-full.pot | 11 +++++++
pot/en_GB-html.pot | 2 +-
pot/es-full.pot | 11 +++++++
pot/es-html.pot | 2 +-
pot/fi-full.pot | 11 +++++++
pot/fi-html.pot | 2 +-
pot/fr-full.pot | 11 +++++++
pot/fr-html.pot | 2 +-
pot/gl-full.pot | 11 +++++++
pot/gl-html.pot | 2 +-
pot/hu-full.pot | 11 +++++++
pot/hu-html.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/it-full.pot | 11 +++++++
pot/it-html.pot | 2 +-
pot/jp-full.pot | 11 +++++++
pot/jp-html.pot | 2 +-
pot/ka-full.pot | 11 +++++++
pot/ka-html.pot | 2 +-
pot/lt-full.pot | 11 +++++++
pot/lt-html.pot | 2 +-
pot/mn-full.pot | 11 +++++++
pot/mn-html.pot | 2 +-
pot/nl-full.pot | 11 +++++++
pot/nl-html.pot | 2 +-
pot/no-full.pot | 11 +++++++
pot/no-html.pot | 2 +-
pot/pl-full.pot | 11 +++++++
pot/pl-html.pot | 2 +-
pot/pt_BR-full.pot | 11 +++++++
pot/pt_BR-html.pot | 2 +-
pot/ro-full.pot | 11 +++++++
pot/ro-html.pot | 2 +-
pot/{hy-full.pot => sk-full.pot} | 26 ++++++++--------
pot/{es-html.pot => sk-html.pot} | 20 ++++++------
pot/{ca-txt.pot => sk-txt.pot} | 2 +-
pot/sv-full.pot | 11 +++++++
pot/sv-html.pot | 2 +-
pot/tr-full.pot | 11 +++++++
pot/tr-html.pot | 2 +-
pot/zh_CN-full.pot | 11 +++++++
pot/zh_CN-html.pot | 2 +-
pot/zh_TW-full.pot | 11 +++++++
pot/zh_TW-html.pot | 2 +-
64 files changed, 340 insertions(+), 79 deletions(-)
copy addendum/{html_comment.ca => html_comment.sk} (100%)
copy addendum/{html_head-translations.ca => html_head-translations.sk} (100%)
copy addendum/{html_head.ca => html_head.sk} (100%)
copy output/{ca => sk}/docs.css (100%)
copy output/{ca => sk}/favicon.ico (100%)
copy output/{nl => sk}/index-full-template.html (73%)
copy output/{hy => sk}/index.html (54%)
copy output/{ca => sk}/themes/original/img/docs_menu_bg.png (100%)
copy output/{ca => sk}/themes/original/img/logo_right.png (100%)
copy pot/cs-full.pot => po/sk.po (99%)
copy pot/{hy-full.pot => sk-full.pot} (99%)
copy pot/{es-html.pot => sk-html.pot} (99%)
copy pot/{ca-txt.pot => sk-txt.pot} (99%)
diff --git a/Makefile b/Makefile
index ef03eb6..4d89a04 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Makefile to build translations
-LANGUAGES=it pl jp fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB
+LANGUAGES=it pl jp fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk
PO4AOPTS=-M utf-8 -k 15
PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
--copyright-holder "the phpMyAdmin project" \
@@ -106,6 +106,7 @@ pot/%-full.pot: pot/%-html.pot pot/%-txt.pot
msgcat -o $@ $^
po/%.po: pot/%-full.pot
+ if [ ! -f $@ ] ; then msginit -i $< -l $* --no-translator -o $@ ; fi
msgmerge -U $@ $<
# This should be used once phpMyAdmin itself switches to gettext
#msgmerge -U $@ -C ../phpmyadmin/po/$*.po $<
diff --git a/addendum/html_comment.ca b/addendum/html_comment.sk
similarity index 100%
copy from addendum/html_comment.ca
copy to addendum/html_comment.sk
diff --git a/addendum/html_head-translations.ca b/addendum/html_head-translations.sk
similarity index 100%
copy from addendum/html_head-translations.ca
copy to addendum/html_head-translations.sk
diff --git a/addendum/html_head.ca b/addendum/html_head.sk
similarity index 100%
copy from addendum/html_head.ca
copy to addendum/html_head.sk
diff --git a/get-lang-name b/get-lang-name
index 7aade4b..fbe7450 100755
--- a/get-lang-name
+++ b/get-lang-name
@@ -75,6 +75,9 @@ case $1 in
en_GB)
echo "English (United Kingdom)"
;;
+ sk)
+ echo "Slovak"
+ ;;
### MARKER TO ADD NEW LANGUAGE NAMES ###
*)
echo $1
diff --git a/new-lang b/new-lang
index a3e8eb8..59cf996 100755
--- a/new-lang
+++ b/new-lang
@@ -8,15 +8,17 @@ if [ -z "$1" -o -z "$2" ] ; then
exit 1
fi
-msginit -i docs.pot -o po/$1.po -l $1 --no-translator
+mkdir output/$1
-sed -i "s/\(.*po4a_langs.*\)/\1 $1/" po4a.conf
+sed -i "s/^\(LANGUAGES.*\)/\1 $1/" Makefile
sed -i "/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- $1)
+ $1)
/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- echo \"$2\"
+ echo \"$2\"
/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- ;;" admin/locales-update
+ ;;" get-lang-name
-git add po/$1.po
+make
+
+git add po/$1.po output/$1 pot/$1*.pot addendum/$1.sk
diff --git a/output/ca/docs.css b/output/sk/docs.css
similarity index 100%
copy from output/ca/docs.css
copy to output/sk/docs.css
diff --git a/output/ca/favicon.ico b/output/sk/favicon.ico
similarity index 100%
copy from output/ca/favicon.ico
copy to output/sk/favicon.ico
diff --git a/output/nl/index-full-template.html b/output/sk/index-full-template.html
similarity index 73%
copy from output/nl/index-full-template.html
copy to output/sk/index-full-template.html
index 0b4d61e..7f0feb9 100644
--- a/output/nl/index-full-template.html
+++ b/output/sk/index-full-template.html
@@ -1,14 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Dutch Documentation</title>
+ <title>phpMyAdmin Slovak Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Dutch Documentation</h1>
-<p>Documents translated to nl:</p>
+<h1>phpMyAdmin Slovak Documentation</h1>
+<p>Documents translated to sk:</p>
<ul>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="TODO">TODO</a></li>
diff --git a/output/hy/index.html b/output/sk/index.html
similarity index 54%
copy from output/hy/index.html
copy to output/sk/index.html
index f48281a..b042067 100644
--- a/output/hy/index.html
+++ b/output/sk/index.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hy"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Armenian Documentation</title>
+ <title>phpMyAdmin Slovak Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Armenian Documentation</h1>
-<p>Unfortunately no document is enough translated to Armenian.</p>
+<h1>phpMyAdmin Slovak Documentation</h1>
+<p>Unfortunately no document is enough translated to Slovak.</p>
</body>
</html>
diff --git a/output/ca/themes/original/img/docs_menu_bg.png b/output/sk/themes/original/img/docs_menu_bg.png
similarity index 100%
copy from output/ca/themes/original/img/docs_menu_bg.png
copy to output/sk/themes/original/img/docs_menu_bg.png
diff --git a/output/ca/themes/original/img/logo_right.png b/output/sk/themes/original/img/logo_right.png
similarity index 100%
copy from output/ca/themes/original/img/logo_right.png
copy to output/sk/themes/original/img/logo_right.png
diff --git a/pot/cs-full.pot b/po/sk.po
similarity index 99%
copy from pot/cs-full.pot
copy to po/sk.po
index 5fc0df8..4be3176 100644
--- a/pot/cs-full.pot
+++ b/po/sk.po
@@ -1,20 +1,22 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR the phpMyAdmin project
+# Slovak translations for PACKAGE package
+# Copyright (C) 2010 the phpMyAdmin project
# This file is distributed under the same license as the phpMyAdmin documentation package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Automatically generated, 2010.
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -87,7 +89,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/cs/index-full-template.html:17
+#: output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11240,32 +11242,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/cs/index-full-template.html:7 output/cs/index-full-template.html:10
-msgid "phpMyAdmin Czech Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/cs/index-full-template.html:11
-msgid "Documents translated to Czech:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 4156aee..ee54c4d 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,6 +6,17 @@
#, 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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\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-03-10 15:23+0100\n"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index fa65ba8..f262f35 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 5fc0df8..5fa387d 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# cs-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# cs-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-03-10 15:23+0100\n"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index dc785ab..9409131 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 a4ede22..98947c7 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# de-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# de-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-03-10 15:23+0100\n"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 215a03f..ea530cd 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 a8e1940..6da7f43 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# en_GB-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-03-10 16:02+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# en_GB-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-03-10 15:24+0100\n"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index 06d8592..aeacc31 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-03-10 15:24+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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 ee7ae29..ce24a01 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# es-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# es-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-03-10 15:23+0100\n"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index af6e874..2e4c88e 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 3446289..e8d1457 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fi-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fi-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-03-10 15:23+0100\n"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 2581da5..e4e1f35 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 a131181..c096b9f 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fr-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fr-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-03-10 15:23+0100\n"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index 0335a65..f34bccc 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 f2eb214..7df5e1b 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# gl-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# gl-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-03-10 15:23+0100\n"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 551eeea..633c32f 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 3815116..da41f99 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# hu-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# hu-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-03-10 15:23+0100\n"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index a994875..90ef40c 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 64872aa..ac78266 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# hy-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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 89795e1..eb56b8d 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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 8b2717b..6b0fa2b 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# it-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# it-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-03-10 15:23+0100\n"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index 5be6bb9..928920e 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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/jp-full.pot b/pot/jp-full.pot
index 426f6c3..9177dcd 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# jp-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# jp-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-03-10 15:23+0100\n"
diff --git a/pot/jp-html.pot b/pot/jp-html.pot
index f773458..c4c50b1 100644
--- a/pot/jp-html.pot
+++ b/pot/jp-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 57bee91..0e85265 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ka-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ka-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-03-10 15:23+0100\n"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index ee548d7..a316bd4 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 917ff20..e017bac 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# lt-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# lt-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-03-10 15:23+0100\n"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index 6dfdace..8d69bb9 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 202374b..72ee042 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# mn-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# mn-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-03-10 15:23+0100\n"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 03a08dd..054241b 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 bf3959d..39afede 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# nl-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# nl-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-03-10 15:23+0100\n"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index bc63547..33f7a71 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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/no-full.pot b/pot/no-full.pot
index 25e4b4e..58ed2b2 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# no-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# no-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-03-10 15:23+0100\n"
diff --git a/pot/no-html.pot b/pot/no-html.pot
index 4ae71db..cdf5853 100644
--- a/pot/no-html.pot
+++ b/pot/no-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 3038c5f..fa53c9c 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pl-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pl-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-03-10 15:23+0100\n"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index 88dc325..23a8657 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 50a8bc6..2bf4370 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pt_BR-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pt_BR-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-03-10 15:23+0100\n"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index 185888d..0d71fbb 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 8ad1c78..7057fef 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ro-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ro-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-03-10 15:23+0100\n"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index 9717841..19443ac 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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/sk-full.pot
similarity index 99%
copy from pot/hy-full.pot
copy to pot/sk-full.pot
index 64872aa..4e0697d 100644
--- a/pot/hy-full.pot
+++ b/pot/sk-full.pot
@@ -6,20 +6,20 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hy-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-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-03-10 15:24+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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"
@@ -98,7 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/hy/index-full-template.html:17
+#: output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11251,32 +11251,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/hy/index-full-template.html:7 output/hy/index-full-template.html:10
-msgid "phpMyAdmin Armenian Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/hy/index-full-template.html:11
-msgid "Documents translated to Armenian:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/es-html.pot b/pot/sk-html.pot
similarity index 99%
copy from pot/es-html.pot
copy to pot/sk-html.pot
index af6e874..f043720 100644
--- a/pot/es-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+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"
@@ -86,7 +86,7 @@ msgid "<a href=\"Documentation.html#credits\">Credits</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/es/index-full-template.html:17
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11290,32 +11290,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/es/index-full-template.html:7 output/es/index-full-template.html:10
-msgid "phpMyAdmin Spanish Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/es/index-full-template.html:11
-msgid "Documents translated to es:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/ca-txt.pot b/pot/sk-txt.pot
similarity index 99%
copy from pot/ca-txt.pot
copy to pot/sk-txt.pot
index e97011c..4ebead0 100644
--- a/pot/ca-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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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 21f5f11..a39a66a 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# sv-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sv-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-03-10 15:23+0100\n"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 7eb612e..dfa8af8 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 40f1c9e..029ffbd 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# tr-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# tr-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-03-10 15:23+0100\n"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 9f933cc..abff3b8 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 f5c7fd2..7cc8004 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_CN-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-03-10 16:01+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# zh_CN-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-03-10 15:23+0100\n"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index 3c0ebc0..fcbec8a 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+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 1861f19..8bce8e6 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_TW-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-03-10 16:02+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# zh_TW-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-03-10 15:23+0100\n"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 728b4d4..f9d92fb 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-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+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