|
|
@@ -93,7 +93,7 @@ define('OGP_LANG_invalid_steamid', "Vous avez entré un Steam ID invalide.");
|
|
|
define('OGP_LANG_invalid_immunity', "Vous avez entré une valeur d'immunité invalide.");
|
|
|
define('OGP_LANG_submit', "Envoyer");
|
|
|
define('OGP_LANG_post_failed', "L'action POST a échoué. Impossible d'obtenir une réponse.");
|
|
|
-define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
|
|
+define('OGP_LANG_amx_mod_admins', "Admins AMX mod X");
|
|
|
define('OGP_LANG_amx_login_type', "Type de login");
|
|
|
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
|
|
define('OGP_LANG_amx_login_nick_pass', "Pseudo + Password");
|
|
|
@@ -101,19 +101,19 @@ define('OGP_LANG_nickname', "Pseudo");
|
|
|
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 (ne peut pas être kicked/baned/slayed/slaped et affecté par d'autres commandes)");
|
|
|
+define('OGP_LANG_amx_mod_flag_a', "immunity (ne peut pas être kicked/baned/slayed/slaped et affecté par d'autres commandes)");
|
|
|
define('OGP_LANG_amx_mod_flag_b', "reservation (peut joindre des slots réservés)");
|
|
|
-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_c', "commande amx_kick");
|
|
|
+define('OGP_LANG_amx_mod_flag_d', "commandes amx_ban et amx_unban");
|
|
|
+define('OGP_LANG_amx_mod_flag_e', "commandes amx_slay et amx_slap");
|
|
|
+define('OGP_LANG_amx_mod_flag_f', "commande amx_map");
|
|
|
+define('OGP_LANG_amx_mod_flag_g', "commande amx_cvar (toutes les cvars ne seront pas disponibles)");
|
|
|
+define('OGP_LANG_amx_mod_flag_h', "commande amx_cfg");
|
|
|
+define('OGP_LANG_amx_mod_flag_i', "amx_chat et autres commandes de chat");
|
|
|
+define('OGP_LANG_amx_mod_flag_j', "amx_vote et autres commandes de vote");
|
|
|
+define('OGP_LANG_amx_mod_flag_k', "accès à la cvar sv_password (par commande amx_cvar)");
|
|
|
+define('OGP_LANG_amx_mod_flag_l', "accès aux cvar amx_rcon command et rcon_password (par commande amx_cvar)");
|
|
|
+define('OGP_LANG_amx_mod_flag_m', "custom level A (pour plugins additionnels)");
|
|
|
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");
|
|
|
@@ -121,5 +121,5 @@ 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");
|
|
|
+define('OGP_LANG_amx_mod_flag_u', "accès menu");
|
|
|
?>
|