Merge branch 'MAINT_3_4_0' into QA_3_4
This commit is contained in:
@@ -520,7 +520,7 @@ function showDetails(i, update_size, insert_size, remove_size, insert_index, rem
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//The table row css is being adjusted. Class "odd" for odd rows and "even" for even rows should be maintained.
|
//The table row css is being adjusted. Class "odd" for odd rows and "even" for even rows should be maintained.
|
||||||
for(index; index < table_rows.length; index++)
|
for(index = 0; index < table_rows.length; index++)
|
||||||
{
|
{
|
||||||
row_class_element = table_rows[index].getAttribute('class');
|
row_class_element = table_rows[index].getAttribute('class');
|
||||||
if (row_class_element == "even") {
|
if (row_class_element == "even") {
|
||||||
|
4
js/jquery/timepicker.js
vendored
4
js/jquery/timepicker.js
vendored
@@ -30,12 +30,12 @@ $.extend($.datepicker._defaults, {
|
|||||||
'altTimeField': '', // Selector for an alternate field to store time into
|
'altTimeField': '', // Selector for an alternate field to store time into
|
||||||
'hourText': 'Hour',
|
'hourText': 'Hour',
|
||||||
'minuteText': 'Minute',
|
'minuteText': 'Minute',
|
||||||
'secondText': 'Second',
|
'secondText': 'Second'
|
||||||
});
|
});
|
||||||
$.extend($.datepicker.regional[''], {
|
$.extend($.datepicker.regional[''], {
|
||||||
'hourText': 'Hour',
|
'hourText': 'Hour',
|
||||||
'minuteText': 'Minute',
|
'minuteText': 'Minute',
|
||||||
'secondText': 'Second',
|
'secondText': 'Second'
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -689,14 +689,14 @@ $(document).ready(function() {
|
|||||||
/**
|
/**
|
||||||
* Starting from some th, change the class of all td under it
|
* Starting from some th, change the class of all td under it
|
||||||
*/
|
*/
|
||||||
function PMA_changeClassForColumn($this_th, class) {
|
function PMA_changeClassForColumn($this_th, klass) {
|
||||||
// index 0 is the th containing the big T
|
// index 0 is the th containing the big T
|
||||||
var th_index = $this_th.index();
|
var th_index = $this_th.index();
|
||||||
// .eq() is zero-based
|
// .eq() is zero-based
|
||||||
th_index--;
|
th_index--;
|
||||||
var $tr_with_data = $this_th.closest('table').find('tbody tr ').has('td.data_inline_edit');
|
var $tr_with_data = $this_th.closest('table').find('tbody tr ').has('td.data_inline_edit');
|
||||||
$tr_with_data.each(function() {
|
$tr_with_data.each(function() {
|
||||||
$(this).find('td.data_inline_edit:eq('+th_index+')').toggleClass(class);
|
$(this).find('td.data_inline_edit:eq('+th_index+')').toggleClass(klass);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -11,10 +11,10 @@
|
|||||||
/**
|
/**
|
||||||
* Modify from controls when the "NULL" checkbox is selected
|
* Modify from controls when the "NULL" checkbox is selected
|
||||||
*
|
*
|
||||||
* @param string the MySQL field type
|
* @param theType string the MySQL field type
|
||||||
* @param string the urlencoded field name - OBSOLETE
|
* @param urlField string the urlencoded field name - OBSOLETE
|
||||||
* @param string the md5 hashed field name
|
* @param md5Field string the md5 hashed field name
|
||||||
* @param string the multi_edit row sequence number
|
* @param multi_edit string the multi_edit row sequence number
|
||||||
*
|
*
|
||||||
* @return boolean always true
|
* @return boolean always true
|
||||||
*/
|
*/
|
||||||
|
41
po/tr.po
41
po/tr.po
@@ -4,13 +4,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||||
"POT-Creation-Date: 2010-11-20 07:34-0500\n"
|
"POT-Creation-Date: 2010-11-20 07:34-0500\n"
|
||||||
"PO-Revision-Date: 2010-11-15 19:47+0200\n"
|
"PO-Revision-Date: 2010-11-21 20:13+0200\n"
|
||||||
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
||||||
"Language-Team: turkish <tr@li.org>\n"
|
"Language-Team: turkish <tr@li.org>\n"
|
||||||
|
"Language: tr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: tr\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Pootle 2.0.5\n"
|
"X-Generator: Pootle 2.0.5\n"
|
||||||
|
|
||||||
@@ -409,11 +409,11 @@ msgstr "Görüntülemek için en az bir sütun seçmelisiniz"
|
|||||||
|
|
||||||
#: db_qbe.php:182
|
#: db_qbe.php:182
|
||||||
msgid "Switch to"
|
msgid "Switch to"
|
||||||
msgstr ""
|
msgstr "Şuna değiştir"
|
||||||
|
|
||||||
#: db_qbe.php:186
|
#: db_qbe.php:186
|
||||||
msgid "visual builder"
|
msgid "visual builder"
|
||||||
msgstr ""
|
msgstr "görsel yaratıcı"
|
||||||
|
|
||||||
#: db_qbe.php:219 libraries/db_structure.lib.php:95
|
#: db_qbe.php:219 libraries/db_structure.lib.php:95
|
||||||
#: libraries/display_tbl.lib.php:860
|
#: libraries/display_tbl.lib.php:860
|
||||||
@@ -1100,7 +1100,7 @@ msgstr "Göstermek için sütun seçin"
|
|||||||
|
|
||||||
#: js/messages.php:98
|
#: js/messages.php:98
|
||||||
msgid "Add an option for column "
|
msgid "Add an option for column "
|
||||||
msgstr ""
|
msgstr "Sütun için bir seçenek ekle"
|
||||||
|
|
||||||
#: js/messages.php:101
|
#: js/messages.php:101
|
||||||
msgid "Generate password"
|
msgid "Generate password"
|
||||||
@@ -2869,15 +2869,14 @@ msgid "Changes tracking"
|
|||||||
msgstr "Değişiklikleri izleme"
|
msgstr "Değişiklikleri izleme"
|
||||||
|
|
||||||
#: libraries/config/messages.inc.php:202
|
#: libraries/config/messages.inc.php:202
|
||||||
#, fuzzy
|
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Tracking of changes made in database. Requires configured PMA database."
|
#| "Tracking of changes made in database. Requires configured PMA database."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
|
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
|
||||||
"storage."
|
"storage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"İzlenen değişiklikler veritabanında yapıldı. Yapılandırılmış PMA veritabanı "
|
"İzlenen değişiklikler veritabanında yapıldı. phpMyAdmin yapılandırma "
|
||||||
"gerekir."
|
"depolaması gerekir."
|
||||||
|
|
||||||
#: libraries/config/messages.inc.php:203
|
#: libraries/config/messages.inc.php:203
|
||||||
msgid "Customize export options"
|
msgid "Customize export options"
|
||||||
@@ -6949,10 +6948,9 @@ msgid "Import/Export coordinates for PDF schema"
|
|||||||
msgstr "PDF şeması için düzenlemeleri içe/dışa aktar"
|
msgstr "PDF şeması için düzenlemeleri içe/dışa aktar"
|
||||||
|
|
||||||
#: pmd_general.php:122
|
#: pmd_general.php:122
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Submit Query"
|
#| msgid "Submit Query"
|
||||||
msgid "Build Query"
|
msgid "Build Query"
|
||||||
msgstr "Sorguyu Gönder"
|
msgstr "Sorgu Yarat"
|
||||||
|
|
||||||
#: pmd_general.php:127
|
#: pmd_general.php:127
|
||||||
msgid "Move Menu"
|
msgid "Move Menu"
|
||||||
@@ -6975,42 +6973,36 @@ msgid "Delete relation"
|
|||||||
msgstr "Bağlantıyı sil"
|
msgstr "Bağlantıyı sil"
|
||||||
|
|
||||||
#: pmd_general.php:462 pmd_general.php:521
|
#: pmd_general.php:462 pmd_general.php:521
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Relation deleted"
|
#| msgid "Relation deleted"
|
||||||
msgid "Relation operator"
|
msgid "Relation operator"
|
||||||
msgstr "Bağlantı silindi"
|
msgstr "Bağlantı işletici"
|
||||||
|
|
||||||
#: pmd_general.php:472 pmd_general.php:531 pmd_general.php:654
|
#: pmd_general.php:472 pmd_general.php:531 pmd_general.php:654
|
||||||
#: pmd_general.php:771
|
#: pmd_general.php:771
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Export"
|
#| msgid "Export"
|
||||||
msgid "Except"
|
msgid "Except"
|
||||||
msgstr "Dışa Aktar"
|
msgstr "Hariç"
|
||||||
|
|
||||||
#: pmd_general.php:478 pmd_general.php:537 pmd_general.php:660
|
#: pmd_general.php:478 pmd_general.php:537 pmd_general.php:660
|
||||||
#: pmd_general.php:777
|
#: pmd_general.php:777
|
||||||
#, fuzzy
|
|
||||||
#| msgid "in query"
|
#| msgid "in query"
|
||||||
msgid "subquery"
|
msgid "subquery"
|
||||||
msgstr "sorgu içerisinde"
|
msgstr "alt sorgu"
|
||||||
|
|
||||||
#: pmd_general.php:482 pmd_general.php:578
|
#: pmd_general.php:482 pmd_general.php:578
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Rename view to"
|
#| msgid "Rename view to"
|
||||||
msgid "Rename to"
|
msgid "Rename to"
|
||||||
msgstr "Görünümü yeniden şuna adlandır"
|
msgstr "Yeniden şuna adlandır"
|
||||||
|
|
||||||
#: pmd_general.php:484 pmd_general.php:583
|
#: pmd_general.php:484 pmd_general.php:583
|
||||||
#, fuzzy
|
|
||||||
#| msgid "User name"
|
#| msgid "User name"
|
||||||
msgid "New name"
|
msgid "New name"
|
||||||
msgstr "Kullanıcı Adı"
|
msgstr "Yeni ad"
|
||||||
|
|
||||||
#: pmd_general.php:487 pmd_general.php:702
|
#: pmd_general.php:487 pmd_general.php:702
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Create"
|
#| msgid "Create"
|
||||||
msgid "Aggregate"
|
msgid "Aggregate"
|
||||||
msgstr "Oluştur"
|
msgstr "Topla"
|
||||||
|
|
||||||
#: pmd_general.php:489 pmd_general.php:509 pmd_general.php:631
|
#: pmd_general.php:489 pmd_general.php:509 pmd_general.php:631
|
||||||
#: pmd_general.php:644 pmd_general.php:707 pmd_general.php:761
|
#: pmd_general.php:644 pmd_general.php:707 pmd_general.php:761
|
||||||
@@ -7019,14 +7011,13 @@ msgid "Operator"
|
|||||||
msgstr "İşletici"
|
msgstr "İşletici"
|
||||||
|
|
||||||
#: pmd_general.php:812
|
#: pmd_general.php:812
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Table options"
|
#| msgid "Table options"
|
||||||
msgid "Active options"
|
msgid "Active options"
|
||||||
msgstr "Tablo seçenekleri"
|
msgstr "Aktif seçenekler"
|
||||||
|
|
||||||
#: pmd_help.php:26
|
#: pmd_help.php:26
|
||||||
msgid "To select relation, click :"
|
msgid "To select relation, click :"
|
||||||
msgstr "Bağlantıyı seçmek için buraya tıklayın :"
|
msgstr "Bağlantı seçmek için buraya tıklayın :"
|
||||||
|
|
||||||
#: pmd_help.php:28
|
#: pmd_help.php:28
|
||||||
msgid ""
|
msgid ""
|
||||||
|
11
po/zh_CN.po
11
po/zh_CN.po
@@ -4,13 +4,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||||
"POT-Creation-Date: 2010-11-20 07:34-0500\n"
|
"POT-Creation-Date: 2010-11-20 07:34-0500\n"
|
||||||
"PO-Revision-Date: 2010-11-04 05:16+0200\n"
|
"PO-Revision-Date: 2010-11-22 09:26+0200\n"
|
||||||
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
|
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
|
||||||
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
|
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: zh_CN\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Pootle 2.0.5\n"
|
"X-Generator: Pootle 2.0.5\n"
|
||||||
|
|
||||||
@@ -2817,13 +2817,12 @@ msgid "Changes tracking"
|
|||||||
msgstr "修改追踪"
|
msgstr "修改追踪"
|
||||||
|
|
||||||
#: libraries/config/messages.inc.php:202
|
#: libraries/config/messages.inc.php:202
|
||||||
#, fuzzy
|
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Tracking of changes made in database. Requires configured PMA database."
|
#| "Tracking of changes made in database. Requires configured PMA database."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
|
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
|
||||||
"storage."
|
"storage."
|
||||||
msgstr "追踪数据库的修改。需要设置 PMA 数据库。"
|
msgstr "追踪数据库的修改。需要 phpMyAdmin 高级功能。"
|
||||||
|
|
||||||
#: libraries/config/messages.inc.php:203
|
#: libraries/config/messages.inc.php:203
|
||||||
msgid "Customize export options"
|
msgid "Customize export options"
|
||||||
@@ -6578,14 +6577,14 @@ msgstr ""
|
|||||||
"好,请立即删除该文件夹。"
|
"好,请立即删除该文件夹。"
|
||||||
|
|
||||||
#: main.php:304
|
#: main.php:304
|
||||||
#, fuzzy, php-format
|
#, php-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "The phpMyAdmin configuration storage has been deactivated. To find out "
|
#| "The phpMyAdmin configuration storage has been deactivated. To find out "
|
||||||
#| "why click %shere%s."
|
#| "why click %shere%s."
|
||||||
msgid ""
|
msgid ""
|
||||||
"The phpMyAdmin configuration storage is not completely configured, some "
|
"The phpMyAdmin configuration storage is not completely configured, some "
|
||||||
"extended features have been deactivated. To find out why click %shere%s."
|
"extended features have been deactivated. To find out why click %shere%s."
|
||||||
msgstr "phpMyAdmin 高级功能尚未激活。要查出原因,请点击%s此处%s。"
|
msgstr "phpMyAdmin 高级功能未全部设置,部分功能不可用。要查出原因请%s点这里%s。"
|
||||||
|
|
||||||
#: main.php:319
|
#: main.php:319
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
for file in `find js -name '*.js' -not -name '*min.js'` ; do
|
for file in `find js -name '*.js' -not -name '*min.js'` ; do
|
||||||
mkdir -p sources/`dirname $file`
|
mkdir -p sources/`dirname $file`
|
||||||
mv $file sources/$file
|
mv $file sources/$file
|
||||||
java -jar ./scripts/google-javascript-compiler/compiler.jar --js sources/$file --js_output_file $file --compilation_level ADVANCED_OPTIMIZATIONS
|
java -jar ./scripts/google-javascript-compiler/compiler.jar --js sources/$file --js_output_file $file
|
||||||
done
|
done
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user