DIALOG_OPTIONS = { yes: 'Ja', no: 'Nein', ok: 'OK', cancel: 'Abbrechen' } FRIENDLY_BOOLEAN_NAMES = { true: 'Ja', false: '' }