force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
30
ControlPanel/lang/Finnish(Finland)/modules/dsi.php
Executable file
30
ControlPanel/lang/Finnish(Finland)/modules/dsi.php
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_dsi_long', "Dynaaminen palvelimen kuva");
|
||||
define('OGP_LANG_dsi_select_server', "Valitse palvelin avattavasta luettelosta");
|
||||
define('OGP_LANG_dsi_admin_long', "Dynaaminen palvelimen kuva-asetukset");
|
||||
define('OGP_LANG_dsi_list', "Dynaamisen palvelimen kuva-luettelo");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Tilillesi ei ole määritetty palvelimia.");
|
||||
?>
|
||||
17
ControlPanel/lang/Finnish(Finland)/modules/editconfigfiles.php
Executable file
17
ControlPanel/lang/Finnish(Finland)/modules/editconfigfiles.php
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "Configuration Files");
|
||||
define('OGP_LANG_editing_file', "Editing File");
|
||||
define('OGP_LANG_no_server_specfied', "No Server ID specified - can't list any configuration files.");
|
||||
define('OGP_LANG_no_home', "You don't have access to the given Server ID.");
|
||||
define('OGP_LANG_no_configs_for_game', "This has no configuration files defined.");
|
||||
define('OGP_LANG_name', "Name");
|
||||
define('OGP_LANG_no_description', "No Description");
|
||||
define('OGP_LANG_description', "Description");
|
||||
define('OGP_LANG_invalid_file', "The specified file may not be edited.");
|
||||
define('OGP_LANG_wrote_changes', "Successfully saved the file.");
|
||||
define('OGP_LANG_failed_write', "Failed to save the file.");
|
||||
define('OGP_LANG_failed_read', "Failed to read the file.");
|
||||
define('OGP_LANG_save', "Save");
|
||||
define('OGP_LANG_go_back', "Go Back");
|
||||
define('OGP_LANG_new_file', "New File");
|
||||
74
ControlPanel/lang/Finnish(Finland)/modules/fast_download.php
Executable file
74
ControlPanel/lang/Finnish(Finland)/modules/fast_download.php
Executable file
|
|
@ -0,0 +1,74 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_create_alias', "Create alias and folder");
|
||||
define('OGP_LANG_save_as', "Save As");
|
||||
define('OGP_LANG_failure', "Error, failed to generate the alias file");
|
||||
define('OGP_LANG_success', "Success");
|
||||
define('OGP_LANG_fast_download_service_for', "Downloads redirection service for %s");
|
||||
define('OGP_LANG_to_the_path', "To the path");
|
||||
define('OGP_LANG_at_url', "at URL");
|
||||
define('OGP_LANG_create_alias_for', "Create alias for");
|
||||
define('OGP_LANG_fast_dl', "Redirecting downloads (FastDL)");
|
||||
define('OGP_LANG_current_aliases_at_remote_server', "Current aliases at remote server");
|
||||
define('OGP_LANG_delete_selected_aliases', "Delete selected aliases");
|
||||
define('OGP_LANG_no_aliases_defined', "There are no web aliases defined by OGP for this remote server yet.");
|
||||
define('OGP_LANG_fastdl_port', "Port");
|
||||
define('OGP_LANG_fastdl_port_info', "Port on which your Fast Download Daemon will start.");
|
||||
define('OGP_LANG_fastdl_ip', "Address");
|
||||
define('OGP_LANG_fastdl_ip_info', "The IP address or domain in which your Fast Download server will start, the domain must to be listed at /etc/hosts.");
|
||||
define('OGP_LANG_listing', "Listing");
|
||||
define('OGP_LANG_listing_info', "If 'on', the server will list the contents of folders.");
|
||||
define('OGP_LANG_fast_dl_advanced', "Advanced Settings");
|
||||
define('OGP_LANG_apply_settings_and_restart_fastdl', "Save the daemon configuration and restart it");
|
||||
define('OGP_LANG_stop_fastdl', "Stop Fast Download Daemon");
|
||||
define('OGP_LANG_fast_download_daemon_running', "Fast Download Daemon is running.");
|
||||
define('OGP_LANG_fast_download_daemon_not_running', "Fast Download Daemon is not running.");
|
||||
define('OGP_LANG_fastdl_could_not_be_restarted', "The Fast Download service could not be restarted.");
|
||||
define('OGP_LANG_configuration_file_could_not_be_written', "The configuration file could not be written.");
|
||||
define('OGP_LANG_remove_folders', "Remove folder for selected aliases.");
|
||||
define('OGP_LANG_remove_folder', "Remove folder");
|
||||
define('OGP_LANG_delete_alias', "Delete alias");
|
||||
define('OGP_LANG_no_game_homes_assigned', "You don't have any servers assigned to your account.");
|
||||
define('OGP_LANG_select_remote_server', "Select remote server");
|
||||
define('OGP_LANG_access_rules', "Access Rules");
|
||||
define('OGP_LANG_create_aliases', "Create Aliases");
|
||||
define('OGP_LANG_select_game', "Select game");
|
||||
define('OGP_LANG_games_without_specified_rules', "Games without specified rules");
|
||||
define('OGP_LANG_match_file_extension', "Match file extension");
|
||||
define('OGP_LANG_match_file_extension_info', "Specify extensions separated by coma,<br> the matching files will be accessible.<br><b>Blank for unrestricted access</b>.");
|
||||
define('OGP_LANG_match_client_ip', "Match client IP");
|
||||
define('OGP_LANG_match_client_ip_info', "Connections with matching IP will be granted,<br>blank for unrestricted access. You can use<br>multiple IPs or ranges separated by coma:<br>/xx subnets<br>Example: 10.0.0.0/16<br>/xxx.xxx.xxx.xxx subnets<br>Example: 10.0.0.0/255.0.0.0<br>Hyphen ranges<br>Example: 10.0.0.5-230<br>Asterisk matching<br>Example: 10.0.*.*");
|
||||
define('OGP_LANG_save_access_rules', "Save Access Rules");
|
||||
define('OGP_LANG_create_access_rules', "Create access rules");
|
||||
define('OGP_LANG_invalid_entries_found', "Invalid entries found");
|
||||
define('OGP_LANG_game_name', "Game name");
|
||||
define('OGP_LANG_alias_already_exists', "Alias %s already exists.");
|
||||
define('OGP_LANG_warning_access_rules_applied_once_alias_created', "WARNING: Access rules are applied when the alias is created. No changes will be applied to the current aliases.");
|
||||
define('OGP_LANG_autostart_on_agent_startup', "Autostart on Agent startup");
|
||||
define('OGP_LANG_autostart_on_agent_startup_info', "Start the fast download daemon automatically when the Agent starts.");
|
||||
define('OGP_LANG_port_forwarded_to_80', "Port forwarded from 80");
|
||||
define('OGP_LANG_port_forwarded_to_80_info', "Enable this option if the port configured for this fast download daemon has been forwarded from port 80, so the port will be hidden at URLs.");
|
||||
define('OGP_LANG_current_access_rules', "Current access rules");
|
||||
?>
|
||||
98
ControlPanel/lang/Finnish(Finland)/modules/news.php
Executable file
98
ControlPanel/lang/Finnish(Finland)/modules/news.php
Executable file
|
|
@ -0,0 +1,98 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_manage_listings', "Manage your news");
|
||||
define('OGP_LANG_add_new_listing', "Post News");
|
||||
define('OGP_LANG_your_current_listings', "Your current news");
|
||||
define('OGP_LANG_edit', "Edit");
|
||||
define('OGP_LANG_date', "Date");
|
||||
define('OGP_LANG_images', "Images");
|
||||
define('OGP_LANG_title', "Title");
|
||||
define('OGP_LANG_description', "News Content");
|
||||
define('OGP_LANG_written_by', "Written by");
|
||||
define('OGP_LANG_details', "Read More");
|
||||
define('OGP_LANG_modify', "Modify");
|
||||
define('OGP_LANG_save', "Save");
|
||||
define('OGP_LANG_delete', "Delete");
|
||||
define('OGP_LANG_sure_to_delete', "Are you sure that you would like to delete these news?");
|
||||
define('OGP_LANG_go_back', "Go Back");
|
||||
define('OGP_LANG_new_added_success', "The news has been posted successfully!");
|
||||
define('OGP_LANG_add_another', "Add another one");
|
||||
define('OGP_LANG_or_message', "or");
|
||||
define('OGP_LANG_please_select', "Please Select");
|
||||
define('OGP_LANG_submit', "Submit");
|
||||
define('OGP_LANG_edit_listing', "Edit the news");
|
||||
define('OGP_LANG_modifications_saved', "The new values have been saved successfully!");
|
||||
define('OGP_LANG_modify_images', "Modify the new article images");
|
||||
define('OGP_LANG_upload_more_images', "Upload more images");
|
||||
define('OGP_LANG_latest_news', "Latest News");
|
||||
define('OGP_LANG_search_results', "Search Results");
|
||||
define('OGP_LANG_no_results', "No news was found.");
|
||||
define('OGP_LANG_config_options', "News Options");
|
||||
define('OGP_LANG_date_format', "Date Format");
|
||||
define('OGP_LANG_results_per_page', "News per Page");
|
||||
define('OGP_LANG_enable_search', "Enable search engine");
|
||||
define('OGP_LANG_image_quality', "Image quality (0-100)");
|
||||
define('OGP_LANG_max_image_width', "Maximum image width (px)");
|
||||
define('OGP_LANG_gallery_theme', "Image gallery skin");
|
||||
define('OGP_LANG_images_bottom', "Position of the images gallery");
|
||||
define('OGP_LANG_img_bottom', "Under the article");
|
||||
define('OGP_LANG_img_right', "Right side of the article");
|
||||
define('OGP_LANG_no_word', "No");
|
||||
define('OGP_LANG_yes_word', "Yes");
|
||||
define('OGP_LANG_no_access', "You do not have the right to access this page. Your action will be logged for further inspection.");
|
||||
define('OGP_LANG_write_permission_required', "Write permission required");
|
||||
define('OGP_LANG_fix_permission', "Please fix permissions. The module will not work as intended until you fix all permissions.");
|
||||
define('OGP_LANG_check_permissions', "Check Permissions");
|
||||
define('OGP_LANG_permission_ok', "Required permissions are all OK!");
|
||||
define('OGP_LANG_empty_title', "Please fill the title");
|
||||
define('OGP_LANG_empty_description', "Please fill the content");
|
||||
define('OGP_LANG_empty_author', "Please fill the author name");
|
||||
define('OGP_LANG_gd_fail', "GD extension is NOT loaded on your server. Images upload disabled.");
|
||||
define('OGP_LANG_search_news', "Search the News");
|
||||
define('OGP_LANG_help', "help");
|
||||
define('OGP_LANG_help_date', "Get help regarding different formating of the date");
|
||||
define('OGP_LANG_id_invalid', "The News ID does not exist");
|
||||
define('OGP_LANG_id_not_set', "The News ID isn't set");
|
||||
define('OGP_LANG_unauthorized_access', "Unauthorized access from");
|
||||
define('OGP_LANG_wysiwyg', "WYSIWYG editor");
|
||||
define('OGP_LANG_tinymce_lang', "Tiny MCE language");
|
||||
define('OGP_LANG_da', "Danish");
|
||||
define('OGP_LANG_de', "German");
|
||||
define('OGP_LANG_en_GB', "English");
|
||||
define('OGP_LANG_es', "Spanish");
|
||||
define('OGP_LANG_fi', "Finnish");
|
||||
define('OGP_LANG_fr_FR', "French");
|
||||
define('OGP_LANG_it', "Italian");
|
||||
define('OGP_LANG_pl', "Polish");
|
||||
define('OGP_LANG_pt_PT', "Portuguese");
|
||||
define('OGP_LANG_ru', "Russian");
|
||||
define('OGP_LANG_tinymce_skin', "Tiny MCE skin");
|
||||
define('OGP_LANG_tinymce_skin_custom', "You absolutely need to upload your own custom skin in <b>modules/news/js/tinymce/skins/custom/</b> folder to be able to use this skin. If you select it without doing so, you'll encounter problems. Create your own custom skin here <a href='http://skin.tinymce.com/' target='_blank'>http://skin.tinymce.com/</a>.");
|
||||
define('OGP_LANG_safe_HTML', "HTML Purifier");
|
||||
define('OGP_LANG_safe_HTML_en', "HTML Purifier enabled");
|
||||
define('OGP_LANG_safe_HTML_dis', "HTML Purifier disabled");
|
||||
define('OGP_LANG_safe_HTML_en_info', "The HTML content of the article in the detailed view will be purified. This will lead in the removal of some HTML tags like iframes. Edit the file <b>modules/news/config.php</b> to change the setting 'safe_HTML' from value '1' (enabled) to value '0' (disabled) to disable this bahavior and allow usage of full HTML without restriction.");
|
||||
define('OGP_LANG_safe_HTML_dis_info', "The HTML content of the article in the detailed view will not be purified. Edit the file <b>modules/news/config.php</b> to change the setting 'safe_HTML' from value '0' (disabled) to value '1' (enabled) to enable safe HTML tags usage only.");
|
||||
?>
|
||||
32
ControlPanel/lang/Finnish(Finland)/modules/rcon.php
Executable file
32
ControlPanel/lang/Finnish(Finland)/modules/rcon.php
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_rcon_command_title', "RCON Commands");
|
||||
define('OGP_LANG_has_sent_to', "has sent to");
|
||||
define('OGP_LANG_need_set_remote_pass', "need set remote pass");
|
||||
define('OGP_LANG_before_sending_rcon_com', "before sending rcon com");
|
||||
define('OGP_LANG_send_command', "Send command");
|
||||
define('OGP_LANG_check-all', "Check all");
|
||||
define('OGP_LANG_uncheck-all', "Uncheck all");
|
||||
?>
|
||||
74
ControlPanel/lang/Finnish(Finland)/modules/steam_workshop.php
Executable file
74
ControlPanel/lang/Finnish(Finland)/modules/steam_workshop.php
Executable file
|
|
@ -0,0 +1,74 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
define('OGP_LANG_game', "Game");
|
||||
define('OGP_LANG_select_mod', "Select mod");
|
||||
define('OGP_LANG_manual_workshop_mod_id', "Manual Workshop mod ID");
|
||||
define('OGP_LANG_manual_workshop_mod_id_info', "You'll find the mod id at the URL of the mod, for example 1379153273 for ARK: Survival Evolved's Solar Panel. You can install multiple mods separating them by coma.");
|
||||
define('OGP_LANG_update_in_progress', "Update in progress");
|
||||
define('OGP_LANG_refresh_steam_workshop_status', "Refresh Steam Workshop status");
|
||||
define('OGP_LANG_update_completed', "Update completed");
|
||||
define('OGP_LANG_mod_does_not_belong_to_workshop', "The mod %s does not belong to the Workshop");
|
||||
define('OGP_LANG_mod_installation_started', "Mod installation started");
|
||||
define('OGP_LANG_failed_to_start_steam_workshop', "Failed to start Steam Workshop");
|
||||
define('OGP_LANG_connection_error', "Connection error");
|
||||
define('OGP_LANG_install_mod', "Install mods");
|
||||
define('OGP_LANG_show_mod_info', "Show mods info");
|
||||
define('OGP_LANG_select_game', "Select Game");
|
||||
define('OGP_LANG_save_config', "Save Config");
|
||||
define('OGP_LANG_mod_key_not_found_from_xml', "Mod key %s not found from xml.");
|
||||
define('OGP_LANG_workshop_id', "Workshop ID");
|
||||
define('OGP_LANG_workshop_id_info', "You'll find the Workshop ID at the URL of the Workshop, for example 440900 for Conan Exiles");
|
||||
define('OGP_LANG_mods_path', "Mods Path");
|
||||
define('OGP_LANG_mods_path_info', "The relative path for the mods folder.");
|
||||
define('OGP_LANG_regex', "Regex");
|
||||
define('OGP_LANG_regex_info', "A regular expression that matches the mods in the configuration file");
|
||||
define('OGP_LANG_mods_backreference_index', "Mods Backreference Index");
|
||||
define('OGP_LANG_mods_backreference_index_info', "The position of the back reference from the part of the regex that match the mods list, starting by 0.");
|
||||
define('OGP_LANG_variable', "Variable");
|
||||
define('OGP_LANG_variable_info', "The variable that cointains the mods list, if any.");
|
||||
define('OGP_LANG_place_after', "Place After");
|
||||
define('OGP_LANG_place_after_info', "The section of the configuration file where the mods list appears, if any. It will be added to the config file if does not exists yet. If the given variable is not present then it will be placed in the line after this section.");
|
||||
define('OGP_LANG_mod_string', "Mod String");
|
||||
define('OGP_LANG_mod_string_info', "The string that represents the mod in the mod list. Valid replacements: %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_string_separator', "String Separator");
|
||||
define('OGP_LANG_string_separator_info', "The character that separates the mods in the configuration file, for example new line character (\\n) or coma (,).");
|
||||
define('OGP_LANG_filepath', "File Path");
|
||||
define('OGP_LANG_filepath_info', "The path of the configuration file where the mods must be listed.");
|
||||
define('OGP_LANG_post_install', "Postinstall Script");
|
||||
define('OGP_LANG_post_install_info', "The necessary commands in bash to move the mods to the mods folder. Valid replacements: %mods_full_path% (the full path to the Wokshop mods folder), %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_install_mods', "Install Mods");
|
||||
define('OGP_LANG_uninstall_mods', "Uninstall Mods");
|
||||
define('OGP_LANG_failed_uninstalling_mod', "Failed uninstalling mod %s");
|
||||
define('OGP_LANG_uninstall', "Uninstall Script");
|
||||
define('OGP_LANG_uninstall_info', "This is the script called when a mod is uninstalled, Valid replacements: %mods_full_path% (the full path to the wokshop mods folder), %mod_string% (mod string is the name listed in the configuration file for this mod).");
|
||||
define('OGP_LANG_remove_mods', "Remove Mods");
|
||||
define('OGP_LANG_do_not_close_this_page_while_mods_are_being_installed', "Do not close this page while mods are being installed.");
|
||||
define('OGP_LANG_no_game_server_selected', "No game server selected");
|
||||
define('OGP_LANG_there_are_no_mods_installed_on_this_game_server', "There are no mods installed on this game server");
|
||||
define('OGP_LANG_workshop_configuration_not_found', "Workshop configuration not found");
|
||||
define('OGP_LANG_download_method', "Download Method");
|
||||
define('OGP_LANG_anonymous_login', "Anonymous Login");
|
||||
define('OGP_LANG_select_at_least_one_mod_or_enter_mod_id', "Select at least one mod or enter a mod ID.");
|
||||
define('OGP_LANG_no_game_servers_assigned', "You don't have any servers assigned to your account.");
|
||||
?>
|
||||
38
ControlPanel/lang/Finnish(Finland)/modules/support.php
Executable file
38
ControlPanel/lang/Finnish(Finland)/modules/support.php
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_support_email_content', "Olet saanut tukipyynnön osoitteesta %s (%s).<br><br>Palvelin: %s.<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "Kiitos yhteydenotostasi! Viestisi on vastaanotettu ja vastaamme siihen sähköpostitse.");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "Käytä alla olevaa lomaketta pyytääksesi pelipalvelimellesi tukea.<br>Vastaamme niin pian kuin mahdollista.");
|
||||
define('OGP_LANG_select_server', "Valitse palvelin");
|
||||
define('OGP_LANG_email_address', "Sähköpostiosoite");
|
||||
define('OGP_LANG_subject', "Aihe");
|
||||
define('OGP_LANG_message', "Viesti");
|
||||
define('OGP_LANG_email_must_be_filled_out', "Sähköpostiosoite on täytettävä.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "Aihe on täytettävä.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "Viesti on täytettävä.");
|
||||
define('OGP_LANG_send', "Lähetä");
|
||||
define('OGP_LANG_error', "Virhe");
|
||||
define('OGP_LANG_info', "Tiedot");
|
||||
?>
|
||||
115
ControlPanel/lang/Finnish(Finland)/modules/tickets.php
Executable file
115
ControlPanel/lang/Finnish(Finland)/modules/tickets.php
Executable file
|
|
@ -0,0 +1,115 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_support_tickets', "Support Tickets");
|
||||
define('OGP_LANG_ticket_subject', "Subject");
|
||||
define('OGP_LANG_ticket_status', "Status");
|
||||
define('OGP_LANG_ticket_updated', "Last Updated");
|
||||
define('OGP_LANG_ticket_options', "Options");
|
||||
define('OGP_LANG_viewing_ticket', "Viewing Ticket");
|
||||
define('OGP_LANG_ticket_not_found', "The given ticket parameters don't match an existing ticket.");
|
||||
define('OGP_LANG_ticket_cant_read', "Insufficient permission to view ticket.");
|
||||
define('OGP_LANG_cant_view_ticket', "Unable to retrieve the ticket information.");
|
||||
define('OGP_LANG_ticket_id', "Ticket ID");
|
||||
define('OGP_LANG_service_id', "Service ID");
|
||||
define('OGP_LANG_ticket_submitted', "Ticket Submitted");
|
||||
define('OGP_LANG_submitter_info', "Submitter Info");
|
||||
define('OGP_LANG_name', "Name");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_role', "User Role");
|
||||
define('OGP_LANG_ticket_submit_response', "Submit Response");
|
||||
define('OGP_LANG_ticket_close', "Close");
|
||||
define('OGP_LANG_no_ticket_replies', "No Ticket Replies");
|
||||
define('OGP_LANG_no_tickets_submitted', "No Tickets have been submitted.");
|
||||
define('OGP_LANG_submit_ticket', "Submit Ticket");
|
||||
define('OGP_LANG_ticket_service', "Service");
|
||||
define('OGP_LANG_ticket_message', "Message");
|
||||
define('OGP_LANG_ticket_errors_occured', "The following errors occured when submitting your ticket");
|
||||
define('OGP_LANG_no_ticket_subject', "No Ticket Subject");
|
||||
define('OGP_LANG_invalid_ticket_subject_length', "Invalid Subject Length (4 to 64 characters)");
|
||||
define('OGP_LANG_invalid_home_selected', "Invalid Home Selected");
|
||||
define('OGP_LANG_no_ticket_message', "No Ticket Message Provided");
|
||||
define('OGP_LANG_invalid_ticket_message_length', "Invalid Ticket Message Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_no_service', "No service selected for this ticket.");
|
||||
define('OGP_LANG_failed_to_open', "Failed to open the ticket.");
|
||||
define('OGP_LANG_failed_to_reply', "Failed to create response to ticket.");
|
||||
define('OGP_LANG_no_ticket_reply', "No Ticket Reply Provided");
|
||||
define('OGP_LANG_invalid_ticket_reply_length', "Invalid Ticket Reply Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_closed', "Ticket Closed");
|
||||
define('OGP_LANG_ticket_open', "Ticket Open");
|
||||
define('OGP_LANG_ticket_admin_response', "Admin Response");
|
||||
define('OGP_LANG_ticket_customer_response', "Customer Response");
|
||||
define('OGP_LANG_ticket_invalid_page_num', "You have attempted to view a page number with no tickets!");
|
||||
define('OGP_LANG_ticket_is_closed', "This ticket is closed. You may reply to this ticket to reopen it.");
|
||||
define('OGP_LANG_reply', "Reply");
|
||||
define('OGP_LANG_invalid_rating', "The rating received is not valid.");
|
||||
define('OGP_LANG_successfully_rated_response', "Successfully rated response.");
|
||||
define('OGP_LANG_failed_rating_response', "Failed to rate the response.");
|
||||
define('OGP_LANG_attachment_not_all_parameters_sent', "Not all parameters have been sent to download the file.");
|
||||
define('OGP_LANG_requested_attachment_missing', "The requested attachment does not exist.");
|
||||
define('OGP_LANG_requested_attachment_missing_db', "The requested attachment does not exist in the database.");
|
||||
define('OGP_LANG_ratings_disabled', "Rating responses is not enabled.");
|
||||
define('OGP_LANG_attachments', "Attachments");
|
||||
define('OGP_LANG_add_file_attachment', "Add More");
|
||||
define('OGP_LANG_attachment_size_info', "Each selected file may be a maximum of %s");
|
||||
define('OGP_LANG_attachment_file_size_info', "A maximum of %s file(s) may be uploaded, %s each.");
|
||||
define('OGP_LANG_attachment_allowed_extensions_info', "Allowed File Extensions: %s");
|
||||
define('OGP_LANG_ticket_fix_before_submitting', "Please fix the following errors before submitting the ticket");
|
||||
define('OGP_LANG_ticket_fix_before_replying', "Please fix the following errors before replying to the ticket");
|
||||
define('OGP_LANG_ticket_problem_with_attachments', "There was a problem with the file(s) you attached");
|
||||
define('OGP_LANG_ticket_attachment_invalid_extension', "%1 does not contain a permitted extension.");
|
||||
define('OGP_LANG_ticket_attachment_invalid_size', "%1 is larger than the allowed file size. %2 maximum!");
|
||||
define('OGP_LANG_ticket_max_file_elements', "Only a maximum of %1 file inputs may exist.");
|
||||
define('OGP_LANG_ticket_attachment_multiple_files', "One or more file inputs have multiple files selected.");
|
||||
define('OGP_LANG_attachment_err_ini_size', "%s (%s) exceeds the 'upload_max_filesize' setting.");
|
||||
define('OGP_LANG_attachment_err_partial', "%s was only partially uploaded.");
|
||||
define('OGP_LANG_attachment_err_no_tmp', "No tmp directory exists to save %s");
|
||||
define('OGP_LANG_attachment_err_cant_write', "Unable to write %s to disk.");
|
||||
define('OGP_LANG_attachment_err_extension', "An extension stopped the upload of %s. Review your logs.");
|
||||
define('OGP_LANG_attachment_too_large', "%s (%s) is larger than the maximum allowed size of %s!");
|
||||
define('OGP_LANG_attachment_forbidden_type', "The file type of %s may not be uploaded.");
|
||||
define('OGP_LANG_attachment_directory_not_writable', "Unable to save the attached files. The specified save directory is not writable.");
|
||||
define('OGP_LANG_attachment_invalid_file_count', "The amount of files sent to the server was invalid. Only a maximum of %s may be uploaded");
|
||||
define('OGP_LANG_ratings_enabled', "Ratings");
|
||||
define('OGP_LANG_ratings_enabled_info', "Set if rating responses should be allowed.");
|
||||
define('OGP_LANG_attachments_enabled', "Attachments");
|
||||
define('OGP_LANG_attachments_enabled_info', "Set if the attachment system should be enabled.");
|
||||
define('OGP_LANG_attachment_max_size', "Max File Size");
|
||||
define('OGP_LANG_attachment_max_size_info', "Sets the max file size for attachments.");
|
||||
define('OGP_LANG_attachment_limit', "Attachment Limit");
|
||||
define('OGP_LANG_attachment_limit_info', "Sets how many files may be attached at once. 0 for no limit.");
|
||||
define('OGP_LANG_attachment_save_dir', "Attachment Upload Location");
|
||||
define('OGP_LANG_attachment_save_dir_info', "Sets where attachments should be uploaded. Ideally, outside of the public_html folder or direct access blocked.");
|
||||
define('OGP_LANG_attachment_extensions', "Attachment Extensions");
|
||||
define('OGP_LANG_attachment_extensions_info', "Sets the permitted extensions. Each extension should be separated by a comma.");
|
||||
define('OGP_LANG_show_php_ini', "Show Estimated INI Settings");
|
||||
define('OGP_LANG_settings_errors_occured', "The following errors occured when attempting to update the settings - not everything has been updated!");
|
||||
define('OGP_LANG_invalid_max_size', "Invalid value for Max Size setting.");
|
||||
define('OGP_LANG_invalid_unit', "Invalid unit type for Max Size setting. Expecting KB, MB, GB, TB, or PB.");
|
||||
define('OGP_LANG_invalid_save_dir', "The specified save directory does not exist and can not be created.");
|
||||
define('OGP_LANG_invalid_save_dir_not_writable', "The specified save directory exists but is not writable.");
|
||||
define('OGP_LANG_invalid_extensions', "No attachment extensions have been specified.");
|
||||
define('OGP_LANG_update_settings', "Update Settings");
|
||||
define('OGP_LANG_notifications_enabled', "Notifications");
|
||||
define('OGP_LANG_notifications_enabled_info', "Allow the user/admin to see if they have got a ticket awaiting reply.");
|
||||
125
ControlPanel/lang/Finnish(Finland)/modules/util.php
Executable file
125
ControlPanel/lang/Finnish(Finland)/modules/util.php
Executable file
|
|
@ -0,0 +1,125 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_module_name', "Utilities");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_traceroute', "Traceroute");
|
||||
define('OGP_LANG_network_tools', "Network Tools");
|
||||
define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
|
||||
define('OGP_LANG_steam_converter', "SteamID Converter");
|
||||
define('OGP_LANG_your_ip', "Your IP Address:");
|
||||
define('OGP_LANG_loading_agents', "Loading online Agents...");
|
||||
define('OGP_LANG_loading_failed', "Loading Agents failed.");
|
||||
define('OGP_LANG_agents_offline', "All Agents are offline.");
|
||||
define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
|
||||
define('OGP_LANG_remote_target', "Target IP Address:");
|
||||
define('OGP_LANG_command', "Command:");
|
||||
define('OGP_LANG_select_agent', "Select Agent:");
|
||||
define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
|
||||
define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
|
||||
define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
|
||||
define('OGP_LANG_target_empty', "No remote target given.");
|
||||
define('OGP_LANG_command_empty', "No command selected.");
|
||||
define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
|
||||
define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
|
||||
define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
|
||||
define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
|
||||
define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
|
||||
define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
|
||||
define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
|
||||
define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
|
||||
define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
|
||||
define('OGP_LANG_select_server', "Select Server:");
|
||||
define('OGP_LANG_select_server_option', "Select...");
|
||||
define('OGP_LANG_steamid', "Steam ID:");
|
||||
define('OGP_LANG_immunity', "Immunity:");
|
||||
define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
|
||||
define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
|
||||
define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
|
||||
define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
|
||||
define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
|
||||
define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
|
||||
define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
|
||||
define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
|
||||
define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
|
||||
define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
|
||||
define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
|
||||
define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
|
||||
define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
|
||||
define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
|
||||
define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
|
||||
define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
|
||||
define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
|
||||
define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
|
||||
define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
|
||||
define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
|
||||
define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
|
||||
define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
|
||||
define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
|
||||
define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
|
||||
define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
|
||||
define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
|
||||
define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
|
||||
define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
|
||||
define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
|
||||
define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
|
||||
define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
|
||||
define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
|
||||
define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
|
||||
define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
|
||||
define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
|
||||
define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
|
||||
define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
|
||||
define('OGP_LANG_submit', "Submit");
|
||||
define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
|
||||
define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
||||
define('OGP_LANG_amx_login_type', "Login Type");
|
||||
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
||||
define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
|
||||
define('OGP_LANG_nickname', "Nickname");
|
||||
define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
|
||||
define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
|
||||
define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
|
||||
define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
|
||||
define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
|
||||
define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
|
||||
define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
|
||||
define('OGP_LANG_amx_mod_flag_e', "amx_slay and amx_slap commands");
|
||||
define('OGP_LANG_amx_mod_flag_f', "amx_map command");
|
||||
define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
|
||||
define('OGP_LANG_amx_mod_flag_h', "amx_cfg command");
|
||||
define('OGP_LANG_amx_mod_flag_i', "amx_chat and other chat commands");
|
||||
define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
|
||||
define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
|
||||
define('OGP_LANG_amx_mod_flag_n', "custom level B");
|
||||
define('OGP_LANG_amx_mod_flag_o', "custom level C");
|
||||
define('OGP_LANG_amx_mod_flag_p', "custom level D");
|
||||
define('OGP_LANG_amx_mod_flag_q', "custom level E");
|
||||
define('OGP_LANG_amx_mod_flag_r', "custom level F");
|
||||
define('OGP_LANG_amx_mod_flag_s', "custom level G");
|
||||
define('OGP_LANG_amx_mod_flag_t', "custom level H");
|
||||
define('OGP_LANG_amx_mod_flag_u', "menu access");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue