|
Revision 1210, 459 bytes
(checked in by gianluca311, 3 years ago)
|
|
my plugin Benutzerprofil: Anzahl der Verwarnungen
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE language SYSTEM "http://www.woltlab.com/DTDs/language.dtd"> |
|---|
| 3 | |
|---|
| 4 | <language languagecode="en"> |
|---|
| 5 | <category name="wcf.acp.group.option"> |
|---|
| 6 | <item name="wcf.acp.group.option.user.profile.canViewProfileWarningAmount"><![CDATA[User is allowed to see the warningamount in the profile]]></item> |
|---|
| 7 | <item name="wcf.acp.group.option.user.profile.canViewProfileWarningAmount.description" /> |
|---|
| 8 | </category> |
|---|
| 9 | </language> |
|---|