| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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', "Instalirati Plugin");
- define('OGP_LANG_install_mappack', "Instalirati Mape");
- define('OGP_LANG_install_config', "Instalirati Konfiguracije");
- define('OGP_LANG_game_name', "Ime Igre");
- define('OGP_LANG_directory', "Putanje Direktorija");
- define('OGP_LANG_remote_server', "Udaljeni Server");
- define('OGP_LANG_select_addon', "Odaberite Dodatak");
- define('OGP_LANG_install', "Instalirati");
- define('OGP_LANG_failed_to_start_file_download', "Preuzimanje datoteke nije uspjelo.");
- define('OGP_LANG_no_games_servers_available', "Na vašem računu nema dostupnih servera.");
- define('OGP_LANG_addon_installed_successfully', "Dodatak je uspješno instaliran");
- define('OGP_LANG_path', "Putanje");
- define('OGP_LANG_wait_while_decompressing', "Pričekajte dok se datoteka %s ne dekomprimira.");
- define('OGP_LANG_addon_name', "Ime Dodatka");
- define('OGP_LANG_url', "URL");
- define('OGP_LANG_select_game_type', "Odaberite Vrstu Igre");
- define('OGP_LANG_plugin', "Plugin");
- define('OGP_LANG_mappack', "Paket sa Mapama");
- define('OGP_LANG_config', "Konfiguracije");
- define('OGP_LANG_type', "Vrsta Dodatka");
- define('OGP_LANG_game', "Igra");
- define('OGP_LANG_show_all_addons', "Pokazati Sve Dodatke");
- define('OGP_LANG_show_addons_for_selected_type', "Pokazati Dodatke Za Odabranu Vrstu");
- define('OGP_LANG_show_addons_for_selected_game', "Pokazati Dodatke Za Odabranu Igru");
- define('OGP_LANG_linux_games', "Linuks Igre");
- define('OGP_LANG_windows_games', "Windows Igre");
- define('OGP_LANG_create_addon', "Kreirati Dodatak");
- define('OGP_LANG_addons_db', "Baza Podataka Za Dodatke");
- define('OGP_LANG_addon_has_been_created', "Dodatak %s Uspješno Kreiran.");
- define('OGP_LANG_remove_addon', "Ukloniti Dodatak");
- define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Molimo ispunite URL adresu za komprimiranu datoteku.");
- define('OGP_LANG_fill_the_addon_name', "Molimo ispunite naziv paketa za Dodatke.");
- define('OGP_LANG_select_an_addon_type', "Molimo, odaberite vrstu Dodatka");
- define('OGP_LANG_select_a_game_type', "Molimo, odaberite vrstu Igre");
- define('OGP_LANG_edit_addon', "Urediti Dodatak");
- define('OGP_LANG_post-script', "Post-instalacija skripte (bash)");
- define('OGP_LANG_replacements', "Zamjene:");
- define('OGP_LANG_addon_name_info', "Unesite naziv za ovaj Dodatak, to je naziv koji korisnik vidi.");
- define('OGP_LANG_url_info', "Unesite web adresu koja sadrži datoteku za preuzimanje, ako je komprimirana u zipu ili tar.gz će se raspakirati u root direktoriju servera ili na putanju navedeno u nastavku.");
- define('OGP_LANG_path_info', "Putanje mora biti u odnosu na mapu servera i ne smije sadržavati krajeve na početku ili kraju, npr. cstrike / cfg. Ako ostavite prazno upotrijebit če se root putanje.");
- define('OGP_LANG_post-script_info', "Unesite kod jezika za Bash, to će biti izvršeno kao skripta, možete upotrijebiti zamjenske tekstove da biste prilagodili instalaciju, zamijenit će ih podaci sa servera na kojem instalirate addon. Skripta će započeti iz root mape servera ili određenog putanja.");
- define('OGP_LANG_show_to_group', "Pokaži u grupi");
- define('OGP_LANG_all_groups', "Sve grupe");
- define('OGP_LANG_show_addons_for_selected_group', "Pokazati Dodatke za odabranu grupu");
- define('OGP_LANG_group', "Grupa");
- ?>
|