milan
29th November 2004, 12:25
In recent days I simplified the way how to translate ffdshow configuration dialog and I'd like to ask volunteers to try it.
The translator's mode isn't enabled by default. First you have to enable it via registry (it isn't and won't be available from the GUI): in HKEY_CURRENT_USER\Software\GNU\ffdshow (or ffdshow_audio or ffdshow_enc) add "translateMode" DWORD value and set it to 1. Now you can right-click on almost any control and you'll be prompted to translate its caption. Here are few hint how to use the feature:
1. when more strings are associated with one control (for example checkboxes on Blur page containing strings like "luma", "chroma") a popup menu will appear to select what should be translated. When selecting "Associated strings" a dialog containing list view with pairs of original (in italic font) and translated (normal font) will be shown. You can edit strings as usuall in listviews: either by clicking the string once or by selecting it and pressing F2.
2. Comboboxes and listviews can be translated too after right-clicking them using previously mentioned dialog.
3. Some strings, like file open/save dialog captions are associated with configurations pages themselves. Just right-click anywhere on the configuration page where it is not covered by any other controls (might be difficult on some pages :) ).
4. In translator's more all controls are enabled and all group boxes with captions are turned to push buttons. This is because group boxes don't process messages and I couldn't find a way how to detect right-click.
5. Not all strings are available for the translation in any time. For example file open dialog caption isn't available until it will be actually shown. This way you'd have to open all dialogs, menus and browse whole listviews to get all the strings available.
6. Treeview tooltips can't be translated yet.
Please let me know if this way of translating is usable for you.
The installer is here: http://ffdshow.sourceforge.net/ffdshow-20041129.exe. A warning: installer features new codecs selection pages. They should work, but if something is broken, they could reset your ffdshow supported codecs configuration.
Thank you all in advance.
The translator's mode isn't enabled by default. First you have to enable it via registry (it isn't and won't be available from the GUI): in HKEY_CURRENT_USER\Software\GNU\ffdshow (or ffdshow_audio or ffdshow_enc) add "translateMode" DWORD value and set it to 1. Now you can right-click on almost any control and you'll be prompted to translate its caption. Here are few hint how to use the feature:
1. when more strings are associated with one control (for example checkboxes on Blur page containing strings like "luma", "chroma") a popup menu will appear to select what should be translated. When selecting "Associated strings" a dialog containing list view with pairs of original (in italic font) and translated (normal font) will be shown. You can edit strings as usuall in listviews: either by clicking the string once or by selecting it and pressing F2.
2. Comboboxes and listviews can be translated too after right-clicking them using previously mentioned dialog.
3. Some strings, like file open/save dialog captions are associated with configurations pages themselves. Just right-click anywhere on the configuration page where it is not covered by any other controls (might be difficult on some pages :) ).
4. In translator's more all controls are enabled and all group boxes with captions are turned to push buttons. This is because group boxes don't process messages and I couldn't find a way how to detect right-click.
5. Not all strings are available for the translation in any time. For example file open dialog caption isn't available until it will be actually shown. This way you'd have to open all dialogs, menus and browse whole listviews to get all the strings available.
6. Treeview tooltips can't be translated yet.
Please let me know if this way of translating is usable for you.
The installer is here: http://ffdshow.sourceforge.net/ffdshow-20041129.exe. A warning: installer features new codecs selection pages. They should work, but if something is broken, they could reset your ffdshow supported codecs configuration.
Thank you all in advance.