Differences
This shows you the differences between the selected revisions of the page.
| 2022-01-10 | 2022-01-10 | ||
| thanks (martin) | grammar + clarity (martin) | ||
| Line 22: | Line 22: | ||
| </code> | </code> | ||
| - | Where the ''File'' is either a form (windows/dialog) definition (a ''.dfm'' extension), a resource strings file (an ''.rc'' extension) or strings for [[ui_installer|setup application]] (an ''.isl'' extension). The key should give you some idea about the purpose of the string. For form definitions, it is a context and the name of the component using the string. | + | Where the ''File'' is either a form/window/dialog definition (a ''.dfm'' extension), a resource strings file (a ''.rc'' extension) or strings for [[ui_installer|setup application]] (a ''.isl'' extension). The key should give you some idea about the purpose of the string. For form definitions, it is a context and the name of the component using the string. |
| Example: | Example: | ||
| Line 31: | Line 31: | ||
| </code> | </code> | ||
| - | The //"Shell"// is the title (caption) of the shell group box on //[[ui_login_scp|SCP/Shell page]]// of Advanced Site Settings dialog. | + | The //"Shell"// is the title (caption) of the "shell" group box on //[[ui_login_scp|SCP/Shell page]]// of Advanced Site Settings dialog. |
| The strings that need to be translated are marked with ''<translate>'' keyword in place of "Translated string" (initially all strings are marked this way). | The strings that need to be translated are marked with ''<translate>'' keyword in place of "Translated string" (initially all strings are marked this way). | ||