Panel/lang/Serbian(Serbia)/modules/administration.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

30 lines
No EOL
1.7 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
/*
* Language definitions for the administration module (Serbian(serbia) localization)
*/
define('OGP_LANG_external_links', "Спољашње везе");
define('OGP_LANG_url', "URL");
define('OGP_LANG_name', "Име");
define('OGP_LANG_add_it', "Додај");
define('OGP_LANG_link_has_been_removed', "Линк %s је уклоњен.");
define('OGP_LANG_db_backup', "Резервна копија базе података");
define('OGP_LANG_download_db_backup', "Преузми резервну копију базе додатака");
define('OGP_LANG_restore_db_backup', "Поврати резервну копију базе података");
define('OGP_LANG_sql_file', "фајл (.sql)");
define('OGP_LANG_change_buttons_order', "Промени редослед дугмади");
define('OGP_LANG_when', "Датум/Време");
define('OGP_LANG_who', "Корисничко име");
define('OGP_LANG_where', "ИП адреса");
define('OGP_LANG_what', "Акција");
define('OGP_LANG_search', "Претрага");
define('OGP_LANG_empty_logger', "Испразни логер");
define('OGP_LANG_ban_list', "Листа забрана");
define('OGP_LANG_no_banned_ips', "Нема забрањених ИП адреса");
define('OGP_LANG_unban', "Уклони забрану ИП адресе");
define('OGP_LANG_client_ip', "Клијентска ИП адреса");
define('OGP_LANG_banned_until', "Забрана траје до");
define('OGP_LANG_unban_selected_ips', "Уклони забрањену одабраних ИП адреса");
define('OGP_LANG_view', "Види");
define('OGP_LANG_per_page', "ставке дневника по страници");
?>