#91 Some UI updates for multilanguage custom field support
This commit is contained in:
parent
16606f75b9
commit
a003a9d89f
@ -1833,6 +1833,9 @@ if ( defined('HESK_DEMO') )
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blankSpace"></div>
|
||||
<h6 style="font-weight: bold"><?php echo $hesklang['tab_4']; ?></h6>
|
||||
<div class="footerWithBorder blankSpace"></div>
|
||||
<div class="form-group">
|
||||
<label for="custom-field-setting" class="col-sm-4 col-xs-12 control-label">
|
||||
<?php echo $hesklang['custom_field_setting']; ?>
|
||||
|
@ -27,9 +27,9 @@ $hesklang['date_custom_field_text'] = 'No options for this custom field type.';
|
||||
$hesklang['multiple_select_custom_field'] = 'Multiple Select box';
|
||||
$hesklang['multiple_select_custom_field_text'] = 'Options for this multi-select box, enter one option per line (each line will be a choice your customers can choose from). You need to enter at least two options!';
|
||||
$hesklang['date_format'] = 'Date must be in YYYY-MM-DD format.';
|
||||
$hesklang['custom_field_setting'] = 'Use language file for custom field names';
|
||||
$hesklang['custom_field_setting'] = 'Multilanguage support';
|
||||
$hesklang['custom_field_setting_help'] = 'Enabling this setting will use the name of the custom field as the language file\'s key, rather than the direct name itself. This will allow for translatable custom field.';
|
||||
$hesklang['enable_custom_field_language'] = 'Enable';
|
||||
$hesklang['enable_custom_field_language'] = 'Enable multilanguage support';
|
||||
|
||||
// ADDED OR MODIFIED IN Mods For HESK 1.6.0
|
||||
$hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved';
|
||||
|
Loading…
x
Reference in New Issue
Block a user