addonsmanager.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2016 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('install_plugin', "Instaluj Plugin");
  25. define('install_mappack', "Instaluj MapPack");
  26. define('install_config', "Instaluj Config");
  27. define('game_name', "Nazwa Gry");
  28. define('directory', "Ścieżka katalogu");
  29. define('remote_server', "Serwer Zdalny");
  30. define('select_addon', "Wybierz Dodatki");
  31. define('install', "Instaluj");
  32. define('failed_to_start_file_download', "Nie można uruchomić pobrania pliku.");
  33. define('no_games_servers_available', "Brak serwerów na twoim koncie.");
  34. define('addon_installed_successfully', "Dodatek zainstalowany pomyślnie.");
  35. define('path', "Ścieżka");
  36. define('wait_while_decompressing', "Poczekaj, aż plik %s zostanie rozpakowany.");
  37. define('addon_name', "Nazwa Dodatku");
  38. define('url', "URL");
  39. define('select_game_type', "Wybierz Typ Gry");
  40. define('plugin', "Plugin");
  41. define('mappack', "MapPack");
  42. define('config', "Config");
  43. define('type', "Typ Dodatku");
  44. define('game', "Gra");
  45. define('show_all_addons', "Pokaż wszystkie Dodatki");
  46. define('show_addons_for_selected_type', "Pokaż dodatki dla wybranych typów");
  47. define('show_addons_for_selected_game', "Pokaż dodatki dla wybranych gier");
  48. define('linux_games', "Gry Linux:");
  49. define('windows_games', "Gry Windows:");
  50. define('create_addon', "Stwórz Dodatek");
  51. define('addons_db', "Baza danych Dodatku");
  52. define('addon_has_been_created', "Dodatek %s został stworzony.");
  53. define('remove_addon', "Usuń dodatek");
  54. define('fill_the_url_address_to_a_compressed_file', "Proszę wypełnić adresu URL do pakowania pliku.");
  55. define('fill_the_addon_name', "Proszę wypełnić nazwę dodatku.");
  56. define('select_an_addon_type', "Proszę wybrać typ dodatku.");
  57. define('select_a_game_type', "Proszę wybrać typ gry dodatku.");
  58. define('edit_addon', "Edytuj Dodatek");
  59. define('post-script', "Skrypt po instalacji(bash)");
  60. define('replacements', "Zamienniki:");
  61. define('addon_name_info', "Wprowadź nazwę dla tego dodatku, to jest nazwa autora dodatku.");
  62. define('url_info', "Wpisz adres internetowy, który zawiera plik do pobrania,jeśli skompresowane w zip lub tar.gz zostaną rozpakowane w katalogu głównym serwera lub w ścieżce podanej poniżej.");
  63. define('path_info', "Ścieżka musi być w stosunku do folderu na serwerze i nie zawierać ukośników na początku lub na końcu, np: cstrike/cfg. Jeśli pozostanie puste będzie katalog root głównego serwera.");
  64. define('post-script_info', "Wprowadź kod BASH, zostanie wykonane jako skrypt, można używać zamienników tekstowych do dostosowania instalacji, zostaną one zastąpione przez dane z serwera, na którym można zainstalować dodatek. Skrypt rozpoczyna się od katalogu głównego serwera lub określonej ścieżce.");
  65. ?>