Update missing translations table

master
Eduardo Bart 12 years ago
parent 3db0ae06a7
commit 1de9faa93e

@ -1,8 +1,7 @@
-- TIP: to find all possible translations in the modules directory use the following command
-- find \( -name "*.lua" -o -name "*.otui" \) -exec grep -oE "tr\\('(\\\\'|[^'])*'" {} \; -exec grep -oE "tr\\(\"(\\\\\"|[^\"])*" {} \; | sort | uniq | sed "s/^tr(.\(.*\).$/[\"\1\"] = nil,/"
Locales = { }
dofile 'neededtranslations.lua'
-- private variables
local defaultLocaleName = 'en'
local installedLocales
@ -75,11 +74,39 @@ function Locales.terminate()
disconnect(g_game, { onGameStart = onGameStart })
end
function generateNewTranslationTable(localename)
local locale = installedLocales[localename]
for _i,k in pairs(Locales.neededTranslations) do
local trans = locale.translation[k]
k = k:gsub('\n','\\n')
k = k:gsub('\t','\\t')
k = k:gsub('\"','\\\"')
if trans then
trans = trans:gsub('\n','\\n')
trans = trans:gsub('\t','\\t')
trans = trans:gsub('\"','\\\"')
end
if not trans then
print(' ["' .. k .. '"]' .. ' = false,')
else
print(' ["' .. k .. '"]' .. ' = "' .. trans .. '",')
end
end
end
function Locales.installLocale(locale)
if not locale or not locale.name then
error('Unable to install locale.')
end
if locale.name ~= defaultLocaleName then
for _i,k in pairs(Locales.neededTranslations) do
if locale.translation[k] == nil then
pwarning('Translation for locale \'' .. locale.name .. '\' not found: \"' .. k.. '\"')
end
end
end
local installedLocale = installedLocales[locale.name]
if installedLocale then
for word,translation in pairs(locale.translation) do

@ -5,9 +5,30 @@ locale = {
languageName = "Español",
translation = {
["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = false,
["1c) Unsuitable Name"] = false,
["1d) Name Inciting Rule Violation"] = false,
["2a) Offensive Statement"] = false,
["2b) Spamming"] = false,
["2c) Illegal Advertising"] = false,
["2d) Off-Topic Public Statement"] = false,
["2e) Non-English Public Statement"] = false,
["2f) Inciting Rule Violation"] = false,
["3a) Bug Abuse"] = false,
["3b) Game Weakness Abuse"] = false,
["3c) Using Unofficial Software to Play"] = false,
["3d) Hacking"] = false,
["3e) Multi-Clienting"] = false,
["3f) Account Trading or Sharing"] = false,
["4a) Threatening Gamemaster"] = false,
["4b) Pretending to Have Influence on Rule Enforcement"] = false,
["4c) False Report to Gamemaster"] = false,
["Accept"] = false,
["Account name"] = "Nombre de la cuenta",
["Account Status:\nFree Account"] = "Estado de la cuenta:\nGratis",
["Account Status:\nPremium Account (%s) days left"] = "Estado de la cuenta:\nCuenta premium (%s) días restantes",
["Action:"] = false,
["Add"] = "Añadir",
["Add new VIP"] = "Añadir nuevo VIP",
["Addon 1"] = "Addon 1",
@ -15,8 +36,13 @@ locale = {
["Addon 3"] = "Addon 3",
["Add to VIP list"] = "Añadir a lista VIP",
["Adjust volume"] = "Ajustar volúmen",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Todos los módulos y scripts han sido reiniciados",
["Allow auto chase override"] = false,
["Amount:"] = "Cantidad:",
["Amount"] = false,
["Anonymous"] = false,
["Are you sure you want to logout?"] = false,
["Attack"] = "Atacar",
["Author"] = "Autor",
["Autoload"] = "Cargar automáticamente",
@ -24,136 +50,215 @@ locale = {
["Auto login"] = "Entrar automáticamente",
["Auto login selected character on next charlist load"] = "Entrar automáticamente con un personage cuando se vuelva a abrir la lista de personajes",
["Axe Fighting"] = "Combate con Hacha",
["Balance: 10000"] = false,
["Banishment"] = false,
["Banishment + Final Warning"] = false,
["Battle"] = "Batalla",
["Browse"] = false,
["Bug report sent."] = false,
["Button Assign"] = "Seleccionar Botón",
["Buy"] = "Comprar",
["Buy no backpack"] = "Comprar sin mochila",
["Buy Now"] = false,
["Buy Offers"] = false,
["Buy with backpack"] = "Comprar con mochila",
["Cancel"] = "Cancelar",
["Capacity:"] = "Capacidad:",
["Cannot login while already in game."] = false,
["Cap"] = false,
["Capacity"] = "Capacidad",
["Center"] = false,
["Channels"] = "Canales",
["Character List"] = "Lista de personajes",
["Classic control"] = "Control clásico",
["Clear current message window"] = false,
["Clear object"] = "Limpiar objeto",
["Client needs update."] = false,
["Close"] = "Cerrar",
["Close this channel"] = "Cerrar este canal",
["Club Fighting"] = "Combate con Maza",
["Combat Controls"] = "Controles de combate",
["Comment:"] = false,
["Connecting to game server..."] = "Conectando al servidor de juego...",
["Connecting to login server..."] = "Conectando al servidor de autentificación...",
["Consider capacity"] = "Tener en cuenta la capacidad", --//if too long: "Considerar capacidad"
["Consider equipped"] = "Tener en cuenta el equipo", --//if too long: "Considerar equipo"
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Copiar Nombre",
["Create New Offer"] = false,
["Create Offer"] = false,
["Current hotkeys:"] = "Atajos actuales",
["Current hotkey to add: %s"] = "Atajo actual para añadir: %s",
["Current Offers"] = false,
["Default"] = "Principal",
["Description"] = "Descripción",
["Destructive Behaviour"] = false,
["Detail"] = "Detalle",
["Details"] = false,
["Disable Shared Experience"] = "Desactivar experiencia compartida",
["Distance Fighting"] = "Combate a Distancia",
["Edit hotkey text:"] = "Editar texto del atajo",
["Edit List"] = false,
["Edit Text"] = "Editar Texto",
["Enable music"] = false,
["Enable Shared Experience"] = "Activar experiencia compartida",
["Enable vertical synchronization"] = "Activar sincronización vertical",
["Enter Game"] = "Entrar al juego",
["Enter one name per line."] = false,
["Error"] = "Error",
["Error"] = "Error",
["Excessive Unjustified Player Killing"] = false,
["Exclude from private chat"] = "Excluir del canal privado",
["Exit"] = false,
["Experience"] = "Experiencia",
["Filter list to match your level"] = false,
["Filter list to match your vocation"] = false,
["Fishing"] = "Pesca",
["Fist Fighting"] = "Combate con Puños",
["Follow"] = "Seguir",
["Frame rate limit"] = "Límite de FPS",
["Fullscreen"] = "Pantalla Completa",
["Game framerate limit: %s"] = false,
["General"] = "General",
["Graphics"] = "Gráficos",
["Graphics Engine:"] = false,
["Head"] = "Cabeza",
["Health Bar"] = "Barra de Vida",
["Help"] = "Ayuda",
["Health Info"] = false,
["Health Information"] = false,
["Hide monsters"] = "Esconder monstruos",
["Hide non-skull players"] = "Esconder jugadores sin calavera",
["Hide Npcs"] = "Esconder NPCs",
["Hide party members"] = "Esconder miembros del grupo",
["Hide players"] = "Esconder jugadores",
["Hit Points"] = "Puntos de Vida",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Atajos",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignorar capacidad",
["Ignore equipped"] = "Ignorar equipado",
["Interface framerate limit: %s"] = false,
["Inventory"] = "Inventario",
["Invite to Party"] = "Invitar al grupo",
["Invite to private chat"] = "Invitar al canal privado",
["Join %s\"s Party"] = "Entrar en el grupo de %s",
["IP Address Banishment"] = false,
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Salir del grupo",
["Level"] = "Nivel",
["Limits FPS to 60"] = "Limita los FPS a 60",
["List of items that you're able to buy"] = "Lista de objetos que usted puede comprar",
["List of items that you're able to sell"] = "Lista de objetos que usted puede vender",
["Load"] = "Cargar",
["Loggin out..."] = "Saliendo...",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Entrar",
["Login Error"] = "Error de Autentificación",
["Login Error"] = "Error de Autentificación",
["Logout"] = false,
["Look"] = "Ver",
["Magic Level"] = "Nivel Mágico",
["Make sure that your client uses\nthe correct game protocol version"] = "Compruebe que tu cliente use\nuse el mismo protocolo que el servidor de juego",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Configurar atajos:",
["Market"] = false,
["Market Offers"] = false,
["Message of the day"] = "Mensaje del día",
["Message to "] = false,
["Message to %s"] = "Mandar mensaje a %s",
["Minimap"] = "Minimapa",
["Module Manager"] = "Administrador de Módulos",
["Module name"] = "Nombre del módulo",
["Money:"] = "Dinero:",
["Move Stackable Item"] = "Mover objeto contable",
["Move up"] = "Mover arriba",
["My Offers"] = false,
["Name:"] = "Nombre:",
["Name"] = false,
["Name Report"] = false,
["Name Report + Banishment"] = false,
["Name Report + Banishment + Final Warning"] = false,
["No"] = false,
["No item selected."] = false,
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = false,
["NPC Trade"] = "Comercia con NPC",
["Offer History"] = false,
["Offers"] = false,
["Offer Type:"] = false,
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Abrir",
["Open a private message channel:"] = "Abrir un canal privado:",
["Open charlist automatically when starting otclient"] = "Abrir lista de personajes",
["Open in new window"] = "Abrir en una nueva ventana",
["Open new channel"] = "Abrir novo canal",
["Options"] = "Opciones",
["Outfit Name"] = "Nombre de la ropa",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Pasar el liderazgo a %s",
["Password"] = "Contraseña",
["Pause"] = false,
["Piece Price:"] = false,
["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\nañadir a tu administrador de atajos",
["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,
["Please wait"] = "Por favor, espere",
["Port"] = "Puerto",
["Preview"] = false,
["Price:"] = "Precio",
["Primary"] = "Primario",
["Protocol"] = false,
["Quantity:"] = "Cantidad:",
["Quest Log"] = false,
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = false,
["Refresh"] = "Actualizar",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Recargar Todos",
["Remember account and password when starts otclient"] = "Recordar cuenta y contraseña cuando inicie otclient",
["Remember password"] = "Recordar contraseña",
["Remove"] = "Quitar",
["Remove %s"] = "Quitar %s",
["Revoke %s\"s Invitation"] = "Rechazar la invitación de %s",
["Report Bug"] = false,
["Revoke %s's Invitation"] = false,
["Rotate"] = "Girar",
["Rule Violation"] = false,
["Search:"] = "Buscar:",
["Search"] = false,
["Secondary"] = "Secundario",
["Select object"] = "Seleccionar objeto",
["Select Outfit"] = "Selecionar Traje",
["Sell"] = "Vender",
["Sell Now"] = false,
["Sell Offers"] = false,
["Send"] = false,
["Send automatically"] = "Enviar automáticamente",
["Server"] = "Servidor",
["Server Log"] = "Registro del servidor",
["Set Outfit"] = "Escoger Traje",
["Shielding"] = "Defensa",
["Show all items"] = "Mostrar todos los objetos",
["Show Depot Only"] = false,
["Show event messages in console"] = "Mostrar los mensajes de eventos en la consola",
["Show frame rate"] = "Mostrar FPS",
["Show info messages in console"] = "Mostrar los mensajes informativos en la consola",
["Show left panel"] = false,
["Show levels in console"] = "Mostrar los niveles en la consola",
["Show only holding items"] = "Mostrar solamente mis objetos",
["Show private messages in console"] = "Mostrar los mensajes privados en la consola",
["Show private messages on screen"] = false,
["Show status messages in console"] = "Mostrar los mensajes de estado en la consola",
["Show Text"] = false,
["Show timestamps in console"] = "Mostrar la hora en la consola",
["Show your depot items only"] = false,
["Skills"] = "Habilidades",
["Soul"] = false,
["Soul Points"] = "Puntos del Alma",
["Stamina"] = "Vigor",
["Start"] = false,
["Statement:"] = false,
["Statement Report"] = false,
["Statistics"] = false,
["Stop Attack"] = "Detener el Ataque",
["Stop Follow"] = "Detener el Seguimiento",
["%s: (use object)"] = "%s: (usar objeto)",
@ -163,8 +268,12 @@ locale = {
["Sword Fighting"] = "Combate con Espada",
["Terminal"] = "Terminal",
["There is no way."] = "No hay ruta.",
["Total Price:"] = false,
["Trade"] = "Comercial",
["Trade with ..."] = "Comercial con ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "No es posible salir.",
["Unload"] = "Descarga",
["Use"] = "Usar",
@ -174,27 +283,357 @@ locale = {
["Version"] = "Versión",
["VIP list"] = "Lista VIP",
["VIP List"] = "Lista VIP",
["Voc."] = false,
["Waiting List"] = false,
["Website"] = "Sitio Web",
["Weight:"] = "Peso",
["With crosshair"] = "Con mirilla",
["Yes"] = false,
["You are bleeding"] = false,
["You are burning"] = "Estás quemando",
["You are cursed"] = "Estás maldito",
["You are dazzled"] = "Estás deslumbrado",
["You are dead."] = "Has muerto.",
["You are dead"] = false,
["You are drowing"] = "Te estás ahogando",
["You are drunk"] = false,
["You are electrified"] = "Estás electrocutado",
["You are freezing"] = "Estás congelado",
["You are hasted"] = "Vas con prisa",
["You are hungry"] = false,
["You are paralysed"] = "Estás paralizado",
["You are poisoned"] = "Estás envenenado",
["You are protected by a magic shield"] = "Estás protegido por un escudo mágico",
["You are strengthened"] = "Estás reforzado",
["You are within a protection zone"] = "Estás en una zona de protección",
["You can enter new text."] = false,
["You have %s percent"] = "Tienes %s por ciento",
["You have %s percent to go"] = "Te falta %s por ciento para avanzar",
["You may not logout during a fight"] = "No puedes salir mientras estás en un combate",
["You may not logout or enter a protection zone"] = "No puedes salir o entrar en una zona de protección",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Debes seleccionar un personaje para entrar!",
["Your Capacity:"] = false,
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = false,
[""] = false,
["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = false,
["1c) Unsuitable Name"] = false,
["1d) Name Inciting Rule Violation"] = false,
["2a) Offensive Statement"] = false,
["2b) Spamming"] = false,
["2c) Illegal Advertising"] = false,
["2d) Off-Topic Public Statement"] = false,
["2e) Non-English Public Statement"] = false,
["2f) Inciting Rule Violation"] = false,
["3a) Bug Abuse"] = false,
["3b) Game Weakness Abuse"] = false,
["3c) Using Unofficial Software to Play"] = false,
["3d) Hacking"] = false,
["3e) Multi-Clienting"] = false,
["3f) Account Trading or Sharing"] = false,
["4a) Threatening Gamemaster"] = false,
["4b) Pretending to Have Influence on Rule Enforcement"] = false,
["4c) False Report to Gamemaster"] = false,
["Accept"] = false,
["Account name"] = "Numer konta",
["Account Status:\nFree Account"] = "Status Konta:\nDarmowe Konto",
["Account Status:\nPremium Account (%s) days left"] = "Status Konta:\nPremium - pozostalo (%s) dni",
["Action:"] = false,
["Add"] = "Dodaj",
["Add new VIP"] = "Nowy VIP",
["Addon 1"] = "Addon 1",
["Addon 2"] = "Addon 2",
["Addon 3"] = "Addon 3",
["Add to VIP list"] = "Dodaj do VIPow",
["Adjust volume"] = "Zmien glosnosc",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Wszystkie moduly ",
["Allow auto chase override"] = false,
["Amount:"] = "Ilosc:",
["Amount"] = false,
["Anonymous"] = false,
["Are you sure you want to logout?"] = false,
["Attack"] = "Atak",
["Author"] = "Autor",
["Autoload"] = "Autoladowanie",
["Autoload priority"] = "Priorytet autoladowania",
["Auto login"] = "Loguj automatycznie",
["Auto login selected character on next charlist load"] = "Automatycznie zaloguj wybrana postac podczas kolejnego ladowaia listy postaci",
["Axe Fighting"] = "Walka toporem",
["Balance: 10000"] = false,
["Banishment"] = false,
["Banishment + Final Warning"] = false,
["Battle"] = "Bitwa",
["Browse"] = false,
["Bug report sent."] = false,
["Button Assign"] = "Przypisanie Klawisza",
["Buy"] = "Kup",
["Buy Now"] = false,
["Buy Offers"] = false,
["Buy with backpack"] = "Kupuj z plecakami",
["Cancel"] = "Anuluj",
["Cannot login while already in game."] = false,
["Cap"] = false,
["Capacity"] = "Capacidad",
["Center"] = false,
["Channels"] = "Kanaly",
["Character List"] = "Lista postaci",
["Classic control"] = "Klasyczne sterowaie",
["Clear current message window"] = false,
["Clear object"] = "Wyczysc obiekt",
["Client needs update."] = false,
["Close"] = "Zamknij",
["Close this channel"] = "Zamknij kanal",
["Club Fighting"] = "Walka obuchem",
["Combat Controls"] = "Kontrola walki",
["Comment:"] = false,
["Connecting to game server..."] = "Laczenie z serwerem gry...",
["Connecting to login server..."] = "Laczenie z serwerem logowania...",
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Kopiuj Nick",
["Create New Offer"] = false,
["Create Offer"] = false,
["Current hotkeys:"] = "Aktualny hotkey:",
["Current hotkey to add: %s"] = "Aktualny hotkey do dodania: %s",
["Current Offers"] = false,
["Default"] = "Domyslny",
["Description"] = "Opis",
["Destructive Behaviour"] = false,
["Detail"] = "Szczegoly",
["Details"] = false,
["Disable Shared Experience"] = "Wylacz Dzielenie Doswiadczenia",
["Distance Fighting"] = "Walka na odleglosc",
["Edit hotkey text:"] = "Edytuj tresc hotkeya:",
["Edit List"] = false,
["Edit Text"] = "Edytuj tekst",
["Enable music"] = false,
["Enable Shared Experience"] = "Wlacz dzielenie doswiadczenia",
["Enable vertical synchronization"] = "Wlacz synchronizacje pionowa",
["Enter Game"] = "Wejdz do gry",
["Enter one name per line."] = false,
["Error"] = "Blad",
["Error"] = "Blad",
["Excessive Unjustified Player Killing"] = false,
["Exclude from private chat"] = "Wyrzuc w prywatnej konwersacji",
["Exit"] = false,
["Experience"] = "Doswiadczenie",
["Filter list to match your level"] = false,
["Filter list to match your vocation"] = false,
["Fishing"] = "Wedkarstwo",
["Fist Fighting"] = "Walka wrecz",
["Follow"] = "Podazaj",
["Fullscreen"] = "Pelen ekran",
["Game framerate limit: %s"] = false,
["General"] = "Ogolne",
["Graphics"] = "Grafika",
["Graphics Engine:"] = false,
["Head"] = "Glowa",
["Health Info"] = false,
["Health Information"] = false,
["Hide monsters"] = "Ukryj potwory",
["Hide non-skull players"] = "Ukryj graczy bez skulla",
["Hide Npcs"] = "Ukryj NPCe",
["Hide party members"] = "Ukryj czlonkow zabawy",
["Hide players"] = "Ukryj graczy",
["Hit Points"] = "Punkty uderzen",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Hotkeye",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignoruj pojemnosc",
["Ignore equipped"] = "Ignoruj ekwipunek",
["Interface framerate limit: %s"] = false,
["Inventory"] = "Inwentarz",
["Invite to Party"] = "Zapros do zabawy",
["Invite to private chat"] = "Zapros do prywatnej konwersacji",
["IP Address Banishment"] = false,
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Opusc zabawe",
["Level"] = "Poziom",
["Limits FPS to 60"] = "Ogranicz FPS do 60",
["List of items that you're able to buy"] = "Lista przedmiotow, ktore mozesz kupic",
["List of items that you're able to sell"] = "Lista przedmiotow, ktore mozesz sprzedac",
["Load"] = "Wczytaj",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Zaloguj",
["Login Error"] = "Blad Logowania",
["Login Error"] = "Blad Logowania",
["Logout"] = false,
["Look"] = "Spojrz",
["Magic Level"] = "Poziom Magiczny",
["Make sure that your client uses\nthe correct game protocol version"] = "Upewnij sie, ze twoj klient\nuzywa wlasciwego protokolu gry.",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Skonfiguruj hotkeye:",
["Market"] = false,
["Market Offers"] = false,
["Message of the day"] = "Wiadomosc dnia",
["Message to "] = false,
["Message to %s"] = "Wiadomosc do %s",
["Minimap"] = "Minimapa",
["Module Manager"] = "Menedzer modulow",
["Module name"] = "Nazwa modulu",
["Move Stackable Item"] = "Przenies przedmiot",
["Move up"] = "Przenies wyzej",
["My Offers"] = false,
["Name:"] = "Nazwa:",
["Name"] = false,
["Name Report"] = false,
["Name Report + Banishment"] = false,
["Name Report + Banishment + Final Warning"] = false,
["No"] = false,
["No item selected."] = false,
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = false,
["NPC Trade"] = "Handel NPC",
["Offer History"] = false,
["Offers"] = false,
["Offer Type:"] = false,
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Otworz",
["Open a private message channel:"] = "Otworz prywatny kanal:",
["Open charlist automatically when starting otclient"] = "Otworz liste postaci automatycznie po starcie klienta",
["Open in new window"] = "Otworz w nowym oknie",
["Open new channel"] = "Otworz nowy kanal",
["Options"] = "Opcje",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Przekaz przywodztwo %s",
["Password"] = "Haslo",
["Pause"] = false,
["Piece Price:"] = false,
["Please enter a character name:"] = "Podaj nazwe postaci:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Nacisnij klawisz, ktory chcesz dodac do menedzera skrotow klawiszowych",
["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,
["Please wait"] = "Prosze czekac",
["Port"] = "Port",
["Preview"] = false,
["Price:"] = "Cena:",
["Primary"] = "Podstawowy",
["Protocol"] = false,
["Quantity:"] = "Ilosc:",
["Quest Log"] = false,
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = false,
["Refresh"] = "Odswiez",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Przeladuj Wszystko",
["Remember account and password when starts otclient"] = "Zapamietaj numer konta i haslo",
["Remember password"] = "Zapamietaj haslo",
["Remove"] = "Usun",
["Remove %s"] = "Usun %s",
["Report Bug"] = false,
["Revoke %s's Invitation"] = false,
["Rotate"] = "Obroc",
["Rule Violation"] = false,
["Search:"] = "Szukaj:",
["Search"] = false,
["Secondary"] = "Drugorzedny",
["Select object"] = "Wybierz obiekt",
["Select Outfit"] = "Wybierz outfit",
["Sell"] = "Sprzedaj",
["Sell Now"] = false,
["Sell Offers"] = false,
["Send"] = false,
["Send automatically"] = "Wyslij automatycznie",
["Server"] = "Serwer",
["Server Log"] = "Log Serwera",
["Set Outfit"] = "Ustaw outfit",
["Shielding"] = "Obrona tarcza",
["Show all items"] = "Pokaz wszystkie przedmioty",
["Show Depot Only"] = false,
["Show event messages in console"] = "Pokaz wydarzenia w konsoli",
["Show frame rate"] = "Pokaz ilosc FPS",
["Show info messages in console"] = "Pokaz informacje w konsoli",
["Show left panel"] = false,
["Show levels in console"] = "Pokaz poziomy w konsoli",
["Show private messages in console"] = "Pokaz prywatne wiadomosci w konsoli",
["Show private messages on screen"] = false,
["Show status messages in console"] = "Pokaz status w konsoli",
["Show Text"] = false,
["Show timestamps in console"] = "Pokaz znaczniki czasu w konsoli",
["Show your depot items only"] = false,
["Skills"] = "Umiejetnosci",
["Soul"] = false,
["Soul Points"] = "Punkty Duszy",
["Stamina"] = "Wytrzymalosc",
["Start"] = false,
["Statement:"] = false,
["Statement Report"] = false,
["Statistics"] = false,
["Stop Attack"] = "Zatrzymaj atak",
["Stop Follow"] = "Zatrzymaj podazanie",
["%s: (use object)"] = "%s: (uzyj obiekt)",
["%s: (use object on target)"] = "%s: (uzyj obiektu na celu)",
["%s: (use object on yourself)"] = "%s: (uzyj obiektu na sobie)",
["%s: (use object with crosshair)"] = "%s: (uzyj obiektu z celownikiem)",
["Sword Fighting"] = "Atak mieczem",
["Terminal"] = "Terminal",
["There is no way."] = "Nie ma drogi.",
["Total Price:"] = false,
["Trade"] = "Handel",
["Trade with ..."] = "Handluj z ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "Nie mozna sie wylogowac.",
["Unload"] = "Wylacz",
["Use"] = "Uzyj",
["Use on target"] = "Uzyj na celu",
["Use on yourself"] = "Uzyj na sobie",
["Use with ..."] = "Uzyj z ...",
["Version"] = "Wersja",
["VIP list"] = "Lista VIP",
["VIP List"] = "Lista VIP",
["Voc."] = false,
["Waiting List"] = false,
["Website"] = "Strona:",
["Weight:"] = "Waga:",
["With crosshair"] = "Z celownikiem",
["Yes"] = false,
["You are bleeding"] = false,
["You are burning"] = "Palisz sie",
["You are cursed"] = "Jestes przeklety",
["You are dazzled"] = "Jestes oslepiony",
["You are dead."] = "Zginales marnie.",
["You are dead"] = false,
["You are drowing"] = "Topisz sie",
["You are drunk"] = false,
["You are electrified"] = "Jestes porazony pradem",
["You are freezing"] = "Marzniesz",
["You are hasted"] = "Zapieprzasz",
["You are hungry"] = false,
["You are paralysed"] = "Jestes sparalizowany",
["You are poisoned"] = "Jestes zatruty",
["You are protected by a magic shield"] = "Jestes chroniony magiczna tarcza",
["You are strengthened"] = "Jestes wzmocniony",
["You are within a protection zone"] = "Jestes w strefie ochronnej",
["You can enter new text."] = false,
["You have %s percent"] = "Masz %s procent",
["You have %s percent to go"] = "Brakuje Ci %s procent",
["You may not logout during a fight"] = "Nie mozesz sie wylogowac w trakcie walki",
["You may not logout or enter a protection zone"] = "Nie mozesz sie wylogowac ani wejsc do strefy ochronnej",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Musisz wybrac postac aby sie zalogowac!",
["Your Capacity:"] = false,
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = false,
}
}

@ -8,9 +8,345 @@ locale = {
languageName = "Polski",
translation = {
["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = false,
["1c) Unsuitable Name"] = false,
["1d) Name Inciting Rule Violation"] = false,
["2a) Offensive Statement"] = false,
["2b) Spamming"] = false,
["2c) Illegal Advertising"] = false,
["2d) Off-Topic Public Statement"] = false,
["2e) Non-English Public Statement"] = false,
["2f) Inciting Rule Violation"] = false,
["3a) Bug Abuse"] = false,
["3b) Game Weakness Abuse"] = false,
["3c) Using Unofficial Software to Play"] = false,
["3d) Hacking"] = false,
["3e) Multi-Clienting"] = false,
["3f) Account Trading or Sharing"] = false,
["4a) Threatening Gamemaster"] = false,
["4b) Pretending to Have Influence on Rule Enforcement"] = false,
["4c) False Report to Gamemaster"] = false,
["Accept"] = false,
["Account name"] = "Nombre de la cuenta",
["Account Status:\nFree Account"] = "Estado de la cuenta:\nGratis",
["Account Status:\nPremium Account (%s) days left"] = "Estado de la cuenta:\nCuenta premium (%s) días restantes",
["Action:"] = false,
["Add"] = "Añadir",
["Add new VIP"] = "Añadir nuevo VIP",
["Addon 1"] = "Addon 1",
["Addon 2"] = "Addon 2",
["Addon 3"] = "Addon 3",
["Add to VIP list"] = "Añadir a lista VIP",
["Adjust volume"] = "Ajustar volúmen",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Todos los módulos y scripts han sido reiniciados",
["Allow auto chase override"] = false,
["Amount:"] = "Cantidad:",
["Amount"] = false,
["Anonymous"] = false,
["Are you sure you want to logout?"] = false,
["Attack"] = "Atacar",
["Author"] = "Autor",
["Autoload"] = "Cargar automáticamente",
["Autoload priority"] = "Prioridad de carga",
["Auto login"] = "Entrar automáticamente",
["Auto login selected character on next charlist load"] = "Entrar automáticamente con un personage cuando se vuelva a abrir la lista de personajes",
["Axe Fighting"] = "Combate con Hacha",
["Balance: 10000"] = false,
["Banishment"] = false,
["Banishment + Final Warning"] = false,
["Battle"] = "Batalla",
["Browse"] = false,
["Bug report sent."] = false,
["Button Assign"] = "Seleccionar Botón",
["Buy"] = "Comprar",
["Buy Now"] = false,
["Buy Offers"] = false,
["Buy with backpack"] = "Comprar con mochila",
["Cancel"] = "Cancelar",
["Cannot login while already in game."] = false,
["Cap"] = false,
["Capacity"] = "Capacidad",
["Center"] = false,
["Channels"] = "Canales",
["Character List"] = "Lista de personajes",
["Classic control"] = "Control clásico",
["Clear current message window"] = false,
["Clear object"] = "Limpiar objeto",
["Client needs update."] = false,
["Close"] = "Cerrar",
["Close this channel"] = "Cerrar este canal",
["Club Fighting"] = "Combate con Maza",
["Combat Controls"] = "Controles de combate",
["Comment:"] = false,
["Connecting to game server..."] = "Conectando al servidor de juego...",
["Connecting to login server..."] = "Conectando al servidor de autentificación...",
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Copiar Nombre",
["Create New Offer"] = false,
["Create Offer"] = false,
["Current hotkeys:"] = "Atajos actuales",
["Current hotkey to add: %s"] = "Atajo actual para añadir: %s",
["Current Offers"] = false,
["Default"] = "Principal",
["Description"] = "Descripción",
["Destructive Behaviour"] = false,
["Detail"] = "Detalle",
["Details"] = false,
["Disable Shared Experience"] = "Desactivar experiencia compartida",
["Distance Fighting"] = "Combate a Distancia",
["Edit hotkey text:"] = "Editar texto del atajo",
["Edit List"] = false,
["Edit Text"] = "Editar Texto",
["Enable music"] = false,
["Enable Shared Experience"] = "Activar experiencia compartida",
["Enable vertical synchronization"] = "Activar sincronización vertical",
["Enter Game"] = "Entrar al juego",
["Enter one name per line."] = false,
["Error"] = "Error",
["Error"] = "Error",
["Excessive Unjustified Player Killing"] = false,
["Exclude from private chat"] = "Excluir del canal privado",
["Exit"] = false,
["Experience"] = "Experiencia",
["Filter list to match your level"] = false,
["Filter list to match your vocation"] = false,
["Fishing"] = "Pesca",
["Fist Fighting"] = "Combate con Puños",
["Follow"] = "Seguir",
["Fullscreen"] = "Pantalla Completa",
["Game framerate limit: %s"] = false,
["General"] = "General",
["Graphics"] = "Gráficos",
["Graphics Engine:"] = false,
["Head"] = "Cabeza",
["Health Info"] = false,
["Health Information"] = false,
["Hide monsters"] = "Esconder monstruos",
["Hide non-skull players"] = "Esconder jugadores sin calavera",
["Hide Npcs"] = "Esconder NPCs",
["Hide party members"] = "Esconder miembros del grupo",
["Hide players"] = "Esconder jugadores",
["Hit Points"] = "Puntos de Vida",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Atajos",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignorar capacidad",
["Ignore equipped"] = "Ignorar equipado",
["Interface framerate limit: %s"] = false,
["Inventory"] = "Inventario",
["Invite to Party"] = "Invitar al grupo",
["Invite to private chat"] = "Invitar al canal privado",
["IP Address Banishment"] = false,
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Salir del grupo",
["Level"] = "Nivel",
["Limits FPS to 60"] = "Limita los FPS a 60",
["List of items that you're able to buy"] = "Lista de objetos que usted puede comprar",
["List of items that you're able to sell"] = "Lista de objetos que usted puede vender",
["Load"] = "Cargar",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Entrar",
["Login Error"] = "Error de Autentificación",
["Login Error"] = "Error de Autentificación",
["Logout"] = false,
["Look"] = "Ver",
["Magic Level"] = "Nivel Mágico",
["Make sure that your client uses\nthe correct game protocol version"] = "Compruebe que tu cliente use\nuse el mismo protocolo que el servidor de juego",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Configurar atajos:",
["Market"] = false,
["Market Offers"] = false,
["Message of the day"] = "Mensaje del día",
["Message to "] = false,
["Message to %s"] = "Mandar mensaje a %s",
["Minimap"] = "Minimapa",
["Module Manager"] = "Administrador de Módulos",
["Module name"] = "Nombre del módulo",
["Move Stackable Item"] = "Mover objeto contable",
["Move up"] = "Mover arriba",
["My Offers"] = false,
["Name:"] = "Nombre:",
["Name"] = false,
["Name Report"] = false,
["Name Report + Banishment"] = false,
["Name Report + Banishment + Final Warning"] = false,
["No"] = false,
["No item selected."] = false,
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = false,
["NPC Trade"] = "Comercia con NPC",
["Offer History"] = false,
["Offers"] = false,
["Offer Type:"] = false,
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Abrir",
["Open a private message channel:"] = "Abrir un canal privado:",
["Open charlist automatically when starting otclient"] = "Abrir lista de personajes",
["Open in new window"] = "Abrir en una nueva ventana",
["Open new channel"] = "Abrir novo canal",
["Options"] = "Opciones",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Pasar el liderazgo a %s",
["Password"] = "Contraseña",
["Pause"] = false,
["Piece Price:"] = false,
["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\nañadir a tu administrador de atajos",
["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,
["Please wait"] = "Por favor, espere",
["Port"] = "Puerto",
["Preview"] = false,
["Price:"] = "Precio",
["Primary"] = "Primario",
["Protocol"] = false,
["Quantity:"] = "Cantidad:",
["Quest Log"] = false,
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = false,
["Refresh"] = "Actualizar",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Recargar Todos",
["Remember account and password when starts otclient"] = "Recordar cuenta y contraseña cuando inicie otclient",
["Remember password"] = "Recordar contraseña",
["Remove"] = "Quitar",
["Remove %s"] = "Quitar %s",
["Report Bug"] = false,
["Revoke %s's Invitation"] = false,
["Rotate"] = "Girar",
["Rule Violation"] = false,
["Search:"] = "Buscar:",
["Search"] = false,
["Secondary"] = "Secundario",
["Select object"] = "Seleccionar objeto",
["Select Outfit"] = "Selecionar Traje",
["Sell"] = "Vender",
["Sell Now"] = false,
["Sell Offers"] = false,
["Send"] = false,
["Send automatically"] = "Enviar automáticamente",
["Server"] = "Servidor",
["Server Log"] = "Registro del servidor",
["Set Outfit"] = "Escoger Traje",
["Shielding"] = "Defensa",
["Show all items"] = "Mostrar todos los objetos",
["Show Depot Only"] = false,
["Show event messages in console"] = "Mostrar los mensajes de eventos en la consola",
["Show frame rate"] = "Mostrar FPS",
["Show info messages in console"] = "Mostrar los mensajes informativos en la consola",
["Show left panel"] = false,
["Show levels in console"] = "Mostrar los niveles en la consola",
["Show private messages in console"] = "Mostrar los mensajes privados en la consola",
["Show private messages on screen"] = false,
["Show status messages in console"] = "Mostrar los mensajes de estado en la consola",
["Show Text"] = false,
["Show timestamps in console"] = "Mostrar la hora en la consola",
["Show your depot items only"] = false,
["Skills"] = "Habilidades",
["Soul"] = false,
["Soul Points"] = "Puntos del Alma",
["Stamina"] = "Vigor",
["Start"] = false,
["Statement:"] = false,
["Statement Report"] = false,
["Statistics"] = false,
["Stop Attack"] = "Detener el Ataque",
["Stop Follow"] = "Detener el Seguimiento",
["%s: (use object)"] = "%s: (usar objeto)",
["%s: (use object on target)"] = "%s: (usar objeto en objetivo)",
["%s: (use object on yourself)"] = "%s: (usar objeto en ti mismo)",
["%s: (use object with crosshair)"] = "%s: (usar objeto con mirilla)",
["Sword Fighting"] = "Combate con Espada",
["Terminal"] = "Terminal",
["There is no way."] = "No hay ruta.",
["Total Price:"] = false,
["Trade"] = "Comercial",
["Trade with ..."] = "Comercial con ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "No es posible salir.",
["Unload"] = "Descarga",
["Use"] = "Usar",
["Use on target"] = "Usar en objetivo",
["Use on yourself"] = "Usar en ti mismo",
["Use with ..."] = "Usar en ...",
["Version"] = "Versión",
["VIP list"] = "Lista VIP",
["VIP List"] = "Lista VIP",
["Voc."] = false,
["Waiting List"] = false,
["Website"] = "Sitio Web",
["Weight:"] = "Peso",
["With crosshair"] = "Con mirilla",
["Yes"] = false,
["You are bleeding"] = false,
["You are burning"] = "Estás quemando",
["You are cursed"] = "Estás maldito",
["You are dazzled"] = "Estás deslumbrado",
["You are dead."] = "Has muerto.",
["You are dead"] = false,
["You are drowing"] = "Te estás ahogando",
["You are drunk"] = false,
["You are electrified"] = "Estás electrocutado",
["You are freezing"] = "Estás congelado",
["You are hasted"] = "Vas con prisa",
["You are hungry"] = false,
["You are paralysed"] = "Estás paralizado",
["You are poisoned"] = "Estás envenenado",
["You are protected by a magic shield"] = "Estás protegido por un escudo mágico",
["You are strengthened"] = "Estás reforzado",
["You are within a protection zone"] = "Estás en una zona de protección",
["You can enter new text."] = false,
["You have %s percent"] = "Tienes %s por ciento",
["You have %s percent to go"] = "Te falta %s por ciento para avanzar",
["You may not logout during a fight"] = "No puedes salir mientras estás en un combate",
["You may not logout or enter a protection zone"] = "No puedes salir o entrar en una zona de protección",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Debes seleccionar un personaje para entrar!",
["Your Capacity:"] = false,
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = false,
[""] = false,
["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = false,
["1c) Unsuitable Name"] = false,
["1d) Name Inciting Rule Violation"] = false,
["2a) Offensive Statement"] = false,
["2b) Spamming"] = false,
["2c) Illegal Advertising"] = false,
["2d) Off-Topic Public Statement"] = false,
["2e) Non-English Public Statement"] = false,
["2f) Inciting Rule Violation"] = false,
["3a) Bug Abuse"] = false,
["3b) Game Weakness Abuse"] = false,
["3c) Using Unofficial Software to Play"] = false,
["3d) Hacking"] = false,
["3e) Multi-Clienting"] = false,
["3f) Account Trading or Sharing"] = false,
["4a) Threatening Gamemaster"] = false,
["4b) Pretending to Have Influence on Rule Enforcement"] = false,
["4c) False Report to Gamemaster"] = false,
["Accept"] = false,
["Account name"] = "Numer konta",
["Account Status:\nFree Account"] = "Status Konta:\nDarmowe Konto",
["Account Status:\nPremium Account (%s) days left"] = "Status Konta:\nPremium - pozostalo (%s) dni",
["Action:"] = false,
["Add"] = "Dodaj",
["Add new VIP"] = "Nowy VIP",
["Addon 1"] = "Addon 1",
@ -18,8 +354,13 @@ locale = {
["Addon 3"] = "Addon 3",
["Add to VIP list"] = "Dodaj do VIPow",
["Adjust volume"] = "Zmien glosnosc",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Wszystkie moduly ",
["Allow auto chase override"] = false,
["Amount:"] = "Ilosc:",
["Amount"] = false,
["Anonymous"] = false,
["Are you sure you want to logout?"] = false,
["Attack"] = "Atak",
["Author"] = "Autor",
["Autoload"] = "Autoladowanie",
@ -27,136 +368,215 @@ locale = {
["Auto login"] = "Loguj automatycznie",
["Auto login selected character on next charlist load"] = "Automatycznie zaloguj wybrana postac podczas kolejnego ladowaia listy postaci",
["Axe Fighting"] = "Walka toporem",
["Balance: 10000"] = false,
["Banishment"] = false,
["Banishment + Final Warning"] = false,
["Battle"] = "Bitwa",
["Browse"] = false,
["Bug report sent."] = false,
["Button Assign"] = "Przypisanie Klawisza",
["Buy"] = "Kup",
["Buy no backpack"] = "Kupuj bez plecakow",
["Buy Now"] = false,
["Buy Offers"] = false,
["Buy with backpack"] = "Kupuj z plecakami",
["Cancel"] = "Anuluj",
["Capacity:"] = "Capacidad:",
["Cannot login while already in game."] = false,
["Cap"] = false,
["Capacity"] = "Capacidad",
["Center"] = false,
["Channels"] = "Kanaly",
["Character List"] = "Lista postaci",
["Classic control"] = "Klasyczne sterowaie",
["Clear current message window"] = false,
["Clear object"] = "Wyczysc obiekt",
["Client needs update."] = false,
["Close"] = "Zamknij",
["Close this channel"] = "Zamknij kanal",
["Club Fighting"] = "Walka obuchem",
["Combat Controls"] = "Kontrola walki",
["Comment:"] = false,
["Connecting to game server..."] = "Laczenie z serwerem gry...",
["Connecting to login server..."] = "Laczenie z serwerem logowania...",
["Consider capacity"] = "Uwzglednij pojemnosc",
["Consider equipped"] = "Uwzglednij ekwipunek",
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Kopiuj Nick",
["Create New Offer"] = false,
["Create Offer"] = false,
["Current hotkeys:"] = "Aktualny hotkey:",
["Current hotkey to add: %s"] = "Aktualny hotkey do dodania: %s",
["Current Offers"] = false,
["Default"] = "Domyslny",
["Description"] = "Opis",
["Destructive Behaviour"] = false,
["Detail"] = "Szczegoly",
["Details"] = false,
["Disable Shared Experience"] = "Wylacz Dzielenie Doswiadczenia",
["Distance Fighting"] = "Walka na odleglosc",
["Edit hotkey text:"] = "Edytuj tresc hotkeya:",
["Edit List"] = false,
["Edit Text"] = "Edytuj tekst",
["Enable music"] = false,
["Enable Shared Experience"] = "Wlacz dzielenie doswiadczenia",
["Enable vertical synchronization"] = "Wlacz synchronizacje pionowa",
["Enter Game"] = "Wejdz do gry",
["Enter one name per line."] = false,
["Error"] = "Blad",
["Error"] = "Blad",
["Excessive Unjustified Player Killing"] = false,
["Exclude from private chat"] = "Wyrzuc w prywatnej konwersacji",
["Exit"] = false,
["Experience"] = "Doswiadczenie",
["Filter list to match your level"] = false,
["Filter list to match your vocation"] = false,
["Fishing"] = "Wedkarstwo",
["Fist Fighting"] = "Walka wrecz",
["Follow"] = "Podazaj",
["Frame rate limit"] = "Limit FPS",
["Fullscreen"] = "Pelen ekran",
["Game framerate limit: %s"] = false,
["General"] = "Ogolne",
["Graphics"] = "Grafika",
["Graphics Engine:"] = false,
["Head"] = "Glowa",
["Health Bar"] = "Pasek zycia",
["Help"] = "Pomoc",
["Health Info"] = false,
["Health Information"] = false,
["Hide monsters"] = "Ukryj potwory",
["Hide non-skull players"] = "Ukryj graczy bez skulla",
["Hide Npcs"] = "Ukryj NPCe",
["Hide party members"] = "Ukryj czlonkow zabawy",
["Hide players"] = "Ukryj graczy",
["Hit Points"] = "Punkty uderzen",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Hotkeye",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignoruj pojemnosc",
["Ignore equipped"] = "Ignoruj ekwipunek",
["Interface framerate limit: %s"] = false,
["Inventory"] = "Inwentarz",
["Invite to Party"] = "Zapros do zabawy",
["Invite to private chat"] = "Zapros do prywatnej konwersacji",
["Join %s\"s Party"] = "Dolacz do zabawy %s",
["IP Address Banishment"] = false,
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Opusc zabawe",
["Level"] = "Poziom",
["Limits FPS to 60"] = "Ogranicz FPS do 60",
["List of items that you're able to buy"] = "Lista przedmiotow, ktore mozesz kupic",
["List of items that you're able to sell"] = "Lista przedmiotow, ktore mozesz sprzedac",
["Load"] = "Wczytaj",
["Loggin out..."] = "Wylogowywanie...",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Zaloguj",
["Login Error"] = "Blad Logowania",
["Login Error"] = "Blad Logowania",
["Logout"] = false,
["Look"] = "Spojrz",
["Magic Level"] = "Poziom Magiczny",
["Make sure that your client uses\nthe correct game protocol version"] = "Upewnij sie, ze twoj klient\nuzywa wlasciwego protokolu gry.",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Skonfiguruj hotkeye:",
["Market"] = false,
["Market Offers"] = false,
["Message of the day"] = "Wiadomosc dnia",
["Message to "] = false,
["Message to %s"] = "Wiadomosc do %s",
["Minimap"] = "Minimapa",
["Module Manager"] = "Menedzer modulow",
["Module name"] = "Nazwa modulu",
["Money:"] = "Kasa:",
["Move Stackable Item"] = "Przenies przedmiot",
["Move up"] = "Przenies wyzej",
["My Offers"] = false,
["Name:"] = "Nazwa:",
["Name"] = false,
["Name Report"] = false,
["Name Report + Banishment"] = false,
["Name Report + Banishment + Final Warning"] = false,
["No"] = false,
["No item selected."] = false,
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = false,
["NPC Trade"] = "Handel NPC",
["Offer History"] = false,
["Offers"] = false,
["Offer Type:"] = false,
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Otworz",
["Open a private message channel:"] = "Otworz prywatny kanal:",
["Open charlist automatically when starting otclient"] = "Otworz liste postaci automatycznie po starcie klienta",
["Open in new window"] = "Otworz w nowym oknie",
["Open new channel"] = "Otworz nowy kanal",
["Options"] = "Opcje",
["Outfit Name"] = "Nazwa Wygladu",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Przekaz przywodztwo %s",
["Password"] = "Haslo",
["Pause"] = false,
["Piece Price:"] = false,
["Please enter a character name:"] = "Podaj nazwe postaci:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Nacisnij klawisz, ktory chcesz dodac do menedzera skrotow klawiszowych",
["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,
["Please wait"] = "Prosze czekac",
["Port"] = "Port",
["Preview"] = false,
["Price:"] = "Cena:",
["Primary"] = "Podstawowy",
["Protocol"] = false,
["Quantity:"] = "Ilosc:",
["Quest Log"] = false,
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = false,
["Refresh"] = "Odswiez",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Przeladuj Wszystko",
["Remember account and password when starts otclient"] = "Zapamietaj numer konta i haslo",
["Remember password"] = "Zapamietaj haslo",
["Remove"] = "Usun",
["Remove %s"] = "Usun %s",
["Revoke %s\"s Invitation"] = "Cofnij zaproszenie dla %s",
["Report Bug"] = false,
["Revoke %s's Invitation"] = false,
["Rotate"] = "Obroc",
["Rule Violation"] = false,
["Search:"] = "Szukaj:",
["Search"] = false,
["Secondary"] = "Drugorzedny",
["Select object"] = "Wybierz obiekt",
["Select Outfit"] = "Wybierz outfit",
["Sell"] = "Sprzedaj",
["Sell Now"] = false,
["Sell Offers"] = false,
["Send"] = false,
["Send automatically"] = "Wyslij automatycznie",
["Server"] = "Serwer",
["Server Log"] = "Log Serwera",
["Set Outfit"] = "Ustaw outfit",
["Shielding"] = "Obrona tarcza",
["Show all items"] = "Pokaz wszystkie przedmioty",
["Show Depot Only"] = false,
["Show event messages in console"] = "Pokaz wydarzenia w konsoli",
["Show frame rate"] = "Pokaz ilosc FPS",
["Show info messages in console"] = "Pokaz informacje w konsoli",
["Show left panel"] = false,
["Show levels in console"] = "Pokaz poziomy w konsoli",
["Show only holding items"] = "Pokaz tylko trzymane itemy",
["Show private messages in console"] = "Pokaz prywatne wiadomosci w konsoli",
["Show private messages on screen"] = false,
["Show status messages in console"] = "Pokaz status w konsoli",
["Show Text"] = false,
["Show timestamps in console"] = "Pokaz znaczniki czasu w konsoli",
["Show your depot items only"] = false,
["Skills"] = "Umiejetnosci",
["Soul"] = false,
["Soul Points"] = "Punkty Duszy",
["Stamina"] = "Wytrzymalosc",
["Start"] = false,
["Statement:"] = false,
["Statement Report"] = false,
["Statistics"] = false,
["Stop Attack"] = "Zatrzymaj atak",
["Stop Follow"] = "Zatrzymaj podazanie",
["%s: (use object)"] = "%s: (uzyj obiekt)",
@ -166,8 +586,12 @@ locale = {
["Sword Fighting"] = "Atak mieczem",
["Terminal"] = "Terminal",
["There is no way."] = "Nie ma drogi.",
["Total Price:"] = false,
["Trade"] = "Handel",
["Trade with ..."] = "Handluj z ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "Nie mozna sie wylogowac.",
["Unload"] = "Wylacz",
["Use"] = "Uzyj",
@ -177,27 +601,42 @@ locale = {
["Version"] = "Wersja",
["VIP list"] = "Lista VIP",
["VIP List"] = "Lista VIP",
["Voc."] = false,
["Waiting List"] = false,
["Website"] = "Strona:",
["Weight:"] = "Waga:",
["With crosshair"] = "Z celownikiem",
["Yes"] = false,
["You are bleeding"] = false,
["You are burning"] = "Palisz sie",
["You are cursed"] = "Jestes przeklety",
["You are dazzled"] = "Jestes oslepiony",
["You are dead."] = "Zginales marnie.",
["You are dead"] = false,
["You are drowing"] = "Topisz sie",
["You are drunk"] = false,
["You are electrified"] = "Jestes porazony pradem",
["You are freezing"] = "Marzniesz",
["You are hasted"] = "Zapieprzasz",
["You are hungry"] = false,
["You are paralysed"] = "Jestes sparalizowany",
["You are poisoned"] = "Jestes zatruty",
["You are protected by a magic shield"] = "Jestes chroniony magiczna tarcza",
["You are strengthened"] = "Jestes wzmocniony",
["You are within a protection zone"] = "Jestes w strefie ochronnej",
["You can enter new text."] = false,
["You have %s percent"] = "Masz %s procent",
["You have %s percent to go"] = "Brakuje Ci %s procent",
["You may not logout during a fight"] = "Nie mozesz sie wylogowac w trakcie walki",
["You may not logout or enter a protection zone"] = "Nie mozesz sie wylogowac ani wejsc do strefy ochronnej",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Musisz wybrac postac aby sie zalogowac!",
["Your Capacity:"] = false,
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = false,
}
}

@ -23,6 +23,7 @@ locale = {
["4a) Threatening Gamemaster"] = "4a) Ameaçar Gamemaster",
["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Fingir ter influencia sobre a execução de regras",
["4c) False Report to Gamemaster"] = "4c) Relatório falso para Gamemaster",
["Accept"] = false,
["Account name"] = "Nome da conta",
["Account Status:\nFree Account"] = "Estado da conta:\nGrátis",
["Account Status:\nPremium Account (%s) days left"] = "Estado da conta:\nConta premium (%s) dias faltando",
@ -34,8 +35,13 @@ locale = {
["Addon 3"] = "Addon 3",
["Add to VIP list"] = "Adicionar a lista VIP",
["Adjust volume"] = "Ajustar volume",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Todos módulos e scripts foram recarregados.",
["Allow auto chase override"] = false,
["Amount:"] = "Quantidade:",
["Amount"] = false,
["Anonymous"] = false,
["Are you sure you want to logout?"] = false,
["Attack"] = "Atacar",
["Author"] = "Autor",
["Autoload"] = "Carregar automaticamente",
@ -43,20 +49,28 @@ locale = {
["Auto login"] = "Entrar automaticamente",
["Auto login selected character on next charlist load"] = "Entrar automaticamente com o personagem quando reabrir a lista de personagens",
["Axe Fighting"] = "Combate com Machado",
["Balance: 10000"] = false,
["Banishment"] = "Banimento",
["Banishment + Final Warning"] = "Banimento + Aviso final",
["Battle"] = "Batalha",
["Browse"] = false,
["Bug report sent."] = false,
["Button Assign"] = "Selecionar botão",
["Buy"] = "Comprar",
["Buy no backpack"] = "Comprar sem mochila",
["Buy Now"] = false,
["Buy Offers"] = false,
["Buy with backpack"] = "Comprar com mochila",
["Cancel"] = "Cancelar",
["Capacity:"] = "Capacidade:",
["Cannot login while already in game."] = false,
["Cap"] = false,
["Capacity"] = "Capacidade",
["Center"] = false,
["Channels"] = "Canais",
["Character List"] = "Lista de personagens",
["Classic control"] = "Controle clássico",
["Clear current message window"] = false,
["Clear object"] = "Limpar objeto",
["Client needs update."] = false,
["Close"] = "Fechar",
["Close this channel"] = "Fechar esse canal",
["Club Fighting"] = "Combate com Porrete",
@ -64,26 +78,37 @@ locale = {
["Comment:"] = "Comentário:",
["Connecting to game server..."] = "Conectando no servidor do jogo...",
["Connecting to login server..."] = "Conectando no servidor de autenticação...",
["Consider capacity"] = "Considerar capacidade",
["Consider equipped"] = "Considerar equipado",
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Copiar Nome",
["Create New Offer"] = false,
["Create Offer"] = false,
["Current hotkeys:"] = "Atalhos atuais",
["Current hotkey to add: %s"] = "Atalho atual para adicionar: %s",
["Current Offers"] = false,
["Default"] = "Padrão",
["Description"] = "Descrição",
["Destructive Behaviour"] = "Comportamento destrutivo",
["Detail"] = "Detalhe",
["Details"] = false,
["Disable Shared Experience"] = "Desativar experiência compartilhada",
["Distance Fighting"] = "Combate a Distância",
["Edit hotkey text:"] = "Editar texto do atalho",
["Edit List"] = false,
["Edit Text"] = "Editar Texto",
["Enable music"] = false,
["Enable Shared Experience"] = "Ativar experiência compartilhada",
["Enable vertical synchronization"] = "Ativar sincronização vertical",
["Enter Game"] = "Entrar no jogo",
["Enter one name per line."] = false,
["Error"] = "Erro",
["Error"] = "Erro",
["Excessive Unjustified Player Killing"] = "Assassinato em excesso, sem justificativa, de jogadores",
["Exclude from private chat"] = "Excluir do canal privado",
["Exit"] = false,
["Experience"] = "Experiência",
["Filter list to match your level"] = false,
["Filter list to match your vocation"] = false,
["Fishing"] = "Pesca",
["Fist Fighting"] = "Porrada",
["Follow"] = "Seguir",
@ -93,15 +118,17 @@ locale = {
["Graphics"] = "Gráficos",
["Graphics Engine:"] = "Motor Gráfico:",
["Head"] = "Cabeça",
["Health Bar"] = "Barra de Vida",
["Help"] = "Ajuda",
["Health Info"] = false,
["Health Information"] = false,
["Hide monsters"] = "Esconder montros",
["Hide non-skull players"] = "Esconder jogadores sem caveira",
["Hide Npcs"] = "Esconder NPCs",
["Hide party members"] = "Esconder membros do grupo",
["Hide players"] = "Esconder jogadores",
["Hit Points"] = "Pontos de Vida",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Atalhos",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignorar capacidade",
["Ignore equipped"] = "Ignorar equipado",
["Interface framerate limit: %s"] = "Limite da taxa de quadros da interface: %s",
@ -109,69 +136,101 @@ locale = {
["Invite to Party"] = "Convidar para o grupo",
["Invite to private chat"] = "Convidar para o canal privado",
["IP Address Banishment"] = "Banimento de endereço IP",
["Join %s\"s Party"] = "Entrar no grupo do %s",
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Sair do grupo",
["Level"] = "Nível",
["Limits FPS to 60"] = "Limita o FPS para 60",
["List of items that you're able to buy"] = "Lista de itens que você pode comprar",
["List of items that you're able to sell"] = "Lista de itens que você pode vender",
["Load"] = "Carregar",
["Loggin out..."] = "Saindo...",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Entrar",
["Login Error"] = "Erro de Autenticação",
["Login Error"] = "Erro de Autenticação",
["Logout"] = false,
["Look"] = "Olhar",
["Magic Level"] = "Nível Mágico",
["Make sure that your client uses\nthe correct game protocol version"] = "Tenha certeza que o seu cliente use\no mesmo protocolo do servidor do jogo",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Configurar atalhos:",
["Market"] = false,
["Market Offers"] = false,
["Message of the day"] = "Mensagem do dia",
["Message to "] = false,
["Message to %s"] = "Mandar mensagem para %s",
["Minimap"] = "Minimapa",
["Module Manager"] = "Gerenciador de Módulos",
["Module name"] = "Nome do módulo",
["Money:"] = "Dinheiro:",
["Move Stackable Item"] = "Mover item contável",
["Move up"] = "Mover para cima",
["My Offers"] = false,
["Name:"] = "Nome:",
["Name"] = false,
["Name Report"] = "Reportar Nome",
["Name Report + Banishment"] = "Reportar Nome + Banimento",
["Name Report + Banishment + Final Warning"] = "Reportar Nome + Banimento + Aviso Final",
["No"] = false,
["No item selected."] = false,
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = "Notação",
["NPC Trade"] = "Troca com NPC",
["Offer History"] = false,
["Offers"] = false,
["Offer Type:"] = false,
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Abrir",
["Open a private message channel:"] = "Abrir um canal privado:",
["Open charlist automatically when starting otclient"] = "Abrir lista de personagens",
["Open in new window"] = "Abrir em nova janela",
["Open new channel"] = "Abrir novo canal",
["Options"] = "Opções",
["Outfit Name"] = "Nome da roupa",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Passar liderança para %s",
["Password"] = "Senha",
["Pause"] = false,
["Piece Price:"] = false,
["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ê deseja\nadicionar no gerenciador de atalhos",
["Please Select"] = false,
["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ção de regras aqui!",
["Please wait"] = "Por favor, espere",
["Port"] = "Porta",
["Preview"] = false,
["Price:"] = "Preço",
["Primary"] = "Primário",
["Protocol"] = false,
["Quantity:"] = "Quantidade:",
["Quest Log"] = "Registro de Quest",
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = "Motivo:",
["Refresh"] = "Atualizar",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Recarregar Todos",
["Remember account and password when starts otclient"] = "Lembrar conta e senha quando o cliente iniciar",
["Remember password"] = "Lembrar senha",
["Remove"] = "Remover",
["Remove %s"] = "Remover %s",
["Report Bug"] = "Reportar defeito",
["Revoke %s\"s Invitation"] = "Rejeitar o convite de %s",
["Revoke %s's Invitation"] = false,
["Rotate"] = "Girar",
["Rule Violation"] = false,
["Search:"] = "Procurar:",
["Search"] = false,
["Secondary"] = "Secundário",
["Select object"] = "Selecionar objeto",
["Select Outfit"] = "Selecionar Roupa",
["Sell"] = "Vender",
["Sell Now"] = false,
["Sell Offers"] = false,
["Send"] = "Enviar",
["Send automatically"] = "Enviar automaticamente",
["Server"] = "Servidor",
@ -179,19 +238,26 @@ locale = {
["Set Outfit"] = "Escolher Roupa",
["Shielding"] = "Defesa",
["Show all items"] = "Exibir todos os itens",
["Show Depot Only"] = false,
["Show event messages in console"] = "Exibir mensagens de eventos no console",
["Show frame rate"] = "Exibir FPS",
["Show info messages in console"] = "Exibir mensagens informativas no console",
["Show left panel"] = false,
["Show levels in console"] = "Exibir níveis no console",
["Show only holding items"] = "Exibir somente seus itens",
["Show private messages in console"] = "Exibir mensagens privadas no console",
["Show private messages on screen"] = false,
["Show status messages in console"] = "Exibir mensagens de estado no console",
["Show Text"] = false,
["Show timestamps in console"] = "Exibir o horário no console",
["Show your depot items only"] = false,
["Skills"] = "Habilidades",
["Soul"] = false,
["Soul Points"] = "Pontos de Alma",
["Stamina"] = "Vigor",
["Start"] = false,
["Statement:"] = "Afirmação:",
["Statement Report"] = "Afirmar Relato",
["Statistics"] = false,
["Stop Attack"] = "Parar de Atacar",
["Stop Follow"] = "Parar de Seguir",
["%s: (use object)"] = "%s: (usar objeto)",
@ -201,8 +267,12 @@ locale = {
["Sword Fighting"] = "Combate com Espada",
["Terminal"] = "Terminal",
["There is no way."] = "Não há rota",
["Total Price:"] = false,
["Trade"] = "Trocar",
["Trade with ..."] = "Trocar com ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "Não é possivel sair",
["Unload"] = "Descarregar",
["Use"] = "Usar",
@ -212,15 +282,20 @@ locale = {
["Version"] = "Versão",
["VIP list"] = "Lista VIP",
["VIP List"] = "Lista VIP",
["Voc."] = false,
["Waiting List"] = false,
["Website"] = "Website",
["Weight:"] = "Peso",
["With crosshair"] = "Com mira",
["Yes"] = false,
["You are bleeding"] = "Você está sangrando",
["You are burning"] = "Você está queimando",
["You are cursed"] = "Você está amaldiçoado",
["You are dazzled"] = "Você está deslumbrado",
["You are dead."] = "Você está morto.",
["You are dead"] = false,
["You are drowing"] = "Você está se afogando",
["You are drunk"] = false,
["You are electrified"] = "Você está eletrificado",
["You are freezing"] = "Você está congelando",
["You are hasted"] = "Você está com pressa",
@ -230,12 +305,18 @@ locale = {
["You are protected by a magic shield"] = "Você está protegido com um escudo mágico",
["You are strengthened"] = "Você está reforçado",
["You are within a protection zone"] = "Você está dentro de uma zona de proteção",
["You can enter new text."] = false,
["You have %s percent"] = "Você tem %s porcento",
["You have %s percent to go"] = "Você tem %s porcento para avançar",
["You may not logout during a fight"] = "Você não pode sair durante um combate",
["You may not logout or enter a protection zone"] = "Você não pode sair ou entrar em uma zona de proteção",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Você deve selecionar um personagem para entrar!",
["Your Capacity:"] = "Sua capacidade:",
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = "Seu dinheiro:",
}
}

@ -3,9 +3,30 @@ locale = {
languageName = "Svenska",
translation = {
["1a) Offensive Name"] = "1a) Offensivt Namn",
["1b) Invalid Name Format"] = "1b) Ogiltigt Namnformat",
["1c) Unsuitable Name"] = "1c) Opassande Namn",
["1d) Name Inciting Rule Violation"] = "1d) Namn anstiftar regelbrott.",
["2a) Offensive Statement"] = "2a) Offensivt Uttryck",
["2b) Spamming"] = "2b) Spammning",
["2c) Illegal Advertising"] = "2c) Olaglig Reklamföring",
["2d) Off-Topic Public Statement"] = "2d) Icke-Ämneförhållande publiskt uttryck",
["2e) Non-English Public Statement"] = "2e) Icke-Engelskt publiskt uttryck",
["2f) Inciting Rule Violation"] = "2f) Antyder regelbrytande",
["3a) Bug Abuse"] = "3a) Missbrukande av bugg",
["3b) Game Weakness Abuse"] = "3b) Spelsvaghetsmissbruk",
["3c) Using Unofficial Software to Play"] = "3c) Använder Icke-officiel mjukvara för att spela",
["3d) Hacking"] = "3d) Hackar",
["3e) Multi-Clienting"] = "3e) Multi-klient",
["3f) Account Trading or Sharing"] = "3f) Kontohandel",
["4a) Threatening Gamemaster"] = "4a) Hotar gamemaster",
["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Låtsas ha inflytande på Regelsystem",
["4c) False Report to Gamemaster"] = "4c) Falsk rapport till gamemaster",
["Accept"] = false,
["Account name"] = "Konto namn",
["Account Status:\nFree Account"] = "Kontostatus:\nGratis",
["Account Status:\nPremium Account (%s) days left"] = "Kontostatus:\nPremium Konto",
["Action:"] = "Handling:",
["Add"] = "Lägg till",
["Add new VIP"] = "Ny VIP",
["Addon 1"] = "Tillägg 1",
@ -13,8 +34,13 @@ locale = {
["Addon 3"] = "Tillägg 3",
["Add to VIP list"] = "Lägg till på VIP Listan",
["Adjust volume"] = "Justera Volym",
["Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!"] = false,
["All modules and scripts were reloaded."] = "Alla moduler och skript laddades om",
["Allow auto chase override"] = "Tillåt Jaktstyrning",
["Amount:"] = "Antal:",
["Amount"] = false,
["Anonymous"] = "Anonym",
["Are you sure you want to logout?"] = false,
["Attack"] = "Attackera",
["Author"] = "Översättare",
["Autoload"] = "Automatisk Laddning",
@ -22,137 +48,215 @@ locale = {
["Auto login"] = "Autoinloggning",
["Auto login selected character on next charlist load"] = "Logga in Näst laddad karaktär automatisk nästa gång karaktärlistan laddar",
["Axe Fighting"] = "Yx Stridande",
["Balance: 10000"] = "Balans: 10000",
["Banishment"] = "Bannlysning",
["Banishment + Final Warning"] = "Bannlysning + Sista varning",
["Battle"] = "Strid",
["Browse"] = "Bläddra",
["Bug report sent."] = false,
["Button Assign"] = "Assignera Knapp",
["Buy"] = "Köp",
["Buy no backpack"] = "Köp utan ryggsäck",
["Buy Now"] = "Köp Nu",
["Buy Offers"] = "Köp Offerter",
["Buy with backpack"] = "Köp med ryggsäck",
["Cancel"] = "Avbryt",
["Capacity:"] = "Kapacitet:",
["Cannot login while already in game."] = false,
["Cap"] = "Kap",
["Capacity"] = "Kapacitet",
["Center"] = "Centrera",
["Channels"] = "Kanaler",
["Character List"] = "Karaktär lista",
["Classic control"] = "Klassisk kontroll",
["Clear current message window"] = "Rensa nuvarande meddelanderuta",
["Clear object"] = "Rensa objekt",
["Client needs update."] = false,
["Close"] = "Stäng",
["Close this channel"] = "Stäng Denna Kanal",
["Club Fighting"] = "Klubb Stridande",
["Combat Controls"] = "Krigs Kontroller",
["Comment:"] = "Kommentar:",
["Connecting to game server..."] = "Kopplar upp till spelserver...",
["Connecting to login server..."] = "Kopplar upp till autentiseringserver...",
["Consider capacity"] = "Tänk på kapaciteten",
["Consider equipped"] = "Tänk på utrustningen",
["Copy message"] = false,
["Copy name"] = false,
["Copy Name"] = "Kopiera Namn",
["Create New Offer"] = "Skapa ny offert.",
["Create Offer"] = "Skapa Offert",
["Current hotkeys:"] = "Aktuella snabbtangenter",
["Current hotkey to add: %s"] = "Ny Snabbtangent: %s",
["Current Offers"] = "Nuvarande Offerter",
["Default"] = "Standard",
["Description"] = "Beskrivning",
["Destructive Behaviour"] = "Destruktivt beteende",
["Detail"] = "Detalj",
["Details"] = "Detaljer",
["Disable Shared Experience"] = "Avaktivera delad erfarenhet",
["Distance Fighting"] = "Distans Stridande",
["Edit hotkey text:"] = "Ändra Snabbtangent:",
["Edit List"] = false,
["Edit Text"] = "Ändra text",
["Enable music"] = "Aktivera musik",
["Enable Shared Experience"] = "Aktivera delad erfarenhet",
["Enable vertical synchronization"] = "Aktivera vertikal synkronisering",
["Enter Game"] = "Gå in i Spelet",
["Enter one name per line."] = false,
["Error"] = "Fel",
["Error"] = "Fel",
["Excessive Unjustified Player Killing"] = "Överdrivet oberättigat dödande av spelare",
["Exclude from private chat"] = "Exkludera från privat chat",
["Exit"] = false,
["Experience"] = "Erfarenhet",
["Filter list to match your level"] = "Filtrera efter nivå",
["Filter list to match your vocation"] = "Filtrera efter kallelse",
["Fishing"] = "Fiske",
["Fist Fighting"] = "Hand Stridande",
["Follow"] = "Följ",
["Frame rate limit"] = "FPS Gräns",
["Fullscreen"] = "Helskärm",
["Game framerate limit: %s"] = "Spelets FPS gräns: %s",
["General"] = "Allmänt",
["Graphics"] = "Grafik",
["Graphics Engine:"] = "Grafikmotor:",
["Head"] = "Huvud",
["Health Bar"] = "Livsmätare",
["Help"] = "Hjälp",
["Health Info"] = "Livsinfo",
["Health Information"] = "Livsinformation",
["Hide monsters"] = "Göm Monster",
["Hide non-skull players"] = "Göm icke-skullad spelare",
["Hide Npcs"] = "Göm NPCs",
["Hide party members"] = "Göm gruppmedlemmar",
["Hide players"] = "Göm spelare",
["Hit Points"] = "Livspoäng",
["Hold right mouse button to navigate\nScroll mouse middle button to zoom"] = false,
["Hotkeys"] = "Snabbtangenter",
["If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore capacity"] = "Ignorera kapacitet",
["Ignore equipped"] = "Ignorera utrustning",
["Interface framerate limit: %s"] = "Gränssnitt FPS gräns: %s",
["Inventory"] = "Utrustning",
["Invite to Party"] = "Bjud till grupp",
["Invite to private chat"] = "Bjud in i privat chat",
["Join %s\"s Party"] = "Gå med i %s\"s grupp",
["IP Address Banishment"] = "Bannlysning av IP",
["Item Offers"] = false,
["It is empty.\n"] = false,
["Join %s's Party"] = false,
["Leave Party"] = "Lämna Grupp",
["Level"] = "Nivå",
["Limits FPS to 60"] = "Stoppa FPS vid 60",
["List of items that you're able to buy"] = "Lista av saker du kan köpa",
["List of items that you're able to sell"] = "Lista av saker du kan sälja",
["Load"] = "Ladda",
["Loggin out..."] = "Loggar ut...",
["Location"] = false,
["Logging out..."] = false,
["Login"] = "Logga in",
["Login Error"] = "Autentifikations fel",
["Login Error"] = "Autentifikations fel",
["Logout"] = false,
["Look"] = "Kolla",
["Magic Level"] = "Magisk Nivå",
["Make sure that your client uses\nthe correct game protocol version"] = "Var säker på att din client\n andvänder rätt protokol version",
["Mana"] = "Mana",
["Manage hotkeys:"] = "Ändra snabbtangenten:",
["Market"] = "Marknad",
["Market Offers"] = "Marknadsofferter",
["Message of the day"] = "Dagens meddelande",
["Message to "] = false,
["Message to %s"] = "Meddelande till %s",
["Minimap"] = "Minikarta",
["Module Manager"] = "Modul Manager",
["Module name"] = "Modul namn",
["Money:"] = "Pengar:",
["Your Money:"] = "Dina Pengar:",
["Move Stackable Item"] = "Flytta stapelbart föremål",
["Move up"] = "Flytta upp",
["My Offers"] = "Mina offerter",
["Name:"] = "Namn:",
["Name"] = false,
["Name Report"] = "Namn Rapport",
["Name Report + Banishment"] = "Namn rapport + Bannlysning",
["Name Report + Banishment + Final Warning"] = "Namn rapport + Bannlysning + Sista varning",
["No"] = false,
["No item selected."] = "Ingen sak vald.",
["No Mount"] = false,
["No Outfit"] = false,
["No statement has been selected."] = false,
["Notation"] = "Notering",
["NPC Trade"] = "Handel NPC",
["Offer History"] = "Offert Historia",
["Offers"] = "Offerter",
["Offer Type:"] = "Offert typ:",
["Ok"] = "Ok",
["Okay"] = false,
["on %s.\n"] = false,
["Open"] = "Öppna",
["Open a private message channel:"] = "Öppna en privat meddelandekanal:",
["Open charlist automatically when starting otclient"] = "Öppna karaktärlistan automatisk vid start",
["Open in new window"] = "Öppna i nytt fönster",
["Open new channel"] = "Öppna ny kanal",
["Options"] = "Inställningar",
["Outfit Name"] = "Utstyrsels Namn",
["Particles Manager"] = false,
["Pass Leadership to %s"] = "Ge ledarskap till %s",
["Password"] = "Lösenord",
["Pause"] = false,
["Piece Price:"] = "Per Styck:",
["Please enter a character name:"] = "Skriv in ett karaktärsnamn:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Tryck på knappen som du\nvill lägga till som snabbtangent",
["Please Select"] = "Välj",
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Använd den här dialogrutan endast för att rapportera buggar. Rapportera inte regelbrott här!",
["Please wait"] = "Var God Vänta",
["Port"] = "Port",
["Preview"] = false,
["Price:"] = "Pris",
["Primary"] = "Primär",
["Protocol"] = "Protokoll",
["Quantity:"] = "Antal:",
["Quest Log"] = "Uppdragslog",
["Randomize"] = false,
["Randomize characters outfit"] = false,
["Reason:"] = "Anledning:",
["Refresh"] = "Uppdatera",
["Reject"] = false,
["Reload"] = false,
["Reload All"] = "Ladda om allt",
["Remember account and password when starts otclient"] = "Kom ihåg konto och lösen när OTClient startar",
["Remember password"] = "Kom ihåg lösenord",
["Remove"] = "Ta bort",
["Remove %s"] = "Ta bort %s",
["Revoke %s\"s Invitation"] = "Dra tillbaka %s\"s inbjudan",
["Report Bug"] = "Rapportera Bugg",
["Revoke %s's Invitation"] = false,
["Rotate"] = "Rotera",
["Rule Violation"] = false,
["Search:"] = "Sök:",
["Search"] = "Sök",
["Secondary"] = "Sekundär",
["Select object"] = "Välj Objekt",
["Select Outfit"] = "Välj Utstyrsel",
["Sell"] = "Sälj",
["Sell Now"] = "Sälj Nu",
["Sell Offers"] = "Sälj Offerter",
["Send"] = "Skicka",
["Send automatically"] = "Skicka automatiskt",
["Server"] = "Server",
["Server Log"] = "Server Log",
["Set Outfit"] = "Bestäm Utstyrsel",
["Shielding"] = "Sköld",
["Show all items"] = "Visa alla saker",
["Show Depot Only"] = "Visa bara förråd",
["Show event messages in console"] = "Visa event meddelanden i konsol",
["Show frame rate"] = "Visa FPS",
["Show info messages in console"] = "Visa info meddelanden i konsol",
["Show left panel"] = "Visa vänster panel",
["Show levels in console"] = "Visa nivåer i konsol",
["Show only holding items"] = "Visa bara saker på mig",
["Show private messages in console"] = "Visa privata meddelanden i konsol",
["Show private messages on screen"] = "Visa privata meddelanden på skärmen",
["Show status messages in console"] = "Visa statusmeddelanden i konsol",
["Show Text"] = false,
["Show timestamps in console"] = "Visa tidstämpel i konsol",
["Show your depot items only"] = "Visa mitt förråd endast",
["Skills"] = "Förmågor",
["Soul"] = "Själ",
["Soul Points"] = "Själpoäng",
["Stamina"] = "Uthållighet",
["Start"] = false,
["Statement:"] = "Påstående:",
["Statement Report"] = "Påståenderapport",
["Statistics"] = "Statistik",
["Stop Attack"] = "Sluta Attackera",
["Stop Follow"] = "Sluta Följa",
["%s: (use object)"] = "%s: (Använd objekt)",
@ -162,8 +266,12 @@ locale = {
["Sword Fighting"] = "Svärd Stridning",
["Terminal"] = "Terminal",
["There is no way."] = "Det finns ingen väg.",
["Total Price:"] = "Totalt Pris:",
["Trade"] = "Handel",
["Trade with ..."] = "Handla med ...",
["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = false,
["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "Kan ej logga ut.",
["Unload"] = "Avladda",
["Use"] = "Använd",
@ -173,111 +281,42 @@ locale = {
["Version"] = "Version",
["VIP list"] = "VIP Lista",
["VIP List"] = "VIP Lista",
["Voc."] = "Kallelse",
["Waiting List"] = false,
["Website"] = "Websida",
["Weight:"] = "Vikt:",
["With crosshair"] = "Med sikte",
["Yes"] = false,
["You are bleeding"] = "Du Blöder",
["You are burning"] = "Du brinner",
["You are cursed"] = "Du är fördömd",
["You are dazzled"] = "Du är chockad",
["You are dead."] = "Du är död.",
["You are drunk"] = "Du är full.",
["You are dead"] = false,
["You are drowing"] = "Du drunknar",
["You are drunk"] = "Du är full.",
["You are electrified"] = "Du är elektrifierad",
["You are freezing"] = "Du Fryser",
["You are hasted"] = "Du är i hast",
["You are hungry"] = "Du är hungrig",
["You are paralysed"] = "Du är paralyserad",
["You are poisoned"] = "Du är förgiftad",
["You are protected by a magic shield"] = "Du är skyddad av en magisk sköld",
["You are strengthened"] = "Du är förstärkt",
["You are within a protection zone"] = "Du är inom en skyddszon",
["You can enter new text."] = false,
["You have %s percent"] = "Du har %s procent",
["You have %s percent to go"] = "Du har %s procent kvar",
["You may not logout during a fight"] = "Du kan ej logga ut i strid",
["You may not logout or enter a protection zone"] = "Du kan ej logga ut eller gå in i en skyddszon",
["You must enter a comment."] = false,
["You must enter an account name and password."] = false,
["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Du måste välja en karaktär för att logga in!",
["Allow auto chase override"] = "Tillåt Jaktstyrning",
["Show private messages on screen"] = "Visa privata meddelanden på skärmen",
["Enable music"] = "Aktivera musik",
["Show left panel"] = "Visa vänster panel",
["Graphics Engine:"] = "Grafikmotor:",
["Game framerate limit: %s"] = "Spelets FPS gräns: %s",
["Protocol"] = "Protokoll",
["Quest Log"] = "Uppdragslog",
["Clear current message window"] = "Rensa nuvarande meddelanderuta",
["You are bleeding"] = "Du Blöder",
["You are hungry"] = "Du är hungrig",
["Health Info"] = "Livsinfo",
["Health Information"] = "Livsinformation",
["Hold right mouse button to navigate Scroll mouse middle button to zoom"] = "Håll höger musknapp för att navigera\n Scrolla mitten musknapp för att zooma",
["Center"] = "Centrera",
["Your Capacity:"] = "Din Kapacitet:",
["1a) Offensive Name"] = "1a) Offensivt Namn",
["1b) Invalid Name Format"] = "1b) Ogiltigt Namnformat",
["1c) Unsuitable Name"] = "1c) Opassande Namn",
["2a) Offensive Statement"] = "2a) Offensivt Uttryck",
["2b) Spamming"] = "2b) Spammning",
["2c) Illegal Advertising"] = "2c) Olaglig Reklamföring",
["2d) Off-Topic Public Statement"] = "2d) Icke-Ämneförhållande publiskt uttryck",
["2e) Non-English Public Statement"] = "2e) Icke-Engelskt publiskt uttryck",
["2f) Inciting Rule Violation"] = "2f) Antyder regelbrytande",
["3a) Bug Abuse"] = "3a) Missbrukande av bugg",
["3b) Game Weakness Abuse"] = "3b) Spelsvaghetsmissbruk",
["3c) Using Unofficial Software to Play"] = "3c) Använder Icke-officiel mjukvara för att spela",
["3d) Hacking"] = "3d) Hackar",
["3e) Multi-Clienting"] = "3e) Multi-klient",
["3f) Account Trading or Sharing"] = "3f) Kontohandel",
["4a) Threatening Gamemaster"] = "4a) Hotar gamemaster",
["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Låtsas ha inflytande på Regelsystem",
["4c) False Report to Gamemaster"] = "4c) Falsk rapport till gamemaster",
["Destructive Behaviour"] = "Destruktivt beteende",
["Excessive Unjustified Player Killing"] = "Överdrivet oberättigat dödande av spelare",
["Notation"] = "Notering",
["Name Report"] = "Namn Rapport",
["Banishment"] = "Bannlysning",
["Name Report + Banishment"] = "Namn rapport + Bannlysning",
["Banishment + Final Warning"] = "Bannlysning + Sista varning",
["Name Report + Banishment + Final Warning"] = "Namn rapport + Bannlysning + Sista varning",
["Statement Report"] = "Påståenderapport",
["Statement:"] = "Påstående:",
["Reason:"] = "Anledning:",
["Action:"] = "Handling:",
["IP Address Banishment"] = "Bannlysning av IP",
["Comment:"] = "Kommentar:",
["Report Bug"] = "Rapportera Bugg",
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Använd den här dialogrutan endast för att rapportera buggar. Rapportera inte regelbrott här!",
["Send"] = "Skicka",
["Market"] = "Marknad",
["Balance: 10000"] = "Balans: 10000",
["No item selected."] = "Ingen sak vald.",
["Create New Offer"] = "Skapa ny offert.",
["Offer Type:"] = "Offert typ:",
["Please Select"] = "Välj",
["Total Price:"] = "Totalt Pris:",
["Piece Price:"] = "Per Styck:",
["Create Offer"] = "Skapa Offert",
["Anonymous"] = "Anonym",
["Market Offers"] = "Marknadsofferter",
["Filter list to match your level"] = "Filtrera efter nivå",
["Voc."] = "Kallelse",
["Filter list to match your vocation"] = "Filtrera efter kallelse",
["Show Depot Only"] = "Visa bara förråd",
["Show your depot items only"] = "Visa mitt förråd endast",
["Browse"] = "Bläddra",
["Search"] = "Sök",
["Buy Now"] = "Köp Nu",
["Sell Offers"] = "Sälj Offerter",
["Sell Now"] = "Sälj Nu",
["Buy Offers"] = "Köp Offerter",
["Offers"] = "Offerter",
["Details"] = "Detaljer",
["Statistics"] = "Statistik",
["My Offers"] = "Mina offerter",
["Current Offers"] = "Nuvarande Offerter",
["Offer History"] = "Offert Historia",
["Interface framerate limit: %s"] = "Gränssnitt FPS gräns: %s",
["Cap"] = "Kap",
["Soul"] = "Själ",
["1d) Name Inciting Rule Violation"] = "1d) Namn anstiftar regelbrott.",
["You read the following, written by \n%s\n"] = false,
["You read the following, written on %s.\n"] = false,
["Your Money:"] = "Dina Pengar:",
}
}

@ -0,0 +1,317 @@
-- generated by ./tools/gen_needed_translations.sh
Locales.neededTranslations = {
"1a) Offensive Name",
"1b) Invalid Name Format",
"1c) Unsuitable Name",
"1d) Name Inciting Rule Violation",
"2a) Offensive Statement",
"2b) Spamming",
"2c) Illegal Advertising",
"2d) Off-Topic Public Statement",
"2e) Non-English Public Statement",
"2f) Inciting Rule Violation",
"3a) Bug Abuse",
"3b) Game Weakness Abuse",
"3c) Using Unofficial Software to Play",
"3d) Hacking",
"3e) Multi-Clienting",
"3f) Account Trading or Sharing",
"4a) Threatening Gamemaster",
"4b) Pretending to Have Influence on Rule Enforcement",
"4c) False Report to Gamemaster",
"Accept",
"Account name",
"Account Status:\nFree Account",
"Account Status:\nPremium Account (%s) days left",
"Action:",
"Add",
"Add new VIP",
"Addon 1",
"Addon 2",
"Addon 3",
"Add to VIP list",
"Adjust volume",
"Alas! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice\n\nSimply click on Ok to resume your journeys!",
"All modules and scripts were reloaded.",
"Allow auto chase override",
"Amount:",
"Amount",
"Anonymous",
"Are you sure you want to logout?",
"Attack",
"Author",
"Autoload",
"Autoload priority",
"Auto login",
"Auto login selected character on next charlist load",
"Axe Fighting",
"Balance: 10000",
"Banishment",
"Banishment + Final Warning",
"Battle",
"Browse",
"Bug report sent.",
"Button Assign",
"Buy",
"Buy Now",
"Buy Offers",
"Buy with backpack",
"Cancel",
"Cannot login while already in game.",
"Cap",
"Capacity",
"Center",
"Channels",
"Character List",
"Classic control",
"Clear current message window",
"Clear object",
"Client needs update.",
"Close",
"Close this channel",
"Club Fighting",
"Combat Controls",
"Comment:",
"Connecting to game server...",
"Connecting to login server...",
"Copy message",
"Copy name",
"Copy Name",
"Create New Offer",
"Create Offer",
"Current hotkeys:",
"Current hotkey to add: %s",
"Current Offers",
"Default",
"Description",
"Destructive Behaviour",
"Detail",
"Details",
"Disable Shared Experience",
"Distance Fighting",
"Edit hotkey text:",
"Edit List",
"Edit Text",
"Enable music",
"Enable Shared Experience",
"Enable vertical synchronization",
"Enter Game",
"Enter one name per line.",
"Error",
"Error",
"Excessive Unjustified Player Killing",
"Exclude from private chat",
"Exit",
"Experience",
"Filter list to match your level",
"Filter list to match your vocation",
"Fishing",
"Fist Fighting",
"Follow",
"Fullscreen",
"Game framerate limit: %s",
"General",
"Graphics",
"Graphics Engine:",
"Head",
"Health Info",
"Health Information",
"Hide monsters",
"Hide non-skull players",
"Hide Npcs",
"Hide party members",
"Hide players",
"Hit Points",
"Hold right mouse button to navigate\nScroll mouse middle button to zoom",
"Hotkeys",
"If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character.",
"Ignore capacity",
"Ignore equipped",
"Interface framerate limit: %s",
"Inventory",
"Invite to Party",
"Invite to private chat",
"IP Address Banishment",
"Item Offers",
"It is empty.\n",
"Join %s\'s Party",
"Leave Party",
"Level",
"Limits FPS to 60",
"List of items that you're able to buy",
"List of items that you're able to sell",
"Load",
"Location",
"Logging out...",
"Login",
"Login Error",
"Login Error",
"Logout",
"Look",
"Magic Level",
"Make sure that your client uses\nthe correct game protocol version",
"Mana",
"Manage hotkeys:",
"Market",
"Market Offers",
"Message of the day",
"Message to ",
"Message to %s",
"Minimap",
"Module Manager",
"Module name",
"Move Stackable Item",
"Move up",
"My Offers",
"Name:",
"Name",
"Name Report",
"Name Report + Banishment",
"Name Report + Banishment + Final Warning",
"No",
"No item selected.",
"No Mount",
"No Outfit",
"No statement has been selected.",
"Notation",
"NPC Trade",
"Offer History",
"Offers",
"Offer Type:",
"Ok",
"Okay",
"on %s.\n",
"Open",
"Open a private message channel:",
"Open charlist automatically when starting otclient",
"Open in new window",
"Open new channel",
"Options",
"Particles Manager",
"Pass Leadership to %s",
"Password",
"Pause",
"Piece Price:",
"Please enter a character name:",
"Please, press the key you wish to add onto your hotkeys manager",
"Please Select",
"Please use this dialog to only report bugs. Do not report rule violations here!",
"Please wait",
"Port",
"Preview",
"Price:",
"Primary",
"Protocol",
"Quantity:",
"Quest Log",
"Randomize",
"Randomize characters outfit",
"Reason:",
"Refresh",
"Reject",
"Reload",
"Reload All",
"Remember account and password when starts otclient",
"Remember password",
"Remove",
"Remove %s",
"Report Bug",
"Revoke %s\'s Invitation",
"Rotate",
"Rule Violation",
"Search:",
"Search",
"Secondary",
"Select object",
"Select Outfit",
"Sell",
"Sell Now",
"Sell Offers",
"Send",
"Send automatically",
"Server",
"Server Log",
"Set Outfit",
"Shielding",
"Show all items",
"Show Depot Only",
"Show event messages in console",
"Show frame rate",
"Show info messages in console",
"Show left panel",
"Show levels in console",
"Show private messages in console",
"Show private messages on screen",
"Show status messages in console",
"Show Text",
"Show timestamps in console",
"Show your depot items only",
"Skills",
"Soul",
"Soul Points",
"Stamina",
"Start",
"Statement:",
"Statement Report",
"Statistics",
"Stop Attack",
"Stop Follow",
"%s: (use object)",
"%s: (use object on target)",
"%s: (use object on yourself)",
"%s: (use object with crosshair)",
"Sword Fighting",
"Terminal",
"There is no way.",
"Total Price:",
"Trade",
"Trade with ...",
"Trying to reconnect in %s seconds.",
"Unable to load dat file, please place a valid dat in '%s'",
"Unable to load spr file, please place a valid spr in '%s'",
"Unable to logout.",
"Unload",
"Use",
"Use on target",
"Use on yourself",
"Use with ...",
"Version",
"VIP list",
"VIP List",
"Voc.",
"Waiting List",
"Website",
"Weight:",
"With crosshair",
"Yes",
"You are bleeding",
"You are burning",
"You are cursed",
"You are dazzled",
"You are dead.",
"You are dead",
"You are drowing",
"You are drunk",
"You are electrified",
"You are freezing",
"You are hasted",
"You are hungry",
"You are paralysed",
"You are poisoned",
"You are protected by a magic shield",
"You are strengthened",
"You are within a protection zone",
"You can enter new text.",
"You have %s percent",
"You have %s percent to go",
"You may not logout during a fight",
"You may not logout or enter a protection zone",
"You must enter a comment.",
"You must enter an account name and password.",
"You must enter a valid server address and port.",
"You must select a character to login!",
"Your Capacity:",
"You read the following, written by \n%s\n",
"You read the following, written on %s.\n",
"Your Money:",
}

@ -4,7 +4,7 @@ ExitWindow < MainWindow
size: 550 135
Label
!text: tr('If you shut down the program, you character might stay in the game.\nClick on "Logout" to ensure that you character leaves the game property.\nClick on "Exit" if you want to exit the program without logging out your character.')
!text: tr("If you shut down the program, you character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game property.\nClick on 'Exit' if you want to exit the program without logging out your character.")
width: 500
height: 45
anchors.left: parent.left

@ -179,7 +179,6 @@ Panel
Label
id: feeLabel
!text: tr('')
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: createOfferButton.bottom

@ -0,0 +1,7 @@
#!/bin/bash
echo '-- generated by ./tools/gen_needed_translations.sh'
echo 'Locales.neededTranslations = {'
cat <(find \( -name "*.lua" -o -name "*.otui" \) -exec grep -oE "tr\\('(\\\\'|[^'])*'" {} \;) \
<(find \( -name "*.lua" -o -name "*.otui" \) -exec grep -oE "tr\\(\"(\\\\\"|[^\"])*\"" {} \;) \
| sort | uniq | sed "s/^tr(.\(.*\).$/ \"\1\",/"
echo '}'
Loading…
Cancel
Save