|
|
@@ -93,4 +93,33 @@ define('OGP_LANG_invalid_steamid', "Ha introducido un Steam ID no válido.");
|
|
|
define('OGP_LANG_invalid_immunity', "Ha introducido un valor de inmunidad no válido.");
|
|
|
define('OGP_LANG_submit', "Enviar");
|
|
|
define('OGP_LANG_post_failed', "La acción POST falló. No se puede recuperar una respuesta.");
|
|
|
+define('OGP_LANG_amx_mod_admins', "Admins AMX mod X");
|
|
|
+define('OGP_LANG_amx_login_type', "Tipo de identificación");
|
|
|
+define('OGP_LANG_amx_login_steamid', "Steam ID");
|
|
|
+define('OGP_LANG_amx_login_nick_pass', "Apodo + Contraseña");
|
|
|
+define('OGP_LANG_nickname', "Apodo");
|
|
|
+define('OGP_LANG_amx_mod_perms', "Permisos AMX mod X:");
|
|
|
+define('OGP_LANG_amx_mod_perm_root', "AMX mod C todos los Flags");
|
|
|
+define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Flags personalizados.");
|
|
|
+define('OGP_LANG_amx_mod_flag_a', "Inmunidad (no puede ser kickeado/baneado/slayeado/slapeado o afectado por otros comandos)");
|
|
|
+define('OGP_LANG_amx_mod_flag_b', "Reservados (puede usar slots reservados)");
|
|
|
+define('OGP_LANG_amx_mod_flag_c', "Comando amx_kick");
|
|
|
+define('OGP_LANG_amx_mod_flag_d', "Comandos amx_ban y amx_unban");
|
|
|
+define('OGP_LANG_amx_mod_flag_e', "Comandos amx_slay y amx_slap");
|
|
|
+define('OGP_LANG_amx_mod_flag_f', "Comando amx_map");
|
|
|
+define('OGP_LANG_amx_mod_flag_g', "Comando amx_cvar (no todas las cvar estarán disponibles)");
|
|
|
+define('OGP_LANG_amx_mod_flag_h', "Comando amx_cfg");
|
|
|
+define('OGP_LANG_amx_mod_flag_i', "amx_chat y otros comandos de chat");
|
|
|
+define('OGP_LANG_amx_mod_flag_j', "amx_vote y otros comandos de votación");
|
|
|
+define('OGP_LANG_amx_mod_flag_k', "acceso a cvar sv_password (a través del comando amx_cvar)");
|
|
|
+define('OGP_LANG_amx_mod_flag_l', "Acceso a comando amx_rcon y cvar rcon_password (a través del comando amx_cvar)");
|
|
|
+define('OGP_LANG_amx_mod_flag_m', "Nivel personalizado A (para plugins adicionales)");
|
|
|
+define('OGP_LANG_amx_mod_flag_n', "Nivel personalizado B");
|
|
|
+define('OGP_LANG_amx_mod_flag_o', "Nivel personalizado C");
|
|
|
+define('OGP_LANG_amx_mod_flag_p', "Nivel personalizado D");
|
|
|
+define('OGP_LANG_amx_mod_flag_q', "Nivel personalizado E");
|
|
|
+define('OGP_LANG_amx_mod_flag_r', "Nivel personalizado F");
|
|
|
+define('OGP_LANG_amx_mod_flag_s', "Nivel personalizado G");
|
|
|
+define('OGP_LANG_amx_mod_flag_t', "Nivel personalizado H");
|
|
|
+define('OGP_LANG_amx_mod_flag_u', "Acceso al menu");
|
|
|
?>
|