Localized missing keys

inline-attachment-viewing
Mike Koch 7 years ago
parent 29d72b9c0e
commit 06b23e5459

@ -115,6 +115,7 @@ if ($hesk_settings['attachments']['use'] && !defined('HESK_DEMO')) {
// Check max post size
$tmp = @ini_get('post_max_size');
var_dump($tmp);
if ($tmp) {
$last = strtoupper(substr($tmp, -1));
@ -3527,7 +3528,7 @@ $modsForHesk_settings = mfh_getSettings();
</div>
</div>
<div class="box-body">
<h4>Common Properties</h4>
<h4><?php echo $hesklang['common_properties']; ?></h4>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="form-group">
@ -3548,7 +3549,7 @@ $modsForHesk_settings = mfh_getSettings();
</div>
</div>
<h4>Customer View</h4>
<h4><?php echo $hesklang['customer_view']; ?></h4>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="form-group">
@ -3731,7 +3732,7 @@ $modsForHesk_settings = mfh_getSettings();
</div>
</div>
</div>
<h4>Admin Panel</h4>
<h4><?php echo $hesklang['admin_panel']; ?></h4>
<div class="row">
<div class="col-xs-12">
<div class="form-group">

@ -80,6 +80,9 @@ $hesklang['font_icon'] = 'Font Icon';
$hesklang['error_saving_custom_nav_element'] = 'Error saving custom nav element!';
$hesklang['place_help'] = 'The location of the custom navigation element.';
$hesklang['url_help'] = 'The URL where the user should be taken to. Both relative and absolute URLs are supported.';
$hesklang['common_properties'] = 'Common Properties';
$hesklang['customer_view'] = 'Customer View';
$hesklang['admin_panel'] = 'Admin Panel';
// ADDED OR MODIFIED IN Mods for HESK 3.0.0
$hesklang['you_have_x_messages'] = 'You have %s new %s'; // %s: Number of new messages, "message" or "messages", depending on #

Loading…
Cancel
Save