3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-30 16:09:27 +01:00

syntax fixes

This commit is contained in:
Luke Slater 2012-09-27 11:42:17 +01:00
parent 9ca433a2fb
commit f8b2b154aa

View File

@ -131,7 +131,7 @@
}, },
"unload_error": { "unload_error": {
"english": "{moduleName} isn't loaded. Idiot.", "english": "{moduleName} isn't loaded. Idiot.",
"spanish": "{moduleName} no está cargado. Idiota." "spanish": "{moduleName} no está cargado. Idiota.",
"na'vi": "Oel {moduleName}it omum. Nga skxawng lu." "na'vi": "Oel {moduleName}it omum. Nga skxawng lu."
}, },
"banned": { "banned": {
@ -232,7 +232,7 @@
"kicked_dbot": { "kicked_dbot": {
"english": "Thou shalt not kick {botname}", "english": "Thou shalt not kick {botname}",
"spanish": "No expulsás {botname}", "spanish": "No expulsás {botname}",
"na'vi": "Ngal {botname}it ke tsun tsrive'i "na'vi": "Ngal {botname}it ke tsun tsrive'i"
}, },
"search_results": { "search_results": {
"english": "{category} ({needle}): '{quote}' [{matches} results]", "english": "{category} ({needle}): '{quote}' [{matches} results]",
@ -243,19 +243,16 @@
"english": "Joined {channel}", "english": "Joined {channel}",
"spanish" : "Entrado en {channel}", "spanish" : "Entrado en {channel}",
"na'vi": "fpxäkìm {channel}(nemfa)" "na'vi": "fpxäkìm {channel}(nemfa)"
}, },
"part": { "part": {
"english": "Left {channel}", "english": "Left {channel}",
"spanish" : "Abandonada {channel}", "spanish" : "Abandonada {channel}",
"na'vi": "Hum {channel}". "na'vi": "Hum {channel}"
}, },
"newpoll_usage": { "newpoll_usage": {
"english": "Usage: ~newpoll name [options=opt1,opt2,opt3] description", "english": "Usage: ~newpoll name [options=opt1,opt2,opt3] description",
"spanish" : "Modo de empleo: ~newpoll nombre [options=opción1,opción2,opción3] descripción", "spanish" : "Modo de empleo: ~newpoll nombre [options=opción1,opción2,opción3] descripción",
"na'vi": "Usage: ~newpoll tstxo [sìftxey=tìfxey1,tìfxey2,fìfxey3] tìsla'tsu" "na'vi": "Usage: ~newpoll tstxo [sìftxey=tìfxey1,tìfxey2,fìfxey3] tìsla'tsu"
}, },
"poll_exists": { "poll_exists": {
"english": "Poll '{name}' already exists.", "english": "Poll '{name}' already exists.",