nodebb-theme-persona 13.2.36 → 13.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/package.json +1 -1
  2. package/templates/account/blocks.tpl +3 -3
  3. package/templates/account/categories.tpl +1 -1
  4. package/templates/account/consent.tpl +15 -15
  5. package/templates/account/edit/password.tpl +6 -6
  6. package/templates/account/edit/username.tpl +3 -3
  7. package/templates/account/edit.tpl +7 -7
  8. package/templates/account/followers.tpl +1 -1
  9. package/templates/account/following.tpl +1 -1
  10. package/templates/account/groups.tpl +1 -1
  11. package/templates/account/info.tpl +5 -5
  12. package/templates/account/profile.tpl +2 -2
  13. package/templates/account/sessions.tpl +1 -1
  14. package/templates/account/settings.tpl +31 -31
  15. package/templates/account/theme.tpl +1 -1
  16. package/templates/account/topics.tpl +1 -1
  17. package/templates/category.tpl +2 -2
  18. package/templates/chat.tpl +1 -1
  19. package/templates/chats.tpl +1 -1
  20. package/templates/flags/detail.tpl +7 -7
  21. package/templates/groups/details.tpl +1 -1
  22. package/templates/groups/list.tpl +5 -5
  23. package/templates/login.tpl +5 -5
  24. package/templates/notifications.tpl +2 -2
  25. package/templates/partials/account/menu.tpl +13 -13
  26. package/templates/partials/buttons/newTopic.tpl +1 -1
  27. package/templates/partials/categories/lastpost.tpl +1 -1
  28. package/templates/partials/category/filter-dropdown-content.tpl +2 -2
  29. package/templates/partials/category/selector-dropdown-content.tpl +1 -1
  30. package/templates/partials/category/sort.tpl +6 -6
  31. package/templates/partials/category/tools.tpl +13 -13
  32. package/templates/partials/chats/dropdown.tpl +1 -1
  33. package/templates/partials/chats/message-window.tpl +1 -1
  34. package/templates/partials/chats-menu.tpl +2 -2
  35. package/templates/partials/groups/admin.tpl +14 -14
  36. package/templates/partials/header/chats.tpl +2 -2
  37. package/templates/partials/header/notifications.tpl +2 -2
  38. package/templates/partials/notifications_list.tpl +1 -1
  39. package/templates/partials/post_bar.tpl +2 -2
  40. package/templates/partials/posts_list_item.tpl +1 -1
  41. package/templates/partials/search-results.tpl +1 -1
  42. package/templates/partials/topic/navigator.tpl +1 -1
  43. package/templates/partials/topic/post-editor.tpl +1 -1
  44. package/templates/partials/topic/post-menu-list.tpl +1 -1
  45. package/templates/partials/topic/post.tpl +2 -2
  46. package/templates/partials/topic/quickreply.tpl +1 -1
  47. package/templates/partials/topic/sort.tpl +4 -4
  48. package/templates/partials/topic/tools.tpl +1 -1
  49. package/templates/partials/topic/topic-menu-list.tpl +14 -14
  50. package/templates/partials/topics_list.tpl +1 -1
  51. package/templates/partials/users_list_menu.tpl +3 -3
  52. package/templates/popular.tpl +1 -1
  53. package/templates/recent.tpl +1 -1
  54. package/templates/register.tpl +8 -8
  55. package/templates/tag.tpl +2 -2
  56. package/templates/tags.tpl +1 -1
  57. package/templates/top.tpl +1 -1
  58. package/templates/unread.tpl +2 -2
@@ -12,7 +12,7 @@
12
12
  <div class="login-block">
13
13
  <div class="alert alert-danger alert-dismissible" id="login-error-notify" {{{ if error }}}style="display:block"{{{ else }}}style="display: none;"{{{ end }}}>
14
14
  <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
15
- <strong>[[login:failed_login_attempt]]</strong>
15
+ <strong>[[login:failed-login-attempt]]</strong>
16
16
  <p>{error}</p>
17
17
  </div>
18
18
 
@@ -36,7 +36,7 @@
36
36
  <div class="col-lg-10 offset-lg-2">
37
37
  <div class="form-check">
38
38
  <input class="form-check-input" type="checkbox" name="remember" id="remember" checked />
39
- <label class="form-check-label" for="remember">[[login:remember_me]]</label>
39
+ <label class="form-check-label" for="remember">[[login:remember-me]]</label>
40
40
  </div>
41
41
  </div>
42
42
  </div>
@@ -56,11 +56,11 @@
56
56
  <div class="row">
57
57
  <div class="col-lg-10 offset-lg-2">
58
58
  {{{ if allowRegistration }}}
59
- <div>[[login:dont_have_account]] <a href="{config.relative_path}/register">[[register:register]]</a></div>
59
+ <div>[[login:dont-have-account]] <a href="{config.relative_path}/register">[[register:register]]</a></div>
60
60
  {{{ end }}}
61
61
  {{{ if allowPasswordReset }}}
62
62
  <div>
63
- <a id="reset-link" href="{config.relative_path}/reset">[[login:forgot_password]]</a>
63
+ <a id="reset-link" href="{config.relative_path}/reset">[[login:forgot-password]]</a>
64
64
  </div>
65
65
  {{{ end }}}
66
66
  </div>
@@ -73,7 +73,7 @@
73
73
  {{{ if alternate_logins }}}
74
74
  <div class="{{{ if allowLocalLogin }}}col-md-6{{{ else }}}col-md-12{{{ end }}}">
75
75
  <div class="alt-login-block">
76
- <h4>[[login:alternative_logins]]</h4>
76
+ <h4>[[login:alternative-logins]]</h4>
77
77
  <ul class="alt-logins">
78
78
  {{{each authentication}}}
79
79
  <li class="{authentication.name}"><a rel="nofollow noopener noreferrer" target="_top" href="{config.relative_path}{authentication.url}"><i class="fa {authentication.icon} fa-3x"></i></a></li>
@@ -26,7 +26,7 @@
26
26
  <span class="caret"></span>
27
27
  </button>
28
28
  <ul class="dropdown-menu dropdown-menu-end" role="menu" aria-labelledby="dropdownMenu1">
29
- <li role="presentation"><a class="dropdown-item" role="menuitem" tabindex="-1" href="#" component="notifications/mark_all">[[notifications:mark_all_read]]</a></li>
29
+ <li role="presentation"><a class="dropdown-item" role="menuitem" tabindex="-1" href="#" component="notifications/mark_all">[[notifications:mark-all-read]]</a></li>
30
30
  </ul>
31
31
  </div>
32
32
  </div>
@@ -34,7 +34,7 @@
34
34
  <hr />
35
35
 
36
36
  <div class="alert alert-info {{{ if notifications.length }}}hidden{{{ end }}}">
37
- [[notifications:no_notifs]]
37
+ [[notifications:no-notifs]]
38
38
  </div>
39
39
 
40
40
  <ul class="notifications-list list-unstyled" data-nextstart="{nextStart}">
@@ -8,20 +8,20 @@
8
8
  <!-- IF !banned -->
9
9
  <!-- IF !config.disableChat -->
10
10
  <li class="<!-- IF !hasPrivateChat -->hidden<!-- ENDIF !hasPrivateChat -->">
11
- <a class="dropdown-item" component="account/chat" href="#">[[user:chat_with, {username}]]</a>
11
+ <a class="dropdown-item" component="account/chat" href="#">[[user:chat-with, {username}]]</a>
12
12
  </li>
13
13
  <li>
14
- <a class="dropdown-item" component="account/new-chat" href="#">[[user:new_chat_with, {username}]]</a>
14
+ <a class="dropdown-item" component="account/new-chat" href="#">[[user:new-chat-with, {username}]]</a>
15
15
  </li>
16
16
  <!-- ENDIF !config.disableChat -->
17
17
  <li>
18
18
  <a class="dropdown-item" component="account/flag" href="#">[[user:flag-profile]]</a>
19
19
  </li>
20
20
  <li>
21
- <a class="dropdown-item {{{ if ./isBlocked }}}hidden{{{ end }}}" component="account/block" href="#">[[user:block_user]]</a>
21
+ <a class="dropdown-item {{{ if ./isBlocked }}}hidden{{{ end }}}" component="account/block" href="#">[[user:block-user]]</a>
22
22
  </li>
23
23
  <li>
24
- <a class="dropdown-item {{{ if !./isBlocked }}}hidden{{{ end }}}" component="account/unblock" href="#">[[user:unblock_user]]</a>
24
+ <a class="dropdown-item {{{ if !./isBlocked }}}hidden{{{ end }}}" component="account/unblock" href="#">[[user:unblock-user]]</a>
25
25
  </li>
26
26
  <li role="separator" class="dropdown-divider"></li>
27
27
  <!-- ENDIF !banned -->
@@ -38,29 +38,29 @@
38
38
  <!-- IF !isSelf -->
39
39
  {{{ if (canBan || canMute) }}}
40
40
  <li role="separator" class="dropdown-divider"></li>
41
- <li class="dropdown-header">[[user:admin_actions_label]]</li>
41
+ <li class="dropdown-header">[[user:admin-actions-label]]</li>
42
42
  {{{ end }}}
43
43
  {{{ if canBan }}}
44
44
  <li class="<!-- IF banned -->hide<!-- ENDIF banned -->">
45
- <a class="dropdown-item" component="account/ban" href="#">[[user:ban_account]]</a>
45
+ <a class="dropdown-item" component="account/ban" href="#">[[user:ban-account]]</a>
46
46
  </li>
47
47
  <li class="<!-- IF !banned -->hide<!-- ENDIF !banned -->">
48
- <a class="dropdown-item" component="account/unban" href="#">[[user:unban_account]]</a>
48
+ <a class="dropdown-item" component="account/unban" href="#">[[user:unban-account]]</a>
49
49
  </li>
50
50
  {{{ end }}}
51
51
  {{{ if canMute }}}
52
52
  <li class="<!-- IF muted -->hide<!-- ENDIF muted -->">
53
- <a class="dropdown-item" component="account/mute" href="#">[[user:mute_account]]</a>
53
+ <a class="dropdown-item" component="account/mute" href="#">[[user:mute-account]]</a>
54
54
  </li>
55
55
  <li class="<!-- IF !muted -->hide<!-- ENDIF !muted -->">
56
- <a class="dropdown-item" component="account/unmute" href="#">[[user:unmute_account]]</a>
56
+ <a class="dropdown-item" component="account/unmute" href="#">[[user:unmute-account]]</a>
57
57
  </li>
58
58
  {{{ end }}}
59
59
  <!-- IF isAdmin -->
60
60
  <li>
61
- <a component="account/delete-account" href="#" class="dropdown-item">[[user:delete_account_as_admin]]</a>
62
- <a component="account/delete-content" href="#" class="dropdown-item">[[user:delete_content]]</a>
63
- <a component="account/delete-all" href="#" class="dropdown-item">[[user:delete_all]]</a>
61
+ <a component="account/delete-account" href="#" class="dropdown-item">[[user:delete-account-as-admin]]</a>
62
+ <a component="account/delete-content" href="#" class="dropdown-item">[[user:delete-content]]</a>
63
+ <a component="account/delete-all" href="#" class="dropdown-item">[[user:delete-all]]</a>
64
64
  </li>
65
65
  <!-- ENDIF isAdmin -->
66
66
  <!-- ENDIF !isSelf -->
@@ -81,7 +81,7 @@
81
81
  <li><a class="dropdown-item d-flex justify-content-between align-items-center" href="{config.relative_path}/user/{userslug}/groups">[[global:header.groups]] <span class="badge bg-secondary rounded-pill ms-2" title="{counts.groups}">{formattedNumber(counts.groups)}</span></a></li>
82
82
 
83
83
  <!-- IF canEdit -->
84
- <li><a class="dropdown-item d-flex justify-content-between align-items-center" href="{config.relative_path}/user/{userslug}/categories">[[user:watched_categories]] <span class="badge bg-secondary rounded-pill ms-2" title="{counts.categoriesWatched}">{formattedNumber(counts.categoriesWatched)}</span></a></li>
84
+ <li><a class="dropdown-item d-flex justify-content-between align-items-center" href="{config.relative_path}/user/{userslug}/categories">[[user:watched-categories]] <span class="badge bg-secondary rounded-pill ms-2" title="{counts.categoriesWatched}">{formattedNumber(counts.categoriesWatched)}</span></a></li>
85
85
  {{{ if isSelf }}}
86
86
  <li><a class="dropdown-item d-flex justify-content-between align-items-center" href="{config.relative_path}/user/{userslug}/tags">
87
87
  [[user:watched-tags]] <span class="badge bg-secondary rounded-pill ms-2" title="{counts.tagsWatched}">{formattedNumber(counts.tagsWatched)}</span></a></li>
@@ -1,6 +1,6 @@
1
1
  <noscript><div class="dropdown" component="category-selector"></noscript>
2
2
  <button component="category/post" for="category-dropdown-check" class="btn btn-primary text-nowrap" id="new_topic" role="button">
3
- [[category:new_topic_button]]
3
+ [[category:new-topic-button]]
4
4
  </button>
5
5
  <noscript>
6
6
  <input type="checkbox" class="hidden" id="category-dropdown-check" aria-hidden="true">
@@ -19,7 +19,7 @@
19
19
  <!-- IF !../posts.length -->
20
20
  <div component="category/posts">
21
21
  <div class="post-content">
22
- [[category:no_new_posts]]
22
+ [[category:no-new-posts]]
23
23
  </div>
24
24
  </div>
25
25
  <!-- ENDIF !../posts.length -->
@@ -6,14 +6,14 @@
6
6
  </span>
7
7
  {{{ else }}}
8
8
  <i class="fa fa-fw fa-list"></i>
9
- <span class="visible-md-inline visible-lg-inline">[[unread:all_categories]]</span>{{{ end }}}
9
+ <span class="visible-md-inline visible-lg-inline">[[unread:all-categories]]</span>{{{ end }}}
10
10
  </button>
11
11
  <div component="category-selector-search" class="hidden position-absolute">
12
12
  <input type="text" class="form-control" placeholder="[[search:type-to-search]]" autocomplete="off">
13
13
  </div>
14
14
  <ul component="category/list" class="dropdown-menu category-dropdown-menu" role="menu">
15
15
  <li role="presentation" class="category" data-cid="all">
16
- <a class="dropdown-item" role="menu-item" href="{{{ if allCategoriesUrl }}}{config.relative_path}/{allCategoriesUrl}{{{ else }}}#{{{ end }}}"><i component="category/select/icon" class="fa fa-fw fa-check {{{if selectedCategory}}}invisible{{{end}}}"></i> [[unread:all_categories]]</a>
16
+ <a class="dropdown-item" role="menu-item" href="{{{ if allCategoriesUrl }}}{config.relative_path}/{allCategoriesUrl}{{{ else }}}#{{{ end }}}"><i component="category/select/icon" class="fa fa-fw fa-check {{{if selectedCategory}}}invisible{{{end}}}"></i> [[unread:all-categories]]</a>
17
17
  </li>
18
18
  {{{each categoryItems}}}
19
19
  <li role="presentation" class="category {{{ if ../disabledClass }}}disabled{{{ end }}}" data-cid="{../cid}" data-parent-cid="{../parentCid}" data-name="{../name}">
@@ -6,7 +6,7 @@
6
6
  {selectedCategory.name}
7
7
  </span>
8
8
  {{{ else }}}
9
- <span class="visible-sm-inline visible-md-inline visible-lg-inline">{{{ if selectCategoryLabel }}}{selectCategoryLabel}{{{ else }}}[[topic:thread_tools.select_category]]{{{ end }}}</span><span class="visible-xs-inline"><i class="fa fa-fw {{{ if selectCategoryIcon }}}{selectCategoryIcon}{{{ else }}}fa-list{{{ end }}}"></i></span>
9
+ <span class="visible-sm-inline visible-md-inline visible-lg-inline">{{{ if selectCategoryLabel }}}{selectCategoryLabel}{{{ else }}}[[topic:thread-tools.select-category]]{{{ end }}}</span><span class="visible-xs-inline"><i class="fa fa-fw {{{ if selectCategoryIcon }}}{selectCategoryIcon}{{{ else }}}fa-list{{{ end }}}"></i></span>
10
10
  {{{ end }}}</span> <span class="caret"></span>
11
11
  </button>
12
12
  <div component="category-selector-search" class="hidden position-absolute">
@@ -1,15 +1,15 @@
1
1
  <div class="btn-group bottom-sheet" component="thread/sort">
2
2
  <button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
3
- <span class="visible-sm-inline visible-md-inline visible-lg-inline">[[topic:sort_by]]</span>
3
+ <span class="visible-sm-inline visible-md-inline visible-lg-inline">[[topic:sort-by]]</span>
4
4
  <span class="visible-xs-inline"><i class="fa fa-fw fa-sort"></i></span>
5
5
  <span class="caret"></span>
6
6
  </button>
7
7
 
8
8
  <ul class="dropdown-menu dropdown-menu-end">
9
- <li><a class="dropdown-item" href="#" class="newest_to_oldest" data-sort="newest_to_oldest"><i class="fa fa-fw"></i> [[topic:newest_to_oldest]]</a></li>
10
- <li><a class="dropdown-item" href="#" class="oldest_to_newest" data-sort="oldest_to_newest"><i class="fa fa-fw"></i> [[topic:oldest_to_newest]]</a></li>
11
- <li><a class="dropdown-item" href="#" class="most_posts" data-sort="most_posts"><i class="fa fa-fw"></i> [[topic:most_posts]]</a></li>
12
- <li><a class="dropdown-item" href="#" class="most_votes" data-sort="most_votes"><i class="fa fa-fw"></i> [[topic:most_votes]]</a></li>
13
- <li><a class="dropdown-item" href="#" class="most_views" data-sort="most_views"><i class="fa fa-fw"></i> [[topic:most_views]]</a></li>
9
+ <li><a class="dropdown-item" href="#" class="newest_to_oldest" data-sort="newest_to_oldest"><i class="fa fa-fw"></i> [[topic:newest-to-oldest]]</a></li>
10
+ <li><a class="dropdown-item" href="#" class="oldest_to_newest" data-sort="oldest_to_newest"><i class="fa fa-fw"></i> [[topic:oldest-to-newest]]</a></li>
11
+ <li><a class="dropdown-item" href="#" class="most_posts" data-sort="most_posts"><i class="fa fa-fw"></i> [[topic:most-posts]]</a></li>
12
+ <li><a class="dropdown-item" href="#" class="most_votes" data-sort="most_votes"><i class="fa fa-fw"></i> [[topic:most-votes]]</a></li>
13
+ <li><a class="dropdown-item" href="#" class="most_views" data-sort="most_views"><i class="fa fa-fw"></i> [[topic:most-views]]</a></li>
14
14
  </ul>
15
15
  </div>
@@ -1,35 +1,35 @@
1
1
  <!-- IF showTopicTools -->
2
2
  <div class="btn-group thread-tools bottom-sheet">
3
3
  <button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
4
- <span class="visible-sm-inline visible-md-inline visible-lg-inline">[[topic:thread_tools.title]]</span>
4
+ <span class="visible-sm-inline visible-md-inline visible-lg-inline">[[topic:thread-tools.title]]</span>
5
5
  <span class="visible-xs-inline"><i class="fa fa-fw fa-gear"></i></span>
6
6
  <span class="caret"></span>
7
7
  </button>
8
8
  <ul class="dropdown-menu dropdown-menu-end">
9
9
  <li>
10
10
  <a component="topic/mark-unread-for-all" href="#" class="dropdown-item">
11
- <i class="fa fa-fw fa-inbox"></i> [[topic:thread_tools.markAsUnreadForAll]]
11
+ <i class="fa fa-fw fa-inbox"></i> [[topic:thread-tools.markAsUnreadForAll]]
12
12
  </a>
13
13
  </li>
14
14
  <li>
15
15
  <a component="topic/pin" href="#" class="dropdown-item">
16
- <i class="fa fa-fw fa-thumb-tack"></i> [[topic:thread_tools.pin]]
16
+ <i class="fa fa-fw fa-thumb-tack"></i> [[topic:thread-tools.pin]]
17
17
  </a>
18
18
  </li>
19
19
  <li>
20
20
  <a component="topic/unpin" href="#" class="hidden dropdown-item">
21
- <i class="fa fa-fw fa-thumb-tack fa-rotate-90"></i> [[topic:thread_tools.unpin]]
21
+ <i class="fa fa-fw fa-thumb-tack fa-rotate-90"></i> [[topic:thread-tools.unpin]]
22
22
  </a>
23
23
  </li>
24
24
 
25
25
  <li>
26
26
  <a component="topic/lock" href="#" class="dropdown-item">
27
- <i class="fa fa-fw fa-lock"></i> [[topic:thread_tools.lock]]
27
+ <i class="fa fa-fw fa-lock"></i> [[topic:thread-tools.lock]]
28
28
  </a>
29
29
  </li>
30
30
  <li>
31
31
  <a component="topic/unlock" href="#" class="hidden dropdown-item" >
32
- <i class="fa fa-fw fa-unlock"></i> [[topic:thread_tools.unlock]]
32
+ <i class="fa fa-fw fa-unlock"></i> [[topic:thread-tools.unlock]]
33
33
  </a>
34
34
  </li>
35
35
 
@@ -37,25 +37,25 @@
37
37
 
38
38
  <li>
39
39
  <a component="topic/move" href="#" class="dropdown-item">
40
- <i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move]]
40
+ <i class="fa fa-fw fa-arrows"></i> [[topic:thread-tools.move]]
41
41
  </a>
42
42
  </li>
43
43
  {{{if template.category}}}
44
44
  <li>
45
45
  <a component="topic/move-all" href="#" class="dropdown-item">
46
- <i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move_all]]
46
+ <i class="fa fa-fw fa-arrows"></i> [[topic:thread-tools.move-all]]
47
47
  </a>
48
48
  </li>
49
49
  {{{end}}}
50
50
  <li>
51
51
  <a component="topic/merge" href="#" class="dropdown-item">
52
- <i class="fa fa-fw fa-code-fork"></i> [[topic:thread_tools.merge]]
52
+ <i class="fa fa-fw fa-code-fork"></i> [[topic:thread-tools.merge]]
53
53
  </a>
54
54
  </li>
55
55
 
56
56
  <li>
57
57
  <a component="topic/tag" href="#" class="dropdown-item">
58
- <i class="fa fa-fw fa-tag"></i> [[topic:thread_tools.tag]]
58
+ <i class="fa fa-fw fa-tag"></i> [[topic:thread-tools.tag]]
59
59
  </a>
60
60
  </li>
61
61
 
@@ -63,17 +63,17 @@
63
63
 
64
64
  <li>
65
65
  <a component="topic/delete" href="#" class="dropdown-item">
66
- <i class="fa fa-fw fa-trash-o"></i> [[topic:thread_tools.delete]]
66
+ <i class="fa fa-fw fa-trash-o"></i> [[topic:thread-tools.delete]]
67
67
  </a>
68
68
  </li>
69
69
  <li>
70
70
  <a component="topic/restore" href="#" class="hidden dropdown-item">
71
- <i class="fa fa-fw fa-history"></i> [[topic:thread_tools.restore]]
71
+ <i class="fa fa-fw fa-history"></i> [[topic:thread-tools.restore]]
72
72
  </a>
73
73
  </li>
74
74
  <li>
75
75
  <a component="topic/purge" href="#" class="hidden dropdown-item">
76
- <i class="fa fa-fw fa-eraser"></i> [[topic:thread_tools.purge]]
76
+ <i class="fa fa-fw fa-eraser"></i> [[topic:thread-tools.purge]]
77
77
  </a>
78
78
  </li>
79
79
 
@@ -34,5 +34,5 @@
34
34
  </li>
35
35
  {{{end}}}
36
36
  <!-- ELSE -->
37
- <li class="no_active d-flex justify-content-center p-2"><a class="text-reset" href="#">[[modules:chat.no_active]]</a></li>
37
+ <li class="no_active d-flex justify-content-center p-2"><a class="text-reset" href="#">[[modules:chat.no-active]]</a></li>
38
38
  <!-- ENDIF rooms.length -->
@@ -2,7 +2,7 @@
2
2
  {{{ if !roomId }}}
3
3
  <div class="d-flex flex-column align-items-center gap-3 p-5">
4
4
  <i class="fa-solid fa-wind fs-2 text-muted"></i>
5
- <span class="text-muted text-sm">[[modules:chat.no_active]]</span>
5
+ <span class="text-muted text-sm">[[modules:chat.no-active]]</span>
6
6
  </div>
7
7
  {{{ else }}}
8
8
  <div component="chat/header" class="d-flex align-items-center px-md-3 gap-3">
@@ -25,14 +25,14 @@
25
25
  <div class="tab-pane fade" id="notifications">
26
26
  <section class="menu-section text-bg-dark" data-section="notifications">
27
27
  <ul class="menu-section-list notification-list-mobile" component="notifications/list"></ul>
28
- <p class="menu-section-list"><a href="{relative_path}/notifications">[[notifications:see_all]]</a></p>
28
+ <p class="menu-section-list"><a href="{relative_path}/notifications">[[notifications:see-all]]</a></p>
29
29
  </section>
30
30
  </div>
31
31
  {{{ if !config.disableChat }}}
32
32
  <div class="tab-pane fade" id="chats">
33
33
  <section class="menu-section text-bg-dark" data-section="chats">
34
34
  <ul class="menu-section-list chat-list" component="chat/list">
35
- <a class="navigation-link" href="{relative_path}/user/{user.userslug}/chats">[[modules:chat.see_all]]</a>
35
+ <a class="navigation-link" href="{relative_path}/user/{user.userslug}/chats">[[modules:chat.see-all]]</a>
36
36
  </ul>
37
37
  </section>
38
38
  </div>
@@ -8,8 +8,8 @@
8
8
  [[global:more]] <span class="caret"></span>
9
9
  </button>
10
10
  <ul class="dropdown-menu" role="menu">
11
- <li><a class="dropdown-item" href="#" data-ajaxify="false" data-action="acceptAll">[[groups:pending.accept_all]]</a></li>
12
- <li><a class="dropdown-item" href="#" data-ajaxify="false" data-action="rejectAll">[[groups:pending.reject_all]]</a></li>
11
+ <li><a class="dropdown-item" href="#" data-ajaxify="false" data-action="acceptAll">[[groups:pending.accept-all]]</a></li>
12
+ <li><a class="dropdown-item" href="#" data-ajaxify="false" data-action="rejectAll">[[groups:pending.reject-all]]</a></li>
13
13
  </ul>
14
14
  </div>
15
15
  <!-- ENDIF group.pending.length -->
@@ -96,14 +96,14 @@
96
96
  <div class="card-header pointer" data-bs-toggle="collapse" data-bs-target=".options">
97
97
  <span class="fs-5">
98
98
  <i class="fa fa-caret-down float-end"></i>
99
- <i class="fa fa-cogs"></i> [[groups:details.owner_options]]
99
+ <i class="fa fa-cogs"></i> [[groups:details.owner-options]]
100
100
  </span>
101
101
  </div>
102
102
 
103
103
  <div class="card-body options collapse">
104
104
  <form component="groups/settings" role="form">
105
105
  <div class="mb-3">
106
- <label class="form-label" for="name">[[groups:details.group_name]]</label>
106
+ <label class="form-label" for="name">[[groups:details.group-name]]</label>
107
107
  <input <!-- IF group.system -->readonly<!-- ENDIF group.system --> class="form-control" name="name" id="name" type="text" value="{group.displayName}" />
108
108
  </div>
109
109
  <div class="mb-3">
@@ -127,22 +127,22 @@
127
127
  <hr />
128
128
 
129
129
  <div class="mb-3 user-title-option">
130
- <label class="form-label" for="userTitle">[[groups:details.badge_text]]</label>
130
+ <label class="form-label" for="userTitle">[[groups:details.badge-text]]</label>
131
131
  <input component="groups/userTitleOption" class="form-control" name="userTitle" id="userTitle" type="text" maxlength="40" value="{group.userTitleEscaped}"<!-- IF !group.userTitleEnabled --> disabled<!-- ENDIF !group.userTitleEnabled --> />
132
132
  </div>
133
133
 
134
134
  <div class="mb-3 user-title-option">
135
- <label>[[groups:details.badge_preview]]</label><br />
135
+ <label>[[groups:details.badge-preview]]</label><br />
136
136
  <span class="badge rounded-1 text-uppercase text-truncate rounded-1 {{{ if !group.userTitleEnabled }}} hide{{{ end }}}" style="max-width:150px; color: {group.textColor}; background-color: {group.labelColor}"><i class="fa{{{ if group.icon }}} {group.icon}{{{ if ./userTitle}}}me-1{{{ end }}}{{{ end }}}"></i><span class="badge-text">{{{ if group.userTitle }}}{group.userTitle}{{{ end }}}</span></span>
137
137
 
138
138
  <hr/>
139
- <button component="groups/userTitleOption" type="button" class="btn btn-outline-secondary btn-sm" data-action="icon-select"<!-- IF !group.userTitleEnabled --> disabled<!-- ENDIF !group.userTitleEnabled -->>[[groups:details.change_icon]]</button>
139
+ <button component="groups/userTitleOption" type="button" class="btn btn-outline-secondary btn-sm" data-action="icon-select"<!-- IF !group.userTitleEnabled --> disabled<!-- ENDIF !group.userTitleEnabled -->>[[groups:details.change-icon]]</button>
140
140
  <div>
141
- <label class="form-label" for="labelColor" class="badge-color-label">[[groups:details.change_label_colour]]</label>
141
+ <label class="form-label" for="labelColor" class="badge-color-label">[[groups:details.change-label-colour]]</label>
142
142
  <input component="groups/userTitleOption" type="color" name="labelColor" value="<!-- IF group.labelColor -->{group.labelColor}<!-- ENDIF group.labelColor -->" />
143
143
  </div>
144
144
  <div>
145
- <label class="form-label" for="color" class="badge-color-label">[[groups:details.change_text_colour]]</label>
145
+ <label class="form-label" for="color" class="badge-color-label">[[groups:details.change-text-colour]]</label>
146
146
  <input component="groups/userTitleOption" type="color" name="textColor" value="<!-- IF group.textColor -->{group.textColor}<!-- ENDIF group.textColor -->" />
147
147
  </div>
148
148
  <input type="hidden" name="icon" value="<!-- IF group.icon -->{group.icon}<!-- ENDIF group.icon -->" />
@@ -165,11 +165,11 @@
165
165
  <input class="form-check-input" name="private" type="checkbox"<!-- IF group.private --> checked<!-- ENDIF group.private -->>
166
166
  <!-- IF !allowPrivateGroups -->
167
167
  <p class="form-text">
168
- [[groups:details.private_system_help]]
168
+ [[groups:details.private-system-help]]
169
169
  </p>
170
170
  <!-- ENDIF !allowPrivateGroups -->
171
171
  <p class="form-text">
172
- [[groups:details.private_help]]
172
+ [[groups:details.private-help]]
173
173
  </p>
174
174
  </div>
175
175
  <div class="form-check">
@@ -184,12 +184,12 @@
184
184
  <label class="form-check-label">[[groups:details.hidden]]</label>
185
185
  <input class="form-check-input" name="hidden" type="checkbox"<!-- IF group.hidden --> checked<!-- ENDIF group.hidden -->>
186
186
  <p class="form-text">
187
- [[groups:details.hidden_help]]
187
+ [[groups:details.hidden-help]]
188
188
  </p>
189
189
  </div>
190
190
 
191
- <button class="btn btn-link text-danger float-end" type="button" data-action="delete">[[groups:details.delete_group]]</button>
192
- <button class="btn btn-primary" type="button" data-action="update">[[global:save_changes]]</button>
191
+ <button class="btn btn-link text-danger float-end" type="button" data-action="delete">[[groups:details.delete-group]]</button>
192
+ <button class="btn btn-primary" type="button" data-action="update">[[global:save-changes]]</button>
193
193
  </form>
194
194
  </div>
195
195
  </div>
@@ -11,8 +11,8 @@
11
11
  </li>
12
12
  <li class="notif-dropdown-link">
13
13
  <div class="btn-group d-flex justify-content-center">
14
- <a class="btn btn-light mark-all-read" href="#" component="chats/mark-all-read"><i class="fa fa-check-double"></i> [[modules:chat.mark_all_read]]</a>
15
- <a class="btn btn-light" href="{relative_path}/user/{user.userslug}/chats"><i class="fa fa-comments"></i> [[modules:chat.see_all]]</a>
14
+ <a class="btn btn-light mark-all-read" href="#" component="chats/mark-all-read"><i class="fa fa-check-double"></i> [[modules:chat.mark-all-read]]</a>
15
+ <a class="btn btn-light" href="{relative_path}/user/{user.userslug}/chats"><i class="fa fa-comments"></i> [[modules:chat.see-all]]</a>
16
16
  </div>
17
17
  </li>
18
18
  </ul>
@@ -11,8 +11,8 @@
11
11
  </li>
12
12
  <li class="notif-dropdown-link">
13
13
  <div class="btn-group d-flex justify-content-center">
14
- <a role="button" href="#" class="btn btn-light mark-all-read"><i class="fa fa-check-double"></i> [[notifications:mark_all_read]]</a>
15
- <a class="btn btn-light" href="{relative_path}/notifications"><i class="fa fa-list"></i> [[notifications:see_all]]</a>
14
+ <a role="button" href="#" class="btn btn-light mark-all-read"><i class="fa fa-check-double"></i> [[notifications:mark-all-read]]</a>
15
+ <a class="btn btn-light" href="{relative_path}/notifications"><i class="fa fa-list"></i> [[notifications:see-all]]</a>
16
16
  </div>
17
17
  </li>
18
18
  </ul>
@@ -1,6 +1,6 @@
1
1
 
2
2
  <!-- IF !notifications.length -->
3
- <li class="no-notifs"><a href="#">[[notifications:no_notifs]]</a></li>
3
+ <li class="no-notifs"><a href="#">[[notifications:no-notifs]]</a></li>
4
4
  <!-- ENDIF !notifications.length -->
5
5
 
6
6
  {{{each notifications}}}
@@ -1,10 +1,10 @@
1
1
  <div class="topic-main-buttons float-end d-inline-block">
2
2
  <span class="loading-indicator btn float-start hidden" done="0">
3
- <span class="hidden-xs">[[topic:loading_more_posts]]</span> <i class="fa fa-refresh fa-spin"></i>
3
+ <span class="hidden-xs">[[topic:loading-more-posts]]</span> <i class="fa fa-refresh fa-spin"></i>
4
4
  </span>
5
5
 
6
6
  <!-- IF loggedIn -->
7
- <button component="topic/mark-unread" class="btn btn-sm btn-outline-secondary" title="[[topic:mark_unread]]">
7
+ <button component="topic/mark-unread" class="btn btn-sm btn-outline-secondary" title="[[topic:mark-unread]]">
8
8
  <i class="fa fa-fw fa-inbox"></i><span class="visible-sm-inline visible-md-inline visible-lg-inline"></span>
9
9
  </button>
10
10
  <!-- ENDIF loggedIn -->
@@ -8,7 +8,7 @@
8
8
  {../content}
9
9
  </div>
10
10
 
11
- <small class="topic-category"><a href="{config.relative_path}/category/{../category.slug}">[[global:posted_in, {../category.name}]]</a></small>
11
+ <small class="topic-category"><a href="{config.relative_path}/category/{../category.slug}">[[global:posted-in, {../category.name}]]</a></small>
12
12
 
13
13
  {{{ if ../isMainPost }}}
14
14
  {{{ if ../topic.tags.length }}}
@@ -1,6 +1,6 @@
1
1
  <div id="results" class="search-results col-md-12" data-search-query="{search_query}">
2
2
  {{{ if matchCount }}}
3
- <div class="alert alert-info">[[search:results_matching, {matchCount}, {search_query}, {time}]] </div>
3
+ <div class="alert alert-info">[[search:results-matching, {matchCount}, {search_query}, {time}]] </div>
4
4
  {{{ else }}}
5
5
  {{{ if search_query }}}
6
6
  <div class="alert alert-warning">[[search:no-matches]]</div>
@@ -30,7 +30,7 @@
30
30
  <button id="myNextPostBtn" class="btn btn-outline-secondary form-control" disabled>[[topic:go-to-my-next-post]]</button>
31
31
  </div>
32
32
  <div class="col-6">
33
- <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter_index]]">
33
+ <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter-index]]">
34
34
  </div>
35
35
  </div>
36
36
  </li>
@@ -1 +1 @@
1
- <small data-editor="{editor.userslug}" component="post/editor" class="hidden">[[global:last_edited_by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></small>
1
+ <small data-editor="{editor.userslug}" component="post/editor" class="hidden">[[global:last-edited-by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></small>
@@ -92,7 +92,7 @@
92
92
 
93
93
  <!-- IF postSharing.length -->
94
94
  <!-- IF config.loggedIn --><li class="dropdown-divider"></li><!-- ENDIF config.loggedIn -->
95
- <li class="dropdown-header">[[topic:share_this_post]]</li>
95
+ <li class="dropdown-header">[[topic:share-this-post]]</li>
96
96
  <!-- ENDIF postSharing.length -->
97
97
  {{{each postSharing}}}
98
98
  <li>
@@ -48,7 +48,7 @@
48
48
  <span>
49
49
  <i component="post/edit-indicator" class="fa fa-pencil-square<!-- IF privileges.posts:history --> pointer<!-- END --> edit-icon <!-- IF !posts.editor.username -->hidden<!-- ENDIF !posts.editor.username -->"></i>
50
50
 
51
- <span data-editor="{posts.editor.userslug}" component="post/editor" class="hidden">[[global:last_edited_by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></span>
51
+ <span data-editor="{posts.editor.userslug}" component="post/editor" class="hidden">[[global:last-edited-by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></span>
52
52
 
53
53
  <span class="visible-xs-inline-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block">
54
54
  <a class="permalink text-muted" href="{config.relative_path}/post/{posts.pid}"><span class="timeago" title="{posts.timestampISO}"></span></a>
@@ -84,7 +84,7 @@
84
84
  </span>
85
85
 
86
86
  <span class="replies-count small" component="post/reply-count/text" data-replies="{posts.replies.count}">{posts.replies.text}</span>
87
- <span class="replies-last hidden-xs small">[[topic:last_reply_time]] <span class="timeago" title="{posts.replies.timestampISO}"></span></span>
87
+ <span class="replies-last hidden-xs small">[[topic:last-reply-time]] <span class="timeago" title="{posts.replies.timestampISO}"></span></span>
88
88
 
89
89
  <i class="fa fa-fw fa-chevron-right" component="post/replies/open"></i>
90
90
  <i class="fa fa-fw fa-chevron-down hidden" component="post/replies/close"></i>
@@ -13,7 +13,7 @@
13
13
  <input type="hidden" name="_csrf" value="{config.csrf_token}" />
14
14
  <div class="quickreply-message">
15
15
  <textarea name="content" component="topic/quickreply/text" class="form-control mousetrap" rows="5" placeholder="[[modules:composer.textarea.placeholder]]"></textarea>
16
- <div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div>
16
+ <div class="imagedrop"><div>[[topic:composer.drag-and-drop-images]]</div></div>
17
17
  </div>
18
18
  <div class="btn-group float-end">
19
19
  <button type="submit" component="topic/quickreply/button" class="btn btn-primary">[[topic:post-quick-reply]]</button>
@@ -1,9 +1,9 @@
1
- <div title="[[topic:sort_by]]" class="btn-group bottom-sheet hidden-xs" component="thread/sort">
1
+ <div title="[[topic:sort-by]]" class="btn-group bottom-sheet hidden-xs" component="thread/sort">
2
2
  <button class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
3
3
  <span><i class="fa fa-fw fa-sort"></i></span></button>
4
4
  <ul class="dropdown-menu dropdown-menu-end">
5
- <li><a class="dropdown-item" href="#" class="oldest_to_newest" data-sort="oldest_to_newest"><i class="fa fa-fw"></i> [[topic:oldest_to_newest]]</a></li>
6
- <li><a class="dropdown-item" href="#" class="newest_to_oldest" data-sort="newest_to_oldest"><i class="fa fa-fw"></i> [[topic:newest_to_oldest]]</a></li>
7
- <li><a class="dropdown-item" href="#" class="most_votes" data-sort="most_votes"><i class="fa fa-fw"></i> [[topic:most_votes]]</a></li>
5
+ <li><a class="dropdown-item" href="#" class="oldest_to_newest" data-sort="oldest_to_newest"><i class="fa fa-fw"></i> [[topic:oldest-to-newest]]</a></li>
6
+ <li><a class="dropdown-item" href="#" class="newest_to_oldest" data-sort="newest_to_oldest"><i class="fa fa-fw"></i> [[topic:newest-to-oldest]]</a></li>
7
+ <li><a class="dropdown-item" href="#" class="most_votes" data-sort="most_votes"><i class="fa fa-fw"></i> [[topic:most-votes]]</a></li>
8
8
  </ul>
9
9
  </div>
@@ -1,5 +1,5 @@
1
1
  {{{ if privileges.view_thread_tools }}}
2
- <div title="[[topic:thread_tools.title]]" class="btn-group thread-tools bottom-sheet">
2
+ <div title="[[topic:thread-tools.title]]" class="btn-group thread-tools bottom-sheet">
3
3
  <button class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
4
4
  <i class="fa fa-fw fa-gear"></i>
5
5
  </button>