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

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

View file

@ -1,17 +0,0 @@
<?php
define('OGP_LANG_configuration_files', "Konfigurační soubory");
define('OGP_LANG_editing_file', "Úpravy souboru");
define('OGP_LANG_no_server_specfied', "Nebyl zadán žádný ID serveru - nelze uvést žádné konfigurační soubory.");
define('OGP_LANG_no_home', "Nemáte přístup k danému ID serveru.");
define('OGP_LANG_no_configs_for_game', "To nemá definované konfigurační soubory.");
define('OGP_LANG_name', "Název");
define('OGP_LANG_no_description', "Bez popisu");
define('OGP_LANG_description', "Popis");
define('OGP_LANG_invalid_file', "Zadaný soubor nemusí být upravován.");
define('OGP_LANG_wrote_changes', "Soubor byl úspěšně uložen.");
define('OGP_LANG_failed_write', "Soubor se nezdařil.");
define('OGP_LANG_failed_read', "Soubor se nepodařilo přečíst.");
define('OGP_LANG_save', "Uložit");
define('OGP_LANG_go_back', "Vraťte se zpět");
define('OGP_LANG_new_file', "Nový soubor");