- Timestamp:
- 22 Nov 2013, 08:00:48 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/applicants/utils.py
r10788 r10792 31 31 32 32 APP_TYPES_DICT = { 33 'new': ['New Contracts', 'NEW'], 34 'old': ['Old Contracts', 'OLD'], 33 35 'app': ['Any Energy', 'APP'], 34 36 'green': ['Green Energy', 'GR'], -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/locales/en/LC_MESSAGES/waeup.kofa.po
r10791 r10792 286 286 msgstr "Find subscriber" 287 287 288 msgid "Year of Entrance" 289 msgstr "Year of Subscription" 290 -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/utils/utils.py
r10783 r10792 31 31 32 32 APP_CATS_DICT = { 33 'new': 'New Contracts', 34 'old': 'Old Contracts', 33 35 'basic': 'Any Energy', 34 36 'green': 'Green Energy',
Note: See TracChangeset for help on using the changeset viewer.