Another mechanism against stupid people who use the translator list as a list of localised support hotlines or try to get a translation by mail order... :o)
This commit is contained in:
23
ChangeLog
23
ChangeLog
@@ -5,16 +5,21 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* translators.html: Another mechanism against stupid people who use the
|
||||||
|
translator list as a list of localised support hotlines or try to get a
|
||||||
|
translation by mail order... :o)
|
||||||
|
|
||||||
2003-03-10 Garvin Hicking <me@supergarv.de>
|
2003-03-10 Garvin Hicking <me@supergarv.de>
|
||||||
* tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
|
* tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
|
||||||
lang/*:
|
lang/*:
|
||||||
Added new table export format by Michal Cihar. db_details_export.php3
|
Added new table export format by Michal Cihar. db_details_export.php3
|
||||||
should be adapted to the new layout somewhen. Fixed Compression.
|
should be adapted to the new layout somewhen. Fixed Compression.
|
||||||
* header.inc.php3, header_printview.inc.php3, index.php3,
|
* header.inc.php3, header_printview.inc.php3, index.php3,
|
||||||
left.php3, queryframe.php3, querywindow.php3,
|
left.php3, queryframe.php3, querywindow.php3,
|
||||||
transformation_wrapper.php3, css/phpmyadmin.css.php3,
|
transformation_wrapper.php3, css/phpmyadmin.css.php3,
|
||||||
libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
|
libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
|
||||||
libraries/functions.js, libraries/header_http.inc.php3,
|
libraries/functions.js, libraries/header_http.inc.php3,
|
||||||
libraries/header_meta_style.inc.php3, libraries/left.js
|
libraries/header_meta_style.inc.php3, libraries/left.js
|
||||||
libraries/sqlparser.lib.php3:
|
libraries/sqlparser.lib.php3:
|
||||||
Massive code-cleanup. Put all stylesheets into new central file
|
Massive code-cleanup. Put all stylesheets into new central file
|
||||||
@@ -26,7 +31,7 @@ $Source$
|
|||||||
directive and should also be able to be cached by the browser.
|
directive and should also be able to be cached by the browser.
|
||||||
See patch #699454.
|
See patch #699454.
|
||||||
Also some unneccessary code was removed from querywindow/wrapper.
|
Also some unneccessary code was removed from querywindow/wrapper.
|
||||||
|
|
||||||
* tbl_change.php3: Patch #697541 to prevent non-associative MySQL
|
* tbl_change.php3: Patch #697541 to prevent non-associative MySQL
|
||||||
fieldnames to be mapped to false keys for display.
|
fieldnames to be mapped to false keys for display.
|
||||||
|
|
||||||
@@ -52,7 +57,7 @@ $Source$
|
|||||||
* libraries/common.lib.php3, libraries/display_tbl.lib.php3:
|
* libraries/common.lib.php3, libraries/display_tbl.lib.php3:
|
||||||
Fix bug #658668, special escaping of \n, \r and \t characters.
|
Fix bug #658668, special escaping of \n, \r and \t characters.
|
||||||
Please test, works fine for me now (both magic_quotes on/off).
|
Please test, works fine for me now (both magic_quotes on/off).
|
||||||
|
|
||||||
2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
|
2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
|
* Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
|
||||||
* updatedocs.sh: Script to make conversion easier
|
* updatedocs.sh: Script to make conversion easier
|
||||||
@@ -60,17 +65,17 @@ $Source$
|
|||||||
2003-03-05 Garvin Hicking <me@supergarv.de>
|
2003-03-05 Garvin Hicking <me@supergarv.de>
|
||||||
* Documentation.html: Added FAQ 2.6 about localhost-socket connections.
|
* Documentation.html: Added FAQ 2.6 about localhost-socket connections.
|
||||||
* libraries/relation.lib.php3, libraries/transformations.lib.php3,
|
* libraries/relation.lib.php3, libraries/transformations.lib.php3,
|
||||||
tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
|
tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
|
||||||
call with PMA_sqlAddslashes() call because of new global s
|
call with PMA_sqlAddslashes() call because of new global s
|
||||||
lashes-handling.
|
lashes-handling.
|
||||||
* sql.php3: Fixed querytime bug, when query was only shown for PHP
|
* sql.php3: Fixed querytime bug, when query was only shown for PHP
|
||||||
display.
|
display.
|
||||||
* read_dump.php3, sql.php3, tbl_alter.php3,
|
* read_dump.php3, sql.php3, tbl_alter.php3,
|
||||||
tbl_properties_export.php3: Fixed remaining calls to stripslashes()
|
tbl_properties_export.php3: Fixed remaining calls to stripslashes()
|
||||||
where not neccessary, because grab_globals already stripslashed
|
where not neccessary, because grab_globals already stripslashed
|
||||||
the data. This fixes the problem of the SQL Pretty printer showing
|
the data. This fixes the problem of the SQL Pretty printer showing
|
||||||
the data wrongly formatted.
|
the data wrongly formatted.
|
||||||
|
|
||||||
2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
|
2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
|
* libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
|
||||||
#697961)
|
#697961)
|
||||||
|
@@ -12,13 +12,14 @@
|
|||||||
function PMA_notice(language) {
|
function PMA_notice(language) {
|
||||||
text = 'Thank you for your feedback concerning the '
|
text = 'Thank you for your feedback concerning the '
|
||||||
+ language + ' language file.\n'
|
+ language + ' language file.\n'
|
||||||
+ 'Before you contact our developer, please note:\n\n'
|
+ 'Before you contact our translator, please note:\n\n'
|
||||||
+ ' - Each language file is included in this distribution\n'
|
+ ' - Each language file is included in this distribution\n'
|
||||||
+ ' The translator won\'t send you any translations.\n'
|
+ ' The translator won\'t send you any translations.\n'
|
||||||
+ ' - There are no localized documentations yet.\n'
|
+ ' - There are no localized documentations yet.\n'
|
||||||
+ ' - The translator won\'t provide any type of e-mail support.\n\n'
|
+ ' - The translator won\'t provide any type of e-mail support.\n\n'
|
||||||
+ 'If have any questions about configuring or using phpMyAdmin,'
|
+ 'If have any questions about configuring or using phpMyAdmin,'
|
||||||
+ ' please use our support forum or the users email list.';
|
+ ' please use our support forum or the users email list.\n\n'
|
||||||
|
+ 'Every off-topic email will simply be IGNORED.';
|
||||||
return window.confirm(text);
|
return window.confirm(text);
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
@@ -76,7 +77,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Afrikaans</td>
|
<td>Afrikaans</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:pauley@buitegroep.org.za?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Afrikaans');">
|
<a href="mailto:pauley@buitegroep.org.za?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it... Suggestions&body=Thank you for your feedback concerning this language file.%0ABefore you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Afrikaans');">
|
||||||
Andreas Pauley
|
Andreas Pauley
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -85,7 +86,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Albanian</td>
|
<td>Albanian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:laurenti@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Albanian');">
|
<a href="mailto:laurenti@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Albanian');">
|
||||||
Laurent Dhima
|
Laurent Dhima
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -94,15 +95,15 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Arabic</td>
|
<td>Arabic</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:fisal77@hotmail.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Arabic');">
|
<a href="mailto:fisal77@hotmail.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Arabic');">
|
||||||
"Fisal"
|
"Fisal"
|
||||||
</a>
|
</a>
|
||||||
and
|
and
|
||||||
<a href="mailto:kallida@caramail.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Arabic');">
|
<a href="mailto:kallida@caramail.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Arabic');">
|
||||||
Tarik kallida
|
Tarik kallida
|
||||||
</a>
|
</a>
|
||||||
and
|
and
|
||||||
<a href="mailto:ossamak@nht.com.kw?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Arabic');">
|
<a href="mailto:ossamak@nht.com.kw?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Arabic');">
|
||||||
Ossama Khayat
|
Ossama Khayat
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -111,7 +112,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Brazilian Portuguese</td>
|
<td>Brazilian Portuguese</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:thbest@information4u.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Brazilian Portuguese');">
|
<a href="mailto:thbest@information4u.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Brazilian Portuguese');">
|
||||||
Renato Lins
|
Renato Lins
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -120,7 +121,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Bulgarian</td>
|
<td>Bulgarian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:chutz@chubaka.homeip.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Bulgarian');">
|
<a href="mailto:chutz@chubaka.homeip.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Bulgarian');">
|
||||||
Georgi Georgiev
|
Georgi Georgiev
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -129,7 +130,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Catalan</td>
|
<td>Catalan</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:xavinavarro@worldonline.es?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Catalan');">
|
<a href="mailto:xavinavarro@worldonline.es?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Catalan');">
|
||||||
Xavier Navarro
|
Xavier Navarro
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -138,7 +139,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Chinese</td>
|
<td>Chinese</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:siusun@best-view.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Chinese');">
|
<a href="mailto:siusun@best-view.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Chinese');">
|
||||||
Siu Sun
|
Siu Sun
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -147,7 +148,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Croatian</td>
|
<td>Croatian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:sime@nofrx.org?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Croatian');">
|
<a href="mailto:sime@nofrx.org?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Croatian');">
|
||||||
Sime Essert
|
Sime Essert
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -156,7 +157,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Czech</td>
|
<td>Czech</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:nijel@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Czech');">
|
<a href="mailto:nijel@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Czech');">
|
||||||
Michal Cihar
|
Michal Cihar
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -165,7 +166,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Danish</td>
|
<td>Danish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:niels@oesten.dk?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Danish');">
|
<a href="mailto:niels@oesten.dk?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Danish');">
|
||||||
Niels Oesten
|
Niels Oesten
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -174,7 +175,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Dutch</td>
|
<td>Dutch</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:calimonk@gmx.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Dutch');">
|
<a href="mailto:calimonk@gmx.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Dutch');">
|
||||||
Ivo Teel
|
Ivo Teel
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -183,7 +184,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>English</td>
|
<td>English</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:phpmyadmin-devel@lists.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('English');">
|
<a href="mailto:phpmyadmin-devel@lists.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('English');">
|
||||||
the phpMyAdmin development team
|
the phpMyAdmin development team
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -192,7 +193,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Estonian</td>
|
<td>Estonian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:finsoft@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Estonian');">
|
<a href="mailto:finsoft@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Estonian');">
|
||||||
Alvar Soome
|
Alvar Soome
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -201,7 +202,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Finnish</td>
|
<td>Finnish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:visa@visakopu.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Finnish');">
|
<a href="mailto:visa@visakopu.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Finnish');">
|
||||||
Visa Kopu
|
Visa Kopu
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -210,11 +211,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>French</td>
|
<td>French</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:loic1@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('French');">
|
<a href="mailto:loic1@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('French');">
|
||||||
Loïc Chapeaux
|
Loïc Chapeaux
|
||||||
</a>
|
</a>
|
||||||
and
|
and
|
||||||
<a href="mailto:lem9@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('French');">
|
<a href="mailto:lem9@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('French');">
|
||||||
Marc Delisle
|
Marc Delisle
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -223,7 +224,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Galician</td>
|
<td>Galician</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:xosecalvo@terra.es?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Galician');">
|
<a href="mailto:xosecalvo@terra.es?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Galician');">
|
||||||
Xosé Calvo
|
Xosé Calvo
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -232,7 +233,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Georgian</td>
|
<td>Georgian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:lasha_al@hotmail.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Georgian');">
|
<a href="mailto:lasha_al@hotmail.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Georgian');">
|
||||||
Lasha Altunashvili
|
Lasha Altunashvili
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -241,7 +242,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>German</td>
|
<td>German</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:rabus@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('German');">
|
<a href="mailto:rabus@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('German');">
|
||||||
Alexander M. Turek
|
Alexander M. Turek
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -250,7 +251,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Greek</td>
|
<td>Greek</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:theremon@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Greek');">
|
<a href="mailto:theremon@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Greek');">
|
||||||
Kyriakos Xagoraris
|
Kyriakos Xagoraris
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -259,7 +260,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Hebrew</td>
|
<td>Hebrew</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:etus@actcom.net.il?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Hebrew');">
|
<a href="mailto:etus@actcom.net.il?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Hebrew');">
|
||||||
Yuval "Etus" Sarna
|
Yuval "Etus" Sarna
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -268,7 +269,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Hindi</td>
|
<td>Hindi</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:girish_nair@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Hindi');">
|
<a href="mailto:girish_nair@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Hindi');">
|
||||||
Girish Nair
|
Girish Nair
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -277,7 +278,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Hungarian</td>
|
<td>Hungarian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:bakondyp@freemail.hu?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Hungarian');">
|
<a href="mailto:bakondyp@freemail.hu?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Hungarian');">
|
||||||
Peter Bakondy
|
Peter Bakondy
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -286,7 +287,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Indonesian</td>
|
<td>Indonesian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:tamsjadi@icqmail.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Indonesian');">
|
<a href="mailto:tamsjadi@icqmail.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Indonesian');">
|
||||||
Rachim Tamsjadi
|
Rachim Tamsjadi
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -295,7 +296,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Italian</td>
|
<td>Italian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:danone@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Italian');">
|
<a href="mailto:danone@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Italian');">
|
||||||
Pietro Danesi
|
Pietro Danesi
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -304,7 +305,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Japanese</td>
|
<td>Japanese</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:kawada@den.fujifilm.co.jp?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Japanese');">
|
<a href="mailto:kawada@den.fujifilm.co.jp?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Japanese');">
|
||||||
Yukihiro Kawada
|
Yukihiro Kawada
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -313,7 +314,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Korean</td>
|
<td>Korean</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:kjh@unews.co.kr?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Korean');">
|
<a href="mailto:kjh@unews.co.kr?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Korean');">
|
||||||
WooSuhan
|
WooSuhan
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -322,7 +323,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Latvian</td>
|
<td>Latvian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:sandisj@parks.lv?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Latvian');">
|
<a href="mailto:sandisj@parks.lv?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Latvian');">
|
||||||
Sandis Jçrics
|
Sandis Jçrics
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -331,7 +332,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Lithuanian</td>
|
<td>Lithuanian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:viliusz@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Lithuanian');">
|
<a href="mailto:viliusz@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Lithuanian');">
|
||||||
Vilius Zigmantas
|
Vilius Zigmantas
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -340,7 +341,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Malay</td>
|
<td>Malay</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:sicksand@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Malay');">
|
<a href="mailto:sicksand@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Malay');">
|
||||||
Mohammad Shafiq bin Mohd Mustapa
|
Mohammad Shafiq bin Mohd Mustapa
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -349,7 +350,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Norwegian</td>
|
<td>Norwegian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:sven_erik@andersen.as?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Norwegian');">
|
<a href="mailto:sven_erik@andersen.as?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Norwegian');">
|
||||||
Sven-Erik Andersen
|
Sven-Erik Andersen
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -358,7 +359,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Polish</td>
|
<td>Polish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:ubanus@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Polish');">
|
<a href="mailto:ubanus@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Polish');">
|
||||||
Jakub Wilk
|
Jakub Wilk
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -367,7 +368,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Portuguese</td>
|
<td>Portuguese</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:cfmsoft@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Portuguese');">
|
<a href="mailto:cfmsoft@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Portuguese');">
|
||||||
António Raposo
|
António Raposo
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -376,7 +377,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Romanian</td>
|
<td>Romanian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:lvalics@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Romanian');">
|
<a href="mailto:lvalics@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Romanian');">
|
||||||
Valics Lehel
|
Valics Lehel
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -385,7 +386,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Russian</td>
|
<td>Russian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:tyomych@gmx.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Russian');">
|
<a href="mailto:tyomych@gmx.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Russian');">
|
||||||
Artyom Rabzonov
|
Artyom Rabzonov
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -394,11 +395,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Serbian</td>
|
<td>Serbian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:mligor@zimco.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Serbian');">
|
<a href="mailto:mligor@zimco.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Serbian');">
|
||||||
Igor Mladenovic
|
Igor Mladenovic
|
||||||
</a>
|
</a>
|
||||||
and
|
and
|
||||||
<a href="mailto:tdavid@ptt.yu?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Serbian');">
|
<a href="mailto:tdavid@ptt.yu?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Serbian');">
|
||||||
David Trajkovic
|
David Trajkovic
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -407,7 +408,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Slovak</td>
|
<td>Slovak</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:erkac@vault-tec.sk?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Slovak');">
|
<a href="mailto:erkac@vault-tec.sk?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Slovak');">
|
||||||
Lubos Klokner
|
Lubos Klokner
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -416,7 +417,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Slovenian</td>
|
<td>Slovenian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:urosh@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Slovenian');">
|
<a href="mailto:urosh@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Slovenian');">
|
||||||
Kositer Uros
|
Kositer Uros
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -425,7 +426,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Spanish</td>
|
<td>Spanish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:dhinostroza@medscape.com?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Spanish');">
|
<a href="mailto:dhinostroza@medscape.com?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Spanish');">
|
||||||
Dr. med. Daniel Hinostroza C.
|
Dr. med. Daniel Hinostroza C.
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -434,7 +435,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Swedish</td>
|
<td>Swedish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:bth@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Swedish');">
|
<a href="mailto:bth@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Swedish');">
|
||||||
Björn T. Hallberg
|
Björn T. Hallberg
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -443,7 +444,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Thai</td>
|
<td>Thai</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:bacteria@users.sourceforge.net?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Thai');">
|
<a href="mailto:bacteria@users.sourceforge.net?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Thai');">
|
||||||
Arthit Suriyawongkul
|
Arthit Suriyawongkul
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -452,7 +453,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Turkish</td>
|
<td>Turkish</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:bora@risc01.ktu.edu.tr?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Turkish');">
|
<a href="mailto:bora@risc01.ktu.edu.tr?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Turkish');">
|
||||||
Bora Alioglu
|
Bora Alioglu
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -461,7 +462,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Ukrainian</td>
|
<td>Ukrainian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:marco@meduniv.lviv.ua?subject=[phpMyAdmin translation]" onclick="return PMA_notice('Ukrainian');">
|
<a href="mailto:marco@meduniv.lviv.ua?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Ukrainian');">
|
||||||
Markijan Baran
|
Markijan Baran
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user