Skip to content

Commit 1075350

Browse files
author
Kristan Kenney
committed
Correct translation string for setting default user language
1 parent 2bbf70e commit 1075350

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

web/inc/i18n/de.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,4 +846,8 @@
846846

847847
//header
848848
'Hestia Control Panel' => 'Hestia Control Panel',
849+
850+
// Set default language
851+
'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Als Standardsprache für alle Benutzer festlegen',
852+
849853
);

web/inc/i18n/en.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,4 +849,7 @@
849849
//header
850850
'Hestia Control Panel' => 'Hestia Control Panel',
851851

852+
// Set default language
853+
'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Set as default language for all users',
854+
852855
);

web/inc/i18n/fr.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,5 +851,9 @@
851851

852852
//header
853853
'Hestia Control Panel' => 'Hestia Control Panel',
854+
855+
// Set default language
856+
'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Définir comme langue par défaut pour tous les utilisateurs',
857+
854858

855859
);

web/inc/i18n/it.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,4 +848,7 @@
848848
//header
849849
'Hestia Control Panel' => 'Hestia Control Panel',
850850

851+
// Set default language
852+
'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Imposta come lingua predefinita per tutti gli utenti',
853+
851854
);

web/templates/admin/edit_server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
</tr>
148148
<tr>
149149
<td class="vst-text input-label">
150-
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_language_update"><?php print __('update');?> <?php print __('Users');?> <?php print __('Default Language');?></label>
150+
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_language_update"><?php print __('SYSTEM_SET_DEFAULT_LANGUAGE');?></label>
151151
<br><br>
152152
</td>
153153
</tr>

0 commit comments

Comments
 (0)