| 54 | | return array (self::DRAFT => 'heading.status.draft', |
|---|
| 55 | | self::PROPOSED => 'heading.status.proposed', |
|---|
| 56 | | self::PLANNED => 'heading.status.planned', |
|---|
| 57 | | self::PUBLISHED => 'heading.status.published', |
|---|
| 58 | | self::ARCHIVE => 'heading.status.archive', |
|---|
| 59 | | self::DELETE => 'heading.status.deleted' |
|---|
| | 54 | return array (self::DRAFT => _i18n ('heading|heading.status.draft'), |
|---|
| | 55 | self::PROPOSED => _i18n ('heading|heading.status.proposed'), |
|---|
| | 56 | self::PLANNED => _i18n ('heading|heading.status.planned'), |
|---|
| | 57 | self::PUBLISHED => _i18n ('heading|heading.status.published'), |
|---|
| | 58 | self::ARCHIVE => _i18n ('heading|heading.status.archive'), |
|---|
| | 59 | self::DELETED => _i18n ('heading|heading.status.deleted') |
|---|