- report_strings:
- DiaryEntry:
- spam:
- type: "[SPAM]"
- details: This Diary Entry is/contains spam
- offensive:
- type: "[OFFENSIVE]"
- details: This Diary Entry is obscene/offensive
- threat:
- type: "[THREAT]"
- details: This Diary Entry contains a threat
- other:
- type: "[OTHER]"
- details: Other
- DiaryComment:
- spam:
- type: "[SPAM]"
- details: This Diary Comment is/contains spam
- offensive:
- type: "[OFFENSIVE]"
- details: This Diary Comment is obscene/offensive
- threat:
- type: "[THREAT]"
- details: This Diary Comment contains a threat
- other:
- type: "[OTHER]"
- details: Other
- User:
- spam:
- type: "[SPAM]"
- details: This User profile is/contains spam
- offensive:
- type: "[OFFENSIVE]"
- details: This User profile is obscene/offensive
- threat:
- type: "[THREAT]"
- details: This User profile contains a threat
- vandal:
- type: "[VANDAL]"
- details: This User is a vandal
- other:
- type: "[OTHER]"
- details: Other
- Changeset:
- undiscussed_import:
- type: "[UNDISCUSSED-IMPORT]"
- details: This changeset is an undiscussed import
- mechanical_edit:
- type: "[MECH-EDIT]"
- details: This changeset is a mechanical edit
- edit_error:
- type: "[EDIT-ERROR]"
- details: This changeset contains a newbie or an editor error
- spam:
- type: "[SPAM]"
- details: This changeset is/contains spam
- vandalism:
- type: "[VANDALISM]"
- details: This changeset is/contains vandalism
- other:
- type: "[OTHER]"
- details: Other
- Note:
- spam:
- type: "[SPAM]"
- details: This note is spam
- vandalism:
- type: "[VANDALISM]"
- details: This note is vandalism
- personal:
- type: "[PERSONAL]"
- details: This note contains personal data
- abusive:
- type: "[ABUSIVE]"
- details: This note is abusive
- other:
- type: "[OTHER]"
- details: Other
+ states:
+ ignored: Ignored
+ open: Open
+ resolved: Resolved
+ reports:
+ new:
+ title_html: "Report %{link}"
+ categories:
+ diary_entry:
+ spam: This diary entry is/contains spam
+ offensive: This diary entry is obscene/offensive
+ threat: This diary entry contains a threat
+ other: Other
+ diary_comment:
+ spam: This diary comment is/contains spam
+ offensive: This diary comment is obscene/offensive
+ threat: This diary comment contains a threat
+ other: Other
+ user:
+ spam: This user profile is/contains spam
+ offensive: This user profile is obscene/offensive
+ threat: This user profile contains a threat
+ vandal: This user is a vandal
+ other: Other
+ note:
+ spam: This note is spam
+ personal: This note contains personal data
+ abusive: This note is abusive
+ other: Other