30 lines
No EOL
1.2 KiB
PHP
30 lines
No EOL
1.2 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the administration module (English localization)
|
|
*/
|
|
|
|
define('OGP_LANG_external_links', "External Links");
|
|
define('OGP_LANG_url', "URL");
|
|
define('OGP_LANG_name', "Name");
|
|
define('OGP_LANG_add_it', "Add");
|
|
define('OGP_LANG_link_has_been_removed', "%s link has been removed.");
|
|
define('OGP_LANG_db_backup', "DB Backup");
|
|
define('OGP_LANG_download_db_backup', "Download DB Backup");
|
|
define('OGP_LANG_restore_db_backup', "Restore DB Backup");
|
|
define('OGP_LANG_sql_file', "file(.sql)");
|
|
define('OGP_LANG_change_buttons_order', "Change buttons order");
|
|
define('OGP_LANG_when', "Date/Time");
|
|
define('OGP_LANG_who', "Username");
|
|
define('OGP_LANG_where', "IP address");
|
|
define('OGP_LANG_what', "Action");
|
|
define('OGP_LANG_search', "Search");
|
|
define('OGP_LANG_empty_logger', "Empty Logger");
|
|
define('OGP_LANG_ban_list', "Ban list");
|
|
define('OGP_LANG_no_banned_ips', "There are no banned IPs");
|
|
define('OGP_LANG_unban', "Unban IP");
|
|
define('OGP_LANG_client_ip', "Client IP");
|
|
define('OGP_LANG_banned_until', "Banned until");
|
|
define('OGP_LANG_unban_selected_ips', "Unban selected IPs");
|
|
define('OGP_LANG_view', "View");
|
|
define('OGP_LANG_per_page', "log entries per page");
|
|
?>
|