summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05Three things: Split chat and NPC dialog functionality based on the TMWIra Rice1-0/+1
complaint commit d2876ad85935c5d0b181d050bd4c19a4682123b1 (btw, if you're concerned about that, return is also a bad choice for the chat window in general, which overrides the GuiChan default for use widget. Tab would also be a bad choice, as it cycles through the widgets), next, I made the text displayed by the keyboard configuration setup dialog translatable, and lastly, I exposed the rest of the previously unconfigurable keys to be configurable through the keyboard setup tab. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-30Made the recorder class messages translatable, as well as moved theIra Rice1-0/+1
recorder over to the layout code (not that it helps much at the moment). Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-29Update Swedish translation. Two (or rather three) msgstrs require the use of ↵Kess Vargavind1-232/+219
"no-c-format".
2009-01-29Update Swedish translation. Two (or rather three) msgstrs require the use of ↵Kess Vargavind1-139/+127
"no-c-format".
2009-01-28Updated po files (not really needed yet, but the da file needed fixing)Ira Rice25-3835/+4519
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-27Removed the fairly useless buttonbox class, as well as removing theIra Rice1-0/+1
recorder's dependence upon it. This class should get a bit more work done to it to simplify it further, but right now, it preserves all of the same functionality. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-25Because of how I imported translations to reduce the complexity ofGonzoDark1-21/+18
merging, this commit adds back in a few of Ichigo's translations which were lost. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-25Updated all translation filesBjørn Lindeijer24-1218/+762
2009-01-25Refreshed translation files.Ira Rice24-4706/+4863
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-25Updated Simplified Chinese translationv0.0.28Bjørn Lindeijer1-291/+330
Translation by Hong Hao.
2009-01-25Updated all translation filesBjørn Lindeijer21-2548/+2548
2009-01-25Updated German, Dutch and Brazilian translationsBjørn Lindeijer3-726/+683
New translations imported from Launchpad.
2009-01-24Disabled Chinese translation for nowBjørn Lindeijer1-1/+1
It's not supported by our TrueType font, unfortunately, which means TMW would be unplayable on a Chinese locale by default. Maybe we can support such languages more easily by using SDL_pango instead of SDL_ttf.
2009-01-19Imported Danish Aethyra translation by GonzoDarkBjørn Lindeijer1-202/+876
Most of it applies to us as well, thanks!
2009-01-19Made the party class use gettext.Ira Rice25-5403/+10086
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-18Fixed layout of video setup page when translatedBjørn Lindeijer1-0/+2
Introduced a LayoutHelper class which can be used for any non-Window container where you want to use a layout to place child widgets.
2009-01-18This will update the Danish Translation file da.poGonzoDark1-320/+336
I hope you enjoy it, I used a LOT of hours on this baby! Signed-off-by: GonzoDark <Gonzo.Dark@gmail.com>
2009-01-16Updated translation files to prep for new build.Ira Rice24-3673/+3820
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice1-0/+1
Also changed all emotes to be animated sprites now, and to load from emotes.xml. This gives us a bit more flexibility to not only add more emotes in the future, but allowing them to be animated as well. NOTE: This commit, unlike the previous emote commits, breaks emotes if you don't have the xml file. This will be available on Aethyra soon, but is not rolled into an update at the moment. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice25-821/+4919
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-12Fixed color spelling for American English.Ira Rice23-66/+86
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-12Since the po files are fixed now, remove ABOUT-NLS and config.rpath soIra Rice1-2/+1
that they don't require an autoreconf -i --force. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-12Updated the po files so that they shouldn't generate errors for us anyIra Rice25-6519/+23727
more, as well as a few more code style fixes. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-10Changed a few emote variable names to be more sensible, as well asIra Rice1-0/+1
removing emotions.png from the client data files (should have never been there to begin with, IMO). TODO: Simplify the emote code so that there is a lot less redundant code, as well as make filling out the possible emotes more flexible. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-09Updated translationsBjørn Lindeijer25-1796/+11914
2009-01-10Updated translationsBjørn Lindeijer25-1796/+11914
2009-01-09Fixed minimap state saving.Ira Rice1-0/+1
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-0/+15
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-01-08Removed the unused Box, VBox and HBox classesBjørn Lindeijer1-1/+1
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice.
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-0/+9
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-01-06Added latest translations from LaunchpadBjørn Lindeijer25-0/+13639
The ones on Launchpad are still geared towards the mainline client. These files have been updated for the eAthena client. It will be interesting to see what happens to special characters, since the client doesn't support unicode yet.
2009-01-06Added support for internationalizationIra Rice4-0/+554
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-06Added latest translations from LaunchpadBjørn Lindeijer25-0/+13639
The ones on Launchpad are still geared towards the mainline client. These files have been updated for the eAthena client. It will be interesting to see what happens to special characters, since the client doesn't support unicode yet.
2009-01-06Added support for internationalizationBjørn Lindeijer4-0/+553
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91.
2008-10-09Updated all translation files and fixed name of Chinese translationBjørn Lindeijer18-2081/+2903
2008-10-09Updated translations from Launchpad and added new onesBjørn Lindeijer17-281/+4571
2008-02-27Fixed translation file names.Eugenio Favalli5-9/+9
2008-02-26Added Portugese (by Tiago Silva), Danish (by GonzoDark), Russian (by idle sign)Bjørn Lindeijer5-0/+2183
and Swedish (by Zirro) translations.
2007-11-14Updated Italian translation.Eugenio Favalli1-67/+122
2007-10-28Updated german translation.Matthias Hartmann1-22/+20
2007-10-28Updated French translation.Guillaume Melquiond1-27/+23
2007-10-28Updated translation objects.Guillaume Melquiond7-595/+1042
2007-10-24Small typo fix.Bjørn Lindeijer1-1/+1
2007-10-24Some small fixes to the German translation.Bjørn Lindeijer1-4/+4
2007-10-24Completed Dutch translation.Bjørn Lindeijer1-62/+62
2007-10-19Marked buy and sell dialog boxes as translatable.Guillaume Melquiond1-0/+2
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond1-1/+1
2007-10-15Added Dutch translation (incomplete) and put drawing of debug path into aBjørn Lindeijer2-0/+459
private method.
2007-09-10Added Polish translation and fixed Italian one.Eugenio Favalli3-2/+476
2007-09-08Made it possible to play TMW in German.Guillaume Melquiond2-2/+2