Merge remote branch 'origin/gettext' into gettext
This commit is contained in:
@@ -49,6 +49,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ [lang] Turkish update, thanks to Burak Yavuz
|
||||
+ rfe #2963310 [interface] Focus TEXTAREA "sql_query" on click on "SQL" link
|
||||
+ [lang] Uzbek update, thanks to Orzu Samarqandiy
|
||||
+ rfe #2958013 [import] After import, also list uploaded filename, thanks
|
||||
to Pavel Konnikov and Herman van Rink
|
||||
|
||||
3.3.2.0 (not yet released)
|
||||
- patch #2969449 [core] Name for MERGE engine varies depending on the
|
||||
@@ -57,6 +59,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug #2967366 [Structure] Some results of Propose table structure are
|
||||
shown in hex
|
||||
- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY
|
||||
- [navi] Changed link to git repository on main page
|
||||
- bug #2972232 [menu] Import menu tab not present on main page
|
||||
|
||||
3.3.1.0 (2010-03-16)
|
||||
- bug #2941037 [core] Database structure not sorted by table correctly
|
||||
@@ -69,6 +73,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
thanks to Dieter Adriaenssens - ruleant
|
||||
- bug #2961198 [parser] Querying a table named "data"
|
||||
- bug #2931429 [structure] Editing long triggers
|
||||
- bug #2970769 [structure] Incorrect reference to mootools-more.js
|
||||
|
||||
3.3.0.0 (2010-03-07)
|
||||
+ rfe #2308632 [edit] Use hex for (var)binary fields,
|
||||
|
@@ -1115,7 +1115,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
|
||||
<span id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_view']</span> boolean
|
||||
</dt>
|
||||
<dd>
|
||||
Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view. Default value is true.
|
||||
Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. Default value is true.
|
||||
<br/><br/>
|
||||
</dd>
|
||||
|
||||
@@ -1124,7 +1124,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
|
||||
<span id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_table']</span> boolean
|
||||
</dt>
|
||||
<dd>
|
||||
Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table. Default value is true.
|
||||
Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. Default value is true.
|
||||
<br/><br/>
|
||||
</dd>
|
||||
|
||||
@@ -1132,7 +1132,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
|
||||
<span id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_drop_database']</span> boolean
|
||||
</dt>
|
||||
<dd>
|
||||
Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. Default value is true.
|
||||
Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database. Default value is true.
|
||||
<br/><br/>
|
||||
</dd>
|
||||
|
||||
|
@@ -411,9 +411,11 @@ if (!empty($id_bookmark) && $action_bookmark == 2) {
|
||||
$message->addParam($executed_queries);
|
||||
|
||||
$message->addString($import_notice);
|
||||
$message->addString('(' . $_FILES['import_file']['name'] . ')');
|
||||
} else {
|
||||
$message = PMA_Message::success('strImportSuccessfullyFinished');
|
||||
$message->addParam($executed_queries);
|
||||
$message->addString('(' . $_FILES['import_file']['name'] . ')');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -446,7 +446,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
|
||||
'CREATE DATABASE,ALTER DATABASE,DROP DATABASE';
|
||||
|
||||
/**
|
||||
* Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view.
|
||||
* Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
|
||||
*
|
||||
* @global bool $cfg['Servers'][$i]['tracking_add_drop_view']
|
||||
*/
|
||||
@@ -454,7 +454,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
|
||||
$cfg['Servers'][$i]['tracking_add_drop_view'] = true;
|
||||
|
||||
/**
|
||||
* Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table.
|
||||
* Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
|
||||
*
|
||||
* @global bool $cfg['Servers'][$i]['tracking_add_drop_table']
|
||||
*/
|
||||
@@ -462,7 +462,7 @@ $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
|
||||
$cfg['Servers'][$i]['tracking_add_drop_table'] = true;
|
||||
|
||||
/**
|
||||
* Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
|
||||
* Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
|
||||
*
|
||||
* @global bool $cfg['Servers'][$i]['tracking_add_drop_database']
|
||||
*/
|
||||
@@ -470,7 +470,7 @@ $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
|
||||
$cfg['Servers'][$i]['tracking_add_drop_database'] = true;
|
||||
|
||||
/**
|
||||
* Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
|
||||
* Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
|
||||
*
|
||||
* @global bool $cfg['Servers'][$i]['tracking_version_drop_database']
|
||||
*/
|
||||
|
@@ -87,9 +87,9 @@ $tabs['import']['icon'] = 'b_import.png';
|
||||
$tabs['import']['link'] = 'server_import.php';
|
||||
$tabs['import']['text'] = $strImport;
|
||||
|
||||
$tabs['import']['icon'] = 's_sync.png';
|
||||
$tabs['import']['link'] = 'server_synchronize.php';
|
||||
$tabs['import']['text'] = $strSynchronize;
|
||||
$tabs['synchronize']['icon'] = 's_sync.png';
|
||||
$tabs['synchronize']['link'] = 'server_synchronize.php';
|
||||
$tabs['synchronize']['text'] = $strSynchronize;
|
||||
|
||||
echo PMA_generate_html_tabs($tabs, array());
|
||||
unset($tabs);
|
||||
|
4
main.php
4
main.php
@@ -239,8 +239,8 @@ PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmi
|
||||
?>
|
||||
<li><bdo xml:lang="en" dir="ltr">
|
||||
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
||||
[<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/"
|
||||
target="_blank">Subversion</a>]
|
||||
[<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi"
|
||||
target="_blank">Git</a>]
|
||||
[<a href="http://sourceforge.net/mail/?group_id=23067"
|
||||
target="_blank">Lists</a>]
|
||||
</bdo>
|
||||
|
2
po/af.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: afrikaans <af@li.org>\n"
|
||||
|
2
po/ar.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: arabic <ar@li.org>\n"
|
||||
|
2
po/az.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: azerbaijani <az@li.org>\n"
|
||||
|
2
po/be.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: belarusian_cyrillic <be@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: belarusian_latin <be@latin@li.org>\n"
|
||||
|
2
po/bg.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bulgarian <bg@li.org>\n"
|
||||
|
2
po/bn.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bangla <bn@li.org>\n"
|
||||
|
2
po/bs.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bosnian <bs@li.org>\n"
|
||||
|
2
po/ca.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: catalan <ca@li.org>\n"
|
||||
|
4
po/cs.po
4
po/cs.po
@@ -3,14 +3,14 @@ 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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-19 01:24+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: czech <cs@li.org>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
|
||||
|
2
po/da.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: danish <da@li.org>\n"
|
||||
|
2
po/de.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 11:16+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: german <de@li.org>\n"
|
||||
|
2
po/el.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: greek <el@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 11:13+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: english-gb <en_GB@li.org>\n"
|
||||
|
2
po/es.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\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"
|
||||
|
2
po/et.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: estonian <et@li.org>\n"
|
||||
|
2
po/eu.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: basque <eu@li.org>\n"
|
||||
|
2
po/fa.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: persian <fa@li.org>\n"
|
||||
|
2
po/fi.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: finnish <fi@li.org>\n"
|
||||
|
2
po/fr.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 17:49+0200\n"
|
||||
"Last-Translator: <olivier.tetard@miskin.fr>\n"
|
||||
"Language-Team: french <fr@li.org>\n"
|
||||
|
2
po/gl.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: galician <gl@li.org>\n"
|
||||
|
2
po/he.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: hebrew <he@li.org>\n"
|
||||
|
2
po/hi.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: hindi <hi@li.org>\n"
|
||||
|
2
po/hr.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: croatian <hr@li.org>\n"
|
||||
|
2
po/hu.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: hungarian <hu@li.org>\n"
|
||||
|
8
po/id.po
8
po/id.po
@@ -3,14 +3,14 @@ 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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-18 17:15+0200\n"
|
||||
"Last-Translator: Azhari Harahap <azhari.harahap@yahoo.com>\n"
|
||||
"Language-Team: indonesian <id@li.org>\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
|
||||
@@ -348,8 +348,8 @@ msgid ""
|
||||
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
|
||||
"3.11[/a]"
|
||||
msgstr ""
|
||||
"Kemungkinan hanya perkiraan saja. Lihat "
|
||||
"[a@./Documentation.html#faq3_11@Dokumentasi]FAQ 3.11[/a]"
|
||||
"Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation."
|
||||
"html#faq3_11@Dokumentasi]FAQ 3.11[/a]"
|
||||
|
||||
#: libraries/messages.inc.php:70
|
||||
#, php-format
|
||||
|
2
po/it.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: italian <it@li.org>\n"
|
||||
|
2
po/ja.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\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"
|
||||
|
2
po/ka.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: georgian <ka@li.org>\n"
|
||||
|
2
po/ko.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: korean <ko@li.org>\n"
|
||||
|
2
po/lt.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: lithuanian <lt@li.org>\n"
|
||||
|
2
po/lv.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: latvian <lv@li.org>\n"
|
||||
|
2
po/mk.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: macedonian_cyrillic <mk@li.org>\n"
|
||||
|
2
po/mn.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: mongolian <mn@li.org>\n"
|
||||
|
2
po/ms.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: malay <ms@li.org>\n"
|
||||
|
9
po/nb.po
9
po/nb.po
@@ -3,14 +3,14 @@ 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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-17 16:27+0200\n"
|
||||
"Last-Translator: <sven.erik.andersen@gmail.com>\n"
|
||||
"Language-Team: norwegian <no@li.org>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
|
||||
@@ -3012,9 +3012,8 @@ msgid ""
|
||||
"Enable advanced features in configuration file (<code>config.inc.php</"
|
||||
"code>), for example by starting from <code>config.sample.inc.php</code>."
|
||||
msgstr ""
|
||||
"Slå på avansert funksjonalitet i konfigurasjonsfila "
|
||||
"(<code>config.inc.php</code>), f.eks. med eksempel fra "
|
||||
"<code>config.sample.inc.php</code>."
|
||||
"Slå på avansert funksjonalitet i konfigurasjonsfila (<code>config.inc.php</"
|
||||
"code>), f.eks. med eksempel fra <code>config.sample.inc.php</code>."
|
||||
|
||||
#: libraries/messages.inc.php:668
|
||||
msgid "Quick steps to setup advanced features:"
|
||||
|
2
po/nl.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 12:22+0200\n"
|
||||
"Last-Translator: <rink@initfour.nl>\n"
|
||||
"Language-Team: dutch <nl@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
2
po/pl.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: polish <pl@li.org>\n"
|
||||
|
2
po/pt.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: portuguese <pt@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:47+0200\n"
|
||||
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth@gmail.com>\n"
|
||||
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
|
||||
|
2
po/ro.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
|
||||
"Last-Translator: <ronaldinia@yahoo.com>\n"
|
||||
"Language-Team: romanian <ro@li.org>\n"
|
||||
|
2
po/ru.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: russian <ru@li.org>\n"
|
||||
|
2
po/si.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: sinhala <si@li.org>\n"
|
||||
|
2
po/sk.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: slovak <sk@li.org>\n"
|
||||
|
2
po/sl.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: slovenian <sl@li.org>\n"
|
||||
|
2
po/sq.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: albanian <sq@li.org>\n"
|
||||
|
2
po/sr.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: serbian_cyrillic <sr@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: serbian_latin <sr@latin@li.org>\n"
|
||||
|
2
po/sv.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: swedish <sv@li.org>\n"
|
||||
|
2
po/te.po
2
po/te.po
@@ -4,7 +4,7 @@
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
|
||||
"PO-Revision-Date: 2010-03-19 01:30+0200\n"
|
||||
|
2
po/th.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: thai <th@li.org>\n"
|
||||
|
2
po/tr.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: turkish <tr@li.org>\n"
|
||||
|
2
po/tt.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: tatarish <tt@li.org>\n"
|
||||
|
2
po/uk.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: ukrainian <uk@li.org>\n"
|
||||
|
2
po/uz.po
2
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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: uzbek_cyrillic <uz@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\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"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
|
||||
"PO-Revision-Date: 2010-03-18 06:49+0200\n"
|
||||
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
|
||||
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
|
||||
|
@@ -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-03-12 09:48+0100\n"
|
||||
"POT-Creation-Date: 2010-03-19 00:28+0100\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"
|
||||
|
@@ -35,37 +35,6 @@ shift
|
||||
branch=$1
|
||||
shift
|
||||
|
||||
# Create working copy
|
||||
mkdir -p release
|
||||
workdir=release/phpMyAdmin-$version
|
||||
if [ -d $workdir ] ; then
|
||||
echo "Working directory '$workdir' already exists, please move it out of way"
|
||||
exit 1
|
||||
fi
|
||||
git clone --local . $workdir
|
||||
cd $workdir
|
||||
|
||||
# Checkout branch
|
||||
git checkout $branch
|
||||
|
||||
# Check release version
|
||||
if ! grep -q "'PMA_VERSION', '$version'" libraries/Config.class.php ; then
|
||||
echo "There seems to be wrong version in libraries/Config.class.php!"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "phpMyAdmin $version - Documentation" Documentation.html ; then
|
||||
echo "There seems to be wrong version in Documentation.html"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "phpMyAdmin $version - Official translators" translators.html ; then
|
||||
echo "There seems to be wrong version in translators.html"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "Version $version\$" README ; then
|
||||
echo "There seems to be wrong version in README"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
cat <<END
|
||||
|
||||
Please ensure you have:
|
||||
@@ -88,6 +57,36 @@ if [ "$do_release" != 'y' ]; then
|
||||
exit 100
|
||||
fi
|
||||
|
||||
# Checkout branch
|
||||
git checkout $branch
|
||||
|
||||
# Check release version
|
||||
if ! grep -q "'PMA_VERSION', '$version'" libraries/Config.class.php ; then
|
||||
echo "There seems to be wrong version in libraries/Config.class.php!"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "phpMyAdmin $version - Documentation" Documentation.html ; then
|
||||
echo "There seems to be wrong version in Documentation.html"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "phpMyAdmin $version - Official translators" translators.html ; then
|
||||
echo "There seems to be wrong version in translators.html"
|
||||
exit 2
|
||||
fi
|
||||
if ! grep -q "Version $version\$" README ; then
|
||||
echo "There seems to be wrong version in README"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
# Create working copy
|
||||
mkdir -p release
|
||||
workdir=release/phpMyAdmin-$version
|
||||
if [ -d $workdir ] ; then
|
||||
echo "Working directory '$workdir' already exists, please move it out of way"
|
||||
exit 1
|
||||
fi
|
||||
git clone --local . $workdir
|
||||
cd $workdir
|
||||
|
||||
# Cleanup release dir
|
||||
LC_ALL=C date -u > RELEASE-DATE-${version}
|
||||
@@ -216,8 +215,8 @@ cat <<END
|
||||
Todo now:
|
||||
---------
|
||||
|
||||
1. tag the repository with the new revision number for a plain release
|
||||
or a release candidate:
|
||||
1. If not already done, tag the repository with the new revision number
|
||||
for a plain release or a release candidate:
|
||||
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
|
||||
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
|
||||
|
||||
|
@@ -13,7 +13,7 @@ require_once './libraries/common.inc.php';
|
||||
require_once './libraries/Table.class.php';
|
||||
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
$GLOBALS['js_include'][] = 'mootools-more.js';
|
||||
$GLOBALS['js_include'][] = 'mootools.js';
|
||||
require_once './libraries/header.inc.php';
|
||||
|
||||
// Check parameters
|
||||
|
Reference in New Issue
Block a user