Panel/lang/Serbian(Serbia)/modules/editconfigfiles.php
copilot-swe-agent[bot] 7377f955fd
Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-04 17:31:16 +00:00

17 lines
No EOL
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
define('LANG_configuration_files', "Конфигурациони фајлови");
define('LANG_editing_file', "Уређивање фајлова");
define('LANG_no_server_specfied', "Није наведен ID сервера - није могуће приказати конфигурационе фајлове.");
define('LANG_no_home', "Немате приступ датом ID-у сервера.");
define('LANG_no_configs_for_game', "Нема дефинисаних конфигурационих фајлова.");
define('LANG_name', "Име");
define('LANG_no_description', "Без описа");
define('LANG_description', "Опис");
define('LANG_invalid_file', "Наведени фајл можда неће бити уређиван.");
define('LANG_wrote_changes', "Фајл је успешно сачуван.");
define('LANG_failed_write', "Учитавање фајла није успело.");
define('LANG_failed_read', "Читање фајла није успело.");
define('LANG_save', "Сачувај");
define('LANG_go_back', "Иди назад");
define('LANG_new_file', "Нови фајл");