Compare commits

..

No commits in common. "master" and "v0.6.1" have entirely different histories.

642 changed files with 7034 additions and 20451 deletions

View File

@ -1,2 +0,0 @@
/build/
Dockerfile

View File

@ -1,133 +0,0 @@
name: Build with vcpkg
on:
push:
branches:
- master
- v*
tags:
- v*
paths:
- .github/workflows/**
- cmake/**
- src/**
- CMakeLists.txt
pull_request:
paths:
- .github/workflows/**
- cmake/**
- src/**
- CMakeLists.txt
jobs:
job:
name: ${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}
runs-on: ${{ matrix.os }}-${{ matrix.os-version }}
strategy:
fail-fast: false
max-parallel: 8
matrix:
name: [ubuntu-gcc, macos-clang, windows-msvc]
buildtype: [Debug, Release]
luajit: [on, off]
include:
- name: windows-msvc
os: windows
os-version: latest
cxx: cl.exe
cc: cl.exe
triplet: x64-windows
packages: >
boost-iostreams boost-asio boost-system boost-variant boost-lockfree boost-filesystem boost-uuid
glew luajit libogg libvorbis openal-soft opengl openssl physfs zlib
- name: ubuntu-gcc
os: ubuntu
os-version: 20.04
cxx: g++
cc: gcc
triplet: x64-linux
packages: >
boost-iostreams boost-asio boost-system boost-variant boost-lockfree glew
boost-filesystem boost-uuid physfs openal-soft libogg libvorbis zlib opengl
- name: macos-clang
os: macos
os-version: latest
cxx: clang++
cc: clang
triplet: x64-osx
packages: >
boost-iostreams boost-asio boost-system boost-variant boost-lockfree glew
boost-filesystem boost-uuid libogg libvorbis zlib opengl
exclude:
- name: windows-msvc
luajit: off
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Unshallow
run: git fetch --prune --unshallow
- name: Get latest CMake
# Using 'latest' branch, the latest CMake is installed.
uses: lukka/get-cmake@latest
- name: Ubuntu - install opengl lua5.1 luajit
# vcpkg has lua 5.3+
run: sudo apt-get install libglew-dev liblua5.1-0-dev libluajit-5.1-dev
if: contains( matrix.os, 'ubuntu')
- name: MacOS - install physfs pkgconfig lua5.1 luajit xquartz
run: brew install physfs pkgconfig lua@5.1 luajit xquartz
if: contains( matrix.os, 'macos')
- name: Set Environment vars
run: |
echo "CXX=${{ matrix.cxx }}" >> $GITHUB_ENV
echo "CC=${{ matrix.cc }}" >> $GITHUB_ENV
- name: Run vcpkg
uses: lukka/run-vcpkg@v7
with:
vcpkgArguments: ${{ matrix.packages }}
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: ${{ matrix.triplet }}
vcpkgGitCommitId: 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2
- name: Build with CMake
uses: lukka/run-cmake@v3
with:
buildDirectory: ${{ runner.workspace }}/build
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE="${{ matrix.buildtype }}" -DLUAJIT="${{ matrix.luajit }}"'
useVcpkgToolchainFile: true
- name: dir
run: find $RUNNER_WORKSPACE
shell: bash
- name: Upload artifact binary
uses: actions/upload-artifact@v3
with:
name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }}
path: ${{ runner.workspace }}/build/otclient
if: "! contains( matrix.os, 'windows')"
- name: Upload artifact binary (exe)
uses: actions/upload-artifact@v3
with:
name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }}
path: ${{ runner.workspace }}/build/otclient.exe
if: contains( matrix.os, 'windows')
- name: Upload artifact binary (dlls)
uses: actions/upload-artifact@v3
with:
name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }}
path: ${{ runner.workspace }}/build/*.dll
if: contains( matrix.os, 'windows')

266
.gitignore vendored
View File

@ -1,255 +1,39 @@
################# /modules/.project
## Visual Studio build*
################# CMakeCache.txt
CMakeFiles
## Ignore Visual Studio temporary files, build results, and cmake_install.cmake
## files generated by popular Visual Studio add-ons. Makefile
# User-specific files
*.suo
*.user
*.sln.docstates
.idea/
.vscode/
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
cmake-build-*/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.scc
*.dll
*.exe
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.opendb
*.sdf
*.cachefile
*.VC.db
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.Publish.xml
*.pubxml
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# Vim files
*~
.*.swp
.*.swo
#################
## OTClient
#################
/otclient /otclient
/modules/otclientrc.lua /*.h
src/framework/graphics/dx/ /*.cxx
*.o *.o
*.gch *.gch
*.a *.a
*.exe
*.spr
*.dat
*.kdev* *.kdev*
*.cbp *.cbp
*~ *~
*.kate-swap *.kate-swap
*.autosave *.autosave
*.bak CMakeLists.txt.user*
*.swp
.lvimrc
.clang_complete
LOCALTODO
tags
# user-specific files
*.xml *.xml
*.otb *.otb
*.otbm *.otbm
*.spr *.log
*.dat *.bak
*.swp
*.pic *.pic
.lvimrc
.clang_complete
config.otml config.otml
/modules/otclientrc.lua
## Cmake cache /doc
CMakeLists.txt.user !.gitignore
CMakeCache.txt otclient.map
CMakeFiles otclient.layout
CMakeScripts LOCALTODO
Testing tags
Makefile Thumbs.db
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
## Sublime
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Workspace files are user-specific
*.sublime-workspace
# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
# *.sublime-project
# SFTP configuration file
sftp-config.json
sftp-config-alt*.json
# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache
# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: cpp
compiler:
- gcc
before_script:
- sudo apt-get install libboost1.48-all-dev libphysfs-dev libssl-dev liblua5.1-dev libglew1.6-dev libvorbis-dev libopenal-dev libz-dev -y
script: |
cmake . -DCMAKE_BUILD_TYPE=Release
make
notifications:
irc:
channels:
- "irc.freenode.org#otclient"
on_success: change
skip_join: true

View File

@ -1,14 +1,12 @@
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 2.6)
project(otclient) project(otclient)
set(VERSION "1.0.0") set(VERSION "0.6.1")
option(FRAMEWORK_SOUND "Use SOUND " ON)
option(FRAMEWORK_GRAPHICS "Use GRAPHICS " ON)
option(FRAMEWORK_XML "Use XML " ON)
option(FRAMEWORK_NET "Use NET " ON)
option(FRAMEWORK_SQL "Use SQL" OFF)
set(FRAMEWORK_SOUND ON)
set(FRAMEWORK_GRAPHICS ON)
set(FRAMEWORK_XML ON)
set(FRAMEWORK_NET ON)
include(src/framework/CMakeLists.txt) include(src/framework/CMakeLists.txt)
include(src/client/CMakeLists.txt) include(src/client/CMakeLists.txt)
@ -23,24 +21,13 @@ set(executable_SOURCES
src/main.cpp src/main.cpp
) )
# add executable icon for win32 platforms
if(WIN32) if(WIN32)
if(MSVC)
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o
COMMAND ${CMAKE_RC_COMPILER}
-I${CMAKE_CURRENT_SOURCE_DIR}/src
-fo${CMAKE_CURRENT_BINARY_DIR}/otcicon.o
${CMAKE_CURRENT_SOURCE_DIR}/src/otcicon.rc
)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
else()
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o
COMMAND ${CMAKE_RC_COMPILER} COMMAND ${CMAKE_RC_COMPILER}
-I${CMAKE_CURRENT_SOURCE_DIR}/src -I${CMAKE_CURRENT_SOURCE_DIR}/src
-i${CMAKE_CURRENT_SOURCE_DIR}/src/otcicon.rc -i${CMAKE_CURRENT_SOURCE_DIR}/src/otcicon.rc
-o ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o -o ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o)
)
endif()
set(executable_SOURCES ${executable_SOURCES} otcicon.o) set(executable_SOURCES ${executable_SOURCES} otcicon.o)
endif() endif()
@ -49,15 +36,9 @@ add_definitions(-D"VERSION=\\"${VERSION}\\"")
# add client executable # add client executable
add_executable(${PROJECT_NAME} ${framework_SOURCES} ${client_SOURCES} ${executable_SOURCES}) add_executable(${PROJECT_NAME} ${framework_SOURCES} ${client_SOURCES} ${executable_SOURCES})
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 14) # target link libraries
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD_REQUIRED ON)
target_link_libraries(${PROJECT_NAME} ${framework_LIBRARIES}) target_link_libraries(${PROJECT_NAME} ${framework_LIBRARIES})
if(APPLE AND USE_STATIC_LIBS)
target_link_libraries(${PROJECT_NAME} "-framework Foundation" "-framework IOKit")
endif()
if(USE_PCH) if(USE_PCH)
include(cotire) include(cotire)
cotire(${PROJECT_NAME}) cotire(${PROJECT_NAME})
@ -68,10 +49,7 @@ endif()
# installation # installation
set(DATA_INSTALL_DIR share/${PROJECT_NAME}) set(DATA_INSTALL_DIR share/${PROJECT_NAME})
install(TARGETS ${PROJECT_NAME} install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
install(FILES README.md BUGS LICENSE AUTHORS init.lua ${PROJECT_NAME}rc.lua DESTINATION ${DATA_INSTALL_DIR}) install(FILES README.md BUGS LICENSE AUTHORS init.lua ${PROJECT_NAME}rc.lua DESTINATION ${DATA_INSTALL_DIR})
install(DIRECTORY data modules DESTINATION ${DATA_INSTALL_DIR} PATTERN ".git" EXCLUDE) install(DIRECTORY data modules DESTINATION ${DATA_INSTALL_DIR} PATTERN ".git" EXCLUDE)

View File

@ -1,48 +0,0 @@
FROM ubuntu@sha256:b88f8848e9a1a4e4558ba7cfc4acc5879e1d0e7ac06401409062ad2627e6fb58 AS builder
RUN apt-get update; \
apt-get install -y \
build-essential \
cmake \
git-core \
libboost-atomic1.65-dev \
libboost-chrono1.65-dev \
libboost-date-time1.65-dev \
libboost-filesystem1.65-dev \
libboost-system1.65-dev \
libboost-thread1.65-dev \
libglew-dev \
liblua5.1-0-dev \
libncurses5-dev \
libopenal-dev \
libssl-dev \
libvorbis-dev \
zlib1g-dev; \
apt-get clean && apt-get autoclean
WORKDIR /
RUN git clone --branch release-3.0.2 --depth 1 https://github.com/icculus/physfs.git
WORKDIR /physfs/build/
RUN cmake ..
RUN make -j$(nproc)
RUN make install
COPY ./src/ /otclient/src/.
COPY CMakeLists.txt /otclient/.
WORKDIR /otclient/build/
RUN cmake -DCMAKE_CXX_LINK_FLAGS=-no-pie -DCMAKE_BUILD_TYPE=Release ..
RUN make -j$(nproc)
FROM ubuntu@sha256:b88f8848e9a1a4e4558ba7cfc4acc5879e1d0e7ac06401409062ad2627e6fb58
RUN apt-get update; \
apt-get install -y \
libglew2.0 \
libopenal1; \
apt-get clean && apt-get autoclean
COPY --from=builder /otclient/build/otclient /otclient/bin/otclient
COPY ./data/ /otclient/data/.
COPY ./mods/ /otclient/mods/.
COPY ./modules/ /otclient/modules/.
COPY ./init.lua /otclient/.
WORKDIR /otclient
CMD ["./bin/otclient"]

View File

@ -1,22 +0,0 @@
<!-- Welcome to the issues section if it's your first time! -->
### Before creating an issue, please ensure:
- [ ] This is a bug in the software that resides in this repository, and not a
support matter (use https://otland.net/forums/otclient.494/ for support)
- [ ] This issue is reproducible without changes to the code in this repository
### Steps to reproduce (include any configuration/script required to reproduce)
1.
2.
3.
### Expected behaviour
<!-- Tell us what should happen -->
### Actual behaviour
<!-- Tell us what happens instead -->
### Environment
<!-- Please tell which client version are you using (E.g 10.98 OTClient 0.6.6)
If the issue is environment specific (e.g. compiling errors), include
name and version of the operating system and compiler you are using. -->

View File

@ -1,6 +1,6 @@
OTClient is made available under the MIT License OTClient is made available under the MIT License
Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient> Copyright (c) 2010-2012 OTClient <https://github.com/edubart/otclient>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,5 +1,4 @@
[![Build Status](https://github.com/edubart/otclient/actions/workflows/build-vcpkg.yml/badge.svg)](https://github.com/edubart/otclient/actions/workflows/build-vcpkg.yml) [![Join the chat at https://gitter.im/edubart/otclient](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/edubart/otclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Open Source Helpers](https://www.codetriage.com/edubart/otclient/badges/users.svg)](https://www.codetriage.com/edubart/otclient) [![Build Status](https://secure.travis-ci.org/edubart/otclient.png?branch=master)](http://travis-ci.org/edubart/otclient)
### What is otclient? ### What is otclient?
Otclient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible, Otclient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible,
@ -7,17 +6,7 @@ for that it uses LUA scripting for all game interface functionality and configur
similar to CSS for the client interface design. Otclient works with a modular system, this means similar to CSS for the client interface design. Otclient works with a modular system, this means
that each functionality is a separated module, giving the possibility to users modify and customize that each functionality is a separated module, giving the possibility to users modify and customize
anything easily. Users can also create new mods and extend game interface for their own purposes. anything easily. Users can also create new mods and extend game interface for their own purposes.
Otclient is written in C++11 and heavily scripted in lua. Otclient is written in C++2011, the upcoming C++ standard and heavily scripted in lua.
For a server to connect to, you can build your own with the [forgottenserver](https://github.com/otland/forgottenserver)
or connect to one listed on [otservlist](https://otservlist.org/).
### Where do I download?
Compiled for Windows can be found here (but can be outdated):
* [Windows Builds](http://otland.net/threads/otclient-builds-windows.217977/)
**NOTE:** You will need to download spr/dat files on your own and place them in `data/things/VERSION/` (i.e: `data/things/1098/Tibia.spr`)
### Features ### Features
@ -29,42 +18,21 @@ to port to mobile platforms. Otclient is also flexible enough to
create tibia tools like map editors just using scripts, because it wasn't designed to be just a create tibia tools like map editors just using scripts, because it wasn't designed to be just a
client, instead otclient was designed to be a combination of a framework and tibia APIs. client, instead otclient was designed to be a combination of a framework and tibia APIs.
### Download
Stable versions of otclient master branch compiled for Windows and Linux is available
in the [downloads section](https://github.com/edubart/otclient/downloads) of the project's github page.
### Compiling ### Compiling
In short, if you need to compile OTClient, follow these tutorials: In short, if you need to compile OTClient, follow these tutorials:
* [Compiling on Windows](https://github.com/edubart/otclient/wiki/Compiling-on-Windows) * [Compiling on Windows](https://github.com/edubart/otclient/wiki/Compiling-on-Windows)
* [Compiling on Linux](https://github.com/edubart/otclient/wiki/Compiling-on-Linux) * [Compiling on Linux](https://github.com/edubart/otclient/wiki/Compiling-on-Linux)
* [Compiling on OS X](https://github.com/edubart/otclient/wiki/Compiling-on-Mac-OS-X)
### Build and run with Docker
To build the image:
```sh
docker build -t edubart/otclient .
```
To run the built image:
```sh
# Disable access control for the X server.
xhost +
# Run the container image with the required bindings to the host devices and volumes.
docker run -it --rm \
--env DISPLAY \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/dri \
--device /dev/snd edubart/otclient /bin/bash
# Enable access control for the X server.
xhost -
```
### Need help? ### Need help?
Try to ask questions in [otland](http://otland.net/f494/), now we have a board for the project there, Try to ask questions in [otland](http://otland.net/f494/), now we have a board for the project there,
or talk with us at the gitter chat. or talk with us at #otclient irc.freenode.net
### Bugs ### Bugs
@ -76,9 +44,10 @@ We encourage you to contribute to otclient! You can make pull requests of any im
### Contact ### Contact
Talk directly with us at the gitter chat [![Join the chat at https://gitter.im/edubart/otclient](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/edubart/otclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge). Talk directly with us at #otclient irc.freenode.net or send an email directly to the project leader edub4rt@gmail.com
### License ### License
Otclient is made available under the MIT License, thus this means that you are free Otclient is made available under the MIT License, thus this means that you are free
to do whatever you want, commercial, non-commercial, closed or open. to do whatever you want, commercial, non-commercial, closed or open.

View File

@ -1,8 +0,0 @@
Font
name: terminus-10px
texture: terminus-10px
height: 12
y-offset: 0
glyph-size: 16 16
fixed-glyph-width: 6
space-width: 6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -4,10 +4,6 @@ locale = {
charset = "cp1252", charset = "cp1252",
languageName = "Deutsch", languageName = "Deutsch",
formatNumbers = true,
decimalSeperator = ',',
thousandsSeperator = ' ',
translation = { translation = {
["1a) Offensive Name"] = false, ["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = false, ["1b) Invalid Name Format"] = false,
@ -30,7 +26,7 @@ locale = {
["4c) False Report to Gamemaster"] = false, ["4c) False Report to Gamemaster"] = false,
["Accept"] = "Annehmen", ["Accept"] = "Annehmen",
["Account name"] = "Benutzername", ["Account name"] = "Benutzername",
["Account Status"] = false, ["Account Status:"] = false,
["Action:"] = false, ["Action:"] = false,
["Add"] = "Hinzufügen", ["Add"] = "Hinzufügen",
["Add new VIP"] = "Neuen Freund hinzufügen", ["Add new VIP"] = "Neuen Freund hinzufügen",
@ -231,7 +227,7 @@ locale = {
["Pass Leadership to %s"] = "%s zum Anführer ernennen", ["Pass Leadership to %s"] = "%s zum Anführer ernennen",
["Password"] = "Passwort", ["Password"] = "Passwort",
["Piece Price:"] = "Stückpreis", ["Piece Price:"] = "Stückpreis",
["Please enter a character name"] = "Bitte gib einen Charakternamen an", ["Please enter a character name:"] = "Bitte gib einen Charakternamen an:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Bitte die gewünschte Taste drücken", ["Please, press the key you wish to add onto your hotkeys manager"] = "Bitte die gewünschte Taste drücken",
["Please Select"] = false, ["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = false, ["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,

View File

@ -3,10 +3,6 @@ locale = {
charset = "cp1252", charset = "cp1252",
languageName = "English", languageName = "English",
formatNumbers = true,
decimalSeperator = '.',
thousandsSeperator = ',',
-- translations are not needed because everything is already in english -- translations are not needed because everything is already in english
translation = {} translation = {}
} }

View File

@ -1,96 +1,90 @@
-- special thanks for Shaday, who made these translations -- special thanks for Shaday, who made these translations
--Dominique120 edits: I made some statements to sound more formal and appropriate as well as correcting a few words that were not translated. I also added a few notes for future translators to keep in mind.
locale = { locale = {
name = "es", name = "es",
charset = "cp1252", charset = "cp1252",
languageName = "Español", languageName = "Español",
formatNumbers = true,
decimalSeperator = ',',
thousandsSeperator = '.',
translation = { translation = {
["1a) Offensive Name"] = "1a) Nombre ofensivo", ["1a) Offensive Name"] = "1a) Nombre ofensivo",
["1b) Invalid Name Format"] = "1b) Formato inválido para el nombre", ["1b) Invalid Name Format"] = "1b) Formato invalido para nombre",
["1c) Unsuitable Name"] = "1c) Nombre no adecuado", ["1c) Unsuitable Name"] = "1c) Nombre no adecuado",
["1d) Name Inciting Rule Violation"] = "1d) Nombre que incita una violación al reglamento", ["1d) Name Inciting Rule Violation"] = "1d) Nombre que incita una violacion al reglamento",
["2a) Offensive Statement"] = "2a) Comentario ofensivo", ["2a) Offensive Statement"] = "2a) Comentario ofensivo",
["2b) Spamming"] = "2b) Spamming", ["2b) Spamming"] = "2b) Spamming",
["2c) Illegal Advertising"] = "2c) Publicidad ilícita", ["2c) Illegal Advertising"] = "2c) Publicidad ilicita",
["2d) Off-Topic Public Statement"] = "2d) Publicación fuera de lugar", ["2d) Off-Topic Public Statement"] = "2d) Publicacion fuera de lugar",
["2e) Non-English Public Statement"] = "2e) Publicación fuera del inglés", ["2e) Non-English Public Statement"] = "2e) Publicacion fuera del ingles",
["2f) Inciting Rule Violation"] = "2f) Incitar a una violación al reglamento", ["2f) Inciting Rule Violation"] = "2f) Incitar a una violacion al reglamento",
["3a) Bug Abuse"] = "3a) Abuso de error", ["3a) Bug Abuse"] = "3a) Abuso de error",
["3b) Game Weakness Abuse"] = "3b) Abuso de debilidad del juego", ["3b) Game Weakness Abuse"] = "3b) Abuso de debilidad del juego",
["3c) Using Unofficial Software to Play"] = "3c) Usando software ilegal para jugar", ["3c) Using Unofficial Software to Play"] = "3c) Usando software ilegal para jugar",
["3d) Hacking"] = "3d) Hackeo", ["3d) Hacking"] = "3d) Hackeo",
["3e) Multi-Clienting"] = "3e) Uso de múltiples clientes", ["3e) Multi-Clienting"] = "3e) Multiple Cliente",
["3f) Account Trading or Sharing"] = "3f) Intercambio de cuenta", ["3f) Account Trading or Sharing"] = "3f) Intercambio de cuenta",
["4a) Threatening Gamemaster"] = "4a) Amenazar a un Gamemaster", ["4a) Threatening Gamemaster"] = "4a) Amenzar a un Gamemaster",
["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Pretender tener influencia en una parte del reglamento", ["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Pretender tener influencia en una parte del reglamento",
["4c) False Report to Gamemaster"] = "4c) Reporte falso a un Gamemaster", ["4c) False Report to Gamemaster"] = "4c) Reporte falso a un Gamemaster",
["Accept"] = "Aceptar", ["Accept"] = "Aceptar",
["Account name"] = "Nombre de la cuenta", ["Account name"] = "Nombre de cuenta",
["Account Status"] = "Estado de la cuenta", ["Account Status:"] = "Estado de cuenta:",
["Action:"] = "Acción:", ["Action:"] = "Accion:",
["Add"] = "Añadir", ["Add"] = "Añadir",
["Add new VIP"] = "Añadir nuevo VIP", ["Add new VIP"] = "Añadir nuevo VIP",
["Addon 1"] = "Addon 1", ["Addon 1"] = "Addon 1",
["Addon 2"] = "Addon 2", ["Addon 2"] = "Addon 1",
["Addon 3"] = "Addon 3", ["Addon 3"] = "Addon 1",
["Add to VIP list"] = "Añadir a lista VIP", ["Add to VIP list"] = "Añadir a lista VIP",
["Adjust volume"] = "Ajustar volumen", ["Adjust volume"] = "Ajustar volumen",
["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!"] = "¡Ay! Aventurero valiente, has conocido un triste destino. \nPero no se desespere, porque los dioses te llevarán de vuelta \na este mundo a cambio de un pequeño sacrificio \n\nSimplemente haga clic en Aceptar para continuar con sus viajes!", ["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!"] = "¡Ay! Aventurero valiente, que ha conocido a un triste destino. \nPero no se desespere, porque los dioses le llevará de vuelta \na este mundo a cambio de un pequeño sacrificio \n\nSimply haga clic en Aceptar para continuar con sus viajes!",
["All"] = "Todo", ["All"] = "Todo",
["All modules and scripts were reloaded."] = "Todos los módulos y scripts se volvieron a cargar.", ["All modules and scripts were reloaded."] = "Todos los módulos y scripts se vuelven a cargar.",
["Allow auto chase override"] = "Desactivar auto persecución al andar", ["Allow auto chase override"] = "Permitur auto persecución override",
["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = "Conocido por la comunidad de tibia como \"dash\".\nRecomenada para jugadores de alto nivel.", ["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = "Conocido por la comunidad de tibia como dash.\nRecomenada para players de alto nivel.",
["Ambient light: %s%%"] = "Luz de ambiente: %s%%", ["Ambient light: %s%%"] = "Ambiente de luz: %s%%",
["Amount:"] = "Cantidad:", ["Amount:"] = "Cantidad:",
["Amount"] = "Cantidad", ["Amount"] = "Cantidad",
["Anonymous"] = "Anónimo", ["Anonymous"] = "Anónimo",
["Are you sure you want to logout?"] = "¿Estás seguro de que deseas salir?", ["Are you sure you want to logout?"] = "¿Estas seguro de que quieres salir?",
["Attack"] = "Atacar", ["Attack"] = "Atacar",
["Author"] = "Autor", ["Author"] = "Autor",
["Autoload"] = "Auto carga", ["Autoload"] = "Auto carga",
["Autoload priority"] = "Auto carga prioritaria", ["Autoload priority"] = "Auto carga prioritaria",
["Auto login"] = "Auto ingresar", ["Auto login"] = "Auto iniciar",
["Auto login selected character on next charlist load"] = "Ingresar la siguiente vez que aparece el charlist con el personaje seleccionado", ["Auto login selected character on next charlist load"] = "Auto cargar carácter seleccionado en la carga charlist siguiente",
["Axe Fighting"] = "Combate con hacha", ["Axe Fighting"] = "Combate con acha",
["Balance:"] = "Saldo:", ["Balance:"] = "Saldo:",
["Banishment"] = "Baneo", ["Banishment"] = "Banishment",
["Banishment + Final Warning"] = "Baneo + Último Aviso", ["Banishment + Final Warning"] = "Banishment + Final Warning",
["Battle"] = "Batalla", ["Battle"] = "Batalla",
["Browse"] = "Navegar", ["Browse"] = "Navegar",
["Bug report sent."] = "Reporte de error enviado.", ["Bug report sent."] = "Reporte de error enviado.",
["Button Assign"] = "Asignar botón", ["Button Assign"] = "Boton asignado",
["Buy"] = "Compra", ["Buy"] = "Compra",
["Buy Now"] = "Compra ahora", ["Buy Now"] = "Compra ahora",
["Buy Offers"] = "Comprar ofertas", ["Buy Offers"] = "Comprar oferta",
["Buy with backpack"] = "Comprar con mochila", ["Buy with backpack"] = "Comprar con backpack",
["Cancel"] = "Cancelar", ["Cancel"] = "Cancelar",
["Cannot login while already in game."] = "No se puede iniciar sesión, mientras ya estés en el juego.", ["Cannot login while already in game."] = "No se puede iniciar sesión, mientras que estes en el juego.",
["Cap"] = "Cap", ["Cap"] = "Cap",
["Capacity"] = "Capacidad", ["Capacity"] = "Capacidad",
["Center"] = "Centrar", ["Center"] = "Centrar",
["Channels"] = "Canales", ["Channels"] = "Canales",
["Character List"] = "Lista de caracteres", ["Character List"] = "Lista de carácter",
["Classic control"] = "Controles clásicos", ["Classic control"] = "Control Clasico",
["Clear current message window"] = "Limpiar ventana de mensajes actual", ["Clear current message window"] = "Limpiar mensaje actual en ventana",
["Clear Messages"] = "Limpiar mensajes", ["Clear Messages"] = "Limpiar mensaje",
["Clear object"] = "Limpiar objeto", ["Clear object"] = "Limpiar objeto",
["Client needs update."] = "El cliente necesita una actualización.", ["Client needs update."] = "El cliente necesita actualizacion.",
["Close"] = "Cerrar", ["Close"] = "Cerrar",
["Close this channel"] = "Cerrar este canal", ["Close this channel"] = "Cerrar este canal",
["Club Fighting"] = "Combate con mazo", ["Club Fighting"] = "Combate con mazo",
["Combat Controls"] = "Controles de combate", ["Combat Controls"] = "Controles de combate",
["Comment:"] = "Comentario:", ["Comment:"] = "Comentario:",
["Connecting to game server..."] = "Conectando a servidor de juego...", ["Connecting to game server..."] = "Conectando a servidor game...",
["Connecting to login server..."] = "Conectando a servidor de login...", ["Connecting to login server..."] = "Conectando a servidor login...",
["Console"] = "Consola", ["Console"] = "Consola",
["Cooldowns"] = "Enfriamientos", ["Cooldowns"] = "Descansos",
["Copy message"] = "Copiar mensaje", ["Copy message"] = "Copiar mensaje",
["Copy name"] = "Copiar nombre", ["Copy name"] = "Copiar nombre",
["Copy Name"] = "Copiar nombre", ["Copy Name"] = "Copiar nombre",
@ -105,151 +99,151 @@ locale = {
["Delete mark"] = "Borrar Marca", ["Delete mark"] = "Borrar Marca",
["Description:"] = "Descripción:", ["Description:"] = "Descripción:",
["Description"] = "Descripción", ["Description"] = "Descripción",
["Destructive Behaviour"] = "Comportamiento destructivo", ["Destructive Behaviour"] = "Comportamiento agresivo",
["Detail"] = "Detalle", ["Detail"] = "Detalle",
["Details"] = "Detalles", ["Details"] = "Detalles",
["Disable Shared Experience"] = "Desactivar experiencia compartida", ["Disable Shared Experience"] = "Desactivar experiencia compartida",
["Dismount"] = "Desmontar", ["Dismount"] = "Desmontar",
["Display connection speed to the server (milliseconds)"] = "Mostrar velocidad de conexión en el servidor (millisegundos)", ["Display connection speed to the server (milliseconds)"] = "Mostrar velocidad de conexion en el servidor (millisegundos)",
["Distance Fighting"] = "Combate a distancia", ["Distance Fighting"] = "Combate a distancia",
["Don\'t stretch/shrink Game Window"] = "No estirar ni reducir el tamaño de ventana", ["Don\'t stretch/shrink Game Window"] = "No estirar ni reducir el tamaño de ventana",
["Edit hotkey text:"] = "Editar texto de hotkey:", ["Edit hotkey text:"] = "Editar texto de hotkey:",
["Edit List"] = "Editar lista", ["Edit List"] = "Editar lista",
["Edit Text"] = "Editar texto", ["Edit Text"] = "Editar texto",
["Enable music"] = "Habilitar música", ["Enable music"] = "Habilitar musica",
["Enable Shared Experience"] = "Habilitar experiencia compartida", ["Enable Shared Experience"] = "Habilitar experiencia compartida",
["Enable smart walking"] = "Habilitar caminado inteligente", ["Enable smart walking"] = "Habilitar caminado inteligente",
["Enable vertical synchronization"] = "Habilitar sincronización vertical", ["Enable vertical synchronization"] = "Habilitar sincronización vertical",
["Enable walk booster"] = "Habilitar caminado turbo", ["Enable walk booster"] = "Habilitar caminado turbo",
["Enter Game"] = "Entrar al juego", ["Enter Game"] = "Entrar al juego",
["Enter one name per line."] = "Introducir un nombre por línea.", ["Enter one name per line."] = "Introducir un nombre por linea.",
["Enter with your account again to update your client."] = "Ingrese con su cuenta nuevamente para actualizar el cliente.", ["Enter with your account again to update your client."] = "",
["Error"] = "Error", ["Error"] = "Error",
["Error"] = "Error", ["Error"] = "Error",
["Excessive Unjustified Player Killing"] = "Asesinato excesivo injustificado de jugadores", ["Excessive Unjustified Player Killing"] = "Asesinato excesivo injustivicado de players",
["Exclude from private chat"] = "Ejecutar desde un canal privado", ["Exclude from private chat"] = "Ejecutar desde un canal privado",
["Exit"] = "Salir", ["Exit"] = "Salir",
["Experience"] = "Experiencia", ["Experience"] = "Experiencia",
["Filter list to match your level"] = "Filtrar lista para coincidir con el nivel", ["Filter list to match your level"] = "Lista de filtros que coincida con el nivel",
["Filter list to match your vocation"] = "Filtrar lsta para coincidir con la vocación", ["Filter list to match your vocation"] = "Lista de filtros que coincida con el vocación",
["Find:"] = "Encontrar:", ["Find:"] = "Encontrar:",
["Fishing"] = "Pesca", ["Fishing"] = "Pesca",
["Fist Fighting"] = "Combate a puños", ["Fist Fighting"] = "Combate con puños",
["Follow"] = "Seguir", ["Follow"] = "Seguir",
["Force Exit"] = "Forzar Salir", -- "Forzar Salida" is almost too big for a button ["Force Exit"] = "Forzar salida",
["For Your Information"] = "Para tu información", ["For Your Information"] = "Para tu información",
["Free Account"] = "Cuenta gratis", ["Free Account"] = "Account gratis",
["Fullscreen"] = "Pantalla completa", ["Fullscreen"] = "Pantalla completa",
["Game"] = "Juego", ["Game"] = "Juego",
["Game framerate limit: %s"] = "Límite de cuadros por segundo en el juego: %s", ["Game framerate limit: %s"] = "Imagenes por segundo en juego: %s",
["Graphics"] = "Gráficos", ["Graphics"] = "Gráficos",
["Graphics card driver not detected"] = "Controlador de tarjeta gráfica de video no detectado", ["Graphics card driver not detected"] = "Controlador de tarjeta gráfica de video no detectado",
["Graphics Engine:"] = "Motor Gráfico:", ["Graphics Engine:"] = "Motor Grafico:",
["Head"] = "Cabeza", ["Head"] = "Cabeza",
["Healing"] = "Curación", ["Healing"] = "Curacion",
["Health Info"] = "HP Info",--This can be better ["Health Info"] = "HP Info",
["Health Information"] = "HP Información",--This can be better ["Health Information"] = "HP Información",
["Hide monsters"] = "Ocultar monstruos", ["Hide monsters"] = "Ocultar monsters",
["Hide non-skull players"] = "Ocultar jugadores sin skull", ["Hide non-skull players"] = "Ocultar no-skull players",
["Hide Npcs"] = "Ocultar NPCs", ["Hide Npcs"] = "Ocultar NPCs",
["Hide Offline"] = "Ocultar fuera de linea", ["Hide Offline"] = "Ocultar fuera de linea",
["Hide party members"] = "Ocultar miembros del party", ["Hide party members"] = "Ocultar miembros de party",
["Hide players"] = "Ocultar players", ["Hide players"] = "Ocultar players",
["Hide spells for higher exp. levels"] = "Ocultar hechizos para niveles más altos que tu experiencia.", ["Hide spells for higher exp. levels"] = "Ocultar spells para niveles mas altos que tu experiencia.",
["Hide spells for other vocations"] = "Ocultar hechizos que sean para otra vocación", ["Hide spells for other vocations"] = "Ocultar spells que sean para otra vocación",
["Hit Points"] = "Puntos de vida", ["Hit Points"] = "Puntos de vida",
["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = "Mantenga presionado el botón derecho del ratón para navegar\nDesplace la rueda central del ratón para ampliar\nbotón derecho del ratón para crear marcas del mapa", ["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = "Mantenga pulsado el botón derecho del ratón para navegar\nScroll botón central del ratón para ampliar\nbotón derecho del mouse para crear marcas del mapa",
["Hotkeys"] = "Hotkeys", ["Hotkeys"] = "Hotkeys",
["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = "Si se cierra el programa, su personaje puede permanecer en el juego.\nHaga clic en 'Desconectar' para asegurarse de que el personaje deja el juego correctamente.\nHaga clic en 'Forzar Salir' si desea salir del programa igualmente, pudiendo mantener el personaje en el juego.", ["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = "Si se cierra el programa, tu personaje puede permanecer en el juego.\nHaga clic en 'Salir' para asegurarse de que personaje deja el juego correctamente.\nClick en 'Salir' si desea salir del programa sin tener que salir de tu personaje.",
["Ignore"] = "Ignorar", ["Ignore"] = "Ignorar",
["Ignore capacity"] = "Ignorar capacidad", ["Ignore capacity"] = "Ignorar Capacidad",
["Ignored players:"] = "Jugadores ignorados:", ["Ignored players:"] = "Players ignorados:",
["Ignore equipped"] = "Ignorar lo equipado", ["Ignore equipped"] = "Ignorar lo equipodo",
["Ignore List"] = "Ignorar lista", ["Ignore List"] = "Ignorar lista",
["Ignore players"] = "Ignorar jugadores", ["Ignore players"] = "Ignorar players",
["Ignore Private Messages"] = "Ignorar mensajes privados", ["Ignore Private Messages"] = "Ignorar mensajes privados",
["Ignore Yelling"] = "Ignorar gritos", ["Ignore Yelling"] = "Ignorar gritos",
["Interface framerate limit: %s"] = "Interfaz de cuadros por segundo: %s", ["Interface framerate limit: %s"] = "Interface de imagenes por segundo: %s",
["Inventory"] = "Inventario", ["Inventory"] = "Inventario",
["Invite to Party"] = "Invitar a party", ["Invite to Party"] = "Ivitar a party",
["Invite to private chat"] = "Invitar a canal privado", ["Invite to private chat"] = "Invitar a canal privado",
["IP Address Banishment"] = "Dirección IP Baneada", ["IP Address Banishment"] = "Banishment - Direccion IP",
["Item Offers"] = "Ofertas de objetos", ["Item Offers"] = "Ofertas de objetos",
["It is empty."] = "Está vao.", ["It is empty."] = "Está vasio.",
["Join %s\'s Party"] = "Unirse al party de %s", ["Join %s\'s Party"] = "Unir %s\'s party",
["Leave Party"] = "Dejar el party", ["Leave Party"] = "Dejar party",
["Level"] = "Nivel", ["Level"] = "Nivel",
["Lifetime Premium Account"] = "Tiempo de Premium Account infinito", ["Lifetime Premium Account"] = "Tiempo de Premium Account",
["Limits FPS to 60"] = "Límites FPS a 60", ["Limits FPS to 60"] = "Limites FPS a 60",
["List of items that you're able to buy"] = "Lista de objetos que puedes de comprar", ["List of items that you're able to buy"] = "Lista de objetos que puedes de comprar",
["List of items that you're able to sell"] = "Lista de objetos que puedes de vender", ["List of items that you're able to sell"] = "Lista de objetos que puedes de vender",
["Load"] = "Cargar", ["Load"] = "Cargar",
["Logging out..."] = "Cerrando sesión...", ["Logging out..."] = "Cerrando sesion...",
["Login"] = "Ingresar", ["Login"] = "Ingresar",
["Login Error"] = "Error de ingreso", ["Login Error"] = "Error de ingreso",
["Login Error"] = "Error de ingreso", ["Login Error"] = "Error de ingreso",
["Logout"] = "Desconectar", ["Logout"] = "Salir",
["Look"] = "Mirar", ["Look"] = "Mirar",
["Magic Level"] = "Nivel mágico", ["Magic Level"] = "Nivel mágico",
["Make sure that your client uses\nthe correct game protocol version"] = "Asegúrese de que el cliente este utilizando\nla versión del protocolo correcta", ["Make sure that your client uses\nthe correct game protocol version"] = "Asegúrese de que el cliente utiliza\nes el correcto de versión del protocolo",
["Mana"] = "Mana", ["Mana"] = "Mana",
["Manage hotkeys:"] = "Administrador de hotkeys:", ["Manage hotkeys:"] = "Administrador de hotkeys:",
["Market"] = "Mercado", ["Market"] = "Mercado",
["Market Offers"] = "Ofertas del mercado", ["Market Offers"] = "Ofertas en mercado",
["Message of the day"] = "Mensaje del día", ["Message of the day"] = "Mensaje del dia",
["Message to "] = "Mensaje a", ["Message to "] = "Mensaje a",
["Message to %s"] = "Mensaje a %s", ["Message to %s"] = "Mensaje a %s",
["Minimap"] = "Minimapa", ["Minimap"] = "Minimapa",
["Module Manager"] = "Administrador de módulos", ["Module Manager"] = "Administrador de modulos",
["Module name"] = "Nombre del módulo", ["Module name"] = "Nombre de modulo",
["Mount"] = "Montar", --"Montura" if it doesn't refers to the verb ["Mount"] = "Montura",
["Move Stackable Item"] = "Mover objeto apilable", ["Move Stackable Item"] = "Mover objeto apilable",
["Move up"] = "Mover arriba", ["Move up"] = "Mover arriba",
["My Offers"] = "Mis ofertas", ["My Offers"] = "Mis ofertas",
["Name:"] = "Nombre:", ["Name:"] = "Nombre:",
["Name Report"] = "Reportar nombre", ["Name Report"] = "Name Report",
["Name Report + Banishment"] = "Reportar nombre + Baneo", ["Name Report + Banishment"] = "Name Report + Banishment",
["Name Report + Banishment + Final Warning"] = "Reportar nombre + Baneo + Último Aviso", ["Name Report + Banishment + Final Warning"] = "Name Report + Banishment + Final Warning",
["No"] = "No", ["No"] = "No",
["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = "No se ha detectado una tarjeta gráfica y todo sera procesado por tu procesador,\npor lo tanto el rendimiento va a ser muy malo.\nPor favor, actualice su controlador de la gráfica para tener un rendimiento óptimo.", ["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = "No graphics card detected, everything will be drawn using the CPU,\npor lo tanto el rendimiento va a ser muy malo.\nPor favor, actualice su controlador de gráficos para tener un mejor rendimiento.",
["No item selected."] = "No hay elemento seleccionado.", ["No item selected."] = "No hay elemento seleccionado.",
["No Mount"] = "No montura", --probably "Sin" instead of "No" is more fitting? ["No Mount"] = "No montura",
["No Outfit"] = "No outfit", ["No Outfit"] = "No outfit",
["No statement has been selected."] = "No se ha seleccionado ningún comentario.", ["No statement has been selected."] = "No hay comentario seleccionado.",
["Notation"] = "Notación", ["Notation"] = "Notation",
["NPC Trade"] = "Intercambio con NPC", ["NPC Trade"] = "Intercambio con NPC",
["Offer History"] = "Historial de ofertas", ["Offer History"] = "Historial de oferta",
["Offers"] = "Ofertas", ["Offers"] = "Ofertas",
["Offer Type:"] = "Tipo de oferta:", ["Offer Type:"] = "Tipo de oferta:",
["Offline Training"] = "Entrenamiento offLine", ["Offline Training"] = "Entrenamiento offLine",
["Ok"] = "OK", ["Ok"] = "OK",
["on %s.\n"] = "en %s.\n", ["on %s.\n"] = "en %s.\n",
["Open"] = "Abrir", ["Open"] = "Abierto",
["Open a private message channel:"] = "Abrir canal privado:", ["Open a private message channel:"] = "Abrir mensaje en canal privado:",
["Open charlist automatically when starting client"] = "Abrir lista de jugadores automáticamente al iniciar el cliente", ["Open charlist automatically when starting client"] = "Abrir lista de players automaticamente al iniciar el cliente",
["Open in new window"] = "Abrir en nueva ventana", ["Open in new window"] = "Abrir en nueva ventana",
["Open new channel"] = "Abrir nuevo canal", ["Open new channel"] = "Abrir nuevo canal",
["Options"] = "Opciones", ["Options"] = "Opciones",
["Overview"] = "Descripción", ["Overview"] = "Descripcion",
["Pass Leadership to %s"] = "Pasar liderazgo a %s", ["Pass Leadership to %s"] = "Pasar liderazgo a %s",
["Password"] = "Contraseña", ["Password"] = "Contraseña",
["Piece Price:"] = "Precio por pieza:", ["Piece Price:"] = "Precio por pieza:",
["Please enter a character name"] = "Por favor ingresa nombre del jugador", ["Please enter a character name:"] = "Por favor ingresar nombre del player:",
["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presiona la tecla que desees para que sea registrada en\nel administrador de hotkeys", ["Please, press the key you wish to add onto your hotkeys manager"] = "Por favor, presiona la tecla que desees para que sea registrada en\nel administrador de hotkeys",
["Please Select"] = "Por favor seleccione", ["Please Select"] = "Por favor selecciona",
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Por favor usa este diálogo sólo para reportar errores.\n¡No reportar violaciones del reglamento aquí!", ["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Por favor usa estos dialogos solo para reportar errores.\n¡No reportar violaciones al reglamento aquí!",
["Please wait"] = "Por favor espere", ["Please wait"] = "Por favor espera",
["Port"] = "Puerto", ["Port"] = "Puerto",
["Position:"] = "Posición:", ["Position:"] = "Posición:",
["Position: %i %i %i"] = "Posición: %i %i %i", ["Position: %i %i %i"] = "Posición: %i %i %i",
["Premium Account (%s) days left"] = "Quedan (%s) días de Premium Account", ["Premium Account (%s) days left"] = "Premium Accoun restan dias (%s)",
["Price:"] = "Precio:", ["Price:"] = "Precio:",
["Primary"] = "Primario", ["Primary"] = "Primario",
["Protocol"] = "Protocolo", ["Protocol"] = "Protocolo",
["Quest Log"] = "Quest Log", --Unique name ["Quest Log"] = "Quest Log",
["Randomize"] = "Aleatorio", ["Randomize"] = "Combinar",
["Randomize characters outfit"] = "Crear vestimenta del jugador aleatoriamente", ["Randomize characters outfit"] = "Combinar oufit del jugador",
["Reason:"] = "Razón:", ["Reason:"] = "Reason:",
["Refresh"] = "Refrescar", ["Refresh"] = "Refrescar",
["Refresh Offers"] = "Refrescar ofertas", ["Refresh Offers"] = "Refrescar ofertas",
["Regeneration Time"] = "Tiempo de regeneración", ["Regeneration Time"] = "Tiempo de regeneración",
@ -257,41 +251,41 @@ locale = {
["Reload All"] = "Cargar todo de nuevo", ["Reload All"] = "Cargar todo de nuevo",
["Remember account and password when starts client"] = "Recordar cuenta y contraseña al iniciar el cliente", ["Remember account and password when starts client"] = "Recordar cuenta y contraseña al iniciar el cliente",
["Remember password"] = "Recordar contraseña", ["Remember password"] = "Recordar contraseña",
["Remove"] = "Eliminar", ["Remove"] = "Remover",
["Remove %s"] = "Eliminar %s", ["Remove %s"] = "Remover %s",
["Report Bug"] = "Reportar error", ["Report Bug"] = "Reportar error",
["Reserved for more functionality later."] = "Reservado para una funcionalidad futura.", ["Reserved for more functionality later."] = "eservado para una funcion futura.",
["Reset Market"] = "Reiniciar mercado", ["Reset Market"] = "Reiniciar mercado",
["Revoke %s\'s Invitation"] = "Anular %s\'s invitación", ["Revoke %s\'s Invitation"] = "Anular %s\'s invitación",
["Rotate"] = "Rotar", ["Rotate"] = "Rotar",
["Rule Violation"] = "Violación del reglamento", ["Rule Violation"] = "Violacion de regla",
["Save"] = "Guardar", ["Save"] = "Salvar",
["Save Messages"] = "Guardar mensaje", ["Save Messages"] = "Salvar mensaje",
["Search:"] = "Buscar:", ["Search:"] = "Buscar:",
["Search all items"] = "Buscar todos los objetos", ["Search all items"] = "Buscar todos los objetos",
["Secondary"] = "Secundario", ["Secondary"] = "Secundario",
["Select object"] = "Seleccionar objeto", ["Select object"] = "Seleccionar objeto",
["Select Outfit"] = "Seleccionar outfit", ["Select Outfit"] = "Seleccionar outfit",
["Select your language"] = "Seleccionar tu idioma", ["Select your language"] = "Selectionar tu lenguaje",
["Sell"] = "Vender", ["Sell"] = "Vender",
["Sell Now"] = "Vender ahora", ["Sell Now"] = "Vender ya",
["Sell Offers"] = "Ofertas de venta", ["Sell Offers"] = "Ofertas de venta",
["Send"] = "Enviar", ["Send"] = "Enviar",
["Send automatically"] = "Enviar automáticamente", ["Send automatically"] = "Enviar automaticamente",
["Send Message"] = "Enviar mensaje", ["Send Message"] = "Enviar mensaje",
["Server"] = "Server", --Unique name ["Server"] = "Server",
["Server Log"] = "Server Log", --Unique name ["Server Log"] = "Server Log",
["Set Outfit"] = "Escoger vestimenta", ["Set Outfit"] = "Fijar outfit",
["Shielding"] = "Escudo", ["Shielding"] = "Escudo",
["Show all items"] = "Mostrar todos los objetos", ["Show all items"] = "Mostrar todos los objetos",
["Show connection ping"] = "Mostrar ping de conexión", ["Show connection ping"] = "Mostrar ping de conexión",
["Show Depot Only"] = "Mostrar solo el Depot", ["Show Depot Only"] = "Mostrar solo el Depot",
["Show event messages in console"] = "Mostrar mensajes de evento en consola", ["Show event messages in console"] = "Mostrar mensajes de evento en consola",
["Show frame rate"] = "Mostrar información de cuadros por secundo", ["Show frame rate"] = "Mostrar velocidad por cuadro",
["Show info messages in console"] = "Mostrar mensajes de información en consola", ["Show info messages in console"] = "Mostrar mensajes de información en consola",
["Show left panel"] = "Mostrar panel izquierdo", ["Show left panel"] = "Mostrar panel izquierdo",
["Show levels in console"] = "Mostrar niveles en consola", ["Show levels in console"] = "Mostrar niveles en consola",
["Show Offline"] = "Mostrar Desconectados", ["Show Offline"] = "Mostrar offLine",
["Show private messages in console"] = "Mostrar mensajes privados en consola", ["Show private messages in console"] = "Mostrar mensajes privados en consola",
["Show private messages on screen"] = "Mostrar mensajes privados en pantalla", ["Show private messages on screen"] = "Mostrar mensajes privados en pantalla",
["Show Server Messages"] = "Mostrar mensajes del servidor", ["Show Server Messages"] = "Mostrar mensajes del servidor",
@ -300,85 +294,82 @@ locale = {
["Show timestamps in console"] = "Mostrar marcas de tiempo en consola", ["Show timestamps in console"] = "Mostrar marcas de tiempo en consola",
["Show your depot items only"] = "Mostrar solo tus objetos en depot", ["Show your depot items only"] = "Mostrar solo tus objetos en depot",
["Skills"] = "Habilidades", ["Skills"] = "Habilidades",
["Sort by name"] = "Ordenar por nombre", ["Soul"] = "Soul",
["Sort by status"] = "Ordenar por estado",
["Sort by type"] = "Ordernar por tipo",
["Soul"] = "Soul", --I'm leaving these as is because its a unique name, if you want to change it it can be "Alma" or "Espíritu"
["Soul Points"] = "Puntos de Soul", ["Soul Points"] = "Puntos de Soul",
["Special"] = "Especial", ["Special"] = "Especial",
["Speed"] = "Velocidad", ["Speed"] = "Velocidad",
["Spell Cooldowns"] = "Enfriamiento de hechizos", --Should 'spells'? be an unique name? ["Spell Cooldowns"] = "Spells Cooldowns",
["Spell List"] = "Lista de hechizos", ["Spell List"] = "Lista de spells",
["Stamina"] = "Resistencia", ["Stamina"] = "Stamina",
["Statement:"] = "Comentario:", ["Statement:"] = "Comentario:",
["Statement Report"] = "Statement Report", --Could be "reporte del comentario"/Not sure how to translate it correctly.. When is it used in the game? ["Statement Report"] = "Statement Report",
["Statistics"] = "Estadísticas", ["Statistics"] = "Estadisticas",
["Stop Attack"] = "Detener ataque", ["Stop Attack"] = "Detener ataque",
["Stop Follow"] = "Detener persecución", ["Stop Follow"] = "Detener persecucion",
["Support"] = "Soporte", ["Support"] = "Soporte",
["%s: (use object)"] = "%s: (usar objeto)", ["%s: (use object)"] = "%s: (usar objeto)",
["%s: (use object on target)"] = "%s: (usar objeto en un objetivo)", ["%s: (use object on target)"] = "%s: (usar objeto en un objetivo)",
["%s: (use object on yourself)"] = "%s: (usar objeto en ti mismo)", ["%s: (use object on yourself)"] = "%s: (usar objeto en mi mismo)",
["%s: (use object with crosshair)"] = "%s: (usar objeto con punto de mira)", ["%s: (use object with crosshair)"] = "%s: (usar objeto en aire)",
["Sword Fighting"] = "Combate con espada", ["Sword Fighting"] = "Combate de espada",
["Terminal"] = "Terminal", ["Terminal"] = "Terminal",
["There is no way."] = "No hay forma de llegar.", ["There is no way."] = "No hay ninguna manera.",
["Title"] = "Título", ["Title"] = "Tìtulo",
["Total Price:"] = "Precio total:", ["Total Price:"] = "Total total:",
["Trade"] = "Intercambio", ["Trade"] = "Intercambio",
["Trade with ..."] = "Intercambiar con ...", ["Trade with ..."] = "Intercambiar con ...",
["Trying to reconnect in %s seconds."] = "Intentando reconectar en %s segundos.", ["Trying to reconnect in %s seconds."] = "",
["Unable to load dat file, please place a valid dat in '%s'"] = "No se puede cargar el archivo dat, por favor coloque un dat válido en '%s'", ["Unable to load dat file, please place a valid dat in '%s'"] = "No se puede cargar el archivo dat, por favor coloque un dat válido en '%s'",
["Unable to load spr file, please place a valid spr in '%s'"] = "No se puede cargar el archivo spr, por favor coloque un spr válido en '%s'", ["Unable to load spr file, please place a valid spr in '%s'"] = "No se puede cargar el archivo spr, por favor coloque un spr válido en '%s'",
["Unable to logout."] = "No se puede cerrar sesión.", ["Unable to logout."] = "No se puede cerrar sesión-",
["Unignore"] = "Dejar de ignorar", ["Unignore"] = "Desactivar ignorado",
["Unload"] = "Desactivar", -- Should be "Descargar", but not used to prevent misunderstandings with "Download". ["Unload"] = "No cargado",
["Update needed"] = "Es necesario actualizar", ["Update needed"] = "Es necesario actualizar",
["Use"] = "Usar", ["Use"] = "Uso",
["Use on target"] = "Usar en un objetivo", ["Use on target"] = "Usar en un objetivo",
["Use on yourself"] = "Usar en mi mismo", ["Use on yourself"] = "Usar en mi mismo",
["Use with ..."] = "Usar en ...", ["Use with ..."] = "Usar en ...",
["Version"] = "Versión", ["Version"] = "Version",
["VIP List"] = "Lista VIP", ["VIP List"] = "Lista Vip",
["Voc."] = "Voc.", ["Voc."] = "Voc.",
["Vocation"] = "Vocación", ["Vocation"] = "Vocación",
["Waiting List"] = "Lista de espera", ["Waiting List"] = "Lista de espera",
["Website"] = "Sitio Web", ["Website"] = "Sitio WEB",
["Weight:"] = "Peso:", ["Weight:"] = "Peso:",
["Will detect when to use diagonal step based on the\nkeys you are pressing"] = "Detectará cuando caminar en diagonal en base\n a las teclas pulsadas", ["Will detect when to use diagonal step based on the\nkeys you are pressing"] = "Detectar cuando se camina en diagonal usando las flechas",
["With crosshair"] = "Con punto de mira", ["With crosshair"] = "Con punto de mira",
["Yes"] = "Sí", ["Yes"] = "Si",
["You are bleeding"] = "Te estás desangrando", ["You are bleeding"] = "Tu estas sangrado",
["You are burning"] = "Te estás quemando", ["You are burning"] = "Tu estas quemado",
["You are cursed"] = "Estás maldecido", ["You are cursed"] = "Tu estas maldecido",
["You are dazzled"] = "Estás deslumbrado", ["You are dazzled"] = "Tu estas deslumbrado",
["You are dead."] = "Has muerto.", ["You are dead."] = "Tu estas muerto.",
["You are dead"] = "Has muerto", ["You are dead"] = "Tu estas muerto",
["You are drowning"] = "Te estás ahogando", ["You are drowning"] = "Tu estas ahotado",
["You are drunk"] = "Estás ebrio", ["You are drunk"] = "Tu estas borracho",
["You are electrified"] = "Estás electrocutado", ["You are electrified"] = "Tu estas electrificado",
["You are freezing"] = "Te estás congelando", ["You are freezing"] = "Tu estas congelado",
["You are hasted"] = "Tienes la velocidad incrementada", --The best translation I could thing of ("You have increased speed") ["You are hasted"] = "Tu estas rapido",
["You are hungry"] = "Tienes hambre", ["You are hungry"] = "Tu estas hambriento",
["You are paralysed"] = "Estás paralizado", ["You are paralysed"] = "Tu estas paralizado",
["You are poisoned"] = "Estás envenedado", ["You are poisoned"] = "Tu estas envenedado",
["You are protected by a magic shield"] = "Estás protegido por un escudo mágico", ["You are protected by a magic shield"] = "Tu estas protegido por un campo magico",
["You are strengthened"] = "Estás reforzado", --"fortificado" maybe? ["You are strengthened"] = "Tu estas reforzado",
["You are within a protection zone"] = "Estás dentro de una zona de protección", ["You are within a protection zone"] = "Tu estas dentro de una zona segura",
["You can enter new text."] = "Puedes escribir texto nuevo.", ["You can enter new text."] = "Tu puedes introducir un texto nuevo.",
["You have %s percent"] = "Tienes el %s por ciento", ["You have %s percent"] = "Tu tienes %s porciento",
["You have %s percent to go"] = "Tienes el %s por ciento para avanzar", ["You have %s percent to go"] = "Tu tienes %s porciento para ir",
["You may not logout during a fight"] = "No te puedes desconectar durante una pelea", ["You may not logout during a fight"] = "No puedes salir durante una pelea",
["You may not logout or enter a protection zone"] = "No te puedes desconectar o entrar en una zona de protección", ["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."] = "Debes escribir un comentario.", ["You must enter a comment."] = "Debes introducir un comentario.",
["You must enter a valid server address and port."] = "Debes ingresar una dirección válida de servidor y el puerto.", ["You must enter a valid server address and port."] = "Debes introducir una dirección válida de servidor y el puerto.",
["You must select a character to login!"] = "¡Debes seleccionar un personaje para ingresar!", -- I would use "conectarte" but it's Ok ["You must select a character to login!"] = "¡Debes seleccionar un personaje para ingresar!",
["Your Capacity:"] = "Tu capacidad:", ["Your Capacity:"] = "Tu capacidad:",
["You read the following, written by \n%s\n"] = "Lees lo siguiente, escrito por \n%s\n", ["You read the following, written by \n%s\n"] = "Uno lee lo siguiente, escrito por \n%s\n",
["You read the following, written on \n%s.\n"] = "Lees lo siguiente, escrito en \n%s\n", ["You read the following, written on \n%s.\n"] = "Uno lee lo siguiente, escrito en \n%s\n",
["Your Money:"] = "Tu dinero:", ["Your Money:"] = "Tu dinero:",
["Change language"] = "Cambiar idioma", ["Change language"] = "Cambiar idioma",
["Don't stretch or shrink Game Window"] = "No estirar ni encoger la ventana de juego" ["Don't stretch or shrink Game Window"] = "No estirar o encoger Ventana de Juego"
} }
} }

View File

@ -1,35 +1,36 @@
-- by Don Daniello
-- 09 June 2012
-- http://DonDaniello.com
-- http://otland.net/members/Don+Daniello
locale = { locale = {
name = "pl", name = "pl",
languageName = "Polski", languageName = "Polski",
formatNumbers = true,
decimalSeperator = '.',
thousandsSeperator = ' ',
translation = { translation = {
["1a) Offensive Name"] = "1a) Obrazliwe Imie", ["1a) Offensive Name"] = false,
["1b) Invalid Name Format"] = "1b) Niepoprawny Format Imienia", ["1b) Invalid Name Format"] = false,
["1c) Unsuitable Name"] = "1c) Nieodpowiednie Imie", ["1c) Unsuitable Name"] = false,
["1d) Name Inciting Rule Violation"] = "1d) Imie Nawolujace Do Lamania Regulaminu", ["1d) Name Inciting Rule Violation"] = false,
["2a) Offensive Statement"] = "2a) Obrazliwa wypowiedz", ["2a) Offensive Statement"] = false,
["2b) Spamming"] = "2b) Spamowanie", ["2b) Spamming"] = false,
["2c) Illegal Advertising"] = "2c) Nielegalne Reklamy", ["2c) Illegal Advertising"] = false,
["2d) Off-Topic Public Statement"] = "2d) Publiczne Wypowiadanie Sie Nie Na Temat", ["2d) Off-Topic Public Statement"] = false,
["2e) Non-English Public Statement"] = "2e) Publiczne wypowiadanie Sie W Jezyku Innym Niz Angielski", ["2e) Non-English Public Statement"] = false,
["2f) Inciting Rule Violation"] = "2f) Nawolywanie Do Lamania Regulaminu ", ["2f) Inciting Rule Violation"] = false,
["3a) Bug Abuse"] = "3a) Wykorzystywanie Bledow", ["3a) Bug Abuse"] = false,
["3b) Game Weakness Abuse"] = "3b) Wykorzystanie Slabosci Gry", ["3b) Game Weakness Abuse"] = false,
["3c) Using Unofficial Software to Play"] = "3c) Gra Przy Uzyciu Nieoficjalnego Oprogramowania", ["3c) Using Unofficial Software to Play"] = false,
["3d) Hacking"] = "3d) Wlamywanie Sie", ["3d) Hacking"] = false,
["3e) Multi-Clienting"] = "3e) Uzycie Multi-Klienta", ["3e) Multi-Clienting"] = false,
["3f) Account Trading or Sharing"] = "3f) Handel Lub Udostepnianie Kont", ["3f) Account Trading or Sharing"] = false,
["4a) Threatening Gamemaster"] = "4a) Grozby Pod Adresem Mistrza Gry", ["4a) Threatening Gamemaster"] = false,
["4b) Pretending to Have Influence on Rule Enforcement"] = "4b) Udawanie Wplywu na Ustanawianie Regul Gry", ["4b) Pretending to Have Influence on Rule Enforcement"] = false,
["4c) False Report to Gamemaster"] = "4c) Wyslanie Falszywego Raportu Mistrzowi Gry", ["4c) False Report to Gamemaster"] = false,
["Accept"] = "Akceptuj", ["Accept"] = false,
["Account name"] = "Numer konta", ["Account name"] = "Numer konta",
["Account Status"] = "Status Konta", ["Account Status:"] = false,
["Action:"] = "Akcja:", ["Action:"] = false,
["Add"] = "Dodaj", ["Add"] = "Dodaj",
["Add new VIP"] = "Nowy VIP", ["Add new VIP"] = "Nowy VIP",
["Addon 1"] = "Addon 1", ["Addon 1"] = "Addon 1",
@ -38,15 +39,15 @@ locale = {
["Add to VIP list"] = "Dodaj do VIPow", ["Add to VIP list"] = "Dodaj do VIPow",
["Adjust volume"] = "Zmien glosnosc", ["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, ["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"] = "Wszystkie", ["All"] = false,
["All modules and scripts were reloaded."] = "Wszystkie moduly ", ["All modules and scripts were reloaded."] = "Wszystkie moduly ",
["Allow auto chase override"] = false, ["Allow auto chase override"] = false,
["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = false, ["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = false,
["Ambient light: %s%%"] = "Swiatlo tla: %s%%", ["Ambient light: %s%%"] = false,
["Amount:"] = "Ilosc:", ["Amount:"] = "Ilosc:",
["Amount"] = "Ilosc", ["Amount"] = false,
["Anonymous"] = "Anonimowy", ["Anonymous"] = false,
["Are you sure you want to logout?"] = "Czy jestes pewien, ze sie chcesz wylogowac?", ["Are you sure you want to logout?"] = false,
["Attack"] = "Atak", ["Attack"] = "Atak",
["Author"] = "Autor", ["Author"] = "Autor",
["Autoload"] = "Autoladowanie", ["Autoload"] = "Autoladowanie",
@ -58,255 +59,256 @@ locale = {
["Banishment"] = false, ["Banishment"] = false,
["Banishment + Final Warning"] = false, ["Banishment + Final Warning"] = false,
["Battle"] = "Bitwa", ["Battle"] = "Bitwa",
["Browse"] = "Przegladaj", ["Browse"] = false,
["Bug report sent."] = "Raport o bledzie zostal wyslany.", ["Bug report sent."] = false,
["Button Assign"] = "Przypisanie Klawisza", ["Button Assign"] = "Przypisanie Klawisza",
["Buy"] = "Kup", ["Buy"] = "Kup",
["Buy Now"] = "Kup Teraz", ["Buy Now"] = false,
["Buy Offers"] = "Oferty Kupna", ["Buy Offers"] = false,
["Buy with backpack"] = "Kupuj z plecakami", ["Buy with backpack"] = "Kupuj z plecakami",
["Cancel"] = "Anuluj", ["Cancel"] = "Anuluj",
["Cannot login while already in game."] = "Nie mozna zalogowac gdy juz w grze", ["Cannot login while already in game."] = false,
["Cap"] = "Ladownosc", ["Cap"] = false,
["Capacity"] = "Ladownosc", ["Capacity"] = "Capacidad",
["Center"] = "Wysrodkuj", ["Center"] = false,
["Channels"] = "Kanaly", ["Channels"] = "Kanaly",
["Character List"] = "Lista postaci", ["Character List"] = "Lista postaci",
["Classic control"] = "Klasyczne sterowaie", ["Classic control"] = "Klasyczne sterowaie",
["Clear current message window"] = "Wyczysc bierzace okno", ["Clear current message window"] = false,
["Clear Messages"] = "Wyczysc wiadomosci", ["Clear Messages"] = false,
["Clear object"] = "Wyczysc obiekt", ["Clear object"] = "Wyczysc obiekt",
["Client needs update."] = "Klient wymaga aktalizacji", ["Client needs update."] = false,
["Close"] = "Zamknij", ["Close"] = "Zamknij",
["Close this channel"] = "Zamknij kanal", ["Close this channel"] = "Zamknij kanal",
["Club Fighting"] = "Walka obuchem", ["Club Fighting"] = "Walka obuchem",
["Combat Controls"] = "Kontrola walki", ["Combat Controls"] = "Kontrola walki",
["Comment:"] = "Komentarz:", ["Comment:"] = false,
["Connecting to game server..."] = "Laczenie z serwerem gry...", ["Connecting to game server..."] = "Laczenie z serwerem gry...",
["Connecting to login server..."] = "Laczenie z serwerem logowania...", ["Connecting to login server..."] = "Laczenie z serwerem logowania...",
["Console"] = "Konsola", ["Console"] = false,
["Cooldowns"] = "Czasy odnowienia", ["Cooldowns"] = false,
["Copy message"] = "Kopiuj wiadomosc", ["Copy message"] = false,
["Copy name"] = "Kopiuj imie", ["Copy name"] = false,
["Copy Name"] = "Kopiuj Imie", ["Copy Name"] = "Kopiuj Nick",
["Create Map Mark"] = "Utworz Znacznik na Mapie", ["Create Map Mark"] = false,
["Create mark"] = "Utworz znacznik", ["Create mark"] = false,
["Create New Offer"] = "Utworz Nowa Oferte", ["Create New Offer"] = false,
["Create Offer"] = "Utworz Oferte", ["Create Offer"] = false,
["Current hotkeys:"] = "Aktualny hotkey:", ["Current hotkeys:"] = "Aktualny hotkey:",
["Current hotkey to add: %s"] = "Aktualny hotkey do dodania: %s", ["Current hotkey to add: %s"] = "Aktualny hotkey do dodania: %s",
["Current Offers"] = "Obecne Oferty", ["Current Offers"] = false,
["Default"] = "Domyslny", ["Default"] = "Domyslny",
["Delete mark"] = "Usun znacznik", ["Delete mark"] = false,
["Description:"] = "Opis:", ["Description:"] = false,
["Description"] = "Opis", ["Description"] = "Opis",
["Destructive Behaviour"] = "Destrukcyjne Zachowanie", ["Destructive Behaviour"] = false,
["Detail"] = "Szczegoly", ["Detail"] = "Szczegoly",
["Details"] = "Szczegoly", ["Details"] = false,
["Disable Shared Experience"] = "Wylacz Dzielenie Doswiadczenia", ["Disable Shared Experience"] = "Wylacz Dzielenie Doswiadczenia",
["Dismount"] = "Zejdz z wierzchowca", ["Dismount"] = false,
["Display connection speed to the server (milliseconds)"] = "Wyswietl ping do serwera (ms)", ["Display connection speed to the server (milliseconds)"] = false,
["Distance Fighting"] = "Walka na odleglosc", ["Distance Fighting"] = "Walka na odleglosc",
["Don't stretch/shrink Game Window"] = "Nie rozszerzaj/zwezaj Okna Gry", ["Don't stretch/shrink Game Window"] = false,
["Edit hotkey text:"] = "Edytuj tresc hotkeya:", ["Edit hotkey text:"] = "Edytuj tresc hotkeya:",
["Edit List"] = "Lista Edycji", ["Edit List"] = false,
["Edit Text"] = "Edytuj tekst", ["Edit Text"] = "Edytuj tekst",
["Enable music"] = "Odtwarzaj muzyke", ["Enable music"] = false,
["Enable Shared Experience"] = "Wlacz dzielenie doswiadczenia", ["Enable Shared Experience"] = "Wlacz dzielenie doswiadczenia",
["Enable smart walking"] = "Wlacz inteligentne chodzenie", ["Enable smart walking"] = false,
["Enable vertical synchronization"] = "Wlacz synchronizacje pionowa", ["Enable vertical synchronization"] = "Wlacz synchronizacje pionowa",
["Enable walk booster"] = false, ["Enable walk booster"] = false,
["Enter Game"] = "Wejdz do gry", ["Enter Game"] = "Wejdz do gry",
["Enter one name per line."] = "Wprowadz jedno imie na linie", ["Enter one name per line."] = false,
["Enter with your account again to update your client."] = "Zaloguj sie ponownie by zaktualizowac klienta", ["Enter with your account again to update your client."] = false,
["Error"] = "Blad", ["Error"] = "Blad",
["Excessive Unjustified Player Killing"] = "Nadmierne Nieusprawiedliwione Zabijanie Graczy", ["Error"] = "Blad",
["Excessive Unjustified Player Killing"] = false,
["Exclude from private chat"] = "Wyrzuc w prywatnej konwersacji", ["Exclude from private chat"] = "Wyrzuc w prywatnej konwersacji",
["Exit"] = "Wyjdz", ["Exit"] = false,
["Experience"] = "Doswiadczenie", ["Experience"] = "Doswiadczenie",
["Filter list to match your level"] = "Wyswietl tylko odpowiednie dla mojego poziomu", ["Filter list to match your level"] = false,
["Filter list to match your vocation"] = "Wyswietl tylko odpowiednie dla mojej klasy", ["Filter list to match your vocation"] = false,
["Find:"] = "Szukaj:", ["Find:"] = false,
["Fishing"] = "Wedkarstwo", ["Fishing"] = "Wedkarstwo",
["Fist Fighting"] = "Walka wrecz", ["Fist Fighting"] = "Walka wrecz",
["Follow"] = "Podazaj", ["Follow"] = "Podazaj",
["Force Exit"] = "Wymus Zamkniecie", ["Force Exit"] = false,
["For Your Information"] = "Dla twojej informacji", ["For Your Information"] = false,
["Free Account"] = "Darmowe Konto", ["Free Account"] = false,
["Fullscreen"] = "Pelen ekran", ["Fullscreen"] = "Pelen ekran",
["Game"] = "Gra", ["Game"] = false,
["Game framerate limit: %s"] = "Limit FPS: %s", ["Game framerate limit: %s"] = false,
["Graphics"] = "Grafika", ["Graphics"] = "Grafika",
["Graphics card driver not detected"] = "Nie wykryto karty graficznej", ["Graphics card driver not detected"] = false,
["Graphics Engine:"] = "Silnik graficzny:", ["Graphics Engine:"] = false,
["Head"] = "Glowa", ["Head"] = "Glowa",
["Healing"] = "Leczenie", ["Healing"] = false,
["Health Info"] = "Info o zyciu", ["Health Info"] = false,
["Health Information"] = "Informacje o zyciu", ["Health Information"] = false,
["Hide monsters"] = "Ukryj potwory", ["Hide monsters"] = "Ukryj potwory",
["Hide non-skull players"] = "Ukryj graczy bez skulla", ["Hide non-skull players"] = "Ukryj graczy bez skulla",
["Hide Npcs"] = "Ukryj NPCe", ["Hide Npcs"] = "Ukryj NPCe",
["Hide Offline"] = "Ukryj Niedostepnych", ["Hide Offline"] = false,
["Hide party members"] = "Ukryj czlonkow druzyny", ["Hide party members"] = "Ukryj czlonkow zabawy",
["Hide players"] = "Ukryj graczy", ["Hide players"] = "Ukryj graczy",
["Hide spells for higher exp. levels"] = "Ukryj zaklecia wyzszych poziomow postaci", ["Hide spells for higher exp. levels"] = false,
["Hide spells for other vocations"] = "Ukryj zaklecia innych klas", ["Hide spells for other vocations"] = false,
["Hit Points"] = "Punkty uderzen", ["Hit Points"] = "Punkty uderzen",
["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = false, ["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = false,
["Hotkeys"] = "Hotkeye", ["Hotkeys"] = "Hotkeye",
["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false, ["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = false,
["Ignore"] = "Ignoruj", ["Ignore"] = false,
["Ignore capacity"] = "Ignoruj pojemnosc", ["Ignore capacity"] = "Ignoruj pojemnosc",
["Ignored players:"] = "Ignorowani gracze:", ["Ignored players:"] = false,
["Ignore equipped"] = "Ignoruj ekwipunek", ["Ignore equipped"] = "Ignoruj ekwipunek",
["Ignore List"] = "Lista Ignorowanych", ["Ignore List"] = false,
["Ignore players"] = "Ignoruj graczy", ["Ignore players"] = false,
["Ignore Private Messages"] = "Ignoruj Prywatne Wiadomosci", ["Ignore Private Messages"] = false,
["Ignore Yelling"] = "Ignoruj Krzyki", ["Ignore Yelling"] = false,
["Interface framerate limit: %s"] = "Limit FPS interfejsu: %s", ["Interface framerate limit: %s"] = false,
["Inventory"] = "Ekwipunek", ["Inventory"] = "Inwentarz",
["Invite to Party"] = "Zapros do druzyny", ["Invite to Party"] = "Zapros do zabawy",
["Invite to private chat"] = "Zapros do prywatnej konwersacji", ["Invite to private chat"] = "Zapros do prywatnej konwersacji",
["IP Address Banishment"] = "Blokada adresu IP", ["IP Address Banishment"] = false,
["Item Offers"] = "Oferty Przedmiotow", ["Item Offers"] = false,
["It is empty."] = "To jest puste.", ["It is empty."] = false,
["Join %s's Party"] = "Dolacz do druzyny gracza %s", ["Join %s's Party"] = false,
["Leave Party"] = "Opusc druzyne", ["Leave Party"] = "Opusc zabawe",
["Level"] = "Poziom", ["Level"] = "Poziom",
["Lifetime Premium Account"] = "Konto Premium na Stale", ["Lifetime Premium Account"] = false,
["Limits FPS to 60"] = "Ogranicz FPS do 60", ["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 buy"] = "Lista przedmiotow, ktore mozesz kupic",
["List of items that you're able to sell"] = "Lista przedmiotow, ktore mozesz sprzedac", ["List of items that you're able to sell"] = "Lista przedmiotow, ktore mozesz sprzedac",
["Load"] = "Wczytaj", ["Load"] = "Wczytaj",
["Logging out..."] = "Wylogowuje...", ["Logging out..."] = false,
["Login"] = "Zaloguj", ["Login"] = "Zaloguj",
["Login Error"] = "Blad Logowania", ["Login Error"] = "Blad Logowania",
["Login Error"] = "Blad Logowania", ["Login Error"] = "Blad Logowania",
["Logout"] = "Wyloguj", ["Logout"] = false,
["Look"] = "Spojrz", ["Look"] = "Spojrz",
["Magic Level"] = "Poziom Magiczny", ["Magic Level"] = "Poziom Magiczny",
["Make sure that your client uses\nthe correct game protocol version"] = "Upewnij sie, ze twoj klient\nuzywa wlasciwego protokolu gry.", ["Make sure that your client uses\nthe correct game protocol version"] = "Upewnij sie, ze twoj klient\nuzywa wlasciwego protokolu gry.",
["Mana"] = "Mana", ["Mana"] = "Mana",
["Manage hotkeys:"] = "Zarzadzaj hotkeyami:", ["Manage hotkeys:"] = "Skonfiguruj hotkeye:",
["Market"] = false, ["Market"] = false,
["Market Offers"] = "Oferty", ["Market Offers"] = false,
["Message of the day"] = "Wiadomosc dnia", ["Message of the day"] = "Wiadomosc dnia",
["Message to "] = "Wiadomosc do ", ["Message to "] = false,
["Message to %s"] = "Wiadomosc do %s", ["Message to %s"] = "Wiadomosc do %s",
["Minimap"] = "Minimapa", ["Minimap"] = "Minimapa",
["Module Manager"] = "Menedzer modulow", ["Module Manager"] = "Menedzer modulow",
["Module name"] = "Nazwa modulu", ["Module name"] = "Nazwa modulu",
["Mount"] = "Wierzchowiec", ["Mount"] = false,
["Move Stackable Item"] = "Przenies przedmiot", ["Move Stackable Item"] = "Przenies przedmiot",
["Move up"] = "Przenies wyzej", ["Move up"] = "Przenies wyzej",
["My Offers"] = "Moje Oferty", ["My Offers"] = false,
["Name:"] = "Nazwa:", ["Name:"] = "Nazwa:",
["Name Report"] = false, ["Name Report"] = false,
["Name Report + Banishment"] = false, ["Name Report + Banishment"] = false,
["Name Report + Banishment + Final Warning"] = false, ["Name Report + Banishment + Final Warning"] = false,
["No"] = "Nie", ["No"] = false,
["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = false, ["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = false,
["No item selected."] = "Nie wybrano przedmiotu.", ["No item selected."] = false,
["No Mount"] = "Brak wierzchowca", ["No Mount"] = false,
["No Outfit"] = "Brak stroju", ["No Outfit"] = false,
["No statement has been selected."] = false, ["No statement has been selected."] = false,
["Notation"] = false, ["Notation"] = false,
["NPC Trade"] = "Handel NPC", ["NPC Trade"] = "Handel NPC",
["Offer History"] = "Historia Ofert", ["Offer History"] = false,
["Offers"] = "Oferty", ["Offers"] = false,
["Offer Type:"] = "Typ Oferty:", ["Offer Type:"] = false,
["Offline Training"] = "Trening Offline", ["Offline Training"] = false,
["Ok"] = "Ok", ["Ok"] = "Ok",
["on %s.\n"] = false, ["on %s.\n"] = false,
["Open"] = "Otworz", ["Open"] = "Otworz",
["Open a private message channel:"] = "Otworz prywatny kanal:", ["Open a private message channel:"] = "Otworz prywatny kanal:",
["Open charlist automatically when starting client"] = "Automatycznie otworz liste postaci przy starcie gry", ["Open charlist automatically when starting client"] = false,
["Open in new window"] = "Otworz w nowym oknie", ["Open in new window"] = "Otworz w nowym oknie",
["Open new channel"] = "Otworz nowy kanal", ["Open new channel"] = "Otworz nowy kanal",
["Options"] = "Opcje", ["Options"] = "Opcje",
["Overview"] = "Podsumowanie", ["Overview"] = false,
["Pass Leadership to %s"] = "Oddaj przywodztwo %s", ["Pass Leadership to %s"] = "Przekaz przywodztwo %s",
["Password"] = "Haslo", ["Password"] = "Haslo",
["Piece Price:"] = "Cena jednego przedmiotu", ["Piece Price:"] = false,
["Please enter a character name"] = "Podaj nazwe postaci", ["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, press the key you wish to add onto your hotkeys manager"] = "Nacisnij klawisz, ktory chcesz dodac do menedzera skrotow klawiszowych",
["Please Select"] = "Prosze wybrac", ["Please Select"] = false,
["Please use this dialog to only report bugs. Do not report rule violations here!"] = "Zglaszaj tylko bledy gry, nie lamanie zasad", ["Please use this dialog to only report bugs. Do not report rule violations here!"] = false,
["Please wait"] = "Prosze czekac", ["Please wait"] = "Prosze czekac",
["Port"] = "Port", ["Port"] = "Port",
["Position:"] = "Pozycja:", ["Position:"] = false,
["Position: %i %i %i"] = "Pozycja: %i %i %i", ["Position: %i %i %i"] = false,
["Premium Account (%s) days left"] = "Konto Premium (%s) dni", ["Premium Account (%s) days left"] = false,
["Price:"] = "Cena:", ["Price:"] = "Cena:",
["Primary"] = "Podstawowy", ["Primary"] = "Podstawowy",
["Protocol"] = "Protokol", ["Protocol"] = false,
["Quest Log"] = "Dziennik Misji", ["Quest Log"] = false,
["Randomize"] = "Losuj", ["Randomize"] = false,
["Randomize characters outfit"] = "Ustaw losowy wyglad", ["Randomize characters outfit"] = false,
["Reason:"] = "Powod:", ["Reason:"] = false,
["Refresh"] = "Odswiez", ["Refresh"] = "Odswiez",
["Refresh Offers"] = "Odswiez Oferty", ["Refresh Offers"] = false,
["Regeneration Time"] = "Czas Regeneracji", ["Regeneration Time"] = false,
["Reject"] = "Odrzuc", ["Reject"] = false,
["Reload All"] = "Zaladuj ponownie wszystko", ["Reload All"] = "Przeladuj Wszystko",
["Remember account and password when starts client"] = "Zapamietaj identyfikator konta oraz haslo", ["Remember account and password when starts client"] = false,
["Remember password"] = "Zapamietaj haslo", ["Remember password"] = "Zapamietaj haslo",
["Remove"] = "Usun", ["Remove"] = "Usun",
["Remove %s"] = "Usun %s", ["Remove %s"] = "Usun %s",
["Report Bug"] = "Zglos Blad", ["Report Bug"] = false,
["Reserved for more functionality later."] = "Zarezerowane dla przyszlych funkcjonalnosci.", ["Reserved for more functionality later."] = false,
["Reset Market"] = "Zaladuj market ponownie", ["Reset Market"] = false,
["Revoke %s's Invitation"] = "Odmow na zaproszenie gracza %s", ["Revoke %s's Invitation"] = false,
["Rotate"] = "Obroc", ["Rotate"] = "Obroc",
["Rule Violation"] = "Zlamanie Regul", ["Rule Violation"] = false,
["Save"] = "Zapisz", ["Save"] = false,
["Save Messages"] = "Zapisz Wiadomosci", ["Save Messages"] = false,
["Search:"] = "Szukaj:", ["Search:"] = "Szukaj:",
["Search all items"] = "Znajdz wszystkie przedmioty", ["Search all items"] = false,
["Secondary"] = "Drugorzedny", ["Secondary"] = "Drugorzedny",
["Select object"] = "Wybierz obiekt", ["Select object"] = "Wybierz obiekt",
["Select Outfit"] = "Wybierz outfit", ["Select Outfit"] = "Wybierz outfit",
["Select your language"] = "Wybierz jezyk", ["Select your language"] = false,
["Sell"] = "Sprzedaj", ["Sell"] = "Sprzedaj",
["Sell Now"] = "Sprzedaj Teraz", ["Sell Now"] = false,
["Sell Offers"] = "Oferty Sprzedazy", ["Sell Offers"] = false,
["Send"] = "Wyslij", ["Send"] = false,
["Send automatically"] = "Wyslij automatycznie", ["Send automatically"] = "Wyslij automatycznie",
["Send Message"] = "Wyslij Wiadomosc", ["Send Message"] = false,
["Server"] = "Serwer", ["Server"] = "Serwer",
["Server Log"] = "Log Serwera", ["Server Log"] = "Log Serwera",
["Set Outfit"] = "Ustaw outfit", ["Set Outfit"] = "Ustaw outfit",
["Shielding"] = "Obrona tarcza", ["Shielding"] = "Obrona tarcza",
["Show all items"] = "Pokaz wszystkie przedmioty", ["Show all items"] = "Pokaz wszystkie przedmioty",
["Show connection ping"] = "Wyswietl ping", ["Show connection ping"] = false,
["Show Depot Only"] = "Pokaz tylko przedmioty z depozytu", ["Show Depot Only"] = false,
["Show event messages in console"] = "Pokaz wydarzenia w konsoli", ["Show event messages in console"] = "Pokaz wydarzenia w konsoli",
["Show frame rate"] = "Pokaz FPS", ["Show frame rate"] = "Pokaz ilosc FPS",
["Show info messages in console"] = "Pokaz informacje w konsoli", ["Show info messages in console"] = "Pokaz informacje w konsoli",
["Show left panel"] = "Pokaz lewy panel", ["Show left panel"] = false,
["Show levels in console"] = "Pokaz poziomy w konsoli", ["Show levels in console"] = "Pokaz poziomy w konsoli",
["Show Offline"] = "Pokaz Niedostepnych", ["Show Offline"] = false,
["Show private messages in console"] = "Pokaz prywatne wiadomosci w konsoli", ["Show private messages in console"] = "Pokaz prywatne wiadomosci w konsoli",
["Show private messages on screen"] = "Pokaz prywatne wiadomosci na ekranie", ["Show private messages on screen"] = false,
["Show Server Messages"] = "Pokaz Wiadomosci Serwera", ["Show Server Messages"] = false,
["Show status messages in console"] = "Pokaz status w konsoli", ["Show status messages in console"] = "Pokaz status w konsoli",
["Show Text"] = "Pokaz Tekst", ["Show Text"] = false,
["Show timestamps in console"] = "Pokaz znaczniki czasu w konsoli", ["Show timestamps in console"] = "Pokaz znaczniki czasu w konsoli",
["Show your depot items only"] = "Pokaz tylko przedmioty z depozytu", ["Show your depot items only"] = false,
["Skills"] = "Umiejetnosci", ["Skills"] = "Umiejetnosci",
["Soul"] = "Dusze", ["Soul"] = false,
["Soul Points"] = "Punkty Duszy", ["Soul Points"] = "Punkty Duszy",
["Special"] = "Specialne", ["Special"] = false,
["Speed"] = "Predkosc", ["Speed"] = false,
["Spell Cooldowns"] = "Czas odnowienia czaru", ["Spell Cooldowns"] = false,
["Spell List"] = "Lista Zaklec", ["Spell List"] = false,
["Stamina"] = "Wytrzymalosc", ["Stamina"] = "Wytrzymalosc",
["Statement:"] = "Wyrazenie", ["Statement:"] = false,
["Statement Report"] = "Reportuj wyrazenie", ["Statement Report"] = false,
["Statistics"] = "Statystki", ["Statistics"] = false,
["Stop Attack"] = "Anuluj atak", ["Stop Attack"] = "Zatrzymaj atak",
["Stop Follow"] = "Przestan podazac", ["Stop Follow"] = "Zatrzymaj podazanie",
["Support"] = "Wsparcie", ["Support"] = false,
["%s: (use object)"] = "%s: (uzyj obiekt)", ["%s: (use object)"] = "%s: (uzyj obiekt)",
["%s: (use object on target)"] = "%s: (uzyj obiektu na celu)", ["%s: (use object on target)"] = "%s: (uzyj obiektu na celu)",
["%s: (use object on yourself)"] = "%s: (uzyj obiektu na sobie)", ["%s: (use object on yourself)"] = "%s: (uzyj obiektu na sobie)",
@ -314,105 +316,60 @@ locale = {
["Sword Fighting"] = "Atak mieczem", ["Sword Fighting"] = "Atak mieczem",
["Terminal"] = "Terminal", ["Terminal"] = "Terminal",
["There is no way."] = "Nie ma drogi.", ["There is no way."] = "Nie ma drogi.",
["Title"] = "Tytul", ["Title"] = false,
["Total Price"] = "Cena calosci", ["Total Price:"] = false,
["Trade"] = "Handel", ["Trade"] = "Handel",
["Trade with ..."] = "Handluj z ...", ["Trade with ..."] = "Handluj z ...",
["Trying to reconnect in %s seconds."] = "Ponowna proba laczenia za %s sekund.", ["Trying to reconnect in %s seconds."] = false,
["Unable to load dat file, please place a valid dat in '%s'"] = "Nie mozna zaladowac pliku .dat z '%s'", ["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'"] = "Nie mozna zaladowac pliku .spr z '%s'", ["Unable to load spr file, please place a valid spr in '%s'"] = false,
["Unable to logout."] = "Nie mozna sie wylogowac.", ["Unable to logout."] = "Nie mozna sie wylogowac.",
["Unignore"] = "Anuluj Ignorowanie", ["Unignore"] = false,
["Unload"] = "Wylacz", ["Unload"] = "Wylacz",
["Update needed"] = "Wymagana aktualizacja", ["Update needed"] = false,
["Use"] = "Uzyj", ["Use"] = "Uzyj",
["Use on target"] = "Uzyj na celu", ["Use on target"] = "Uzyj na celu",
["Use on yourself"] = "Uzyj na sobie", ["Use on yourself"] = "Uzyj na sobie",
["Use with ..."] = "Uzyj z ...", ["Use with ..."] = "Uzyj z ...",
["Version"] = "Wersja", ["Version"] = "Wersja",
["VIP List"] = "Lista VIP", ["VIP List"] = "Lista VIP",
["Voc."] = "Profesja", ["Voc."] = false,
["Vocation"] = "Profesja", ["Vocation"] = false,
["Waiting List"] = "Lista Oczekujacych", ["Waiting List"] = false,
["Website"] = "Strona:", ["Website"] = "Strona:",
["Weight:"] = "Waga:", ["Weight:"] = "Waga:",
["Will detect when to use diagonal step based on the\nkeys you are pressing"] = false, ["Will detect when to use diagonal step based on the\nkeys you are pressing"] = false,
["With crosshair"] = "Z celownikiem", ["With crosshair"] = "Z celownikiem",
["Yes"] = "Tak", ["Yes"] = false,
["You are bleeding"] = "Krwawisz", ["You are bleeding"] = false,
["You are burning"] = "Palisz sie", ["You are burning"] = "Palisz sie",
["You are cursed"] = "Jestes przeklety", ["You are cursed"] = "Jestes przeklety",
["You are dazzled"] = "Jestes oslepiony", ["You are dazzled"] = "Jestes oslepiony",
["You are dead."] = "Jestes martwy.", ["You are dead."] = "Zginales marnie.",
["You are dead"] = "Jestes martwy", ["You are dead"] = false,
["You are drowning"] = "Topisz sie", ["You are drowning"] = "Topisz sie",
["You are drunk"] = "Jestes pijany", ["You are drunk"] = false,
["You are electrified"] = "Jestes porazony pradem", ["You are electrified"] = "Jestes porazony pradem",
["You are freezing"] = "Zamarzasz", ["You are freezing"] = "Marzniesz",
["You are hasted"] = "Masz zwiekszona predkosc ruchu", ["You are hasted"] = "Zapieprzasz",
["You are hungry"] = "Jestes glodny", ["You are hungry"] = false,
["You are paralysed"] = "Jestes sparalizowany", ["You are paralysed"] = "Jestes sparalizowany",
["You are poisoned"] = "Jestes zatruty", ["You are poisoned"] = "Jestes zatruty",
["You are protected by a magic shield"] = "Jestes chroniony magiczna tarcza", ["You are protected by a magic shield"] = "Jestes chroniony magiczna tarcza",
["You are strengthened"] = "Jestes wzmocniony", ["You are strengthened"] = "Jestes wzmocniony",
["You are within a protection zone"] = "Jestes w strefie ochronnej", ["You are within a protection zone"] = "Jestes w strefie ochronnej",
["You can enter new text."] = "Mozesz wprowadzic nowy tekst.", ["You can enter new text."] = false,
["You have %s percent"] = "Masz %s procent", ["You have %s percent"] = "Masz %s procent",
["You have %s percent to go"] = "Brakuje Ci %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 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 may not logout or enter a protection zone"] = "Nie mozesz sie wylogowac ani wejsc do strefy ochronnej",
["You must enter a comment."] = "Prosze wprowadzic komentarz", ["You must enter a comment."] = false,
["You must enter a valid server address and port."] = "Prosze wprowadzic poprawny adres i port.", ["You must enter a valid server address and port."] = false,
["You must select a character to login!"] = "Musisz wybrac postac aby sie zalogowac!", ["You must select a character to login!"] = "Musisz wybrac postac aby sie zalogowac!",
["Your Capacity:"] = "Twoja Ladownosc:", ["Your Capacity:"] = false,
["You read the following, written by \n%s\n"] = false, ["You read the following, written by \n%s\n"] = false,
["You read the following, written on \n%s.\n"] = false, ["You read the following, written on \n%s.\n"] = false,
["Your Money:"] = "Twoje pieniadze", ["Your Money:"] = false,
["Enable dash walking"] = "Wlacz szybsze chodzenie (dash walking)",
["Will boost your walk on high speed characters"] = "Przyspieszy poruszanie sie postaci o wysokiej predkosci",
["Display creature names"] = "Wyswietlaj nazwy potworow",
["Display creature health bars"] = "Wyswietlaj paski zycia potworow",
["Display text messages"] = "Wyswietlaj wiadomosci tekstowe",
["Change language"] = "Zmien jezyk",
["Enable lights"] = "Wlacz oswietlenie",
["Enable audio"] = "Wlacz dzwiek",
["Enable music sound"] = "Wlacz muzyke",
["Music volume: %d"] = "Glosnosc muzyki: %d",
["Audio"] = "Dzwiek",
["Server List"] = "Lista serwerow",
["Server list"] = "Lista serwerow",
["Client Version"] = "Wersja klienta",
["Add new server"] = "Dodaj nowy serwer",
["Select"] = "Wybierz",
["New Server"] = "Nowy serwer",
["Host"] = false,
["Reset All"] = "Ustaw domyslne",
["Disable chat mode, allow to walk using ASDW"] = "Zablokuj tryb rozmow, zezwol na poruszanie sie za pomoca klawiszy ADSW",
["Name"] = "Imie",
["Price"] = "Cena",
["Your Money"] = "Twoje fundusze",
["Weight"] = "Waga",
["Your Capacity"] = "Twoj udzwig",
["Search"] = "Szukaj",
["Sell All"] = "Sprzedaj wszystko",
["Statement"] = "Stanowisko",
["Reason"] = "Powod",
["Action"] = "Akcja",
["Comment"] = "Komentarz",
["Balance"] = "Stan konta",
["Offer Type"] = "Typ oferty",
["Piece Price"] = "Cena jednego",
["Find"] = "Szukaj",
["Formula"] = "Formula",
["Group"] = "Groupa",
["Type"] = "Typ",
["Cooldown"] = "Czas odnowienia",
["Premium"] = false,
["Any"] = "Dowolny",
["Sorcerer"] = "Czarodziej",
["Druid"] = false,
["Paladin"] = "Paladyn",
["Knight"] = "Rycerz"
} }
} }

View File

@ -3,22 +3,13 @@ locale = {
charset = "cp1252", charset = "cp1252",
languageName = "Português", languageName = "Português",
formatNumbers = true,
decimalSeperator = ',',
thousandsSeperator = '.',
-- As traduções devem vir sempre em ordem alfabética. -- As traduções devem vir sempre em ordem alfabética.
translation = { translation = {
["%d of experience per hour"] = "%d de experiência por hora",
["%s has finished the request"] = "%s finalizou o pedido",
["%s has logged in."] = "%s entrou.",
["%s has logged out."] = "%s saiu.",
["%s of experience left"] = "%s de experiência faltando", ["%s of experience left"] = "%s de experiência faltando",
["%s: (use object on target)"] = "%s: (usar objeto no alvo)", ["%s: (use object on target)"] = "%s: (usar objeto no alvo)",
["%s: (use object on yourself)"] = "%s: (usar objeto em si)", ["%s: (use object on yourself)"] = "%s: (usar objeto em si)",
["%s: (use object with crosshair)"] = "%s: (usar objeto com mira)", ["%s: (use object with crosshair)"] = "%s: (usar objeto com mira)",
["%s: (use object)"] = "%s: (usar objeto)", ["%s: (use object)"] = "%s: (usar objeto)",
["(ERROR %d)"] = "(ERRO %d)",
["1a) Offensive Name"] = "1a) Nome ofensivo", ["1a) Offensive Name"] = "1a) Nome ofensivo",
["1b) Invalid Name Format"] = "1b) Nome com formato inválido", ["1b) Invalid Name Format"] = "1b) Nome com formato inválido",
["1c) Unsuitable Name"] = "1c) Nome não adequado", ["1c) Unsuitable Name"] = "1c) Nome não adequado",
@ -42,9 +33,6 @@ locale = {
["Account name"] = "Nome da conta", ["Account name"] = "Nome da conta",
["Account Status"] = "Estado da Conta", ["Account Status"] = "Estado da Conta",
["Action"] = "Ação", ["Action"] = "Ação",
["Activate ignorelist"] = "Ativar lista ignorada",
["Activate whitelist"] = "Ativar lista branca",
["Add new server"] = "Adicionar novo servidor",
["Add new VIP"] = "Adicionar nova VIP", ["Add new VIP"] = "Adicionar nova VIP",
["Add to VIP list"] = "Adicionar a lista VIP", ["Add to VIP list"] = "Adicionar a lista VIP",
["Add"] = "Adicionar", ["Add"] = "Adicionar",
@ -52,18 +40,17 @@ locale = {
["Addon 2"] = "Addon 2", ["Addon 2"] = "Addon 2",
["Addon 3"] = "Addon 3", ["Addon 3"] = "Addon 3",
["Adjust volume"] = "Ajustar volume", ["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.", ["All modules and scripts were reloaded."] = "Todos módulos e scripts foram recarregados.",
["All"] = "Todos", ["All"] = "Todos",
["Allow auto chase override"] = "Permitir sobrescrever o modo de perseguição", ["Allow auto chase override"] = "Permitir sobrescrever o modo de perseguição",
["Allow VIPs to message you"] = "Permitir que VIPs te mandem mensagem",
["Allowed Players"] = "Jogadores com permissão",
["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = "Também conhecido como dash na comunidade tibiana, recomendado\npara jogar com personagem que possuam velocidade alta", ["Also known as dash in tibia community, recommended\nfor playing characters with high speed"] = "Também conhecido como dash na comunidade tibiana, recomendado\npara jogar com personagem que possuam velocidade alta",
["Ambient light: %s%%"] = "Luz ambiente: %s%%", ["Ambient light: %s%%"] = "Luz ambiente: %s%%",
["Amount"] = "Quantidade", ["Amount"] = "Quantidade",
["Anonymous"] = "Anônimo", ["Anonymous"] = "Anônimo",
["Any"] = "Qualquer", ["Any"] = "Qualquer",
["Are you sure you want to logout?"] = "Você tem certeza que quer sair?",
["Attack"] = "Atacar", ["Attack"] = "Atacar",
["Auction End"] = "Fim do Leilão",
["Audio"] = "Áudio", ["Audio"] = "Áudio",
["Author"] = "Autor", ["Author"] = "Autor",
["Auto login selected character on next charlist load"] = "Entrar automaticamente com o personagem quando reabrir a lista de personagens", ["Auto login selected character on next charlist load"] = "Entrar automaticamente com o personagem quando reabrir a lista de personagens",
@ -75,7 +62,6 @@ locale = {
["Banishment + Final Warning"] = "Banimento + Aviso final", ["Banishment + Final Warning"] = "Banimento + Aviso final",
["Banishment"] = "Banimento", ["Banishment"] = "Banimento",
["Battle"] = "Batalha", ["Battle"] = "Batalha",
["Browse Field"] = "Navegar Campo",
["Browse"] = "Navegar", ["Browse"] = "Navegar",
["Bug report sent."] = "Reporte de bug enviado.", ["Bug report sent."] = "Reporte de bug enviado.",
["Button Assign"] = "Selecionar botão", ["Button Assign"] = "Selecionar botão",
@ -83,14 +69,12 @@ locale = {
["Buy Offers"] = "Ofertas de compra", ["Buy Offers"] = "Ofertas de compra",
["Buy with backpack"] = "Comprar com mochila", ["Buy with backpack"] = "Comprar com mochila",
["Buy"] = "Comprar", ["Buy"] = "Comprar",
["Buyer Name"] = "Nome do Comprador",
["Cancel"] = "Cancelar", ["Cancel"] = "Cancelar",
["Cannot login while already in game."] = "Não é possivel logar enquanto já estiver jogando.", ["Cannot login while already in game."] = "Não é possivel logar enquanto já estiver jogando.",
["Cap"] = "Cap", ["Cap"] = "Cap",
["Capacity"] = "Capacidade", ["Capacity"] = "Capacidade",
["Center"] = "Centro", ["Center"] = "Centro",
["Change language"] = "Trocar língua", ["Change language"] = "Trocar língua",
["Channel appended to %s"] = "Canais acrescentados a %s",
["Channels"] = "Canais", ["Channels"] = "Canais",
["Character List"] = "Lista de personagens", ["Character List"] = "Lista de personagens",
["Classic control"] = "Controle clássico", ["Classic control"] = "Controle clássico",
@ -98,7 +82,6 @@ locale = {
["Clear Messages"] = "Limpar mensagens", ["Clear Messages"] = "Limpar mensagens",
["Clear object"] = "Limpar objeto", ["Clear object"] = "Limpar objeto",
["Client needs update."] = "O client do jogo precisa ser atualizado", ["Client needs update."] = "O client do jogo precisa ser atualizado",
["Client Version"] = "Versão do Client",
["Close this channel"] = "Fechar esse canal", ["Close this channel"] = "Fechar esse canal",
["Close"] = "Fechar", ["Close"] = "Fechar",
["Club Fighting"] = "Combate com Porrete", ["Club Fighting"] = "Combate com Porrete",
@ -106,50 +89,39 @@ locale = {
["Comment"] = "Comentário", ["Comment"] = "Comentário",
["Connecting to game server..."] = "Conectando no servidor do jogo...", ["Connecting to game server..."] = "Conectando no servidor do jogo...",
["Connecting to login server..."] = "Conectando no servidor de autenticação...", ["Connecting to login server..."] = "Conectando no servidor de autenticação...",
["Connection Error"] = "Erro de Conexão",
["Connection failed the server address does not exist."] = "Conexão falhou, servidor não existe.",
["Connection failed."] = "Conexão falhou.",
["Connection refused the server might be offline or restarting.\nPlease try again later."] = "Conexão recusada, servidor pode estar offline ou reiniciando. Por favor, tente novamente mais tarde.",
["Connection timed out. Either your network is failing or the server is offline."] = "Conexão encerrada por tempo limite. Sua rede está falhando, ou o servidor está offline.",
["Console"] = "Console", ["Console"] = "Console",
["Cooldown"] = "Cooldown", ["Cooldown"] = "Cooldown",
["Cooldowns"] = "Cooldowns", ["Cooldowns"] = "Cooldowns",
["Copy message"] = "Copiar mensagem", ["Copy message"] = "Copiar mensagem",
["Copy name"] = "Copiar nome", ["Copy name"] = "Copiar nome",
["Copy Name"] = "Copiar Nome", ["Copy Name"] = "Copiar Nome",
["Copy"] = "Copiar",
["Create Map Mark"] = "Criar marca no mapa", ["Create Map Mark"] = "Criar marca no mapa",
["Create mark"] = "Criar marca", ["Create mark"] = "Criar marca",
["Create New Offer"] = "Criar nova oferta", ["Create New Offer"] = "Criar nova oferta",
["Create Offer"] = "Criar oferta", ["Create Offer"] = "Criar oferta",
["Current hotkey to add: %s"] = "Atalho atual para adicionar: %s", ["Current hotkey to add: %s"] = "Atalho atual para adicionar: %s",
["Critical Hit Chance"] = "Chance de acerto crítico", ["Current hotkeys:"] = "Atalhos atuais",
["Critical Hit Damage"] = "Dano de acerto crítico",
["Current hotkeys"] = "Atalhos atuais",
["Current Offers"] = "Ofertas atuais", ["Current Offers"] = "Ofertas atuais",
["Default"] = "Padrão", ["Default"] = "Padrão",
["Delete mark"] = "Deletar marca", ["Delete mark"] = "Deletar marca",
["Description"] = "Descrição", ["Description"] = "Descrição",
["Description:"] = "Descrição",
["Destructive Behaviour"] = "Comportamento destrutivo", ["Destructive Behaviour"] = "Comportamento destrutivo",
["Detail"] = "Detalhe", ["Detail"] = "Detalhe",
["Details"] = "Detalhes", ["Details"] = "Detalhes",
["Disable chat mode allow to walk using ASDW"] = "Desativar modo de chat permite andar usando ASDW",
["Disable Shared Experience"] = "Desativar experiência compartilhada", ["Disable Shared Experience"] = "Desativar experiência compartilhada",
["Dismount"] = "Desmontar", ["Dismount"] = "Desmontar",
["Display connection speed to the server (milliseconds)"] = "Exibir a velocidade de conexão com o servidor (milisegundos)", ["Display connection speed to the server (milliseconds)"] = "Exibir a velocidade de conexão com o servidor (milisegundos)",
["Display creature health bars"] = "Exibir barras de vida das criaturas", ["Display creature health bars"] = "Exibir barras de vida das criaturas",
["Display creature names"] = "Exibir nomes das criaturas", ["Display creature names"] = "Exibir nomes das criaturas",
["Display player mana bar"] = "Exibir barra de mana",
["Display text messages"] = "Exibir mensagens de texto", ["Display text messages"] = "Exibir mensagens de texto",
["Distance Fighting"] = "Combate a Distância", ["Distance Fighting"] = "Combate a Distância",
["Don\'t stretch or shrink Game Window"] = "Não esticar ou contrair a janela do game", ["Don't stretch or shrink Game Window"] = "Não esticar ou contrair a janela do game",
["Druid"] = "Druid", ["Druid"] = "Druid",
["Edit %s"] = "Editar %s",
["Edit hotkey text:"] = "Editar texto do atalho", ["Edit hotkey text:"] = "Editar texto do atalho",
["Edit List"] = "Editar lista", ["Edit List"] = "Editar lista",
["Edit Text"] = "Editar Texto", ["Edit Text"] = "Editar Texto",
["Enable audio"] = "Ativar áudio", ["Enable audio"] = "Ativar áudio",
["Enable dash walking"] = "Ativar andar rápido",
["Enable lights"] = "Ativar luzes", ["Enable lights"] = "Ativar luzes",
["Enable music sound"] = "Ativar música", ["Enable music sound"] = "Ativar música",
["Enable music"] = "Ativar musica", ["Enable music"] = "Ativar musica",
@ -197,7 +169,6 @@ locale = {
["Hide spells for other vocations"] = "Esconder feitiços de outras vocações", ["Hide spells for other vocations"] = "Esconder feitiços de outras vocações",
["Hit Points"] = "Pontos de Vida", ["Hit Points"] = "Pontos de Vida",
["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = "Segure o botão esquerdo para navegar\nGire o botão do centro do mouse para ampliar\nClique com o botão direito do mouse para criar marcas", ["Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks"] = "Segure o botão esquerdo para navegar\nGire o botão do centro do mouse para ampliar\nClique com o botão direito do mouse para criar marcas",
["Host"] = "Host",
["Hotkeys"] = "Atalhos", ["Hotkeys"] = "Atalhos",
["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = "Se você desligar o programa o seu personagem pode continuar no jogo.\nClique em 'Sair' para assegurar que seu personagem saia do jogo adequadamente.\nClique em 'Forçar Saida' para fechar o programa sem desconectar seu personagem.", ["If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character."] = "Se você desligar o programa o seu personagem pode continuar no jogo.\nClique em 'Sair' para assegurar que seu personagem saia do jogo adequadamente.\nClique em 'Forçar Saida' para fechar o programa sem desconectar seu personagem.",
["Ignore capacity"] = "Ignorar capacidade", ["Ignore capacity"] = "Ignorar capacidade",
@ -250,8 +221,6 @@ locale = {
["Name Report + Banishment"] = "Reportar Nome + Banimento", ["Name Report + Banishment"] = "Reportar Nome + Banimento",
["Name Report"] = "Reportar Nome", ["Name Report"] = "Reportar Nome",
["Name"] = "Nome", ["Name"] = "Nome",
["New Server"] = "Novo Servidor",
["Next level in %d hours and %d minutes"] = "Próximo nível em %d horas e %d minutos",
["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = false, ["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = false,
["No item selected."] = "Nenhum item selecionado", ["No item selected."] = "Nenhum item selecionado",
["No Mount"] = "Sem montaria", ["No Mount"] = "Sem montaria",
@ -277,7 +246,7 @@ locale = {
["Pass Leadership to %s"] = "Passar liderança para %s", ["Pass Leadership to %s"] = "Passar liderança para %s",
["Password"] = "Senha", ["Password"] = "Senha",
["Piece Price"] = "Preço por peça", ["Piece Price"] = "Preço por peça",
["Please enter a character name"] = "Por favor, entre com o nome do personagem", ["Please enter a character name:"] = "Por favor, entre com o nome do personagem:",
["Please Select"] = "Por favor, selecione algo", ["Please Select"] = "Por favor, selecione algo",
["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 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", ["Please wait"] = "Por favor, espere",
@ -318,16 +287,12 @@ locale = {
["Select object"] = "Selecionar objeto", ["Select object"] = "Selecionar objeto",
["Select Outfit"] = "Selecionar Roupa", ["Select Outfit"] = "Selecionar Roupa",
["Select your language"] = "Selecione sua língua", ["Select your language"] = "Selecione sua língua",
["Select"] = "Selecionar",
["Sell All"] = "Vender Todos",
["Sell Now"] = "Vender agora", ["Sell Now"] = "Vender agora",
["Sell Offers"] = "Ofertas de venda", ["Sell Offers"] = "Ofertas de venda",
["Sell"] = "Vender", ["Sell"] = "Vender",
["Send automatically"] = "Enviar automaticamente", ["Send automatically"] = "Enviar automaticamente",
["Send Message"] = "Enviar Mensagem", ["Send Message"] = "Enviar Mensagem",
["Send"] = "Enviar", ["Send"] = "Enviar",
["Server List"] = "Lista de Servidores",
["Server list"] = "Lista de servidores",
["Server Log"] = "Registro do servidor", ["Server Log"] = "Registro do servidor",
["Server"] = "Servidor", ["Server"] = "Servidor",
["Set Outfit"] = "Escolher Roupa", ["Set Outfit"] = "Escolher Roupa",
@ -372,9 +337,8 @@ locale = {
["Trade"] = "Trocar", ["Trade"] = "Trocar",
["Trying to reconnect in %s seconds."] = "Tentando reconectar em %s segundos.", ["Trying to reconnect in %s seconds."] = "Tentando reconectar em %s segundos.",
["Type"] = "Tipo", ["Type"] = "Tipo",
["Unable to establish a connection. (err: %d)"] = "Não foi possível estabilizar a conexã. (err: %d)", ["Unable to load dat file, please place a valid dat in '%s'"] = "Não foi possível carregar o arquivo dat, por favor coloque um arquivo válido em %s",
["Unable to load dat file, please place a valid dat in '%s'"] = "Não foi possível carregar o arquivo DAT, por favor coloque um arquivo válido em %s", ["Unable to load spr file, please place a valid spr in '%s'"] = "Não foi possível carregar o arquivo spr, por favor coloque um arquivo válido em %s",
["Unable to load spr file, please place a valid spr in '%s'"] = "Não foi possível carregar o arquivo SPR, por favor coloque um arquivo válido em %s",
["Unable to logout."] = "Não é possivel sair", ["Unable to logout."] = "Não é possivel sair",
["Unignore"] = "Designorar", ["Unignore"] = "Designorar",
["Unload"] = "Descarregar", ["Unload"] = "Descarregar",
@ -390,7 +354,6 @@ locale = {
["Waiting List"] = "Lista de espera", ["Waiting List"] = "Lista de espera",
["Website"] = "Website", ["Website"] = "Website",
["Weight"] = "Peso", ["Weight"] = "Peso",
["Will boost your walk on high speed characters"] = "Irá melhorar o andar de persnagens rápidos",
["Will detect when to use diagonal step based on the\nkeys you are pressing"] = "Detectar quando usar o passo diagonal\nbaseado nas teclas pressionadas", ["Will detect when to use diagonal step based on the\nkeys you are pressing"] = "Detectar quando usar o passo diagonal\nbaseado nas teclas pressionadas",
["With crosshair"] = "Com mira", ["With crosshair"] = "Com mira",
["Yes"] = "Sim", ["Yes"] = "Sim",
@ -425,7 +388,6 @@ locale = {
["Your Capacity"] = "Sua capacidade", ["Your Capacity"] = "Sua capacidade",
["Your character health is %d out of %d."] = "A vida do seu personagem é %d de %d.", ["Your character health is %d out of %d."] = "A vida do seu personagem é %d de %d.",
["Your character mana is %d out of %d."] = "A mana do seu personagem é %d de %d.", ["Your character mana is %d out of %d."] = "A mana do seu personagem é %d de %d.",
["Your connection has been lost. (err: %d)"] = "A sua conexão foi perdida. (err: %d)",
["Your Money"] = "Seu dinheiro", ["Your Money"] = "Seu dinheiro",
} }
} }

View File

@ -5,10 +5,6 @@ locale = {
charset = "cp1252", charset = "cp1252",
languageName = "Svenska", languageName = "Svenska",
formatNumbers = true,
decimalSeperator = ',',
thousandsSeperator = ' ',
translation = { translation = {
["1a) Offensive Name"] = "1a) Offensivt Namn", ["1a) Offensive Name"] = "1a) Offensivt Namn",
["1b) Invalid Name Format"] = "1b) Ogiltigt Namnformat", ["1b) Invalid Name Format"] = "1b) Ogiltigt Namnformat",
@ -31,7 +27,7 @@ locale = {
["4c) False Report to Gamemaster"] = "4c) Falsk rapport till gamemaster", ["4c) False Report to Gamemaster"] = "4c) Falsk rapport till gamemaster",
["Accept"] = "Acceptera", ["Accept"] = "Acceptera",
["Account name"] = "Konto namn", ["Account name"] = "Konto namn",
["Account Status"] = false, ["Account Status:"] = false,
["Action:"] = "Handling:", ["Action:"] = "Handling:",
["Add"] = "Lägg till", ["Add"] = "Lägg till",
["Add new VIP"] = "Ny VIP", ["Add new VIP"] = "Ny VIP",
@ -232,7 +228,7 @@ locale = {
["Pass Leadership to %s"] = "Ge ledarskap till %s", ["Pass Leadership to %s"] = "Ge ledarskap till %s",
["Password"] = "Lösenord", ["Password"] = "Lösenord",
["Piece Price:"] = "Per Styck:", ["Piece Price:"] = "Per Styck:",
["Please enter a character name"] = "Skriv in ett karaktärsnamn", ["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, 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 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 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!",

View File

@ -1,52 +1,49 @@
Button < UIButton Button < UIButton
font: verdana-11px-antialised font: verdana-11px-antialised
color: #dfdfdfff color: #f0ad4dff
size: 106 23 size: 106 22
text-offset: 0 0 text-offset: 0 0
image-source: /images/ui/button image-source: /images/ui/button_rounded
image-color: #dfdfdf image-color: white
image-clip: 0 0 22 23 image-clip: 0 0 20 20
image-border: 3 image-border: 3
padding: 5 10 5 10 padding: 5 10 5 10
opacity: 1.0
$hover !disabled: $hover !disabled:
image-clip: 0 23 22 23 image-clip: 0 20 20 20
$pressed: $pressed:
image-clip: 0 46 22 23 image-clip: 0 40 20 20
text-offset: 1 1 text-offset: 1 1
$disabled: $disabled:
color: #dfdfdf88 color: #f0ad4d88
opacity: 0.8
TabButton < UIButton TabButton < UIButton
size: 22 23 size: 20 20
image-source: /images/ui/tabbutton_rounded image-source: /images/ui/tabbutton_rounded
image-color: #dfdfdf image-color: white
image-clip: 0 0 22 23 image-clip: 0 0 20 20
image-border: 3 image-border: 3
icon-color: #dfdfdf icon-color: white
color: #dfdfdf color: #aaaaaa
$hover !on: $hover !on:
image-clip: 0 23 22 23 image-clip: 0 20 20 20
color: #dfdfdf color: white
$disabled: $disabled:
image-color: #dfdfdf66 image-color: #ffffff66
icon-color: #dfdfdf icon-color: #888888
$on: $on:
image-clip: 0 46 22 23 image-clip: 0 40 20 20
color: #dfdfdf color: #80c7f8
NextButton < UIButton NextButton < UIButton
size: 12 21 size: 12 21
image-source: /images/ui/arrow_horizontal image-source: /images/ui/arrow_horizontal
image-clip: 12 0 12 21 image-clip: 12 0 12 21
image-color: #ffffff
$hover !disabled: $hover !disabled:
image-clip: 12 21 12 21 image-clip: 12 21 12 21
@ -55,13 +52,12 @@ NextButton < UIButton
image-clip: 12 21 12 21 image-clip: 12 21 12 21
$disabled: $disabled:
image-color: #dfdfdf88 image-color: #ffffff55
PreviousButton < UIButton PreviousButton < UIButton
size: 12 21 size: 12 21
image-source: /images/ui/arrow_horizontal image-source: /images/ui/arrow_horizontal
image-clip: 0 0 12 21 image-clip: 0 0 12 21
image-color: #ffffff
$hover !disabled: $hover !disabled:
image-clip: 0 21 12 21 image-clip: 0 21 12 21
@ -70,18 +66,4 @@ PreviousButton < UIButton
image-clip: 0 21 12 21 image-clip: 0 21 12 21
$disabled: $disabled:
image-color: #dfdfdf88 image-color: #ffffff55
AddButton < UIButton
size: 20 20
image-source: /images/ui/icon_add
image-color: #dfdfdfff
$hover !disabled:
image-color: #dfdfdf99
$pressed:
image-color: #dfdfdf44
$disabled:
image-color: #dfdfdf55

View File

@ -1,35 +1,36 @@
CheckBox < UICheckBox CheckBox < UICheckBox
size: 16 16 size: 16 16
text-align: left text-align: left
text-offset: 18 1 text: aa
color: #dfdfdf text-offset: 16 0
image-color: #dfdfdfff color: #aaaaaa
image-rect: 0 0 15 15 image-color: #ffffffff
image-rect: 0 0 12 12
image-offset: 0 2
image-source: /images/ui/checkbox image-source: /images/ui/checkbox
$hover !disabled: $hover !disabled:
color: #ffffff color: #cccccc
$!checked: $!checked:
image-clip: 0 0 15 15 image-clip: 0 0 12 12
$hover !checked: $hover !checked:
image-clip: 0 15 15 15 image-clip: 0 12 12 12
$checked: $checked:
image-clip: 0 30 15 15 image-clip: 0 24 12 12
$hover checked: $hover checked:
image-clip: 0 45 15 15 image-clip: 0 36 12 12
$disabled: $disabled:
image-color: #dfdfdf88 image-color: #ffffff88
color: #dfdfdf88 color: #aaaaaa88
opacity: 0.8
ColorBox < UICheckBox ColorBox < UICheckBox
size: 16 16 size: 16 16
image-color: #dfdfdfff image-color: #ffffffff
image-source: /images/ui/colorbox image-source: /images/ui/colorbox
$checked: $checked:
@ -40,25 +41,26 @@ ColorBox < UICheckBox
ButtonBox < UICheckBox ButtonBox < UICheckBox
font: verdana-11px-antialised font: verdana-11px-antialised
color: #dfdfdfff color: #ffffffff
size: 106 23 size: 106 22
text-offset: 0 0 text-offset: 0 0
text-align: center text-align: center
image-source: /images/ui/button image-source: /images/ui/tabbutton_rounded
image-color: #dfdfdf image-color: white
image-clip: 0 0 22 23 image-clip: 0 0 20 20
image-border: 3 image-border: 3
$hover !disabled: $hover !disabled:
image-clip: 0 23 22 23 image-clip: 0 20 20 20
$checked: $checked:
image-clip: 0 46 22 23 image-clip: 0 40 20 20
color: #dfdfdf color: #80c7f8
$disabled: $disabled:
color: #dfdfdf88 color: #666666ff
image-color: #dfdfdf88 image-color: #ffffff88
ButtonBoxRounded < ButtonBox ButtonBoxRounded < ButtonBox
image-source: /images/ui/button_rounded image-source: /images/ui/tabbutton_rounded
image-border: 2

View File

@ -1,106 +1,62 @@
ComboBoxPopupScrollMenuButton < UIButton
height: 23
font: verdana-11px-antialised
text-align: left
text-offset: 4 0
color: #dfdfdf
background-color: alpha
margin: 1
$hover !disabled:
color: #dfdfdf
background-color: #355d89
$disabled:
color: #dfdfdf88
ComboBoxPopupScrollMenu < UIPopupScrollMenu
image-source: /images/ui/combobox_square
image-clip: 0 69 91 23
image-border: 1
ComboBoxPopupMenuButton < UIButton ComboBoxPopupMenuButton < UIButton
height: 23 height: 20
font: verdana-11px-antialised font: verdana-11px-antialised
text-align: left text-align: left
text-offset: 4 0 text-offset: 4 0
color: #dfdfdf color: #aaaaaa
background-color: alpha background-color: alpha
margin: 1
$hover !disabled: $hover !disabled:
color: #dfdfdf color: #ffffff
background-color: #355d89 background-color: #ffffff44
$disabled: $disabled:
color: #dfdfdf88 color: #555555
ComboBoxPopupMenu < UIPopupMenu ComboBoxPopupMenu < UIPopupMenu
image-source: /images/ui/combobox_square image-source: /images/ui/combobox_square
image-clip: 0 69 91 23 image-clip: 0 60 89 20
image-border: 1 image-border-left: 1
image-border-right: 1
ComboBox < UIComboBox ComboBox < UIComboBox
font: verdana-11px-antialised font: verdana-11px-antialised
color: #dfdfdf color: #aaaaaa
size: 91 23 size: 89 20
text-offset: 3 0 text-offset: 3 0
text-align: left text-align: left
image-source: /images/ui/combobox_square image-source: /images/ui/combobox_square
image-border: 3 image-border: 1
image-border-right: 19 image-border-right: 17
image-clip: 0 0 91 23 image-clip: 0 0 89 20
$hover !disabled: $hover !disabled:
image-clip: 0 23 91 23 image-clip: 0 20 89 20
$on: $on:
image-clip: 0 46 91 23 image-clip: 0 40 89 20
$disabled:
color: #dfdfdf88
opacity: 0.8
ComboBoxRoundedPopupScrollMenuButton < UIButton
height: 23
font: verdana-11px-antialised
text-align: left
text-offset: 4 0
color: #dfdfdf
background-color: alpha
$hover !disabled:
color: #ffffff
background-color: #355d89
$disabled:
color: #dfdfdf88
ComboBoxRoundedPopupScrollMenu < UIPopupScrollMenu
image-source: /images/ui/combobox_rounded
image-clip: 0 69 91 23
image-border: 3
ComboBoxRoundedPopupMenuButton < UIButton ComboBoxRoundedPopupMenuButton < UIButton
height: 23 height: 20
font: verdana-11px-antialised font: verdana-11px-antialised
text-align: left text-align: left
text-offset: 4 0 text-offset: 4 0
color: #dfdfdf color: #aaaaaa
background-color: alpha background-color: alpha
$hover !disabled: $hover !disabled:
color: #ffffff color: #ffffff
background-color: #355d89 background-color: #ffffff44
$disabled: $disabled:
color: #dfdfdf88 color: #555555
ComboBoxRoundedPopupMenu < UIPopupMenu ComboBoxRoundedPopupMenu < UIPopupMenu
image-source: /images/ui/combobox_rounded image-source: /images/ui/combobox_rounded
image-clip: 0 69 91 23 image-clip: 0 60 89 20
image-border: 3 image-border-left: 1
image-border-right: 1
ComboBoxRounded < ComboBox ComboBoxRounded < ComboBox
image-source: /images/ui/combobox_rounded image-source: /images/ui/combobox_rounded
image-border: 3 image-border: 2

View File

@ -38,7 +38,7 @@ CreatureButton < UICreatureButton
margin-left: 2 margin-left: 2
phantom: true phantom: true
LifeProgressBar ProgressBar
id: lifeBar id: lifeBar
height: 5 height: 5
anchors.left: spacer.right anchors.left: spacer.right

Some files were not shown because too many files have changed in this diff Show More