diff --git a/templates/settings/admin-form.php b/templates/settings/admin-form.php index 81e076e..5a4e149 100644 --- a/templates/settings/admin-form.php +++ b/templates/settings/admin-form.php @@ -41,6 +41,9 @@ $choicesSizes = [ $labelShowHideApps = 'Show and hide the list of applications'; $labelReset = 'Reset to default'; +$labelWithCategories = 'With categories'; +$labelBigMenu = 'Big menu'; +$labelAlwaysDisplayed = 'Always displayed'; ?>
@@ -75,7 +78,7 @@ $labelReset = 'Reset to default';

@@ -84,12 +87,12 @@ $labelReset = 'Reset to default'; data-alwaysdiplayed="0" data-bigmenu="0" data-sidewithcategories="1" - src="" alt="t('With categories')); ?>"> + src="" alt="t($labelWithCategories)); ?>">

@@ -98,12 +101,12 @@ $labelReset = 'Reset to default'; data-alwaysdiplayed="0" data-bigmenu="1" data-sidewithcategories="0" - src="" alt="t('Big menu')); ?>"> + src="" alt="t($labelBigMenu)); ?>">

t('Not compatible with touch screens.')); ?>

@@ -113,7 +116,7 @@ $labelReset = 'Reset to default'; data-alwaysdiplayed="1" data-bigmenu="0" data-sidewithcategories="0" - src="" alt="t('Always displayed')); ?>"> + src="" alt="t($labelAlwaysDisplayed)); ?>">

t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>
@@ -339,9 +342,9 @@ $labelReset = 'Reset to default';
t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>

@@ -534,9 +537,9 @@ $labelReset = 'Reset to default';

t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>
@@ -675,8 +678,8 @@ $labelReset = 'Reset to default'; t('Apps that should not be displayed in the menu')); ?>
- t('With categories')); ?> - t('Big menu')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?>
@@ -799,9 +802,9 @@ $labelReset = 'Reset to default';
t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>
@@ -878,9 +881,9 @@ $labelReset = 'Reset to default';
t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>
@@ -924,8 +927,8 @@ $labelReset = 'Reset to default';
- t('With categories')); ?> - t('Big menu')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?>
@@ -1040,9 +1043,9 @@ $labelReset = 'Reset to default';
t('Default')); ?> - t('With categories')); ?> - t('Big menu')); ?> - t('Always displayed')); ?> + t($labelWithCategories)); ?> + t($labelBigMenu)); ?> + t($labelAlwaysDisplayed)); ?>