diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-08 22:03:33 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-08 22:10:11 +0100 |
commit | 08a2e6eac1166f6fb22fd2058326ab1f72e5bdc9 (patch) | |
tree | 3bcf862d1fb5c75bc71eea868f6bd9963c56b02c /po/POTFILES.in | |
parent | bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c (diff) | |
download | mana-08a2e6eac1166f6fb22fd2058326ab1f72e5bdc9.tar.gz mana-08a2e6eac1166f6fb22fd2058326ab1f72e5bdc9.tar.bz2 mana-08a2e6eac1166f6fb22fd2058326ab1f72e5bdc9.tar.xz mana-08a2e6eac1166f6fb22fd2058326ab1f72e5bdc9.zip |
Made remaining dialogs translatable
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>
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index f750976e..4207012b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,11 +1,14 @@ # List of source files which contain translatable strings. src/gui/buy.cpp +src/gui/buysell.cpp src/gui/char_select.cpp src/gui/char_server.cpp +src/gui/chat.cpp src/gui/confirm_dialog.cpp src/gui/connection.cpp src/gui/equipmentwindow.cpp +src/gui/help.cpp src/gui/inventorywindow.cpp src/gui/item_amount.cpp src/gui/login.cpp @@ -20,6 +23,12 @@ src/gui/sell.cpp src/gui/setup_audio.cpp src/gui/setup.cpp src/gui/setup_joystick.cpp +src/gui/setup_keyboard.cpp +src/gui/setup_players.cpp src/gui/setup_video.cpp +src/gui/skill.cpp +src/gui/status.cpp src/gui/trade.cpp +src/gui/updatewindow.cpp src/resources/itemdb.cpp +src/main.cpp |