70 lines
No EOL
4.3 KiB
PHP
70 lines
No EOL
4.3 KiB
PHP
<?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', "Instalați plugin-uri");
|
|
define('OGP_LANG_install_mappack', "Instalați hărți");
|
|
define('OGP_LANG_install_config', "Instalați configurațiile");
|
|
define('OGP_LANG_game_name', "Nume joc");
|
|
define('OGP_LANG_directory', "Calea către director");
|
|
define('OGP_LANG_remote_server', "Remote server");
|
|
define('OGP_LANG_select_addon', "Selectați addon");
|
|
define('OGP_LANG_install', "Instalați");
|
|
define('OGP_LANG_failed_to_start_file_download', "Pornirea descărcării fișierului a eșuat.");
|
|
define('OGP_LANG_no_games_servers_available', "Nu există servere de jocuri disponibile în contul dvs.");
|
|
define('OGP_LANG_addon_installed_successfully', "Addon instalat cu succes");
|
|
define('OGP_LANG_path', "Calea");
|
|
define('OGP_LANG_wait_while_decompressing', "Așteptați până când fișierul %s este decomprimat.");
|
|
define('OGP_LANG_addon_name', "Nume addon");
|
|
define('OGP_LANG_url', "URL");
|
|
define('OGP_LANG_select_game_type', "Selectați tipul de joc");
|
|
define('OGP_LANG_plugin', "Plugin");
|
|
define('OGP_LANG_mappack', "Pachet de hărți");
|
|
define('OGP_LANG_config', "Configurație");
|
|
define('OGP_LANG_type', "Tip addon");
|
|
define('OGP_LANG_game', "Joc");
|
|
define('OGP_LANG_show_all_addons', "Arată toate addon-urile");
|
|
define('OGP_LANG_show_addons_for_selected_type', "Arată addon-urile pentru tipul selectat");
|
|
define('OGP_LANG_show_addons_for_selected_game', "Arată addon-urile pentru jocul selectat ");
|
|
define('OGP_LANG_linux_games', "Jocuri Linux:");
|
|
define('OGP_LANG_windows_games', "Jocuri Windows:");
|
|
define('OGP_LANG_create_addon', "Creați addon");
|
|
define('OGP_LANG_addons_db', "Bază de date addon-uri");
|
|
define('OGP_LANG_addon_has_been_created', "Addon-ul %s a fost creat.");
|
|
define('OGP_LANG_remove_addon', "Eliminați addon");
|
|
define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Vă rugăm să completați o adresă URL pentru un fișier comprimat.");
|
|
define('OGP_LANG_fill_the_addon_name', "Vă rugăm să completați un nume pentru pachetul addon.");
|
|
define('OGP_LANG_select_an_addon_type', "Vă rugăm să selectați un tip de addon.");
|
|
define('OGP_LANG_select_a_game_type', "Vă rugăm să selectati un tip de joc.");
|
|
define('OGP_LANG_edit_addon', "Editați addon");
|
|
define('OGP_LANG_post-script', "Script(bash) post-instalare");
|
|
define('OGP_LANG_replacements', "Înlocuiri:");
|
|
define('OGP_LANG_addon_name_info', "Introduceți un nume pentru acest addon, acesta este numele pe care îl vede utilizatorul.");
|
|
define('OGP_LANG_url_info', "Introduceți o adresă Web care conține un fișier de descărcat, dacă este comprimat în zip sau tar.gz va fi despachetat în directorul rădăcină al serverului sau pe calea dată mai jos.");
|
|
define('OGP_LANG_path_info', "Calea trebuie să fie relativă la dosarul serverului și să nu conțină nici o bară la început sau la sfârșit, de exemplu: cstrike / cfg. Dacă este lăsat necompletat, se va utiliza calea principală a serverului.");
|
|
define('OGP_LANG_post-script_info', "Introduceți codul de limbă Bash, acesta va fi executat ca un script, puteți utiliza înlocuiri de text pentru a particulariza instalarea, acestea vor fi înlocuite cu date de la serverul pe care instalați addon-ul. Scriptul va porni din dosarul rădăcină al serverului sau din calea specificată.");
|
|
define('OGP_LANG_show_to_group', "Afișați în grup");
|
|
define('OGP_LANG_all_groups', "Toate grupurile");
|
|
define('OGP_LANG_show_addons_for_selected_group', "Afișați addons pentru grupul selectat");
|
|
define('OGP_LANG_group', "Grup");
|
|
?>
|