-
Notifications
You must be signed in to change notification settings - Fork 32
Label translation
Yoann Gini edited this page Nov 2, 2017
·
1 revision
Some specific keys in Hello-IT preferences can be translated.
In such a case, the value associated to the key can be a single non localized string or a dictionary with all supported languages. Key will be the locale identifier or the language code.
If the current locale or language isn't found, the system fallback to en
.
<key>title</key>
<dict>
<key>en_GB</key>
<string>Managed Software Centre</string>
<key>en</key>
<string>Managed Software Center</string>
<key>fr</key>
<string>Centre de gestion des logiciels</string>
</dict>
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!