settings.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_maintenance_mode', "Wartungsmodus");
  25. define('OGP_LANG_maintenance_mode_info', "Deaktiviert das Panel für Normale Benutzer. Nur Administratoren können während der Wartung darauf zugreifen.");
  26. define('OGP_LANG_maintenance_title', "Wartungsmodus Titel");
  27. define('OGP_LANG_maintenance_title_info', "Der Titel, der während der Wartung für normale Benutzer angezeigt wird.");
  28. define('OGP_LANG_maintenance_message', "Wartungsmodus Nachricht");
  29. define('OGP_LANG_maintenance_message_info', "Die Meldung, die normale Benutzer während der Wartung angezeigt wird.");
  30. define('OGP_LANG_update_settings', "Einstellungen speichern");
  31. define('OGP_LANG_settings_updated', "Einstellungen erfolgreich aktualisiert.");
  32. define('OGP_LANG_panel_language', "Panel Sprache");
  33. define('OGP_LANG_panel_language_info', "Diese Sprache ist die Standart Sprache des Panels. Benutzer können Ihre eigene Sprache in Ihren Profil Einstellungen ändern.");
  34. define('OGP_LANG_page_auto_refresh', "Seite automatisch neuladen");
  35. define('OGP_LANG_page_auto_refresh_info', "Page Auto Refresh settings is mainly used in panel debugging. In normal usage this should be set to On.");
  36. define('OGP_LANG_smtp_server', "Ausgehender E-Mail Server");
  37. define('OGP_LANG_smtp_server_info', "This is the outgoing mail server (SMTP server) that is used, for example, to sent forgotten passwords to users, localhost by default.");
  38. define('OGP_LANG_panel_email_address', "Ausgehende E-Mail Adresse");
  39. define('OGP_LANG_panel_email_address_info', "This is the e-mail address that is in from field when passwords are sent to users.");
  40. define('OGP_LANG_panel_name', "Panel Name");
  41. define('OGP_LANG_panel_name_info', "Name of the Panel that is shown in the page title. This value will overrule all page titles, if it's not empty.");
  42. define('OGP_LANG_feed_enable', "LGSL Feed aktivieren");
  43. define('OGP_LANG_feed_enable_info', "If your webhost has a firewall which is blocking the query port, then you need to open the port manually.");
  44. define('OGP_LANG_feed_url', "Feed URL");
  45. define('OGP_LANG_feed_url_info', "GrayCube.com teilt einen LGSL-Feed auf der URL:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
  46. define('OGP_LANG_charset', "Zeichenkodierung");
  47. define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Overrides the character encoding defined in language files. Leave it blank to use language default.");
  48. define('OGP_LANG_steam_user', "Steam Nutzer");
  49. define('OGP_LANG_steam_user_info', "This user is needed to log in to steam for download some new games like CS:GO.");
  50. define('OGP_LANG_steam_pass', "Steam Passwort");
  51. define('OGP_LANG_steam_pass_info', "Legen Sie hier das Kennwort für das Steamkonto fest.");
  52. define('OGP_LANG_steam_guard', "Steam Guard");
  53. define('OGP_LANG_steam_guard_info', "Some users have steam guard activated to protect their accounts from hackers,<br>this code is sent to the account email when the first steam update is started.");
  54. define('OGP_LANG_smtp_port', "SMTP Port");
  55. define('OGP_LANG_smtp_port_info', "If SMTP port is not the default port (25) Enter the SMTP port here.");
  56. define('OGP_LANG_smtp_login', "SMTP Nutzer");
  57. define('OGP_LANG_smtp_login_info', "If your SMTP server requires authentication, enter your user name here.");
  58. define('OGP_LANG_smtp_passw', "SMTP Passwort");
  59. define('OGP_LANG_smtp_passw_info', "Wenn Sie kein Passwort setzen, wird die SMTP-Authentifizierung deaktiviert.");
  60. define('OGP_LANG_smtp_secure', "SMTP Sicherheit");
  61. define('OGP_LANG_smtp_secure_info', "Verwenden Sie SSL/TLS, um eine Verbindung zum SMTP Server herzustellen");
  62. define('OGP_LANG_time_zone', "Zeitzone");
  63. define('OGP_LANG_time_zone_info', "Sets the default timezone used by all date/time functions.");
  64. define('OGP_LANG_query_cache_life', "Query cache life");
  65. define('OGP_LANG_query_cache_life_info', "Sets the timeout in seconds before the server status is refreshed.");
  66. define('OGP_LANG_query_num_servers_stop', "Disable Game Server Queries After");
  67. define('OGP_LANG_query_num_servers_stop_info', "Use this setting to disable queries if a user owns more game servers than this amount specified to speed up panel loading.");
  68. define('OGP_LANG_editable_email', "Editable E-Mail Address");
  69. define('OGP_LANG_editable_email_info', "Select if users can edit their e-mail address or not.");
  70. define('OGP_LANG_old_dashboard_behavior', "Old Dashboard behavior");
  71. define('OGP_LANG_old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
  72. define('OGP_LANG_rsync_available', "Verfügbare Rsync Server");
  73. define('OGP_LANG_rsync_available_info', "Select what servers list will be shown in the rsync installation.");
  74. define('OGP_LANG_all_available_servers', "All available servers ( rsync_sites.list + rsync_sites_local.list )");
  75. define('OGP_LANG_only_remote_servers', "Only remote servers ( rsync_sites.list )");
  76. define('OGP_LANG_only_local_servers', "Only local servers ( rsync_sites_local.list )");
  77. define('OGP_LANG_header_code', "Header code");
  78. define('OGP_LANG_header_code_info', "Here you can write your own header code (like HTML code, Embed Code etc.) without editing the theme layout.");
  79. define('OGP_LANG_support_widget_title', "Support widget title");
  80. define('OGP_LANG_support_widget_title_info', "A custom title for the support widget in the Dashboard.");
  81. define('OGP_LANG_support_widget_content', "Support widget content");
  82. define('OGP_LANG_support_widget_content_info', "The content of the support widget (HTML code allowed).");
  83. define('OGP_LANG_support_widget_link', "Support widget link");
  84. define('OGP_LANG_support_widget_link_info', "The URL of your support site.");
  85. define('OGP_LANG_recaptcha_site_key', "Recaptcha Site Key");
  86. define('OGP_LANG_recaptcha_site_key_info', "The site key provided to you by Google.");
  87. define('OGP_LANG_recaptcha_secret_key', "Recaptcha Secret Key");
  88. define('OGP_LANG_recaptcha_secret_key_info', "The secret key provided to you by Google.");
  89. define('OGP_LANG_recaptcha_use_login', "Use Recaptcha on Login");
  90. define('OGP_LANG_recaptcha_use_login_info', "If enabled, users will have to solve the Not a Robot Recaptcha when attempting to login.");
  91. define('OGP_LANG_login_attempts_before_banned', "Number of failed login attempts before user is banned");
  92. define('OGP_LANG_login_attempts_before_banned_info', "If a user tries to login with invalid credentials more than this many times, the user will be banned temporarily by the panel.");
  93. define('OGP_LANG_custom_github_update_username', "GitHub update Nutzername");
  94. define('OGP_LANG_custom_github_update_username_info', "Enter your GitHub username ONLY to use your own forked repositories to update OGP. This should only be changed by developers who wish to use their own repos for development rather than checking in possibly buggy code into the main branch.");
  95. define('OGP_LANG_remote_query', "Remote query");
  96. define('OGP_LANG_remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
  97. define('OGP_LANG_check_expiry_by', "Check expiration using");
  98. define('OGP_LANG_check_expiry_by_info', "If set to once_logged_in, the user's game server assignments will be automatically deleted if past the expiration date. If set to cron_job, you will need to create a cron task using the cron module to check for the expiration date at a configured interval.");
  99. define('OGP_LANG_once_logged_in', "Once Logged In");
  100. define('OGP_LANG_cron_job', "Cronjob");
  101. define('OGP_LANG_theme_settings', "Theme Einstellungen");
  102. define('OGP_LANG_theme', "Theme");
  103. define('OGP_LANG_theme_info', "Theme selected here will be the default theme for all users. Users can change their theme from their profile page.");
  104. define('OGP_LANG_welcome_title', "Welcome Title");
  105. define('OGP_LANG_welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
  106. define('OGP_LANG_welcome_title_message', "Welcome Title Message");
  107. define('OGP_LANG_welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
  108. define('OGP_LANG_logo_link', "Logos Link");
  109. define('OGP_LANG_logo_link_info', "The logos hyperlink. <b style='font-size:10px; font-weight:normal;'>(Leaving it blank will link it to the Dashboard)</b>");
  110. define('OGP_LANG_custom_tab', "Custom Tab");
  111. define('OGP_LANG_custom_tab_info', "Adds a customisable tab at the end of the menu. <b style='font-size:10px; font-weight:normal;'>(Apply and refresh this page to edit tab settings)</b>");
  112. define('OGP_LANG_custom_tab_name', "Custom Tab Name");
  113. define('OGP_LANG_custom_tab_name_info', "The tabs display name.");
  114. define('OGP_LANG_custom_tab_link', "Custom Tab Link");
  115. define('OGP_LANG_custom_tab_link_info', "The tabs hyperlink.");
  116. define('OGP_LANG_custom_tab_sub', "Custom Sub-Tabs");
  117. define('OGP_LANG_custom_tab_sub_info', "Adds customisable sub-tabs when hovering over the 'Custom Tab'.");
  118. define('OGP_LANG_custom_tab_sub_name', "Sub-Tab #1 Name");
  119. define('OGP_LANG_custom_tab_sub_link', "Sub-Tab #1 Link");
  120. define('OGP_LANG_custom_tab_sub_name2', "Sub-Tab #2 Name");
  121. define('OGP_LANG_custom_tab_sub_link2', "Sub-Tab #2 Link");
  122. define('OGP_LANG_custom_tab_sub_name3', "Sub-Tab #3 Name");
  123. define('OGP_LANG_custom_tab_sub_link3', "Sub-Tab #3 Link");
  124. define('OGP_LANG_custom_tab_sub_name4', "Sub-Tab #4 Name");
  125. define('OGP_LANG_custom_tab_sub_link4', "Sub-Tab #4 Link");
  126. define('OGP_LANG_custom_tab_target_blank', "Custom Tabs Target");
  127. define('OGP_LANG_custom_tab_target_blank_info', "Sets all the tabs target. <b style='font-size:10px; font-weight:normal;'>(Self_Page = Opens link on same page. New_Page = Opens link on new tab.)</b>");
  128. define('OGP_LANG_bg_wrapper', "Wrapper Hintergrund");
  129. define('OGP_LANG_bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
  130. define('OGP_LANG_show_server_id_game_monitor', "Show Server IDs on Game Monitor page");
  131. define('OGP_LANG_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.");
  132. define('OGP_LANG_default_game_server_home_path_prefix', "Default game server home directory prefix");
  133. define('OGP_LANG_default_game_server_home_path_prefix_info', "Enter a path prefix for where you want game server homes to be created by default. You can use \"{USERNAME}\" in the path which will be replaced with the OGP username the game server is being assigned to. You can use \"{GAMEKEY}\" in the path which will be replaced with a friendly lowercase name. You can use \"{SKIPID}\" anywhere in the path to skip appending the home ID to the path. Example: /ogp/games/{USERNAME}/{GAMEKEY}{SKIPID} will become /ogp/games/username/arkse/. Example 2: /ogp/games will become /ogp/games/1 where 1 is the game servers ID.");
  134. define('OGP_LANG_setup_api_authorized_hosts', "Setup API authorized hosts");
  135. define('OGP_LANG_autohorized_hosts', "Authorized hosts");
  136. define('OGP_LANG_add', "Add");
  137. define('OGP_LANG_remove', "Remove");
  138. define('OGP_LANG_default_trusted_hosts', "Default Trusted Hosts");
  139. define('OGP_LANG_trusted_host_or_proxy_addresses_or_cidr', "Trusted Hosts or Proxies (IPv4/IPv6 Addresses or CIDR)");
  140. define('OGP_LANG_trusted_forwarded_ip_addresses_or_cidr', "Trusted Forwarded IPs (IPv4/IPv6 Addresses or CIDR)");
  141. ?>