{{i18n user.card_badge.title}}
+{{i18n 'user.card_badge.title'}}
{{countI18n topic.multi_select.description countBinding="selectedPostsCount"}}
{{#if canSelectAll}} -{{i18n topic.multi_select.select_all}}
+{{i18n 'topic.multi_select.select_all'}}
{{/if}} {{#if canDeselectAll}} -{{i18n topic.multi_select.deselect_all}}
+{{i18n 'topic.multi_select.deselect_all'}}
{{/if}} {{#if canDeleteSelected}} -{{i18n topic.multi_select.cancel}}
+{{i18n 'topic.multi_select.cancel'}}
diff --git a/app/assets/javascripts/discourse/templates/share.hbs b/app/assets/javascripts/discourse/templates/share.hbs index d81da9289b..0797ac7233 100644 --- a/app/assets/javascripts/discourse/templates/share.hbs +++ b/app/assets/javascripts/discourse/templates/share.hbs @@ -1,13 +1,20 @@ -{{view.title}}
+{{#if controller.link}} +{{view.title}}
-{{#if date}} - {{displayDate}} + {{#if date}} + {{displayDate}} + {{/if}} + +-
+ {{#if showAdminLinks}}
+
- + {{i18n 'admin_title'}} + +
- + + {{i18n 'flags_title'}} + {{#if flaggedPostsCount}} + {{flaggedPostsCount}} + {{/if}} + + + {{/if}} +
- + {{i18n 'filters.latest.title'}} + + {{#if showBadgesLink}} +
- + {{i18n 'badges.title'}} + + {{/if}} + + {{plugin-outlet "site-map-links"}} + + {{#if showKeyboardShortcuts}} +
- {{i18n 'keyboard_shortcuts_help.title'}} + {{/if}} +
- + {{i18n 'faq'}} + +
- + {{#link-to 'about'}}{{i18n 'about.simple_title'}}{{/link-to}} + + {{#if showMobileToggle}} +
- {{boundI18n mobileViewLinkTextKey}} + {{/if}} +
-
+
- + {{#link-to "discovery.categories"}}{{i18n 'filters.categories.title'}}{{/link-to}} + + + {{#each c in categories itemController='site-map-category'}} +
- + {{category-link c allowUncategorized="true"}} + + {{#if c.unreadTotal}} + {{c.unreadTotal}} + {{/if}} + + {{#if c.showTopicCount}} + {{unbound c.topic_count}} + {{/if}} + + {{/each}} +
-
- {{#if showAdminLinks}}
-
- - {{i18n admin_title}} - -
- - - {{i18n flags_title}} - {{#if flaggedPostsCount}} - {{flaggedPostsCount}} - {{/if}} - - - {{/if}} -
- - {{i18n filters.latest.title}} - - {{#if showBadgesLink}} -
- - {{i18n badges.title}} - - {{/if}} - {{#if showKeyboardShortcuts}} -
- {{i18n keyboard_shortcuts_help.title}} - {{/if}} -
- - {{i18n faq}} - -
- - {{#link-to 'about'}}{{i18n about.simple_title}}{{/link-to}} - - {{#if showMobileToggle}} -
- {{boundI18n mobileViewLinkTextKey}} - {{/if}} -
-
-
- - {{#link-to "discovery.categories"}}{{i18n filters.categories.title}}{{/link-to}} - - - {{#each categories itemController='site-map-category'}} -
- - {{category-link this allowUncategorized=true showParent=true}} - - {{#if unreadTotal}} - {{unreadTotal}} - {{/if}} - - {{#if showTopicCount}} - {{unbound topic_count}} - {{/if}} - - {{/each}} -