Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,175 +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_error', "Error");
|
||||
define('OGP_LANG_title', "TeamSpeak 3 Web Interface");
|
||||
define('OGP_LANG_update_available', "<h3>Attention: a new version (v%1) of this software is available under <a href=\"%2\" target=\"_blank\">%2</a>.</h3>");
|
||||
define('OGP_LANG_head_logout', "Logout");
|
||||
define('OGP_LANG_head_vserver_switch', "Change vServer");
|
||||
define('OGP_LANG_head_vserver_overview', "vServer Overview");
|
||||
define('OGP_LANG_head_vserver_token', "Token Management");
|
||||
define('OGP_LANG_head_vserver_liveview', "Live View");
|
||||
define('OGP_LANG_e_fill_out', "Please fill out all required fields.");
|
||||
define('OGP_LANG_e_upload_failed', "Upload unsuccessfull.");
|
||||
define('OGP_LANG_e_server_responded', "The server responded: ");
|
||||
define('OGP_LANG_e_conn_serverquery', "Could not create ServerQuery access.");
|
||||
define('OGP_LANG_e_conn_vserver', "Could not choose virtual server.");
|
||||
define('OGP_LANG_e_session_timedout', "Session expired.");
|
||||
define('OGP_LANG_js_error', "Error");
|
||||
define('OGP_LANG_js_ajax_error', "An AJAX error has occurred: %1.");
|
||||
define('OGP_LANG_js_confirm_server_stop', "Do you really want to stop server #%1?");
|
||||
define('OGP_LANG_js_confirm_server_delete', "Do you really want to DELETE server #%1?");
|
||||
define('OGP_LANG_js_notice_server_deleted', "Server %1 was deleted successfully.\nThe overview page will be getting reloaded now.");
|
||||
define('OGP_LANG_js_prompt_banduration', "Duration in hours (0=unlimited): ");
|
||||
define('OGP_LANG_js_prompt_banreason', "Reason (optional): ");
|
||||
define('OGP_LANG_js_prompt_msg_to', "Text Message to %1 #%2: ");
|
||||
define('OGP_LANG_js_prompt_poke_to', "Poke Message to Client #%1: ");
|
||||
define('OGP_LANG_js_prompt_new_propvalue', "New value for '%1': ");
|
||||
define('OGP_LANG_n_server_responded', "The server responded: ");
|
||||
define('OGP_LANG_login_serverquery', "ServerQuery Login");
|
||||
define('OGP_LANG_login_name', "Username");
|
||||
define('OGP_LANG_login_password', "Password");
|
||||
define('OGP_LANG_login_submit', "Login");
|
||||
define('OGP_LANG_vsselect_headline', "vServer selection");
|
||||
define('OGP_LANG_vsselect_id', "ID #");
|
||||
define('OGP_LANG_vsselect_name', "Name");
|
||||
define('OGP_LANG_vsselect_ip', "IP");
|
||||
define('OGP_LANG_vsselect_port', "Port");
|
||||
define('OGP_LANG_vsselect_state', "Status");
|
||||
define('OGP_LANG_vsselect_clients', "Clients");
|
||||
define('OGP_LANG_vsselect_uptime', "Uptime");
|
||||
define('OGP_LANG_vsselect_choose', "Select");
|
||||
define('OGP_LANG_vsselect_start', "Start");
|
||||
define('OGP_LANG_vsselect_stop', "Stop");
|
||||
define('OGP_LANG_vsselect_delete', "DELETE");
|
||||
define('OGP_LANG_vsselect_new_headline', "Create a new virtual server");
|
||||
define('OGP_LANG_vsselect_new_servername', "Server Name");
|
||||
define('OGP_LANG_vsselect_new_slots', "Client slots");
|
||||
define('OGP_LANG_vsselect_new_create', "Create");
|
||||
define('OGP_LANG_vsselect_new_added_ok', "vServer <span class=\"online\">%1</span> was created successfully.");
|
||||
define('OGP_LANG_vsselect_new_added_generated', "The generated token is:");
|
||||
define('OGP_LANG_vsoverview_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vsoverview_information_head', "Information");
|
||||
define('OGP_LANG_vsoverview_connection_head', "Connection");
|
||||
define('OGP_LANG_vsoverview_info_general_head', "General settings");
|
||||
define('OGP_LANG_vsoverview_info_servername', "Server Name");
|
||||
define('OGP_LANG_vsoverview_info_host', "Host");
|
||||
define('OGP_LANG_vsoverview_info_state', "Status");
|
||||
define('OGP_LANG_vsoverview_info_state_port', "Port");
|
||||
define('OGP_LANG_vsoverview_info_uptime', "Uptime");
|
||||
define('OGP_LANG_vsoverview_info_welcomemsg', "Welcome<br />message");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg', "Host message");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_output', "output");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_0', "none");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_1', "in the chat log");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_2', "window");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_3', "Window + Disconnect");
|
||||
define('OGP_LANG_vsoverview_info_req_security', "Security level");
|
||||
define('OGP_LANG_vsoverview_info_req_securitylvl', "required");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_head', "Hostbanner");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_url', "URL");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_imgurl', "Image address");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_buttonurl', "Hostbutton URL");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_head', "Anti-Flood");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_warning', "Warning on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_kick', "Kick on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_ban', "Ban on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_banduration', "Ban length");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_decrease', "Decrease");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points', "points");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_in_seconds', "seconds");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points_per_tick', "Points per tick");
|
||||
define('OGP_LANG_vsoverview_conn_total_head', "Total");
|
||||
define('OGP_LANG_vsoverview_conn_total_packets', "packages");
|
||||
define('OGP_LANG_vsoverview_conn_total_bytes', "bytes");
|
||||
define('OGP_LANG_vsoverview_conn_total_send', "sent");
|
||||
define('OGP_LANG_vsoverview_conn_total_received', "received");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_head', "Bandwidth");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_last', "last");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_second', "second");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_minute', "minute");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_send', "sent");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_received', "received");
|
||||
define('OGP_LANG_vstoken_token_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vstoken_token_head', "Token");
|
||||
define('OGP_LANG_vstoken_token_type', "Group type");
|
||||
define('OGP_LANG_vstoken_token_id1', "Server Group/<br />Channel Group");
|
||||
define('OGP_LANG_vstoken_token_id2', "(Channel)");
|
||||
define('OGP_LANG_vstoken_token_tokencode', "Token Code");
|
||||
define('OGP_LANG_vstoken_token_delete', "Delete");
|
||||
define('OGP_LANG_vstoken_new_head', "Create a new token");
|
||||
define('OGP_LANG_vstoken_new_create', "Generate");
|
||||
define('OGP_LANG_vstoken_new_tokentype', "Token type:");
|
||||
define('OGP_LANG_vstoken_new_servergroup', "Server Group");
|
||||
define('OGP_LANG_vstoken_new_channelgroup', "Channel Group");
|
||||
define('OGP_LANG_vstoken_new_select_group', "Servergroup");
|
||||
define('OGP_LANG_vstoken_new_select_channelgroup', "Channelgroup");
|
||||
define('OGP_LANG_vstoken_new_select_channel', "Channel");
|
||||
define('OGP_LANG_vstoken_new_tokentype_0', "Server");
|
||||
define('OGP_LANG_vstoken_new_tokentype_1', "Channel");
|
||||
define('OGP_LANG_vstoken_new_added_ok', "Token was generated successfully.");
|
||||
define('OGP_LANG_vsliveview_server_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vsliveview_server_head', "Live View");
|
||||
define('OGP_LANG_vsliveview_liveview_enable_autorefresh', "Auto refresh");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_to_channel', "to channel #");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_switch', "Switch");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_send_msg', "Send Message");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_poke', "Poke");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_kick', "Kick");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_ban', "Ban");
|
||||
define('OGP_LANG_vsoverview_banlist_head', "Ban list");
|
||||
define('OGP_LANG_vsoverview_banlist_id', "ID #");
|
||||
define('OGP_LANG_vsoverview_banlist_ip', "IP");
|
||||
define('OGP_LANG_vsoverview_banlist_name', "Name");
|
||||
define('OGP_LANG_vsoverview_banlist_uid', "UniqueID");
|
||||
define('OGP_LANG_vsoverview_banlist_reason', "Reason");
|
||||
define('OGP_LANG_vsoverview_banlist_created', "Created");
|
||||
define('OGP_LANG_vsoverview_banlist_duration', "Duration");
|
||||
define('OGP_LANG_vsoverview_banlist_end', "Ends");
|
||||
define('OGP_LANG_vsoverview_banlist_unlimited', "unlimited");
|
||||
define('OGP_LANG_vsoverview_banlist_never', "never");
|
||||
define('OGP_LANG_vsoverview_banlist_new_head', "Create new ban");
|
||||
define('OGP_LANG_vsoverview_banlist_new_create', "Create");
|
||||
define('OGP_LANG_vsliveview_channelbackup_head', "Channel Backup");
|
||||
define('OGP_LANG_vsliveview_channelbackup_get', "Create and Download");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load', "Upload Channel Backup");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load_submit', "Recreate");
|
||||
define('OGP_LANG_vsliveview_channelbackup_new_added_ok', "Channel Backup successful.");
|
||||
define('OGP_LANG_time_day', "day");
|
||||
define('OGP_LANG_time_days', "days");
|
||||
define('OGP_LANG_time_hour', "hour");
|
||||
define('OGP_LANG_time_hours', "hours");
|
||||
define('OGP_LANG_time_minute', "minute");
|
||||
define('OGP_LANG_time_minutes', "minutes");
|
||||
define('OGP_LANG_time_second', "second");
|
||||
define('OGP_LANG_time_seconds', "seconds");
|
||||
define('OGP_LANG_e_2568', "You do not have sufficient rights.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "The templates folder (%s) is not writable.");
|
||||
define('OGP_LANG_unassign_from_subuser', "Unassign from subuser.");
|
||||
define('OGP_LANG_assign_to_subuser', "Assign to subuser.");
|
||||
define('OGP_LANG_select_subuser', "Select subuser.");
|
||||
define('OGP_LANG_no_ts3_servers_assigned_to_account', "You have no servers assigned to your account.");
|
||||
define('OGP_LANG_change_virtual_server', "Change Virtual Server");
|
||||
define('OGP_LANG_change_remote_server', "Change Remote Server");
|
||||
?>
|
||||
|
|
@ -1,70 +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_install_plugin', "Eklentileri Yükle");
|
||||
define('OGP_LANG_install_mappack', "Haritaları Yükle");
|
||||
define('OGP_LANG_install_config', "Kurulumları Yükle");
|
||||
define('OGP_LANG_game_name', "Oyun Adı");
|
||||
define('OGP_LANG_directory', "Klasör Yolu");
|
||||
define('OGP_LANG_remote_server', "Uzak Sunucu");
|
||||
define('OGP_LANG_select_addon', "Addon ' u Seçin");
|
||||
define('OGP_LANG_install', "Kur");
|
||||
define('OGP_LANG_failed_to_start_file_download', "Dosya indirimi başlatılamadı.");
|
||||
define('OGP_LANG_no_games_servers_available', "Hesabınızda kullanılamayan oyun sunucusu yok");
|
||||
define('OGP_LANG_addon_installed_successfully', "Eklenti başarıyla yüklendi");
|
||||
define('OGP_LANG_path', "Yol");
|
||||
define('OGP_LANG_wait_while_decompressing', "%s dosyası açıldığında bekleyin");
|
||||
define('OGP_LANG_addon_name', "Ekleni Adı");
|
||||
define('OGP_LANG_url', "URL");
|
||||
define('OGP_LANG_select_game_type', "Oyun Türünü Seçiniz");
|
||||
define('OGP_LANG_plugin', "Eklenti");
|
||||
define('OGP_LANG_mappack', "Harita Paketi");
|
||||
define('OGP_LANG_config', "Yapılandırma");
|
||||
define('OGP_LANG_type', "Eklenti Türü");
|
||||
define('OGP_LANG_game', "Oyun");
|
||||
define('OGP_LANG_show_all_addons', "Tüm Eklentileri Göster");
|
||||
define('OGP_LANG_show_addons_for_selected_type', "Eklentileri Seçilen Tür İçin Göster");
|
||||
define('OGP_LANG_show_addons_for_selected_game', "Seçili Oyun İçin Eklentileri Göster");
|
||||
define('OGP_LANG_linux_games', "Linux Oyunları");
|
||||
define('OGP_LANG_windows_games', "Windows Oyunları");
|
||||
define('OGP_LANG_create_addon', "Eklenti oluştur");
|
||||
define('OGP_LANG_addons_db', "Eklenti Yöneticisi");
|
||||
define('OGP_LANG_addon_has_been_created', "Eklenti %s oluşturuldu.");
|
||||
define('OGP_LANG_remove_addon', "Eklenti Sil");
|
||||
define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Lütfen sıkıştırılmış bir dosya için bir URL adresi doldurun.");
|
||||
define('OGP_LANG_fill_the_addon_name', "Lütfen Eklenti paketi için bir ad doldurun.");
|
||||
define('OGP_LANG_select_an_addon_type', "Lütfen bir eklenti türü seçin.");
|
||||
define('OGP_LANG_select_a_game_type', "Lütfen bir oyun türü seçin.");
|
||||
define('OGP_LANG_edit_addon', "Eklenti Düzenleme");
|
||||
define('OGP_LANG_post-script', "Yükleme sonrası komut dosyası (bash)");
|
||||
define('OGP_LANG_replacements', "Yedekler:");
|
||||
define('OGP_LANG_addon_name_info', "Bu Eklenti için bir ad girin, bu kullanıcının gördüğü addır.");
|
||||
define('OGP_LANG_url_info', "İndirilecek bir dosyayı içeren bir web adresi girin, zip biçiminde sıkıştırılmışsa veya tar.gz dosyasının, sunucunun kök dizininde veya aşağıda verilen yolda açılması gerekir.");
|
||||
define('OGP_LANG_path_info', "Yol, sunucu klasörüne göreli olmalı ve başında veya sonunda eğik çizgi içermemelidir, örneğin: cstrike / cfg. Boş bırakılırsa sunucu kök yolu kullanılır");
|
||||
define('OGP_LANG_post-script_info', "Bash dil kodunu girin, bu komut dosyası olarak yürütülecektir, yüklemeyi özelleştirmek için metin değiştirmelerini kullanabilir, eklentiyi yüklediğiniz sunucudaki verilerle değiştirilecektir. Komut dosyası sunucunun kök dizininden veya belirtilen yoldan başlayacaktır.");
|
||||
define('OGP_LANG_show_to_group', "Gruba göster");
|
||||
define('OGP_LANG_all_groups', "Tüm gruplar");
|
||||
define('OGP_LANG_show_addons_for_selected_group', "Seçilen gruplar için eklentileri göster");
|
||||
define('OGP_LANG_group', "Grup");
|
||||
?>
|
||||
|
|
@ -1,49 +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_external_links', "Harici Bağlantılar");
|
||||
define('OGP_LANG_url', "URL");
|
||||
define('OGP_LANG_name', "Ad");
|
||||
define('OGP_LANG_add_it', "Ekle");
|
||||
define('OGP_LANG_link_has_been_removed', "%s bağlantısı silindi.");
|
||||
define('OGP_LANG_db_backup', "Veritabanı Yedeği");
|
||||
define('OGP_LANG_download_db_backup', "Veritabanı Yedeğini İndir");
|
||||
define('OGP_LANG_restore_db_backup', "Veritabanı Yedeğini Geri Yükle");
|
||||
define('OGP_LANG_sql_file', "Dosya(.sql)");
|
||||
define('OGP_LANG_change_buttons_order', "Butonların sırasını değiştir");
|
||||
define('OGP_LANG_when', "Tarih/Zaman");
|
||||
define('OGP_LANG_who', "Kullanıcı Adı");
|
||||
define('OGP_LANG_where', "IP adresi");
|
||||
define('OGP_LANG_what', "İşlem");
|
||||
define('OGP_LANG_search', "Ara");
|
||||
define('OGP_LANG_empty_logger', "Logları boşalt");
|
||||
define('OGP_LANG_ban_list', "Yasak Listesi");
|
||||
define('OGP_LANG_no_banned_ips', "Yasaklanmış IP yok");
|
||||
define('OGP_LANG_unban', "IP yasağını kaldır");
|
||||
define('OGP_LANG_client_ip', "Kullanıcı IP'si");
|
||||
define('OGP_LANG_banned_until', "Yasak Bitiş Süresi");
|
||||
define('OGP_LANG_unban_selected_ips', "Seçilen IP'lerin yasağını kaldır");
|
||||
define('OGP_LANG_view', "Görüntüle");
|
||||
define('OGP_LANG_per_page', "sayfa başına günlük girişi");
|
||||
?>
|
||||
|
|
@ -1,43 +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_resetting_configs', "Bütün yapılandırmalar sıfırlanıyor");
|
||||
define('OGP_LANG_updating_configs', "Eski yapılandırmalar güncelleniyor");
|
||||
define('OGP_LANG_configs_updated_ok', "Konfigürasyonlar başarıyla tekrar okundu.");
|
||||
define('OGP_LANG_reset_old_configs', "Eski yapılandırmaları sıfırla");
|
||||
define('OGP_LANG_update_configs', "Yapılandırmaları Güncelle");
|
||||
define('OGP_LANG_game_config_setup', "Oyun Yapılandırmalarını Kur");
|
||||
define('OGP_LANG_config_reset_warning', "Eski yapılandırmaları sildiğinizde atanan sunucuda sorunlar oluşabilir çünkü id numaraları yeni konfigürasyonla uyuşmayabilir.");
|
||||
define('OGP_LANG_modify_configs_info', "Eğer oyunun konfigürasyonunu düzenlemek istiyorsanız, %s içinde bulunan dosyaları düzenleyebilirsiniz.");
|
||||
define('OGP_LANG_updating_config_from_file', "Yapılandırma %s dosyasından güncelleniyor.");
|
||||
define('OGP_LANG_error_when_handling_file', "%s dosyası ele alındığında bir hata oluşuyor.");
|
||||
define('OGP_LANG_error_while_adding_cfg_to_db', "%s'den veri tabanına veri eklendiğinde hata oluşuyor.");
|
||||
define('OGP_LANG_no_configs_found', "%s dosyasında bir ayar bulunamadı.");
|
||||
define('OGP_LANG_select_game', "Oyun Seç");
|
||||
define('OGP_LANG_create_xml_configs', "XML Ayarı Oluştur");
|
||||
define('OGP_LANG_failed_to_delete_config_from_db', "%s ayarları veri tabanından silinemedi.");
|
||||
define('OGP_LANG_failed_removing_file', "%s dosyası silinemedi.");
|
||||
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "%s için ayarlar depolama alanından ve veri tabanından silindi.");
|
||||
define('OGP_LANG_delete_game_config_for', "%s için oyun ayarlarını diskten ve veri tabanından sil.");
|
||||
?>
|
||||
|
|
@ -1,43 +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_dashboard_ftp_text', "FTP istemcisi dosyaları sıkıştırıp mail ile gönderebilir, ayrıca çıkarabilirde, yazı dosyalarını düzenle ve daha fazlası");
|
||||
define('OGP_LANG_dashboard_addons_manager_text', "OGP ile tüm farklı hizmetleri yönetin. Doğrudan OGP tarafından sağlanan 115'ten fazla sunucu arasından seçim yapın.");
|
||||
define('OGP_LANG_dashboard_game_monitor_text', "Trafiğini ve log kayıtlarını hızlıca görüntüle ve izle. Hangi sunucuların çevrimiçi veya çevrimdışı olduğunu görebilirsin.");
|
||||
define('OGP_LANG_dashboard_support_text', "Forum'daki OGP Profesyonel Takımından destek alın. Hızlı dönüt ve mükemmel dikkat");
|
||||
define('OGP_LANG_welcome_text', "Open Game Panel'e (OGP) Hoşgeldiniz. OGP farklı oyun sunucularını yüklemenizi, başlatmanızı ve görüntülemenizi sağlayan açık kaynak kodlu bir yazılımdır.");
|
||||
define('OGP_LANG_any_server_is_online', "Herhangi bir sunucu Çevrimiçi");
|
||||
define('OGP_LANG_current_map', "Şu Anki Harita");
|
||||
define('OGP_LANG_server_ip_port', "IP:Port");
|
||||
define('OGP_LANG_statistics', "Istatistikler");
|
||||
define('OGP_LANG_servers', "Sunucular");
|
||||
define('OGP_LANG_players', "Oyuncular");
|
||||
define('OGP_LANG_server_status', "Sunucu Durumu");
|
||||
define('OGP_LANG_no_games_to_monitor', "Şu anda hiç çevrimiçi/çevrimdışı sunucu yok");
|
||||
define('OGP_LANG_online_servers', "Çevrimiçi Sunucular");
|
||||
define('OGP_LANG_add_games_in', "Oyun eklemek isterseniz %s üzerinden ekleyebilirsiniz.");
|
||||
define('OGP_LANG_currently_online', "Şu Anda Çevrimiçi");
|
||||
define('OGP_LANG_game_servers', "Oyun Sunucuları");
|
||||
define('OGP_LANG_select_remote_server', "Uzak Sunucuyu Seçin");
|
||||
?>
|
||||
|
|
@ -1,30 +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_dsi_long', "Dinamik Sunucu Görüntüsü");
|
||||
define('OGP_LANG_dsi_select_server', "Lütfen açılan listeden bir sunucu seçin");
|
||||
define('OGP_LANG_dsi_admin_long', "Dinamik Sunucu Görüntü Ayarları");
|
||||
define('OGP_LANG_dsi_list', "Dinamik Sunucu Görüntü Listesi");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Hesabınıza atanmış bir sunucu yok.");
|
||||
?>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "Konfigürsayon Dosyaları");
|
||||
define('OGP_LANG_editing_file', "Dosya Düzenleniyor");
|
||||
define('OGP_LANG_no_server_specfied', "Sunucu kimliği belirtilmedi - herhangi bir ayar dosyası listelenemedi.");
|
||||
define('OGP_LANG_no_home', "Verilen sunucu kimliğine erişiminiz bulunmuyor.");
|
||||
define('OGP_LANG_no_configs_for_game', "Bunun tanınlanmış konfigürasyon dosyası yok.");
|
||||
define('OGP_LANG_name', "Ad");
|
||||
define('OGP_LANG_no_description', "Açıklama Yok");
|
||||
define('OGP_LANG_description', "Açıklama");
|
||||
define('OGP_LANG_invalid_file', "Belirlenmiş dosyalar düzenlenemez.");
|
||||
define('OGP_LANG_wrote_changes', "Dosya başarıyla kaydedildi.");
|
||||
define('OGP_LANG_failed_write', "Dosya kaydı başarısız.");
|
||||
define('OGP_LANG_failed_read', "Dosya okunması başarısız.");
|
||||
define('OGP_LANG_save', "Kaydet");
|
||||
define('OGP_LANG_go_back', "Geri Dön");
|
||||
define('OGP_LANG_new_file', "Yeni Dosya");
|
||||
|
|
@ -1,43 +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.
|
||||
*
|
||||
*/
|
||||
|
||||
include 'update.php';
|
||||
define('OGP_LANG_unable_download', "%s indirilemedi.");
|
||||
define('OGP_LANG_md5_failed', "%s için yapılan MD5 testi başarısız, tekrar deneyin.");
|
||||
define('OGP_LANG_uninstall', "Kaldır");
|
||||
define('OGP_LANG_install', "Kur");
|
||||
define('OGP_LANG_uptodate', "Güncel");
|
||||
define('OGP_LANG_update_available', "Güncelleme mevcut");
|
||||
define('OGP_LANG_not_installed', "Kurulmamış");
|
||||
define('OGP_LANG_installed', "Kuruldu");
|
||||
define('OGP_LANG_download_update', "İndir/Güncelle");
|
||||
define('OGP_LANG_are_you_sure', "Emin misiniz");
|
||||
define('OGP_LANG_uninstalling_module_dataloss', "Bir modülü kaldırarak bununla ilgili tüm verileri kaybedersiniz.");
|
||||
define('OGP_LANG_remove_files_for', "Tüm dosyaları silmek istiyor musunuz");
|
||||
define('OGP_LANG_confirm', "Kabul Et");
|
||||
define('OGP_LANG_cancel', "İptal Et");
|
||||
define('OGP_LANG_extra_themes', "Ekstra temalar");
|
||||
define('OGP_LANG_extra_modules', "Ekstra modüller");
|
||||
define('OGP_LANG_search_for_updates', "Güncellemeleri kontrol et");
|
||||
?>
|
||||
|
|
@ -1,75 +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_create_alias', "Takma ad ve Klasör Oluştur");
|
||||
define('OGP_LANG_save_as', "Farklı Kaydet");
|
||||
define('OGP_LANG_failure', "Hata Takma Adı Oluşturulurken Bir Hata Meydana Geldi");
|
||||
define('OGP_LANG_success', "Başarılı");
|
||||
define('OGP_LANG_fast_download_service_for', "Hizmet İndirme %s Servis İçin Yönlendirme Hizmeti");
|
||||
define('OGP_LANG_to_the_path', "Dizin");
|
||||
define('OGP_LANG_at_url', "URL");
|
||||
define('OGP_LANG_create_alias_for', "Takma Adı Oluştur");
|
||||
define('OGP_LANG_fast_dl', "Hızlı İndirme Yönlendirme (FastDL)");
|
||||
define('OGP_LANG_current_aliases_at_remote_server', "Uzak Sunucudaki Farklı Kimlikler");
|
||||
define('OGP_LANG_delete_selected_aliases', "Seçili Kimlikleri Sil");
|
||||
define('OGP_LANG_no_aliases_defined', "Bu Uzak Sunucu İçin Henüz OGP Tarafından Verilen Web Adı Yok");
|
||||
define('OGP_LANG_fastdl_port', "Bağlantı Noktası");
|
||||
define('OGP_LANG_fastdl_port_info', "Hızlı İndirme Programınızın Başlayacağı Bağlantı Noktası.");
|
||||
define('OGP_LANG_fastdl_ip', "IP Adresi");
|
||||
define('OGP_LANG_fastdl_ip_info', "Hızlı İndirme Sunucunuzun Başlayacağı IP Adresi Veya Dizin Klasöründe, /etc/hosts Adresinde Listelenmesi Gerekir.");
|
||||
define('OGP_LANG_listing', "Listeleyiş");
|
||||
define('OGP_LANG_listing_info', "'Açık Veri' Bulunuyorsa Sunucu Klasörleri Listelenecektir");
|
||||
define('OGP_LANG_fast_dl_advanced', "Panel Ayarları");
|
||||
define('OGP_LANG_apply_settings_and_restart_fastdl', "Daemon ayarlarını kaydet ve yeniden başlat");
|
||||
define('OGP_LANG_stop_fastdl', "Hızlı İndirme Daemon'u Durdur");
|
||||
define('OGP_LANG_fast_download_daemon_running', "Hızlı indirme hizmeti çalışıyor.");
|
||||
define('OGP_LANG_fast_download_daemon_not_running', "Hızlı indirme hizmeti çalışmıyor.");
|
||||
define('OGP_LANG_fastdl_could_not_be_restarted', "Hızlı indirme hizmeti yeniden başlatılamadı.");
|
||||
define('OGP_LANG_configuration_file_could_not_be_written', "Belirlenmiş dosyalar düzenlenemez.");
|
||||
define('OGP_LANG_remove_folders', "Seçilen takma adları için klasörü kaldırın.");
|
||||
define('OGP_LANG_remove_folder', "Eklenti Sil");
|
||||
define('OGP_LANG_delete_alias', "Sil");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Hesabınıza atanmış bir sunucu yok.");
|
||||
define('OGP_LANG_select_remote_server', "Uzak Sunucuyu Seçin");
|
||||
define('OGP_LANG_access_rules', "Erişim kuralları");
|
||||
define('OGP_LANG_create_aliases', "Takma ad ve klasör oluştur");
|
||||
define('OGP_LANG_select_game', "Oyun Seç");
|
||||
define('OGP_LANG_games_without_specified_rules', "Belirli Kurallar Ve Varolmayan Oyunlar");
|
||||
define('OGP_LANG_match_file_extension', "Eşleme dosya uzantısı");
|
||||
define('OGP_LANG_match_file_extension_info', "Virgülle ayrılmış uzantıları belirtin. <br> Eşleşilen Dosyalara Erişim Olacaktır. Sınırsız Erişim <br>Başarısız<b>");
|
||||
define('OGP_LANG_match_client_ip', "Kullanıcı IP'si");
|
||||
define('OGP_LANG_match_client_ip_info', "IP'ile Eşleşen Veri Varsa Bağlantı İle Eşleşecektir<br>Sınırsız Erişim İçin Boş Alanı Kullanabilirsiniz<br>Boşluğa Göre Birden Fazla IP Veya Aralık Görünüyor:<br>/xx Alt Bağlantılar<br>Örnek: 10.0.0.0/16/xxx.xxx.xxx.xxx Alt Bağlantılar<br>Örnek:Example: 10.0.0.0/255.0.0.0<br>Tire Aralıkları <br>Örnek : 10.0.0.5-230<br>Yıldız Eşleştirme<br>
|
||||
Örnek: 10.0.*.*");
|
||||
define('OGP_LANG_save_access_rules', "Erişim kurallarını kaydet");
|
||||
define('OGP_LANG_create_access_rules', "Erişim kuralı oluştur");
|
||||
define('OGP_LANG_invalid_entries_found', "Geçersiz Alan Tespit Edildi");
|
||||
define('OGP_LANG_game_name', "Oyun adı");
|
||||
define('OGP_LANG_alias_already_exists', "%s Adlı Değer Zaten Bulunuyor");
|
||||
define('OGP_LANG_warning_access_rules_applied_once_alias_created', "UYARI: Takma ad oluşturulduğunda erişim kuralları uygulanır. Geçerli takma adlara hiçbir değişiklik uygulanmayacak.");
|
||||
define('OGP_LANG_autostart_on_agent_startup', "İzleyici Otomatik Olarak Başlatılacaktır");
|
||||
define('OGP_LANG_autostart_on_agent_startup_info', "Aracı başladığında hızlı indirme arka planını otomatik olarak başlat.");
|
||||
define('OGP_LANG_port_forwarded_to_80', "Port 80 üzerinden iletiliyor");
|
||||
define('OGP_LANG_port_forwarded_to_80_info', "Bu hızlı indirme programı için yapılandırılan bağlantı noktası 80 numaralı bağlantı noktasından iletildiyse bu seçeneği etkinleştirin, böylece bağlantı noktası URL'lerde gizlenecektir.");
|
||||
define('OGP_LANG_current_access_rules', "Geçerli erişim kuralları");
|
||||
?>
|
||||
|
|
@ -1,35 +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_ftp_address', "FTP adresi: %s:%s");
|
||||
define('OGP_LANG_change_account_details', "Hesap detaylarını değiştir");
|
||||
define('OGP_LANG_remove_account', "Hesabı sil");
|
||||
define('OGP_LANG_ftp_account_already_exists', "Bu FTP hesabı zaten mevcut");
|
||||
define('OGP_LANG_full_path', "Ana sayfa dizini");
|
||||
define('OGP_LANG_add_ftp_account', "FTP hesabı ekle");
|
||||
define('OGP_LANG_remote_server', "Sunucu");
|
||||
define('OGP_LANG_server_name', "Sunucu adı");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "FTP kullanıcı adı çok uzun. 20 karakterden kısa bir kullanıcı adı deneyiniz.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "FTP şifresi çok uzun. 20 karakterden kısa bir şifre deneyiniz.");
|
||||
?>
|
||||
|
|
@ -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 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. 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. Then, use the link below to perform your desired action. 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");
|
||||
?>
|
||||
|
|
@ -1,88 +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_dir_not_found', "Directory '%s' not found from the server.");
|
||||
define('OGP_LANG_filename', "Dosya Adı");
|
||||
define('OGP_LANG_filesize', "Dosya boyutu");
|
||||
define('OGP_LANG_bytes', "Bayt");
|
||||
define('OGP_LANG_owner', "Sahip");
|
||||
define('OGP_LANG_group', "Group");
|
||||
define('OGP_LANG_empty_directory', "Dizin yolu boş");
|
||||
define('OGP_LANG_currently_viewing', "Currently viewing directory '%s'");
|
||||
define('OGP_LANG_wrote_changes', "Changes saved successfully.");
|
||||
define('OGP_LANG_failed_write', "Failed to write file to remote server.");
|
||||
define('OGP_LANG_failed_read', "Failed to read file from the remote server.");
|
||||
define('OGP_LANG_failed_list', "Failed to retrieve directory list.");
|
||||
define('OGP_LANG_level_up', "^Up one Level^");
|
||||
define('OGP_LANG_unallowed_char', "Unallowed characters found from the path.");
|
||||
define('OGP_LANG_button_edit', "[Edit]");
|
||||
define('OGP_LANG_save', "Save");
|
||||
define('OGP_LANG_home_id_missing', "Home ID is missing.");
|
||||
define('OGP_LANG_upload', "Upload");
|
||||
define('OGP_LANG_upload_failed', "Upload failed, the error was: %s.");
|
||||
define('OGP_LANG_can_not_create_upload_folder_path', "Can not create upload folder path %s");
|
||||
define('OGP_LANG_url_is_not_accesible_from_agent', "URL %s is not accessible from the Agent");
|
||||
define('OGP_LANG_upload_file', "Upload file");
|
||||
define('OGP_LANG_uncompress', "Uncompress");
|
||||
define('OGP_LANG_create_folder', "Create folder");
|
||||
define('OGP_LANG_create', "Create");
|
||||
define('OGP_LANG_delete_item', "Delete %s?");
|
||||
define('OGP_LANG_upload_in_progress', "Upload in progress...");
|
||||
define('OGP_LANG_upload_complete', "Upload complete.");
|
||||
define('OGP_LANG_chattr_yes', "Lock File");
|
||||
define('OGP_LANG_chattr_no', "Unlock File");
|
||||
define('OGP_LANG_secure_item', "Secure/Unsecure %s?");
|
||||
define('OGP_LANG_filesecure', "File Security");
|
||||
define('OGP_LANG_chattr_locked', "File Locked");
|
||||
define('OGP_LANG_chattr_unlocked', "File Unlocked");
|
||||
define('OGP_LANG_rename', "Rename");
|
||||
define('OGP_LANG_move', "Move");
|
||||
define('OGP_LANG_copy', "Copy");
|
||||
define('OGP_LANG_compress', "Compress");
|
||||
define('OGP_LANG_create_file', "Create File");
|
||||
define('OGP_LANG_select_at_least_one_item', "Select at least one item");
|
||||
define('OGP_LANG_rename_item', "Rename item(s)");
|
||||
define('OGP_LANG_move_item', "Move item(s)");
|
||||
define('OGP_LANG_copy_item', "Copy item(s)");
|
||||
define('OGP_LANG_compress_item', "Compress item(s)");
|
||||
define('OGP_LANG_uncompress_item', "Uncompress item(s)");
|
||||
define('OGP_LANG_archive_name', "Archive name");
|
||||
define('OGP_LANG_archive_type', "Archive type");
|
||||
define('OGP_LANG_file_name', "File name");
|
||||
define('OGP_LANG_folder_name', "folder name");
|
||||
define('OGP_LANG_compresses_files_separately', "compresses files separately");
|
||||
define('OGP_LANG_to', "to");
|
||||
define('OGP_LANG_upload_to_web', "Upload to web");
|
||||
define('OGP_LANG_transfer_to_server', "Transfer to server");
|
||||
define('OGP_LANG_mail_sent_successfully', "Email sent successfully");
|
||||
define('OGP_LANG_send_item_by_email', "Send item(s) by email");
|
||||
define('OGP_LANG_subject', "Subject");
|
||||
define('OGP_LANG_message', "Message");
|
||||
define('OGP_LANG_dest_email', "Destination email");
|
||||
define('OGP_LANG_remove', "Remove");
|
||||
define('OGP_LANG_send_by_email', "Send by email");
|
||||
define('OGP_LANG_send_by_email_info', "For sending files the 'mutt' package must be installed on all available Agents.");
|
||||
define('OGP_LANG_settings_updated', "Settings updated");
|
||||
define('OGP_LANG_update_settings', "Update settings");
|
||||
?>
|
||||
|
|
@ -1,44 +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_recover', "Unutulan şifrenizi kurtarın");
|
||||
define('OGP_LANG_back', "Geri");
|
||||
define('OGP_LANG_incomplete', "Lütfen geri dönüp formdaki tüm boşlukları doldurun.");
|
||||
define('OGP_LANG_subject', "Şifre İsteği");
|
||||
define('OGP_LANG_password_message', "Merhaba,<br><br>Şifreniz başarılı bir şekilde değiştirildi.<br><br>Yeni Şifreniz: %s<br><br>Şifrenizi değiştirmeyi unutmayın. <br><br>Lütfen bu e-postayı cevaplamayın!<br><br>______________________________<br>OGP Mail Servisi");
|
||||
define('OGP_LANG_send', "Şifreniz gönderildi! Lütfen mail adresiniz kontrol edin!");
|
||||
define('OGP_LANG_here', "Burada");
|
||||
define('OGP_LANG_to_login', "giriş");
|
||||
define('OGP_LANG_errormail', "Mail adresiniz doğru değil.");
|
||||
define('OGP_LANG_submit', "Gönder");
|
||||
define('OGP_LANG_click', "Tıkla");
|
||||
define('OGP_LANG_mail_settings_missing', "Panel mail ayarları tamamlanmadığı için şifrenizi gönderemiyoruz. OGP yöneticiniz ile iletişime geçin.");
|
||||
define('OGP_LANG_mail_failed', "Mail gönderilemedi.");
|
||||
define('OGP_LANG_email', "Mail");
|
||||
define('OGP_LANG_enter_email', "Lütfen mail adresinizi girin");
|
||||
define('OGP_LANG_webmaster', "Web yöneticisi");
|
||||
define('OGP_LANG_confirm_send', "Şifrenizi yenilemeden önce size güvenlik amaçlı bir e-posta gönderdik.<br><b style='color:red;'>Lütfen mail adresinizi kontrol ediniz.</b>");
|
||||
define('OGP_LANG_confirm_change_subject', "Şifre değişikliği onay e-postası");
|
||||
define('OGP_LANG_confirm_change_password_message', "Merhaba,<br><br>Şifrenizi yenilemek için lütfen linke tıklayın:<br><br>%s<br><br>Not: Eğer bu talebi siz göndermediyseniz bu e-postayı gözardı edebilirsiniz.<br><br>Lütfen bu e-postayı cevaplamayın.<br><br>______________________________<br>OGP Mail Servisi");
|
||||
?>
|
||||
|
|
@ -1,56 +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_module_id', "Modül ID");
|
||||
define('OGP_LANG_module_name', "Modül Adı");
|
||||
define('OGP_LANG_module_folder', "Modül Klasörü");
|
||||
define('OGP_LANG_module_version', "Modül Sürümü");
|
||||
define('OGP_LANG_db_version', "DB Sürümü");
|
||||
define('OGP_LANG_modules_available_for_install', "Kurulum için Hazır Özel Modüller:");
|
||||
define('OGP_LANG_install', "Yükle");
|
||||
define('OGP_LANG_uninstall', "Kaldır");
|
||||
define('OGP_LANG_modules', "Modüller");
|
||||
define('OGP_LANG_update_modules', "Modülleri Güncelle");
|
||||
define('OGP_LANG_no_installed_modules', "Kurulu modül bulunamadı.");
|
||||
define('OGP_LANG_not_complete', "Yükle/Kaldır özelliği tamamlanmadı ve düzgün çalışmıyor. UYARI: OGP Veritabanında veri kaybı oluşabilir!");
|
||||
define('OGP_LANG_core_mods_installed', "Yüklü Çekirdek Modülleri:");
|
||||
define('OGP_LANG_custom_mods_installed', "Yüklü Özel Modüller:");
|
||||
define('OGP_LANG_installing_module', "'%s' mödülü yükleniyor.");
|
||||
define('OGP_LANG_successfully_installed_module', "%s modülü başarıyla yüklendi.");
|
||||
define('OGP_LANG_failed_to_install_module', "%s modülü yüklenirken hata oluştu.");
|
||||
define('OGP_LANG_adding_module', "'%s' adında modül ekleniyor.");
|
||||
define('OGP_LANG_module_already_installed', "'%s' adlı modül zaten yüklü.");
|
||||
define('OGP_LANG_uninstalling_module', "'%s' modülü kaldırılıyor.");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "'%s' modülü başarıyla kaldırıldı.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "'%s' modülü kaldırılamadı.");
|
||||
define('OGP_LANG_module_file_missing', "module.php dosyasında dizin eksik.");
|
||||
define('OGP_LANG_module_file_missing_info', "gerekli bilgileri eksik.");
|
||||
define('OGP_LANG_query_failed', "Sorgu yürütülemedi");
|
||||
define('OGP_LANG_query_failed_2', "veritabanına.");
|
||||
define('OGP_LANG_failed_del_db', "Veritabanından modül silinemedi.");
|
||||
define('OGP_LANG_updated_module', "Güncellenen modül: '%s'");
|
||||
define('OGP_LANG_updating_modules', "Modüller Güncelleniyor");
|
||||
define('OGP_LANG_updating_finished', "Güncelleme Bitti.");
|
||||
define('OGP_LANG_prereqs_missing', "%s kurulabilmesi için %s önkoşulları sunucuya yüklenmelidir.");
|
||||
?>
|
||||
|
|
@ -1,115 +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_configured_mysql_hosts', "Configured MySQL Hosts");
|
||||
define('OGP_LANG_add_new_mysql_host', "Add MySQL host");
|
||||
define('OGP_LANG_enter_mysql_ip', "Enter MySQL IP.");
|
||||
define('OGP_LANG_enter_valid_port', "Enter a valid port.");
|
||||
define('OGP_LANG_enter_mysql_root_password', "Enter MySQL root password.");
|
||||
define('OGP_LANG_enter_mysql_name', "Enter MySQL name.");
|
||||
define('OGP_LANG_could_not_add_mysql_server', "Could not add MySQL server.");
|
||||
define('OGP_LANG_game_server_name_info', "Server name helps users to identify their servers.");
|
||||
define('OGP_LANG_note_mysql_host', "Note: Using a 'Direct connection' the server must accept external connections so the servers can connect remotely, whereas connecting through a remote server it will be used just as a local connection.");
|
||||
define('OGP_LANG_direct_connection', "Direct connection");
|
||||
define('OGP_LANG_connection_through_remote_server_named', "Connection through remote server named %s");
|
||||
define('OGP_LANG_add_mysql_server', "Add MySQL server");
|
||||
define('OGP_LANG_mysql_online', "MySQL online");
|
||||
define('OGP_LANG_mysql_offline', "MySQL offline");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Encryption key mismatch");
|
||||
define('OGP_LANG_unknown_error', "Unknown error");
|
||||
define('OGP_LANG_remove', "Delete");
|
||||
define('OGP_LANG_assign_db', "Assign Database");
|
||||
define('OGP_LANG_mysql_server_name', "MySQL server name");
|
||||
define('OGP_LANG_server_status', "Server status");
|
||||
define('OGP_LANG_mysql_ip_port', "MySQL IP:port");
|
||||
define('OGP_LANG_mysql_root_passwd', "MySQL root password");
|
||||
define('OGP_LANG_connection_method', "Connection method");
|
||||
define('OGP_LANG_user_privilegies', "User privileges");
|
||||
define('OGP_LANG_current_dbs', "Current databases");
|
||||
define('OGP_LANG_mysql_name', "MySQL server name");
|
||||
define('OGP_LANG_mysql_ip', "MySQL IP");
|
||||
define('OGP_LANG_mysql_port', "MySQL port");
|
||||
define('OGP_LANG_privilegies', "privileges");
|
||||
define('OGP_LANG_all', "All");
|
||||
define('OGP_LANG_custom', "Custom");
|
||||
define('OGP_LANG_server_added', "Server added.");
|
||||
define('OGP_LANG_sql_alter', "ALTER");
|
||||
define('OGP_LANG_sql_create', "CREATE");
|
||||
define('OGP_LANG_sql_create_temporary_tables', "CREATE TEMPORARY TABLES");
|
||||
define('OGP_LANG_sql_drop', "DROP");
|
||||
define('OGP_LANG_sql_index', "INDEX");
|
||||
define('OGP_LANG_sql_insert', "INSERT");
|
||||
define('OGP_LANG_sql_lock_tables', "LOCK TABLES");
|
||||
define('OGP_LANG_sql_select', "SELECT");
|
||||
define('OGP_LANG_sql_grant_option', "GRANT OPTION");
|
||||
define('OGP_LANG_sql_update', "UPDATE");
|
||||
define('OGP_LANG_sql_delete', "DELETE");
|
||||
define('OGP_LANG_sql_alter_info', "<b>Enables use of ALTER TABLE.</b>");
|
||||
define('OGP_LANG_sql_create_info', "<b>Enables use of CREATE TABLE.</b>");
|
||||
define('OGP_LANG_sql_create_temporary_tables_info', "<b>Enables use of CREATE TEMPORARY TABLE.</b>");
|
||||
define('OGP_LANG_sql_delete_info', "<b>Enables use of DELETE.</b>");
|
||||
define('OGP_LANG_sql_drop_info', "<b>Enables use of DROP TABLE.</b>");
|
||||
define('OGP_LANG_sql_index_info', "<b>Enables use of CREATE INDEX and DROP INDEX.</b>");
|
||||
define('OGP_LANG_sql_insert_info', "<b>Enables use of INSERT.</b>");
|
||||
define('OGP_LANG_sql_lock_tables_info', "<b>Enables use of LOCK TABLES on tables for which you have the SELECT privilege.</b>");
|
||||
define('OGP_LANG_sql_select_info', "<b>Enables use of SELECT.</b>");
|
||||
define('OGP_LANG_sql_update_info', "<b>Enables use of UPDATE.</b>");
|
||||
define('OGP_LANG_sql_grant_option_info', "<b>Enables privileges to be granted.</b>");
|
||||
define('OGP_LANG_select_game_server', "Select game server");
|
||||
define('OGP_LANG_invalid_mysql_server_id', "Invalid MySQL server ID.");
|
||||
define('OGP_LANG_there_is_another_db_named_or_user_named', "There is another database named <b>%s</b> or another user named <b>%s</b>.");
|
||||
define('OGP_LANG_db_added_for_home_id', "Added database for home ID <b>%s</b>.");
|
||||
define('OGP_LANG_could_not_remove_db', "The selected database could not be removed.");
|
||||
define('OGP_LANG_db_removed_successfully_from_mysql_server_named', "The database was removed from server %s.");
|
||||
define('OGP_LANG_areyousure_remove_mysql_server', "Are you sure that you want remove MySQL server named <b>%s</b>?");
|
||||
define('OGP_LANG_db_changed_successfully', "The database named %s was changed successfully.");
|
||||
define('OGP_LANG_error_while_remove', "Error while remove.");
|
||||
define('OGP_LANG_mysql_server_removed', "MySQL server named <b>%s</b> has been removed successfully.");
|
||||
define('OGP_LANG_unable_to_set_changes_to', "Unable to set changes to MySQL server named <b>%s</b>.");
|
||||
define('OGP_LANG_mysql_server_settings_changed', "MySQL server named <b>%s</b> has been changed successfully.");
|
||||
define('OGP_LANG_editing_mysql_server', "Editing MySQL server named <b>%s</b>.");
|
||||
define('OGP_LANG_save_settings', "Save settings");
|
||||
define('OGP_LANG_mysql_dbs_for', "Databases for server %s");
|
||||
define('OGP_LANG_edit_dbs', "Edit databases");
|
||||
define('OGP_LANG_edit_db_settings', "Edit database settings");
|
||||
define('OGP_LANG_remove_db', "Remove database");
|
||||
define('OGP_LANG_save_db_changes', "Save database changes.");
|
||||
define('OGP_LANG_add_db', "Add database");
|
||||
define('OGP_LANG_select_db', "Select database");
|
||||
define('OGP_LANG_db_user', "DB User");
|
||||
define('OGP_LANG_db_passwd', "DB Password");
|
||||
define('OGP_LANG_db_name', "DB name");
|
||||
define('OGP_LANG_enabled', "Enabled");
|
||||
define('OGP_LANG_game_server', "Game server");
|
||||
define('OGP_LANG_there_are_no_databases_assigned_for', "There are no databases assigned for <b>%s</b>.");
|
||||
define('OGP_LANG_unable_to_connect_to_mysql_server_as', "Unable to connect to MySQL server as %s.");
|
||||
define('OGP_LANG_unable_to_create_db', "Unable to create database.");
|
||||
define('OGP_LANG_unable_to_select_db', "Unable to select database %s.");
|
||||
define('OGP_LANG_db_info', "Database Information");
|
||||
define('OGP_LANG_db_tables', "Database tables");
|
||||
define('OGP_LANG_db_backup', "DB Backup");
|
||||
define('OGP_LANG_download_db_backup', "Download DB Backup");
|
||||
define('OGP_LANG_restore_db_backup', "Restore DB Backup");
|
||||
define('OGP_LANG_sql_file', "file(.sql)");
|
||||
?>
|
||||
|
|
@ -1,98 +0,0 @@
|
|||
<?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.");
|
||||
?>
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
<?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 komutları");
|
||||
define('OGP_LANG_has_sent_to', "gönderildi");
|
||||
define('OGP_LANG_need_set_remote_pass', "uzaktan kontrol şifresi belirlemelisiniz");
|
||||
define('OGP_LANG_before_sending_rcon_com', "RCON komutu göndermeden önce");
|
||||
define('OGP_LANG_send_command', "Komut gönder");
|
||||
define('OGP_LANG_check-all', "Tümünü seç");
|
||||
define('OGP_LANG_uncheck-all', "Tüm seçimleri kaldır");
|
||||
?>
|
||||
|
|
@ -1,55 +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_login_name', "Kullanıcı Adı");
|
||||
define('OGP_LANG_users_fname', "Ad");
|
||||
define('OGP_LANG_users_lname', "Soyad");
|
||||
define('OGP_LANG_users_passwd', "Şifre");
|
||||
define('OGP_LANG_users_cpasswd', "Şifrenizi onaylayın");
|
||||
define('OGP_LANG_passwd_len', "Şifreniz 6 karakterden uzun olmalıdır");
|
||||
define('OGP_LANG_err_password', "Şifre boş olamaz");
|
||||
define('OGP_LANG_err_confirm_password', "Şifrenizi onaylayın kısmı boş olamaz");
|
||||
define('OGP_LANG_err_password_mismatch', "Şifreler eşleşmiyor");
|
||||
define('OGP_LANG_phone_number', "Telefon Numaranız");
|
||||
define('OGP_LANG_users_email', "Email");
|
||||
define('OGP_LANG_register_a_new_user', "Kayıt Ol");
|
||||
define('OGP_LANG_password_mismatch', "Şifreler uyumsuz");
|
||||
define('OGP_LANG_confirm_password', "Şifreyi onaylayın");
|
||||
define('OGP_LANG_successfull', "Başarılı");
|
||||
define('OGP_LANG_click_here', "Buraya tıklayın");
|
||||
define('OGP_LANG_to_login', "giriş için.");
|
||||
define('OGP_LANG_registered_on', "%s olarak kayıt olundu.");
|
||||
define('OGP_LANG_register_message', "Hello,<br><br>Your Open Game Panel account has been created and you may <a href='%s' target='_blank'>login now</a>.<br><br>Username: %s<br><br>Remember to change your password often and the first time you login.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_err_captcha', "Captcha eşleşmiyor.");
|
||||
define('OGP_LANG_err_login_name', "Kullanıcı adı boş veya kullanımda.");
|
||||
define('OGP_LANG_err_first_name', "Adınızı girin.");
|
||||
define('OGP_LANG_err_last_name', "Soyad girilmedi.");
|
||||
define('OGP_LANG_err_phone_number', "Telefon Numarası girilmedi.");
|
||||
define('OGP_LANG_err_email_address', "Boş ya da hatalı mail adresi.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Bu mail adresini zaten <b>%s</b> tarafından kullanılıyor.");
|
||||
define('OGP_LANG_user_registration', "Kullanıcı Kaydı");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Hesap detaylarınız <b>%s</b> adresine gönderildi.");
|
||||
define('OGP_LANG_account_created', "Hesabınız oluşturuldu.");
|
||||
define('OGP_LANG_subject', "%s :: Hesap Bilgileri");
|
||||
?>
|
||||
|
|
@ -1,139 +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_add_new_remote_host', "Add New Remote Host");
|
||||
define('OGP_LANG_configured_remote_hosts', "Configured Remote Host");
|
||||
define('OGP_LANG_remote_host', "Remote Host");
|
||||
define('OGP_LANG_remote_host_info', "The remote host must be a pingable hostname!");
|
||||
define('OGP_LANG_remote_host_port', "Remote Host Port");
|
||||
define('OGP_LANG_remote_host_port_info', "The port that is listened by the OGP Agent on remote host. Default: 12679.");
|
||||
define('OGP_LANG_remote_host_name', "Remote Host Name");
|
||||
define('OGP_LANG_ogp_user', "OGP Agent Username");
|
||||
define('OGP_LANG_remote_host_name_info', "Remote host name is used to help users to identify their servers.");
|
||||
define('OGP_LANG_add_remote_host', "Add Remote Host");
|
||||
define('OGP_LANG_remote_encryption_key', "Remote Encryption Key");
|
||||
define('OGP_LANG_remote_encryption_key_info', "Remote encryption key is used to encrypt the data between the Panel and Agent. This key must be same in both sides.");
|
||||
define('OGP_LANG_server_name', "Server Name");
|
||||
define('OGP_LANG_agent_ip_port', "Agent IP:Port");
|
||||
define('OGP_LANG_agent_status', "Agent Status");
|
||||
define('OGP_LANG_ips', "IPs");
|
||||
define('OGP_LANG_add_more_ips', "If you want to enter more IPs press 'Set IPs' when all fields are full and an empty field will appear.");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Encryption key does not match with the Agent. Please recheck your Agent configuration.");
|
||||
define('OGP_LANG_no_ip_for_remote_host', "You need to add at least one (1) IP address for each remote host.");
|
||||
define('OGP_LANG_note_remote_host', "A remote host is a server where the OGP Agent is running on. Each host can have multiple number of IP addresses on which users can bind servers to.");
|
||||
define('OGP_LANG_ip_administration', "Server & IP Administration :: Open Game Panel");
|
||||
define('OGP_LANG_unknown_error', "Unknown error - status_chk returned");
|
||||
define('OGP_LANG_remote_host_user_name', "UNIX user");
|
||||
define('OGP_LANG_remote_host_user_name_info', "Username where the Agent is running. Example: Jonhy");
|
||||
define('OGP_LANG_remote_host_ftp_ip', "FTP IP");
|
||||
define('OGP_LANG_remote_host_ftp_ip_info', "The FTP server <b>IP</b> for the current Agent.");
|
||||
define('OGP_LANG_remote_host_ftp_port', "FTP Port");
|
||||
define('OGP_LANG_remote_host_ftp_port_info', "The FTP server <b>port</b> for the current Agent.");
|
||||
define('OGP_LANG_view_log', "View Log");
|
||||
define('OGP_LANG_status', "Status");
|
||||
define('OGP_LANG_stop_firewall', "Stop Firewall");
|
||||
define('OGP_LANG_start_firewall', "Start Firewall");
|
||||
define('OGP_LANG_seconds', "Seconds");
|
||||
define('OGP_LANG_reboot', "Remote Server Reboot");
|
||||
define('OGP_LANG_restart', "Restart Agent");
|
||||
define('OGP_LANG_confirm_reboot', "Are you sure you want to remotely reboot the entire physical server named '%s'?");
|
||||
define('OGP_LANG_confirm_restart', "Are you sure you want to restart the Agent named '%s'?");
|
||||
define('OGP_LANG_restarting', "Restarting Agent... Please wait.");
|
||||
define('OGP_LANG_restarted', "Agent successfully restarted.");
|
||||
define('OGP_LANG_reboot_success', "Server named '%s' was successfully rebooted. You will not be able to access the server until it has successfully booted.");
|
||||
define('OGP_LANG_invalid_remote_host_id', "Invalid remote host id '%s' given.");
|
||||
define('OGP_LANG_remote_host_removed', "Remote host called '%s' removed successfully.");
|
||||
define('OGP_LANG_editing_remote_server', "Editing remote server called '%s'");
|
||||
define('OGP_LANG_remote_server_settings_changed', "Changed settings for remote server '%s' successfully.");
|
||||
define('OGP_LANG_save_settings', "Save Settings");
|
||||
define('OGP_LANG_set_ips', "Set IPs");
|
||||
define('OGP_LANG_remote_ip', "Remote IP");
|
||||
define('OGP_LANG_remote_ips_for', "IPs for Game Servers To Use on Agent Server '%s'");
|
||||
define('OGP_LANG_ips_set_for_server', "IPs set for server called '%s' successfully.");
|
||||
define('OGP_LANG_could_not_remove_ip', "Could not remove old IP's from database.");
|
||||
define('OGP_LANG_could_add_ip', "Could add remote server IP to database.");
|
||||
define('OGP_LANG_areyousure_removeagent', "Are you sure you want to remove the Agent called");
|
||||
define('OGP_LANG_areyousure_removeagent2', "and all the homes related to it from the ogp database?");
|
||||
define('OGP_LANG_error_while_remove', "Error occurred while removing remote server.");
|
||||
define('OGP_LANG_add_ip', "Add IP");
|
||||
define('OGP_LANG_remove_ip', "Remove IP");
|
||||
define('OGP_LANG_edit_ip', "Edit IP");
|
||||
define('OGP_LANG_wrote_changes', "Changes saved successfully.");
|
||||
define('OGP_LANG_there_are_servers_running_on_this_ip', "There are servers running on this IP address.");
|
||||
define('OGP_LANG_enter_ip_host', "You must enter IP for the remote host.");
|
||||
define('OGP_LANG_enter_valid_ip', "You must enter valid port for the remote host. The port value can be between 0 and 65535, however recommendation is between 1024 and 65535.");
|
||||
define('OGP_LANG_could_not_add_server', "Could not add server");
|
||||
define('OGP_LANG_to_db', "to the database.");
|
||||
define('OGP_LANG_added_server', "Added server");
|
||||
define('OGP_LANG_with_port', "with port");
|
||||
define('OGP_LANG_to_db_succesfully', "to the database successfully.");
|
||||
define('OGP_LANG_unable_discover', "Unable to auto discover IPs on");
|
||||
define('OGP_LANG_set_ip_manually', "You'll have to set them manually.");
|
||||
define('OGP_LANG_found_ips', "Found IPs");
|
||||
define('OGP_LANG_for_remote_server', "for the remote server.");
|
||||
define('OGP_LANG_failed_add_ip', "Failed to add IP");
|
||||
define('OGP_LANG_timeout', "Time Out");
|
||||
define('OGP_LANG_timeout_info', "The time limit in seconds to get response from this Agent.");
|
||||
define('OGP_LANG_use_nat', "Use NAT");
|
||||
define('OGP_LANG_use_nat_info', "Enable if your remote server is using NAT rules. Use this setting if your game servers are running on internal private LAN IP addresses so that the panel will use your real remote IP address to query the game servers.");
|
||||
define('OGP_LANG_arrange_ports', "Arrange ports");
|
||||
define('OGP_LANG_assign_new_ports_range_for_ip', "Assign new ports range for IP %s");
|
||||
define('OGP_LANG_assigned_port_ranges_for_ip', "Assigned port ranges for IP %s");
|
||||
define('OGP_LANG_assigned_ports_for_ip', "Assigned ports for IP %s");
|
||||
define('OGP_LANG_unspecified_game_types', "Unspecified game types");
|
||||
define('OGP_LANG_start_port', "Start port:");
|
||||
define('OGP_LANG_end_port', "End port:");
|
||||
define('OGP_LANG_port_increment', "Port increment:");
|
||||
define('OGP_LANG_total_assignable_ports', "Total assignable ports:");
|
||||
define('OGP_LANG_available_range_ports', "Available range ports:");
|
||||
define('OGP_LANG_assign_range', "Assign range");
|
||||
define('OGP_LANG_edit_range', "Edit range");
|
||||
define('OGP_LANG_delete_range', "Delete range");
|
||||
define('OGP_LANG_home_id', "Home ID");
|
||||
define('OGP_LANG_home_path', "Home path");
|
||||
define('OGP_LANG_game_type', "Game type");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_invalid_values', "Invalid values.");
|
||||
define('OGP_LANG_ports_in_range_already_arranged', "Ports in range already arranged.");
|
||||
define('OGP_LANG_ports_range_already_configured_for', "Ports range already configured for %s.");
|
||||
define('OGP_LANG_ports_range_added_successfull_for', "Ports range added successfully for %s.");
|
||||
define('OGP_LANG_ports_range_deleted_successfull', "Ports range deleted successfully.");
|
||||
define('OGP_LANG_ports_range_edited_successfull_for', "Ports range edited successfully for %s.");
|
||||
define('OGP_LANG_editing_firewall_for_remote_server', "Editing Firewall for remote server named '%s'");
|
||||
define('OGP_LANG_default_allowed', "Allowed by default");
|
||||
define('OGP_LANG_allow_port_command', "Allow port command");
|
||||
define('OGP_LANG_deny_port_command', "Deny port command");
|
||||
define('OGP_LANG_allow_ip_port_command', "Allow IP:port command");
|
||||
define('OGP_LANG_deny_ip_port_command', "Deny IP:port command");
|
||||
define('OGP_LANG_enable_firewall_command', "Enable firewall command");
|
||||
define('OGP_LANG_disable_firewall_command', "Disable firewall command");
|
||||
define('OGP_LANG_get_firewall_status_command', "Get firewall status command");
|
||||
define('OGP_LANG_reset_firewall_command', "Reset firewall command");
|
||||
define('OGP_LANG_firewall_status', "Firewall status");
|
||||
define('OGP_LANG_save_firewall_settings', "Save firewall settings");
|
||||
define('OGP_LANG_reset_firewall', "Reset Firewall");
|
||||
define('OGP_LANG_firewall_settings', "Firewall Settings");
|
||||
define('OGP_LANG_display_public_ip', "Display Public IP");
|
||||
define('OGP_LANG_ips_can_be_internal_external', "Enter usable IP addresses. Public IP addresses and internal LAN IP addresses (for NAT setups) can be used.");
|
||||
?>
|
||||
|
|
@ -1,148 +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_maintenance_mode', "Maintenance");
|
||||
define('OGP_LANG_maintenance_mode_info', "Disable the Panel for normal users. Only administrators can access it during maintenance.");
|
||||
define('OGP_LANG_maintenance_title', "Maintenance Title");
|
||||
define('OGP_LANG_maintenance_title_info', "The title that is displayed to normal users during maintenance.");
|
||||
define('OGP_LANG_maintenance_message', "Maintenance Message");
|
||||
define('OGP_LANG_maintenance_message_info', "The message that is displayed to normal users during maintenance.");
|
||||
define('OGP_LANG_update_settings', "Update Settings");
|
||||
define('OGP_LANG_settings_updated', "Settings successfully updated.");
|
||||
define('OGP_LANG_panel_language', "Panel Language");
|
||||
define('OGP_LANG_panel_language_info', "This language is the default language of the panel. Users can change their own language from their profile editing page.");
|
||||
define('OGP_LANG_page_auto_refresh', "Page Auto Refresh");
|
||||
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.");
|
||||
define('OGP_LANG_smtp_server', "Outgoing E-Mail Server");
|
||||
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.");
|
||||
define('OGP_LANG_panel_email_address', "Outgoing E-Mail Address");
|
||||
define('OGP_LANG_panel_email_address_info', "This is the e-mail address that is in from field when passwords are sent to users.");
|
||||
define('OGP_LANG_panel_name', "Panel name");
|
||||
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.");
|
||||
define('OGP_LANG_feed_enable', "Enable LGSL Feed");
|
||||
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.");
|
||||
define('OGP_LANG_feed_url', "Feed URL");
|
||||
define('OGP_LANG_feed_url_info', "GrayCube.com is sharing a LGSL feed on the URL:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
|
||||
define('OGP_LANG_charset', "Character Encoding");
|
||||
define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Overrides the character encoding defined in language files. Leave it blank to use language default.");
|
||||
define('OGP_LANG_steam_user', "Steam User");
|
||||
define('OGP_LANG_steam_user_info', "This user is needed to log in to steam for download some new games like CS:GO.");
|
||||
define('OGP_LANG_steam_pass', "Steam Password");
|
||||
define('OGP_LANG_steam_pass_info', "Set here the steam account password.");
|
||||
define('OGP_LANG_steam_guard', "Steam Guard");
|
||||
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.");
|
||||
define('OGP_LANG_smtp_port', "SMTP Port");
|
||||
define('OGP_LANG_smtp_port_info', "If SMTP port is not the default port (25) Enter the SMTP port here.");
|
||||
define('OGP_LANG_smtp_login', "SMTP User");
|
||||
define('OGP_LANG_smtp_login_info', "If your SMTP server requires authentication, enter your user name here.");
|
||||
define('OGP_LANG_smtp_passw', "SMTP Password");
|
||||
define('OGP_LANG_smtp_passw_info', "If you do not set a password the SMTP authentication will be disabled.");
|
||||
define('OGP_LANG_smtp_secure', "SMTP Secure");
|
||||
define('OGP_LANG_smtp_secure_info', "Use SSL/TLS to connect to the SMTP server");
|
||||
define('OGP_LANG_time_zone', "Time Zone");
|
||||
define('OGP_LANG_time_zone_info', "Sets the default timezone used by all date/time functions.");
|
||||
define('OGP_LANG_query_cache_life', "Query cache life");
|
||||
define('OGP_LANG_query_cache_life_info', "Sets the timeout in seconds before the server status is refreshed.");
|
||||
define('OGP_LANG_query_num_servers_stop', "Disable Game Server Queries After");
|
||||
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.");
|
||||
define('OGP_LANG_editable_email', "Editable E-Mail Address");
|
||||
define('OGP_LANG_editable_email_info', "Select if users can edit their e-mail address or not.");
|
||||
define('OGP_LANG_old_dashboard_behavior', "Old Dashboard behavior");
|
||||
define('OGP_LANG_old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
|
||||
define('OGP_LANG_rsync_available', "Available Rsync servers");
|
||||
define('OGP_LANG_rsync_available_info', "Select what servers list will be shown in the rsync installation.");
|
||||
define('OGP_LANG_all_available_servers', "All available servers ( rsync_sites.list + rsync_sites_local.list )");
|
||||
define('OGP_LANG_only_remote_servers', "Only remote servers ( rsync_sites.list )");
|
||||
define('OGP_LANG_only_local_servers', "Only local servers ( rsync_sites_local.list )");
|
||||
define('OGP_LANG_header_code', "Header code");
|
||||
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.");
|
||||
define('OGP_LANG_support_widget_title', "Support widget title");
|
||||
define('OGP_LANG_support_widget_title_info', "A custom title for the support widget in the Dashboard.");
|
||||
define('OGP_LANG_support_widget_content', "Support widget content");
|
||||
define('OGP_LANG_support_widget_content_info', "The content of the support widget (HTML code allowed).");
|
||||
define('OGP_LANG_support_widget_link', "Support widget link");
|
||||
define('OGP_LANG_support_widget_link_info', "The URL of your support site.");
|
||||
define('OGP_LANG_recaptcha_site_key', "Recaptcha Site Key");
|
||||
define('OGP_LANG_recaptcha_site_key_info', "The site key provided to you by Google.");
|
||||
define('OGP_LANG_recaptcha_secret_key', "Recaptcha Secret Key");
|
||||
define('OGP_LANG_recaptcha_secret_key_info', "The secret key provided to you by Google.");
|
||||
define('OGP_LANG_recaptcha_use_login', "Use Recaptcha on Login");
|
||||
define('OGP_LANG_recaptcha_use_login_info', "If enabled, users will have to solve the Not a Robot Recaptcha when attempting to login.");
|
||||
define('OGP_LANG_login_attempts_before_banned', "Number of failed login attempts before user is banned");
|
||||
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.");
|
||||
define('OGP_LANG_custom_github_update_username', "GitHub update username");
|
||||
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.");
|
||||
define('OGP_LANG_remote_query', "Remote query");
|
||||
define('OGP_LANG_remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
|
||||
define('OGP_LANG_check_expiry_by', "Check expiration using");
|
||||
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.");
|
||||
define('OGP_LANG_once_logged_in', "Once Logged In");
|
||||
define('OGP_LANG_cron_job', "Cron Job");
|
||||
define('OGP_LANG_theme_settings', "Theme Settings");
|
||||
define('OGP_LANG_theme', "Theme");
|
||||
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.");
|
||||
define('OGP_LANG_welcome_title', "Welcome Title");
|
||||
define('OGP_LANG_welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
|
||||
define('OGP_LANG_welcome_title_message', "Welcome Title Message");
|
||||
define('OGP_LANG_welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
|
||||
define('OGP_LANG_logo_link', "Logos Link");
|
||||
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>");
|
||||
define('OGP_LANG_custom_tab', "Custom Tab");
|
||||
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>");
|
||||
define('OGP_LANG_custom_tab_name', "Custom Tab Name");
|
||||
define('OGP_LANG_custom_tab_name_info', "The tabs display name.");
|
||||
define('OGP_LANG_custom_tab_link', "Custom Tab Link");
|
||||
define('OGP_LANG_custom_tab_link_info', "The tabs hyperlink.");
|
||||
define('OGP_LANG_custom_tab_sub', "Custom Sub-Tabs");
|
||||
define('OGP_LANG_custom_tab_sub_info', "Adds customisable sub-tabs when hovering over the 'Custom Tab'.");
|
||||
define('OGP_LANG_custom_tab_sub_name', "Sub-Tab #1 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link', "Sub-Tab #1 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name2', "Sub-Tab #2 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link2', "Sub-Tab #2 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name3', "Sub-Tab #3 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link3', "Sub-Tab #3 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name4', "Sub-Tab #4 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link4', "Sub-Tab #4 Link");
|
||||
define('OGP_LANG_custom_tab_target_blank', "Custom Tabs Target");
|
||||
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>");
|
||||
define('OGP_LANG_bg_wrapper', "Wrapper Background");
|
||||
define('OGP_LANG_bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
|
||||
define('OGP_LANG_show_server_id_game_monitor', "Show Server IDs on Game Monitor page");
|
||||
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.");
|
||||
define('OGP_LANG_default_game_server_home_path_prefix', "Default game server home directory prefix");
|
||||
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.");
|
||||
define('OGP_LANG_use_authorized_hosts', "Limit API to Defined Authorized Hosts");
|
||||
define('OGP_LANG_use_authorized_hosts_info', "Enable this setting to only allow API calls from pre-defined and approved IP addresses. Approved addresses can be set on this page once the setting has been enabled. If this setting is disabled, a user using a valid key will have access to the API from any IP address. Users using a valid key will be able to use the API to manage any game server they have permissions to administrate.");
|
||||
define('OGP_LANG_setup_api_authorized_hosts', "Setup API authorized hosts");
|
||||
define('OGP_LANG_autohorized_hosts', "Authorized hosts");
|
||||
define('OGP_LANG_add', "Add");
|
||||
define('OGP_LANG_remove', "Remove");
|
||||
define('OGP_LANG_default_trusted_hosts', "Default Trusted Hosts");
|
||||
define('OGP_LANG_trusted_host_or_proxy_addresses_or_cidr', "Trusted Hosts or Proxies (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_trusted_forwarded_ip_addresses_or_cidr', "Trusted Forwarded IPs (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_reset_game_server_order', "Reset Game Server Ordering");
|
||||
define('OGP_LANG_reset_game_server_order_info', "Resets game server ordering back to the default of using the server ID");
|
||||
|
||||
|
||||
?>
|
||||
|
|
@ -1,48 +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_system_uptime', "Sistem Çalışma Süresi");
|
||||
define('OGP_LANG_system_up_time', "Çalışma Süresi");
|
||||
define('OGP_LANG_system_up_since', "Bu yana");
|
||||
define('OGP_LANG_day_word', "Gün");
|
||||
define('OGP_LANG_days_word', "Gün");
|
||||
define('OGP_LANG_hour_word', "Saat");
|
||||
define('OGP_LANG_hours_word', "Saat");
|
||||
define('OGP_LANG_minute_word', "Dakika");
|
||||
define('OGP_LANG_minutes_word', "Dakika");
|
||||
define('OGP_LANG_second_word', "Saniye");
|
||||
define('OGP_LANG_seconds_word', "Saniye");
|
||||
define('OGP_LANG_cpu_usage', "CPU Kullanımı");
|
||||
define('OGP_LANG_cpu_load', "Yük");
|
||||
define('OGP_LANG_ram_usage', "RAM Kullanımı");
|
||||
define('OGP_LANG_ram_used', "Kullanılan Bellek");
|
||||
define('OGP_LANG_ram_of', "-");
|
||||
define('OGP_LANG_storage_space', "Depolama Alanı");
|
||||
define('OGP_LANG_storage_total', "Disk Alanı");
|
||||
define('OGP_LANG_storage_used', "Kullanılmış");
|
||||
define('OGP_LANG_storage_free', "Boş Alan");
|
||||
define('OGP_LANG_process_monitor', "İşlem İzleme");
|
||||
define('OGP_LANG_status_extension_required', "Eklenti Gerekli");
|
||||
define('OGP_LANG_gd_info', " Bu çubuk görüntülerini oluşturmak için <a href=\"http://php.net/manual/en/image.installation.php\">GD</a> PHP eklentisi gerekli");
|
||||
?>
|
||||
|
|
@ -1,74 +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_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.");
|
||||
?>
|
||||
|
|
@ -1,64 +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_login_name', "Username");
|
||||
define('OGP_LANG_first_name', "First name");
|
||||
define('OGP_LANG_last_name', "Last name");
|
||||
define('OGP_LANG_phone_number', "Phone number");
|
||||
define('OGP_LANG_email_address', "Email");
|
||||
define('OGP_LANG_register_a_new_user', "Register a new user");
|
||||
define('OGP_LANG_password_mismatch', "Passwords mismatch.");
|
||||
define('OGP_LANG_confirm_password', "Confirm password");
|
||||
define('OGP_LANG_subuser_password', "Sub-User Password");
|
||||
define('OGP_LANG_subuser_man', "Sub-User Management");
|
||||
define('OGP_LANG_successfull', "Successfull");
|
||||
define('OGP_LANG_click_here', "Click here");
|
||||
define('OGP_LANG_to_login', "to login.");
|
||||
define('OGP_LANG_registered_on', "Registered on");
|
||||
define('OGP_LANG_register_message', "Hello,<br><br>Your Open Game Panel account has been created and you may now login using the following account information:<br><br>Username: %s<br>Password: %s<br><br>Remember to change your password often and the first time you login.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_err_password', "Password cannot be empty");
|
||||
define('OGP_LANG_err_confirm_password', "Verify password field cannot be empty");
|
||||
define('OGP_LANG_err_password_mismatch', "Passwords do not match");
|
||||
define('OGP_LANG_err_captcha', "Captcha does not match.");
|
||||
define('OGP_LANG_err_login_name', "User name is empty or in use.");
|
||||
define('OGP_LANG_err_first_name', "Enter your name.");
|
||||
define('OGP_LANG_err_last_name', "Last Name not entered.");
|
||||
define('OGP_LANG_err_phone_number', "Phone number is empty.");
|
||||
define('OGP_LANG_err_email_address', "Empty or incorrect email address.");
|
||||
define('OGP_LANG_err_users_parent', "Sub-user accounts may not create other users.");
|
||||
define('OGP_LANG_err_parent_user', "The parent user ID must reference a valid pre-existing user.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Email address already in use by <b>%s</b>.");
|
||||
define('OGP_LANG_user_registration', "User Registration");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Your account details has been sent by email to <b>%s</b>.");
|
||||
define('OGP_LANG_subject', "Hello %s, welcome to %s!");
|
||||
define('OGP_LANG_sub_user', "Sub Users");
|
||||
define('OGP_LANG_create_sub_user', "Add Sub User");
|
||||
define('OGP_LANG_listdel_sub_user', "List, Modify Sub User Account Information, or Delete Sub User");
|
||||
define('OGP_LANG_delete_sub_user', "Edit / Delete Sub User");
|
||||
define('OGP_LANG_del_subuser_conf', "Are you sure you want to delete this account:");
|
||||
define('OGP_LANG_no_subusers', "No subusers have been created under your account yet!");
|
||||
define('OGP_LANG_subuser_deleted', "Sub-User %s was successfully deleted from the database!");
|
||||
define('OGP_LANG_subuser_added', "Sub-User %s was successfully created and added to the database!");
|
||||
define('OGP_LANG_your_subusers', "Owned Sub-User Accounts");
|
||||
?>
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?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', "%s (%s) size bir destek talebi gönderdi. <br><br>Sunucu:%s<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "Bizimle iletişime geçtiğiniz için teşekkür ederiz. Mesajınız bize ulaştı, size mail üzerinden geri dönüş yapacağız.");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "Oyun sunucunuz için destek almak için lütfen aşağıdaki formu doldurun.<br>En kısa sürede tarafınıza dönüş yapılacaktır.");
|
||||
define('OGP_LANG_select_server', "Sunucu seç");
|
||||
define('OGP_LANG_email_address', "Email adresiniz");
|
||||
define('OGP_LANG_subject', "Konu");
|
||||
define('OGP_LANG_message', "Mesaj");
|
||||
define('OGP_LANG_email_must_be_filled_out', "Email adresi kısmı doldurulmuş olmalıdır.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "Konu kısmı doldurulmuş olmalıdır.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "Mesaj kısmı doldurulmuş olmalıdır.");
|
||||
define('OGP_LANG_send', "Gönder");
|
||||
define('OGP_LANG_error', "Hata");
|
||||
define('OGP_LANG_info', "Bilgi");
|
||||
?>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?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.");
|
||||
|
|
@ -1,59 +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.
|
||||
*
|
||||
*/
|
||||
|
||||
include('litefm.php');
|
||||
define('OGP_LANG_curl_needed', "This page requires PHP curl module.");
|
||||
define('OGP_LANG_no_access', "You need admin rights to access this page.");
|
||||
define('OGP_LANG_dwl_update', "Downloading update...");
|
||||
define('OGP_LANG_dwl_complete', "Download complete");
|
||||
define('OGP_LANG_install_update', "Installing update...");
|
||||
define('OGP_LANG_update_complete', "Update complete");
|
||||
define('OGP_LANG_ignored_files', "%s ignored file(s)");
|
||||
define('OGP_LANG_not_updated_files_blacklisted', "Not updated/installed files (blacklisted):<br>%s");
|
||||
define('OGP_LANG_latest_version', "Latest version");
|
||||
define('OGP_LANG_panel_version', "Panel version");
|
||||
define('OGP_LANG_update_now', "Update Now");
|
||||
define('OGP_LANG_the_panel_is_up_to_date', "The Panel is up-to-date.");
|
||||
define('OGP_LANG_files_overwritten', "%s files overwritten");
|
||||
define('OGP_LANG_files_not_overwritten', "%s files are NOT overwritten due to blacklist");
|
||||
define('OGP_LANG_can_not_update_non_writable_files', "Can not update because the following files/folders are not writable");
|
||||
define('OGP_LANG_dwl_failed', "The download link is not available: \"%s\".<br>Try again later.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "The download can not be placed, because Apache does not have write permission at the system temporary folder (%s).");
|
||||
define('OGP_LANG_base_dir_not_writable', "The Panel can not update, because Apache does not have write permission on \"%s\" folder.");
|
||||
define('OGP_LANG_new_files', "%s new files.");
|
||||
define('OGP_LANG_updated_files', "Updated files:<br>%s");
|
||||
define('OGP_LANG_select_mirror', "Select mirror");
|
||||
define('OGP_LANG_view_changes', "View changes");
|
||||
define('OGP_LANG_updating_modules', "Updating Modules");
|
||||
define('OGP_LANG_updating_finished', "Updating Finished");
|
||||
define('OGP_LANG_updated_module', "Updated module: '%s'.");
|
||||
define('OGP_LANG_blacklist_files', "Blacklist files");
|
||||
define('OGP_LANG_blacklist_files_info', "All marked files will not be updated.");
|
||||
define('OGP_LANG_save_to_blacklist', "Save to blacklist");
|
||||
define('OGP_LANG_no_new_updates', "No new updates");
|
||||
define('OGP_LANG_module_file_missing', "directory is missing the module.php file.");
|
||||
define('OGP_LANG_query_failed', "Failed to execute query");
|
||||
define('OGP_LANG_query_failed_2', "to database.");
|
||||
define('OGP_LANG_missing_zip_extension', "The php-zip extension is not loaded. Please, enable it to use the Update module.");
|
||||
?>
|
||||
|
|
@ -1,113 +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_your_profile', "Your profile");
|
||||
define('OGP_LANG_new_password', "New password");
|
||||
define('OGP_LANG_retype_new_password', "Retype new password");
|
||||
define('OGP_LANG_login_name', "Login name");
|
||||
define('OGP_LANG_language', "Language");
|
||||
define('OGP_LANG_first_name', "First name");
|
||||
define('OGP_LANG_page_limit', "Items per Page");
|
||||
define('OGP_LANG_page_limit_info', "Number of items shown per page. The number of items cannot be less than 10.");
|
||||
define('OGP_LANG_last_name', "Last name");
|
||||
define('OGP_LANG_phone_number', "Phone number");
|
||||
define('OGP_LANG_email_address', "Email address");
|
||||
define('OGP_LANG_city', "City");
|
||||
define('OGP_LANG_province', "Province");
|
||||
define('OGP_LANG_country', "Country");
|
||||
define('OGP_LANG_comment', "Comments");
|
||||
define('OGP_LANG_expires', "Expires");
|
||||
define('OGP_LANG_save_profile', "Save profile");
|
||||
define('OGP_LANG_new_password_info', "When password field is empty the password will not be updated.");
|
||||
define('OGP_LANG_theme', "Theme");
|
||||
define('OGP_LANG_theme_info', "If theme is empty the global value is used.");
|
||||
define('OGP_LANG_expires_info', "Date when the user account expires. The account is not deleted, but user can not login anymore.");
|
||||
define('OGP_LANG_password_mismatch', "Passwords did not match.");
|
||||
define('OGP_LANG_current_password', "Current password");
|
||||
define('OGP_LANG_current_password_info', "Your current password.");
|
||||
define('OGP_LANG_current_password_mismatch', "Your current password did not match to the one in database.");
|
||||
define('OGP_LANG_add_new_user', "Add a new user");
|
||||
define('OGP_LANG_edit_user_groups', "Edit User Groups");
|
||||
define('OGP_LANG_users', "Users");
|
||||
define('OGP_LANG_user_role', "User role");
|
||||
define('OGP_LANG_full_name', "Full Name");
|
||||
define('OGP_LANG_edit_games', "Edit Games");
|
||||
define('OGP_LANG_edit_profile', "Edit Profile");
|
||||
define('OGP_LANG_confirm_password', "Confirm password");
|
||||
define('OGP_LANG_you_need_to_enter_both_passwords', "You need to enter both passwords.");
|
||||
define('OGP_LANG_passwords_did_not_match', "Passwords did not match.");
|
||||
define('OGP_LANG_could_not_add_user_because_user_already_exists', "Could not add user, because user <em>%s</em> already exists.");
|
||||
define('OGP_LANG_successfully_added_user', "Successfully added user <em>%s</em>.");
|
||||
define('OGP_LANG_add_a_new_user', "Add a new user");
|
||||
define('OGP_LANG_admin', "Admin");
|
||||
define('OGP_LANG_user', "User");
|
||||
define('OGP_LANG_user_with_id_does_not_exist', "User with ID %s does not exist.");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_user', "Are you sure you want to delete user <em>%s</em>?");
|
||||
define('OGP_LANG_unable_to_delete_user', "Unable to delete user %s.");
|
||||
define('OGP_LANG_successfully_deleted_user', "Successfully deleted user <b>%s</b>.");
|
||||
define('OGP_LANG_failed_to_update_user_profile_error', "Failed to update user profile. Error: %s");
|
||||
define('OGP_LANG_profile_of_user_modified_successfully', "Profile of user <b>%s</b> was modified successfully.");
|
||||
define('OGP_LANG_no_subusers', "No subusers are available to be assigned to a group. Please create subuser accounts.");
|
||||
define('OGP_LANG_ownedby', "Parent Owner");
|
||||
define('OGP_LANG_andSubUsers', " And all of his subusers?");
|
||||
define('OGP_LANG_subusers', "Subusers");
|
||||
define('OGP_LANG_show_subusers', "Show Subusers");
|
||||
define('OGP_LANG_hide_subusers', "Hide Subusers");
|
||||
define('OGP_LANG_info_group', "From this page it is possible to determine user groups. You can assign servers to group so that they are availble for all of the group users.");
|
||||
define('OGP_LANG_add_new_group', "Add new group");
|
||||
define('OGP_LANG_group_name', "Group Name");
|
||||
define('OGP_LANG_add_group', "Add Group");
|
||||
define('OGP_LANG_no_groups_available', "No groups available.");
|
||||
define('OGP_LANG_delete_group', "Delete Group");
|
||||
define('OGP_LANG_add_user_to_group', "Add user to group");
|
||||
define('OGP_LANG_add_user', "Add User");
|
||||
define('OGP_LANG_remove_from_group', "Remove from group");
|
||||
define('OGP_LANG_add_server_to_group', "Add server to group");
|
||||
define('OGP_LANG_add_server', "Add Server");
|
||||
define('OGP_LANG_servers_in_group', "Servers in group");
|
||||
define('OGP_LANG_no_servers_in_group', "No servers in group %s.");
|
||||
define('OGP_LANG_available_groups', "Available Groups");
|
||||
define('OGP_LANG_assign_homes', "Assign Homes");
|
||||
define('OGP_LANG_successfully_added_group', "Successfully added group %s.");
|
||||
define('OGP_LANG_group_name_empty', "Group name can not be empty.");
|
||||
define('OGP_LANG_failed_to_add_group', "Failed to add group %s.");
|
||||
define('OGP_LANG_could_not_add_user_to_group', "Could not add user %s to group %s, because already belongs.");
|
||||
define('OGP_LANG_successfully_added_to_group', ">Successfully added %s to group <em>%s</em>.");
|
||||
define('OGP_LANG_could_not_add_server_to_group', "Could not add server to group %s, because already belongs.");
|
||||
define('OGP_LANG_successfully_added_server_to_group', "Successfully added server to group <em>%s</em>.");
|
||||
define('OGP_LANG_successfully_removed_from_group', "Successfully removed %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_could_not_delete_server_from_group', "Could not delete server %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_successfully_removed_server_from_group', "Successfully removed server %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_group_with_id_does_not_exist', "%s group does not exist.");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_group', "Are you sure you want to delete group <em>%s</em>?");
|
||||
define('OGP_LANG_unable_to_delete_group', "Unable to delete %s group.");
|
||||
define('OGP_LANG_successfully_deleted_group', "Successfully deleted group <b>%s</b>.");
|
||||
define('OGP_LANG_editing_profile', "Editing Profile: %s");
|
||||
define('OGP_LANG_valid_user', "Please specify a valid user.");
|
||||
define('OGP_LANG_enter_valid_username', "Please enter a valid username.");
|
||||
define('OGP_LANG_unexpected_role', "Unexpected user role received.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_api_token', "API token");
|
||||
define('OGP_LANG_user_receives_emails', "Receive emails");
|
||||
?>
|
||||
|
|
@ -1,223 +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_add_mods_note', "Kullanıcıya sunucu ekledikten sonra mod eklemeniz gerekir. Bu, sunucunun düzenlenmesiyle yapılabilir.");
|
||||
define('OGP_LANG_game_servers', "Oyun Sunucuları");
|
||||
define('OGP_LANG_game_path', "Oyun Yolu");
|
||||
define('OGP_LANG_game_path_info', "Mutlak bir sunucu yolu. Örnek: /home /ogpbot/OGP_User_Files /My_Server");
|
||||
define('OGP_LANG_game_server_name_info', "Sunucu adı, kullanıcıların sunucularını tanımlamasına yardımcı olur.");
|
||||
define('OGP_LANG_control_password', "Şifre Kontrol");
|
||||
define('OGP_LANG_control_password_info', "Bu şifre RCON şifresi gibi sunucu kontrolü için kullanılır. Şifre boş ise, başka araçlar kullanılır.");
|
||||
define('OGP_LANG_add_game_home', "Oyun sunucusu ekle");
|
||||
define('OGP_LANG_game_path_empty', "Oyun yolu boş bırakılamaz.");
|
||||
define('OGP_LANG_game_home_added', "Oyun sunucusu başarıyla eklendi. Ana sayfa düzenleme sayfasına yönlendiriliyor.");
|
||||
define('OGP_LANG_failed_to_add_home_to_db', "Veritabanına ev eklenemedi. Hata: %s");
|
||||
define('OGP_LANG_caution_agent_offline_can_not_get_os_and_arch_showing_servers_for_all_platforms', "<b>Caution!</b> The Agent is offline, can not get OS type and architecture,<br> Showing servers for all platforms:");
|
||||
define('OGP_LANG_select_remote_server', "Uzak Sunucuyu Seçin");
|
||||
define('OGP_LANG_no_remote_servers_configured', "No remote servers configured to the Open Game Panel.<br>You need to add remote servers before you can add servers for the users.");
|
||||
define('OGP_LANG_no_game_configurations_found', "No game configuration found. You need to add game configurations from the");
|
||||
define('OGP_LANG_game_configurations', ">game configuration page");
|
||||
define('OGP_LANG_add_remote_server', "Oyun sunucusu ekle");
|
||||
define('OGP_LANG_wine_games', "Wine Games");
|
||||
define('OGP_LANG_home_path', "Oyun Konumu");
|
||||
define('OGP_LANG_change_home_info', "The location of the installed game server. Example: /home/ogp/my_server/");
|
||||
define('OGP_LANG_game_server_name', "Sunucu adı");
|
||||
define('OGP_LANG_change_name_info', "The name of the server to help users to identify it.");
|
||||
define('OGP_LANG_game_control_password', "Sunucu şifre");
|
||||
define('OGP_LANG_change_control_password_info', "Control password is for example rcon password.");
|
||||
define('OGP_LANG_available_mods', "Available mods");
|
||||
define('OGP_LANG_note_no_mods', "No mod(s) available for this game.");
|
||||
define('OGP_LANG_change_home', "Değiştir");
|
||||
define('OGP_LANG_change_control_password', "Sunucu şifresini değiştir");
|
||||
define('OGP_LANG_change_name', "Sunucu adını değiştir");
|
||||
define('OGP_LANG_add_mod', "Eklenti ekle");
|
||||
define('OGP_LANG_set_ip', "IP adresini ayarla");
|
||||
define('OGP_LANG_ips_and_ports', "IP adresi ve Port");
|
||||
define('OGP_LANG_mod_name', "Eklenti Adı");
|
||||
define('OGP_LANG_max_players', "Maksimum Oyuncu");
|
||||
define('OGP_LANG_extra_cmd_line_args', "Extra Command Line Args");
|
||||
define('OGP_LANG_extra_cmd_line_info', "The Extra command line args provides a way to enter extra arguments to the game command line when it is started.");
|
||||
define('OGP_LANG_cpu_affinity', "CPU Affinity");
|
||||
define('OGP_LANG_nice_level', "Nice Level");
|
||||
define('OGP_LANG_set_options', "Set Options");
|
||||
define('OGP_LANG_remove_mod', "Eklenti Kaldır");
|
||||
define('OGP_LANG_mods', "Mods");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_no_ip_ports_assigned', "At least one IP:Port pair must be assigned to the home.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port', "Successfully assigned IP:Port pair to home.");
|
||||
define('OGP_LANG_port_range_error', "Port needs to be between range 0 and 65535.");
|
||||
define('OGP_LANG_failed_to_assing_mod_to_home', "Failed to assing mod with id %d to home.");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_home', "Successfully assigned mod with id %d to home.");
|
||||
define('OGP_LANG_successfully_modified_mod', "Successfully modified mod information.");
|
||||
define('OGP_LANG_back_to_game_monitor', "Back to Game Monitor");
|
||||
define('OGP_LANG_back_to_game_servers', "Oyun Sunucuları");
|
||||
define('OGP_LANG_user_id_main', "Main owner");
|
||||
define('OGP_LANG_change_user_id_main', "Change main owner");
|
||||
define('OGP_LANG_change_user_id_main_info', "The main server home owner.");
|
||||
define('OGP_LANG_server_ftp_password', "FTP Şifresi");
|
||||
define('OGP_LANG_change_ftp_password', "FTP Şifresini değiştir");
|
||||
define('OGP_LANG_change_ftp_password_info', "This is the password to login to FTP server for this home.");
|
||||
define('OGP_LANG_Delete_old_user_assigned_homes', "Unassign home to current users.");
|
||||
define('OGP_LANG_editing_home_called', "Editing home called");
|
||||
define('OGP_LANG_control_password_updated_successfully', "Control password updated successfully.");
|
||||
define('OGP_LANG_control_password_update_failed', "Control password update failed");
|
||||
define('OGP_LANG_successfully_changed_game_server', "Successfully changed game server.");
|
||||
define('OGP_LANG_error_ocurred_on_remote_server', "Error ocurred on remote server,");
|
||||
define('OGP_LANG_ftp_password_can_not_be_changed', "FTP Şifresin değiştirilemez.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_on', "FTP can not be switched ON.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_off', "FTP can not be switched OFF.");
|
||||
define('OGP_LANG_invalid_home_id_entered', "Invalid home id entered.");
|
||||
define('OGP_LANG_ip_port_already_in_use', "The %s:%s is already in use. Choose another one.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port_to_server_id', "Successfully assigned %s:%s to home with ID %s.");
|
||||
define('OGP_LANG_no_ip_addresses_configured', "Your game server does not have any IP-addresses configured to it. You can configure them from ");
|
||||
define('OGP_LANG_server_page', "sunucu sayfası");
|
||||
define('OGP_LANG_successfully_removed_mod', "Successfully removed game mod.");
|
||||
define('OGP_LANG_warning_agent_offline_defaulting_CPU_count_to_1', "Warning - Agent offline, defaulting CPU count to 1.");
|
||||
define('OGP_LANG_mod_install_cmds', "Mod Install CMDs");
|
||||
define('OGP_LANG_cmds_for', "Commands for");
|
||||
define('OGP_LANG_preinstall_cmds', "Preinstall Commands");
|
||||
define('OGP_LANG_postinstall_cmds', "Postinstall Commands");
|
||||
define('OGP_LANG_edit_preinstall_cmds', "Edit Preinstall Commands");
|
||||
define('OGP_LANG_edit_postinstall_cmds', "Edit Postinstall Commands");
|
||||
define('OGP_LANG_save_as_default_for_this_mod', "Save as default for this mod");
|
||||
define('OGP_LANG_empty', "boş");
|
||||
define('OGP_LANG_master_server_for_clon_update', "Master server for local update");
|
||||
define('OGP_LANG_set_as_master_server', "Set as master server");
|
||||
define('OGP_LANG_set_as_master_server_for_local_clon_update', "Set as master server for local update.");
|
||||
define('OGP_LANG_only_available_for', "Only available for '%s' hosted on the remote server named '%s'.");
|
||||
define('OGP_LANG_ftp_on', "FTP Aktif");
|
||||
define('OGP_LANG_ftp_off', "FTP Devredışı");
|
||||
define('OGP_LANG_change_ftp_account_status', "Change FTP account status");
|
||||
define('OGP_LANG_change_ftp_account_status_info', "Once a FTP account is enabled or disabled, it is added or removed from the FTP's database.");
|
||||
define('OGP_LANG_server_ftp_login', "Server FTP Login");
|
||||
define('OGP_LANG_change_ftp_login_info', "Change the FTP Login with a customized one.");
|
||||
define('OGP_LANG_change_ftp_login', "Change FTP Login");
|
||||
define('OGP_LANG_ftp_login_can_not_be_changed', "Can not change FTP Login.");
|
||||
define('OGP_LANG_server_is_running_change_addresses_not_available', "The server is actually running, the IP cannot be changed.");
|
||||
define('OGP_LANG_change_game_type', "Change Game Type");
|
||||
define('OGP_LANG_change_game_type_info', "By changing the game type the current the mods configuration will be deleted.");
|
||||
define('OGP_LANG_force_mod_on_this_address', "Force mod on this address");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_address', "Successfully assigned mod to address");
|
||||
define('OGP_LANG_switch_mods', "Switch mods");
|
||||
define('OGP_LANG_switch_mod_for_address', "Switch mod for address %s");
|
||||
define('OGP_LANG_invalid_path', "Invalid Path");
|
||||
define('OGP_LANG_add_new_game_home', "Add new game server");
|
||||
define('OGP_LANG_no_game_homes_found', "No game servers found");
|
||||
define('OGP_LANG_available_game_homes', "Available game servers");
|
||||
define('OGP_LANG_home_id', "Home ID");
|
||||
define('OGP_LANG_game_server', "Game Server");
|
||||
define('OGP_LANG_game_type', "Game Type");
|
||||
define('OGP_LANG_game_home', "Home Path");
|
||||
define('OGP_LANG_game_home_name', "Game Server Name");
|
||||
define('OGP_LANG_clone', "Clone");
|
||||
define('OGP_LANG_unassign', "Unassign");
|
||||
define('OGP_LANG_access_rights', "Access Rights");
|
||||
define('OGP_LANG_assigned_homes', "Currently Assigned Homes");
|
||||
define('OGP_LANG_assign', "Assign");
|
||||
define('OGP_LANG_allow_updates', "Allow Game Updates");
|
||||
define('OGP_LANG_allow_updates_info', "Allows user to update the game installation if that is possible.");
|
||||
define('OGP_LANG_allow_file_management', "Allow File Management");
|
||||
define('OGP_LANG_allow_file_management_info', "Allows user to access the game server with file management modules.");
|
||||
define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
|
||||
define('OGP_LANG_allow_parameter_usage_info', "Allows user to change available command line parameters.");
|
||||
define('OGP_LANG_allow_extra_params', "Allow Extra parametrs");
|
||||
define('OGP_LANG_allow_extra_params_info', "Allows user to modify extra command line parameters.");
|
||||
define('OGP_LANG_allow_ftp', "Allow FTP");
|
||||
define('OGP_LANG_allow_ftp_info', "Show the FTP access information to the user.");
|
||||
define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
|
||||
define('OGP_LANG_allow_custom_fields_info', "Allows user to access custom fields of the game server if any.");
|
||||
define('OGP_LANG_select_home', "Select Home to Assign");
|
||||
define('OGP_LANG_assign_new_home_to_user', "Assign New Home to user %s");
|
||||
define('OGP_LANG_assign_new_home_to_group', "Assign New Home to group %s");
|
||||
define('OGP_LANG_assigned_home_to_user', "Successfully assigned home (ID: %d) to user %s.");
|
||||
define('OGP_LANG_failed_to_assign_home_to_user', "Failed to assign home (ID: %d) to user %s.");
|
||||
define('OGP_LANG_assigned_home_to_group', "Successfully assigned home (ID: %d) to group %s.");
|
||||
define('OGP_LANG_unassigned_home_from_user', "Successfully unassigned home (ID: %d) from user %s.");
|
||||
define('OGP_LANG_unassigned_home_from_group', "Successfully unassigned home (ID: %d) from group %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_user', "No homes assigned for user %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_group', "No homes assigned for group %s.");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_user', "No more homes available that can be assigned for this user");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_group', "No more homes available that can be assigned for this group");
|
||||
define('OGP_LANG_you_can_add_a_new_game_server_from', "You can add a new game server from %s.");
|
||||
define('OGP_LANG_no_remote_servers_available_please_add_at_least_one', "There are no remote servers available, please add at least one!");
|
||||
define('OGP_LANG_cloning_of_home_failed', "Cloning of home with id '%s' failed.");
|
||||
define('OGP_LANG_no_mods_to_clone', "No enabled mod(s) for this game yet. None will be cloned.");
|
||||
define('OGP_LANG_failed_to_add_mod', "Failed to add mod with id '%s' to home with id '%s'.");
|
||||
define('OGP_LANG_failed_to_update_mod_settings', "Failed to update mod settings for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_cloned_mods', "Successfully cloned mods for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_copied_home_database', "Successfully copied home database.");
|
||||
define('OGP_LANG_copying_home_remotely', "Copying the home on remote server from '%s' to '%s'.");
|
||||
define('OGP_LANG_cloning_home', "Cloning home called '%s'");
|
||||
define('OGP_LANG_current_home_path', "Current home path");
|
||||
define('OGP_LANG_current_home_path_info', "The current location of the copied home on remote server.");
|
||||
define('OGP_LANG_clone_home', "Clone Home");
|
||||
define('OGP_LANG_new_home_name', "New Home Name");
|
||||
define('OGP_LANG_new_home_path', "New Home Path");
|
||||
define('OGP_LANG_agent_ip', "Agent IP");
|
||||
define('OGP_LANG_game_server_copy_is_running', "Game server copy is running...");
|
||||
define('OGP_LANG_game_server_copy_was_successful', "Game server copy was successful");
|
||||
define('OGP_LANG_game_server_copy_failed_with_return_code', "Game server copy failed with return code %s");
|
||||
define('OGP_LANG_clone_mods', "Clone Mods");
|
||||
define('OGP_LANG_game_server_owner', "Game server owner");
|
||||
define('OGP_LANG_the_name_of_the_server_to_help_users_to_identify_it', "The name of the server to help users to identify it.");
|
||||
define('OGP_LANG_ips_and_ports_used_in_this_home', "IPs and Ports used in this home");
|
||||
define('OGP_LANG_note_ips_and_ports_are_not_cloned', "Note - IPs and Ports are not cloned");
|
||||
define('OGP_LANG_mods_and_settings_for_this_game_server', "Mods and settings for this game server");
|
||||
define('OGP_LANG_sure_to_delete_serverid_from_remoteip_and_directory', "Are you sure you want to delete game server (ID: %s) from server %s and is in directory %s");
|
||||
define('OGP_LANG_yes_and_delete_the_files', "Yes and Delete the files");
|
||||
define('OGP_LANG_failed_to_remove_gamehome_from_database', "Failed to remove gamehome from database.");
|
||||
define('OGP_LANG_successfully_deleted_game_server_with_id', "Successfully deleted game server with ID %s.");
|
||||
define('OGP_LANG_failed_to_remove_ftp_account_from_remote_server', "Failed to remove FTP account from remote server.");
|
||||
define('OGP_LANG_remove_it_anyway', "Would you like to remove it anyway?");
|
||||
define('OGP_LANG_sucessfully_deleted', "Sucessfully deleted %s");
|
||||
define('OGP_LANG_the_agent_had_a_problem_deleting', "The Agent had a problem while deleting %s. Please, check the Agent's log.");
|
||||
define('OGP_LANG_connection_timeout_or_problems_reaching_the_agent', "Connection timeout or problems with reaching the Agent");
|
||||
define('OGP_LANG_does_not_exist_yet', "Does not exist yet.");
|
||||
define('OGP_LANG_update_settings', "Update settings");
|
||||
define('OGP_LANG_settings_updated', "Settings updated.");
|
||||
define('OGP_LANG_selected_path_already_in_use', "The selected path is already in use.");
|
||||
define('OGP_LANG_browse', "Browse");
|
||||
define('OGP_LANG_cancel', "Cancel");
|
||||
define('OGP_LANG_set_this_path', "Set this path");
|
||||
define('OGP_LANG_select_home_path', "Select home path");
|
||||
define('OGP_LANG_folder', "Folder");
|
||||
define('OGP_LANG_owner', "Owner");
|
||||
define('OGP_LANG_group', "Group");
|
||||
define('OGP_LANG_level_up', "Level up");
|
||||
define('OGP_LANG_level_up_info', "Back to the previous folder.");
|
||||
define('OGP_LANG_add_folder', "Add folder");
|
||||
define('OGP_LANG_add_folder_info', "Write the name for the new folder, then click on the icon.");
|
||||
define('OGP_LANG_valid_user', "Please specify a valid user.");
|
||||
define('OGP_LANG_valid_group', "Please specify a valid group.");
|
||||
define('OGP_LANG_set_affinity', "Set Server Affinity");
|
||||
define('OGP_LANG_cpu_affinity_info', "Select the CPU core(s) you want to assign to the game server.");
|
||||
define('OGP_LANG_expiration_date_changed', "Expiration date for selected home has been changed.");
|
||||
define('OGP_LANG_expiration_date_could_not_be_changed', "Expiration date for selected home could not be changed.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "FTP username is too long. Try a shorter username no longer than 20 characters.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "FTP password is too long. Try a shorter password no longer than 20 characters.");
|
||||
define('OGP_LANG_other_servers_exist_with_path_please_change', "Other homes exist with the same path. It is recommended (but not required) that you change this path to something unique. You may have problems if you do NOT.");
|
||||
define('OGP_LANG_change_access_rights_for_selected_servers', "Change access rights for selected servers");
|
||||
?>
|
||||
|
|
@ -1,125 +0,0 @@
|
|||
<?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', "Araçlar");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_traceroute', "Traceroute");
|
||||
define('OGP_LANG_network_tools', "Ağ Araçları");
|
||||
define('OGP_LANG_sourcemod_admins', "Sourcemod Yöneticileri");
|
||||
define('OGP_LANG_steam_converter', "SteamID Dönüştürücü");
|
||||
define('OGP_LANG_your_ip', "IP Adresiniz:");
|
||||
define('OGP_LANG_loading_agents', "Çevrimiçi Temsilciler yükleniyor...");
|
||||
define('OGP_LANG_loading_failed', "Temsilcileri yükleme başarısız oldu.");
|
||||
define('OGP_LANG_agents_offline', "Tüm Temsilciler çevrimdışı.");
|
||||
define('OGP_LANG_no_commands', "Üzgünüz, kullanıcı hesabınızın mevcut bir komutu yok.");
|
||||
define('OGP_LANG_remote_target', "Hedef IP Adresi:");
|
||||
define('OGP_LANG_command', "Komut:");
|
||||
define('OGP_LANG_select_agent', "Temsilci Seç:");
|
||||
define('OGP_LANG_chdir_failed', "Hata: chdir() yanlış döndürüldü.");
|
||||
define('OGP_LANG_agent_invalid', "Geçersiz Temsilci belirtildi.");
|
||||
define('OGP_LANG_networktools_agent_offline', "Çevrimdışı olduğundan, komutunuz seçilen Temsilcide yürütülemiyor.");
|
||||
define('OGP_LANG_target_empty', "Verilen hiçbir uzak hedef yok.");
|
||||
define('OGP_LANG_command_empty', "Hiçbir komut seçilmedi.");
|
||||
define('OGP_LANG_command_unavilable', "Seçilen komut seçilen temsilcide kullanılamaz.");
|
||||
define('OGP_LANG_target_invalid', "Geçersiz IP / ana makine adı girildi.");
|
||||
define('OGP_LANG_exec_failed', "Yanıt beklerken zaman aşımına uğradı.");
|
||||
define('OGP_LANG_command_no_access', "Bu komuta erişiminiz yok. Bu olay günlüğe kaydedilecek.");
|
||||
define('OGP_LANG_command_hacking_attempt', "Kara listeye alınmış karakterler girildi. Bu olay günlüğe kaydedilecek.");
|
||||
define('OGP_LANG_command_bad_characters', "Kötü amaçlı karakterlerle bir komut yürütmeye çalışıldı. Giriş alındı: %s %s");
|
||||
define('OGP_LANG_command_no_permissions', "Yetersiz izinlere sahip bir komut yürütmeye çalışıldı. Giriş alındı: %s %s");
|
||||
define('OGP_LANG_command_executed', "Aşağıdaki komut başarıyla gönderildi: %s %s");
|
||||
define('OGP_LANG_no_servers', "Hesabınıza atanan sunucunuz yok.");
|
||||
define('OGP_LANG_select_server', "Sunucu Seç:");
|
||||
define('OGP_LANG_select_server_option', "Seç...");
|
||||
define('OGP_LANG_steamid', "Steam ID:");
|
||||
define('OGP_LANG_immunity', "Dokunulmazlık.");
|
||||
define('OGP_LANG_sourcemod_perms', "Sourcemod İzinleri:");
|
||||
define('OGP_LANG_sourcemod_perm_root', "Sourcemod Kök Bayrağı");
|
||||
define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Özel Bayrakları");
|
||||
define('OGP_LANG_sourcemod_flag_a', "Ayrılmış slot erişimi.");
|
||||
define('OGP_LANG_sourcemod_flag_b', "Genel yönetici; Yöneticiler için gerekli.");
|
||||
define('OGP_LANG_sourcemod_flag_c', "Diğer oyuncuları at.");
|
||||
define('OGP_LANG_sourcemod_flag_d', "Diğer oyuncuları yasakla.");
|
||||
define('OGP_LANG_sourcemod_flag_e', "Yasakları kaldır.");
|
||||
define('OGP_LANG_sourcemod_flag_f', "Diğer oyuncuları öldürün/zarar verin.");
|
||||
define('OGP_LANG_sourcemod_flag_g', "Haritayı veya büyük oyun özelliklerini değiştirin.");
|
||||
define('OGP_LANG_sourcemod_flag_h', "Çoğu CVAR'ı değiştirin.");
|
||||
define('OGP_LANG_sourcemod_flag_i', "Yapılandırma dosyalarını yürütün.");
|
||||
define('OGP_LANG_sourcemod_flag_j', "Özel sohbet ayrıcalıkları.");
|
||||
define('OGP_LANG_sourcemod_flag_k', "Başlayın veya oy oluşturun.");
|
||||
define('OGP_LANG_sourcemod_flag_l', "Sunucuda bir şifre ayarlayın.");
|
||||
define('OGP_LANG_sourcemod_flag_m', "RCON komutlarını kullanın.");
|
||||
define('OGP_LANG_sourcemod_flag_n', "sv_cheats değiştirin veya hile komutlarını kullanın.");
|
||||
define('OGP_LANG_sourcemod_flag_o', "Özel Grup 1.");
|
||||
define('OGP_LANG_sourcemod_flag_p', "Özel Grup 2.");
|
||||
define('OGP_LANG_sourcemod_flag_q', "Özel Grup 3.");
|
||||
define('OGP_LANG_sourcemod_flag_r', "Özel Grup 4.");
|
||||
define('OGP_LANG_sourcemod_flag_s', "Özel Grup 5.");
|
||||
define('OGP_LANG_sourcemod_flag_t', "Özel Grup 6.");
|
||||
define('OGP_LANG_rcon_reload_admins_failed', "Yönetici önbelleği RCON aracılığıyla yeniden yüklenemedi; çevrimiçi mi?");
|
||||
define('OGP_LANG_reload_admins_failed', "Yönetici önbelleği yeniden yüklenemedi; \"sm_reloadadmins\" bilinmeyen bir komuttur.");
|
||||
define('OGP_LANG_reload_admins_success', "%sBaşarıyla Eklendi admins_simple.ini dosyasına ve admin önbelleğini yeniden yükledi.");
|
||||
define('OGP_LANG_add_success_no_rcon', "%sadmins_simple.ini dosyanıza Başarıyla Eklendi. Ancak yönetici önbelleğini yeniden yükleyemiyor.");
|
||||
define('OGP_LANG_writefile_error', "Bilinmeyen bir hata oluştu: %s");
|
||||
define('OGP_LANG_remotefile_nonexistent', "Yeni yönetici eklenemedi. Yönetici dosyası: %s Bu sunucuda mevcut değil.");
|
||||
define('OGP_LANG_empty_flag_list', "Herhangi bir yönetici bayrağı seçmediniz.");
|
||||
define('OGP_LANG_invalid_steam_format', "Girdiğiniz SteamID, istenen desenle eşleşmiyor.");
|
||||
define('OGP_LANG_selected_server_offline', "Bir yönetici eklenemedi, seçilen sunucuyu kontrol eden temsilci çevrimdışı.");
|
||||
define('OGP_LANG_malformed_form', "Yanlış biçimlendirilmiş gizli öğeler içeren bir form gönderdiniz.");
|
||||
define('OGP_LANG_empty_form_data', "Lütfen formun tüm unsurlarını doldurun.");
|
||||
define('OGP_LANG_server_not_selected', "Bir sunucu seçmediniz.");
|
||||
define('OGP_LANG_invalid_steamid', "Geçersiz bir Steam ID girdiniz.");
|
||||
define('OGP_LANG_invalid_immunity', "Geçersiz bir dokunulmazlık değeri girdiniz.");
|
||||
define('OGP_LANG_submit', "Gönder");
|
||||
define('OGP_LANG_post_failed', "POST işlemi başarısız oldu. Yanıt alınamadı.");
|
||||
define('OGP_LANG_amx_mod_admins', "AMX mod X Yöneticileri");
|
||||
define('OGP_LANG_amx_login_type', "Giriş Türü");
|
||||
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
||||
define('OGP_LANG_amx_login_nick_pass', "Kullanıcı adı + şifre");
|
||||
define('OGP_LANG_nickname', "Kullanıcı adı");
|
||||
define('OGP_LANG_amx_mod_perms', "AMX mod X Yetkileri:");
|
||||
define('OGP_LANG_amx_mod_perm_root', "AMX mod X Tüm Bayraklar.");
|
||||
define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Özel Bayraklar.");
|
||||
define('OGP_LANG_amx_mod_flag_a', "dokunulmazlık (tekme / yasaklanamaz / öldürülemez / tokatlanamaz ve diğer komutlardan etkilenmez)");
|
||||
define('OGP_LANG_amx_mod_flag_b', "Rezervasyon (ayrılmış yuvalara katılabilir)");
|
||||
define('OGP_LANG_amx_mod_flag_c', "amx_kick komutu");
|
||||
define('OGP_LANG_amx_mod_flag_d', "amx_ban ve amx_unban komutları");
|
||||
define('OGP_LANG_amx_mod_flag_e', "amx_slay ve amx_slap komutları");
|
||||
define('OGP_LANG_amx_mod_flag_f', "amx_map komutu");
|
||||
define('OGP_LANG_amx_mod_flag_g', "amx_cvar komutu (tüm cvarlar mevcut olmayacaktır)");
|
||||
define('OGP_LANG_amx_mod_flag_h', "amx_cfg komutu");
|
||||
define('OGP_LANG_amx_mod_flag_i', "amx_chat ve diğer sohbet komutları");
|
||||
define('OGP_LANG_amx_mod_flag_j', "amx_vote ve diğer oy komutları");
|
||||
define('OGP_LANG_amx_mod_flag_k', "sv_password cvar'a erişim (amx_cvar komutuyla)");
|
||||
define('OGP_LANG_amx_mod_flag_l', "amx_rcon komutu ve rcon_password cvar'a erişim (amx_cvar komutuyla)");
|
||||
define('OGP_LANG_amx_mod_flag_m', "özel seviye A (ek eklentiler için)");
|
||||
define('OGP_LANG_amx_mod_flag_n', "özel seviye B");
|
||||
define('OGP_LANG_amx_mod_flag_o', "özel seviye C");
|
||||
define('OGP_LANG_amx_mod_flag_p', "özel seviye D");
|
||||
define('OGP_LANG_amx_mod_flag_q', "özel seviye E");
|
||||
define('OGP_LANG_amx_mod_flag_r', "özel seviye F");
|
||||
define('OGP_LANG_amx_mod_flag_s', "özel seviye G");
|
||||
define('OGP_LANG_amx_mod_flag_t', "özel seviye H");
|
||||
define('OGP_LANG_amx_mod_flag_u', "menü erişimi");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue