Changeset 433
- Timestamp:
- May 21, 2019, 10:34:42 PM (6 years ago)
- Location:
- trunk/ConfigApps
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ConfigApps/ConfigApps.txt
r413 r433 2 2 =============================================== 3 3 4 Archive Filename: ConfigApps1_ 0_2.zip5 Short Description: Configure OS/2 default internet apps4 Archive Filename: ConfigApps1_2_0.zip 5 Short Description: Configure OS/2 default Internet apps 6 6 Long Description: Configure default Web Browser. 7 Other settings are new settings that no 8 programs currently use, this is a proposed OS enhancement.9 1.1.1 Added IRC settings. 10 Corrected Browser parameters ini setting to match URL objects7 Other settings are new settings that not all 8 programs currently use, including default Email, News, FTP and IRC Clients. 9 <p> 10 1.2.0 Now has national language (i18n) support. 11 11 Proposed directory 12 12 for placement: /pub/os2/apps/misc 13 13 14 Your name: A aron Lawrence15 Email address: a aronl at consultant dot com14 Your name: Alex Taylor 15 Email address: alex at altsan dot org 16 16 Program contact name: (same) 17 17 Program contact email: (same) 18 Program URL: 18 Program URL: http://trac.netlabs.org/newview 19 19 Would you like the 20 20 contact email address 21 included in listings? yes21 included in listings? no 22 22 23 Operating System/Version: 23 Operating System/Version: OS/2 Warp 4+ 24 24 Additional requirements: 25 25 -
trunk/ConfigApps/readme.txt
r415 r433 24 24 25 25 Many applications have their own settings, even for the browser setting. 26 27 My software NewView, as of 2.14.39, only uses the Browser settings 28 but will be modified to use the other settings sometime. 26 (My program NewView, as of 2.14.39, only uses the Browser settings 27 but may be modified to use the other settings sometime.) 29 28 30 29 Changes … … 32 31 33 32 1.2.0 (ALT) Added language file support via (ACLLanguageUnit). 34 (ALT) Slight layout tweaks.35 (ALT) Iconshould now render properly (all devices).33 (ALT) Slight layout adjustments. 34 (ALT) New icon; should now render properly (all devices). 36 35 1.1.1 Added IRC settings. 37 36 Corrected Browser parameters ini setting to match URL objects 38 37 1.0.2 Corrected saving bug. Allow apps without explicit path. 39 38 1.0.0 First public release. 39 40 Multi-lingual Support 41 --------------------- 42 43 ConfigApps can now (V1.2.0+) load different languages for its user interface. 44 This is done at program startup (changing the language file requires restarting 45 the program). 46 47 It looks for a file which is called `cfgapps_XX[_YY].lng`, where XX[_YY] is 48 based on the LANG environment variable. For example, if LANG=en_US it will 49 first look for `cfgapps_en_us.lng`; failing that, it looks for the major part 50 of the LANG variable, e.g. `cfgapps_en.lng`. These files are searched for in 51 the following locations (in order): 52 53 - %OSDIR%\lang (ArcaOS and eCS 1.1+) 54 - %ULSPATH% 55 - The application directory (where ConfigApps.EXE is located) 56 57 If it cannot find a language file according to the logic above, it will default 58 to using US English (which is built into the .EXE). 59 60 Normally, translations are not for a particular region, so in most cases the 61 files will just be named (for example) cfgapps_es.lng, not cfgapps_es_es.lng. 62 63 You can create a new language file by copying the included `cfgapps_xx.lng` to 64 the appropriate filename for that language (per above) and translating the 65 contents. The file is plain text; the format should be easy to understand. 66 (A `~` character identifies the following letter as an accelerator for that 67 control.) 40 68 41 69 Technical Details
Note:
See TracChangeset
for help on using the changeset viewer.