The branch, master has been updated via 85dd14612dd4afd296747d26752a0bc5607e116b (commit) via b62522c61b781bdf5b49d93c3736723be76ac855 (commit) via 4252011c939287a54a5372011d4f902eb1db0555 (commit) from e52f78994d0bba1086b0c02606804474f569eda9 (commit)
- Log ----------------------------------------------------------------- commit 85dd14612dd4afd296747d26752a0bc5607e116b Author: Michal Čihař mcihar@novell.com Date: Wed Jul 21 08:59:22 2010 +0200
Czech translation update.
commit b62522c61b781bdf5b49d93c3736723be76ac855 Author: Michal Čihař mcihar@novell.com Date: Wed Jul 21 08:58:23 2010 +0200
Regenerate po files for new message.
commit 4252011c939287a54a5372011d4f902eb1db0555 Author: Michal Čihař mcihar@novell.com Date: Wed Jul 21 08:57:34 2010 +0200
Another occurence of message.
-----------------------------------------------------------------------
Summary of changes: libraries/dbg/setup.php | 4 ++-- po/af.po | 6 ++---- po/ar.po | 13 ++++++++----- po/az.po | 15 +++++++++------ po/be.po | 14 +++++++++----- po/be@latin.po | 14 +++++++++----- po/bg.po | 14 +++++++++----- po/bn.po | 19 +++++++++++-------- po/bs.po | 13 ++++++++----- po/ca.po | 14 +++++++++----- po/cs.po | 19 +++++++++++-------- po/cy.po | 6 ++---- po/da.po | 15 +++++++++------ po/de.po | 15 +++++++++------ po/el.po | 16 ++++++++++------ po/en_GB.po | 20 +++++++++----------- po/es.po | 15 +++++++++------ po/et.po | 13 ++++++++----- po/eu.po | 15 +++++++++------ po/fa.po | 6 ++---- po/fi.po | 13 ++++++++----- po/fr.po | 15 +++++++++------ po/gl.po | 13 ++++++++----- po/he.po | 13 ++++++++----- po/hi.po | 6 ++---- po/hr.po | 15 +++++++++------ po/hu.po | 15 +++++++++------ po/id.po | 14 +++++++++----- po/it.po | 15 +++++++++------ po/ja.po | 15 +++++++++------ po/ka.po | 15 +++++++++------ po/ko.po | 15 +++++++++------ po/lt.po | 15 +++++++++------ po/lv.po | 13 ++++++++----- po/mk.po | 15 +++++++++------ po/mn.po | 13 ++++++++----- po/ms.po | 6 ++---- po/nb.po | 14 +++++++++----- po/nl.po | 15 +++++++++------ po/phpmyadmin.pot | 6 ++---- po/pl.po | 13 ++++++++----- po/pt.po | 15 +++++++++------ po/pt_BR.po | 13 ++++++++----- po/ro.po | 15 +++++++++------ po/ru.po | 15 +++++++++------ po/si.po | 15 +++++++++------ po/sk.po | 13 ++++++++----- po/sl.po | 15 +++++++++------ po/sq.po | 13 ++++++++----- po/sr.po | 13 ++++++++----- po/sr@latin.po | 13 ++++++++----- po/sv.po | 13 ++++++++----- po/ta.po | 6 ++---- po/te.po | 6 ++---- po/th.po | 13 ++++++++----- po/tr.po | 15 +++++++++------ po/tt.po | 13 ++++++++----- po/ug.po | 8 ++------ po/uk.po | 13 ++++++++----- po/ur.po | 6 ++---- po/uz.po | 15 +++++++++------ po/uz@latin.po | 15 +++++++++------ po/zh_CN.po | 15 +++++++++------ po/zh_TW.po | 13 ++++++++----- 64 files changed, 485 insertions(+), 346 deletions(-)
diff --git a/libraries/dbg/setup.php b/libraries/dbg/setup.php index 5f36185..7b80ce2 100644 --- a/libraries/dbg/setup.php +++ b/libraries/dbg/setup.php @@ -18,8 +18,8 @@ if ($GLOBALS['cfg']['DBG']['php']) { * Loads the DBG extension if needed */ if (! @extension_loaded('dbg') ) { - $message = PMA_Message::error(__('Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] extension. Please check your PHP configuration.')); - $message->addParam('DBG'); + $message = PMA_Message::error(__('The %s extension is missing. Please check your PHP configuration.'), + $message->addParam(sprintf('[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a]', 'dbg')); $message->addMessage('<a href="./Documentation.html#faqdbg" target="documentation">', false); $message->addString(__('Documentation')); $message->addMessage('</a>', false); diff --git a/po/af.po b/po/af.po index d2e376e..d03b2d6 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: afrikaans af@li.org\n" @@ -1863,9 +1863,7 @@ msgstr "Operasies"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/ar.po b/po/ar.po index 207d96a..c79b0c7 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-29 14:16+0200\n" "Last-Translator: Ahmed aa.mahdawy.10@gmail.com\n" "Language-Team: arabic ar@li.org\n" @@ -1856,10 +1856,8 @@ msgstr "عمليات"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8007,6 +8005,11 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/az.po b/po/az.po index 572db72..78e2286 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani az@li.org\n" @@ -1871,12 +1871,8 @@ msgstr "Emeliyyatlar"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP " -"Konfiqurasiyanı gözden keçir."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8128,6 +8124,13 @@ msgid "Rename view to" msgstr "Cedveli yeniden adlandır"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP " +#~ "Konfiqurasiyanı gözden keçir." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/be.po b/po/be.po index 98103a6..fa0f979 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: belarusian_cyrillic be@li.org\n" @@ -1907,11 +1907,8 @@ msgstr "Апэрацыі"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8440,6 +8437,13 @@ msgid "Rename view to" msgstr "Перайменаваць табліцу ў"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю " +#~ "PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/be@latin.po b/po/be@latin.po index 969a86d..cf9782c 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: belarusian_latin <be@latin@li.org>\n" @@ -1904,11 +1904,8 @@ msgstr "Aperacyi"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8360,6 +8357,13 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju " +#~ "PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/bg.po b/po/bg.po index fc56002..215a5fe 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-11 17:28+0200\n" "Last-Translator: stanprog@stanprog.com\n" "Language-Team: bulgarian bg@li.org\n" @@ -1879,11 +1879,8 @@ msgstr "Операции"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"не мога да заредя разширението %s,<br />моля проверете конфигурацията на PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8174,6 +8171,13 @@ msgid "Rename view to" msgstr "Преименуване на изгледа на"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "не мога да заредя разширението %s,<br />моля проверете конфигурацията на " +#~ "PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/bn.po b/po/bn.po index b77b84b..653fb13 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bangla bn@li.org\n" @@ -1887,14 +1887,8 @@ msgstr "Operations"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -" [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] extension লোড করা " -"যায়নি। আপনার পিএইচপি কনফিগারেশন পরীক্ষা করুন। Cannot load [a@http://php.net/" -"%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP " -"configuration."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8350,6 +8344,15 @@ msgid "Rename view to" msgstr "টেবিল রিনেম করুন"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ " [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] extension লোড করা " +#~ "যায়নি। আপনার পিএইচপি কনফিগারেশন পরীক্ষা করুন। Cannot load [a@http://php.net/" +#~ "%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP " +#~ "configuration." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/bs.po b/po/bs.po index 85d4d3b..6d4f640 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bosnian bs@li.org\n" @@ -1872,11 +1872,8 @@ msgstr "Operacije"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8123,6 +8120,12 @@ msgid "Rename view to" msgstr "Promjeni ime tabele u "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ca.po b/po/ca.po index 101b4f6..5e047bf 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:13+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: catalan ca@li.org\n" @@ -1896,10 +1896,8 @@ msgstr "Operacions"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "No puc carregar l'extensió %s,<br />Comprova la configuració de PHP." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8630,6 +8628,12 @@ msgid "Rename view to" msgstr "Reanomena les taules a"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "No puc carregar l'extensió %s,<br />Comprova la configuració de PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/cs.po b/po/cs.po index dc0258a..722c3e5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" -"PO-Revision-Date: 2010-07-20 12:17+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" +"PO-Revision-Date: 2010-07-21 08:59+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: czech cs@li.org\n" "Language: cs\n" @@ -1820,12 +1820,8 @@ msgstr "Úpravy"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "" -"Nelze nahrát rozšíření [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/" -"a], prosím zkontrolujte nastavení PHP." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr "Chybí rozšíření %s. Prosím zkontrolujte nastavení PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8316,6 +8312,13 @@ msgid "Rename view to" msgstr "Přejmenovat pohled na"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Nelze nahrát rozšíření [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em]" +#~ "[/a], prosím zkontrolujte nastavení PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/cy.po b/po/cy.po index ee87613..258d02a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-07 20:23+0200\n" "Last-Translator: ardavies@tiscali.co.uk\n" "Language-Team: Welsh cy@li.org\n" @@ -1807,9 +1807,7 @@ msgstr "Gweithrediadau"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/da.po b/po/da.po index 460acd4..5548463 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:13+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: danish da@li.org\n" @@ -1883,12 +1883,8 @@ msgstr "Operationer"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"udvidelsen. Tjek venligst din PHP-konfiguration."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8269,6 +8265,13 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "udvidelsen. Tjek venligst din PHP-konfiguration." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/de.po b/po/de.po index f941a9e..c0cee30 100644 --- a/po/de.po +++ b/po/de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-03 21:04+0200\n" "Last-Translator: canin@in.com\n" "Language-Team: german de@li.org\n" @@ -1837,12 +1837,8 @@ msgstr "Operationen"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Die Erweiterung [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] kann " -"nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8569,6 +8565,13 @@ msgid "Rename view to" msgstr "View umbenennen in"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Die Erweiterung [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/el.po b/po/el.po index 7970d84..5ec1323 100644 --- a/po/el.po +++ b/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:16+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: greek el@li.org\n" @@ -1869,12 +1869,8 @@ msgstr "Λειτουργίες"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"δεν ήταν δυνατή η φόρτωση της επέκτασης [a@http://php.net/%1$s@Documentation]" -"[em]%1$s[/em][/a], παρακαλώ ελέγξτε τις ρυθμίσεις της PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8648,6 +8644,14 @@ msgid "Rename view to" msgstr "Μετονομασία πίνακα σε"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "δεν ήταν δυνατή η φόρτωση της επέκτασης [a@http://php.net/" +#~ "%1$s@Documentation][em]%1$s[/em][/a], παρακαλώ ελέγξτε τις ρυθμίσεις της " +#~ "PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/en_GB.po b/po/en_GB.po index 9efab50..369fff8 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-09 10:42+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: english-gb en_GB@li.org\n" @@ -500,8 +500,6 @@ msgstr "Search results for "<i>%s</i>" %s:"
#: db_search.php:242 #, php-format -#, php-format -#| msgid "%s match(es) inside table <i>%s</i>" msgid "%s match inside table <i>%s</i>" msgid_plural "%s matches inside table <i>%s</i>" msgstr[0] "%s match inside table <i>%s</i>" @@ -525,8 +523,6 @@ msgstr "Delete"
#: db_search.php:267 #, php-format -#, php-format -#| msgid "<b>Total:</b> <i>%s</i> match(es)" msgid "<b>Total:</b> <i>%s</i> match" msgid_plural "<b>Total:</b> <i>%s</i> matches" msgstr[0] "<b>Total:</b> <i>%s</i> match" @@ -1004,7 +1000,6 @@ msgid "Choose column to display" msgstr "Choose column to display"
#: js/messages.php:66 -#| msgid "Generate Password" msgid "Generate password" msgstr "Generate password"
@@ -1815,12 +1810,8 @@ msgstr "Operations"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8313,6 +8304,13 @@ msgid "Rename view to" msgstr "Rename view to"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/es.po b/po/es.po index c82f18e..b271639 100644 --- a/po/es.po +++ b/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 11:23+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: spanish es@li.org\n" @@ -1914,12 +1914,8 @@ msgstr "Operaciones"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"no se pudo cargar la extensión %s,<br />por favor revise su configuración de " -"PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8636,6 +8632,13 @@ msgid "Rename view to" msgstr "Cambiar el nombre de la tabla a"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "no se pudo cargar la extensión %s,<br />por favor revise su configuración " +#~ "de PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/et.po b/po/et.po index d427df9..6b26675 100644 --- a/po/et.po +++ b/po/et.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: estonian et@li.org\n" @@ -1887,11 +1887,8 @@ msgstr "Tegevused"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8332,6 +8329,12 @@ msgid "Rename view to" msgstr "Nimeta tabel ümber"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/eu.po b/po/eu.po index 7bbaf87..c23c55e 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-31 10:40+0200\n" "Last-Translator: hey_neken@mundurat.net\n" "Language-Team: basque eu@li.org\n" @@ -1874,12 +1874,8 @@ msgstr "Eragiketak"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren " -"konfigurazioa."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8153,6 +8149,13 @@ msgid "Rename view to" msgstr "Taula berrizendatu izen honetara: "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren " +#~ "konfigurazioa." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/fa.po b/po/fa.po index 935b127..d4a965d 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n" "Last-Translator: ahmad_usa2007@yahoo.com\n" "Language-Team: persian fa@li.org\n" @@ -1853,9 +1853,7 @@ msgstr "عمليات"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/fi.po b/po/fi.po index 9c255ec..70dbf86 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-04-30 18:08+0200\n" "Last-Translator: kajouni@gmail.com\n" "Language-Team: finnish fi@li.org\n" @@ -1893,10 +1893,8 @@ msgstr "Toiminnot"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "Laajennuksen %s lataus ei onnistu; tarkista PHP:n asetukset" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8607,6 +8605,11 @@ msgid "Rename view to" msgstr "Nimeä taulu uudelleen"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "Laajennuksen %s lataus ei onnistu; tarkista PHP:n asetukset" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/fr.po b/po/fr.po index 0574ed8..c9f3427 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-07-19 19:46+0200\n" "Last-Translator: Marc Delisle marc@infomarc.info\n" "Language-Team: french fr@li.org\n" @@ -1835,12 +1835,8 @@ msgstr "Opérations"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s" -"[/em][/a]. Veuillez vérifier votre configuration de PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8422,6 +8418,13 @@ msgid "Rename view to" msgstr "Changer le nom de la vue pour"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation]" +#~ "[em]%1$s[/em][/a]. Veuillez vérifier votre configuration de PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/gl.po b/po/gl.po index 4b63b1a..0389061 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: galician gl@li.org\n" @@ -1899,11 +1899,8 @@ msgstr "Operacións"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Non se pode cargar o engadido %s.<br />Verifique a configuración do PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8659,6 +8656,12 @@ msgid "Rename view to" msgstr "Mudar o nome da táboa para"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Non se pode cargar o engadido %s.<br />Verifique a configuración do PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/he.po b/po/he.po index ff48c79..285dca7 100644 --- a/po/he.po +++ b/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:15+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: hebrew he@li.org\n" @@ -1861,10 +1861,8 @@ msgstr "פעולות"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8034,6 +8032,11 @@ msgid "Rename view to" msgstr "שינוי שם טבלה אל"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/hi.po b/po/hi.po index e129797..ad3ce00 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-21 05:48+0200\n" "Last-Translator: u4663530@anu.edu.au\n" "Language-Team: hindi hi@li.org\n" @@ -1805,9 +1805,7 @@ msgstr "कार्रवाई"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/hr.po b/po/hr.po index 14118f3..cb74494 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:13+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: croatian hr@li.org\n" @@ -1900,12 +1900,8 @@ msgstr "Operacije"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s" -"[/em][/a] . Provjerite svoju PHP konfiguraciju."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8411,6 +8407,13 @@ msgid "Rename view to" msgstr "Preimenuj tablicu u"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation]" +#~ "[em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/hu.po b/po/hu.po index 0308add..0c11f72 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:15+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: hungarian hu@li.org\n" @@ -1901,12 +1901,8 @@ msgstr "Műveletek"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Nem tölthető be a [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"kiterjesztés. Ellenőrizze a PHP beállításait."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8647,6 +8643,13 @@ msgid "Rename view to" msgstr "Tábla átnevezése"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Nem tölthető be a [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "kiterjesztés. Ellenőrizze a PHP beállításait." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/id.po b/po/id.po index 4094102..e922f9c 100644 --- a/po/id.po +++ b/po/id.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-16 01:45+0200\n" "Last-Translator: jack.hakim@yahoo.com\n" "Language-Team: indonesian id@li.org\n" @@ -1857,10 +1857,8 @@ msgstr "Operasi"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8176,6 +8174,12 @@ msgid "Rename view to" msgstr "Ubah nama tabel menjadi "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/it.po b/po/it.po index e6e97bd..0c54a89 100644 --- a/po/it.po +++ b/po/it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-24 21:25+0200\n" "Last-Translator: Fabio fantonifabio@tiscali.it\n" "Language-Team: italian it@li.org\n" @@ -1839,12 +1839,8 @@ msgstr "Operazioni"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Impossibile caricare l'estensione %s,<br />prego controllare la " -"configurazione di PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8389,6 +8385,13 @@ msgid "Rename view to" msgstr "Rinomina la tabella in"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Impossibile caricare l'estensione %s,<br />prego controllare la " +#~ "configurazione di PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ja.po b/po/ja.po index 6e544cf..e8faba2 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 11:22+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: japanese jp@li.org\n" @@ -1875,12 +1875,8 @@ msgstr "操作"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] 拡張をロードできませ" -"ん。PHP の設定を確認してください"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8253,6 +8249,13 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] 拡張をロードできま" +#~ "せん。PHP の設定を確認してください" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ka.po b/po/ka.po index facbe14..c29d728 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: georgian ka@li.org\n" @@ -1895,12 +1895,8 @@ msgstr "მოქმედებები"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] გაფართოების ჩატვირთვა " -"შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8541,6 +8537,13 @@ msgid "Rename view to" msgstr "Rename table to"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] გაფართოების " +#~ "ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ko.po b/po/ko.po index 464d18b..0abf637 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-16 18:18+0200\n" "Last-Translator: cihar@nvyu.net\n" "Language-Team: korean ko@li.org\n" @@ -1801,12 +1801,8 @@ msgstr "테이블 작업"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] 확장모듈을 불러올 수 " -"없습니다. PHP 설정을 확인해주세요."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -7963,6 +7959,13 @@ msgid "Rename view to" msgstr "테이블 이름 바꾸기"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] 확장모듈을 불러올 " +#~ "수 없습니다. PHP 설정을 확인해주세요." + +#~ msgid "" #~ "Couldn't use the iconv, libiconv, or recode_string functions, although " #~ "the necessary extensions appear to be loaded. Check your PHP " #~ "configuration." diff --git a/po/lt.po b/po/lt.po index 93c8625..57923db 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-04-16 19:52+0200\n" "Last-Translator: Rytis rytis.s@gmail.com\n" "Language-Team: lithuanian lt@li.org\n" @@ -1878,12 +1878,8 @@ msgstr "Veiksmai"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Nepavyksta įkelti [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"plėtinio. Patikrinkite PHP nustatymus."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8208,6 +8204,13 @@ msgid "Rename view to" msgstr "Pervadinti lentelę į"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Nepavyksta įkelti [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "plėtinio. Patikrinkite PHP nustatymus." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/lv.po b/po/lv.po index 9dec6be..80a32bf 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: latvian lv@li.org\n" @@ -1872,11 +1872,8 @@ msgstr "Darbības"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8146,6 +8143,12 @@ msgid "Rename view to" msgstr "Pārsaukt tabulu uz"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/mk.po b/po/mk.po index e5f3418..846a9ef 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: macedonian_cyrillic mk@li.org\n" @@ -1877,12 +1877,8 @@ msgstr "Операции"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP " -"конфигурацијата"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8201,6 +8197,13 @@ msgid "Rename view to" msgstr "Промени го името на табелата во "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP " +#~ "конфигурацијата" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/mn.po b/po/mn.po index da2c64b..cd0f3d4 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: mongolian mn@li.org\n" @@ -1857,10 +1857,8 @@ msgstr "Үйлдлүүд"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8120,6 +8118,11 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ms.po b/po/ms.po index e953803..5635a79 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: malay ms@li.org\n" @@ -1865,9 +1865,7 @@ msgstr "Operasi"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/nb.po b/po/nb.po index 02de904..db0ba1a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-09 14:17+0200\n" "Last-Translator: sven.erik.andersen@gmail.com\n" "Language-Team: norwegian no@li.org\n" @@ -1814,11 +1814,8 @@ msgstr "Operasjoner"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-konfigurasjonen"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8330,6 +8327,13 @@ msgid "Rename view to" msgstr "Endre tabellens navn"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-" +#~ "konfigurasjonen" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/nl.po b/po/nl.po index a6c8789..6eb4eab 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-31 01:06+0200\n" "Last-Translator: Bjorn inbox@bjornroesbeke.be\n" "Language-Team: dutch nl@li.org\n" @@ -1863,12 +1863,8 @@ msgstr "Handelingen"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Kan de [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a%5D-extensie niet " -"laden. Controleer de PHP configuratie."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8636,6 +8632,13 @@ msgid "Rename view to" msgstr "Tabel hernoemen naar"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Kan de [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a%5D-extensie " +#~ "niet laden. Controleer de PHP configuratie." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 52c57e4..3388c16 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\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" @@ -1772,9 +1772,7 @@ msgstr ""
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, possible-php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/pl.po b/po/pl.po index cd56a71..ba910b3 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: polish pl@li.org\n" @@ -1901,11 +1901,8 @@ msgstr "Operacje"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"nie udało się załadować modułu %s,<br />proszę sprawdzić konfigurację PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8490,6 +8487,12 @@ msgid "Rename view to" msgstr "Zmień nazwę tabeli na"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "nie udało się załadować modułu %s,<br />proszę sprawdzić konfigurację PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/pt.po b/po/pt.po index de1c23a..e16f57e 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: portuguese pt@li.org\n" @@ -1875,12 +1875,8 @@ msgstr "Operações"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"não é possível carregar a extensão %s ;<br />verifique a configuração do PHP " -"por favor"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8115,6 +8111,13 @@ msgid "Rename view to" msgstr "Renomeia a tabela para "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "não é possível carregar a extensão %s ;<br />verifique a configuração do " +#~ "PHP por favor" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/pt_BR.po b/po/pt_BR.po index accae9e..11d2e81 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-07-13 23:58+0200\n" "Last-Translator: William Bachion william@bachiondesign.com\n" "Language-Team: brazilian_portuguese pt_BR@li.org\n" @@ -1893,10 +1893,8 @@ msgstr "Operações"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "não carregou extensão %s,<br />verifique a configurações do php" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8373,6 +8371,11 @@ msgid "Rename view to" msgstr "Renomear a tabela para "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "não carregou extensão %s,<br />verifique a configurações do php" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ro.po b/po/ro.po index 4ea772b..c5320ad 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-16 01:40+0200\n" "Last-Translator: ssuceveanu@yahoo.com\n" "Language-Team: romanian ro@li.org\n" @@ -1904,12 +1904,8 @@ msgstr "Operații"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"nu se poate încărca extensia %s,<br />vă rugăm să verificați configurația " -"PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8405,6 +8401,13 @@ msgid "Rename view to" msgstr "Redenumire tabel la"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "nu se poate încărca extensia %s,<br />vă rugăm să verificați configurația " +#~ "PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ru.po b/po/ru.po index e6498d0..94b7616 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:23+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: russian ru@li.org\n" @@ -1902,12 +1902,8 @@ msgstr "Операции"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Невозможно загрузить расширение [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s" -"[/em][/a]! Проверьте настройки PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8680,6 +8676,13 @@ msgid "Rename view to" msgstr "Переименовать таблицу в"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Невозможно загрузить расширение [a@http://php.net/%1$s@Documentation]" +#~ "[em]%1$s[/em][/a]! Проверьте настройки PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/si.po b/po/si.po index a44e7af..067bf84 100644 --- a/po/si.po +++ b/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: sinhala si@li.org\n" @@ -1886,12 +1886,8 @@ msgstr "මෙහෙයුම්"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8325,6 +8321,13 @@ msgid "Rename view to" msgstr "වගුව බවට නම වෙනස් කරන්න"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sk.po b/po/sk.po index a39c664..ba832ec 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:47+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: slovak sk@li.org\n" @@ -1894,10 +1894,8 @@ msgstr "Operácie"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "nedá sa nahrať rozšírenie %s, prosím skontrolujte konfiguráciu PHP" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8353,6 +8351,11 @@ msgid "Rename view to" msgstr "Premenovať tabuľku na"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "nedá sa nahrať rozšírenie %s, prosím skontrolujte konfiguráciu PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sl.po b/po/sl.po index f734639..06cd5ea 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-07-16 17:14+0200\n" "Last-Translator: Domen dbc334@gmail.com\n" "Language-Team: slovenian sl@li.org\n" @@ -1829,12 +1829,8 @@ msgstr "Operacije"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"Ne morem naložiti podaljška [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/" -"em][/a]. Prosim, preverite konfiguracijo PHP."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8364,6 +8360,13 @@ msgid "Rename view to" msgstr "Preimenuj pogled v"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "Ne morem naložiti podaljška [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s" +#~ "[/em][/a]. Prosim, preverite konfiguracijo PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sq.po b/po/sq.po index 5d12779..fb125d3 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-19 13:02+0200\n" "Last-Translator: Laurent laurenti@alblinux.net\n" "Language-Team: albanian sq@li.org\n" @@ -1863,11 +1863,8 @@ msgstr "Operacione"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8143,6 +8140,12 @@ msgid "Rename view to" msgstr "Riemërto tabelën në"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sr.po b/po/sr.po index 7c2d697..fee82f6 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:47+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: serbian_cyrillic sr@li.org\n" @@ -1893,11 +1893,8 @@ msgstr "Операције"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"не могу да учитам екстензију %s,<br />молим проверите PHP конфигурацију"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8347,6 +8344,12 @@ msgid "Rename view to" msgstr "Промени име табеле у "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "не могу да учитам екстензију %s,<br />молим проверите PHP конфигурацију" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sr@latin.po b/po/sr@latin.po index 13008a9..8b3e485 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:47+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: serbian_latin <sr@latin@li.org>\n" @@ -1893,11 +1893,8 @@ msgstr "Operacije"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8352,6 +8349,12 @@ msgid "Rename view to" msgstr "Promeni ime tabele u "
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/sv.po b/po/sv.po index 10bc955..28421d9 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:19+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: swedish sv@li.org\n" @@ -1896,11 +1896,8 @@ msgstr "Operationer"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8570,6 +8567,12 @@ msgid "Rename view to" msgstr "Döp om tabellen till"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ta.po b/po/ta.po index 97204e8..3e491aa 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-04-16 10:43+0200\n" "Last-Translator: Sutharshan sutharshan02@gmail.com\n" "Language-Team: Tamil ta@li.org\n" @@ -1818,9 +1818,7 @@ msgstr ""
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/te.po b/po/te.po index 6cfb2e8..cdeef6d 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-26 14:20+0200\n" "Last-Translator: veeven@gmail.com\n" "Language-Team: Telugu te@li.org\n" @@ -1848,9 +1848,7 @@ msgstr ""
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/th.po b/po/th.po index 959a8bb..cf145be 100644 --- a/po/th.po +++ b/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:19+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: thai th@li.org\n" @@ -1860,10 +1860,8 @@ msgstr "กระบวนการ"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8044,6 +8042,11 @@ msgid "Rename view to" msgstr "เปลี่ยนชื่อตารางเป็น"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/tr.po b/po/tr.po index 1c85148..cb3add0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-21 19:58+0200\n" "Last-Translator: Burak hitowerdigit@hotmail.com\n" "Language-Team: turkish tr@li.org\n" @@ -1818,12 +1818,8 @@ msgstr "İşlemler"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] uzantısı " -"yüklenemiyor. Lütfen PHP yapılandırmanızı kontrol edin."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8384,6 +8380,13 @@ msgid "Rename view to" msgstr "Görünümü yeniden şuna adlandır"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] uzantısı " +#~ "yüklenemiyor. Lütfen PHP yapılandırmanızı kontrol edin." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/tt.po b/po/tt.po index 46e9c0f..8c9b2c3 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-30 23:14+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: tatarish tt@li.org\n" @@ -1872,10 +1872,8 @@ msgstr "Eşkärtü"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr ""%s" yöklämäsen cibärep bulmadı,<br />PHP Caylawın tikşerçe" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8190,6 +8188,11 @@ msgid "Rename view to" msgstr "Tüşämä adın üzgärtü"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr ""%s" yöklämäsen cibärep bulmadı,<br />PHP Caylawın tikşerçe" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ug.po b/po/ug.po index 5442971..6084c68 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-07-21 06:37+0200\n" "Last-Translator: ablat7ihlim@yahoo.com.cn\n" "Language-Team: Uyghur ug@li.org\n" @@ -501,7 +501,6 @@ msgstr ""<i>%s</i>" نىڭ ئىزلەش نەتىجىسى %s:"
#: db_search.php:242 #, php-format -#| msgid "%s match(es) inside table <i>%s</i>" msgid "%s match inside table <i>%s</i>" msgid_plural "%s matches inside table <i>%s</i>" msgstr[0] "%s ئۇيغۇنلۇق تىپىلدى، جەدۋىلى <i>%s</i>" @@ -524,7 +523,6 @@ msgstr "ئۆچۈرۈش"
#: db_search.php:267 #, php-format -#| msgid "<b>Total:</b> <i>%s</i> match(es)" msgid "<b>Total:</b> <i>%s</i> match" msgid_plural "<b>Total:</b> <i>%s</i> matches" msgstr[0] "<b>جەمئىي:</b> <i>%s</i> ئوخشاشلىق" @@ -1779,9 +1777,7 @@ msgstr ""
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/uk.po b/po/uk.po index 0714f5a..03c5c3e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:19+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: ukrainian uk@li.org\n" @@ -1853,10 +1853,8 @@ msgstr "Операцій"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "не можу завантажити %s,<br />прошу перевірити конфігурацію PHP." +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8026,6 +8024,11 @@ msgid "Rename view to" msgstr ""
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "не можу завантажити %s,<br />прошу перевірити конфігурацію PHP." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/ur.po b/po/ur.po index 266bfd5..b96c292 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-05-14 12:35+0200\n" "Last-Translator: monymirza@gmail.com\n" "Language-Team: Urdu ur@li.org\n" @@ -1801,9 +1801,7 @@ msgstr ""
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 diff --git a/po/uz.po b/po/uz.po index 0c46114..d1946d2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: uzbek_cyrillic uz@li.org\n" @@ -1902,12 +1902,8 @@ msgstr "Операциялар"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] кенгайтмани юклаб " -"бўлмади! PHP конфигурациясини созланг."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8678,6 +8674,13 @@ msgid "Rename view to" msgstr "Кўриниш номини ўзгартириш"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] кенгайтмани юклаб " +#~ "бўлмади! PHP конфигурациясини созланг." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/uz@latin.po b/po/uz@latin.po index c4268b6..f5ab4e9 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: uzbek_latin <uz@latin@li.org>\n" @@ -1909,12 +1909,8 @@ msgstr "Operatsiyalar"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] kengaytmani yuklab " -"bo‘lmadi! PHP konfiguratsiyasini sozlang."
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8743,6 +8739,13 @@ msgid "Rename view to" msgstr "Ko‘rinish nomini o‘zgartirish"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "[a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] kengaytmani yuklab " +#~ "bo‘lmadi! PHP konfiguratsiyasini sozlang." + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/zh_CN.po b/po/zh_CN.po index 2801c60..13c6434 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-06-04 14:09+0200\n" "Last-Translator: shanyan baishui Siramizu@gmail.com\n" "Language-Team: chinese_simplified zh_CN@li.org\n" @@ -1786,12 +1786,8 @@ msgstr "操作"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." +msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -"无法加载 [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s (外链,英语)[/em][/a] " -"扩展,请检查您的 PHP 配置。"
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8055,6 +8051,13 @@ msgid "Rename view to" msgstr "将视图改名为"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "" +#~ "无法加载 [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s (外链,英语)[/em][/" +#~ "a] 扩展,请检查您的 PHP 配置。" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin." diff --git a/po/zh_TW.po b/po/zh_TW.po index 66612f0..a1dbe6f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-07-20 15:10+0200\n" +"POT-Creation-Date: 2010-07-21 08:57+0200\n" "PO-Revision-Date: 2010-03-12 09:15+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: chinese_traditional zh_TW@li.org\n" @@ -1863,10 +1863,8 @@ msgstr "管理"
#: libraries/core.lib.php:282 libraries/dbg/setup.php:21 #, php-format -msgid "" -"Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " -"extension. Please check your PHP configuration." -msgstr "無法讀取 %s 模組,<br />請檢查 PHP 設定" +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr ""
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21 #: libraries/export/sql.php:412 @@ -8093,6 +8091,11 @@ msgid "Rename view to" msgstr "將資料表改名為"
#~ msgid "" +#~ "Cannot load [a@http://php.net/%1$s@Documentation%5D%5Bem%5D%1$s%5B/em%5D%5B/a] " +#~ "extension. Please check your PHP configuration." +#~ msgstr "無法讀取 %s 模組,<br />請檢查 PHP 設定" + +#~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " #~ "conversion. Either configure PHP to enable these extensions or disable " #~ "charset conversion in phpMyAdmin."
hooks/post-receive