|
|
@@ -93,4 +93,33 @@ define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
|
|
|
define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
|
|
|
define('OGP_LANG_submit', "Submit");
|
|
|
define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
|
|
|
+define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
|
|
+define('OGP_LANG_amx_login_type', "Login Type");
|
|
|
+define('OGP_LANG_amx_login_steamid', "Steam ID");
|
|
|
+define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
|
|
|
+define('OGP_LANG_nickname', "Nickname");
|
|
|
+define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
|
|
|
+define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
|
|
|
+define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
|
|
|
+define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
|
|
|
+define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
|
|
|
+define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
|
|
|
+define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
|
|
|
+define('OGP_LANG_amx_mod_flag_e', "amx_slay and amx_slap commands");
|
|
|
+define('OGP_LANG_amx_mod_flag_f', "amx_map command");
|
|
|
+define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
|
|
|
+define('OGP_LANG_amx_mod_flag_h', "amx_cfg command");
|
|
|
+define('OGP_LANG_amx_mod_flag_i', "amx_chat and other chat commands");
|
|
|
+define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
|
|
|
+define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
|
|
|
+define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
|
|
|
+define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
|
|
|
+define('OGP_LANG_amx_mod_flag_n', "custom level B");
|
|
|
+define('OGP_LANG_amx_mod_flag_o', "custom level C");
|
|
|
+define('OGP_LANG_amx_mod_flag_p', "custom level D");
|
|
|
+define('OGP_LANG_amx_mod_flag_q', "custom level E");
|
|
|
+define('OGP_LANG_amx_mod_flag_r', "custom level F");
|
|
|
+define('OGP_LANG_amx_mod_flag_s', "custom level G");
|
|
|
+define('OGP_LANG_amx_mod_flag_t', "custom level H");
|
|
|
+define('OGP_LANG_amx_mod_flag_u', "menu access");
|
|
|
?>
|