Changes between Version 2 and Version 3 of 2.0/props/human
- Timestamp:
- 06/16/07 22:11:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2.0/props/human
v2 v3 4 4 Most of properties related to presenting configuration to the user are multilingual, i.e. values of these properties are chosen depending on language settings. 5 5 6 Each language ha ve anid, for example "en" for English and "pl" for Polish.6 Each language has an abbreviating id, for example "en" for English and "pl" for Polish. 7 7 8 8 Whenever the value of a multilingual property needs to be obtained, the value in user language should be returned, and if that's not possible, in English (en), which is the default language. … … 51 51 52 52 = User notes = 53 The user can add arbitrary notes to any Flatconf entry (i.e. a file or a directory), which is stored in __fc:/dir/variable '''.notes'''__.53 The user can add arbitrary notes to any Flatconf entry (i.e. a file or a directory), which is stored in __fc:/dir/variable.notes__. 54 54 55 55 = Autorefresh = 56 In user interfaces which can support that, the '''refresh''' option gives the time in seconds after which the variable value should be fetched again. This applies only to variables of ''di ag'' typeand/or having the '''value''' property.56 In user interfaces which can support that, the '''refresh''' option gives the time in seconds after which the variable value should be fetched again. This applies only to variables of ''dir'', ''action'' and ''diag'' types and/or having the '''value''' property. 57 57 58 58 = Directories =