Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes an error due to a file that had been deleted a few weeks
ago.
|
|
|
|
|
|
Also make the strings translatable.
|
|
|
|
The file has actually been moved to a different place, but it does not
contain any translatable string. This fix an issue that prevented the
scummvm.pot template file to be updated.
|
|
svn-id: r55850
|
|
This fix update of translations following merge of GSOC-OpenGL branch.
svn-id: r54546
|
|
svn-id: r54449
|
|
This fix a regression introduced when GuiManager.cpp was renamed into
gui-manager.cpp
svn-id: r54433
|
|
Also backport fix from branch on translation of default title for key mapping
dialog.
svn-id: r52959
|
|
Also improve and update the french translation.
svn-id: r52740
|
|
svn-id: r52694
|
|
svn-id: r52692
|
|
These devices are not able to create appropriate drivers.
The only purpose for now is having proper gui options and flags and music types for the device detector.
The corresponding GUIO flags for the new devices have been added, too.
svn-id: r51995
|
|
svn-id: r50328
|
|
support caused by patch #1956501
svn-id: r50145
|
|
svn-id: r50128
|
|
svn-id: r49870
|
|
Translations were not updated.
svn-id: r49797
|
|
Now it is possible to specify hotkeys in place for ButtonWidget
and CheckboxWidget (the only widgets with hotkeys now).
Use de-facto standard with putting hotkey between tildes (~).
Like '~O~pen'. The tildes gets stripped before after hotkey
is extracted.
This is done for giving translators possibility to specify
their own hotkeys.
Old hotkeys defined at widget instance creation are left for
leaving possibility to specify non-printable hotkeys such as
Common::ASCII_ESCAPE.
Translation files were updated respectively.
svn-id: r49766
|
|
Based on patch #2903830: "Updated Translation Prototype" by alexbevi
which in turn is based on patch #1739965 by jvprat.
Currently it builds all translations right into ScummVM. Once the
feature will be accepted more widely, i.e. more translations will
pop up, it will be trivial to move translation strings to external
file.
Finished translation: Russian
Unfinished translation: Hungarian
Things which are nice to do:
- Language code -> language mapping for more user friendness
- Specifying fonts to be used with language
- Updating of interface language without restart. It will require
moving of much code to reflowLayout() methods for each dialog
The .po files must be in single byte encodings. I.e. no support
for Unicode.
svn-id: r49759
|