The branch, master has been updated via 792ee2de491f08b9a035d357bb72c76f3698cb41 (commit) via c6e46d0246c6d140f11d368e4bd419a1262aa698 (commit) from a3e8d2d87f22651bc3d226263e652d701ba5625c (commit)
- Log ----------------------------------------------------------------- commit 792ee2de491f08b9a035d357bb72c76f3698cb41 Author: Michal Čihař mcihar@novell.com Date: Fri Mar 12 09:55:36 2010 +0100
Merge updated translations from phpmyadmin/gettext.
commit c6e46d0246c6d140f11d368e4bd419a1262aa698 Author: Michal Čihař mcihar@novell.com Date: Fri Mar 12 09:28:14 2010 +0100
Include translations from phpMyAdmin.
-----------------------------------------------------------------------
Summary of changes: Makefile | 10 +++- output/index.html | 2 + output/jp/Documentation.html | 2 +- output/jp/index.html | 1 + output/{zh_TW => jp}/translators.html | 54 +++++++++++++------------- output/mn/index.html | 5 ++- output/{lt => mn}/translators.html | 56 ++++++++++++++-------------- output/sk/index.html | 5 ++- output/{lt => sk}/translators.html | 56 ++++++++++++++-------------- po/de.po | 5 +- po/es.po | 5 +- po/it.po | 5 +- po/jp.po | 60 +++++++++++++++--------------- po/ka.po | 5 +- po/mn.po | 62 +++++++++++++++--------------- po/pl.po | 5 +- po/ro.po | 5 +- po/sk.po | 66 ++++++++++++++++---------------- po/zh_TW.po | 5 +- pot/ca-full.pot | 13 ++++++- pot/ca-html.pot | 2 +- pot/ca-txt.pot | 2 +- pot/cs-full.pot | 13 +------ pot/cs-html.pot | 2 +- pot/cs-txt.pot | 2 +- pot/de-full.pot | 2 +- pot/de-html.pot | 2 +- pot/de-txt.pot | 2 +- pot/en_GB-full.pot | 2 +- pot/en_GB-html.pot | 2 +- pot/en_GB-txt.pot | 2 +- pot/es-full.pot | 2 +- pot/es-html.pot | 2 +- pot/es-txt.pot | 2 +- pot/fi-full.pot | 2 +- pot/fi-html.pot | 2 +- pot/fi-txt.pot | 2 +- pot/fr-full.pot | 2 +- pot/fr-html.pot | 2 +- pot/fr-txt.pot | 2 +- pot/gl-full.pot | 2 +- pot/gl-html.pot | 2 +- pot/gl-txt.pot | 2 +- pot/hu-full.pot | 13 +------ pot/hu-html.pot | 2 +- pot/hu-txt.pot | 2 +- pot/it-full.pot | 2 +- pot/it-html.pot | 2 +- pot/it-txt.pot | 2 +- pot/jp-full.pot | 2 +- pot/jp-html.pot | 2 +- pot/jp-txt.pot | 2 +- pot/ka-full.pot | 2 +- pot/ka-html.pot | 2 +- pot/ka-txt.pot | 2 +- pot/lt-full.pot | 2 +- pot/lt-html.pot | 2 +- pot/lt-txt.pot | 2 +- pot/mn-full.pot | 2 +- pot/mn-html.pot | 2 +- pot/mn-txt.pot | 2 +- pot/nl-full.pot | 2 +- pot/nl-html.pot | 2 +- pot/nl-txt.pot | 2 +- pot/no-full.pot | 2 +- pot/no-html.pot | 2 +- pot/no-txt.pot | 2 +- pot/pl-full.pot | 2 +- pot/pl-html.pot | 2 +- pot/pl-txt.pot | 2 +- pot/pt_BR-full.pot | 2 +- pot/pt_BR-html.pot | 2 +- pot/pt_BR-txt.pot | 2 +- pot/ro-full.pot | 2 +- pot/ro-html.pot | 2 +- pot/ro-txt.pot | 2 +- pot/sk-full.pot | 13 ++++++- pot/sk-html.pot | 2 +- pot/sk-txt.pot | 2 +- pot/sv-full.pot | 2 +- pot/sv-html.pot | 2 +- pot/sv-txt.pot | 2 +- pot/tr-full.pot | 2 +- pot/tr-html.pot | 2 +- pot/tr-txt.pot | 2 +- pot/zh_CN-full.pot | 13 +------ pot/zh_CN-html.pot | 2 +- pot/zh_CN-txt.pot | 2 +- pot/zh_TW-full.pot | 2 +- pot/zh_TW-html.pot | 2 +- pot/zh_TW-txt.pot | 2 +- 91 files changed, 311 insertions(+), 302 deletions(-) copy output/{zh_TW => jp}/translators.html (92%) copy output/{lt => mn}/translators.html (93%) copy output/{lt => sk}/translators.html (93%)
diff --git a/Makefile b/Makefile index 4d89a04..bd44883 100755 --- a/Makefile +++ b/Makefile @@ -106,8 +106,12 @@ pot/%-full.pot: pot/%-html.pot pot/%-txt.pot msgcat -o $@ $^
po/%.po: pot/%-full.pot + set -x; \ 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 $< + set -x; \ + if [ -f ../phpmyadmin/po/$*.po ] ; then \ + msgmerge -U $@ -C ../phpmyadmin/po/$*.po $< ; \ + else \ + msgmerge -U $@ $< ; \ + fi touch $@ diff --git a/output/index.html b/output/index.html index 1981a3d..8fd83bd 100644 --- a/output/index.html +++ b/output/index.html @@ -22,11 +22,13 @@ <li><a href=jp>Japanese</a></li> <li><a href=ka>Georgian</a></li> <li><a href=lt>Lithuanian</a></li> +<li><a href=mn>Mongolian</a></li> <li><a href=nl>Dutch</a></li> <li><a href=no>Norwegian</a></li> <li><a href=pl>Polish</a></li> <li><a href=pt_BR>Brazilian Portuguese</a></li> <li><a href=ro>Romanian</a></li> +<li><a href=sk>Slovak</a></li> <li><a href=sv>Swedish</a></li> <li><a href=tr>Turkish</a></li> <li><a href=zh_CN>Simplified Chinese</a></li> diff --git a/output/jp/Documentation.html b/output/jp/Documentation.html index 41469ff..c71eb23 100644 --- a/output/jp/Documentation.html +++ b/output/jp/Documentation.html @@ -4516,7 +4516,7 @@ and CSS2 compliant codes</li> <ul> <li>automatic joins in QBE</li> <li>links column in printview</li> - <li>Relation view</li> + <li>リレーションビュー</li> </ul></li>
<li>Michal Čihař <michal_at_cihar.com> diff --git a/output/jp/index.html b/output/jp/index.html index aa5bb7e..3ae6cd0 100644 --- a/output/jp/index.html +++ b/output/jp/index.html @@ -11,6 +11,7 @@ <p>Documents translated to Japanese:</p> <ul> <li><a href="Documentation.html">Main documentation</a></li> +<li><a href="translators.html">Translators</a></li> </ul> </body> </html> diff --git a/output/zh_TW/translators.html b/output/jp/translators.html similarity index 92% copy from output/zh_TW/translators.html copy to output/jp/translators.html index fecad6f..f3b8c84 100644 --- a/output/zh_TW/translators.html +++ b/output/jp/translators.html @@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators"> <tr> - <th>Language</th> + <th>言語</th> <th>Official translator(s)</th> </tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p> </tr>
<tr id="arabic"> - <td>阿拉伯語</td> + <td>アラビア語</td> <td> Mohammed Farag (meno25wiki@gmail.com) </td> @@ -146,7 +146,7 @@ provide e-mail support.</span></p> </tr>
<tr id="bulgarian"> - <td>保加利亞語</td> + <td>ブルガリア語</td> <td> Stanislav Yordanov (stan@stud.ru.acad.bg) </td> @@ -174,14 +174,14 @@ provide e-mail support.</span></p> </tr>
<tr id="croatian"> - <td>克羅西亞語</td> + <td>クロアチア語</td> <td> Renato Pavicic (renato@translator-shop.org) </td> </tr>
<tr id="czech"> - <td>捷克語</td> + <td>チェコ語</td> <td> Michal Čihař (michal@cihar.com)<br /> Ondřej Vadinský (nicky726@gmail.com) @@ -189,7 +189,7 @@ provide e-mail support.</span></p> </tr>
<tr id="danish"> - <td>丹麥語</td> + <td>デンマーク語</td> <td> Finn Sorensen (dk_alleykat@users.sourceforge.net) </td> @@ -217,7 +217,7 @@ provide e-mail support.</span></p> </tr>
<tr id="estonian"> - <td>愛沙尼亞語</td> + <td>エストニア語</td> <td> Marko Ellermaa (uhuu@users.sourceforge.net) </td> @@ -245,28 +245,28 @@ provide e-mail support.</span></p> </tr>
<tr id="georgian"> - <td>格魯吉亞語</td> + <td>グルジア語</td> <td> George Machitidze (gmachitidze@users.sourceforge.net) </td> </tr>
<tr id="german"> - <td>德語</td> + <td>ドイツ語</td> <td> volunteer needed </td> </tr>
<tr id="greek"> - <td>希臘語</td> + <td>ギリシア語</td> <td> Panagiotis Papazoglou (panos78@users.sourceforge.net) </td> </tr>
<tr id="hebrew"> - <td>希伯來語</td> + <td>ヘブライ語</td> <td> volunteer needed </td> @@ -280,7 +280,7 @@ provide e-mail support.</span></p> </tr>
<tr id="hungarian"> - <td>匈牙利語</td> + <td>ハンガリー語</td> <td> Jozsef Tamas Herczeg (localicer@gmail.com) </td> @@ -301,28 +301,28 @@ provide e-mail support.</span></p> </tr>
<tr id="japanese"> - <td>日語</td> + <td>日本語</td> <td> Tadashi Jokagi (elf2000@users.sourceforge.net) </td> </tr>
<tr id="korean"> - <td>韓語</td> + <td>韓国語</td> <td> volunteer needed </td> </tr>
<tr id="latvian"> - <td>拉脫維亞語</td> + <td>ラトビア語</td> <td> volunteer needed </td> </tr>
<tr id="lithuanian"> - <td>立陶宛語</td> + <td>リトアニア語</td> <td> Rytis Slatkevicius (rytis_s@users.sourceforge.net) </td> @@ -357,14 +357,14 @@ provide e-mail support.</span></p> </tr>
<tr id="persian"> - <td>波斯語</td> + <td>ペルシア語</td> <td> volunteer needed </td> </tr>
<tr id="polish"> - <td>波蘭語</td> + <td>ポーランド語</td> <td> volunteer needed </td> @@ -378,14 +378,14 @@ provide e-mail support.</span></p> </tr>
<tr id="romanian"> - <td>羅馬尼亞語</td> + <td>ルーマニア語</td> <td> Sergiu Bivol (sbivol@users.sourceforge.net) </td> </tr>
<tr id="russian"> - <td>俄語</td> + <td>ロシア語</td> <td> Victor Volkov and project php-myadmin.ru </td> @@ -406,28 +406,28 @@ provide e-mail support.</span></p> </tr>
<tr id="slovak"> - <td>斯洛伐克語</td> + <td>スロバキア語</td> <td> Ivan Kuriscak (shylauda69@users.sourceforge.net) </td> </tr>
<tr id="slovenian"> - <td>斯洛文尼亞語</td> + <td>スロベニア語</td> <td> volunteer needed </td> </tr>
<tr id="spanish"> - <td>西班牙語</td> + <td>スペイン語</td> <td> Dr. med. Daniel Hinostroza C. (phpmyadmin@cerebroperiferico.com) </td> </tr>
<tr id="swedish"> - <td>瑞典語</td> + <td>スウェーデン語</td> <td> Björn T. Hallberg (bjornth@users.sourceforge.net) </td> @@ -441,21 +441,21 @@ provide e-mail support.</span></p> </tr>
<tr id="thai"> - <td>泰語</td> + <td>タイ語</td> <td> volunteer needed </td> </tr>
<tr id="turkish"> - <td>土耳其語</td> + <td>トルコ語</td> <td> Burak Yavuz (bourock@users.sourceforge.net) </td> </tr>
<tr id="ukrainian"> - <td>烏克蘭語</td> + <td>ウクライナ語</td> <td> volunteer needed </td> diff --git a/output/mn/index.html b/output/mn/index.html index 188ce17..a1e1b2a 100644 --- a/output/mn/index.html +++ b/output/mn/index.html @@ -8,6 +8,9 @@ </head> <body> <h1>phpMyAdmin Mongolian Documentation</h1> -<p>Unfortunately no document is enough translated to Mongolian.</p> +<p>Documents translated to mn:</p> +<ul> +<li><a href="translators.html">Translators</a></li> +</ul> </body> </html> diff --git a/output/lt/translators.html b/output/mn/translators.html similarity index 93% copy from output/lt/translators.html copy to output/mn/translators.html index fadd96e..1ee3402 100644 --- a/output/lt/translators.html +++ b/output/mn/translators.html @@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators"> <tr> - <th>Kalba</th> + <th>Хэл</th> <th>Official translator(s)</th> </tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p> </tr>
<tr id="arabic"> - <td>Arabų</td> + <td>Араб</td> <td> Mohammed Farag (meno25wiki@gmail.com) </td> @@ -146,7 +146,7 @@ provide e-mail support.</span></p> </tr>
<tr id="bulgarian"> - <td>Bulgarų</td> + <td>Болгар</td> <td> Stanislav Yordanov (stan@stud.ru.acad.bg) </td> @@ -174,14 +174,14 @@ provide e-mail support.</span></p> </tr>
<tr id="croatian"> - <td>Kroatų</td> + <td>Хорват</td> <td> Renato Pavicic (renato@translator-shop.org) </td> </tr>
<tr id="czech"> - <td>Čekų</td> + <td>Чех</td> <td> Michal Čihař (michal@cihar.com)<br /> Ondřej Vadinský (nicky726@gmail.com) @@ -189,7 +189,7 @@ provide e-mail support.</span></p> </tr>
<tr id="danish"> - <td>Danų</td> + <td>Дани</td> <td> Finn Sorensen (dk_alleykat@users.sourceforge.net) </td> @@ -203,7 +203,7 @@ provide e-mail support.</span></p> </tr>
<tr id="english"> - <td>Anglų</td> + <td>Англи</td> <td> the phpMyAdmin development team (phpmyadmin-devel@lists.sourceforge.net) </td> @@ -217,7 +217,7 @@ provide e-mail support.</span></p> </tr>
<tr id="estonian"> - <td>Estų</td> + <td>Эстони</td> <td> Marko Ellermaa (uhuu@users.sourceforge.net) </td> @@ -245,28 +245,28 @@ provide e-mail support.</span></p> </tr>
<tr id="georgian"> - <td>Gruzinų</td> + <td>Гүрж</td> <td> George Machitidze (gmachitidze@users.sourceforge.net) </td> </tr>
<tr id="german"> - <td>Vokiečių</td> + <td>Немец</td> <td> volunteer needed </td> </tr>
<tr id="greek"> - <td>Graikų</td> + <td>Грек</td> <td> Panagiotis Papazoglou (panos78@users.sourceforge.net) </td> </tr>
<tr id="hebrew"> - <td>Žydų</td> + <td>Иврей</td> <td> volunteer needed </td> @@ -280,7 +280,7 @@ provide e-mail support.</span></p> </tr>
<tr id="hungarian"> - <td>Vengrų</td> + <td>Унгар</td> <td> Jozsef Tamas Herczeg (localicer@gmail.com) </td> @@ -301,28 +301,28 @@ provide e-mail support.</span></p> </tr>
<tr id="japanese"> - <td>Japonų</td> + <td>Япон</td> <td> Tadashi Jokagi (elf2000@users.sourceforge.net) </td> </tr>
<tr id="korean"> - <td>Korėjiečių</td> + <td>Солонгос</td> <td> volunteer needed </td> </tr>
<tr id="latvian"> - <td>Latvių</td> + <td>Латви</td> <td> volunteer needed </td> </tr>
<tr id="lithuanian"> - <td>Lietuvių</td> + <td>Латви</td> <td> Rytis Slatkevicius (rytis_s@users.sourceforge.net) </td> @@ -357,14 +357,14 @@ provide e-mail support.</span></p> </tr>
<tr id="persian"> - <td>Persų</td> + <td>Перс</td> <td> volunteer needed </td> </tr>
<tr id="polish"> - <td>Lenkų</td> + <td>Польш</td> <td> volunteer needed </td> @@ -378,14 +378,14 @@ provide e-mail support.</span></p> </tr>
<tr id="romanian"> - <td>Rumunų</td> + <td>Румын</td> <td> Sergiu Bivol (sbivol@users.sourceforge.net) </td> </tr>
<tr id="russian"> - <td>Rusų</td> + <td>Орос</td> <td> Victor Volkov and project php-myadmin.ru </td> @@ -406,28 +406,28 @@ provide e-mail support.</span></p> </tr>
<tr id="slovak"> - <td>Slovakų</td> + <td>Словак</td> <td> Ivan Kuriscak (shylauda69@users.sourceforge.net) </td> </tr>
<tr id="slovenian"> - <td>Slovėnų</td> + <td>Словени</td> <td> volunteer needed </td> </tr>
<tr id="spanish"> - <td>Ispanų</td> + <td>Испани</td> <td> Dr. med. Daniel Hinostroza C. (phpmyadmin@cerebroperiferico.com) </td> </tr>
<tr id="swedish"> - <td>Švedų</td> + <td>Швед</td> <td> Björn T. Hallberg (bjornth@users.sourceforge.net) </td> @@ -441,21 +441,21 @@ provide e-mail support.</span></p> </tr>
<tr id="thai"> - <td>Tailando</td> + <td>Таи</td> <td> volunteer needed </td> </tr>
<tr id="turkish"> - <td>Turkų</td> + <td>Турк</td> <td> Burak Yavuz (bourock@users.sourceforge.net) </td> </tr>
<tr id="ukrainian"> - <td>Ukrainiečių</td> + <td>Украин</td> <td> volunteer needed </td> diff --git a/output/sk/index.html b/output/sk/index.html index b042067..a3d01f6 100644 --- a/output/sk/index.html +++ b/output/sk/index.html @@ -8,6 +8,9 @@ </head> <body> <h1>phpMyAdmin Slovak Documentation</h1> -<p>Unfortunately no document is enough translated to Slovak.</p> +<p>Documents translated to sk:</p> +<ul> +<li><a href="translators.html">Translators</a></li> +</ul> </body> </html> diff --git a/output/lt/translators.html b/output/sk/translators.html similarity index 93% copy from output/lt/translators.html copy to output/sk/translators.html index fadd96e..16d5274 100644 --- a/output/lt/translators.html +++ b/output/sk/translators.html @@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators"> <tr> - <th>Kalba</th> + <th>Jazyk</th> <th>Official translator(s)</th> </tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p> </tr>
<tr id="arabic"> - <td>Arabų</td> + <td>Arabština</td> <td> Mohammed Farag (meno25wiki@gmail.com) </td> @@ -146,7 +146,7 @@ provide e-mail support.</span></p> </tr>
<tr id="bulgarian"> - <td>Bulgarų</td> + <td>Bulharsky</td> <td> Stanislav Yordanov (stan@stud.ru.acad.bg) </td> @@ -174,14 +174,14 @@ provide e-mail support.</span></p> </tr>
<tr id="croatian"> - <td>Kroatų</td> + <td>Chorvátsky</td> <td> Renato Pavicic (renato@translator-shop.org) </td> </tr>
<tr id="czech"> - <td>Čekų</td> + <td>Česky</td> <td> Michal Čihař (michal@cihar.com)<br /> Ondřej Vadinský (nicky726@gmail.com) @@ -189,7 +189,7 @@ provide e-mail support.</span></p> </tr>
<tr id="danish"> - <td>Danų</td> + <td>Dánsky</td> <td> Finn Sorensen (dk_alleykat@users.sourceforge.net) </td> @@ -203,7 +203,7 @@ provide e-mail support.</span></p> </tr>
<tr id="english"> - <td>Anglų</td> + <td>Anglicky</td> <td> the phpMyAdmin development team (phpmyadmin-devel@lists.sourceforge.net) </td> @@ -217,7 +217,7 @@ provide e-mail support.</span></p> </tr>
<tr id="estonian"> - <td>Estų</td> + <td>Estónsky</td> <td> Marko Ellermaa (uhuu@users.sourceforge.net) </td> @@ -245,28 +245,28 @@ provide e-mail support.</span></p> </tr>
<tr id="georgian"> - <td>Gruzinų</td> + <td>Gruzínčina</td> <td> George Machitidze (gmachitidze@users.sourceforge.net) </td> </tr>
<tr id="german"> - <td>Vokiečių</td> + <td>Nemecky</td> <td> volunteer needed </td> </tr>
<tr id="greek"> - <td>Graikų</td> + <td>Gréčtina</td> <td> Panagiotis Papazoglou (panos78@users.sourceforge.net) </td> </tr>
<tr id="hebrew"> - <td>Žydų</td> + <td>Hebrejsky</td> <td> volunteer needed </td> @@ -280,7 +280,7 @@ provide e-mail support.</span></p> </tr>
<tr id="hungarian"> - <td>Vengrų</td> + <td>Maďarsky</td> <td> Jozsef Tamas Herczeg (localicer@gmail.com) </td> @@ -301,28 +301,28 @@ provide e-mail support.</span></p> </tr>
<tr id="japanese"> - <td>Japonų</td> + <td>Japončina</td> <td> Tadashi Jokagi (elf2000@users.sourceforge.net) </td> </tr>
<tr id="korean"> - <td>Korėjiečių</td> + <td>Kórejčina</td> <td> volunteer needed </td> </tr>
<tr id="latvian"> - <td>Latvių</td> + <td>Lotyšstina</td> <td> volunteer needed </td> </tr>
<tr id="lithuanian"> - <td>Lietuvių</td> + <td>Litovsky</td> <td> Rytis Slatkevicius (rytis_s@users.sourceforge.net) </td> @@ -357,14 +357,14 @@ provide e-mail support.</span></p> </tr>
<tr id="persian"> - <td>Persų</td> + <td>Perština</td> <td> volunteer needed </td> </tr>
<tr id="polish"> - <td>Lenkų</td> + <td>Poľština</td> <td> volunteer needed </td> @@ -378,14 +378,14 @@ provide e-mail support.</span></p> </tr>
<tr id="romanian"> - <td>Rumunų</td> + <td>Rumunština</td> <td> Sergiu Bivol (sbivol@users.sourceforge.net) </td> </tr>
<tr id="russian"> - <td>Rusų</td> + <td>Ruština</td> <td> Victor Volkov and project php-myadmin.ru </td> @@ -406,28 +406,28 @@ provide e-mail support.</span></p> </tr>
<tr id="slovak"> - <td>Slovakų</td> + <td>Slovenčina</td> <td> Ivan Kuriscak (shylauda69@users.sourceforge.net) </td> </tr>
<tr id="slovenian"> - <td>Slovėnų</td> + <td>Slovinčina</td> <td> volunteer needed </td> </tr>
<tr id="spanish"> - <td>Ispanų</td> + <td>Španielsky</td> <td> Dr. med. Daniel Hinostroza C. (phpmyadmin@cerebroperiferico.com) </td> </tr>
<tr id="swedish"> - <td>Švedų</td> + <td>Švédsky</td> <td> Björn T. Hallberg (bjornth@users.sourceforge.net) </td> @@ -441,21 +441,21 @@ provide e-mail support.</span></p> </tr>
<tr id="thai"> - <td>Tailando</td> + <td>Thajčina</td> <td> volunteer needed </td> </tr>
<tr id="turkish"> - <td>Turkų</td> + <td>Turecky</td> <td> Burak Yavuz (bourock@users.sourceforge.net) </td> </tr>
<tr id="ukrainian"> - <td>Ukrainiečių</td> + <td>Ukrajinsky</td> <td> volunteer needed </td> diff --git a/po/de.po b/po/de.po index 0c50728..cbdc6cc 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: 2009-08-10 11:41+0200\n" "Last-Translator: Sören Spreng soeren.spreng@gmail.com\n" "Language-Team: none\n" @@ -6993,8 +6993,9 @@ msgstr ""
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "und"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/es.po b/po/es.po index b1e60e0..8d4a7f2 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: 2009-05-29 16:12+0200\n" "Last-Translator: Alberto Luaces aluaces@udc.es\n" "Language-Team: none\n" @@ -6664,8 +6664,9 @@ msgstr ""
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "y luego"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/it.po b/po/it.po index 261a10e..6ea3698 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-11 13:30+0100\n" +"POT-Creation-Date: 2010-03-12 08:38+0100\n" "PO-Revision-Date: 2010-03-10 19:42+0200\n" "Last-Translator: fantonifabio@tiscali.it\n" "Language-Team: Italian it@li.org\n" @@ -8183,8 +8183,9 @@ msgstr "SetInputFilter PHP"
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "e"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/jp.po b/po/jp.po index 778a163..96f861a 100644 --- a/po/jp.po +++ b/po/jp.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: 2010-01-22 15:14+0100\n" "Last-Translator: Automatically generated <>\n" "Language-Team: Japan jp@li.org\n" @@ -12257,7 +12257,7 @@ msgstr "" #. type: Content of: <html><body><div><ul><li><ul><li> #: ../phpmyadmin/Documentation.html:4595 msgid "Relation view" -msgstr "" +msgstr "リレーションビュー"
#. type: Content of: <html><body><div><ul><li> #: ../phpmyadmin/Documentation.html:4598 @@ -13275,7 +13275,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:63 msgid "Language" -msgstr "" +msgstr "言語"
#. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:64 @@ -13309,7 +13309,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:82 msgid "Arabic" -msgstr "" +msgstr "アラビア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:84 @@ -13364,7 +13364,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:131 msgid "Bulgarian" -msgstr "" +msgstr "ブルガリア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:133 @@ -13404,7 +13404,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:159 msgid "Croatian" -msgstr "" +msgstr "クロアチア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:161 @@ -13414,7 +13414,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:166 msgid "Czech" -msgstr "" +msgstr "チェコ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:168 @@ -13429,7 +13429,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:174 msgid "Danish" -msgstr "" +msgstr "デンマーク語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:176 @@ -13449,7 +13449,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:188 msgid "English" -msgstr "" +msgstr "英語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:190 @@ -13470,7 +13470,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:202 msgid "Estonian" -msgstr "" +msgstr "エストニア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:204 @@ -13510,7 +13510,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:230 msgid "Georgian" -msgstr "" +msgstr "グルジア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:232 @@ -13520,12 +13520,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:237 msgid "German" -msgstr "" +msgstr "ドイツ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:244 msgid "Greek" -msgstr "" +msgstr "ギリシア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:246 @@ -13535,7 +13535,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:251 msgid "Hebrew" -msgstr "" +msgstr "ヘブライ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:258 @@ -13545,7 +13545,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:265 msgid "Hungarian" -msgstr "" +msgstr "ハンガリー語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:267 @@ -13571,7 +13571,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:286 msgid "Japanese" -msgstr "" +msgstr "日本語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:288 @@ -13581,17 +13581,17 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:293 msgid "Korean" -msgstr "" +msgstr "韓国語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:300 msgid "Latvian" -msgstr "" +msgstr "ラトビア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:307 msgid "Lithuanian" -msgstr "" +msgstr "リトアニア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:309 @@ -13631,12 +13631,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:342 msgid "Persian" -msgstr "" +msgstr "ペルシア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:349 msgid "Polish" -msgstr "" +msgstr "ポーランド語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:356 @@ -13646,7 +13646,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:363 msgid "Romanian" -msgstr "" +msgstr "ルーマニア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:365 @@ -13656,7 +13656,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:370 msgid "Russian" -msgstr "" +msgstr "ロシア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:372 @@ -13686,7 +13686,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:391 msgid "Slovak" -msgstr "" +msgstr "スロバキア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:393 @@ -13696,12 +13696,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:398 msgid "Slovenian" -msgstr "" +msgstr "スロベニア語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:405 msgid "Spanish" -msgstr "" +msgstr "スペイン語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:407 @@ -13711,7 +13711,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:412 msgid "Swedish" -msgstr "" +msgstr "スウェーデン語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:414 @@ -13731,12 +13731,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:426 msgid "Thai" -msgstr "" +msgstr "タイ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:433 msgid "Turkish" -msgstr "" +msgstr "トルコ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:435 @@ -13746,7 +13746,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:440 msgid "Ukrainian" -msgstr "" +msgstr "ウクライナ語"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:446 diff --git a/po/ka.po b/po/ka.po index eb7a3b2..fd54150 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 08:39+0100\n" "PO-Revision-Date: 2009-05-19 09:52+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -6496,8 +6496,9 @@ msgstr ""
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "და"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/mn.po b/po/mn.po index e496212..99fa22c 100644 --- a/po/mn.po +++ b/po/mn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: 2009-05-19 09:52+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -5777,7 +5777,7 @@ msgstr "" #. type: Content of: <html><body><div><h3> #: ../phpmyadmin/Documentation.html:2580 msgid "Server" -msgstr "" +msgstr "Сервэр"
#. type: Content of: <html><body><div><h4> #: ../phpmyadmin/Documentation.html:2583 @@ -9747,7 +9747,7 @@ msgstr "" #. type: Content of: <html><body><div><ul><li><ul><li> #: ../phpmyadmin/Documentation.html:4595 msgid "Relation view" -msgstr "" +msgstr "Хамаарал харах"
#. type: Content of: <html><body><div><ul><li> #: ../phpmyadmin/Documentation.html:4598 @@ -10751,7 +10751,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:63 msgid "Language" -msgstr "" +msgstr "Хэл"
#. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:64 @@ -10785,7 +10785,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:82 msgid "Arabic" -msgstr "" +msgstr "Араб"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:84 @@ -10840,7 +10840,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:131 msgid "Bulgarian" -msgstr "" +msgstr "Болгар"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:133 @@ -10880,7 +10880,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:159 msgid "Croatian" -msgstr "" +msgstr "Хорват"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:161 @@ -10890,7 +10890,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:166 msgid "Czech" -msgstr "" +msgstr "Чех"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:168 @@ -10905,7 +10905,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:174 msgid "Danish" -msgstr "" +msgstr "Дани"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:176 @@ -10925,7 +10925,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:188 msgid "English" -msgstr "" +msgstr "Англи"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:190 @@ -10946,7 +10946,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:202 msgid "Estonian" -msgstr "" +msgstr "Эстони"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:204 @@ -10986,7 +10986,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:230 msgid "Georgian" -msgstr "" +msgstr "Гүрж"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:232 @@ -10996,12 +10996,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:237 msgid "German" -msgstr "" +msgstr "Немец"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:244 msgid "Greek" -msgstr "" +msgstr "Грек"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:246 @@ -11011,7 +11011,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:251 msgid "Hebrew" -msgstr "" +msgstr "Иврей"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:258 @@ -11021,7 +11021,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:265 msgid "Hungarian" -msgstr "" +msgstr "Унгар"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:267 @@ -11046,7 +11046,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:286 msgid "Japanese" -msgstr "" +msgstr "Япон"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:288 @@ -11056,17 +11056,17 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:293 msgid "Korean" -msgstr "" +msgstr "Солонгос"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:300 msgid "Latvian" -msgstr "" +msgstr "Латви"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:307 msgid "Lithuanian" -msgstr "" +msgstr "Латви"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:309 @@ -11106,12 +11106,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:342 msgid "Persian" -msgstr "" +msgstr "Перс"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:349 msgid "Polish" -msgstr "" +msgstr "Польш"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:356 @@ -11121,7 +11121,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:363 msgid "Romanian" -msgstr "" +msgstr "Румын"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:365 @@ -11131,7 +11131,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:370 msgid "Russian" -msgstr "" +msgstr "Орос"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:372 @@ -11161,7 +11161,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:391 msgid "Slovak" -msgstr "" +msgstr "Словак"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:393 @@ -11171,12 +11171,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:398 msgid "Slovenian" -msgstr "" +msgstr "Словени"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:405 msgid "Spanish" -msgstr "" +msgstr "Испани"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:407 @@ -11186,7 +11186,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:412 msgid "Swedish" -msgstr "" +msgstr "Швед"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:414 @@ -11206,12 +11206,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:426 msgid "Thai" -msgstr "" +msgstr "Таи"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:433 msgid "Turkish" -msgstr "" +msgstr "Турк"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:435 @@ -11221,7 +11221,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:440 msgid "Ukrainian" -msgstr "" +msgstr "Украин"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:446 diff --git a/po/pl.po b/po/pl.po index b46ba81..fbe3814 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 08:38+0100\n" "PO-Revision-Date: 2010-01-22 15:13+0100\n" "Last-Translator: Michal Čihař michal@cihar.com\n" "Language-Team: Polish pl@li.org\n" @@ -7871,8 +7871,9 @@ msgstr "SetInputFilter PHP"
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "oraz"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/ro.po b/po/ro.po index bc83353..27fda42 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 08:40+0100\n" "PO-Revision-Date: 2010-03-01 12:14+0200\n" "Last-Translator: the_sky_dreamer2003@yahoo.com\n" "Language-Team: none\n" @@ -6502,8 +6502,9 @@ msgstr ""
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "Și"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/po/sk.po b/po/sk.po index 4be3176..9cfb043 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,12 +7,12 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 16:03+0100\n" +"POT-Creation-Date: 2010-03-12 08:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: ENCODING\n" "#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" @@ -5780,7 +5780,7 @@ msgstr "" #. type: Content of: <html><body><div><h3> #: ../phpmyadmin/Documentation.html:2580 msgid "Server" -msgstr "" +msgstr "Server"
#. type: Content of: <html><body><div><h4> #: ../phpmyadmin/Documentation.html:2583 @@ -6497,7 +6497,7 @@ msgstr "" #. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 msgid "and" -msgstr "" +msgstr "a"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 @@ -9750,7 +9750,7 @@ msgstr "" #. type: Content of: <html><body><div><ul><li><ul><li> #: ../phpmyadmin/Documentation.html:4595 msgid "Relation view" -msgstr "" +msgstr "Zobraziť prepojenia"
#. type: Content of: <html><body><div><ul><li> #: ../phpmyadmin/Documentation.html:4598 @@ -10754,7 +10754,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:63 msgid "Language" -msgstr "" +msgstr "Jazyk"
#. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:64 @@ -10788,7 +10788,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:82 msgid "Arabic" -msgstr "" +msgstr "Arabština"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:84 @@ -10843,7 +10843,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:131 msgid "Bulgarian" -msgstr "" +msgstr "Bulharsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:133 @@ -10883,7 +10883,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:159 msgid "Croatian" -msgstr "" +msgstr "Chorvátsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:161 @@ -10893,7 +10893,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:166 msgid "Czech" -msgstr "" +msgstr "Česky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:168 @@ -10908,7 +10908,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:174 msgid "Danish" -msgstr "" +msgstr "Dánsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:176 @@ -10928,7 +10928,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:188 msgid "English" -msgstr "" +msgstr "Anglicky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:190 @@ -10949,7 +10949,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:202 msgid "Estonian" -msgstr "" +msgstr "Estónsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:204 @@ -10989,7 +10989,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:230 msgid "Georgian" -msgstr "" +msgstr "Gruzínčina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:232 @@ -10999,12 +10999,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:237 msgid "German" -msgstr "" +msgstr "Nemecky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:244 msgid "Greek" -msgstr "" +msgstr "Gréčtina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:246 @@ -11014,7 +11014,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:251 msgid "Hebrew" -msgstr "" +msgstr "Hebrejsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:258 @@ -11024,7 +11024,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:265 msgid "Hungarian" -msgstr "" +msgstr "Maďarsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:267 @@ -11049,7 +11049,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:286 msgid "Japanese" -msgstr "" +msgstr "Japončina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:288 @@ -11059,17 +11059,17 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:293 msgid "Korean" -msgstr "" +msgstr "Kórejčina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:300 msgid "Latvian" -msgstr "" +msgstr "Lotyšstina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:307 msgid "Lithuanian" -msgstr "" +msgstr "Litovsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:309 @@ -11109,12 +11109,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:342 msgid "Persian" -msgstr "" +msgstr "Perština"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:349 msgid "Polish" -msgstr "" +msgstr "Poľština"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:356 @@ -11124,7 +11124,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:363 msgid "Romanian" -msgstr "" +msgstr "Rumunština"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:365 @@ -11134,7 +11134,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:370 msgid "Russian" -msgstr "" +msgstr "Ruština"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:372 @@ -11164,7 +11164,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:391 msgid "Slovak" -msgstr "" +msgstr "Slovenčina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:393 @@ -11174,12 +11174,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:398 msgid "Slovenian" -msgstr "" +msgstr "Slovinčina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:405 msgid "Spanish" -msgstr "" +msgstr "Španielsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:407 @@ -11189,7 +11189,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:412 msgid "Swedish" -msgstr "" +msgstr "Švédsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:414 @@ -11209,12 +11209,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:426 msgid "Thai" -msgstr "" +msgstr "Thajčina"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:433 msgid "Turkish" -msgstr "" +msgstr "Turecky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:435 @@ -11224,7 +11224,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:440 msgid "Ukrainian" -msgstr "" +msgstr "Ukrajinsky"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:446 diff --git a/po/zh_TW.po b/po/zh_TW.po index c4267da..d34712b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-10 13:19+0100\n" +"POT-Creation-Date: 2010-03-12 08:41+0100\n" "PO-Revision-Date: 2010-01-25 13:26+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -6493,8 +6493,9 @@ msgstr ""
#. type: Content of: <html><body><div><p> #: ../phpmyadmin/Documentation.html:2962 +#, fuzzy msgid "and" -msgstr "" +msgstr "與"
#. type: Content of: <html><body><div><pre> #: ../phpmyadmin/Documentation.html:2964 diff --git a/pot/ca-full.pot b/pot/ca-full.pot index ce74064..558679f 100644 --- a/pot/ca-full.pot +++ b/pot/ca-full.pot @@ -6,9 +6,20 @@ #, fuzzy msgid "" msgstr "" +"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME EMAIL@ADDRESS\n" +"Language-Team: LANGUAGE LL@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@lists.sourceforge.net\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ca-html.pot b/pot/ca-html.pot index 331d729..4d99837 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot index 411ec42..5e3c4be 100644 --- a/pot/ca-txt.pot +++ b/pot/ca-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/cs-full.pot b/pot/cs-full.pot index d2449a8..44f6551 100644 --- a/pot/cs-full.pot +++ b/pot/cs-full.pot @@ -6,20 +6,9 @@ #, fuzzy msgid "" msgstr "" -"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME EMAIL@ADDRESS\n" -"Language-Team: LANGUAGE LL@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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/cs-html.pot b/pot/cs-html.pot index cebc640..6182609 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot index 411ec42..951f986 100644 --- a/pot/cs-txt.pot +++ b/pot/cs-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/de-full.pot b/pot/de-full.pot index 4c631b5..6b71f46 100644 --- a/pot/de-full.pot +++ b/pot/de-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/de-html.pot b/pot/de-html.pot index dde1439..0661f19 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/de-txt.pot b/pot/de-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/de-txt.pot +++ b/pot/de-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot index 420289d..3756d47 100644 --- a/pot/en_GB-full.pot +++ b/pot/en_GB-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot index 4f68728..ed5d961 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot index e1c5db8..5194029 100644 --- a/pot/en_GB-txt.pot +++ b/pot/en_GB-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/es-full.pot b/pot/es-full.pot index 4186479..8505aba 100644 --- a/pot/es-full.pot +++ b/pot/es-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/es-html.pot b/pot/es-html.pot index a9bca46..078f076 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/es-txt.pot b/pot/es-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/es-txt.pot +++ b/pot/es-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fi-full.pot b/pot/fi-full.pot index cd11931..c0c45e1 100644 --- a/pot/fi-full.pot +++ b/pot/fi-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fi-html.pot b/pot/fi-html.pot index 69be5e3..322f441 100644 --- a/pot/fi-html.pot +++ b/pot/fi-html.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "P roject-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot index 411ec42..951f986 100644 --- a/pot/fi-txt.pot +++ b/pot/fi-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fr-full.pot b/pot/fr-full.pot index 546d322..afd261d 100644 --- a/pot/fr-full.pot +++ b/pot/fr-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fr-html.pot b/pot/fr-html.pot index 4ae9b73..50351ca 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot index 9c9b2e8..951f986 100644 --- a/pot/fr-txt.pot +++ b/pot/fr-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/gl-full.pot b/pot/gl-full.pot index 4117ae1..8d06a09 100644 --- a/pot/gl-full.pot +++ b/pot/gl-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/gl-html.pot b/pot/gl-html.pot index 8ac08e3..6b7dc06 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot index 411ec42..951f986 100644 --- a/pot/gl-txt.pot +++ b/pot/gl-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/hu-full.pot b/pot/hu-full.pot index dc9ad55..4738f08 100644 --- a/pot/hu-full.pot +++ b/pot/hu-full.pot @@ -6,20 +6,9 @@ #, fuzzy msgid "" msgstr "" -"#-#-#-#-# hu-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME EMAIL@ADDRESS\n" -"Language-Team: LANGUAGE LL@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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/hu-html.pot b/pot/hu-html.pot index ac6ee38..fcb23a9 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/hu-txt.pot +++ b/pot/hu-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/it-full.pot b/pot/it-full.pot index 9368411..bc7c418 100644 --- a/pot/it-full.pot +++ b/pot/it-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/it-html.pot b/pot/it-html.pot index 0c990c3..d734ddb 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/it-txt.pot b/pot/it-txt.pot index 9c9b2e8..a3ee008 100644 --- a/pot/it-txt.pot +++ b/pot/it-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/jp-full.pot b/pot/jp-full.pot index 72c18ae..779c637 100644 --- a/pot/jp-full.pot +++ b/pot/jp-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/jp-html.pot b/pot/jp-html.pot index da512a8..c1f0025 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/jp-txt.pot b/pot/jp-txt.pot index 9c9b2e8..a3ee008 100644 --- a/pot/jp-txt.pot +++ b/pot/jp-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ka-full.pot b/pot/ka-full.pot index 9a6c847..46d5e71 100644 --- a/pot/ka-full.pot +++ b/pot/ka-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ka-html.pot b/pot/ka-html.pot index 2c9725e..830f14d 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot index 411ec42..951f986 100644 --- a/pot/ka-txt.pot +++ b/pot/ka-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/lt-full.pot b/pot/lt-full.pot index 510fa81..22f04f6 100644 --- a/pot/lt-full.pot +++ b/pot/lt-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/lt-html.pot b/pot/lt-html.pot index c8a7863..8cc2317 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/lt-txt.pot +++ b/pot/lt-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/mn-full.pot b/pot/mn-full.pot index 0353df7..50e41b7 100644 --- a/pot/mn-full.pot +++ b/pot/mn-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/mn-html.pot b/pot/mn-html.pot index 8fdc0dd..12d44c0 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/mn-txt.pot +++ b/pot/mn-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/nl-full.pot b/pot/nl-full.pot index e1795da..a081079 100644 --- a/pot/nl-full.pot +++ b/pot/nl-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/nl-html.pot b/pot/nl-html.pot index 2837f1b..18d1664 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot index 411ec42..951f986 100644 --- a/pot/nl-txt.pot +++ b/pot/nl-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/no-full.pot b/pot/no-full.pot index 4856292..7ddf34b 100644 --- a/pot/no-full.pot +++ b/pot/no-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/no-html.pot b/pot/no-html.pot index c068a87..87571ac 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/no-txt.pot b/pot/no-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/no-txt.pot +++ b/pot/no-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pl-full.pot b/pot/pl-full.pot index bfd8288..b6d033f 100644 --- a/pot/pl-full.pot +++ b/pot/pl-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pl-html.pot b/pot/pl-html.pot index f230986..49ae947 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot index 9c9b2e8..a3ee008 100644 --- a/pot/pl-txt.pot +++ b/pot/pl-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:38+0100\n" +"POT-Creation-Date: 2010-03-12 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot index 8bfffbb..f857b19 100644 --- a/pot/pt_BR-full.pot +++ b/pot/pt_BR-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot index 33b6916..88a6df0 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/pt_BR-txt.pot +++ b/pot/pt_BR-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ro-full.pot b/pot/ro-full.pot index 7598959..a1f3f96 100644 --- a/pot/ro-full.pot +++ b/pot/ro-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ro-html.pot b/pot/ro-html.pot index 6a2750c..a79cf25 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot index 94f3743..5e3c4be 100644 --- a/pot/ro-txt.pot +++ b/pot/ro-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sk-full.pot b/pot/sk-full.pot index 12acbf1..dff1982 100644 --- a/pot/sk-full.pot +++ b/pot/sk-full.pot @@ -6,9 +6,20 @@ #, fuzzy msgid "" msgstr "" +"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME EMAIL@ADDRESS\n" +"Language-Team: LANGUAGE LL@li.org\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: ENCODING\n" +"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin documentation VERSION\n" +"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2010-03-12 09:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sk-html.pot b/pot/sk-html.pot index 6c444ef..1030b4f 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot index e1c5db8..1688d35 100644 --- a/pot/sk-txt.pot +++ b/pot/sk-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sv-full.pot b/pot/sv-full.pot index 06b0767..f45d3d2 100644 --- a/pot/sv-full.pot +++ b/pot/sv-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sv-html.pot b/pot/sv-html.pot index 67fcabe..4fc4ea0 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot index 411ec42..951f986 100644 --- a/pot/sv-txt.pot +++ b/pot/sv-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/tr-full.pot b/pot/tr-full.pot index 03bad20..71dd2d1 100644 --- a/pot/tr-full.pot +++ b/pot/tr-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/tr-html.pot b/pot/tr-html.pot index 6ff58fe..0a5625a 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot index 411ec42..951f986 100644 --- a/pot/tr-txt.pot +++ b/pot/tr-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:39+0100\n" +"POT-Creation-Date: 2010-03-12 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot index 1a29c83..7dfd2cf 100644 --- a/pot/zh_CN-full.pot +++ b/pot/zh_CN-full.pot @@ -6,20 +6,9 @@ #, fuzzy msgid "" msgstr "" -"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME EMAIL@ADDRESS\n" -"Language-Team: LANGUAGE LL@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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot index 3a20627..25123b2 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:40+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot index e1c5db8..5194029 100644 --- a/pot/zh_CN-txt.pot +++ b/pot/zh_CN-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot index 8020aa1..7663742 100644 --- a/pot/zh_TW-full.pot +++ b/pot/zh_TW-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot index 5dbde81..49d9cae 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@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n" diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot index e1c5db8..5194029 100644 --- a/pot/zh_TW-txt.pot +++ b/pot/zh_TW-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-03-12 08:41+0100\n" +"POT-Creation-Date: 2010-03-12 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: LANGUAGE LL@li.org\n"
hooks/post-receive