Moved the Agents into their own repo. Kept the agent.pl just for reference

This commit is contained in:
Frank Harris 2025-09-11 13:27:32 -04:00
parent 22381be29a
commit 8680a02b13
18132 changed files with 0 additions and 2569420 deletions

View file

@ -1,210 +0,0 @@
<?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_no_games_to_monitor', "Size Gösterilecek Henüz Bir Oyun Sunucusu Verilmedi.");
define('OGP_LANG_status', "Durum");
define('OGP_LANG_fail_no_mods', "Bu oyun için etkin mod yok! OGP yöneticinizden size atanan oyuna mod (modlar) eklemesini istemeniz gerekir.");
define('OGP_LANG_no_game_homes_assigned', "Hesabınıza Verilmiş Henüz Bir Sunucu Bulunmuyor");
define('OGP_LANG_select_game_home_to_configure', "Özelleştirmek İstediğiniz Sunucuyu Seçiniz.");
define('OGP_LANG_file_manager', "Dosya Yöneticisi");
define('OGP_LANG_configure_mods', "Modları konfigüre et");
define('OGP_LANG_install_update_steam', "Steam ile Kur/Güncelle");
define('OGP_LANG_install_update_manual', "Elle Kur/Güncelle");
define('OGP_LANG_assign_game_homes', "Oyun sunucusu ata");
define('OGP_LANG_user', "Kullanıcı");
define('OGP_LANG_group', "Grup");
define('OGP_LANG_start', "Başlat");
define('OGP_LANG_ogp_agent_ip', "OGP Temsilci IP");
define('OGP_LANG_max_players', "Maksimum Oyuncu");
define('OGP_LANG_max', "Maksimum");
define('OGP_LANG_ip_and_port', "IP ve Port");
define('OGP_LANG_available_maps', "Kullanılabilir Haritalar");
define('OGP_LANG_map_path', "Harita Yolu");
define('OGP_LANG_available_parameters', "Kullanılabilir Parametreler");
define('OGP_LANG_start_server', "Sunucuyu Başlat");
define('OGP_LANG_start_wait_note', "Sunucunun başlaması biraz zaman alabilir. Lütfen tarayıcınızı kapatmadan bekleyiniz.");
define('OGP_LANG_game_type', "Oyun Türü");
define('OGP_LANG_map', "Harita");
define('OGP_LANG_starting_server', "Sunucu başlatılıyor, lütfen bekleyin...");
define('OGP_LANG_starting_server_settings', "Sunucu belirtilen ayarlarla başlatılıyor");
define('OGP_LANG_startup_params', "Başlama Parametreleri");
define('OGP_LANG_startup_cpu', "CPU the server is running on");
define('OGP_LANG_startup_nice', "Nice value of the server");
define('OGP_LANG_game_home', "Home Path");
define('OGP_LANG_server_started', "Server started successfully.");
define('OGP_LANG_no_parameter_access', "You do not have access to parameters.");
define('OGP_LANG_extra_parameters', "Extra Parameters");
define('OGP_LANG_no_extra_param_access', "You do not have access to extra parameters.");
define('OGP_LANG_extra_parameters_info', "These parameters are put to the end of the command line when the game is started.");
define('OGP_LANG_game_exec_not_found', "The game executable %s was not found from the remote server.");
define('OGP_LANG_select_params_and_start', "Select the startup parameters for the server and press '%s'.");
define('OGP_LANG_no_ip_port_pairs_assigned', "No IP Port pairs assigned for this home. If you do not have access to home editing contact your admin.");
define('OGP_LANG_unable_to_get_log', "Unable to get log, retval %s.");
define('OGP_LANG_server_binary_not_executable', "Server binary is not executable. Check you have proper permissions in the server home directory.");
define('OGP_LANG_server_not_running_log_found', "Server is not running, but log is found. NOTE: This log might not be related to the last server startup.");
define('OGP_LANG_ip_port_pair_not_owned', "IP:PORT pair not owned.");
define('OGP_LANG_unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Unsuitable maxplayers value, maximum reachable number of slots has been set.");
define('OGP_LANG_server_running_not_responding', "Server is running, but its not responding,<br>there might be a some kind of problem and you might want to ");
define('OGP_LANG_update_started', "Update started, please wait...");
define('OGP_LANG_failed_to_start_steam_update', "Failed to start Steam update. See agent log.");
define('OGP_LANG_failed_to_start_rsync_update', "Failed to start Rsync update. See agent log.");
define('OGP_LANG_update_completed', "Update completed successfully.");
define('OGP_LANG_update_in_progress', "Update in progress, please wait...");
define('OGP_LANG_refresh_steam_status', "Refresh Steam status");
define('OGP_LANG_refresh_rsync_status', "Refresh Rsync status");
define('OGP_LANG_server_running_cant_update', "Server running so update is not possible. Stop the server before update.");
define('OGP_LANG_xml_steam_error', "Selected server type does not support steam install/update.");
define('OGP_LANG_mod_key_not_found_from_xml', "Mod key '%s' not found from the XML file.");
define('OGP_LANG_stop_update', "Güncellemeyi durdur");
define('OGP_LANG_statistics', "İstatiskler");
define('OGP_LANG_servers', "Sunucular");
define('OGP_LANG_players', "Oyuncular");
define('OGP_LANG_current_map', "Şu Anki Harita");
define('OGP_LANG_stop_server', "Sunucuyu Durdur");
define('OGP_LANG_server_ip_port', "Sunucu IP:Port");
define('OGP_LANG_server_name', "Sunucu Adı");
define('OGP_LANG_server_id', "Sunucu ID'si");
define('OGP_LANG_player_name', "Oyuncu Adı");
define('OGP_LANG_score', "Skor");
define('OGP_LANG_time', "Zaman");
define('OGP_LANG_no_rights_to_stop_server', "Bu sunucuyu durdurmak için yetkiniz yok.");
define('OGP_LANG_no_ogp_lgsl_support', "This server (running: %s) does not have LGSL support in OGP and its statistics can not be shown.");
define('OGP_LANG_server_status', "Server on %s is %s.");
define('OGP_LANG_server_stopped', "Server '%s' has been stopped.");
define('OGP_LANG_if_want_to_start_homes', "If you want to start game servers go to %s.");
define('OGP_LANG_view_log', "Log Viewer");
define('OGP_LANG_if_want_manage', "If you want to manage your games you can do it in the");
define('OGP_LANG_columns', "columns");
define('OGP_LANG_group_users', "Grup kullanıcıları:");
define('OGP_LANG_assigned_to', "Atanan Kişi:");
define('OGP_LANG_restart_server', "Sunucuyu Yeniden Başlat");
define('OGP_LANG_restarting_server', "Sunucu yeniden başlatılıyor, lütfen bekleyin...");
define('OGP_LANG_server_restarted', "Sunucu %s yeniden başlatıldı.");
define('OGP_LANG_server_not_running', "Sunucu çalışmıyor");
define('OGP_LANG_address', "Adres");
define('OGP_LANG_owner', "Sahip");
define('OGP_LANG_operations', "İşlemler");
define('OGP_LANG_search', "Ara");
define('OGP_LANG_maps_read_from', "Maps read from ");
define('OGP_LANG_file', "dosya");
define('OGP_LANG_folder', "klasör");
define('OGP_LANG_unable_retrieve_mod_info', "Unable to retrieve mod information from database.");
define('OGP_LANG_unexpected_result_libremote', "Unexpected result from libremote, please inform developers.");
define('OGP_LANG_unable_get_info', "Unable to get the required information for startup, blocking startup.");
define('OGP_LANG_server_already_running', "Server already running. If you do not see the server in the Game Monitor, there might be a somekind of problem and you might want to");
define('OGP_LANG_already_running_stop_server', "Sunucuyu durdur.");
define('OGP_LANG_error_server_already_running', "ERROR: Server already running on port");
define('OGP_LANG_failed_start_server_code', "Failed to start the remote server. Error code: %s");
define('OGP_LANG_disabled', "devredışı");
define('OGP_LANG_not_found_server', "Could not find the remote server with ID");
define('OGP_LANG_rcon_command_title', "RCON Komutu");
define('OGP_LANG_has_sent_to', "has been sent to");
define('OGP_LANG_need_set_remote_pass', "You need to set the remote control password on");
define('OGP_LANG_before_sending_rcon_com', "before sending rcon commands to it.");
define('OGP_LANG_retry', "Retry");
define('OGP_LANG_page', "sayfa");
define('OGP_LANG_server_cant_start', "sunucu başlatılamaz");
define('OGP_LANG_server_cant_stop', "sunucu durdurulamaz");
define('OGP_LANG_error_occured_remote_host', "Error occurred on the remote host");
define('OGP_LANG_follow_server_status', "You can follow the server status from");
define('OGP_LANG_addons', "Eklentiler");
define('OGP_LANG_hostname', "Hostname");
define('OGP_LANG_rsync_install', "[Rsync Install]");
define('OGP_LANG_ping', "Ping");
define('OGP_LANG_team', "Takım");
define('OGP_LANG_deaths', "Ölümler");
define('OGP_LANG_pid', "PID");
define('OGP_LANG_skill', "Yetenek");
define('OGP_LANG_AIBot', "Yapay Zeka Botu");
define('OGP_LANG_steamid', "Steam ID");
define('OGP_LANG_player', "Oyuncu");
define('OGP_LANG_port', "Port");
define('OGP_LANG_rcon_presets', "RCON önayarları");
define('OGP_LANG_update_from_local_master_server', "Update from local Master Server");
define('OGP_LANG_update_from_selected_rsync_server', "Update from selected Rsync server");
define('OGP_LANG_execute_selected_server_operations', "Execute selected server operations");
define('OGP_LANG_execute_operations', "Execute operations");
define('OGP_LANG_account_expiration', "Account expiration");
define('OGP_LANG_mysql_databases', "MySQL Databases");
define('OGP_LANG_failed_querying_server', "* Failed querying the server.");
define('OGP_LANG_query_protocol_not_supported', "* There is no query protocol in OGP that can support this server.");
define('OGP_LANG_queries_disabled_by_setting_disable_queries_after', "Queries disabled by setting: Disable queries after: %s, since you have %s servers.<br>");
define('OGP_LANG_presets_for_game_and_mod', "RCON presets for %s and mod %s");
define('OGP_LANG_name', "Ad");
define('OGP_LANG_command', "RCON&nbsp;Command");
define('OGP_LANG_add_preset', "Önayar ekle");
define('OGP_LANG_edit_presets', "Önayarları düzenle");
define('OGP_LANG_del_preset', "Sil");
define('OGP_LANG_change_preset', "Değiştir");
define('OGP_LANG_send_command', "Komut gönder");
define('OGP_LANG_starting_copy_with_master_server_named', "Starting copy with master server named '%s'...");
define('OGP_LANG_starting_sync_with', "Starting sync with %s...");
define('OGP_LANG_refresh_interval', "Log refreshing interval");
define('OGP_LANG_finished_manual_update', "Finished manual update.");
define('OGP_LANG_failed_to_start_file_download', "Failed to start file download");
define('OGP_LANG_game_name', "Oyun adı");
define('OGP_LANG_dest_dir', "Destination directory");
define('OGP_LANG_remote_server', "Uzak Sunucu");
define('OGP_LANG_file_url', "Dosya URL");
define('OGP_LANG_file_url_info', "The URL of the file that is uploaded and uncompressed to the directory.");
define('OGP_LANG_dest_filename', "Destination Filename");
define('OGP_LANG_dest_filename_info', "The filename for the destination file.");
define('OGP_LANG_update_server', "Sunucuyu Güncelle");
define('OGP_LANG_unavailable', "Kullanım dışı");
define('OGP_LANG_upload_map_image', "Harita görüntüsü yükle");
define('OGP_LANG_upload_image', "Görüntü yükle");
define('OGP_LANG_jpg_gif_png_less_than_1mb', "Görüntü 1 mb.tan küçük ve jpg, gif ya da png olmalıdır.");
define('OGP_LANG_check_dev_console', "Error during uploading file, please check the browser developer console.");
define('OGP_LANG_uploaded_successfully', "Başarıyla yüklendi");
define('OGP_LANG_cant_create_folder', "Can't create folder:<br><b>%s</b>");
define('OGP_LANG_cant_write_file', "Can't write file:<br><b>%s</b>");
define('OGP_LANG_exceeded_php_directive', "Exceeded PHP directive.<br><b>%s</b>.");
define('OGP_LANG_unknown_errors', "Bilinmeyen hatalar.");
define('OGP_LANG_directory', "Directory");
define('OGP_LANG_view_player_commands', "Oyuncu Komutlarını Görüntüle");
define('OGP_LANG_hide_player_commands', "Oyuncu Komutlarını Gizle");
define('OGP_LANG_no_online_players', "Çevrimiçi oyuncu yok");
define('OGP_LANG_invalid_game_mod_id', "Invalid Game/Mod ID specified.");
define('OGP_LANG_auto_update_title_popup', "Steam Auto Update Link");
define('OGP_LANG_auto_update_popup_html', "<p>Use the link below to check and automatically update your game server via Steam if needed.&nbsp; You can query it using a cronjob or manually initiate the process.</p>");
define('OGP_LANG_api_links_popup_html', "<p>Select an action you would like to perform using the OGP API for this game server.&nbsp; Then, use the link below to perform your desired action.&nbsp; You can run your desired action using a cronjob or by making a direct request to it.</p>");
define('OGP_LANG_auto_update_copy_me', "Kopyala");
define('OGP_LANG_auto_update_copy_me_success', "Kopyalandı");
define('OGP_LANG_auto_update_copy_me_fail', "Failed to copy. Please, manually copy the link.");
define('OGP_LANG_get_steam_autoupdate_api_link', "Auto Update Link");
define('OGP_LANG_show_api_actions', "Show API Actions");
define('OGP_LANG_api_links', "API Links");
define('OGP_LANG_update_attempt_from_nonmaster_server', "User %s attempted to update home_id %d from a non-master server. (Home ID: %d)");
define('OGP_LANG_attempting_nonmaster_update', "You are attempting to update this server from a non-master server.");
define('OGP_LANG_cannot_update_from_own_self', "Local server update may not run on a Master server.");
define('OGP_LANG_show_server_id', "Sunucu ID'lerini Göster");
define('OGP_LANG_hide_server_id', "Sunucu ID'lerini Gizle");
define('OGP_LANG_edit_configuration_files', "Konfigürasyon Dosyalarını Düzenle");
define('OGP_LANG_admin', "Yönetici");
define('OGP_LANG_cid', "CID");
define('OGP_LANG_phan', "Phantom");
define('OGP_LANG_sec', "Saniye");
define('OGP_LANG_unknown_rsync_mirror', "You attempted to start an update from a mirror which doesn't exist.");
define('OGP_LANG_custom_fields', "Custom Fields");
?>