Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
This commit is contained in:
commit
41e0d5cc53
@ -14,6 +14,8 @@ if (!function_exists('__')) {
|
||||
die('Bad invocation!');
|
||||
}
|
||||
|
||||
$strConfigAjaxEnable_desc = __('Improves efficiency of screen refresh');
|
||||
$strConfigAjaxEnable_name = __('Enable Ajax');
|
||||
$strConfigAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
|
||||
$strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
|
||||
$strConfigAllowThirdPartyFraming_desc = __('Enabling this allows a page located on a different domain to call phpMyAdmin inside a frame, and is a potential [strong]security hole[/strong] allowing cross-frame scripting attacks');
|
||||
|
||||
@ -120,6 +120,7 @@ $forms['Features']['Developer'] = array(
|
||||
'Error_Handler/gather',
|
||||
'DBG/sql');
|
||||
$forms['Features']['Other_core_settings'] = array(
|
||||
'AjaxEnable',
|
||||
'NaturalOrder',
|
||||
'InitialSlidersState',
|
||||
'ErrorIconic',
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
|
||||
$forms = array();
|
||||
$forms['Features']['General'] = array(
|
||||
'AjaxEnable',
|
||||
'NaturalOrder',
|
||||
'InitialSlidersState',
|
||||
'ErrorIconic',
|
||||
|
||||
1703
po/be@latin.po
1703
po/be@latin.po
File diff suppressed because it is too large
Load Diff
1712
po/en_GB.po
1712
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1701
po/phpmyadmin.pot
1701
po/phpmyadmin.pot
File diff suppressed because it is too large
Load Diff
1757
po/pt_BR.po
1757
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1741
po/sr@latin.po
1741
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1706
po/uz@latin.po
1706
po/uz@latin.po
File diff suppressed because it is too large
Load Diff
1706
po/zh_CN.po
1706
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1717
po/zh_TW.po
1717
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user