#2964 Add internationalization to DCE RPC code
Closed: Fixed None Opened 11 years ago by mkosek.

Public errors raised in dcerpc.py like the following:

...
access_denied_error =  errors.ACIError(info='CIFS server denied your credentials')
dcerpc_error_codes = {
    -1073741823: errors.RemoteRetrieveError(reason='communication with CIFS server was unsuccessful'),
...
dcerpc_error_messages = {
    "NT_STATUS_OBJECT_NAME_NOT_FOUND": errors.NotFound(reason='Cannot find specified domain or server name'),

miss i18n and thus cannot be translated. We should fix those.


Rename "trusts" component to "Trusts" to achieve correct sorting.

Metadata Update from @mkosek:
- Issue assigned to abbra
- Issue set to the milestone: FreeIPA 3.0 Beta 2

7 years ago

Login to comment on this ticket.

Metadata