rocco27 8 лет назад
Родитель
Сommit
f72ef861e5

+ 1 - 1
lang/English/global.php

@@ -109,7 +109,7 @@ define('version', "Version");
 define('show_version', "Show Version");
 define('queries_executed', "queries executed");
 define('lang', "Language");
-define('get_size', "Get size");
+define('get_size', "Show Size");
 define('total_size', "Total size");
 define('lgsl', "LGSL");
 define('lgsl_admin', "LGSL Admin");

+ 6 - 6
lang/English/modules/settings.php

@@ -69,8 +69,8 @@ define('query_num_servers_stop_info', "Use this setting to disable queries if a
 define('editable_email', "Editable E-Mail Address");
 define('editable_email_info', "Select if users can edit their e-mail address or not.");
 define('old_dashboard_behavior', "Old Dashboard behavior");
-define('old_dashboard_behavior_info', "The old Dashboard was running slower but shows more server information, current players and map.");
-define('rsync_available', "Available rsync servers");
+define('old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
+define('rsync_available', "Available Rsync servers");
 define('rsync_available_info', "Select what servers list will be shown in the rsync installation.");
 define('all_available_servers', "All available servers ( rsync_sites.list + rsync_sites_local.list )");
 define('only_remote_servers', "Only remote servers ( rsync_sites.list )");
@@ -80,7 +80,7 @@ define('header_code_info', "Here you can write your own header code (like HTML c
 define('support_widget_title', "Support widget title");
 define('support_widget_title_info', "A custom title for the support widget in the Dashboard.");
 define('support_widget_content', "Support widget content");
-define('support_widget_content_info', "The content of the support widget, you can use HTML code.");
+define('support_widget_content_info', "The content of the support widget (HTML code allowed).");
 define('support_widget_link', "Support widget link");
 define('support_widget_link_info', "The URL of your support site.");
 define('recaptcha_site_key', "Recaptcha Site Key");
@@ -103,9 +103,9 @@ define('theme_settings', "Theme Settings");
 define('theme', "Theme");
 define('theme_info', "Theme selected here will be the default theme for all users. Users can change their theme from their profile page.");
 define('welcome_title', "Welcome Title");
-define('welcome_title_info', "Enables the title that is displayed at the top of the dashboard.");
+define('welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
 define('welcome_title_message', "Welcome Title Message");
-define('welcome_title_message_info', "The title message that is displayed at the top of the dashboard (html allowed).");
+define('welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
 define('logo_link', "Logos Link");
 define('logo_link_info', "The logos hyperlink. <b style='font-size:10px; font-weight:normal;'>(Leaving it blank will link it to the Dashboard)</b>");
 define('custom_tab', "Custom Tab");
@@ -130,4 +130,4 @@ define('bg_wrapper', "Wrapper Background");
 define('bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
 define('show_server_id_game_monitor', "Show Server IDs on Game Monitor page");
 define('show_server_id_game_monitor_info', "Show the game server ID column on the Game Monitor for matching up files created by the Agent to the actual game server.");
-?>
+?>

+ 1 - 1
lang/English/modules/user_games.php

@@ -138,7 +138,7 @@ define('assigned_homes', "Currently Assigned Homes");
 define('assign', "Assign");
 define('allow_updates', "Allow Game Updates");
 define('allow_updates_info', "Allows user to update the game installation if that is possible.");
-define('allow_file_management', "File Management");
+define('allow_file_management', "Allow File Management");
 define('allow_file_management_info', "Allows user to access the game server with file management modules.");
 define('allow_parameter_usage', "Allow Parameter Usage");
 define('allow_parameter_usage_info', "Allows user to change available command line parameters.");