'wcf.acp.user.ban.neverExpires': '{lang}wcf.acp.user.ban.neverExpires{/lang}',
'wcf.acp.user.sendNewPassword.workerTitle': '{lang}wcf.acp.user.sendNewPassword.workerTitle{/lang}',
'wcf.acp.worker.abort.confirmMessage': '{lang}wcf.acp.worker.abort.confirmMessage{/lang}',
- 'wcf.acp.user.content.removeContent': '{lang}wcf.acp.user.content.removeContent{/lang}',
- 'wcf.acp.user.content.removeContent.confirmMessage': '{lang}wcf.acp.user.content.removeContent.confirmMessage{/lang}',
+ 'wcf.acp.content.removeContent': '{lang}wcf.acp.content.removeContent{/lang}'
});
WCF.ACP.User.BanHandler.init();
{if $user->deletable}
<li class="dropdownDivider"></li>
<li><a href="#" class="jsDispatchDelete">{lang}wcf.global.button.delete{/lang}</a></li>
- <li><a href="#" class="jsDeleteContent">{lang}wcf.acp.user.content.removeContent{/lang}</a></li>
+ <li><a href="#" class="jsDeleteContent">{lang}wcf.acp.content.removeContent{/lang}</a></li>
{/if}
{if $user->editable}
new Worker({
// dialog
dialogId: 'removeContentWorker',
- dialogTitle: Language.get('wcf.acp.user.content.removeContent'),
+ dialogTitle: Language.get('wcf.acp.content.removeContent'),
// ajax
className: '\\wcf\\system\\worker\\UserContentRemoveWorker',
return {
id: 'userRemoveContentHandler-' + this._userId,
options: {
- title: Language.get('wcf.acp.user.content.removeContent')
+ title: Language.get('wcf.acp.content.removeContent')
},
source: null
};
<item name="wcf.acp.contact.settings"><![CDATA[Kontaktformular bearbeiten]]></item>
</category>
<category name="wcf.acp.content">
+ <item name="wcf.acp.content.removeContent"><![CDATA[Inhalte des Benutzers löschen]]></item>
<item name="wcf.acp.content.provider.removeContentSectionTitle"><![CDATA[Inhalte]]></item>
<item name="wcf.acp.content.provider.removeContentInfo"><![CDATA[Bitte {if LANGUAGE_USE_INFORMAL_VARIANT}wähle{else}wählen Sie{/if} aus, welche Inhalte vom Benutzer „<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user->username}</a>“ gelöscht werden sollen.]]></item>
<item name="wcf.acp.content.provider.removeContentWarning"><![CDATA[<strong>Achtung</strong>: Der ausgewählte Inhalt wird nach dem Absenden <strong>unwiderruflich und ohne zusätzliche Sicherheitsabfrage</strong> gelöscht!]]></item>
<item name="wcf.acp.user.action.sendNewPassword"><![CDATA[Neues Passwort zusenden]]></item>
<item name="wcf.acp.user.action.sendNewPassword.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} diesem Benutzer wirklich ein neues Kennwort zusenden?]]></item>
<item name="wcf.acp.user.exportGdpr"><![CDATA[Persönliche Daten exportieren (DSGVO)]]></item>
- <item name="wcf.acp.user.content.removeContent"><![CDATA[Inhalte des Benutzers löschen]]></item>
- <item name="wcf.acp.user.content.removeContent.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} wirklich alle Inhalte von dem Benutzer löschen?]]></item>
</category>
<category name="wcf.acp.worker">
<item name="wcf.acp.worker.abort.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} die Ausführung wirklich abbrechen?]]></item>
<item name="wcf.acp.user.action.sendNewPassword"><![CDATA[Send New Password]]></item>
<item name="wcf.acp.user.action.sendNewPassword.confirmMessage"><![CDATA[Do you really want to send a new password to this user?]]></item>
<item name="wcf.acp.user.exportGdpr"><![CDATA[Export Personal Data (GDPR)]]></item>
- <item name="wcf.acp.user.content.removeContent"><![CDATA[Delete User Content]]></item>
- <item name="wcf.acp.user.content.removeContent.confirmMessage"><![CDATA[Do you really want to delete all user content from this user?]]></item>
</category>
<category name="wcf.acp.worker">
<item name="wcf.acp.worker.abort.confirmMessage"><![CDATA[Do you really want to terminate the execution?]]></item>
<item name="wcf.acp.contact.settings"><![CDATA[Edit Contact Form]]></item>
</category>
<category name="wcf.acp.content">
+ <item name="wcf.acp.content.removeContent"><![CDATA[Delete User Content]]></item>
<item name="wcf.acp.content.provider.removeContentSectionTitle"><![CDATA[Content]]></item>
<item name="wcf.acp.content.provider.removeContentInfo"><![CDATA[Please select which content of the user “<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user->username}</a>” should be deleted.]]></item>
<item name="wcf.acp.content.provider.removeContentWarning"><![CDATA[<strong>Heads up</strong>: The content will be deleted irrevocably and without any further confirmation prompt!]]></item>