Changeset 13132 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 1 Jul 2015, 21:01:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r13125 r13132 82 82 """ 83 83 grok.implements(IKofaUtils) 84 # This the only place where we define the portal language 85 # which is used for the translation of system messages 86 # (e.g. object histories). 84 85 #: This the only place where we define the portal language 86 #: which is used for the translation of system messages 87 #: (e.g. object histories) pdf slips. 87 88 PORTAL_LANGUAGE = 'en' 88 89 … … 209 210 #: Set positive number for allowed max, negative for required min 210 211 #: avail. 211 #:212 212 #: Use integer for bytes value, float for percent 213 213 #: value. `cpu-load`, of course, accepts float values only.
Note: See TracChangeset for help on using the changeset viewer.