Просмотр исходного кода

Correct translation string for setting default user language

Kristan Kenney 5 лет назад
Родитель
Сommit
1075350c2c
5 измененных файлов с 15 добавлено и 1 удалено
  1. 4 0
      web/inc/i18n/de.php
  2. 3 0
      web/inc/i18n/en.php
  3. 4 0
      web/inc/i18n/fr.php
  4. 3 0
      web/inc/i18n/it.php
  5. 1 1
      web/templates/admin/edit_server.html

+ 4 - 0
web/inc/i18n/de.php

@@ -846,4 +846,8 @@ $LANG['de'] = array(
     
     
     //header
     //header
     'Hestia Control Panel' => 'Hestia Control Panel',
     'Hestia Control Panel' => 'Hestia Control Panel',
+
+    // Set default language
+    'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Als Standardsprache für alle Benutzer festlegen',
+    
 );
 );

+ 3 - 0
web/inc/i18n/en.php

@@ -849,4 +849,7 @@ $LANG['en'] = array(
     //header
     //header
     'Hestia Control Panel' => 'Hestia Control Panel',
     'Hestia Control Panel' => 'Hestia Control Panel',
 
 
+    // Set default language
+    'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Set as default language for all users',
+    
 );
 );

+ 4 - 0
web/inc/i18n/fr.php

@@ -851,5 +851,9 @@ $LANG['fr'] = array(
     
     
     //header
     //header
     'Hestia Control Panel' => 'Hestia Control Panel',
     'Hestia Control Panel' => 'Hestia Control Panel',
+    
+    // Set default language
+    'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Définir comme langue par défaut pour tous les utilisateurs',
+    
 
 
 );
 );

+ 3 - 0
web/inc/i18n/it.php

@@ -848,4 +848,7 @@ $LANG['it'] = array(
     //header
     //header
     'Hestia Control Panel' => 'Hestia Control Panel',
     'Hestia Control Panel' => 'Hestia Control Panel',
 
 
+    // Set default language
+    'SYSTEM_SET_DEFAULT_LANGUAGE' => 'Imposta come lingua predefinita per tutti gli utenti',
+    
 );
 );

+ 1 - 1
web/templates/admin/edit_server.html

@@ -147,7 +147,7 @@
                                         </tr>
                                         </tr>
                                         <tr>
                                         <tr>
                                         <td class="vst-text input-label">
                                         <td class="vst-text input-label">
-                                                <label><input type="checkbox" size="20" class="vst-checkbox" name="v_language_update"><?php print __('update');?> <?php print __('Users');?> <?php print __('Default Language');?></label>
+                                                <label><input type="checkbox" size="20" class="vst-checkbox" name="v_language_update"><?php print __('SYSTEM_SET_DEFAULT_LANGUAGE');?></label>
                                                 <br><br>
                                                 <br><br>
                                             </td>
                                             </td>
                                         </tr>
                                         </tr>