</ul>
</div>
{if ARTICLE_ENABLE_VISIT_TRACKING}
- <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAsRead{/lang}</a>
+ <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/if}
{/capture}
<a href="#" class="contentInteractionButton jsSubscribeButton jsOnly button small{if $category->isSubscribed()} active{/if}" data-object-type="com.woltlab.wcf.article.category" data-object-id="{@$category->categoryID}">{lang}wcf.user.objectWatch.button.subscribe{/lang}</a>
{/if}
{if ARTICLE_ENABLE_VISIT_TRACKING}
- <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAsRead{/lang}</a>
+ <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/if}
{/capture}
'wcf.page.pagePosition': '{jslang __literal=true}wcf.page.pagePosition{/jslang}',
'wcf.style.changeStyle': '{jslang}wcf.style.changeStyle{/jslang}',
'wcf.user.activityPoint': '{jslang}wcf.user.activityPoint{/jslang}',
- 'wcf.user.panel.markAllAsRead': '{jslang}wcf.user.panel.markAllAsRead{/jslang}',
- 'wcf.user.panel.markAsRead': '{jslang}wcf.user.panel.markAsRead{/jslang}',
+ 'wcf.global.button.markAllAsRead': '{jslang}wcf.global.button.markAllAsRead{/jslang}',
+ 'wcf.global.button.markAsRead': '{jslang}wcf.global.button.markAsRead{/jslang}',
'wcf.user.panel.settings': '{jslang}wcf.user.panel.settings{/jslang}',
'wcf.user.panel.showAll': '{jslang}wcf.user.panel.showAll{/jslang}',
'wcf.menu.page': '{jslang}wcf.menu.page{/jslang}',
{/capture}
{capture assign='contentInteractionButtons'}
- <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.moderation.markAllAsRead{/lang}</a>
+ <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/capture}
{include file='header'}
{capture assign='contentInteractionButtons'}
{if $__wcf->getUserNotificationHandler()->getNotificationCount()}
- <a href="#" class="jsMarkAllAsConfirmed contentInteractionButton button small jsOnly">{lang}wcf.user.notification.markAllAsConfirmed{/lang}</a>
+ <a href="#" class="jsMarkAllAsConfirmed contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/if}
{/capture}
<script data-relocate="true">
$(function() {
WCF.Language.addObject({
- 'wcf.user.notification.markAsConfirmed': '{jslang}wcf.user.notification.markAsConfirmed{/jslang}',
'wcf.user.notification.markAllAsConfirmed.confirmMessage': '{jslang}wcf.user.notification.markAllAsConfirmed.confirmMessage{/jslang}'
});
{capture assign='contentInteractionButtons'}
{if ARTICLE_ENABLE_VISIT_TRACKING}
- <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAsRead{/lang}</a>
+ <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/if}
{/capture}
{capture assign='contentInteractionButtons'}
{if ARTICLE_ENABLE_VISIT_TRACKING}
- <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAsRead{/lang}</a>
+ <a href="#" class="markAllAsReadButton contentInteractionButton button small jsOnly">{lang}wcf.global.button.markAllAsRead{/lang}</a>
{/if}
{/capture}
icon: '<span class="icon icon24 fa-check"></span>',
link: "#",
name: "markAllAsRead",
- title: Language.get("wcf.user.panel.markAllAsRead"),
+ title: Language.get("wcf.global.button.markAllAsRead"),
});
this.focusTrap = createFocusTrap(this.element, {
<div class="userMenuItemMeta"></div>
<div class="userMenuItemUnread">
<a href="#" class="userMenuItemMarkAsRead" role="button">
- <span class="icon icon24 fa-check jsTooltip" title="${Language.get("wcf.user.panel.markAsRead")}"></span>
+ <span class="icon icon24 fa-check jsTooltip" title="${Language.get("wcf.global.button.markAsRead")}"></span>
</a>
</div>
`;
if (this._options.enableMarkAsRead) {
var $outstandingItems = this._dropdown.getItemList().children('.interactiveDropdownItemOutstanding');
if (this._markAllAsReadLink === null && $outstandingItems.length) {
- var $button = this._markAllAsReadLink = $('<li class="interactiveDropdownItemMarkAllAsRead"><a href="#" title="' + WCF.Language.get('wcf.user.panel.markAllAsRead') + '" class="jsTooltip"><span class="icon icon24 fa-check" /></a></li>').appendTo(this._dropdown.getLinkList());
+ var $button = this._markAllAsReadLink = $('<li class="interactiveDropdownItemMarkAllAsRead"><a href="#" title="' + WCF.Language.get('wcf.global.button.markAllAsRead') + '" class="jsTooltip"><span class="icon icon24 fa-check" /></a></li>').appendTo(this._dropdown.getLinkList());
$button.click((function (event) {
this._dropdown.close();
var $item = $(item).addClass('interactiveDropdownItemOutstandingIcon');
var $objectID = $item.data('objectID');
- var $button = $('<div class="interactiveDropdownItemMarkAsRead"><a href="#" title="' + WCF.Language.get('wcf.user.panel.markAsRead') + '" class="jsTooltip"><span class="icon icon16 fa-check" /></a></div>').appendTo($item);
+ var $button = $('<div class="interactiveDropdownItemMarkAsRead"><a href="#" title="' + WCF.Language.get('wcf.global.button.markAsRead') + '" class="jsTooltip"><span class="icon icon16 fa-check" /></a></div>').appendTo($item);
$button.click((function (event) {
this._markAsRead(event, $objectID);
if (!$item.data('isRead')) {
$item.find('a:not(.userLink)').prop('href', $item.data('link'));
- var $markAsConfirmed = $('<a href="#" class="icon icon24 fa-check notificationItemMarkAsConfirmed jsTooltip" title="' + WCF.Language.get('wcf.user.notification.markAsConfirmed') + '" />').appendTo($item);
+ var $markAsConfirmed = $('<a href="#" class="icon icon24 fa-check notificationItemMarkAsConfirmed jsTooltip" title="' + WCF.Language.get('wcf.global.button.markAsRead') + '" />').appendTo($item);
$markAsConfirmed.click($.proxy(this._markAsConfirmed, this));
}
}).bind(this));
icon: '<span class="icon icon24 fa-check"></span>',
link: "#",
name: "markAllAsRead",
- title: Language.get("wcf.user.panel.markAllAsRead"),
+ title: Language.get("wcf.global.button.markAllAsRead"),
});
this.focusTrap = (0, focus_trap_1.createFocusTrap)(this.element, {
allowOutsideClick: true,
<div class="userMenuItemMeta"></div>
<div class="userMenuItemUnread">
<a href="#" class="userMenuItemMarkAsRead" role="button">
- <span class="icon icon24 fa-check jsTooltip" title="${Language.get("wcf.user.panel.markAsRead")}"></span>
+ <span class="icon icon24 fa-check jsTooltip" title="${Language.get("wcf.global.button.markAsRead")}"></span>
</a>
</div>
`;
<item name="wcf.global.button.showMenu"><![CDATA[Menü anzeigen]]></item>
<item name="wcf.global.button.hideMenu"><![CDATA[Menü verbergen]]></item>
<item name="wcf.global.button.markAsRead"><![CDATA[Als gelesen markieren]]></item>
+ <item name="wcf.global.button.markAllAsRead"><![CDATA[Alle als gelesen markieren]]></item>
<item name="wcf.global.rss.copy"><![CDATA[Link kopieren]]></item>
<item name="wcf.global.rss.copy.success"><![CDATA[Der Link wurde erfolgreich kopiert.]]></item>
<item name="wcf.global.rss.accessToken.info"><![CDATA[Der Link zum anonymen RSS-Feed enthält nur Inhalte, auf die Gäste Zugriff haben. Der Link zum personalisierten RSS-Feed enthält alle Inhalte, auf die {if LANGUAGE_USE_INFORMAL_VARIANT}du{else}Sie{/if} Zugriff {if LANGUAGE_USE_INFORMAL_VARIANT}hast{else}haben{/if}.]]></item>
<item name="wcf.moderation.deletedContent.objectTypes"><![CDATA[Gelöschte Inhalte]]></item>
<item name="wcf.moderation.comments.description"><![CDATA[Diese Kommentare sind intern und nur für Moderatoren einsehbar]]></item>
<item name="wcf.moderation.jumpToContent"><![CDATA[Zum Inhalt gehen]]></item>
- <item name="wcf.moderation.markAllAsRead"><![CDATA[Alle Einträge als gelesen markieren]]></item>
<item name="wcf.moderation.markAsRead.doubleClick"><![CDATA[Eintrag durch Doppelklick als gelesen markieren]]></item>
<item name="wcf.moderation.comments"><![CDATA[Kommentare]]></item>
<item name="wcf.moderation.username"><![CDATA[Autor]]></item>
<item name="wcf.user.birthdayToday"><![CDATA[Hat heute Geburtstag]]></item>
<item name="wcf.user.login.blocked"><![CDATA[Aufgrund einer hohen Anzahl von fehlgeschlagenen Anmeldeversuchen durch {if LANGUAGE_USE_INFORMAL_VARIANT}deine{else}Ihre{/if} IP-Adresse steht {if LANGUAGE_USE_INFORMAL_VARIANT}dir{else}Ihnen{/if} die Anmeldung aus Sicherheitsgründen vorübergehend nicht zur Verfügung. Bitte {if LANGUAGE_USE_INFORMAL_VARIANT}versuche{else}versuchen Sie{/if} es später erneut!]]></item>
<item name="wcf.user.banned"><![CDATA[Der Benutzer {$user->username} wurde{if $user->banExpires != 0} bis zum {@$user->banExpires|date}{/if} gesperrt.]]></item>
- <item name="wcf.user.panel.markAllAsRead"><![CDATA[Alle als gelesen markieren]]></item>
- <item name="wcf.user.panel.markAsRead"><![CDATA[Als gelesen markieren]]></item>
<item name="wcf.user.panel.settings"><![CDATA[Einstellungen]]></item>
<item name="wcf.user.panel.showAll"><![CDATA[Alle anzeigen]]></item>
<item name="wcf.user.boxList.description.activityPoints"><![CDATA[{#$boxUser->activityPoints} Punkt{if $boxUser->activityPoints != 1}e{/if}]]></item>
<category name="wcf.user.notification">
<item name="wcf.user.notification.button.confirmed"><![CDATA[OK]]></item>
<item name="wcf.user.notification.count"><![CDATA[if (data.returnValues.count == 0) { "Keine Benachrichtigungen" } else if (data.returnValues.count == 1) { "Eine Benachrichtigung" } else { data.returnValues.count + " Benachrichtigungen" }]]></item>
- <item name="wcf.user.notification.markAllAsConfirmed"><![CDATA[Alle als gelesen markieren]]></item>
<item name="wcf.user.notification.markAllAsConfirmed.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} wirklich alle Benachrichtigungen als gelesen markieren?]]></item>
- <item name="wcf.user.notification.markAsConfirmed"><![CDATA[Als gelesen markieren]]></item>
<item name="wcf.user.notification.noMoreNotifications"><![CDATA[Keine aktuellen Benachrichtigungen]]></item>
<item name="wcf.user.notification.noNotifications"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Du hast{else}Sie haben{/if} keine Benachrichtigungen.]]></item>
<item name="wcf.user.notification.notifications"><![CDATA[Benachrichtigungen]]></item>
<item name="wcf.user.logout.sure"/>
<item name="wcf.acp.dataImport.existingMapping.confirmMessage"/>
<item name="wcf.article.markAllAsRead" />
+ <item name="wcf.moderation.markAllAsRead" />
+ <item name="wcf.user.notification.markAllAsConfirmed" />
+ <item name="wcf.user.notification.markAsConfirmed" />
+ <item name="wcf.user.panel.markAllAsRead" />
+ <item name="wcf.user.panel.markAsRead" />
</delete>
</language>
<item name="wcf.global.button.showMenu"><![CDATA[Show Menu]]></item>
<item name="wcf.global.button.hideMenu"><![CDATA[Hide Menu]]></item>
<item name="wcf.global.button.markAsRead"><![CDATA[Mark as Read]]></item>
+ <item name="wcf.global.button.markAllAsRead"><![CDATA[Mark All as Read]]></item>
<item name="wcf.global.rss.copy"><![CDATA[Copy Link]]></item>
<item name="wcf.global.rss.copy.success"><![CDATA[The link has been copied successfully.]]></item>
<item name="wcf.global.rss.accessToken.info"><![CDATA[The link to the anonymous RSS feed only contains contents that guests can access. The link to the personalized RSS feed contains all contents that you can access.]]></item>
<item name="wcf.moderation.deletedContent.objectTypes"><![CDATA[Deleted Content]]></item>
<item name="wcf.moderation.comments.description"><![CDATA[All comments are internal and will not be exposed to non-moderators.]]></item>
<item name="wcf.moderation.jumpToContent"><![CDATA[Go to Related Content]]></item>
- <item name="wcf.moderation.markAllAsRead"><![CDATA[Mark All Items Read]]></item>
<item name="wcf.moderation.markAsRead.doubleClick"><![CDATA[Double-Click to Mark This Item Read]]></item>
<item name="wcf.moderation.comments"><![CDATA[Comments]]></item>
<item name="wcf.moderation.username"><![CDATA[Author]]></item>
<item name="wcf.user.birthdayToday"><![CDATA[It is their birthday]]></item>
<item name="wcf.user.login.blocked"><![CDATA[There have been too many failed login attempts originating from your IP address, your login attempts will be temporarily rejected for security reasons. Please try again later!]]></item>
<item name="wcf.user.banned"><![CDATA[The user “{$user->username}” has been banned{if $user->banExpires != 0} until {@$user->banExpires|date}{/if}.]]></item>
- <item name="wcf.user.panel.markAllAsRead"><![CDATA[Mark All as Read]]></item>
- <item name="wcf.user.panel.markAsRead"><![CDATA[Mark as Read]]></item>
<item name="wcf.user.panel.settings"><![CDATA[Settings]]></item>
<item name="wcf.user.panel.showAll"><![CDATA[Display All]]></item>
<item name="wcf.user.boxList.description.activityPoints"><![CDATA[{#$boxUser->activityPoints} Point{if $boxUser->activityPoints != 1}s{/if}]]></item>
<category name="wcf.user.notification">
<item name="wcf.user.notification.button.confirmed"><![CDATA[OK]]></item>
<item name="wcf.user.notification.count"><![CDATA[if (data.returnValues.count == 0) { "No Notifications" } else if (data.returnValues.count == 1) { "1 Notification" } else { data.returnValues.count + " Notifications" }]]></item>
- <item name="wcf.user.notification.markAllAsConfirmed"><![CDATA[Mark All as Read]]></item>
<item name="wcf.user.notification.markAllAsConfirmed.confirmMessage"><![CDATA[Do you really want to mark all notifications as read?]]></item>
- <item name="wcf.user.notification.markAsConfirmed"><![CDATA[Mark as Read]]></item>
<item name="wcf.user.notification.noMoreNotifications"><![CDATA[You have no recent notifications.]]></item>
<item name="wcf.user.notification.noNotifications"><![CDATA[There are no notifications at the moment.]]></item>
<item name="wcf.user.notification.notifications"><![CDATA[Notifications]]></item>
<item name="wcf.user.logout.sure"/>
<item name="wcf.acp.dataImport.existingMapping.confirmMessage"/>
<item name="wcf.article.markAllAsRead" />
+ <item name="wcf.moderation.markAllAsRead" />
+ <item name="wcf.user.notification.markAllAsConfirmed" />
+ <item name="wcf.user.notification.markAsConfirmed" />
+ <item name="wcf.user.panel.markAllAsRead" />
+ <item name="wcf.user.panel.markAsRead" />
</delete>
</language>