many modules fixes

This commit is contained in:
Eduardo Bart
2012-06-03 21:28:19 -03:00
parent cfa7db77da
commit 296f2a17c4
11 changed files with 31 additions and 23 deletions

View File

@@ -46,10 +46,10 @@ function Locales.init()
Locales.installLocales('locales')
local userLocaleName = Settings.get('locale')
if userLocaleName and Locales.setLocale(userLocaleName)then
info('Using configured locale: ' .. userLocaleName)
if userLocaleName and Locales.setLocale(userLocaleName) then
--info('Using configured locale: ' .. userLocaleName)
else
info('Using default locale: ' .. defaultLocaleName)
--info('Using default locale: ' .. defaultLocaleName)
Locales.setLocale(defaultLocaleName)
Settings.set('locale', defaultLocaleName)
end

View File

@@ -118,7 +118,7 @@ locale = {
["Pass Leadership to %s"] = "Pasar el liderazgo a %s",
["Password"] = "Contrase<EFBFBD>a",
["Please enter a character name:"] = "Por favor, introduce el nombre de un personaje:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presione la tecla que desee para a<EFBFBD>adir a tu administrador de atajos",
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presione la tecla que desee para\na<EFBFBD>adir a tu administrador de atajos",
["Please wait"] = "Por favor, espere",
["Port"] = "Puerto",
["Price:"] = "Precio",
@@ -137,7 +137,7 @@ locale = {
["Select object"] = "Seleccionar objeto",
["Select Outfit"] = "Selecionar Traje",
["Sell"] = "Vender",
["Send automatically"] = "Vender autom<6F>ticamente",
["Send automatically"] = "Enviar autom<6F>ticamente",
["Server"] = "Servidor",
["Server Log"] = "Registro del servidor",
["Set Outfit"] = "Escoger Traje",

View File

@@ -150,7 +150,7 @@ locale = {
["Pass Leadership to %s"] = "Passar lideran<61>a para %s",
["Password"] = "Senha",
["Please enter a character name:"] = "Por favor, entre com o nome do personagem:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, pressione a tecla que voc<6F> deseja adicionar no gerenciador de atalhos",
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, pressione a tecla que voc<6F> deseja\nadicionar no gerenciador de atalhos",
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Por favor, use este campo apenas para reportar defeitos. N<>o reporte viola<6C><61>o de regras aqui!",
["Please wait"] = "Por favor, espere",
["Port"] = "Porta",
@@ -174,7 +174,7 @@ locale = {
["Select Outfit"] = "Selecionar Roupa",
["Sell"] = "Vender",
["Send"] = "Enviar",
["Send automatically"] = "Vender automaticamente",
["Send automatically"] = "Enviar automaticamente",
["Server"] = "Servidor",
["Server Log"] = "Registro do servidor",
["Set Outfit"] = "Escolher Roupa",