Ignore:
Timestamp:
23 Feb 2012, 10:18:10 (13 years ago)
Author:
Henrik Bettermann
Message:

Translate transitions and history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py

    r7685 r7687  
    4545    ISIRPObject, ILocalRolesAssignable, IExtFileStore, IPDF,
    4646    IFileStoreNameChooser, IPasswordValidator, IUserAccount, ISIRPUtils)
     47from waeup.sirp.interfaces import MessageFactory as _
    4748from waeup.sirp.permissions import get_users_with_local_roles
    4849from waeup.sirp.students.interfaces import IStudentsUtils
     
    648649        """
    649650        allowed_transitions = self.wf_info.getManualTransitions()
    650         return [dict(name='', title='No transition')] +[
     651        return [dict(name='', title=_('No transition'))] +[
    651652            dict(name=x, title=y) for x, y in allowed_transitions]
    652653
Note: See TracChangeset for help on using the changeset viewer.