Updated translations. Ticket #347
This commit is contained in:
parent
f4350aed6b
commit
0b62513fea
|
@ -187,7 +187,7 @@ function update_button_palette_callback() {
|
|||
case 'background':
|
||||
|
||||
if(values['width'] < 1024 || values['height'] < 768){
|
||||
alert('Please min size recommend is 1024x768');
|
||||
alert('Min allowed size is 1024x768');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ $backgroundSizes = getimagesize(
|
|||
html_print_input_hidden('background_original_width', $backgroundSizes[0]);
|
||||
html_print_input_hidden('background_original_height', $backgroundSizes[1]);
|
||||
html_print_input_hidden('id_visual_console', $visualConsole['id']);
|
||||
html_print_input_hidden('message_size', __('Please min size recommend is 1024x768'));
|
||||
html_print_input_hidden('message_size', __('Min allowed size is 1024x768'));
|
||||
|
||||
|
||||
// Loading dialog
|
||||
|
|
|
@ -204,7 +204,7 @@ else{
|
|||
$table_styles->data[$row][1] .= " " . html_print_button(__("View"), 'custom_logo_preview', $open, '', 'class="sub camera"', true,false,$open,'visualmodal');
|
||||
$row++;
|
||||
|
||||
$table_styles->data[$row][0] = __('Custom logo (login)') . ui_print_help_icon("custom_logo_login", true);
|
||||
$table_styles->data[$row][0] = __('Custom logo (login)') . ui_print_help_icon("custom_logo", true);
|
||||
|
||||
if(enterprise_installed()) {
|
||||
$table_styles->data[$row][1] = html_print_select(
|
||||
|
|
|
@ -301,7 +301,7 @@ function config_update_config () {
|
|||
if (!config_update_value ('ad_start_tls', get_parameter ('ad_start_tls')))
|
||||
$error_update[] = __('Start TLS');
|
||||
if (!config_update_value ('ad_advanced_config', get_parameter ('ad_advanced_config')))
|
||||
$error_update[] = __('Advance Config AD');
|
||||
$error_update[] = __('Advanced Config AD');
|
||||
if (!config_update_value ('ad_domain', get_parameter ('ad_domain')))
|
||||
$error_update[] = __('Domain');
|
||||
if (!config_update_value ('ad_adv_perms', get_parameter ('ad_adv_perms')))
|
||||
|
|
Loading…
Reference in New Issue