Yeah, i'm here again

Sorry for need much help

, but now i want to put languages in my plugin
In my code i put
PHP Code:
register_dictionary("obligate.txt")
...
console_print(id, "[AMXX] %L", id, "CNSL_MSG", szTargetName)
client_print(0, print_chat, "%L", LANG_PLAYER, "CHAT_MSG", szAdminName, szTargetName)
...
Compiles but ingame shows me "ML_NOTFOUND CHAT_MSG and ML_NOTFOUND CNSL_MSG"
In /data/lang i create the txt "obligate" but didn't works..
In my file obligate.txt i put
Code:
[en]
CNSL_MSG = %s was obligated
CHAT_MSG = ADMIN: %s obligated %s
[es]
CNSL_MSG = %s fue obligado
CHAT_MSG = ADMIN: %s obligo a %s
...