wpForo Forum - Version 1.9.0

Version Description

Download this release

Release Info

Developer Tomdever
Plugin Icon 128x128 wpForo Forum
Version 1.9.0
Comparing to
See all releases

Code changes from version 1.8.4 to 1.9.0

Files changed (54) hide show
  1. readme.txt +57 -10
  2. wpf-admin/css/admin.css +14 -13
  3. wpf-admin/dashboard.php +2 -0
  4. wpf-admin/js/deactivation-dialog.js +7 -7
  5. wpf-admin/tools-tabs/debug.php +1 -1
  6. wpf-admin/usergroup.php +2 -2
  7. wpf-admin/xml/english.xml +2 -0
  8. wpf-assets/js/ajax.js +618 -570
  9. wpf-assets/js/frontend.js +114 -80
  10. wpf-assets/js/widgets.js +3 -3
  11. wpf-includes/class-actions.php +30 -13
  12. wpf-includes/class-api.php +11 -7
  13. wpf-includes/class-feed.php +1 -0
  14. wpf-includes/class-forms.php +3 -6
  15. wpf-includes/class-forums.php +1 -0
  16. wpf-includes/class-members.php +69 -40
  17. wpf-includes/class-notices.php +89 -50
  18. wpf-includes/class-postmeta.php +1 -1
  19. wpf-includes/class-posts.php +9 -8
  20. wpf-includes/class-seo.php +1 -0
  21. wpf-includes/class-template.php +18 -18
  22. wpf-includes/class-topics.php +5 -5
  23. wpf-includes/class-usergroups.php +1 -0
  24. wpf-includes/functions-installation.php +8 -0
  25. wpf-includes/functions-integration.php +13 -5
  26. wpf-includes/functions-template.php +63 -8
  27. wpf-includes/functions.php +81 -66
  28. wpf-includes/install-sql.php +322 -314
  29. wpf-includes/integration/buddypress.php +23 -3
  30. wpf-includes/integration/ultimate-member.php +1 -1
  31. wpf-includes/wpf-hooks.php +17 -16
  32. wpf-includes/wpf-phrases.php +4 -1
  33. wpf-languages/wpforo-de_DE.mo +0 -0
  34. wpf-languages/wpforo-de_DE.po +8792 -8725
  35. wpf-languages/wpforo.pot +272 -256
  36. wpf-themes/classic/colors.css +1 -0
  37. wpf-themes/classic/forum.php +2 -23
  38. wpf-themes/classic/functions.php +9 -0
  39. wpf-themes/classic/layouts/1/forum.php +11 -9
  40. wpf-themes/classic/layouts/1/post.php +3 -2
  41. wpf-themes/classic/layouts/2/post.php +4 -2
  42. wpf-themes/classic/layouts/3/comment.php +6 -3
  43. wpf-themes/classic/layouts/3/forum.php +14 -12
  44. wpf-themes/classic/layouts/3/post.php +3 -2
  45. wpf-themes/classic/layouts/4/forum-sub.php +5 -0
  46. wpf-themes/classic/layouts/4/forum.php +5 -0
  47. wpf-themes/classic/layouts/4/post-thread.php +1 -0
  48. wpf-themes/classic/layouts/4/post.php +2 -1
  49. wpf-themes/classic/recent.php +13 -11
  50. wpf-themes/classic/style-rtl.css +16 -2
  51. wpf-themes/classic/style.css +20 -4
  52. wpf-themes/classic/styles/matrix.css +1 -0
  53. wpf-themes/classic/topic.php +1 -10
  54. wpforo.php +35 -16
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
- Tested up to: 5.5
6
- Stable tag: 1.8.4
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -165,6 +165,61 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
165
 
166
  == Changelog ==
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  = wpForo Forum 1.8.3 / 1.8.4 | 17.08.2020 =
169
 
170
  [wpForo Forum v1.8.3 / 1.8.4 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-3-is-released/)
@@ -181,14 +236,6 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
181
  * Fixed Bug: Remove Advanced search options button from Tags search
182
 
183
 
184
- IMPORTANT NOTES for UPDATE
185
-
186
- - After the update, please delete all caches.
187
- - If you have a Minifier/Optimizer plugins please delete all caches.
188
- - If you use CDN and found some issues please purge it.
189
- - Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.
190
-
191
-
192
  = wpForo Forum 1.8.2 | 27.07.2020 =
193
 
194
  [wpForo Forum v1.8.2 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-2-is-released/)
2
  Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
+ Tested up to: 5.6
6
+ Stable tag: 1.9.0
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
165
 
166
  == Changelog ==
167
 
168
+ = wpForo Forum 1.9.0 | 10.12.2020 =
169
+
170
+ [wpForo Forum v1.9.0 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-9-0-is-released/)
171
+
172
+ * Added: PHP 8 compatibility
173
+ * Added: WordPress 5.6 compatibility
174
+ * Added: Label "Topic Starter" next to the post author username
175
+ * Added: Rich editor for Signature field
176
+ * Added: New button in dashboard [Clean Up] to clean orphaned data
177
+ * Added: Hook to disable forum filter for related topics by tags
178
+ * Added: Use strict rules to find related topics by tags (full match)
179
+ * Added: Nofollow attributes to anchor links
180
+ * Added: Option and hook to manage forum and sub-forums on threaded layout
181
+ * Added: Don't suggest selecting of forums if there is only one
182
+ * Added: Option to show/hide top admin bar for regular users
183
+ * Added: Filter hook to FB Login privacy information
184
+ * Added: Tinymce content_css for emoji image size
185
+ * Added: Enable merge/move with topic short URLs as well
186
+ * Added: Limit suggested tags and filter hook to change this limit
187
+ * Fixed Bug: Buddypress notifications are not marked as read
188
+ * Fixed Bug: Forum sitemap issue with WordPress 5.5/5.6
189
+ * Fixed Bug: Post editor is visible in closed topics for admins/mods
190
+ * Fixed Bug: Rank Math SEO conflict
191
+ * Fixed Bug: RSS link issues, infinity duplications
192
+ * Fixed Bug: SEO issue, moved topic URL still available
193
+ * Fixed Bug: Time zone date time counting issue
194
+ * Fixed Bug: Recent posts widget ignores forum accesses
195
+ * Fixed Bug: Wrong user being notified of being mentioned in the forum
196
+ * Fixed Bug: Search problem with unicode content
197
+ * Fixed Bug: Problem with HTML code when you edit a post
198
+ * Fixed Bug: Doesn't show some code or quote (when trying to edit)
199
+ * Fixed Bug: Missing unapproved posts on Recent Posts page (filter)
200
+ * Fixed Bug: Last reply links on threaded layout doesn't show up for guests
201
+ * Fixed Bug: Can create topic in the category
202
+ * Fixed Bug: Two PHP notices when move/split posts
203
+ * Fixed Bug: Profile URL is not changed to UM profile page for current user only
204
+ * Fixed Bug: Problem with current user profile URL when BuddyPress is enabled
205
+ * Fixed Bug: Latest Post in the Forum Statistics is showing restricted topics
206
+ * Fixed Bug: Extra "Body" tooltip on editor toolbar buttons
207
+ * Fixed Bug: Remove share buttons from password reset page (avoid vulnerability)
208
+ * Fixed Bug: Issue with rich editor full screen toolbar buttons
209
+ * Fixed Bug: Deprecated keyboard event properties and Mac support
210
+ * Fixed Bug: Numeric username issues in registration and account data update
211
+ * Optimization: All AJAX requests are optimized
212
+ * Removed: PHPSESSION
213
+
214
+
215
+ IMPORTANT NOTES for UPDATE
216
+
217
+ - After the update, please delete all caches.
218
+ - If you have a Minifier/Optimizer plugins please delete all caches.
219
+ - If you use CDN and found some issues please purge it.
220
+ - Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.
221
+
222
+
223
  = wpForo Forum 1.8.3 / 1.8.4 | 17.08.2020 =
224
 
225
  [wpForo Forum v1.8.3 / 1.8.4 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-3-is-released/)
236
  * Fixed Bug: Remove Advanced search options button from Tags search
237
 
238
 
 
 
 
 
 
 
 
 
239
  = wpForo Forum 1.8.2 | 27.07.2020 =
240
 
241
  [wpForo Forum v1.8.2 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-2-is-released/)
wpf-admin/css/admin.css CHANGED
@@ -4,10 +4,11 @@
4
  #wpf-admin-wrap .menu_delete:hover{color: #eb3034;cursor: pointer;}
5
  #wpf-admin-wrap .forum_width{width: 65%;}
6
  #wpf-admin-wrap .forumtitle{font-size:14px;font-weight:bold;width: 52%;}
 
7
  #wpf-admin-wrap .item-controls{font-size:13px;}
8
  #wpf-admin-wrap .item-controls span a img{ vertical-align:middle;}
9
  #wpf-admin-wrap .root_forum{text-decoration: none!important;color:#231f1f; }
10
- #wpf-admin-wrap .forum_submit {margin: 0px 5px 10px 5px; min-width: 80px !important;}
11
  #wpf-admin-wrap .wpf-delete.button, #wpf-admin-wrap .preview.button{display: inline-block !important;margin-bottom: 10px !important;}
12
  #wpf-admin-wrap .item-controls{top: 10%!important;}
13
  #forum_submit{width: 80px!important;}
@@ -18,7 +19,7 @@
18
  #wpf-admin-wrap .option_box label{margin: 0.5%;font-weight: bold;}
19
  #wpf-admin-wrap .wpfadmin_notice{cursor: pointer;}
20
  #wpf-admin-wrap .wp-color-result:after{white-space:nowrap;}
21
- #wpf-admin-wrap .wpf-table-box-left{ width:30%; margin:0px; padding:10px; border:#CCCCCC 1px dotted; float:left; background:#FDFDFD; }
22
  #wpf-admin-wrap .wpf-td-label{ font-weight:bold; font-size:13px; line-height:16px; }
23
  #wpf-admin-wrap .wpf-td-label-left{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; }
24
  #wpf-admin-wrap .wpf-td-label-left-p{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; padding:5px 1px; }
@@ -28,7 +29,7 @@
28
  #wpf-admin-wrap .wpf-dw-td-g{ width:50%; text-align:right; vertical-align:top; padding-right:10px; font-weight:bold; }
29
  #wpf-admin-wrap .wpf-dw-td-value-b{ vertical-align:bottom; text-align:left; }
30
  #wpf-admin-wrap .wpf-dw-td-value-p{ vertical-align:top; text-align:left; padding:5px 1px; }
31
- #wpf-admin-wrap label i.fa-question-circle{ padding: 0px 3px;}
32
 
33
 
34
  /****************************************************/
@@ -40,12 +41,12 @@
40
  border: 1px solid #E0E0E0;
41
  background: #F5F5F5;
42
  width: 90px;
43
- margin: 15px auto 2px 0px;
44
- padding: 0px;
45
  }
46
  .author-rating .bar{ height:8px; }
47
 
48
- .wpfw-0 { width:0%; }
49
  .wpfw-10{ width:10%; }
50
  .wpfw-20{ width:20%; }
51
  .wpfw-30{ width:30%; }
@@ -88,13 +89,13 @@
88
  /* Global *****************/
89
  /**************************/
90
 
91
- #wpf-admin-wrap{ margin-top:0px; }
92
  #wpf-admin-wrap .wpf-delete{ color:#aa0000;}
93
  #wpf-admin-wrap .wpf-delete:hover{ color:#ff0000;}
94
  .wpforo-themes .wpf-delete{ color:#aa0000;}
95
  .wpforo-themes .wpf-delete:hover{ color:#ff0000;}
96
  #wpf-admin-wrap .show-settings { border:none; text-decoration:none; overflow:hidden; outline:none; }
97
- #wpf-admin-wrap .wpforo-search-box{ display:block; margin:15px 0px 5px 0px; text-align:right; }
98
  #wpf-admin-wrap .wpf-red{ color:#D74245; }
99
  #wpf-admin-wrap .wpf-green{ color:#42B720; }
100
 
@@ -110,7 +111,7 @@
110
  #wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-color: #666666; font-size:16px;}
111
  #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width{ background: #43A6DF; color: white}
112
  #wpf-admin-wrap .menu-item-bar > .forum_width:hover{ border: 1px solid #666666}
113
- #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width a{ color: white; font-size:16px; padding:0px 2px; border-radius:10%;}
114
  #wpf-admin-wrap .menu-item-bar > .forum_width .wpforo-cat-layout { font-size:12px;}
115
  #wpf-admin-wrap .inside .main .wpforo-dashboard-logo{ width:220px; height:auto;}
116
  #wpf-admin-wrap .vert_tab{ display: block; margin-top: 1px;}
@@ -183,7 +184,7 @@
183
  #wpf-rating-table input{ font-size:12px; height: 24px; width:100%; }
184
  #wpf-rating-table input[type="checkbox"]{ width: 16px; height: 16px;}
185
  #wpf-rating-table i{}
186
- #wpf-rating-table h4{ margin:0px; padding:0px; font-size:14px; font-weight:bold; white-space:nowrap; }
187
  #wpf-rating-table .wpf-badge-short{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:22px; font-weight:bold; text-align:center; display:inline-block; padding:2px 10px; min-width:30px;}
188
  #wpf-rating-table .wpf-badge-full{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:16px; font-weight:bold; text-align:center; display:inline-block; padding:2px 8px; min-width:30px;}
189
  #wpf-rating-table .wpf-badge-full.wpf-badge-level-6, #wpf-rating-table .wpf-badge-full.wpf-badge-level-7, #wpf-rating-table .wpf-badge-full.wpf-badge-level-8 { font-size:18px!important; }
@@ -280,8 +281,8 @@
280
  #wpf-admin-wrap .wpf-tool-box .wpf-spam-item{}
281
  #wpf-admin-wrap .wpf-tool-box .wpf-actions{}
282
  @media screen and (max-width:1250px) {
283
- #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
284
- #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
285
  }
286
 
287
  #wpf-admin-wrap .wpf-data { word-break: break-all; background: #ffffff;border: 1px solid #aaa;margin: 2px;padding: 1px 10px;float: left;font-size: 12px;line-height: 18px;}
@@ -291,7 +292,7 @@
291
  #wpf-admin-wrap .wpf-sb-data > value{color:#1b6e08;}
292
  #wpf-admin-wrap .wpf-main-table-data{margin: 10px;}
293
  #wpf-admin-wrap .wpf-main-table-data td{vertical-align: top;padding: 0;text-align: left;padding-bottom: 15px;}
294
- #wpf-admin-wrap .wpf-table-data{border-collapse: collapse;margin: 0px;}
295
  #wpf-admin-wrap .wpf-table-data.wpf-tbl{min-width: 550px;}
296
  #wpf-admin-wrap .wpf-table-data tr{border: none;}
297
  #wpf-admin-wrap .wpf-table-data td{padding: 1px 5px;font-size: 12px;border: 1px solid #cccccc;line-height: 18px;}
4
  #wpf-admin-wrap .menu_delete:hover{color: #eb3034;cursor: pointer;}
5
  #wpf-admin-wrap .forum_width{width: 65%;}
6
  #wpf-admin-wrap .forumtitle{font-size:14px;font-weight:bold;width: 52%;}
7
+ #wpf-admin-wrap #forum-hierarchy .menu-item-bar .menu-item-handle{ max-width: none; }
8
  #wpf-admin-wrap .item-controls{font-size:13px;}
9
  #wpf-admin-wrap .item-controls span a img{ vertical-align:middle;}
10
  #wpf-admin-wrap .root_forum{text-decoration: none!important;color:#231f1f; }
11
+ #wpf-admin-wrap .forum_submit {margin: 0 5px 10px 5px; min-width: 80px !important;}
12
  #wpf-admin-wrap .wpf-delete.button, #wpf-admin-wrap .preview.button{display: inline-block !important;margin-bottom: 10px !important;}
13
  #wpf-admin-wrap .item-controls{top: 10%!important;}
14
  #forum_submit{width: 80px!important;}
19
  #wpf-admin-wrap .option_box label{margin: 0.5%;font-weight: bold;}
20
  #wpf-admin-wrap .wpfadmin_notice{cursor: pointer;}
21
  #wpf-admin-wrap .wp-color-result:after{white-space:nowrap;}
22
+ #wpf-admin-wrap .wpf-table-box-left{ width:30%; margin:0; padding:10px; border:#CCCCCC 1px dotted; float:left; background:#FDFDFD; }
23
  #wpf-admin-wrap .wpf-td-label{ font-weight:bold; font-size:13px; line-height:16px; }
24
  #wpf-admin-wrap .wpf-td-label-left{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; }
25
  #wpf-admin-wrap .wpf-td-label-left-p{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; padding:5px 1px; }
29
  #wpf-admin-wrap .wpf-dw-td-g{ width:50%; text-align:right; vertical-align:top; padding-right:10px; font-weight:bold; }
30
  #wpf-admin-wrap .wpf-dw-td-value-b{ vertical-align:bottom; text-align:left; }
31
  #wpf-admin-wrap .wpf-dw-td-value-p{ vertical-align:top; text-align:left; padding:5px 1px; }
32
+ #wpf-admin-wrap label i.fa-question-circle{ padding: 0 3px;}
33
 
34
 
35
  /****************************************************/
41
  border: 1px solid #E0E0E0;
42
  background: #F5F5F5;
43
  width: 90px;
44
+ margin: 15px auto 2px 0;
45
+ padding: 0;
46
  }
47
  .author-rating .bar{ height:8px; }
48
 
49
+ .wpfw-0 { width:0; }
50
  .wpfw-10{ width:10%; }
51
  .wpfw-20{ width:20%; }
52
  .wpfw-30{ width:30%; }
89
  /* Global *****************/
90
  /**************************/
91
 
92
+ #wpf-admin-wrap{ margin-top:0; }
93
  #wpf-admin-wrap .wpf-delete{ color:#aa0000;}
94
  #wpf-admin-wrap .wpf-delete:hover{ color:#ff0000;}
95
  .wpforo-themes .wpf-delete{ color:#aa0000;}
96
  .wpforo-themes .wpf-delete:hover{ color:#ff0000;}
97
  #wpf-admin-wrap .show-settings { border:none; text-decoration:none; overflow:hidden; outline:none; }
98
+ #wpf-admin-wrap .wpforo-search-box{ display:block; margin:15px 0 5px 0; text-align:right; }
99
  #wpf-admin-wrap .wpf-red{ color:#D74245; }
100
  #wpf-admin-wrap .wpf-green{ color:#42B720; }
101
 
111
  #wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-color: #666666; font-size:16px;}
112
  #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width{ background: #43A6DF; color: white}
113
  #wpf-admin-wrap .menu-item-bar > .forum_width:hover{ border: 1px solid #666666}
114
+ #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width a{ color: white; font-size:16px; padding:0 2px; border-radius:10%;}
115
  #wpf-admin-wrap .menu-item-bar > .forum_width .wpforo-cat-layout { font-size:12px;}
116
  #wpf-admin-wrap .inside .main .wpforo-dashboard-logo{ width:220px; height:auto;}
117
  #wpf-admin-wrap .vert_tab{ display: block; margin-top: 1px;}
184
  #wpf-rating-table input{ font-size:12px; height: 24px; width:100%; }
185
  #wpf-rating-table input[type="checkbox"]{ width: 16px; height: 16px;}
186
  #wpf-rating-table i{}
187
+ #wpf-rating-table h4{ margin:0; padding:0; font-size:14px; font-weight:bold; white-space:nowrap; }
188
  #wpf-rating-table .wpf-badge-short{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:22px; font-weight:bold; text-align:center; display:inline-block; padding:2px 10px; min-width:30px;}
189
  #wpf-rating-table .wpf-badge-full{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:16px; font-weight:bold; text-align:center; display:inline-block; padding:2px 8px; min-width:30px;}
190
  #wpf-rating-table .wpf-badge-full.wpf-badge-level-6, #wpf-rating-table .wpf-badge-full.wpf-badge-level-7, #wpf-rating-table .wpf-badge-full.wpf-badge-level-8 { font-size:18px!important; }
281
  #wpf-admin-wrap .wpf-tool-box .wpf-spam-item{}
282
  #wpf-admin-wrap .wpf-tool-box .wpf-actions{}
283
  @media screen and (max-width:1250px) {
284
+ #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:100%; min-width:100%; min-height:unset; max-height:none!important;}
285
+ #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:100%; min-width:100%; min-height:unset; max-height:none!important;}
286
  }
287
 
288
  #wpf-admin-wrap .wpf-data { word-break: break-all; background: #ffffff;border: 1px solid #aaa;margin: 2px;padding: 1px 10px;float: left;font-size: 12px;line-height: 18px;}
292
  #wpf-admin-wrap .wpf-sb-data > value{color:#1b6e08;}
293
  #wpf-admin-wrap .wpf-main-table-data{margin: 10px;}
294
  #wpf-admin-wrap .wpf-main-table-data td{vertical-align: top;padding: 0;text-align: left;padding-bottom: 15px;}
295
+ #wpf-admin-wrap .wpf-table-data{border-collapse: collapse;margin: 0;}
296
  #wpf-admin-wrap .wpf-table-data.wpf-tbl{min-width: 550px;}
297
  #wpf-admin-wrap .wpf-table-data tr{border: none;}
298
  #wpf-admin-wrap .wpf-table-data td{padding: 1px 5px;font-size: 12px;border: 1px solid #cccccc;line-height: 18px;}
wpf-admin/dashboard.php CHANGED
@@ -178,6 +178,7 @@
178
  <div style="width:100%; padding:7px 0;">
179
  <?php
180
  $reset_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_all_caches' ), 'wpforo_reset_cache' );
 
181
  $reset_forums_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_forums_stats' ), 'wpforo_reset_forums_stat' );
182
  $reset_topics_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_topics_stats' ), 'wpforo_reset_topics_stat' );
183
  $reset_users_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_users_stats' ), 'wpforo_reset_users_stat' );
@@ -188,6 +189,7 @@
188
  $rebuild_threads = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_rebuild_threads' ), 'wpforo_rebuild_threads' );
189
  ?>
190
  <a href="<?php echo esc_url($reset_cache); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Delete All Caches', 'wpforo'); ?></a>&nbsp;
 
191
  <a href="<?php echo esc_url($reset_forums_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Forums Statistic', 'wpforo'); ?></a>&nbsp;
192
  <a href="<?php echo esc_url($reset_topics_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Topics Statistic', 'wpforo'); ?></a>&nbsp;
193
  <a href="<?php echo esc_url($reset_users_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Users Statistic', 'wpforo'); ?></a>&nbsp;
178
  <div style="width:100%; padding:7px 0;">
179
  <?php
180
  $reset_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_all_caches' ), 'wpforo_reset_cache' );
181
+ $clean_up = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_clean_up' ), 'wpforo_clean_up' );
182
  $reset_forums_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_forums_stats' ), 'wpforo_reset_forums_stat' );
183
  $reset_topics_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_topics_stats' ), 'wpforo_reset_topics_stat' );
184
  $reset_users_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_reset_users_stats' ), 'wpforo_reset_users_stat' );
189
  $rebuild_threads = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&wpfaction=wpforo_rebuild_threads' ), 'wpforo_rebuild_threads' );
190
  ?>
191
  <a href="<?php echo esc_url($reset_cache); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Delete All Caches', 'wpforo'); ?></a>&nbsp;
192
+ <a href="<?php echo esc_url($clean_up); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Clean Up', 'wpforo'); ?></a>&nbsp;
193
  <a href="<?php echo esc_url($reset_forums_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Forums Statistic', 'wpforo'); ?></a>&nbsp;
194
  <a href="<?php echo esc_url($reset_topics_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Topics Statistic', 'wpforo'); ?></a>&nbsp;
195
  <a href="<?php echo esc_url($reset_users_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Users Statistic', 'wpforo'); ?></a>&nbsp;
wpf-admin/js/deactivation-dialog.js CHANGED
@@ -3,7 +3,7 @@ jQuery(document).ready(function ($) {
3
 
4
  var deactivateUrl = '';
5
 
6
- $(document).delegate('#the-list tr[data-plugin="wpforo/wpforo.php"] .deactivate a, #the-list tr[data-plugin="wpforo/wpforo.php"] a.wpforo-uninstall', 'click', function (e) {
7
  e.preventDefault();
8
  dialog.fadeIn( 400, "linear" );
9
  $('body').addClass('wpf-no-scroll');
@@ -20,8 +20,8 @@ jQuery(document).ready(function ($) {
20
 
21
  $(document).on("keydown", dialog, function (e) {
22
  if( dialog.is(':visible') ) {
23
- var keycode = e.which;
24
- if (keycode === 27){
25
  $('body').removeClass('wpf-no-scroll');
26
  dialog.fadeOut(50, "linear");
27
  }
@@ -32,13 +32,13 @@ jQuery(document).ready(function ($) {
32
  $('.wpf-deactivation-reason-more-info').slideUp(500);
33
  $('.wpf-deactivation-reason-more-info', parentItem).slideDown(500);
34
 
35
- $(document).delegate('.wpf-deactivation-reason', 'change', function (e) {
36
  $('.wpf-deactivation-reason-more-info').slideUp(500);
37
  var parentItem = $(this).parents('.wpf-deactivation-reason-item');
38
  $('.wpf-deactivation-reason-more-info', parentItem).slideDown(500);
39
  });
40
 
41
- $(document).delegate('.wpf-deactivate', 'click', function (e) {
42
  if (isChecked($(this))) {
43
  var formData = '';
44
  if ($(this).hasClass('wpf-submit')) {
@@ -47,7 +47,7 @@ jQuery(document).ready(function ($) {
47
  var reasonDesc = $('textarea[name="wpforo_deactivation_reason_desc"]', parentItem);
48
  var reasonFeedback = $('input[name="wpforo_deactivation_feedback"]', parentItem);
49
  var reasonFeedbackEmail = $('input[name="wpforo_deactivation_feedback_email"]', parentItem);
50
- var reasonFeedbackEmailVal = $.trim( reasonFeedbackEmail.val() );
51
  var isValid = true;
52
 
53
  if (reasonDesc.length && reasonDesc.is(':visible')) {
@@ -102,7 +102,7 @@ jQuery(document).ready(function ($) {
102
  }
103
  }).done(function (response) {
104
  try {
105
- var r = $.parseJSON(response);
106
  var patt = new RegExp("https?\:\/\/");
107
  var locHref = deactivateUrl ? ( patt.test(deactivateUrl) ? deactivateUrl : wpforo_deactivation_obj.adminUrl + deactivateUrl ) : location.href;
108
  if (r.code === 'dismiss_and_deactivate') {
3
 
4
  var deactivateUrl = '';
5
 
6
+ $(document).on('click', '#the-list tr[data-plugin="wpforo/wpforo.php"] .deactivate a, #the-list tr[data-plugin="wpforo/wpforo.php"] a.wpforo-uninstall', function (e) {
7
  e.preventDefault();
8
  dialog.fadeIn( 400, "linear" );
9
  $('body').addClass('wpf-no-scroll');
20
 
21
  $(document).on("keydown", dialog, function (e) {
22
  if( dialog.is(':visible') ) {
23
+ var keycode = e.code;
24
+ if (keycode === 'Escape'){
25
  $('body').removeClass('wpf-no-scroll');
26
  dialog.fadeOut(50, "linear");
27
  }
32
  $('.wpf-deactivation-reason-more-info').slideUp(500);
33
  $('.wpf-deactivation-reason-more-info', parentItem).slideDown(500);
34
 
35
+ $(document).on('change', '.wpf-deactivation-reason', function (e) {
36
  $('.wpf-deactivation-reason-more-info').slideUp(500);
37
  var parentItem = $(this).parents('.wpf-deactivation-reason-item');
38
  $('.wpf-deactivation-reason-more-info', parentItem).slideDown(500);
39
  });
40
 
41
+ $(document).on('click', '.wpf-deactivate', function (e) {
42
  if (isChecked($(this))) {
43
  var formData = '';
44
  if ($(this).hasClass('wpf-submit')) {
47
  var reasonDesc = $('textarea[name="wpforo_deactivation_reason_desc"]', parentItem);
48
  var reasonFeedback = $('input[name="wpforo_deactivation_feedback"]', parentItem);
49
  var reasonFeedbackEmail = $('input[name="wpforo_deactivation_feedback_email"]', parentItem);
50
+ var reasonFeedbackEmailVal = reasonFeedbackEmail.val().trim();
51
  var isValid = true;
52
 
53
  if (reasonDesc.length && reasonDesc.is(':visible')) {
102
  }
103
  }).done(function (response) {
104
  try {
105
+ var r = JSON.parse(response);
106
  var patt = new RegExp("https?\:\/\/");
107
  var locHref = deactivateUrl ? ( patt.test(deactivateUrl) ? deactivateUrl : wpforo_deactivation_obj.adminUrl + deactivateUrl ) : location.href;
108
  if (r.code === 'dismiss_and_deactivate') {
wpf-admin/tools-tabs/debug.php CHANGED
@@ -7,7 +7,7 @@
7
  function wpforo_debug_page_ajax_actions(){ ?>
8
  <script type="text/javascript">
9
  jQuery(document).ready(function ($) {
10
- $("#wpf-debug-tables-solve-button").click(function () {
11
  $(this).prepend('<i class="fas fa-spinner fa-spin"></i>');
12
  $.ajax({
13
  type: 'POST',
7
  function wpforo_debug_page_ajax_actions(){ ?>
8
  <script type="text/javascript">
9
  jQuery(document).ready(function ($) {
10
+ $("#wpf-debug-tables-solve-button").on('click', function () {
11
  $(this).prepend('<i class="fas fa-spinner fa-spin"></i>');
12
  $.ajax({
13
  type: 'POST',
wpf-admin/usergroup.php CHANGED
@@ -183,7 +183,7 @@
183
  <?php endif; ?>
184
  <script type="text/javascript">
185
  jQuery(document).ready(function($){
186
- $(document).delegate('.wpf-synch-roles', 'click', function (e) {
187
  e.preventDefault(); if ($('.wpf-left-users').val() >= 0 ) { var btn = $(this); btn.attr('disabled', 'disabled'); $('.fas', btn).addClass('fa-pulse fa-spinner').removeClass('wpf-spinner'); wpforo_update_roles(btn); }
188
  });
189
  function wpforo_update_roles(btn) {
@@ -198,7 +198,7 @@
198
  }
199
  }).done(function (response) {
200
  try {
201
- var resp = $.parseJSON(response);
202
  $('.wpf-step').val(resp.step);
203
  $('.wpf-start').val(resp.start);
204
  $('.wpf-start-id').val(resp.id);
183
  <?php endif; ?>
184
  <script type="text/javascript">
185
  jQuery(document).ready(function($){
186
+ $(document).on('click', '.wpf-synch-roles', function (e) {
187
  e.preventDefault(); if ($('.wpf-left-users').val() >= 0 ) { var btn = $(this); btn.attr('disabled', 'disabled'); $('.fas', btn).addClass('fa-pulse fa-spinner').removeClass('wpf-spinner'); wpforo_update_roles(btn); }
188
  });
189
  function wpforo_update_roles(btn) {
198
  }
199
  }).done(function (response) {
200
  try {
201
+ var resp = JSON.parse(response);
202
  $('.wpf-step').val(resp.step);
203
  $('.wpf-start').val(resp.start);
204
  $('.wpf-start-id').val(resp.id);
wpf-admin/xml/english.xml CHANGED
@@ -719,10 +719,12 @@
719
  <phrase name="the layout you want"><![CDATA[the layout you want]]>
720
  <phrase name="Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout."><![CDATA[Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout.]]>
721
  <phrase name="No new posts found"><![CDATA[No new posts found]]>
 
722
  <phrase name="I got it, please dismiss this message"><![CDATA[I got it, please dismiss this message]]>
723
  <phrase name="configure"><![CDATA[configure]]>
724
  <phrase name="{new}"><![CDATA[{new}]]>
725
  <phrase name="Create Account"><![CDATA[Create Account]]>
726
  <phrase name="Full"><![CDATA[Full]]>
727
  <phrase name="Short"><![CDATA[Short]]>
 
728
  </language>
719
  <phrase name="the layout you want"><![CDATA[the layout you want]]>
720
  <phrase name="Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout."><![CDATA[Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout.]]>
721
  <phrase name="No new posts found"><![CDATA[No new posts found]]>
722
+ <phrase name="No posts found"><![CDATA[No posts found]]>
723
  <phrase name="I got it, please dismiss this message"><![CDATA[I got it, please dismiss this message]]>
724
  <phrase name="configure"><![CDATA[configure]]>
725
  <phrase name="{new}"><![CDATA[{new}]]>
726
  <phrase name="Create Account"><![CDATA[Create Account]]>
727
  <phrase name="Full"><![CDATA[Full]]>
728
  <phrase name="Short"><![CDATA[Short]]>
729
+ <phrase name="Topic starter"><![CDATA[Topic starter]]>
730
  </language>
wpf-assets/js/ajax.js CHANGED
@@ -1,4 +1,6 @@
1
- jQuery.ajaxSetup({
 
 
2
  url: wpforo.ajax_url,
3
  data:{
4
  referer: window.location.origin + window.location.pathname
@@ -9,8 +11,8 @@ function wpforo_post_url_fixer(hash) {
9
  var postid = 0;
10
  var match = hash.match(/^#post-(\d+)$/);
11
  if ( match && (postid = match[1]) ) {
12
- if (!jQuery(hash).length) {
13
- jQuery.ajax({
14
  type: 'POST',
15
  data: {
16
  postid: postid,
@@ -25,7 +27,7 @@ function wpforo_post_url_fixer(hash) {
25
  }
26
  }
27
 
28
- jQuery(document).ready(function ($) {
29
  var wpforo_wrap = $('#wpforo-wrap');
30
 
31
  //location hash ajax redirect fix
@@ -39,76 +41,80 @@ jQuery(document).ready(function ($) {
39
  wpforo_load_show();
40
  var postid = $(this).data('postid'),
41
  that = $(this);
42
- $.ajax({
43
- type: 'POST',
44
- url: wpforo.ajax_url,
45
- data: {
46
- postid: postid,
47
- likestatus: 1,
48
- action: 'wpforo_like_ajax'
49
- }
50
- }).done(function (response) {
51
- try {
52
- response = $.parseJSON(response);
53
- } catch (e) {
54
- console.log(e);
55
- }
56
- if (response.stat === 1) {
57
- that.find('.wpforo-like-ico').removeClass('far').addClass('fas');
58
- that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Unlike'));
59
- that.parents('.wpforo-post').find('.bleft').html(response.likers);
60
- that.removeClass('wpforo-like').addClass('wpforo-unlike');
61
- if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
62
- that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Unlike') );
63
- }else{
64
- that.find('.wpforo-like-ico').removeClass('fa-thumbs-up').addClass('fa-thumbs-down');
65
- }
66
- var like_count;
67
- like_count = that.children(".wpf-like-count").text();
68
- like_count = parseInt(like_count) + 1;
69
- that.children(".wpf-like-count").text(like_count);
70
- }
71
- wpforo_load_hide();
72
- wpforo_notice_show(response.notice);
73
- });
 
 
74
  });
75
  // unlike
76
  wpforo_wrap.on('click', '.wpforo-unlike', function () {
77
  wpforo_load_show();
78
  var postid = $(this).data('postid'),
79
  that = $(this);
80
- $.ajax({
81
- type: 'POST',
82
- url: wpforo.ajax_url,
83
- data: {
84
- postid: postid,
85
- likestatus: 0,
86
- action: 'wpforo_like_ajax'
87
- }
88
- }).done(function (response) {
89
- try {
90
- response = $.parseJSON(response);
91
- } catch (e) {
92
- console.log(e);
93
- }
94
- if (response.stat === 1) {
95
- that.find('.wpforo-like-ico').removeClass('fas').addClass('far');
96
- that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Like'));
97
- that.parents('.wpforo-post').find('.bleft').html(response.likers);
98
- that.removeClass('wpforo-unlike').addClass('wpforo-like');
99
- if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
100
- that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Like') );
101
- }else{
102
- that.find('.wpforo-like-ico').removeClass('fa-thumbs-down').addClass('fa-thumbs-up');
103
- }
104
- var like_count;
105
- like_count = that.children(".wpf-like-count").text();
106
- like_count = parseInt(like_count) - 1;
107
- that.children(".wpf-like-count").text(like_count);
108
- }
109
- wpforo_load_hide();
110
- wpforo_notice_show(response.notice);
111
- });
 
 
112
  });
113
 
114
 
@@ -118,29 +124,31 @@ jQuery(document).ready(function ($) {
118
  var type = $(this).data('type'),
119
  postid = $(this).data('postid'),
120
  that = $(this);
121
- $.ajax({
122
- type: 'POST',
123
- url: wpforo.ajax_url,
124
- data: {
125
- itemtype: type,
126
- postid: postid,
127
- votestatus: 'up',
128
- action: 'wpforo_vote_ajax'
129
- }
130
- }).done(function (response) {
131
- try {
132
- response = $.parseJSON(response);
133
- } catch (e) {
134
- console.log(e);
135
- }
136
- if (response.stat === 1) {
137
- var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
138
- count = wpfvote_num.text();
139
- wpfvote_num.text(++count).fadeIn();
140
- }
141
- wpforo_load_hide();
142
- wpforo_notice_show(response.notice);
143
- });
 
 
144
  });
145
 
146
  wpforo_wrap.on('click', '.wpforo-votedown', function () {
@@ -148,29 +156,31 @@ jQuery(document).ready(function ($) {
148
  var type = $(this).data('type'),
149
  postid = $(this).data('postid'),
150
  that = $(this);
151
- $.ajax({
152
- type: 'POST',
153
- url: wpforo.ajax_url,
154
- data: {
155
- itemtype: type,
156
- postid: postid,
157
- votestatus: 'down',
158
- action: 'wpforo_vote_ajax'
159
- }
160
- }).done(function (response) {
161
- try {
162
- response = $.parseJSON(response);
163
- } catch (e) {
164
- console.log(e);
165
- }
166
- if (response.stat === 1) {
167
- var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
168
- count = wpfvote_num.text();
169
- wpfvote_num.text(--count).fadeIn();
170
- }
171
- wpforo_load_hide();
172
- wpforo_notice_show(response.notice);
173
- });
 
 
174
  });
175
 
176
 
@@ -179,58 +189,62 @@ jQuery(document).ready(function ($) {
179
  wpforo_load_show();
180
  var postid = $(this).data('postid'),
181
  that = $(this);
182
- $.ajax({
183
- type: 'POST',
184
- url: wpforo.ajax_url,
185
- data: {
186
- postid: postid,
187
- answerstatus: 0,
188
- action: 'wpforo_answer_ajax'
189
- }
190
- }).done(function (response) {
191
- try {
192
- response = $.parseJSON(response);
193
- } catch (e) {
194
- console.log(e);
195
- }
196
- if (response.stat === 1) {
197
- that.removeClass('wpf-toggle-answer').addClass('wpf-toggle-not-answer');
198
- setTimeout(function () {
199
- window.location.reload();
200
- }, 300);
201
- }
202
- wpforo_load_hide();
203
- wpforo_notice_show(response.notice);
204
- });
 
 
205
  });
206
 
207
  wpforo_wrap.on('click', '.wpf-toggle-not-answer', function () {
208
  wpforo_load_show();
209
  var postid = $(this).data('postid'),
210
  that = $(this);
211
- $.ajax({
212
- type: 'POST',
213
- url: wpforo.ajax_url,
214
- data: {
215
- postid: postid,
216
- answerstatus: 1,
217
- action: 'wpforo_answer_ajax'
218
- }
219
- }).done(function (response) {
220
- try {
221
- response = $.parseJSON(response);
222
- } catch (e) {
223
- console.log(e);
224
- }
225
- if (response.stat === 1) {
226
- that.removeClass('wpf-toggle-not-answer').addClass('wpf-toggle-answer');
227
- setTimeout(function () {
228
- window.location.reload();
229
- }, 300);
230
- }
231
- wpforo_load_hide();
232
- wpforo_notice_show(response.notice);
233
- });
 
 
234
  });
235
 
236
 
@@ -246,24 +260,26 @@ jQuery(document).ready(function ($) {
246
  var postid = post_wrap.data('postid');
247
  if( !postid ) postid = 0;
248
  $(".wpf-form-post-parentid").val( postid );
249
- $.ajax({
250
- type: 'POST',
251
- url: wpforo.ajax_url,
252
- data: {
253
- postid: postid,
254
- action: 'wpforo_quote_ajax'
255
- }
256
- }).done(function (response) {
257
- var phrase = wpforo_phrase('Reply with quote');
258
- phrase = phrase.charAt(0).toUpperCase() + phrase.slice(1);
259
- $(".wpf-reply-form-title").html(phrase);
260
- $(".wpf-form-postid", main_form).val(0);
 
261
 
262
- wpforo_editor.set_content( response, wpforo_editor.get_main() );
263
 
264
- $('html, body').animate({scrollTop: wrap.offset().top}, 1000);
265
- wpforo_load_hide();
266
- });
 
267
  });
268
 
269
  // Report
@@ -272,13 +288,13 @@ jQuery(document).ready(function ($) {
272
  var form = $("form#wpforo-report");
273
  $("#wpforo-report-postid", form).val( $(this).data('postid') );
274
  wpforo_dialog_show('', form, '45%', '295px');
275
- $("#wpforo-report-content", form).focus();
276
  wpforo_load_hide();
277
  });
278
 
279
  $(document).on('click', '#wpforo-report-send', wpforo_report_send);
280
  $(document).on('keydown', 'form#wpforo-report', function (e) {
281
- if (e.ctrlKey && e.keyCode === 13) {
282
  wpforo_report_send();
283
  }
284
  });
@@ -288,25 +304,27 @@ jQuery(document).ready(function ($) {
288
  var postid = $('#wpforo-report-postid').val();
289
  var messagecontent = $('#wpforo-report-content').val();
290
 
291
- $.ajax({
292
- type: 'POST',
293
- url: wpforo.ajax_url,
294
- data: {
295
- postid: postid,
296
- reportmsg: messagecontent,
297
- action: 'wpforo_report_ajax'
298
- }
299
- }).done(function (response) {
300
- try {
301
- response = $.parseJSON(response);
302
- wpforo_dialog_hide();
303
- $('#wpforo-report-content').val('');
304
- wpforo_load_hide();
305
- wpforo_notice_show(response);
306
- } catch (e) {
307
- console.log(e);
308
- }
309
- });
 
 
310
  }
311
 
312
  // Sticky
@@ -315,30 +333,32 @@ jQuery(document).ready(function ($) {
315
  var topicid = $(this).data('topicid'),
316
  that = $(this);
317
 
318
- $.ajax({
319
- type: 'POST',
320
- url: wpforo.ajax_url,
321
- data: {
322
- topicid: topicid,
323
- status: 'sticky',
324
- action: 'wpforo_sticky_ajax'
325
- }
326
- }).done(function (response) {
327
- try {
328
- response = $.parseJSON(response);
329
- } catch (e) {
330
- console.log(e);
331
- }
332
- if (response.stat === 1) {
333
- that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Unsticky'));
334
- that.removeClass('wpforo-sticky').addClass('wpforo-unsticky');
335
- if( that.is("[wpf-tooltip]") ) {
336
- that.attr("wpf-tooltip", wpforo_phrase('Unsticky') );
337
  }
338
- }
339
- wpforo_load_hide();
340
- wpforo_notice_show(response.notice);
341
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  });
343
 
344
 
@@ -347,30 +367,32 @@ jQuery(document).ready(function ($) {
347
  var topicid = $(this).data('topicid'),
348
  that = $(this);
349
 
350
- $.ajax({
351
- type: 'POST',
352
- url: wpforo.ajax_url,
353
- data: {
354
- topicid: topicid,
355
- status: 'unsticky',
356
- action: 'wpforo_sticky_ajax'
357
- }
358
- }).done(function (response) {
359
- try {
360
- response = $.parseJSON(response);
361
- } catch (e) {
362
- console.log(e);
363
- }
364
- if (response.stat === 1) {
365
- that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Sticky'));
366
- that.removeClass('wpforo-unsticky').addClass('wpforo-sticky');
367
- if( that.is("[wpf-tooltip]") ) {
368
- that.attr("wpf-tooltip", wpforo_phrase('Sticky') );
369
  }
370
- }
371
- wpforo_load_hide();
372
- wpforo_notice_show(response.notice);
373
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  });
375
 
376
  // Approve
@@ -381,28 +403,30 @@ jQuery(document).ready(function ($) {
381
  that = $(this);
382
  var postid = postid_value.replace("wpfapprove", "");
383
 
384
- $.ajax({
385
- type: 'POST',
386
- url: wpforo.ajax_url,
387
- data:{
388
- postid: postid,
389
- status: status_value,
390
- action: 'wpforo_approve_ajax'
391
- }
392
- }).done(function(response){
393
- if(response !== 0){
394
- $("#" + postid_value).removeClass('wpforo-approve').addClass('wpforo-unapprove');
395
- $("#approveicon" + postid).removeClass('fa-check').addClass('fa-exclamation-circle');
396
- $("#wpforo-wrap #post-" + postid + " .wpf-mod-message").hide();
397
- $("#wpforo-wrap .wpf-status-title").hide();
398
- $("#approvetext" + postid).text( ' ' + wpforo_phrase('Unapprove') );
399
- if( that.is("[wpf-tooltip]") ) {
400
- that.attr("wpf-tooltip", wpforo_phrase('Unapprove') );
401
  }
402
- }
403
- wpforo_load_hide();
404
- window.location.reload();
405
- });
 
 
 
 
 
 
 
 
 
 
 
406
  });
407
 
408
  // Unapprove
@@ -413,28 +437,30 @@ jQuery(document).ready(function ($) {
413
  that = $(this);
414
  var postid = postid_value.replace("wpfapprove", "");
415
 
416
- $.ajax({
417
- type: 'POST',
418
- url: wpforo.ajax_url,
419
- data:{
420
- postid: postid,
421
- status: status_value,
422
- action: 'wpforo_approve_ajax'
423
- }
424
- }).done(function(response){
425
- if(response != 0){
426
- $("#" + postid_value).removeClass('wpforo-unapprove').addClass('wpforo-approve');
427
- $("#approveicon" + postid).removeClass('fa-exclamation-circle').addClass('fa-check');
428
- $('#wpforo-wrap #post-' + postid + ' .wpf-mod-message').visible();
429
- $('#wpforo-wrap .wpf-status-title').visible();
430
- $("#approvetext" + postid).text( ' ' + wpforo_phrase('Approve') );
431
- if( that.is("[wpf-tooltip]") ) {
432
- that.attr("wpf-tooltip", wpforo_phrase('Approve') );
433
  }
434
- }
435
- wpforo_load_hide();
436
- window.location.reload();
437
- });
 
 
 
 
 
 
 
 
 
 
 
438
  });
439
 
440
 
@@ -445,26 +471,28 @@ jQuery(document).ready(function ($) {
445
  var postid_value = $(this).attr('id'),
446
  that = $(this);
447
  var postid = postid_value.replace("wpfprivate", "");
448
-
449
- $.ajax({
450
- type: 'POST',
451
- url: wpforo.ajax_url,
452
- data:{
453
- postid: postid,
454
- status: status_value,
455
- action: 'wpforo_private_ajax'
456
- }
457
- }).done(function(response){
458
- if(response != 0){
459
- $("#" + postid_value).removeClass('wpforo-private').addClass('wpforo-public');
460
- $("#privateicon" + postid).removeClass('fa-eye-slash').addClass('fa-eye');
461
- $("#privatetext" + postid).text( ' ' + wpforo_phrase('Public') );
462
- if( that.is("[wpf-tooltip]") ) {
463
- that.attr("wpf-tooltip", wpforo_phrase('Public') );
464
- }
465
- }
466
- wpforo_load_hide();
467
- });
 
 
468
  });
469
 
470
  wpforo_wrap.on('click','.wpforo-public', function(){
@@ -473,26 +501,28 @@ jQuery(document).ready(function ($) {
473
  var postid_value = $(this).attr('id'),
474
  that = $(this);
475
  var postid = postid_value.replace("wpfprivate", "");
476
-
477
- $.ajax({
478
- type: 'POST',
479
- url: wpforo.ajax_url,
480
- data:{
481
- postid: postid,
482
- status: status_value,
483
- action: 'wpforo_private_ajax'
484
- }
485
- }).done(function(response){
486
- if(response != 0){
487
- $("#" + postid_value).removeClass('wpforo-public').addClass('wpforo-private');
488
- $("#privateicon" + postid).removeClass('fa-eye').addClass('fa-eye-slash');
489
- $("#privatetext" + postid).text( ' ' + wpforo_phrase('Private') );
490
- if( that.is("[wpf-tooltip]") ) {
491
- that.attr("wpf-tooltip", wpforo_phrase('Private') );
492
- }
493
- }
494
- wpforo_load_hide();
495
- });
 
 
496
  });
497
 
498
  // Solved
@@ -502,25 +532,27 @@ jQuery(document).ready(function ($) {
502
  var postid_value = $(this).attr('id'),
503
  that = $(this);
504
  var postid = postid_value.replace("wpfsolved", "");
505
-
506
- $.ajax({
507
- type: 'POST',
508
- url: wpforo.ajax_url,
509
- data:{
510
- postid: postid,
511
- status: status_value,
512
- action: 'wpforo_solved_ajax'
513
- }
514
- }).done(function(response){
515
- if(response != 0){
516
- $("#" + postid_value).removeClass('wpforo-solved').addClass('wpforo-unsolved');
517
- $("#solvedtext" + postid).text( ' ' + wpforo_phrase('Unsolved') );
518
- if( that.is("[wpf-tooltip]") ) {
519
- that.attr("wpf-tooltip", wpforo_phrase('Unsolved') );
520
- }
521
- }
522
- wpforo_load_hide();
523
- });
 
 
524
  });
525
 
526
  wpforo_wrap.on('click','.wpforo-unsolved', function(){
@@ -529,25 +561,27 @@ jQuery(document).ready(function ($) {
529
  var postid_value = $(this).attr('id'),
530
  that = $(this);
531
  var postid = postid_value.replace("wpfsolved", "");
532
-
533
- $.ajax({
534
- type: 'POST',
535
- url: wpforo.ajax_url,
536
- data:{
537
- postid: postid,
538
- status: status_value,
539
- action: 'wpforo_solved_ajax'
540
- }
541
- }).done(function(response){
542
- if(response != 0){
543
- $("#" + postid_value).removeClass('wpforo-unsolved').addClass('wpforo-solved');
544
- $("#solvedtext" + postid).text( ' ' + wpforo_phrase('Solved') );
545
- if( that.is("[wpf-tooltip]") ) {
546
- that.attr("wpf-tooltip", wpforo_phrase('Solved') );
547
- }
548
- }
549
- wpforo_load_hide();
550
- });
 
 
551
  });
552
 
553
 
@@ -558,31 +592,34 @@ jQuery(document).ready(function ($) {
558
  var postid_value = $(this).attr('id'),
559
  that = $(this);
560
  var postid = postid_value.replace("wpfclose", "");
561
- $.ajax({
562
- type: 'POST',
563
- url: wpforo.ajax_url,
564
- data:{
565
- postid: postid,
566
- status: status_value,
567
- action: 'wpforo_close_ajax'
568
- }
569
- }).done(function(response){
570
- if(response != 0){
571
- $("#" + postid_value).removeClass('wpforo-close').addClass('wpforo-open');
572
- $("#closeicon" + postid).removeClass('fa-lock').addClass('fa-unlock');
573
- $("#closetext" + postid).text( ' ' + wpforo_phrase('Open') );
574
- if( that.is("[wpf-tooltip]") ) {
575
- that.attr("wpf-tooltip", wpforo_phrase('Open') );
576
- }
577
- $(".wpf-form-wrapper").remove();
578
- $(".wpforo-reply").remove();
579
- $(".wpforo-quote").remove();
580
- $(".wpforo-edit").remove();
581
- $(".wpf-answer-button").remove();
582
- $(".wpf-add-comment-button").remove();
583
- }
584
- wpforo_load_hide();
585
- });
 
 
 
586
  });
587
 
588
  wpforo_wrap.on('click','.wpforo-open', function(){
@@ -591,30 +628,33 @@ jQuery(document).ready(function ($) {
591
  var postid_value = $(this).attr('id'),
592
  that = $(this);
593
  var postid = postid_value.replace("wpfclose", "");
594
- $.ajax({
595
- type: 'POST',
596
- url: wpforo.ajax_url,
597
- data:{
598
- postid: postid,
599
- status: status_value,
600
- action: 'wpforo_close_ajax'
601
- }
602
- }).done(function(response){
603
- if(response != 0){
604
- if( that.is("[wpf-tooltip]") ) {
605
- that.attr("wpf-tooltip", wpforo_phrase('Close') );
606
- }
607
- window.location.assign(response);
608
- }
609
- wpforo_load_hide();
610
-
611
- });
 
 
 
612
  });
613
 
614
  // Edit post
615
  wpforo_wrap.on('click','.wpforo-edit', function(){
616
  var wrap = $(this).closest('[id^=post-][data-postid]');
617
- if( wrap.length ){
618
  var children = wrap.contents().not(":hidden");
619
  var loading = $('<div class="wpforo-loading-portable"><i class="fas fa-3x fa-circle-notch fa-spin"></i></div>');
620
  wrap.append(loading);
@@ -628,11 +668,11 @@ jQuery(document).ready(function ($) {
628
  children.fadeIn('slow');
629
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
630
  });
631
- f.fadeIn('slow');
632
  if( init ){
633
  f.appendTo(wrap);
634
  wpforo_trigger_custom_event(document, 'wpforo_topic_portable_form', f);
635
  }
 
636
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
637
  }
638
 
@@ -649,7 +689,7 @@ jQuery(document).ready(function ($) {
649
  }
650
  }).done(function(response){
651
  try {
652
- response = $.parseJSON(response);
653
  if( parseInt(response.state) ) show_form(response.html, true);
654
  }catch (e) {
655
  console.log(e);
@@ -665,7 +705,7 @@ jQuery(document).ready(function ($) {
665
 
666
  var ok = confirm(wpforo_ucwords( wpforo_phrase('are you sure you want to delete?') ));
667
 
668
- if (ok){
669
  var postid_value = $(this).attr('id');
670
  var is_topic = postid_value.indexOf("topic");
671
 
@@ -693,7 +733,7 @@ jQuery(document).ready(function ($) {
693
  }
694
  }).done(function(response){
695
  try{
696
- response = $.parseJSON(response);
697
  } catch (e) {
698
  console.log(e);
699
  }
@@ -739,33 +779,33 @@ jQuery(document).ready(function ($) {
739
 
740
  var postid_value = $(this).attr('id');
741
  var itemid = postid_value.replace("wpfsubscribe-", "");
742
-
743
- $.ajax({
744
- type: 'POST',
745
- url: wpforo.ajax_url,
746
- data: {
747
- itemid: itemid,
748
- type: type,
749
- status: status,
750
- action: 'wpforo_subscribe_ajax'
751
- }
752
- }).done(function(response){
753
- try{
754
- response = $.parseJSON(response);
755
- } catch (e) {
756
- console.log(e);
757
- }
758
- if( response.stat == 1 ){
759
- $("#wpfsubscribe-" + itemid).removeClass('wpf-subscribe-' + type).addClass('wpf-unsubscribe-' + type);
760
- $("#wpfsubscribe-" + itemid).text( ' ' + wpforo_phrase('Unsubscribe') );
761
- wpforo_load_hide();
762
- }else{
763
- wpforo_load_hide();
764
- }
765
-
766
- wpforo_notice_show(response.notice);
767
- });
768
-
769
  });
770
 
771
  wpforo_wrap.on('click','.wpf-unsubscribe-forum, .wpf-unsubscribe-topic', function(){
@@ -784,32 +824,33 @@ jQuery(document).ready(function ($) {
784
  }
785
  var postid_value = $(this).attr('id');
786
  var itemid = postid_value.replace("wpfsubscribe-", "");
787
-
788
- $.ajax({
789
- type: 'POST',
790
- url: wpforo.ajax_url,
791
- data: {
792
- itemid: itemid,
793
- type: type,
794
- status: status,
795
- action: 'wpforo_subscribe_ajax'
796
- }
797
- }).done(function(response){
798
- try{
799
- response = $.parseJSON(response);
800
- } catch (e) {
801
- console.log(e);
802
- }
803
- if( response.stat == 1 ){
804
- $("#wpfsubscribe-" + itemid).removeClass('wpf-unsubscribe-' + type).addClass('wpf-subscribe-' + type);
805
- $("#wpfsubscribe-" + itemid).text( ' ' + button_phrase );
806
- wpforo_load_hide();
807
- }else{
808
- wpforo_load_hide();
809
- }
810
-
811
- wpforo_notice_show(response.notice);
812
- });
 
813
  });
814
 
815
  wpforo_wrap.on('click', '.wpforo-tools', function () {
@@ -838,7 +879,7 @@ jQuery(document).ready(function ($) {
838
  var topics_list = $('.wpf-thread-list', wrap);
839
  topics_list.data('paged', 0);
840
  topics_list.data('filter', $(this).data('filter'));
841
- $('.wpf-more-topics > a', wrap).click();
842
  $(this).siblings('a.wpf-threads-filter').removeClass('wpf-active');
843
  $(this).addClass('wpf-active');
844
  });
@@ -852,7 +893,7 @@ jQuery(document).ready(function ($) {
852
  $('.wpf-topic-form-no-selected-forum', form_wrap).hide();
853
 
854
  var forumid = parseInt( $(this).val() );
855
- if( forumid ){
856
  $.ajax({
857
  type: 'POST',
858
  data: {
@@ -900,42 +941,44 @@ jQuery(document).ready(function ($) {
900
  i.toggleClass(i_toggle_class);
901
  if(append) i2.toggleClass(i2_toggle_class);
902
 
903
- $.ajax({
904
- type: 'POST',
905
- data: {
906
- forumid: forumid,
907
- filter: filter,
908
- paged: paged,
909
- action: 'wpforo_layout4_loadmore'
910
- }
911
- }).done(function (response) {
912
- try {
913
- response = JSON.parse(response);
914
- } catch (e) {
915
- console.log(e);
916
- }
 
917
 
918
- if (response.stat === 1) {
919
- if (append) {
920
- topics_list.append(response.output_html);
 
 
 
 
921
  } else {
922
- topics_list.html(response.output_html);
923
- $this.show();
924
- }
925
- } else {
926
- if (!append) {
927
- topics_list.html( '<span class="wpf-no-thread">' + wpforo_phrase('No threads found') + '</span>' );
928
  }
929
- }
930
 
931
- if (response.no_more) {
932
- $this.hide();
933
- }
934
 
935
- i.toggleClass(i_toggle_class);
936
- if(append) i2.toggleClass(i2_toggle_class);
937
- wpforo_load_hide();
938
- });
 
939
  });
940
 
941
  wpforo_wrap.on('click', '.wpforo-qa-show-rest-comments', function () {
@@ -946,25 +989,27 @@ jQuery(document).ready(function ($) {
946
  var comments_list = $('.wpforo-qa-comments', wrap);
947
  var parentid = root_wrap.data('postid');
948
 
949
- $.ajax({
950
- type: 'POST',
951
- data: {
952
- parentid: parentid,
953
- action: 'wpforo_qa_comment_loadrest'
954
- }
955
- }).done(function (response) {
956
- try {
957
- response = JSON.parse(response);
958
- } catch (e) {
959
- console.log(e);
960
- }
 
961
 
962
- if (response.stat === 1) {
963
- comments_list.append(response.output_html);
964
- $this.remove();
965
- wpforo_load_hide();
966
- }
967
- });
 
968
  });
969
 
970
  wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_post_preview:not(.wpf-disabled)', function(){
@@ -972,14 +1017,14 @@ jQuery(document).ready(function ($) {
972
  var ico = $('.wpf-rev-preview-ico', $this);
973
  var form = $this.closest('form[data-textareaid]');
974
 
975
- //$('.wpforo_save_revision', form).click();
976
 
977
  var textareaid = form.data('textareaid');
978
  var postid = $( 'input.wpf-form-postid', form ).val();
979
  var body = wpforo_editor.get_content('raw');
980
  var body_info = wpforo_editor.get_stats();
981
 
982
- if( textareaid && body_info.has_content){
983
  wpforo_load_show();
984
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
985
  $.ajax({
@@ -1162,7 +1207,7 @@ jQuery(document).ready(function ($) {
1162
 
1163
  if( parseInt(wpforo.revision_options.is_draft_on) && parseInt(wpforo.revision_options.auto_draft_interval) && !save_revision.data('auto_draft') ){
1164
  setInterval(function(){
1165
- save_revision.click();
1166
  }, wpforo.revision_options.auto_draft_interval);
1167
  save_revision.data('auto_draft', true);
1168
  }
@@ -1187,7 +1232,7 @@ jQuery(document).ready(function ($) {
1187
  }
1188
 
1189
  function wpforo_content_ctrl_s(){
1190
- $('form[data-textareaid="'+ wpforo_editor.active_textareaid +'"] .wpforo_save_revision').click();
1191
  }
1192
 
1193
  wpforo_wrap.on('change input propertychange', 'form[data-textareaid] textarea', function (e) {
@@ -1210,7 +1255,7 @@ jQuery(document).ready(function ($) {
1210
  wpforo_tinymce_initializeIt('.wp-editor-area');
1211
  }else{
1212
  wpforo_tinymce_initializeIt('.wp-editor-area', true);
1213
- t.focus();
1214
  }
1215
  }
1216
  });
@@ -1218,20 +1263,22 @@ jQuery(document).ready(function ($) {
1218
  wpforo_wrap.on('click', '.wpforo-rcn-wrap .wpforo-rcn-dismiss-button', function () {
1219
  wpforo_load_show();
1220
  var wrap = $(this).closest('.wpforo-rcn-wrap');
1221
- $.ajax({
1222
- type: 'POST',
1223
- data: {
1224
- backend: 0,
1225
- action: 'wpforo_dissmiss_recaptcha_note'
1226
- }
1227
- }).done(function (response) {
1228
- if( parseInt(response) ){
1229
- wrap.remove();
1230
- wpforo_notice_show('done', 'success');
1231
- }
1232
- }).always(function(){
1233
- wpforo_load_hide();
1234
- });
 
 
1235
  });
1236
 
1237
  wpforo_wrap.on('click', '.wpf-admincp .wpf-acp-toggle', function(){
@@ -1254,17 +1301,19 @@ jQuery(document).ready(function ($) {
1254
  });
1255
 
1256
  function wpforo_init_phrases(){
1257
- jQuery.ajax({
1258
- url: wpforo.ajax_url,
1259
- type: 'POST',
1260
- dataType: 'json',
1261
- async: false,
1262
- data: {
1263
- action: 'wpforo_get_phrases'
1264
- }
1265
- }).done(function (r) {
1266
- window.wpforo_phrases = r;
1267
- });
 
 
1268
  }
1269
 
1270
  function wpforo_ucwords (str) {
@@ -1274,13 +1323,13 @@ function wpforo_ucwords (str) {
1274
  }
1275
 
1276
  function wpforo_topic_tools_tab_load() {
1277
- var active_tab = jQuery('#wpf_moderation_tools').find('.wpf-tool-tab.wpf-tt-active');
1278
  if( active_tab.length ){
1279
  var active_tab_id = active_tab.attr('id');
1280
- if( active_tab_id ){
1281
  wpforo_notice_hide();
1282
- jQuery('#wpf_tool_tab_content_wrap').html('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
1283
- jQuery.ajax({
1284
  type: 'POST',
1285
  data: {
1286
  active_tab_id: active_tab_id,
@@ -1288,8 +1337,8 @@ function wpforo_topic_tools_tab_load() {
1288
  }
1289
  }).done(function(response){
1290
  if( response ){
1291
- jQuery('#wpf_tool_tab_content_wrap').html(response);
1292
- jQuery('#wpf_moderation_tools').slideDown(400, 'linear');
1293
  }
1294
  wpforo_load_hide();
1295
  });
@@ -1298,9 +1347,9 @@ function wpforo_topic_tools_tab_load() {
1298
  }
1299
 
1300
  function wpforo_tags_suggest(){
1301
- var wpf_tags = jQuery('.wpf-tags');
1302
  wpf_tags.suggest(
1303
- window.wpforo.ajax_url + "?action=wpforo_tag_search",
1304
  { multiple:true,
1305
  multipleSep: ",",
1306
  resultsClass: 'wpf_ac_results',
@@ -1309,32 +1358,31 @@ function wpforo_tags_suggest(){
1309
  onSelect: function() {}
1310
  }
1311
  );
1312
- jQuery('.wpf_ac_results').blur(function() {
1313
  wpf_tags.removeClass( 'wpf-ac-loading' );
1314
  });
1315
- wpf_tags.blur(function() {
1316
- jQuery(this).removeClass( 'wpf-ac-loading' );
1317
  });
1318
- wpf_tags.keydown(
1319
  function ( e ) {
1320
- var loading; clearTimeout(loading);
1321
  var tags = wpf_tags.val();
1322
  if( tags.length >= 1 ){
1323
- switch(e.keyCode) {
1324
- case 38: // up
1325
- case 40: // down
1326
- case 8: // backspace
1327
- case 9: // tab
1328
- case 13: // return
1329
- case 27: // escape
1330
- case 32: // space
1331
- case 188: // comma
1332
- jQuery(this).removeClass( 'wpf-ac-loading' ); break;
1333
  default:
1334
- jQuery(this).addClass( 'wpf-ac-loading' );
1335
  }
1336
  }
1337
- loading = setTimeout(function() { wpf_tags.removeClass( 'wpf-ac-loading' ); }, 1000);
1338
  }
1339
  );
1340
  }
1
+ /* global wpforo */
2
+
3
+ $wpf.ajaxSetup({
4
  url: wpforo.ajax_url,
5
  data:{
6
  referer: window.location.origin + window.location.pathname
11
  var postid = 0;
12
  var match = hash.match(/^#post-(\d+)$/);
13
  if ( match && (postid = match[1]) ) {
14
+ if (!$wpf(hash).length && $wpf.active === 0) {
15
+ $wpf.ajax({
16
  type: 'POST',
17
  data: {
18
  postid: postid,
27
  }
28
  }
29
 
30
+ $wpf(document).ready(function ($) {
31
  var wpforo_wrap = $('#wpforo-wrap');
32
 
33
  //location hash ajax redirect fix
41
  wpforo_load_show();
42
  var postid = $(this).data('postid'),
43
  that = $(this);
44
+ if( $.active === 0 ){
45
+ $.ajax({
46
+ type: 'POST',
47
+ url: wpforo.ajax_url,
48
+ data: {
49
+ postid: postid,
50
+ likestatus: 1,
51
+ action: 'wpforo_like_ajax'
52
+ }
53
+ }).done(function (response) {
54
+ try {
55
+ response = JSON.parse(response);
56
+ } catch (e) {
57
+ console.log(e);
58
+ }
59
+ if (response.stat === 1) {
60
+ that.find('.wpforo-like-ico').removeClass('far').addClass('fas');
61
+ that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Unlike'));
62
+ that.parents('.wpforo-post').find('.bleft').html(response.likers);
63
+ that.removeClass('wpforo-like').addClass('wpforo-unlike');
64
+ if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
65
+ that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Unlike') );
66
+ }else{
67
+ that.find('.wpforo-like-ico').removeClass('fa-thumbs-up').addClass('fa-thumbs-down');
68
+ }
69
+ var like_count;
70
+ like_count = that.children(".wpf-like-count").text();
71
+ like_count = parseInt(like_count) + 1;
72
+ that.children(".wpf-like-count").text(like_count);
73
+ }
74
+ wpforo_load_hide();
75
+ wpforo_notice_show(response.notice);
76
+ });
77
+ }
78
  });
79
  // unlike
80
  wpforo_wrap.on('click', '.wpforo-unlike', function () {
81
  wpforo_load_show();
82
  var postid = $(this).data('postid'),
83
  that = $(this);
84
+ if( $.active === 0 ){
85
+ $.ajax({
86
+ type: 'POST',
87
+ url: wpforo.ajax_url,
88
+ data: {
89
+ postid: postid,
90
+ likestatus: 0,
91
+ action: 'wpforo_like_ajax'
92
+ }
93
+ }).done(function (response) {
94
+ try {
95
+ response = JSON.parse(response);
96
+ } catch (e) {
97
+ console.log(e);
98
+ }
99
+ if (response.stat === 1) {
100
+ that.find('.wpforo-like-ico').removeClass('fas').addClass('far');
101
+ that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Like'));
102
+ that.parents('.wpforo-post').find('.bleft').html(response.likers);
103
+ that.removeClass('wpforo-unlike').addClass('wpforo-like');
104
+ if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
105
+ that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Like') );
106
+ }else{
107
+ that.find('.wpforo-like-ico').removeClass('fa-thumbs-down').addClass('fa-thumbs-up');
108
+ }
109
+ var like_count;
110
+ like_count = that.children(".wpf-like-count").text();
111
+ like_count = parseInt(like_count) - 1;
112
+ that.children(".wpf-like-count").text(like_count);
113
+ }
114
+ wpforo_load_hide();
115
+ wpforo_notice_show(response.notice);
116
+ });
117
+ }
118
  });
119
 
120
 
124
  var type = $(this).data('type'),
125
  postid = $(this).data('postid'),
126
  that = $(this);
127
+ if( $.active === 0 ){
128
+ $.ajax({
129
+ type: 'POST',
130
+ url: wpforo.ajax_url,
131
+ data: {
132
+ itemtype: type,
133
+ postid: postid,
134
+ votestatus: 'up',
135
+ action: 'wpforo_vote_ajax'
136
+ }
137
+ }).done(function (response) {
138
+ try {
139
+ response = JSON.parse(response);
140
+ } catch (e) {
141
+ console.log(e);
142
+ }
143
+ if (response.stat === 1) {
144
+ var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
145
+ count = wpfvote_num.text();
146
+ wpfvote_num.text(++count).fadeIn();
147
+ }
148
+ wpforo_load_hide();
149
+ wpforo_notice_show(response.notice);
150
+ });
151
+ }
152
  });
153
 
154
  wpforo_wrap.on('click', '.wpforo-votedown', function () {
156
  var type = $(this).data('type'),
157
  postid = $(this).data('postid'),
158
  that = $(this);
159
+ if( $.active === 0 ) {
160
+ $.ajax({
161
+ type: 'POST',
162
+ url: wpforo.ajax_url,
163
+ data: {
164
+ itemtype: type,
165
+ postid: postid,
166
+ votestatus: 'down',
167
+ action: 'wpforo_vote_ajax'
168
+ }
169
+ }).done(function (response) {
170
+ try {
171
+ response = JSON.parse(response);
172
+ } catch (e) {
173
+ console.log(e);
174
+ }
175
+ if (response.stat === 1) {
176
+ var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
177
+ count = wpfvote_num.text();
178
+ wpfvote_num.text(--count).fadeIn();
179
+ }
180
+ wpforo_load_hide();
181
+ wpforo_notice_show(response.notice);
182
+ });
183
+ }
184
  });
185
 
186
 
189
  wpforo_load_show();
190
  var postid = $(this).data('postid'),
191
  that = $(this);
192
+ if( $.active === 0 ) {
193
+ $.ajax({
194
+ type: 'POST',
195
+ url: wpforo.ajax_url,
196
+ data: {
197
+ postid: postid,
198
+ answerstatus: 0,
199
+ action: 'wpforo_answer_ajax'
200
+ }
201
+ }).done(function (response) {
202
+ try {
203
+ response = JSON.parse(response);
204
+ } catch (e) {
205
+ console.log(e);
206
+ }
207
+ if (response.stat === 1) {
208
+ that.removeClass('wpf-toggle-answer').addClass('wpf-toggle-not-answer');
209
+ setTimeout(function () {
210
+ window.location.reload();
211
+ }, 300);
212
+ }
213
+ wpforo_load_hide();
214
+ wpforo_notice_show(response.notice);
215
+ });
216
+ }
217
  });
218
 
219
  wpforo_wrap.on('click', '.wpf-toggle-not-answer', function () {
220
  wpforo_load_show();
221
  var postid = $(this).data('postid'),
222
  that = $(this);
223
+ if( $.active === 0 ) {
224
+ $.ajax({
225
+ type: 'POST',
226
+ url: wpforo.ajax_url,
227
+ data: {
228
+ postid: postid,
229
+ answerstatus: 1,
230
+ action: 'wpforo_answer_ajax'
231
+ }
232
+ }).done(function (response) {
233
+ try {
234
+ response = JSON.parse(response);
235
+ } catch (e) {
236
+ console.log(e);
237
+ }
238
+ if (response.stat === 1) {
239
+ that.removeClass('wpf-toggle-not-answer').addClass('wpf-toggle-answer');
240
+ setTimeout(function () {
241
+ window.location.reload();
242
+ }, 300);
243
+ }
244
+ wpforo_load_hide();
245
+ wpforo_notice_show(response.notice);
246
+ });
247
+ }
248
  });
249
 
250
 
260
  var postid = post_wrap.data('postid');
261
  if( !postid ) postid = 0;
262
  $(".wpf-form-post-parentid").val( postid );
263
+ if( $.active === 0 ) {
264
+ $.ajax({
265
+ type: 'POST',
266
+ url: wpforo.ajax_url,
267
+ data: {
268
+ postid: postid,
269
+ action: 'wpforo_quote_ajax'
270
+ }
271
+ }).done(function (response) {
272
+ var phrase = wpforo_phrase('Reply with quote');
273
+ phrase = phrase.charAt(0).toUpperCase() + phrase.slice(1);
274
+ $(".wpf-reply-form-title").html(phrase);
275
+ $(".wpf-form-postid", main_form).val(0);
276
 
277
+ wpforo_editor.set_content(response, wpforo_editor.get_main());
278
 
279
+ $('html, body').animate({scrollTop: wrap.offset().top}, 1000);
280
+ wpforo_load_hide();
281
+ });
282
+ }
283
  });
284
 
285
  // Report
288
  var form = $("form#wpforo-report");
289
  $("#wpforo-report-postid", form).val( $(this).data('postid') );
290
  wpforo_dialog_show('', form, '45%', '295px');
291
+ $("#wpforo-report-content", form).trigger("focus");
292
  wpforo_load_hide();
293
  });
294
 
295
  $(document).on('click', '#wpforo-report-send', wpforo_report_send);
296
  $(document).on('keydown', 'form#wpforo-report', function (e) {
297
+ if ( (e.ctrlKey || e.metaKey) && e.code === 'Enter') {
298
  wpforo_report_send();
299
  }
300
  });
304
  var postid = $('#wpforo-report-postid').val();
305
  var messagecontent = $('#wpforo-report-content').val();
306
 
307
+ if( $.active === 0 ) {
308
+ $.ajax({
309
+ type: 'POST',
310
+ url: wpforo.ajax_url,
311
+ data: {
312
+ postid: postid,
313
+ reportmsg: messagecontent,
314
+ action: 'wpforo_report_ajax'
315
+ }
316
+ }).done(function (response) {
317
+ try {
318
+ response = JSON.parse(response);
319
+ wpforo_dialog_hide();
320
+ $('#wpforo-report-content').val('');
321
+ wpforo_load_hide();
322
+ wpforo_notice_show(response);
323
+ } catch (e) {
324
+ console.log(e);
325
+ }
326
+ });
327
+ }
328
  }
329
 
330
  // Sticky
333
  var topicid = $(this).data('topicid'),
334
  that = $(this);
335
 
336
+ if( $.active === 0 ) {
337
+ $.ajax({
338
+ type: 'POST',
339
+ url: wpforo.ajax_url,
340
+ data: {
341
+ topicid: topicid,
342
+ status: 'sticky',
343
+ action: 'wpforo_sticky_ajax'
 
 
 
 
 
 
 
 
 
 
 
344
  }
345
+ }).done(function (response) {
346
+ try {
347
+ response = JSON.parse(response);
348
+ } catch (e) {
349
+ console.log(e);
350
+ }
351
+ if (response.stat === 1) {
352
+ that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Unsticky'));
353
+ that.removeClass('wpforo-sticky').addClass('wpforo-unsticky');
354
+ if (that.is("[wpf-tooltip]")) {
355
+ that.attr("wpf-tooltip", wpforo_phrase('Unsticky'));
356
+ }
357
+ }
358
+ wpforo_load_hide();
359
+ wpforo_notice_show(response.notice);
360
+ });
361
+ }
362
  });
363
 
364
 
367
  var topicid = $(this).data('topicid'),
368
  that = $(this);
369
 
370
+ if( $.active === 0 ) {
371
+ $.ajax({
372
+ type: 'POST',
373
+ url: wpforo.ajax_url,
374
+ data: {
375
+ topicid: topicid,
376
+ status: 'unsticky',
377
+ action: 'wpforo_sticky_ajax'
 
 
 
 
 
 
 
 
 
 
 
378
  }
379
+ }).done(function (response) {
380
+ try {
381
+ response = JSON.parse(response);
382
+ } catch (e) {
383
+ console.log(e);
384
+ }
385
+ if (response.stat === 1) {
386
+ that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Sticky'));
387
+ that.removeClass('wpforo-unsticky').addClass('wpforo-sticky');
388
+ if (that.is("[wpf-tooltip]")) {
389
+ that.attr("wpf-tooltip", wpforo_phrase('Sticky'));
390
+ }
391
+ }
392
+ wpforo_load_hide();
393
+ wpforo_notice_show(response.notice);
394
+ });
395
+ }
396
  });
397
 
398
  // Approve
403
  that = $(this);
404
  var postid = postid_value.replace("wpfapprove", "");
405
 
406
+ if( $.active === 0 ) {
407
+ $.ajax({
408
+ type: 'POST',
409
+ url: wpforo.ajax_url,
410
+ data: {
411
+ postid: postid,
412
+ status: status_value,
413
+ action: 'wpforo_approve_ajax'
 
 
 
 
 
 
 
 
 
414
  }
415
+ }).done(function (response) {
416
+ if (response !== 0) {
417
+ $("#" + postid_value).removeClass('wpforo-approve').addClass('wpforo-unapprove');
418
+ $("#approveicon" + postid).removeClass('fa-check').addClass('fa-exclamation-circle');
419
+ $("#wpforo-wrap #post-" + postid + " .wpf-mod-message").hide();
420
+ $("#wpforo-wrap .wpf-status-title").hide();
421
+ $("#approvetext" + postid).text(' ' + wpforo_phrase('Unapprove'));
422
+ if (that.is("[wpf-tooltip]")) {
423
+ that.attr("wpf-tooltip", wpforo_phrase('Unapprove'));
424
+ }
425
+ }
426
+ wpforo_load_hide();
427
+ window.location.reload();
428
+ });
429
+ }
430
  });
431
 
432
  // Unapprove
437
  that = $(this);
438
  var postid = postid_value.replace("wpfapprove", "");
439
 
440
+ if( $.active === 0 ) {
441
+ $.ajax({
442
+ type: 'POST',
443
+ url: wpforo.ajax_url,
444
+ data: {
445
+ postid: postid,
446
+ status: status_value,
447
+ action: 'wpforo_approve_ajax'
 
 
 
 
 
 
 
 
 
448
  }
449
+ }).done(function (response) {
450
+ if( parseInt(response) !== 0 ){
451
+ $("#" + postid_value).removeClass('wpforo-unapprove').addClass('wpforo-approve');
452
+ $("#approveicon" + postid).removeClass('fa-exclamation-circle').addClass('fa-check');
453
+ $('#wpforo-wrap #post-' + postid + ' .wpf-mod-message').visible();
454
+ $('#wpforo-wrap .wpf-status-title').visible();
455
+ $("#approvetext" + postid).text(' ' + wpforo_phrase('Approve'));
456
+ if (that.is("[wpf-tooltip]")) {
457
+ that.attr("wpf-tooltip", wpforo_phrase('Approve'));
458
+ }
459
+ }
460
+ wpforo_load_hide();
461
+ window.location.reload();
462
+ });
463
+ }
464
  });
465
 
466
 
471
  var postid_value = $(this).attr('id'),
472
  that = $(this);
473
  var postid = postid_value.replace("wpfprivate", "");
474
+
475
+ if( $.active === 0 ) {
476
+ $.ajax({
477
+ type: 'POST',
478
+ url: wpforo.ajax_url,
479
+ data: {
480
+ postid: postid,
481
+ status: status_value,
482
+ action: 'wpforo_private_ajax'
483
+ }
484
+ }).done(function (response) {
485
+ if( parseInt(response) !== 0 ){
486
+ $("#" + postid_value).removeClass('wpforo-private').addClass('wpforo-public');
487
+ $("#privateicon" + postid).removeClass('fa-eye-slash').addClass('fa-eye');
488
+ $("#privatetext" + postid).text(' ' + wpforo_phrase('Public'));
489
+ if (that.is("[wpf-tooltip]")) {
490
+ that.attr("wpf-tooltip", wpforo_phrase('Public'));
491
+ }
492
+ }
493
+ wpforo_load_hide();
494
+ });
495
+ }
496
  });
497
 
498
  wpforo_wrap.on('click','.wpforo-public', function(){
501
  var postid_value = $(this).attr('id'),
502
  that = $(this);
503
  var postid = postid_value.replace("wpfprivate", "");
504
+
505
+ if( $.active === 0 ) {
506
+ $.ajax({
507
+ type: 'POST',
508
+ url: wpforo.ajax_url,
509
+ data: {
510
+ postid: postid,
511
+ status: status_value,
512
+ action: 'wpforo_private_ajax'
513
+ }
514
+ }).done(function (response) {
515
+ if( parseInt(response) !== 0 ){
516
+ $("#" + postid_value).removeClass('wpforo-public').addClass('wpforo-private');
517
+ $("#privateicon" + postid).removeClass('fa-eye').addClass('fa-eye-slash');
518
+ $("#privatetext" + postid).text(' ' + wpforo_phrase('Private'));
519
+ if (that.is("[wpf-tooltip]")) {
520
+ that.attr("wpf-tooltip", wpforo_phrase('Private'));
521
+ }
522
+ }
523
+ wpforo_load_hide();
524
+ });
525
+ }
526
  });
527
 
528
  // Solved
532
  var postid_value = $(this).attr('id'),
533
  that = $(this);
534
  var postid = postid_value.replace("wpfsolved", "");
535
+
536
+ if( $.active === 0 ) {
537
+ $.ajax({
538
+ type: 'POST',
539
+ url: wpforo.ajax_url,
540
+ data: {
541
+ postid: postid,
542
+ status: status_value,
543
+ action: 'wpforo_solved_ajax'
544
+ }
545
+ }).done(function (response) {
546
+ if( parseInt(response) !== 0 ) {
547
+ $("#" + postid_value).removeClass('wpforo-solved').addClass('wpforo-unsolved');
548
+ $("#solvedtext" + postid).text(' ' + wpforo_phrase('Unsolved'));
549
+ if (that.is("[wpf-tooltip]")) {
550
+ that.attr("wpf-tooltip", wpforo_phrase('Unsolved'));
551
+ }
552
+ }
553
+ wpforo_load_hide();
554
+ });
555
+ }
556
  });
557
 
558
  wpforo_wrap.on('click','.wpforo-unsolved', function(){
561
  var postid_value = $(this).attr('id'),
562
  that = $(this);
563
  var postid = postid_value.replace("wpfsolved", "");
564
+
565
+ if( $.active === 0 ) {
566
+ $.ajax({
567
+ type: 'POST',
568
+ url: wpforo.ajax_url,
569
+ data: {
570
+ postid: postid,
571
+ status: status_value,
572
+ action: 'wpforo_solved_ajax'
573
+ }
574
+ }).done(function (response) {
575
+ if( parseInt(response) !== 0 ){
576
+ $("#" + postid_value).removeClass('wpforo-unsolved').addClass('wpforo-solved');
577
+ $("#solvedtext" + postid).text(' ' + wpforo_phrase('Solved'));
578
+ if (that.is("[wpf-tooltip]")) {
579
+ that.attr("wpf-tooltip", wpforo_phrase('Solved'));
580
+ }
581
+ }
582
+ wpforo_load_hide();
583
+ });
584
+ }
585
  });
586
 
587
 
592
  var postid_value = $(this).attr('id'),
593
  that = $(this);
594
  var postid = postid_value.replace("wpfclose", "");
595
+
596
+ if( $.active === 0 ) {
597
+ $.ajax({
598
+ type: 'POST',
599
+ url: wpforo.ajax_url,
600
+ data: {
601
+ postid: postid,
602
+ status: status_value,
603
+ action: 'wpforo_close_ajax'
604
+ }
605
+ }).done(function (response) {
606
+ if( parseInt(response) !== 0 ){
607
+ $("#" + postid_value).removeClass('wpforo-close').addClass('wpforo-open');
608
+ $("#closeicon" + postid).removeClass('fa-lock').addClass('fa-unlock');
609
+ $("#closetext" + postid).text(' ' + wpforo_phrase('Open'));
610
+ if (that.is("[wpf-tooltip]")) {
611
+ that.attr("wpf-tooltip", wpforo_phrase('Open'));
612
+ }
613
+ $(".wpf-form-wrapper").remove();
614
+ $(".wpforo-reply").remove();
615
+ $(".wpforo-quote").remove();
616
+ $(".wpforo-edit").remove();
617
+ $(".wpf-answer-button").remove();
618
+ $(".wpf-add-comment-button").remove();
619
+ }
620
+ wpforo_load_hide();
621
+ });
622
+ }
623
  });
624
 
625
  wpforo_wrap.on('click','.wpforo-open', function(){
628
  var postid_value = $(this).attr('id'),
629
  that = $(this);
630
  var postid = postid_value.replace("wpfclose", "");
631
+
632
+ if( $.active === 0 ) {
633
+ $.ajax({
634
+ type: 'POST',
635
+ url: wpforo.ajax_url,
636
+ data: {
637
+ postid: postid,
638
+ status: status_value,
639
+ action: 'wpforo_close_ajax'
640
+ }
641
+ }).done(function (response) {
642
+ if( parseInt(response) !== 0 ){
643
+ if (that.is("[wpf-tooltip]")) {
644
+ that.attr("wpf-tooltip", wpforo_phrase('Close'));
645
+ }
646
+ window.location.assign(response);
647
+ }
648
+ wpforo_load_hide();
649
+
650
+ });
651
+ }
652
  });
653
 
654
  // Edit post
655
  wpforo_wrap.on('click','.wpforo-edit', function(){
656
  var wrap = $(this).closest('[id^=post-][data-postid]');
657
+ if( wrap.length && $.active === 0 ){
658
  var children = wrap.contents().not(":hidden");
659
  var loading = $('<div class="wpforo-loading-portable"><i class="fas fa-3x fa-circle-notch fa-spin"></i></div>');
660
  wrap.append(loading);
668
  children.fadeIn('slow');
669
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
670
  });
 
671
  if( init ){
672
  f.appendTo(wrap);
673
  wpforo_trigger_custom_event(document, 'wpforo_topic_portable_form', f);
674
  }
675
+ f.fadeIn('slow');
676
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
677
  }
678
 
689
  }
690
  }).done(function(response){
691
  try {
692
+ response = JSON.parse(response);
693
  if( parseInt(response.state) ) show_form(response.html, true);
694
  }catch (e) {
695
  console.log(e);
705
 
706
  var ok = confirm(wpforo_ucwords( wpforo_phrase('are you sure you want to delete?') ));
707
 
708
+ if(ok && $.active === 0){
709
  var postid_value = $(this).attr('id');
710
  var is_topic = postid_value.indexOf("topic");
711
 
733
  }
734
  }).done(function(response){
735
  try{
736
+ response = JSON.parse(response);
737
  } catch (e) {
738
  console.log(e);
739
  }
779
 
780
  var postid_value = $(this).attr('id');
781
  var itemid = postid_value.replace("wpfsubscribe-", "");
782
+
783
+ if( $.active === 0 ) {
784
+ $.ajax({
785
+ type: 'POST',
786
+ url: wpforo.ajax_url,
787
+ data: {
788
+ itemid: itemid,
789
+ type: type,
790
+ status: status,
791
+ action: 'wpforo_subscribe_ajax'
792
+ }
793
+ }).done(function (response) {
794
+ try {
795
+ response = JSON.parse(response);
796
+ } catch (e) {
797
+ console.log(e);
798
+ }
799
+ if( parseInt(response.stat) === 1 ){
800
+ $("#wpfsubscribe-" + itemid).removeClass('wpf-subscribe-' + type).addClass('wpf-unsubscribe-' + type).text(' ' + wpforo_phrase('Unsubscribe'));
801
+ wpforo_load_hide();
802
+ } else {
803
+ wpforo_load_hide();
804
+ }
805
+
806
+ wpforo_notice_show(response.notice);
807
+ });
808
+ }
809
  });
810
 
811
  wpforo_wrap.on('click','.wpf-unsubscribe-forum, .wpf-unsubscribe-topic', function(){
824
  }
825
  var postid_value = $(this).attr('id');
826
  var itemid = postid_value.replace("wpfsubscribe-", "");
827
+
828
+ if( $.active === 0 ) {
829
+ $.ajax({
830
+ type: 'POST',
831
+ url: wpforo.ajax_url,
832
+ data: {
833
+ itemid: itemid,
834
+ type: type,
835
+ status: status,
836
+ action: 'wpforo_subscribe_ajax'
837
+ }
838
+ }).done(function (response) {
839
+ try {
840
+ response = JSON.parse(response);
841
+ } catch (e) {
842
+ console.log(e);
843
+ }
844
+ if( parseInt(response.stat) === 1 ){
845
+ $("#wpfsubscribe-" + itemid).removeClass('wpf-unsubscribe-' + type).addClass('wpf-subscribe-' + type).text(' ' + button_phrase);
846
+ wpforo_load_hide();
847
+ } else {
848
+ wpforo_load_hide();
849
+ }
850
+
851
+ wpforo_notice_show(response.notice);
852
+ });
853
+ }
854
  });
855
 
856
  wpforo_wrap.on('click', '.wpforo-tools', function () {
879
  var topics_list = $('.wpf-thread-list', wrap);
880
  topics_list.data('paged', 0);
881
  topics_list.data('filter', $(this).data('filter'));
882
+ $('.wpf-more-topics > a', wrap).trigger("click");
883
  $(this).siblings('a.wpf-threads-filter').removeClass('wpf-active');
884
  $(this).addClass('wpf-active');
885
  });
893
  $('.wpf-topic-form-no-selected-forum', form_wrap).hide();
894
 
895
  var forumid = parseInt( $(this).val() );
896
+ if( forumid && $.active === 0 ){
897
  $.ajax({
898
  type: 'POST',
899
  data: {
941
  i.toggleClass(i_toggle_class);
942
  if(append) i2.toggleClass(i2_toggle_class);
943
 
944
+ if( $.active === 0 ) {
945
+ $.ajax({
946
+ type: 'POST',
947
+ data: {
948
+ forumid: forumid,
949
+ filter: filter,
950
+ paged: paged,
951
+ action: 'wpforo_layout4_loadmore'
952
+ }
953
+ }).done(function (response) {
954
+ try {
955
+ response = JSON.parse(response);
956
+ } catch (e) {
957
+ console.log(e);
958
+ }
959
 
960
+ if (response.stat === 1) {
961
+ if (append) {
962
+ topics_list.append(response.output_html);
963
+ } else {
964
+ topics_list.html(response.output_html);
965
+ $this.show();
966
+ }
967
  } else {
968
+ if (!append) {
969
+ topics_list.html('<span class="wpf-no-thread">' + wpforo_phrase('No threads found') + '</span>');
970
+ }
 
 
 
971
  }
 
972
 
973
+ if (response.no_more) {
974
+ $this.hide();
975
+ }
976
 
977
+ i.toggleClass(i_toggle_class);
978
+ if (append) i2.toggleClass(i2_toggle_class);
979
+ wpforo_load_hide();
980
+ });
981
+ }
982
  });
983
 
984
  wpforo_wrap.on('click', '.wpforo-qa-show-rest-comments', function () {
989
  var comments_list = $('.wpforo-qa-comments', wrap);
990
  var parentid = root_wrap.data('postid');
991
 
992
+ if( $.active === 0 ) {
993
+ $.ajax({
994
+ type: 'POST',
995
+ data: {
996
+ parentid: parentid,
997
+ action: 'wpforo_qa_comment_loadrest'
998
+ }
999
+ }).done(function (response) {
1000
+ try {
1001
+ response = JSON.parse(response);
1002
+ } catch (e) {
1003
+ console.log(e);
1004
+ }
1005
 
1006
+ if (response.stat === 1) {
1007
+ comments_list.append(response.output_html);
1008
+ $this.remove();
1009
+ wpforo_load_hide();
1010
+ }
1011
+ });
1012
+ }
1013
  });
1014
 
1015
  wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_post_preview:not(.wpf-disabled)', function(){
1017
  var ico = $('.wpf-rev-preview-ico', $this);
1018
  var form = $this.closest('form[data-textareaid]');
1019
 
1020
+ //$('.wpforo_save_revision', form).trigger("click");
1021
 
1022
  var textareaid = form.data('textareaid');
1023
  var postid = $( 'input.wpf-form-postid', form ).val();
1024
  var body = wpforo_editor.get_content('raw');
1025
  var body_info = wpforo_editor.get_stats();
1026
 
1027
+ if( textareaid && body_info.has_content && $.active === 0){
1028
  wpforo_load_show();
1029
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
1030
  $.ajax({
1207
 
1208
  if( parseInt(wpforo.revision_options.is_draft_on) && parseInt(wpforo.revision_options.auto_draft_interval) && !save_revision.data('auto_draft') ){
1209
  setInterval(function(){
1210
+ save_revision.trigger("click");
1211
  }, wpforo.revision_options.auto_draft_interval);
1212
  save_revision.data('auto_draft', true);
1213
  }
1232
  }
1233
 
1234
  function wpforo_content_ctrl_s(){
1235
+ $('form[data-textareaid="'+ wpforo_editor.active_textareaid +'"] .wpforo_save_revision').trigger("click");
1236
  }
1237
 
1238
  wpforo_wrap.on('change input propertychange', 'form[data-textareaid] textarea', function (e) {
1255
  wpforo_tinymce_initializeIt('.wp-editor-area');
1256
  }else{
1257
  wpforo_tinymce_initializeIt('.wp-editor-area', true);
1258
+ t.trigger("focus");
1259
  }
1260
  }
1261
  });
1263
  wpforo_wrap.on('click', '.wpforo-rcn-wrap .wpforo-rcn-dismiss-button', function () {
1264
  wpforo_load_show();
1265
  var wrap = $(this).closest('.wpforo-rcn-wrap');
1266
+ if( $.active === 0 ) {
1267
+ $.ajax({
1268
+ type: 'POST',
1269
+ data: {
1270
+ backend: 0,
1271
+ action: 'wpforo_dissmiss_recaptcha_note'
1272
+ }
1273
+ }).done(function (response) {
1274
+ if (parseInt(response)) {
1275
+ wrap.remove();
1276
+ wpforo_notice_show('done', 'success');
1277
+ }
1278
+ }).always(function () {
1279
+ wpforo_load_hide();
1280
+ });
1281
+ }
1282
  });
1283
 
1284
  wpforo_wrap.on('click', '.wpf-admincp .wpf-acp-toggle', function(){
1301
  });
1302
 
1303
  function wpforo_init_phrases(){
1304
+ if( $wpf.active === 0 ) {
1305
+ $wpf.ajax({
1306
+ url: wpforo.ajax_url,
1307
+ type: 'POST',
1308
+ dataType: 'json',
1309
+ async: false,
1310
+ data: {
1311
+ action: 'wpforo_get_phrases'
1312
+ }
1313
+ }).done(function (r) {
1314
+ window.wpforo_phrases = r;
1315
+ });
1316
+ }
1317
  }
1318
 
1319
  function wpforo_ucwords (str) {
1323
  }
1324
 
1325
  function wpforo_topic_tools_tab_load() {
1326
+ var active_tab = $wpf('#wpf_moderation_tools').find('.wpf-tool-tab.wpf-tt-active');
1327
  if( active_tab.length ){
1328
  var active_tab_id = active_tab.attr('id');
1329
+ if( active_tab_id && $wpf.active === 0 ){
1330
  wpforo_notice_hide();
1331
+ $wpf('#wpf_tool_tab_content_wrap').html('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
1332
+ $wpf.ajax({
1333
  type: 'POST',
1334
  data: {
1335
  active_tab_id: active_tab_id,
1337
  }
1338
  }).done(function(response){
1339
  if( response ){
1340
+ $wpf('#wpf_tool_tab_content_wrap').html(response);
1341
+ $wpf('#wpf_moderation_tools').slideDown(400, 'linear');
1342
  }
1343
  wpforo_load_hide();
1344
  });
1347
  }
1348
 
1349
  function wpforo_tags_suggest(){
1350
+ var wpf_tags = $wpf('.wpf-tags');
1351
  wpf_tags.suggest(
1352
+ wpforo.ajax_url + "?action=wpforo_tag_search",
1353
  { multiple:true,
1354
  multipleSep: ",",
1355
  resultsClass: 'wpf_ac_results',
1358
  onSelect: function() {}
1359
  }
1360
  );
1361
+ $wpf('.wpf_ac_results').on("blur", function() {
1362
  wpf_tags.removeClass( 'wpf-ac-loading' );
1363
  });
1364
+ wpf_tags.on("blur", function() {
1365
+ $wpf(this).removeClass( 'wpf-ac-loading' );
1366
  });
1367
+ wpf_tags.on("keydown",
1368
  function ( e ) {
 
1369
  var tags = wpf_tags.val();
1370
  if( tags.length >= 1 ){
1371
+ switch(e.code) {
1372
+ case 'ArrowUp': // up
1373
+ case 'ArrowDown': // down
1374
+ case 'Backspace': // backspace
1375
+ case 'Tab': // tab
1376
+ case 'Enter': // return
1377
+ case 'Escape': // escape
1378
+ case 'Space': // space
1379
+ case 'Comma': // comma
1380
+ $wpf(this).removeClass( 'wpf-ac-loading' ); break;
1381
  default:
1382
+ $wpf(this).addClass( 'wpf-ac-loading' );
1383
  }
1384
  }
1385
+ setTimeout(function() { wpf_tags.removeClass( 'wpf-ac-loading' ); }, 1000);
1386
  }
1387
  );
1388
  }
wpf-assets/js/frontend.js CHANGED
@@ -1,4 +1,7 @@
1
- jQuery.fn.extend({
 
 
 
2
  visible: function() {
3
  return this.css('visibility', 'visible');
4
  },
@@ -14,26 +17,26 @@ jQuery.fn.extend({
14
  return this.css('display', 'flex');
15
  },
16
  wpfInsertAtCaret: function (myValue) {
17
- return this.each(function (i) {
18
  if (document.selection) {
19
  //For browsers like Internet Explorer
20
- this.focus();
21
  var sel = document.selection.createRange();
22
  sel.text = myValue;
23
- this.focus();
24
- } else if ( this.selectionStart || this.selectionStart == '0' ) {
25
  //For browsers like Firefox and Webkit based
26
  var startPos = this.selectionStart;
27
  var endPos = this.selectionEnd;
28
  var scrollTop = this.scrollTop;
29
  this.value = this.value.substring(0, startPos) + myValue + this.value.substring(endPos, this.value.length);
30
- this.focus();
31
  this.selectionStart = startPos + myValue.length;
32
  this.selectionEnd = startPos + myValue.length;
33
  this.scrollTop = scrollTop;
34
  } else {
35
  this.value += myValue;
36
- this.focus();
37
  }
38
  });
39
  }
@@ -48,7 +51,6 @@ jQuery.fn.extend({
48
  */
49
  function wpforo_trigger_custom_event(target, name, detail) {
50
  if( typeof detail === 'undefined') detail = null;
51
-
52
  var event;
53
  if (typeof CustomEvent === 'function') {
54
  event = new CustomEvent(name, { bubbles: true, cancelable: true, detail: detail });
@@ -84,7 +86,7 @@ function wpforo_tinymce_initializeIt(selector, do_not_focus) {
84
  toolbar: wpforo.editor_settings.tinymce.toolbar1,
85
  content_style: wpforo.editor_settings.tinymce.content_style,
86
  branding: false,
87
- elementpath: false,
88
  autoresize_on_init: wpforo.editor_settings.tinymce.autoresize_on_init,
89
  wp_autoresize_on: wpforo.editor_settings.tinymce.wp_autoresize_on,
90
  object_resizing: wpforo.editor_settings.tinymce.object_resizing,
@@ -123,7 +125,7 @@ function wpforo_tinymce_setup(editor) {
123
  });
124
  editor.shortcuts.add('ctrl+13', 'submit', function(e){
125
  wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_enter', e);
126
- jQuery('form[data-textareaid="'+editor.id+'"]').find('[type=submit]').click();
127
  });
128
  editor.shortcuts.add('ctrl+s', 'Save Draft', function(e){
129
  wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_s', e);
@@ -158,7 +160,7 @@ var wpforo_editor = {
158
  },
159
  set_main: function(textareaid, also_set_active){
160
  if( !textareaid ){
161
- var wpforo_main_form = jQuery( 'form.wpforo-main-form[data-textareaid]' );
162
  if( wpforo_main_form.length ) textareaid = wpforo_main_form.data('textareaid');
163
  }
164
  if( this.is_exists(textareaid) ){
@@ -188,7 +190,7 @@ var wpforo_editor = {
188
  },
189
  is_textarea: function (textareaid){
190
  textareaid = this.fix_textareaid(textareaid);
191
- return !!( textareaid && !this.is_tinymce(textareaid) && jQuery( 'textarea#' + textareaid ).length );
192
  },
193
  is_exists: function(textareaid){
194
  return !!( textareaid && this.is_tinymce(textareaid) || this.is_textarea(textareaid) );
@@ -207,9 +209,9 @@ var wpforo_editor = {
207
  textarea_focus: function(textareaid, caret_to_end){
208
  textareaid = this.fix_textareaid(textareaid);
209
  if( this.is_textarea(textareaid) ){
210
- var textarea = jQuery( 'textarea#' + textareaid );
211
  var textarea_val = textarea.val();
212
- textarea.focus();
213
  if( caret_to_end ){
214
  textarea.val('');
215
  textarea.val(textarea_val);
@@ -231,7 +233,7 @@ var wpforo_editor = {
231
  tinymce.get(textareaid).insertContent(content, {format: format});
232
  this.tinymce_focus(textareaid);
233
  }else if( this.is_textarea(textareaid) ){
234
- jQuery( 'textarea#' + textareaid ).wpfInsertAtCaret(content);
235
  this.textarea_focus(textareaid);
236
  }
237
  },
@@ -242,7 +244,7 @@ var wpforo_editor = {
242
  tinymce.get(textareaid).setContent(content, {format: format});
243
  this.tinymce_focus(textareaid, true);
244
  }else if( this.is_textarea(textareaid) ){
245
- jQuery( 'textarea#' + textareaid ).val(content);
246
  this.textarea_focus(textareaid, true);
247
  }
248
  },
@@ -253,7 +255,7 @@ var wpforo_editor = {
253
  if( this.is_tinymce(textareaid) ){
254
  content = tinymce.get(textareaid).getContent({format: format});
255
  }else if( this.is_textarea(textareaid) ){
256
- content = jQuery( 'textarea#' + textareaid ).val();
257
  if( format === 'text' && content ) {
258
  content = content.replace(/<(iframe|embed)[^<>]*?>.*?<\/\1>/gi, "");
259
  content = content.replace(/(<([^<>]+?)>)/gi, "");
@@ -284,7 +286,7 @@ var wpforo_editor = {
284
  };
285
 
286
  function wpforo_notice_clear() {
287
- var msg_box = jQuery("#wpf-msg-box");
288
  msg_box.hide();
289
  msg_box.empty();
290
  }
@@ -297,62 +299,61 @@ function wpforo_notice_show(notice, type){
297
  if( n < 0 ){
298
  var phrase = wpforo_phrase(notice);
299
  if( arguments.length > 2 ){
300
- var i;
301
- for( i = 2; i < arguments.length; i++ ){
302
  if( arguments[i] !== undefined ) phrase = phrase.replace(/%[dfs]/, arguments[i]);
303
  }
304
  }
305
  notice = '<p class="'+ type +'">' + phrase + '</p>';
306
  }
307
 
308
- notice = jQuery(notice);
309
- var msg_box = jQuery("#wpf-msg-box");
310
  msg_box.append(notice);
311
  msg_box.appendTo('body');
312
  msg_box.show(150);
313
- notice.delay(type === 'error' ? 6500 : 2500).fadeOut(200, function () {
314
- jQuery(this).remove();
315
  });
316
  }
317
 
318
  function wpforo_notice_hide(){
319
- jQuery("#wpf-msg-box").hide();
320
  }
321
 
322
  function wpforo_load_show(msg){
323
  msg = typeof msg !== "undefined" ? msg : 'Working';
324
  msg = String(msg);
325
  msg = wpforo_phrase(msg);
326
- var load = jQuery('#wpforo-load');
327
- jQuery('.loadtext', load).text(msg);
328
  load.appendTo('body');
329
  wpforo_notice_hide();
330
  load.visible();
331
  }
332
 
333
  function wpforo_load_hide(){
334
- jQuery('#wpforo-load').invisible();
335
  }
336
 
337
  function wpforo_init_dialog(){
338
- jQuery('#wpforo-dialog-extra-wrap').on("click", "#wpforo-dialog-close", function () {
339
  wpforo_dialog_hide();
340
  });
341
- jQuery(document).on("mousedown", "#wpforo-dialog-extra-wrap", function (e) {
342
- if( !jQuery(e.target).closest('#wpforo-dialog').length ) wpforo_dialog_hide();
343
  });
344
- jQuery(document).on("keydown", function (e) {
345
- if( e.which === 27 ) wpforo_dialog_hide();
346
  });
347
  }
348
 
349
  function wpforo_dialog_show(title, content, w, h){
350
- var dialog = jQuery('#wpforo-dialog');
351
  if(content){
352
- var dialog_body = jQuery("#wpforo-dialog-body", dialog);
353
  dialog_body.children().appendTo('#wpforo-dialog-backups');
354
  dialog_body.empty();
355
- if( content instanceof jQuery){
356
  content.appendTo(dialog_body);
357
  content.show();
358
  content.css('visibility', 'visible');
@@ -361,17 +362,17 @@ function wpforo_dialog_show(title, content, w, h){
361
  dialog_body.html(content);
362
  }
363
  }
364
- if(title) jQuery("#wpforo-dialog-title", dialog).html( wpforo_phrase(title) );
365
  if(w) dialog.css('width', w);
366
  if(h) dialog.css('height', h);
367
- jQuery("#wpforo-dialog-extra-wrap").appendTo('body');
368
- jQuery("html").addClass('wpforo-dialog-visible');
369
- jQuery("body").addClass('wpforo-dialog-visible animated fadeIn');
370
  }
371
 
372
  function wpforo_dialog_hide(){
373
- jQuery("html").removeClass('wpforo-dialog-visible');
374
- jQuery("body").removeClass('wpforo-dialog-visible animated fadeIn');
375
  }
376
 
377
  function wpforo_phrase(phrase_key){
@@ -384,7 +385,7 @@ function wpforo_phrase(phrase_key){
384
  }
385
 
386
  function wpforo_getTextSelection(){
387
- jQuery("#wpf_multi_quote").remove();
388
  if (window.getSelection) {
389
  var sel = window.getSelection();
390
  if ( sel && sel.anchorNode && sel.anchorNode.parentNode && sel.anchorNode.parentNode.tagName !== 'A' ) {
@@ -396,35 +397,35 @@ function wpforo_getTextSelection(){
396
  var left = rangeBounding.left + rangeBounding.width/2 + Math.abs( bodyBounding.left ) - 15;
397
  var top = rangeBounding.bottom + Math.abs( bodyBounding.top ) + 50;
398
 
399
- var parent = jQuery(getRangeAt_0.commonAncestorContainer).closest('.wpforo-post-content, .wpforo-comment-content');
400
- var noNeedParent = jQuery(getRangeAt_0.commonAncestorContainer).closest('.wpforo-post-signature, .wpforo-post-content-bottom, .wpf-post-button-actions');
401
- var noNeedChild = jQuery(getRangeAt_0.endContainer).closest('.wpforo-post-signature, .wpforo-post-content-bottom, .wpf-post-button-actions');
402
 
403
  if( parent.length && !noNeedParent.length && !noNeedChild.length ){
404
- var toolTip = jQuery('<div id="wpf_multi_quote"></div>');
405
  toolTip.css({top: top, left: left});
406
- var link = jQuery('<span class="wpf-multi-quote" title="'+ wpforo_phrase('Quote this text') +'"><i class="fas fa-quote-left"></i></span>').on('mousedown touchstart', function () {
407
  var container = document.createElement("div");
408
  for (var i = 0; i < sel.rangeCount; ++i) container.appendChild(sel.getRangeAt(i).cloneContents());
409
- var post_wrap = jQuery(getRangeAt_0.startContainer).parents('[data-postid]');
410
  var userid = post_wrap.data('userid');
411
  if( !userid ) userid = 0;
412
  var postid = post_wrap.data('postid');
413
  if( !postid ) postid = 0;
414
  var mention_html = '';
415
  var mention = post_wrap.data('mention');
416
- if( mention ){
417
  mention_html = '<div class="wpforo-post-quote-author"><strong> '+ wpforo_phrase('Posted by') +': @' + mention +' </strong></div>';
418
  }else{
419
  mention = '';
420
  }
421
  var editorContent = '<blockquote data-userid="'+ userid +'" data-postid="'+ postid +'" data-mention="'+ mention +'">'+ mention_html +'<p>' + container.innerHTML.replace(/\s*data-[\w-]+="[^"]*?"/gi, '') + '</p></blockquote><p></p>';
422
  wpforo_editor.insert_content( editorContent, wpforo_editor.get_main() );
423
- jQuery('html, body').animate({ scrollTop: jQuery("form.wpforo-main-form").offset().top }, 500);
424
- jQuery(this).remove();
425
  });
426
  toolTip.append(link);
427
- jQuery('body').append(toolTip);
428
  }
429
  }
430
 
@@ -433,16 +434,16 @@ function wpforo_getTextSelection(){
433
  }
434
 
435
  window.wpforo_fix_form_data_attributes = function(){
436
- jQuery('form textarea[id^="wpf_"]:first').each(function(t){
437
- var form = jQuery(this).closest('form');
438
- var id = jQuery(this).attr('id');
439
  form.attr('data-textareaid', id);
440
  form.prop('data-textareaid', id);
441
  form.data('textareaid', id);
442
  });
443
  }
444
 
445
- jQuery(document).ready(function($){
446
  var wpforo_wrap = $('#wpforo-wrap');
447
 
448
  var scroll_to;
@@ -453,7 +454,7 @@ jQuery(document).ready(function($){
453
  }else{
454
  //scroll_to = $("#m_, .wpforo-members-content, .wpforo-search-content", wpforo_wrap);
455
  }
456
- if( scroll_to != undefined && scroll_to.length ){
457
  $('html, body').scrollTop(scroll_to.offset().top - 25);
458
  }
459
 
@@ -485,9 +486,27 @@ jQuery(document).ready(function($){
485
  setTimeout(function () {
486
  wpforo_editor.fix_textareaid();
487
  wpforo_editor.set_main('', true);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
488
  }, 1000);
489
 
490
- wpforo_wrap.on('click drop', 'form[data-textareaid]', function () {
491
  var textareaid = $(this).data('textareaid');
492
  wpforo_editor.set_active(textareaid);
493
  });
@@ -498,9 +517,9 @@ jQuery(document).ready(function($){
498
  });
499
 
500
  wpforo_wrap.on('keydown', 'form[data-textareaid]', function (e) {
501
- if (e.ctrlKey && e.keyCode === 13) {
502
- $('[type=submit]', $(this)).click();
503
- }else if( (e.ctrlKey && e.which === 83) || e.which === 19 ){
504
  wpforo_trigger_custom_event(document, 'wpforo_textarea_ctrl_s', e);
505
  e.preventDefault();
506
  return false;
@@ -562,7 +581,7 @@ jQuery(document).ready(function($){
562
  $(spoiler_body[0]).slideToggle(500, function () {
563
  spoiler_wrap.removeClass("wpf-spoiler-processing");
564
  if( !spoiler_wrap.hasClass('wpf-spoiler-open') ){
565
- $('.wpf-spoiler-wrap.wpf-spoiler-open .wpf-spoiler-head', spoiler_wrap).click();
566
  }
567
  });
568
  }
@@ -575,7 +594,7 @@ jQuery(document).ready(function($){
575
  var stat = form.is( ":hidden" );
576
  form.slideToggle( "slow" );
577
  wpforo_editor.set_content('');
578
- $('[name="topic[title]"]').focus();
579
  var add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
580
  if( !stat ) add_wpftopic = $('input[type="submit"]', form).val();
581
  $(this).html(add_wpftopic);
@@ -587,13 +606,16 @@ jQuery(document).ready(function($){
587
  });
588
 
589
  wpforo_wrap.on('click', '.wpfl-4 .add_wpftopic:not(.not_reg_user)', function(){
590
- $( '.wpf-topic-form-ajax-wrap').empty();
591
- var wrap = $(this).parents('div.wpfl-4');
592
- var form_wrap = $( ".wpf-topic-form-extra-wrap", wrap );
 
 
593
  var stat = form_wrap.is( ":hidden" );
594
- $(".wpfl-4 .add_wpftopic").html($(".wpfl-4 .add_wpftopic").data('phrase'));
 
595
  $(".wpf-topic-form-extra-wrap").slideUp("slow");
596
- var add_wpftopic = '';
597
  if( stat ){
598
  add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
599
  form_wrap.slideDown("slow");
@@ -601,9 +623,11 @@ jQuery(document).ready(function($){
601
  add_wpftopic = $(this).data('phrase');
602
  form_wrap.slideUp("slow");
603
  }
604
- var option_no_selected = $( 'option.wpf-topic-form-no-selected-forum' );
605
- option_no_selected.show();
606
- option_no_selected.prop('selected', true);
 
 
607
  $( this ).html(add_wpftopic);
608
  $('html, body').animate({ scrollTop: (wrap.offset().top -30 ) }, 415);
609
  });
@@ -685,8 +709,10 @@ jQuery(document).ready(function($){
685
  if( !parentpostid ) parentpostid = 0;
686
  $(".wpf-form-post-parentid", main_form).val( parentpostid );
687
 
688
- var mention = $(this).data('mention');
689
- var content = ( mention ? '@' + mention + "\r\n" : '' );
 
 
690
 
691
  wpforo_editor.set_content( content, wpforo_editor.get_main() );
692
 
@@ -709,8 +735,12 @@ jQuery(document).ready(function($){
709
  $( ".wpf-form-postid", main_form ).val(0);
710
  $(".wpf-form-post-parentid", main_form).val(0);
711
 
712
- var mention = $(this).data('mention');
713
- var content = ( mention ? '@' + mention + "\r\n" : '' );
 
 
 
 
714
 
715
  wpforo_editor.set_content( content, wpforo_editor.get_main() );
716
 
@@ -744,11 +774,15 @@ jQuery(document).ready(function($){
744
  wpforo_tinymce_initializeIt( '#' + textareaid );
745
  }else{
746
  textarea.val('');
747
- textarea.focus();
748
  }
749
 
750
- var mention = $(this).data('mention');
751
- var content = ( mention ? '@' + mention + "\r\n" : '' );
 
 
 
 
752
 
753
  wpforo_editor.set_content( content, textareaid );
754
  });
@@ -796,7 +830,7 @@ jQuery(document).ready(function($){
796
  });
797
 
798
  //Turn off on dev mode
799
- //$(window).bind('resize', function(){ if (window.RT) { clearTimeout(window.RT); } window.RT = setTimeout(function(){ this.location.reload(false);}, 100); });
800
 
801
  wpforo_wrap.on("change", "#wpforo_split_form #wpf_split_create_new", function () {
802
  var checked = $("#wpf_split_create_new").is(":checked"),
1
+ /* global wpforo */
2
+ var $wpf = Object.assign(window.jQuery);
3
+
4
+ $wpf.fn.extend({
5
  visible: function() {
6
  return this.css('visibility', 'visible');
7
  },
17
  return this.css('display', 'flex');
18
  },
19
  wpfInsertAtCaret: function (myValue) {
20
+ return this.each(function () {
21
  if (document.selection) {
22
  //For browsers like Internet Explorer
23
+ this.trigger("focus");
24
  var sel = document.selection.createRange();
25
  sel.text = myValue;
26
+ this.trigger("focus");
27
+ } else if ( this.selectionStart || this.selectionStart === 0 ) {
28
  //For browsers like Firefox and Webkit based
29
  var startPos = this.selectionStart;
30
  var endPos = this.selectionEnd;
31
  var scrollTop = this.scrollTop;
32
  this.value = this.value.substring(0, startPos) + myValue + this.value.substring(endPos, this.value.length);
33
+ this.trigger("focus");
34
  this.selectionStart = startPos + myValue.length;
35
  this.selectionEnd = startPos + myValue.length;
36
  this.scrollTop = scrollTop;
37
  } else {
38
  this.value += myValue;
39
+ this.trigger("focus");
40
  }
41
  });
42
  }
51
  */
52
  function wpforo_trigger_custom_event(target, name, detail) {
53
  if( typeof detail === 'undefined') detail = null;
 
54
  var event;
55
  if (typeof CustomEvent === 'function') {
56
  event = new CustomEvent(name, { bubbles: true, cancelable: true, detail: detail });
86
  toolbar: wpforo.editor_settings.tinymce.toolbar1,
87
  content_style: wpforo.editor_settings.tinymce.content_style,
88
  branding: false,
89
+ elementpath: true,
90
  autoresize_on_init: wpforo.editor_settings.tinymce.autoresize_on_init,
91
  wp_autoresize_on: wpforo.editor_settings.tinymce.wp_autoresize_on,
92
  object_resizing: wpforo.editor_settings.tinymce.object_resizing,
125
  });
126
  editor.shortcuts.add('ctrl+13', 'submit', function(e){
127
  wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_enter', e);
128
+ $wpf('form[data-textareaid="'+editor.id+'"]').find('[type=submit]').trigger("click");
129
  });
130
  editor.shortcuts.add('ctrl+s', 'Save Draft', function(e){
131
  wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_s', e);
160
  },
161
  set_main: function(textareaid, also_set_active){
162
  if( !textareaid ){
163
+ var wpforo_main_form = $wpf( 'form.wpforo-main-form[data-textareaid]' );
164
  if( wpforo_main_form.length ) textareaid = wpforo_main_form.data('textareaid');
165
  }
166
  if( this.is_exists(textareaid) ){
190
  },
191
  is_textarea: function (textareaid){
192
  textareaid = this.fix_textareaid(textareaid);
193
+ return !!( textareaid && !this.is_tinymce(textareaid) && $wpf( 'textarea#' + textareaid ).length );
194
  },
195
  is_exists: function(textareaid){
196
  return !!( textareaid && this.is_tinymce(textareaid) || this.is_textarea(textareaid) );
209
  textarea_focus: function(textareaid, caret_to_end){
210
  textareaid = this.fix_textareaid(textareaid);
211
  if( this.is_textarea(textareaid) ){
212
+ var textarea = $wpf( 'textarea#' + textareaid );
213
  var textarea_val = textarea.val();
214
+ textarea.trigger("focus");
215
  if( caret_to_end ){
216
  textarea.val('');
217
  textarea.val(textarea_val);
233
  tinymce.get(textareaid).insertContent(content, {format: format});
234
  this.tinymce_focus(textareaid);
235
  }else if( this.is_textarea(textareaid) ){
236
+ $wpf( 'textarea#' + textareaid ).wpfInsertAtCaret(content);
237
  this.textarea_focus(textareaid);
238
  }
239
  },
244
  tinymce.get(textareaid).setContent(content, {format: format});
245
  this.tinymce_focus(textareaid, true);
246
  }else if( this.is_textarea(textareaid) ){
247
+ $wpf( 'textarea#' + textareaid ).val(content);
248
  this.textarea_focus(textareaid, true);
249
  }
250
  },
255
  if( this.is_tinymce(textareaid) ){
256
  content = tinymce.get(textareaid).getContent({format: format});
257
  }else if( this.is_textarea(textareaid) ){
258
+ content = $wpf( 'textarea#' + textareaid ).val();
259
  if( format === 'text' && content ) {
260
  content = content.replace(/<(iframe|embed)[^<>]*?>.*?<\/\1>/gi, "");
261
  content = content.replace(/(<([^<>]+?)>)/gi, "");
286
  };
287
 
288
  function wpforo_notice_clear() {
289
+ var msg_box = $wpf("#wpf-msg-box");
290
  msg_box.hide();
291
  msg_box.empty();
292
  }
299
  if( n < 0 ){
300
  var phrase = wpforo_phrase(notice);
301
  if( arguments.length > 2 ){
302
+ for( var i = 2; i < arguments.length; i++ ){
 
303
  if( arguments[i] !== undefined ) phrase = phrase.replace(/%[dfs]/, arguments[i]);
304
  }
305
  }
306
  notice = '<p class="'+ type +'">' + phrase + '</p>';
307
  }
308
 
309
+ notice = $wpf(notice);
310
+ var msg_box = $wpf("#wpf-msg-box");
311
  msg_box.append(notice);
312
  msg_box.appendTo('body');
313
  msg_box.show(150);
314
+ notice.delay(type === 'error' ? 8000 : 4000).fadeOut(200, function () {
315
+ $wpf(this).remove();
316
  });
317
  }
318
 
319
  function wpforo_notice_hide(){
320
+ $wpf("#wpf-msg-box").hide();
321
  }
322
 
323
  function wpforo_load_show(msg){
324
  msg = typeof msg !== "undefined" ? msg : 'Working';
325
  msg = String(msg);
326
  msg = wpforo_phrase(msg);
327
+ var load = $wpf('#wpforo-load');
328
+ $wpf('.loadtext', load).text(msg);
329
  load.appendTo('body');
330
  wpforo_notice_hide();
331
  load.visible();
332
  }
333
 
334
  function wpforo_load_hide(){
335
+ $wpf('#wpforo-load').invisible();
336
  }
337
 
338
  function wpforo_init_dialog(){
339
+ $wpf('#wpforo-dialog-extra-wrap').on("click", "#wpforo-dialog-close", function () {
340
  wpforo_dialog_hide();
341
  });
342
+ $wpf(document).on("mousedown", "#wpforo-dialog-extra-wrap", function (e) {
343
+ if( !$wpf(e.target).closest('#wpforo-dialog').length ) wpforo_dialog_hide();
344
  });
345
+ $wpf(document).on("keydown", function (e) {
346
+ if( e.code === 'Escape' ) wpforo_dialog_hide();
347
  });
348
  }
349
 
350
  function wpforo_dialog_show(title, content, w, h){
351
+ var dialog = $wpf('#wpforo-dialog');
352
  if(content){
353
+ var dialog_body = $wpf("#wpforo-dialog-body", dialog);
354
  dialog_body.children().appendTo('#wpforo-dialog-backups');
355
  dialog_body.empty();
356
+ if( content instanceof $wpf){
357
  content.appendTo(dialog_body);
358
  content.show();
359
  content.css('visibility', 'visible');
362
  dialog_body.html(content);
363
  }
364
  }
365
+ if(title) $wpf("#wpforo-dialog-title", dialog).html( wpforo_phrase(title) );
366
  if(w) dialog.css('width', w);
367
  if(h) dialog.css('height', h);
368
+ $wpf("#wpforo-dialog-extra-wrap").appendTo('body');
369
+ $wpf("html").addClass('wpforo-dialog-visible');
370
+ $wpf("body").addClass('wpforo-dialog-visible animated fadeIn');
371
  }
372
 
373
  function wpforo_dialog_hide(){
374
+ $wpf("html").removeClass('wpforo-dialog-visible');
375
+ $wpf("body").removeClass('wpforo-dialog-visible animated fadeIn');
376
  }
377
 
378
  function wpforo_phrase(phrase_key){
385
  }
386
 
387
  function wpforo_getTextSelection(){
388
+ $wpf("#wpf_multi_quote").remove();
389
  if (window.getSelection) {
390
  var sel = window.getSelection();
391
  if ( sel && sel.anchorNode && sel.anchorNode.parentNode && sel.anchorNode.parentNode.tagName !== 'A' ) {
397
  var left = rangeBounding.left + rangeBounding.width/2 + Math.abs( bodyBounding.left ) - 15;
398
  var top = rangeBounding.bottom + Math.abs( bodyBounding.top ) + 50;
399
 
400
+ var parent = $wpf(getRangeAt_0.commonAncestorContainer).closest('.wpforo-post-content, .wpforo-comment-content');
401
+ var noNeedParent = $wpf(getRangeAt_0.commonAncestorContainer).closest('.wpforo-post-signature, .wpforo-post-content-bottom, .wpf-post-button-actions');
402
+ var noNeedChild = $wpf(getRangeAt_0.endContainer).closest('.wpforo-post-signature, .wpforo-post-content-bottom, .wpf-post-button-actions');
403
 
404
  if( parent.length && !noNeedParent.length && !noNeedChild.length ){
405
+ var toolTip = $wpf('<div id="wpf_multi_quote"></div>');
406
  toolTip.css({top: top, left: left});
407
+ var link = $wpf('<span class="wpf-multi-quote" title="'+ wpforo_phrase('Quote this text') +'"><i class="fas fa-quote-left"></i></span>').on('mousedown touchstart', function () {
408
  var container = document.createElement("div");
409
  for (var i = 0; i < sel.rangeCount; ++i) container.appendChild(sel.getRangeAt(i).cloneContents());
410
+ var post_wrap = $wpf(getRangeAt_0.startContainer).parents('[data-postid]');
411
  var userid = post_wrap.data('userid');
412
  if( !userid ) userid = 0;
413
  var postid = post_wrap.data('postid');
414
  if( !postid ) postid = 0;
415
  var mention_html = '';
416
  var mention = post_wrap.data('mention');
417
+ if( userid && mention ){
418
  mention_html = '<div class="wpforo-post-quote-author"><strong> '+ wpforo_phrase('Posted by') +': @' + mention +' </strong></div>';
419
  }else{
420
  mention = '';
421
  }
422
  var editorContent = '<blockquote data-userid="'+ userid +'" data-postid="'+ postid +'" data-mention="'+ mention +'">'+ mention_html +'<p>' + container.innerHTML.replace(/\s*data-[\w-]+="[^"]*?"/gi, '') + '</p></blockquote><p></p>';
423
  wpforo_editor.insert_content( editorContent, wpforo_editor.get_main() );
424
+ $wpf('html, body').animate({ scrollTop: $wpf("form.wpforo-main-form").offset().top }, 500);
425
+ $wpf(this).remove();
426
  });
427
  toolTip.append(link);
428
+ $wpf('body').append(toolTip);
429
  }
430
  }
431
 
434
  }
435
 
436
  window.wpforo_fix_form_data_attributes = function(){
437
+ $wpf('form textarea[id^="wpf_"]:first').each(function(){
438
+ var form = $wpf(this).closest('form');
439
+ var id = $wpf(this).attr('id');
440
  form.attr('data-textareaid', id);
441
  form.prop('data-textareaid', id);
442
  form.data('textareaid', id);
443
  });
444
  }
445
 
446
+ $wpf(document).ready(function($){
447
  var wpforo_wrap = $('#wpforo-wrap');
448
 
449
  var scroll_to;
454
  }else{
455
  //scroll_to = $("#m_, .wpforo-members-content, .wpforo-search-content", wpforo_wrap);
456
  }
457
+ if( scroll_to !== undefined && scroll_to.length ){
458
  $('html, body').scrollTop(scroll_to.offset().top - 25);
459
  }
460
 
486
  setTimeout(function () {
487
  wpforo_editor.fix_textareaid();
488
  wpforo_editor.set_main('', true);
489
+
490
+ var forum_sels = $('.wpf-topic-form-extra-wrap .wpf-topic-form-forumid', wpforo_wrap);
491
+ if( forum_sels.length ){
492
+ forum_sels.each(function (i, f) {
493
+ f = $(f);
494
+ var forum_opts = $('option:not([value="0"]):not([disabled])', f);
495
+ if( forum_opts.length === 1){
496
+
497
+ var wpf_topic_form_extra_wrap = f.closest('.wpf-topic-form-extra-wrap');
498
+ wpf_topic_form_extra_wrap.attr('data-is_just_one_forum', true);
499
+ wpf_topic_form_extra_wrap.prop('data-is_just_one_forum', true);
500
+ wpf_topic_form_extra_wrap.data('is_just_one_forum', true);
501
+
502
+ f.val(forum_opts[0].getAttribute('value')).trigger('change');
503
+ }
504
+ });
505
+ }
506
+
507
  }, 1000);
508
 
509
+ wpforo_wrap.on('click drop', 'form[data-textareaid]', function () {
510
  var textareaid = $(this).data('textareaid');
511
  wpforo_editor.set_active(textareaid);
512
  });
517
  });
518
 
519
  wpforo_wrap.on('keydown', 'form[data-textareaid]', function (e) {
520
+ if ( (e.ctrlKey || e.metaKey) && e.code === 'Enter' ) {
521
+ $('[type=submit]', $(this)).trigger("click");
522
+ }else if( ( (e.ctrlKey || e.metaKey) && e.code === 'KeyS') || e.code === 'Pause' || e.code === 'MediaPlayPause' ){
523
  wpforo_trigger_custom_event(document, 'wpforo_textarea_ctrl_s', e);
524
  e.preventDefault();
525
  return false;
581
  $(spoiler_body[0]).slideToggle(500, function () {
582
  spoiler_wrap.removeClass("wpf-spoiler-processing");
583
  if( !spoiler_wrap.hasClass('wpf-spoiler-open') ){
584
+ $('.wpf-spoiler-wrap.wpf-spoiler-open .wpf-spoiler-head', spoiler_wrap).trigger("click");
585
  }
586
  });
587
  }
594
  var stat = form.is( ":hidden" );
595
  form.slideToggle( "slow" );
596
  wpforo_editor.set_content('');
597
+ $('[name="topic[title]"]').trigger("focus");
598
  var add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
599
  if( !stat ) add_wpftopic = $('input[type="submit"]', form).val();
600
  $(this).html(add_wpftopic);
606
  });
607
 
608
  wpforo_wrap.on('click', '.wpfl-4 .add_wpftopic:not(.not_reg_user)', function(){
609
+ var wrap = $(this).parents('div.wpfl-4');
610
+ var form_wrap = $( ".wpf-topic-form-extra-wrap", wrap );
611
+
612
+ var is_just_one_forum = form_wrap.data('is_just_one_forum');
613
+ if( !is_just_one_forum ) $( '.wpf-topic-form-ajax-wrap').empty();
614
  var stat = form_wrap.is( ":hidden" );
615
+ var btn = $(".wpfl-4 .add_wpftopic");
616
+ btn.html(btn.data('phrase'));
617
  $(".wpf-topic-form-extra-wrap").slideUp("slow");
618
+ var add_wpftopic;
619
  if( stat ){
620
  add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
621
  form_wrap.slideDown("slow");
623
  add_wpftopic = $(this).data('phrase');
624
  form_wrap.slideUp("slow");
625
  }
626
+ if( !is_just_one_forum ){
627
+ var option_no_selected = $( 'option.wpf-topic-form-no-selected-forum' );
628
+ option_no_selected.show();
629
+ option_no_selected.prop('selected', true);
630
+ }
631
  $( this ).html(add_wpftopic);
632
  $('html, body').animate({ scrollTop: (wrap.offset().top -30 ) }, 415);
633
  });
709
  if( !parentpostid ) parentpostid = 0;
710
  $(".wpf-form-post-parentid", main_form).val( parentpostid );
711
 
712
+ var userid = parseInt( post_wrap.data('userid') );
713
+ var mention = post_wrap.data('mention');
714
+ var isowner = parseInt( post_wrap.data('isowner') );
715
+ var content = ( !isowner && userid && mention ? '@' + mention + "\r\n" : '' );
716
 
717
  wpforo_editor.set_content( content, wpforo_editor.get_main() );
718
 
735
  $( ".wpf-form-postid", main_form ).val(0);
736
  $(".wpf-form-post-parentid", main_form).val(0);
737
 
738
+ var post_wrap = $(this).closest('[id^=post-][data-postid]');
739
+
740
+ var userid = parseInt( post_wrap.data('userid') );
741
+ var mention = post_wrap.data('mention');
742
+ var isowner = parseInt( post_wrap.data('isowner') );
743
+ var content = ( !isowner && userid && mention ? '@' + mention + "\r\n" : '' );
744
 
745
  wpforo_editor.set_content( content, wpforo_editor.get_main() );
746
 
774
  wpforo_tinymce_initializeIt( '#' + textareaid );
775
  }else{
776
  textarea.val('');
777
+ textarea.trigger("focus");
778
  }
779
 
780
+ var comment_wrap = $(this).closest('[id^=post-][data-postid]');
781
+
782
+ var userid = parseInt( comment_wrap.data('userid') );
783
+ var mention = comment_wrap.data('mention');
784
+ var isowner = parseInt( comment_wrap.data('isowner') );
785
+ var content = ( !isowner && userid && mention ? '@' + mention + "\r\n" : '' );
786
 
787
  wpforo_editor.set_content( content, textareaid );
788
  });
830
  });
831
 
832
  //Turn off on dev mode
833
+ //$(window).on('resize', function(){ if (window.RT) { clearTimeout(window.RT); } window.RT = setTimeout(function(){ this.location.reload(false);}, 100); });
834
 
835
  wpforo_wrap.on("change", "#wpforo_split_form #wpf_split_create_new", function () {
836
  var checked = $("#wpf_split_create_new").is(":checked"),
wpf-assets/js/widgets.js CHANGED
@@ -4,7 +4,7 @@ jQuery(document).ready(function ($) {
4
  }
5
 
6
  $(document).on("keydown", function (e) {
7
- if( e.which === 27 ) $('.wpf-notifications').slideUp(250, 'linear');
8
  });
9
 
10
  $(document).on('click', '.wpf-alerts', function () {
@@ -61,7 +61,7 @@ function wpforo_bell( wpf_alerts ){
61
  if( wpf_alerts > 0 ){
62
  var wpforo_bell = '';
63
  var wpf_tooltip = '';
64
- if (jQuery.isFunction(window.wpforo_phrase)) {
65
  var wpforo_notification_phrase = wpforo_phrase('You have a new notification');
66
  if( wpf_alerts > 1 ) wpforo_notification_phrase = wpforo_phrase('You have new notifications');
67
  wpf_tooltip = 'wpf-tooltip="' + wpforo_notification_phrase + '" wpf-tooltip-size="middle"';
@@ -118,7 +118,7 @@ function wpforo_load_notifications(){
118
 
119
  function wpforo_notifications_ui_update(data){
120
  try{
121
- data = jQuery.parseJSON(data);
122
  if(typeof data === 'object' ){
123
  var wpf_alerts = parseInt(data.alerts);
124
  if( wpf_alerts > 0 ){
4
  }
5
 
6
  $(document).on("keydown", function (e) {
7
+ if( e.code === 'Escape' ) $('.wpf-notifications').slideUp(250, 'linear');
8
  });
9
 
10
  $(document).on('click', '.wpf-alerts', function () {
61
  if( wpf_alerts > 0 ){
62
  var wpforo_bell = '';
63
  var wpf_tooltip = '';
64
+ if ( typeof window.wpforo_phrase === "function" ) {
65
  var wpforo_notification_phrase = wpforo_phrase('You have a new notification');
66
  if( wpf_alerts > 1 ) wpforo_notification_phrase = wpforo_phrase('You have new notifications');
67
  wpf_tooltip = 'wpf-tooltip="' + wpforo_notification_phrase + '" wpf-tooltip-size="middle"';
118
 
119
  function wpforo_notifications_ui_update(data){
120
  try{
121
+ data = JSON.parse(data);
122
  if(typeof data === 'object' ){
123
  var wpf_alerts = parseInt(data.alerts);
124
  if( wpf_alerts > 0 ){
wpf-includes/class-actions.php CHANGED
@@ -59,6 +59,7 @@ class wpForoAction {
59
  add_action( 'wpforo_action_wpforo_rebuild_threads', array($this, 'rebuild_threads') );
60
  add_action( 'wpforo_action_wpforo_reset_phrase_cache', array($this, 'reset_phrase_cache') );
61
  add_action( 'wpforo_action_wpforo_recrawl_phrases', array($this, 'recrawl_phrases') );
 
62
 
63
  add_action( 'wpforo_action_wpforo_add_new_xml_translation', array($this, 'add_new_xml_translation') );
64
  add_action( 'wpforo_action_wpforo_dashboard_options_save', array($this, 'dashboard_options_save') );
@@ -413,7 +414,6 @@ class wpForoAction {
413
  exit();
414
  }
415
  if( $user = WPF()->member->update($_POST) ){
416
- $uid = ( wpfval($user, 'user_nicename') ) ? $user['user_nicename'] : $uid;
417
  if( $profile_url = WPF()->member->get_profile_url( $uid, 'account') ){
418
  wp_redirect($profile_url);
419
  exit();
@@ -511,15 +511,12 @@ class wpForoAction {
511
  wpforo_verify_form();
512
  $redirect_to = wpforo_get_request_uri();
513
  if( WPF()->current_object['topic'] && !empty($_POST['wpforo']) && !empty($_POST['wpforo']['target_topic_url']) ){
514
- $target_slug = esc_url($_POST['wpforo']['target_topic_url']);
515
- if( preg_match('#^[\r\n\t\s]*https?://[^\r\n\t\s]+?/[^/]+?/([^/]+?)(?:/'. wpforo_get_template_slug('paged') .'/\d+/?)?(?:/?\#post-\d+)?/?[\r\n\t\s]*$#isu', $target_slug, $match) ){
516
- if( is_wpforo_url($target_slug) ) $target_slug = $match[1];
517
- }
518
- if ( strpos($target_slug, '/') === false && $target = WPF()->topic->get_topic($target_slug) ){
519
  $append = (empty($_POST['wpforo']['update_date_and_append']) ? 0 : 1);
520
  $to_target_title = (empty($_POST['wpforo']['to_target_title']) ? 0 : 1);
521
 
522
- if( WPF()->topic->merge( WPF()->current_object['topic'], $target, array(), $to_target_title, $append ) )
523
  $redirect_to = WPF()->topic->get_topic_url($target);
524
  }else{
525
  WPF()->notice->add('Target Topic not found', 'error');
@@ -547,14 +544,12 @@ class wpForoAction {
547
  $redirect_to = WPF()->topic->get_topic_url($topicid);
548
  }else{
549
  if( !empty($_POST['wpforo']['target_topic_url']) && !empty($_POST['wpforo']['posts']) ){
550
- $target_slug = esc_url( $_POST['wpforo']['target_topic_url'] );
551
- if( preg_match('#^[\r\n\t\s]*https?://[^\r\n\t\s]+?/[^/]+?/([^/]+?)(?:/'. wpforo_get_template_slug('paged') .'/\d+/?)?(?:/?\#post-\d+)?/?[\r\n\t\s]*$#isu', $target_slug, $match) )
552
- if( is_wpforo_url($target_slug) ) $target_slug = $match[1];
553
- if ( strpos($target_slug, '/') === false && $target = WPF()->topic->get_topic($target_slug) ){
554
  $append = (empty($_POST['wpforo']['update_date_and_append']) ? 0 : 1);
555
  $to_target_title = (empty($_POST['wpforo']['to_target_title']) ? 0 : 1);
556
- $posts = array_map( 'intval', $_POST['wpforo']['posts']);
557
- if( WPF()->topic->merge( WPF()->current_object['topic'], $target, $posts, $to_target_title, $append ) )
558
  $redirect_to = WPF()->topic->get_topic_url($target);
559
  }else{
560
  WPF()->notice->add('Target Topic not found', 'error');
@@ -866,6 +861,28 @@ class wpForoAction {
866
  exit();
867
  }
868
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
869
  /**
870
  * dashboard_options_save form submit action
871
  */
59
  add_action( 'wpforo_action_wpforo_rebuild_threads', array($this, 'rebuild_threads') );
60
  add_action( 'wpforo_action_wpforo_reset_phrase_cache', array($this, 'reset_phrase_cache') );
61
  add_action( 'wpforo_action_wpforo_recrawl_phrases', array($this, 'recrawl_phrases') );
62
+ add_action( 'wpforo_action_wpforo_clean_up', array($this, 'clean_up') );
63
 
64
  add_action( 'wpforo_action_wpforo_add_new_xml_translation', array($this, 'add_new_xml_translation') );
65
  add_action( 'wpforo_action_wpforo_dashboard_options_save', array($this, 'dashboard_options_save') );
414
  exit();
415
  }
416
  if( $user = WPF()->member->update($_POST) ){
 
417
  if( $profile_url = WPF()->member->get_profile_url( $uid, 'account') ){
418
  wp_redirect($profile_url);
419
  exit();
511
  wpforo_verify_form();
512
  $redirect_to = wpforo_get_request_uri();
513
  if( WPF()->current_object['topic'] && !empty($_POST['wpforo']) && !empty($_POST['wpforo']['target_topic_url']) ){
514
+ $target_slug = wpforo_get_topic_slug_from_url( esc_url($_POST['wpforo']['target_topic_url']) );
515
+ if ( !is_null($target_slug) && $target = WPF()->topic->get_topic($target_slug) ){
 
 
 
516
  $append = (empty($_POST['wpforo']['update_date_and_append']) ? 0 : 1);
517
  $to_target_title = (empty($_POST['wpforo']['to_target_title']) ? 0 : 1);
518
 
519
+ if( WPF()->topic->merge( $target, WPF()->current_object['topic'], array(), $to_target_title, $append ) )
520
  $redirect_to = WPF()->topic->get_topic_url($target);
521
  }else{
522
  WPF()->notice->add('Target Topic not found', 'error');
544
  $redirect_to = WPF()->topic->get_topic_url($topicid);
545
  }else{
546
  if( !empty($_POST['wpforo']['target_topic_url']) && !empty($_POST['wpforo']['posts']) ){
547
+ $target_slug = wpforo_get_topic_slug_from_url( esc_url( $_POST['wpforo']['target_topic_url'] ) );
548
+ if ( !is_null($target_slug) && $target = WPF()->topic->get_topic($target_slug) ){
 
 
549
  $append = (empty($_POST['wpforo']['update_date_and_append']) ? 0 : 1);
550
  $to_target_title = (empty($_POST['wpforo']['to_target_title']) ? 0 : 1);
551
+ $postids = array_map( 'intval', $_POST['wpforo']['posts']);
552
+ if( WPF()->topic->merge( $target, WPF()->current_object['topic'], $postids, $to_target_title, $append ) )
553
  $redirect_to = WPF()->topic->get_topic_url($target);
554
  }else{
555
  WPF()->notice->add('Target Topic not found', 'error');
861
  exit();
862
  }
863
 
864
+ /**
865
+ * Clean Up damaged content in database
866
+ */
867
+ public function clean_up(){
868
+ check_admin_referer('wpforo_clean_up');
869
+
870
+ if(!current_user_can('administrator')){
871
+ WPF()->notice->add('Permission denied', 'error');
872
+ wp_redirect(admin_url());
873
+ exit();
874
+ }
875
+
876
+ wpforo_set_max_execution_time();
877
+ wp_raise_memory_limit();
878
+
879
+ wpforo_clean_up();
880
+ WPF()->notice->add('Cleaned Up!', 'success');
881
+
882
+ wp_redirect(admin_url('admin.php?page=wpforo-community'));
883
+ exit();
884
+ }
885
+
886
  /**
887
  * dashboard_options_save form submit action
888
  */
wpf-includes/class-api.php CHANGED
@@ -299,7 +299,7 @@ class wpForoAPI{
299
  <i class="fas fa-info-circle wpfcl-5" aria-hidden="true" style="font-size:16px;"></i> &nbsp;<?php wpforo_phrase('Facebook Login Information'); ?>
300
  </span>
301
  <span class="wpforo-fb-info-text">
302
- <?php echo sprintf( wpforo_phrase('When you login first time using Facebook Login button, we collect your account %s information shared by Facebook, based on your privacy settings. We also get your email address to automatically create a forum account for you. Once your account is created, you\'ll be logged-in to this account and you\'ll receive a confirmation email.', false ), $public_profile); ?>
303
  </span>
304
  <label class="wpforo-legal-checkbox wpflegal-fblogin">
305
  <input id="wpflegal_fblogin" name="legal[agree-fb-login]" value="1" type="checkbox"> &nbsp;
@@ -547,12 +547,16 @@ class wpForoAPI{
547
  }
548
 
549
  public function share_buttons( $url = '', $type = 'default', $text = '' ){
550
- WPF()->api->fb_share_button($url, $type, $text);
551
- WPF()->api->tw_share_button($url, $type, $text);
552
- WPF()->api->wapp_share_button($url, $type, $text);
553
- WPF()->api->lin_share_button($url, $type, $text);
554
- WPF()->api->vk_share_button($url, $type, $text);
555
- WPF()->api->ok_share_button($url, $type, $text);
 
 
 
 
556
  }
557
 
558
  public function rc_enqueue() {
299
  <i class="fas fa-info-circle wpfcl-5" aria-hidden="true" style="font-size:16px;"></i> &nbsp;<?php wpforo_phrase('Facebook Login Information'); ?>
300
  </span>
301
  <span class="wpforo-fb-info-text">
302
+ <?php echo apply_filters('wpforo_fb_login_privacy_info', sprintf( wpforo_phrase('When you login first time using Facebook Login button, we collect your account %s information shared by Facebook, based on your privacy settings. We also get your email address to automatically create a forum account for you. Once your account is created, you\'ll be logged-in to this account and you\'ll receive a confirmation email.', false ), $public_profile)); ?>
303
  </span>
304
  <label class="wpforo-legal-checkbox wpflegal-fblogin">
305
  <input id="wpflegal_fblogin" name="legal[agree-fb-login]" value="1" type="checkbox"> &nbsp;
547
  }
548
 
549
  public function share_buttons( $url = '', $type = 'default', $text = '' ){
550
+ $template = wpfval(WPF()->current_object, 'template');
551
+ $exclude = array('lostpassword', 'resetpassword');
552
+ if( $template && !in_array($template, $exclude) ){
553
+ WPF()->api->fb_share_button($url, $type, $text);
554
+ WPF()->api->tw_share_button($url, $type, $text);
555
+ WPF()->api->wapp_share_button($url, $type, $text);
556
+ WPF()->api->lin_share_button($url, $type, $text);
557
+ WPF()->api->vk_share_button($url, $type, $text);
558
+ WPF()->api->ok_share_button($url, $type, $text);
559
+ }
560
  }
561
 
562
  public function rc_enqueue() {
wpf-includes/class-feed.php CHANGED
@@ -8,6 +8,7 @@ class wpForoFeed{
8
 
9
  function rss2_url($echo = true, $general = false){
10
  $url = wpforo_get_request_uri();
 
11
  if(isset(WPF()->current_object['forumid'])){ $forumid = WPF()->current_object['forumid']; }
12
  if(isset(WPF()->current_object['topicid'])){ $topicid = WPF()->current_object['topicid']; }
13
  if(isset($forumid) && isset($topicid)){
8
 
9
  function rss2_url($echo = true, $general = false){
10
  $url = wpforo_get_request_uri();
11
+ $url = preg_replace('|\?.+$|is', '', $url);
12
  if(isset(WPF()->current_object['forumid'])){ $forumid = WPF()->current_object['forumid']; }
13
  if(isset(WPF()->current_object['topicid'])){ $topicid = WPF()->current_object['topicid']; }
14
  if(isset($forumid) && isset($topicid)){
wpf-includes/class-forms.php CHANGED
@@ -332,7 +332,7 @@ class wpForoForm{
332
  * @return string wrapped field input HTML
333
  */
334
  public function field_wrap_default($field_html, $f){
335
- $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
336
  if( $f['type'] === 'html' ){
337
  $html .= $field_html;
338
  }else{
@@ -697,7 +697,7 @@ class wpForoForm{
697
  <img src="' . esc_url($url) . '" class="wpf-custom-avatar-img"/>' : '' ) .'&nbsp;
698
  <input class="wpf-custom-avatar" name="avatar" type="file" />&nbsp;</li>';
699
  }
700
- $field_html .= '</ul> <script type="text/javascript">jQuery(document).ready(function($){$( "input[name=\'' . esc_attr($f['varname']) . '\[avatar_url\]\']" ).click(function(){$( "#wpfat_remote" ).prop(\'checked\', true);}); $( "input[name=\'avatar\']" ).click(function(){$( "#wpfat_custom" ).prop(\'checked\', true);});});</script>';
701
  return $field_html;
702
  }
703
 
@@ -1229,13 +1229,10 @@ class wpForoForm{
1229
  if( $name === 'user_nicename' ){
1230
  $value = sanitize_text_field($value);
1231
  $user_nicename = sanitize_title(sanitize_user($value, true));
1232
- if( is_numeric( $user_nicename ) ){
1233
- $error[] = 'Numerical nicknames are not allowed. Please insert another.';
1234
- }
1235
  if( !$user_nicename ){
1236
  $error[] = 'Nickname validation failed';
1237
  }
1238
- $sql = "SELECT `ID` FROM `" . WPF()->db->users . "` WHERE `ID` != " . intval( $userid ) . " AND ( `user_nicename` LIKE '" . esc_sql( $user_nicename ). "' OR `ID` LIKE '" . esc_sql( $user_nicename ) . "')";
1239
  if( WPF()->db->get_var($sql)){
1240
  $error[] = 'This nickname is already in use. Please insert another.';
1241
  }
332
  * @return string wrapped field input HTML
333
  */
334
  public function field_wrap_default($field_html, $f){
335
+ $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '">';
336
  if( $f['type'] === 'html' ){
337
  $html .= $field_html;
338
  }else{
697
  <img src="' . esc_url($url) . '" class="wpf-custom-avatar-img"/>' : '' ) .'&nbsp;
698
  <input class="wpf-custom-avatar" name="avatar" type="file" />&nbsp;</li>';
699
  }
700
+ $field_html .= '</ul> <script type="text/javascript">jQuery(document).ready(function($){$( "input[name=\'' . esc_attr($f['varname']) . '\[avatar_url\]\']" ).on("click", function(){$( "#wpfat_remote" ).prop(\'checked\', true);}); $( "input[name=\'avatar\']" ).on("click", function(){$( "#wpfat_custom" ).prop(\'checked\', true);});});</script>';
701
  return $field_html;
702
  }
703
 
1229
  if( $name === 'user_nicename' ){
1230
  $value = sanitize_text_field($value);
1231
  $user_nicename = sanitize_title(sanitize_user($value, true));
 
 
 
1232
  if( !$user_nicename ){
1233
  $error[] = 'Nickname validation failed';
1234
  }
1235
+ $sql = "SELECT `ID` FROM `" . WPF()->db->users . "` WHERE `ID` != " . intval( $userid ) . " AND `user_nicename` LIKE '" . esc_sql( $user_nicename ). "'";
1236
  if( WPF()->db->get_var($sql)){
1237
  $error[] = 'This nickname is already in use. Please insert another.';
1238
  }
wpf-includes/class-forums.php CHANGED
@@ -31,6 +31,7 @@ class wpForoForum{
31
  'layout_qa_intro_topics_count' => 3,
32
  'layout_qa_intro_topics_length' => 90,
33
  'layout_threaded_intro_topics_toggle' => 0,
 
34
  'layout_threaded_intro_topics_count' => 10,
35
  'layout_threaded_intro_topics_length' => 0,
36
  'layout_threaded_filter_buttons' => 1,
31
  'layout_qa_intro_topics_count' => 3,
32
  'layout_qa_intro_topics_length' => 90,
33
  'layout_threaded_intro_topics_toggle' => 0,
34
+ 'layout_threaded_display_subforums' => 1,
35
  'layout_threaded_intro_topics_count' => 10,
36
  'layout_threaded_intro_topics_length' => 0,
37
  'layout_threaded_filter_buttons' => 1,
wpf-includes/class-members.php CHANGED
@@ -70,6 +70,7 @@ class wpForoMember{
70
  add_action('after_password_reset', array($this, 'after_password_reset'));
71
  add_action('set_current_user', array($this, 'init_current_user'));
72
  add_action('init', function(){ if( !WPF()->current_userid ) $this->init_current_user(); });
 
73
  }
74
 
75
  public function get_cache( $var ){
@@ -680,14 +681,14 @@ class wpForoMember{
680
  $data['user_nicename'] = sanitize_title( sanitize_user($user_info->user_nicename, true) );
681
  }
682
  $user_fields['user_nicename'] = $data['user_nicename'];
683
- WPF()->db->update( WPF()->db->usermeta, array('meta_value' => $data['user_nicename'] ), array('user_id' => $userid, 'meta_key' => 'nickname'), array('%s'), array('%d', '%s') );
684
- $user_fields_types[] = '%s';
685
  }
686
  if( wpfkey($data, 'first_name') ){
687
- WPF()->db->update( WPF()->db->usermeta, array('meta_value' => $data['first_name'] ), array('user_id' => $userid, 'meta_key' => 'first_name'), array('%s'), array('%d', '%s') );
688
  }
689
  if( wpfkey($data, 'last_name') ){
690
- WPF()->db->update( WPF()->db->usermeta, array('meta_value' => $data['last_name'] ), array('user_id' => $userid, 'meta_key' => 'last_name'), array('%s'), array('%d', '%s') );
691
  }
692
  if( wpfkey($data, 'site') ){
693
  $user_fields['user_url'] = $data['site'];
@@ -842,6 +843,7 @@ class wpForoMember{
842
  }
843
  }
844
  }
 
845
  return $result_profile;
846
  }
847
 
@@ -1136,7 +1138,7 @@ class wpForoMember{
1136
  }
1137
 
1138
  $args = wpforo_parse_args( $args, $default );
1139
-
1140
  if(isset($args['userid'])){
1141
  if( $cache && isset(self::$cache['user'][$args['userid']]) ){
1142
  return self::$cache['user'][$args['userid']];
@@ -1484,6 +1486,7 @@ class wpForoMember{
1484
  }
1485
  }
1486
  if($src && wpforo_feature('custom-avatars')){
 
1487
  $attr = ($attr ? $attr : 'height="96" width="96"');
1488
  $img = '<img class="avatar" src="'.esc_url($src).'" '. $attr .' />';
1489
  }else{
@@ -1534,7 +1537,8 @@ class wpForoMember{
1534
  $avatar_url = WPF()->db->get_var( WPF()->db->prepare("SELECT `avatar` FROM `".WPF()->tables->profiles."` WHERE `userid` = %d", wpforo_bigintval($userid)) );
1535
 
1536
  if($cache) return self::$cache['avatar'][$userid]['avatar_url'] = $avatar_url;
1537
- return $avatar_url;
 
1538
  }
1539
 
1540
  public function get_avatar_html($url, $userid = 0, $attr = '', $size = '' ) {
@@ -1871,7 +1875,7 @@ class wpForoMember{
1871
  public function reset($userid){
1872
  if( !$userid ) return;
1873
  self::$cache = array( 'users' => array(), 'user' => array(), 'guest' => array(), 'avatar' => array() );
1874
- WPF()->db->query( "DELETE FROM `".WPF()->db->usermeta."` WHERE `meta_key` = '_wpf_member_obj' AND `user_id` = " . intval($userid) );
1875
  wpforo_clean_cache( 'user', $userid );
1876
  }
1877
 
@@ -1917,6 +1921,14 @@ class wpForoMember{
1917
  }
1918
 
1919
  WPF()->usergroup->init_current();
 
 
 
 
 
 
 
 
1920
  }
1921
 
1922
  public function blog_posts( $userid ){
@@ -1961,7 +1973,7 @@ class wpForoMember{
1961
  </ul></fieldset>
1962
  <script type="text/javascript">
1963
  jQuery(document).ready( function($) {
1964
- $('#wpforo_reassign_user').focus( function() {
1965
  $('#wpforo_delete_option1').prop('checked', true).trigger('change');
1966
  });
1967
  });
@@ -2103,6 +2115,20 @@ class wpForoMember{
2103
  $usergroupids_can_edit_fields = WPF()->perm->usergroups_can( 'em' );
2104
  $usergroupids_can_view_social_net = WPF()->perm->usergroups_can( 'vmsn' );
2105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2106
  $this->fields['user_login'] = array(
2107
  'fieldKey' => 'user_login',
2108
  'type' => 'text',
@@ -2562,41 +2588,43 @@ class wpForoMember{
2562
  );
2563
 
2564
  $this->fields['signature'] = array(
2565
- 'fieldKey' => 'signature',
2566
- 'type' => 'textarea',
2567
- 'isDefault' => 1,
2568
- 'isRemovable' => 0,
2569
- 'isRequired' => 0,
2570
- 'isEditable' => 1,
2571
- 'label' => wpforo_phrase( 'Signature', false ),
2572
- 'title' => wpforo_phrase( 'Signature', false ),
2573
- 'placeholder' => wpforo_phrase( 'Signature', false ),
2574
- 'faIcon' => 'fas fa-address-card',
2575
- 'name' => 'signature',
2576
- 'cantBeInactive' => array(),
2577
- 'canEdit' => $usergroupids_can_edit_fields,
2578
- 'canView' => WPF()->perm->usergroups_can( 'vms' ),
2579
- 'can' => 'vms',
2580
- 'isSearchable' => 1
 
2581
  );
2582
 
2583
  $this->fields['about'] = array(
2584
- 'fieldKey' => 'about',
2585
- 'type' => 'textarea',
2586
- 'isDefault' => 1,
2587
- 'isRemovable' => 0,
2588
- 'isRequired' => 0,
2589
- 'isEditable' => 1,
2590
- 'label' => wpforo_phrase( 'About Me', false ),
2591
- 'title' => wpforo_phrase( 'About Me', false ),
2592
- 'placeholder' => wpforo_phrase( 'About Me', false ),
2593
- 'faIcon' => 'fas fa-address-card',
2594
- 'name' => 'about',
2595
- 'cantBeInactive' => array(),
2596
- 'canEdit' => $usergroupids_can_edit_fields,
2597
- 'canView' => WPF()->perm->usergroups_can( 'vmam' ),
2598
- 'can' => 'vmam',
2599
- 'isSearchable' => 1
 
2600
  );
2601
 
2602
  $this->fields['html_soc_net'] = array(
@@ -2974,6 +3002,7 @@ class wpForoMember{
2974
  $sql = "UPDATE `" . WPF()->tables->profiles . "` SET `groupid` = %d WHERE `userid` = %d";
2975
  if( false !== WPF()->db->query( WPF()->db->prepare($sql, $groupid, $userid) )){
2976
  $this->reset($userid);
 
2977
  return true;
2978
  }
2979
  }
70
  add_action('after_password_reset', array($this, 'after_password_reset'));
71
  add_action('set_current_user', array($this, 'init_current_user'));
72
  add_action('init', function(){ if( !WPF()->current_userid ) $this->init_current_user(); });
73
+ add_action('set_logged_in_cookie', function($logged_in_cookie){ $cookie = explode('|', $logged_in_cookie); WPF()->session_token = (string) wpfval($cookie, 2); });
74
  }
75
 
76
  public function get_cache( $var ){
681
  $data['user_nicename'] = sanitize_title( sanitize_user($user_info->user_nicename, true) );
682
  }
683
  $user_fields['user_nicename'] = $data['user_nicename'];
684
+ $user_fields_types[] = '%s';
685
+ update_user_meta($userid, 'nickname', $data['user_nicename']);
686
  }
687
  if( wpfkey($data, 'first_name') ){
688
+ update_user_meta($userid, 'first_name', $data['first_name']);
689
  }
690
  if( wpfkey($data, 'last_name') ){
691
+ update_user_meta($userid, 'last_name', $data['last_name']);
692
  }
693
  if( wpfkey($data, 'site') ){
694
  $user_fields['user_url'] = $data['site'];
843
  }
844
  }
845
  }
846
+ do_action('wpforo_update_profile_fields', $userid, $data, $result_profile);
847
  return $result_profile;
848
  }
849
 
1138
  }
1139
 
1140
  $args = wpforo_parse_args( $args, $default );
1141
+
1142
  if(isset($args['userid'])){
1143
  if( $cache && isset(self::$cache['user'][$args['userid']]) ){
1144
  return self::$cache['user'][$args['userid']];
1486
  }
1487
  }
1488
  if($src && wpforo_feature('custom-avatars')){
1489
+ $src = apply_filters('wpforo_avatar_url', $src, $member);
1490
  $attr = ($attr ? $attr : 'height="96" width="96"');
1491
  $img = '<img class="avatar" src="'.esc_url($src).'" '. $attr .' />';
1492
  }else{
1537
  $avatar_url = WPF()->db->get_var( WPF()->db->prepare("SELECT `avatar` FROM `".WPF()->tables->profiles."` WHERE `userid` = %d", wpforo_bigintval($userid)) );
1538
 
1539
  if($cache) return self::$cache['avatar'][$userid]['avatar_url'] = $avatar_url;
1540
+ $avatar_url = apply_filters('wpforo_avatar_url', $avatar_url, $userid);
1541
+ return $avatar_url;
1542
  }
1543
 
1544
  public function get_avatar_html($url, $userid = 0, $attr = '', $size = '' ) {
1875
  public function reset($userid){
1876
  if( !$userid ) return;
1877
  self::$cache = array( 'users' => array(), 'user' => array(), 'guest' => array(), 'avatar' => array() );
1878
+ delete_user_meta(intval($userid), '_wpf_member_obj');
1879
  wpforo_clean_cache( 'user', $userid );
1880
  }
1881
 
1921
  }
1922
 
1923
  WPF()->usergroup->init_current();
1924
+
1925
+ if( function_exists('wp_get_session_token') && function_exists('wp_parse_auth_cookie') ) WPF()->session_token = wp_get_session_token();
1926
+ if( !WPF()->session_token ){
1927
+ $secret_key = defined( 'SECRET_KEY' ) && SECRET_KEY ? SECRET_KEY : 'wpforo';
1928
+ WPF()->session_token = hash_hmac('sha256', md5((string) wpfval($_SERVER, 'HTTP_USER_AGENT')) . md5((string)wpfval($_SERVER, 'REMOTE_ADDR')). md5((string)wpfval($_SERVER, 'SERVER_ADDR')), $secret_key);
1929
+ }
1930
+
1931
+ do_action('wpforo_after_init_current_user', WPF()->current_user, WPF()->current_usermeta, WPF()->current_user_groupid, WPF()->current_user_secondary_groupids);
1932
  }
1933
 
1934
  public function blog_posts( $userid ){
1973
  </ul></fieldset>
1974
  <script type="text/javascript">
1975
  jQuery(document).ready( function($) {
1976
+ $('#wpforo_reassign_user').on( "focus", function() {
1977
  $('#wpforo_delete_option1').prop('checked', true).trigger('change');
1978
  });
1979
  });
2115
  $usergroupids_can_edit_fields = WPF()->perm->usergroups_can( 'em' );
2116
  $usergroupids_can_view_social_net = WPF()->perm->usergroups_can( 'vmsn' );
2117
 
2118
+ /**
2119
+ * start init tinymce settings
2120
+ */
2121
+ $wp_editor_settings = WPF()->tpl->editor_buttons();
2122
+ $wp_editor_settings['tinymce']['toolbar1'] = 'bold,italic,link,unlink,undo,redo';
2123
+ $wp_editor_settings['plugins'] = '';
2124
+ unset(
2125
+ $wp_editor_settings['external_plugins']['wpforo_pre_button'],
2126
+ $wp_editor_settings['external_plugins']['wpforo_spoiler_button'],
2127
+ $wp_editor_settings['external_plugins']['wpforo_source_code_button'],
2128
+ $wp_editor_settings['external_plugins']['emoticons']
2129
+ );
2130
+ $wp_editor_settings = apply_filters('wpforo_members_init_fields_tinymce_settings', $wp_editor_settings);
2131
+
2132
  $this->fields['user_login'] = array(
2133
  'fieldKey' => 'user_login',
2134
  'type' => 'text',
2588
  );
2589
 
2590
  $this->fields['signature'] = array(
2591
+ 'fieldKey' => 'signature',
2592
+ 'type' => 'tinymce',
2593
+ 'wp_editor_settings' => $wp_editor_settings,
2594
+ 'isDefault' => 1,
2595
+ 'isRemovable' => 0,
2596
+ 'isRequired' => 0,
2597
+ 'isEditable' => 1,
2598
+ 'label' => wpforo_phrase( 'Signature', false ),
2599
+ 'title' => wpforo_phrase( 'Signature', false ),
2600
+ 'placeholder' => wpforo_phrase( 'Signature', false ),
2601
+ 'faIcon' => 'fas fa-address-card',
2602
+ 'name' => 'signature',
2603
+ 'cantBeInactive' => array(),
2604
+ 'canEdit' => $usergroupids_can_edit_fields,
2605
+ 'canView' => WPF()->perm->usergroups_can( 'vms' ),
2606
+ 'can' => 'vms',
2607
+ 'isSearchable' => 1
2608
  );
2609
 
2610
  $this->fields['about'] = array(
2611
+ 'fieldKey' => 'about',
2612
+ 'type' => 'tinymce',
2613
+ 'wp_editor_settings' => $wp_editor_settings,
2614
+ 'isDefault' => 1,
2615
+ 'isRemovable' => 0,
2616
+ 'isRequired' => 0,
2617
+ 'isEditable' => 1,
2618
+ 'label' => wpforo_phrase( 'About Me', false ),
2619
+ 'title' => wpforo_phrase( 'About Me', false ),
2620
+ 'placeholder' => wpforo_phrase( 'About Me', false ),
2621
+ 'faIcon' => 'fas fa-address-card',
2622
+ 'name' => 'about',
2623
+ 'cantBeInactive' => array(),
2624
+ 'canEdit' => $usergroupids_can_edit_fields,
2625
+ 'canView' => WPF()->perm->usergroups_can( 'vmam' ),
2626
+ 'can' => 'vmam',
2627
+ 'isSearchable' => 1
2628
  );
2629
 
2630
  $this->fields['html_soc_net'] = array(
3002
  $sql = "UPDATE `" . WPF()->tables->profiles . "` SET `groupid` = %d WHERE `userid` = %d";
3003
  if( false !== WPF()->db->query( WPF()->db->prepare($sql, $groupid, $userid) )){
3004
  $this->reset($userid);
3005
+ do_action('wpforo_set_usergroup', $userid, $groupid);
3006
  return true;
3007
  }
3008
  }
wpf-includes/class-notices.php CHANGED
@@ -4,18 +4,45 @@
4
 
5
 
6
  class wpForoNotices{
7
-
8
- function __construct(){
9
- $this->init();
10
- }
11
-
12
- /**
13
- * @return void
14
- */
15
- private function init(){
16
- if( !wpforo_is_session_started() && ( !is_admin() || (!empty($_GET['page']) && strpos($_GET['page'], 'wpforo-') !== false ) || (wpforo_is_ajax() && !empty($_POST['action']) && false !== strpos($_POST['action'], 'wpforo')) )) session_start();
17
- }
18
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  /**
20
  *
21
  * @param string|array $args
@@ -25,33 +52,43 @@ class wpForoNotices{
25
  * @return bool
26
  */
27
  public function add( $args, $type = 'neutral', $s = array() ){
28
- if(!$args) return FALSE;
29
  $args = (array) $args;
30
- if( $s && count($args) == 1 && is_array($s) && isset($s[0]) && !is_array($s[0]) ){
31
  $s = array($s);
32
  }else{
33
  $s = (array) $s;
34
  }
35
 
36
- if( wpforo_is_session_started() ){
37
  $type = strtolower($type);
38
- if( !isset($_SESSION['wpforo_notices']) ) $_SESSION['wpforo_notices'] = array();
39
- if( !isset($_SESSION['wpforo_notices'][$type]) ) $_SESSION['wpforo_notices'][$type] = array();
40
-
41
  foreach($args as $key => $arg){
42
  if( $s && isset($s[$key]) ){
43
- $args[$key] = wpforo_sprintf_array( wpforo_phrase($arg, FALSE), $s[$key] );
44
  }else{
45
- $args[$key] = wpforo_phrase($arg, FALSE);
46
  }
47
  }
48
 
49
- $_SESSION['wpforo_notices'][$type] = array_merge( (array) $_SESSION['wpforo_notices'][$type], (array) $args);
50
- $_SESSION['wpforo_notices'][$type] = array_unique($_SESSION['wpforo_notices'][$type]);
51
- return TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
53
 
54
- return FALSE;
55
  }
56
 
57
  /**
@@ -60,12 +97,19 @@ class wpForoNotices{
60
  *
61
  */
62
  public function clear(){
63
- if( wpforo_is_session_started() ){
64
- $_SESSION['wpforo_notices'] = array();
65
- return TRUE;
 
 
 
 
 
 
 
66
  }
67
 
68
- return FALSE;
69
  }
70
 
71
  /**
@@ -75,19 +119,18 @@ class wpForoNotices{
75
  */
76
  public function get_notices(){
77
  $inner = '';
78
- if(empty($_SESSION['wpforo_notices'])) return $inner;
79
-
80
- foreach($_SESSION['wpforo_notices'] as $type => $notice){
81
- $notice = (array) $notice;
82
- foreach ($notice as $msg){
83
- if( !is_array($msg) ){
84
- $msg = trim($msg);
85
- if($msg) $inner .= sprintf('<p class="%s">%s</p>', sanitize_html_class($type), $msg);
86
- }
87
- }
88
- }
89
-
90
- $this->clear();
91
  return $inner;
92
  }
93
 
@@ -98,11 +141,11 @@ class wpForoNotices{
98
  * @return void
99
  */
100
  public function show(){
101
- if(empty($_SESSION['wpforo_notices'])) return;
102
  if( wpforo_is_admin() ){
103
- $this->backend($_SESSION['wpforo_notices']);
104
  }else{
105
- $this->frontend($_SESSION['wpforo_notices']);
106
  }
107
  $this->clear();
108
  }
@@ -139,12 +182,8 @@ class wpForoNotices{
139
  }
140
  ?>
141
  <script type="text/javascript">
142
- jQuery(document).ready(function($){
143
- var msg_box = $("#wpf-msg-box");
144
- msg_box.html("<?php echo addslashes(wpforo_kses($inner)) ?>");
145
- msg_box.show(150).delay(1000);
146
- setTimeout(function(){ $("#wpf-msg-box > p.error").remove(); }, 6500);
147
- setTimeout(function(){ $("#wpf-msg-box > p.success").remove(); }, 3000);
148
  });
149
  </script>
150
  <?php
4
 
5
 
6
  class wpForoNotices{
7
+ private $types = array();
8
+ private $notices = array();
9
+
10
+ private function init_types() {
11
+ $this->types = array_merge(
12
+ array('neutral', 'error', 'success'),
13
+ apply_filters( 'wpforo_notice_types', array() )
14
+ );
15
+ $this->types = array_map('strtolower', array_unique($this->types));
16
+ }
17
+
18
+ private function reset() {
19
+ foreach ( $this->types as $type ) $this->notices[$type] = array();
20
+ }
21
+
22
+ public function is_empty(){
23
+ foreach ( $this->notices as $notice ) if( !empty($notice) ) return false;
24
+ return true;
25
+ }
26
+
27
+ public function __construct() {
28
+ $this->init_types();
29
+ $this->reset();
30
+ add_action('wpforo_before_init', array($this, 'init'));
31
+ }
32
+
33
+ public function init() {
34
+ if( WPF()->session_token ){
35
+ $sql = "SELECT DISTINCT `key`, `value` FROM `" . WPF()->tables->logs . "` WHERE `sessionid` = %s AND `key` IN('". implode("','", $this->types) ."')";
36
+ if( $notices = (array) WPF()->db->get_results( WPF()->db->prepare($sql, WPF()->session_token), ARRAY_A ) ){
37
+ foreach ($notices as $notice){
38
+ if( trim( $notice['value'] ) ){
39
+ $this->notices[ $notice['key'] ] = array_merge( $this->notices[ $notice['key'] ], wpforo_is_json($notice['value']) ? json_decode($notice['value'], true) : (array) $notice['value'] );
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }
45
+
46
  /**
47
  *
48
  * @param string|array $args
52
  * @return bool
53
  */
54
  public function add( $args, $type = 'neutral', $s = array() ){
55
+ if(!$args) return false;
56
  $args = (array) $args;
57
+ if( $s && count($args) === 1 && is_array($s) && isset($s[0]) && !is_array($s[0]) ){
58
  $s = array($s);
59
  }else{
60
  $s = (array) $s;
61
  }
62
 
63
+ if( WPF()->session_token ){
64
  $type = strtolower($type);
 
 
 
65
  foreach($args as $key => $arg){
66
  if( $s && isset($s[$key]) ){
67
+ $args[$key] = wpforo_sprintf_array( wpforo_phrase($arg, false), $s[$key] );
68
  }else{
69
+ $args[$key] = wpforo_phrase($arg, false);
70
  }
71
  }
72
 
73
+ $this->notices[$type] = array_merge( (array) $this->notices[$type], (array) $args);
74
+ $this->notices[$type] = array_unique($this->notices[$type]);
75
+
76
+ if( !wpforo_is_ajax() ){
77
+ WPF()->db->insert(
78
+ WPF()->tables->logs,
79
+ array(
80
+ 'sessionid' => WPF()->session_token,
81
+ 'key' => $type,
82
+ 'value' => json_encode( (array) $args )
83
+ ),
84
+ array( '%s', '%s', '%s' )
85
+ );
86
+ }
87
+
88
+ return true;
89
  }
90
 
91
+ return false;
92
  }
93
 
94
  /**
97
  *
98
  */
99
  public function clear(){
100
+ if( WPF()->session_token ){
101
+ $this->reset();
102
+
103
+ WPF()->db->delete(
104
+ WPF()->tables->logs,
105
+ array('sessionid' => WPF()->session_token),
106
+ array('%s')
107
+ );
108
+
109
+ return true;
110
  }
111
 
112
+ return false;
113
  }
114
 
115
  /**
119
  */
120
  public function get_notices(){
121
  $inner = '';
122
+ if( !$this->is_empty() ){
123
+ foreach( $this->notices as $type => $notice ){
124
+ $notice = (array) $notice;
125
+ foreach ($notice as $msg){
126
+ if( !is_array($msg) ){
127
+ if( $msg = trim($msg) ) $inner .= sprintf('<p class="%s">%s</p>', sanitize_html_class($type), $msg);
128
+ }
129
+ }
130
+ }
131
+
132
+ $this->clear();
133
+ }
 
134
  return $inner;
135
  }
136
 
141
  * @return void
142
  */
143
  public function show(){
144
+ if( $this->is_empty() ) return;
145
  if( wpforo_is_admin() ){
146
+ $this->backend($this->notices);
147
  }else{
148
+ $this->frontend($this->notices);
149
  }
150
  $this->clear();
151
  }
182
  }
183
  ?>
184
  <script type="text/javascript">
185
+ window.jQuery(document).ready(function(){
186
+ wpforo_notice_show("<?php echo addslashes(wpforo_kses($inner)) ?>");
 
 
 
 
187
  });
188
  </script>
189
  <?php
wpf-includes/class-postmeta.php CHANGED
@@ -622,7 +622,7 @@ class wpForoPostMeta {
622
 
623
  public function after_merge_topic($target, $current, $postids){
624
  $sql = "UPDATE `" . WPF()->tables->postmeta . "` SET `topicid` = %d, `forumid` = %d, `private` = %d, `is_first_post` = 0 WHERE `topicid` = %d";
625
- $sql = WPF()->db->prepare($sql, $target['topicid'], $target['forumid'], $target['private'], $current['topicid']);
626
  if( $postids ) $sql .= " AND `postid` IN(" . implode(',', array_map('wpforo_bigintval', (array) $postids)) . ")";
627
  WPF()->db->query($sql);
628
  }
622
 
623
  public function after_merge_topic($target, $current, $postids){
624
  $sql = "UPDATE `" . WPF()->tables->postmeta . "` SET `topicid` = %d, `forumid` = %d, `private` = %d, `is_first_post` = 0 WHERE `topicid` = %d";
625
+ $sql = WPF()->db->prepare($sql, $target['topicid'], $target['forumid'], (int) wpfval($target, 'private'), $current['topicid']);
626
  if( $postids ) $sql .= " AND `postid` IN(" . implode(',', array_map('wpforo_bigintval', (array) $postids)) . ")";
627
  WPF()->db->query($sql);
628
  }
wpf-includes/class-posts.php CHANGED
@@ -693,6 +693,9 @@ class wpForoPost{
693
  if( isset($post['forumid']) && !WPF()->perm->forum_can('vf', $post['forumid']) ){
694
  return false;
695
  }
 
 
 
696
  if( isset($post['forumid']) && !wpfval($post, 'is_first_post') && !WPF()->perm->forum_can('vr', $post['forumid']) ){
697
  return false;
698
  }
@@ -812,7 +815,7 @@ class wpForoPost{
812
  $parents[$item['postid']] = $this->parents( $item['postid'], $items );
813
  }
814
  if( !empty($parents) ) $thread['parents'] = $parents;
815
- $thread['posts'] = $this->build_thread_tree( $parentid, $items );
816
  $children = $this->children( $parentid, $thread['posts']);
817
  $thread['count'] = count($children);
818
  $thread['children'] = array_keys($children);
@@ -820,11 +823,11 @@ class wpForoPost{
820
  return $thread;
821
  }
822
 
823
- function build_thread_tree( $parentid = 0, array $posts ) {
824
  $tree = array();
825
  foreach ( $posts as $post ) {
826
  if ($post['parentid'] == $parentid) {
827
- $children = $this->build_thread_tree( $post['postid'], $posts );
828
  if ($children) {
829
  $post['children'] = $children;
830
  }
@@ -984,8 +987,8 @@ class wpForoPost{
984
 
985
  if($args['needle']){
986
  if( in_array($args['type'], array('entire-posts', 'titles-only')) ){
987
- $words = str_word_count($args['needle'], 1);
988
- $words = array_slice($words, 0, 10);
989
  $words = array_map(function($w){
990
  return '+' . esc_sql( str_replace(array('(', ')', '*', '+', '-', '~', '<', '>', '@', '"'), '', $w) ) . '*';
991
  }, $words);
@@ -1436,7 +1439,7 @@ class wpForoPost{
1436
  return intval($next_postid);
1437
  }
1438
 
1439
- public function get_liked_posts( $args = array(), &$items_count ){
1440
 
1441
  $default = array(
1442
  'userid' => NULL,
@@ -1808,7 +1811,6 @@ class wpForoPost{
1808
  switch ($kf){
1809
  case 'body':
1810
  if( $field['type'] === 'tinymce' ) {
1811
- $field['value'] = wpautop($field['value']);
1812
  $field['wp_editor_settings'] = WPF()->tpl->editor_buttons( 'topic' );
1813
  }
1814
  $field['textareaid'] = uniqid('wpf_topic_body_');
@@ -1885,7 +1887,6 @@ class wpForoPost{
1885
  switch ($kf){
1886
  case 'body':
1887
  if( $field['type'] === 'tinymce' ) {
1888
- $field['value'] = wpautop($field['value']);
1889
  $field['wp_editor_settings'] = WPF()->tpl->editor_buttons( 'post' );
1890
  }
1891
  $field['textareaid'] = uniqid('wpf_post_body_');
693
  if( isset($post['forumid']) && !WPF()->perm->forum_can('vf', $post['forumid']) ){
694
  return false;
695
  }
696
+ if( isset($post['forumid']) && !WPF()->perm->forum_can('vt', $post['forumid']) ){
697
+ return false;
698
+ }
699
  if( isset($post['forumid']) && !wpfval($post, 'is_first_post') && !WPF()->perm->forum_can('vr', $post['forumid']) ){
700
  return false;
701
  }
815
  $parents[$item['postid']] = $this->parents( $item['postid'], $items );
816
  }
817
  if( !empty($parents) ) $thread['parents'] = $parents;
818
+ $thread['posts'] = $this->build_thread_tree( $items, $parentid );
819
  $children = $this->children( $parentid, $thread['posts']);
820
  $thread['count'] = count($children);
821
  $thread['children'] = array_keys($children);
823
  return $thread;
824
  }
825
 
826
+ function build_thread_tree( array $posts, $parentid = 0 ) {
827
  $tree = array();
828
  foreach ( $posts as $post ) {
829
  if ($post['parentid'] == $parentid) {
830
+ $children = $this->build_thread_tree( $posts, $post['postid'] );
831
  if ($children) {
832
  $post['children'] = $children;
833
  }
987
 
988
  if($args['needle']){
989
  if( in_array($args['type'], array('entire-posts', 'titles-only')) ){
990
+ $words = preg_split('#[^\p{L}\p{N}\'`]+#u', $args['needle']);
991
+ $words = array_slice(array_filter($words), 0, 10);
992
  $words = array_map(function($w){
993
  return '+' . esc_sql( str_replace(array('(', ')', '*', '+', '-', '~', '<', '>', '@', '"'), '', $w) ) . '*';
994
  }, $words);
1439
  return intval($next_postid);
1440
  }
1441
 
1442
+ public function get_liked_posts( $args, &$items_count ){
1443
 
1444
  $default = array(
1445
  'userid' => NULL,
1811
  switch ($kf){
1812
  case 'body':
1813
  if( $field['type'] === 'tinymce' ) {
 
1814
  $field['wp_editor_settings'] = WPF()->tpl->editor_buttons( 'topic' );
1815
  }
1816
  $field['textareaid'] = uniqid('wpf_topic_body_');
1887
  switch ($kf){
1888
  case 'body':
1889
  if( $field['type'] === 'tinymce' ) {
 
1890
  $field['wp_editor_settings'] = WPF()->tpl->editor_buttons( 'post' );
1891
  }
1892
  $field['textareaid'] = uniqid('wpf_post_body_');
wpf-includes/class-seo.php CHANGED
@@ -47,6 +47,7 @@ class wpForoSEO
47
  add_filter( 'wpforo_before_init_current_object', array( $this, 'redirect' ), 10, 2 );
48
  add_action( 'wpforo_ping_search_engines', array( $this, 'ping_search_engines' ) );
49
  add_action( 'wpforo_hit_sitemap_index', array( $this, 'hit_sitemap_index' ) );
 
50
  }
51
 
52
  public function before_init(){
47
  add_filter( 'wpforo_before_init_current_object', array( $this, 'redirect' ), 10, 2 );
48
  add_action( 'wpforo_ping_search_engines', array( $this, 'ping_search_engines' ) );
49
  add_action( 'wpforo_hit_sitemap_index', array( $this, 'hit_sitemap_index' ) );
50
+ add_action( 'init', function(){ if( WPF()->use_home_url ) add_action('wp_sitemaps_enabled', '__return_false'); }, 1);
51
  }
52
 
53
  public function before_init(){
wpf-includes/class-template.php CHANGED
@@ -108,7 +108,7 @@ class wpForoTemplate{
108
  'toolbar2' => '',
109
  'toolbar3' => '',
110
  'toolbar4' => '',
111
- 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}',
112
  'object_resizing' => false,
113
  'autoresize_on_init' => true,
114
  'wp_autoresize_on' => true,
@@ -1830,15 +1830,15 @@ class wpForoTemplate{
1830
  case 'search': ?>
1831
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1832
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Search') ?></span></div>
1833
- <a href="#" class="wpf-end">&nbsp;</a>
1834
  <?php break; case 'signup': ?>
1835
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1836
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Register') ?></span></div>
1837
- <a href="#" class="wpf-end">&nbsp;</a>
1838
  <?php break; case 'signin': ?>
1839
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1840
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Login') ?></span></div>
1841
- <a href="#" class="wpf-end">&nbsp;</a>
1842
  <?php break; case 'members': ?>
1843
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1844
  <?php if(isset($_GET['wpfms'])) : ?>
@@ -1847,7 +1847,7 @@ class wpForoTemplate{
1847
  <?php else : ?>
1848
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Members') ?></span></div>
1849
  <?php endif ?>
1850
- <a href="#" class="wpf-end">&nbsp;</a>
1851
  <?php break; case 'recent': ?>
1852
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1853
  <?php if( wpfval($_GET, 'view') === 'unread' ): ?>
@@ -1855,18 +1855,18 @@ class wpForoTemplate{
1855
  <?php else: ?>
1856
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Recently Added') ?></span></div>
1857
  <?php endif; ?>
1858
- <a href="#" class="wpf-end">&nbsp;</a>
1859
  <?php break; case 'tags': ?>
1860
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1861
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Tags') ?></span></div>
1862
- <a href="#" class="wpf-end">&nbsp;</a>
1863
  <?php break; case 'profile': ?>
1864
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1865
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1866
  <?php if( $current_object['user'] ) : ?>
1867
  <div class="wpf-item-element active"><span><?php @wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></div>
1868
  <?php endif ?>
1869
- <a href="#" class="wpf-end">&nbsp;</a>
1870
  <?php break; case 'account': ?>
1871
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1872
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
@@ -1874,7 +1874,7 @@ class wpForoTemplate{
1874
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1875
  <?php endif ?>
1876
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Account') ?></span></div>
1877
- <a href="#" class="wpf-end">&nbsp;</a>
1878
  <?php break; case 'activity': ?>
1879
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1880
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element" ><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
@@ -1882,7 +1882,7 @@ class wpForoTemplate{
1882
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element" ><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1883
  <?php endif ?>
1884
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Activity') ?></span></div>
1885
- <a href="#" class="wpf-end">&nbsp;</a>
1886
  <?php break; case 'subscriptions': ?>
1887
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1888
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
@@ -1890,7 +1890,7 @@ class wpForoTemplate{
1890
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1891
  <?php endif ?>
1892
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Subscriptions') ?></span></div>
1893
- <a href="#" class="wpf-end">&nbsp;</a>
1894
  <?php break; case 'messages': ?>
1895
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1896
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
@@ -1898,7 +1898,7 @@ class wpForoTemplate{
1898
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1899
  <?php endif ?>
1900
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Messages') ?></span></div>
1901
- <a class="wpf-end">&nbsp;</a>
1902
  <?php break; case 'topic': ?>
1903
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1904
  <?php if( $current_object['forumid'] ) : ?>
@@ -1915,7 +1915,7 @@ class wpForoTemplate{
1915
  <?php endif ?>
1916
  <?php endforeach ?>
1917
  <?php endif ?>
1918
- <a href="#" class="wpf-end">&nbsp;</a>
1919
  <?php break; case 'post': $key = 0; ?>
1920
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1921
  <?php if($current_object['forumid']) : ?>
@@ -1931,14 +1931,14 @@ class wpForoTemplate{
1931
  <?php if($current_object['topic']) : ?>
1932
  <div class="wpf-item-element active"><span><?php wpforo_text($current_object['topic']['title'], $lenght) ?></span></div>
1933
  <?php endif ?>
1934
- <a href="#" class="wpf-end">&nbsp;</a>
1935
  <?php break; default: ?>
1936
  <?php if( $current_object['forumid'] ): ?>
1937
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1938
- <a href="#" class="wpf-end">&nbsp;</a>
1939
  <?php else: ?>
1940
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root active"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><span itemprop="name"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1941
- <a href="#" class="wpf-end">&nbsp;</a>
1942
  <?php endif ?>
1943
  <?php endswitch; ?>
1944
  </div>
@@ -2610,7 +2610,7 @@ class wpForoTemplate{
2610
  'toolbar2' => '',
2611
  'toolbar3' => '',
2612
  'toolbar4' => '',
2613
- 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}',
2614
  'object_resizing' => false,
2615
  'autoresize_on_init' => true,
2616
  'wp_autoresize_on' => true,
@@ -2639,7 +2639,7 @@ class wpForoTemplate{
2639
  'toolbar2' => '',
2640
  'toolbar3' => '',
2641
  'toolbar4' => '',
2642
- 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}',
2643
  'object_resizing' => false,
2644
  'autoresize_on_init' => true,
2645
  'wp_autoresize_on' => true,
108
  'toolbar2' => '',
109
  'toolbar3' => '',
110
  'toolbar4' => '',
111
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;} img.emoji{width: 20px;}',
112
  'object_resizing' => false,
113
  'autoresize_on_init' => true,
114
  'wp_autoresize_on' => true,
1830
  case 'search': ?>
1831
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1832
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Search') ?></span></div>
1833
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1834
  <?php break; case 'signup': ?>
1835
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1836
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Register') ?></span></div>
1837
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1838
  <?php break; case 'signin': ?>
1839
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1840
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Login') ?></span></div>
1841
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1842
  <?php break; case 'members': ?>
1843
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root" ><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1844
  <?php if(isset($_GET['wpfms'])) : ?>
1847
  <?php else : ?>
1848
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Members') ?></span></div>
1849
  <?php endif ?>
1850
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1851
  <?php break; case 'recent': ?>
1852
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1853
  <?php if( wpfval($_GET, 'view') === 'unread' ): ?>
1855
  <?php else: ?>
1856
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Recently Added') ?></span></div>
1857
  <?php endif; ?>
1858
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1859
  <?php break; case 'tags': ?>
1860
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1861
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Tags') ?></span></div>
1862
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1863
  <?php break; case 'profile': ?>
1864
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1865
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1866
  <?php if( $current_object['user'] ) : ?>
1867
  <div class="wpf-item-element active"><span><?php @wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></div>
1868
  <?php endif ?>
1869
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1870
  <?php break; case 'account': ?>
1871
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1872
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1874
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1875
  <?php endif ?>
1876
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Account') ?></span></div>
1877
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1878
  <?php break; case 'activity': ?>
1879
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1880
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element" ><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1882
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element" ><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1883
  <?php endif ?>
1884
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Activity') ?></span></div>
1885
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1886
  <?php break; case 'subscriptions': ?>
1887
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1888
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1890
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1891
  <?php endif ?>
1892
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Subscriptions') ?></span></div>
1893
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1894
  <?php break; case 'messages': ?>
1895
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-root"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1896
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo wpforo_home_url(wpforo_get_template_slug('members')) ?>"><span itemprop="name"><?php wpforo_phrase('Members') ?></span></a><meta itemprop="position" content="2"></div>
1898
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item" href="<?php echo esc_url($current_object['user']['profile_url']) ?>"><span itemprop="name"><?php wpforo_text( wpforo_user_dname($current_object['user']), $lenght ) ?></span></a><meta itemprop="position" content="3"></div>
1899
  <?php endif ?>
1900
  <div class="wpf-item-element active"><span><?php wpforo_phrase('Messages') ?></span></div>
1901
+ <a class="wpf-end" rel="nofollow">&nbsp;</a>
1902
  <?php break; case 'topic': ?>
1903
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1904
  <?php if( $current_object['forumid'] ) : ?>
1915
  <?php endif ?>
1916
  <?php endforeach ?>
1917
  <?php endif ?>
1918
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1919
  <?php break; case 'post': $key = 0; ?>
1920
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1921
  <?php if($current_object['forumid']) : ?>
1931
  <?php if($current_object['topic']) : ?>
1932
  <div class="wpf-item-element active"><span><?php wpforo_text($current_object['topic']['title'], $lenght) ?></span></div>
1933
  <?php endif ?>
1934
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1935
  <?php break; default: ?>
1936
  <?php if( $current_object['forumid'] ): ?>
1937
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root<?php echo ( !$current_object['forumid'] ? ' active' : '' ) ?>"><a itemprop="item" href="<?php echo ( !$current_object['forumid'] ? '#' : wpforo_home_url() ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fas fa-home"></i><span itemprop="name" style="display:none;"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1938
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1939
  <?php else: ?>
1940
  <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root active"><a itemprop="item" href="<?php echo wpforo_home_url() ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><span itemprop="name"><?php wpforo_phrase('Forums') ?></span></a><meta itemprop="position" content="1"></div>
1941
+ <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1942
  <?php endif ?>
1943
  <?php endswitch; ?>
1944
  </div>
2610
  'toolbar2' => '',
2611
  'toolbar3' => '',
2612
  'toolbar4' => '',
2613
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;} img.emoji{width: 20px;}',
2614
  'object_resizing' => false,
2615
  'autoresize_on_init' => true,
2616
  'wp_autoresize_on' => true,
2639
  'toolbar2' => '',
2640
  'toolbar3' => '',
2641
  'toolbar4' => '',
2642
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;} img.emoji{width: 20px;}',
2643
  'object_resizing' => false,
2644
  'autoresize_on_init' => true,
2645
  'wp_autoresize_on' => true,
wpf-includes/class-topics.php CHANGED
@@ -965,19 +965,19 @@ class wpForoTopic{
965
  /**
966
  * merge topic with target topic
967
  *
968
- * @param array $current current topic array
969
  * @param array $target target topic array
 
970
  * @param array $postids current topic postids array
971
  * @param int $to_target_title Update post titles with target topic title
972
  * @param int $append Update post dates and append to end
973
  *
974
- * @return true|false true on success, otherwise false
975
  */
976
- public function merge( $current = array(), $target, $postids = array(), $to_target_title = 0, $append = 0 ){
977
  if( !$current ) $current = WPF()->current_object['topic'];
978
 
979
  $sql = "UPDATE `".WPF()->tables->posts."` SET `topicid` = %d, `forumid` = %d, `private` = %d,`is_first_post` = 0";
980
- $sql = WPF()->db->prepare($sql, $target['topicid'], $target['forumid'], $target['private']);
981
 
982
  if($append){
983
  $sql .= ", `modified` = %s, `created` = %s";
@@ -1112,7 +1112,7 @@ class wpForoTopic{
1112
  ){
1113
  $args['topicid'] = $topicid = WPF()->db->insert_id;
1114
 
1115
- if( $this->merge( WPF()->current_object['topic'], $args, $args['postids'], $to_target_title, 0 ) ){
1116
  WPF()->notice->clear();
1117
  WPF()->notice->add('Done!', 'success');
1118
  return $topicid;
965
  /**
966
  * merge topic with target topic
967
  *
 
968
  * @param array $target target topic array
969
+ * @param array $current current topic array
970
  * @param array $postids current topic postids array
971
  * @param int $to_target_title Update post titles with target topic title
972
  * @param int $append Update post dates and append to end
973
  *
974
+ * @return bool true|false true on success, otherwise false
975
  */
976
+ public function merge($target, $current = array(), $postids = array(), $to_target_title = 0, $append = 0 ){
977
  if( !$current ) $current = WPF()->current_object['topic'];
978
 
979
  $sql = "UPDATE `".WPF()->tables->posts."` SET `topicid` = %d, `forumid` = %d, `private` = %d,`is_first_post` = 0";
980
+ $sql = WPF()->db->prepare($sql, $target['topicid'], $target['forumid'], (int) wpfval($target, 'private'));
981
 
982
  if($append){
983
  $sql .= ", `modified` = %s, `created` = %s";
1112
  ){
1113
  $args['topicid'] = $topicid = WPF()->db->insert_id;
1114
 
1115
+ if( $this->merge( $args, WPF()->current_object['topic'], $args['postids'], $to_target_title, 0 ) ){
1116
  WPF()->notice->clear();
1117
  WPF()->notice->add('Done!', 'success');
1118
  return $topicid;
wpf-includes/class-usergroups.php CHANGED
@@ -451,6 +451,7 @@ class wpForoUsergroup{
451
  }
452
  }
453
  }
 
454
  return $status;
455
  }
456
 
451
  }
452
  }
453
  }
454
+ do_action('wpforo_set_users_groupid', $groupid_userids, $status);
455
  return $status;
456
  }
457
 
wpf-includes/functions-installation.php CHANGED
@@ -852,4 +852,12 @@ function wpforo_update_theme_options(){
852
  update_option('wpforo_theme_options', $theme);
853
  }
854
  }
 
 
 
 
 
 
 
 
855
  }
852
  update_option('wpforo_theme_options', $theme);
853
  }
854
  }
855
+ }
856
+
857
+ function wpforo_clean_up(){
858
+ WPF()->db->delete(
859
+ WPF()->tables->topics,
860
+ array( 'first_postid' => 0 ),
861
+ array( '%d' )
862
+ );
863
  }
wpf-includes/functions-integration.php CHANGED
@@ -77,11 +77,6 @@ function wpforo_seo_clear(){
77
  add_filter( 'aioseop_title', '__return_false' );
78
  add_filter( 'aioseop_canonical_url', '__return_false' );
79
  }
80
- if ( defined('RANK_MATH_FILE') ) { // Rank Math SEO
81
- remove_all_actions( 'rank_math/head' );
82
- // add_filter( 'rank_math/frontend/remove_credit_notice', '__return_true' );
83
- add_action( 'wp_head', '_wp_render_title_tag', 2 ); //need to test
84
- }
85
  remove_action('wp_head','rel_canonical');
86
  remove_action('wp_head','index_rel_link');
87
  remove_action('wp_head','start_post_rel_link');
@@ -91,6 +86,19 @@ function wpforo_seo_clear(){
91
  }
92
  add_action( 'wpforo_actions_end', 'wpforo_seo_clear' );
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ////////////////////////////////////////////////////////////////////////////////////////
95
  // BuddyPress Integration //////////////////////////////////////////////////////////////
96
  ////////////////////////////////////////////////////////////////////////////////////////
77
  add_filter( 'aioseop_title', '__return_false' );
78
  add_filter( 'aioseop_canonical_url', '__return_false' );
79
  }
 
 
 
 
 
80
  remove_action('wp_head','rel_canonical');
81
  remove_action('wp_head','index_rel_link');
82
  remove_action('wp_head','start_post_rel_link');
86
  }
87
  add_action( 'wpforo_actions_end', 'wpforo_seo_clear' );
88
 
89
+ //Stops Rank Math SEO overwriting wpForo SEO
90
+ add_action( 'wpforo_after_init', function() {
91
+ if ( !wpforo_feature( 'seo-meta' ) ) return;
92
+ if ( is_wpforo_page() ) {
93
+ if ( defined('RANK_MATH_FILE') ) {
94
+ add_filter( 'rank_math/frontend/remove_credit_notice', '__return_true' );
95
+ remove_all_actions( 'rank_math/head' );
96
+ remove_all_filters( 'pre_get_document_title', 15 );
97
+ add_action( 'wp_head', '_wp_render_title_tag', 1 );
98
+ }
99
+ }
100
+ });
101
+
102
  ////////////////////////////////////////////////////////////////////////////////////////
103
  // BuddyPress Integration //////////////////////////////////////////////////////////////
104
  ////////////////////////////////////////////////////////////////////////////////////////
wpf-includes/functions-template.php CHANGED
@@ -788,7 +788,8 @@ class wpForo_Widget_recent_replies extends WP_Widget {
788
  <?php
789
  }
790
  } else{
791
- echo '<li class="wpf-no-post-found">' . wpforo_phrase('No new posts found', false) . '</li>';
 
792
  }
793
  }else{
794
  if( $instance['display_only_unread'] && $login ){
@@ -833,7 +834,8 @@ class wpForo_Widget_recent_replies extends WP_Widget {
833
  <?php
834
  }
835
  } else{
836
- echo '<li class="wpf-no-post-found">' . wpforo_phrase('No new posts found', false) . '</li>';
 
837
  }
838
  }
839
  echo '</ul></div>';
@@ -2247,14 +2249,14 @@ function wpforo_topic_rel( $topic ){
2247
  $tags = WPF()->topic->sanitize_tags($topic['tags'],true);
2248
  if( !empty($tags) ){
2249
  foreach( $tags as $tag ){
2250
- if($tag) $wheres[] = "`tags` LIKE '%" . esc_sql($tag) . "%'";
2251
  }
2252
  if($wheres) $args['where'] = '(' . implode(' OR ', $wheres) . ')';
2253
 
2254
  $args['order'] = 'DESC';
2255
  $args['row_count'] = 5;
2256
  $args['orderby'] = 'modified';
2257
- $args['forumid'] = $topic['forumid'];
2258
  $args['exclude'] = array( $topic['topicid'] );
2259
  $args = apply_filters('wpforo_related_topics_args', $args);
2260
  $topics = WPF()->topic->get_topics($args);
@@ -2443,14 +2445,14 @@ function wpforo_thread( $topicid ){
2443
  $thread['icons_html'] = '';
2444
  $thread['users_html'] = '';
2445
  $thread['forum'] = wpforo_forum( $thread['forumid'] );
2446
- $thread['user'] = (wpfval($thread, 'userid')) ? wpforo_member($thread['userid']): false;
2447
- $thread['last_post'] = (wpfval($thread, 'last_post')) ? wpforo_post($thread['last_post']) : false;
2448
- $thread['last_user'] = (wpfval($thread['last_post'], 'userid')) ? wpforo_member($thread['last_post']['userid']) : false;
2449
  $thread['replies'] = (intval($thread['posts']) - 1);
2450
  $thread['last_post_date'] = wpforo_date($thread['modified'],'ago-date', false);
2451
  $thread['last_post_url'] = wpfval($thread, 'last_post', 'url');
2452
  $thread['user_info'] = esc_attr(sprintf(wpforo_phrase('Created by %s', false), wpfval($thread['user'], 'display_name')));
2453
- $thread['reply_user_info'] = (wpfval($thread, 'last_post', 'userid') && wpfval($thread, 'last_user', 'display_name')) ? esc_attr(sprintf(wpforo_phrase('Last reply by %s', false), $thread['last_user']['display_name'])) : '';
2454
  $thread['icons'] = wpforo_topic_icons($thread, 'all');
2455
  $thread['wrap'] = (count($thread['icons']) > 3) ? ' style="flex-wrap: wrap;"' : '';
2456
 
@@ -2599,6 +2601,42 @@ function wpforo_feed_rss2_url($echo = true, $general = false){
2599
  WPF()->feed->rss2_url($echo, $general);
2600
  }
2601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2602
  function wpforo_template_topic_portable_form($forumid = null){
2603
  WPF()->tpl->topic_form_forums_selectbox($forumid);
2604
  }
@@ -2969,4 +3007,21 @@ function wpforo_sanitize_search_body($body, $needle){
2969
  }
2970
  }
2971
  return $body;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2972
  }
788
  <?php
789
  }
790
  } else{
791
+ $error_message = ($instance['display_only_unread']) ? 'No new posts found' : 'No posts found';
792
+ echo '<li class="wpf-no-post-found">' . wpforo_phrase($error_message, false) . '</li>';
793
  }
794
  }else{
795
  if( $instance['display_only_unread'] && $login ){
834
  <?php
835
  }
836
  } else{
837
+ $error_message = ($instance['display_only_unread']) ? 'No new posts found' : 'No posts found';
838
+ echo '<li class="wpf-no-post-found">' . wpforo_phrase($error_message, false) . '</li>';
839
  }
840
  }
841
  echo '</ul></div>';
2249
  $tags = WPF()->topic->sanitize_tags($topic['tags'],true);
2250
  if( !empty($tags) ){
2251
  foreach( $tags as $tag ){
2252
+ if($tag) $wheres[] = "FIND_IN_SET('" . esc_sql($tag) . "', tags)";
2253
  }
2254
  if($wheres) $args['where'] = '(' . implode(' OR ', $wheres) . ')';
2255
 
2256
  $args['order'] = 'DESC';
2257
  $args['row_count'] = 5;
2258
  $args['orderby'] = 'modified';
2259
+ $args['forumid'] = apply_filters('wpforo_related_topics_by_forums', $topic['forumid']);
2260
  $args['exclude'] = array( $topic['topicid'] );
2261
  $args = apply_filters('wpforo_related_topics_args', $args);
2262
  $topics = WPF()->topic->get_topics($args);
2445
  $thread['icons_html'] = '';
2446
  $thread['users_html'] = '';
2447
  $thread['forum'] = wpforo_forum( $thread['forumid'] );
2448
+ $thread['user'] = wpforo_member($thread);
2449
+ $thread['last_post'] = (wpfval($thread, 'last_post')) ? wpforo_post($thread['last_post']) : [];
2450
+ $thread['last_user'] = (wpfval($thread, 'last_post')) ? wpforo_member($thread['last_post']) : [];
2451
  $thread['replies'] = (intval($thread['posts']) - 1);
2452
  $thread['last_post_date'] = wpforo_date($thread['modified'],'ago-date', false);
2453
  $thread['last_post_url'] = wpfval($thread, 'last_post', 'url');
2454
  $thread['user_info'] = esc_attr(sprintf(wpforo_phrase('Created by %s', false), wpfval($thread['user'], 'display_name')));
2455
+ $thread['reply_user_info'] = (wpfval($thread, 'last_user', 'display_name')) ? esc_attr(sprintf(wpforo_phrase('Last reply by %s', false), $thread['last_user']['display_name'])) : '';
2456
  $thread['icons'] = wpforo_topic_icons($thread, 'all');
2457
  $thread['wrap'] = (count($thread['icons']) > 3) ? ' style="flex-wrap: wrap;"' : '';
2458
 
2601
  WPF()->feed->rss2_url($echo, $general);
2602
  }
2603
 
2604
+ function wpforo_feed_link( $type = 'topic' ){
2605
+
2606
+ $nofollow = apply_filters('wpforo_feed_link_nofollow', false );
2607
+ $nofollow = ( $nofollow ) ? ' rel="nofollow" ' : '';
2608
+
2609
+ if( wpforo_feature('rss-feed') ): ?>
2610
+
2611
+ <?php if($type == 'topic'): ?>
2612
+ <a href="<?php WPF()->feed->rss2_url(); ?>" <?php echo $nofollow ?> class="wpfcl-2" title="<?php wpforo_phrase('Topic RSS Feed') ?>" target="_blank">
2613
+ <span class="wpfcl-3">RSS</span> <i class="fas fa-rss wpfsx wpfcl-3"></i>
2614
+ </a>
2615
+ <?php elseif( $type == 'forum' ): ?>
2616
+ <span class="wpf-feed">|
2617
+ <a href="<?php wpforo_feed_rss2_url() ?>" <?php echo $nofollow ?> title="<?php wpforo_phrase('Forum RSS Feed') ?>" target="_blank">
2618
+ <span style="text-transform: uppercase;">
2619
+ <?php wpforo_phrase('RSS') ?>
2620
+ </span>
2621
+ <i class="fas fa-rss wpfsx"></i>
2622
+ </a>
2623
+ </span>
2624
+ <?php elseif( $type == 'home' ): ?>
2625
+ <sep> &nbsp;|&nbsp; </sep>
2626
+ <span class="wpf-feed-forums">
2627
+ <a href="<?php wpforo_feed_rss2_url(true, 'forum') ?>" <?php echo $nofollow ?> title="<?php wpforo_phrase('Forums RSS Feed') ?>" target="_blank">
2628
+ <span><?php wpforo_phrase('Forums') ?></span> <i class="fas fa-rss wpfsx"></i>
2629
+ </a>
2630
+ </span><sep> &nbsp;|&nbsp; </sep>
2631
+ <span class="wpf-feed-topics">
2632
+ <a href="<?php wpforo_feed_rss2_url(true, 'topic') ?>" <?php echo $nofollow ?> title="<?php wpforo_phrase('Topics RSS Feed') ?>" target="_blank">
2633
+ <span><?php wpforo_phrase('Topics') ?></span> <i class="fas fa-rss wpfsx"></i>
2634
+ </a>
2635
+ </span>
2636
+ <?php endif; ?>
2637
+ <?php endif;
2638
+ }
2639
+
2640
  function wpforo_template_topic_portable_form($forumid = null){
2641
  WPF()->tpl->topic_form_forums_selectbox($forumid);
2642
  }
3007
  }
3008
  }
3009
  return $body;
3010
+ }
3011
+
3012
+ function wpforo_topic_starter($topic, $post, $type = 'full'){
3013
+ if( (int)wpfval($topic, 'userid') === (int)wpfval($post, 'userid') ){
3014
+ if( $type == 'full' ){
3015
+ echo '<span class="wpf-post-starter"><i class="fas fa-feather-alt"></i> ' . wpforo_phrase('Topic starter', false) . '</span>';
3016
+ } elseif( $type == 'icon' ){
3017
+ echo '<span class="wpf-post-starter" wpf-tooltip="' . wpforo_phrase('Topic starter', false) . '"><i class="fas fa-feather-alt"></i></span>';
3018
+ } elseif( $type == 'label' ){
3019
+ echo '<span class="wpf-post-starter">' . wpforo_phrase('Topic starter', false) . '</span>';
3020
+ }
3021
+ }
3022
+ }
3023
+
3024
+ function wpforo_get_not_replied_topicids(){
3025
+ $sql = "SELECT `topicid`, COUNT(DISTINCT userid) AS userid_count FROM `wp_wpforo_posts` GROUP BY `topicid` HAVING userid_count = 1";
3026
+ return (array) WPF()->db->get_col($sql, 0);
3027
  }
wpf-includes/functions.php CHANGED
@@ -697,6 +697,23 @@ function wpfval(&$array){
697
  return $a;
698
  }
699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  function wpforo_human_filesize($bytes, $decimals = 2) {
701
  $size = array('B','KB','MB','GB','TB','PB','EB','ZB','YB');
702
  $factor = floor((strlen($bytes) - 1) / 3);
@@ -723,82 +740,59 @@ function wpforo_date( $date, $type = 'ago', $echo = true, $wp_date_format = true
723
  date_default_timezone_set('UTC');
724
  ini_set( 'date.timezone', 'UTC' );
725
 
726
- if(is_numeric($date)) $date = date_i18n( 'Y-m-d H:i:s', $date);
727
-
728
- $timestamp = strtotime($date);
729
- $diff = current_time( 'timestamp', 1 ) - $timestamp;
730
- $timezone_string = get_option('timezone_string');
731
- $current_offset = get_option('gmt_offset');
732
  if(!is_string($type)) $type = 'ago';
733
 
734
- if( is_user_logged_in() && !empty(WPF()->current_user) ){
735
- if( isset(WPF()->current_user['timezone']) && WPF()->current_user['timezone'] != '' ){
736
- if(preg_match('|UTC([\-\+]+.?)|is', WPF()->current_user['timezone'], $timezone_array)){
 
 
 
 
 
 
737
  $timezone_string = '';
738
- $current_offset = str_replace('+', '', $timezone_array[1]);
739
- }
740
- else{
741
- if(in_array(WPF()->current_user['timezone'], timezone_identifiers_list())){
742
- $timezone_string = WPF()->current_user['timezone'];
743
- $current_offset = '';
744
- }
745
- else{
746
- $timezone_string = '';
747
- $current_offset = '';
748
- }
749
  }
750
  }
751
  }
752
 
753
- if( $timezone_string == '' && $current_offset != '' ){
754
- $timezone_string = timezone_name_from_abbr('', $current_offset * 3600, false);
755
- }
756
-
757
- if( class_exists('DateTime') && class_exists('DateTimeZone') && $timezone_string ){
758
- $dt = new DateTime("now", new DateTimeZone($timezone_string));
759
- if( method_exists($dt, 'setTimestamp') ) $dt->setTimestamp($timestamp); //DateTime::setTimestamp() available in PHP 5.3 and higher versions
760
- if( $type == 'human' ){
761
- $d = human_time_diff($timestamp);
762
- }
763
- elseif( $type == 'ago' ){
764
- $d = human_time_diff($timestamp);
 
 
 
 
 
 
 
 
 
 
 
765
  $d = sprintf( wpforo_phrase('%s ago', false, false), $d );
766
  }
767
- elseif( $type == 'ago-date' ){
768
- if( $diff > 31536000 ){
769
- $format = apply_filters('wpforo_date_format_ago_date_year', 'M d, y');
770
- $d = date_i18n($format, strtotime($dt->format('Y-m-d H:i:s')));
771
- }
772
- elseif( $diff > 518400 ){
773
- $format = apply_filters('wpforo_date_format_ago_date_month', 'M d');
774
- $d = date_i18n($format, strtotime($dt->format('Y-m-d H:i:s')));
775
- }
776
- else {
777
- $d = human_time_diff($timestamp);
778
- $d = sprintf( wpforo_phrase('%s ago', false, false), $d );
779
- }
780
- }
781
- else{
782
- $type = wpforo_date_format($type, $wp_date_format);
783
- $d = date_i18n($type, strtotime($dt->format('Y-m-d H:i:s')));
784
- }
785
- }
786
- else{
787
- if( $type == 'human' ){
788
- $d = human_time_diff($timestamp);
789
- }
790
- elseif( $type == 'ago' ){
791
- $d = human_time_diff($timestamp);
792
- $d = sprintf( wpforo_phrase('%s ago', false, false), $d );
793
- }
794
- else{
795
- $type = wpforo_date_format($type, $wp_date_format);
796
- $d = date_i18n( $type, $timestamp);
797
- }
798
  }
799
 
800
- if( !$echo ) return $d;
801
- echo $d;
802
  }
803
 
804
  function wpforo_date_format($type, $wp_date_format = true){
@@ -2347,4 +2341,25 @@ add_action( 'admin_notices', function(){
2347
  $message .= '<a href="'. admin_url( wp_nonce_url('admin.php?page=wpforo-community&wpfaction=wpforo_update_addons_css', 'wpforo-update-addons-css') ) .'" class="button button-primary">'. __('Update CSS >>', 'wpforo') .'</a>';
2348
  printf( '<div class="%1$s"><p>%2$s</p></div>', $class, $message );
2349
  }
2350
- } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  return $a;
698
  }
699
 
700
+ /**
701
+ * Always return the preferred default value if the array, or array index is undefined.
702
+ *
703
+ * @param mixed the default value if current index is undefined in the array
704
+ * @param mixed the $array to be checked
705
+ * @param string|int ... $_, ... [optional] more keys
706
+ *
707
+ * @return mixed|null
708
+ */
709
+ function wpffix($return, $array, $a = null, $b = null, $c = null){
710
+ $value = wpfval($array, $a, $b, $c);
711
+ if( !is_null($value) ){
712
+ return $value;
713
+ }
714
+ return $return;
715
+ }
716
+
717
  function wpforo_human_filesize($bytes, $decimals = 2) {
718
  $size = array('B','KB','MB','GB','TB','PB','EB','ZB','YB');
719
  $factor = floor((strlen($bytes) - 1) / 3);
740
  date_default_timezone_set('UTC');
741
  ini_set( 'date.timezone', 'UTC' );
742
 
743
+ $timestamp0 = $timestamp = is_numeric($date) ? $date : strtotime($date);
744
+ $diff = current_time( 'timestamp', 1 ) - $timestamp0;
745
+ $timezone_string = get_option('timezone_string', '');
746
+ $current_offset = get_option('gmt_offset', '');
 
 
747
  if(!is_string($type)) $type = 'ago';
748
 
749
+ if( $current_user_timezone = wpfval(WPF()->current_user, 'timezone') ){
750
+ if( preg_match('#UTC\s*([-+])\s*([\d.]+)#i', $current_user_timezone, $timezone_array) ){
751
+ $timezone_string = '';
752
+ $current_offset = $timezone_array[1] . $timezone_array[2];
753
+ }else{
754
+ if(in_array($current_user_timezone, timezone_identifiers_list())){
755
+ $timezone_string = $current_user_timezone;
756
+ $current_offset = '';
757
+ }else{
758
  $timezone_string = '';
759
+ $current_offset = '';
 
 
 
 
 
 
 
 
 
 
760
  }
761
  }
762
  }
763
 
764
+ if( $timezone_string === '' && $current_offset !== '' ){
765
+ $timestamp += $current_offset * 3600;
766
+ }elseif( class_exists('DateTime') && class_exists('DateTimeZone') && $timezone_string ){
767
+ try {
768
+ $dt = new DateTime( date('Y-m-d H:i:s', $timestamp), new DateTimeZone($timezone_string) );
769
+ $timestamp += $dt->getOffset();
770
+ } catch (Exception $e) {}
771
+ }
772
+
773
+ if( $type === 'human' ){
774
+ $d = human_time_diff($timestamp0);
775
+ }elseif( $type === 'ago' ){
776
+ $d = human_time_diff($timestamp0);
777
+ $d = sprintf( wpforo_phrase('%s ago', false, false), $d );
778
+ }elseif( $type === 'ago-date' ){
779
+ if( $diff > 31536000 ){
780
+ $format = apply_filters('wpforo_date_format_ago_date_year', 'M d, y');
781
+ $d = date_i18n($format, $timestamp);
782
+ }elseif( $diff > 518400 ){
783
+ $format = apply_filters('wpforo_date_format_ago_date_month', 'M d');
784
+ $d = date_i18n($format, $timestamp);
785
+ }else {
786
+ $d = human_time_diff($timestamp0);
787
  $d = sprintf( wpforo_phrase('%s ago', false, false), $d );
788
  }
789
+ }else{
790
+ $type = wpforo_date_format($type, $wp_date_format);
791
+ $d = date_i18n($type, $timestamp);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
792
  }
793
 
794
+ if($echo) echo $d;
795
+ return $d;
796
  }
797
 
798
  function wpforo_date_format($type, $wp_date_format = true){
2341
  $message .= '<a href="'. admin_url( wp_nonce_url('admin.php?page=wpforo-community&wpfaction=wpforo_update_addons_css', 'wpforo-update-addons-css') ) .'" class="button button-primary">'. __('Update CSS >>', 'wpforo') .'</a>';
2342
  printf( '<div class="%1$s"><p>%2$s</p></div>', $class, $message );
2343
  }
2344
+ } );
2345
+
2346
+ /**
2347
+ * @param string $url
2348
+ *
2349
+ * @return string|null
2350
+ */
2351
+ function wpforo_get_topic_slug_from_url($url = ''){
2352
+ $url = trim($url);
2353
+ if( !$url ) $url = wpforo_get_request_uri();
2354
+
2355
+ if( is_wpforo_url($url) ){
2356
+ if( preg_match('#/'.preg_quote(wpforo_get_template_slug('postid')).'/(\d+)/?$#isu', strtok($url, '?'), $match) ){
2357
+ $url = WPF()->post->get_post_url($match[1]);
2358
+ }
2359
+ if( preg_match('#^[\r\n\t\s]*https?://[^\r\n\t\s]+?/[^/]+?/([^/]+?)(?:/'. wpforo_get_template_slug('paged') .'/\d+/?)?(?:/?\#post-\d+)?/?[\r\n\t\s]*$#isu', $url, $match) ){
2360
+ return $match[1];
2361
+ }
2362
+ }
2363
+
2364
+ return null;
2365
+ }
wpf-includes/install-sql.php CHANGED
@@ -9,321 +9,329 @@ if( !function_exists('wpforo_get_install_sqls') ){
9
  $engine = version_compare(WPF()->db->db_version(), '5.6.4', '>=') ? 'InnoDB' : 'MyISAM';
10
 
11
  return array(
12
- WPF()->tables->forums => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->forums."`(
13
- `forumid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
14
- `title` VARCHAR(255) NOT NULL,
15
- `slug` VARCHAR(255) NOT NULL,
16
- `description` LONGTEXT,
17
- `parentid` INT UNSIGNED NOT NULL DEFAULT 0,
18
- `icon` VARCHAR(255),
19
- `last_topicid` INT UNSIGNED NOT NULL DEFAULT 0,
20
- `last_postid` INT UNSIGNED NOT NULL DEFAULT 0,
21
- `last_userid` INT UNSIGNED NOT NULL DEFAULT 0,
22
- `last_post_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
23
- `topics` INT NOT NULL DEFAULT 0,
24
- `posts` INT NOT NULL DEFAULT 0,
25
- `permissions` TEXT,
26
- `meta_key` TEXT,
27
- `meta_desc` TEXT,
28
- `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
29
- `is_cat` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
30
- `cat_layout` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
31
- `order` INT UNSIGNED NOT NULL DEFAULT 0,
32
- `color` VARCHAR(7) NOT NULL DEFAULT '',
33
- PRIMARY KEY (`forumid`),
34
- UNIQUE KEY `UNIQUE SLUG` (`slug`(191)),
35
- KEY `order` (`order`),
36
- KEY `status` (`status`),
37
- KEY `parentid` (`parentid`),
38
- KEY `last_postid` (`last_postid`),
39
- KEY `is_cat` (`is_cat`)
40
- ) ENGINE=InnoDB $charset_collate",
41
- WPF()->tables->topics => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->topics."`(
42
- `topicid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
43
- `forumid` INT UNSIGNED NOT NULL,
44
- `first_postid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
45
- `userid` INT UNSIGNED NOT NULL,
46
- `title` VARCHAR(255) NOT NULL,
47
- `slug` VARCHAR(255) NOT NULL,
48
- `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
49
- `modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
50
- `last_post` BIGINT UNSIGNED NOT NULL DEFAULT 0,
51
- `posts` INT NOT NULL DEFAULT 0,
52
- `votes` INT NOT NULL DEFAULT 0,
53
- `answers` INT NOT NULL DEFAULT 0,
54
- `views` INT UNSIGNED NOT NULL DEFAULT 0,
55
- `meta_key` TEXT,
56
- `meta_desc` TEXT,
57
- `type` TINYINT NOT NULL DEFAULT 0,
58
- `solved` TINYINT(1) NOT NULL DEFAULT 0,
59
- `closed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
60
- `has_attach` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
61
- `private` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
62
- `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
63
- `name` VARCHAR(50) NOT NULL DEFAULT '',
64
- `email` VARCHAR(50) NOT NULL DEFAULT '',
65
- `prefix` VARCHAR(100) NOT NULL DEFAULT '',
66
- `tags` TEXT,
67
- PRIMARY KEY (`topicid`),
68
- KEY `slug` (`slug`(191)),
69
- FULLTEXT KEY `title` (`title`),
70
- KEY `forumid` (`forumid`),
71
- KEY `first_postid` (`first_postid`),
72
- KEY `created` (`created`),
73
- KEY `modified` (`modified`),
74
- KEY `last_post` (`last_post`),
75
- KEY `type` (`type`),
76
- KEY `status` (`status`),
77
- KEY `email` (`email`),
78
- KEY `solved` (`solved`),
79
- KEY `is_private` (`private`),
80
- KEY `own_private` (`userid`,`private`),
81
- KEY `forumid_status` (`forumid`,`status`),
82
- KEY `forumid_status_private` (`forumid`,`status`,`private`),
83
- KEY `prefix` (`prefix`)
84
- ) ENGINE=$engine $charset_collate",
85
- WPF()->tables->postmeta => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->postmeta."`(
86
- `metaid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
87
- `postid` BIGINT UNSIGNED NOT NULL,
88
- `metakey` VARCHAR(255) NOT NULL,
89
- `metavalue` MEDIUMTEXT,
90
- `forumid` INT UNSIGNED NOT NULL DEFAULT 0,
91
- `topicid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
92
- `is_first_post` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
93
- `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
94
- `private` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
95
- PRIMARY KEY (`metaid`),
96
- KEY `postid_metakey` (`postid`, `metakey`(191)),
97
- KEY `forumid` (`forumid`),
98
- KEY `topicid` (`topicid`),
99
- KEY `is_first_post` (`is_first_post`),
100
- KEY `status` (`status`),
101
- KEY `private` (`private`)
102
- ) ENGINE=InnoDB $charset_collate",
103
- WPF()->tables->posts => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->posts."`(
104
- `postid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
105
- `parentid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
106
- `forumid` INT UNSIGNED NOT NULL,
107
- `topicid` BIGINT UNSIGNED NOT NULL,
108
- `userid` INT UNSIGNED NOT NULL,
109
- `title` varchar(255),
110
- `body` LONGTEXT,
111
- `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
112
- `modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
113
- `likes` INT UNSIGNED NOT NULL DEFAULT 0,
114
- `votes` INT NOT NULL DEFAULT 0,
115
- `is_answer` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
116
- `is_first_post` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
117
- `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
118
- `name` VARCHAR(50) NOT NULL DEFAULT '',
119
- `email` VARCHAR(50) NOT NULL DEFAULT '',
120
- `private` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
121
- `root` BIGINT NULL DEFAULT NULL,
122
- PRIMARY KEY (`postid`),
123
- FULLTEXT KEY `title`(`title`(191)),
124
- FULLTEXT KEY `body` (`body`),
125
- FULLTEXT KEY `title_plus_body` (`title`,`body`),
126
- KEY `topicid` (`topicid`),
127
- KEY `forumid` (`forumid`),
128
- KEY `userid` (`userid`),
129
- KEY `created` (`created`),
130
- KEY `parentid` (`parentid`),
131
- KEY `is_answer` (`is_answer`),
132
- KEY `is_first_post` (`is_first_post`),
133
- KEY `status` (`status`),
134
- KEY `email` (`email`),
135
- KEY `is_private` (`private`),
136
- KEY `root` (`root`),
137
- KEY `forumid_status` (`forumid`,`status`),
138
- KEY `topicid_status` (`topicid`,`status`),
139
- KEY `topicid_solved` (`topicid`,`is_answer`),
140
- KEY `topicid_parentid` (`topicid`,`parentid`),
141
- KEY `forumid_status_private` (`forumid`, `status`, `private`),
142
- KEY `forumid_answer_first` (`forumid`, `is_answer`, `is_first_post`)
143
- ) ENGINE=$engine $charset_collate",
144
- WPF()->tables->profiles => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->profiles."` (
145
- `userid` INT UNSIGNED NOT NULL,
146
- `title` VARCHAR(255) NOT NULL DEFAULT 'member',
147
- `username` VARCHAR(255) NOT NULL,
148
- `groupid` INT UNSIGNED NOT NULL,
149
- `posts` INT NOT NULL DEFAULT 0,
150
- `questions` INT NOT NULL DEFAULT 0,
151
- `answers` INT NOT NULL DEFAULT 0,
152
- `comments` INT NOT NULL DEFAULT 0,
153
- `site` VARCHAR(255),
154
- `icq` VARCHAR(50),
155
- `aim` VARCHAR(50),
156
- `yahoo` VARCHAR(50),
157
- `msn` VARCHAR(50),
158
- `facebook` VARCHAR(255),
159
- `twitter` VARCHAR(255),
160
- `gtalk` VARCHAR(50),
161
- `skype` VARCHAR(50),
162
- `avatar` VARCHAR(255),
163
- `signature` TEXT,
164
- `about` TEXT,
165
- `occupation` TEXT,
166
- `location` VARCHAR(255),
167
- `last_login` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
168
- `online_time` INT UNSIGNED,
169
- `rank` INT UNSIGNED NOT NULL DEFAULT 0,
170
- `like` INT UNSIGNED NOT NULL DEFAULT 0,
171
- `status` VARCHAR(8) DEFAULT 'active' COMMENT 'active, blocked, trashed, spamer',
172
- `timezone` VARCHAR(255),
173
- `is_email_confirmed` TINYINT(1) NOT NULL DEFAULT 0,
174
- `secondary_groups` VARCHAR(255),
175
- `fields` LONGTEXT,
176
- PRIMARY KEY (`userid`),
177
- KEY `groupid` (`groupid`),
178
- KEY `online_time` (`online_time`),
179
- KEY `posts` (`posts`),
180
- KEY `status` (`status`),
181
- KEY `is_email_confirmed` (`is_email_confirmed`)
182
- ) ENGINE=InnoDB $charset_collate",
183
- WPF()->tables->usergroups => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->usergroups."`(
184
- `groupid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
185
- `name` VARCHAR(255) NOT NULL,
186
- `cans` LONGTEXT NOT NULL COMMENT 'board permissions',
187
- `description` TEXT,
188
- `utitle` VARCHAR(100) NOT NULL DEFAULT '',
189
- `role` VARCHAR(50) NOT NULL DEFAULT '',
190
- `access` VARCHAR(50) NOT NULL DEFAULT '',
191
- `color` varchar(7) NOT NULL DEFAULT '',
192
- `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
193
- `secondary` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
194
- PRIMARY KEY (`groupid`),
195
- KEY `visible` (`visible`),
196
- KEY `secondary` (`secondary`),
197
- UNIQUE KEY `UNIQUE_GROUP_NAME` (`name`(191))
198
- ) ENGINE=InnoDB $charset_collate",
199
- WPF()->tables->languages => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->languages."`(
200
- `langid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
201
- `name` VARCHAR(255) NOT NULL,
202
- PRIMARY KEY (`langid`),
203
- UNIQUE KEY `UNIQUE language name` (`name`(191))
204
- ) ENGINE=InnoDB $charset_collate",
205
- WPF()->tables->phrases => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->phrases."` (
206
- `phraseid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
207
- `langid` INT UNSIGNED NOT NULL,
208
- `phrase_key` text NOT NULL,
209
- `phrase_value` text NOT NULL,
210
- `package` VARCHAR(255) NOT NULL DEFAULT 'wpforo',
211
- PRIMARY KEY (`phraseid`),
212
- KEY `langid` (`langid`),
213
- KEY `phrase_key` (`phrase_key`(191)),
214
- UNIQUE KEY lng_and_key_uniq (`langid`, `phrase_key`(191))
215
- ) ENGINE=MyISAM $charset_collate",
216
- WPF()->tables->likes => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->likes."`(
217
- `likeid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
218
- `userid` INT UNSIGNED NOT NULL,
219
- `postid` INT UNSIGNED NOT NULL,
220
- `post_userid` INT UNSIGNED NOT NULL,
221
- PRIMARY KEY (`likeid`),
222
- UNIQUE KEY `userid` (`userid`,`postid`),
223
- KEY `post_userid` (`post_userid`)
224
- ) ENGINE=INNODB $charset_collate",
225
- WPF()->tables->views => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->views."`(
226
- `vid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
227
- `userid` INT UNSIGNED NOT NULL,
228
- `topicid` INT UNSIGNED NOT NULL,
229
- `created` INT UNSIGNED NOT NULL,
230
- PRIMARY KEY (`vid`),
231
- KEY `userid` (`userid`),
232
- KEY `topicid` (`topicid`),
233
- UNIQUE KEY `user_topic` (`userid`,`topicid`)
234
- ) ENGINE=INNODB $charset_collate",
235
- WPF()->tables->votes => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->votes."`(
236
- `voteid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
237
- `userid` INT UNSIGNED NOT NULL,
238
- `postid` INT UNSIGNED NOT NULL,
239
- `reaction` TINYINT NOT NULL DEFAULT 1,
240
- `post_userid` INT UNSIGNED NOT NULL,
241
- PRIMARY KEY (`voteid`),
242
- UNIQUE KEY `userid` (`userid`,`postid`)
243
- ) ENGINE=INNODB $charset_collate",
244
- WPF()->tables->accesses => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->accesses."`(
245
- `accessid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
246
- `access` VARCHAR(255) NOT NULL,
247
- `title` VARCHAR(255) NOT NULL,
248
- `cans` LONGTEXT NOT NULL COMMENT 'forum permissions',
249
- PRIMARY KEY (`accessid`),
250
- UNIQUE KEY ( `access`(191) )
251
- ) ENGINE=InnoDB $charset_collate",
252
- WPF()->tables->subscribes => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->subscribes."` (
253
- `subid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
254
- `itemid` BIGINT UNSIGNED NOT NULL,
255
- `type` VARCHAR(5) NOT NULL,
256
- `confirmkey` varchar(32) NOT NULL,
257
- `userid` BIGINT UNSIGNED NOT NULL,
258
- `active` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
259
- `user_name` VARCHAR(60) NOT NULL,
260
- `user_email` VARCHAR(60) NOT NULL,
261
- PRIMARY KEY (`subid`),
262
- UNIQUE KEY `fld_group_unq` (`itemid`,`type`,`userid`,`user_email`(60)),
263
- UNIQUE KEY `confirmkey` (`confirmkey`),
264
- KEY `itemid_2` (`itemid`),
265
- KEY `userid` (`userid`)
266
- ) ENGINE=INNODB $charset_collate",
267
- WPF()->tables->visits => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->visits."` (
268
- `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
269
- `userid` BIGINT UNSIGNED NOT NULL,
270
- `name` VARCHAR(60) NOT NULL,
271
- `ip` VARCHAR(60) NOT NULL,
272
- `time` INT UNSIGNED NOT NULL,
273
- `forumid` INT UNSIGNED NOT NULL,
274
- `topicid` BIGINT UNSIGNED NOT NULL,
275
- PRIMARY KEY (`id`),
276
- KEY `userid` (`userid`),
277
- KEY `forumid` (`forumid`),
278
- KEY `topicid` (`topicid`),
279
- KEY `time` (`time`),
280
- KEY `ip` (`ip`),
281
- KEY `time_forumid` (`time`,`forumid`),
282
- KEY `time_topicid` (`time`,`topicid`),
283
- UNIQUE KEY `unique_tracking` (`userid`,`ip`,`forumid`,`topicid`)
284
- ) ENGINE=INNODB $charset_collate",
285
- WPF()->tables->activity => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->activity."` (
286
- `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
287
- `type` VARCHAR(60) NOT NULL,
288
- `itemid` BIGINT UNSIGNED NOT NULL,
289
- `itemtype` VARCHAR(60) NOT NULL,
290
- `itemid_second` BIGINT UNSIGNED NOT NULL DEFAULT 0,
291
- `userid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
292
- `name` VARCHAR(60) NOT NULL DEFAULT '',
293
- `email` VARCHAR(70) NOT NULL DEFAULT '',
294
- `date` INT UNSIGNED NOT NULL DEFAULT 0,
295
- `content` TEXT,
296
- `permalink` VARCHAR(1024) NOT NULL DEFAULT '',
297
- `new` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
298
- PRIMARY KEY (`id`),
299
- KEY `type` (`type`),
300
- KEY `type_objid_objtype` (`type`,`itemid`,`itemtype`),
301
- KEY `type_objid_objtype_userid` (`type`,`itemid`,`itemtype`,`userid`),
302
- KEY `itemtype_userid_new` (`itemtype`,`userid`,`new`),
303
- KEY `date` (`date`)
304
- ) ENGINE=INNODB $charset_collate",
305
  WPF()->tables->post_revisions => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->post_revisions . "` (
306
- `revisionid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
307
- `userid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
308
- `textareaid` VARCHAR(50) NOT NULL,
309
- `postid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
310
- `body` LONGTEXT,
311
- `created` INT UNSIGNED NOT NULL DEFAULT 0,
312
- `version` SMALLINT NOT NULL DEFAULT 0,
313
- `email` VARCHAR(50) NOT NULL DEFAULT '',
314
- `url` TEXT,
315
- PRIMARY KEY (`revisionid`),
316
- KEY `userid_textareaid_postid_email` (`userid`, `textareaid`, `postid`, `email`, `url`(70))
317
- ) ENGINE=INNODB $charset_collate",
318
- WPF()->tables->tags => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->tags."`(
319
- `tagid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
320
- `tag` VARCHAR(255) NOT NULL,
321
- `prefix` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
322
- `count` INT UNSIGNED NOT NULL DEFAULT 0,
323
- PRIMARY KEY (`tagid`),
324
- UNIQUE KEY `tag` (`tag`(190)),
325
- KEY (`prefix`)
326
- ) ENGINE=INNODB $charset_collate"
 
 
 
 
 
 
 
 
327
  );
328
  }
329
  }
9
  $engine = version_compare(WPF()->db->db_version(), '5.6.4', '>=') ? 'InnoDB' : 'MyISAM';
10
 
11
  return array(
12
+ WPF()->tables->forums => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->forums . "`(
13
+ `forumid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
14
+ `title` VARCHAR(255) NOT NULL,
15
+ `slug` VARCHAR(255) NOT NULL,
16
+ `description` LONGTEXT,
17
+ `parentid` INT UNSIGNED NOT NULL DEFAULT 0,
18
+ `icon` VARCHAR(255),
19
+ `last_topicid` INT UNSIGNED NOT NULL DEFAULT 0,
20
+ `last_postid` INT UNSIGNED NOT NULL DEFAULT 0,
21
+ `last_userid` INT UNSIGNED NOT NULL DEFAULT 0,
22
+ `last_post_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
23
+ `topics` INT NOT NULL DEFAULT 0,
24
+ `posts` INT NOT NULL DEFAULT 0,
25
+ `permissions` TEXT,
26
+ `meta_key` TEXT,
27
+ `meta_desc` TEXT,
28
+ `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
29
+ `is_cat` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
30
+ `cat_layout` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
31
+ `order` INT UNSIGNED NOT NULL DEFAULT 0,
32
+ `color` VARCHAR(7) NOT NULL DEFAULT '',
33
+ PRIMARY KEY (`forumid`),
34
+ UNIQUE KEY `UNIQUE SLUG` (`slug`(191)),
35
+ KEY `order` (`order`),
36
+ KEY `status` (`status`),
37
+ KEY `parentid` (`parentid`),
38
+ KEY `last_postid` (`last_postid`),
39
+ KEY `is_cat` (`is_cat`)
40
+ ) ENGINE=InnoDB $charset_collate",
41
+ WPF()->tables->topics => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->topics . "`(
42
+ `topicid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
43
+ `forumid` INT UNSIGNED NOT NULL,
44
+ `first_postid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
45
+ `userid` INT UNSIGNED NOT NULL,
46
+ `title` VARCHAR(255) NOT NULL,
47
+ `slug` VARCHAR(255) NOT NULL,
48
+ `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
49
+ `modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
50
+ `last_post` BIGINT UNSIGNED NOT NULL DEFAULT 0,
51
+ `posts` INT NOT NULL DEFAULT 0,
52
+ `votes` INT NOT NULL DEFAULT 0,
53
+ `answers` INT NOT NULL DEFAULT 0,
54
+ `views` INT UNSIGNED NOT NULL DEFAULT 0,
55
+ `meta_key` TEXT,
56
+ `meta_desc` TEXT,
57
+ `type` TINYINT NOT NULL DEFAULT 0,
58
+ `solved` TINYINT(1) NOT NULL DEFAULT 0,
59
+ `closed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
60
+ `has_attach` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
61
+ `private` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
62
+ `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
63
+ `name` VARCHAR(50) NOT NULL DEFAULT '',
64
+ `email` VARCHAR(50) NOT NULL DEFAULT '',
65
+ `prefix` VARCHAR(100) NOT NULL DEFAULT '',
66
+ `tags` TEXT,
67
+ PRIMARY KEY (`topicid`),
68
+ KEY `slug` (`slug`(191)),
69
+ FULLTEXT KEY `title` (`title`),
70
+ KEY `forumid` (`forumid`),
71
+ KEY `first_postid` (`first_postid`),
72
+ KEY `created` (`created`),
73
+ KEY `modified` (`modified`),
74
+ KEY `last_post` (`last_post`),
75
+ KEY `type` (`type`),
76
+ KEY `status` (`status`),
77
+ KEY `email` (`email`),
78
+ KEY `solved` (`solved`),
79
+ KEY `is_private` (`private`),
80
+ KEY `own_private` (`userid`,`private`),
81
+ KEY `forumid_status` (`forumid`,`status`),
82
+ KEY `forumid_status_private` (`forumid`,`status`,`private`),
83
+ KEY `prefix` (`prefix`)
84
+ ) ENGINE=$engine $charset_collate",
85
+ WPF()->tables->postmeta => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->postmeta . "`(
86
+ `metaid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
87
+ `postid` BIGINT UNSIGNED NOT NULL,
88
+ `metakey` VARCHAR(255) NOT NULL,
89
+ `metavalue` MEDIUMTEXT,
90
+ `forumid` INT UNSIGNED NOT NULL DEFAULT 0,
91
+ `topicid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
92
+ `is_first_post` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
93
+ `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
94
+ `private` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
95
+ PRIMARY KEY (`metaid`),
96
+ KEY `postid_metakey` (`postid`, `metakey`(191)),
97
+ KEY `forumid` (`forumid`),
98
+ KEY `topicid` (`topicid`),
99
+ KEY `is_first_post` (`is_first_post`),
100
+ KEY `status` (`status`),
101
+ KEY `private` (`private`)
102
+ ) ENGINE=InnoDB $charset_collate",
103
+ WPF()->tables->posts => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->posts . "`(
104
+ `postid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
105
+ `parentid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
106
+ `forumid` INT UNSIGNED NOT NULL,
107
+ `topicid` BIGINT UNSIGNED NOT NULL,
108
+ `userid` INT UNSIGNED NOT NULL,
109
+ `title` varchar(255),
110
+ `body` LONGTEXT,
111
+ `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
112
+ `modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
113
+ `likes` INT UNSIGNED NOT NULL DEFAULT 0,
114
+ `votes` INT NOT NULL DEFAULT 0,
115
+ `is_answer` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
116
+ `is_first_post` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
117
+ `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
118
+ `name` VARCHAR(50) NOT NULL DEFAULT '',
119
+ `email` VARCHAR(50) NOT NULL DEFAULT '',
120
+ `private` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
121
+ `root` BIGINT NULL DEFAULT NULL,
122
+ PRIMARY KEY (`postid`),
123
+ FULLTEXT KEY `title`(`title`(191)),
124
+ FULLTEXT KEY `body` (`body`),
125
+ FULLTEXT KEY `title_plus_body` (`title`,`body`),
126
+ KEY `topicid` (`topicid`),
127
+ KEY `forumid` (`forumid`),
128
+ KEY `userid` (`userid`),
129
+ KEY `created` (`created`),
130
+ KEY `parentid` (`parentid`),
131
+ KEY `is_answer` (`is_answer`),
132
+ KEY `is_first_post` (`is_first_post`),
133
+ KEY `status` (`status`),
134
+ KEY `email` (`email`),
135
+ KEY `is_private` (`private`),
136
+ KEY `root` (`root`),
137
+ KEY `forumid_status` (`forumid`,`status`),
138
+ KEY `topicid_status` (`topicid`,`status`),
139
+ KEY `topicid_solved` (`topicid`,`is_answer`),
140
+ KEY `topicid_parentid` (`topicid`,`parentid`),
141
+ KEY `forumid_status_private` (`forumid`, `status`, `private`),
142
+ KEY `forumid_answer_first` (`forumid`, `is_answer`, `is_first_post`)
143
+ ) ENGINE=$engine $charset_collate",
144
+ WPF()->tables->profiles => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->profiles . "` (
145
+ `userid` INT UNSIGNED NOT NULL,
146
+ `title` VARCHAR(255) NOT NULL DEFAULT 'member',
147
+ `username` VARCHAR(255) NOT NULL,
148
+ `groupid` INT UNSIGNED NOT NULL,
149
+ `posts` INT NOT NULL DEFAULT 0,
150
+ `questions` INT NOT NULL DEFAULT 0,
151
+ `answers` INT NOT NULL DEFAULT 0,
152
+ `comments` INT NOT NULL DEFAULT 0,
153
+ `site` VARCHAR(255),
154
+ `icq` VARCHAR(50),
155
+ `aim` VARCHAR(50),
156
+ `yahoo` VARCHAR(50),
157
+ `msn` VARCHAR(50),
158
+ `facebook` VARCHAR(255),
159
+ `twitter` VARCHAR(255),
160
+ `gtalk` VARCHAR(50),
161
+ `skype` VARCHAR(50),
162
+ `avatar` VARCHAR(255),
163
+ `signature` TEXT,
164
+ `about` TEXT,
165
+ `occupation` TEXT,
166
+ `location` VARCHAR(255),
167
+ `last_login` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
168
+ `online_time` INT UNSIGNED,
169
+ `rank` INT UNSIGNED NOT NULL DEFAULT 0,
170
+ `like` INT UNSIGNED NOT NULL DEFAULT 0,
171
+ `status` VARCHAR(8) DEFAULT 'active' COMMENT 'active, blocked, trashed, spamer',
172
+ `timezone` VARCHAR(255),
173
+ `is_email_confirmed` TINYINT(1) NOT NULL DEFAULT 0,
174
+ `secondary_groups` VARCHAR(255),
175
+ `fields` LONGTEXT,
176
+ PRIMARY KEY (`userid`),
177
+ KEY `groupid` (`groupid`),
178
+ KEY `online_time` (`online_time`),
179
+ KEY `posts` (`posts`),
180
+ KEY `status` (`status`),
181
+ KEY `is_email_confirmed` (`is_email_confirmed`)
182
+ ) ENGINE=InnoDB $charset_collate",
183
+ WPF()->tables->usergroups => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->usergroups . "`(
184
+ `groupid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
185
+ `name` VARCHAR(255) NOT NULL,
186
+ `cans` LONGTEXT NOT NULL COMMENT 'board permissions',
187
+ `description` TEXT,
188
+ `utitle` VARCHAR(100) NOT NULL DEFAULT '',
189
+ `role` VARCHAR(50) NOT NULL DEFAULT '',
190
+ `access` VARCHAR(50) NOT NULL DEFAULT '',
191
+ `color` varchar(7) NOT NULL DEFAULT '',
192
+ `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
193
+ `secondary` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
194
+ PRIMARY KEY (`groupid`),
195
+ KEY `visible` (`visible`),
196
+ KEY `secondary` (`secondary`),
197
+ UNIQUE KEY `UNIQUE_GROUP_NAME` (`name`(191))
198
+ ) ENGINE=InnoDB $charset_collate",
199
+ WPF()->tables->languages => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->languages . "`(
200
+ `langid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
201
+ `name` VARCHAR(255) NOT NULL,
202
+ PRIMARY KEY (`langid`),
203
+ UNIQUE KEY `UNIQUE language name` (`name`(191))
204
+ ) ENGINE=InnoDB $charset_collate",
205
+ WPF()->tables->phrases => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->phrases . "` (
206
+ `phraseid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
207
+ `langid` INT UNSIGNED NOT NULL,
208
+ `phrase_key` text NOT NULL,
209
+ `phrase_value` text NOT NULL,
210
+ `package` VARCHAR(255) NOT NULL DEFAULT 'wpforo',
211
+ PRIMARY KEY (`phraseid`),
212
+ KEY `langid` (`langid`),
213
+ KEY `phrase_key` (`phrase_key`(191)),
214
+ UNIQUE KEY lng_and_key_uniq (`langid`, `phrase_key`(191))
215
+ ) ENGINE=MyISAM $charset_collate",
216
+ WPF()->tables->likes => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->likes . "`(
217
+ `likeid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
218
+ `userid` INT UNSIGNED NOT NULL,
219
+ `postid` INT UNSIGNED NOT NULL,
220
+ `post_userid` INT UNSIGNED NOT NULL,
221
+ PRIMARY KEY (`likeid`),
222
+ UNIQUE KEY `userid` (`userid`,`postid`),
223
+ KEY `post_userid` (`post_userid`)
224
+ ) ENGINE=INNODB $charset_collate",
225
+ WPF()->tables->views => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->views . "`(
226
+ `vid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
227
+ `userid` INT UNSIGNED NOT NULL,
228
+ `topicid` INT UNSIGNED NOT NULL,
229
+ `created` INT UNSIGNED NOT NULL,
230
+ PRIMARY KEY (`vid`),
231
+ KEY `userid` (`userid`),
232
+ KEY `topicid` (`topicid`),
233
+ UNIQUE KEY `user_topic` (`userid`,`topicid`)
234
+ ) ENGINE=INNODB $charset_collate",
235
+ WPF()->tables->votes => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->votes . "`(
236
+ `voteid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
237
+ `userid` INT UNSIGNED NOT NULL,
238
+ `postid` INT UNSIGNED NOT NULL,
239
+ `reaction` TINYINT NOT NULL DEFAULT 1,
240
+ `post_userid` INT UNSIGNED NOT NULL,
241
+ PRIMARY KEY (`voteid`),
242
+ UNIQUE KEY `userid` (`userid`,`postid`)
243
+ ) ENGINE=INNODB $charset_collate",
244
+ WPF()->tables->accesses => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->accesses . "`(
245
+ `accessid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
246
+ `access` VARCHAR(255) NOT NULL,
247
+ `title` VARCHAR(255) NOT NULL,
248
+ `cans` LONGTEXT NOT NULL COMMENT 'forum permissions',
249
+ PRIMARY KEY (`accessid`),
250
+ UNIQUE KEY ( `access`(191) )
251
+ ) ENGINE=InnoDB $charset_collate",
252
+ WPF()->tables->subscribes => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->subscribes . "` (
253
+ `subid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
254
+ `itemid` BIGINT UNSIGNED NOT NULL,
255
+ `type` VARCHAR(5) NOT NULL,
256
+ `confirmkey` varchar(32) NOT NULL,
257
+ `userid` BIGINT UNSIGNED NOT NULL,
258
+ `active` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
259
+ `user_name` VARCHAR(60) NOT NULL,
260
+ `user_email` VARCHAR(60) NOT NULL,
261
+ PRIMARY KEY (`subid`),
262
+ UNIQUE KEY `fld_group_unq` (`itemid`,`type`,`userid`,`user_email`(60)),
263
+ UNIQUE KEY `confirmkey` (`confirmkey`),
264
+ KEY `itemid_2` (`itemid`),
265
+ KEY `userid` (`userid`)
266
+ ) ENGINE=INNODB $charset_collate",
267
+ WPF()->tables->visits => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->visits . "` (
268
+ `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
269
+ `userid` BIGINT UNSIGNED NOT NULL,
270
+ `name` VARCHAR(60) NOT NULL,
271
+ `ip` VARCHAR(60) NOT NULL,
272
+ `time` INT UNSIGNED NOT NULL,
273
+ `forumid` INT UNSIGNED NOT NULL,
274
+ `topicid` BIGINT UNSIGNED NOT NULL,
275
+ PRIMARY KEY (`id`),
276
+ KEY `userid` (`userid`),
277
+ KEY `forumid` (`forumid`),
278
+ KEY `topicid` (`topicid`),
279
+ KEY `time` (`time`),
280
+ KEY `ip` (`ip`),
281
+ KEY `time_forumid` (`time`,`forumid`),
282
+ KEY `time_topicid` (`time`,`topicid`),
283
+ UNIQUE KEY `unique_tracking` (`userid`,`ip`,`forumid`,`topicid`)
284
+ ) ENGINE=INNODB $charset_collate",
285
+ WPF()->tables->activity => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->activity . "` (
286
+ `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
287
+ `type` VARCHAR(60) NOT NULL,
288
+ `itemid` BIGINT UNSIGNED NOT NULL,
289
+ `itemtype` VARCHAR(60) NOT NULL,
290
+ `itemid_second` BIGINT UNSIGNED NOT NULL DEFAULT 0,
291
+ `userid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
292
+ `name` VARCHAR(60) NOT NULL DEFAULT '',
293
+ `email` VARCHAR(70) NOT NULL DEFAULT '',
294
+ `date` INT UNSIGNED NOT NULL DEFAULT 0,
295
+ `content` TEXT,
296
+ `permalink` VARCHAR(1024) NOT NULL DEFAULT '',
297
+ `new` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
298
+ PRIMARY KEY (`id`),
299
+ KEY `type` (`type`),
300
+ KEY `type_objid_objtype` (`type`,`itemid`,`itemtype`),
301
+ KEY `type_objid_objtype_userid` (`type`,`itemid`,`itemtype`,`userid`),
302
+ KEY `itemtype_userid_new` (`itemtype`,`userid`,`new`),
303
+ KEY `date` (`date`)
304
+ ) ENGINE=INNODB $charset_collate",
305
  WPF()->tables->post_revisions => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->post_revisions . "` (
306
+ `revisionid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
307
+ `userid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
308
+ `textareaid` VARCHAR(50) NOT NULL,
309
+ `postid` BIGINT UNSIGNED NOT NULL DEFAULT 0,
310
+ `body` LONGTEXT,
311
+ `created` INT UNSIGNED NOT NULL DEFAULT 0,
312
+ `version` SMALLINT NOT NULL DEFAULT 0,
313
+ `email` VARCHAR(50) NOT NULL DEFAULT '',
314
+ `url` TEXT,
315
+ PRIMARY KEY (`revisionid`),
316
+ KEY `userid_textareaid_postid_email` (`userid`, `textareaid`, `postid`, `email`, `url`(70))
317
+ ) ENGINE=INNODB $charset_collate",
318
+ WPF()->tables->tags => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->tags . "`(
319
+ `tagid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
320
+ `tag` VARCHAR(255) NOT NULL,
321
+ `prefix` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
322
+ `count` INT UNSIGNED NOT NULL DEFAULT 0,
323
+ PRIMARY KEY (`tagid`),
324
+ UNIQUE KEY `tag` (`tag`(190)),
325
+ KEY (`prefix`)
326
+ ) ENGINE=INNODB $charset_collate",
327
+ WPF()->tables->logs => "CREATE TABLE IF NOT EXISTS `" . WPF()->tables->logs . "`(
328
+ `logid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
329
+ `sessionid` VARCHAR (255) NOT NULL,
330
+ `key` VARCHAR (255) NOT NULL,
331
+ `value` MEDIUMTEXT NOT NULL,
332
+ PRIMARY KEY (`logid`),
333
+ KEY `sessionid_key` (`sessionid`, `key`)
334
+ ) ENGINE=InnoDB $charset_collate",
335
  );
336
  }
337
  }
wpf-includes/integration/buddypress.php CHANGED
@@ -703,7 +703,7 @@ function wpforo_bp_buddypress_mark_notifications( $action = '' ) {
703
  $wp_error->add( 'wpforo_bp_notification_permissions', __( 'You do not have permission to mark notifications for that user.', 'wpforo' ) );
704
  }
705
 
706
- if ( isset($wp_error) && !is_wp_error($wp_error) ) {
707
  $success = bp_notifications_mark_notifications_by_item_id( $user_id, $reply_id, 'community', 'wpforo_new_reply' );
708
  do_action( 'wpforo_bp_notifications_handler', $success, $user_id, $reply_id, $action );
709
  }
@@ -721,8 +721,7 @@ add_action( 'wpforo_actions_end', 'wpforo_bp_buddypress_mark_notifications', 9 )
721
 
722
  function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profile' ){
723
  if(wpfval($member, 'ID')){
724
- $user_domain = trim( bp_core_get_user_domain( $member['ID'] ), '/');
725
- $user_domain = strtok( $user_domain, '?');
726
  $tabs = wpforo_feature('bp_forum_tab');
727
  if( $user_domain && $tabs ){
728
  if( $template == 'account' ){
@@ -744,6 +743,27 @@ function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profi
744
  return apply_filters('wpforo_bp_member_profile_url', $url, $member, $template);
745
  }
746
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  function wpforo_bp_profile_update( $userid ) {
748
  WPF()->member->reset( $userid );
749
  }
703
  $wp_error->add( 'wpforo_bp_notification_permissions', __( 'You do not have permission to mark notifications for that user.', 'wpforo' ) );
704
  }
705
 
706
+ if ( !isset($wp_error) ) {
707
  $success = bp_notifications_mark_notifications_by_item_id( $user_id, $reply_id, 'community', 'wpforo_new_reply' );
708
  do_action( 'wpforo_bp_notifications_handler', $success, $user_id, $reply_id, $action );
709
  }
721
 
722
  function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profile' ){
723
  if(wpfval($member, 'ID')){
724
+ $user_domain = wpforo_bp_profile_domain( $member );
 
725
  $tabs = wpforo_feature('bp_forum_tab');
726
  if( $user_domain && $tabs ){
727
  if( $template == 'account' ){
743
  return apply_filters('wpforo_bp_member_profile_url', $url, $member, $template);
744
  }
745
 
746
+ function wpforo_bp_profile_domain( $member ){
747
+ $user_domain = trim( bp_core_get_user_domain( $member['ID'] ), '/');
748
+ // Get profile root slug and build current login user url //////////////////
749
+ $root_slug = 'members';
750
+ if( strpos($user_domain, '//') !== FALSE ){
751
+ if( $pages = bp_core_get_directory_page_ids() ){
752
+ if( wpfval($pages, 'members') ) {
753
+ $root = get_post_field( 'post_name', intval($pages['members']) );
754
+ $root_slug = ($root) ? $root : $root_slug;
755
+ }
756
+ $username = bp_core_get_username( $member['ID'], $member['user_nicename'], $member['user_login'] );
757
+ if ( bp_is_username_compatibility_mode() ) $username = rawurlencode( $username );
758
+ $after_domain = bp_core_enable_root_profiles() ? $username : $root_slug . '/' . $username;
759
+ $domain = trailingslashit( bp_get_root_domain() . '/' . $after_domain );
760
+ $user_domain = apply_filters( 'bp_core_get_user_domain', $domain, $member['ID'], $member['user_nicename'], $member['user_login'] );
761
+ }
762
+ }
763
+ //////////////////////////////////////////////////////////////////////////
764
+ return strtok( $user_domain, '?');
765
+ }
766
+
767
  function wpforo_bp_profile_update( $userid ) {
768
  WPF()->member->reset( $userid );
769
  }
wpf-includes/integration/ultimate-member.php CHANGED
@@ -17,7 +17,7 @@ if( class_exists('UM') ){
17
  }
18
 
19
  function __construct() {
20
- add_action('wpforo_after_init', array( $this, 'init' ));
21
  add_action('wp_enqueue_scripts', array($this, 'um_frontend_enqueue'), 100 );
22
  }
23
 
17
  }
18
 
19
  function __construct() {
20
+ add_action('plugins_loaded', array( $this, 'init' ), 100);
21
  add_action('wp_enqueue_scripts', array($this, 'um_frontend_enqueue'), 100 );
22
  }
23
 
wpf-includes/wpf-hooks.php CHANGED
@@ -30,12 +30,13 @@ function wpforo_notice_show(){
30
  }
31
  add_action( 'wp_footer', 'wpforo_notice_show' );
32
 
33
- function wpforo_user_admin_bar(){
34
- $allowed_roles = array('editor', 'administrator', 'author');
35
- if( !is_super_admin() && is_user_logged_in() && !array_intersect($allowed_roles, (array) WPF()->wp_current_user->roles) )
36
- show_admin_bar( wpforo_feature('user-admin-bar') );
 
37
  }
38
- add_action('admin_bar_init', 'wpforo_user_admin_bar');
39
 
40
  function wpforo_admin_notice__menu_help(){
41
  if(strpos(wpforo_get_request_uri(), 'nav-menus.php') !== FALSE){
@@ -886,6 +887,7 @@ function wpforo_post_edit(){
886
  if( WPF()->perm->forum_can('eor', $post['forumid']) || WPF()->perm->forum_can('eot', $post['forumid']) ) {
887
  if ( $topic = WPF()->topic->get_topic( $post['topicid'] ) ) {
888
  $postmetas = (array) WPF()->postmeta->get_postmeta( $postid, '', true );
 
889
  $values = array_merge( $post, $topic, $postmetas );
890
  $values = apply_filters('wpforo_edit_post_ajax', $values, $post, $topic, $postmetas);
891
  ob_start();
@@ -1147,14 +1149,12 @@ add_action('wp_ajax_nopriv_wpforo_post_url_fixer', 'wpforo_post_url_fixer');
1147
  function wpforo_post_url_fixer(){
1148
  if( ($postid = wpforo_bigintval( wpfval($_POST, 'postid') )) && ($referer = wpfval($_POST, 'referer')) ){
1149
  if( is_wpforo_url($referer) ){
1150
- if ( wpforo_is_session_started() ) {
1151
- $diff = 100;
1152
- $referer_hash = md5( $referer . $postid );
1153
- $nowtime = current_time( 'timestamp', 1 );
1154
- if( $lasttime = wpfval( $_SESSION, 'wpforo_post_url_fixer', $referer_hash ) ) $diff = $nowtime - $lasttime;
1155
- if( $diff <= 8 ) exit();
1156
- $_SESSION['wpforo_post_url_fixer'][$referer_hash] = $nowtime;
1157
- }
1158
  if ( $post = WPF()->post->get_post( $postid ) ) echo WPF()->post->get_post_url($post);
1159
  }
1160
  }
@@ -1372,7 +1372,7 @@ function wpforo_frontend_enqueue_scripts(){
1372
  }
1373
  }
1374
 
1375
- function wpforo_style_options($css, $COLORS){
1376
  if( isset(WPF()->tpl->style['font_size_forum']) && WPF()->tpl->style['font_size_forum'] != 17 ){
1377
  $css .= "\r\n#wpforo-wrap .wpforo-forum-title{font-size: " . intval(WPF()->tpl->style['font_size_forum']) . "px!important; line-height: " . (intval(WPF()->tpl->style['font_size_forum']) + 1) . "px!important;}";
1378
  }
@@ -1387,7 +1387,7 @@ function wpforo_style_options($css, $COLORS){
1387
  }
1388
  return $css;
1389
  }
1390
- add_filter( 'wpforo_dynamic_css_filter' , 'wpforo_style_options' , 10, 2 );
1391
 
1392
  function wpforo_admin_enqueue(){
1393
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.7.0' );
@@ -2705,7 +2705,8 @@ function wpforo_tag_search() {
2705
  $s = trim( $s );
2706
  $tag_search_min_chars = apply_filters('wpforo_tag_search_min_chars', 2);
2707
  if( wpforo_strlen($s) >= $tag_search_min_chars ){
2708
- $results = WPF()->db->get_col("SELECT `tag` FROM `" . WPF()->tables->tags . "` WHERE `tag` LIKE '" . esc_sql( $s ) . "%'");
 
2709
  if( !empty($results) ) echo implode("\n", $results );
2710
  }
2711
  wp_die();
30
  }
31
  add_action( 'wp_footer', 'wpforo_notice_show' );
32
 
33
+ function wpforo_show_admin_bar($show_admin_bar){
34
+ if( !is_super_admin() && is_user_logged_in() && !array_intersect( array('editor', 'administrator', 'author'), (array) WPF()->wp_current_user->roles ) ){
35
+ $show_admin_bar = (bool) wpforo_feature('user-admin-bar');
36
+ }
37
+ return $show_admin_bar;
38
  }
39
+ add_action('show_admin_bar', 'wpforo_show_admin_bar' );
40
 
41
  function wpforo_admin_notice__menu_help(){
42
  if(strpos(wpforo_get_request_uri(), 'nav-menus.php') !== FALSE){
887
  if( WPF()->perm->forum_can('eor', $post['forumid']) || WPF()->perm->forum_can('eot', $post['forumid']) ) {
888
  if ( $topic = WPF()->topic->get_topic( $post['topicid'] ) ) {
889
  $postmetas = (array) WPF()->postmeta->get_postmeta( $postid, '', true );
890
+ $post['body'] = htmlspecialchars($post['body']);
891
  $values = array_merge( $post, $topic, $postmetas );
892
  $values = apply_filters('wpforo_edit_post_ajax', $values, $post, $topic, $postmetas);
893
  ob_start();
1149
  function wpforo_post_url_fixer(){
1150
  if( ($postid = wpforo_bigintval( wpfval($_POST, 'postid') )) && ($referer = wpfval($_POST, 'referer')) ){
1151
  if( is_wpforo_url($referer) ){
1152
+ $diff = 100;
1153
+ $referer_hash = md5( $referer . $postid );
1154
+ $nowtime = current_time( 'timestamp', 1 );
1155
+ if( $lasttime = (int) get_transient( 'wpforo_post_url_fixer' . $referer_hash ) ) $diff = $nowtime - $lasttime;
1156
+ if( $diff <= 8 ) exit();
1157
+ set_transient( 'wpforo_post_url_fixer' . $referer_hash, $nowtime, 1000 );
 
 
1158
  if ( $post = WPF()->post->get_post( $postid ) ) echo WPF()->post->get_post_url($post);
1159
  }
1160
  }
1372
  }
1373
  }
1374
 
1375
+ function wpforo_style_options($css){
1376
  if( isset(WPF()->tpl->style['font_size_forum']) && WPF()->tpl->style['font_size_forum'] != 17 ){
1377
  $css .= "\r\n#wpforo-wrap .wpforo-forum-title{font-size: " . intval(WPF()->tpl->style['font_size_forum']) . "px!important; line-height: " . (intval(WPF()->tpl->style['font_size_forum']) + 1) . "px!important;}";
1378
  }
1387
  }
1388
  return $css;
1389
  }
1390
+ add_filter( 'wpforo_dynamic_css_filter' , 'wpforo_style_options' );
1391
 
1392
  function wpforo_admin_enqueue(){
1393
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.7.0' );
2705
  $s = trim( $s );
2706
  $tag_search_min_chars = apply_filters('wpforo_tag_search_min_chars', 2);
2707
  if( wpforo_strlen($s) >= $tag_search_min_chars ){
2708
+ $limit = intval( apply_filters('wpforo_tag_suggest_limit', 5) );
2709
+ $results = WPF()->db->get_col("SELECT `tag` FROM `" . WPF()->tables->tags . "` WHERE `tag` LIKE '" . esc_sql( $s ) . "%' LIMIT " . $limit);
2710
  if( !empty($results) ) echo implode("\n", $results );
2711
  }
2712
  wp_die();
wpf-includes/wpf-phrases.php CHANGED
@@ -1103,5 +1103,8 @@ $wpforo_phrases = array(
1103
  '{new}' => __('{new}', 'wpforo'),
1104
  'Create Account' => __('Create Account', 'wpforo'),
1105
  'Full' => __('Full', 'wpforo'),
1106
- 'Short' => __('Short', 'wpforo')
 
 
 
1107
  );
1103
  '{new}' => __('{new}', 'wpforo'),
1104
  'Create Account' => __('Create Account', 'wpforo'),
1105
  'Full' => __('Full', 'wpforo'),
1106
+ 'Short' => __('Short', 'wpforo'),
1107
+ //1.9.0
1108
+ 'Topic starter' => __('Topic starter', 'wpforo'),
1109
+ 'No posts found' => __('No posts found', 'wpforo'),
1110
  );
wpf-languages/wpforo-de_DE.mo CHANGED
Binary file
wpf-languages/wpforo-de_DE.po CHANGED
@@ -1,8725 +1,8792 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Forum - wpForo\n"
6
- "POT-Creation-Date: 2020-05-22 09:12+0400\n"
7
- "PO-Revision-Date: 2020-05-22 09:12+0400\n"
8
- "Last-Translator: chaoti\n"
9
- "Language-Team: mediageno.de\n"
10
- "Language: de_DE\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wpforo.php\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
26
- msgid "wpForo Addons"
27
- msgstr "wpForo Erweiterungen"
28
-
29
- #: wpf-admin/addons.php:28
30
- msgid ""
31
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
32
- "Addon prices also include a small donation to the hard work wpForo "
33
- "developers do for free. When you buy an addon, you also donate the free "
34
- "wpForo development and support. Addons are the only incoming source for "
35
- "wpForo developers. wpForo is a premium forum plugin which will always be "
36
- "available for free. There will never be paid and pro versions of this forum "
37
- "board. We have another dozens of awesome features in our to-do list which "
38
- "will also be added for free in future releases. So the free wpForo "
39
- "development always stays on the first priority and wpForo is being extended "
40
- "with new free functions and features even faster than before."
41
- msgstr ""
42
- "Alle wpForo-Add-ons werden von wpForo-Entwicklern im gVectors-Team "
43
- "entwickelt. In den Add-on-Preisen ist auch eine kleine Spende für die harte "
44
- "Arbeit enthalten, die die Entwickler von wpForo kostenlos leisten. Wenn du "
45
- "ein Add-on kaufst, unterstützt du auch die kostenlose wpForo-Entwicklung und "
46
- "den Support. Add-ons sind die einzige Einnahmequelle für wpForo-Entwickler. "
47
- "wpForo ist ein Premium-Forum-Plugin, das immer kostenlos zur Verfügung "
48
- "steht. Es wird niemals kostenpflichtige und professionelle Versionen dieses "
49
- "Forums geben. Wir haben ein weiteres Dutzend großartiger Funktionen in "
50
- "unserer To-Do-Liste, die in zukünftigen Versionen ebenfalls kostenlos "
51
- "hinzugefügt werden. So steht die kostenlose wpForo-Entwicklung immer an "
52
- "erster Stelle und wpForo wird noch schneller als bisher um neue kostenlose "
53
- "Funktionen und Features erweitert."
54
-
55
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
56
- msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
57
- msgstr "Danke!<br> Mit freundlichen Grüßen <br> gVectors-Team"
58
-
59
- #: wpf-admin/addons.php:51
60
- msgid "Installed"
61
- msgstr "Installiert"
62
-
63
- #: wpf-admin/addons.php:55
64
- msgid "Version"
65
- msgstr "Version"
66
-
67
- #: wpf-admin/addons.php:56
68
- msgid "at least"
69
- msgstr "mindestens"
70
-
71
- #: wpf-admin/addons.php:58
72
- msgid "Details | Buy"
73
- msgstr "Details | Kaufen"
74
-
75
- #: wpf-admin/addons.php:64
76
- msgid "More information about"
77
- msgstr "Weitere Informationen über"
78
-
79
- #: wpf-admin/admin.php:36 wpf-admin/admin.php:37
80
- #: wpf-includes/wpf-phrases.php:788
81
- msgid "Dashboard"
82
- msgstr "Dashboard"
83
-
84
- #: wpf-admin/admin.php:36 wpf-admin/admin.php:40 wpf-admin/dashboard.php:137
85
- #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
86
- #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
87
- #: wpf-includes/integration/buddypress.php:11
88
- #: wpf-includes/integration/buddypress.php:57
89
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2605
90
- #: wpf-includes/wpf-phrases.php:309
91
- msgid "Forums"
92
- msgstr "Foren"
93
-
94
- #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:22
95
- #: wpf-includes/wpf-hooks.php:2611
96
- msgid "Settings"
97
- msgstr "Einstellungen"
98
-
99
- #: wpf-admin/admin.php:46 wpf-includes/wpf-hooks.php:2615
100
- #: wpf-includes/wpf-phrases.php:914
101
- msgid "Tools"
102
- msgstr "Werkzeuge"
103
-
104
- #: wpf-admin/admin.php:49 wpf-includes/wpf-hooks.php:2619
105
- msgid "Moderation"
106
- msgstr "Moderation"
107
-
108
- #: wpf-admin/admin.php:52 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
109
- #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
110
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2623
111
- #: wpf-includes/wpf-phrases.php:364
112
- msgid "Members"
113
- msgstr "Mitglieder"
114
-
115
- #: wpf-admin/admin.php:55 wpf-admin/usergroup.php:11
116
- #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2627
117
- msgid "Usergroups"
118
- msgstr "Benutzergruppen"
119
-
120
- #: wpf-admin/admin.php:58 wpf-includes/wpf-hooks.php:2633
121
- #: wpf-includes/wpf-phrases.php:789
122
- msgid "Phrases"
123
- msgstr "Formulierungen"
124
-
125
- #: wpf-admin/admin.php:61 wpf-includes/wpf-hooks.php:2639
126
- #: wpf-includes/wpf-phrases.php:790
127
- msgid "Themes"
128
- msgstr "Themes"
129
-
130
- #: wpf-admin/admin.php:64 wpf-admin/options.php:24
131
- #: wpf-includes/wpf-hooks.php:2643 wpf-includes/wpf-phrases.php:211
132
- msgid "Addons"
133
- msgstr "Erweiterungen"
134
-
135
- #: wpf-admin/admin.php:126
136
- msgid "don't stop or close browser"
137
- msgstr ""
138
-
139
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:594
140
- msgid "wpForo Dashboard"
141
- msgstr "wpForo Dashboard"
142
-
143
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:547
144
- msgid "Welcome Message"
145
- msgstr "Willkommensnachricht"
146
-
147
- #: wpf-admin/dashboard.php:27
148
- msgid "Welcome to wpForo"
149
- msgstr "Willkommen bei wpForo"
150
-
151
- #: wpf-admin/dashboard.php:29
152
- msgid ""
153
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
154
- "WorPress, and the only forum software which comes with Multi-layout template "
155
- "system.\n"
156
- " The \"Extended\", \"Simplified\" and "
157
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
158
- "You can use wpForo for small and extremely large communities. \n"
159
- " <br />If you found some issue or bug "
160
- "please open a support topic in plugin page or in our support forum at "
161
- "gVectors.com. If you liked wpForo please leave some good review for this "
162
- "plugin. We really need your good reviews. \n"
163
- " If you didn't like wpForo please leave a "
164
- "list of issues and requirements you'd like us to fix and add in near future. "
165
- "We're here to help you and improve wpForo as much as possible."
166
- msgstr ""
167
- "Vielen Dank, dass du wpForo verwendest! wpForo ist ein professionelles "
168
- "Bulletin Board für WordPress und die einzige Forensoftware, die mit einem "
169
- "Multi-Layout-System geliefert wird.\n"
170
- "                                     Die Layouts \"Erweitert\", \"Vereinfacht"
171
- "\" und \"Frage & Antwort\" eignen sich für fast alle "
172
- "Diskussionsanforderungen. Du kannst wpForo für kleine und extrem große "
173
- "Communities verwenden.\n"
174
- "                                     <br /> Wenn du ein Problem oder einen "
175
- "Fehler gefunden hast, öffne bitte ein Support-Thema auf der Plugin-Seite "
176
- "oder in unserem Support-Forum unter gVectors.com. Wenn dir wpForo gefallen "
177
- "hat, hinterlasse bitte eine gute Bewertung für dieses Plugin. Wir brauchen "
178
- "deine gute Bewertung wirklich.\n"
179
- "                                     Wenn dir wpForo nicht gefallen hat, "
180
- "hinterlasse bitte eine Liste der Probleme und Anforderungen, die wir in "
181
- "naher Zukunft beheben und hinzufügen sollen. Wir sind hier, um dir zu helfen "
182
- "und wpForo beständig zu verbessern."
183
-
184
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:316
185
- msgid "General Information"
186
- msgstr "Allgemeine Information"
187
-
188
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:554
189
- msgid "You are currently running"
190
- msgstr "Momentan genutzt"
191
-
192
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:204
193
- msgid "Active Theme"
194
- msgstr "Aktives Theme"
195
-
196
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:599
197
- msgid "wpForo Website"
198
- msgstr "wpForo Website"
199
-
200
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:505
201
- msgid "Support Forum"
202
- msgstr "Support-Forum"
203
-
204
- #: wpf-admin/dashboard.php:75 wpf-admin/tools-tabs/debug.php:205
205
- #: wpf-includes/wpf-phrases.php:475
206
- msgid "Server Information"
207
- msgstr "Server-Information"
208
-
209
- #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
210
- #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
211
- #: wpf-includes/wpf-phrases.php:232
212
- msgid "Available"
213
- msgstr "Verfügbar"
214
-
215
- #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
216
- msgid ""
217
- "The setTimestamp() method of PHP DateTime class is not available. Please "
218
- "make sure you use PHP 5.4 and higher version on your hosting service."
219
- msgstr ""
220
- "Die Methode setTimestamp () der PHP-DateTime-Klasse ist nicht verfügbar. "
221
- "Bitte stelle sicher, dass du PHP 5.4 oder eine höhere Version auf Ihrem "
222
- "Hosting-Service verwenden."
223
-
224
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:235
225
- msgid "Board Statistic"
226
- msgstr "Foren-Statistik"
227
-
228
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:45
229
- #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:748
230
- #: wpf-includes/wpf-phrases.php:524
231
- msgid "Topics"
232
- msgstr "Themen"
233
-
234
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:46
235
- #: wpf-includes/class-forums.php:748 wpf-includes/wpf-phrases.php:418
236
- msgid "Posts"
237
- msgstr "Beiträge"
238
-
239
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:365
240
- msgid "Members Online"
241
- msgstr "Mitglieder online"
242
-
243
- #: wpf-admin/dashboard.php:163
244
- msgid "Avatars Size"
245
- msgstr "Avatargröße"
246
-
247
- #: wpf-admin/dashboard.php:167
248
- msgid "Default Attachments Size"
249
- msgstr "Standardgröße für Anhänge"
250
-
251
- #: wpf-admin/dashboard.php:173
252
- msgid "Advanced Attachments"
253
- msgstr "Erweiterte Anhänge"
254
-
255
- #: wpf-admin/dashboard.php:174
256
- msgid "file(s)"
257
- msgstr "Datei(en)"
258
-
259
- #: wpf-admin/dashboard.php:177
260
- msgid "Advanced Attachments Size"
261
- msgstr "Größe für erweiterte Anhänge"
262
-
263
- #: wpf-admin/dashboard.php:182
264
- msgid "Total Size"
265
- msgstr "Gesamtgrgröße"
266
-
267
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:800
268
- msgid "Forum Maintenance"
269
- msgstr "Foren-Wartung"
270
-
271
- #: wpf-admin/dashboard.php:194
272
- msgid ""
273
- "This process may take a few seconds or dozens of minutes, please be patient "
274
- "and don't close this page. If you got 500 Server Error please don't worry, "
275
- "the data updating process is still working in MySQL server."
276
- msgstr ""
277
- "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
278
- "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
279
- "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
280
- "auf dem MySQL-Server weiter."
281
-
282
- #: wpf-admin/dashboard.php:207
283
- msgid "Delete All Caches"
284
- msgstr "Alle Caches löschen"
285
-
286
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:802
287
- msgid "Update Forums Statistic"
288
- msgstr "Forums-Statistik aktualisieren"
289
-
290
- #: wpf-admin/dashboard.php:209
291
- msgid "Update Topics Statistic"
292
- msgstr "Themen-Statistik aktualisieren"
293
-
294
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:803
295
- msgid "Update Users Statistic"
296
- msgstr "Benutzer-Statistik aktualisieren"
297
-
298
- #: wpf-admin/dashboard.php:211
299
- msgid "Rebuild Phrases"
300
- msgstr ""
301
-
302
- #: wpf-admin/dashboard.php:212 wpf-includes/wpf-phrases.php:804
303
- msgid "Delete Phrase Cache"
304
- msgstr "Lösche den Übersetzungs-Cache"
305
-
306
- #: wpf-admin/dashboard.php:213 wpf-includes/wpf-phrases.php:825
307
- msgid "Delete User Cache"
308
- msgstr "Lösche Benutzer-Cache"
309
-
310
- #: wpf-admin/dashboard.php:214
311
- msgid "Synch User Profiles"
312
- msgstr "Benutzerprofile synchronisieren"
313
-
314
- #: wpf-admin/dashboard.php:215
315
- msgid "Rebuild Threads"
316
- msgstr ""
317
-
318
- #: wpf-admin/deactivation-dialog.php:9
319
- msgid "Plugin Usage Feedback"
320
- msgstr "Feedback zur Plugin-Nutzung"
321
-
322
- #: wpf-admin/deactivation-dialog.php:18
323
- msgid ""
324
- "Please let us know why you are deactivating. Choosing one of the options "
325
- "below you will help us make it better for you and for other users."
326
- msgstr ""
327
- "Teile uns bitte mit, warum du die Deaktivierung durchführst. Wenn du eine "
328
- "der folgenden Optionen auswählst, hilfst du uns, dies für dich und andere "
329
- "Benutzer zu verbessern."
330
-
331
- #: wpf-admin/deactivation-dialog.php:24
332
- msgid "I'll reactivate it later"
333
- msgstr "Ich reaktiviere es später"
334
-
335
- #: wpf-admin/deactivation-dialog.php:28
336
- msgid "The plugin is not working"
337
- msgstr "Das PlugIn funktioniert nicht"
338
-
339
- #: wpf-admin/deactivation-dialog.php:30
340
- msgid "What kind of problems do you have?"
341
- msgstr "Welcher Art sind deine Probleme?"
342
-
343
- #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
344
- #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
345
- #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
346
- #: wpf-admin/deactivation-dialog.php:144
347
- msgid ""
348
- "If you want us to contact you please click on \"I agree to receive email\" "
349
- "checkbox, then fill out your email. We'll try to do our best to help you "
350
- "with problems."
351
- msgstr ""
352
-
353
- #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
354
- #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
355
- #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
356
- #: wpf-admin/deactivation-dialog.php:146
357
- msgid "I agree to receive email"
358
- msgstr ""
359
-
360
- #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
361
- #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
362
- #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
363
- #: wpf-admin/deactivation-dialog.php:151
364
- msgid "email for feedback"
365
- msgstr ""
366
-
367
- #: wpf-admin/deactivation-dialog.php:46
368
- msgid "It's not what I was looking for"
369
- msgstr "Es ist nicht das, was ich gesucht habe"
370
-
371
- #: wpf-admin/deactivation-dialog.php:50
372
- msgid "I couldn't understand how to make it work"
373
- msgstr "Ich verstehe nicht, wie ich das zum Laufen kriegen kann"
374
-
375
- #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
376
- msgid "What type of features you want to be in the plugin?"
377
- msgstr "Welche Art von Funktionen möchtest du im Plugin haben?"
378
-
379
- #: wpf-admin/deactivation-dialog.php:68
380
- msgid "The plugin is great, but I need specific features"
381
- msgstr "Das Plugin ist großartig, aber ich benötige spezielle Funktionen"
382
-
383
- #: wpf-admin/deactivation-dialog.php:86
384
- msgid "I didn't like plugin design"
385
- msgstr "Ich mag das Plugin-Design nicht"
386
-
387
- #: wpf-admin/deactivation-dialog.php:88
388
- msgid "What part of design you don't like or want to change?"
389
- msgstr "Welcher Teil des Designs gefällt dir nicht oder möchtest du ändern?"
390
-
391
- #: wpf-admin/deactivation-dialog.php:104
392
- msgid "The plugin works very slow"
393
- msgstr "Das Plugin arbeitet sehr langsam"
394
-
395
- #: wpf-admin/deactivation-dialog.php:106
396
- msgid ""
397
- "Could you please describe which features of the plugin slows down your "
398
- "website?"
399
- msgstr ""
400
- "Kannst du bitte beschreiben, welche Funktionen des Plugins deine Website "
401
- "verlangsamen?"
402
-
403
- #: wpf-admin/deactivation-dialog.php:122
404
- msgid "I found a better plugin"
405
- msgstr "Ich habe ein besseres Plugin gefunden"
406
-
407
- #: wpf-admin/deactivation-dialog.php:124
408
- msgid "Please provide a plugin name or URL"
409
- msgstr "Bitte gebe einen Plugin-Namen oder eine URL an"
410
-
411
- #: wpf-admin/deactivation-dialog.php:140
412
- msgid "Other"
413
- msgstr "Anderes"
414
-
415
- #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1366
416
- msgid "Please provide more information"
417
- msgstr "Bitte gebe uns weitere Informationen"
418
-
419
- #: wpf-admin/deactivation-dialog.php:158
420
- msgid "Dismiss and never show again"
421
- msgstr "Verwerfen und nie wieder zeigen"
422
-
423
- #: wpf-admin/deactivation-dialog.php:159
424
- msgid "Submit &amp; Deactivate"
425
- msgstr "Senden &amp; Deaktivieren"
426
-
427
- #: wpf-admin/deactivation-dialog.php:162
428
- msgid "Thank you for your feedback!"
429
- msgstr "Danke für deine Rückmeldung!"
430
-
431
- #: wpf-admin/forum.php:15 wpf-includes/functions.php:893
432
- #: wpf-includes/wpf-phrases.php:487
433
- msgid "Show on screen"
434
- msgstr "Auf Bildschirm anzeigen"
435
-
436
- #: wpf-admin/forum.php:17 wpf-admin/forum.php:189
437
- #: wpf-includes/wpf-phrases.php:299
438
- msgid "Forum Options"
439
- msgstr "Forums-Optionen"
440
-
441
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:409
442
- msgid "Permissions"
443
- msgstr "Berechtigungen"
444
-
445
- #: wpf-admin/forum.php:19 wpf-includes/wpf-phrases.php:492
446
- msgid "Slug"
447
- msgstr "Slug"
448
-
449
- #: wpf-admin/forum.php:20 wpf-includes/wpf-phrases.php:298
450
- msgid "Forum Meta"
451
- msgstr "Forums-Metadaten"
452
-
453
- #: wpf-admin/forum.php:23 wpf-includes/wpf-phrases.php:459
454
- msgid "Screen Layout"
455
- msgstr "Bildschirm-Layout"
456
-
457
- #: wpf-admin/forum.php:24 wpf-includes/wpf-phrases.php:395
458
- msgid "Number of Columns"
459
- msgstr "Anzahl der Spalten"
460
-
461
- #: wpf-admin/forum.php:34 wpf-includes/functions.php:907
462
- #: wpf-includes/wpf-phrases.php:460
463
- msgid "Screen Options"
464
- msgstr "Bildschirm-Optionen"
465
-
466
- #: wpf-admin/forum.php:45 wpf-includes/wpf-phrases.php:237
467
- msgid "Categories and Forums"
468
- msgstr "Kategorien und Foren"
469
-
470
- #: wpf-admin/forum.php:46 wpf-admin/options-tabs/general.php:99
471
- #: wpf-admin/phrase.php:15 wpf-admin/usergroup.php:13
472
- #: wpf-includes/wpf-phrases.php:206
473
- msgid "Add New"
474
- msgstr "Neu hinzufügen"
475
-
476
- #: wpf-admin/forum.php:56 wpf-admin/forum.php:189 wpf-admin/forum.php:237
477
- #: wpf-admin/forum.php:277 wpf-admin/forum.php:300 wpf-admin/forum.php:309
478
- #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
479
- #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
480
- #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
481
- #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/features.php:77
482
- #: wpf-admin/options-tabs/general.php:15 wpf-admin/options-tabs/general.php:19
483
- #: wpf-admin/options-tabs/general.php:24 wpf-admin/options-tabs/general.php:34
484
- #: wpf-admin/options-tabs/general.php:81 wpf-admin/options-tabs/general.php:92
485
- #: wpf-admin/options-tabs/members.php:14 wpf-admin/options-tabs/members.php:28
486
- #: wpf-admin/options-tabs/members.php:47 wpf-admin/options-tabs/members.php:88
487
- #: wpf-admin/options-tabs/posts.php:139 wpf-admin/options-tabs/posts.php:144
488
- #: wpf-admin/options-tabs/posts.php:151 wpf-admin/options-tabs/posts.php:157
489
- #: wpf-admin/options-tabs/posts.php:162 wpf-admin/options-tabs/posts.php:169
490
- #: wpf-admin/options-tabs/posts.php:184 wpf-admin/options-tabs/posts.php:200
491
- #: wpf-admin/options-tabs/styles.php:44 wpf-admin/usergroup.php:29
492
- #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
493
- #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
494
- #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
495
- #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
496
- #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
497
- #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
498
- #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:130
499
- #: wpf-themes/classic/functions.php:140
500
- msgid "Read the documentation"
501
- msgstr "Lese die Dokumentation"
502
-
503
- #: wpf-admin/forum.php:58
504
- msgid "Important Tips"
505
- msgstr "Wichtige Tipps"
506
-
507
- #: wpf-admin/forum.php:59 wpf-includes/wpf-phrases.php:411
508
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
509
- msgstr ""
510
- "Bitte ziehe die Forenpanels per Drag & Drop, um die Hierarchie festzulegen."
511
-
512
- #: wpf-admin/forum.php:60
513
- msgid ""
514
- "If a category (blue panels) does not have forums (grey panels) it will not "
515
- "be displayed on front-end. Each category should contain at least one forum."
516
- msgstr ""
517
- "Wenn eine Kategorie (blaue Felder) keine Foren (graue Felder) hat, wird sie "
518
- "im Front-End nicht angezeigt. Jede Kategorie sollte mindestens ein Forum "
519
- "enthalten."
520
-
521
- #: wpf-admin/forum.php:61
522
- msgid ""
523
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
524
- "Threaded), just edit the top (blue panels) category and set the layout you "
525
- "want. Child forums' layout depends on the top category (blue panels) layout. "
526
- "They cannot have a different layout."
527
- msgstr ""
528
-
529
- #: wpf-admin/forum.php:77 wpf-includes/wpf-phrases.php:458
530
- msgid "Save forums order and hierarchy"
531
- msgstr "Foren-Reihenfolge und Hierarchie speichern"
532
-
533
- #: wpf-admin/forum.php:173 wpf-includes/wpf-phrases.php:273
534
- msgid "Enter forum title here"
535
- msgstr "Forumstitel hier eingeben"
536
-
537
- #: wpf-admin/forum.php:178 wpf-includes/wpf-phrases.php:272
538
- msgid "Enter description here . . ."
539
- msgstr "Beschreibung hier eingeben . . ."
540
-
541
- #: wpf-admin/forum.php:179 wpf-includes/wpf-phrases.php:515
542
- msgid ""
543
- "This is a forum description. This content will be displayed under forum "
544
- "title on the forum list."
545
- msgstr ""
546
- "Dies ist eine Forums-Beschreibung. Der Inhalt wird unter dem Forentitel in "
547
- "der Forenliste angezeigt."
548
-
549
- #: wpf-admin/forum.php:192 wpf-includes/wpf-phrases.php:407
550
- msgid "Parent Forum"
551
- msgstr "Übergeordnetes Forum"
552
-
553
- #: wpf-admin/forum.php:195 wpf-includes/wpf-phrases.php:390
554
- msgid "No parent"
555
- msgstr "Kein übergeordnetes Forum"
556
-
557
- #: wpf-admin/forum.php:200 wpf-includes/wpf-phrases.php:532
558
- msgid "Use as Category"
559
- msgstr "Als Kategorie nutzen"
560
-
561
- #: wpf-admin/forum.php:202 wpf-admin/forum.php:275
562
- #: wpf-includes/wpf-phrases.php:238
563
- msgid "Category Layout"
564
- msgstr "Kategorie-Layout"
565
-
566
- #: wpf-admin/forum.php:210 wpf-includes/wpf-phrases.php:388
567
- msgid "No layout found."
568
- msgstr "Kein Layout gefunden."
569
-
570
- #: wpf-admin/forum.php:219 wpf-admin/forum.php:227
571
- #: wpf-includes/wpf-phrases.php:420
572
- msgid "Publish"
573
- msgstr "Veröffentlichen"
574
-
575
- #: wpf-admin/forum.php:223 wpf-includes/wpf-phrases.php:223
576
- msgid "Are you sure you want to delete this forum?"
577
- msgstr "Bist du dir sicher, dass du dieses Forum löschen möchtest?"
578
-
579
- #: wpf-admin/forum.php:223 wpf-admin/includes/member-listtable.php:91
580
- #: wpf-admin/includes/member-listtable.php:235
581
- #: wpf-admin/includes/moderation-listtable.php:92
582
- #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
583
- #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
584
- #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1359
585
- #: wpf-includes/wpf-phrases.php:252
586
- msgid "Delete"
587
- msgstr "Löschen"
588
-
589
- #: wpf-admin/forum.php:224 wpf-admin/includes/moderation-listtable.php:83
590
- #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:768
591
- #: wpf-includes/wpf-phrases.php:541
592
- msgid "View"
593
- msgstr "Ansicht"
594
-
595
- #: wpf-admin/forum.php:225 wpf-admin/phrase.php:108
596
- #: wpf-includes/wpf-phrases.php:529
597
- msgid "Update"
598
- msgstr "Update"
599
-
600
- #: wpf-admin/forum.php:237
601
- msgid "Forum Permissions"
602
- msgstr "Forums-Berechtigungen"
603
-
604
- #: wpf-admin/forum.php:247
605
- msgid "Additional Options"
606
- msgstr ""
607
-
608
- #: wpf-admin/forum.php:250
609
- msgid "Forum Color"
610
- msgstr ""
611
-
612
- #: wpf-admin/forum.php:270
613
- msgid "Current Layout of this Category"
614
- msgstr ""
615
-
616
- #: wpf-admin/forum.php:272
617
- msgid "Current Layout of this Forum (inherited from parent category)"
618
- msgstr ""
619
-
620
- #: wpf-admin/forum.php:294
621
- msgid ""
622
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
623
- "Threaded). Use the \"Category Layout\" dropdown located on the top right "
624
- "section to set the layout you want. This option is only available for "
625
- "Categories (top parent forums). Other forums and sub-forums inherit it. They "
626
- "cannot have a different layout, therefore the layout dropdown option becomes "
627
- "disabled if this forum is not a Category."
628
- msgstr ""
629
-
630
- #: wpf-admin/forum.php:300 wpf-includes/wpf-phrases.php:304
631
- msgid "Forum Slug"
632
- msgstr "Forums-Slug"
633
-
634
- #: wpf-admin/forum.php:303 wpf-includes/wpf-phrases.php:508
635
- msgid ""
636
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
637
- "lowercase and contains only letters, numbers, and hyphens."
638
- msgstr ""
639
- "\"Slug\" ist die URL-freundliche Version des Namens. Er enthält in der Regel "
640
- "nur Kleinbuchstaben und besteht ausschließlich aus Buchstaben, Zahlen und "
641
- "Bindestrichen."
642
-
643
- #: wpf-admin/forum.php:309
644
- msgid "Forum Icon"
645
- msgstr "Forums-Icon"
646
-
647
- #: wpf-admin/forum.php:312
648
- msgid "Font-awesome Icon"
649
- msgstr "Font-awesome Icon"
650
-
651
- #: wpf-admin/forum.php:314
652
- msgid "You can find all icons"
653
- msgstr "Alle Icons findest du"
654
-
655
- #: wpf-admin/forum.php:314
656
- msgid "here"
657
- msgstr "hier"
658
-
659
- #: wpf-admin/forum.php:314
660
- msgid ""
661
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
662
- "prefix like &quot;fas fa-comments&quot;."
663
- msgstr ""
664
- "Stelle sicher, dass du eine Klasse von Font-awesome Icons einfüg. Sie sollte "
665
- "mit einem Präfix wie &quot; fas fa-comments &quot; beginnen."
666
-
667
- #: wpf-admin/forum.php:321 wpf-includes/wpf-phrases.php:302
668
- msgid "Forum SEO"
669
- msgstr "Forum SEO"
670
-
671
- #: wpf-admin/forum.php:324 wpf-includes/wpf-phrases.php:370
672
- msgid "Meta Description"
673
- msgstr "Meta-Beschreibung"
674
-
675
- #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:514
676
- msgid "This action will also delete all sub-forums, topics and replies."
677
- msgstr "Diese Aktion wird auch alle Unterforen, Themen und Antworten löschen."
678
-
679
- #: wpf-admin/forum.php:360 wpf-includes/wpf-phrases.php:323
680
- msgid ""
681
- "If you want to delete this forum and keep its sub-forums, topics and "
682
- "replies, please select a new target forum in dropdown below"
683
- msgstr ""
684
- "Wenn du dieses Forum löschen und die Unterforen, Themen und Antworten "
685
- "behalten möchtest, wähle bitte ein neues Zielforum im Dropdown-Menü aus"
686
-
687
- #: wpf-admin/forum.php:369 wpf-includes/wpf-phrases.php:212
688
- msgid ""
689
- "All sub-forums, topics and replies will be attached to selected forum. "
690
- "Layout will be inherited from this forum."
691
- msgstr ""
692
- "Alle Unterforen, Themen und Antworten werden an das ausgewählte Forum "
693
- "angehängt. Das Layout wird von diesem Forum vererbt."
694
-
695
- #: wpf-admin/includes/member-listtable.php:53
696
- #: wpf-admin/includes/phrase-listtable.php:53 wpf-includes/wpf-phrases.php:1000
697
- msgid "default"
698
- msgstr "Standard"
699
-
700
- #: wpf-admin/includes/member-listtable.php:87
701
- msgid "Edit User"
702
- msgstr ""
703
-
704
- #: wpf-admin/includes/member-listtable.php:88
705
- msgid "Edit Profile"
706
- msgstr ""
707
-
708
- #: wpf-admin/includes/member-listtable.php:89
709
- msgid "Ban User"
710
- msgstr ""
711
-
712
- #: wpf-admin/includes/member-listtable.php:89
713
- msgid "Are you sure, you want to BAN this user?"
714
- msgstr ""
715
-
716
- #: wpf-admin/includes/member-listtable.php:89
717
- #: wpf-admin/includes/member-listtable.php:233
718
- msgid "Ban"
719
- msgstr ""
720
-
721
- #: wpf-admin/includes/member-listtable.php:90
722
- msgid "Unban User"
723
- msgstr ""
724
-
725
- #: wpf-admin/includes/member-listtable.php:90
726
- msgid "Are you sure, you want to UNBAN this user?"
727
- msgstr ""
728
-
729
- #: wpf-admin/includes/member-listtable.php:90
730
- #: wpf-admin/includes/member-listtable.php:234
731
- msgid "Unban"
732
- msgstr ""
733
-
734
- #: wpf-admin/includes/member-listtable.php:91
735
- msgid "Delete User"
736
- msgstr ""
737
-
738
- #: wpf-admin/includes/member-listtable.php:154
739
- #: wpf-admin/includes/moderation-listtable.php:136
740
- #: wpf-admin/includes/phrase-listtable.php:124 wpf-admin/usergroup.php:40
741
- msgid "ID"
742
- msgstr "ID"
743
-
744
- #: wpf-admin/includes/member-listtable.php:155 wpf-includes/wpf-phrases.php:257
745
- msgid "Display Name"
746
- msgstr "Angezeigter Name"
747
-
748
- #: wpf-admin/includes/member-listtable.php:156 wpf-includes/wpf-phrases.php:347
749
- msgid "Login"
750
- msgstr "Anmelden"
751
-
752
- #: wpf-admin/includes/member-listtable.php:157 wpf-includes/wpf-phrases.php:261
753
- msgid "Email"
754
- msgstr "E-Mail"
755
-
756
- #: wpf-admin/includes/member-listtable.php:158 wpf-includes/wpf-phrases.php:317
757
- msgid "Group"
758
- msgstr "Gruppe"
759
-
760
- #: wpf-admin/includes/member-listtable.php:159 wpf-admin/usergroup.php:157
761
- #: wpf-includes/wpf-phrases.php:17
762
- msgid "Status"
763
- msgstr "Status"
764
-
765
- #: wpf-admin/includes/member-listtable.php:160
766
- msgid "Last Login"
767
- msgstr ""
768
-
769
- #: wpf-admin/includes/member-listtable.php:161 wpf-includes/wpf-phrases.php:829
770
- msgid "Forum Posts"
771
- msgstr "Forumsbeiträge"
772
-
773
- #: wpf-admin/includes/member-listtable.php:162 wpf-includes/wpf-phrases.php:830
774
- msgid "Blog Posts"
775
- msgstr "Blog-Beiträge"
776
-
777
- #: wpf-admin/includes/member-listtable.php:163 wpf-includes/wpf-phrases.php:831
778
- msgid "Blog Comments"
779
- msgstr "Blog-Kommentare"
780
-
781
- #: wpf-admin/includes/member-listtable.php:258
782
- msgid "Change usergroup to…"
783
- msgstr ""
784
-
785
- #: wpf-admin/includes/member-listtable.php:261
786
- msgid "Change"
787
- msgstr ""
788
-
789
- #: wpf-admin/includes/member-listtable.php:370 wpf-includes/functions.php:498
790
- #: wpf-includes/wpf-phrases.php:536
791
- msgid "filter by group"
792
- msgstr "Filter nach Gruppe"
793
-
794
- #: wpf-admin/includes/member-listtable.php:391 wpf-includes/functions.php:510
795
- msgid "filter by status"
796
- msgstr "Filter nach Status"
797
-
798
- #: wpf-admin/includes/moderation-listtable.php:55
799
- msgid "TOPIC"
800
- msgstr ""
801
-
802
- #: wpf-admin/includes/moderation-listtable.php:55
803
- msgid "POST"
804
- msgstr ""
805
-
806
- #: wpf-admin/includes/moderation-listtable.php:57
807
- msgid "YES"
808
- msgstr ""
809
-
810
- #: wpf-admin/includes/moderation-listtable.php:57
811
- msgid "NO"
812
- msgstr ""
813
-
814
- #: wpf-admin/includes/moderation-listtable.php:86
815
- #: wpf-admin/includes/moderation-listtable.php:189
816
- msgid "Approve"
817
- msgstr ""
818
-
819
- #: wpf-admin/includes/moderation-listtable.php:89
820
- #: wpf-admin/includes/moderation-listtable.php:191
821
- msgid "Unapprove"
822
- msgstr ""
823
-
824
- #: wpf-admin/includes/moderation-listtable.php:92
825
- #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
826
- #: wpf-includes/wpf-phrases.php:227
827
- msgid "Are you sure you want to DELETE this item?"
828
- msgstr "Bist du sicher, dass du dieses Element LÖSCHEN möchtest?"
829
-
830
- #: wpf-admin/includes/moderation-listtable.php:137
831
- #: wpf-includes/functions-template.php:363
832
- #: wpf-includes/functions-template.php:400
833
- #: wpf-includes/functions-template.php:465
834
- #: wpf-includes/functions-template.php:610
835
- #: wpf-includes/functions-template.php:858
836
- #: wpf-includes/functions-template.php:957
837
- #: wpf-includes/functions-template.php:1013 wpf-includes/wpf-phrases.php:520
838
- msgid "Title"
839
- msgstr "Titel"
840
-
841
- #: wpf-admin/includes/moderation-listtable.php:138
842
- #: wpf-includes/functions.php:613 wpf-includes/functions.php:616
843
- #: wpf-includes/functions.php:633 wpf-includes/functions.php:636
844
- msgid "Type"
845
- msgstr "Typ"
846
-
847
- #: wpf-admin/includes/moderation-listtable.php:139
848
- msgid "Created By"
849
- msgstr ""
850
-
851
- #: wpf-admin/includes/moderation-listtable.php:140
852
- msgid "Created"
853
- msgstr ""
854
-
855
- #: wpf-admin/includes/moderation-listtable.php:141
856
- msgid "Private"
857
- msgstr ""
858
-
859
- #: wpf-admin/includes/moderation-listtable.php:295
860
- msgid "All Users"
861
- msgstr ""
862
-
863
- #: wpf-admin/includes/phrase-listtable.php:79
864
- #: wpf-admin/includes/phrase-listtable.php:173 wpf-admin/usergroup.php:73
865
- #: wpf-includes/wpf-phrases.php:259
866
- msgid "Edit"
867
- msgstr "Bearbeiten"
868
-
869
- #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
870
- msgid "Original"
871
- msgstr ""
872
-
873
- #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
874
- msgid "Translation"
875
- msgstr ""
876
-
877
- #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
878
- msgid "Package"
879
- msgstr ""
880
-
881
- #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
882
- msgid "Language"
883
- msgstr ""
884
-
885
- #: wpf-admin/includes/phrase-listtable.php:270 wpf-includes/functions.php:526
886
- msgid "filter by package"
887
- msgstr "Filter nach Paket"
888
-
889
- #: wpf-admin/member.php:17 wpf-admin/moderation.php:17
890
- #: wpf-admin/options-tabs/members.php:41 wpf-admin/phrase.php:120
891
- msgid "Filter"
892
- msgstr "Filter"
893
-
894
- #: wpf-admin/member.php:51 wpf-includes/functions.php:455
895
- msgid "All"
896
- msgstr ""
897
-
898
- #: wpf-admin/member.php:57 wpf-includes/functions.php:456
899
- #: wpf-includes/wpf-phrases.php:783
900
- msgid "Active"
901
- msgstr "Aktiv"
902
-
903
- #: wpf-admin/member.php:63 wpf-admin/themes.php:45
904
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:324
905
- msgid "Inactive"
906
- msgstr "Inaktiv"
907
-
908
- #: wpf-admin/member.php:69 wpf-includes/functions.php:458
909
- msgid "Banned"
910
- msgstr "Gesperrt"
911
-
912
- #: wpf-admin/moderation.php:10
913
- msgid "Topic and Post Moderation"
914
- msgstr "Themen- und Beitragsmoderation"
915
-
916
- #: wpf-admin/moderation.php:40 wpf-includes/functions.php:444
917
- msgid "Unapproved"
918
- msgstr "Nicht genehmigt"
919
-
920
- #: wpf-admin/moderation.php:46 wpf-includes/functions.php:445
921
- msgid "Published"
922
- msgstr "Veröffentlicht"
923
-
924
- #: wpf-admin/options-tabs/accesses.php:17 wpf-includes/wpf-phrases.php:207
925
- msgid "Add New Forum Access"
926
- msgstr "Neuen Forumszugriff hinzufügen"
927
-
928
- #: wpf-admin/options-tabs/accesses.php:25 wpf-includes/wpf-phrases.php:201
929
- msgid "Access names"
930
- msgstr "Name des Zugriffs"
931
-
932
- #: wpf-admin/options-tabs/accesses.php:30
933
- msgid ""
934
- "Forum Accesses are designed to do a Forum specific user permission control. "
935
- "These are set of permissions which are attached to certain Usergeoup in each "
936
- "forum. Thus users can have different permissions in different forums based "
937
- "on their Usergroup."
938
- msgstr ""
939
- "Forums-Zugriffe dienen zur Steuerung der Forum-spezifischen "
940
- "Benutzerberechtigung. Hierbei handelt es sich um eine Reihe von "
941
- "Berechtigungen, die an bestimmte Benutzergruppen in jedem Forum gebunden "
942
- "sind. Somit können Benutzer basierend auf ihrer Benutzergruppe "
943
- "unterschiedliche Berechtigungen in verschiedenen Foren haben."
944
-
945
- #: wpf-admin/options-tabs/accesses.php:44
946
- #: wpf-admin/options-tabs/accesses.php:45
947
- #: wpf-admin/options-tabs/accesses.php:46
948
- msgid "This access is usually used for "
949
- msgstr "Dieser Zugriff wird normalerweise verwendet für "
950
-
951
- #: wpf-admin/options-tabs/accesses.php:44
952
- msgid "Guests"
953
- msgstr "Gäste"
954
-
955
- #: wpf-admin/options-tabs/accesses.php:44
956
- #: wpf-admin/options-tabs/accesses.php:45
957
- #: wpf-admin/options-tabs/accesses.php:46
958
- msgid "usergroup"
959
- msgstr "Benutzergruppe"
960
-
961
- #: wpf-admin/options-tabs/accesses.php:45 wpf-includes/wpf-phrases.php:812
962
- msgid "Registered"
963
- msgstr "Registriert"
964
-
965
- #: wpf-admin/options-tabs/accesses.php:46 wpf-includes/wpf-phrases.php:810
966
- msgid "Admin"
967
- msgstr "Admin"
968
-
969
- #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:756
970
- #: wpf-includes/functions.php:690 wpf-includes/wpf-phrases.php:567
971
- msgid "edit"
972
- msgstr "bearbeiten"
973
-
974
- #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:225
975
- msgid ""
976
- "Are you sure you want to remove this access set? Usergroups which attached "
977
- "to this access will lost all forum permissions."
978
- msgstr ""
979
- "Möchtest du diesen Zugriffssatz wirklich entfernen? Benutzergruppen, die an "
980
- "diesen Zugriff angehängt sind, verlieren alle Forum-Berechtigungen."
981
-
982
- #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:762
983
- #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
984
- #: wpf-includes/wpf-phrases.php:566
985
- msgid "delete"
986
- msgstr "löschen"
987
-
988
- #: wpf-admin/options-tabs/accesses.php:87 wpf-includes/wpf-phrases.php:200
989
- msgid "Access name"
990
- msgstr "Name des Zugriffs"
991
-
992
- #: wpf-admin/options-tabs/accesses.php:109 wpf-admin/usergroup.php:396
993
- msgid "save"
994
- msgstr "speichern"
995
-
996
- #: wpf-admin/options-tabs/api.php:23
997
- msgid "Facebook API Configuration"
998
- msgstr "Facebook API Konfiguration"
999
-
1000
- #: wpf-admin/options-tabs/api.php:24
1001
- msgid ""
1002
- "In order to get an App ID and Secret Key from Facebook, you’ll need to "
1003
- "register a new application. Don’t worry – its very easy, and your "
1004
- "application doesn't need to do anything. We only need the keys."
1005
- msgstr ""
1006
- "Um eine App-ID und einen geheimen Schlüssel von Facebook zu erhalten, musst "
1007
- "du eine neue Anwendung registrieren. Keine Sorge, es ist sehr einfach und "
1008
- "deine Anwendung muss nichts tun. Wir brauchen nur die Schlüssel."
1009
-
1010
- #: wpf-admin/options-tabs/api.php:24
1011
- msgid "Please follow to this instruction"
1012
- msgstr "Bitte folge dieser Anleitung"
1013
-
1014
- #: wpf-admin/options-tabs/api.php:27
1015
- msgid "App ID"
1016
- msgstr "App ID"
1017
-
1018
- #: wpf-admin/options-tabs/api.php:28
1019
- msgid "App Secret"
1020
- msgstr "App Secret"
1021
-
1022
- #: wpf-admin/options-tabs/api.php:33
1023
- msgid "Facebook Login"
1024
- msgstr "Facebook Login"
1025
-
1026
- #: wpf-admin/options-tabs/api.php:34
1027
- msgid "Adds Facebook Login button on Registration and Login pages."
1028
- msgstr ""
1029
- "Fügt den Facebook-Login-Button auf den Registrierungs- und Anmeldeseiten "
1030
- "hinzu."
1031
-
1032
- #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
1033
- #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
1034
- #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:152
1035
- #: wpf-admin/options-tabs/forums.php:21 wpf-admin/options-tabs/members.php:95
1036
- #: wpf-admin/options-tabs/posts.php:54 wpf-admin/options-tabs/posts.php:74
1037
- #: wpf-admin/options-tabs/posts.php:86 wpf-admin/options-tabs/posts.php:108
1038
- #: wpf-admin/options-tabs/posts.php:120 wpf-admin/options-tabs/posts.php:132
1039
- #: wpf-admin/options-tabs/posts.php:215 wpf-admin/options-tabs/posts.php:224
1040
- #: wpf-admin/tools-tabs/legal.php:50 wpf-admin/tools-tabs/legal.php:62
1041
- #: wpf-admin/tools-tabs/legal.php:84 wpf-admin/tools-tabs/legal.php:119
1042
- #: wpf-admin/tools-tabs/legal.php:131 wpf-admin/tools-tabs/legal.php:150
1043
- msgid "Enable"
1044
- msgstr "Freischalten"
1045
-
1046
- #: wpf-admin/options-tabs/api.php:39 wpf-admin/options-tabs/api.php:51
1047
- #: wpf-admin/options-tabs/api.php:62 wpf-admin/options-tabs/api.php:73
1048
- #: wpf-admin/options-tabs/api.php:146 wpf-admin/options-tabs/api.php:153
1049
- #: wpf-admin/options-tabs/forums.php:22 wpf-admin/options-tabs/members.php:96
1050
- #: wpf-admin/options-tabs/posts.php:55 wpf-admin/options-tabs/posts.php:75
1051
- #: wpf-admin/options-tabs/posts.php:87 wpf-admin/options-tabs/posts.php:109
1052
- #: wpf-admin/options-tabs/posts.php:121 wpf-admin/options-tabs/posts.php:133
1053
- #: wpf-admin/options-tabs/posts.php:216 wpf-admin/options-tabs/posts.php:225
1054
- #: wpf-admin/tools-tabs/legal.php:51 wpf-admin/tools-tabs/legal.php:63
1055
- #: wpf-admin/tools-tabs/legal.php:85 wpf-admin/tools-tabs/legal.php:120
1056
- #: wpf-admin/tools-tabs/legal.php:132 wpf-admin/tools-tabs/legal.php:151
1057
- msgid "Disable"
1058
- msgstr "Abschalten"
1059
-
1060
- #: wpf-admin/options-tabs/api.php:45
1061
- msgid "Facebook SDK for JavaScript"
1062
- msgstr "Facebook SDK für JavaScript"
1063
-
1064
- #: wpf-admin/options-tabs/api.php:46
1065
- msgid "Facebook API connection script (sharing, login, cross-posting...)"
1066
- msgstr "Facebook API-Verbindungs-Skript (Teilen, Anmelden, Crossposting ...)"
1067
-
1068
- #: wpf-admin/options-tabs/api.php:57
1069
- msgid "Facebook Login button on User Login page"
1070
- msgstr "Facebook Login-Button auf der Benutzer-Login-Seite"
1071
-
1072
- #: wpf-admin/options-tabs/api.php:68
1073
- msgid "Facebook Login button on User Registration page"
1074
- msgstr "Facebook Login-Button auf der Benutzer-Registrierungs-Seite"
1075
-
1076
- #: wpf-admin/options-tabs/api.php:79
1077
- msgid "Redirect to this page after success login"
1078
- msgstr "Nach erfolgreicher Anmeldung auf diese Seite weiterleiten"
1079
-
1080
- #: wpf-admin/options-tabs/api.php:83 wpf-includes/wpf-phrases.php:819
1081
- msgid "Profile"
1082
- msgstr "Profil"
1083
-
1084
- #: wpf-admin/options-tabs/api.php:85
1085
- msgid "Custom"
1086
- msgstr "Benutzerdefiniert"
1087
-
1088
- #: wpf-admin/options-tabs/api.php:87
1089
- msgid "Custom URL, e.g.: http://example.com/my-page/"
1090
- msgstr "Benutzerdefinierte URL, z. B.: https://beispiel.de/meine-seite/"
1091
-
1092
- #: wpf-admin/options-tabs/api.php:87
1093
- msgid "Custom URL"
1094
- msgstr "Benutzerdefinierte URL"
1095
-
1096
- #: wpf-admin/options-tabs/api.php:94
1097
- msgid "Share Buttons"
1098
- msgstr "Share Buttons"
1099
-
1100
- #: wpf-admin/options-tabs/api.php:103
1101
- msgid "Active Share Buttons"
1102
- msgstr "Aktive Share Buttons"
1103
-
1104
- #: wpf-admin/options-tabs/api.php:104
1105
- msgid ""
1106
- "Check the checkbox below share options to activate. <b>Please note, that the "
1107
- "Facebook share button cannot be activated without Facebook API ID.</b> "
1108
- "Please follow to the \"Facebook API Configuration\" option instruction above "
1109
- "and fill the API ID field in order to activate Facebook Share button."
1110
- msgstr ""
1111
- "Aktiviere das Kontrollkästchen unter den Buttons, um sie zu aktivieren. "
1112
- "<b>Bitte beachte, dass der Facebook-Button ohne die Facebook-API-ID nicht "
1113
- "aktiviert werden kann.</b> Befolge die Anweisungen oben unter \"Facebook-API-"
1114
- "Konfiguration\" und fülle das API-ID-Feld aus, um den Facebook-Button zu "
1115
- "aktivieren."
1116
-
1117
- #: wpf-admin/options-tabs/api.php:138
1118
- msgid "Enable Share Buttons"
1119
- msgstr "Share Buttons aktivieren"
1120
-
1121
- #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
1122
- #: wpf-admin/options-tabs/api.php:217
1123
- msgid "General Share Buttons"
1124
- msgstr "Allgemeine Share Buttons"
1125
-
1126
- #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
1127
- #: wpf-admin/options-tabs/api.php:229
1128
- msgid "Post Sharing Toggle"
1129
- msgstr "Beitragsfreigabe-Schalter"
1130
-
1131
- #: wpf-admin/options-tabs/api.php:162
1132
- msgid ""
1133
- "General share buttons are forum and topic sharing buttons. They are located "
1134
- "on the top and the bottom of each page. You can manage location of these "
1135
- "buttons using \"Share Buttons Location\" options bellow."
1136
- msgstr ""
1137
- "Allgemeine Share Buttons sind Forum- und Themen-Share-Buttons. Sie befinden "
1138
- "sich oben und unten auf jeder Seite. Du kannst die Position dieser Buttons "
1139
- "mithilfe unter \"Position der Share-Buttons\" festlegen."
1140
-
1141
- #: wpf-admin/options-tabs/api.php:166
1142
- msgid "Grey"
1143
- msgstr "Grau"
1144
-
1145
- #: wpf-admin/options-tabs/api.php:167
1146
- msgid "Colored"
1147
- msgstr "Farbig"
1148
-
1149
- #: wpf-admin/options-tabs/api.php:170
1150
- msgid "Icon"
1151
- msgstr "Icon"
1152
-
1153
- #: wpf-admin/options-tabs/api.php:171
1154
- msgid "Button"
1155
- msgstr "Button"
1156
-
1157
- #: wpf-admin/options-tabs/api.php:172
1158
- msgid "Button &amp; Count"
1159
- msgstr "Button &amp; Zähler"
1160
-
1161
- #: wpf-admin/options-tabs/api.php:179
1162
- msgid ""
1163
- "Post sharing toggle allows you to share posts individually. You can see post "
1164
- "sharing toggles on the left, right side or in top bar of each post. The "
1165
- "toggle blue color is the current primary color (#12) of your forum style. "
1166
- "For example, if you use the red forum style, the color of all share toggles "
1167
- "will be red. This doesn't affect share button colors. They are always grey "
1168
- "with original colors on mouse hover."
1169
- msgstr ""
1170
- "Mit dem Beitragsfreigabe-Schalter kannst du Beiträge einzeln teilen. Links, "
1171
- "rechts oder in der oberen Leiste jedes Beitrags siehst du die Schalter für "
1172
- "die gemeinsame Nutzung von Beiträgen. Die Farbe Blau für die Schalter ist "
1173
- "die aktuelle Grundfarbe (Nr. 12) deines Forums-Stils. Wenn du zum Beispiel "
1174
- "den roten Forums-Stil verwenden, ist die Farbe aller Schalter rot. Dies "
1175
- "wirkt sich nicht auf die Farben der Share-Buttons aus. Sie sind immer grau "
1176
- "mit Originalfarben, wenn du mit der Maus darüber fährst."
1177
-
1178
- #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1179
- #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1180
- #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:134
1181
- msgid "Collapsed"
1182
- msgstr "Eingeklappt"
1183
-
1184
- #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1185
- #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1186
- #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:133
1187
- msgid "Expanded"
1188
- msgstr "Erweitert"
1189
-
1190
- #: wpf-admin/options-tabs/api.php:204
1191
- msgid "Mixed"
1192
- msgstr "Gemischt"
1193
-
1194
- #: wpf-admin/options-tabs/api.php:205
1195
- msgid "Figure"
1196
- msgstr "Darstellung"
1197
-
1198
- #: wpf-admin/options-tabs/api.php:206
1199
- msgid "Square"
1200
- msgstr "Quadrat"
1201
-
1202
- #: wpf-admin/options-tabs/api.php:212
1203
- msgid "Share Button Locations"
1204
- msgstr "Position der Share-Buttons"
1205
-
1206
- #: wpf-admin/options-tabs/api.php:213
1207
- msgid ""
1208
- "The post sharing toggle can be displayed either on the left side or on the "
1209
- "top of each post. The general share buttons can be displayed on both (top "
1210
- "and bottom) locations."
1211
- msgstr ""
1212
- "Der Beitragsfreigabe-Schalter kann entweder auf der linken Seite oder oben "
1213
- "auf jedem Beitrag angezeigt werden. Die allgemeinen Share-Buttons können "
1214
- "sowohl an der oberen als auch an der unteren Position angezeigt werden."
1215
-
1216
- #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:294
1217
- #: wpf-admin/options-tabs/features.php:98 wpf-admin/options-tabs/forums.php:29
1218
- #: wpf-admin/options-tabs/general.php:106
1219
- #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
1220
- #: wpf-admin/options-tabs/styles.php:131 wpf-admin/tools-tabs/antispam.php:354
1221
- #: wpf-admin/tools-tabs/cleanup.php:51 wpf-admin/tools-tabs/legal.php:181
1222
- #: wpf-admin/tools-tabs/misc.php:139 wpf-includes/wpf-phrases.php:530
1223
- msgid "Update Options"
1224
- msgstr "Aktualisierungs-Einstellungen"
1225
-
1226
- #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:295
1227
- #: wpf-admin/options-tabs/features.php:99 wpf-admin/options-tabs/forums.php:30
1228
- #: wpf-admin/options-tabs/general.php:107
1229
- #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
1230
- #: wpf-admin/options-tabs/styles.php:132 wpf-admin/tools-tabs/antispam.php:355
1231
- #: wpf-admin/tools-tabs/legal.php:182 wpf-admin/tools-tabs/misc.php:140
1232
- msgid "Reset Options"
1233
- msgstr ""
1234
-
1235
- #: wpf-admin/options-tabs/emails.php:22
1236
- msgid "FROM Name"
1237
- msgstr "VON Name"
1238
-
1239
- #: wpf-admin/options-tabs/emails.php:26
1240
- msgid "FROM Email Address"
1241
- msgstr "VON E-Mail-Adresse"
1242
-
1243
- #: wpf-admin/options-tabs/emails.php:31
1244
- msgid "Forum Admins email addresses"
1245
- msgstr "E-Mail-Adressen der Foren-Admins"
1246
-
1247
- #: wpf-admin/options-tabs/emails.php:32 wpf-includes/wpf-phrases.php:243
1248
- msgid ""
1249
- "Comma separated email addresses of forum administrators to get forum "
1250
- "notifications. For example post report messages."
1251
- msgstr ""
1252
- "Durch Kommas getrennte E-Mail-Adressen von Forums-Administratoren, um "
1253
- "Benachrichtigungen über das Forum zu erhalten, zum Beispiel "
1254
- "Benachrichtigungen über Beitragsveröffentlichungen."
1255
-
1256
- #: wpf-admin/options-tabs/emails.php:38
1257
- msgid "Notify Admins via email on new Topic"
1258
- msgstr "Informiere Admins via Email über neue Beiträge"
1259
-
1260
- #: wpf-admin/options-tabs/emails.php:39
1261
- msgid ""
1262
- "Send Notification emails to all email addresses (comma separated ) of forum "
1263
- "administrators when a new Topic is created."
1264
- msgstr ""
1265
- "Sende Benachrichtigungs-E-Mails an alle E-Mail-Adressen (durch Kommas "
1266
- "getrennt) der Forum-Administratoren, wenn ein neues Thema erstellt wird."
1267
-
1268
- #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1269
- #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1270
- #: wpf-admin/options-tabs/emails.php:238 wpf-admin/options-tabs/emails.php:267
1271
- #: wpf-admin/options-tabs/features.php:86 wpf-admin/tools-tabs/antispam.php:32
1272
- #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
1273
- #: wpf-admin/tools-tabs/antispam.php:90 wpf-admin/tools-tabs/antispam.php:161
1274
- #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:180
1275
- #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1276
- #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1277
- #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1278
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1018
1279
- #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1280
- #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:171
1281
- #: wpf-themes/classic/functions.php:199 wpf-themes/classic/functions.php:254
1282
- #: wpf-themes/classic/functions.php:272
1283
- msgid "Yes"
1284
- msgstr "Ja"
1285
-
1286
- #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1287
- #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1288
- #: wpf-admin/options-tabs/emails.php:239 wpf-admin/options-tabs/emails.php:268
1289
- #: wpf-admin/options-tabs/features.php:88 wpf-admin/tools-tabs/antispam.php:33
1290
- #: wpf-admin/tools-tabs/antispam.php:42 wpf-admin/tools-tabs/antispam.php:51
1291
- #: wpf-admin/tools-tabs/antispam.php:91 wpf-admin/tools-tabs/antispam.php:162
1292
- #: wpf-admin/tools-tabs/antispam.php:171 wpf-admin/tools-tabs/antispam.php:181
1293
- #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1294
- #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1295
- #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1296
- #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1019
1297
- #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1298
- #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:172
1299
- #: wpf-themes/classic/functions.php:200 wpf-themes/classic/functions.php:255
1300
- #: wpf-themes/classic/functions.php:273
1301
- msgid "No"
1302
- msgstr "Nein"
1303
-
1304
- #: wpf-admin/options-tabs/emails.php:50
1305
- msgid "Notify Admins via email on new Post"
1306
- msgstr "Informiere Admins via E-Mail über neue Beiträge"
1307
-
1308
- #: wpf-admin/options-tabs/emails.php:51
1309
- msgid ""
1310
- "Send Notification emails to all email addresses (comma separated ) of forum "
1311
- "administrators when a new Reply is created."
1312
- msgstr ""
1313
- "Sende Benachrichtigungs-E-Mails an alle E-Mail-Adressen (durch Kommas "
1314
- "getrennt) der Forum-Administratoren, wenn eine neue Antwort erstellt wurde."
1315
-
1316
- #: wpf-admin/options-tabs/emails.php:62 wpf-includes/wpf-phrases.php:503
1317
- msgid "Subscription Emails"
1318
- msgstr "Abonnement-E-Mails"
1319
-
1320
- #: wpf-admin/options-tabs/emails.php:67 wpf-includes/wpf-phrases.php:500
1321
- msgid "Subscribe confirmation email subject"
1322
- msgstr "Betreff der Bestätigungs-E-Mail abonnieren"
1323
-
1324
- #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:499
1325
- msgid "Subscribe confirmation email message"
1326
- msgstr "Bestätigungs-E-Mail abonnieren"
1327
-
1328
- #: wpf-admin/options-tabs/emails.php:75
1329
- msgid "Subscribed forum or topic title"
1330
- msgstr ""
1331
-
1332
- #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
1333
- #: wpf-admin/options-tabs/emails.php:114
1334
- msgid "Subscriber display name"
1335
- msgstr ""
1336
-
1337
- #: wpf-admin/options-tabs/emails.php:77
1338
- msgid "Link to confirm subscription"
1339
- msgstr ""
1340
-
1341
- #: wpf-admin/options-tabs/emails.php:86 wpf-includes/wpf-phrases.php:381
1342
- msgid "New topic notification email subject"
1343
- msgstr "Betreff E-Mail-Benachrichtigung neues Thema"
1344
-
1345
- #: wpf-admin/options-tabs/emails.php:91 wpf-includes/wpf-phrases.php:380
1346
- msgid "New topic notification email message"
1347
- msgstr "Text E-Mail-Benachrichtigung neues Thema"
1348
-
1349
- #: wpf-admin/options-tabs/emails.php:94
1350
- msgid "New topic author display name"
1351
- msgstr ""
1352
-
1353
- #: wpf-admin/options-tabs/emails.php:95
1354
- msgid "Forum title / link"
1355
- msgstr ""
1356
-
1357
- #: wpf-admin/options-tabs/emails.php:96
1358
- msgid "New topic title"
1359
- msgstr ""
1360
-
1361
- #: wpf-admin/options-tabs/emails.php:97
1362
- msgid "New topic excerpt"
1363
- msgstr ""
1364
-
1365
- #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
1366
- msgid "Link to unsubscribe"
1367
- msgstr ""
1368
-
1369
- #: wpf-admin/options-tabs/emails.php:107 wpf-includes/wpf-phrases.php:379
1370
- msgid "New reply notification email subject"
1371
- msgstr "Betreff E-Mail-Benachrichtigung neue Antwort"
1372
-
1373
- #: wpf-admin/options-tabs/emails.php:112 wpf-includes/wpf-phrases.php:378
1374
- msgid "New reply notification email message"
1375
- msgstr "Text E-Mail-Benachrichtigung neue Antwort"
1376
-
1377
- #: wpf-admin/options-tabs/emails.php:115
1378
- msgid "New reply author display name"
1379
- msgstr ""
1380
-
1381
- #: wpf-admin/options-tabs/emails.php:116
1382
- msgid "Topic title / link"
1383
- msgstr ""
1384
-
1385
- #: wpf-admin/options-tabs/emails.php:117
1386
- msgid "New reply title"
1387
- msgstr ""
1388
-
1389
- #: wpf-admin/options-tabs/emails.php:118
1390
- msgid "New reply excerpt"
1391
- msgstr ""
1392
-
1393
- #: wpf-admin/options-tabs/emails.php:129 wpf-includes/wpf-phrases.php:413
1394
- msgid "Post Reporting Emails"
1395
- msgstr "Beitrag-melden E-Mails"
1396
-
1397
- #: wpf-admin/options-tabs/emails.php:130 wpf-includes/wpf-phrases.php:517
1398
- msgid "This message comes from post reporting pop-up form."
1399
- msgstr "Diese Nachricht kommt vom Beitrags-Meldeformular."
1400
-
1401
- #: wpf-admin/options-tabs/emails.php:135 wpf-includes/wpf-phrases.php:452
1402
- msgid "Report message subject"
1403
- msgstr "Betreff der Nachricht melden"
1404
-
1405
- #: wpf-admin/options-tabs/emails.php:141 wpf-includes/wpf-phrases.php:451
1406
- msgid "Report message body"
1407
- msgstr "Inhalt der Nachricht melden"
1408
-
1409
- #: wpf-admin/options-tabs/emails.php:143
1410
- msgid "Reporter user display name"
1411
- msgstr ""
1412
-
1413
- #: wpf-admin/options-tabs/emails.php:144
1414
- msgid "Reporter user message"
1415
- msgstr ""
1416
-
1417
- #: wpf-admin/options-tabs/emails.php:145
1418
- msgid "Reported post URL"
1419
- msgstr ""
1420
-
1421
- #: wpf-admin/options-tabs/emails.php:155
1422
- msgid "New User Registration Email for admins"
1423
- msgstr "Neue-Benutzer-Registrierungs-E-Mail für Administratoren"
1424
-
1425
- #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
1426
- msgid "This message comes when new user registers to site"
1427
- msgstr ""
1428
- "Diese Meldung wird angezeigt, wenn sich ein neuer Benutzer auf der Seite "
1429
- "registriert"
1430
-
1431
- #: wpf-admin/options-tabs/emails.php:161
1432
- msgid "Overwrite WordPress New User Registration Email for Admins"
1433
- msgstr ""
1434
-
1435
- #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
1436
- msgid "Message Subject"
1437
- msgstr "Betreff der Nachricht"
1438
-
1439
- #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
1440
- msgid "Message Body"
1441
- msgstr "Inhalt der Nachricht"
1442
-
1443
- #: wpf-admin/options-tabs/emails.php:180
1444
- msgid "Website name"
1445
- msgstr ""
1446
-
1447
- #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1448
- #: wpf-admin/options-tabs/emails.php:247
1449
- msgid "Registered user login"
1450
- msgstr ""
1451
-
1452
- #: wpf-admin/options-tabs/emails.php:182
1453
- msgid "Registered user email"
1454
- msgstr ""
1455
-
1456
- #: wpf-admin/options-tabs/emails.php:192
1457
- msgid "New User Registration Email for user"
1458
- msgstr "Neue-Benutzer-Registrierungs-E-Mail für Benutzer"
1459
-
1460
- #: wpf-admin/options-tabs/emails.php:198
1461
- msgid "Overwrite WordPress New User Registration Email for Users"
1462
- msgstr ""
1463
-
1464
- #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
1465
- msgid "Link to open password reset form"
1466
- msgstr ""
1467
-
1468
- #: wpf-admin/options-tabs/emails.php:228
1469
- msgid "Reset Password Emails"
1470
- msgstr "Passwort-Zurücksetzen-E-Mails"
1471
-
1472
- #: wpf-admin/options-tabs/emails.php:229
1473
- msgid "This message comes from Reset Password form."
1474
- msgstr "Diese Nachricht kommt vom Passwort-Zurücksetzen-Formular."
1475
-
1476
- #: wpf-admin/options-tabs/emails.php:234
1477
- msgid "Overwrite WordPress Reset Password Emails"
1478
- msgstr ""
1479
-
1480
- #: wpf-admin/options-tabs/emails.php:245
1481
- msgid "Reset Password message body"
1482
- msgstr "Inhalt der Passwort-Zurücksetzen-Nachricht"
1483
-
1484
- #: wpf-admin/options-tabs/emails.php:258
1485
- msgid "User Mentioning Email"
1486
- msgstr "E-Mail, wenn ein Benutzer erwähnt wird"
1487
-
1488
- #: wpf-admin/options-tabs/emails.php:263
1489
- msgid "Enable Email Notification"
1490
- msgstr "E-Mail-Benachrichtigungen aktivieren"
1491
-
1492
- #: wpf-admin/options-tabs/emails.php:273
1493
- msgid "User Mention message subject"
1494
- msgstr "Betreff der Benutzer-wurde-erwähnt-E-Mail"
1495
-
1496
- #: wpf-admin/options-tabs/emails.php:278
1497
- msgid "User Mention message body"
1498
- msgstr "Inhalt der Benutzer-wurde-erwähnt-E-Mail"
1499
-
1500
- #: wpf-admin/options-tabs/emails.php:280
1501
- msgid "Mentioned user display name"
1502
- msgstr ""
1503
-
1504
- #: wpf-admin/options-tabs/emails.php:281
1505
- msgid "Post author display name"
1506
- msgstr ""
1507
-
1508
- #: wpf-admin/options-tabs/emails.php:282 wpf-includes/wpf-phrases.php:523
1509
- msgid "Topic title"
1510
- msgstr "Titel des Themas"
1511
-
1512
- #: wpf-admin/options-tabs/emails.php:283
1513
- msgid "Link to the post"
1514
- msgstr ""
1515
-
1516
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:480
1517
- msgid "Show Admin Bar for Members"
1518
- msgstr "Zeige Admin-Bar für Mitglieder"
1519
-
1520
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:518
1521
- msgid "This option doesn't affect website admins."
1522
- msgstr "Diese Einstellung betrifft nicht die Seitenadministratoren."
1523
-
1524
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:482
1525
- msgid "Show Forum Page Title"
1526
- msgstr "Zeige Forums-Seitentitel"
1527
-
1528
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:485
1529
- msgid "Show Top/Menu Bar"
1530
- msgstr "Zeige Top/Menü-Leiste"
1531
-
1532
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:484
1533
- msgid "Show Top Search"
1534
- msgstr "Zeige die Suche oben"
1535
-
1536
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:481
1537
- msgid "Show Breadcrumb"
1538
- msgstr "Zeige die Breadcrumb-Navigation"
1539
-
1540
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:483
1541
- msgid "Show Forum Statistic"
1542
- msgstr "Zeige Forums-Statistik"
1543
-
1544
- #: wpf-admin/options-tabs/features.php:15
1545
- msgid "Show Member Mention Nicknames"
1546
- msgstr "Show Member Mention Nicknames"
1547
-
1548
- #: wpf-admin/options-tabs/features.php:16
1549
- msgid "Enable WordPress Shortcodes in Post Content"
1550
- msgstr "Aktiviere WordPress Shortcodes im Beitragsinhalt"
1551
-
1552
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:883
1553
- msgid "Log Viewed Forums and Topics"
1554
- msgstr "Protokollier angesehene Foren und Themen"
1555
-
1556
- #: wpf-admin/options-tabs/features.php:18
1557
- msgid "Track Forum and Topic Current Viewers"
1558
- msgstr ""
1559
-
1560
- #: wpf-admin/options-tabs/features.php:19
1561
- msgid "Topic Links Jump to First Unread Post"
1562
- msgstr ""
1563
-
1564
- #: wpf-admin/options-tabs/features.php:19
1565
- msgid ""
1566
- "If this option is enabled, all topic links on forums page and on topics page "
1567
- "will refer to the first unread post. This behavior is only enabled for "
1568
- "logged-in users."
1569
- msgstr ""
1570
-
1571
- #: wpf-admin/options-tabs/features.php:20
1572
- msgid "Jump to First Unread Post with [new] Button in Topic Link"
1573
- msgstr ""
1574
-
1575
- #: wpf-admin/options-tabs/features.php:20
1576
- msgid ""
1577
- "Adds [new] button at the and of topic links, which jumps to the first unread "
1578
- "post."
1579
- msgstr ""
1580
-
1581
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:443
1582
- msgid "Replace Author Link to Forum Profile"
1583
- msgstr "Ersetze Autoren-Link mit dem Foren-Profil"
1584
-
1585
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:444
1586
- msgid "Replace Comment Author Link to Forum Profile"
1587
- msgstr "Ersetze Autoren-Kommentar-Links mit dem Foren-Profil"
1588
-
1589
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:822
1590
- msgid "Enable User Registration"
1591
- msgstr "Aktiviere Benutzer-Registrierung"
1592
-
1593
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:823
1594
- msgid ""
1595
- "This option is not synced with WordPress \"Anyone can register\" option in "
1596
- "Dashboard > Settings > General admin page. If this option is enabled new "
1597
- "users will always be able to register."
1598
- msgstr ""
1599
- "Diese Einstellung ist nicht mit der WordPress-Einstellung \"Jeder kann sich "
1600
- "registrieren\" synchronisiert. Wenn diese Einstellung aktiviert ist müssen "
1601
- "sich neue Benutzer immer registrieren."
1602
-
1603
- #: wpf-admin/options-tabs/features.php:24
1604
- msgid "Enable User Registration email confirmation"
1605
- msgstr "Aktiviere die Bestätigungs-E-Mail-für neu registrierte Benutzer"
1606
-
1607
- #: wpf-admin/options-tabs/features.php:24
1608
- msgid ""
1609
- "If you have enabled this option, after registering, user can not login "
1610
- "without confirming the email."
1611
- msgstr ""
1612
- "DSGVO-konformes Double-Opt-in für mehr Sicherheit: Wenn dudiese Option "
1613
- "aktiviert hast, kann sich der Benutzer nach der Registrierung nicht "
1614
- "anmelden, ohne die E-Mail zunächst bestätigt zu haben."
1615
-
1616
- #: wpf-admin/options-tabs/features.php:25
1617
- msgid "Stop Sending Emails to Admins on New User Registration"
1618
- msgstr ""
1619
-
1620
- #: wpf-admin/options-tabs/features.php:25
1621
- msgid ""
1622
- "If you have enabled this option, after registering, the admin will not "
1623
- "receive an email notification for newly registered user."
1624
- msgstr ""
1625
-
1626
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:446
1627
- msgid "Replace Registration Page URL to Forum Registration Page URL"
1628
- msgstr ""
1629
- "Die URL der Registrierungs-Seite durch die URL der Forum-Registrierungs-"
1630
- "Seite ersetzen"
1631
-
1632
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:445
1633
- msgid "Replace Login Page URL to Forum Login Page URL"
1634
- msgstr "Die URL der Login-Seite durch die URL der Forums-Login-Seite ersetzen"
1635
-
1636
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:884
1637
- msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1638
- msgstr ""
1639
- "Die URL der Passwort-Zurücksetzen-Seite durch die URL der Passwort-"
1640
- "Zurücksetzen-Seite des Forums ersetzen"
1641
-
1642
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:442
1643
- msgid "Replace Author Avatar with Forum Profile Avatar"
1644
- msgstr "Ersetze Autoren-Avatar mit Foren-Profil-Avatar"
1645
-
1646
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:263
1647
- msgid "Enable Avatars"
1648
- msgstr "Aktiviere Avatare"
1649
-
1650
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:264
1651
- msgid "Enable Custom Avatars"
1652
- msgstr "Aktiviere benutzerdefinierte Avatare"
1653
-
1654
- #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:217
1655
- msgid "Allow Member Signature"
1656
- msgstr "Erlaube Mitgliedersignaturen"
1657
-
1658
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:266
1659
- msgid "Enable Member Rating"
1660
- msgstr "Aktiviere Mitgliederbewertungen"
1661
-
1662
- #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:267
1663
- msgid "Enable Member Rating Titles"
1664
- msgstr "Aktiviere Titel für Mitgliederbewertungen"
1665
-
1666
- #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:265
1667
- msgid "Enable Member Cache"
1668
- msgstr "Aktiviere Mitglieds-Cache"
1669
-
1670
- #: wpf-admin/options-tabs/features.php:36
1671
- msgid "Enable Object Cache"
1672
- msgstr "Aktiviere Objekt-Cache"
1673
-
1674
- #: wpf-admin/options-tabs/features.php:37
1675
- msgid "Enable HTML Cache"
1676
- msgstr "Aktiviere HTML-Cache"
1677
-
1678
- #: wpf-admin/options-tabs/features.php:38
1679
- msgid "Enable Memory Cache"
1680
- msgstr "Aktiviere Speicher-Cache"
1681
-
1682
- #: wpf-admin/options-tabs/features.php:39 wpf-includes/wpf-phrases.php:270
1683
- msgid "Enable wpForo SEO for Meta Titles"
1684
- msgstr "Aktiviere wpForo SEO für Meta-Titel"
1685
-
1686
- #: wpf-admin/options-tabs/features.php:40 wpf-includes/wpf-phrases.php:269
1687
- msgid "Enable wpForo SEO for Meta Tags"
1688
- msgstr "Aktiviere wpForo SEO für Meta-Tags"
1689
-
1690
- #: wpf-admin/options-tabs/features.php:41
1691
- msgid "Enable User Profile Page indexing"
1692
- msgstr "Aktiviere die Indexierung von Benutzer-Profilseiten"
1693
-
1694
- #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:885
1695
- msgid "Enable RSS Feed"
1696
- msgstr "Aktiviere RSS-Feed"
1697
-
1698
- #: wpf-admin/options-tabs/features.php:43
1699
- msgid "Turn Off User Syncing Note"
1700
- msgstr "Deaktiviere die Benutzersynchronisierung"
1701
-
1702
- #: wpf-admin/options-tabs/features.php:44
1703
- msgid "Enable User Notification"
1704
- msgstr ""
1705
-
1706
- #: wpf-admin/options-tabs/features.php:45
1707
- msgid "Enable User Notification Live Update"
1708
- msgstr ""
1709
-
1710
- #: wpf-admin/options-tabs/features.php:46
1711
- msgid "Display User Notification Bell on Menu Bar"
1712
- msgstr ""
1713
-
1714
- #: wpf-admin/options-tabs/features.php:47
1715
- msgid "BuddyPress Activity Integration"
1716
- msgstr "Integration von BuddyPress-Aktivitäten"
1717
-
1718
- #: wpf-admin/options-tabs/features.php:47
1719
- msgid ""
1720
- "Posts members activity (new topic, new reply, post like) to BuddyPress "
1721
- "Profile Activity page."
1722
- msgstr ""
1723
- "Schreibe Mitgliederaktivitäten (neuer Beitrag, neue Antwort usw.) in die "
1724
- "BuddyPress-Aktivitätenseite."
1725
-
1726
- #: wpf-admin/options-tabs/features.php:48
1727
- msgid "BuddyPress Notification Integration"
1728
- msgstr "Integration von BuddyPress Benachrichtigungen"
1729
-
1730
- #: wpf-admin/options-tabs/features.php:48
1731
- msgid ""
1732
- "Creates notification on new forum reply in BuddyPress Profile Notification "
1733
- "page."
1734
- msgstr ""
1735
- "Erstellt bei einer neuen Forumsantwort eine Benachrichtigung auf der "
1736
- "BuddyPress-Profilbenachrichtigungsseite."
1737
-
1738
- #: wpf-admin/options-tabs/features.php:49
1739
- msgid "BuddyPress Profile Forum Tab Integration"
1740
- msgstr "Integration der Foren auf der BuddyPress Profilseite"
1741
-
1742
- #: wpf-admin/options-tabs/features.php:49
1743
- msgid ""
1744
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1745
- "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1746
- msgstr ""
1747
- "Fügt der BuddyPress-Profilseite die Registerkarte \"Foren\" mit den "
1748
- "Unterregistern \"Erstellte Themen\", \"Abgegebene Antworten\", \"Likes\" und "
1749
- "\"Abonnements\" hinzu."
1750
-
1751
- #: wpf-admin/options-tabs/features.php:50
1752
- msgid "Replace Forum Profile with BuddyPress Profile"
1753
- msgstr "Das Forenprofil durch das BuddyPress Profil ersetzen"
1754
-
1755
- #: wpf-admin/options-tabs/features.php:50
1756
- msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1757
- msgstr "Ersetzt das wpForo Mitglieder-Profil durch das BuddyPress Profilseite."
1758
-
1759
- #: wpf-admin/options-tabs/features.php:51
1760
- msgid "Ultimate Member Notification Integration"
1761
- msgstr "Integration von Ultimate Member Benachrichtigungen"
1762
-
1763
- #: wpf-admin/options-tabs/features.php:51
1764
- msgid ""
1765
- "Creates notification on new forum reply in Ultimate Member Real-time "
1766
- "Notification system."
1767
- msgstr ""
1768
- "Erstellt bei einer neuen Forums-Antwort eine Benachrichtigung im Echtzeit-"
1769
- "Benachrichtigungssystem von Ultimate Member."
1770
-
1771
- #: wpf-admin/options-tabs/features.php:52
1772
- msgid "Ultimate Member Profile Forum Tab Integration"
1773
- msgstr "Integration der Foren auf der Ultimate Member Profilseite"
1774
-
1775
- #: wpf-admin/options-tabs/features.php:52
1776
- msgid ""
1777
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1778
- "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1779
- msgstr ""
1780
- "Fügt der Ultmate Member-Profilseite die Registerkarte \"Foren\" mit den "
1781
- "Unterregistern \"Erstellte Themen\", \"Abgegebene Antworten\", \"Likes\" und "
1782
- "\"Abonnements\" hinzu."
1783
-
1784
- #: wpf-admin/options-tabs/features.php:53
1785
- msgid "Replace Forum Profile with Ultimate Member Profile"
1786
- msgstr "Das Forenprofil durch das Ultimate Member Profil ersetzen"
1787
-
1788
- #: wpf-admin/options-tabs/features.php:53
1789
- msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1790
- msgstr ""
1791
- "Ersetzt das wpForo Mitglieder-Profil durch die Ultimate Member Profilseite."
1792
-
1793
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:268
1794
- msgid "Enable wpForo Font-Awesome Lib"
1795
- msgstr "Aktiviere wpForo Font-Awesome Lib"
1796
-
1797
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:271
1798
- msgid "Enable Output Buffer"
1799
- msgstr "Aktiviere Ausgabepuffer"
1800
-
1801
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:516
1802
- msgid ""
1803
- "This feature is useful if you're adding content before or after [wpforo] "
1804
- "shortcode in page content. Also it useful if forum is loaded before website "
1805
- "header, on top of the front-end."
1806
- msgstr ""
1807
- "Diese Funktion ist sinnvoll, wenn Inhalte vor oder nach dem Shortcode "
1808
- "[wpforo] im Seiteninhalt eingefgt werden. Sie ist auch sinnvoll, wenn das "
1809
- "Forum vor dem Website Header geladen wird, oben im Front-End."
1810
-
1811
- #: wpf-admin/options-tabs/features.php:56
1812
- msgid "Enable WordPress Date/Time Format"
1813
- msgstr "Aktiviere WordPress Datum-/Zeitformat"
1814
-
1815
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:787
1816
- msgid ""
1817
- "You can manage WordPress date and time format in WordPress Settings > "
1818
- "General admin page."
1819
- msgstr ""
1820
- "Das WordPress Datum-/Zeitformat kann in den WordPress-Einstellungen "
1821
- "eingestellt werden > Einstellungen > Allgemein."
1822
-
1823
- #: wpf-admin/options-tabs/features.php:57 wpf-includes/wpf-phrases.php:798
1824
- msgid "Enable Subscription Confirmation"
1825
- msgstr "Aktiviere Abonnement-Bestätigung"
1826
-
1827
- #: wpf-admin/options-tabs/features.php:57 wpf-includes/wpf-phrases.php:799
1828
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
1829
- msgstr "Foren- und Themen-Abo mit Double Opt-In/Bestätigungssystem."
1830
-
1831
- #: wpf-admin/options-tabs/features.php:58
1832
- msgid "Topic subscription option on post editor"
1833
- msgstr "Option zum Abonnieren von Themen im Beitragseditor"
1834
-
1835
- #: wpf-admin/options-tabs/features.php:58
1836
- msgid ""
1837
- "This option adds topic subscription checkbox next to new topic and post "
1838
- "submit button."
1839
- msgstr ""
1840
- "Diese Option fügt das Kontrollkästchen \"Themenabonnement\" neben \"Neues "
1841
- "Thema\" und \"Senden\" hinzu."
1842
-
1843
- #: wpf-admin/options-tabs/features.php:59
1844
- msgid "Topic subscription option on post editor - checked/enabled"
1845
- msgstr ""
1846
- "Option zum Abonnieren von Themen im Post-Editor - angekreuzt/ aktiviert"
1847
-
1848
- #: wpf-admin/options-tabs/features.php:59
1849
- msgid ""
1850
- "Enable this option if you want the topic subscription checkbox to be checked "
1851
- "by default."
1852
- msgstr ""
1853
- "Aktiviere diese Option, wenn das Kontrollkästchen für das Themenabonnement "
1854
- "standardmäßig aktiviert sein soll."
1855
-
1856
- #: wpf-admin/options-tabs/features.php:60
1857
- msgid "Role-Usergroup Synchronization"
1858
- msgstr "Synchronisation von Rollen und Benutzergruppen"
1859
-
1860
- #: wpf-admin/options-tabs/features.php:60
1861
- msgid ""
1862
- "Keep enabled this option to synch WordPress User Roles with Forum "
1863
- "Usergroups. This connection allows to automatically change Usergroup of a "
1864
- "user when his/her User Role is changed by administrators or by membership "
1865
- "plugins. In other words this option allows to manage Usergroups based on "
1866
- "Users Roles, thus you can directly control users forum accesses based on "
1867
- "Users Roles. If this option is turned off, User Roles don't have any "
1868
- "affection to users forum accesses, they are only controlled by forum "
1869
- "Usergroups."
1870
- msgstr ""
1871
- "Aktiviere diese Option, um WordPress-Benutzerrollen mit Forum-"
1872
- "Benutzergruppen zu synchronisieren. Diese Verbindung ermöglicht es, die "
1873
- "Benutzergruppe eines Benutzers automatisch zu ändern, wenn seine/ ihre "
1874
- "Benutzerrolle von Administratoren oder von Members-Plugins geändert wird. "
1875
- "Mit anderen Worten: Mit dieser Option können Benutzergruppen basierend auf "
1876
- "Benutzerrollen verwaltet werden. Auf diese Weise kannst du die Benutzer-"
1877
- "Forenzugriffe direkt basierend auf Benutzerrollen steuern. Wenn diese Option "
1878
- "deaktiviert ist, haben Benutzerrollen keine Auswirkung auf die "
1879
- "Forumszugriffe der Benutzer. Sie werden dann nur von Forums-Benutzergruppen "
1880
- "gesteuert."
1881
-
1882
- #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:826
1883
- msgid "Insert Forum Attachments to Media Library"
1884
- msgstr "Füge Forums-Anhänge in die Medien-Bibliothek ein"
1885
-
1886
- #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:827
1887
- msgid ""
1888
- "Enable this option to be able manage forum attachments in Dashboard > Media "
1889
- "> Library admin page."
1890
- msgstr ""
1891
- "Aktiviere diese Einstellung zum Verwalten von Foren-Anhängen im Dashboard > "
1892
- "Medien > Medienübersicht."
1893
-
1894
- #: wpf-admin/options-tabs/features.php:62
1895
- msgid "Frontend Admin Control Panel"
1896
- msgstr ""
1897
-
1898
- #: wpf-admin/options-tabs/features.php:63 wpf-includes/wpf-phrases.php:791
1899
- msgid "Enable Debug Mode"
1900
- msgstr "Aktiviere Debug-Modus"
1901
-
1902
- #: wpf-admin/options-tabs/features.php:63 wpf-includes/wpf-phrases.php:792
1903
- msgid ""
1904
- "If you got some issue with wpForo, please enable this option before asking "
1905
- "for support, this outputs hidden important information to help us debug your "
1906
- "issue."
1907
- msgstr ""
1908
- "Wenn es Probleme mit wpForo gibt, schalte bitte diese Einstellung ein, bevor "
1909
- "du den Support fragst. Es werden wichtige Informationen ausgegeben, die "
1910
- "unserem Support beim Beseitigen der Fehler helfen."
1911
-
1912
- #: wpf-admin/options-tabs/features.php:64 wpf-includes/wpf-phrases.php:320
1913
- msgid "Help wpForo to grow, show plugin info"
1914
- msgstr "Hilf wpForo zu wachsen, zeige Plugin-Info an"
1915
-
1916
- #: wpf-admin/options-tabs/features.php:64 wpf-includes/wpf-phrases.php:412
1917
- msgid ""
1918
- "Please enable this option to help wpForo get more popularity as your thank "
1919
- "to the hard work we do for you totally free. This option adds a very small "
1920
- "icon in forum footer, which will allow your site visitors recognize the name "
1921
- "of forum solution you use."
1922
- msgstr ""
1923
- "Bitte aktiviere diese Einstellung damit wpForo bekannter wird, als Dank für "
1924
- "die harte Arbeit, die wir total kostenlos tun. Diese Einstellung ergänzt ein "
1925
- "sehr kleines Icon im Forum-Footer, das Seitenbesuchern zeigt, welche "
1926
- "Forenlösung du benutzt."
1927
-
1928
- #: wpf-admin/options-tabs/features.php:83
1929
- msgid "Sitewide"
1930
- msgstr "Seitenweit"
1931
-
1932
- #: wpf-admin/options-tabs/features.php:84 wpf-includes/class-subscribes.php:25
1933
- #: wpf-includes/wpf-phrases.php:287 wpforo.php:377
1934
- msgid "Forum"
1935
- msgstr "Forum"
1936
-
1937
- #: wpf-admin/options-tabs/features.php:89
1938
- msgid "Thank you!"
1939
- msgstr "Danke!"
1940
-
1941
- #: wpf-admin/options-tabs/forums.php:16
1942
- msgid "Display Forum Current Viewers"
1943
- msgstr ""
1944
-
1945
- #: wpf-admin/options-tabs/forums.php:17
1946
- msgid ""
1947
- "Displays information about forum current viewers (x viewing) next to forum "
1948
- "title."
1949
- msgstr ""
1950
-
1951
- #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:307
1952
- msgid "Forum Title"
1953
- msgstr "Forumstitel"
1954
-
1955
- #: wpf-admin/options-tabs/general.php:19 wpf-includes/wpf-phrases.php:294
1956
- msgid "Forum Description"
1957
- msgstr "Forumsbeschreibung"
1958
-
1959
- #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:293
1960
- msgid "Forum Base URL"
1961
- msgstr "Forums-Basis-URL"
1962
-
1963
- #: wpf-admin/options-tabs/general.php:25
1964
- msgid ""
1965
- "If you want to set forum on home page, please do not use the \"Turn "
1966
- "WordPress to wpForo\" option. The correct instruction can be found in "
1967
- "documentation here"
1968
- msgstr ""
1969
- "Wenn du das Forum auf der Startseite einrichten möchtest, verwende bitte "
1970
- "nicht die Option \"WordPress auf wpForo umstellen\". Die richtige Anleitung "
1971
- "findest du in der Dokumentation hier"
1972
-
1973
- #: wpf-admin/options-tabs/general.php:25
1974
- msgid "Set Forum on Home Page"
1975
- msgstr "Das Forum auf die Startseite setzen"
1976
-
1977
- #: wpf-admin/options-tabs/general.php:34 wpf-includes/wpf-phrases.php:836
1978
- msgid "Turn WordPress to wpForo"
1979
- msgstr "WordPress auf wpForo umstellen"
1980
-
1981
- #: wpf-admin/options-tabs/general.php:35
1982
- msgid ""
1983
- "This option will disable WordPress on front-end. Only forum pages and "
1984
- "excluded post/pages will be available. wpForo will look like as a stand-"
1985
- "alone forum."
1986
- msgstr ""
1987
- "Diese Option deaktiviert WordPress im Frontend. Es sind nur Forenseiten und "
1988
- "ausgeschlossene Beiträge / Seiten verfügbar. wpForo wird wie ein "
1989
- "eigenständiges Forum aussehen."
1990
-
1991
- #: wpf-admin/options-tabs/general.php:38
1992
- msgid "Exclude page URLs"
1993
- msgstr "Schließe Seiten URLs aus"
1994
-
1995
- #: wpf-admin/options-tabs/general.php:38
1996
- msgid "one URL per line"
1997
- msgstr "eine URL pro Zeile"
1998
-
1999
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2593
2000
- msgid "Visit Forum"
2001
- msgstr "Forum besuchen"
2002
-
2003
- #: wpf-admin/options-tabs/general.php:51
2004
- msgid ""
2005
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
2006
- msgstr ""
2007
- "Die wpForo Seiten-ID existiert nicht. Die Foren werden nicht geladen, bitte "
2008
- "lese dies"
2009
-
2010
- #: wpf-admin/options-tabs/general.php:51
2011
- msgid "support topic"
2012
- msgstr "Support Thema"
2013
-
2014
- #: wpf-admin/options-tabs/general.php:53
2015
- msgid "Forum Page ID"
2016
- msgstr "Foren-Seiten-ID"
2017
-
2018
- #: wpf-admin/options-tabs/general.php:55
2019
- msgid "Forum XML Sitemap URL"
2020
- msgstr ""
2021
-
2022
- #: wpf-admin/options-tabs/general.php:61
2023
- msgid "Forum Page Slugs (URL Paths)"
2024
- msgstr "Forums-Seiten-Slugs (URL Pfade)"
2025
-
2026
- #: wpf-admin/options-tabs/general.php:62
2027
- msgid ""
2028
- "Here you can set custom base paths for forum pages. For example the default "
2029
- "Profile URL base path is /profile/, if this conflicts with other plugins you "
2030
- "can change it to /user/ or so..."
2031
- msgstr ""
2032
- "Hier kannst du benutzerdefinierte Basispfade für Forenseiten festlegen. Zum "
2033
- "Beispiel ist der Standard-Profil-URL-Basispfad /profile/. Wenn dies mit "
2034
- "anderen Plugins in Konflikt steht, kannst du ihn z. B. in /user/ oder "
2035
- "anderes ändern."
2036
-
2037
- #: wpf-admin/options-tabs/general.php:81 wpf-includes/wpf-phrases.php:250
2038
- msgid "Dashboard Menu Position"
2039
- msgstr "Dashboard Menü-Position"
2040
-
2041
- #: wpf-admin/options-tabs/general.php:82 wpf-includes/wpf-phrases.php:509
2042
- msgid "The position in the menu order wpForo should appear."
2043
- msgstr "Die Position an der wpForo im Menü erscheinen soll."
2044
-
2045
- #: wpf-admin/options-tabs/general.php:83 wpf-includes/wpf-phrases.php:534
2046
- msgid ""
2047
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
2048
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
2049
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
2050
- "below second separator"
2051
- msgstr ""
2052
- "Verwende größer als 5 - unter Posts, 10 - unter Media, 15 - unter Links, 20 "
2053
- "- unter Pages, 25 - unter Comments, 60 - unter First Separator, 65 - unter "
2054
- "Plugins, 70 - unter Users, 75 - unter Tools, 80 - unter Einstellungen, 100 - "
2055
- "unter dem zweiten Trennzeichen"
2056
-
2057
- #: wpf-admin/options-tabs/general.php:87
2058
- msgid "More info"
2059
- msgstr "Mehr Infos"
2060
-
2061
- #: wpf-admin/options-tabs/general.php:92
2062
- msgid "XML Based Language"
2063
- msgstr "XML-basierte Sprache"
2064
-
2065
- #: wpf-admin/options-tabs/general.php:93
2066
- msgid ""
2067
- "This option is only related to XML language files. You should upload a "
2068
- "translation XML file to have a new language option in this drop-down. If you "
2069
- "are using PO/MO translation files you should change WordPress Language in "
2070
- "Dashboard > Settings admin page to load according translation for wpForo."
2071
- msgstr ""
2072
- "Diese Option bezieht sich nur auf XML-Sprachdateien. Du solltest eine XML-"
2073
- "Übersetzungsdatei hochladen, um eine neue Sprachoption in diesem Dropdown-"
2074
- "Menü zu erhalten. Wenn du PO / MO-Übersetzungsdateien verwendest, solltest "
2075
- "du die WordPress-Sprache unter Dashboard > Einstellungen auf der "
2076
- "Administrationsseite ändern, um die entsprechende Übersetzung für wpForo zu "
2077
- "laden."
2078
-
2079
- #: wpf-admin/options-tabs/general.php:120 wpf-includes/wpf-phrases.php:330
2080
- msgid "Language XML file"
2081
- msgstr "XML-Sprachdatei"
2082
-
2083
- #: wpf-admin/options-tabs/general.php:129 wpf-includes/wpf-phrases.php:208
2084
- msgid "Add New Language"
2085
- msgstr "Neue Sprache hinzufügen"
2086
-
2087
- #: wpf-admin/options-tabs/members.php:14 wpf-includes/wpf-phrases.php:403
2088
- msgid "Online status timeout"
2089
- msgstr "Timeout Online-Status"
2090
-
2091
- #: wpf-admin/options-tabs/members.php:17 wpf-admin/options-tabs/posts.php:147
2092
- #: wpf-admin/options-tabs/posts.php:154 wpf-admin/options-tabs/posts.php:165
2093
- #: wpf-admin/options-tabs/posts.php:172 wpf-includes/wpf-phrases.php:576
2094
- msgid "minutes"
2095
- msgstr "Minuten"
2096
-
2097
- #: wpf-admin/options-tabs/members.php:21
2098
- msgid "Number of Members per Page"
2099
- msgstr "Anzahl der Mitglieder je Seite"
2100
-
2101
- #: wpf-admin/options-tabs/members.php:28 wpf-includes/wpf-phrases.php:366
2102
- msgid "Members URL structure"
2103
- msgstr "Struktur der Mitglieds-URL"
2104
-
2105
- #: wpf-admin/options-tabs/members.php:37 wpf-includes/wpf-phrases.php:886
2106
- msgid "Members Search Type"
2107
- msgstr "Art der Mitglieder-Suche"
2108
-
2109
- #: wpf-admin/options-tabs/members.php:40 wpf-includes/functions.php:432
2110
- #: wpf-includes/functions.php:434 wpf-includes/wpf-phrases.php:461
2111
- msgid "Search"
2112
- msgstr "Suche"
2113
-
2114
- #: wpf-admin/options-tabs/members.php:47 wpf-includes/wpf-phrases.php:248
2115
- msgid "Custom Authorization URLs"
2116
- msgstr "Benutzerdefinierte Autorisierungs-URLs"
2117
-
2118
- #: wpf-admin/options-tabs/members.php:49
2119
- msgid ""
2120
- "Use this option only if you have set other pages for authorization. \n"
2121
- " wpForo doesn't change its own URLs, these options "
2122
- "are only for other plugin compatibility. \n"
2123
- " For example, if you use BuddyPress or Ultimate "
2124
- "Member plugin you can set these values:"
2125
- msgstr ""
2126
- "Verwende diese Option nur, wenn du andere Seiten für die Autorisierung "
2127
- "festgelegt hast.\n"
2128
- "                         wpForo ändert seine eigenen URLs nicht. Diese "
2129
- "Optionen dienen nur der Kompatibilität mit anderen Plugins.\n"
2130
- "                         Wenn du beispielsweise das BuddyPress- oder "
2131
- "Ultimate Member-Plugin verwendest, kannst du die folgenden Werte festlegen:"
2132
-
2133
- #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
2134
- #: wpf-includes/wpf-phrases.php:348
2135
- msgid "Login URL"
2136
- msgstr "Anmelde-URL"
2137
-
2138
- #: wpf-admin/options-tabs/members.php:53 wpf-admin/options-tabs/members.php:59
2139
- #: wpf-includes/wpf-phrases.php:438
2140
- msgid "Register URL"
2141
- msgstr "Registrierungs-URL"
2142
-
2143
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:350
2144
- msgid "Lost Password URL"
2145
- msgstr "URL Passwort vergessen"
2146
-
2147
- #: wpf-admin/options-tabs/members.php:66
2148
- msgid "Custom Redirection URLs after following actions"
2149
- msgstr "Benutzerdefinierte Umleitungs-URLs nach folgenden Aktionen"
2150
-
2151
- #: wpf-admin/options-tabs/members.php:68
2152
- msgid "For member profile, account and subscription pages use following URLs:"
2153
- msgstr ""
2154
- "Verwende für Mitgliederprofil-, Konto- und Abonnementseiten die folgenden "
2155
- "URLs:"
2156
-
2157
- #: wpf-admin/options-tabs/members.php:80
2158
- msgid "Redirect after login"
2159
- msgstr "Weiterleitung nach Login"
2160
-
2161
- #: wpf-admin/options-tabs/members.php:81
2162
- msgid "Redirect after registration"
2163
- msgstr "Weiterleitung nach Registrierung"
2164
-
2165
- #: wpf-admin/options-tabs/members.php:82
2166
- msgid "Redirect after subscription confirmation"
2167
- msgstr "Weiterleitung nach Abonnement-Bestätigung"
2168
-
2169
- #: wpf-admin/options-tabs/members.php:88 wpf-includes/wpf-phrases.php:361
2170
- msgid "Member Reputation and Titles"
2171
- msgstr "Mitgliederreputation und Titel"
2172
-
2173
- #: wpf-admin/options-tabs/members.php:92
2174
- msgid "Member Custom Titles"
2175
- msgstr "Benutzerdefinierte Mitgliedstitel"
2176
-
2177
- #: wpf-admin/options-tabs/members.php:101
2178
- msgid "Member Custom Title by default"
2179
- msgstr "Benutzerdefinierter Mitgliedstitel standardmäßig"
2180
-
2181
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1544
2182
- #: wpf-includes/wpf-phrases.php:433
2183
- msgid "Rating Level"
2184
- msgstr "Bewertungsstufe"
2185
-
2186
- #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:371
2187
- msgid "Min Number of Posts"
2188
- msgstr "Min. Anzahl von Beiträgen"
2189
-
2190
- #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:362
2191
- msgid "Member Title"
2192
- msgstr "Mitgliedstitel"
2193
-
2194
- #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:479
2195
- msgid "Short Badge"
2196
- msgstr "Kleines Abzeichen"
2197
-
2198
- #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:314
2199
- msgid "Full Badge"
2200
- msgstr "Volles Abzeichen"
2201
-
2202
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:431
2203
- msgid "Rating Color"
2204
- msgstr "Bewertungsfarbe"
2205
-
2206
- #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:432
2207
- msgid "Rating Icon"
2208
- msgstr "Bewertungs-Icon"
2209
-
2210
- #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:373
2211
- msgid "More"
2212
- msgstr "Mehr"
2213
-
2214
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1552
2215
- #: wpf-includes/wpf-phrases.php:344
2216
- msgid "Level"
2217
- msgstr "Rang"
2218
-
2219
- #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:397
2220
- msgid "Number of Posts"
2221
- msgstr "Anzahl der Beiträge"
2222
-
2223
- #: wpf-admin/options-tabs/members.php:124 wpf-includes/wpf-phrases.php:249
2224
- msgid "Custom Title"
2225
- msgstr "Benutzerdefinierter Titel"
2226
-
2227
- #: wpf-admin/options-tabs/members.php:127 wpf-admin/usergroup.php:39
2228
- #: wpf-includes/wpf-phrases.php:242
2229
- msgid "Color"
2230
- msgstr "Farbe"
2231
-
2232
- #: wpf-admin/options-tabs/members.php:128 wpf-includes/wpf-phrases.php:234
2233
- msgid "Badge Icon"
2234
- msgstr "Icon des Abzeichens"
2235
-
2236
- #: wpf-admin/options-tabs/members.php:134
2237
- msgid "Enable Reputation Titles for selected usergroups"
2238
- msgstr "Aktiviere die Reputationstitel für ausgewählte Benutzergruppen"
2239
-
2240
- #: wpf-admin/options-tabs/members.php:135
2241
- msgid ""
2242
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
2243
- "located in wpForo Settings > Features Tab"
2244
- msgstr ""
2245
- "Diese Einstellung ist abhängig von der Einstellung \"Titel für "
2246
- "Mitgliederbewertungen aktivieren\" in den wpForo-Einstellungen > Funktionen"
2247
-
2248
- #: wpf-admin/options-tabs/members.php:148
2249
- msgid "Enable Reputation Badges for selected usergroups"
2250
- msgstr "Aktiviere Reputations-Abzeichen für ausgewählte Benutzergruppen"
2251
-
2252
- #: wpf-admin/options-tabs/members.php:149
2253
- msgid ""
2254
- "This option depends on \"Enable Member Rating\" parent option, witch located "
2255
- "in wpForo Settings > Features Tab"
2256
- msgstr ""
2257
- "Diese Einstellung ist abhängig von der Einstellung \"Aktiviere "
2258
- "Mitgliederbewertungen\" in den wpForo-Einstellungen > Funktionen"
2259
-
2260
- #: wpf-admin/options-tabs/members.php:162
2261
- msgid "Display Usergroup under Post Author Avatar"
2262
- msgstr "Zeige die Benutzergruppe unter dem Avatar des Autors an"
2263
-
2264
- #: wpf-admin/options-tabs/members.php:175
2265
- msgid "Display Secondary Usergroups under Post Author Avatar"
2266
- msgstr ""
2267
-
2268
- #: wpf-admin/options-tabs/plugins.php:9
2269
- msgid ""
2270
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2271
- "always be available for free. There will never be paid and pro versions of "
2272
- "this forum board. However this is a very large and hard project so we also "
2273
- "develop paid addons (extensions), which will financially help us to keep "
2274
- "improving and adding new features to the free wpForo plugin. Forum addons "
2275
- "will also be actively developed. The first addons \"Advanced Media Uploader"
2276
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
2277
- "very soon. Once you got some addon and activated that, you will find "
2278
- "settings in vertical subTabs here."
2279
- msgstr ""
2280
- "Vielen Dank, dass du wpForo verwendest. wpForo ist ein Premium-Forum-Plugin, "
2281
- "das immer kostenlos zur Verfügung stehen wird. Es wird niemals "
2282
- "kostenpflichtige und professionelle Versionen dieses Forums geben. Da dies "
2283
- "jedoch ein sehr umfangreiches und schwieriges Projekt ist, entwickeln wir "
2284
- "auch kostenpflichtige Add-ons (Erweiterungen), die uns finanziell dabei "
2285
- "helfen, das kostenlose wpForo-Plugin weiter zu verbessern und neue "
2286
- "Funktionen hinzuzufügen. Forum-Add-ons werden ebenfalls aktiv entwickelt. "
2287
- "Die ersten Addons \"Advanced Media Uploader\", \"Polls\", \"Private Messages"
2288
- "\" und \"Ad Manager\" werden in Kürze verfügbar sein. Sobald du ein Addon "
2289
- "besitzt und dieses aktiviert hast, findest du hier Einstellungen in "
2290
- "vertikalen Unterregistern."
2291
-
2292
- #: wpf-admin/options-tabs/posts.php:16
2293
- msgid "Topic content minimum length"
2294
- msgstr ""
2295
-
2296
- #: wpf-admin/options-tabs/posts.php:22
2297
- msgid "Topic content maximum length"
2298
- msgstr ""
2299
-
2300
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2301
- #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:213
2302
- msgid "Set this option value 0 if you want to remove this limit."
2303
- msgstr ""
2304
-
2305
- #: wpf-admin/options-tabs/posts.php:29
2306
- msgid "Post content minimum length"
2307
- msgstr ""
2308
-
2309
- #: wpf-admin/options-tabs/posts.php:35
2310
- msgid "Post content maximum length"
2311
- msgstr ""
2312
-
2313
- #: wpf-admin/options-tabs/posts.php:42
2314
- msgid "Recent Posts Display Type"
2315
- msgstr "Anzeigetyp für die neuesten Beiträge"
2316
-
2317
- #: wpf-admin/options-tabs/posts.php:51
2318
- msgid "Enable Topic Tags"
2319
- msgstr "Schlagwörter für Themen aktivieren"
2320
-
2321
- #: wpf-admin/options-tabs/posts.php:60
2322
- msgid "Maximum Number of Tags per Topic"
2323
- msgstr "Maximale Anzahl von Stichwörtern je Thema"
2324
-
2325
- #: wpf-admin/options-tabs/posts.php:64
2326
- msgid "Number of Tags per Page"
2327
- msgstr ""
2328
-
2329
- #: wpf-admin/options-tabs/posts.php:69
2330
- msgid "Display Topic Editing Information"
2331
- msgstr "Informationen zum Bearbeiten von Themen anzeigen"
2332
-
2333
- #: wpf-admin/options-tabs/posts.php:70
2334
- msgid ""
2335
- "The post edit logging information \"This post was modified 2 hours ago by "
2336
- "John\" is displayed under modified topic first post content.."
2337
- msgstr ""
2338
- "Protokollinformationen wie \"Dieser Beitrag wurde vor 2 Stunden von John "
2339
- "geändert\" werden unter dem Inhalt des ersten Beitrags des geänderten Themas "
2340
- "angezeigt."
2341
-
2342
- #: wpf-admin/options-tabs/posts.php:81
2343
- msgid "Display Post Editing Information"
2344
- msgstr "Informationen zum Bearbeiten von Beiträgen anzeigen"
2345
-
2346
- #: wpf-admin/options-tabs/posts.php:82
2347
- msgid ""
2348
- "The post edit logging information \"This post was modified 2 hours ago by "
2349
- "John\" is displayed under modified post content.."
2350
- msgstr ""
2351
- "Ein Nachbearbeitungsprotokoll wie z.B. \"Dieser Beitrag wurde vor 2 Stunden "
2352
- "von John geändert\" wird unter dem geänderten Inhalt des Beitrags angezeigt."
2353
-
2354
- #: wpf-admin/options-tabs/posts.php:93
2355
- msgid "Limit Post Editing Information"
2356
- msgstr "Informationen zur Nachbearbeitung einschränken"
2357
-
2358
- #: wpf-admin/options-tabs/posts.php:94
2359
- msgid ""
2360
- "Limit the post edit logging information \"This post was modified 2 hours ago "
2361
- "by John\""
2362
- msgstr ""
2363
- "Eine Nachbearbeitungsaktion wie z.B. \"Dieser Beitrag wurde vor 2 Stunden "
2364
- "von John geändert\" wird beschränkt"
2365
-
2366
- #: wpf-admin/options-tabs/posts.php:95
2367
- msgid "Set this option value 0 if you want to disable limiting"
2368
- msgstr "Setze diese Option auf 0, wenn du die Begrenzung deaktivieren möchtest"
2369
-
2370
- #: wpf-admin/options-tabs/posts.php:103
2371
- msgid "Display Topic Current Viewers"
2372
- msgstr ""
2373
-
2374
- #: wpf-admin/options-tabs/posts.php:104
2375
- msgid "Displays information about topic current viewers (users and guests)"
2376
- msgstr ""
2377
-
2378
- #: wpf-admin/options-tabs/posts.php:115
2379
- msgid "Display Topic Recent Viewers"
2380
- msgstr ""
2381
-
2382
- #: wpf-admin/options-tabs/posts.php:116
2383
- msgid ""
2384
- "Displays information about topic recent viewers (users visited within last "
2385
- "one hour)"
2386
- msgstr ""
2387
-
2388
- #: wpf-admin/options-tabs/posts.php:127
2389
- msgid "Display Admins with Topic Viewers"
2390
- msgstr ""
2391
-
2392
- #: wpf-admin/options-tabs/posts.php:128
2393
- msgid ""
2394
- "By disabling this option you can exclude forum administrators from topic "
2395
- "viewers list."
2396
- msgstr ""
2397
-
2398
- #: wpf-admin/options-tabs/posts.php:139 wpf-includes/wpf-phrases.php:399
2399
- msgid "Number of Topics per Page"
2400
- msgstr "Anzahl Themen je Seite"
2401
-
2402
- #: wpf-admin/options-tabs/posts.php:144 wpf-includes/wpf-phrases.php:216
2403
- msgid "Allow Edit Own Topic for"
2404
- msgstr "Erlaube das Bearbeiten eines eigenen Themas für"
2405
-
2406
- #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
2407
- #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
2408
- msgid "Set this option value 0 if you want to remove time limit."
2409
- msgstr "Setze diese Option auf 0, wenn du das Zeitlimit entfernen möchtest."
2410
-
2411
- #: wpf-admin/options-tabs/posts.php:151 wpf-includes/wpf-phrases.php:213
2412
- msgid "Allow Delete Own Topic for"
2413
- msgstr "Erlaube das Löschen eines eigenen Themas für"
2414
-
2415
- #: wpf-admin/options-tabs/posts.php:157 wpf-includes/wpf-phrases.php:398
2416
- msgid "Number of Posts per Page"
2417
- msgstr "Anzahl Beiträge je Seite"
2418
-
2419
- #: wpf-admin/options-tabs/posts.php:162 wpf-includes/wpf-phrases.php:215
2420
- msgid "Allow Edit Own Post for"
2421
- msgstr "Erlaube das Bearbeiten eines eigenen Beitrags für"
2422
-
2423
- #: wpf-admin/options-tabs/posts.php:169 wpf-includes/wpf-phrases.php:214
2424
- msgid "Allow Delete Own post for"
2425
- msgstr "Erlaube das Löschen eines eigenen Beitrags für"
2426
-
2427
- #: wpf-admin/options-tabs/posts.php:176
2428
- msgid "Number of maximum search results"
2429
- msgstr ""
2430
-
2431
- #: wpf-admin/options-tabs/posts.php:184 wpf-includes/wpf-phrases.php:355
2432
- msgid "Maximum upload file size"
2433
- msgstr "Maximale Dateigröße für Uploads"
2434
-
2435
- #: wpf-admin/options-tabs/posts.php:185 wpf-includes/wpf-phrases.php:556
2436
- msgid ""
2437
- "You can not set this value more than \"upload_max_filesize\" and "
2438
- "\"post_max_size\". If you want to increase server parameters please contact "
2439
- "to your hosting service support."
2440
- msgstr ""
2441
- "Der Wert kann nicht größer als \"upload_max_filesize\" und \"post_max_size\" "
2442
- "gesetzt werden. Du kannst diese Parameter in der php.ini ändern. Kontaktiere "
2443
- "dafür bitte ggf. den Support deines Webhosters."
2444
-
2445
- #: wpf-admin/options-tabs/posts.php:188 wpf-includes/wpf-phrases.php:352
2446
- msgid "MB"
2447
- msgstr "MB"
2448
-
2449
- #: wpf-admin/options-tabs/posts.php:191 wpf-includes/wpf-phrases.php:474
2450
- msgid "Server \"upload_max_filesize\" is "
2451
- msgstr "Server \"upload_max_filesize\" ist "
2452
-
2453
- #: wpf-admin/options-tabs/posts.php:192 wpf-includes/wpf-phrases.php:473
2454
- msgid "Server \"post_max_size\" is "
2455
- msgstr "Server \"post_max_size\" ist "
2456
-
2457
- #: wpf-admin/options-tabs/posts.php:200
2458
- msgid "Attachment click - message for non-permitted users"
2459
- msgstr "Anhang klicken - Nachricht für nicht berechtigte Benutzer"
2460
-
2461
- #: wpf-admin/options-tabs/posts.php:201
2462
- msgid ""
2463
- "This message will be displayed when a non-permitted forum member clicks on "
2464
- "attached file link in topic and posts."
2465
- msgstr ""
2466
- "Diese Nachricht wird angezeigt, wenn ein Forumsmitglied auf den Link für "
2467
- "angehängte Dateien in Thema und Beiträgen klickt, dafür aber keine "
2468
- "ausreichende Berechtigung hat."
2469
-
2470
- #: wpf-admin/options-tabs/posts.php:209
2471
- msgid "Post Preview and Draft Saving"
2472
- msgstr ""
2473
-
2474
- #: wpf-admin/options-tabs/posts.php:219
2475
- msgid "Post Preview"
2476
- msgstr ""
2477
-
2478
- #: wpf-admin/options-tabs/posts.php:228
2479
- msgid "Post Draft"
2480
- msgstr ""
2481
-
2482
- #: wpf-admin/options-tabs/posts.php:233
2483
- msgid "disabled"
2484
- msgstr ""
2485
-
2486
- #: wpf-admin/options-tabs/posts.php:234
2487
- msgid "15 seconds"
2488
- msgstr ""
2489
-
2490
- #: wpf-admin/options-tabs/posts.php:235
2491
- msgid "30 seconds"
2492
- msgstr ""
2493
-
2494
- #: wpf-admin/options-tabs/posts.php:236
2495
- msgid "1 minute"
2496
- msgstr ""
2497
-
2498
- #: wpf-admin/options-tabs/posts.php:237
2499
- msgid "2 minutes"
2500
- msgstr ""
2501
-
2502
- #: wpf-admin/options-tabs/posts.php:238
2503
- msgid "5 minutes"
2504
- msgstr ""
2505
-
2506
- #: wpf-admin/options-tabs/posts.php:241
2507
- msgid "Auto Drafting Interval"
2508
- msgstr ""
2509
-
2510
- #: wpf-admin/options-tabs/posts.php:247
2511
- msgid "Max Number of Revisions"
2512
- msgstr ""
2513
-
2514
- #: wpf-admin/options-tabs/styles.php:14
2515
- msgid "Font Sizes"
2516
- msgstr "Schriftgrößen"
2517
-
2518
- #: wpf-admin/options-tabs/styles.php:29 wpf-admin/tools-tabs/antispam.php:237
2519
- #: wpf-includes/wpf-phrases.php:666
2520
- msgid "Post Content"
2521
- msgstr "Beitragsinhalt"
2522
-
2523
- #: wpf-admin/options-tabs/styles.php:37 wpf-includes/wpf-phrases.php:247
2524
- msgid "Custom CSS Code"
2525
- msgstr "Benutzerdefinierter CSS Code"
2526
-
2527
- #: wpf-admin/options-tabs/styles.php:44
2528
- msgid "Forum Color Styles"
2529
- msgstr "Forum Farben"
2530
-
2531
- #: wpf-admin/options-tabs/styles.php:44
2532
- msgid "Colors Documentation"
2533
- msgstr "Farbdokumentation"
2534
-
2535
- #: wpf-admin/options-tabs/styles.php:110
2536
- msgid "Problems with colors?"
2537
- msgstr ""
2538
-
2539
- #: wpf-admin/options-tabs/styles.php:111
2540
- #, php-format
2541
- msgid ""
2542
- "After changing and saving colors, go to the forum front-end and press %s "
2543
- "twice. If you don't see any change, please follow to the instruction below."
2544
- msgstr ""
2545
-
2546
- #: wpf-admin/options-tabs/styles.php:113
2547
- msgid ""
2548
- "In most cases, this problem comes from your server file writing permissions. "
2549
- "Files are not permitted to change, thus the forum color provider colors.css "
2550
- "file is not updated with your changes. If you cannot fix this issue in "
2551
- "hosting server, then the following easy steps can solve your problem:"
2552
- msgstr ""
2553
-
2554
- #: wpf-admin/options-tabs/styles.php:115
2555
- #, php-format
2556
- msgid ""
2557
- "Create colors.css file or simply download %s file with the CSS code provided "
2558
- "in the textarea below,"
2559
- msgstr ""
2560
-
2561
- #: wpf-admin/options-tabs/styles.php:116
2562
- #, php-format
2563
- msgid "Upload and replace %s file in %s directory,"
2564
- msgstr ""
2565
-
2566
- #: wpf-admin/options-tabs/styles.php:117
2567
- #, php-format
2568
- msgid ""
2569
- "Delete website cache, reset CSS file optimizer and minifier plugins caches, "
2570
- "purge CDN data (if you have), then go to the forum front-end and press %s "
2571
- "twice."
2572
- msgstr ""
2573
-
2574
- #: wpf-admin/options-tabs/styles.php:123
2575
- msgid "Copied"
2576
- msgstr ""
2577
-
2578
- #: wpf-admin/options-tabs/styles.php:125
2579
- msgid "Download"
2580
- msgstr ""
2581
-
2582
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:303
2583
- msgid "Forum Settings"
2584
- msgstr "Forums-Einstellungen"
2585
-
2586
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:315
2587
- msgid "General"
2588
- msgstr "Allgemein"
2589
-
2590
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:291
2591
- msgid "Forum Accesses"
2592
- msgstr "Forumszugriffe"
2593
-
2594
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:525
2595
- msgid "Topics &amp; Posts"
2596
- msgstr "Themen &amp; Beiträge"
2597
-
2598
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:262
2599
- msgid "Emails"
2600
- msgstr "E-Mails"
2601
-
2602
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:282
2603
- msgid "Features"
2604
- msgstr "Funktionen"
2605
-
2606
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:497
2607
- msgid "Styles"
2608
- msgstr "Darstellung"
2609
-
2610
- #: wpf-admin/options.php:23
2611
- msgid "API's (Social Network)"
2612
- msgstr ""
2613
-
2614
- #: wpf-admin/phrase.php:13 wpf-includes/wpf-phrases.php:313
2615
- msgid "Front-end Phrases"
2616
- msgstr "Front-End-Übersetzungen"
2617
-
2618
- #: wpf-admin/phrase.php:70 wpf-includes/wpf-phrases.php:456
2619
- msgid "Save"
2620
- msgstr "Speichern"
2621
-
2622
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:306
2623
- msgid "Forum Themes"
2624
- msgstr "Forum Themes"
2625
-
2626
- #: wpf-admin/themes.php:43 wpf-includes/wpf-phrases.php:246
2627
- msgid "Current active theme"
2628
- msgstr "Derzeit aktives Theme"
2629
-
2630
- #: wpf-admin/themes.php:49 wpf-includes/wpf-phrases.php:329
2631
- msgid "LAYOUTS"
2632
- msgstr "LAYOUTS"
2633
-
2634
- #: wpf-admin/themes.php:65 wpf-includes/wpf-phrases.php:203
2635
- msgid "Activate"
2636
- msgstr "Aktiviere"
2637
-
2638
- #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:310
2639
- msgid "Fresh Installation"
2640
- msgstr "Frische Installation"
2641
-
2642
- #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:326
2643
- msgid "Install"
2644
- msgstr "Installieren"
2645
-
2646
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:224
2647
- msgid "Are you sure you want to delete this theme files?"
2648
- msgstr "Bist du sicher, dass du diese Theme-Dateien löschen möchtest?"
2649
-
2650
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:226
2651
- msgid ""
2652
- "Are you sure you want to reset all settings and style colors to default?"
2653
- msgstr ""
2654
- "Bist du sicher, dass du alle Einstellungen und Farben auf die "
2655
- "Standardeinstellungen zurücksetzen möchtest?"
2656
-
2657
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:454
2658
- msgid "Reset Settings"
2659
- msgstr "Reset Einstellungen"
2660
-
2661
- #: wpf-admin/themes.php:89 wpf-includes/wpf-phrases.php:387
2662
- msgid "No layout found"
2663
- msgstr "Kein Layout gefunden"
2664
-
2665
- #: wpf-admin/themes.php:100 wpf-includes/wpf-phrases.php:392
2666
- msgid "No theme found"
2667
- msgstr "Kein Theme gefunden"
2668
-
2669
- #: wpf-admin/tools-tabs/antispam.php:11
2670
- msgid ""
2671
- "is not installed! For an advanced Spam Control please install Akismet "
2672
- "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
2673
- "already integrated with wpForo. It'll help to filter posts and protect forum "
2674
- "against spam attacks."
2675
- msgstr ""
2676
- "ist nicht installiert! Für eine erweiterte Spam-Kontrolle installiere bitte "
2677
- "das Akismet-Antispam-Plugin. Es funktioniert gut mit dem wpForo-Spam-"
2678
- "Kontrollsystem. Akismet ist bereits in wpForo integriert. Es hilft, Beiträge "
2679
- "zu filtern und das Forum vor Spam-Angriffen zu schützen (Anmerkung des "
2680
- "Übersetzers: Akismet ist nur bedingt DSGVO-kompatibel)."
2681
-
2682
- #: wpf-admin/tools-tabs/antispam.php:22
2683
- msgid "Spam Control"
2684
- msgstr "Spam-Beobachtung"
2685
-
2686
- #: wpf-admin/tools-tabs/antispam.php:23
2687
- msgid ""
2688
- "Some useful options to limit just registered users and minimize spam. This "
2689
- "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2690
- "pass moderation\" permissions."
2691
- msgstr ""
2692
- "Einige nützliche Optionen, um neu registrierte Benutzer einzuschränken und "
2693
- "Spam zu minimieren. Dieses Steuerelement wirkt sich nicht auf Benutzer aus, "
2694
- "deren Benutzergruppe über die Berechtigungen \"Can edit member\" und \"Can "
2695
- "pass moderation\" verfügt."
2696
-
2697
- #: wpf-admin/tools-tabs/antispam.php:29
2698
- msgid "Enable wpForo Spam Control"
2699
- msgstr "Aktiviere wpForo Spam-Beobachtung"
2700
-
2701
- #: wpf-admin/tools-tabs/antispam.php:38
2702
- msgid "Ban user when spam is suspected"
2703
- msgstr "Benutzer sperren, wenn Spam vermutet wird"
2704
-
2705
- #: wpf-admin/tools-tabs/antispam.php:47
2706
- msgid "Notify via email when new user is banned"
2707
- msgstr "E-Mail-Benachrichtigung, wenn ein neuer Benutzer gesperrt wird"
2708
-
2709
- #: wpf-admin/tools-tabs/antispam.php:56
2710
- msgid "Spam Suspicion Level for Topics"
2711
- msgstr "Spam-Verdachtsstufe für Themen"
2712
-
2713
- #: wpf-admin/tools-tabs/antispam.php:60
2714
- msgid "Spam Suspicion Level for Posts"
2715
- msgstr "Spam-Verdachtsstufe für Beiträge"
2716
-
2717
- #: wpf-admin/tools-tabs/antispam.php:65
2718
- msgid " is enabled"
2719
- msgstr " ist aktiv"
2720
-
2721
- #: wpf-admin/tools-tabs/antispam.php:74
2722
- msgid "New Registered User"
2723
- msgstr "Neu registrierter Benutzer"
2724
-
2725
- #: wpf-admin/tools-tabs/antispam.php:75
2726
- msgid ""
2727
- "Some useful options to limit just registered users and minimize spam. These "
2728
- "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2729
- "pass moderation\" permissions."
2730
- msgstr ""
2731
- "Einige nützliche Optionen, um neu registrierte Benutzer einzuschränken und "
2732
- "Spam zu minimieren. Dieses Steuerelement wirkt sich nicht auf Benutzer aus, "
2733
- "deren Benutzergruppe über die Berechtigungen \"Can edit member\" und \"Can "
2734
- "pass moderation\" verfügt."
2735
-
2736
- #: wpf-admin/tools-tabs/antispam.php:82
2737
- msgid "User is New (under hard spam control) during"
2738
- msgstr "Benutzer ist Neu (unter schwerer Spam-Beobachtung) während"
2739
-
2740
- #: wpf-admin/tools-tabs/antispam.php:84
2741
- msgid "first"
2742
- msgstr "erstens"
2743
-
2744
- #: wpf-admin/tools-tabs/antispam.php:84
2745
- msgid "posts"
2746
- msgstr "Beiträge"
2747
-
2748
- #: wpf-admin/tools-tabs/antispam.php:87
2749
- msgid "Posts must be manually approved"
2750
- msgstr ""
2751
-
2752
- #: wpf-admin/tools-tabs/antispam.php:96
2753
- msgid "Min number of posts to be able attach files"
2754
- msgstr "Mindestanzahl von Beiträgen, um Dateien anzuhängen"
2755
-
2756
- #: wpf-admin/tools-tabs/antispam.php:100
2757
- msgid "Min number of posts to be able post links"
2758
- msgstr "Mindestanzahl an Beiträgen, um Links zu erstellen"
2759
-
2760
- #: wpf-admin/tools-tabs/antispam.php:105
2761
- msgid "Do not allow to attach files with following extensions:"
2762
- msgstr "Anhangsdateien mit folgenden Erweiterungen nicht erlauben:"
2763
-
2764
- #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2744
2765
- msgid "Google reCAPTCHA"
2766
- msgstr "Google reCAPTCHA"
2767
-
2768
- #: wpf-admin/tools-tabs/antispam.php:119
2769
- msgid ""
2770
- "reCAPTCHA protects you against spam and other types of automated abuse. It "
2771
- "makes secure topic and post editors when Guest Posting is allowed, also it "
2772
- "protects login and registration forms against spam attacks."
2773
- msgstr ""
2774
- "reCAPTCHA schützt vor Spam und anderen Arten von automatisiertem Missbrauch. "
2775
- "Es bietet sichere Editoren für Themen und Beiträge, wenn das Posten von "
2776
- "Gästen zulässig ist, und schützt Anmelde- und Registrierungsformulare vor "
2777
- "Spam-Angriffen. Anmerkung des Übersetzers: Die Verwendung von Google-"
2778
- "Produkte benötigt vor dem Hintergrund der DSGVO besondere Aufmerksamkeit."
2779
-
2780
- #: wpf-admin/tools-tabs/antispam.php:121
2781
- msgid "reCAPTCHA API Keys"
2782
- msgstr ""
2783
-
2784
- #: wpf-admin/tools-tabs/antispam.php:123
2785
- msgid ""
2786
- "To start using reCAPTCHA, you need to sign up for an API key pair for your "
2787
- "site."
2788
- msgstr ""
2789
- "Um reCAPTCHA zu verwenden, benötigst du zwei API-Schlüssel. Dafür musst du "
2790
- "dich anmelden und deine Seite registrieren."
2791
-
2792
- #: wpf-admin/tools-tabs/antispam.php:124
2793
- msgid "Register your site and get API keys here &raquo;"
2794
- msgstr "Registriere deine Seite und erhalte die API Schlüssel hier &raquo;"
2795
-
2796
- #: wpf-admin/tools-tabs/antispam.php:131
2797
- msgid "Site Key"
2798
- msgstr "Seitenschlüssel"
2799
-
2800
- #: wpf-admin/tools-tabs/antispam.php:137
2801
- msgid "Secret Key"
2802
- msgstr "Geheimer Schlüssel"
2803
-
2804
- #: wpf-admin/tools-tabs/antispam.php:144
2805
- msgid "reCAPTCHA Settings"
2806
- msgstr "reCAPTCHA Einstellungen"
2807
-
2808
- #: wpf-admin/tools-tabs/antispam.php:149
2809
- msgid "reCAPTCHA Theme"
2810
- msgstr "reCAPTCHA Theme"
2811
-
2812
- #: wpf-admin/tools-tabs/antispam.php:152
2813
- msgid "Light"
2814
- msgstr "Hell"
2815
-
2816
- #: wpf-admin/tools-tabs/antispam.php:153
2817
- msgid "Dark"
2818
- msgstr "Dunkel"
2819
-
2820
- #: wpf-admin/tools-tabs/antispam.php:158
2821
- msgid "Guest Topic Editor"
2822
- msgstr "Gastthemen-Editor"
2823
-
2824
- #: wpf-admin/tools-tabs/antispam.php:167
2825
- msgid "Guest Post Editor"
2826
- msgstr "Gastbeitrags-Editor"
2827
-
2828
- #: wpf-admin/tools-tabs/antispam.php:177
2829
- msgid "wpForo Login Form"
2830
- msgstr "wpForo Login-Formular"
2831
-
2832
- #: wpf-admin/tools-tabs/antispam.php:186
2833
- msgid "wpForo Registration Form"
2834
- msgstr "wpForo Registrierungs-Formular"
2835
-
2836
- #: wpf-admin/tools-tabs/antispam.php:195
2837
- msgid "wpForo Reset Password Form"
2838
- msgstr "wpForo Passwort-Zurücksetzen-Formular"
2839
-
2840
- #: wpf-admin/tools-tabs/antispam.php:204
2841
- msgid "WordPress Login Form"
2842
- msgstr "WordPress Login-Formular"
2843
-
2844
- #: wpf-admin/tools-tabs/antispam.php:213
2845
- msgid "WordPress Registration Form"
2846
- msgstr "WordPress Registrierungs-Formular"
2847
-
2848
- #: wpf-admin/tools-tabs/antispam.php:222
2849
- msgid "WordPress Reset Password Form"
2850
- msgstr "WordPress Passwort-Zurücksetzen-Formular"
2851
-
2852
- #: wpf-admin/tools-tabs/antispam.php:238
2853
- msgid "Options to control and filter post content"
2854
- msgstr "Optionen zum Steuern und Filtern von Beitragsinhalten"
2855
-
2856
- #: wpf-admin/tools-tabs/antispam.php:245
2857
- msgid "Allow extra HTML tags"
2858
- msgstr "Zusätzliche HTML-Tags zulassen"
2859
-
2860
- #: wpf-admin/tools-tabs/antispam.php:246
2861
- msgid ""
2862
- "By default wpForo allows all secure HTML tags in post content. Allowing a "
2863
- "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
2864
- "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
2865
- "party ads and viruses to forum."
2866
- msgstr ""
2867
- "Standardmäßig lässt wpForo nur die sicheren HTML-Tags im Post-Inhalt zu. Das "
2868
- "Zulassen eines neuen HTML-Tags kann sich auf die Sicherheit Ihres Forums "
2869
- "auswirken. Zum Beispiel können &lt;iframe&gt; und &lt;script&gt; von "
2870
- "Spammern und Hackern verwendet werden, um Anzeigen und Viren von "
2871
- "Drittanbietern in das Forum zu laden."
2872
-
2873
- #: wpf-admin/tools-tabs/antispam.php:247
2874
- msgid "Example of adding a new HTML tags: "
2875
- msgstr "Beispiel für das Hinzufügen eines neuen HTML-Tags "
2876
-
2877
- #: wpf-admin/tools-tabs/antispam.php:264
2878
- msgid "Possible Spam Attachments"
2879
- msgstr "Mögliche Spam-Anhänge"
2880
-
2881
- #: wpf-admin/tools-tabs/antispam.php:265
2882
- msgid ""
2883
- "This tool is designed to find attachment which have been uploaded by "
2884
- "spammers. The tool checks most common spammer filenames and suggest to "
2885
- "delete but you should check one by one and make sure those are spam files "
2886
- "before deleting."
2887
- msgstr ""
2888
- "Dieses Tool dient zum Auffinden von Anhängen, die von Spammern hochgeladen "
2889
- "wurden. Das Tool überprüft die gängigsten Spammer-Dateinamen und schlägt "
2890
- "vor, sie zu löschen. Du solltest sie jedoch einzeln überprüfen und "
2891
- "sicherstellen, dass es sich wirklich um Spam-Dateien handelt, bevor du sie "
2892
- "löschst."
2893
-
2894
- #: wpf-admin/tools-tabs/antispam.php:270
2895
- msgid "Enable File Scanner"
2896
- msgstr "Datei-Scanner aktivieren"
2897
-
2898
- #: wpf-admin/tools-tabs/antispam.php:280
2899
- msgid "Exclude file extensions"
2900
- msgstr "Datei-Erweiterungen ausschließen"
2901
-
2902
- #: wpf-admin/tools-tabs/antispam.php:286
2903
- msgid "Directory"
2904
- msgstr "Verzeichnis"
2905
-
2906
- #: wpf-admin/tools-tabs/antispam.php:313 wpf-includes/wpf-phrases.php:107
2907
- msgid "Delete this file"
2908
- msgstr "Diese Datei löschen"
2909
-
2910
- #: wpf-admin/tools-tabs/antispam.php:313
2911
- msgid "Are you sure you want to permanently delete this file?"
2912
- msgstr "Bist du sicher, dass diese Datei wirklich dauerhaft löschen willst?"
2913
-
2914
- #: wpf-admin/tools-tabs/antispam.php:324
2915
- msgid "Click to delete Blue marked files"
2916
- msgstr "Klicke, um Blau markierte Dateien zu löschen"
2917
-
2918
- #: wpf-admin/tools-tabs/antispam.php:325
2919
- msgid ""
2920
- "Are you sure you want to delete all BLUE marked files listed here. Please "
2921
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2922
- "before deleting files, this is not undoable."
2923
- msgstr ""
2924
- "Möchtest du wirklich alle hier aufgelisteten BLAU markierten Dateien "
2925
- "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2926
- "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2927
-
2928
- #: wpf-admin/tools-tabs/antispam.php:326 wpf-admin/tools-tabs/antispam.php:332
2929
- #: wpf-admin/tools-tabs/antispam.php:338 wpf-admin/tools-tabs/antispam.php:344
2930
- msgid "Delete All"
2931
- msgstr "Alles löschen"
2932
-
2933
- #: wpf-admin/tools-tabs/antispam.php:329
2934
- msgid "Click to delete Orange marked files"
2935
- msgstr "Klicke, um Orange markierte Dateien zu löschen"
2936
-
2937
- #: wpf-admin/tools-tabs/antispam.php:331
2938
- msgid ""
2939
- "Are you sure you want to delete all ORANGE marked files listed here. Please "
2940
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2941
- "before deleting files, this is not undoable."
2942
- msgstr ""
2943
- "Möchtest du wirklich alle hier aufgelisteten ORANGE markierten Dateien "
2944
- "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2945
- "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2946
-
2947
- #: wpf-admin/tools-tabs/antispam.php:335
2948
- msgid "Click to delete Red marked files"
2949
- msgstr "Klicke, um Rot markierte Dateien zu löschen"
2950
-
2951
- #: wpf-admin/tools-tabs/antispam.php:337
2952
- msgid ""
2953
- "Are you sure you want to delete all RED marked files listed here. Please "
2954
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2955
- "before deleting files, this is not undoable."
2956
- msgstr ""
2957
- "Möchtest du wirklich alle hier aufgelisteten DUNKELROT markierten Dateien "
2958
- "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2959
- "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2960
-
2961
- #: wpf-admin/tools-tabs/antispam.php:341
2962
- msgid "Click to delete Dark Red marked files"
2963
- msgstr "Klicke, um Dunkelrot markierte Dateien zu löschen"
2964
-
2965
- #: wpf-admin/tools-tabs/antispam.php:343
2966
- msgid ""
2967
- "Are you sure you want to delete all DARK RED marked files listed here. "
2968
- "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2969
- "computer before deleting files, this is not undoable."
2970
- msgstr ""
2971
- "Möchtest du wirklich alle hier aufgelisteten DUNKELROT markierten Dateien "
2972
- "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2973
- "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2974
-
2975
- #: wpf-admin/tools-tabs/cleanup.php:13
2976
- msgid "Delete Inactive Users"
2977
- msgstr "Inaktive Benutzer löschen"
2978
-
2979
- #: wpf-admin/tools-tabs/cleanup.php:14
2980
- msgid ""
2981
- "Inactive users are the account owners who have no topics, posts, comments "
2982
- "and subscriptions for new content. In 99&#37; cases this kind of accounts "
2983
- "are being registered by Spammers. This tool allows you to only keep active "
2984
- "and known inactive users."
2985
- msgstr ""
2986
- "Inaktive Benutzer sind die Kontoinhaber, die keine Themen, Beiträge, "
2987
- "Kommentare und Abonnements für neue Inhalte haben. In 99% der Fälle werden "
2988
- "solche Konten von Spammern registriert. Mit diesem Tool kannst du nur aktive "
2989
- "und bekannte inaktive Benutzer behalten."
2990
-
2991
- #: wpf-admin/tools-tabs/cleanup.php:20
2992
- msgid "Inactive users who have been registered more than"
2993
- msgstr "Inaktive Benutzer, die häufiger registriert wurden, als"
2994
-
2995
- #: wpf-admin/tools-tabs/cleanup.php:21
2996
- msgid "days ago"
2997
- msgstr "Tage zuvor"
2998
-
2999
- #: wpf-admin/tools-tabs/cleanup.php:26
3000
- msgid "Filter by Usergroups"
3001
- msgstr "Filter nach Benutzergruppen"
3002
-
3003
- #: wpf-admin/tools-tabs/cleanup.php:37
3004
- msgid "Enable Auto-cleanup of inactive users"
3005
- msgstr "Aktivieren die automatische Bereinigung inaktiver Benutzer"
3006
-
3007
- #: wpf-admin/tools-tabs/debug.php:33
3008
- msgid "Debug Information"
3009
- msgstr ""
3010
-
3011
- #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
3012
- #: wpf-admin/tools-tabs/debug.php:68
3013
- msgid "User Data"
3014
- msgstr ""
3015
-
3016
- #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
3017
- msgid "Tables"
3018
- msgstr ""
3019
-
3020
- #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
3021
- msgid "Server"
3022
- msgstr ""
3023
-
3024
- #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
3025
- msgid "Errors & Issues"
3026
- msgstr ""
3027
-
3028
- #: wpf-admin/tools-tabs/debug.php:75
3029
- msgid "User ID"
3030
- msgstr ""
3031
-
3032
- #: wpf-admin/tools-tabs/debug.php:76
3033
- msgid "Display User Data"
3034
- msgstr ""
3035
-
3036
- #: wpf-admin/tools-tabs/debug.php:86
3037
- msgid "User Meta Data"
3038
- msgstr ""
3039
-
3040
- #: wpf-admin/tools-tabs/debug.php:98
3041
- msgid "User Cookies"
3042
- msgstr ""
3043
-
3044
- #: wpf-admin/tools-tabs/debug.php:111
3045
- msgid "No user found."
3046
- msgstr ""
3047
-
3048
- #: wpf-admin/tools-tabs/debug.php:119
3049
- msgid "Problems Found in Database"
3050
- msgstr ""
3051
-
3052
- #: wpf-admin/tools-tabs/debug.php:125
3053
- msgid "Table name"
3054
- msgstr ""
3055
-
3056
- #: wpf-admin/tools-tabs/debug.php:126
3057
- msgid "Problem description"
3058
- msgstr ""
3059
-
3060
- #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
3061
- #: wpf-admin/tools-tabs/debug.php:148
3062
- msgid "Table:"
3063
- msgstr ""
3064
-
3065
- #: wpf-admin/tools-tabs/debug.php:133
3066
- msgid "Missing fields: "
3067
- msgstr ""
3068
-
3069
- #: wpf-admin/tools-tabs/debug.php:141
3070
- msgid "Missing keys: "
3071
- msgstr ""
3072
-
3073
- #: wpf-admin/tools-tabs/debug.php:149
3074
- msgid "Doesn't exists"
3075
- msgstr ""
3076
-
3077
- #: wpf-admin/tools-tabs/debug.php:158
3078
- msgid "Recheck DB"
3079
- msgstr ""
3080
-
3081
- #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
3082
- msgid "Solve database problems"
3083
- msgstr ""
3084
-
3085
- #: wpf-admin/tools-tabs/debug.php:168
3086
- msgid "IMPORTANT!"
3087
- msgstr ""
3088
-
3089
- #: wpf-admin/tools-tabs/debug.php:169
3090
- #, php-format
3091
- msgid ""
3092
- "If the %s button doesn't solve the issues. Please use the SQl commands below "
3093
- "in your hosting service cPanel > phpMyAdmin Database Manager > WordPress "
3094
- "Database > SQL Tab. In case you're not familiar with hosting service tools, "
3095
- "please contact to your hosting service support team and forward them this "
3096
- "message with the SQL command."
3097
- msgstr ""
3098
-
3099
- #: wpf-admin/tools-tabs/debug.php:170
3100
- msgid "Problem fixer SQL commands:"
3101
- msgstr ""
3102
-
3103
- #: wpf-admin/tools-tabs/debug.php:193
3104
- msgid "No Problems Found in Database"
3105
- msgstr ""
3106
-
3107
- #: wpf-admin/tools-tabs/debug.php:197
3108
- msgid "Database Tables"
3109
- msgstr ""
3110
-
3111
- #: wpf-admin/tools-tabs/debug.php:246 wpf-includes/wpf-phrases.php:394
3112
- msgid "Not available"
3113
- msgstr "Nicht verfügbar"
3114
-
3115
- #: wpf-admin/tools-tabs/debug.php:246
3116
- msgid ""
3117
- "Please contact to your hosting service support team and ask them enable PHP "
3118
- "cURL module"
3119
- msgstr ""
3120
-
3121
- #: wpf-admin/tools-tabs/debug.php:252
3122
- msgid "Not enabled"
3123
- msgstr ""
3124
-
3125
- #: wpf-admin/tools-tabs/debug.php:252
3126
- msgid ""
3127
- "Please enable mod_rewrite on your server, this is required for wpForo forum"
3128
- msgstr ""
3129
-
3130
- #: wpf-admin/tools-tabs/debug.php:263
3131
- msgid "Issues and Recommendations"
3132
- msgstr ""
3133
-
3134
- #: wpf-admin/tools-tabs/debug.php:271
3135
- msgid "Error Logs"
3136
- msgstr ""
3137
-
3138
- #: wpf-admin/tools-tabs/debug.php:397
3139
- msgid "The default Guest usergroup is not found!"
3140
- msgstr ""
3141
-
3142
- #: wpf-admin/tools-tabs/debug.php:398
3143
- msgid ""
3144
- "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database "
3145
- "Manager"
3146
- msgstr ""
3147
-
3148
- #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/class-usergroups.php:48
3149
- #: wpf-includes/wpf-phrases.php:719
3150
- msgid "Dashboard - Manage Forums"
3151
- msgstr "Dashboard - Foren verwalten"
3152
-
3153
- #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/class-usergroups.php:49
3154
- #: wpf-includes/wpf-phrases.php:720
3155
- msgid "Dashboard - Manage Settings"
3156
- msgstr "Dashboard - Einstellungen verwalten"
3157
-
3158
- #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/class-usergroups.php:50
3159
- #: wpf-includes/wpf-phrases.php:721
3160
- msgid "Dashboard - Manage Tools"
3161
- msgstr "Dashboard - Werkzeuge verwalten"
3162
-
3163
- #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/class-usergroups.php:51
3164
- #: wpf-includes/wpf-phrases.php:725
3165
- msgid "Dashboard - Manage Members"
3166
- msgstr "Dashboard - Mitglieder verwalten"
3167
-
3168
- #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/class-usergroups.php:52
3169
- #: wpf-includes/wpf-phrases.php:722
3170
- msgid "Dashboard - Moderate Topics & Posts"
3171
- msgstr "Dashboard - Moderiere Themen & Beiträge"
3172
-
3173
- #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/class-usergroups.php:53
3174
- #: wpf-includes/wpf-phrases.php:728
3175
- msgid "Dashboard - Manage Usergroups"
3176
- msgstr "Dashboard - Benutzergruppen verwalten"
3177
-
3178
- #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/class-usergroups.php:54
3179
- #: wpf-includes/wpf-phrases.php:723
3180
- msgid "Dashboard - Manage Phrases"
3181
- msgstr "Dashboard - Phrasen verwalten"
3182
-
3183
- #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/class-usergroups.php:55
3184
- #: wpf-includes/wpf-phrases.php:724
3185
- msgid "Dashboard - Manage Themes"
3186
- msgstr "Dashboard - Themes verwalten"
3187
-
3188
- #: wpf-admin/tools-tabs/debug.php:413 wpf-includes/class-usergroups.php:57
3189
- #: wpf-includes/wpf-phrases.php:726
3190
- msgid "Dashboard - Can edit member"
3191
- msgstr "Dashboard - Kann Mitglieder bearbeiten"
3192
-
3193
- #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
3194
- msgid "Dashboard - Can ban member"
3195
- msgstr "Dashboard - Kann Mitglieder sperren"
3196
-
3197
- #: wpf-admin/tools-tabs/debug.php:415 wpf-includes/class-usergroups.php:59
3198
- #: wpf-includes/wpf-phrases.php:727
3199
- msgid "Dashboard - Can delete member"
3200
- msgstr "Dashboard - Kann Mitglieder löschen"
3201
-
3202
- #: wpf-admin/tools-tabs/debug.php:416 wpf-includes/class-usergroups.php:72
3203
- #: wpf-includes/wpf-phrases.php:734
3204
- msgid "Front - Can view member username"
3205
- msgstr "Front - Kann Benutzernamen sehen"
3206
-
3207
- #: wpf-admin/tools-tabs/debug.php:430
3208
- msgid "New registered users get access to forum settings!"
3209
- msgstr ""
3210
-
3211
- #: wpf-admin/tools-tabs/debug.php:440
3212
- msgid "Conflict with Autoptimize plugin!"
3213
- msgstr ""
3214
-
3215
- #: wpf-admin/tools-tabs/debug.php:441
3216
- msgid ""
3217
- "Please navigate to Settings > Autoptimize > Main Tab, click on top right "
3218
- "[Show advanced settings] button, find \"Exclude scripts from Autoptimize\" "
3219
- "option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on "
3220
- "[Save Changes and Empty Cache] button bellow."
3221
- msgstr ""
3222
-
3223
- #: wpf-admin/tools-tabs/debug.php:451
3224
- msgid "WordPress Email sending function wp_mail() doesn't work!"
3225
- msgstr ""
3226
-
3227
- #: wpf-admin/tools-tabs/debug.php:452
3228
- msgid ""
3229
- "In most cases this is a server issue. We recommend you contact to your "
3230
- "hosting service support team or open a support topic in wordpress.org "
3231
- "support forum. Also there are many good articles regarding this issue in "
3232
- "web. For example "
3233
- msgstr ""
3234
-
3235
- #: wpf-admin/tools-tabs/debug.php:452
3236
- msgid "How to Fix WordPress Not Sending Email Issue"
3237
- msgstr ""
3238
-
3239
- #: wpf-admin/tools-tabs/debug.php:459
3240
- msgid "wpForo phrases are missing!"
3241
- msgstr ""
3242
-
3243
- #: wpf-admin/tools-tabs/debug.php:460
3244
- msgid ""
3245
- "Please download wpForo Phrases XML compressed file, unzip it, find english."
3246
- "xml file, navigate to Forums > Settings > General Tab and import it using "
3247
- "[Add New] button of \"XML Based Language\" option."
3248
- msgstr ""
3249
-
3250
- #: wpf-admin/tools-tabs/debug.php:460
3251
- msgid "Download wpForo Phrases"
3252
- msgstr ""
3253
-
3254
- #: wpf-admin/tools-tabs/debug.php:477
3255
- msgid "No issues found"
3256
- msgstr ""
3257
-
3258
- #: wpf-admin/tools-tabs/debug.php:493
3259
- msgid "Error Log File"
3260
- msgstr ""
3261
-
3262
- #: wpf-admin/tools-tabs/debug.php:500
3263
- msgid "No errors found"
3264
- msgstr ""
3265
-
3266
- #: wpf-admin/tools-tabs/legal.php:16
3267
- msgid "Forum Privacy Policy and GDPR compliant"
3268
- msgstr "Forum-Datenschutzerklärung und DSGVO-Konformität"
3269
-
3270
- #: wpf-admin/tools-tabs/legal.php:16
3271
- msgid "Documentation"
3272
- msgstr "Dokumentation"
3273
-
3274
- #: wpf-admin/tools-tabs/legal.php:19
3275
- msgid ""
3276
- "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
3277
- "a regulation by which the European Parliament, the Council of the European "
3278
- "Union and the European Commission intend to strengthen and unify data "
3279
- "protection for all individuals within the European Union (EU). After four "
3280
- "years of preparation and debate the GDPR was finally approved by the EU "
3281
- "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
3282
- "those organizations in non-compliance may face heavy fines. More info at"
3283
- msgstr ""
3284
- "Die Datenschutzgrundverordnung (DSGVO) ist eine Verordnung, mit der das "
3285
- "Europäische Parlament, der Rat der Europäischen Union und die Europäische "
3286
- "Kommission den Datenschutz für alle Personen in der Europäischen Union "
3287
- "stärken und vereinheitlichen will). Nach vierjähriger Vorbereitung und "
3288
- "Diskussion wurde die DSGVO schließlich am 14. April 2016 vom EU-Parlament "
3289
- "gebilligt. In Deutschland trat die DSGVO am 25. Mai 2018 in Kraft. Seit "
3290
- "diesem Tag drohen Organisationen und Personen, die gegen die DSGVO "
3291
- "verstoßen, hohe Geldbußen. Mehr Infos unter"
3292
-
3293
- #: wpf-admin/tools-tabs/legal.php:20
3294
- msgid "GDPR Key Changes"
3295
- msgstr "DSGVO Schlüssel-Änderungen"
3296
-
3297
- #: wpf-admin/tools-tabs/legal.php:26
3298
- msgid "Contact Information"
3299
- msgstr "Kontakt Information"
3300
-
3301
- #: wpf-admin/tools-tabs/legal.php:28
3302
- msgid ""
3303
- "According to the GDPR, all users should have an option to contact website "
3304
- "administrator in following cases:"
3305
- msgstr ""
3306
- "Gemäß der DSGVO sollten alle Benutzer die Möglichkeit haben, in folgenden "
3307
- "Fällen den Administrator der Website zu kontaktieren:"
3308
-
3309
- #: wpf-admin/tools-tabs/legal.php:32
3310
- msgid "Obtain personal data and created content"
3311
- msgstr "Deine persönlichen Daten und erstellten Inhalte abrufen"
3312
-
3313
- #: wpf-admin/tools-tabs/legal.php:33
3314
- msgid "Delete account with created content"
3315
- msgstr "Konto mit erstelltem Inhalt löschen"
3316
-
3317
- #: wpf-admin/tools-tabs/legal.php:34
3318
- msgid "Report user data access and control issue"
3319
- msgstr "Ein Problem mit dem Zugriff auf Benutzerdaten und der Steuerung melden"
3320
-
3321
- #: wpf-admin/tools-tabs/legal.php:35
3322
- msgid "Report user rights violation"
3323
- msgstr "Verstoß gegen Benutzerrechte melden"
3324
-
3325
- #: wpf-admin/tools-tabs/legal.php:39
3326
- msgid "URL to - Contact Us - page"
3327
- msgstr "URL zur Kontaktseite"
3328
-
3329
- #: wpf-admin/tools-tabs/legal.php:40
3330
- msgid ""
3331
- "Please insert a page URL, where user can find a contact form or an "
3332
- "information to contact the forum administrator."
3333
- msgstr ""
3334
- "Bitte gebe eine Seiten-URL ein, unter der der Benutzer ein Kontaktformular "
3335
- "oder Informationen zur Kontaktaufnahme mit dem Forum-Administrator finden "
3336
- "kann."
3337
-
3338
- #: wpf-admin/tools-tabs/legal.php:45
3339
- msgid "Checkbox: I Accept Website Terms and Privacy Policy"
3340
- msgstr ""
3341
- "Kontrollkästchen: Ich akzeptiere die Nutzungsbedingungen und "
3342
- "Datenschutzbestimmungen der Website"
3343
-
3344
- #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3345
- msgid ""
3346
- "If this option is enabled, users must accept forum Terms and Privacy Policy "
3347
- "by checking the required checkbox on registration form to be able create a "
3348
- "forum account. The checkbox label can be managed in Forums > Phrases admin "
3349
- "page."
3350
- msgstr ""
3351
- "Wenn diese Option aktiviert ist, müssen Benutzer die Nutzungsbedingungen und "
3352
- "Datenschutzbestimmungen des Forums akzeptieren, indem sie das erforderliche "
3353
- "Kontrollkästchen auf dem Registrierungsformular aktivieren, um ein "
3354
- "Forumkonto erstellen zu können. Die Beschriftung des Kontrollkästchens kann "
3355
- "auf der Administrationsseite Foren > Sätze verwaltet werden."
3356
-
3357
- #: wpf-admin/tools-tabs/legal.php:57
3358
- msgid "Checkbox: I Agree to Receive an Email Confirmation"
3359
- msgstr ""
3360
- "Kontrollkästchen: Ich bin damit einverstanden, eine E-Mail-Bestätigung zu "
3361
- "erhalten"
3362
-
3363
- #: wpf-admin/tools-tabs/legal.php:58
3364
- msgid ""
3365
- "If this option is enabled, users must agree to receive an email confirmation "
3366
- "with a link to set a password by checking the required checkbox on "
3367
- "registration form to be able create a forum account. The checkbox label can "
3368
- "be managed in Forums > Phrases admin page."
3369
- msgstr ""
3370
- "Wenn diese Option aktiviert ist, müssen Benutzer zustimmen, eine E-Mail-"
3371
- "Bestätigung mit einem Link zum Festlegen eines Kennworts zu erhalten, indem "
3372
- "sie das erforderliche Kontrollkästchen auf dem Registrierungsformular "
3373
- "aktivieren, um ein Forumskonto erstellen zu können. Die Beschriftung des "
3374
- "Kontrollkästchens kann auf der Administrationsseite Foren > Sätze verwaltet "
3375
- "werden."
3376
-
3377
- #: wpf-admin/tools-tabs/legal.php:69
3378
- msgid "Website Terms and Privacy Policy Pages"
3379
- msgstr "Nutzungsbedingungen und Datenschutzerklärung der Website"
3380
-
3381
- #: wpf-admin/tools-tabs/legal.php:70
3382
- msgid ""
3383
- "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
3384
- "these pages will be included in registration form checkbox label (I'm agree "
3385
- "with website terms and privacy policy) and in Forum Privacy Policy. The "
3386
- "forum Privacy Policy does not cover your whole website, it is just an "
3387
- "extension of your website main Privacy Policy. Thus it should be linked to "
3388
- "according pages."
3389
- msgstr ""
3390
- "Bitte gebe URLs ein, die zu den Seiten mit den Nutzungsbedingungen und der "
3391
- "Datenschutzerklärung führen. Links zu diesen Seiten werden in das "
3392
- "Kontrollkästchen des Registrierungsformulars (ich bin mit den "
3393
- "Nutzungsbedingungen und den Datenschutzbestimmungen der Website "
3394
- "einverstanden) und in die Datenschutzbestimmungen des Forums aufgenommen. "
3395
- "Die Datenschutzrichtlinie des Forums deckt nicht die gesamte Website ab, "
3396
- "sondern ist lediglich eine Erweiterung der wichtigsten Datenschutzrichtlinie "
3397
- "Ihrer Website. Es sollte also auf entsprechende Seiten verlinkt sein."
3398
-
3399
- #: wpf-admin/tools-tabs/legal.php:73
3400
- msgid "URL to Website Terms page"
3401
- msgstr "URL zur Seite mit den Website-Nutzungsbedingungen"
3402
-
3403
- #: wpf-admin/tools-tabs/legal.php:73
3404
- msgid "Terms Page URL"
3405
- msgstr "URL der Seite mit den Nutzungsbedingungen"
3406
-
3407
- #: wpf-admin/tools-tabs/legal.php:74
3408
- msgid "URL to Website Privacy Policy page"
3409
- msgstr "URL zur Seite mit der Datenschutzerklärung"
3410
-
3411
- #: wpf-admin/tools-tabs/legal.php:74
3412
- msgid "Privacy Policy Page URL"
3413
- msgstr "URL derr Seite mit der Datenschutzerklärung"
3414
-
3415
- #: wpf-admin/tools-tabs/legal.php:79
3416
- msgid "Checkbox: I Agree to Forum Privacy Policy"
3417
- msgstr "Kontrollkästchen: Ich stimme den Datenschutzbestimmungen des Forums zu"
3418
-
3419
- #: wpf-admin/tools-tabs/legal.php:91
3420
- msgid "Forum Privacy Policy with GDPR compliant Template"
3421
- msgstr "Forum-Datenschutzrichtlinie mit DSGVO-kompatibler Vorlage"
3422
-
3423
- #: wpf-admin/tools-tabs/legal.php:92
3424
- msgid ""
3425
- "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
3426
- "to wpForo plugin functions and features. <u>In case you enable this privacy "
3427
- "policy template you become responsible for the content of this template.</"
3428
- "u> Please read this text carefully and make sure it suits your community "
3429
- "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
3430
- "your community rules. This template includes shortcodes [forum-name] and "
3431
- "[forum-url]. They are automatically replaced on registration page with "
3432
- "current forum details. Don't forget to add an information about your "
3433
- "organization, location and contacting ways (page, email, phone, etc...). "
3434
- "Also if you have a separate privacy policy page for website please add a "
3435
- "link to that page."
3436
- msgstr ""
3437
- "Dies ist ein Beispiel für eine Forum-Datenschutzrichtlinie mit DSGVO-"
3438
- "Konformität. Es wurde an die Funktionen und Features des wpForo-Plugins "
3439
- "angepasst. <u>Wenn du diese Datenschutzrichtlinienvorlage aktivierst, bist "
3440
- "du für den Inhalt dieser Vorlage verantwortlich.</ u> Lese diesen Text "
3441
- "sorgfältig durch und vergewissere dich, dass er zu deiner Community-"
3442
- "Datenschutzerklärung passt. Wenn dies nicht der Fall ist, solltest du diesen "
3443
- "Text bearbeiten und an deine Community-Regeln anpassen. Diese Vorlage "
3444
- "enthält die Shortcodes [Forum-Name] und [Forum-URL]. Sie werden auf der "
3445
- "Registrierungsseite automatisch durch die aktuellen Forendetails ersetzt. "
3446
- "Vergesse nicht, Informationen zu deiner Organisation, deinem Standort und "
3447
- "deinen Kontaktmöglichkeiten (Seite, E-Mail, Telefon usw.) hinzuzufügen. Wenn "
3448
- "du eine separate Datenschutzeerklärung für die Website hast, füge bitte "
3449
- "einen Link zu dieser Seite hinzu."
3450
-
3451
- #: wpf-admin/tools-tabs/legal.php:114
3452
- msgid "Checkbox: I Agree to create a forum account on Facebook Login"
3453
- msgstr ""
3454
- "Kontrollkästchen: Ich bin damit einverstanden, ein Forum-Konto via Facebook-"
3455
- "Login zu erstellen"
3456
-
3457
- #: wpf-admin/tools-tabs/legal.php:115
3458
- msgid ""
3459
- "If this option is enabled, the Facebook Login button becomes not-clickable "
3460
- "until user accept automatic account creation process based on his/her "
3461
- "Facebook public profile information. This checkbox and appropriate "
3462
- "information will be displayed with Facebook Login button to comply with the "
3463
- "GDPR"
3464
- msgstr ""
3465
- "Wenn diese Option aktiviert ist, kann die Facebook-Anmelde-Button erst dann "
3466
- "angeklickt werden, wenn der Benutzer die automatische Kontoerstellung auf "
3467
- "der Grundlage seiner öffentlichen Facebook-Profilinformationen akzeptiert. "
3468
- "Dieses Kontrollkästchen und die entsprechenden Informationen werden mit dem "
3469
- "Facebook-Anmelde-Button angezeigt, um der DSGVO zu entsprechen"
3470
-
3471
- #: wpf-admin/tools-tabs/legal.php:126
3472
- msgid "Forum Cookies"
3473
- msgstr "Forum Cookies"
3474
-
3475
- #: wpf-admin/tools-tabs/legal.php:127
3476
- msgid ""
3477
- "Please note, that this option is only related to wpForo cookies. This "
3478
- "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
3479
- "amount of data in cookies, it used to track visited forums and topics (bold "
3480
- "and normal titles). Also when a guest (not registered user) creates a topic "
3481
- "or post a reply, wpForo stores guest name and email address in cookies. "
3482
- "wpForo uses this information to detect current guest content (topics, posts) "
3483
- "and display it to the guest even if the content is under moderation (not "
3484
- "approved by moderators). Also wpForo stores guest name and email in cookies "
3485
- "to keep filled these fields when he/she posts a new reply or creates a new "
3486
- "topic."
3487
- msgstr ""
3488
- "Bitte beachte, dass diese Option nur für wpForo-Cookies gilt. Dies "
3489
- "deaktiviert nicht die Cookies von WordPress und anderen Plugins. wpForo "
3490
- "speichert eine kleine Menge von Daten in Cookies, um besuchte Foren und "
3491
- "Themen (fette und normale Titel) zu verfolgen. Auch wenn ein Gast (nicht "
3492
- "registrierter Benutzer) ein Thema erstellt oder eine Antwort sendet, "
3493
- "speichert wpForo den Namen und die E-Mail-Adresse des Gastes in Cookies. "
3494
- "wpForo verwendet diese Informationen, um den aktuellen Gastinhalt (Themen, "
3495
- "Beiträge) zu erkennen und dem Gast anzuzeigen, auch wenn der Inhalt "
3496
- "moderiert wird (nicht von den Moderatoren genehmigt). Außerdem speichert "
3497
- "wpForo den Namen und die E-Mail-Adresse des Gastes in Cookies, damit diese "
3498
- "Felder beim Posten einer neuen Antwort oder beim Erstellen eines neuen "
3499
- "Themas ausgefüllt bleiben."
3500
-
3501
- #: wpf-admin/tools-tabs/legal.php:139
3502
- msgid "Forum Rules"
3503
- msgstr "Forum Regeln"
3504
-
3505
- #: wpf-admin/tools-tabs/legal.php:145
3506
- msgid "Checkbox: I Accept Forum Rules"
3507
- msgstr "Kontrollkästchen: Ich akzeptiere die Forenregeln"
3508
-
3509
- #: wpf-admin/tools-tabs/legal.php:146
3510
- msgid ""
3511
- "If this option is enabled, users must accept forum rules by checking the "
3512
- "required checkbox on registration form to be able create a forum account. "
3513
- "The label text of this checkbox can be managed in Forums > Phrases admin "
3514
- "page. Search the label phrase, click on edit button and change it."
3515
- msgstr ""
3516
- "Wenn diese Option aktiviert ist, müssen Benutzer die Forenregeln "
3517
- "akzeptieren, indem sie das erforderliche Kontrollkästchen auf dem "
3518
- "Registrierungsformular aktivieren, um ein Forumkonto erstellen zu können. "
3519
- "Der Bezeichnungstext dieses Kontrollkästchens kann auf der "
3520
- "Administrationsseite \"Foren > Sätze\" verwaltet werden. Suche die "
3521
- "Beschriftungsphrase, klicke auf die Schaltfläche \"Bearbeiten\" und ändere "
3522
- "den Text."
3523
-
3524
- #: wpf-admin/tools-tabs/legal.php:157
3525
- msgid "Forum Rules Text"
3526
- msgstr "Text der Forum Regeln"
3527
-
3528
- #: wpf-admin/tools-tabs/legal.php:158
3529
- msgid "This is a basic example of forum rules provided by"
3530
- msgstr "Dies ist ein grundlegendes Beispiel für Forenregeln von"
3531
-
3532
- #: wpf-admin/tools-tabs/legal.php:158
3533
- msgid "You should edit this text and adapt it to your community rules."
3534
- msgstr ""
3535
- "Du solltest diesen Text bearbeiten und an deine Community-Regeln anpassen."
3536
-
3537
- #: wpf-admin/tools-tabs/misc.php:11
3538
- msgid "SEO Tools"
3539
- msgstr "SEO Werkzeuge"
3540
-
3541
- #: wpf-admin/tools-tabs/misc.php:19
3542
- msgid "Allowed dofollow domains"
3543
- msgstr "Zulässige Dofollow-Domains"
3544
-
3545
- #: wpf-admin/tools-tabs/misc.php:20
3546
- msgid ""
3547
- "wpForo adds nofollow to all links with external URLs. If you want to keep "
3548
- "some domains as internal please insert domains one per line in the textarea "
3549
- "bellow."
3550
- msgstr ""
3551
- "wpForo fügt allen Links mit externen URLs \"nofollow\" hinzu. Wenn du einige "
3552
- "Domains wie interne Domains behandeln möchtest, füge bitte eine pro Zeile in "
3553
- "das Textfeld unten ein."
3554
-
3555
- #: wpf-admin/tools-tabs/misc.php:27
3556
- msgid "Noindex forum page URLs"
3557
- msgstr "Noindex-Forenseiten-URLs"
3558
-
3559
- #: wpf-admin/tools-tabs/misc.php:28
3560
- msgid ""
3561
- "The noIndex code tells Google and other search engines to NOT index the "
3562
- "page, so that it cannot be found in search results. Please insert page URLs "
3563
- "you do not want to be indexed one per line in the textarea bellow."
3564
- msgstr ""
3565
- "Der noIndex-Code weist Google und andere Suchmaschinen an, die Seite NICHT "
3566
- "zu indizieren, damit sie nicht in den Suchergebnissen gefunden werden kann. "
3567
- "Bitte gebe die Seiten-URLs, die nicht indiziert werden sollen, einzeln pro "
3568
- "Zeile in das Textfeld unten ein."
3569
-
3570
- #: wpf-admin/tools-tabs/misc.php:38
3571
- msgid "Admin Note"
3572
- msgstr "Admin-Hinweis"
3573
-
3574
- #: wpf-admin/tools-tabs/misc.php:46
3575
- msgid "Admin message on forum front page"
3576
- msgstr "Admin-Nachricht auf der Forum-Startseite"
3577
-
3578
- #: wpf-admin/tools-tabs/misc.php:47
3579
- msgid ""
3580
- "If you have something important to say on forum front page, you can use this "
3581
- "editor. The text will be displayed under forum breadcrumb menu, above forum "
3582
- "and topic titles."
3583
- msgstr ""
3584
- "Wenn du auf der Startseite des Forums etwas Wichtiges zu sagen hast, kannst "
3585
- "du diesen Editor verwenden. Der Text wird unter der \"Breadcrumb-Navigation"
3586
- "\" über den Titeln \"Forum\" und \"Thema\" angezeigt."
3587
-
3588
- #: wpf-admin/tools-tabs/misc.php:65
3589
- msgid "Display for Usergroups"
3590
- msgstr "Für Benutzergruppen anzeigen"
3591
-
3592
- #: wpf-admin/tools-tabs/misc.php:87
3593
- msgid "Display on forum pages"
3594
- msgstr "Auf Forumsseiten anzeigen"
3595
-
3596
- #: wpf-admin/tools-tabs/misc.php:97
3597
- msgid "Forum (topic list)"
3598
- msgstr "Forum (Themenliste)"
3599
-
3600
- #: wpf-admin/tools-tabs/misc.php:101
3601
- msgid "Topic (post list)"
3602
- msgstr "Thema (Beitragsliste)"
3603
-
3604
- #: wpf-admin/tools-tabs/misc.php:105 wpf-includes/wpf-phrases.php:887
3605
- msgid "Recent Posts"
3606
- msgstr "Neueste Beiträge"
3607
-
3608
- #: wpf-admin/tools-tabs/misc.php:109 wpf-includes/wpf-phrases.php:989
3609
- msgid "Tags"
3610
- msgstr "Schlagwörter"
3611
-
3612
- #: wpf-admin/tools-tabs/misc.php:117
3613
- msgid "Profile Home"
3614
- msgstr "Profil-Startseite"
3615
-
3616
- #: wpf-admin/tools-tabs/misc.php:121
3617
- msgid "Profile Account"
3618
- msgstr "Profilkonto"
3619
-
3620
- #: wpf-admin/tools-tabs/misc.php:125
3621
- msgid "Profile Activity"
3622
- msgstr "Profilaktivität"
3623
-
3624
- #: wpf-admin/tools-tabs/misc.php:129
3625
- msgid "Profile Subscriptions"
3626
- msgstr "Profil-Abonnements"
3627
-
3628
- #: wpf-admin/tools.php:8
3629
- msgid "Forum Tools"
3630
- msgstr "Forumswerkzeuge"
3631
-
3632
- #: wpf-admin/tools.php:14
3633
- msgid "Antispam"
3634
- msgstr "Antispam"
3635
-
3636
- #: wpf-admin/tools.php:15
3637
- msgid "Privacy &amp; Rules"
3638
- msgstr "Datenschutz &amp; Regeln"
3639
-
3640
- #: wpf-admin/tools.php:16
3641
- msgid "Debug"
3642
- msgstr ""
3643
-
3644
- #: wpf-admin/tools.php:17
3645
- msgid "Misc"
3646
- msgstr "Verschiedenes"
3647
-
3648
- #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
3649
- #: wpf-admin/usergroup.php:340
3650
- msgid "User Role"
3651
- msgstr "Benutzerrolle"
3652
-
3653
- #: wpf-admin/usergroup.php:35 wpf-includes/wpf-phrases.php:862
3654
- msgid "Usergroup"
3655
- msgstr "Benutzergruppe"
3656
-
3657
- #: wpf-admin/usergroup.php:37 wpf-includes/wpf-hooks.php:1353
3658
- msgid "Default"
3659
- msgstr "Standard"
3660
-
3661
- #: wpf-admin/usergroup.php:38
3662
- msgid "Default Access"
3663
- msgstr "Standardzugriff"
3664
-
3665
- #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
3666
- msgid "View Users"
3667
- msgstr "Benutzer anzeigen"
3668
-
3669
- #: wpf-admin/usergroup.php:68 wpf-admin/usergroup.php:321
3670
- msgid "Usergroup Name"
3671
- msgstr "Name der Benutzergruppe"
3672
-
3673
- #: wpf-admin/usergroup.php:70
3674
- msgid "Also used as Secondary Usergroup"
3675
- msgstr "Wird auch als sekundäre Benutzergruppe verwendet"
3676
-
3677
- #: wpf-admin/usergroup.php:73
3678
- msgid "Edit this usergroup"
3679
- msgstr "Diese Benutzergruppe bearbeiten"
3680
-
3681
- #: wpf-admin/usergroup.php:75
3682
- msgid "Delete this usergroup"
3683
- msgstr "Diese Benutzergruppe löschen"
3684
-
3685
- #: wpf-admin/usergroup.php:77
3686
- msgid "View users list in this usergroup"
3687
- msgstr "Zeige die Liste der Benutzer dieser Benutzergruppe an"
3688
-
3689
- #: wpf-admin/usergroup.php:82
3690
- msgid "The number of forum members with this usergroup. Click to view members."
3691
- msgstr ""
3692
- "Die Anzahl der Forumsmitglieder in dieser Benutzergruppe. Klicke hier, um "
3693
- "Mitglieder anzuzeigen."
3694
-
3695
- #: wpf-admin/usergroup.php:87
3696
- msgid "is Default"
3697
- msgstr "ist Standard"
3698
-
3699
- #: wpf-admin/usergroup.php:90
3700
- msgid "Users get the Default Usergroup on registration"
3701
- msgstr ""
3702
- "Benutzer werden bei der Registrierung der Standardbenutzergruppe zugeordnet"
3703
-
3704
- #: wpf-admin/usergroup.php:90
3705
- msgid "Set as Default"
3706
- msgstr "Als Standard setzen"
3707
-
3708
- #: wpf-admin/usergroup.php:98
3709
- msgid "default (#15)"
3710
- msgstr "Standard (# 15)"
3711
-
3712
- #: wpf-admin/usergroup.php:110
3713
- msgid "Synchronize Users Usergroups and Roles"
3714
- msgstr "Synchronisiere Benutzergruppen und Rollen der Benutzer"
3715
-
3716
- #: wpf-admin/usergroup.php:111
3717
- msgid "Synchronize"
3718
- msgstr "Synchronisieren"
3719
-
3720
- #: wpf-admin/usergroup.php:136
3721
- msgid "Note:"
3722
- msgstr "Hinweis:"
3723
-
3724
- #: wpf-admin/usergroup.php:137
3725
- #, php-format
3726
- msgid ""
3727
- "The [Synchronize] button changes all users Usergroups according to the users "
3728
- "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
3729
- "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
3730
- "Usergroup in forum. The synchronization process may take a few seconds or "
3731
- "dozens of minutes, it depends on the number of users. Please be patient, "
3732
- "don't close this page and wait until the progress counter says "
3733
- "100% completed."
3734
- msgstr ""
3735
- "Der Button [Synchronize] ändert die Benutzergruppen aller Benutzer "
3736
- "entsprechend den Benutzerrollen. Wenn du beispielsweise die Rolle "
3737
- "\"Contributor\" für die Benutzergruppe \"Registered\" auswählst, werden alle "
3738
- "Benutzer mit der Rolle \"Contributor\" der Benutzergruppe \"Registered\" im "
3739
- "Forum zugeordnet. Der Synchronisierungsvorgang kann einige Sekunden oder "
3740
- "Dutzende von Minuten dauern. Dies hängt von der Anzahl der Benutzer ab. "
3741
- "Bitte habe etwas Geduld, schließe diese Seite nicht und warte, bis der "
3742
- "Fortschrittszähler \"100 Prozent abgeschlossen\" anzeigt."
3743
-
3744
- #: wpf-admin/usergroup.php:146
3745
- msgid "User Roles"
3746
- msgstr "Benutzerrollen"
3747
-
3748
- #: wpf-admin/usergroup.php:148
3749
- msgid ""
3750
- "In the table above (Usergroups) you can see the list of all available forum "
3751
- "Usergroups. The first column of this table displays selected User Roles "
3752
- "which are synched with certain Usergroup. However some User Roles are still "
3753
- "not synced with any Usergroup of your forum. You can find not-synced User "
3754
- "Roles in the table below (User Roles). If you use any of these not-synced "
3755
- "User Roles and you want to grant some forum accesses to users of these User "
3756
- "Roles you should create new Usergroups for each of them. Once new Usergroup "
3757
- "is created, you should use the [Synchronize] button in the table above to "
3758
- "synchronize User Roles with new Usergroups."
3759
- msgstr ""
3760
- "In der oberen Tabelle (Benutzergruppen) siehst du die Liste aller "
3761
- "verfügbaren Forums-Benutzergruppen. In der ersten Spalte dieser Tabelle "
3762
- "werden ausgewählte Benutzerrollen angezeigt, die mit einer bestimmten "
3763
- "Benutzergruppe synchronisiert sind. Einige Benutzerrollen werden jedoch "
3764
- "immer noch nicht mit einer Benutzergruppe deines Forums synchronisiert sein. "
3765
- "Nicht synchronisierte Benutzerrollen findest du in der folgenden Tabelle "
3766
- "(Benutzerrollen). Wenn du eine dieser nicht synchronisierten Benutzerrollen "
3767
- "verwenden und Benutzern dieser Benutzerrollen Forumszugriffe gewähren "
3768
- "möchtest, solltest du für jede dieser Benutzerrollen neue Benutzergruppen "
3769
- "erstellen. Sobald eine neue Benutzergruppe erstellt wurde, solltest du die "
3770
- "Schaltfläche [Synchronisieren] in der oberen Tabelle verwenden, um "
3771
- "Benutzerrollen mit neuen Benutzergruppen zu synchronisieren."
3772
-
3773
- #: wpf-admin/usergroup.php:153
3774
- msgid "Role Name"
3775
- msgstr "Name der Benutzerrolle"
3776
-
3777
- #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
3778
- msgid "Users"
3779
- msgstr "Benutzer"
3780
-
3781
- #: wpf-admin/usergroup.php:171
3782
- msgid "Add Usergroup to synch"
3783
- msgstr "Benutzergruppe zur Synchronisierung hinzufügen"
3784
-
3785
- #: wpf-admin/usergroup.php:173
3786
- msgid "Not Synched"
3787
- msgstr "Nicht synchronisiert"
3788
-
3789
- #: wpf-admin/usergroup.php:174
3790
- msgid "One User Role cannot be synched with multiple Usergroups."
3791
- msgstr ""
3792
- "Eine Benutzerrolle kann nicht mit mehreren Benutzergruppen synchronisiert "
3793
- "werden."
3794
-
3795
- #: wpf-admin/usergroup.php:176
3796
- msgid "Synched"
3797
- msgstr "Synchronisiert"
3798
-
3799
- #: wpf-admin/usergroup.php:217
3800
- msgid "Complete!"
3801
- msgstr "Vollständig!"
3802
-
3803
- #: wpf-admin/usergroup.php:246
3804
- msgid "Delete Chosen Usergroup And Users"
3805
- msgstr "Lösche gewählte Benutzergruppe und Benutze"
3806
-
3807
- #: wpf-admin/usergroup.php:252
3808
- msgid ""
3809
- "This option has disabled because you have more than 50 users in this group."
3810
- msgstr ""
3811
-
3812
- #: wpf-admin/usergroup.php:259
3813
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
3814
- msgstr ""
3815
- "Lösche gewählte Benutzergruppe und füge die Benutzer einer anderen "
3816
- "Benutzergruppe hinzu"
3817
-
3818
- #: wpf-admin/usergroup.php:271
3819
- msgid "Users will be join this usergroup"
3820
- msgstr "Benutzer werden dieser Benutzergruppe zugeordnet"
3821
-
3822
- #: wpf-admin/usergroup.php:321 wpf-includes/wpf-phrases.php:319
3823
- msgid "Guest"
3824
- msgstr "Gast"
3825
-
3826
- #: wpf-admin/usergroup.php:326
3827
- msgid "Usergroup Color"
3828
- msgstr "Farbe der Benutzergruppe"
3829
-
3830
- #: wpf-admin/usergroup.php:329
3831
- msgid "use default link color"
3832
- msgstr "Standard-Linkfarbe verwenden"
3833
-
3834
- #: wpf-admin/usergroup.php:353
3835
- msgid "Default Forum Access"
3836
- msgstr "Standard-Forumszugriff"
3837
-
3838
- #: wpf-admin/usergroup.php:358
3839
- msgid ""
3840
- "This is only used when a new Usergroup is created, it automatically gets the "
3841
- "selected Forum Access in all forums."
3842
- msgstr ""
3843
- "Dies wird nur verwendet, wenn eine neue Benutzergruppe erstellt wird, die "
3844
- "automatisch den ausgewählten Forumszugriff auf alle Foren erhält."
3845
-
3846
- #: wpf-admin/usergroup.php:364
3847
- msgid "Display on Members List"
3848
- msgstr "In der Mitgliederliste anzeigen"
3849
-
3850
- #: wpf-admin/usergroup.php:371
3851
- msgid "Can be also used as Secondary Usergroup"
3852
- msgstr "Kann auch als sekundäre Benutzergruppe verwendet werden"
3853
-
3854
- #: wpf-includes/class-actions.php:2067
3855
- msgid "Theme activate error"
3856
- msgstr ""
3857
-
3858
- #: wpf-includes/class-actions.php:2076
3859
- msgid "Theme activate success"
3860
- msgstr ""
3861
-
3862
- #: wpf-includes/class-actions.php:2099
3863
- msgid "Theme install error"
3864
- msgstr ""
3865
-
3866
- #: wpf-includes/class-actions.php:2108
3867
- msgid "Theme install success"
3868
- msgstr ""
3869
-
3870
- #: wpf-includes/class-actions.php:2131
3871
- msgid "Theme delete error"
3872
- msgstr ""
3873
-
3874
- #: wpf-includes/class-actions.php:2139
3875
- msgid "Theme delete success"
3876
- msgstr ""
3877
-
3878
- #: wpf-includes/class-actions.php:2162
3879
- msgid "Theme reset error"
3880
- msgstr ""
3881
-
3882
- #: wpf-includes/class-actions.php:2170
3883
- msgid "Theme reset success"
3884
- msgstr ""
3885
-
3886
- #: wpf-includes/class-api.php:200
3887
- msgid "Please login into Facebook and then click connect button again"
3888
- msgstr ""
3889
- "Bitte logge dich bei Facebook ein und klicke erneut auf die Schaltfläche "
3890
- "\"Verbinden\""
3891
-
3892
- #: wpf-includes/class-api.php:227
3893
- msgid ""
3894
- "Your email is required to be able authorize you here. Please try loging "
3895
- "again. "
3896
- msgstr ""
3897
- "Deine E-Mail-Adresse ist erforderlich, um dich hier autorisieren zu können. "
3898
- "Bitte versuche es erneut "
3899
-
3900
- #: wpf-includes/class-api.php:232
3901
- msgid "Invalid User"
3902
- msgstr "Ungültiger Benutzer"
3903
-
3904
- #: wpf-includes/class-api.php:242 wpf-includes/wpf-phrases.php:824
3905
- msgid "User registration is disabled"
3906
- msgstr "Benutzerregistrierung ist deaktiviert"
3907
-
3908
- #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:746
3909
- msgid "Can view forum"
3910
- msgstr "Kann Forum ansehen"
3911
-
3912
- #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:747
3913
- msgid "Can create topic"
3914
- msgstr "Kann Thema erstellen"
3915
-
3916
- #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:748
3917
- msgid "Can view topic"
3918
- msgstr "Kann Thema ansehen"
3919
-
3920
- #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:749
3921
- msgid "Can edit topic"
3922
- msgstr "Kann Thema bearbeiten"
3923
-
3924
- #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:750
3925
- msgid "Can delete topic"
3926
- msgstr "Kann Thema löschen"
3927
-
3928
- #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:751
3929
- msgid "Can post reply"
3930
- msgstr "Kann Antwort schreiben"
3931
-
3932
- #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:752
3933
- msgid "Can view replies"
3934
- msgstr "Kann Antworten ansehen"
3935
-
3936
- #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:753
3937
- msgid "Can edit replies"
3938
- msgstr "Kann Antworten bearbeiten"
3939
-
3940
- #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:754
3941
- msgid "Can delete replies"
3942
- msgstr "Kann Antworten löschen"
3943
-
3944
- #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:755
3945
- msgid "Can edit own topic"
3946
- msgstr "Kann eigenes Thema bearbeiten"
3947
-
3948
- #: wpf-includes/class-forums.php:52
3949
- msgid "Can edit own reply"
3950
- msgstr "Kann eigene Antwort bearbeiten"
3951
-
3952
- #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:757
3953
- msgid "Can delete own topic"
3954
- msgstr "Kann eigenes Thema löschen"
3955
-
3956
- #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:758
3957
- msgid "Can delete own reply"
3958
- msgstr "Kann eigene Antwort löschen"
3959
-
3960
- #: wpf-includes/class-forums.php:55
3961
- msgid "Can add tags"
3962
- msgstr "Kann Schlagwörter hinzufügen"
3963
-
3964
- #: wpf-includes/class-forums.php:56
3965
- msgid "Can subscribe"
3966
- msgstr "Kann abonnieren"
3967
-
3968
- #: wpf-includes/class-forums.php:57 wpf-includes/wpf-phrases.php:759
3969
- msgid "Can like"
3970
- msgstr "Kann liken"
3971
-
3972
- #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:760
3973
- msgid "Can report"
3974
- msgstr "Kann melden"
3975
-
3976
- #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:761
3977
- msgid "Can set topic sticky"
3978
- msgstr "Kann Thema anpinnen"
3979
-
3980
- #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:762
3981
- msgid "Can set topic private"
3982
- msgstr "Kann Thema privat machen"
3983
-
3984
- #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:840
3985
- msgid "Can set own topic private"
3986
- msgstr "Kann eigenes Thema privat machen"
3987
-
3988
- #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:841
3989
- msgid "Can view private topic"
3990
- msgstr "Kann privates Thema ansehen"
3991
-
3992
- #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:770
3993
- msgid "Can approve/unapprove content"
3994
- msgstr "Kann Inhalte abonnieren/ Abos beenden"
3995
-
3996
- #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:794
3997
- msgid "Can set topic solved"
3998
- msgstr "Kann Thema auf gelöst setzen"
3999
-
4000
- #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:795
4001
- msgid "Can set own topic solved"
4002
- msgstr "Kann eigenes Thema auf gelöst setzen"
4003
-
4004
- #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:763
4005
- msgid "Can vote"
4006
- msgstr "Kann abstimmen"
4007
-
4008
- #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:764
4009
- msgid "Can attach file"
4010
- msgstr "Kann Datei anhängen"
4011
-
4012
- #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:769
4013
- msgid "Can view attached files"
4014
- msgstr "Kann Dateianhänge ansehen"
4015
-
4016
- #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:765
4017
- msgid "Can set topic answered"
4018
- msgstr "Kann Thema auf \"Beantwortet\" setzen"
4019
-
4020
- #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:766
4021
- msgid "Can set own topic answered"
4022
- msgstr "Kann eigenes Thema auf \"Beantwortet\" setzen"
4023
-
4024
- #: wpf-includes/class-forums.php:71
4025
- msgid "Can answer own question"
4026
- msgstr "Kann eigene Frage beantworten"
4027
-
4028
- #: wpf-includes/class-forums.php:72 wpf-includes/wpf-phrases.php:767
4029
- msgid "Can close topic"
4030
- msgstr "Kann Thema schließen"
4031
-
4032
- #: wpf-includes/class-forums.php:73 wpf-includes/wpf-phrases.php:768
4033
- msgid "Can move topic"
4034
- msgstr "Kann Thema verschieben"
4035
-
4036
- #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:771
4037
- msgid "Can create poll"
4038
- msgstr "Kann Umfrage erstellen"
4039
-
4040
- #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:772
4041
- msgid "Can vote poll"
4042
- msgstr "Kann in Umfrage abstimmen"
4043
-
4044
- #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:773
4045
- msgid "Can view poll result"
4046
- msgstr "Kann Umfrageergebnis ansehen"
4047
-
4048
- #: wpf-includes/class-forums.php:751
4049
- msgid "Add a new Subforum"
4050
- msgstr "Neues Unter-Forum hinzufügen"
4051
-
4052
- #: wpf-includes/class-forums.php:751
4053
- msgid "Add a new Forum in this Category"
4054
- msgstr "Neues Foru zu dieser Kategorie hinzufügen"
4055
-
4056
- #: wpf-includes/class-members.php:186
4057
- msgid "<strong>ERROR</strong>: Please enter a username."
4058
- msgstr "<strong>FEHLER</strong>: Gebe bitte einen Benutzernamen ein."
4059
-
4060
- #: wpf-includes/class-members.php:191
4061
- msgid ""
4062
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
4063
- "characters. Please enter a valid username."
4064
- msgstr ""
4065
- "<strong>FEHLER</strong>: Dieser Benutzername ist ungültig, da er nicht "
4066
- "zugelassene Zeichen verwendet. Bitte gib einen gültigen Benutzernamen ein."
4067
-
4068
- #: wpf-includes/class-members.php:202
4069
- msgid ""
4070
- "<strong>ERROR</strong>: This username is already registered. Please choose "
4071
- "another one."
4072
- msgstr ""
4073
- "<strong>FEHLER</strong>: Diese E-Mail-Adresse ist bereits registriert. Bitte "
4074
- "wähle eine andere."
4075
-
4076
- #: wpf-includes/class-members.php:207
4077
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
4078
- msgstr "<strong>FEHLER</strong>: Dieser Benutzername ist leider nicht erlaubt."
4079
-
4080
- #: wpf-includes/class-members.php:212
4081
- msgid "<strong>ERROR</strong>: Please type your email address."
4082
- msgstr "<strong>FEHLER</strong>: Bitte gebe deine E-Mail-Adresse ein."
4083
-
4084
- #: wpf-includes/class-members.php:217
4085
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
4086
- msgstr "<strong>FEHLER</strong>: Die E-Mail-Adresse ist nicht korrekt."
4087
-
4088
- #: wpf-includes/class-members.php:223
4089
- msgid ""
4090
- "<strong>ERROR</strong>: This email is already registered, please choose "
4091
- "another one."
4092
- msgstr ""
4093
- "<strong>FEHLER</strong>: Diese E-Mail ist bereits registriert, wähle bitte "
4094
- "eine andere."
4095
-
4096
- #: wpf-includes/class-members.php:1902
4097
- msgid "What should be done with wpForo content owned by this user?"
4098
- msgstr "Was soll mit wpForo-Inhalten geschehen, die diesem Benutzer gehören?"
4099
-
4100
- #: wpf-includes/class-members.php:1904
4101
- msgid "What should be done with wpForo content owned by these users?"
4102
- msgstr "Was soll mit wpForo-Inhalten geschehen, die diesen Benutzern gehören?"
4103
-
4104
- #: wpf-includes/class-members.php:1908
4105
- msgid "Delete all wpForo content."
4106
- msgstr "Lösche alle Inhalte von wpForo."
4107
-
4108
- #: wpf-includes/class-members.php:1910
4109
- msgid "Attribute all content to:"
4110
- msgstr "Ordne den gesamten Inhalt zu:"
4111
-
4112
- #: wpf-includes/class-moderation.php:173
4113
- msgid ""
4114
- "Probably spam file attachments have been detected by wpForo Spam Control. "
4115
- "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
4116
- msgstr ""
4117
- "Möglicherweise wurden Spam-Dateianhänge von wpForo Spam Control erkannt. "
4118
- "Bitte moderiere verdächtige Dateien in Foren &gt; Tools &gt; Antispam-Tab."
4119
-
4120
- #: wpf-includes/class-notices.php:123 wpf-includes/wpf-phrases.php:255
4121
- msgid "Dismiss this notice."
4122
- msgstr "Diese Meldung ausblenden."
4123
-
4124
- #: wpf-includes/class-notices.php:167
4125
- msgid "New Addons for Your Forum!"
4126
- msgstr "Neue Add-ons für dein Forum!"
4127
-
4128
- #: wpf-includes/class-notices.php:167
4129
- msgid "Extend your forum with wpForo addons"
4130
- msgstr "Erweitere dein Forum mit wpForo Add-ons"
4131
-
4132
- #: wpf-includes/class-notices.php:180
4133
- msgid "View all Addons"
4134
- msgstr "Alle Add-ons anzeigen"
4135
-
4136
- #: wpf-includes/class-phrases.php:196 wpf-includes/wpf-phrases.php:193
4137
- msgid " Forum"
4138
- msgstr " Forum"
4139
-
4140
- #: wpf-includes/class-phrases.php:197 wpf-includes/wpf-phrases.php:192
4141
- msgid " Discussion Board"
4142
- msgstr " Diskussionsforum"
4143
-
4144
- #: wpf-includes/class-posts.php:63
4145
- msgid "You are not permitted to view this attachment"
4146
- msgstr "Du hast nicht die Berechtigung, diesen Anhang anzusehen"
4147
-
4148
- #: wpf-includes/class-subscribes.php:30
4149
- msgid "Please confirm subscription to [entry_title]"
4150
- msgstr "Bestätige bitte das Abonnement für [entry_title]"
4151
-
4152
- #: wpf-includes/class-subscribes.php:31
4153
- msgid ""
4154
- "Hello [member_name]!<br>\n"
4155
- " Thank you for subscribing.<br>\n"
4156
- " This is an automated response.<br>\n"
4157
- " We are glad to inform you that after confirmation you will get updates from "
4158
- "- [entry_title].<br>\n"
4159
- " Please click on link below to complete this step.<br>\n"
4160
- " [confirm_link]"
4161
- msgstr ""
4162
-
4163
- #: wpf-includes/class-subscribes.php:32
4164
- msgid "New Topic"
4165
- msgstr "Neues Thema"
4166
-
4167
- #: wpf-includes/class-subscribes.php:33
4168
- msgid ""
4169
- "Hello [member_name]!<br>\n"
4170
- " New topic has been created on your subscribed forum - [forum].\n"
4171
- " <br><br>\n"
4172
- " <strong>[topic_title]</strong>\n"
4173
- " <blockquote>\n"
4174
- " [topic_desc]\n"
4175
- " </blockquote>\n"
4176
- " <br><hr>\n"
4177
- " If you want to unsubscribe from this forum please use the link below.<br>\n"
4178
- " [unsubscribe_link]"
4179
- msgstr ""
4180
-
4181
- #: wpf-includes/class-subscribes.php:34 wpf-includes/wpf-phrases.php:1069
4182
- msgid "New Reply"
4183
- msgstr "Neue Antwort"
4184
-
4185
- #: wpf-includes/class-subscribes.php:35
4186
- msgid ""
4187
- "Hello [member_name]!<br>\n"
4188
- " New reply has been posted on your subscribed topic - [topic].\n"
4189
- " <br><br>\n"
4190
- " <strong>[reply_title]</strong>\n"
4191
- " <blockquote >\n"
4192
- " [reply_desc]\n"
4193
- " </blockquote>\n"
4194
- " <br><hr>\n"
4195
- " If you want to unsubscribe from this topic please use the link below.<br>\n"
4196
- " [unsubscribe_link]"
4197
- msgstr ""
4198
-
4199
- #: wpf-includes/class-subscribes.php:36
4200
- msgid "Forum Post Report"
4201
- msgstr "Forumsbeitrag gemeldet"
4202
-
4203
- #: wpf-includes/class-subscribes.php:37
4204
- msgid ""
4205
- "<strong>Report details:</strong>\n"
4206
- " Reporter: [reporter], <br>\n"
4207
- " Message: [message],<br>\n"
4208
- " <br>\n"
4209
- " [post_url]"
4210
- msgstr ""
4211
-
4212
- #: wpf-includes/class-subscribes.php:39
4213
- msgid "[blogname] New User Registration"
4214
- msgstr "[blogname] Neue Benutzerregistrierung"
4215
-
4216
- #: wpf-includes/class-subscribes.php:40
4217
- msgid ""
4218
- "New user registration on your site [blogname]:\n"
4219
- "\n"
4220
- "Username: [user_login]\n"
4221
- "\n"
4222
- "Email: [user_email]\n"
4223
- msgstr ""
4224
-
4225
- #: wpf-includes/class-subscribes.php:42
4226
- msgid "[blogname] Your username and password info"
4227
- msgstr "[blogname] Deine Benutzer- und Passwortinformationen"
4228
-
4229
- #: wpf-includes/class-subscribes.php:43
4230
- msgid ""
4231
- "Username: [user_login]\n"
4232
- "\n"
4233
- "To set your password, visit the following address:\n"
4234
- "\n"
4235
- "[set_password_url]\n"
4236
- "\n"
4237
- msgstr ""
4238
-
4239
- #: wpf-includes/class-subscribes.php:45
4240
- msgid ""
4241
- "Hello! \n"
4242
- "\n"
4243
- " You asked us to reset your password for your account using the email "
4244
- "address [user_login]. \n"
4245
- "\n"
4246
- " If this was a mistake, or you didn't ask for a password reset, just ignore "
4247
- "this email and nothing will happen. \n"
4248
- "\n"
4249
- " To reset your password, visit the following address: \n"
4250
- "\n"
4251
- " [reset_password_url] \n"
4252
- "\n"
4253
- " Thanks!"
4254
- msgstr ""
4255
-
4256
- #: wpf-includes/class-subscribes.php:49
4257
- msgid "You have been mentioned in forum post"
4258
- msgstr "Du wurdest in einem Forumsbeitrag erwähnt"
4259
-
4260
- #: wpf-includes/class-subscribes.php:50
4261
- msgid ""
4262
- "Hi [mentioned-user-name]! <br>\n"
4263
- "\n"
4264
- " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
4265
- "name].<br/><br/>\n"
4266
- "\n"
4267
- " Post URL: [post-url]"
4268
- msgstr ""
4269
-
4270
- #: wpf-includes/class-template.php:158
4271
- msgid "Insert link"
4272
- msgstr "Link einfügen"
4273
-
4274
- #: wpf-includes/class-template.php:159
4275
- msgid "Link Text"
4276
- msgstr "Link-Text"
4277
-
4278
- #: wpf-includes/class-template.php:160
4279
- msgid "Open link in a new tab"
4280
- msgstr "Link in einem neuen Tab öffnen"
4281
-
4282
- #: wpf-includes/class-template.php:161
4283
- msgid "Insert Spoiler"
4284
- msgstr ""
4285
-
4286
- #: wpf-includes/class-template.php:162
4287
- msgid "Spoiler"
4288
- msgstr ""
4289
-
4290
- #: wpf-includes/class-template.php:1780 wpf-includes/wpf-phrases.php:513
4291
- msgid "Theme file not readable"
4292
- msgstr "Theme-Datei nicht lesbar"
4293
-
4294
- #: wpf-includes/class-usergroups.php:61
4295
- msgid "Front - Can pass moderation"
4296
- msgstr "Front - Kann Moderation übergeben"
4297
-
4298
- #: wpf-includes/class-usergroups.php:62
4299
- msgid "Front - Can view statistic"
4300
- msgstr ""
4301
-
4302
- #: wpf-includes/class-usergroups.php:63 wpf-includes/wpf-phrases.php:729
4303
- msgid "Front - Can view members"
4304
- msgstr "Front - Kann Mitglieder ansehen"
4305
-
4306
- #: wpf-includes/class-usergroups.php:64 wpf-includes/wpf-phrases.php:730
4307
- msgid "Front - Can view profiles"
4308
- msgstr "Front - Kann Profile ansehen"
4309
-
4310
- #: wpf-includes/class-usergroups.php:65
4311
- msgid "Front - Can view member activity"
4312
- msgstr "Front - Kann Mitgliederaktivität sehen"
4313
-
4314
- #: wpf-includes/class-usergroups.php:66
4315
- msgid "Front - Can view member subscriptions"
4316
- msgstr "Front - Kann Mitglieder-Abonnements sehen"
4317
-
4318
- #: wpf-includes/class-usergroups.php:68 wpf-includes/wpf-phrases.php:731
4319
- msgid "Front - Can upload avatar"
4320
- msgstr "Front - Kann Avatar hochladen"
4321
-
4322
- #: wpf-includes/class-usergroups.php:69
4323
- msgid "Front - Can have signaturee"
4324
- msgstr "Front - Kann eine Signatur haben"
4325
-
4326
- #: wpf-includes/class-usergroups.php:70 wpf-includes/wpf-phrases.php:733
4327
- msgid "Front - Can view avatars"
4328
- msgstr "Front - Kann Avatare ansehen"
4329
-
4330
- #: wpf-includes/class-usergroups.php:73 wpf-includes/wpf-phrases.php:735
4331
- msgid "Front - Can view member email"
4332
- msgstr "Front - Kann Mitglieder-E-Mail-Adressen sehen"
4333
-
4334
- #: wpf-includes/class-usergroups.php:74 wpf-includes/wpf-phrases.php:736
4335
- msgid "Front - Can view member title"
4336
- msgstr "Front - Kann Mitgliedertitel sehen"
4337
-
4338
- #: wpf-includes/class-usergroups.php:75
4339
- msgid "Front - Can view member custom title"
4340
- msgstr "Front - Kann benutzerdefinierten Mitgliedertitel sehen"
4341
-
4342
- #: wpf-includes/class-usergroups.php:76 wpf-includes/wpf-phrases.php:737
4343
- msgid "Front - Can view member reputation"
4344
- msgstr "Front - Kann Mitgliederreputation sehen"
4345
-
4346
- #: wpf-includes/class-usergroups.php:77 wpf-includes/wpf-phrases.php:738
4347
- msgid "Front - Can view member website"
4348
- msgstr "Front - Kann Mitglieder-Websites ansehen"
4349
-
4350
- #: wpf-includes/class-usergroups.php:78 wpf-includes/wpf-phrases.php:739
4351
- msgid "Front - Can view member social networks"
4352
- msgstr "Front - Kann Soziale Netzwerke von Mitgliedern sehen"
4353
-
4354
- #: wpf-includes/class-usergroups.php:79 wpf-includes/wpf-phrases.php:740
4355
- msgid "Front - Can view member reg. date"
4356
- msgstr "Front - Kann Registrierungsdatum von Mitgliedern sehen"
4357
-
4358
- #: wpf-includes/class-usergroups.php:80 wpf-includes/wpf-phrases.php:741
4359
- msgid "Front - Can view member location"
4360
- msgstr "Front - Kann den Mitgliederstandort sehen"
4361
-
4362
- #: wpf-includes/class-usergroups.php:81 wpf-includes/wpf-phrases.php:742
4363
- msgid "Front - Can view member occupation"
4364
- msgstr "Front - Kann die Mitgliederbeschäftigung sehen"
4365
-
4366
- #: wpf-includes/class-usergroups.php:82 wpf-includes/wpf-phrases.php:743
4367
- msgid "Front - Can view member signature"
4368
- msgstr "Front - Kann Mitgliedersignatur sehen"
4369
-
4370
- #: wpf-includes/class-usergroups.php:83 wpf-includes/wpf-phrases.php:744
4371
- msgid "Front - Can view member about me"
4372
- msgstr "Front - Kann \"Über mich\" von Mitgliedern sehen"
4373
-
4374
- #: wpf-includes/class-usergroups.php:84 wpf-includes/wpf-phrases.php:745
4375
- msgid "Front - Can write PM"
4376
- msgstr "Front - Kann PM schreiben"
4377
-
4378
- #: wpf-includes/class-usergroups.php:85
4379
- msgid "Front - Can access to attachments"
4380
- msgstr ""
4381
-
4382
- #: wpf-includes/functions-installation.php:303
4383
- msgid "Main Category"
4384
- msgstr "Haupt-Kategorie"
4385
-
4386
- #: wpf-includes/functions-installation.php:303
4387
- msgid "This is a simple category / section"
4388
- msgstr "Dies ist eine einfache Kategorie/ Sektion"
4389
-
4390
- #: wpf-includes/functions-installation.php:304
4391
- msgid "Main Forum"
4392
- msgstr "Haupt-Forum"
4393
-
4394
- #: wpf-includes/functions-installation.php:304
4395
- msgid "This is a simple parent forum"
4396
- msgstr "Dies ist ein einfaches übergeordnetes Forum"
4397
-
4398
- #: wpf-includes/functions-installation.php:714
4399
- msgid "Start Profile Synchronization"
4400
- msgstr "Starte Profil-Synchronisation"
4401
-
4402
- #: wpf-includes/functions-installation.php:714
4403
- msgid "Continue Synchronization"
4404
- msgstr "Synchronisation fortsetzen"
4405
-
4406
- #: wpf-includes/functions-installation.php:717
4407
- msgid ""
4408
- "This process may take a few seconds or dozens of minutes, please be patient "
4409
- "and don't close this page."
4410
- msgstr ""
4411
- "Dieser Vorgang kann einige Sekunden oder Dutzende von Minuten dauern. Bitte "
4412
- "habe etwas Geduld und schließe diese Seite nicht."
4413
-
4414
- #: wpf-includes/functions-installation.php:718
4415
- #: wpf-includes/functions-installation.php:729
4416
- msgid ""
4417
- "You can permanently disable this message in Dashboard > Forums > Features "
4418
- "admin page."
4419
- msgstr ""
4420
- "Du kannst diese Meldung auf der Administrationsseite Dashboard > Foren > "
4421
- "Funktionen dauerhaft deaktivieren."
4422
-
4423
- #: wpf-includes/functions-installation.php:720
4424
- msgid "wpForo Forum Installation | "
4425
- msgstr "wpForo Foreninstallation | "
4426
-
4427
- #: wpf-includes/functions-installation.php:721
4428
- msgid ""
4429
- "Forum users' profile data are not synchronized yet, this step is required! "
4430
- "Please click the button below to complete installation."
4431
- msgstr ""
4432
- "Die Profildaten der Forums-Benutzer sind noch nicht synchronisiert. Dieser "
4433
- "Schritt ist erforderlich! Bitte klicke unten auf den Button, um die "
4434
- "Installation abzuschließen."
4435
-
4436
- #: wpf-includes/functions-installation.php:728
4437
- msgid ""
4438
- "This process may take a few seconds or dozens of minutes, please be patient "
4439
- "and don't close this page. Database backup is not required. If you got 500 "
4440
- "Server Error please don't worry, the data updating process is still working "
4441
- "in MySQL server."
4442
- msgstr ""
4443
- "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
4444
- "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
4445
- "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
4446
- "auf dem MySQL-Server weiter."
4447
-
4448
- #: wpf-includes/functions-installation.php:731
4449
- msgid "wpForo Database Update Problem - Action Required!"
4450
- msgstr ""
4451
-
4452
- #: wpf-includes/functions-installation.php:732
4453
- msgid ""
4454
- "Forum database is not updated properly. Please click the button below for "
4455
- "further instruction."
4456
- msgstr ""
4457
-
4458
- #: wpf-includes/functions-template.php:7
4459
- msgid "wpForo Menu"
4460
- msgstr "wpForo Menü"
4461
-
4462
- #: wpf-includes/functions-template.php:161 wpf-includes/wpf-phrases.php:596
4463
- msgid "wpForo Sidebar"
4464
- msgstr "wpForo Seitenleiste"
4465
-
4466
- #: wpf-includes/functions-template.php:162 wpf-includes/wpf-phrases.php:377
4467
- msgid ""
4468
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
4469
- "Width' template for wpForo index page to avoid sidebar duplication."
4470
- msgstr ""
4471
- "HINWEIS: Wenn du Widgets in diese Seitenleiste einfügen möchtest, verwende "
4472
- "die Vorlage \"Volle Breite\" für die wpForo-Indexseite, um eine Duplizierung "
4473
- "der Seitenleiste zu vermeiden."
4474
-
4475
- #: wpf-includes/functions-template.php:184
4476
- #: wpf-includes/functions-template.php:276 wpf-includes/wpf-phrases.php:376
4477
- msgid "My Profile"
4478
- msgstr "Mein Profil"
4479
-
4480
- #: wpf-includes/functions-template.php:185
4481
- #: wpf-includes/functions-template.php:204
4482
- #: wpf-includes/functions-template.php:277 wpf-includes/wpf-phrases.php:1062
4483
- msgid "Join Us!"
4484
- msgstr ""
4485
-
4486
- #: wpf-includes/functions-template.php:286
4487
- msgid "Title for Users"
4488
- msgstr ""
4489
-
4490
- #: wpf-includes/functions-template.php:290
4491
- msgid "Title for Guests"
4492
- msgstr ""
4493
-
4494
- #: wpf-includes/functions-template.php:294
4495
- msgid "Hide avatar"
4496
- msgstr ""
4497
-
4498
- #: wpf-includes/functions-template.php:298
4499
- msgid "Hide user name"
4500
- msgstr ""
4501
-
4502
- #: wpf-includes/functions-template.php:302
4503
- msgid "Hide notification bell"
4504
- msgstr ""
4505
-
4506
- #: wpf-includes/functions-template.php:306
4507
- msgid "Hide user data"
4508
- msgstr ""
4509
-
4510
- #: wpf-includes/functions-template.php:310
4511
- msgid "Hide buttons"
4512
- msgstr ""
4513
-
4514
- #: wpf-includes/functions-template.php:314
4515
- msgid "Hide this widget for guests"
4516
- msgstr ""
4517
-
4518
- #: wpf-includes/functions-template.php:469
4519
- msgid "User Groups"
4520
- msgstr "Benutzergruppen"
4521
-
4522
- #: wpf-includes/functions-template.php:475
4523
- #: wpf-includes/functions-template.php:638
4524
- #: wpf-includes/functions-template.php:891
4525
- #: wpf-includes/functions-template.php:1022 wpf-includes/wpf-phrases.php:396
4526
- msgid "Number of Items"
4527
- msgstr "Anzahl der Elemente"
4528
-
4529
- #: wpf-includes/functions-template.php:481 wpf-includes/wpf-phrases.php:256
4530
- msgid "Display Avatars"
4531
- msgstr "Avatare anzeigen"
4532
-
4533
- #: wpf-includes/functions-template.php:521
4534
- #: wpf-includes/functions-template.php:696
4535
- msgid "Created Date"
4536
- msgstr "Erstellungsdatum"
4537
-
4538
- #: wpf-includes/functions-template.php:522
4539
- #: wpf-includes/functions-template.php:697
4540
- msgid "Modified Date"
4541
- msgstr "Änderungsdatum"
4542
-
4543
- #: wpf-includes/functions-template.php:523
4544
- msgid "Posts Count"
4545
- msgstr "Anzahl der Beiträge"
4546
-
4547
- #: wpf-includes/functions-template.php:524
4548
- msgid "Views Count"
4549
- msgstr "Anzahl der Ansichten"
4550
-
4551
- #: wpf-includes/functions-template.php:527
4552
- #: wpf-includes/functions-template.php:700
4553
- msgid "DESC"
4554
- msgstr "Absteigend"
4555
-
4556
- #: wpf-includes/functions-template.php:528
4557
- #: wpf-includes/functions-template.php:701
4558
- msgid "ASC"
4559
- msgstr "Aufsteigend"
4560
-
4561
- #: wpf-includes/functions-template.php:614
4562
- #: wpf-includes/functions-template.php:862
4563
- msgid "Filter by forums"
4564
- msgstr ""
4565
-
4566
- #: wpf-includes/functions-template.php:621
4567
- #: wpf-includes/functions-template.php:869
4568
- msgid "Autofilter by current forum"
4569
- msgstr ""
4570
-
4571
- #: wpf-includes/functions-template.php:625
4572
- #: wpf-includes/functions-template.php:873
4573
- msgid "Order by"
4574
- msgstr "Sortieren nach"
4575
-
4576
- #: wpf-includes/functions-template.php:643
4577
- msgid "Display with avatars"
4578
- msgstr ""
4579
-
4580
- #: wpf-includes/functions-template.php:648
4581
- msgid "Refer topics to first unread post"
4582
- msgstr ""
4583
-
4584
- #: wpf-includes/functions-template.php:886
4585
- msgid "Limit Per Topic"
4586
- msgstr ""
4587
-
4588
- #: wpf-includes/functions-template.php:888
4589
- msgid "set 0 to remove this limit"
4590
- msgstr ""
4591
-
4592
- #: wpf-includes/functions-template.php:897 wpf-includes/wpf-phrases.php:258
4593
- msgid "Display with Avatars"
4594
- msgstr "Mit Avataren anzeigen"
4595
-
4596
- #: wpf-includes/functions-template.php:902
4597
- msgid "Display Only Unread Posts"
4598
- msgstr ""
4599
-
4600
- #: wpf-includes/functions-template.php:907
4601
- msgid "Display [new] indicator"
4602
- msgstr ""
4603
-
4604
- #: wpf-includes/functions-template.php:1017
4605
- msgid "Topic Counts"
4606
- msgstr "Anzahl Themen"
4607
-
4608
- #: wpf-includes/functions.php:471 wpf-includes/functions.php:787
4609
- #: wpf-includes/wpf-phrases.php:236
4610
- msgid "Bulk Actions"
4611
- msgstr "Massenaktionen"
4612
-
4613
- #: wpf-includes/functions.php:476 wpf-includes/functions.php:898
4614
- #: wpf-includes/wpf-phrases.php:222
4615
- msgid "Apply"
4616
- msgstr "Anwenden"
4617
-
4618
- #: wpf-includes/functions.php:485 wpf-includes/wpf-phrases.php:486
4619
- msgid "Show all forums"
4620
- msgstr "Alle Foren anzeigen"
4621
-
4622
- #: wpf-includes/functions.php:555
4623
- msgid "filter by user"
4624
- msgstr "Filter nach Benutzer"
4625
-
4626
- #: wpf-includes/functions.php:575 wpf-includes/functions.php:795
4627
- #: wpf-includes/wpf-phrases.php:571
4628
- msgid "item"
4629
- msgstr "Element"
4630
-
4631
- #: wpf-includes/functions.php:608 wpf-includes/functions.php:628
4632
- #: wpf-includes/wpf-phrases.php:470
4633
- msgid "Select All"
4634
- msgstr "Alles auswählen"
4635
-
4636
- #: wpf-includes/functions.php:694 wpf-includes/wpf-phrases.php:569
4637
- msgid "edit user"
4638
- msgstr "Benutzer bearbeiten"
4639
-
4640
- #: wpf-includes/functions.php:698 wpf-includes/wpf-phrases.php:568
4641
- msgid "edit profile"
4642
- msgstr "Profil bearbeiten"
4643
-
4644
- #: wpf-includes/functions.php:705
4645
- msgid "unban user"
4646
- msgstr "Benutzer entsperren"
4647
-
4648
- #: wpf-includes/functions.php:705
4649
- msgid "ban user"
4650
- msgstr "Benutzer sperren"
4651
-
4652
- #: wpf-includes/functions.php:705
4653
- msgid "Are you sure, you want to unban this user?"
4654
- msgstr "Bist du sicher, das du diesen Benutzer entsperren möchtest?"
4655
-
4656
- #: wpf-includes/functions.php:705
4657
- msgid "Are you sure, you want to ban this user?"
4658
- msgstr "Bist du sicher, das du diesen Benutzer sperren möchtest?"
4659
-
4660
- #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
4661
- #: wpf-includes/wpf-phrases.php:253
4662
- msgid "Delete this item"
4663
- msgstr "Dieses Element löschen"
4664
-
4665
- #: wpf-includes/functions.php:715
4666
- msgid "unapprove this item"
4667
- msgstr "dieses Element nicht genehmigen"
4668
-
4669
- #: wpf-includes/functions.php:715
4670
- msgid "Approve this item"
4671
- msgstr "Dieses Element genehmigen"
4672
-
4673
- #: wpf-includes/functions.php:715 wpf-includes/wpf-phrases.php:871
4674
- msgid "unapprove"
4675
- msgstr "nicht genehmigt"
4676
-
4677
- #: wpf-includes/functions.php:715 wpf-includes/wpf-phrases.php:870
4678
- msgid "approve"
4679
- msgstr "genehmigt"
4680
-
4681
- #: wpf-includes/functions.php:737 wpf-includes/functions.php:738
4682
- #: wpf-includes/wpf-phrases.php:590
4683
- msgid "view"
4684
- msgstr "anzeigen"
4685
-
4686
- #: wpf-includes/functions.php:762
4687
- msgid "Topic"
4688
- msgstr "Thema"
4689
-
4690
- #: wpf-includes/functions.php:762
4691
- msgid "Post"
4692
- msgstr "Beitrag"
4693
-
4694
- #: wpf-includes/functions.php:779 wpf-includes/wpf-phrases.php:386
4695
- msgid "No items found"
4696
- msgstr "Keine Elemente gefunden"
4697
-
4698
- #: wpf-includes/functions.php:897 wpf-includes/wpf-phrases.php:327
4699
- msgid "Items"
4700
- msgstr "Elemente"
4701
-
4702
- #: wpf-includes/functions.php:1345
4703
- #, php-format
4704
- msgid "Could not write file %s"
4705
- msgstr "Konnte Datei nicht schreiben %s"
4706
-
4707
- #: wpf-includes/integration/buddypress.php:34
4708
- msgid "Search Forums..."
4709
- msgstr "Durchsuche Foren..."
4710
-
4711
- #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:974
4712
- msgid "Topics Started"
4713
- msgstr "Eröffnete Themen"
4714
-
4715
- #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:975
4716
- msgid "Replies Created"
4717
- msgstr "Verfasste Antworten"
4718
-
4719
- #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:976
4720
- msgid "Liked Posts"
4721
- msgstr "Beitrags-Likes"
4722
-
4723
- #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:504
4724
- msgid "Subscriptions"
4725
- msgstr "Abonnements"
4726
-
4727
- #: wpf-includes/integration/buddypress.php:531 wpf-includes/wpf-phrases.php:119
4728
- msgid "Topic reply"
4729
- msgstr "Themen-Antwort"
4730
-
4731
- #: wpf-includes/integration/buddypress.php:534 wpf-includes/wpf-phrases.php:118
4732
- #, php-format
4733
- msgid "You have %d new replies"
4734
- msgstr "Du hast %d neue Antworten"
4735
-
4736
- #: wpf-includes/integration/buddypress.php:538
4737
- #, php-format
4738
- msgid "You have %d new reply to %2$s from %3$s"
4739
- msgstr "Du hast %d neue Antworten auf %2$s von %3$s"
4740
-
4741
- #: wpf-includes/integration/buddypress.php:540 wpf-includes/wpf-phrases.php:116
4742
- #, php-format
4743
- msgid "You have %d new reply to %s"
4744
- msgstr "Du hast %d neue Antwort auf %s"
4745
-
4746
- #: wpf-includes/integration/buddypress.php:699 wpf-includes/wpf-phrases.php:115
4747
- msgid "Are you sure you wanted to do that?"
4748
- msgstr "Bist du dir sicher das du das machen möchtest?"
4749
-
4750
- #: wpf-includes/integration/buddypress.php:703 wpf-includes/wpf-phrases.php:114
4751
- msgid "You do not have permission to mark notifications for that user."
4752
- msgstr ""
4753
- "Es ist dir nicht erlaubt, Benachrichtigungen für diesen Nutzer zu markieren."
4754
-
4755
- #: wpf-includes/integration/ultimate-member.php:63
4756
- #: wpf-includes/integration/ultimate-member.php:413
4757
- msgid "User leaves a reply to wpForo topic"
4758
- msgstr "Benutzer hinterlässt eine Antwort auf ein wpForo-Thema"
4759
-
4760
- #: wpf-includes/integration/ultimate-member.php:65
4761
- #: wpf-includes/integration/ultimate-member.php:415
4762
- msgid "When a member replies to one of my forum topics"
4763
- msgstr "Wenn ein Mitglied auf eines meiner Forenthemen antwortet"
4764
-
4765
- #: wpf-includes/integration/ultimate-member.php:68
4766
- #: wpf-includes/integration/ultimate-member.php:418
4767
- msgid "User replied to wpForo post"
4768
- msgstr "Ein Benutzer hat auf einen wpForo-Beitrag geantwortet"
4769
-
4770
- #: wpf-includes/integration/ultimate-member.php:70
4771
- #: wpf-includes/integration/ultimate-member.php:420
4772
- msgid "When a member replies to one of my post in forum topics"
4773
- msgstr "Wenn ein Mitglied auf einen meiner Forenbeiträge antwortet"
4774
-
4775
- #: wpf-includes/integration/ultimate-member.php:414
4776
- msgid ""
4777
- "<strong>{member}</strong> has <strong>replied</strong> to a topic you "
4778
- "started on the forum."
4779
- msgstr ""
4780
-
4781
- #: wpf-includes/integration/ultimate-member.php:419
4782
- msgid ""
4783
- "<strong>{member}</strong> has <strong>replied</strong> to your post on the "
4784
- "forum."
4785
- msgstr ""
4786
-
4787
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:322
4788
- msgid ""
4789
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
4790
- "permanently remove all forum data (forums, topics, replies, attachments...) "
4791
- "from database. Please backup database before this action, you may need this "
4792
- "forum data in future. If you are sure that you want to delete all forum data "
4793
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
4794
- "that will not remove forum data."
4795
- msgstr ""
4796
- "WICHTIG! Die Deinstallation ist keine einfache Deaktivierungsaktion. Durch "
4797
- "diese Aktion werden alle Forendaten (Foren, Themen, Antworten, Anhänge ...) "
4798
- "dauerhaft aus der Datenbank entfernt. Bitte sichere die Datenbank vor dieser "
4799
- "Aktion. Möglicherweise benötigst du diese Forendaten irgendwann in der "
4800
- "Zukunft. Wenn du dir sicher bist, dass du alle Forendaten löschen möchtest, "
4801
- "bestätige dies bitte. Wenn nicht, einfach abbrechen. Du kannst dieses Plugin "
4802
- "auch einfach deaktivieren. Dabei werden die Forumsdaten nicht entfernt."
4803
-
4804
- #: wpf-includes/wpf-hooks.php:20
4805
- msgid "Uninstall"
4806
- msgstr "Deinstallieren"
4807
-
4808
- #: wpf-includes/wpf-hooks.php:1353
4809
- msgid "Clear"
4810
- msgstr "Leeren"
4811
-
4812
- #: wpf-includes/wpf-hooks.php:1353
4813
- msgid "Select Color"
4814
- msgstr "Farbe auswählen"
4815
-
4816
- #: wpf-includes/wpf-hooks.php:1358 wpf-includes/wpf-phrases.php:183
4817
- msgid "Move"
4818
- msgstr "Verschieben"
4819
-
4820
- #: wpf-includes/wpf-hooks.php:1365
4821
- msgid "Please choose one reasons before sending a feedback!"
4822
- msgstr ""
4823
-
4824
- #: wpf-includes/wpf-hooks.php:1367
4825
- msgid ""
4826
- "With the email address, please check the \"I agree to receive email\" "
4827
- "checkbox to proceed."
4828
- msgstr ""
4829
-
4830
- #: wpf-includes/wpf-hooks.php:1368
4831
- msgid "Please fill your email address for feedback"
4832
- msgstr ""
4833
-
4834
- #: wpf-includes/wpf-hooks.php:1369
4835
- msgid "Your email address is not valid"
4836
- msgstr ""
4837
-
4838
- #: wpf-includes/wpf-hooks.php:1427
4839
- msgid ""
4840
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4841
- "structure"
4842
- msgstr ""
4843
- "WICHTIG: wpForo Kann nicht mit dem Standard-Permalink arbeiten. Bitte ändere "
4844
- "die Permalink-Struktur"
4845
-
4846
- #: wpf-includes/wpf-hooks.php:1463
4847
- msgid "Forum Profile Fields - wpForo"
4848
- msgstr "Forum Profil-Felder - wpForo"
4849
-
4850
- #: wpf-includes/wpf-hooks.php:1471
4851
- msgid "Forum - Usergroup"
4852
- msgstr "Forum - Benutzergruppe"
4853
-
4854
- #: wpf-includes/wpf-hooks.php:1476
4855
- #, php-format
4856
- msgid ""
4857
- "Forum Usergroups are synched with User Roles based on the %s. When you "
4858
- "change this user Role the Usergroup is automatically changed according to "
4859
- "that table."
4860
- msgstr ""
4861
- "Forum-Benutzergruppen werden basierend auf den %s mit den Benutzerrollen "
4862
- "synchronisiert. Wenn du diese Benutzerrolle änderst, wird die Benutzergruppe "
4863
- "entsprechend dieser Tabelle automatisch mitverändert."
4864
-
4865
- #: wpf-includes/wpf-hooks.php:1483
4866
- msgid "Synced with user role"
4867
- msgstr ""
4868
-
4869
- #: wpf-includes/wpf-hooks.php:1487
4870
- msgid "Role-Usergroup Synchronization is Turned ON!"
4871
- msgstr "Die Rollen-Benutzergruppen-Synchronisation wurde AN-geschaltet!"
4872
-
4873
- #: wpf-includes/wpf-hooks.php:1488
4874
- msgid ""
4875
- "This user Usergroup is automatically changed according to current Role. If "
4876
- "you want to disable Role-Usergroup synchronization and manage Usergroups and "
4877
- "User Roles independently, please navigate to <b>Forums > Settings > "
4878
- "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
4879
- "option."
4880
- msgstr ""
4881
- "Diese Benutzergruppe wird automatisch entsprechend der aktuellen Rolle "
4882
- "geändert. Wenn du die Synchronisierung von Rollen und Benutzergruppen "
4883
- "deaktivieren und Benutzergruppen und -rollen unabhängig verwalten möchtest, "
4884
- "navigiere zur Administrationsseite <b>Foren > Einstellungen > Funktionen</"
4885
- "b>. Deaktiviere dort die Option \"Synchronisierung von Rollen und "
4886
- "Benutzergruppen\"."
4887
-
4888
- #: wpf-includes/wpf-hooks.php:1499
4889
- msgid "Forum - Secondary Usergroups"
4890
- msgstr "Forum - Sekundäre Benutzergruppen"
4891
-
4892
- #: wpf-includes/wpf-hooks.php:1521
4893
- msgid "Forum - User Timezone"
4894
- msgstr "Forum - Zeitzone des Benutzers"
4895
-
4896
- #: wpf-includes/wpf-hooks.php:1532
4897
- msgid "User Reputation"
4898
- msgstr ""
4899
-
4900
- #: wpf-includes/wpf-hooks.php:1533
4901
- msgid ""
4902
- "By default all members get rating badges and titles based on number of "
4903
- "posts. However, using this option you can grant lower or higher rating to "
4904
- "certain user (this user). The default member reputation badges, titles and "
4905
- "points can be managed in Forums > Settings > Members Tab."
4906
- msgstr ""
4907
-
4908
- #: wpf-includes/wpf-hooks.php:1537
4909
- msgid "Default Rating"
4910
- msgstr ""
4911
-
4912
- #: wpf-includes/wpf-hooks.php:1538
4913
- msgid "Custom Rating"
4914
- msgstr ""
4915
-
4916
- #: wpf-includes/wpf-hooks.php:1545 wpf-includes/wpf-phrases.php:863
4917
- msgid "Rating Title"
4918
- msgstr "Titel des Rangs"
4919
-
4920
- #: wpf-includes/wpf-hooks.php:1546 wpf-includes/wpf-phrases.php:430
4921
- msgid "Rating Badge"
4922
- msgstr "Rangabzeichen"
4923
-
4924
- #: wpf-includes/wpf-hooks.php:1956 wpf-includes/wpf-hooks.php:2056
4925
- msgid "Please Moderate: "
4926
- msgstr "Bitte moderieren: "
4927
-
4928
- #: wpf-includes/wpf-hooks.php:1957
4929
- msgid ""
4930
- "This topic is currently unapproved. You can approve topics in Dashboard "
4931
- "&raquo; Forums &raquo; Moderation admin page."
4932
- msgstr ""
4933
- "Dieses Thema ist derzeit nicht genehmigt. Du kannst Themen in Dashboard "
4934
- "&raquo; Foren &raquo; Moderation bearbeiten."
4935
-
4936
- #: wpf-includes/wpf-hooks.php:2057
4937
- msgid ""
4938
- "This post is currently unapproved. You can approve posts in Dashboard "
4939
- "&raquo; Forums &raquo; Moderation admin page."
4940
- msgstr ""
4941
- "Dieser Beitrag ist derzeit nicht genehmigt. Du kannst Beiträge in Dashboard "
4942
- "&raquo; Foren &raquo; Moderation bearbeiten."
4943
-
4944
- #: wpf-includes/wpf-hooks.php:2585 wpf-includes/wpf-hooks.php:2607
4945
- msgid "New Forum"
4946
- msgstr "Neues Forum"
4947
-
4948
- #: wpf-includes/wpf-hooks.php:2587
4949
- msgid "New User Group"
4950
- msgstr "Neue Benutzergruppe"
4951
-
4952
- #: wpf-includes/wpf-hooks.php:2589 wpf-includes/wpf-hooks.php:2635
4953
- msgid "New Phrase"
4954
- msgstr "Neue Phrase"
4955
-
4956
- #: wpf-includes/wpf-hooks.php:2601
4957
- msgid "Forum Dashboard"
4958
- msgstr "Forum Dashboard"
4959
-
4960
- #: wpf-includes/wpf-hooks.php:2629
4961
- msgid "New Usergroup"
4962
- msgstr "Neue Benutzergruppe"
4963
-
4964
- #: wpf-includes/wpf-hooks.php:2743 wpf-includes/wpf-phrases.php:1084
4965
- #, php-format
4966
- msgid ""
4967
- "IMPORTANT! The forum registration form is probably under risk of spam "
4968
- "attacks. Please configure wpForo built-in %s antibot for registration form "
4969
- "to avoid spam registrations. If you don't use the forum registration form or "
4970
- "you are sure that your registration forms are secured, just click on (x) "
4971
- "button to dismiss this message."
4972
- msgstr ""
4973
-
4974
- #: wpf-includes/wpf-phrases.php:6
4975
- msgid "relevance"
4976
- msgstr ""
4977
-
4978
- #: wpf-includes/wpf-phrases.php:7
4979
- msgid "Unapproved Posts"
4980
- msgstr ""
4981
-
4982
- #: wpf-includes/wpf-phrases.php:8
4983
- msgid "Private Topics"
4984
- msgstr ""
4985
-
4986
- #: wpf-includes/wpf-phrases.php:9
4987
- msgid "Sticky Topics"
4988
- msgstr ""
4989
-
4990
- #: wpf-includes/wpf-phrases.php:10
4991
- msgid "Closed Topics"
4992
- msgstr ""
4993
-
4994
- #: wpf-includes/wpf-phrases.php:11
4995
- msgid "Unsolved Topics"
4996
- msgstr ""
4997
-
4998
- #: wpf-includes/wpf-phrases.php:12
4999
- msgid "Solved Topics"
5000
- msgstr ""
5001
-
5002
- #: wpf-includes/wpf-phrases.php:13
5003
- msgid "Not Replied Topics"
5004
- msgstr ""
5005
-
5006
- #: wpf-includes/wpf-phrases.php:14
5007
- msgid "Reset Fields"
5008
- msgstr ""
5009
-
5010
- #: wpf-includes/wpf-phrases.php:15
5011
- msgid "Load More Topics"
5012
- msgstr ""
5013
-
5014
- #: wpf-includes/wpf-phrases.php:18
5015
- msgid "Resolved"
5016
- msgstr ""
5017
-
5018
- #: wpf-includes/wpf-phrases.php:19
5019
- msgid "Popular"
5020
- msgstr ""
5021
-
5022
- #: wpf-includes/wpf-phrases.php:20
5023
- msgid "No forum found in this category"
5024
- msgstr ""
5025
-
5026
- #: wpf-includes/wpf-phrases.php:21
5027
- msgid "Threads"
5028
- msgstr ""
5029
-
5030
- #: wpf-includes/wpf-phrases.php:22
5031
- #, php-format
5032
- msgid "show %d more comments"
5033
- msgstr ""
5034
-
5035
- #: wpf-includes/wpf-phrases.php:23
5036
- msgid "expand to show all comments on this post"
5037
- msgstr ""
5038
-
5039
- #: wpf-includes/wpf-phrases.php:24
5040
- msgid "Topic are private, please register or login for further information"
5041
- msgstr ""
5042
-
5043
- #: wpf-includes/wpf-phrases.php:25
5044
- msgid ""
5045
- "You don't have permissions to see this page, please register or login for "
5046
- "further information"
5047
- msgstr ""
5048
-
5049
- #: wpf-includes/wpf-phrases.php:26
5050
- msgid "Invalid request."
5051
- msgstr ""
5052
-
5053
- #: wpf-includes/wpf-phrases.php:27
5054
- msgid "The password has been changed"
5055
- msgstr ""
5056
-
5057
- #: wpf-includes/wpf-phrases.php:28
5058
- msgid "The password reset empty"
5059
- msgstr ""
5060
-
5061
- #: wpf-includes/wpf-phrases.php:29
5062
- msgid "The password reset mismatch"
5063
- msgstr ""
5064
-
5065
- #: wpf-includes/wpf-phrases.php:30
5066
- msgid "Email has been sent"
5067
- msgstr ""
5068
-
5069
- #: wpf-includes/wpf-phrases.php:31
5070
- msgid "The key is invalid"
5071
- msgstr ""
5072
-
5073
- #: wpf-includes/wpf-phrases.php:32
5074
- msgid "The key is expired"
5075
- msgstr ""
5076
-
5077
- #: wpf-includes/wpf-phrases.php:33
5078
- msgid "Attachment"
5079
- msgstr ""
5080
-
5081
- #: wpf-includes/wpf-phrases.php:34
5082
- msgid "all topics has been loaded in this list"
5083
- msgstr ""
5084
-
5085
- #: wpf-includes/wpf-phrases.php:35
5086
- msgid "You don't have permission to do this action from this forum"
5087
- msgstr ""
5088
-
5089
- #: wpf-includes/wpf-phrases.php:36
5090
- msgid "wrong data"
5091
- msgstr ""
5092
-
5093
- #: wpf-includes/wpf-phrases.php:37
5094
- msgid "You don't have permission to make two best answers for one topic"
5095
- msgstr ""
5096
-
5097
- #: wpf-includes/wpf-phrases.php:38
5098
- msgid "You don't have permission to make topic answered"
5099
- msgstr ""
5100
-
5101
- #: wpf-includes/wpf-phrases.php:39
5102
- msgid "topic not found"
5103
- msgstr ""
5104
-
5105
- #: wpf-includes/wpf-phrases.php:40
5106
- msgid "done"
5107
- msgstr ""
5108
-
5109
- #: wpf-includes/wpf-phrases.php:41
5110
- msgid "You don't have permission to like posts from this forum"
5111
- msgstr ""
5112
-
5113
- #: wpf-includes/wpf-phrases.php:42
5114
- msgid "post not found"
5115
- msgstr ""
5116
-
5117
- #: wpf-includes/wpf-phrases.php:43
5118
- msgid "action error"
5119
- msgstr ""
5120
-
5121
- #: wpf-includes/wpf-phrases.php:44
5122
- msgid "About"
5123
- msgstr ""
5124
-
5125
- #: wpf-includes/wpf-phrases.php:45
5126
- msgid "404 - Page not found"
5127
- msgstr ""
5128
-
5129
- #: wpf-includes/wpf-phrases.php:46
5130
- msgid "DO NOT DELETE WPFORO PAGE!!!"
5131
- msgstr ""
5132
-
5133
- #: wpf-includes/wpf-phrases.php:47
5134
- msgid "Deleted"
5135
- msgstr ""
5136
-
5137
- #: wpf-includes/wpf-phrases.php:48
5138
- msgid "Settings reset successfully"
5139
- msgstr ""
5140
-
5141
- #: wpf-includes/wpf-phrases.php:49
5142
- msgid "Misc options reset successfully"
5143
- msgstr ""
5144
-
5145
- #: wpf-includes/wpf-phrases.php:50
5146
- msgid "Cleanup options reset successfully"
5147
- msgstr ""
5148
-
5149
- #: wpf-includes/wpf-phrases.php:51
5150
- msgid "Antispam options reset successfully"
5151
- msgstr ""
5152
-
5153
- #: wpf-includes/wpf-phrases.php:52
5154
- msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
5155
- msgstr ""
5156
-
5157
- #: wpf-includes/wpf-phrases.php:53
5158
- msgid "Email options reset successfully"
5159
- msgstr ""
5160
-
5161
- #: wpf-includes/wpf-phrases.php:54
5162
- msgid "Theme options reset successfully"
5163
- msgstr ""
5164
-
5165
- #: wpf-includes/wpf-phrases.php:55
5166
- msgid "API options reset successfully"
5167
- msgstr ""
5168
-
5169
- #: wpf-includes/wpf-phrases.php:56
5170
- msgid "API options successfully updated, but previous value not changed"
5171
- msgstr ""
5172
-
5173
- #: wpf-includes/wpf-phrases.php:57
5174
- msgid "API options successfully updated"
5175
- msgstr ""
5176
-
5177
- #: wpf-includes/wpf-phrases.php:58
5178
- msgid "Features reset successfully"
5179
- msgstr ""
5180
-
5181
- #: wpf-includes/wpf-phrases.php:59
5182
- msgid "Member options reset successfully"
5183
- msgstr ""
5184
-
5185
- #: wpf-includes/wpf-phrases.php:60
5186
- msgid "Post options reset successfully"
5187
- msgstr ""
5188
-
5189
- #: wpf-includes/wpf-phrases.php:61
5190
- msgid "Forum options reset successfully"
5191
- msgstr ""
5192
-
5193
- #: wpf-includes/wpf-phrases.php:62
5194
- msgid "General options reset successfully"
5195
- msgstr ""
5196
-
5197
- #: wpf-includes/wpf-phrases.php:63
5198
- msgid "Please save \"Forum template slugs"
5199
- msgstr ""
5200
-
5201
- #: wpf-includes/wpf-phrases.php:64
5202
- msgid "Rebuilt Successfully!"
5203
- msgstr ""
5204
-
5205
- #: wpf-includes/wpf-phrases.php:65
5206
- msgid "Synched Successfully!"
5207
- msgstr ""
5208
-
5209
- #: wpf-includes/wpf-phrases.php:66
5210
- msgid "Sorry, this file cannot be deleted"
5211
- msgstr ""
5212
-
5213
- #: wpf-includes/wpf-phrases.php:67
5214
- #, php-format
5215
- msgid "I have read and agree to %s privacy policy."
5216
- msgstr ""
5217
-
5218
- #: wpf-includes/wpf-phrases.php:68
5219
- msgid "All "
5220
- msgstr ""
5221
-
5222
- #: wpf-includes/wpf-phrases.php:69
5223
- msgid "Reply by"
5224
- msgstr ""
5225
-
5226
- #: wpf-includes/wpf-phrases.php:70
5227
- msgid "Topic Author"
5228
- msgstr ""
5229
-
5230
- #: wpf-includes/wpf-phrases.php:71
5231
- msgid "Reply to"
5232
- msgstr ""
5233
-
5234
- #: wpf-includes/wpf-phrases.php:72
5235
- #, php-format
5236
- msgid "Last reply by %s"
5237
- msgstr ""
5238
-
5239
- #: wpf-includes/wpf-phrases.php:73
5240
- #, php-format
5241
- msgid "Created by %s"
5242
- msgstr ""
5243
-
5244
- #: wpf-includes/wpf-phrases.php:74
5245
- #, php-format
5246
- msgid "%s posted a new topic %s"
5247
- msgstr ""
5248
-
5249
- #: wpf-includes/wpf-phrases.php:75
5250
- msgid "Repeat new password"
5251
- msgstr ""
5252
-
5253
- #: wpf-includes/wpf-phrases.php:76
5254
- msgid "Status changing error"
5255
- msgstr ""
5256
-
5257
- #: wpf-includes/wpf-phrases.php:77
5258
- msgid "Topic splitting error"
5259
- msgstr ""
5260
-
5261
- #: wpf-includes/wpf-phrases.php:78
5262
- msgid "Please select at least one post to split"
5263
- msgstr ""
5264
-
5265
- #: wpf-includes/wpf-phrases.php:79
5266
- msgid "Please insert required fields"
5267
- msgstr ""
5268
-
5269
- #: wpf-includes/wpf-phrases.php:80
5270
- msgid "Please select a target forum"
5271
- msgstr ""
5272
-
5273
- #: wpf-includes/wpf-phrases.php:81
5274
- msgid "Data merging error"
5275
- msgstr ""
5276
-
5277
- #: wpf-includes/wpf-phrases.php:82
5278
- msgid "You don't have permission to delete topic from this forum."
5279
- msgstr ""
5280
-
5281
- #: wpf-includes/wpf-phrases.php:83
5282
- msgid "Cancel"
5283
- msgstr ""
5284
-
5285
- #: wpf-includes/wpf-phrases.php:84
5286
- msgid "Write here . . ."
5287
- msgstr ""
5288
-
5289
- #: wpf-includes/wpf-phrases.php:85
5290
- msgid "Select Forum"
5291
- msgstr ""
5292
-
5293
- #: wpf-includes/wpf-phrases.php:86
5294
- msgid "error: Change Status action"
5295
- msgstr ""
5296
-
5297
- #: wpf-includes/wpf-phrases.php:87
5298
- msgid "Function wpforo_thread_reply() not found."
5299
- msgstr ""
5300
-
5301
- #: wpf-includes/wpf-phrases.php:88
5302
- msgid "You are posting too quickly. Slow down."
5303
- msgstr ""
5304
-
5305
- #: wpf-includes/wpf-phrases.php:89
5306
- msgid "Email confirm error"
5307
- msgstr ""
5308
-
5309
- #: wpf-includes/wpf-phrases.php:90
5310
- msgid "Email has been confirmed"
5311
- msgstr ""
5312
-
5313
- #: wpf-includes/wpf-phrases.php:91
5314
- msgid "User Groups Secondary"
5315
- msgstr ""
5316
-
5317
- #: wpf-includes/wpf-phrases.php:92
5318
- msgid "URL Address Identifier"
5319
- msgstr ""
5320
-
5321
- #: wpf-includes/wpf-phrases.php:93
5322
- msgid "Nickname"
5323
- msgstr ""
5324
-
5325
- #: wpf-includes/wpf-phrases.php:94
5326
- msgid "User unban action error"
5327
- msgstr ""
5328
-
5329
- #: wpf-includes/wpf-phrases.php:95
5330
- msgid "User successfully unbanned from wpforo"
5331
- msgstr ""
5332
-
5333
- #: wpf-includes/wpf-phrases.php:96
5334
- msgid "User ban action error"
5335
- msgstr ""
5336
-
5337
- #: wpf-includes/wpf-phrases.php:97
5338
- msgid "User successfully banned from wpforo"
5339
- msgstr ""
5340
-
5341
- #: wpf-includes/wpf-phrases.php:98
5342
- msgid "You can't make yourself banned user"
5343
- msgstr ""
5344
-
5345
- #: wpf-includes/wpf-phrases.php:99
5346
- msgid "Password successfully changed"
5347
- msgstr ""
5348
-
5349
- #: wpf-includes/wpf-phrases.php:100
5350
- msgid "Userid is wrong"
5351
- msgstr ""
5352
-
5353
- #: wpf-includes/wpf-phrases.php:101
5354
- #, php-format
5355
- msgid "Avatar image is too big maximum allowed size is %s"
5356
- msgstr ""
5357
-
5358
- #: wpf-includes/wpf-phrases.php:102
5359
- msgid "This nickname is already registered. Please insert another."
5360
- msgstr ""
5361
-
5362
- #: wpf-includes/wpf-phrases.php:103
5363
- #, php-format
5364
- msgid "Password length must be between %d characters and %d characters."
5365
- msgstr ""
5366
-
5367
- #: wpf-includes/wpf-phrases.php:104
5368
- msgid ""
5369
- "ERROR: invalid_username. Sorry, that username is not allowed. Please insert "
5370
- "another."
5371
- msgstr ""
5372
-
5373
- #: wpf-includes/wpf-phrases.php:105
5374
- msgid "Specify avatar by URL:"
5375
- msgstr ""
5376
-
5377
- #: wpf-includes/wpf-phrases.php:106
5378
- msgid "Are you sure you want to delete this file?"
5379
- msgstr ""
5380
-
5381
- #: wpf-includes/wpf-phrases.php:108
5382
- msgid "Google reCAPTCHA data are not submitted"
5383
- msgstr ""
5384
-
5385
- #: wpf-includes/wpf-phrases.php:109
5386
- msgid "I allow to create an account and send confirmation email."
5387
- msgstr ""
5388
-
5389
- #: wpf-includes/wpf-phrases.php:110
5390
- msgid "Leave a comment"
5391
- msgstr ""
5392
-
5393
- #: wpf-includes/wpf-phrases.php:111
5394
- msgid "Reply with quote"
5395
- msgstr ""
5396
-
5397
- #: wpf-includes/wpf-phrases.php:112
5398
- msgid ""
5399
- "The note text and the label of this checkbox can be managed in Forums > "
5400
- "Phrases admin page. Search the label phrase, click on edit button and change "
5401
- "it."
5402
- msgstr ""
5403
-
5404
- #: wpf-includes/wpf-phrases.php:113
5405
- msgid "Do you really want to reset options?"
5406
- msgstr ""
5407
-
5408
- #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
5409
- msgid "This topic doesn't exist or you don't have permissions to see that."
5410
- msgstr ""
5411
-
5412
- #: wpf-includes/wpf-phrases.php:121
5413
- msgid "topics and posts"
5414
- msgstr ""
5415
-
5416
- #: wpf-includes/wpf-phrases.php:122
5417
- msgid "Subscription Manager"
5418
- msgstr ""
5419
-
5420
- #: wpf-includes/wpf-phrases.php:123
5421
- msgid "Subscribe to all new topics"
5422
- msgstr ""
5423
-
5424
- #: wpf-includes/wpf-phrases.php:124
5425
- msgid "Subscribe to all new topics and posts"
5426
- msgstr ""
5427
-
5428
- #: wpf-includes/wpf-phrases.php:125
5429
- msgid "Update Subscriptions"
5430
- msgstr ""
5431
-
5432
- #: wpf-includes/wpf-phrases.php:126
5433
- msgid "Share to OK"
5434
- msgstr ""
5435
-
5436
- #: wpf-includes/wpf-phrases.php:127
5437
- msgid "Share to VK"
5438
- msgstr ""
5439
-
5440
- #: wpf-includes/wpf-phrases.php:128
5441
- msgid "Share to WhatsApp"
5442
- msgstr ""
5443
-
5444
- #: wpf-includes/wpf-phrases.php:129
5445
- msgid "Share to LinkedIn"
5446
- msgstr ""
5447
-
5448
- #: wpf-includes/wpf-phrases.php:130
5449
- msgid "Share to Google+"
5450
- msgstr ""
5451
-
5452
- #: wpf-includes/wpf-phrases.php:131
5453
- msgid "Tweet"
5454
- msgstr ""
5455
-
5456
- #: wpf-includes/wpf-phrases.php:132
5457
- msgid "Tweet this post"
5458
- msgstr ""
5459
-
5460
- #: wpf-includes/wpf-phrases.php:133
5461
- msgid "Share to Facebook"
5462
- msgstr ""
5463
-
5464
- #: wpf-includes/wpf-phrases.php:134
5465
- msgid "Facebook Login Information"
5466
- msgstr ""
5467
-
5468
- #: wpf-includes/wpf-phrases.php:135
5469
- msgid ""
5470
- "I allow to create an account based on my Facebook public profile information "
5471
- "and send confirmation email."
5472
- msgstr ""
5473
-
5474
- #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
5475
- #, php-format
5476
- msgid ""
5477
- "When you login first time using Facebook Login button, we collect your "
5478
- "account %s information shared by Facebook, based on your privacy settings. "
5479
- "We also get your email address to automatically create a forum account for "
5480
- "you. Once your account is created, you'll be logged-in to this account and "
5481
- "you'll receive a confirmation email."
5482
- msgstr ""
5483
- "Wenn du dich zum ersten Mal über den Facebook-Button anmeldest, erfassen wir "
5484
- "die von Facebook mitgeteilten Kontoinformationen %s basierend auf deinen "
5485
- "dortigen Datenschutzeinstellungen. Wir erhalten auch deine E-Mail-Adresse, "
5486
- "um automatisch ein Forums-Konto für dich zu erstellen. Sobald dein Konto "
5487
- "erstellt wurde, wirst du bei diesem Konto angemeldet und erhältst eine "
5488
- "Bestätigungs-E-Mail."
5489
-
5490
- #: wpf-includes/wpf-phrases.php:137
5491
- msgid "Share this post"
5492
- msgstr ""
5493
-
5494
- #: wpf-includes/wpf-phrases.php:138
5495
- msgid "Share"
5496
- msgstr ""
5497
-
5498
- #: wpf-includes/wpf-phrases.php:139
5499
- msgid "Share:"
5500
- msgstr ""
5501
-
5502
- #: wpf-includes/wpf-phrases.php:140
5503
- msgid "Contact the forum administrator"
5504
- msgstr ""
5505
-
5506
- #: wpf-includes/wpf-phrases.php:141
5507
- msgid "Contact Us"
5508
- msgstr ""
5509
-
5510
- #: wpf-includes/wpf-phrases.php:142
5511
- msgid "I agree to receive an email confirmation with a link to set a password."
5512
- msgstr ""
5513
-
5514
- #: wpf-includes/wpf-phrases.php:143
5515
- msgid "and"
5516
- msgstr ""
5517
-
5518
- #: wpf-includes/wpf-phrases.php:144
5519
- msgid "Privacy Policy"
5520
- msgstr ""
5521
-
5522
- #: wpf-includes/wpf-phrases.php:145
5523
- msgid "Terms"
5524
- msgstr ""
5525
-
5526
- #: wpf-includes/wpf-phrases.php:146
5527
- #, php-format
5528
- msgid ""
5529
- "I have read and agree to %s privacy policy. For more information, please "
5530
- "check our privacy policy, where you'll get more info on where, how and why "
5531
- "we store your data."
5532
- msgstr ""
5533
-
5534
- #: wpf-includes/wpf-phrases.php:147
5535
- msgid "I have read and agree to the"
5536
- msgstr ""
5537
-
5538
- #: wpf-includes/wpf-phrases.php:148
5539
- msgid "the website"
5540
- msgstr ""
5541
-
5542
- #: wpf-includes/wpf-phrases.php:149
5543
- msgid "I do not agree to these rules. Take me away from here."
5544
- msgstr ""
5545
-
5546
- #: wpf-includes/wpf-phrases.php:150
5547
- msgid "I agree to these rules"
5548
- msgstr ""
5549
-
5550
- #: wpf-includes/wpf-phrases.php:151
5551
- msgid "Click to open forum rules below"
5552
- msgstr ""
5553
-
5554
- #: wpf-includes/wpf-phrases.php:152
5555
- #, php-format
5556
- msgid "I have read and agree to abide by the %s."
5557
- msgstr ""
5558
-
5559
- #: wpf-includes/wpf-phrases.php:153
5560
- msgid "forum rules"
5561
- msgstr ""
5562
-
5563
- #: wpf-includes/wpf-phrases.php:154
5564
- msgid "I do not agree. Take me away from here."
5565
- msgstr ""
5566
-
5567
- #: wpf-includes/wpf-phrases.php:155
5568
- msgid "I agree"
5569
- msgstr ""
5570
-
5571
- #: wpf-includes/wpf-phrases.php:156
5572
- msgid "Click to open forum privacy policy below"
5573
- msgstr ""
5574
-
5575
- #: wpf-includes/wpf-phrases.php:157
5576
- #, php-format
5577
- msgid "I have read and agree to the %s."
5578
- msgstr ""
5579
-
5580
- #: wpf-includes/wpf-phrases.php:158
5581
- msgid "forum privacy policy"
5582
- msgstr ""
5583
-
5584
- #: wpf-includes/wpf-phrases.php:159
5585
- msgid "Read more about Facebook public_profile properties."
5586
- msgstr ""
5587
-
5588
- #: wpf-includes/wpf-phrases.php:160
5589
- msgid "Please contact to forum administrator to edit it."
5590
- msgstr ""
5591
-
5592
- #: wpf-includes/wpf-phrases.php:161
5593
- msgid "Please contact to forum administrator to delete it."
5594
- msgstr ""
5595
-
5596
- #: wpf-includes/wpf-phrases.php:162
5597
- msgid "The time to delete this post is expired."
5598
- msgstr ""
5599
-
5600
- #: wpf-includes/wpf-phrases.php:163
5601
- msgid "The time to edit this post is expired."
5602
- msgstr ""
5603
-
5604
- #: wpf-includes/wpf-phrases.php:164
5605
- msgid "The time to delete this topic is expired."
5606
- msgstr ""
5607
-
5608
- #: wpf-includes/wpf-phrases.php:165
5609
- msgid "The time to edit this topic is expired"
5610
- msgstr ""
5611
-
5612
- #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
5613
- msgid ""
5614
- "Enter your email address or username and we'll send you a link you can use "
5615
- "to pick a new password."
5616
- msgstr ""
5617
- "Gebe deine E-Mail-Adresse oder deinen Benutzernamen ein. Wir senden dir dann "
5618
- "einen Link, über den du dir ein neues Passwort erstellen kannst."
5619
-
5620
- #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
5621
- msgid "ERROR: Can't connect to Google reCAPTCHA API"
5622
- msgstr ""
5623
- "FEHLER: Es kann keine Verbindung zur Google reCAPTCHA-API hergestellt werden"
5624
-
5625
- #: wpf-includes/wpf-phrases.php:168
5626
- msgid "Your topic successfully added and awaiting moderation"
5627
- msgstr ""
5628
-
5629
- #: wpf-includes/wpf-phrases.php:169
5630
- msgid "Your email"
5631
- msgstr ""
5632
-
5633
- #: wpf-includes/wpf-phrases.php:170
5634
- msgid "Author Email"
5635
- msgstr ""
5636
-
5637
- #: wpf-includes/wpf-phrases.php:171
5638
- msgid "Your name"
5639
- msgstr ""
5640
-
5641
- #: wpf-includes/wpf-phrases.php:172
5642
- msgid "Author Name"
5643
- msgstr ""
5644
-
5645
- #: wpf-includes/wpf-phrases.php:173
5646
- msgid "View entire topic"
5647
- msgstr ""
5648
-
5649
- #: wpf-includes/wpf-phrases.php:174
5650
- msgid ""
5651
- "After registration you will receive an email confirmation with a link to set "
5652
- "a new password"
5653
- msgstr ""
5654
-
5655
- #: wpf-includes/wpf-phrases.php:175
5656
- msgid "Recently Added"
5657
- msgstr ""
5658
-
5659
- #: wpf-includes/wpf-phrases.php:176 wpf-includes/wpf-phrases.php:711
5660
- msgid "You don't have permission to edit post from this forum"
5661
- msgstr "Du hast keine Berechtigung, den Beitrag in diesem Forum zu bearbeiten"
5662
-
5663
- #: wpf-includes/wpf-phrases.php:177 wpf-includes/wpf-phrases.php:710
5664
- msgid "You don't have permission to delete topic from this forum"
5665
- msgstr "Du hast keine Berechtigung, ein Thema aus diesem Forum zu löschen"
5666
-
5667
- #: wpf-includes/wpf-phrases.php:178 wpf-includes/wpf-phrases.php:709
5668
- msgid "You don't have permission to delete post from this forum"
5669
- msgstr "Du hast keine Berechtigung, den Beitrag in diesem Forum zu löschen"
5670
-
5671
- #: wpf-includes/wpf-phrases.php:179 wpf-includes/wpf-phrases.php:708
5672
- msgid "You don't have permission to create topic into this forum"
5673
- msgstr "Du hast keine Berechtigung, ein Thema in diesem Forum zu schreiben"
5674
-
5675
- #: wpf-includes/wpf-phrases.php:180 wpf-includes/wpf-phrases.php:707
5676
- msgid "You don't have permission to create post in this forum"
5677
- msgstr "Du hast keine Berechtigung, einen Beitrag in diesem Forum zu schreiben"
5678
-
5679
- #: wpf-includes/wpf-phrases.php:181
5680
- msgid "Username length must be between 3 characters and 15 characters."
5681
- msgstr ""
5682
-
5683
- #: wpf-includes/wpf-phrases.php:182 wpf-includes/wpf-phrases.php:539
5684
- msgid ""
5685
- "Usergroup has been successfully deleted. All users of this usergroup have "
5686
- "been moved to the usergroup you've chosen"
5687
- msgstr ""
5688
- "Die Benutzergruppe wurde erfolgreich gelöscht. Alle Benutzer wurden in die "
5689
- "gewählte Gruppe verschoben"
5690
-
5691
- #: wpf-includes/wpf-phrases.php:184
5692
- msgid "Length must be between 3 characters and 15 characters."
5693
- msgstr ""
5694
-
5695
- #: wpf-includes/wpf-phrases.php:185 wpf-includes/wpf-phrases.php:620
5696
- msgid "Can't write a post: This topic is closed"
5697
- msgstr "Keine weiteren Beiträge möglich: Thema geschlossen"
5698
-
5699
- #: wpf-includes/wpf-phrases.php:186 wpf-includes/wpf-phrases.php:619
5700
- msgid "Can't subscribe to this item"
5701
- msgstr "Kann dieses Element nicht abonnieren"
5702
-
5703
- #: wpf-includes/wpf-phrases.php:187 wpf-includes/wpf-phrases.php:618
5704
- msgid "Can't send report email"
5705
- msgstr "Kann Melde-E-Mail nicht senden"
5706
-
5707
- #: wpf-includes/wpf-phrases.php:188 wpf-includes/wpf-phrases.php:617
5708
- msgid "Can't send confirmation email"
5709
- msgstr "Kann Bestätigungsmail nicht senden"
5710
-
5711
- #: wpf-includes/wpf-phrases.php:189 wpf-includes/wpf-phrases.php:616
5712
- msgid "Can't delete this Usergroup"
5713
- msgstr "Kann diese Benutzergruppe nicht löschen"
5714
-
5715
- #: wpf-includes/wpf-phrases.php:190 wpf-includes/wpf-phrases.php:615
5716
- msgid "Can't add new language"
5717
- msgstr "Neue Sprache kann nicht hinzugefügt werden"
5718
-
5719
- #: wpf-includes/wpf-phrases.php:191 wpf-includes/wpf-phrases.php:614
5720
- msgid "Can't add forum"
5721
- msgstr "Forum kann nicht hinzugefügt werden"
5722
-
5723
- #: wpf-includes/wpf-phrases.php:194
5724
- #, php-format
5725
- msgid "%s and %s liked"
5726
- msgstr "%s und %s gefällt das"
5727
-
5728
- #: wpf-includes/wpf-phrases.php:195
5729
- #, php-format
5730
- msgid "%s liked"
5731
- msgstr "%s gefällt das"
5732
-
5733
- #: wpf-includes/wpf-phrases.php:196
5734
- #, php-format
5735
- msgid "%s, %s and %s liked"
5736
- msgstr "%s, %s und %s gefällt das"
5737
-
5738
- #: wpf-includes/wpf-phrases.php:197
5739
- #, php-format
5740
- msgid "%s, %s, %s and %d people liked"
5741
- msgstr "%s, %s, %s und %d weiteren Personen gefällt das"
5742
-
5743
- #: wpf-includes/wpf-phrases.php:198
5744
- msgid "AOL IM"
5745
- msgstr "AOL IM"
5746
-
5747
- #: wpf-includes/wpf-phrases.php:199
5748
- msgid "About Me"
5749
- msgstr "Über mich"
5750
-
5751
- #: wpf-includes/wpf-phrases.php:202
5752
- msgid "Account"
5753
- msgstr "Benutzerkonto"
5754
-
5755
- #: wpf-includes/wpf-phrases.php:205
5756
- msgid "Activity"
5757
- msgstr "Aktivität"
5758
-
5759
- #: wpf-includes/wpf-phrases.php:209
5760
- msgid "Add a comment"
5761
- msgstr "Kommentar hinzufügen"
5762
-
5763
- #: wpf-includes/wpf-phrases.php:210
5764
- msgid "Add topic"
5765
- msgstr "Thema hinzufügen"
5766
-
5767
- #: wpf-includes/wpf-phrases.php:218
5768
- msgid "Answer"
5769
- msgstr "Antwort"
5770
-
5771
- #: wpf-includes/wpf-phrases.php:219
5772
- msgid "Answer to"
5773
- msgstr "Antwort auf"
5774
-
5775
- #: wpf-includes/wpf-phrases.php:220
5776
- msgid "Answers"
5777
- msgstr "Antworten"
5778
-
5779
- #: wpf-includes/wpf-phrases.php:221
5780
- msgid "Any Date"
5781
- msgstr "Jedes Datum"
5782
-
5783
- #: wpf-includes/wpf-phrases.php:228
5784
- msgid "Ascending order"
5785
- msgstr "Aufsteigende Sortierung"
5786
-
5787
- #: wpf-includes/wpf-phrases.php:229
5788
- msgid "Attach file:"
5789
- msgstr "Datei anhängen:"
5790
-
5791
- #: wpf-includes/wpf-phrases.php:230
5792
- msgid "Attachments"
5793
- msgstr "Anhänge"
5794
-
5795
- #: wpf-includes/wpf-phrases.php:231
5796
- msgid "Attachments Size"
5797
- msgstr "Anhangsgröße"
5798
-
5799
- #: wpf-includes/wpf-phrases.php:233
5800
- msgid "Avatar"
5801
- msgstr "Avatar"
5802
-
5803
- #: wpf-includes/wpf-phrases.php:239
5804
- msgid "Change password"
5805
- msgstr "Passwort ändern"
5806
-
5807
- #: wpf-includes/wpf-phrases.php:240
5808
- msgid "Choose Target Forum"
5809
- msgstr "Ziel-Forum wählen"
5810
-
5811
- #: wpf-includes/wpf-phrases.php:244
5812
- msgid "Comments"
5813
- msgstr "Kommentare"
5814
-
5815
- #: wpf-includes/wpf-phrases.php:245
5816
- msgid "Confirm my subscription"
5817
- msgstr "Bestätige mein Abonnement"
5818
-
5819
- #: wpf-includes/wpf-phrases.php:251
5820
- msgid "Date"
5821
- msgstr "Datum"
5822
-
5823
- #: wpf-includes/wpf-phrases.php:254
5824
- msgid "Descending order"
5825
- msgstr "Absteigende Sortierung"
5826
-
5827
- #: wpf-includes/wpf-phrases.php:260
5828
- msgid "Edited: "
5829
- msgstr "Bearbeitet: "
5830
-
5831
- #: wpf-includes/wpf-phrases.php:274
5832
- msgid "Enter title here"
5833
- msgstr "Titel hier eingeben"
5834
-
5835
- #: wpf-includes/wpf-phrases.php:276
5836
- msgid "Extended Layout - Intro posts"
5837
- msgstr "Erweitertes Layout - Intro-Beiträge"
5838
-
5839
- #: wpf-includes/wpf-phrases.php:277
5840
- msgid "Extended Layout - Intro topics"
5841
- msgstr "Erweitertes Layout - Intro-Themen"
5842
-
5843
- #: wpf-includes/wpf-phrases.php:278
5844
- msgid "Extended Layout - Number of intro posts"
5845
- msgstr "Erweitertes Layout - Anzahl der Intro-Beiträge"
5846
-
5847
- #: wpf-includes/wpf-phrases.php:279
5848
- msgid "Extended Layout - Number of intro topics"
5849
- msgstr "Erweitertes Layout - Anzahl der Intro-Themen"
5850
-
5851
- #: wpf-includes/wpf-phrases.php:280
5852
- msgid "Facebook"
5853
- msgstr "Facebook"
5854
-
5855
- #: wpf-includes/wpf-phrases.php:281
5856
- msgid "Failed to write file to disk"
5857
- msgstr "Fehler beim Schreiben der Datei auf Festplatte"
5858
-
5859
- #: wpf-includes/wpf-phrases.php:283
5860
- msgid "File upload stopped by extension"
5861
- msgstr "Datei-Upload wurde durch Erweiterung gestoppt"
5862
-
5863
- #: wpf-includes/wpf-phrases.php:284
5864
- msgid "Find Posts by User"
5865
- msgstr "Finde Beiträge nach Benutzer"
5866
-
5867
- #: wpf-includes/wpf-phrases.php:285
5868
- msgid "Find Topics Started by User"
5869
- msgstr "Finde Themen, die durch einen Benutzer eröffnet wurden Benutzer"
5870
-
5871
- #: wpf-includes/wpf-phrases.php:286
5872
- msgid "First post and replies"
5873
- msgstr "Erster Beitrag und Antworten"
5874
-
5875
- #: wpf-includes/wpf-phrases.php:288
5876
- msgid "Forum - Login"
5877
- msgstr "Forum - Login"
5878
-
5879
- #: wpf-includes/wpf-phrases.php:289
5880
- msgid "Forum - Page Not Found"
5881
- msgstr "Forum - Seite nicht gefunden"
5882
-
5883
- #: wpf-includes/wpf-phrases.php:290
5884
- msgid "Forum - Registration"
5885
- msgstr "Forum - Registrierung"
5886
-
5887
- #: wpf-includes/wpf-phrases.php:292
5888
- msgid "Forum Admin Email Addresses"
5889
- msgstr "E-Mail-Adressen der Forums-Admins"
5890
-
5891
- #: wpf-includes/wpf-phrases.php:295
5892
- msgid "Forum Home"
5893
- msgstr "Forum-Startseite"
5894
-
5895
- #: wpf-includes/wpf-phrases.php:296
5896
- msgid "Forum Language"
5897
- msgstr "Forumssprache"
5898
-
5899
- #: wpf-includes/wpf-phrases.php:297
5900
- msgid "Forum Members"
5901
- msgstr "Forumsmitglieder"
5902
-
5903
- #: wpf-includes/wpf-phrases.php:300
5904
- msgid "Forum Profile"
5905
- msgstr "Forumsprofil"
5906
-
5907
- #: wpf-includes/wpf-phrases.php:301
5908
- msgid "Forum RSS Feed"
5909
- msgstr "Forum RSS Feed"
5910
-
5911
- #: wpf-includes/wpf-phrases.php:305
5912
- msgid "Forum Statistics"
5913
- msgstr "Forums-Statistiken"
5914
-
5915
- #: wpf-includes/wpf-phrases.php:308
5916
- msgid "Forum is empty"
5917
- msgstr "Forum ist leer"
5918
-
5919
- #: wpf-includes/wpf-phrases.php:311
5920
- msgid "From Email Address"
5921
- msgstr "Von E-Mail-Adresse"
5922
-
5923
- #: wpf-includes/wpf-phrases.php:312
5924
- msgid "From Name"
5925
- msgstr "Von Name"
5926
-
5927
- #: wpf-includes/wpf-phrases.php:318
5928
- msgid "Google+"
5929
- msgstr "Google+"
5930
-
5931
- #: wpf-includes/wpf-phrases.php:321
5932
- msgid "ICQ"
5933
- msgstr "ICQ"
5934
-
5935
- #: wpf-includes/wpf-phrases.php:325
5936
- msgid "Insert member name or email"
5937
- msgstr "Gebe Name oder Email ein"
5938
-
5939
- #: wpf-includes/wpf-phrases.php:328
5940
- msgid "Joined"
5941
- msgstr "Beigetreten"
5942
-
5943
- #: wpf-includes/wpf-phrases.php:331
5944
- msgid "Last 24 hours"
5945
- msgstr "Letzte 24 Stunden"
5946
-
5947
- #: wpf-includes/wpf-phrases.php:332
5948
- msgid "Last 3 Months"
5949
- msgstr "Letzte 3 Monate"
5950
-
5951
- #: wpf-includes/wpf-phrases.php:333
5952
- msgid "Last 6 Months"
5953
- msgstr "Letzte 6 Monate"
5954
-
5955
- #: wpf-includes/wpf-phrases.php:334
5956
- msgid "Last Active"
5957
- msgstr "Zuletzt aktiv"
5958
-
5959
- #: wpf-includes/wpf-phrases.php:335
5960
- msgid "Last Month"
5961
- msgstr "Letzter Monat"
5962
-
5963
- #: wpf-includes/wpf-phrases.php:336
5964
- msgid "Last Post"
5965
- msgstr "Letzter Beitrag"
5966
-
5967
- #: wpf-includes/wpf-phrases.php:337
5968
- msgid "Last Post Info"
5969
- msgstr "Info letzter Beitrag"
5970
-
5971
- #: wpf-includes/wpf-phrases.php:338
5972
- msgid "Last Week"
5973
- msgstr "Letzte Woche"
5974
-
5975
- #: wpf-includes/wpf-phrases.php:339
5976
- msgid "Last Year ago"
5977
- msgstr "Letztes Jahr"
5978
-
5979
- #: wpf-includes/wpf-phrases.php:340
5980
- #, php-format
5981
- msgid "Last post by %s"
5982
- msgstr "Letzter Beitrag von %s"
5983
-
5984
- #: wpf-includes/wpf-phrases.php:341
5985
- msgid "Latest Post"
5986
- msgstr "Letzter Beitrag"
5987
-
5988
- #: wpf-includes/wpf-phrases.php:342
5989
- msgid "Leave a reply"
5990
- msgstr "Hinterlasse eine Antwort"
5991
-
5992
- #: wpf-includes/wpf-phrases.php:343
5993
- msgid "Length must be between 3 characters and 30 characters."
5994
- msgstr "Die Länge muss zwischen 3 und 30 Zeichen sein."
5995
-
5996
- #: wpf-includes/wpf-phrases.php:345
5997
- msgid "Liked"
5998
- msgstr "Gefällt"
5999
-
6000
- #: wpf-includes/wpf-phrases.php:346
6001
- msgid "Location"
6002
- msgstr "Ort"
6003
-
6004
- #: wpf-includes/wpf-phrases.php:349
6005
- msgid "Logout"
6006
- msgstr "Abmelden"
6007
-
6008
- #: wpf-includes/wpf-phrases.php:351
6009
- msgid "Lost your password?"
6010
- msgstr "Passwort vergessen?"
6011
-
6012
- #: wpf-includes/wpf-phrases.php:353
6013
- msgid "MSN"
6014
- msgstr "MSN"
6015
-
6016
- #: wpf-includes/wpf-phrases.php:354
6017
- msgid "Maximum allowed file size is"
6018
- msgstr "Maximal erlaubte Dateigröße"
6019
-
6020
- #: wpf-includes/wpf-phrases.php:356
6021
- msgid "Member Activity"
6022
- msgstr "Mitgliedsaktivität"
6023
-
6024
- #: wpf-includes/wpf-phrases.php:357
6025
- msgid "Member Information"
6026
- msgstr "Mitgliedsinformation"
6027
-
6028
- #: wpf-includes/wpf-phrases.php:358
6029
- msgid "Member Rating"
6030
- msgstr "Mitgliedsrang"
6031
-
6032
- #: wpf-includes/wpf-phrases.php:359
6033
- msgid "Member Rating Badge"
6034
- msgstr "Mitglieds-Rangabzeichen"
6035
-
6036
- #: wpf-includes/wpf-phrases.php:360
6037
- msgid "Member Reputation"
6038
- msgstr "Mitgliedsreputation"
6039
-
6040
- #: wpf-includes/wpf-phrases.php:363
6041
- msgid "Member information"
6042
- msgstr "Mitgliedsinformation"
6043
-
6044
- #: wpf-includes/wpf-phrases.php:367
6045
- msgid "Members not found"
6046
- msgstr "Keine Mitglieder gefunden"
6047
-
6048
- #: wpf-includes/wpf-phrases.php:368
6049
- msgid ""
6050
- "You have been banned. Please contact to forum administrators for more "
6051
- "information."
6052
- msgstr ""
6053
- "Du wurdest gesperrt. Bitte kontaktiere einen Forumsadministrator für weitere "
6054
- "Informationen."
6055
-
6056
- #: wpf-includes/wpf-phrases.php:369
6057
- msgid "Messages"
6058
- msgstr "Nachrichten"
6059
-
6060
- #: wpf-includes/wpf-phrases.php:372
6061
- msgid "Missing a temporary folder"
6062
- msgstr "Temporären Ordner nicht gefunden"
6063
-
6064
- #: wpf-includes/wpf-phrases.php:374
6065
- msgid "Move Topic"
6066
- msgstr "Thema verschieben"
6067
-
6068
- #: wpf-includes/wpf-phrases.php:375
6069
- msgid "Must be minimum 6 characters."
6070
- msgstr "Mindestens 6 Zeichen erforderlich."
6071
-
6072
- #: wpf-includes/wpf-phrases.php:383
6073
- msgid "No activity found for this member."
6074
- msgstr "Keine Aktivität dieses Mitglieds gefunden."
6075
-
6076
- #: wpf-includes/wpf-phrases.php:384
6077
- msgid "No file was uploaded"
6078
- msgstr "Es wurde keine Datei hochgeladen"
6079
-
6080
- #: wpf-includes/wpf-phrases.php:385
6081
- msgid "No forums were found here."
6082
- msgstr "Oh schade! Hier wurde kein Forum gefunden."
6083
-
6084
- #: wpf-includes/wpf-phrases.php:389
6085
- msgid "No online members at the moment"
6086
- msgstr "Im Moment sind keine Mitglieder online"
6087
-
6088
- #: wpf-includes/wpf-phrases.php:391
6089
- msgid "No subscriptions found for this member."
6090
- msgstr "Keine Abonnements dieses Mitglieds gefunden."
6091
-
6092
- #: wpf-includes/wpf-phrases.php:393
6093
- msgid "No topics were found here"
6094
- msgstr "Hier wurden keine Themen gefunden"
6095
-
6096
- #: wpf-includes/wpf-phrases.php:400
6097
- msgid "Occupation"
6098
- msgstr "Beruf"
6099
-
6100
- #: wpf-includes/wpf-phrases.php:401
6101
- msgid "Offline"
6102
- msgstr "Offline"
6103
-
6104
- #: wpf-includes/wpf-phrases.php:402
6105
- msgid "Online"
6106
- msgstr "Online"
6107
-
6108
- #: wpf-includes/wpf-phrases.php:404
6109
- msgid "Oops! The page you requested was not found!"
6110
- msgstr "Oops! Die aufgerufene Seite wurde nicht gefunden!"
6111
-
6112
- #: wpf-includes/wpf-phrases.php:405
6113
- msgid "Our newest member"
6114
- msgstr "Unser neuestes Mitglied"
6115
-
6116
- #: wpf-includes/wpf-phrases.php:406
6117
- msgid "Page"
6118
- msgstr "Seite"
6119
-
6120
- #: wpf-includes/wpf-phrases.php:408
6121
- msgid "Password"
6122
- msgstr "Passwort"
6123
-
6124
- #: wpf-includes/wpf-phrases.php:410
6125
- #, php-format
6126
- msgid "Please %s or %s"
6127
- msgstr "Bitte %s oder %s"
6128
-
6129
- #: wpf-includes/wpf-phrases.php:414
6130
- msgid "Post Title"
6131
- msgstr "Beitragstitel"
6132
-
6133
- #: wpf-includes/wpf-phrases.php:415
6134
- msgid "Post link"
6135
- msgstr "Beitragslink"
6136
-
6137
- #: wpf-includes/wpf-phrases.php:416
6138
- msgid "Posted"
6139
- msgstr "Veröffentlicht"
6140
-
6141
- #: wpf-includes/wpf-phrases.php:417
6142
- msgid "Posted by"
6143
- msgstr "Veröffentlicht von"
6144
-
6145
- #: wpf-includes/wpf-phrases.php:419
6146
- msgid "Powered by"
6147
- msgstr "Powered by"
6148
-
6149
- #: wpf-includes/wpf-phrases.php:421
6150
- msgid "Q&A Layout - Number of intro topics"
6151
- msgstr "Q&A Layout - Anzahl der Intro-Themen"
6152
-
6153
- #: wpf-includes/wpf-phrases.php:422
6154
- msgid "Q&A layout - Intro topics"
6155
- msgstr "Q&A Layout - Intro-Themen"
6156
-
6157
- #: wpf-includes/wpf-phrases.php:423
6158
- msgid "Question Comments"
6159
- msgstr "Kommentare zur Frage"
6160
-
6161
- #: wpf-includes/wpf-phrases.php:424
6162
- msgid "Questions"
6163
- msgstr "Fragen"
6164
-
6165
- #: wpf-includes/wpf-phrases.php:425
6166
- msgid "Quote"
6167
- msgstr "Zitat"
6168
-
6169
- #: wpf-includes/wpf-phrases.php:426
6170
- msgid "RE"
6171
- msgstr "RE"
6172
-
6173
- #: wpf-includes/wpf-phrases.php:427
6174
- msgid "REPLY:"
6175
- msgstr "ANTWORT:"
6176
-
6177
- #: wpf-includes/wpf-phrases.php:428
6178
- msgid "RSS"
6179
- msgstr "RSS"
6180
-
6181
- #: wpf-includes/wpf-phrases.php:429
6182
- msgid "Rating"
6183
- msgstr "Rang"
6184
-
6185
- #: wpf-includes/wpf-phrases.php:434
6186
- msgid "Received Likes"
6187
- msgstr "Erhaltene Likes"
6188
-
6189
- #: wpf-includes/wpf-phrases.php:435
6190
- msgid "Recent Questions"
6191
- msgstr "Aktuelle Fragen"
6192
-
6193
- #: wpf-includes/wpf-phrases.php:436
6194
- msgid "Recent Topics"
6195
- msgstr "Aktuelle Themen"
6196
-
6197
- #: wpf-includes/wpf-phrases.php:437
6198
- msgid "Register"
6199
- msgstr "Registrieren"
6200
-
6201
- #: wpf-includes/wpf-phrases.php:439
6202
- msgid "Registered date"
6203
- msgstr "Registrierungsdatum"
6204
-
6205
- #: wpf-includes/wpf-phrases.php:440
6206
- msgid "Relevancy"
6207
- msgstr "Relevanz"
6208
-
6209
- #: wpf-includes/wpf-phrases.php:441
6210
- msgid "Remember Me"
6211
- msgstr "Erinnere dich an mich"
6212
-
6213
- #: wpf-includes/wpf-phrases.php:447
6214
- msgid "Replies"
6215
- msgstr "Antworten"
6216
-
6217
- #: wpf-includes/wpf-phrases.php:448
6218
- msgid "Replies not found"
6219
- msgstr "Keine Antworten gefunden"
6220
-
6221
- #: wpf-includes/wpf-phrases.php:449
6222
- msgid "Reply"
6223
- msgstr "Antwort"
6224
-
6225
- #: wpf-includes/wpf-phrases.php:450
6226
- msgid "Report"
6227
- msgstr "Melden"
6228
-
6229
- #: wpf-includes/wpf-phrases.php:453
6230
- msgid "Report to Administration"
6231
- msgstr "Melden an Adminstration"
6232
-
6233
- #: wpf-includes/wpf-phrases.php:455
6234
- msgid "Result Info"
6235
- msgstr "Info über das Ergebnis"
6236
-
6237
- #: wpf-includes/wpf-phrases.php:457
6238
- msgid "Save Changes"
6239
- msgstr "Änderungen speichern"
6240
-
6241
- #: wpf-includes/wpf-phrases.php:462
6242
- msgid "Search Entire Posts"
6243
- msgstr "Suche in allen Beiträgen"
6244
-
6245
- #: wpf-includes/wpf-phrases.php:463
6246
- msgid "Search Phrase"
6247
- msgstr "Suche in Phrasen"
6248
-
6249
- #: wpf-includes/wpf-phrases.php:464
6250
- msgid "Search Titles Only"
6251
- msgstr "Suche nur in Titeln"
6252
-
6253
- #: wpf-includes/wpf-phrases.php:465
6254
- msgid "Search Type"
6255
- msgstr "Suchtyp"
6256
-
6257
- #: wpf-includes/wpf-phrases.php:466
6258
- msgid "Search in Forums"
6259
- msgstr "Suche in Foren"
6260
-
6261
- #: wpf-includes/wpf-phrases.php:467
6262
- msgid "Search in date period"
6263
- msgstr "Suche im Zeitraum"
6264
-
6265
- #: wpf-includes/wpf-phrases.php:468
6266
- msgid "Search result for"
6267
- msgstr "Suchergebnis für"
6268
-
6269
- #: wpf-includes/wpf-phrases.php:469
6270
- msgid "Search..."
6271
- msgstr "Suche..."
6272
-
6273
- #: wpf-includes/wpf-phrases.php:471
6274
- msgid "Select Page"
6275
- msgstr "Seite auswählen"
6276
-
6277
- #: wpf-includes/wpf-phrases.php:472
6278
- msgid "Send Report"
6279
- msgstr "Meldung senden"
6280
-
6281
- #: wpf-includes/wpf-phrases.php:476
6282
- msgid "Set Topic Sticky"
6283
- msgstr "Thema oben anpinnen"
6284
-
6285
- #: wpf-includes/wpf-phrases.php:477
6286
- msgid ""
6287
- "Set this option value 0 if you want to show all posts under topic intro area."
6288
- msgstr ""
6289
- "Setze diese Einstellung auf 0, um alle Beiträge im Themen-Intro-Bereich "
6290
- "anzuzeigen."
6291
-
6292
- #: wpf-includes/wpf-phrases.php:478
6293
- msgid "Shop Account"
6294
- msgstr "Shop-Konto"
6295
-
6296
- #: wpf-includes/wpf-phrases.php:488
6297
- msgid "Sign In"
6298
- msgstr "Anmelden"
6299
-
6300
- #: wpf-includes/wpf-phrases.php:489
6301
- msgid "Signature"
6302
- msgstr "Signatur"
6303
-
6304
- #: wpf-includes/wpf-phrases.php:490
6305
- msgid "Site Profile"
6306
- msgstr "Seiten-Profil"
6307
-
6308
- #: wpf-includes/wpf-phrases.php:491
6309
- msgid "Skype"
6310
- msgstr "Skype"
6311
-
6312
- #: wpf-includes/wpf-phrases.php:493
6313
- msgid "Social Networks"
6314
- msgstr "Soziale Netzwerke"
6315
-
6316
- #: wpf-includes/wpf-phrases.php:494
6317
- msgid "Sorry, something wrong with your data."
6318
- msgstr "Entschuldigung, irgendetwas stimmt nicht mit deinen Daten."
6319
-
6320
- #: wpf-includes/wpf-phrases.php:495
6321
- msgid "Sort Search Results by"
6322
- msgstr "Sortiere Suchergebnisse nach"
6323
-
6324
- #: wpf-includes/wpf-phrases.php:496
6325
- msgid "Specify avatar by URL"
6326
- msgstr "Avatar über die URL angeben"
6327
-
6328
- #: wpf-includes/wpf-phrases.php:498
6329
- msgid "Subforums"
6330
- msgstr "Unterforen"
6331
-
6332
- #: wpf-includes/wpf-phrases.php:501
6333
- msgid "Subscribe for new replies"
6334
- msgstr "Neue Antworten abonnieren"
6335
-
6336
- #: wpf-includes/wpf-phrases.php:502
6337
- msgid "Subscribe for new topics"
6338
- msgstr "Neue Themen abonnieren"
6339
-
6340
- #: wpf-includes/wpf-phrases.php:506
6341
- msgid ""
6342
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
6343
- "WorPress, and the only forum software which comes with Multi-layout template "
6344
- "system. The \"Extended"
6345
- msgstr ""
6346
- "Vielen Dank für die Benutzung von wpForo! wpForo ist ein professionelles "
6347
- "Bulletin Board für WordPress und die einzige Foren-Software mit einem Multi-"
6348
- "Layout-System. Das \"Extended"
6349
-
6350
- #: wpf-includes/wpf-phrases.php:507
6351
- msgid ""
6352
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
6353
- "always be available for free. There will never be paid and pro versions of "
6354
- "this forum board. However this is a very large and hard project so we also "
6355
- "develop paid addons (extensions), which will financially help us to keep "
6356
- "improving and adding new features to the free wpForo plugin. Forum addons "
6357
- "will also be actively developed. The first addons \"Advanced Media Uploader"
6358
- msgstr ""
6359
- "Vielen Dank, dass du wpForo verwendest. wpForo ist ein Premium-Forum-Plugin, "
6360
- "das immer kostenlos zur Verfügung stehen wird. Es wird niemals "
6361
- "kostenpflichtige und professionelle Versionen dieses Forums geben. Da dies "
6362
- "jedoch ein sehr umfangreiches und schwieriges Projekt ist, entwickeln wir "
6363
- "kostenpflichtige Add-ons (Erweiterungen), die uns finanziell dabei helfen, "
6364
- "das kostenlose wpForo-Plugin weiter zu verbessern und neue Funktionen "
6365
- "hinzuzufügen. Forum-Add-ons werden ebenfalls aktiv entwickelt. Die ersten "
6366
- "Add-ons \"Advanced Media Uploader"
6367
-
6368
- #: wpf-includes/wpf-phrases.php:510
6369
- msgid ""
6370
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
6371
- "the HTML form"
6372
- msgstr ""
6373
- "Die hochzuladende Datei überschreitet die Einstellung MAX_FILE_SIZE, die "
6374
- "definiert wurde"
6375
-
6376
- #: wpf-includes/wpf-phrases.php:511
6377
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
6378
- msgstr ""
6379
- "Die hochzuladende Datei überschreitet die Einstellung upload_max_filesize "
6380
- "der php.ini"
6381
-
6382
- #: wpf-includes/wpf-phrases.php:512
6383
- msgid "The uploaded file was only partially uploaded"
6384
- msgstr "Die hochzuladende Datei wurde nur teilweise hochgeladen"
6385
-
6386
- #: wpf-includes/wpf-phrases.php:519
6387
- msgid "Timezone"
6388
- msgstr "Zeitzone"
6389
-
6390
- #: wpf-includes/wpf-phrases.php:521
6391
- msgid "Topic RSS Feed"
6392
- msgstr "Themen-RSS-Feed"
6393
-
6394
- #: wpf-includes/wpf-phrases.php:522
6395
- msgid "Topic Title"
6396
- msgstr "Titel des Themas"
6397
-
6398
- #: wpf-includes/wpf-phrases.php:526
6399
- msgid "Twitter"
6400
- msgstr "Twitter"
6401
-
6402
- #: wpf-includes/wpf-phrases.php:527
6403
- msgid "Unknown upload error"
6404
- msgstr "Unbekannter Upload-Fehler"
6405
-
6406
- #: wpf-includes/wpf-phrases.php:528
6407
- msgid "Unsubscribe"
6408
- msgstr "Abonnement entfernen"
6409
-
6410
- #: wpf-includes/wpf-phrases.php:531
6411
- msgid "Upload an avatar"
6412
- msgstr "Avatar hochladen"
6413
-
6414
- #: wpf-includes/wpf-phrases.php:533
6415
- msgid ""
6416
- "Use comments to ask for more information or suggest improvements. Avoid "
6417
- "answering questions in comments."
6418
- msgstr ""
6419
- "Benutze Kommentare, um nach mehr Informationen zu fragen oder um "
6420
- "Verbesserungen vorzuschlagen. Vermeide es, Fragen in Kommentaren zu "
6421
- "beantworten."
6422
-
6423
- #: wpf-includes/wpf-phrases.php:535
6424
- msgid "User"
6425
- msgstr "Benutzer"
6426
-
6427
- #: wpf-includes/wpf-phrases.php:537
6428
- msgid "User Group"
6429
- msgstr "Benutzergruppe"
6430
-
6431
- #: wpf-includes/wpf-phrases.php:538
6432
- msgid "Usergroup has been successfully deleted."
6433
- msgstr "Benutzergruppe wurde erfolgreich gelöscht."
6434
-
6435
- #: wpf-includes/wpf-phrases.php:540
6436
- msgid "Username"
6437
- msgstr "Benutzername"
6438
-
6439
- #: wpf-includes/wpf-phrases.php:542
6440
- msgid "View entire post"
6441
- msgstr "Gesamten Beitrag ansehen"
6442
-
6443
- #: wpf-includes/wpf-phrases.php:543
6444
- msgid "View the latest post"
6445
- msgstr "Letzten Beitrag ansehen"
6446
-
6447
- #: wpf-includes/wpf-phrases.php:544
6448
- msgid "Views"
6449
- msgstr "Ansichten"
6450
-
6451
- #: wpf-includes/wpf-phrases.php:545
6452
- msgid "Votes"
6453
- msgstr "Bewertungen"
6454
-
6455
- #: wpf-includes/wpf-phrases.php:546
6456
- msgid "Website"
6457
- msgstr "Webseite"
6458
-
6459
- #: wpf-includes/wpf-phrases.php:548
6460
- msgid "Wordpress avatar system"
6461
- msgstr "Wordpress Avatar-System"
6462
-
6463
- #: wpf-includes/wpf-phrases.php:549
6464
- msgid "Working"
6465
- msgstr "Arbeitet"
6466
-
6467
- #: wpf-includes/wpf-phrases.php:550
6468
- msgid "Write message"
6469
- msgstr "Schreibe Nachricht"
6470
-
6471
- #: wpf-includes/wpf-phrases.php:551
6472
- msgid "Yahoo"
6473
- msgstr "Yahoo"
6474
-
6475
- #: wpf-includes/wpf-phrases.php:553
6476
- msgid "You"
6477
- msgstr "Du"
6478
-
6479
- #: wpf-includes/wpf-phrases.php:555
6480
- #, php-format
6481
- msgid "You can go to %s page or Search here"
6482
- msgstr "Besuche die Seite %s oder Suche hier"
6483
-
6484
- #: wpf-includes/wpf-phrases.php:557
6485
- msgid "Your Answer"
6486
- msgstr "Deine Antwort"
6487
-
6488
- #: wpf-includes/wpf-phrases.php:558
6489
- msgid "account"
6490
- msgstr "Benutzerkonto"
6491
-
6492
- #: wpf-includes/wpf-phrases.php:559
6493
- msgid "activity"
6494
- msgstr "Aktivität"
6495
-
6496
- #: wpf-includes/wpf-phrases.php:560
6497
- msgid "add"
6498
- msgstr "hinzufügen"
6499
-
6500
- #: wpf-includes/wpf-phrases.php:561
6501
- msgid "add_new"
6502
- msgstr "add_new"
6503
-
6504
- #: wpf-includes/wpf-phrases.php:562
6505
- #, php-format
6506
- msgid "%s ago"
6507
- msgstr "%s zuvor"
6508
-
6509
- #: wpf-includes/wpf-phrases.php:563
6510
- msgid "by"
6511
- msgstr "von"
6512
-
6513
- #: wpf-includes/wpf-phrases.php:564
6514
- #, php-format
6515
- msgid "by %s"
6516
- msgstr "von %s"
6517
-
6518
- #: wpf-includes/wpf-phrases.php:565
6519
- msgid "confirm password"
6520
- msgstr "Passwort bestätigen"
6521
-
6522
- #: wpf-includes/wpf-phrases.php:570
6523
- msgid "forums"
6524
- msgstr "Foren"
6525
-
6526
- #: wpf-includes/wpf-phrases.php:572
6527
- msgid "login"
6528
- msgstr "anmelden"
6529
-
6530
- #: wpf-includes/wpf-phrases.php:573
6531
- msgid "logout"
6532
- msgstr "abmelden"
6533
-
6534
- #: wpf-includes/wpf-phrases.php:574
6535
- msgid "matches"
6536
- msgstr "Treffer"
6537
-
6538
- #: wpf-includes/wpf-phrases.php:575
6539
- msgid "members"
6540
- msgstr "Mitglieder"
6541
-
6542
- #: wpf-includes/wpf-phrases.php:577
6543
- msgid "my profile"
6544
- msgstr "mein Profil"
6545
-
6546
- #: wpf-includes/wpf-phrases.php:578
6547
- msgid "new password"
6548
- msgstr "neues Passwort"
6549
-
6550
- #: wpf-includes/wpf-phrases.php:579
6551
- msgid "new password again"
6552
- msgstr "neues Passwort wiederholen"
6553
-
6554
- #: wpf-includes/wpf-phrases.php:580
6555
- msgid "next"
6556
- msgstr "nächstes"
6557
-
6558
- #: wpf-includes/wpf-phrases.php:581
6559
- msgid "old password"
6560
- msgstr "altes Passwort"
6561
-
6562
- #: wpf-includes/wpf-phrases.php:582
6563
- msgid "phrase_key"
6564
- msgstr "phrase_key"
6565
-
6566
- #: wpf-includes/wpf-phrases.php:583
6567
- msgid "phrase_value"
6568
- msgstr "phrase_value"
6569
-
6570
- #: wpf-includes/wpf-phrases.php:584
6571
- msgid "posted"
6572
- msgstr "veröffentlicht"
6573
-
6574
- #: wpf-includes/wpf-phrases.php:585
6575
- msgid "prev"
6576
- msgstr "Vorherige"
6577
-
6578
- #: wpf-includes/wpf-phrases.php:586
6579
- msgid "register"
6580
- msgstr "registrieren"
6581
-
6582
- #: wpf-includes/wpf-phrases.php:587
6583
- msgid "replies"
6584
- msgstr "Antworten"
6585
-
6586
- #: wpf-includes/wpf-phrases.php:588
6587
- msgid "subscriptions"
6588
- msgstr "Abonnements"
6589
-
6590
- #: wpf-includes/wpf-phrases.php:589
6591
- msgid "update"
6592
- msgstr "aktualisieren"
6593
-
6594
- #: wpf-includes/wpf-phrases.php:591
6595
- msgid "view all posts"
6596
- msgstr "alle Beiträge ansehen"
6597
-
6598
- #: wpf-includes/wpf-phrases.php:592
6599
- msgid "view all questions"
6600
- msgstr "alle Fragen ansehen"
6601
-
6602
- #: wpf-includes/wpf-phrases.php:593
6603
- msgid "view all topics"
6604
- msgstr "alle Themen ansehen"
6605
-
6606
- #: wpf-includes/wpf-phrases.php:595
6607
- msgid "wpForo Navigation"
6608
- msgstr "wpForo Navigation"
6609
-
6610
- #: wpf-includes/wpf-phrases.php:597
6611
- msgid "wpForo User Timezone"
6612
- msgstr "Zeitzone wpForo-Benutzer"
6613
-
6614
- #: wpf-includes/wpf-phrases.php:598
6615
- msgid "wpForo Usergroup"
6616
- msgstr "wpForo Benutzergruppe"
6617
-
6618
- #: wpf-includes/wpf-phrases.php:600
6619
- msgid "{number}B"
6620
- msgstr "{number}B"
6621
-
6622
- #: wpf-includes/wpf-phrases.php:601
6623
- msgid "{number}K"
6624
- msgstr "{number}K"
6625
-
6626
- #: wpf-includes/wpf-phrases.php:602
6627
- msgid "{number}M"
6628
- msgstr "{number}M"
6629
-
6630
- #: wpf-includes/wpf-phrases.php:603
6631
- msgid "{number}T"
6632
- msgstr "{number}T"
6633
-
6634
- #: wpf-includes/wpf-phrases.php:606
6635
- #, php-format
6636
- msgid "%s access successfully added"
6637
- msgstr "%s Zugriff erfolgreich hinzugefügt"
6638
-
6639
- #: wpf-includes/wpf-phrases.php:607
6640
- #, php-format
6641
- msgid "%s access successfully edited"
6642
- msgstr "%s Zugriff erfolgreich bearbeitet"
6643
-
6644
- #: wpf-includes/wpf-phrases.php:608
6645
- msgid "Access add error"
6646
- msgstr "Zugriffsfehler beim Hinzufügen"
6647
-
6648
- #: wpf-includes/wpf-phrases.php:609
6649
- msgid "Access delete error"
6650
- msgstr "Zugriffsfehler beim Löschen"
6651
-
6652
- #: wpf-includes/wpf-phrases.php:610
6653
- msgid "Access edit error"
6654
- msgstr "Zugriffsfehler beim Bearbeiten"
6655
-
6656
- #: wpf-includes/wpf-phrases.php:611
6657
- msgid "Access successfully deleted"
6658
- msgstr "Zugriff erfolgreich gelöscht"
6659
-
6660
- #: wpf-includes/wpf-phrases.php:612
6661
- msgid "Add Topic error: No forum selected"
6662
- msgstr "Fehler beim Erstellen des Themas: Kein Forum ausgewählt"
6663
-
6664
- #: wpf-includes/wpf-phrases.php:613
6665
- msgid "All Checked topics successfully deleted"
6666
- msgstr "Alle markierten Themen wurden erfolgreich gelöscht"
6667
-
6668
- #: wpf-includes/wpf-phrases.php:621
6669
- msgid "Can`t upload file"
6670
- msgstr "Kann Datei nicht hochladen"
6671
-
6672
- #: wpf-includes/wpf-phrases.php:622
6673
- msgid "Cannot update forum hierarchy"
6674
- msgstr "Kann Forumshierarchie nicht aktualisieren"
6675
-
6676
- #: wpf-includes/wpf-phrases.php:623
6677
- msgid "Cannot update post data"
6678
- msgstr "Beitragsdaten können nicht aktualisiert werden"
6679
-
6680
- #: wpf-includes/wpf-phrases.php:624
6681
- msgid "Could not be unsubscribe from this item"
6682
- msgstr "Dieses Element konnte nicht abbestellt werden"
6683
-
6684
- #: wpf-includes/wpf-phrases.php:625
6685
- msgid "Email address exists. Please insert another."
6686
- msgstr "E-Mail-Adresse existiert bereits. Bitte gebe eine andere an."
6687
-
6688
- #: wpf-includes/wpf-phrases.php:626
6689
- msgid "Error: Forum is not found"
6690
- msgstr "Fehler: Forum nicht gefunden"
6691
-
6692
- #: wpf-includes/wpf-phrases.php:627
6693
- msgid "Error: No topic selected"
6694
- msgstr "Fehler: Kein Thema ausgewählt"
6695
-
6696
- #: wpf-includes/wpf-phrases.php:628
6697
- msgid "Error: Topic is not found"
6698
- msgstr "Fehler: Thema nicht gefunden"
6699
-
6700
- #: wpf-includes/wpf-phrases.php:629
6701
- msgid "Error: please insert some text to report."
6702
- msgstr "Fehler: Bitte gebe einen Text ein, der gemeldet werden soll."
6703
-
6704
- #: wpf-includes/wpf-phrases.php:630
6705
- msgid "Features successfully updated"
6706
- msgstr "Funktionen erfolgreich aktualisiert"
6707
-
6708
- #: wpf-includes/wpf-phrases.php:631
6709
- msgid "Features successfully updated, but previous value not changed"
6710
- msgstr ""
6711
- "Funktionen erfolgreich aktualisiert, aber vorherige Werte nicht geändert"
6712
-
6713
- #: wpf-includes/wpf-phrases.php:632
6714
- msgid "File type is not allowed"
6715
- msgstr "Dateityp ist nicht zugelassen"
6716
-
6717
- #: wpf-includes/wpf-phrases.php:633
6718
- msgid "Forum Base URL successfully updated"
6719
- msgstr "Foren-Basis-URL erfolgreich aktualisiert"
6720
-
6721
- #: wpf-includes/wpf-phrases.php:634
6722
- msgid "Forum deleting error"
6723
- msgstr "Fehler beim Löschen des Forums"
6724
-
6725
- #: wpf-includes/wpf-phrases.php:635
6726
- msgid "Forum hierarchy successfully updated"
6727
- msgstr "Foren-Hierarchie erfolgreich aktualisiert"
6728
-
6729
- #: wpf-includes/wpf-phrases.php:636
6730
- msgid "Forum is successfully merged"
6731
- msgstr "Die Foren wurde erfolgreich zusammengeführt"
6732
-
6733
- #: wpf-includes/wpf-phrases.php:637
6734
- msgid "Forum merging error"
6735
- msgstr "Fehler beim Zusammenführen der Foren"
6736
-
6737
- #: wpf-includes/wpf-phrases.php:638
6738
- msgid "Forum options successfully updated"
6739
- msgstr "Foums-Einstellungen erfolgreich aktualisiert"
6740
-
6741
- #: wpf-includes/wpf-phrases.php:639
6742
- msgid "Forum options successfully updated, but previous value not changed"
6743
- msgstr ""
6744
- "Forums-Einstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6745
- "geändert"
6746
-
6747
- #: wpf-includes/wpf-phrases.php:640
6748
- msgid "Forum successfully updated"
6749
- msgstr "Forum erfolgreich aktualisiert"
6750
-
6751
- #: wpf-includes/wpf-phrases.php:641
6752
- msgid "Forum update error"
6753
- msgstr "Fehler beim Aktualisieren des Forums"
6754
-
6755
- #: wpf-includes/wpf-phrases.php:642
6756
- msgid "General options successfully updated"
6757
- msgstr "Allgemeine Einstellungen erfolgreich aktualisiert"
6758
-
6759
- #: wpf-includes/wpf-phrases.php:643
6760
- msgid "Illegal character in username."
6761
- msgstr "Unzulässiges Zeichen im Benutzernamen."
6762
-
6763
- #: wpf-includes/wpf-phrases.php:644
6764
- msgid "Insert your Email address."
6765
- msgstr "Gebe deine E-Mail-Adresse an."
6766
-
6767
- #: wpf-includes/wpf-phrases.php:645
6768
- msgid "Invalid Email address"
6769
- msgstr "Ungültige E-Mail-Adresse"
6770
-
6771
- #: wpf-includes/wpf-phrases.php:646
6772
- msgid "Invalid request!"
6773
- msgstr "Ungültige Anfrage!"
6774
-
6775
- #: wpf-includes/wpf-phrases.php:647
6776
- msgid "Member options successfully updated"
6777
- msgstr "Mitglieder-Einstellungen erfolgreich aktualisiert"
6778
-
6779
- #: wpf-includes/wpf-phrases.php:648
6780
- msgid "Member options successfully updated, but previous value not changed"
6781
- msgstr ""
6782
- "Mitgliedseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6783
- "geändert"
6784
-
6785
- #: wpf-includes/wpf-phrases.php:649
6786
- msgid "Message has been sent"
6787
- msgstr "Nachricht wurde gesendet"
6788
-
6789
- #: wpf-includes/wpf-phrases.php:650
6790
- msgid ""
6791
- "New language successfully added and changed wpforo language to new language"
6792
- msgstr ""
6793
- "Neue Sprache erfolgreich hinzugefügt und wpForo-Sprache in neue Sprache "
6794
- "geändert"
6795
-
6796
- #: wpf-includes/wpf-phrases.php:651
6797
- msgid "No Posts found for update"
6798
- msgstr "Keine Beiträge zum Aktualisieren gefunden"
6799
-
6800
- #: wpf-includes/wpf-phrases.php:652
6801
- msgid "Password length must be between 6 characters and 20 characters."
6802
- msgstr "Die Passwortlänge muss zwischen 6 und 20 Zeichen sein."
6803
-
6804
- #: wpf-includes/wpf-phrases.php:653
6805
- msgid "Password mismatch."
6806
- msgstr "Passwörter verschieden."
6807
-
6808
- #: wpf-includes/wpf-phrases.php:654
6809
- msgid "Permission denied"
6810
- msgstr "Zugang verweigert"
6811
-
6812
- #: wpf-includes/wpf-phrases.php:655
6813
- msgid "Permission denied for add forum"
6814
- msgstr "Berechtigung zum Hinzufügen eines Forums verweigert"
6815
-
6816
- #: wpf-includes/wpf-phrases.php:656
6817
- msgid "Permission denied for delete forum"
6818
- msgstr "Berechtigung zum Löschen eines Forums verweigert"
6819
-
6820
- #: wpf-includes/wpf-phrases.php:657
6821
- msgid "Permission denied for edit forum"
6822
- msgstr "Berechtigung zum Bearbeiten eines Forums verweigert"
6823
-
6824
- #: wpf-includes/wpf-phrases.php:658
6825
- msgid "Permission denied for this action"
6826
- msgstr "Die Berechtigung für diese Aktion wurde verweigert"
6827
-
6828
- #: wpf-includes/wpf-phrases.php:659
6829
- msgid "Phrase add error"
6830
- msgstr "Fehler beim Hinzufügen der Phrase"
6831
-
6832
- #: wpf-includes/wpf-phrases.php:660
6833
- msgid "Phrase adding error"
6834
- msgstr "Fehler beim Hinzufügen der Phrase"
6835
-
6836
- #: wpf-includes/wpf-phrases.php:661
6837
- msgid "Phrase successfully added"
6838
- msgstr "Phrase erfolgreich hinzugefügt"
6839
-
6840
- #: wpf-includes/wpf-phrases.php:662
6841
- msgid "Phrase successfully updates"
6842
- msgstr "Phrase erfolgreich aktualisiert"
6843
-
6844
- #: wpf-includes/wpf-phrases.php:663
6845
- msgid "Phrase update error"
6846
- msgstr "Fehler bei der Aktualisierung der Phrase"
6847
-
6848
- #: wpf-includes/wpf-phrases.php:664
6849
- msgid "Please insert required fields!"
6850
- msgstr "Pflichtfelder bitte ausfüllen!"
6851
-
6852
- #: wpf-includes/wpf-phrases.php:665
6853
- msgid "Post delete error"
6854
- msgstr "Fehler beim Löschen des Beitrags"
6855
-
6856
- #: wpf-includes/wpf-phrases.php:667
6857
- msgid "Post options successfully updated"
6858
- msgstr "Beitragseinstellungen erfolgreich aktualisiert"
6859
-
6860
- #: wpf-includes/wpf-phrases.php:668
6861
- msgid "Post options successfully updated, but previous value not changed"
6862
- msgstr ""
6863
- "Beitragseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6864
- "geändert"
6865
-
6866
- #: wpf-includes/wpf-phrases.php:669
6867
- msgid "Registration Error"
6868
- msgstr "Fehler bei der Registrierung"
6869
-
6870
- #: wpf-includes/wpf-phrases.php:670
6871
- msgid "Reply request error"
6872
- msgstr "Fehler beim Antworten"
6873
-
6874
- #: wpf-includes/wpf-phrases.php:671
6875
- msgid "Something wrong with profile data."
6876
- msgstr "Mit den Profildaten stimmt etwas nicht."
6877
-
6878
- #: wpf-includes/wpf-phrases.php:672
6879
- msgid "Subscribe options successfully updated"
6880
- msgstr "Abonnement-Einstellungen erfolgreich aktualisiert"
6881
-
6882
- #: wpf-includes/wpf-phrases.php:673
6883
- msgid "Subscribe options successfully updated, but previous value not changed"
6884
- msgstr ""
6885
- "Abonnement-Einstellungen erfolgreich aktualisiert, aber vorherige Werte "
6886
- "nicht geändert"
6887
-
6888
- #: wpf-includes/wpf-phrases.php:674
6889
- msgid "Success!"
6890
- msgstr "Erfolg!"
6891
-
6892
- #: wpf-includes/wpf-phrases.php:675
6893
- msgid ""
6894
- "Success! Thank you. Please check your email and click confirmation link "
6895
- "below to complete this step."
6896
- msgstr ""
6897
- "Erfolg! Vielen Dank. Bitte überprüfe deine E-Mails und klicke auf den unten "
6898
- "stehenden Bestätigungslink, um diesen Schritt abzuschließen."
6899
-
6900
- #: wpf-includes/wpf-phrases.php:676
6901
- msgid "Successfully updated"
6902
- msgstr "Erfolgreich aktualisiert"
6903
-
6904
- #: wpf-includes/wpf-phrases.php:677
6905
- msgid "Successfully voted"
6906
- msgstr "Erfolgreich abgestimmt"
6907
-
6908
- #: wpf-includes/wpf-phrases.php:678
6909
- msgid "The uploaded file size is too big"
6910
- msgstr "Die hochzuladende Datei ist zu groß"
6911
-
6912
- #: wpf-includes/wpf-phrases.php:679
6913
- msgid "Theme options successfully updated"
6914
- msgstr "Theme-Einstellungen erfolgreich aktualisiert"
6915
-
6916
- #: wpf-includes/wpf-phrases.php:680
6917
- msgid "This email address is already registered. Please insert another."
6918
- msgstr ""
6919
- "Diese E-Mail-Adresse ist bereits registriert. Benutze bitte eine andere."
6920
-
6921
- #: wpf-includes/wpf-phrases.php:681
6922
- msgid "This post successfully deleted"
6923
- msgstr "Beitrag erfolgreich gelöscht"
6924
-
6925
- #: wpf-includes/wpf-phrases.php:682
6926
- msgid "This post successfully edited"
6927
- msgstr "Beitrag erfolgreich bearbeitet"
6928
-
6929
- #: wpf-includes/wpf-phrases.php:683
6930
- msgid "This topic successfully deleted"
6931
- msgstr "Thema erfolgreich gelöscht"
6932
-
6933
- #: wpf-includes/wpf-phrases.php:684
6934
- msgid "Topic Move Error"
6935
- msgstr "Fehler beim Verschieben des Themas"
6936
-
6937
- #: wpf-includes/wpf-phrases.php:685
6938
- msgid "Topic add error"
6939
- msgstr "Fehler beim Hinzufügen des Themas"
6940
-
6941
- #: wpf-includes/wpf-phrases.php:686
6942
- msgid "Topic delete error"
6943
- msgstr "Fehler beim Löschen des Themas"
6944
-
6945
- #: wpf-includes/wpf-phrases.php:687
6946
- msgid "Topic edit error"
6947
- msgstr "Fehler beim Bearbeiten des Themas"
6948
-
6949
- #: wpf-includes/wpf-phrases.php:688
6950
- msgid "Topic not found."
6951
- msgstr "Thema nicht gefunden."
6952
-
6953
- #: wpf-includes/wpf-phrases.php:689
6954
- msgid "Topic successfully moved"
6955
- msgstr "Thema erfolgreich verschoben"
6956
-
6957
- #: wpf-includes/wpf-phrases.php:690
6958
- msgid "Topic successfully updated"
6959
- msgstr "Thema erfolgreich aktualisiert"
6960
-
6961
- #: wpf-includes/wpf-phrases.php:691
6962
- msgid "Topics delete error"
6963
- msgstr "Fehler beim Löschen des Themas"
6964
-
6965
- #: wpf-includes/wpf-phrases.php:692
6966
- msgid "User delete error"
6967
- msgstr "Fehler beim Löschen des Benutzers"
6968
-
6969
- #: wpf-includes/wpf-phrases.php:693
6970
- msgid "User group add error"
6971
- msgstr "Fehler beim Hinzufügen der Benutzergruppe"
6972
-
6973
- #: wpf-includes/wpf-phrases.php:694
6974
- msgid "User group edit error"
6975
- msgstr "Fehler beim Bearbeiten der Benutzergruppe"
6976
-
6977
- #: wpf-includes/wpf-phrases.php:695
6978
- msgid "User group successfully added"
6979
- msgstr "Benutzergruppe erfolgreich hinzugefügt"
6980
-
6981
- #: wpf-includes/wpf-phrases.php:696
6982
- msgid "User group successfully edited"
6983
- msgstr "Benutzergruppe erfolgreich bearbeitet"
6984
-
6985
- #: wpf-includes/wpf-phrases.php:697
6986
- msgid "User successfully deleted from wpforo"
6987
- msgstr "Benutzer erfolgreich aus wpForo gelöscht"
6988
-
6989
- #: wpf-includes/wpf-phrases.php:698
6990
- msgid "Username exists. Please insert another."
6991
- msgstr "Benutzername existiert bereits. Bitte benutze einen anderen Namen."
6992
-
6993
- #: wpf-includes/wpf-phrases.php:699
6994
- msgid "Username is missed."
6995
- msgstr "Benutzername fehlt."
6996
-
6997
- #: wpf-includes/wpf-phrases.php:700
6998
- msgid "Username length must be between 3 characters and 30 characters."
6999
- msgstr "Die Länge des Benutzernamens muss zwischen 3 und 30 Zeichen sein."
7000
-
7001
- #: wpf-includes/wpf-phrases.php:701
7002
- msgid "Welcome to our Community!"
7003
- msgstr "Willkommen in unserer Community!"
7004
-
7005
- #: wpf-includes/wpf-phrases.php:702
7006
- msgid "Wrong post data"
7007
- msgstr "Falsche Beitragsdaten"
7008
-
7009
- #: wpf-includes/wpf-phrases.php:703
7010
- msgid "You are already voted this post"
7011
- msgstr "Du hast bereits für diesen Beitrag abgestimmt"
7012
-
7013
- #: wpf-includes/wpf-phrases.php:704
7014
- msgid "You have been successfully subscribed"
7015
- msgstr "Dein Abonnement wurde erfolgreich eingetragen"
7016
-
7017
- #: wpf-includes/wpf-phrases.php:705
7018
- msgid "You have been successfully unsubscribed"
7019
- msgstr "Dein Abonnement wurde erfolgreich entfernt"
7020
-
7021
- #: wpf-includes/wpf-phrases.php:706
7022
- msgid "You have no permission to edit this topic"
7023
- msgstr "Du hast keine Berechtigung zum Bearbeiten des Themas"
7024
-
7025
- #: wpf-includes/wpf-phrases.php:712
7026
- msgid "You successfully replied"
7027
- msgstr "Du hast erfolgreich geantwortet"
7028
-
7029
- #: wpf-includes/wpf-phrases.php:713
7030
- msgid "Your forum successfully added"
7031
- msgstr "Dein Forum wurde erfolgreich hinzugefügt"
7032
-
7033
- #: wpf-includes/wpf-phrases.php:714
7034
- msgid "Your forum successfully deleted"
7035
- msgstr "Dein Forum wurde erfolgreich gelöscht"
7036
-
7037
- #: wpf-includes/wpf-phrases.php:715
7038
- msgid "Your profile data have been successfully updated."
7039
- msgstr "Deine Profildaten wurden erfolgreich aktualisiert."
7040
-
7041
- #: wpf-includes/wpf-phrases.php:716
7042
- msgid "Your subscription for this item could not be confirmed"
7043
- msgstr "Dein Abonnement für dieses Element konnte nicht bestätigt werden"
7044
-
7045
- #: wpf-includes/wpf-phrases.php:717
7046
- msgid "Your topic successfully added"
7047
- msgstr "Dein Thema wurde erfolgreich hinzugefügt"
7048
-
7049
- #: wpf-includes/wpf-phrases.php:732
7050
- msgid "Front - Can have signature"
7051
- msgstr "Front - Kann eine Signatur haben"
7052
-
7053
- #: wpf-includes/wpf-phrases.php:756
7054
- msgid "Can edit own replay"
7055
- msgstr "Kann eigene Antwort bearbeiten"
7056
-
7057
- #: wpf-includes/wpf-phrases.php:774
7058
- msgid "like"
7059
- msgstr "gefällt mir"
7060
-
7061
- #: wpf-includes/wpf-phrases.php:775
7062
- msgid "unlike"
7063
- msgstr "gefällt mit nicht mehr"
7064
-
7065
- #: wpf-includes/wpf-phrases.php:776
7066
- msgid "sticky"
7067
- msgstr "oben angepinnt"
7068
-
7069
- #: wpf-includes/wpf-phrases.php:777
7070
- msgid "unsticky"
7071
- msgstr "nicht mehr oben anpinnen"
7072
-
7073
- #: wpf-includes/wpf-phrases.php:778
7074
- msgid "close"
7075
- msgstr "schließen"
7076
-
7077
- #: wpf-includes/wpf-phrases.php:779
7078
- msgid "open"
7079
- msgstr "öffnen"
7080
-
7081
- #: wpf-includes/wpf-phrases.php:780
7082
- msgid "Topic Icons"
7083
- msgstr "Themen-Icons"
7084
-
7085
- #: wpf-includes/wpf-phrases.php:781
7086
- msgid "New"
7087
- msgstr "Neu"
7088
-
7089
- #: wpf-includes/wpf-phrases.php:782
7090
- msgid "Replied"
7091
- msgstr "Beantwortet"
7092
-
7093
- #: wpf-includes/wpf-phrases.php:784
7094
- msgid "Hot"
7095
- msgstr "Heiß"
7096
-
7097
- #: wpf-includes/wpf-phrases.php:785
7098
- msgid "Solved"
7099
- msgstr "Gelöst"
7100
-
7101
- #: wpf-includes/wpf-phrases.php:786
7102
- msgid "Unsolved"
7103
- msgstr "Ungelöst"
7104
-
7105
- #: wpf-includes/wpf-phrases.php:796
7106
- msgid "Old password is wrong"
7107
- msgstr "Altes Passwort ist falsch"
7108
-
7109
- #: wpf-includes/wpf-phrases.php:797
7110
- msgid "New Passwords do not match"
7111
- msgstr "Neue Passwöer stimmen nicht überein"
7112
-
7113
- #: wpf-includes/wpf-phrases.php:801
7114
- msgid ""
7115
- "This process may take a few seconds or dozens of minutes, it depends on "
7116
- "database forum size and on server resources. Please be patient and don't "
7117
- "close this page. If you got 500 Server Error please don't worry, the data "
7118
- "updating process is still working in MySQL server."
7119
- msgstr ""
7120
- "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
7121
- "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
7122
- "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
7123
- "auf dem MySQL-Server weiter."
7124
-
7125
- #: wpf-includes/wpf-phrases.php:805
7126
- msgid "Updated Successfully!"
7127
- msgstr "Erfolgreich aktualisiert!"
7128
-
7129
- #: wpf-includes/wpf-phrases.php:806
7130
- msgid "Deleted Successfully!"
7131
- msgstr "Erfolgreich gelöscht!"
7132
-
7133
- #: wpf-includes/wpf-phrases.php:807
7134
- msgid "Closed"
7135
- msgstr "Geschlossen"
7136
-
7137
- #: wpf-includes/wpf-phrases.php:808
7138
- msgid "Forum Members List"
7139
- msgstr "Mitgliederliste des Forums"
7140
-
7141
- #: wpf-includes/wpf-phrases.php:809
7142
- msgid "are you sure you want to delete?"
7143
- msgstr "Bist du sicher, dass du das löschen möchtest?"
7144
-
7145
- #: wpf-includes/wpf-phrases.php:811
7146
- msgid "Moderator"
7147
- msgstr "Moderator"
7148
-
7149
- #: wpf-includes/wpf-phrases.php:813
7150
- msgid "Customer"
7151
- msgstr "Kunde"
7152
-
7153
- #: wpf-includes/wpf-phrases.php:814
7154
- msgid "No access"
7155
- msgstr "Kein Zugriff"
7156
-
7157
- #: wpf-includes/wpf-phrases.php:815
7158
- msgid "Read only access"
7159
- msgstr "Nur Lesen Zugriff"
7160
-
7161
- #: wpf-includes/wpf-phrases.php:816
7162
- msgid "Standard access"
7163
- msgstr "Standardzugriff"
7164
-
7165
- #: wpf-includes/wpf-phrases.php:817
7166
- msgid "Moderator access"
7167
- msgstr "Moderator-Zugriff"
7168
-
7169
- #: wpf-includes/wpf-phrases.php:818
7170
- msgid "Full access"
7171
- msgstr "Vollzugriff"
7172
-
7173
- #: wpf-includes/wpf-phrases.php:821
7174
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
7175
- msgstr "Falsches Dateiformat. Erlaubte Formate: jpeg, jpg, png, gif."
7176
-
7177
- #: wpf-includes/wpf-phrases.php:828
7178
- msgid "Attachment removed"
7179
- msgstr "Dateianhang entfernt"
7180
-
7181
- #: wpf-includes/wpf-phrases.php:832
7182
- #, php-format
7183
- msgid "Welcome back %s!"
7184
- msgstr "Willkommen zurück %s!"
7185
-
7186
- #: wpf-includes/wpf-phrases.php:833
7187
- msgid "Member Profile"
7188
- msgstr "Mitgliedsprofil"
7189
-
7190
- #: wpf-includes/wpf-phrases.php:834
7191
- msgid "Member"
7192
- msgstr "Mitglied"
7193
-
7194
- #: wpf-includes/wpf-phrases.php:835
7195
- msgid "You do not have permission to view this page"
7196
- msgstr "Du hast keine Berechtigung diese Seite anzusehen"
7197
-
7198
- #: wpf-includes/wpf-phrases.php:837
7199
- msgid ""
7200
- "This option will disable WordPress on front-end. Only forum pages will be "
7201
- "available. wpForo will look like as a stand-alone forum."
7202
- msgstr ""
7203
- "Diese Einstellung wird WordPress im Front-End abschalten. Nur Forenseiten "
7204
- "werden verfügbar sein. wpForo wird wie ein Stand-Alone-Forum aussehen."
7205
-
7206
- #: wpf-includes/wpf-phrases.php:842
7207
- msgid "private"
7208
- msgstr "privat"
7209
-
7210
- #: wpf-includes/wpf-phrases.php:843
7211
- msgid "public"
7212
- msgstr "öffentlich"
7213
-
7214
- #: wpf-includes/wpf-phrases.php:844
7215
- msgid "Private Topic"
7216
- msgstr "Privates Thema"
7217
-
7218
- #: wpf-includes/wpf-phrases.php:845
7219
- msgid "Only Admins and Moderators can see your private topics."
7220
- msgstr "Nur Aministratoren und Moderatoren können deine privaten Themen sehen."
7221
-
7222
- #: wpf-includes/wpf-phrases.php:846
7223
- msgid "Forum ID is not detected"
7224
- msgstr "Forums-ID wurde nicht erkannt"
7225
-
7226
- #: wpf-includes/wpf-phrases.php:847
7227
- msgid "You are not permitted to subscribe here"
7228
- msgstr "Du bist nicht berechtigt, hier etwas zu abonnieren"
7229
-
7230
- #: wpf-includes/wpf-phrases.php:848
7231
- msgid "Subscribe to this topic"
7232
- msgstr "Dieses Thema abonnieren"
7233
-
7234
- #: wpf-includes/wpf-phrases.php:851
7235
- msgid "Awaiting moderation"
7236
- msgstr "Moderation ausstehend"
7237
-
7238
- #: wpf-includes/wpf-phrases.php:852
7239
- msgid "Topic first post not found."
7240
- msgstr "Ersten Beitrag im Thema nicht gefunden."
7241
-
7242
- #: wpf-includes/wpf-phrases.php:853
7243
- msgid "Topic first post data not found."
7244
- msgstr "Daten für den ersten Beitrag des Themas nicht gefunden."
7245
-
7246
- #: wpf-includes/wpf-phrases.php:854
7247
- msgid "Settings successfully updated"
7248
- msgstr "Einstellungen erfolgreich aktualisiert"
7249
-
7250
- #: wpf-includes/wpf-phrases.php:855
7251
- msgid "Done!"
7252
- msgstr "Erledigt!"
7253
-
7254
- #: wpf-includes/wpf-phrases.php:856
7255
- msgid "You are not allowed to attach this file type"
7256
- msgstr "Es ist dir nicht gestattet, diesen Dateityp anzuhängen"
7257
-
7258
- #: wpf-includes/wpf-phrases.php:857
7259
- msgid "Post is empty"
7260
- msgstr "Beitrag ist leer"
7261
-
7262
- #: wpf-includes/wpf-phrases.php:858
7263
- msgid "removed link"
7264
- msgstr "Link entfernt"
7265
-
7266
- #: wpf-includes/wpf-phrases.php:859
7267
- msgid "Submit"
7268
- msgstr "Absenden"
7269
-
7270
- #: wpf-includes/wpf-phrases.php:864
7271
- msgid "User Title"
7272
- msgstr "Benutzertitel"
7273
-
7274
- #: wpf-includes/wpf-phrases.php:865
7275
- msgid "Anonymous"
7276
- msgstr "Anonym"
7277
-
7278
- #: wpf-includes/wpf-phrases.php:868
7279
- msgid "approved"
7280
- msgstr "genehmigt"
7281
-
7282
- #: wpf-includes/wpf-phrases.php:869
7283
- msgid "unapproved"
7284
- msgstr "nicht genehmigt"
7285
-
7286
- #: wpf-includes/wpf-phrases.php:872
7287
- msgid "--- Choose ---"
7288
- msgstr "-- Auswählen --"
7289
-
7290
- #: wpf-includes/wpf-phrases.php:873
7291
- msgid "Required field"
7292
- msgstr "Pflichtfeld"
7293
-
7294
- #: wpf-includes/wpf-phrases.php:876
7295
- msgid "Add Reply"
7296
- msgstr "Antwort hinzufügen"
7297
-
7298
- #: wpf-includes/wpf-phrases.php:877
7299
- msgid "Forums RSS Feed"
7300
- msgstr "Forums RSS Feed"
7301
-
7302
- #: wpf-includes/wpf-phrases.php:878
7303
- msgid "Topics RSS Feed"
7304
- msgstr "Themen RSS Feed"
7305
-
7306
- #: wpf-includes/wpf-phrases.php:879
7307
- msgid "Find a member"
7308
- msgstr "Finde ein Mitglied"
7309
-
7310
- #: wpf-includes/wpf-phrases.php:880
7311
- msgid "Display Name or Nicename"
7312
- msgstr "Anzeigename oder Nickname"
7313
-
7314
- #: wpf-includes/wpf-phrases.php:881
7315
- msgid "Reset Search"
7316
- msgstr "Suche zurücksetzen"
7317
-
7318
- #: wpf-includes/wpf-phrases.php:882
7319
- msgid "Reset Result"
7320
- msgstr "Ergebnis zurücksetzen"
7321
-
7322
- #: wpf-includes/wpf-phrases.php:888
7323
- msgid "No posts were found here"
7324
- msgstr "Oh schade! Hier wurden keine Beiträge gefunden"
7325
-
7326
- #: wpf-includes/wpf-phrases.php:891
7327
- msgid "forum link"
7328
- msgstr "Forum-Link"
7329
-
7330
- #: wpf-includes/wpf-phrases.php:892
7331
- msgid "in forum"
7332
- msgstr "im Forum"
7333
-
7334
- #: wpf-includes/wpf-phrases.php:893
7335
- msgid ""
7336
- "You can mention a person using @nicename in post content to send that person "
7337
- "an email message. When you post a topic or reply, forum sends an email "
7338
- "message to the user letting them know that they have been mentioned on the "
7339
- "post."
7340
- msgstr ""
7341
- "Du kannst eine Person erwähnen, die @nickname im Beitragsinhalt verwendet, "
7342
- "um dieser Person eine E-Mail-Nachricht zu senden. Wenn du ein Thema oder "
7343
- "eine Antwort postest, sendet das Forum eine E-Mail an den Benutzer, in der "
7344
- "dieser darüber informiert wird, dass er in dem Beitrag erwähnt wurde."
7345
-
7346
- #: wpf-includes/wpf-phrases.php:896
7347
- msgid "You are not allowed to edit this post"
7348
- msgstr "Du bist nicht berechtigt, diesen Beitrag zu bearbeiten"
7349
-
7350
- #: wpf-includes/wpf-phrases.php:897
7351
- msgid "Google reCAPTCHA verification failed"
7352
- msgstr "Google reCAPTCHA-Überprüfung fehlgeschlagen"
7353
-
7354
- #: wpf-includes/wpf-phrases.php:899
7355
- msgid "Welcome!"
7356
- msgstr "Willkommen!"
7357
-
7358
- #: wpf-includes/wpf-phrases.php:900
7359
- msgid "Join us today!"
7360
- msgstr "Mach mit! Komm ins Forum!"
7361
-
7362
- #: wpf-includes/wpf-phrases.php:902
7363
- msgid "Please Insert Your Email or Username"
7364
- msgstr "Bitte gebe deine E-Mail-Adresse oder deinen Benutzernamen ein"
7365
-
7366
- #: wpf-includes/wpf-phrases.php:903
7367
- msgid "Reset Password"
7368
- msgstr "Passwort zurücksetzen"
7369
-
7370
- #: wpf-includes/wpf-phrases.php:904
7371
- msgid "Forgot Your Password?"
7372
- msgstr "Hast du dein Passwort vergessen?"
7373
-
7374
- #: wpf-includes/wpf-phrases.php:907
7375
- #, php-format
7376
- msgid "%s created a new topic %s"
7377
- msgstr "%s erstellte ein neues Thema %s"
7378
-
7379
- #: wpf-includes/wpf-phrases.php:908
7380
- #, php-format
7381
- msgid "%s replied to the topic %s"
7382
- msgstr "%s antwortete auf das Thema %s"
7383
-
7384
- #: wpf-includes/wpf-phrases.php:909
7385
- #, php-format
7386
- msgid "%s liked forum post %s"
7387
- msgstr "%s gefällt der Forumsbeitrag %s"
7388
-
7389
- #: wpf-includes/wpf-phrases.php:910
7390
- msgid "Read more"
7391
- msgstr "Weiterlesen"
7392
-
7393
- #: wpf-includes/wpf-phrases.php:911
7394
- msgid "Forum topic"
7395
- msgstr "Forumsthema"
7396
-
7397
- #: wpf-includes/wpf-phrases.php:912
7398
- msgid "Forum post"
7399
- msgstr "Forumsbeitrag"
7400
-
7401
- #: wpf-includes/wpf-phrases.php:913
7402
- msgid "Forum post like"
7403
- msgstr "Forumsbeitrag gefällt"
7404
-
7405
- #: wpf-includes/wpf-phrases.php:915
7406
- msgid "Target Topic URL"
7407
- msgstr "Ziel-URL des Themas"
7408
-
7409
- #: wpf-includes/wpf-phrases.php:916
7410
- msgid "Target Topic not found"
7411
- msgstr "Thema nicht gefunden"
7412
-
7413
- #: wpf-includes/wpf-phrases.php:917
7414
- msgid "Merge Topics"
7415
- msgstr "Themen zusammenführen"
7416
-
7417
- #: wpf-includes/wpf-phrases.php:918
7418
- msgid "Split Topic"
7419
- msgstr "Thema teilen"
7420
-
7421
- #: wpf-includes/wpf-phrases.php:919
7422
- msgid ""
7423
- "Please copy the target topic URL from browser address bar and paste in the "
7424
- "field below."
7425
- msgstr ""
7426
- "Kopiere die URL des Zielthemas aus der Adressleiste des Browsers und fügen "
7427
- "sie in das unten stehende Feld ein."
7428
-
7429
- #: wpf-includes/wpf-phrases.php:920
7430
- msgid ""
7431
- "All posts will be merged and displayed (ordered) in target topic according "
7432
- "to posts dates. If you want to append merged posts to the end of the target "
7433
- "topic you should allow to update posts dates to current date by check the "
7434
- "option below."
7435
- msgstr ""
7436
- "Alle Beiträge werden zusammengeführt und entsprechend dem Beitragsdatum im "
7437
- "Zielthema angezeigt (geordnet). Wenn du zusammengeführte Beiträge an das "
7438
- "Ende des Zielthemas anhängen möchtest, solltest du zulassen, dass die "
7439
- "Datumsangaben der Beiträge auf das aktuelle Datum aktualisiert werden, indem "
7440
- "du die folgende Option aktivierst."
7441
-
7442
- #: wpf-includes/wpf-phrases.php:921
7443
- msgid ""
7444
- "Update post dates (current date) to allow append posts to the end of the "
7445
- "target topic."
7446
- msgstr ""
7447
- "Aktualisiere die Veröffentlichungsdaten (aktuelles Datum), um das Anhängen "
7448
- "von Veröffentlichungen am Ende des Zielthemas zu ermöglichen."
7449
-
7450
- #: wpf-includes/wpf-phrases.php:922
7451
- msgid "Update post titles with target topic title."
7452
- msgstr "Aktualisiere die Beitragstitel mit dem Titel des Zielthemas."
7453
-
7454
- #: wpf-includes/wpf-phrases.php:923
7455
- msgid ""
7456
- "Topics once merged cannot be unmerged. This topic URL will no longer be "
7457
- "available."
7458
- msgstr ""
7459
- "Eine Zusammenführung von Themen kann nicht rückgängig gemacht werden. Die "
7460
- "alte Themen-URL ist nicht mehr verfügbar."
7461
-
7462
- #: wpf-includes/wpf-phrases.php:924
7463
- msgid "Create New Topic"
7464
- msgstr "Neues Thema erstellen"
7465
-
7466
- #: wpf-includes/wpf-phrases.php:925
7467
- msgid ""
7468
- "Create new topic with split posts. The first post of new topic becomes the "
7469
- "earliest reply."
7470
- msgstr ""
7471
- "Erstelle ein neues Thema mit geteilten Beiträgen. Der erste Beitrag des "
7472
- "neuen Themas wird zur frühesten Antwort."
7473
-
7474
- #: wpf-includes/wpf-phrases.php:926
7475
- msgid "New Topic Title"
7476
- msgstr "Titel des neuen Themas"
7477
-
7478
- #: wpf-includes/wpf-phrases.php:927
7479
- msgid "New Topic Forum"
7480
- msgstr "Neues Themenforum"
7481
-
7482
- #: wpf-includes/wpf-phrases.php:928
7483
- msgid "Select Posts to Split"
7484
- msgstr "Wähle Beiträge für die Teilung aus"
7485
-
7486
- #: wpf-includes/wpf-phrases.php:929
7487
- msgid ""
7488
- "Topic once split cannot be unsplit. The first post of new topic becomes the "
7489
- "earliest reply."
7490
- msgstr ""
7491
- "Eine Thementeilung kann nicht rückgängig gemacht werden. Der erste Beitrag "
7492
- "des neuen Themas wird zur frühesten Antwort."
7493
-
7494
- #: wpf-includes/wpf-phrases.php:930
7495
- msgid "Merge"
7496
- msgstr "Zusammenführen"
7497
-
7498
- #: wpf-includes/wpf-phrases.php:931
7499
- msgid "Split"
7500
- msgstr "Teilen"
7501
-
7502
- #: wpf-includes/wpf-phrases.php:932
7503
- msgid "Move Reply"
7504
- msgstr "Antwort verschieben"
7505
-
7506
- #: wpf-includes/wpf-phrases.php:933
7507
- msgid ""
7508
- "This action changes topic URL. Once the topic is moved to other forum the "
7509
- "old URL of this topic will no longer be available."
7510
- msgstr ""
7511
- "Diese Aktion ändert die Themen-URL. Sobald das Thema in ein anderes Forum "
7512
- "verschoben wurde, ist die alte URL dieses Themas nicht mehr verfügbar."
7513
-
7514
- #: wpf-includes/wpf-phrases.php:937
7515
- msgid "No data submitted"
7516
- msgstr "Keine Daten übermittelt"
7517
-
7518
- #: wpf-includes/wpf-phrases.php:938
7519
- msgid "User profile fields not found"
7520
- msgstr "Benutzer-Profilfelder nicht gefunden"
7521
-
7522
- #: wpf-includes/wpf-phrases.php:939
7523
- msgid "field is required"
7524
- msgstr "Feld ist ein Pflichtfeld"
7525
-
7526
- #: wpf-includes/wpf-phrases.php:940
7527
- #, php-format
7528
- msgid "field value must be at least %d"
7529
- msgstr "der Wert des Feldes muss mindestens % d sein"
7530
-
7531
- #: wpf-includes/wpf-phrases.php:941
7532
- #, php-format
7533
- msgid "field value cannot be greater than %d"
7534
- msgstr "der Wert des Feldes kann nicht größer sein als %d"
7535
-
7536
- #: wpf-includes/wpf-phrases.php:942
7537
- #, php-format
7538
- msgid "field length must be at least %d characters"
7539
- msgstr "Feldlänge muss mindestens %d Zeichen betragen"
7540
-
7541
- #: wpf-includes/wpf-phrases.php:943
7542
- #, php-format
7543
- msgid "field length cannot be greater than %d characters"
7544
- msgstr ""
7545
-
7546
- #: wpf-includes/wpf-phrases.php:944
7547
- msgid "field value is not a valid URL"
7548
- msgstr "Feldwert ist keine gültige URL"
7549
-
7550
- #: wpf-includes/wpf-phrases.php:945
7551
- msgid "file type is not detected"
7552
- msgstr "Dateityp wird nicht erkannt"
7553
-
7554
- #: wpf-includes/wpf-phrases.php:946
7555
- #, php-format
7556
- msgid "file type %s is not allowed"
7557
- msgstr "Dateityp %s ist nicht zulässig"
7558
-
7559
- #: wpf-includes/wpf-phrases.php:947
7560
- msgid "file is too large"
7561
- msgstr "Datei ist zu groß"
7562
-
7563
- #: wpf-includes/wpf-phrases.php:948
7564
- msgid "Success! Please check your mail for confirmation."
7565
- msgstr "Erfolg! Bitte überprüfe deine E-Mails für die Bestätigung."
7566
-
7567
- #: wpf-includes/wpf-phrases.php:949
7568
- #, php-format
7569
- msgid "Username length must be between %d characters and %d characters."
7570
- msgstr ""
7571
- "Die Länge des Benutzernamens muss zwischen %d Zeichen und %d Zeichen liegen."
7572
-
7573
- #: wpf-includes/wpf-phrases.php:950
7574
- msgid "User registration is disabled."
7575
- msgstr "Die Benutzerregistrierung ist deaktiviert."
7576
-
7577
- #: wpf-includes/wpf-phrases.php:951
7578
- msgid "Avatar image is too big maximum allowed size is 2MB"
7579
- msgstr "Das Avatar-Bild ist zu groß! Die maximale zulässige Größe ist 2MB"
7580
-
7581
- #: wpf-includes/wpf-phrases.php:952
7582
- msgid "One of the selected Usergroups cannot be set as Secondary"
7583
- msgstr ""
7584
- "Eine der ausgewählten Benutzergruppen kann nicht als sekundär festgelegt "
7585
- "werden"
7586
-
7587
- #: wpf-includes/wpf-phrases.php:953
7588
- msgid "The selected Usergroup is not found in allowed list"
7589
- msgstr ""
7590
- "Die ausgewählte Benutzergruppe wurde in der Zulassungsliste nicht gefunden"
7591
-
7592
- #: wpf-includes/wpf-phrases.php:954
7593
- msgid "The selected Usergroup cannot be set"
7594
- msgstr "Die ausgewählte Benutzergruppe kann nicht festgelegt werden"
7595
-
7596
- #: wpf-includes/wpf-phrases.php:955
7597
- msgid "Admin and Moderator Usergroups are not permitted"
7598
- msgstr "Administrator- und Moderator-Benutzergruppen sind nicht zulässig"
7599
-
7600
- #: wpf-includes/wpf-phrases.php:956
7601
- msgid "You have no permission to edit Usergroup field"
7602
- msgstr "Du hast keine Berechtigung zum Bearbeiten des Benutzergruppenfelds"
7603
-
7604
- #: wpf-includes/wpf-phrases.php:957
7605
- msgid "This nickname is already in use. Please insert another."
7606
- msgstr "Dieser Nickname wird schon benutzt. Bitte füge einen anderen ein."
7607
-
7608
- #: wpf-includes/wpf-phrases.php:958
7609
- msgid "Nickname validation failed"
7610
- msgstr "Überprüfung des Nicknamens fehlgeschlagen"
7611
-
7612
- #: wpf-includes/wpf-phrases.php:959
7613
- msgid "Numerical nicknames are not allowed. Please insert another."
7614
- msgstr "Numerische Nicknamen sind nicht erlaubt. Bitte füge einen anderen ein."
7615
-
7616
- #: wpf-includes/wpf-phrases.php:960
7617
- #, php-format
7618
- msgid "Maximum allowed file size is %s MB"
7619
- msgstr "Maximal erlaubte Dateigröße ist %s MB"
7620
-
7621
- #: wpf-includes/wpf-phrases.php:961
7622
- msgid "This email address is already registered. Please insert another"
7623
- msgstr ""
7624
- "Diese E-Mail-Adresse ist bereits registriert. Benutze bitte eine andere"
7625
-
7626
- #: wpf-includes/wpf-phrases.php:962
7627
- #, php-format
7628
- msgid "Allowed file types: %s"
7629
- msgstr "Erlaubte Datei-Typen: %s"
7630
-
7631
- #: wpf-includes/wpf-phrases.php:963
7632
- msgid "Form name not found"
7633
- msgstr "Formularname nicht gefunden"
7634
-
7635
- #: wpf-includes/wpf-phrases.php:964
7636
- msgid "Form template not found"
7637
- msgstr "Formularvorlage nicht gefunden"
7638
-
7639
- #: wpf-includes/wpf-phrases.php:965
7640
- msgid "Profile updated successfully"
7641
- msgstr "Profil erfolgreich aktualisiert"
7642
-
7643
- #: wpf-includes/wpf-phrases.php:966
7644
- msgid "User data update failed"
7645
- msgstr "Aktualisierung der Benutzerdaten fehlgeschlagen"
7646
-
7647
- #: wpf-includes/wpf-phrases.php:967
7648
- msgid "User profile update failed"
7649
- msgstr "Aktualisierung des Benutzerprofils fehlgeschlagen"
7650
-
7651
- #: wpf-includes/wpf-phrases.php:968
7652
- msgid "User custom field update failed"
7653
- msgstr "Aktualisierung des benutzerdefinierte Feldes fehlgeschlagen"
7654
-
7655
- #: wpf-includes/wpf-phrases.php:969
7656
- msgid "Sorry, there was an error uploading attached file"
7657
- msgstr ""
7658
- "Entschuldigung, beim Hochladen der angehängten Datei ist ein Fehler "
7659
- "aufgetreten"
7660
-
7661
- #: wpf-includes/wpf-phrases.php:970
7662
- msgid "Edit Topic"
7663
- msgstr "Thema bearbeiten"
7664
-
7665
- #: wpf-includes/wpf-phrases.php:971
7666
- #, php-format
7667
- msgid "This topic was modified %s by %s"
7668
- msgstr "Dieses Thema wurde geändert %s von %s"
7669
-
7670
- #: wpf-includes/wpf-phrases.php:972
7671
- msgid "Edit Post"
7672
- msgstr "Beitrag bearbeiten"
7673
-
7674
- #: wpf-includes/wpf-phrases.php:973
7675
- #, php-format
7676
- msgid "This post was modified %s by %s"
7677
- msgstr "Diese r Beitrag wurde geändert %s von %s"
7678
-
7679
- #: wpf-includes/wpf-phrases.php:977
7680
- msgid "Topic link"
7681
- msgstr ""
7682
- "%1$s wrote:\n"
7683
- "\n"
7684
- "%2$s\n"
7685
- "\n"
7686
- "Themen Link: %3$s\n"
7687
- "\n"
7688
- "-----------\n"
7689
- "\n"
7690
- "Themen-Link"
7691
-
7692
- #: wpf-includes/wpf-phrases.php:978
7693
- msgid "Forum Topics Started"
7694
- msgstr "Gestartete Forenthemen"
7695
-
7696
- #: wpf-includes/wpf-phrases.php:979
7697
- msgid "Forum Replies Created"
7698
- msgstr "Erstellte Forums-Antworten"
7699
-
7700
- #: wpf-includes/wpf-phrases.php:980
7701
- msgid "Liked Forum Posts"
7702
- msgstr "Forums-Beiträge, die gefallen"
7703
-
7704
- #: wpf-includes/wpf-phrases.php:981
7705
- msgid "Forum Subscriptions"
7706
- msgstr "Forum-Abonnements"
7707
-
7708
- #: wpf-includes/wpf-phrases.php:984
7709
- #, php-format
7710
- msgid "Start typing tags here (maximum %d tags are allowed)..."
7711
- msgstr ""
7712
- "Beginne hier mit der Eingabe von Schlagwörtern (maximal %d sind zulässig) ..."
7713
-
7714
- #: wpf-includes/wpf-phrases.php:985
7715
- msgid "Topic Tags"
7716
- msgstr "Schlagwörter für Thema"
7717
-
7718
- #: wpf-includes/wpf-phrases.php:986
7719
- msgid "Topic Tag"
7720
- msgstr "Schlagwort für Thema"
7721
-
7722
- #: wpf-includes/wpf-phrases.php:987
7723
- msgid "Separate tags using a comma"
7724
- msgstr "Schlagwörter mit Kommas trennen"
7725
-
7726
- #: wpf-includes/wpf-phrases.php:988
7727
- msgid "Tag"
7728
- msgstr "Schlagwort"
7729
-
7730
- #: wpf-includes/wpf-phrases.php:990
7731
- msgid "Find Topics by Tags"
7732
- msgstr "Finde Themen mit Schlagwörtern"
7733
-
7734
- #: wpf-includes/wpf-phrases.php:991
7735
- msgid "Related Topics"
7736
- msgstr "Verwandte Themen"
7737
-
7738
- #: wpf-includes/wpf-phrases.php:992
7739
- msgid "Next Topic"
7740
- msgstr "Nächstes Thema"
7741
-
7742
- #: wpf-includes/wpf-phrases.php:993
7743
- msgid "Previous Topic"
7744
- msgstr "Vorheriges Thema"
7745
-
7746
- #: wpf-includes/wpf-phrases.php:994
7747
- msgid "All forum topics"
7748
- msgstr "Alle Forumsthemen"
7749
-
7750
- #: wpf-includes/wpf-phrases.php:995
7751
- msgid "No tags found"
7752
- msgstr "Keine Schlagwörter gefunden"
7753
-
7754
- #: wpf-includes/wpf-phrases.php:996
7755
- msgid "Forum contains no unread posts"
7756
- msgstr "Das Forum enthält keine ungelesenen Beiträge"
7757
-
7758
- #: wpf-includes/wpf-phrases.php:997
7759
- msgid "Forum contains unread posts"
7760
- msgstr "Das Forum enthält ungelesene Beiträge"
7761
-
7762
- #: wpf-includes/wpf-phrases.php:998
7763
- msgid "Mark all read"
7764
- msgstr "Alles als gelesen markieren"
7765
-
7766
- #: wpf-includes/wpf-phrases.php:999
7767
- msgid "Not Replied"
7768
- msgstr "Unbeantwortet"
7769
-
7770
- #: wpf-includes/wpf-phrases.php:1001
7771
- msgid "red"
7772
- msgstr "rot"
7773
-
7774
- #: wpf-includes/wpf-phrases.php:1002
7775
- msgid "green"
7776
- msgstr "grün"
7777
-
7778
- #: wpf-includes/wpf-phrases.php:1003
7779
- msgid "orange"
7780
- msgstr "orange"
7781
-
7782
- #: wpf-includes/wpf-phrases.php:1004
7783
- msgid "grey"
7784
- msgstr "grau"
7785
-
7786
- #: wpf-includes/wpf-phrases.php:1005
7787
- msgid "dark"
7788
- msgstr "dunkel"
7789
-
7790
- #: wpf-includes/wpf-phrases.php:1006
7791
- msgid "Tags are disabled"
7792
- msgstr ""
7793
-
7794
- #: wpf-includes/wpf-phrases.php:1007
7795
- msgid "Unread Posts"
7796
- msgstr ""
7797
-
7798
- #: wpf-includes/wpf-phrases.php:1008
7799
- msgid "No unread posts were found"
7800
- msgstr ""
7801
-
7802
- #: wpf-includes/wpf-phrases.php:1011
7803
- msgid "Ask a question"
7804
- msgstr ""
7805
-
7806
- #: wpf-includes/wpf-phrases.php:1012
7807
- msgid "Your question"
7808
- msgstr ""
7809
-
7810
- #: wpf-includes/wpf-phrases.php:1013
7811
- msgid "Question Tags"
7812
- msgstr ""
7813
-
7814
- #: wpf-includes/wpf-phrases.php:1017
7815
- #, php-format
7816
- msgid "%d user ( %s )"
7817
- msgstr ""
7818
-
7819
- #: wpf-includes/wpf-phrases.php:1018
7820
- #, php-format
7821
- msgid "%d users ( %s )"
7822
- msgstr ""
7823
-
7824
- #: wpf-includes/wpf-phrases.php:1019
7825
- #, php-format
7826
- msgid "Recently viewed by users: %s."
7827
- msgstr ""
7828
-
7829
- #: wpf-includes/wpf-phrases.php:1020
7830
- #, php-format
7831
- msgid "%s guest"
7832
- msgstr ""
7833
-
7834
- #: wpf-includes/wpf-phrases.php:1021
7835
- #, php-format
7836
- msgid "%s guests"
7837
- msgstr ""
7838
-
7839
- #: wpf-includes/wpf-phrases.php:1022
7840
- #, php-format
7841
- msgid "%d times"
7842
- msgstr ""
7843
-
7844
- #: wpf-includes/wpf-phrases.php:1023
7845
- #, php-format
7846
- msgid "Currently viewing this topic %s %s %s."
7847
- msgstr ""
7848
-
7849
- #: wpf-includes/wpf-phrases.php:1026
7850
- msgid "Forum Icons"
7851
- msgstr ""
7852
-
7853
- #: wpf-includes/wpf-phrases.php:1027
7854
- #, php-format
7855
- msgid "(%d viewing)"
7856
- msgstr ""
7857
-
7858
- #: wpf-includes/wpf-phrases.php:1028
7859
- #, php-format
7860
- msgid "View all tags (%d)"
7861
- msgstr ""
7862
-
7863
- #: wpf-includes/wpf-phrases.php:1031
7864
- msgid "Tools: Move, Split, Merge"
7865
- msgstr ""
7866
-
7867
- #: wpf-includes/wpf-phrases.php:1032
7868
- msgid "Hide Replies"
7869
- msgstr ""
7870
-
7871
- #: wpf-includes/wpf-phrases.php:1033
7872
- msgid "Show Replies"
7873
- msgstr ""
7874
-
7875
- #: wpf-includes/wpf-phrases.php:1034
7876
- msgid "No threads found"
7877
- msgstr ""
7878
-
7879
- #: wpf-includes/wpf-phrases.php:1035
7880
- msgid "Most Voted"
7881
- msgstr ""
7882
-
7883
- #: wpf-includes/wpf-phrases.php:1036
7884
- msgid "Most Commented"
7885
- msgstr ""
7886
-
7887
- #: wpf-includes/wpf-phrases.php:1037
7888
- msgid "Newest"
7889
- msgstr ""
7890
-
7891
- #: wpf-includes/wpf-phrases.php:1038
7892
- msgid "Oldest"
7893
- msgstr ""
7894
-
7895
- #: wpf-includes/wpf-phrases.php:1039
7896
- #, php-format
7897
- msgid "%d Answers"
7898
- msgstr ""
7899
-
7900
- #: wpf-includes/wpf-phrases.php:1040
7901
- #, php-format
7902
- msgid "%d Answer"
7903
- msgstr ""
7904
-
7905
- #: wpf-includes/wpf-phrases.php:1043
7906
- #, php-format
7907
- msgid "%s Replies"
7908
- msgstr ""
7909
-
7910
- #: wpf-includes/wpf-phrases.php:1044
7911
- #, php-format
7912
- msgid "%s Reply"
7913
- msgstr ""
7914
-
7915
- #: wpf-includes/wpf-phrases.php:1045
7916
- msgid "No forum selected"
7917
- msgstr ""
7918
-
7919
- #: wpf-includes/wpf-phrases.php:1046
7920
- msgid "Quote this text"
7921
- msgstr ""
7922
-
7923
- #: wpf-includes/wpf-phrases.php:1049
7924
- msgid "Preview"
7925
- msgstr ""
7926
-
7927
- #: wpf-includes/wpf-phrases.php:1050
7928
- msgid "Revision"
7929
- msgstr ""
7930
-
7931
- #: wpf-includes/wpf-phrases.php:1051
7932
- msgid "Revisions"
7933
- msgstr ""
7934
-
7935
- #: wpf-includes/wpf-phrases.php:1052
7936
- #, php-format
7937
- msgid "%1$s Revisions"
7938
- msgstr ""
7939
-
7940
- #: wpf-includes/wpf-phrases.php:1053
7941
- msgid "Saved"
7942
- msgstr ""
7943
-
7944
- #: wpf-includes/wpf-phrases.php:1054
7945
- msgid "Restore"
7946
- msgstr ""
7947
-
7948
- #: wpf-includes/wpf-phrases.php:1055
7949
- msgid "Save Draft"
7950
- msgstr ""
7951
-
7952
- #: wpf-includes/wpf-phrases.php:1056
7953
- msgid "Saving Draft"
7954
- msgstr ""
7955
-
7956
- #: wpf-includes/wpf-phrases.php:1057
7957
- msgid "Loading Topics"
7958
- msgstr ""
7959
-
7960
- #: wpf-includes/wpf-phrases.php:1058
7961
- msgid "Topic Tag:"
7962
- msgstr ""
7963
-
7964
- #: wpf-includes/wpf-phrases.php:1059
7965
- msgid "Default avatar"
7966
- msgstr ""
7967
-
7968
- #: wpf-includes/wpf-phrases.php:1063
7969
- msgid "Notifications"
7970
- msgstr ""
7971
-
7972
- #: wpf-includes/wpf-phrases.php:1064
7973
- msgid "Clear all"
7974
- msgstr ""
7975
-
7976
- #: wpf-includes/wpf-phrases.php:1065
7977
- msgid "You have no new notification"
7978
- msgstr ""
7979
-
7980
- #: wpf-includes/wpf-phrases.php:1066
7981
- msgid "You have no new notifications"
7982
- msgstr ""
7983
-
7984
- #: wpf-includes/wpf-phrases.php:1067
7985
- msgid "You have new notifications"
7986
- msgstr ""
7987
-
7988
- #: wpf-includes/wpf-phrases.php:1068
7989
- msgid "You have a new notification"
7990
- msgstr ""
7991
-
7992
- #: wpf-includes/wpf-phrases.php:1070
7993
- #, php-format
7994
- msgid "New reply from %1$s, %2$s"
7995
- msgstr ""
7996
-
7997
- #: wpf-includes/wpf-phrases.php:1071
7998
- msgid "New Like"
7999
- msgstr ""
8000
-
8001
- #: wpf-includes/wpf-phrases.php:1072
8002
- #, php-format
8003
- msgid "New like from %1$s, %2$s"
8004
- msgstr ""
8005
-
8006
- #: wpf-includes/wpf-phrases.php:1073
8007
- msgid "New Up Vote"
8008
- msgstr ""
8009
-
8010
- #: wpf-includes/wpf-phrases.php:1074
8011
- #, php-format
8012
- msgid "New up vote from %1$s, %2$s"
8013
- msgstr ""
8014
-
8015
- #: wpf-includes/wpf-phrases.php:1075
8016
- msgid "New Down Vote"
8017
- msgstr ""
8018
-
8019
- #: wpf-includes/wpf-phrases.php:1076
8020
- #, php-format
8021
- msgid "New down vote from %1$s, %2$s"
8022
- msgstr ""
8023
-
8024
- #: wpf-includes/wpf-phrases.php:1077
8025
- msgid "Go to first unread post"
8026
- msgstr ""
8027
-
8028
- #: wpf-includes/wpf-phrases.php:1080
8029
- msgid "New User Mentioning"
8030
- msgstr ""
8031
-
8032
- #: wpf-includes/wpf-phrases.php:1081
8033
- #, php-format
8034
- msgid "%1$s has mentioned you, %2$s"
8035
- msgstr ""
8036
-
8037
- #: wpf-includes/wpf-phrases.php:1082
8038
- msgid "New Notification"
8039
- msgstr ""
8040
-
8041
- #: wpf-includes/wpf-phrases.php:1083
8042
- #, php-format
8043
- msgid "New notification from %1$s, %2$s"
8044
- msgstr ""
8045
-
8046
- #: wpf-includes/wpf-phrases.php:1085
8047
- msgid "Protect your forum from spam user registration!"
8048
- msgstr ""
8049
-
8050
- #: wpf-includes/wpf-phrases.php:1086
8051
- #, php-format
8052
- msgid ""
8053
- "wpForo has not found any protection solution against spam user registration "
8054
- "on the forum registration form. Please %1$s and enable the %2$s antibot "
8055
- "protection in %3$s or install other alternative %4$s to avoid registration "
8056
- "of spam users."
8057
- msgstr ""
8058
-
8059
- #: wpf-includes/wpf-phrases.php:1087
8060
- msgid "Tools &gt; Antispam Tab"
8061
- msgstr ""
8062
-
8063
- #: wpf-includes/wpf-phrases.php:1088
8064
- msgid "WordPress plugin"
8065
- msgstr ""
8066
-
8067
- #: wpf-includes/wpf-phrases.php:1089
8068
- msgid ""
8069
- "This notification is only visible for the website administrators. It will be "
8070
- "automatically disabled once some antispam solution is enabled. If you don't "
8071
- "use wpForo registration form or you're sure, that you have an antispam "
8072
- "solution just click the [dismiss] button."
8073
- msgstr ""
8074
-
8075
- #: wpf-includes/wpf-phrases.php:1090
8076
- msgid "Dismiss"
8077
- msgstr ""
8078
-
8079
- #: wpf-includes/wpf-phrases.php:1091
8080
- msgid "Add New Category or Forum"
8081
- msgstr ""
8082
-
8083
- #: wpf-includes/wpf-phrases.php:1092
8084
- msgid "Change Color Style"
8085
- msgstr ""
8086
-
8087
- #: wpf-includes/wpf-phrases.php:1093
8088
- msgid "Post Moderation"
8089
- msgstr ""
8090
-
8091
- #: wpf-includes/wpf-phrases.php:1094
8092
- msgid "Forum Menu"
8093
- msgstr ""
8094
-
8095
- #: wpf-includes/wpf-phrases.php:1095
8096
- msgid "Forum Widgets"
8097
- msgstr ""
8098
-
8099
- #: wpf-includes/wpf-phrases.php:1096
8100
- msgid "Delete Forum Cache"
8101
- msgstr ""
8102
-
8103
- #: wpf-includes/wpf-phrases.php:1097
8104
- msgid "Admin Control Panel"
8105
- msgstr ""
8106
-
8107
- #: wpf-includes/wpf-phrases.php:1098
8108
- msgid "the layout you want"
8109
- msgstr ""
8110
-
8111
- #: wpf-includes/wpf-phrases.php:1099
8112
- #, php-format
8113
- msgid ""
8114
- "Please note, that forums can be displayed with different layouts %1$s, just "
8115
- "edit the top category (blue panel) and set %2$s. Child forums inherit the "
8116
- "top category (blue panel) layout."
8117
- msgstr ""
8118
-
8119
- #: wpf-includes/wpf-phrases.php:1100
8120
- msgid "No new posts found"
8121
- msgstr ""
8122
-
8123
- #: wpf-includes/wpf-phrases.php:1101
8124
- msgid "I got it, please dismiss this message"
8125
- msgstr ""
8126
-
8127
- #: wpf-includes/wpf-phrases.php:1102
8128
- msgid "configure"
8129
- msgstr ""
8130
-
8131
- #: wpf-includes/wpf-phrases.php:1103
8132
- msgid "{new}"
8133
- msgstr ""
8134
-
8135
- #: wpf-includes/wpf-phrases.php:1104
8136
- msgid "Create Account"
8137
- msgstr ""
8138
-
8139
- #: wpf-includes/wpf-phrases.php:1105
8140
- msgid "Full"
8141
- msgstr ""
8142
-
8143
- #: wpf-includes/wpf-phrases.php:1106
8144
- msgid "Short"
8145
- msgstr ""
8146
-
8147
- #: wpf-themes/classic/functions.php:26
8148
- msgid "Extended Layout - Recent topics"
8149
- msgstr "Erweitertes Layout - Neueste Themen"
8150
-
8151
- #: wpf-themes/classic/functions.php:35
8152
- msgid "Extended Layout - Number of Recent topics"
8153
- msgstr "Erweitertes Layout - Anzahl neuester Themen"
8154
-
8155
- #: wpf-themes/classic/functions.php:42
8156
- msgid "Extended Layout - Recent topic length"
8157
- msgstr "Erweitertes Layout - Länge des letzten Themas"
8158
-
8159
- #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
8160
- #: wpf-themes/classic/functions.php:117
8161
- msgid ""
8162
- "Set this option value 0 if you want to show the whole title in recent topic "
8163
- "area."
8164
- msgstr ""
8165
- "Setze diesen Wert auf 0, wenn du den gesamten Titel im aktuellen "
8166
- "Themenbereich anzeigen möchtest."
8167
-
8168
- #: wpf-themes/classic/functions.php:56
8169
- msgid "Q&A Layout - Recent topics"
8170
- msgstr ""
8171
-
8172
- #: wpf-themes/classic/functions.php:65
8173
- msgid "Q&A Layout - Number of Recent topics"
8174
- msgstr "Fragen & Antworten Layout - Anzahl neuester Themen"
8175
-
8176
- #: wpf-themes/classic/functions.php:72
8177
- msgid "Q&A Layout - Recent topic length"
8178
- msgstr "Fragen & Antworten Layout - Länge des letzten Themas"
8179
-
8180
- #: wpf-themes/classic/functions.php:82
8181
- msgid "Threaded Layout - Forums List"
8182
- msgstr ""
8183
-
8184
- #: wpf-themes/classic/functions.php:91
8185
- msgid "Threaded Layout - Display Thread Filtering Buttons"
8186
- msgstr ""
8187
-
8188
- #: wpf-themes/classic/functions.php:100
8189
- msgid "Threaded Layout - Display Add Topic Button on Forum List"
8190
- msgstr ""
8191
-
8192
- #: wpf-themes/classic/functions.php:109
8193
- msgid "Threaded Layout - Number of Recent topics"
8194
- msgstr ""
8195
-
8196
- #: wpf-themes/classic/functions.php:116
8197
- msgid "Threaded Layout - Recent topic length"
8198
- msgstr ""
8199
-
8200
- #: wpf-themes/classic/functions.php:130
8201
- msgid "Extended Layout - Recent posts"
8202
- msgstr "Erweitertes Layout - Neueste Themen"
8203
-
8204
- #: wpf-themes/classic/functions.php:140
8205
- msgid "Extended Layout - Number of Recent posts"
8206
- msgstr "Erweitertes Layout - Anzahl neuester Themen"
8207
-
8208
- #: wpf-themes/classic/functions.php:141
8209
- msgid ""
8210
- "Set this option value 0 if you want to show all posts in recent posts area."
8211
- msgstr ""
8212
- "Setze diesen Wert auf 0, wenn du alle Beiträge im aktuellen Themenbereich "
8213
- "anzeigen möchtest."
8214
-
8215
- #: wpf-themes/classic/functions.php:149
8216
- msgid "Extended Layout - Recent post length"
8217
- msgstr "Erweitertes Layout - Länge des letzten Themas"
8218
-
8219
- #: wpf-themes/classic/functions.php:150
8220
- msgid ""
8221
- "Set this option value 0 if you want to show the whole post content in recent "
8222
- "post area."
8223
- msgstr ""
8224
- "Setze diesen Wert auf 0, wenn du den gesamten Beitragsinhalt im aktuellen "
8225
- "Themenbereich anzeigen möchtest."
8226
-
8227
- #: wpf-themes/classic/functions.php:159
8228
- msgid "Q&A Layout - Comment Form Type"
8229
- msgstr ""
8230
-
8231
- #: wpf-themes/classic/functions.php:162 wpf-themes/classic/functions.php:223
8232
- msgid "Visual Editor"
8233
- msgstr ""
8234
-
8235
- #: wpf-themes/classic/functions.php:163 wpf-themes/classic/functions.php:224
8236
- msgid "Text Editor"
8237
- msgstr ""
8238
-
8239
- #: wpf-themes/classic/functions.php:168
8240
- msgid "Q&A Layout - Display Answer Editor"
8241
- msgstr ""
8242
-
8243
- #: wpf-themes/classic/functions.php:178
8244
- msgid "Q&A Layout - Number of Answers per Page"
8245
- msgstr ""
8246
-
8247
- #: wpf-themes/classic/functions.php:186
8248
- msgid "Q&A Layout - Number of Comments per item in page load"
8249
- msgstr ""
8250
-
8251
- #: wpf-themes/classic/functions.php:187
8252
- msgid "Set this option value 0 if you want to show all comments"
8253
- msgstr ""
8254
-
8255
- #: wpf-themes/classic/functions.php:195
8256
- msgid "Q&A Layout - First Post Reply Button"
8257
- msgstr ""
8258
-
8259
- #: wpf-themes/classic/functions.php:206
8260
- msgid "Comment content minimum length"
8261
- msgstr ""
8262
-
8263
- #: wpf-themes/classic/functions.php:212
8264
- msgid "Comment content maximum length"
8265
- msgstr ""
8266
-
8267
- #: wpf-themes/classic/functions.php:220
8268
- msgid "Threaded Layout - Reply Form Type"
8269
- msgstr ""
8270
-
8271
- #: wpf-themes/classic/functions.php:230
8272
- msgid "Threaded Layout - Number of Parent Posts per Page"
8273
- msgstr ""
8274
-
8275
- #: wpf-themes/classic/functions.php:238
8276
- msgid "Threaded Layout - Replies Nesting Levels Deep"
8277
- msgstr ""
8278
-
8279
- #: wpf-themes/classic/functions.php:250
8280
- msgid "Threaded Layout - First Post Reply Button"
8281
- msgstr ""
8282
-
8283
- #: wpf-themes/classic/functions.php:263
8284
- msgid "Stick Topic's First Post on Top for Certain Forum Layout"
8285
- msgstr ""
8286
-
8287
- #: wpf-themes/classic/functions.php:264
8288
- msgid ""
8289
- "This option keeps the first topic post on top when you navigate through "
8290
- "pages of that topic. You can manage this option by forum layouts."
8291
- msgstr ""
8292
-
8293
- #: wpforo.php:378
8294
- msgid "Discussion Board"
8295
- msgstr "Diskussionsforum"
8296
-
8297
- #: wpforo.php:1052
8298
- msgid ""
8299
- "Allows to embed hundreds of video, social network, audio and photo content "
8300
- "providers in forum topics and posts."
8301
- msgstr ""
8302
- "Ermöglicht die Einbettung von Hunderten von Anbietern von Video-, Social "
8303
- "Network-, Audio- und Fotoinhalten in Forenthemen und -beiträgen."
8304
-
8305
- #: wpforo.php:1053
8306
- msgid ""
8307
- "wpForo Polls is a complete addon to help forum members create, vote and "
8308
- "manage polls effectively. Comes with poll specific permissions and settings."
8309
- msgstr ""
8310
- "wpForo Polls ist ein komplettes Add-on, mit dem Forumsmitglieder Umfragen "
8311
- "effektiv erstellen, abstimmen und verwalten können. Kommt mit Umfragen-"
8312
- "spezifischen Berechtigungen und Einstellungen."
8313
-
8314
- #: wpforo.php:1054
8315
- msgid ""
8316
- "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
8317
- "Converts wpForo topic and posts, likes to myCRED points."
8318
- msgstr ""
8319
- "Verleiht myCRED-Punkte für Forumaktivitäten. Integriert myCRED-Abzeichen und "
8320
- "-Ränge. Konvertiert wpForo-Themen und -Beiträge in myCRED-Punkte."
8321
-
8322
- #: wpforo.php:1055
8323
- msgid ""
8324
- "Advanced user profile builder system. Allows to add new fields and manage "
8325
- "profile page. Creates custom Registration, Account, Member Search forms."
8326
- msgstr ""
8327
- "Erweitertes System zur Erstellung von Benutzerprofilen. Ermöglicht das "
8328
- "Hinzufügen neuer Felder und das Verwalten der Profilseite. Erstellt "
8329
- "benutzerdefinierte Registrierungs-, Konto- und Mitgliedersuchformulare."
8330
-
8331
- #: wpforo.php:1056
8332
- msgid ""
8333
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
8334
- "powered media uploading and displaying system with user specific library."
8335
- msgstr ""
8336
- "Fügt zu Forumsthemen und -beiträgen ein erweitertes Dateianhangssystem "
8337
- "hinzu. AJAX-basiertes System zum Hochladen und Anzeigen von Medien mit "
8338
- "benutzerspezifischer Bibliothek."
8339
-
8340
- #: wpforo.php:1057
8341
- msgid ""
8342
- "Provides a safe way to communicate directly with other members. Messages are "
8343
- "private and can only be viewed by conversation participants."
8344
- msgstr ""
8345
- "Bietet eine sichere Möglichkeit, direkt mit anderen Mitgliedern zu "
8346
- "kommunizieren. Nachrichten sind privat und können nur von "
8347
- "Gesprächsteilnehmern angezeigt werden."
8348
-
8349
- #: wpforo.php:1058
8350
- msgid ""
8351
- "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
8352
- "Forum topics and Blog comments with Forum replies."
8353
- msgstr ""
8354
- "Synchronisierung von Blog-zu-Forum- und Forum-zu-Blog-Inhalten. Blogeinträge "
8355
- "mit Forenthemen und Blogkommentare mit Forumsantworten."
8356
-
8357
- #: wpforo.php:1059
8358
- msgid ""
8359
- "Ads Manager is a powerful yet simple advertisement management system, that "
8360
- "allows you to add adverting banners between forums, topics and posts."
8361
- msgstr ""
8362
- "Ads Manager ist ein leistungsstarkes und dennoch einfaches "
8363
- "Anzeigenverwaltungssystem, mit dem du Werbebanner zwischen Foren, Themen und "
8364
- "Beiträgen einfügen kannst."
8365
-
8366
- #: wpforo.php:1060
8367
- msgid ""
8368
- "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
8369
- "custom emoticons packs."
8370
- msgstr ""
8371
-
8372
- #. Plugin Name of the plugin/theme
8373
- msgid "wpForo"
8374
- msgstr "wpForo"
8375
-
8376
- #. Plugin URI of the plugin/theme
8377
- msgid "https://wpforo.com"
8378
- msgstr "https://wpforo.com"
8379
-
8380
- #. Description of the plugin/theme
8381
- msgid ""
8382
- "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
8383
- "community. Comes with multiple modern forum layouts."
8384
- msgstr ""
8385
- "WordPress Forum Plugin. wpForo ist eine umfassende Forumslösung für deine "
8386
- "Community. Kommt mit mehreren modernen Forum-Layouts daher."
8387
-
8388
- #. Author of the plugin/theme
8389
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8390
- msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8391
-
8392
- #. Author URI of the plugin/theme
8393
- msgid "https://gvectors.com/"
8394
- msgstr "https://gvectors.com/"
8395
-
8396
- #~ msgid ""
8397
- #~ "Forums can be displayed with different layouts (Extended, Simplified, "
8398
- #~ "Q&A), just edit the top (blue panels) category and set the layout you "
8399
- #~ "want. Child forums' layout depends on the top category (blue panels) "
8400
- #~ "layout. They cannot have a different layout."
8401
- #~ msgstr ""
8402
- #~ "Foren können mit verschiedenen Layouts angezeigt werden (Erweitert, "
8403
- #~ "Vereinfacht, Fragen & Antworten). Bearbeite einfach die oberste Kategorie "
8404
- #~ "(blaue Felder) und lege das gewünschte Layout fest. Das Layout der "
8405
- #~ "Unterforen hängt vom Layout der obersten Kategorie ab. Unterforen können "
8406
- #~ "kein anderes Layout haben."
8407
-
8408
- #~ msgid "API's"
8409
- #~ msgstr "API's"
8410
-
8411
- #~ msgid "reCAPTCHA API keys"
8412
- #~ msgstr "reCAPTCHA API Schlüssel"
8413
-
8414
- #~ msgid "Role-Usergroup synchronization is complete!"
8415
- #~ msgstr "Die Rollen-Benutzergruppen-Synchronisation ist abgeschlossen!"
8416
-
8417
- #~ msgid ""
8418
- #~ "Hello [member_name]!<br>\r\n"
8419
- #~ " Thank you for subscribing.<br>\r\n"
8420
- #~ " This is an automated response.<br>\r\n"
8421
- #~ " We are glad to inform you that after confirmation you will get updates "
8422
- #~ "from - [entry_title].<br>\r\n"
8423
- #~ " Please click on link below to complete this step.<br>\r\n"
8424
- #~ " [confirm_link]"
8425
- #~ msgstr ""
8426
- #~ "Hallo [member_name]! <br>\r\n"
8427
- #~ "  Vielen Dank für deine Anmeldung.<br>\r\n"
8428
- #~ "  Dies ist eine automatisierte Antwort.<br>\r\n"
8429
- #~ "  Wir freuen uns, dir mitteilen zu können, dass du nach der Bestätigung "
8430
- #~ "Updates von [entry_title] erhalten wirst. <br>\r\n"
8431
- #~ "  Klicke auf den unten stehenden Link, um diesen Schritt abzuschließen. "
8432
- #~ "<br>\r\n"
8433
- #~ "  [confirm_link]"
8434
-
8435
- #~ msgid ""
8436
- #~ "Hello [member_name]!<br>\r\n"
8437
- #~ " New topic has been created on your subscribed forum - [forum].\r\n"
8438
- #~ " <br><br>\r\n"
8439
- #~ " <strong>[topic_title]</strong>\r\n"
8440
- #~ " <blockquote>\r\n"
8441
- #~ " [topic_desc]\r\n"
8442
- #~ " </blockquote>\r\n"
8443
- #~ " <br><hr>\r\n"
8444
- #~ " If you want to unsubscribe from this forum please use the link below.<br>"
8445
- #~ "\r\n"
8446
- #~ " [unsubscribe_link]"
8447
- #~ msgstr ""
8448
- #~ "Hallo [member_name]! <br>\r\n"
8449
- #~ "  In einem von dir abonnierten Forum wurde ein neues Thema erstellt - "
8450
- #~ "[forum].\r\n"
8451
- #~ "  <br> <br>\r\n"
8452
- #~ "  <strong> [topic_title] </strong>\r\n"
8453
- #~ "  <blockquote>\r\n"
8454
- #~ "  [topic_desc]\r\n"
8455
- #~ "  </blockquote>\r\n"
8456
- #~ "  <br> <hr>\r\n"
8457
- #~ "  Wenn du dich von diesem Forum abmelden möchtest, verwende bitte den "
8458
- #~ "folgenden Link. <br>\r\n"
8459
- #~ "  [unsubscribe_link]"
8460
-
8461
- #~ msgid ""
8462
- #~ "Hello [member_name]!<br>\r\n"
8463
- #~ " New reply has been posted on your subscribed topic - [topic].\r\n"
8464
- #~ " <br><br>\r\n"
8465
- #~ " <strong>[reply_title]</strong>\r\n"
8466
- #~ " <blockquote >\r\n"
8467
- #~ " [reply_desc]\r\n"
8468
- #~ " </blockquote>\r\n"
8469
- #~ " <br><hr>\r\n"
8470
- #~ " If you want to unsubscribe from this topic please use the link below.<br>"
8471
- #~ "\r\n"
8472
- #~ " [unsubscribe_link]"
8473
- #~ msgstr ""
8474
- #~ "Hallo [member_name]! <br>\r\n"
8475
- #~ "  Es wurde eine neue Antwort zu einem von dir abonnierten Thema [topic] "
8476
- #~ "veröffentlicht.\n"
8477
- #~ "  <br> <br>\n"
8478
- #~ "  <strong>[reply_title]</strong>\r\n"
8479
- #~ "  <blockquote>\r\n"
8480
- #~ "\n"
8481
- #~ "  [reply_desc]\r\n"
8482
- #~ "\n"
8483
- #~ "  </blockquote>\r\n"
8484
- #~ "\n"
8485
- #~ "  <br> <hr>\r\n"
8486
- #~ "\n"
8487
- #~ "  Wenn du dich von diesem Thema abmelden möchtest, verwende bitte den "
8488
- #~ "folgenden Link. <br>\r\n"
8489
- #~ "\n"
8490
- #~ "  [unsubscribe_link]"
8491
-
8492
- #~ msgid ""
8493
- #~ "<strong>Report details:</strong>\r\n"
8494
- #~ " Reporter: [reporter], <br>\r\n"
8495
- #~ " Message: [message],<br>\r\n"
8496
- #~ " <br>\r\n"
8497
- #~ " [post_url]"
8498
- #~ msgstr ""
8499
- #~ "<strong>Details der Meldung: </strong>\r\n"
8500
- #~ "  Reporter: [reporter], <br>\r\n"
8501
- #~ "  Nachricht: [message], <br>\r\n"
8502
- #~ "  <br>\r\n"
8503
- #~ "  [post_url]"
8504
-
8505
- #~ msgid ""
8506
- #~ "New user registration on your site [blogname]:\r\n"
8507
- #~ "\r\n"
8508
- #~ "Username: [user_login]\r\n"
8509
- #~ "\r\n"
8510
- #~ "Email: [user_email]\r\n"
8511
- #~ msgstr ""
8512
- #~ "Neue Benutzerregistrierung auf deiner Seite [blogname]:\n"
8513
- #~ "\r\n"
8514
- #~ "Benutzername: [user_login]\n"
8515
- #~ "\r\n"
8516
- #~ "E-Mail: [user_email]\r\n"
8517
-
8518
- #~ msgid ""
8519
- #~ "Username: [user_login]\r\n"
8520
- #~ "\r\n"
8521
- #~ "To set your password, visit the following address:\r\n"
8522
- #~ "\r\n"
8523
- #~ "[set_password_url]\r\n"
8524
- #~ "\r\n"
8525
- #~ msgstr ""
8526
- #~ "Benutzername: [user_login]\r\n"
8527
- #~ "\r\n"
8528
- #~ "Besuche die folgende Adresse, um dein Passwort festzulegen:\r\n"
8529
- #~ "\r\n"
8530
- #~ "[set_password_url]\r\n"
8531
- #~ "\r\n"
8532
-
8533
- #~ msgid ""
8534
- #~ "Hello! <br>\r\n"
8535
- #~ "\r\n"
8536
- #~ " You asked us to reset your password for your account using the email "
8537
- #~ "address [user_login]. <br>\r\n"
8538
- #~ "\r\n"
8539
- #~ " If this was a mistake, or you didn't ask for a password reset, just "
8540
- #~ "ignore this email and nothing will happen. <br>\r\n"
8541
- #~ "\r\n"
8542
- #~ " To reset your password, visit the following address: <br>\r\n"
8543
- #~ "\r\n"
8544
- #~ " [reset_password_url] <br>\r\n"
8545
- #~ "\r\n"
8546
- #~ " Thanks!"
8547
- #~ msgstr ""
8548
- #~ "Wenn dies ein Fehler war oder du nicht nach einem Zurücksetzen des "
8549
- #~ "Passworts gefragt hast, ignoriere einfach diese E-Mail und es passiert "
8550
- #~ "nichts. <br>\r\n"
8551
- #~ "\r\n"
8552
- #~ "Besuche die folgende Adresse, um dein Passwort zurückzusetzen: <br>\r\n"
8553
- #~ "\r\n"
8554
- #~ " [reset_password_url] <br>\r\n"
8555
- #~ "\r\n"
8556
- #~ "Danke!"
8557
-
8558
- #~ msgid ""
8559
- #~ "Hi [mentioned-user-name]! <br>\r\n"
8560
- #~ "\r\n"
8561
- #~ " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
8562
- #~ "name].<br/><br/>\r\n"
8563
- #~ "\r\n"
8564
- #~ " Post URL: [post-url]"
8565
- #~ msgstr ""
8566
- #~ "Hallo [mentioned-user-name]! <br>\n"
8567
- #~ "\n"
8568
- #~ "Du wurdest in einem Beitrag zu \"[topic-title]\" von [author-user-name] "
8569
- #~ "erwähnt. <br/> <br/>\n"
8570
- #~ "\n"
8571
- #~ "  Beitrags-URL: [post-url]"
8572
-
8573
- #~ msgid "Updater Database"
8574
- #~ msgstr "Datenbank-Updater"
8575
-
8576
- #~ msgid "wpForo - Update Database "
8577
- #~ msgstr "wpForo - Datenbank aktualisieren "
8578
-
8579
- #~ msgid "Please click the button below to complete wpForo update."
8580
- #~ msgstr ""
8581
- #~ "Klicke unten auf den Button, um die Aktualisierung von wpForo "
8582
- #~ "abzuschließen."
8583
-
8584
- #~ msgid "Please check one of reasons before sending feedback!"
8585
- #~ msgstr "Bitte gebe einen der Gründe an, bevor du ein Feedback senden!"
8586
-
8587
- #~ msgid "field length can not be greater than %d characters"
8588
- #~ msgstr "Feldlänge kann nicht größer sein als %d Zeichen"
8589
-
8590
- #~ msgid "Q&A layout - Recent topics"
8591
- #~ msgstr "Fragen & Antworten Layout - Neueste Themen"
8592
-
8593
- #~ msgid "Replace Registration Page URL to Forum URL"
8594
- #~ msgstr "Ersetze URL Registrierungsseite mit Foren-URL"
8595
-
8596
- #~ msgid "Replace Login Page URL to Forum URL"
8597
- #~ msgstr "Ersetze URL Anmeldeseite mit Foren-URL"
8598
-
8599
- #, fuzzy
8600
- #~| msgid "Move topic"
8601
- #~ msgid "suppor topic"
8602
- #~ msgstr "Verschiebe Thema"
8603
-
8604
- #~ msgid "Cleanup"
8605
- #~ msgstr "Leeren"
8606
-
8607
- #~ msgid "Users Count"
8608
- #~ msgstr "Anzahl Benutzer"
8609
-
8610
- #~ msgid "Count of users in this usergroup"
8611
- #~ msgstr "Nutzerzahl in dieser Benutzergruppe"
8612
-
8613
- #~ msgid "Add a new SubForum"
8614
- #~ msgstr "Erstelle ein neues Unterforum"
8615
-
8616
- #~ msgid "Are you sure you whant to DELETE this item?"
8617
- #~ msgstr "Sind Sie sicher, dass Sie dieses Element l&ouml;schen m&ouml;chten?"
8618
-
8619
- #~ msgid "Community"
8620
- #~ msgstr "Gemeinschaft"
8621
-
8622
- #~ msgid "New UserGroup"
8623
- #~ msgstr "Neue Benutzergruppe"
8624
-
8625
- #~ msgid "Choose target forum"
8626
- #~ msgstr "W&auml;hle Zielforum"
8627
-
8628
- #~ msgid "Move topic"
8629
- #~ msgstr "Verschiebe Thema"
8630
-
8631
- #~ msgid "Error: please inset some text to report."
8632
- #~ msgstr "Fehler: Bitte Text zur Meldung hinzuf&uuml;gen."
8633
-
8634
- #~ msgid ""
8635
- #~ "New language successfully added and changed wpforo language to new "
8636
- #~ "language"
8637
- #~ msgstr ""
8638
- #~ "Neue Sprache erfolgreich hinzugef&uuml;gt und wpForo auf neue Sprache "
8639
- #~ "umgestellt"
8640
-
8641
- #~ msgid "Success! Thank you Dear Friend"
8642
- #~ msgstr "Erfolgreich! Vielen Dank"
8643
-
8644
- #~ msgid "You haven't permission to create post into this forum"
8645
- #~ msgstr "Keine Berechtigung zum Erstellen von Beitr&auml;gen in diesem Forum"
8646
-
8647
- #~ msgid "You haven't permission to create topic into this forum"
8648
- #~ msgstr "Keine Berechtigung zum Erstellen von Themen in diesem Forum"
8649
-
8650
- #~ msgid "You haven't permission to delete post from this forum"
8651
- #~ msgstr ""
8652
- #~ "Keine Berechtigung zum L&ouml;schen von Beitr&auml;gen in diesem Forum"
8653
-
8654
- #~ msgid "You haven't permission to delete topic from this forum"
8655
- #~ msgstr "Keine Berechtigung zum L&ouml;schen von Themen in diesem Forum"
8656
-
8657
- #~ msgid "You haven't permission to edit post from this forum"
8658
- #~ msgstr ""
8659
- #~ "Keine Berechtigung zum Bearbeiten von Beitr&auml;gen in diesem Forum"
8660
-
8661
- #~ msgid "Dashboard - Can create forum"
8662
- #~ msgstr "Dashboard - Kann Forum erstellen"
8663
-
8664
- #~ msgid "Dashboard - Can edit forum"
8665
- #~ msgstr "Dashboard - Kann Forum editieren"
8666
-
8667
- #~ msgid "Dashboard - Can delete forum"
8668
- #~ msgstr "Dashboard - Kann Forum l&ouml;schen"
8669
-
8670
- #~ msgid "Dashboard - Members Menu"
8671
- #~ msgstr "Dashboard - Mitglieder-Men&uuml;"
8672
-
8673
- #~ msgid "Dashboard - Usergroup Menu"
8674
- #~ msgstr "Dashboard - Benutzergruppen-Men&uuml;"
8675
-
8676
- #~ msgid "Front - Can have signatur"
8677
- #~ msgstr "Front - Signatur erlaubt"
8678
-
8679
- #~ msgid "Front - Can view member last active date"
8680
- #~ msgstr "Front - Kann Zeit letzte Aktivit&auml;t Mitglied sehen"
8681
-
8682
- #~ msgid "Front - Can view member ip address"
8683
- #~ msgstr "Front - Kann IP Mitglied sehen"
8684
-
8685
- #~ msgid "Front - Can view member ocumpation"
8686
- #~ msgstr "Front - Kann Beruf Mitglied sehen"
8687
-
8688
- #~ msgid "Front - Can view member signatur"
8689
- #~ msgstr "Front - Kann Signatur Mitglied sehen"
8690
-
8691
- #~ msgid "Front - Can view member phone number"
8692
- #~ msgstr "Front - Kann Telefonnr. Mitglied sehen"
8693
-
8694
- #~ msgid "Can delete own replay"
8695
- #~ msgstr "Kann eigene Antworten l&ouml;schen"
8696
-
8697
- #~ msgid "Can Attach File"
8698
- #~ msgstr "Kann Datei anh&auml;ngen"
8699
-
8700
- #~ msgid "You have not permission to this page"
8701
- #~ msgstr "Keine Berechtigung zur Nutzung dieser Seite"
8702
-
8703
- #, fuzzy
8704
- #~| msgid "Forum - wpForo"
8705
- #~ msgid "Forums - wpForo"
8706
- #~ msgstr "Forum - wpForo"
8707
-
8708
- #~ msgid "http://wpforo.com"
8709
- #~ msgstr "http://wpforo.com"
8710
-
8711
- #~ msgid "http://gvectors.com/"
8712
- #~ msgstr "http://gvectors.com/"
8713
-
8714
- #~ msgid "Gtalk"
8715
- #~ msgstr "Gtalk"
8716
-
8717
- #~ msgid ""
8718
- #~ "Next Generation of WordPress Forum Softwares. Everything you need to run "
8719
- #~ "an efficient and professional community. Powerful and beautiful bulletin "
8720
- #~ "board with unique features."
8721
- #~ msgstr ""
8722
- #~ "Nächste Generation WordPress-Forensoftware. Alles was Sie ben&ouml;tigen "
8723
- #~ "um eine effiziente und professionelle Community aufzubauen. "
8724
- #~ "Leistungsstarkes und sch&ouml;nes Bulletin Board mit einzigartigen "
8725
- #~ "Features."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 gVectors Team
2
+ # This file is distributed under the same license as the wpForo package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Forum - wpForo\n"
6
+ "POT-Creation-Date: 2020-12-06 21:35+0400\n"
7
+ "PO-Revision-Date: 2020-12-06 21:37+0400\n"
8
+ "Last-Translator: chaoti\n"
9
+ "Language-Team: mediageno.de\n"
10
+ "Language: de_DE\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Generator: Poedit 1.8.6\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-WPHeader: wpforo.php\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
24
+
25
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
26
+ msgid "wpForo Addons"
27
+ msgstr "wpForo Erweiterungen"
28
+
29
+ #: wpf-admin/addons.php:28
30
+ msgid ""
31
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
32
+ "Addon prices also include a small donation to the hard work wpForo "
33
+ "developers do for free. When you buy an addon, you also donate the free "
34
+ "wpForo development and support. Addons are the only incoming source for "
35
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
36
+ "available for free. There will never be paid and pro versions of this forum "
37
+ "board. We have another dozens of awesome features in our to-do list which "
38
+ "will also be added for free in future releases. So the free wpForo "
39
+ "development always stays on the first priority and wpForo is being extended "
40
+ "with new free functions and features even faster than before."
41
+ msgstr ""
42
+ "Alle wpForo-Add-ons werden von wpForo-Entwicklern im gVectors-Team "
43
+ "entwickelt. In den Add-on-Preisen ist auch eine kleine Spende für die harte "
44
+ "Arbeit enthalten, die die Entwickler von wpForo kostenlos leisten. Wenn du "
45
+ "ein Add-on kaufst, unterstützt du auch die kostenlose wpForo-Entwicklung und "
46
+ "den Support. Add-ons sind die einzige Einnahmequelle für wpForo-Entwickler. "
47
+ "wpForo ist ein Premium-Forum-Plugin, das immer kostenlos zur Verfügung "
48
+ "steht. Es wird niemals kostenpflichtige und professionelle Versionen dieses "
49
+ "Forums geben. Wir haben ein weiteres Dutzend großartiger Funktionen in "
50
+ "unserer To-Do-Liste, die in zukünftigen Versionen ebenfalls kostenlos "
51
+ "hinzugefügt werden. So steht die kostenlose wpForo-Entwicklung immer an "
52
+ "erster Stelle und wpForo wird noch schneller als bisher um neue kostenlose "
53
+ "Funktionen und Features erweitert."
54
+
55
+ #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:32
56
+ msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
57
+ msgstr "Danke!<br> Mit freundlichen Grüßen <br> gVectors-Team"
58
+
59
+ #: wpf-admin/addons.php:51
60
+ msgid "Installed"
61
+ msgstr "Installiert"
62
+
63
+ #: wpf-admin/addons.php:55
64
+ msgid "Version"
65
+ msgstr "Version"
66
+
67
+ #: wpf-admin/addons.php:56
68
+ msgid "at least"
69
+ msgstr "mindestens"
70
+
71
+ #: wpf-admin/addons.php:58
72
+ msgid "Details | Buy"
73
+ msgstr "Details | Kaufen"
74
+
75
+ #: wpf-admin/addons.php:64
76
+ msgid "More information about"
77
+ msgstr "Weitere Informationen über"
78
+
79
+ #: wpf-admin/admin.php:35 wpf-admin/admin.php:36
80
+ #: wpf-includes/wpf-phrases.php:788
81
+ msgid "Dashboard"
82
+ msgstr "Dashboard"
83
+
84
+ #: wpf-admin/admin.php:35 wpf-admin/admin.php:39 wpf-admin/dashboard.php:120
85
+ #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
86
+ #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
87
+ #: wpf-includes/integration/buddypress.php:11
88
+ #: wpf-includes/integration/buddypress.php:57
89
+ #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2655
90
+ #: wpf-includes/wpf-phrases.php:309
91
+ msgid "Forums"
92
+ msgstr "Foren"
93
+
94
+ #: wpf-admin/admin.php:42 wpf-includes/wpf-hooks.php:22
95
+ #: wpf-includes/wpf-hooks.php:2661
96
+ msgid "Settings"
97
+ msgstr "Einstellungen"
98
+
99
+ #: wpf-admin/admin.php:45 wpf-includes/wpf-hooks.php:2665
100
+ #: wpf-includes/wpf-phrases.php:914
101
+ msgid "Tools"
102
+ msgstr "Werkzeuge"
103
+
104
+ #: wpf-admin/admin.php:48 wpf-includes/wpf-hooks.php:2669
105
+ msgid "Moderation"
106
+ msgstr "Moderation"
107
+
108
+ #: wpf-admin/admin.php:51 wpf-admin/dashboard.php:132 wpf-admin/member.php:10
109
+ #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
110
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2673
111
+ #: wpf-includes/wpf-phrases.php:364
112
+ msgid "Members"
113
+ msgstr "Mitglieder"
114
+
115
+ #: wpf-admin/admin.php:54 wpf-admin/usergroup.php:11
116
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2677
117
+ msgid "Usergroups"
118
+ msgstr "Benutzergruppen"
119
+
120
+ #: wpf-admin/admin.php:57 wpf-includes/wpf-hooks.php:2683
121
+ #: wpf-includes/wpf-phrases.php:789
122
+ msgid "Phrases"
123
+ msgstr "Formulierungen"
124
+
125
+ #: wpf-admin/admin.php:60 wpf-includes/wpf-hooks.php:2689
126
+ #: wpf-includes/wpf-phrases.php:790
127
+ msgid "Themes"
128
+ msgstr "Themes"
129
+
130
+ #: wpf-admin/admin.php:63 wpf-admin/options.php:24
131
+ #: wpf-includes/wpf-hooks.php:2693 wpf-includes/wpf-phrases.php:211
132
+ msgid "Addons"
133
+ msgstr "Erweiterungen"
134
+
135
+ #: wpf-admin/admin.php:126
136
+ msgid "don't stop or close browser"
137
+ msgstr ""
138
+
139
+ #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:594
140
+ msgid "wpForo Dashboard"
141
+ msgstr "wpForo Dashboard"
142
+
143
+ #: wpf-admin/dashboard.php:22
144
+ msgid "Welcome to wpForo"
145
+ msgstr "Willkommen bei wpForo"
146
+
147
+ #: wpf-admin/dashboard.php:24
148
+ msgid ""
149
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
150
+ "WorPress, and the only forum software which comes with Multi-layout template "
151
+ "system.\n"
152
+ " The \"Extended\", \"Simplified\" and "
153
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
154
+ "You can use wpForo for small and extremely large communities. \n"
155
+ " <br />If you found some issue or bug "
156
+ "please open a support topic in plugin page or in our support forum at "
157
+ "gVectors.com. If you liked wpForo please leave some good review for this "
158
+ "plugin. We really need your good reviews. \n"
159
+ " If you didn't like wpForo please leave a "
160
+ "list of issues and requirements you'd like us to fix and add in near future. "
161
+ "We're here to help you and improve wpForo as much as possible."
162
+ msgstr ""
163
+ "Vielen Dank, dass du wpForo verwendest! wpForo ist ein professionelles "
164
+ "Bulletin Board für WordPress und die einzige Forensoftware, die mit einem "
165
+ "Multi-Layout-System geliefert wird.\n"
166
+ "                                     Die Layouts \"Erweitert\", \"Vereinfacht"
167
+ "\" und \"Frage & Antwort\" eignen sich für fast alle "
168
+ "Diskussionsanforderungen. Du kannst wpForo für kleine und extrem große "
169
+ "Communities verwenden.\n"
170
+ "                                     <br /> Wenn du ein Problem oder einen "
171
+ "Fehler gefunden hast, öffne bitte ein Support-Thema auf der Plugin-Seite "
172
+ "oder in unserem Support-Forum unter gVectors.com. Wenn dir wpForo gefallen "
173
+ "hat, hinterlasse bitte eine gute Bewertung für dieses Plugin. Wir brauchen "
174
+ "deine gute Bewertung wirklich.\n"
175
+ "                                     Wenn dir wpForo nicht gefallen hat, "
176
+ "hinterlasse bitte eine Liste der Probleme und Anforderungen, die wir in "
177
+ "naher Zukunft beheben und hinzufügen sollen. Wir sind hier, um dir zu helfen "
178
+ "und wpForo beständig zu verbessern."
179
+
180
+ #: wpf-admin/dashboard.php:48 wpf-includes/wpf-phrases.php:316
181
+ msgid "General Information"
182
+ msgstr "Allgemeine Information"
183
+
184
+ #: wpf-admin/dashboard.php:52 wpf-includes/wpf-phrases.php:554
185
+ msgid "You are currently running"
186
+ msgstr "Momentan genutzt"
187
+
188
+ #: wpf-admin/dashboard.php:53 wpf-includes/wpf-phrases.php:204
189
+ msgid "Active Theme"
190
+ msgstr "Aktives Theme"
191
+
192
+ #: wpf-admin/dashboard.php:54 wpf-includes/wpf-phrases.php:599
193
+ msgid "wpForo Website"
194
+ msgstr "wpForo Website"
195
+
196
+ #: wpf-admin/dashboard.php:55 wpf-includes/wpf-phrases.php:505
197
+ msgid "Support Forum"
198
+ msgstr "Support-Forum"
199
+
200
+ #: wpf-admin/dashboard.php:62 wpf-admin/tools-tabs/debug.php:205
201
+ #: wpf-includes/wpf-phrases.php:475
202
+ msgid "Server Information"
203
+ msgstr "Server-Information"
204
+
205
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
206
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
207
+ #: wpf-includes/wpf-phrases.php:232
208
+ msgid "Available"
209
+ msgstr "Verfügbar"
210
+
211
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
212
+ msgid ""
213
+ "The setTimestamp() method of PHP DateTime class is not available. Please "
214
+ "make sure you use PHP 5.4 and higher version on your hosting service."
215
+ msgstr ""
216
+ "Die Methode setTimestamp () der PHP-DateTime-Klasse ist nicht verfügbar. "
217
+ "Bitte stelle sicher, dass du PHP 5.4 oder eine höhere Version auf Ihrem "
218
+ "Hosting-Service verwenden."
219
+
220
+ #: wpf-admin/dashboard.php:114 wpf-includes/wpf-phrases.php:235
221
+ msgid "Board Statistic"
222
+ msgstr "Foren-Statistik"
223
+
224
+ #: wpf-admin/dashboard.php:124 wpf-admin/options-tabs/posts.php:45
225
+ #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:749
226
+ #: wpf-includes/wpf-phrases.php:524
227
+ msgid "Topics"
228
+ msgstr "Themen"
229
+
230
+ #: wpf-admin/dashboard.php:128 wpf-admin/options-tabs/posts.php:46
231
+ #: wpf-includes/class-forums.php:749 wpf-includes/wpf-phrases.php:418
232
+ msgid "Posts"
233
+ msgstr "Beiträge"
234
+
235
+ #: wpf-admin/dashboard.php:136 wpf-includes/wpf-phrases.php:365
236
+ msgid "Members Online"
237
+ msgstr "Mitglieder online"
238
+
239
+ #: wpf-admin/dashboard.php:146
240
+ msgid "Avatars Size"
241
+ msgstr "Avatargröße"
242
+
243
+ #: wpf-admin/dashboard.php:150
244
+ msgid "Default Attachments Size"
245
+ msgstr "Standardgröße für Anhänge"
246
+
247
+ #: wpf-admin/dashboard.php:156
248
+ msgid "Advanced Attachments"
249
+ msgstr "Erweiterte Anhänge"
250
+
251
+ #: wpf-admin/dashboard.php:157
252
+ msgid "file(s)"
253
+ msgstr "Datei(en)"
254
+
255
+ #: wpf-admin/dashboard.php:160
256
+ msgid "Advanced Attachments Size"
257
+ msgstr "Größe für erweiterte Anhänge"
258
+
259
+ #: wpf-admin/dashboard.php:165
260
+ msgid "Total Size"
261
+ msgstr "Gesamtgrgröße"
262
+
263
+ #: wpf-admin/dashboard.php:175 wpf-includes/wpf-phrases.php:800
264
+ msgid "Forum Maintenance"
265
+ msgstr "Foren-Wartung"
266
+
267
+ #: wpf-admin/dashboard.php:177
268
+ msgid ""
269
+ "This process may take a few seconds or dozens of minutes, please be patient "
270
+ "and don't close this page. If you got 500 Server Error please don't worry, "
271
+ "the data updating process is still working in MySQL server."
272
+ msgstr ""
273
+ "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
274
+ "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
275
+ "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
276
+ "auf dem MySQL-Server weiter."
277
+
278
+ #: wpf-admin/dashboard.php:190
279
+ msgid "Delete All Caches"
280
+ msgstr "Alle Caches löschen"
281
+
282
+ #: wpf-admin/dashboard.php:191 wpf-includes/wpf-phrases.php:802
283
+ msgid "Update Forums Statistic"
284
+ msgstr "Forums-Statistik aktualisieren"
285
+
286
+ #: wpf-admin/dashboard.php:192
287
+ msgid "Update Topics Statistic"
288
+ msgstr "Themen-Statistik aktualisieren"
289
+
290
+ #: wpf-admin/dashboard.php:193 wpf-includes/wpf-phrases.php:803
291
+ msgid "Update Users Statistic"
292
+ msgstr "Benutzer-Statistik aktualisieren"
293
+
294
+ #: wpf-admin/dashboard.php:194
295
+ msgid "Rebuild Phrases"
296
+ msgstr ""
297
+
298
+ #: wpf-admin/dashboard.php:195 wpf-includes/wpf-phrases.php:804
299
+ msgid "Delete Phrase Cache"
300
+ msgstr "Lösche den Übersetzungs-Cache"
301
+
302
+ #: wpf-admin/dashboard.php:196 wpf-includes/wpf-phrases.php:825
303
+ msgid "Delete User Cache"
304
+ msgstr "Lösche Benutzer-Cache"
305
+
306
+ #: wpf-admin/dashboard.php:197
307
+ msgid "Synch User Profiles"
308
+ msgstr "Benutzerprofile synchronisieren"
309
+
310
+ #: wpf-admin/dashboard.php:198
311
+ msgid "Rebuild Threads"
312
+ msgstr ""
313
+
314
+ #: wpf-admin/deactivation-dialog.php:9
315
+ msgid "Plugin Usage Feedback"
316
+ msgstr "Feedback zur Plugin-Nutzung"
317
+
318
+ #: wpf-admin/deactivation-dialog.php:18
319
+ msgid ""
320
+ "Please let us know why you are deactivating. Choosing one of the options "
321
+ "below you will help us make it better for you and for other users."
322
+ msgstr ""
323
+ "Teile uns bitte mit, warum du die Deaktivierung durchführst. Wenn du eine "
324
+ "der folgenden Optionen auswählst, hilfst du uns, dies für dich und andere "
325
+ "Benutzer zu verbessern."
326
+
327
+ #: wpf-admin/deactivation-dialog.php:24
328
+ msgid "I'll reactivate it later"
329
+ msgstr "Ich reaktiviere es später"
330
+
331
+ #: wpf-admin/deactivation-dialog.php:28
332
+ msgid "The plugin is not working"
333
+ msgstr "Das PlugIn funktioniert nicht"
334
+
335
+ #: wpf-admin/deactivation-dialog.php:30
336
+ msgid "What kind of problems do you have?"
337
+ msgstr "Welcher Art sind deine Probleme?"
338
+
339
+ #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
340
+ #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
341
+ #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
342
+ #: wpf-admin/deactivation-dialog.php:144
343
+ msgid ""
344
+ "If you want us to contact you please click on \"I agree to receive email\" "
345
+ "checkbox, then fill out your email. We'll try to do our best to help you "
346
+ "with problems."
347
+ msgstr ""
348
+
349
+ #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
350
+ #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
351
+ #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
352
+ #: wpf-admin/deactivation-dialog.php:146
353
+ msgid "I agree to receive email"
354
+ msgstr ""
355
+
356
+ #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
357
+ #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
358
+ #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
359
+ #: wpf-admin/deactivation-dialog.php:151
360
+ msgid "email for feedback"
361
+ msgstr ""
362
+
363
+ #: wpf-admin/deactivation-dialog.php:46
364
+ msgid "It's not what I was looking for"
365
+ msgstr "Es ist nicht das, was ich gesucht habe"
366
+
367
+ #: wpf-admin/deactivation-dialog.php:50
368
+ msgid "I couldn't understand how to make it work"
369
+ msgstr "Ich verstehe nicht, wie ich das zum Laufen kriegen kann"
370
+
371
+ #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
372
+ msgid "What type of features you want to be in the plugin?"
373
+ msgstr "Welche Art von Funktionen möchtest du im Plugin haben?"
374
+
375
+ #: wpf-admin/deactivation-dialog.php:68
376
+ msgid "The plugin is great, but I need specific features"
377
+ msgstr "Das Plugin ist großartig, aber ich benötige spezielle Funktionen"
378
+
379
+ #: wpf-admin/deactivation-dialog.php:86
380
+ msgid "I didn't like plugin design"
381
+ msgstr "Ich mag das Plugin-Design nicht"
382
+
383
+ #: wpf-admin/deactivation-dialog.php:88
384
+ msgid "What part of design you don't like or want to change?"
385
+ msgstr "Welcher Teil des Designs gefällt dir nicht oder möchtest du ändern?"
386
+
387
+ #: wpf-admin/deactivation-dialog.php:104
388
+ msgid "The plugin works very slow"
389
+ msgstr "Das Plugin arbeitet sehr langsam"
390
+
391
+ #: wpf-admin/deactivation-dialog.php:106
392
+ msgid ""
393
+ "Could you please describe which features of the plugin slows down your "
394
+ "website?"
395
+ msgstr ""
396
+ "Kannst du bitte beschreiben, welche Funktionen des Plugins deine Website "
397
+ "verlangsamen?"
398
+
399
+ #: wpf-admin/deactivation-dialog.php:122
400
+ msgid "I found a better plugin"
401
+ msgstr "Ich habe ein besseres Plugin gefunden"
402
+
403
+ #: wpf-admin/deactivation-dialog.php:124
404
+ msgid "Please provide a plugin name or URL"
405
+ msgstr "Bitte gebe einen Plugin-Namen oder eine URL an"
406
+
407
+ #: wpf-admin/deactivation-dialog.php:140
408
+ msgid "Other"
409
+ msgstr "Anderes"
410
+
411
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1408
412
+ msgid "Please provide more information"
413
+ msgstr "Bitte gebe uns weitere Informationen"
414
+
415
+ #: wpf-admin/deactivation-dialog.php:158
416
+ msgid "Dismiss and never show again"
417
+ msgstr "Verwerfen und nie wieder zeigen"
418
+
419
+ #: wpf-admin/deactivation-dialog.php:159
420
+ msgid "Submit &amp; Deactivate"
421
+ msgstr "Senden &amp; Deaktivieren"
422
+
423
+ #: wpf-admin/deactivation-dialog.php:162
424
+ msgid "Thank you for your feedback!"
425
+ msgstr "Danke für deine Rückmeldung!"
426
+
427
+ #: wpf-admin/forum.php:15 wpf-includes/functions.php:389
428
+ #: wpf-includes/wpf-phrases.php:487
429
+ msgid "Show on screen"
430
+ msgstr "Auf Bildschirm anzeigen"
431
+
432
+ #: wpf-admin/forum.php:17 wpf-admin/forum.php:188
433
+ #: wpf-includes/wpf-phrases.php:299
434
+ msgid "Forum Options"
435
+ msgstr "Forums-Optionen"
436
+
437
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:409
438
+ msgid "Permissions"
439
+ msgstr "Berechtigungen"
440
+
441
+ #: wpf-admin/forum.php:19 wpf-includes/wpf-phrases.php:492
442
+ msgid "Slug"
443
+ msgstr "Slug"
444
+
445
+ #: wpf-admin/forum.php:20 wpf-includes/wpf-phrases.php:298
446
+ msgid "Forum Meta"
447
+ msgstr "Forums-Metadaten"
448
+
449
+ #: wpf-admin/forum.php:23 wpf-includes/wpf-phrases.php:459
450
+ msgid "Screen Layout"
451
+ msgstr "Bildschirm-Layout"
452
+
453
+ #: wpf-admin/forum.php:24 wpf-includes/wpf-phrases.php:395
454
+ msgid "Number of Columns"
455
+ msgstr "Anzahl der Spalten"
456
+
457
+ #: wpf-admin/forum.php:34 wpf-includes/functions.php:403
458
+ #: wpf-includes/wpf-phrases.php:460
459
+ msgid "Screen Options"
460
+ msgstr "Bildschirm-Optionen"
461
+
462
+ #: wpf-admin/forum.php:45 wpf-includes/wpf-phrases.php:237
463
+ msgid "Categories and Forums"
464
+ msgstr "Kategorien und Foren"
465
+
466
+ #: wpf-admin/forum.php:46 wpf-admin/options-tabs/general.php:99
467
+ #: wpf-admin/phrase.php:15 wpf-admin/usergroup.php:13
468
+ #: wpf-includes/wpf-phrases.php:206
469
+ msgid "Add New"
470
+ msgstr "Neu hinzufügen"
471
+
472
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:188 wpf-admin/forum.php:234
473
+ #: wpf-admin/forum.php:272 wpf-admin/forum.php:294 wpf-admin/forum.php:302
474
+ #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
475
+ #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
476
+ #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
477
+ #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/features.php:74
478
+ #: wpf-admin/options-tabs/general.php:15 wpf-admin/options-tabs/general.php:19
479
+ #: wpf-admin/options-tabs/general.php:24 wpf-admin/options-tabs/general.php:34
480
+ #: wpf-admin/options-tabs/general.php:81 wpf-admin/options-tabs/general.php:92
481
+ #: wpf-admin/options-tabs/members.php:14 wpf-admin/options-tabs/members.php:28
482
+ #: wpf-admin/options-tabs/members.php:47 wpf-admin/options-tabs/members.php:88
483
+ #: wpf-admin/options-tabs/posts.php:139 wpf-admin/options-tabs/posts.php:144
484
+ #: wpf-admin/options-tabs/posts.php:151 wpf-admin/options-tabs/posts.php:157
485
+ #: wpf-admin/options-tabs/posts.php:162 wpf-admin/options-tabs/posts.php:169
486
+ #: wpf-admin/options-tabs/posts.php:184 wpf-admin/options-tabs/posts.php:200
487
+ #: wpf-admin/options-tabs/styles.php:44 wpf-admin/usergroup.php:29
488
+ #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
489
+ #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
490
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
491
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
492
+ #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
493
+ #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
494
+ #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:130
495
+ #: wpf-themes/classic/functions.php:140
496
+ msgid "Read the documentation"
497
+ msgstr "Lese die Dokumentation"
498
+
499
+ #: wpf-admin/forum.php:58
500
+ msgid "Important Tips"
501
+ msgstr "Wichtige Tipps"
502
+
503
+ #: wpf-admin/forum.php:59 wpf-includes/wpf-phrases.php:411
504
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
505
+ msgstr ""
506
+ "Bitte ziehe die Forenpanels per Drag & Drop, um die Hierarchie festzulegen."
507
+
508
+ #: wpf-admin/forum.php:60
509
+ msgid ""
510
+ "If a category (blue panels) does not have forums (grey panels) it will not "
511
+ "be displayed on front-end. Each category should contain at least one forum."
512
+ msgstr ""
513
+ "Wenn eine Kategorie (blaue Felder) keine Foren (graue Felder) hat, wird sie "
514
+ "im Front-End nicht angezeigt. Jede Kategorie sollte mindestens ein Forum "
515
+ "enthalten."
516
+
517
+ #: wpf-admin/forum.php:61
518
+ msgid ""
519
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
520
+ "Threaded), just edit the top (blue panels) category and set the layout you "
521
+ "want. Child forums' layout depends on the top category (blue panels) layout. "
522
+ "They cannot have a different layout."
523
+ msgstr ""
524
+
525
+ #: wpf-admin/forum.php:77 wpf-includes/wpf-phrases.php:458
526
+ msgid "Save forums order and hierarchy"
527
+ msgstr "Foren-Reihenfolge und Hierarchie speichern"
528
+
529
+ #: wpf-admin/forum.php:173 wpf-includes/wpf-phrases.php:273
530
+ msgid "Enter forum title here"
531
+ msgstr "Forumstitel hier eingeben"
532
+
533
+ #: wpf-admin/forum.php:178 wpf-includes/wpf-phrases.php:272
534
+ msgid "Enter description here . . ."
535
+ msgstr "Beschreibung hier eingeben . . ."
536
+
537
+ #: wpf-admin/forum.php:179 wpf-includes/wpf-phrases.php:515
538
+ msgid ""
539
+ "This is a forum description. This content will be displayed under forum "
540
+ "title on the forum list."
541
+ msgstr ""
542
+ "Dies ist eine Forums-Beschreibung. Der Inhalt wird unter dem Forentitel in "
543
+ "der Forenliste angezeigt."
544
+
545
+ #: wpf-admin/forum.php:191 wpf-includes/wpf-phrases.php:407
546
+ msgid "Parent Forum"
547
+ msgstr "Übergeordnetes Forum"
548
+
549
+ #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:390
550
+ msgid "No parent"
551
+ msgstr "Kein übergeordnetes Forum"
552
+
553
+ #: wpf-admin/forum.php:199 wpf-includes/wpf-phrases.php:532
554
+ msgid "Use as Category"
555
+ msgstr "Als Kategorie nutzen"
556
+
557
+ #: wpf-admin/forum.php:201 wpf-admin/forum.php:270
558
+ #: wpf-includes/wpf-phrases.php:238
559
+ msgid "Category Layout"
560
+ msgstr "Kategorie-Layout"
561
+
562
+ #: wpf-admin/forum.php:209 wpf-includes/wpf-phrases.php:388
563
+ msgid "No layout found."
564
+ msgstr "Kein Layout gefunden."
565
+
566
+ #: wpf-admin/forum.php:217 wpf-admin/forum.php:225
567
+ #: wpf-includes/wpf-phrases.php:420
568
+ msgid "Publish"
569
+ msgstr "Veröffentlichen"
570
+
571
+ #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:223
572
+ msgid "Are you sure you want to delete this forum?"
573
+ msgstr "Bist du dir sicher, dass du dieses Forum löschen möchtest?"
574
+
575
+ #: wpf-admin/forum.php:221 wpf-admin/includes/member-listtable.php:91
576
+ #: wpf-admin/includes/member-listtable.php:235
577
+ #: wpf-admin/includes/moderation-listtable.php:92
578
+ #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
579
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
580
+ #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1401
581
+ #: wpf-includes/wpf-phrases.php:252
582
+ msgid "Delete"
583
+ msgstr "Löschen"
584
+
585
+ #: wpf-admin/forum.php:222 wpf-admin/includes/moderation-listtable.php:83
586
+ #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:769
587
+ #: wpf-includes/wpf-phrases.php:541
588
+ msgid "View"
589
+ msgstr "Ansicht"
590
+
591
+ #: wpf-admin/forum.php:223 wpf-admin/phrase.php:108
592
+ #: wpf-includes/wpf-phrases.php:529
593
+ msgid "Update"
594
+ msgstr "Update"
595
+
596
+ #: wpf-admin/forum.php:234
597
+ msgid "Forum Permissions"
598
+ msgstr "Forums-Berechtigungen"
599
+
600
+ #: wpf-admin/forum.php:243
601
+ msgid "Additional Options"
602
+ msgstr ""
603
+
604
+ #: wpf-admin/forum.php:246
605
+ msgid "Forum Color"
606
+ msgstr ""
607
+
608
+ #: wpf-admin/forum.php:265
609
+ msgid "Current Layout of this Category"
610
+ msgstr ""
611
+
612
+ #: wpf-admin/forum.php:267
613
+ msgid "Current Layout of this Forum (inherited from parent category)"
614
+ msgstr ""
615
+
616
+ #: wpf-admin/forum.php:289
617
+ msgid ""
618
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
619
+ "Threaded). Use the \"Category Layout\" dropdown located on the top right "
620
+ "section to set the layout you want. This option is only available for "
621
+ "Categories (top parent forums). Other forums and sub-forums inherit it. They "
622
+ "cannot have a different layout, therefore the layout dropdown option becomes "
623
+ "disabled if this forum is not a Category."
624
+ msgstr ""
625
+
626
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:304
627
+ msgid "Forum Slug"
628
+ msgstr "Forums-Slug"
629
+
630
+ #: wpf-admin/forum.php:297 wpf-includes/wpf-phrases.php:508
631
+ msgid ""
632
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
633
+ "lowercase and contains only letters, numbers, and hyphens."
634
+ msgstr ""
635
+ "\"Slug\" ist die URL-freundliche Version des Namens. Er enthält in der Regel "
636
+ "nur Kleinbuchstaben und besteht ausschließlich aus Buchstaben, Zahlen und "
637
+ "Bindestrichen."
638
+
639
+ #: wpf-admin/forum.php:302
640
+ msgid "Forum Icon"
641
+ msgstr "Forums-Icon"
642
+
643
+ #: wpf-admin/forum.php:305
644
+ msgid "Font-awesome Icon"
645
+ msgstr "Font-awesome Icon"
646
+
647
+ #: wpf-admin/forum.php:307
648
+ msgid "You can find all icons"
649
+ msgstr "Alle Icons findest du"
650
+
651
+ #: wpf-admin/forum.php:307
652
+ msgid "here"
653
+ msgstr "hier"
654
+
655
+ #: wpf-admin/forum.php:307
656
+ msgid ""
657
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
658
+ "prefix like &quot;fas fa-comments&quot;."
659
+ msgstr ""
660
+ "Stelle sicher, dass du eine Klasse von Font-awesome Icons einfüg. Sie sollte "
661
+ "mit einem Präfix wie &quot; fas fa-comments &quot; beginnen."
662
+
663
+ #: wpf-admin/forum.php:313 wpf-includes/wpf-phrases.php:302
664
+ msgid "Forum SEO"
665
+ msgstr "Forum SEO"
666
+
667
+ #: wpf-admin/forum.php:316 wpf-includes/wpf-phrases.php:370
668
+ msgid "Meta Description"
669
+ msgstr "Meta-Beschreibung"
670
+
671
+ #: wpf-admin/forum.php:344 wpf-includes/wpf-phrases.php:514
672
+ msgid "This action will also delete all sub-forums, topics and replies."
673
+ msgstr "Diese Aktion wird auch alle Unterforen, Themen und Antworten löschen."
674
+
675
+ #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:323
676
+ msgid ""
677
+ "If you want to delete this forum and keep its sub-forums, topics and "
678
+ "replies, please select a new target forum in dropdown below"
679
+ msgstr ""
680
+ "Wenn du dieses Forum löschen und die Unterforen, Themen und Antworten "
681
+ "behalten möchtest, wähle bitte ein neues Zielforum im Dropdown-Menü aus"
682
+
683
+ #: wpf-admin/forum.php:361 wpf-includes/wpf-phrases.php:212
684
+ msgid ""
685
+ "All sub-forums, topics and replies will be attached to selected forum. "
686
+ "Layout will be inherited from this forum."
687
+ msgstr ""
688
+ "Alle Unterforen, Themen und Antworten werden an das ausgewählte Forum "
689
+ "angehängt. Das Layout wird von diesem Forum vererbt."
690
+
691
+ #: wpf-admin/includes/member-listtable.php:53
692
+ #: wpf-admin/includes/phrase-listtable.php:53 wpf-includes/wpf-phrases.php:1000
693
+ msgid "default"
694
+ msgstr "Standard"
695
+
696
+ #: wpf-admin/includes/member-listtable.php:87
697
+ msgid "Edit User"
698
+ msgstr ""
699
+
700
+ #: wpf-admin/includes/member-listtable.php:88
701
+ msgid "Edit Profile"
702
+ msgstr ""
703
+
704
+ #: wpf-admin/includes/member-listtable.php:89
705
+ msgid "Ban User"
706
+ msgstr ""
707
+
708
+ #: wpf-admin/includes/member-listtable.php:89
709
+ msgid "Are you sure, you want to BAN this user?"
710
+ msgstr ""
711
+
712
+ #: wpf-admin/includes/member-listtable.php:89
713
+ #: wpf-admin/includes/member-listtable.php:233
714
+ msgid "Ban"
715
+ msgstr ""
716
+
717
+ #: wpf-admin/includes/member-listtable.php:90
718
+ msgid "Unban User"
719
+ msgstr ""
720
+
721
+ #: wpf-admin/includes/member-listtable.php:90
722
+ msgid "Are you sure, you want to UNBAN this user?"
723
+ msgstr ""
724
+
725
+ #: wpf-admin/includes/member-listtable.php:90
726
+ #: wpf-admin/includes/member-listtable.php:234
727
+ msgid "Unban"
728
+ msgstr ""
729
+
730
+ #: wpf-admin/includes/member-listtable.php:91
731
+ msgid "Delete User"
732
+ msgstr ""
733
+
734
+ #: wpf-admin/includes/member-listtable.php:154
735
+ #: wpf-admin/includes/moderation-listtable.php:136
736
+ #: wpf-admin/includes/phrase-listtable.php:124 wpf-admin/usergroup.php:40
737
+ msgid "ID"
738
+ msgstr "ID"
739
+
740
+ #: wpf-admin/includes/member-listtable.php:155 wpf-includes/wpf-phrases.php:257
741
+ msgid "Display Name"
742
+ msgstr "Angezeigter Name"
743
+
744
+ #: wpf-admin/includes/member-listtable.php:156 wpf-includes/wpf-phrases.php:347
745
+ msgid "Login"
746
+ msgstr "Anmelden"
747
+
748
+ #: wpf-admin/includes/member-listtable.php:157 wpf-includes/wpf-phrases.php:261
749
+ msgid "Email"
750
+ msgstr "E-Mail"
751
+
752
+ #: wpf-admin/includes/member-listtable.php:158 wpf-includes/wpf-phrases.php:317
753
+ msgid "Group"
754
+ msgstr "Gruppe"
755
+
756
+ #: wpf-admin/includes/member-listtable.php:159 wpf-admin/usergroup.php:157
757
+ #: wpf-includes/wpf-phrases.php:17
758
+ msgid "Status"
759
+ msgstr "Status"
760
+
761
+ #: wpf-admin/includes/member-listtable.php:160
762
+ msgid "Last Login"
763
+ msgstr ""
764
+
765
+ #: wpf-admin/includes/member-listtable.php:161 wpf-includes/wpf-phrases.php:829
766
+ msgid "Forum Posts"
767
+ msgstr "Forumsbeiträge"
768
+
769
+ #: wpf-admin/includes/member-listtable.php:162 wpf-includes/wpf-phrases.php:830
770
+ msgid "Blog Posts"
771
+ msgstr "Blog-Beiträge"
772
+
773
+ #: wpf-admin/includes/member-listtable.php:163 wpf-includes/wpf-phrases.php:831
774
+ msgid "Blog Comments"
775
+ msgstr "Blog-Kommentare"
776
+
777
+ #: wpf-admin/includes/member-listtable.php:258
778
+ msgid "Change usergroup to…"
779
+ msgstr ""
780
+
781
+ #: wpf-admin/includes/member-listtable.php:261
782
+ msgid "Change"
783
+ msgstr ""
784
+
785
+ #: wpf-admin/includes/member-listtable.php:370 wpf-includes/wpf-phrases.php:536
786
+ msgid "filter by group"
787
+ msgstr "Filter nach Gruppe"
788
+
789
+ #: wpf-admin/includes/member-listtable.php:391
790
+ msgid "filter by status"
791
+ msgstr "Filter nach Status"
792
+
793
+ #: wpf-admin/includes/moderation-listtable.php:55
794
+ msgid "TOPIC"
795
+ msgstr ""
796
+
797
+ #: wpf-admin/includes/moderation-listtable.php:55
798
+ msgid "POST"
799
+ msgstr ""
800
+
801
+ #: wpf-admin/includes/moderation-listtable.php:57
802
+ msgid "YES"
803
+ msgstr ""
804
+
805
+ #: wpf-admin/includes/moderation-listtable.php:57
806
+ msgid "NO"
807
+ msgstr ""
808
+
809
+ #: wpf-admin/includes/moderation-listtable.php:86
810
+ #: wpf-admin/includes/moderation-listtable.php:189
811
+ msgid "Approve"
812
+ msgstr ""
813
+
814
+ #: wpf-admin/includes/moderation-listtable.php:89
815
+ #: wpf-admin/includes/moderation-listtable.php:191
816
+ msgid "Unapprove"
817
+ msgstr ""
818
+
819
+ #: wpf-admin/includes/moderation-listtable.php:92
820
+ #: wpf-includes/wpf-phrases.php:227
821
+ msgid "Are you sure you want to DELETE this item?"
822
+ msgstr "Bist du sicher, dass du dieses Element LÖSCHEN möchtest?"
823
+
824
+ #: wpf-admin/includes/moderation-listtable.php:137
825
+ #: wpf-includes/functions-template.php:366
826
+ #: wpf-includes/functions-template.php:403
827
+ #: wpf-includes/functions-template.php:468
828
+ #: wpf-includes/functions-template.php:613
829
+ #: wpf-includes/functions-template.php:877
830
+ #: wpf-includes/functions-template.php:976
831
+ #: wpf-includes/functions-template.php:1032 wpf-includes/wpf-phrases.php:520
832
+ msgid "Title"
833
+ msgstr "Titel"
834
+
835
+ #: wpf-admin/includes/moderation-listtable.php:138
836
+ msgid "Type"
837
+ msgstr "Typ"
838
+
839
+ #: wpf-admin/includes/moderation-listtable.php:139
840
+ msgid "Created By"
841
+ msgstr ""
842
+
843
+ #: wpf-admin/includes/moderation-listtable.php:140
844
+ msgid "Created"
845
+ msgstr ""
846
+
847
+ #: wpf-admin/includes/moderation-listtable.php:141
848
+ msgid "Private"
849
+ msgstr ""
850
+
851
+ #: wpf-admin/includes/moderation-listtable.php:295
852
+ msgid "All Users"
853
+ msgstr ""
854
+
855
+ #: wpf-admin/includes/phrase-listtable.php:79
856
+ #: wpf-admin/includes/phrase-listtable.php:173 wpf-admin/usergroup.php:73
857
+ #: wpf-includes/wpf-phrases.php:259
858
+ msgid "Edit"
859
+ msgstr "Bearbeiten"
860
+
861
+ #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
862
+ msgid "Original"
863
+ msgstr ""
864
+
865
+ #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
866
+ msgid "Translation"
867
+ msgstr ""
868
+
869
+ #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
870
+ msgid "Package"
871
+ msgstr ""
872
+
873
+ #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
874
+ msgid "Language"
875
+ msgstr ""
876
+
877
+ #: wpf-admin/includes/phrase-listtable.php:270
878
+ msgid "filter by package"
879
+ msgstr "Filter nach Paket"
880
+
881
+ #: wpf-admin/member.php:17 wpf-admin/moderation.php:17
882
+ #: wpf-admin/options-tabs/members.php:41 wpf-admin/phrase.php:120
883
+ msgid "Filter"
884
+ msgstr "Filter"
885
+
886
+ #: wpf-admin/member.php:51
887
+ msgid "All"
888
+ msgstr ""
889
+
890
+ #: wpf-admin/member.php:57 wpf-includes/wpf-phrases.php:783
891
+ msgid "Active"
892
+ msgstr "Aktiv"
893
+
894
+ #: wpf-admin/member.php:63 wpf-admin/themes.php:45
895
+ #: wpf-includes/wpf-phrases.php:324
896
+ msgid "Inactive"
897
+ msgstr "Inaktiv"
898
+
899
+ #: wpf-admin/member.php:69
900
+ msgid "Banned"
901
+ msgstr "Gesperrt"
902
+
903
+ #: wpf-admin/moderation.php:10
904
+ msgid "Topic and Post Moderation"
905
+ msgstr "Themen- und Beitragsmoderation"
906
+
907
+ #: wpf-admin/moderation.php:40
908
+ msgid "Unapproved"
909
+ msgstr "Nicht genehmigt"
910
+
911
+ #: wpf-admin/moderation.php:46
912
+ msgid "Published"
913
+ msgstr "Veröffentlicht"
914
+
915
+ #: wpf-admin/options-tabs/accesses.php:17 wpf-includes/wpf-phrases.php:207
916
+ msgid "Add New Forum Access"
917
+ msgstr "Neuen Forumszugriff hinzufügen"
918
+
919
+ #: wpf-admin/options-tabs/accesses.php:25 wpf-includes/wpf-phrases.php:201
920
+ msgid "Access names"
921
+ msgstr "Name des Zugriffs"
922
+
923
+ #: wpf-admin/options-tabs/accesses.php:30
924
+ msgid ""
925
+ "Forum Accesses are designed to do a Forum specific user permission control. "
926
+ "These are set of permissions which are attached to certain Usergeoup in each "
927
+ "forum. Thus users can have different permissions in different forums based "
928
+ "on their Usergroup."
929
+ msgstr ""
930
+ "Forums-Zugriffe dienen zur Steuerung der Forum-spezifischen "
931
+ "Benutzerberechtigung. Hierbei handelt es sich um eine Reihe von "
932
+ "Berechtigungen, die an bestimmte Benutzergruppen in jedem Forum gebunden "
933
+ "sind. Somit können Benutzer basierend auf ihrer Benutzergruppe "
934
+ "unterschiedliche Berechtigungen in verschiedenen Foren haben."
935
+
936
+ #: wpf-admin/options-tabs/accesses.php:44
937
+ #: wpf-admin/options-tabs/accesses.php:45
938
+ #: wpf-admin/options-tabs/accesses.php:46
939
+ msgid "This access is usually used for "
940
+ msgstr "Dieser Zugriff wird normalerweise verwendet für "
941
+
942
+ #: wpf-admin/options-tabs/accesses.php:44
943
+ msgid "Guests"
944
+ msgstr "Gäste"
945
+
946
+ #: wpf-admin/options-tabs/accesses.php:44
947
+ #: wpf-admin/options-tabs/accesses.php:45
948
+ #: wpf-admin/options-tabs/accesses.php:46
949
+ msgid "usergroup"
950
+ msgstr "Benutzergruppe"
951
+
952
+ #: wpf-admin/options-tabs/accesses.php:45 wpf-includes/wpf-phrases.php:812
953
+ msgid "Registered"
954
+ msgstr "Registriert"
955
+
956
+ #: wpf-admin/options-tabs/accesses.php:46 wpf-includes/wpf-phrases.php:810
957
+ msgid "Admin"
958
+ msgstr "Admin"
959
+
960
+ #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:757
961
+ #: wpf-includes/wpf-phrases.php:567
962
+ msgid "edit"
963
+ msgstr "bearbeiten"
964
+
965
+ #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:225
966
+ msgid ""
967
+ "Are you sure you want to remove this access set? Usergroups which attached "
968
+ "to this access will lost all forum permissions."
969
+ msgstr ""
970
+ "Möchtest du diesen Zugriffssatz wirklich entfernen? Benutzergruppen, die an "
971
+ "diesen Zugriff angehängt sind, verlieren alle Forum-Berechtigungen."
972
+
973
+ #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:763
974
+ #: wpf-includes/wpf-phrases.php:566
975
+ msgid "delete"
976
+ msgstr "löschen"
977
+
978
+ #: wpf-admin/options-tabs/accesses.php:87 wpf-includes/wpf-phrases.php:200
979
+ msgid "Access name"
980
+ msgstr "Name des Zugriffs"
981
+
982
+ #: wpf-admin/options-tabs/accesses.php:109 wpf-admin/usergroup.php:396
983
+ msgid "save"
984
+ msgstr "speichern"
985
+
986
+ #: wpf-admin/options-tabs/api.php:23
987
+ msgid "Facebook API Configuration"
988
+ msgstr "Facebook API Konfiguration"
989
+
990
+ #: wpf-admin/options-tabs/api.php:24
991
+ msgid ""
992
+ "In order to get an App ID and Secret Key from Facebook, you’ll need to "
993
+ "register a new application. Don’t worry – its very easy, and your "
994
+ "application doesn't need to do anything. We only need the keys."
995
+ msgstr ""
996
+ "Um eine App-ID und einen geheimen Schlüssel von Facebook zu erhalten, musst "
997
+ "du eine neue Anwendung registrieren. Keine Sorge, es ist sehr einfach und "
998
+ "deine Anwendung muss nichts tun. Wir brauchen nur die Schlüssel."
999
+
1000
+ #: wpf-admin/options-tabs/api.php:24
1001
+ msgid "Please follow to this instruction"
1002
+ msgstr "Bitte folge dieser Anleitung"
1003
+
1004
+ #: wpf-admin/options-tabs/api.php:27
1005
+ msgid "App ID"
1006
+ msgstr "App ID"
1007
+
1008
+ #: wpf-admin/options-tabs/api.php:28
1009
+ msgid "App Secret"
1010
+ msgstr "App Secret"
1011
+
1012
+ #: wpf-admin/options-tabs/api.php:33
1013
+ msgid "Facebook Login"
1014
+ msgstr "Facebook Login"
1015
+
1016
+ #: wpf-admin/options-tabs/api.php:34
1017
+ msgid "Adds Facebook Login button on Registration and Login pages."
1018
+ msgstr ""
1019
+ "Fügt den Facebook-Login-Button auf den Registrierungs- und Anmeldeseiten "
1020
+ "hinzu."
1021
+
1022
+ #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
1023
+ #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
1024
+ #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:152
1025
+ #: wpf-admin/options-tabs/forums.php:21 wpf-admin/options-tabs/members.php:95
1026
+ #: wpf-admin/options-tabs/posts.php:54 wpf-admin/options-tabs/posts.php:74
1027
+ #: wpf-admin/options-tabs/posts.php:86 wpf-admin/options-tabs/posts.php:108
1028
+ #: wpf-admin/options-tabs/posts.php:120 wpf-admin/options-tabs/posts.php:132
1029
+ #: wpf-admin/options-tabs/posts.php:215 wpf-admin/options-tabs/posts.php:224
1030
+ #: wpf-admin/tools-tabs/legal.php:50 wpf-admin/tools-tabs/legal.php:62
1031
+ #: wpf-admin/tools-tabs/legal.php:84 wpf-admin/tools-tabs/legal.php:119
1032
+ #: wpf-admin/tools-tabs/legal.php:131 wpf-admin/tools-tabs/legal.php:150
1033
+ msgid "Enable"
1034
+ msgstr "Freischalten"
1035
+
1036
+ #: wpf-admin/options-tabs/api.php:39 wpf-admin/options-tabs/api.php:51
1037
+ #: wpf-admin/options-tabs/api.php:62 wpf-admin/options-tabs/api.php:73
1038
+ #: wpf-admin/options-tabs/api.php:146 wpf-admin/options-tabs/api.php:153
1039
+ #: wpf-admin/options-tabs/forums.php:22 wpf-admin/options-tabs/members.php:96
1040
+ #: wpf-admin/options-tabs/posts.php:55 wpf-admin/options-tabs/posts.php:75
1041
+ #: wpf-admin/options-tabs/posts.php:87 wpf-admin/options-tabs/posts.php:109
1042
+ #: wpf-admin/options-tabs/posts.php:121 wpf-admin/options-tabs/posts.php:133
1043
+ #: wpf-admin/options-tabs/posts.php:216 wpf-admin/options-tabs/posts.php:225
1044
+ #: wpf-admin/tools-tabs/legal.php:51 wpf-admin/tools-tabs/legal.php:63
1045
+ #: wpf-admin/tools-tabs/legal.php:85 wpf-admin/tools-tabs/legal.php:120
1046
+ #: wpf-admin/tools-tabs/legal.php:132 wpf-admin/tools-tabs/legal.php:151
1047
+ msgid "Disable"
1048
+ msgstr "Abschalten"
1049
+
1050
+ #: wpf-admin/options-tabs/api.php:45
1051
+ msgid "Facebook SDK for JavaScript"
1052
+ msgstr "Facebook SDK für JavaScript"
1053
+
1054
+ #: wpf-admin/options-tabs/api.php:46
1055
+ msgid "Facebook API connection script (sharing, login, cross-posting...)"
1056
+ msgstr "Facebook API-Verbindungs-Skript (Teilen, Anmelden, Crossposting ...)"
1057
+
1058
+ #: wpf-admin/options-tabs/api.php:57
1059
+ msgid "Facebook Login button on User Login page"
1060
+ msgstr "Facebook Login-Button auf der Benutzer-Login-Seite"
1061
+
1062
+ #: wpf-admin/options-tabs/api.php:68
1063
+ msgid "Facebook Login button on User Registration page"
1064
+ msgstr "Facebook Login-Button auf der Benutzer-Registrierungs-Seite"
1065
+
1066
+ #: wpf-admin/options-tabs/api.php:79
1067
+ msgid "Redirect to this page after success login"
1068
+ msgstr "Nach erfolgreicher Anmeldung auf diese Seite weiterleiten"
1069
+
1070
+ #: wpf-admin/options-tabs/api.php:83 wpf-includes/wpf-phrases.php:819
1071
+ msgid "Profile"
1072
+ msgstr "Profil"
1073
+
1074
+ #: wpf-admin/options-tabs/api.php:85
1075
+ msgid "Custom"
1076
+ msgstr "Benutzerdefiniert"
1077
+
1078
+ #: wpf-admin/options-tabs/api.php:87
1079
+ msgid "Custom URL, e.g.: http://example.com/my-page/"
1080
+ msgstr "Benutzerdefinierte URL, z. B.: https://beispiel.de/meine-seite/"
1081
+
1082
+ #: wpf-admin/options-tabs/api.php:87
1083
+ msgid "Custom URL"
1084
+ msgstr "Benutzerdefinierte URL"
1085
+
1086
+ #: wpf-admin/options-tabs/api.php:94
1087
+ msgid "Share Buttons"
1088
+ msgstr "Share Buttons"
1089
+
1090
+ #: wpf-admin/options-tabs/api.php:103
1091
+ msgid "Active Share Buttons"
1092
+ msgstr "Aktive Share Buttons"
1093
+
1094
+ #: wpf-admin/options-tabs/api.php:104
1095
+ msgid ""
1096
+ "Check the checkbox below share options to activate. <b>Please note, that the "
1097
+ "Facebook share button cannot be activated without Facebook API ID.</b> "
1098
+ "Please follow to the \"Facebook API Configuration\" option instruction above "
1099
+ "and fill the API ID field in order to activate Facebook Share button."
1100
+ msgstr ""
1101
+ "Aktiviere das Kontrollkästchen unter den Buttons, um sie zu aktivieren. "
1102
+ "<b>Bitte beachte, dass der Facebook-Button ohne die Facebook-API-ID nicht "
1103
+ "aktiviert werden kann.</b> Befolge die Anweisungen oben unter \"Facebook-API-"
1104
+ "Konfiguration\" und fülle das API-ID-Feld aus, um den Facebook-Button zu "
1105
+ "aktivieren."
1106
+
1107
+ #: wpf-admin/options-tabs/api.php:138
1108
+ msgid "Enable Share Buttons"
1109
+ msgstr "Share Buttons aktivieren"
1110
+
1111
+ #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
1112
+ #: wpf-admin/options-tabs/api.php:217
1113
+ msgid "General Share Buttons"
1114
+ msgstr "Allgemeine Share Buttons"
1115
+
1116
+ #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
1117
+ #: wpf-admin/options-tabs/api.php:229
1118
+ msgid "Post Sharing Toggle"
1119
+ msgstr "Beitragsfreigabe-Schalter"
1120
+
1121
+ #: wpf-admin/options-tabs/api.php:162
1122
+ msgid ""
1123
+ "General share buttons are forum and topic sharing buttons. They are located "
1124
+ "on the top and the bottom of each page. You can manage location of these "
1125
+ "buttons using \"Share Buttons Location\" options bellow."
1126
+ msgstr ""
1127
+ "Allgemeine Share Buttons sind Forum- und Themen-Share-Buttons. Sie befinden "
1128
+ "sich oben und unten auf jeder Seite. Du kannst die Position dieser Buttons "
1129
+ "mithilfe unter \"Position der Share-Buttons\" festlegen."
1130
+
1131
+ #: wpf-admin/options-tabs/api.php:166
1132
+ msgid "Grey"
1133
+ msgstr "Grau"
1134
+
1135
+ #: wpf-admin/options-tabs/api.php:167
1136
+ msgid "Colored"
1137
+ msgstr "Farbig"
1138
+
1139
+ #: wpf-admin/options-tabs/api.php:170
1140
+ msgid "Icon"
1141
+ msgstr "Icon"
1142
+
1143
+ #: wpf-admin/options-tabs/api.php:171
1144
+ msgid "Button"
1145
+ msgstr "Button"
1146
+
1147
+ #: wpf-admin/options-tabs/api.php:172
1148
+ msgid "Button &amp; Count"
1149
+ msgstr "Button &amp; Zähler"
1150
+
1151
+ #: wpf-admin/options-tabs/api.php:179
1152
+ msgid ""
1153
+ "Post sharing toggle allows you to share posts individually. You can see post "
1154
+ "sharing toggles on the left, right side or in top bar of each post. The "
1155
+ "toggle blue color is the current primary color (#12) of your forum style. "
1156
+ "For example, if you use the red forum style, the color of all share toggles "
1157
+ "will be red. This doesn't affect share button colors. They are always grey "
1158
+ "with original colors on mouse hover."
1159
+ msgstr ""
1160
+ "Mit dem Beitragsfreigabe-Schalter kannst du Beiträge einzeln teilen. Links, "
1161
+ "rechts oder in der oberen Leiste jedes Beitrags siehst du die Schalter für "
1162
+ "die gemeinsame Nutzung von Beiträgen. Die Farbe Blau für die Schalter ist "
1163
+ "die aktuelle Grundfarbe (Nr. 12) deines Forums-Stils. Wenn du zum Beispiel "
1164
+ "den roten Forums-Stil verwenden, ist die Farbe aller Schalter rot. Dies "
1165
+ "wirkt sich nicht auf die Farben der Share-Buttons aus. Sie sind immer grau "
1166
+ "mit Originalfarben, wenn du mit der Maus darüber fährst."
1167
+
1168
+ #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1169
+ #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1170
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:134
1171
+ msgid "Collapsed"
1172
+ msgstr "Eingeklappt"
1173
+
1174
+ #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1175
+ #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1176
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:133
1177
+ msgid "Expanded"
1178
+ msgstr "Erweitert"
1179
+
1180
+ #: wpf-admin/options-tabs/api.php:204
1181
+ msgid "Mixed"
1182
+ msgstr "Gemischt"
1183
+
1184
+ #: wpf-admin/options-tabs/api.php:205
1185
+ msgid "Figure"
1186
+ msgstr "Darstellung"
1187
+
1188
+ #: wpf-admin/options-tabs/api.php:206
1189
+ msgid "Square"
1190
+ msgstr "Quadrat"
1191
+
1192
+ #: wpf-admin/options-tabs/api.php:212
1193
+ msgid "Share Button Locations"
1194
+ msgstr "Position der Share-Buttons"
1195
+
1196
+ #: wpf-admin/options-tabs/api.php:213
1197
+ msgid ""
1198
+ "The post sharing toggle can be displayed either on the left side or on the "
1199
+ "top of each post. The general share buttons can be displayed on both (top "
1200
+ "and bottom) locations."
1201
+ msgstr ""
1202
+ "Der Beitragsfreigabe-Schalter kann entweder auf der linken Seite oder oben "
1203
+ "auf jedem Beitrag angezeigt werden. Die allgemeinen Share-Buttons können "
1204
+ "sowohl an der oberen als auch an der unteren Position angezeigt werden."
1205
+
1206
+ #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:295
1207
+ #: wpf-admin/options-tabs/features.php:102 wpf-admin/options-tabs/forums.php:29
1208
+ #: wpf-admin/options-tabs/general.php:106
1209
+ #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
1210
+ #: wpf-admin/options-tabs/styles.php:131 wpf-admin/tools-tabs/antispam.php:354
1211
+ #: wpf-admin/tools-tabs/cleanup.php:51 wpf-admin/tools-tabs/legal.php:181
1212
+ #: wpf-admin/tools-tabs/misc.php:139 wpf-includes/wpf-phrases.php:530
1213
+ msgid "Update Options"
1214
+ msgstr "Aktualisierungs-Einstellungen"
1215
+
1216
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:296
1217
+ #: wpf-admin/options-tabs/features.php:103 wpf-admin/options-tabs/forums.php:30
1218
+ #: wpf-admin/options-tabs/general.php:107
1219
+ #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
1220
+ #: wpf-admin/options-tabs/styles.php:132 wpf-admin/tools-tabs/antispam.php:355
1221
+ #: wpf-admin/tools-tabs/legal.php:182 wpf-admin/tools-tabs/misc.php:140
1222
+ msgid "Reset Options"
1223
+ msgstr ""
1224
+
1225
+ #: wpf-admin/options-tabs/emails.php:22
1226
+ msgid "FROM Name"
1227
+ msgstr "VON Name"
1228
+
1229
+ #: wpf-admin/options-tabs/emails.php:26
1230
+ msgid "FROM Email Address"
1231
+ msgstr "VON E-Mail-Adresse"
1232
+
1233
+ #: wpf-admin/options-tabs/emails.php:31
1234
+ msgid "Forum Admins email addresses"
1235
+ msgstr "E-Mail-Adressen der Foren-Admins"
1236
+
1237
+ #: wpf-admin/options-tabs/emails.php:32 wpf-includes/wpf-phrases.php:243
1238
+ msgid ""
1239
+ "Comma separated email addresses of forum administrators to get forum "
1240
+ "notifications. For example post report messages."
1241
+ msgstr ""
1242
+ "Durch Kommas getrennte E-Mail-Adressen von Forums-Administratoren, um "
1243
+ "Benachrichtigungen über das Forum zu erhalten, zum Beispiel "
1244
+ "Benachrichtigungen über Beitragsveröffentlichungen."
1245
+
1246
+ #: wpf-admin/options-tabs/emails.php:38
1247
+ msgid "Notify Admins via email on new Topic"
1248
+ msgstr "Informiere Admins via Email über neue Beiträge"
1249
+
1250
+ #: wpf-admin/options-tabs/emails.php:39
1251
+ msgid ""
1252
+ "Send Notification emails to all email addresses (comma separated ) of forum "
1253
+ "administrators when a new Topic is created."
1254
+ msgstr ""
1255
+ "Sende Benachrichtigungs-E-Mails an alle E-Mail-Adressen (durch Kommas "
1256
+ "getrennt) der Forum-Administratoren, wenn ein neues Thema erstellt wird."
1257
+
1258
+ #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1259
+ #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1260
+ #: wpf-admin/options-tabs/emails.php:238 wpf-admin/options-tabs/emails.php:267
1261
+ #: wpf-admin/options-tabs/features.php:89 wpf-admin/tools-tabs/antispam.php:32
1262
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
1263
+ #: wpf-admin/tools-tabs/antispam.php:90 wpf-admin/tools-tabs/antispam.php:161
1264
+ #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:180
1265
+ #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1266
+ #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1267
+ #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1268
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1037
1269
+ #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1270
+ #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:171
1271
+ #: wpf-themes/classic/functions.php:199 wpf-themes/classic/functions.php:254
1272
+ #: wpf-themes/classic/functions.php:272
1273
+ msgid "Yes"
1274
+ msgstr "Ja"
1275
+
1276
+ #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1277
+ #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1278
+ #: wpf-admin/options-tabs/emails.php:239 wpf-admin/options-tabs/emails.php:268
1279
+ #: wpf-admin/options-tabs/features.php:91 wpf-admin/tools-tabs/antispam.php:33
1280
+ #: wpf-admin/tools-tabs/antispam.php:42 wpf-admin/tools-tabs/antispam.php:51
1281
+ #: wpf-admin/tools-tabs/antispam.php:91 wpf-admin/tools-tabs/antispam.php:162
1282
+ #: wpf-admin/tools-tabs/antispam.php:171 wpf-admin/tools-tabs/antispam.php:181
1283
+ #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1284
+ #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1285
+ #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1286
+ #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1038
1287
+ #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1288
+ #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:172
1289
+ #: wpf-themes/classic/functions.php:200 wpf-themes/classic/functions.php:255
1290
+ #: wpf-themes/classic/functions.php:273
1291
+ msgid "No"
1292
+ msgstr "Nein"
1293
+
1294
+ #: wpf-admin/options-tabs/emails.php:50
1295
+ msgid "Notify Admins via email on new Post"
1296
+ msgstr "Informiere Admins via E-Mail über neue Beiträge"
1297
+
1298
+ #: wpf-admin/options-tabs/emails.php:51
1299
+ msgid ""
1300
+ "Send Notification emails to all email addresses (comma separated ) of forum "
1301
+ "administrators when a new Reply is created."
1302
+ msgstr ""
1303
+ "Sende Benachrichtigungs-E-Mails an alle E-Mail-Adressen (durch Kommas "
1304
+ "getrennt) der Forum-Administratoren, wenn eine neue Antwort erstellt wurde."
1305
+
1306
+ #: wpf-admin/options-tabs/emails.php:62 wpf-includes/wpf-phrases.php:503
1307
+ msgid "Subscription Emails"
1308
+ msgstr "Abonnement-E-Mails"
1309
+
1310
+ #: wpf-admin/options-tabs/emails.php:67 wpf-includes/wpf-phrases.php:500
1311
+ msgid "Subscribe confirmation email subject"
1312
+ msgstr "Betreff der Bestätigungs-E-Mail abonnieren"
1313
+
1314
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:499
1315
+ msgid "Subscribe confirmation email message"
1316
+ msgstr "Bestätigungs-E-Mail abonnieren"
1317
+
1318
+ #: wpf-admin/options-tabs/emails.php:75
1319
+ msgid "Subscribed forum or topic title"
1320
+ msgstr ""
1321
+
1322
+ #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
1323
+ #: wpf-admin/options-tabs/emails.php:114
1324
+ msgid "Subscriber display name"
1325
+ msgstr ""
1326
+
1327
+ #: wpf-admin/options-tabs/emails.php:77
1328
+ msgid "Link to confirm subscription"
1329
+ msgstr ""
1330
+
1331
+ #: wpf-admin/options-tabs/emails.php:86 wpf-includes/wpf-phrases.php:381
1332
+ msgid "New topic notification email subject"
1333
+ msgstr "Betreff E-Mail-Benachrichtigung neues Thema"
1334
+
1335
+ #: wpf-admin/options-tabs/emails.php:91 wpf-includes/wpf-phrases.php:380
1336
+ msgid "New topic notification email message"
1337
+ msgstr "Text E-Mail-Benachrichtigung neues Thema"
1338
+
1339
+ #: wpf-admin/options-tabs/emails.php:94
1340
+ msgid "New topic author display name"
1341
+ msgstr ""
1342
+
1343
+ #: wpf-admin/options-tabs/emails.php:95
1344
+ msgid "Forum title / link"
1345
+ msgstr ""
1346
+
1347
+ #: wpf-admin/options-tabs/emails.php:96
1348
+ msgid "New topic title"
1349
+ msgstr ""
1350
+
1351
+ #: wpf-admin/options-tabs/emails.php:97
1352
+ msgid "New topic excerpt"
1353
+ msgstr ""
1354
+
1355
+ #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
1356
+ msgid "Link to unsubscribe"
1357
+ msgstr ""
1358
+
1359
+ #: wpf-admin/options-tabs/emails.php:107 wpf-includes/wpf-phrases.php:379
1360
+ msgid "New reply notification email subject"
1361
+ msgstr "Betreff E-Mail-Benachrichtigung neue Antwort"
1362
+
1363
+ #: wpf-admin/options-tabs/emails.php:112 wpf-includes/wpf-phrases.php:378
1364
+ msgid "New reply notification email message"
1365
+ msgstr "Text E-Mail-Benachrichtigung neue Antwort"
1366
+
1367
+ #: wpf-admin/options-tabs/emails.php:115
1368
+ msgid "New reply author display name"
1369
+ msgstr ""
1370
+
1371
+ #: wpf-admin/options-tabs/emails.php:116
1372
+ msgid "Topic title / link"
1373
+ msgstr ""
1374
+
1375
+ #: wpf-admin/options-tabs/emails.php:117
1376
+ msgid "New reply title"
1377
+ msgstr ""
1378
+
1379
+ #: wpf-admin/options-tabs/emails.php:118
1380
+ msgid "New reply excerpt"
1381
+ msgstr ""
1382
+
1383
+ #: wpf-admin/options-tabs/emails.php:129 wpf-includes/wpf-phrases.php:413
1384
+ msgid "Post Reporting Emails"
1385
+ msgstr "Beitrag-melden E-Mails"
1386
+
1387
+ #: wpf-admin/options-tabs/emails.php:130 wpf-includes/wpf-phrases.php:517
1388
+ msgid "This message comes from post reporting pop-up form."
1389
+ msgstr "Diese Nachricht kommt vom Beitrags-Meldeformular."
1390
+
1391
+ #: wpf-admin/options-tabs/emails.php:135 wpf-includes/wpf-phrases.php:452
1392
+ msgid "Report message subject"
1393
+ msgstr "Betreff der Nachricht melden"
1394
+
1395
+ #: wpf-admin/options-tabs/emails.php:141 wpf-includes/wpf-phrases.php:451
1396
+ msgid "Report message body"
1397
+ msgstr "Inhalt der Nachricht melden"
1398
+
1399
+ #: wpf-admin/options-tabs/emails.php:143
1400
+ msgid "Reporter user display name"
1401
+ msgstr ""
1402
+
1403
+ #: wpf-admin/options-tabs/emails.php:144
1404
+ msgid "Reporter user message"
1405
+ msgstr ""
1406
+
1407
+ #: wpf-admin/options-tabs/emails.php:145
1408
+ msgid "Reported post URL"
1409
+ msgstr ""
1410
+
1411
+ #: wpf-admin/options-tabs/emails.php:155
1412
+ msgid "New User Registration Email for admins"
1413
+ msgstr "Neue-Benutzer-Registrierungs-E-Mail für Administratoren"
1414
+
1415
+ #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
1416
+ msgid "This message comes when new user registers to site"
1417
+ msgstr ""
1418
+ "Diese Meldung wird angezeigt, wenn sich ein neuer Benutzer auf der Seite "
1419
+ "registriert"
1420
+
1421
+ #: wpf-admin/options-tabs/emails.php:161
1422
+ msgid "Overwrite WordPress New User Registration Email for Admins"
1423
+ msgstr ""
1424
+
1425
+ #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
1426
+ msgid "Message Subject"
1427
+ msgstr "Betreff der Nachricht"
1428
+
1429
+ #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
1430
+ msgid "Message Body"
1431
+ msgstr "Inhalt der Nachricht"
1432
+
1433
+ #: wpf-admin/options-tabs/emails.php:180
1434
+ msgid "Website name"
1435
+ msgstr ""
1436
+
1437
+ #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1438
+ #: wpf-admin/options-tabs/emails.php:247
1439
+ msgid "Registered user login"
1440
+ msgstr ""
1441
+
1442
+ #: wpf-admin/options-tabs/emails.php:182
1443
+ msgid "Registered user email"
1444
+ msgstr ""
1445
+
1446
+ #: wpf-admin/options-tabs/emails.php:192
1447
+ msgid "New User Registration Email for user"
1448
+ msgstr "Neue-Benutzer-Registrierungs-E-Mail für Benutzer"
1449
+
1450
+ #: wpf-admin/options-tabs/emails.php:198
1451
+ msgid "Overwrite WordPress New User Registration Email for Users"
1452
+ msgstr ""
1453
+
1454
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
1455
+ msgid "Link to open password reset form"
1456
+ msgstr ""
1457
+
1458
+ #: wpf-admin/options-tabs/emails.php:228
1459
+ msgid "Reset Password Emails"
1460
+ msgstr "Passwort-Zurücksetzen-E-Mails"
1461
+
1462
+ #: wpf-admin/options-tabs/emails.php:229
1463
+ msgid "This message comes from Reset Password form."
1464
+ msgstr "Diese Nachricht kommt vom Passwort-Zurücksetzen-Formular."
1465
+
1466
+ #: wpf-admin/options-tabs/emails.php:234
1467
+ msgid "Overwrite WordPress Reset Password Emails"
1468
+ msgstr ""
1469
+
1470
+ #: wpf-admin/options-tabs/emails.php:245
1471
+ msgid "Reset Password message body"
1472
+ msgstr "Inhalt der Passwort-Zurücksetzen-Nachricht"
1473
+
1474
+ #: wpf-admin/options-tabs/emails.php:258
1475
+ msgid "User Mentioning Email"
1476
+ msgstr "E-Mail, wenn ein Benutzer erwähnt wird"
1477
+
1478
+ #: wpf-admin/options-tabs/emails.php:263
1479
+ msgid "Enable Email Notification"
1480
+ msgstr "E-Mail-Benachrichtigungen aktivieren"
1481
+
1482
+ #: wpf-admin/options-tabs/emails.php:273
1483
+ msgid "User Mention message subject"
1484
+ msgstr "Betreff der Benutzer-wurde-erwähnt-E-Mail"
1485
+
1486
+ #: wpf-admin/options-tabs/emails.php:278
1487
+ msgid "User Mention message body"
1488
+ msgstr "Inhalt der Benutzer-wurde-erwähnt-E-Mail"
1489
+
1490
+ #: wpf-admin/options-tabs/emails.php:280
1491
+ msgid "Mentioned user display name"
1492
+ msgstr ""
1493
+
1494
+ #: wpf-admin/options-tabs/emails.php:281
1495
+ msgid "Post author display name"
1496
+ msgstr ""
1497
+
1498
+ #: wpf-admin/options-tabs/emails.php:282 wpf-includes/wpf-phrases.php:523
1499
+ msgid "Topic title"
1500
+ msgstr "Titel des Themas"
1501
+
1502
+ #: wpf-admin/options-tabs/emails.php:283
1503
+ msgid "Link to the post"
1504
+ msgstr ""
1505
+
1506
+ #: wpf-admin/options-tabs/emails.php:284
1507
+ msgid "Mentioned post excerpt"
1508
+ msgstr ""
1509
+
1510
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:480
1511
+ msgid "Show Admin Bar for Members"
1512
+ msgstr "Zeige Admin-Bar für Mitglieder"
1513
+
1514
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:518
1515
+ msgid "This option doesn't affect website admins."
1516
+ msgstr "Diese Einstellung betrifft nicht die Seitenadministratoren."
1517
+
1518
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:482
1519
+ msgid "Show Forum Page Title"
1520
+ msgstr "Zeige Forums-Seitentitel"
1521
+
1522
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:485
1523
+ msgid "Show Top/Menu Bar"
1524
+ msgstr "Zeige Top/Menü-Leiste"
1525
+
1526
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:484
1527
+ msgid "Show Top Search"
1528
+ msgstr "Zeige die Suche oben"
1529
+
1530
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:481
1531
+ msgid "Show Breadcrumb"
1532
+ msgstr "Zeige die Breadcrumb-Navigation"
1533
+
1534
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:483
1535
+ msgid "Show Forum Statistic"
1536
+ msgstr "Zeige Forums-Statistik"
1537
+
1538
+ #: wpf-admin/options-tabs/features.php:15
1539
+ msgid "Show Member Mention Nicknames"
1540
+ msgstr "Show Member Mention Nicknames"
1541
+
1542
+ #: wpf-admin/options-tabs/features.php:16
1543
+ msgid "Enable WordPress Shortcodes in Post Content"
1544
+ msgstr "Aktiviere WordPress Shortcodes im Beitragsinhalt"
1545
+
1546
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:883
1547
+ msgid "Log Viewed Forums and Topics"
1548
+ msgstr "Protokollier angesehene Foren und Themen"
1549
+
1550
+ #: wpf-admin/options-tabs/features.php:18
1551
+ msgid "Track Forum and Topic Current Viewers"
1552
+ msgstr ""
1553
+
1554
+ #: wpf-admin/options-tabs/features.php:19
1555
+ msgid "Topic Links Jump to First Unread Post"
1556
+ msgstr ""
1557
+
1558
+ #: wpf-admin/options-tabs/features.php:19
1559
+ msgid ""
1560
+ "If this option is enabled, all topic links on forums page and on topics page "
1561
+ "will refer to the first unread post. This behavior is only enabled for "
1562
+ "logged-in users."
1563
+ msgstr ""
1564
+
1565
+ #: wpf-admin/options-tabs/features.php:20
1566
+ msgid "Jump to First Unread Post with [new] Button in Topic Link"
1567
+ msgstr ""
1568
+
1569
+ #: wpf-admin/options-tabs/features.php:20
1570
+ msgid ""
1571
+ "Adds [new] button at the and of topic links, which jumps to the first unread "
1572
+ "post."
1573
+ msgstr ""
1574
+
1575
+ #: wpf-admin/options-tabs/features.php:21
1576
+ msgid "Profile Page"
1577
+ msgstr ""
1578
+
1579
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:822
1580
+ msgid "Enable User Registration"
1581
+ msgstr "Aktiviere Benutzer-Registrierung"
1582
+
1583
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:823
1584
+ msgid ""
1585
+ "This option is not synced with WordPress \"Anyone can register\" option in "
1586
+ "Dashboard > Settings > General admin page. If this option is enabled new "
1587
+ "users will always be able to register."
1588
+ msgstr ""
1589
+ "Diese Einstellung ist nicht mit der WordPress-Einstellung \"Jeder kann sich "
1590
+ "registrieren\" synchronisiert. Wenn diese Einstellung aktiviert ist müssen "
1591
+ "sich neue Benutzer immer registrieren."
1592
+
1593
+ #: wpf-admin/options-tabs/features.php:23
1594
+ msgid "Enable User Registration email confirmation"
1595
+ msgstr "Aktiviere die Bestätigungs-E-Mail-für neu registrierte Benutzer"
1596
+
1597
+ #: wpf-admin/options-tabs/features.php:23
1598
+ msgid ""
1599
+ "If you have enabled this option, after registering, user can not login "
1600
+ "without confirming the email."
1601
+ msgstr ""
1602
+ "DSGVO-konformes Double-Opt-in für mehr Sicherheit: Wenn dudiese Option "
1603
+ "aktiviert hast, kann sich der Benutzer nach der Registrierung nicht "
1604
+ "anmelden, ohne die E-Mail zunächst bestätigt zu haben."
1605
+
1606
+ #: wpf-admin/options-tabs/features.php:24
1607
+ msgid "Stop Sending Emails to Admins on New User Registration"
1608
+ msgstr ""
1609
+
1610
+ #: wpf-admin/options-tabs/features.php:24
1611
+ msgid ""
1612
+ "If you have enabled this option, after registering, the admin will not "
1613
+ "receive an email notification for newly registered user."
1614
+ msgstr ""
1615
+
1616
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:446
1617
+ msgid "Replace Registration Page URL to Forum Registration Page URL"
1618
+ msgstr ""
1619
+ "Die URL der Registrierungs-Seite durch die URL der Forum-Registrierungs-"
1620
+ "Seite ersetzen"
1621
+
1622
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:445
1623
+ msgid "Replace Login Page URL to Forum Login Page URL"
1624
+ msgstr "Die URL der Login-Seite durch die URL der Forums-Login-Seite ersetzen"
1625
+
1626
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:884
1627
+ msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1628
+ msgstr ""
1629
+ "Die URL der Passwort-Zurücksetzen-Seite durch die URL der Passwort-"
1630
+ "Zurücksetzen-Seite des Forums ersetzen"
1631
+
1632
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:442
1633
+ msgid "Replace Author Avatar with Forum Profile Avatar"
1634
+ msgstr "Ersetze Autoren-Avatar mit Foren-Profil-Avatar"
1635
+
1636
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:263
1637
+ msgid "Enable Avatars"
1638
+ msgstr "Aktiviere Avatare"
1639
+
1640
+ #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:264
1641
+ msgid "Enable Custom Avatars"
1642
+ msgstr "Aktiviere benutzerdefinierte Avatare"
1643
+
1644
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:217
1645
+ msgid "Allow Member Signature"
1646
+ msgstr "Erlaube Mitgliedersignaturen"
1647
+
1648
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:266
1649
+ msgid "Enable Member Rating"
1650
+ msgstr "Aktiviere Mitgliederbewertungen"
1651
+
1652
+ #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:267
1653
+ msgid "Enable Member Rating Titles"
1654
+ msgstr "Aktiviere Titel für Mitgliederbewertungen"
1655
+
1656
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:265
1657
+ msgid "Enable Member Cache"
1658
+ msgstr "Aktiviere Mitglieds-Cache"
1659
+
1660
+ #: wpf-admin/options-tabs/features.php:35
1661
+ msgid "Enable Object Cache"
1662
+ msgstr "Aktiviere Objekt-Cache"
1663
+
1664
+ #: wpf-admin/options-tabs/features.php:36
1665
+ msgid "Enable HTML Cache"
1666
+ msgstr "Aktiviere HTML-Cache"
1667
+
1668
+ #: wpf-admin/options-tabs/features.php:37
1669
+ msgid "Enable Memory Cache"
1670
+ msgstr "Aktiviere Speicher-Cache"
1671
+
1672
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:270
1673
+ msgid "Enable wpForo SEO for Meta Titles"
1674
+ msgstr "Aktiviere wpForo SEO für Meta-Titel"
1675
+
1676
+ #: wpf-admin/options-tabs/features.php:39 wpf-includes/wpf-phrases.php:269
1677
+ msgid "Enable wpForo SEO for Meta Tags"
1678
+ msgstr "Aktiviere wpForo SEO für Meta-Tags"
1679
+
1680
+ #: wpf-admin/options-tabs/features.php:40
1681
+ msgid "Enable User Profile Page indexing"
1682
+ msgstr "Aktiviere die Indexierung von Benutzer-Profilseiten"
1683
+
1684
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:885
1685
+ msgid "Enable RSS Feed"
1686
+ msgstr "Aktiviere RSS-Feed"
1687
+
1688
+ #: wpf-admin/options-tabs/features.php:42
1689
+ msgid "Turn Off User Syncing Note"
1690
+ msgstr "Deaktiviere die Benutzersynchronisierung"
1691
+
1692
+ #: wpf-admin/options-tabs/features.php:43
1693
+ msgid "Enable User Notification"
1694
+ msgstr ""
1695
+
1696
+ #: wpf-admin/options-tabs/features.php:44
1697
+ msgid "Enable User Notification Live Update"
1698
+ msgstr ""
1699
+
1700
+ #: wpf-admin/options-tabs/features.php:45
1701
+ msgid "Display User Notification Bell on Menu Bar"
1702
+ msgstr ""
1703
+
1704
+ #: wpf-admin/options-tabs/features.php:46
1705
+ msgid "BuddyPress Activity Integration"
1706
+ msgstr "Integration von BuddyPress-Aktivitäten"
1707
+
1708
+ #: wpf-admin/options-tabs/features.php:46
1709
+ msgid ""
1710
+ "Posts members activity (new topic, new reply, post like) to BuddyPress "
1711
+ "Profile Activity page."
1712
+ msgstr ""
1713
+ "Schreibe Mitgliederaktivitäten (neuer Beitrag, neue Antwort usw.) in die "
1714
+ "BuddyPress-Aktivitätenseite."
1715
+
1716
+ #: wpf-admin/options-tabs/features.php:47
1717
+ msgid "BuddyPress Notification Integration"
1718
+ msgstr "Integration von BuddyPress Benachrichtigungen"
1719
+
1720
+ #: wpf-admin/options-tabs/features.php:47
1721
+ msgid ""
1722
+ "Creates notification on new forum reply in BuddyPress Profile Notification "
1723
+ "page."
1724
+ msgstr ""
1725
+ "Erstellt bei einer neuen Forumsantwort eine Benachrichtigung auf der "
1726
+ "BuddyPress-Profilbenachrichtigungsseite."
1727
+
1728
+ #: wpf-admin/options-tabs/features.php:48
1729
+ msgid "BuddyPress Profile Forum Tab Integration"
1730
+ msgstr "Integration der Foren auf der BuddyPress Profilseite"
1731
+
1732
+ #: wpf-admin/options-tabs/features.php:48
1733
+ msgid ""
1734
+ "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1735
+ "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1736
+ msgstr ""
1737
+ "Fügt der BuddyPress-Profilseite die Registerkarte \"Foren\" mit den "
1738
+ "Unterregistern \"Erstellte Themen\", \"Abgegebene Antworten\", \"Likes\" und "
1739
+ "\"Abonnements\" hinzu."
1740
+
1741
+ #: wpf-admin/options-tabs/features.php:49
1742
+ msgid "Ultimate Member Notification Integration"
1743
+ msgstr "Integration von Ultimate Member Benachrichtigungen"
1744
+
1745
+ #: wpf-admin/options-tabs/features.php:49
1746
+ msgid ""
1747
+ "Creates notification on new forum reply in Ultimate Member Real-time "
1748
+ "Notification system."
1749
+ msgstr ""
1750
+ "Erstellt bei einer neuen Forums-Antwort eine Benachrichtigung im Echtzeit-"
1751
+ "Benachrichtigungssystem von Ultimate Member."
1752
+
1753
+ #: wpf-admin/options-tabs/features.php:50
1754
+ msgid "Ultimate Member Profile Forum Tab Integration"
1755
+ msgstr "Integration der Foren auf der Ultimate Member Profilseite"
1756
+
1757
+ #: wpf-admin/options-tabs/features.php:50
1758
+ msgid ""
1759
+ "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1760
+ "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1761
+ msgstr ""
1762
+ "Fügt der Ultmate Member-Profilseite die Registerkarte \"Foren\" mit den "
1763
+ "Unterregistern \"Erstellte Themen\", \"Abgegebene Antworten\", \"Likes\" und "
1764
+ "\"Abonnements\" hinzu."
1765
+
1766
+ #: wpf-admin/options-tabs/features.php:51 wpf-includes/wpf-phrases.php:268
1767
+ msgid "Enable wpForo Font-Awesome Lib"
1768
+ msgstr "Aktiviere wpForo Font-Awesome Lib"
1769
+
1770
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:271
1771
+ msgid "Enable Output Buffer"
1772
+ msgstr "Aktiviere Ausgabepuffer"
1773
+
1774
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:516
1775
+ msgid ""
1776
+ "This feature is useful if you're adding content before or after [wpforo] "
1777
+ "shortcode in page content. Also it useful if forum is loaded before website "
1778
+ "header, on top of the front-end."
1779
+ msgstr ""
1780
+ "Diese Funktion ist sinnvoll, wenn Inhalte vor oder nach dem Shortcode "
1781
+ "[wpforo] im Seiteninhalt eingefgt werden. Sie ist auch sinnvoll, wenn das "
1782
+ "Forum vor dem Website Header geladen wird, oben im Front-End."
1783
+
1784
+ #: wpf-admin/options-tabs/features.php:53
1785
+ msgid "Enable WordPress Date/Time Format"
1786
+ msgstr "Aktiviere WordPress Datum-/Zeitformat"
1787
+
1788
+ #: wpf-admin/options-tabs/features.php:53 wpf-includes/wpf-phrases.php:787
1789
+ msgid ""
1790
+ "You can manage WordPress date and time format in WordPress Settings > "
1791
+ "General admin page."
1792
+ msgstr ""
1793
+ "Das WordPress Datum-/Zeitformat kann in den WordPress-Einstellungen "
1794
+ "eingestellt werden > Einstellungen > Allgemein."
1795
+
1796
+ #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:798
1797
+ msgid "Enable Subscription Confirmation"
1798
+ msgstr "Aktiviere Abonnement-Bestätigung"
1799
+
1800
+ #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:799
1801
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
1802
+ msgstr "Foren- und Themen-Abo mit Double Opt-In/Bestätigungssystem."
1803
+
1804
+ #: wpf-admin/options-tabs/features.php:55
1805
+ msgid "Topic subscription option on post editor"
1806
+ msgstr "Option zum Abonnieren von Themen im Beitragseditor"
1807
+
1808
+ #: wpf-admin/options-tabs/features.php:55
1809
+ msgid ""
1810
+ "This option adds topic subscription checkbox next to new topic and post "
1811
+ "submit button."
1812
+ msgstr ""
1813
+ "Diese Option fügt das Kontrollkästchen \"Themenabonnement\" neben \"Neues "
1814
+ "Thema\" und \"Senden\" hinzu."
1815
+
1816
+ #: wpf-admin/options-tabs/features.php:56
1817
+ msgid "Topic subscription option on post editor - checked/enabled"
1818
+ msgstr ""
1819
+ "Option zum Abonnieren von Themen im Post-Editor - angekreuzt/ aktiviert"
1820
+
1821
+ #: wpf-admin/options-tabs/features.php:56
1822
+ msgid ""
1823
+ "Enable this option if you want the topic subscription checkbox to be checked "
1824
+ "by default."
1825
+ msgstr ""
1826
+ "Aktiviere diese Option, wenn das Kontrollkästchen für das Themenabonnement "
1827
+ "standardmäßig aktiviert sein soll."
1828
+
1829
+ #: wpf-admin/options-tabs/features.php:57
1830
+ msgid "Role-Usergroup Synchronization"
1831
+ msgstr "Synchronisation von Rollen und Benutzergruppen"
1832
+
1833
+ #: wpf-admin/options-tabs/features.php:57
1834
+ msgid ""
1835
+ "Keep enabled this option to synch WordPress User Roles with Forum "
1836
+ "Usergroups. This connection allows to automatically change Usergroup of a "
1837
+ "user when his/her User Role is changed by administrators or by membership "
1838
+ "plugins. In other words this option allows to manage Usergroups based on "
1839
+ "Users Roles, thus you can directly control users forum accesses based on "
1840
+ "Users Roles. If this option is turned off, User Roles don't have any "
1841
+ "affection to users forum accesses, they are only controlled by forum "
1842
+ "Usergroups."
1843
+ msgstr ""
1844
+ "Aktiviere diese Option, um WordPress-Benutzerrollen mit Forum-"
1845
+ "Benutzergruppen zu synchronisieren. Diese Verbindung ermöglicht es, die "
1846
+ "Benutzergruppe eines Benutzers automatisch zu ändern, wenn seine/ ihre "
1847
+ "Benutzerrolle von Administratoren oder von Members-Plugins geändert wird. "
1848
+ "Mit anderen Worten: Mit dieser Option können Benutzergruppen basierend auf "
1849
+ "Benutzerrollen verwaltet werden. Auf diese Weise kannst du die Benutzer-"
1850
+ "Forenzugriffe direkt basierend auf Benutzerrollen steuern. Wenn diese Option "
1851
+ "deaktiviert ist, haben Benutzerrollen keine Auswirkung auf die "
1852
+ "Forumszugriffe der Benutzer. Sie werden dann nur von Forums-Benutzergruppen "
1853
+ "gesteuert."
1854
+
1855
+ #: wpf-admin/options-tabs/features.php:58 wpf-includes/wpf-phrases.php:826
1856
+ msgid "Insert Forum Attachments to Media Library"
1857
+ msgstr "Füge Forums-Anhänge in die Medien-Bibliothek ein"
1858
+
1859
+ #: wpf-admin/options-tabs/features.php:58 wpf-includes/wpf-phrases.php:827
1860
+ msgid ""
1861
+ "Enable this option to be able manage forum attachments in Dashboard > Media "
1862
+ "> Library admin page."
1863
+ msgstr ""
1864
+ "Aktiviere diese Einstellung zum Verwalten von Foren-Anhängen im Dashboard > "
1865
+ "Medien > Medienübersicht."
1866
+
1867
+ #: wpf-admin/options-tabs/features.php:59
1868
+ msgid "Frontend Admin Control Panel"
1869
+ msgstr ""
1870
+
1871
+ #: wpf-admin/options-tabs/features.php:60 wpf-includes/wpf-phrases.php:791
1872
+ msgid "Enable Debug Mode"
1873
+ msgstr "Aktiviere Debug-Modus"
1874
+
1875
+ #: wpf-admin/options-tabs/features.php:60 wpf-includes/wpf-phrases.php:792
1876
+ msgid ""
1877
+ "If you got some issue with wpForo, please enable this option before asking "
1878
+ "for support, this outputs hidden important information to help us debug your "
1879
+ "issue."
1880
+ msgstr ""
1881
+ "Wenn es Probleme mit wpForo gibt, schalte bitte diese Einstellung ein, bevor "
1882
+ "du den Support fragst. Es werden wichtige Informationen ausgegeben, die "
1883
+ "unserem Support beim Beseitigen der Fehler helfen."
1884
+
1885
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:320
1886
+ msgid "Help wpForo to grow, show plugin info"
1887
+ msgstr "Hilf wpForo zu wachsen, zeige Plugin-Info an"
1888
+
1889
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:412
1890
+ msgid ""
1891
+ "Please enable this option to help wpForo get more popularity as your thank "
1892
+ "to the hard work we do for you totally free. This option adds a very small "
1893
+ "icon in forum footer, which will allow your site visitors recognize the name "
1894
+ "of forum solution you use."
1895
+ msgstr ""
1896
+ "Bitte aktiviere diese Einstellung damit wpForo bekannter wird, als Dank für "
1897
+ "die harte Arbeit, die wir total kostenlos tun. Diese Einstellung ergänzt ein "
1898
+ "sehr kleines Icon im Forum-Footer, das Seitenbesuchern zeigt, welche "
1899
+ "Forenlösung du benutzt."
1900
+
1901
+ #: wpf-admin/options-tabs/features.php:80
1902
+ msgid ""
1903
+ "wpForo Profile only for the forum, WordPress Profile for others, including "
1904
+ "comment authors, post authors and etc..."
1905
+ msgstr ""
1906
+
1907
+ #: wpf-admin/options-tabs/features.php:80 wpf-admin/usergroup.php:37
1908
+ #: wpf-includes/wpf-hooks.php:1395
1909
+ msgid "Default"
1910
+ msgstr "Standard"
1911
+
1912
+ #: wpf-admin/options-tabs/features.php:81
1913
+ msgid ""
1914
+ "wpForo Profile for the whole website including forum, comment authors, post "
1915
+ "authors and etc..."
1916
+ msgstr ""
1917
+
1918
+ #. Plugin Name of the plugin/theme
1919
+ #: wpf-admin/options-tabs/features.php:81
1920
+ msgid "wpForo"
1921
+ msgstr "wpForo"
1922
+
1923
+ #: wpf-admin/options-tabs/features.php:82
1924
+ msgid "BuddyPress Profile for the whole website including forum."
1925
+ msgstr ""
1926
+
1927
+ #: wpf-admin/options-tabs/features.php:82
1928
+ msgid "BuddyPress"
1929
+ msgstr ""
1930
+
1931
+ #: wpf-admin/options-tabs/features.php:83
1932
+ msgid "Ultimate Member Profile for the whole website including forum."
1933
+ msgstr ""
1934
+
1935
+ #: wpf-admin/options-tabs/features.php:83
1936
+ msgid "Ultimate Member"
1937
+ msgstr ""
1938
+
1939
+ #: wpf-admin/options-tabs/features.php:86
1940
+ msgid "Sitewide"
1941
+ msgstr "Seitenweit"
1942
+
1943
+ #: wpf-admin/options-tabs/features.php:87 wpf-includes/class-subscribes.php:25
1944
+ #: wpf-includes/wpf-phrases.php:287 wpforo.php:406
1945
+ msgid "Forum"
1946
+ msgstr "Forum"
1947
+
1948
+ #: wpf-admin/options-tabs/features.php:92
1949
+ msgid "Thank you!"
1950
+ msgstr "Danke!"
1951
+
1952
+ #: wpf-admin/options-tabs/forums.php:16
1953
+ msgid "Display Forum Current Viewers"
1954
+ msgstr ""
1955
+
1956
+ #: wpf-admin/options-tabs/forums.php:17
1957
+ msgid ""
1958
+ "Displays information about forum current viewers (x viewing) next to forum "
1959
+ "title."
1960
+ msgstr ""
1961
+
1962
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:307
1963
+ msgid "Forum Title"
1964
+ msgstr "Forumstitel"
1965
+
1966
+ #: wpf-admin/options-tabs/general.php:19 wpf-includes/wpf-phrases.php:294
1967
+ msgid "Forum Description"
1968
+ msgstr "Forumsbeschreibung"
1969
+
1970
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:293
1971
+ msgid "Forum Base URL"
1972
+ msgstr "Forums-Basis-URL"
1973
+
1974
+ #: wpf-admin/options-tabs/general.php:25
1975
+ msgid ""
1976
+ "If you want to set forum on home page, please do not use the \"Turn "
1977
+ "WordPress to wpForo\" option. The correct instruction can be found in "
1978
+ "documentation here"
1979
+ msgstr ""
1980
+ "Wenn du das Forum auf der Startseite einrichten möchtest, verwende bitte "
1981
+ "nicht die Option \"WordPress auf wpForo umstellen\". Die richtige Anleitung "
1982
+ "findest du in der Dokumentation hier"
1983
+
1984
+ #: wpf-admin/options-tabs/general.php:25
1985
+ msgid "Set Forum on Home Page"
1986
+ msgstr "Das Forum auf die Startseite setzen"
1987
+
1988
+ #: wpf-admin/options-tabs/general.php:34 wpf-includes/wpf-phrases.php:836
1989
+ msgid "Turn WordPress to wpForo"
1990
+ msgstr "WordPress auf wpForo umstellen"
1991
+
1992
+ #: wpf-admin/options-tabs/general.php:35
1993
+ msgid ""
1994
+ "This option will disable WordPress on front-end. Only forum pages and "
1995
+ "excluded post/pages will be available. wpForo will look like as a stand-"
1996
+ "alone forum."
1997
+ msgstr ""
1998
+ "Diese Option deaktiviert WordPress im Frontend. Es sind nur Forenseiten und "
1999
+ "ausgeschlossene Beiträge / Seiten verfügbar. wpForo wird wie ein "
2000
+ "eigenständiges Forum aussehen."
2001
+
2002
+ #: wpf-admin/options-tabs/general.php:38
2003
+ msgid "Exclude page URLs"
2004
+ msgstr "Schließe Seiten URLs aus"
2005
+
2006
+ #: wpf-admin/options-tabs/general.php:38
2007
+ msgid "one URL per line"
2008
+ msgstr "eine URL pro Zeile"
2009
+
2010
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2643
2011
+ msgid "Visit Forum"
2012
+ msgstr "Forum besuchen"
2013
+
2014
+ #: wpf-admin/options-tabs/general.php:51
2015
+ msgid ""
2016
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
2017
+ msgstr ""
2018
+ "Die wpForo Seiten-ID existiert nicht. Die Foren werden nicht geladen, bitte "
2019
+ "lese dies"
2020
+
2021
+ #: wpf-admin/options-tabs/general.php:51
2022
+ msgid "support topic"
2023
+ msgstr "Support Thema"
2024
+
2025
+ #: wpf-admin/options-tabs/general.php:53
2026
+ msgid "Forum Page ID"
2027
+ msgstr "Foren-Seiten-ID"
2028
+
2029
+ #: wpf-admin/options-tabs/general.php:55
2030
+ msgid "Forum XML Sitemap URL"
2031
+ msgstr ""
2032
+
2033
+ #: wpf-admin/options-tabs/general.php:61
2034
+ msgid "Forum Page Slugs (URL Paths)"
2035
+ msgstr "Forums-Seiten-Slugs (URL Pfade)"
2036
+
2037
+ #: wpf-admin/options-tabs/general.php:62
2038
+ msgid ""
2039
+ "Here you can set custom base paths for forum pages. For example the default "
2040
+ "Profile URL base path is /profile/, if this conflicts with other plugins you "
2041
+ "can change it to /user/ or so..."
2042
+ msgstr ""
2043
+ "Hier kannst du benutzerdefinierte Basispfade für Forenseiten festlegen. Zum "
2044
+ "Beispiel ist der Standard-Profil-URL-Basispfad /profile/. Wenn dies mit "
2045
+ "anderen Plugins in Konflikt steht, kannst du ihn z. B. in /user/ oder "
2046
+ "anderes ändern."
2047
+
2048
+ #: wpf-admin/options-tabs/general.php:81 wpf-includes/wpf-phrases.php:250
2049
+ msgid "Dashboard Menu Position"
2050
+ msgstr "Dashboard Menü-Position"
2051
+
2052
+ #: wpf-admin/options-tabs/general.php:82 wpf-includes/wpf-phrases.php:509
2053
+ msgid "The position in the menu order wpForo should appear."
2054
+ msgstr "Die Position an der wpForo im Menü erscheinen soll."
2055
+
2056
+ #: wpf-admin/options-tabs/general.php:83 wpf-includes/wpf-phrases.php:534
2057
+ msgid ""
2058
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
2059
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
2060
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
2061
+ "below second separator"
2062
+ msgstr ""
2063
+ "Verwende größer als 5 - unter Posts, 10 - unter Media, 15 - unter Links, 20 "
2064
+ "- unter Pages, 25 - unter Comments, 60 - unter First Separator, 65 - unter "
2065
+ "Plugins, 70 - unter Users, 75 - unter Tools, 80 - unter Einstellungen, 100 - "
2066
+ "unter dem zweiten Trennzeichen"
2067
+
2068
+ #: wpf-admin/options-tabs/general.php:87
2069
+ msgid "More info"
2070
+ msgstr "Mehr Infos"
2071
+
2072
+ #: wpf-admin/options-tabs/general.php:92
2073
+ msgid "XML Based Language"
2074
+ msgstr "XML-basierte Sprache"
2075
+
2076
+ #: wpf-admin/options-tabs/general.php:93
2077
+ msgid ""
2078
+ "This option is only related to XML language files. You should upload a "
2079
+ "translation XML file to have a new language option in this drop-down. If you "
2080
+ "are using PO/MO translation files you should change WordPress Language in "
2081
+ "Dashboard > Settings admin page to load according translation for wpForo."
2082
+ msgstr ""
2083
+ "Diese Option bezieht sich nur auf XML-Sprachdateien. Du solltest eine XML-"
2084
+ "Übersetzungsdatei hochladen, um eine neue Sprachoption in diesem Dropdown-"
2085
+ "Menü zu erhalten. Wenn du PO / MO-Übersetzungsdateien verwendest, solltest "
2086
+ "du die WordPress-Sprache unter Dashboard > Einstellungen auf der "
2087
+ "Administrationsseite ändern, um die entsprechende Übersetzung für wpForo zu "
2088
+ "laden."
2089
+
2090
+ #: wpf-admin/options-tabs/general.php:120 wpf-includes/wpf-phrases.php:330
2091
+ msgid "Language XML file"
2092
+ msgstr "XML-Sprachdatei"
2093
+
2094
+ #: wpf-admin/options-tabs/general.php:129 wpf-includes/wpf-phrases.php:208
2095
+ msgid "Add New Language"
2096
+ msgstr "Neue Sprache hinzufügen"
2097
+
2098
+ #: wpf-admin/options-tabs/members.php:14 wpf-includes/wpf-phrases.php:403
2099
+ msgid "Online status timeout"
2100
+ msgstr "Timeout Online-Status"
2101
+
2102
+ #: wpf-admin/options-tabs/members.php:17 wpf-admin/options-tabs/posts.php:147
2103
+ #: wpf-admin/options-tabs/posts.php:154 wpf-admin/options-tabs/posts.php:165
2104
+ #: wpf-admin/options-tabs/posts.php:172 wpf-includes/wpf-phrases.php:576
2105
+ msgid "minutes"
2106
+ msgstr "Minuten"
2107
+
2108
+ #: wpf-admin/options-tabs/members.php:21
2109
+ msgid "Number of Members per Page"
2110
+ msgstr "Anzahl der Mitglieder je Seite"
2111
+
2112
+ #: wpf-admin/options-tabs/members.php:28 wpf-includes/wpf-phrases.php:366
2113
+ msgid "Members URL structure"
2114
+ msgstr "Struktur der Mitglieds-URL"
2115
+
2116
+ #: wpf-admin/options-tabs/members.php:37 wpf-includes/wpf-phrases.php:886
2117
+ msgid "Members Search Type"
2118
+ msgstr "Art der Mitglieder-Suche"
2119
+
2120
+ #: wpf-admin/options-tabs/members.php:40 wpf-includes/wpf-phrases.php:461
2121
+ msgid "Search"
2122
+ msgstr "Suche"
2123
+
2124
+ #: wpf-admin/options-tabs/members.php:47 wpf-includes/wpf-phrases.php:248
2125
+ msgid "Custom Authorization URLs"
2126
+ msgstr "Benutzerdefinierte Autorisierungs-URLs"
2127
+
2128
+ #: wpf-admin/options-tabs/members.php:49
2129
+ msgid ""
2130
+ "Use this option only if you have set other pages for authorization. \n"
2131
+ " wpForo doesn't change its own URLs, these options "
2132
+ "are only for other plugin compatibility. \n"
2133
+ " For example, if you use BuddyPress or Ultimate "
2134
+ "Member plugin you can set these values:"
2135
+ msgstr ""
2136
+ "Verwende diese Option nur, wenn du andere Seiten für die Autorisierung "
2137
+ "festgelegt hast.\n"
2138
+ "                         wpForo ändert seine eigenen URLs nicht. Diese "
2139
+ "Optionen dienen nur der Kompatibilität mit anderen Plugins.\n"
2140
+ "                         Wenn du beispielsweise das BuddyPress- oder "
2141
+ "Ultimate Member-Plugin verwendest, kannst du die folgenden Werte festlegen:"
2142
+
2143
+ #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
2144
+ #: wpf-includes/wpf-phrases.php:348
2145
+ msgid "Login URL"
2146
+ msgstr "Anmelde-URL"
2147
+
2148
+ #: wpf-admin/options-tabs/members.php:53 wpf-admin/options-tabs/members.php:59
2149
+ #: wpf-includes/wpf-phrases.php:438
2150
+ msgid "Register URL"
2151
+ msgstr "Registrierungs-URL"
2152
+
2153
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:350
2154
+ msgid "Lost Password URL"
2155
+ msgstr "URL Passwort vergessen"
2156
+
2157
+ #: wpf-admin/options-tabs/members.php:66
2158
+ msgid "Custom Redirection URLs after following actions"
2159
+ msgstr "Benutzerdefinierte Umleitungs-URLs nach folgenden Aktionen"
2160
+
2161
+ #: wpf-admin/options-tabs/members.php:68
2162
+ msgid "For member profile, account and subscription pages use following URLs:"
2163
+ msgstr ""
2164
+ "Verwende für Mitgliederprofil-, Konto- und Abonnementseiten die folgenden "
2165
+ "URLs:"
2166
+
2167
+ #: wpf-admin/options-tabs/members.php:80
2168
+ msgid "Redirect after login"
2169
+ msgstr "Weiterleitung nach Login"
2170
+
2171
+ #: wpf-admin/options-tabs/members.php:81
2172
+ msgid "Redirect after registration"
2173
+ msgstr "Weiterleitung nach Registrierung"
2174
+
2175
+ #: wpf-admin/options-tabs/members.php:82
2176
+ msgid "Redirect after subscription confirmation"
2177
+ msgstr "Weiterleitung nach Abonnement-Bestätigung"
2178
+
2179
+ #: wpf-admin/options-tabs/members.php:88 wpf-includes/wpf-phrases.php:361
2180
+ msgid "Member Reputation and Titles"
2181
+ msgstr "Mitgliederreputation und Titel"
2182
+
2183
+ #: wpf-admin/options-tabs/members.php:92
2184
+ msgid "Member Custom Titles"
2185
+ msgstr "Benutzerdefinierte Mitgliedstitel"
2186
+
2187
+ #: wpf-admin/options-tabs/members.php:101
2188
+ msgid "Member Custom Title by default"
2189
+ msgstr "Benutzerdefinierter Mitgliedstitel standardmäßig"
2190
+
2191
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1586
2192
+ #: wpf-includes/wpf-phrases.php:433
2193
+ msgid "Rating Level"
2194
+ msgstr "Bewertungsstufe"
2195
+
2196
+ #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:371
2197
+ msgid "Min Number of Posts"
2198
+ msgstr "Min. Anzahl von Beiträgen"
2199
+
2200
+ #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:362
2201
+ msgid "Member Title"
2202
+ msgstr "Mitgliedstitel"
2203
+
2204
+ #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:479
2205
+ msgid "Short Badge"
2206
+ msgstr "Kleines Abzeichen"
2207
+
2208
+ #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:314
2209
+ msgid "Full Badge"
2210
+ msgstr "Volles Abzeichen"
2211
+
2212
+ #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:431
2213
+ msgid "Rating Color"
2214
+ msgstr "Bewertungsfarbe"
2215
+
2216
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:432
2217
+ msgid "Rating Icon"
2218
+ msgstr "Bewertungs-Icon"
2219
+
2220
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:373
2221
+ msgid "More"
2222
+ msgstr "Mehr"
2223
+
2224
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1594
2225
+ #: wpf-includes/wpf-phrases.php:344
2226
+ msgid "Level"
2227
+ msgstr "Rang"
2228
+
2229
+ #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:397
2230
+ msgid "Number of Posts"
2231
+ msgstr "Anzahl der Beiträge"
2232
+
2233
+ #: wpf-admin/options-tabs/members.php:124 wpf-includes/wpf-phrases.php:249
2234
+ msgid "Custom Title"
2235
+ msgstr "Benutzerdefinierter Titel"
2236
+
2237
+ #: wpf-admin/options-tabs/members.php:127 wpf-admin/usergroup.php:39
2238
+ #: wpf-includes/wpf-phrases.php:242
2239
+ msgid "Color"
2240
+ msgstr "Farbe"
2241
+
2242
+ #: wpf-admin/options-tabs/members.php:128 wpf-includes/wpf-phrases.php:234
2243
+ msgid "Badge Icon"
2244
+ msgstr "Icon des Abzeichens"
2245
+
2246
+ #: wpf-admin/options-tabs/members.php:134
2247
+ msgid "Enable Reputation Titles for selected usergroups"
2248
+ msgstr "Aktiviere die Reputationstitel für ausgewählte Benutzergruppen"
2249
+
2250
+ #: wpf-admin/options-tabs/members.php:135
2251
+ msgid ""
2252
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
2253
+ "located in wpForo Settings > Features Tab"
2254
+ msgstr ""
2255
+ "Diese Einstellung ist abhängig von der Einstellung \"Titel für "
2256
+ "Mitgliederbewertungen aktivieren\" in den wpForo-Einstellungen > Funktionen"
2257
+
2258
+ #: wpf-admin/options-tabs/members.php:148
2259
+ msgid "Enable Reputation Badges for selected usergroups"
2260
+ msgstr "Aktiviere Reputations-Abzeichen für ausgewählte Benutzergruppen"
2261
+
2262
+ #: wpf-admin/options-tabs/members.php:149
2263
+ msgid ""
2264
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
2265
+ "in wpForo Settings > Features Tab"
2266
+ msgstr ""
2267
+ "Diese Einstellung ist abhängig von der Einstellung \"Aktiviere "
2268
+ "Mitgliederbewertungen\" in den wpForo-Einstellungen > Funktionen"
2269
+
2270
+ #: wpf-admin/options-tabs/members.php:162
2271
+ msgid "Display Usergroup under Post Author Avatar"
2272
+ msgstr "Zeige die Benutzergruppe unter dem Avatar des Autors an"
2273
+
2274
+ #: wpf-admin/options-tabs/members.php:175
2275
+ msgid "Display Secondary Usergroups under Post Author Avatar"
2276
+ msgstr ""
2277
+
2278
+ #: wpf-admin/options-tabs/plugins.php:9
2279
+ msgid ""
2280
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2281
+ "always be available for free. There will never be paid and pro versions of "
2282
+ "this forum board. However this is a very large and hard project so we also "
2283
+ "develop paid addons (extensions), which will financially help us to keep "
2284
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2285
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
2286
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
2287
+ "very soon. Once you got some addon and activated that, you will find "
2288
+ "settings in vertical subTabs here."
2289
+ msgstr ""
2290
+ "Vielen Dank, dass du wpForo verwendest. wpForo ist ein Premium-Forum-Plugin, "
2291
+ "das immer kostenlos zur Verfügung stehen wird. Es wird niemals "
2292
+ "kostenpflichtige und professionelle Versionen dieses Forums geben. Da dies "
2293
+ "jedoch ein sehr umfangreiches und schwieriges Projekt ist, entwickeln wir "
2294
+ "auch kostenpflichtige Add-ons (Erweiterungen), die uns finanziell dabei "
2295
+ "helfen, das kostenlose wpForo-Plugin weiter zu verbessern und neue "
2296
+ "Funktionen hinzuzufügen. Forum-Add-ons werden ebenfalls aktiv entwickelt. "
2297
+ "Die ersten Addons \"Advanced Media Uploader\", \"Polls\", \"Private Messages"
2298
+ "\" und \"Ad Manager\" werden in Kürze verfügbar sein. Sobald du ein Addon "
2299
+ "besitzt und dieses aktiviert hast, findest du hier Einstellungen in "
2300
+ "vertikalen Unterregistern."
2301
+
2302
+ #: wpf-admin/options-tabs/posts.php:16
2303
+ msgid "Topic content minimum length"
2304
+ msgstr ""
2305
+
2306
+ #: wpf-admin/options-tabs/posts.php:22
2307
+ msgid "Topic content maximum length"
2308
+ msgstr ""
2309
+
2310
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2311
+ #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:213
2312
+ msgid "Set this option value 0 if you want to remove this limit."
2313
+ msgstr ""
2314
+
2315
+ #: wpf-admin/options-tabs/posts.php:29
2316
+ msgid "Post content minimum length"
2317
+ msgstr ""
2318
+
2319
+ #: wpf-admin/options-tabs/posts.php:35
2320
+ msgid "Post content maximum length"
2321
+ msgstr ""
2322
+
2323
+ #: wpf-admin/options-tabs/posts.php:42
2324
+ msgid "Recent Posts Display Type"
2325
+ msgstr "Anzeigetyp für die neuesten Beiträge"
2326
+
2327
+ #: wpf-admin/options-tabs/posts.php:51
2328
+ msgid "Enable Topic Tags"
2329
+ msgstr "Schlagwörter für Themen aktivieren"
2330
+
2331
+ #: wpf-admin/options-tabs/posts.php:60
2332
+ msgid "Maximum Number of Tags per Topic"
2333
+ msgstr "Maximale Anzahl von Stichwörtern je Thema"
2334
+
2335
+ #: wpf-admin/options-tabs/posts.php:64
2336
+ msgid "Number of Tags per Page"
2337
+ msgstr ""
2338
+
2339
+ #: wpf-admin/options-tabs/posts.php:69
2340
+ msgid "Display Topic Editing Information"
2341
+ msgstr "Informationen zum Bearbeiten von Themen anzeigen"
2342
+
2343
+ #: wpf-admin/options-tabs/posts.php:70
2344
+ msgid ""
2345
+ "The post edit logging information \"This post was modified 2 hours ago by "
2346
+ "John\" is displayed under modified topic first post content.."
2347
+ msgstr ""
2348
+ "Protokollinformationen wie \"Dieser Beitrag wurde vor 2 Stunden von John "
2349
+ "geändert\" werden unter dem Inhalt des ersten Beitrags des geänderten Themas "
2350
+ "angezeigt."
2351
+
2352
+ #: wpf-admin/options-tabs/posts.php:81
2353
+ msgid "Display Post Editing Information"
2354
+ msgstr "Informationen zum Bearbeiten von Beiträgen anzeigen"
2355
+
2356
+ #: wpf-admin/options-tabs/posts.php:82
2357
+ msgid ""
2358
+ "The post edit logging information \"This post was modified 2 hours ago by "
2359
+ "John\" is displayed under modified post content.."
2360
+ msgstr ""
2361
+ "Ein Nachbearbeitungsprotokoll wie z.B. \"Dieser Beitrag wurde vor 2 Stunden "
2362
+ "von John geändert\" wird unter dem geänderten Inhalt des Beitrags angezeigt."
2363
+
2364
+ #: wpf-admin/options-tabs/posts.php:93
2365
+ msgid "Limit Post Editing Information"
2366
+ msgstr "Informationen zur Nachbearbeitung einschränken"
2367
+
2368
+ #: wpf-admin/options-tabs/posts.php:94
2369
+ msgid ""
2370
+ "Limit the post edit logging information \"This post was modified 2 hours ago "
2371
+ "by John\""
2372
+ msgstr ""
2373
+ "Eine Nachbearbeitungsaktion wie z.B. \"Dieser Beitrag wurde vor 2 Stunden "
2374
+ "von John geändert\" wird beschränkt"
2375
+
2376
+ #: wpf-admin/options-tabs/posts.php:95
2377
+ msgid "Set this option value 0 if you want to disable limiting"
2378
+ msgstr "Setze diese Option auf 0, wenn du die Begrenzung deaktivieren möchtest"
2379
+
2380
+ #: wpf-admin/options-tabs/posts.php:103
2381
+ msgid "Display Topic Current Viewers"
2382
+ msgstr ""
2383
+
2384
+ #: wpf-admin/options-tabs/posts.php:104
2385
+ msgid "Displays information about topic current viewers (users and guests)"
2386
+ msgstr ""
2387
+
2388
+ #: wpf-admin/options-tabs/posts.php:115
2389
+ msgid "Display Topic Recent Viewers"
2390
+ msgstr ""
2391
+
2392
+ #: wpf-admin/options-tabs/posts.php:116
2393
+ msgid ""
2394
+ "Displays information about topic recent viewers (users visited within last "
2395
+ "one hour)"
2396
+ msgstr ""
2397
+
2398
+ #: wpf-admin/options-tabs/posts.php:127
2399
+ msgid "Display Admins with Topic Viewers"
2400
+ msgstr ""
2401
+
2402
+ #: wpf-admin/options-tabs/posts.php:128
2403
+ msgid ""
2404
+ "By disabling this option you can exclude forum administrators from topic "
2405
+ "viewers list."
2406
+ msgstr ""
2407
+
2408
+ #: wpf-admin/options-tabs/posts.php:139 wpf-includes/wpf-phrases.php:399
2409
+ msgid "Number of Topics per Page"
2410
+ msgstr "Anzahl Themen je Seite"
2411
+
2412
+ #: wpf-admin/options-tabs/posts.php:144 wpf-includes/wpf-phrases.php:216
2413
+ msgid "Allow Edit Own Topic for"
2414
+ msgstr "Erlaube das Bearbeiten eines eigenen Themas für"
2415
+
2416
+ #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
2417
+ #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
2418
+ msgid "Set this option value 0 if you want to remove time limit."
2419
+ msgstr "Setze diese Option auf 0, wenn du das Zeitlimit entfernen möchtest."
2420
+
2421
+ #: wpf-admin/options-tabs/posts.php:151 wpf-includes/wpf-phrases.php:213
2422
+ msgid "Allow Delete Own Topic for"
2423
+ msgstr "Erlaube das Löschen eines eigenen Themas für"
2424
+
2425
+ #: wpf-admin/options-tabs/posts.php:157 wpf-includes/wpf-phrases.php:398
2426
+ msgid "Number of Posts per Page"
2427
+ msgstr "Anzahl Beiträge je Seite"
2428
+
2429
+ #: wpf-admin/options-tabs/posts.php:162 wpf-includes/wpf-phrases.php:215
2430
+ msgid "Allow Edit Own Post for"
2431
+ msgstr "Erlaube das Bearbeiten eines eigenen Beitrags für"
2432
+
2433
+ #: wpf-admin/options-tabs/posts.php:169 wpf-includes/wpf-phrases.php:214
2434
+ msgid "Allow Delete Own post for"
2435
+ msgstr "Erlaube das Löschen eines eigenen Beitrags für"
2436
+
2437
+ #: wpf-admin/options-tabs/posts.php:176
2438
+ msgid "Number of maximum search results"
2439
+ msgstr ""
2440
+
2441
+ #: wpf-admin/options-tabs/posts.php:184 wpf-includes/wpf-phrases.php:355
2442
+ msgid "Maximum upload file size"
2443
+ msgstr "Maximale Dateigröße für Uploads"
2444
+
2445
+ #: wpf-admin/options-tabs/posts.php:185 wpf-includes/wpf-phrases.php:556
2446
+ msgid ""
2447
+ "You can not set this value more than \"upload_max_filesize\" and "
2448
+ "\"post_max_size\". If you want to increase server parameters please contact "
2449
+ "to your hosting service support."
2450
+ msgstr ""
2451
+ "Der Wert kann nicht größer als \"upload_max_filesize\" und \"post_max_size\" "
2452
+ "gesetzt werden. Du kannst diese Parameter in der php.ini ändern. Kontaktiere "
2453
+ "dafür bitte ggf. den Support deines Webhosters."
2454
+
2455
+ #: wpf-admin/options-tabs/posts.php:188 wpf-includes/wpf-phrases.php:352
2456
+ msgid "MB"
2457
+ msgstr "MB"
2458
+
2459
+ #: wpf-admin/options-tabs/posts.php:191 wpf-includes/wpf-phrases.php:474
2460
+ msgid "Server \"upload_max_filesize\" is "
2461
+ msgstr "Server \"upload_max_filesize\" ist "
2462
+
2463
+ #: wpf-admin/options-tabs/posts.php:192 wpf-includes/wpf-phrases.php:473
2464
+ msgid "Server \"post_max_size\" is "
2465
+ msgstr "Server \"post_max_size\" ist "
2466
+
2467
+ #: wpf-admin/options-tabs/posts.php:200
2468
+ msgid "Attachment click - message for non-permitted users"
2469
+ msgstr "Anhang klicken - Nachricht für nicht berechtigte Benutzer"
2470
+
2471
+ #: wpf-admin/options-tabs/posts.php:201
2472
+ msgid ""
2473
+ "This message will be displayed when a non-permitted forum member clicks on "
2474
+ "attached file link in topic and posts."
2475
+ msgstr ""
2476
+ "Diese Nachricht wird angezeigt, wenn ein Forumsmitglied auf den Link für "
2477
+ "angehängte Dateien in Thema und Beiträgen klickt, dafür aber keine "
2478
+ "ausreichende Berechtigung hat."
2479
+
2480
+ #: wpf-admin/options-tabs/posts.php:209
2481
+ msgid "Post Preview and Draft Saving"
2482
+ msgstr ""
2483
+
2484
+ #: wpf-admin/options-tabs/posts.php:219
2485
+ msgid "Post Preview"
2486
+ msgstr ""
2487
+
2488
+ #: wpf-admin/options-tabs/posts.php:228
2489
+ msgid "Post Draft"
2490
+ msgstr ""
2491
+
2492
+ #: wpf-admin/options-tabs/posts.php:233
2493
+ msgid "disabled"
2494
+ msgstr ""
2495
+
2496
+ #: wpf-admin/options-tabs/posts.php:234
2497
+ msgid "15 seconds"
2498
+ msgstr ""
2499
+
2500
+ #: wpf-admin/options-tabs/posts.php:235
2501
+ msgid "30 seconds"
2502
+ msgstr ""
2503
+
2504
+ #: wpf-admin/options-tabs/posts.php:236
2505
+ msgid "1 minute"
2506
+ msgstr ""
2507
+
2508
+ #: wpf-admin/options-tabs/posts.php:237
2509
+ msgid "2 minutes"
2510
+ msgstr ""
2511
+
2512
+ #: wpf-admin/options-tabs/posts.php:238
2513
+ msgid "5 minutes"
2514
+ msgstr ""
2515
+
2516
+ #: wpf-admin/options-tabs/posts.php:241
2517
+ msgid "Auto Drafting Interval"
2518
+ msgstr ""
2519
+
2520
+ #: wpf-admin/options-tabs/posts.php:247
2521
+ msgid "Max Number of Revisions"
2522
+ msgstr ""
2523
+
2524
+ #: wpf-admin/options-tabs/styles.php:14
2525
+ msgid "Font Sizes"
2526
+ msgstr "Schriftgrößen"
2527
+
2528
+ #: wpf-admin/options-tabs/styles.php:29 wpf-admin/tools-tabs/antispam.php:237
2529
+ #: wpf-includes/wpf-phrases.php:666
2530
+ msgid "Post Content"
2531
+ msgstr "Beitragsinhalt"
2532
+
2533
+ #: wpf-admin/options-tabs/styles.php:37 wpf-includes/wpf-phrases.php:247
2534
+ msgid "Custom CSS Code"
2535
+ msgstr "Benutzerdefinierter CSS Code"
2536
+
2537
+ #: wpf-admin/options-tabs/styles.php:44
2538
+ msgid "Forum Color Styles"
2539
+ msgstr "Forum Farben"
2540
+
2541
+ #: wpf-admin/options-tabs/styles.php:44
2542
+ msgid "Colors Documentation"
2543
+ msgstr "Farbdokumentation"
2544
+
2545
+ #: wpf-admin/options-tabs/styles.php:110
2546
+ msgid "Problems with colors?"
2547
+ msgstr ""
2548
+
2549
+ #: wpf-admin/options-tabs/styles.php:111
2550
+ #, php-format
2551
+ msgid ""
2552
+ "After changing and saving colors, go to the forum front-end and press %s "
2553
+ "twice. If you don't see any change, please follow to the instruction below."
2554
+ msgstr ""
2555
+
2556
+ #: wpf-admin/options-tabs/styles.php:113
2557
+ msgid ""
2558
+ "In most cases, this problem comes from your server file writing permissions. "
2559
+ "Files are not permitted to change, thus the forum color provider colors.css "
2560
+ "file is not updated with your changes. If you cannot fix this issue in "
2561
+ "hosting server, then the following easy steps can solve your problem:"
2562
+ msgstr ""
2563
+
2564
+ #: wpf-admin/options-tabs/styles.php:115
2565
+ #, php-format
2566
+ msgid ""
2567
+ "Create colors.css file or simply download %s file with the CSS code provided "
2568
+ "in the textarea below,"
2569
+ msgstr ""
2570
+
2571
+ #: wpf-admin/options-tabs/styles.php:116
2572
+ #, php-format
2573
+ msgid "Upload and replace %s file in %s directory,"
2574
+ msgstr ""
2575
+
2576
+ #: wpf-admin/options-tabs/styles.php:117
2577
+ #, php-format
2578
+ msgid ""
2579
+ "Delete website cache, reset CSS file optimizer and minifier plugins caches, "
2580
+ "purge CDN data (if you have), then go to the forum front-end and press %s "
2581
+ "twice."
2582
+ msgstr ""
2583
+
2584
+ #: wpf-admin/options-tabs/styles.php:123
2585
+ msgid "Copied"
2586
+ msgstr ""
2587
+
2588
+ #: wpf-admin/options-tabs/styles.php:125
2589
+ msgid "Download"
2590
+ msgstr ""
2591
+
2592
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:303
2593
+ msgid "Forum Settings"
2594
+ msgstr "Forums-Einstellungen"
2595
+
2596
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:315
2597
+ msgid "General"
2598
+ msgstr "Allgemein"
2599
+
2600
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:291
2601
+ msgid "Forum Accesses"
2602
+ msgstr "Forumszugriffe"
2603
+
2604
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:525
2605
+ msgid "Topics &amp; Posts"
2606
+ msgstr "Themen &amp; Beiträge"
2607
+
2608
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:262
2609
+ msgid "Emails"
2610
+ msgstr "E-Mails"
2611
+
2612
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:282
2613
+ msgid "Features"
2614
+ msgstr "Funktionen"
2615
+
2616
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:497
2617
+ msgid "Styles"
2618
+ msgstr "Darstellung"
2619
+
2620
+ #: wpf-admin/options.php:23
2621
+ msgid "API's (Social Network)"
2622
+ msgstr ""
2623
+
2624
+ #: wpf-admin/phrase.php:13 wpf-includes/wpf-phrases.php:313
2625
+ msgid "Front-end Phrases"
2626
+ msgstr "Front-End-Übersetzungen"
2627
+
2628
+ #: wpf-admin/phrase.php:70 wpf-includes/wpf-phrases.php:456
2629
+ msgid "Save"
2630
+ msgstr "Speichern"
2631
+
2632
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:306
2633
+ msgid "Forum Themes"
2634
+ msgstr "Forum Themes"
2635
+
2636
+ #: wpf-admin/themes.php:43 wpf-includes/wpf-phrases.php:246
2637
+ msgid "Current active theme"
2638
+ msgstr "Derzeit aktives Theme"
2639
+
2640
+ #: wpf-admin/themes.php:49 wpf-includes/wpf-phrases.php:329
2641
+ msgid "LAYOUTS"
2642
+ msgstr "LAYOUTS"
2643
+
2644
+ #: wpf-admin/themes.php:65 wpf-includes/wpf-phrases.php:203
2645
+ msgid "Activate"
2646
+ msgstr "Aktiviere"
2647
+
2648
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:310
2649
+ msgid "Fresh Installation"
2650
+ msgstr "Frische Installation"
2651
+
2652
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:326
2653
+ msgid "Install"
2654
+ msgstr "Installieren"
2655
+
2656
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:224
2657
+ msgid "Are you sure you want to delete this theme files?"
2658
+ msgstr "Bist du sicher, dass du diese Theme-Dateien löschen möchtest?"
2659
+
2660
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:226
2661
+ msgid ""
2662
+ "Are you sure you want to reset all settings and style colors to default?"
2663
+ msgstr ""
2664
+ "Bist du sicher, dass du alle Einstellungen und Farben auf die "
2665
+ "Standardeinstellungen zurücksetzen möchtest?"
2666
+
2667
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:454
2668
+ msgid "Reset Settings"
2669
+ msgstr "Reset Einstellungen"
2670
+
2671
+ #: wpf-admin/themes.php:89 wpf-includes/wpf-phrases.php:387
2672
+ msgid "No layout found"
2673
+ msgstr "Kein Layout gefunden"
2674
+
2675
+ #: wpf-admin/themes.php:100 wpf-includes/wpf-phrases.php:392
2676
+ msgid "No theme found"
2677
+ msgstr "Kein Theme gefunden"
2678
+
2679
+ #: wpf-admin/tools-tabs/antispam.php:11
2680
+ msgid ""
2681
+ "is not installed! For an advanced Spam Control please install Akismet "
2682
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
2683
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
2684
+ "against spam attacks."
2685
+ msgstr ""
2686
+ "ist nicht installiert! Für eine erweiterte Spam-Kontrolle installiere bitte "
2687
+ "das Akismet-Antispam-Plugin. Es funktioniert gut mit dem wpForo-Spam-"
2688
+ "Kontrollsystem. Akismet ist bereits in wpForo integriert. Es hilft, Beiträge "
2689
+ "zu filtern und das Forum vor Spam-Angriffen zu schützen (Anmerkung des "
2690
+ "Übersetzers: Akismet ist nur bedingt DSGVO-kompatibel)."
2691
+
2692
+ #: wpf-admin/tools-tabs/antispam.php:22
2693
+ msgid "Spam Control"
2694
+ msgstr "Spam-Beobachtung"
2695
+
2696
+ #: wpf-admin/tools-tabs/antispam.php:23
2697
+ msgid ""
2698
+ "Some useful options to limit just registered users and minimize spam. This "
2699
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2700
+ "pass moderation\" permissions."
2701
+ msgstr ""
2702
+ "Einige nützliche Optionen, um neu registrierte Benutzer einzuschränken und "
2703
+ "Spam zu minimieren. Dieses Steuerelement wirkt sich nicht auf Benutzer aus, "
2704
+ "deren Benutzergruppe über die Berechtigungen \"Can edit member\" und \"Can "
2705
+ "pass moderation\" verfügt."
2706
+
2707
+ #: wpf-admin/tools-tabs/antispam.php:29
2708
+ msgid "Enable wpForo Spam Control"
2709
+ msgstr "Aktiviere wpForo Spam-Beobachtung"
2710
+
2711
+ #: wpf-admin/tools-tabs/antispam.php:38
2712
+ msgid "Ban user when spam is suspected"
2713
+ msgstr "Benutzer sperren, wenn Spam vermutet wird"
2714
+
2715
+ #: wpf-admin/tools-tabs/antispam.php:47
2716
+ msgid "Notify via email when new user is banned"
2717
+ msgstr "E-Mail-Benachrichtigung, wenn ein neuer Benutzer gesperrt wird"
2718
+
2719
+ #: wpf-admin/tools-tabs/antispam.php:56
2720
+ msgid "Spam Suspicion Level for Topics"
2721
+ msgstr "Spam-Verdachtsstufe für Themen"
2722
+
2723
+ #: wpf-admin/tools-tabs/antispam.php:60
2724
+ msgid "Spam Suspicion Level for Posts"
2725
+ msgstr "Spam-Verdachtsstufe für Beiträge"
2726
+
2727
+ #: wpf-admin/tools-tabs/antispam.php:65
2728
+ msgid " is enabled"
2729
+ msgstr " ist aktiv"
2730
+
2731
+ #: wpf-admin/tools-tabs/antispam.php:74
2732
+ msgid "New Registered User"
2733
+ msgstr "Neu registrierter Benutzer"
2734
+
2735
+ #: wpf-admin/tools-tabs/antispam.php:75
2736
+ msgid ""
2737
+ "Some useful options to limit just registered users and minimize spam. These "
2738
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2739
+ "pass moderation\" permissions."
2740
+ msgstr ""
2741
+ "Einige nützliche Optionen, um neu registrierte Benutzer einzuschränken und "
2742
+ "Spam zu minimieren. Dieses Steuerelement wirkt sich nicht auf Benutzer aus, "
2743
+ "deren Benutzergruppe über die Berechtigungen \"Can edit member\" und \"Can "
2744
+ "pass moderation\" verfügt."
2745
+
2746
+ #: wpf-admin/tools-tabs/antispam.php:82
2747
+ msgid "User is New (under hard spam control) during"
2748
+ msgstr "Benutzer ist Neu (unter schwerer Spam-Beobachtung) während"
2749
+
2750
+ #: wpf-admin/tools-tabs/antispam.php:84
2751
+ msgid "first"
2752
+ msgstr "erstens"
2753
+
2754
+ #: wpf-admin/tools-tabs/antispam.php:84
2755
+ msgid "posts"
2756
+ msgstr "Beiträge"
2757
+
2758
+ #: wpf-admin/tools-tabs/antispam.php:87
2759
+ msgid "Posts must be manually approved"
2760
+ msgstr ""
2761
+
2762
+ #: wpf-admin/tools-tabs/antispam.php:96
2763
+ msgid "Min number of posts to be able attach files"
2764
+ msgstr "Mindestanzahl von Beiträgen, um Dateien anzuhängen"
2765
+
2766
+ #: wpf-admin/tools-tabs/antispam.php:100
2767
+ msgid "Min number of posts to be able post links"
2768
+ msgstr "Mindestanzahl an Beiträgen, um Links zu erstellen"
2769
+
2770
+ #: wpf-admin/tools-tabs/antispam.php:105
2771
+ msgid "Do not allow to attach files with following extensions:"
2772
+ msgstr "Anhangsdateien mit folgenden Erweiterungen nicht erlauben:"
2773
+
2774
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2778
2775
+ msgid "Google reCAPTCHA"
2776
+ msgstr "Google reCAPTCHA"
2777
+
2778
+ #: wpf-admin/tools-tabs/antispam.php:119
2779
+ msgid ""
2780
+ "reCAPTCHA protects you against spam and other types of automated abuse. It "
2781
+ "makes secure topic and post editors when Guest Posting is allowed, also it "
2782
+ "protects login and registration forms against spam attacks."
2783
+ msgstr ""
2784
+ "reCAPTCHA schützt vor Spam und anderen Arten von automatisiertem Missbrauch. "
2785
+ "Es bietet sichere Editoren für Themen und Beiträge, wenn das Posten von "
2786
+ "Gästen zulässig ist, und schützt Anmelde- und Registrierungsformulare vor "
2787
+ "Spam-Angriffen. Anmerkung des Übersetzers: Die Verwendung von Google-"
2788
+ "Produkte benötigt vor dem Hintergrund der DSGVO besondere Aufmerksamkeit."
2789
+
2790
+ #: wpf-admin/tools-tabs/antispam.php:121
2791
+ msgid "reCAPTCHA API Keys"
2792
+ msgstr ""
2793
+
2794
+ #: wpf-admin/tools-tabs/antispam.php:123
2795
+ msgid ""
2796
+ "To start using reCAPTCHA, you need to sign up for an API key pair for your "
2797
+ "site."
2798
+ msgstr ""
2799
+ "Um reCAPTCHA zu verwenden, benötigst du zwei API-Schlüssel. Dafür musst du "
2800
+ "dich anmelden und deine Seite registrieren."
2801
+
2802
+ #: wpf-admin/tools-tabs/antispam.php:124
2803
+ msgid "Register your site and get API keys here &raquo;"
2804
+ msgstr "Registriere deine Seite und erhalte die API Schlüssel hier &raquo;"
2805
+
2806
+ #: wpf-admin/tools-tabs/antispam.php:131
2807
+ msgid "Site Key"
2808
+ msgstr "Seitenschlüssel"
2809
+
2810
+ #: wpf-admin/tools-tabs/antispam.php:137
2811
+ msgid "Secret Key"
2812
+ msgstr "Geheimer Schlüssel"
2813
+
2814
+ #: wpf-admin/tools-tabs/antispam.php:144
2815
+ msgid "reCAPTCHA Settings"
2816
+ msgstr "reCAPTCHA Einstellungen"
2817
+
2818
+ #: wpf-admin/tools-tabs/antispam.php:149
2819
+ msgid "reCAPTCHA Theme"
2820
+ msgstr "reCAPTCHA Theme"
2821
+
2822
+ #: wpf-admin/tools-tabs/antispam.php:152
2823
+ msgid "Light"
2824
+ msgstr "Hell"
2825
+
2826
+ #: wpf-admin/tools-tabs/antispam.php:153
2827
+ msgid "Dark"
2828
+ msgstr "Dunkel"
2829
+
2830
+ #: wpf-admin/tools-tabs/antispam.php:158
2831
+ msgid "Guest Topic Editor"
2832
+ msgstr "Gastthemen-Editor"
2833
+
2834
+ #: wpf-admin/tools-tabs/antispam.php:167
2835
+ msgid "Guest Post Editor"
2836
+ msgstr "Gastbeitrags-Editor"
2837
+
2838
+ #: wpf-admin/tools-tabs/antispam.php:177
2839
+ msgid "wpForo Login Form"
2840
+ msgstr "wpForo Login-Formular"
2841
+
2842
+ #: wpf-admin/tools-tabs/antispam.php:186
2843
+ msgid "wpForo Registration Form"
2844
+ msgstr "wpForo Registrierungs-Formular"
2845
+
2846
+ #: wpf-admin/tools-tabs/antispam.php:195
2847
+ msgid "wpForo Reset Password Form"
2848
+ msgstr "wpForo Passwort-Zurücksetzen-Formular"
2849
+
2850
+ #: wpf-admin/tools-tabs/antispam.php:204
2851
+ msgid "WordPress Login Form"
2852
+ msgstr "WordPress Login-Formular"
2853
+
2854
+ #: wpf-admin/tools-tabs/antispam.php:213
2855
+ msgid "WordPress Registration Form"
2856
+ msgstr "WordPress Registrierungs-Formular"
2857
+
2858
+ #: wpf-admin/tools-tabs/antispam.php:222
2859
+ msgid "WordPress Reset Password Form"
2860
+ msgstr "WordPress Passwort-Zurücksetzen-Formular"
2861
+
2862
+ #: wpf-admin/tools-tabs/antispam.php:238
2863
+ msgid "Options to control and filter post content"
2864
+ msgstr "Optionen zum Steuern und Filtern von Beitragsinhalten"
2865
+
2866
+ #: wpf-admin/tools-tabs/antispam.php:245
2867
+ msgid "Allow extra HTML tags"
2868
+ msgstr "Zusätzliche HTML-Tags zulassen"
2869
+
2870
+ #: wpf-admin/tools-tabs/antispam.php:246
2871
+ msgid ""
2872
+ "By default wpForo allows all secure HTML tags in post content. Allowing a "
2873
+ "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
2874
+ "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
2875
+ "party ads and viruses to forum."
2876
+ msgstr ""
2877
+ "Standardmäßig lässt wpForo nur die sicheren HTML-Tags im Post-Inhalt zu. Das "
2878
+ "Zulassen eines neuen HTML-Tags kann sich auf die Sicherheit Ihres Forums "
2879
+ "auswirken. Zum Beispiel können &lt;iframe&gt; und &lt;script&gt; von "
2880
+ "Spammern und Hackern verwendet werden, um Anzeigen und Viren von "
2881
+ "Drittanbietern in das Forum zu laden."
2882
+
2883
+ #: wpf-admin/tools-tabs/antispam.php:247
2884
+ msgid "Example of adding a new HTML tags: "
2885
+ msgstr "Beispiel für das Hinzufügen eines neuen HTML-Tags "
2886
+
2887
+ #: wpf-admin/tools-tabs/antispam.php:264
2888
+ msgid "Possible Spam Attachments"
2889
+ msgstr "Mögliche Spam-Anhänge"
2890
+
2891
+ #: wpf-admin/tools-tabs/antispam.php:265
2892
+ msgid ""
2893
+ "This tool is designed to find attachment which have been uploaded by "
2894
+ "spammers. The tool checks most common spammer filenames and suggest to "
2895
+ "delete but you should check one by one and make sure those are spam files "
2896
+ "before deleting."
2897
+ msgstr ""
2898
+ "Dieses Tool dient zum Auffinden von Anhängen, die von Spammern hochgeladen "
2899
+ "wurden. Das Tool überprüft die gängigsten Spammer-Dateinamen und schlägt "
2900
+ "vor, sie zu löschen. Du solltest sie jedoch einzeln überprüfen und "
2901
+ "sicherstellen, dass es sich wirklich um Spam-Dateien handelt, bevor du sie "
2902
+ "löschst."
2903
+
2904
+ #: wpf-admin/tools-tabs/antispam.php:270
2905
+ msgid "Enable File Scanner"
2906
+ msgstr "Datei-Scanner aktivieren"
2907
+
2908
+ #: wpf-admin/tools-tabs/antispam.php:280
2909
+ msgid "Exclude file extensions"
2910
+ msgstr "Datei-Erweiterungen ausschließen"
2911
+
2912
+ #: wpf-admin/tools-tabs/antispam.php:286
2913
+ msgid "Directory"
2914
+ msgstr "Verzeichnis"
2915
+
2916
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-includes/wpf-phrases.php:107
2917
+ msgid "Delete this file"
2918
+ msgstr "Diese Datei löschen"
2919
+
2920
+ #: wpf-admin/tools-tabs/antispam.php:313
2921
+ msgid "Are you sure you want to permanently delete this file?"
2922
+ msgstr "Bist du sicher, dass diese Datei wirklich dauerhaft löschen willst?"
2923
+
2924
+ #: wpf-admin/tools-tabs/antispam.php:324
2925
+ msgid "Click to delete Blue marked files"
2926
+ msgstr "Klicke, um Blau markierte Dateien zu löschen"
2927
+
2928
+ #: wpf-admin/tools-tabs/antispam.php:325
2929
+ msgid ""
2930
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
2931
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2932
+ "before deleting files, this is not undoable."
2933
+ msgstr ""
2934
+ "Möchtest du wirklich alle hier aufgelisteten BLAU markierten Dateien "
2935
+ "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2936
+ "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2937
+
2938
+ #: wpf-admin/tools-tabs/antispam.php:326 wpf-admin/tools-tabs/antispam.php:332
2939
+ #: wpf-admin/tools-tabs/antispam.php:338 wpf-admin/tools-tabs/antispam.php:344
2940
+ msgid "Delete All"
2941
+ msgstr "Alles löschen"
2942
+
2943
+ #: wpf-admin/tools-tabs/antispam.php:329
2944
+ msgid "Click to delete Orange marked files"
2945
+ msgstr "Klicke, um Orange markierte Dateien zu löschen"
2946
+
2947
+ #: wpf-admin/tools-tabs/antispam.php:331
2948
+ msgid ""
2949
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
2950
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2951
+ "before deleting files, this is not undoable."
2952
+ msgstr ""
2953
+ "Möchtest du wirklich alle hier aufgelisteten ORANGE markierten Dateien "
2954
+ "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2955
+ "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2956
+
2957
+ #: wpf-admin/tools-tabs/antispam.php:335
2958
+ msgid "Click to delete Red marked files"
2959
+ msgstr "Klicke, um Rot markierte Dateien zu löschen"
2960
+
2961
+ #: wpf-admin/tools-tabs/antispam.php:337
2962
+ msgid ""
2963
+ "Are you sure you want to delete all RED marked files listed here. Please "
2964
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2965
+ "before deleting files, this is not undoable."
2966
+ msgstr ""
2967
+ "Möchtest du wirklich alle hier aufgelisteten DUNKELROT markierten Dateien "
2968
+ "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2969
+ "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2970
+
2971
+ #: wpf-admin/tools-tabs/antispam.php:341
2972
+ msgid "Click to delete Dark Red marked files"
2973
+ msgstr "Klicke, um Dunkelrot markierte Dateien zu löschen"
2974
+
2975
+ #: wpf-admin/tools-tabs/antispam.php:343
2976
+ msgid ""
2977
+ "Are you sure you want to delete all DARK RED marked files listed here. "
2978
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2979
+ "computer before deleting files, this is not undoable."
2980
+ msgstr ""
2981
+ "Möchtest du wirklich alle hier aufgelisteten DUNKELROT markierten Dateien "
2982
+ "löschen? Bitte sichere das Verzeichnis /wp-content/uploads/wpforo/ vorab auf "
2983
+ "deinem lokalen Rechner. Die Löschung kann nicht rückgängig gemacht werden."
2984
+
2985
+ #: wpf-admin/tools-tabs/cleanup.php:13
2986
+ msgid "Delete Inactive Users"
2987
+ msgstr "Inaktive Benutzer löschen"
2988
+
2989
+ #: wpf-admin/tools-tabs/cleanup.php:14
2990
+ msgid ""
2991
+ "Inactive users are the account owners who have no topics, posts, comments "
2992
+ "and subscriptions for new content. In 99&#37; cases this kind of accounts "
2993
+ "are being registered by Spammers. This tool allows you to only keep active "
2994
+ "and known inactive users."
2995
+ msgstr ""
2996
+ "Inaktive Benutzer sind die Kontoinhaber, die keine Themen, Beiträge, "
2997
+ "Kommentare und Abonnements für neue Inhalte haben. In 99% der Fälle werden "
2998
+ "solche Konten von Spammern registriert. Mit diesem Tool kannst du nur aktive "
2999
+ "und bekannte inaktive Benutzer behalten."
3000
+
3001
+ #: wpf-admin/tools-tabs/cleanup.php:20
3002
+ msgid "Inactive users who have been registered more than"
3003
+ msgstr "Inaktive Benutzer, die häufiger registriert wurden, als"
3004
+
3005
+ #: wpf-admin/tools-tabs/cleanup.php:21
3006
+ msgid "days ago"
3007
+ msgstr "Tage zuvor"
3008
+
3009
+ #: wpf-admin/tools-tabs/cleanup.php:26
3010
+ msgid "Filter by Usergroups"
3011
+ msgstr "Filter nach Benutzergruppen"
3012
+
3013
+ #: wpf-admin/tools-tabs/cleanup.php:37
3014
+ msgid "Enable Auto-cleanup of inactive users"
3015
+ msgstr "Aktivieren die automatische Bereinigung inaktiver Benutzer"
3016
+
3017
+ #: wpf-admin/tools-tabs/debug.php:33
3018
+ msgid "Debug Information"
3019
+ msgstr ""
3020
+
3021
+ #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
3022
+ #: wpf-admin/tools-tabs/debug.php:68
3023
+ msgid "User Data"
3024
+ msgstr ""
3025
+
3026
+ #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
3027
+ msgid "Tables"
3028
+ msgstr ""
3029
+
3030
+ #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
3031
+ msgid "Server"
3032
+ msgstr ""
3033
+
3034
+ #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
3035
+ msgid "Errors & Issues"
3036
+ msgstr ""
3037
+
3038
+ #: wpf-admin/tools-tabs/debug.php:75
3039
+ msgid "User ID"
3040
+ msgstr ""
3041
+
3042
+ #: wpf-admin/tools-tabs/debug.php:76
3043
+ msgid "Display User Data"
3044
+ msgstr ""
3045
+
3046
+ #: wpf-admin/tools-tabs/debug.php:86
3047
+ msgid "User Meta Data"
3048
+ msgstr ""
3049
+
3050
+ #: wpf-admin/tools-tabs/debug.php:98
3051
+ msgid "User Cookies"
3052
+ msgstr ""
3053
+
3054
+ #: wpf-admin/tools-tabs/debug.php:111
3055
+ msgid "No user found."
3056
+ msgstr ""
3057
+
3058
+ #: wpf-admin/tools-tabs/debug.php:119
3059
+ msgid "Problems Found in Database"
3060
+ msgstr ""
3061
+
3062
+ #: wpf-admin/tools-tabs/debug.php:125
3063
+ msgid "Table name"
3064
+ msgstr ""
3065
+
3066
+ #: wpf-admin/tools-tabs/debug.php:126
3067
+ msgid "Problem description"
3068
+ msgstr ""
3069
+
3070
+ #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
3071
+ #: wpf-admin/tools-tabs/debug.php:148
3072
+ msgid "Table:"
3073
+ msgstr ""
3074
+
3075
+ #: wpf-admin/tools-tabs/debug.php:133
3076
+ msgid "Missing fields: "
3077
+ msgstr ""
3078
+
3079
+ #: wpf-admin/tools-tabs/debug.php:141
3080
+ msgid "Missing keys: "
3081
+ msgstr ""
3082
+
3083
+ #: wpf-admin/tools-tabs/debug.php:149
3084
+ msgid "Doesn't exists"
3085
+ msgstr ""
3086
+
3087
+ #: wpf-admin/tools-tabs/debug.php:158
3088
+ msgid "Recheck DB"
3089
+ msgstr ""
3090
+
3091
+ #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
3092
+ msgid "Solve database problems"
3093
+ msgstr ""
3094
+
3095
+ #: wpf-admin/tools-tabs/debug.php:168
3096
+ msgid "IMPORTANT!"
3097
+ msgstr ""
3098
+
3099
+ #: wpf-admin/tools-tabs/debug.php:169
3100
+ #, php-format
3101
+ msgid ""
3102
+ "If the %s button doesn't solve the issues. Please use the SQl commands below "
3103
+ "in your hosting service cPanel > phpMyAdmin Database Manager > WordPress "
3104
+ "Database > SQL Tab. In case you're not familiar with hosting service tools, "
3105
+ "please contact to your hosting service support team and forward them this "
3106
+ "message with the SQL command."
3107
+ msgstr ""
3108
+
3109
+ #: wpf-admin/tools-tabs/debug.php:170
3110
+ msgid "Problem fixer SQL commands:"
3111
+ msgstr ""
3112
+
3113
+ #: wpf-admin/tools-tabs/debug.php:193
3114
+ msgid "No Problems Found in Database"
3115
+ msgstr ""
3116
+
3117
+ #: wpf-admin/tools-tabs/debug.php:197
3118
+ msgid "Database Tables"
3119
+ msgstr ""
3120
+
3121
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-includes/wpf-phrases.php:394
3122
+ msgid "Not available"
3123
+ msgstr "Nicht verfügbar"
3124
+
3125
+ #: wpf-admin/tools-tabs/debug.php:246
3126
+ msgid ""
3127
+ "Please contact to your hosting service support team and ask them enable PHP "
3128
+ "cURL module"
3129
+ msgstr ""
3130
+
3131
+ #: wpf-admin/tools-tabs/debug.php:252
3132
+ msgid "Not enabled"
3133
+ msgstr ""
3134
+
3135
+ #: wpf-admin/tools-tabs/debug.php:252
3136
+ msgid ""
3137
+ "Please enable mod_rewrite on your server, this is required for wpForo forum"
3138
+ msgstr ""
3139
+
3140
+ #: wpf-admin/tools-tabs/debug.php:263
3141
+ msgid "Issues and Recommendations"
3142
+ msgstr ""
3143
+
3144
+ #: wpf-admin/tools-tabs/debug.php:271
3145
+ msgid "Error Logs"
3146
+ msgstr ""
3147
+
3148
+ #: wpf-admin/tools-tabs/debug.php:397
3149
+ msgid "The default Guest usergroup is not found!"
3150
+ msgstr ""
3151
+
3152
+ #: wpf-admin/tools-tabs/debug.php:398
3153
+ msgid ""
3154
+ "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database "
3155
+ "Manager"
3156
+ msgstr ""
3157
+
3158
+ #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/class-usergroups.php:48
3159
+ #: wpf-includes/wpf-phrases.php:719
3160
+ msgid "Dashboard - Manage Forums"
3161
+ msgstr "Dashboard - Foren verwalten"
3162
+
3163
+ #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/class-usergroups.php:49
3164
+ #: wpf-includes/wpf-phrases.php:720
3165
+ msgid "Dashboard - Manage Settings"
3166
+ msgstr "Dashboard - Einstellungen verwalten"
3167
+
3168
+ #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/class-usergroups.php:50
3169
+ #: wpf-includes/wpf-phrases.php:721
3170
+ msgid "Dashboard - Manage Tools"
3171
+ msgstr "Dashboard - Werkzeuge verwalten"
3172
+
3173
+ #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/class-usergroups.php:51
3174
+ #: wpf-includes/wpf-phrases.php:725
3175
+ msgid "Dashboard - Manage Members"
3176
+ msgstr "Dashboard - Mitglieder verwalten"
3177
+
3178
+ #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/class-usergroups.php:52
3179
+ #: wpf-includes/wpf-phrases.php:722
3180
+ msgid "Dashboard - Moderate Topics & Posts"
3181
+ msgstr "Dashboard - Moderiere Themen & Beiträge"
3182
+
3183
+ #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/class-usergroups.php:53
3184
+ #: wpf-includes/wpf-phrases.php:728
3185
+ msgid "Dashboard - Manage Usergroups"
3186
+ msgstr "Dashboard - Benutzergruppen verwalten"
3187
+
3188
+ #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/class-usergroups.php:54
3189
+ #: wpf-includes/wpf-phrases.php:723
3190
+ msgid "Dashboard - Manage Phrases"
3191
+ msgstr "Dashboard - Phrasen verwalten"
3192
+
3193
+ #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/class-usergroups.php:55
3194
+ #: wpf-includes/wpf-phrases.php:724
3195
+ msgid "Dashboard - Manage Themes"
3196
+ msgstr "Dashboard - Themes verwalten"
3197
+
3198
+ #: wpf-admin/tools-tabs/debug.php:413 wpf-includes/class-usergroups.php:57
3199
+ #: wpf-includes/wpf-phrases.php:726
3200
+ msgid "Dashboard - Can edit member"
3201
+ msgstr "Dashboard - Kann Mitglieder bearbeiten"
3202
+
3203
+ #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
3204
+ msgid "Dashboard - Can ban member"
3205
+ msgstr "Dashboard - Kann Mitglieder sperren"
3206
+
3207
+ #: wpf-admin/tools-tabs/debug.php:415 wpf-includes/class-usergroups.php:59
3208
+ #: wpf-includes/wpf-phrases.php:727
3209
+ msgid "Dashboard - Can delete member"
3210
+ msgstr "Dashboard - Kann Mitglieder löschen"
3211
+
3212
+ #: wpf-admin/tools-tabs/debug.php:416 wpf-includes/class-usergroups.php:72
3213
+ #: wpf-includes/wpf-phrases.php:734
3214
+ msgid "Front - Can view member username"
3215
+ msgstr "Front - Kann Benutzernamen sehen"
3216
+
3217
+ #: wpf-admin/tools-tabs/debug.php:430
3218
+ msgid "New registered users get access to forum settings!"
3219
+ msgstr ""
3220
+
3221
+ #: wpf-admin/tools-tabs/debug.php:440
3222
+ msgid "Conflict with Autoptimize plugin!"
3223
+ msgstr ""
3224
+
3225
+ #: wpf-admin/tools-tabs/debug.php:441
3226
+ msgid ""
3227
+ "Please navigate to Settings > Autoptimize > Main Tab, click on top right "
3228
+ "[Show advanced settings] button, find \"Exclude scripts from Autoptimize\" "
3229
+ "option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on "
3230
+ "[Save Changes and Empty Cache] button bellow."
3231
+ msgstr ""
3232
+
3233
+ #: wpf-admin/tools-tabs/debug.php:451
3234
+ msgid "WordPress Email sending function wp_mail() doesn't work!"
3235
+ msgstr ""
3236
+
3237
+ #: wpf-admin/tools-tabs/debug.php:452
3238
+ msgid ""
3239
+ "In most cases this is a server issue. We recommend you contact to your "
3240
+ "hosting service support team or open a support topic in wordpress.org "
3241
+ "support forum. Also there are many good articles regarding this issue in "
3242
+ "web. For example "
3243
+ msgstr ""
3244
+
3245
+ #: wpf-admin/tools-tabs/debug.php:452
3246
+ msgid "How to Fix WordPress Not Sending Email Issue"
3247
+ msgstr ""
3248
+
3249
+ #: wpf-admin/tools-tabs/debug.php:459
3250
+ msgid "wpForo phrases are missing!"
3251
+ msgstr ""
3252
+
3253
+ #: wpf-admin/tools-tabs/debug.php:460
3254
+ msgid ""
3255
+ "Please download wpForo Phrases XML compressed file, unzip it, find english."
3256
+ "xml file, navigate to Forums > Settings > General Tab and import it using "
3257
+ "[Add New] button of \"XML Based Language\" option."
3258
+ msgstr ""
3259
+
3260
+ #: wpf-admin/tools-tabs/debug.php:460
3261
+ msgid "Download wpForo Phrases"
3262
+ msgstr ""
3263
+
3264
+ #: wpf-admin/tools-tabs/debug.php:477
3265
+ msgid "No issues found"
3266
+ msgstr ""
3267
+
3268
+ #: wpf-admin/tools-tabs/debug.php:493
3269
+ msgid "Error Log File"
3270
+ msgstr ""
3271
+
3272
+ #: wpf-admin/tools-tabs/debug.php:500
3273
+ msgid "No errors found"
3274
+ msgstr ""
3275
+
3276
+ #: wpf-admin/tools-tabs/legal.php:16
3277
+ msgid "Forum Privacy Policy and GDPR compliant"
3278
+ msgstr "Forum-Datenschutzerklärung und DSGVO-Konformität"
3279
+
3280
+ #: wpf-admin/tools-tabs/legal.php:16
3281
+ msgid "Documentation"
3282
+ msgstr "Dokumentation"
3283
+
3284
+ #: wpf-admin/tools-tabs/legal.php:19
3285
+ msgid ""
3286
+ "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
3287
+ "a regulation by which the European Parliament, the Council of the European "
3288
+ "Union and the European Commission intend to strengthen and unify data "
3289
+ "protection for all individuals within the European Union (EU). After four "
3290
+ "years of preparation and debate the GDPR was finally approved by the EU "
3291
+ "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
3292
+ "those organizations in non-compliance may face heavy fines. More info at"
3293
+ msgstr ""
3294
+ "Die Datenschutzgrundverordnung (DSGVO) ist eine Verordnung, mit der das "
3295
+ "Europäische Parlament, der Rat der Europäischen Union und die Europäische "
3296
+ "Kommission den Datenschutz für alle Personen in der Europäischen Union "
3297
+ "stärken und vereinheitlichen will). Nach vierjähriger Vorbereitung und "
3298
+ "Diskussion wurde die DSGVO schließlich am 14. April 2016 vom EU-Parlament "
3299
+ "gebilligt. In Deutschland trat die DSGVO am 25. Mai 2018 in Kraft. Seit "
3300
+ "diesem Tag drohen Organisationen und Personen, die gegen die DSGVO "
3301
+ "verstoßen, hohe Geldbußen. Mehr Infos unter"
3302
+
3303
+ #: wpf-admin/tools-tabs/legal.php:20
3304
+ msgid "GDPR Key Changes"
3305
+ msgstr "DSGVO Schlüssel-Änderungen"
3306
+
3307
+ #: wpf-admin/tools-tabs/legal.php:26
3308
+ msgid "Contact Information"
3309
+ msgstr "Kontakt Information"
3310
+
3311
+ #: wpf-admin/tools-tabs/legal.php:28
3312
+ msgid ""
3313
+ "According to the GDPR, all users should have an option to contact website "
3314
+ "administrator in following cases:"
3315
+ msgstr ""
3316
+ "Gemäß der DSGVO sollten alle Benutzer die Möglichkeit haben, in folgenden "
3317
+ "Fällen den Administrator der Website zu kontaktieren:"
3318
+
3319
+ #: wpf-admin/tools-tabs/legal.php:32
3320
+ msgid "Obtain personal data and created content"
3321
+ msgstr "Deine persönlichen Daten und erstellten Inhalte abrufen"
3322
+
3323
+ #: wpf-admin/tools-tabs/legal.php:33
3324
+ msgid "Delete account with created content"
3325
+ msgstr "Konto mit erstelltem Inhalt löschen"
3326
+
3327
+ #: wpf-admin/tools-tabs/legal.php:34
3328
+ msgid "Report user data access and control issue"
3329
+ msgstr "Ein Problem mit dem Zugriff auf Benutzerdaten und der Steuerung melden"
3330
+
3331
+ #: wpf-admin/tools-tabs/legal.php:35
3332
+ msgid "Report user rights violation"
3333
+ msgstr "Verstoß gegen Benutzerrechte melden"
3334
+
3335
+ #: wpf-admin/tools-tabs/legal.php:39
3336
+ msgid "URL to - Contact Us - page"
3337
+ msgstr "URL zur Kontaktseite"
3338
+
3339
+ #: wpf-admin/tools-tabs/legal.php:40
3340
+ msgid ""
3341
+ "Please insert a page URL, where user can find a contact form or an "
3342
+ "information to contact the forum administrator."
3343
+ msgstr ""
3344
+ "Bitte gebe eine Seiten-URL ein, unter der der Benutzer ein Kontaktformular "
3345
+ "oder Informationen zur Kontaktaufnahme mit dem Forum-Administrator finden "
3346
+ "kann."
3347
+
3348
+ #: wpf-admin/tools-tabs/legal.php:45
3349
+ msgid "Checkbox: I Accept Website Terms and Privacy Policy"
3350
+ msgstr ""
3351
+ "Kontrollkästchen: Ich akzeptiere die Nutzungsbedingungen und "
3352
+ "Datenschutzbestimmungen der Website"
3353
+
3354
+ #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3355
+ msgid ""
3356
+ "If this option is enabled, users must accept forum Terms and Privacy Policy "
3357
+ "by checking the required checkbox on registration form to be able create a "
3358
+ "forum account. The checkbox label can be managed in Forums > Phrases admin "
3359
+ "page."
3360
+ msgstr ""
3361
+ "Wenn diese Option aktiviert ist, müssen Benutzer die Nutzungsbedingungen und "
3362
+ "Datenschutzbestimmungen des Forums akzeptieren, indem sie das erforderliche "
3363
+ "Kontrollkästchen auf dem Registrierungsformular aktivieren, um ein "
3364
+ "Forumkonto erstellen zu können. Die Beschriftung des Kontrollkästchens kann "
3365
+ "auf der Administrationsseite Foren > Sätze verwaltet werden."
3366
+
3367
+ #: wpf-admin/tools-tabs/legal.php:57
3368
+ msgid "Checkbox: I Agree to Receive an Email Confirmation"
3369
+ msgstr ""
3370
+ "Kontrollkästchen: Ich bin damit einverstanden, eine E-Mail-Bestätigung zu "
3371
+ "erhalten"
3372
+
3373
+ #: wpf-admin/tools-tabs/legal.php:58
3374
+ msgid ""
3375
+ "If this option is enabled, users must agree to receive an email confirmation "
3376
+ "with a link to set a password by checking the required checkbox on "
3377
+ "registration form to be able create a forum account. The checkbox label can "
3378
+ "be managed in Forums > Phrases admin page."
3379
+ msgstr ""
3380
+ "Wenn diese Option aktiviert ist, müssen Benutzer zustimmen, eine E-Mail-"
3381
+ "Bestätigung mit einem Link zum Festlegen eines Kennworts zu erhalten, indem "
3382
+ "sie das erforderliche Kontrollkästchen auf dem Registrierungsformular "
3383
+ "aktivieren, um ein Forumskonto erstellen zu können. Die Beschriftung des "
3384
+ "Kontrollkästchens kann auf der Administrationsseite Foren > Sätze verwaltet "
3385
+ "werden."
3386
+
3387
+ #: wpf-admin/tools-tabs/legal.php:69
3388
+ msgid "Website Terms and Privacy Policy Pages"
3389
+ msgstr "Nutzungsbedingungen und Datenschutzerklärung der Website"
3390
+
3391
+ #: wpf-admin/tools-tabs/legal.php:70
3392
+ msgid ""
3393
+ "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
3394
+ "these pages will be included in registration form checkbox label (I'm agree "
3395
+ "with website terms and privacy policy) and in Forum Privacy Policy. The "
3396
+ "forum Privacy Policy does not cover your whole website, it is just an "
3397
+ "extension of your website main Privacy Policy. Thus it should be linked to "
3398
+ "according pages."
3399
+ msgstr ""
3400
+ "Bitte gebe URLs ein, die zu den Seiten mit den Nutzungsbedingungen und der "
3401
+ "Datenschutzerklärung führen. Links zu diesen Seiten werden in das "
3402
+ "Kontrollkästchen des Registrierungsformulars (ich bin mit den "
3403
+ "Nutzungsbedingungen und den Datenschutzbestimmungen der Website "
3404
+ "einverstanden) und in die Datenschutzbestimmungen des Forums aufgenommen. "
3405
+ "Die Datenschutzrichtlinie des Forums deckt nicht die gesamte Website ab, "
3406
+ "sondern ist lediglich eine Erweiterung der wichtigsten Datenschutzrichtlinie "
3407
+ "Ihrer Website. Es sollte also auf entsprechende Seiten verlinkt sein."
3408
+
3409
+ #: wpf-admin/tools-tabs/legal.php:73
3410
+ msgid "URL to Website Terms page"
3411
+ msgstr "URL zur Seite mit den Website-Nutzungsbedingungen"
3412
+
3413
+ #: wpf-admin/tools-tabs/legal.php:73
3414
+ msgid "Terms Page URL"
3415
+ msgstr "URL der Seite mit den Nutzungsbedingungen"
3416
+
3417
+ #: wpf-admin/tools-tabs/legal.php:74
3418
+ msgid "URL to Website Privacy Policy page"
3419
+ msgstr "URL zur Seite mit der Datenschutzerklärung"
3420
+
3421
+ #: wpf-admin/tools-tabs/legal.php:74
3422
+ msgid "Privacy Policy Page URL"
3423
+ msgstr "URL derr Seite mit der Datenschutzerklärung"
3424
+
3425
+ #: wpf-admin/tools-tabs/legal.php:79
3426
+ msgid "Checkbox: I Agree to Forum Privacy Policy"
3427
+ msgstr "Kontrollkästchen: Ich stimme den Datenschutzbestimmungen des Forums zu"
3428
+
3429
+ #: wpf-admin/tools-tabs/legal.php:91
3430
+ msgid "Forum Privacy Policy with GDPR compliant Template"
3431
+ msgstr "Forum-Datenschutzrichtlinie mit DSGVO-kompatibler Vorlage"
3432
+
3433
+ #: wpf-admin/tools-tabs/legal.php:92
3434
+ msgid ""
3435
+ "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
3436
+ "to wpForo plugin functions and features. <u>In case you enable this privacy "
3437
+ "policy template you become responsible for the content of this template.</"
3438
+ "u> Please read this text carefully and make sure it suits your community "
3439
+ "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
3440
+ "your community rules. This template includes shortcodes [forum-name] and "
3441
+ "[forum-url]. They are automatically replaced on registration page with "
3442
+ "current forum details. Don't forget to add an information about your "
3443
+ "organization, location and contacting ways (page, email, phone, etc...). "
3444
+ "Also if you have a separate privacy policy page for website please add a "
3445
+ "link to that page."
3446
+ msgstr ""
3447
+ "Dies ist ein Beispiel für eine Forum-Datenschutzrichtlinie mit DSGVO-"
3448
+ "Konformität. Es wurde an die Funktionen und Features des wpForo-Plugins "
3449
+ "angepasst. <u>Wenn du diese Datenschutzrichtlinienvorlage aktivierst, bist "
3450
+ "du für den Inhalt dieser Vorlage verantwortlich.</ u> Lese diesen Text "
3451
+ "sorgfältig durch und vergewissere dich, dass er zu deiner Community-"
3452
+ "Datenschutzerklärung passt. Wenn dies nicht der Fall ist, solltest du diesen "
3453
+ "Text bearbeiten und an deine Community-Regeln anpassen. Diese Vorlage "
3454
+ "enthält die Shortcodes [Forum-Name] und [Forum-URL]. Sie werden auf der "
3455
+ "Registrierungsseite automatisch durch die aktuellen Forendetails ersetzt. "
3456
+ "Vergesse nicht, Informationen zu deiner Organisation, deinem Standort und "
3457
+ "deinen Kontaktmöglichkeiten (Seite, E-Mail, Telefon usw.) hinzuzufügen. Wenn "
3458
+ "du eine separate Datenschutzeerklärung für die Website hast, füge bitte "
3459
+ "einen Link zu dieser Seite hinzu."
3460
+
3461
+ #: wpf-admin/tools-tabs/legal.php:114
3462
+ msgid "Checkbox: I Agree to create a forum account on Facebook Login"
3463
+ msgstr ""
3464
+ "Kontrollkästchen: Ich bin damit einverstanden, ein Forum-Konto via Facebook-"
3465
+ "Login zu erstellen"
3466
+
3467
+ #: wpf-admin/tools-tabs/legal.php:115
3468
+ msgid ""
3469
+ "If this option is enabled, the Facebook Login button becomes not-clickable "
3470
+ "until user accept automatic account creation process based on his/her "
3471
+ "Facebook public profile information. This checkbox and appropriate "
3472
+ "information will be displayed with Facebook Login button to comply with the "
3473
+ "GDPR"
3474
+ msgstr ""
3475
+ "Wenn diese Option aktiviert ist, kann die Facebook-Anmelde-Button erst dann "
3476
+ "angeklickt werden, wenn der Benutzer die automatische Kontoerstellung auf "
3477
+ "der Grundlage seiner öffentlichen Facebook-Profilinformationen akzeptiert. "
3478
+ "Dieses Kontrollkästchen und die entsprechenden Informationen werden mit dem "
3479
+ "Facebook-Anmelde-Button angezeigt, um der DSGVO zu entsprechen"
3480
+
3481
+ #: wpf-admin/tools-tabs/legal.php:126
3482
+ msgid "Forum Cookies"
3483
+ msgstr "Forum Cookies"
3484
+
3485
+ #: wpf-admin/tools-tabs/legal.php:127
3486
+ msgid ""
3487
+ "Please note, that this option is only related to wpForo cookies. This "
3488
+ "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
3489
+ "amount of data in cookies, it used to track visited forums and topics (bold "
3490
+ "and normal titles). Also when a guest (not registered user) creates a topic "
3491
+ "or post a reply, wpForo stores guest name and email address in cookies. "
3492
+ "wpForo uses this information to detect current guest content (topics, posts) "
3493
+ "and display it to the guest even if the content is under moderation (not "
3494
+ "approved by moderators). Also wpForo stores guest name and email in cookies "
3495
+ "to keep filled these fields when he/she posts a new reply or creates a new "
3496
+ "topic."
3497
+ msgstr ""
3498
+ "Bitte beachte, dass diese Option nur für wpForo-Cookies gilt. Dies "
3499
+ "deaktiviert nicht die Cookies von WordPress und anderen Plugins. wpForo "
3500
+ "speichert eine kleine Menge von Daten in Cookies, um besuchte Foren und "
3501
+ "Themen (fette und normale Titel) zu verfolgen. Auch wenn ein Gast (nicht "
3502
+ "registrierter Benutzer) ein Thema erstellt oder eine Antwort sendet, "
3503
+ "speichert wpForo den Namen und die E-Mail-Adresse des Gastes in Cookies. "
3504
+ "wpForo verwendet diese Informationen, um den aktuellen Gastinhalt (Themen, "
3505
+ "Beiträge) zu erkennen und dem Gast anzuzeigen, auch wenn der Inhalt "
3506
+ "moderiert wird (nicht von den Moderatoren genehmigt). Außerdem speichert "
3507
+ "wpForo den Namen und die E-Mail-Adresse des Gastes in Cookies, damit diese "
3508
+ "Felder beim Posten einer neuen Antwort oder beim Erstellen eines neuen "
3509
+ "Themas ausgefüllt bleiben."
3510
+
3511
+ #: wpf-admin/tools-tabs/legal.php:139
3512
+ msgid "Forum Rules"
3513
+ msgstr "Forum Regeln"
3514
+
3515
+ #: wpf-admin/tools-tabs/legal.php:145
3516
+ msgid "Checkbox: I Accept Forum Rules"
3517
+ msgstr "Kontrollkästchen: Ich akzeptiere die Forenregeln"
3518
+
3519
+ #: wpf-admin/tools-tabs/legal.php:146
3520
+ msgid ""
3521
+ "If this option is enabled, users must accept forum rules by checking the "
3522
+ "required checkbox on registration form to be able create a forum account. "
3523
+ "The label text of this checkbox can be managed in Forums > Phrases admin "
3524
+ "page. Search the label phrase, click on edit button and change it."
3525
+ msgstr ""
3526
+ "Wenn diese Option aktiviert ist, müssen Benutzer die Forenregeln "
3527
+ "akzeptieren, indem sie das erforderliche Kontrollkästchen auf dem "
3528
+ "Registrierungsformular aktivieren, um ein Forumkonto erstellen zu können. "
3529
+ "Der Bezeichnungstext dieses Kontrollkästchens kann auf der "
3530
+ "Administrationsseite \"Foren > Sätze\" verwaltet werden. Suche die "
3531
+ "Beschriftungsphrase, klicke auf die Schaltfläche \"Bearbeiten\" und ändere "
3532
+ "den Text."
3533
+
3534
+ #: wpf-admin/tools-tabs/legal.php:157
3535
+ msgid "Forum Rules Text"
3536
+ msgstr "Text der Forum Regeln"
3537
+
3538
+ #: wpf-admin/tools-tabs/legal.php:158
3539
+ msgid "This is a basic example of forum rules provided by"
3540
+ msgstr "Dies ist ein grundlegendes Beispiel für Forenregeln von"
3541
+
3542
+ #: wpf-admin/tools-tabs/legal.php:158
3543
+ msgid "You should edit this text and adapt it to your community rules."
3544
+ msgstr ""
3545
+ "Du solltest diesen Text bearbeiten und an deine Community-Regeln anpassen."
3546
+
3547
+ #: wpf-admin/tools-tabs/misc.php:11
3548
+ msgid "SEO Tools"
3549
+ msgstr "SEO Werkzeuge"
3550
+
3551
+ #: wpf-admin/tools-tabs/misc.php:19
3552
+ msgid "Allowed dofollow domains"
3553
+ msgstr "Zulässige Dofollow-Domains"
3554
+
3555
+ #: wpf-admin/tools-tabs/misc.php:20
3556
+ msgid ""
3557
+ "wpForo adds nofollow to all links with external URLs. If you want to keep "
3558
+ "some domains as internal please insert domains one per line in the textarea "
3559
+ "bellow."
3560
+ msgstr ""
3561
+ "wpForo fügt allen Links mit externen URLs \"nofollow\" hinzu. Wenn du einige "
3562
+ "Domains wie interne Domains behandeln möchtest, füge bitte eine pro Zeile in "
3563
+ "das Textfeld unten ein."
3564
+
3565
+ #: wpf-admin/tools-tabs/misc.php:27
3566
+ msgid "Noindex forum page URLs"
3567
+ msgstr "Noindex-Forenseiten-URLs"
3568
+
3569
+ #: wpf-admin/tools-tabs/misc.php:28
3570
+ msgid ""
3571
+ "The noIndex code tells Google and other search engines to NOT index the "
3572
+ "page, so that it cannot be found in search results. Please insert page URLs "
3573
+ "you do not want to be indexed one per line in the textarea bellow."
3574
+ msgstr ""
3575
+ "Der noIndex-Code weist Google und andere Suchmaschinen an, die Seite NICHT "
3576
+ "zu indizieren, damit sie nicht in den Suchergebnissen gefunden werden kann. "
3577
+ "Bitte gebe die Seiten-URLs, die nicht indiziert werden sollen, einzeln pro "
3578
+ "Zeile in das Textfeld unten ein."
3579
+
3580
+ #: wpf-admin/tools-tabs/misc.php:38
3581
+ msgid "Admin Note"
3582
+ msgstr "Admin-Hinweis"
3583
+
3584
+ #: wpf-admin/tools-tabs/misc.php:46
3585
+ msgid "Admin message on forum front page"
3586
+ msgstr "Admin-Nachricht auf der Forum-Startseite"
3587
+
3588
+ #: wpf-admin/tools-tabs/misc.php:47
3589
+ msgid ""
3590
+ "If you have something important to say on forum front page, you can use this "
3591
+ "editor. The text will be displayed under forum breadcrumb menu, above forum "
3592
+ "and topic titles."
3593
+ msgstr ""
3594
+ "Wenn du auf der Startseite des Forums etwas Wichtiges zu sagen hast, kannst "
3595
+ "du diesen Editor verwenden. Der Text wird unter der \"Breadcrumb-Navigation"
3596
+ "\" über den Titeln \"Forum\" und \"Thema\" angezeigt."
3597
+
3598
+ #: wpf-admin/tools-tabs/misc.php:65
3599
+ msgid "Display for Usergroups"
3600
+ msgstr "Für Benutzergruppen anzeigen"
3601
+
3602
+ #: wpf-admin/tools-tabs/misc.php:87
3603
+ msgid "Display on forum pages"
3604
+ msgstr "Auf Forumsseiten anzeigen"
3605
+
3606
+ #: wpf-admin/tools-tabs/misc.php:97
3607
+ msgid "Forum (topic list)"
3608
+ msgstr "Forum (Themenliste)"
3609
+
3610
+ #: wpf-admin/tools-tabs/misc.php:101
3611
+ msgid "Topic (post list)"
3612
+ msgstr "Thema (Beitragsliste)"
3613
+
3614
+ #: wpf-admin/tools-tabs/misc.php:105 wpf-includes/wpf-phrases.php:887
3615
+ msgid "Recent Posts"
3616
+ msgstr "Neueste Beiträge"
3617
+
3618
+ #: wpf-admin/tools-tabs/misc.php:109 wpf-includes/wpf-phrases.php:989
3619
+ msgid "Tags"
3620
+ msgstr "Schlagwörter"
3621
+
3622
+ #: wpf-admin/tools-tabs/misc.php:117
3623
+ msgid "Profile Home"
3624
+ msgstr "Profil-Startseite"
3625
+
3626
+ #: wpf-admin/tools-tabs/misc.php:121
3627
+ msgid "Profile Account"
3628
+ msgstr "Profilkonto"
3629
+
3630
+ #: wpf-admin/tools-tabs/misc.php:125
3631
+ msgid "Profile Activity"
3632
+ msgstr "Profilaktivität"
3633
+
3634
+ #: wpf-admin/tools-tabs/misc.php:129
3635
+ msgid "Profile Subscriptions"
3636
+ msgstr "Profil-Abonnements"
3637
+
3638
+ #: wpf-admin/tools.php:8
3639
+ msgid "Forum Tools"
3640
+ msgstr "Forumswerkzeuge"
3641
+
3642
+ #: wpf-admin/tools.php:14
3643
+ msgid "Antispam"
3644
+ msgstr "Antispam"
3645
+
3646
+ #: wpf-admin/tools.php:15
3647
+ msgid "Privacy &amp; Rules"
3648
+ msgstr "Datenschutz &amp; Regeln"
3649
+
3650
+ #: wpf-admin/tools.php:16
3651
+ msgid "Debug"
3652
+ msgstr ""
3653
+
3654
+ #: wpf-admin/tools.php:17
3655
+ msgid "Misc"
3656
+ msgstr "Verschiedenes"
3657
+
3658
+ #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
3659
+ #: wpf-admin/usergroup.php:340
3660
+ msgid "User Role"
3661
+ msgstr "Benutzerrolle"
3662
+
3663
+ #: wpf-admin/usergroup.php:35 wpf-includes/wpf-phrases.php:862
3664
+ msgid "Usergroup"
3665
+ msgstr "Benutzergruppe"
3666
+
3667
+ #: wpf-admin/usergroup.php:38
3668
+ msgid "Default Access"
3669
+ msgstr "Standardzugriff"
3670
+
3671
+ #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
3672
+ msgid "View Users"
3673
+ msgstr "Benutzer anzeigen"
3674
+
3675
+ #: wpf-admin/usergroup.php:68 wpf-admin/usergroup.php:321
3676
+ msgid "Usergroup Name"
3677
+ msgstr "Name der Benutzergruppe"
3678
+
3679
+ #: wpf-admin/usergroup.php:70
3680
+ msgid "Also used as Secondary Usergroup"
3681
+ msgstr "Wird auch als sekundäre Benutzergruppe verwendet"
3682
+
3683
+ #: wpf-admin/usergroup.php:73
3684
+ msgid "Edit this usergroup"
3685
+ msgstr "Diese Benutzergruppe bearbeiten"
3686
+
3687
+ #: wpf-admin/usergroup.php:75
3688
+ msgid "Delete this usergroup"
3689
+ msgstr "Diese Benutzergruppe löschen"
3690
+
3691
+ #: wpf-admin/usergroup.php:77
3692
+ msgid "View users list in this usergroup"
3693
+ msgstr "Zeige die Liste der Benutzer dieser Benutzergruppe an"
3694
+
3695
+ #: wpf-admin/usergroup.php:82
3696
+ msgid "The number of forum members with this usergroup. Click to view members."
3697
+ msgstr ""
3698
+ "Die Anzahl der Forumsmitglieder in dieser Benutzergruppe. Klicke hier, um "
3699
+ "Mitglieder anzuzeigen."
3700
+
3701
+ #: wpf-admin/usergroup.php:87
3702
+ msgid "is Default"
3703
+ msgstr "ist Standard"
3704
+
3705
+ #: wpf-admin/usergroup.php:90
3706
+ msgid "Users get the Default Usergroup on registration"
3707
+ msgstr ""
3708
+ "Benutzer werden bei der Registrierung der Standardbenutzergruppe zugeordnet"
3709
+
3710
+ #: wpf-admin/usergroup.php:90
3711
+ msgid "Set as Default"
3712
+ msgstr "Als Standard setzen"
3713
+
3714
+ #: wpf-admin/usergroup.php:98
3715
+ msgid "default (#15)"
3716
+ msgstr "Standard (# 15)"
3717
+
3718
+ #: wpf-admin/usergroup.php:110
3719
+ msgid "Synchronize Users Usergroups and Roles"
3720
+ msgstr "Synchronisiere Benutzergruppen und Rollen der Benutzer"
3721
+
3722
+ #: wpf-admin/usergroup.php:111
3723
+ msgid "Synchronize"
3724
+ msgstr "Synchronisieren"
3725
+
3726
+ #: wpf-admin/usergroup.php:136
3727
+ msgid "Note:"
3728
+ msgstr "Hinweis:"
3729
+
3730
+ #: wpf-admin/usergroup.php:137
3731
+ #, php-format
3732
+ msgid ""
3733
+ "The [Synchronize] button changes all users Usergroups according to the users "
3734
+ "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
3735
+ "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
3736
+ "Usergroup in forum. The synchronization process may take a few seconds or "
3737
+ "dozens of minutes, it depends on the number of users. Please be patient, "
3738
+ "don't close this page and wait until the progress counter says "
3739
+ "100% completed."
3740
+ msgstr ""
3741
+ "Der Button [Synchronize] ändert die Benutzergruppen aller Benutzer "
3742
+ "entsprechend den Benutzerrollen. Wenn du beispielsweise die Rolle "
3743
+ "\"Contributor\" für die Benutzergruppe \"Registered\" auswählst, werden alle "
3744
+ "Benutzer mit der Rolle \"Contributor\" der Benutzergruppe \"Registered\" im "
3745
+ "Forum zugeordnet. Der Synchronisierungsvorgang kann einige Sekunden oder "
3746
+ "Dutzende von Minuten dauern. Dies hängt von der Anzahl der Benutzer ab. "
3747
+ "Bitte habe etwas Geduld, schließe diese Seite nicht und warte, bis der "
3748
+ "Fortschrittszähler \"100 Prozent abgeschlossen\" anzeigt."
3749
+
3750
+ #: wpf-admin/usergroup.php:146
3751
+ msgid "User Roles"
3752
+ msgstr "Benutzerrollen"
3753
+
3754
+ #: wpf-admin/usergroup.php:148
3755
+ msgid ""
3756
+ "In the table above (Usergroups) you can see the list of all available forum "
3757
+ "Usergroups. The first column of this table displays selected User Roles "
3758
+ "which are synched with certain Usergroup. However some User Roles are still "
3759
+ "not synced with any Usergroup of your forum. You can find not-synced User "
3760
+ "Roles in the table below (User Roles). If you use any of these not-synced "
3761
+ "User Roles and you want to grant some forum accesses to users of these User "
3762
+ "Roles you should create new Usergroups for each of them. Once new Usergroup "
3763
+ "is created, you should use the [Synchronize] button in the table above to "
3764
+ "synchronize User Roles with new Usergroups."
3765
+ msgstr ""
3766
+ "In der oberen Tabelle (Benutzergruppen) siehst du die Liste aller "
3767
+ "verfügbaren Forums-Benutzergruppen. In der ersten Spalte dieser Tabelle "
3768
+ "werden ausgewählte Benutzerrollen angezeigt, die mit einer bestimmten "
3769
+ "Benutzergruppe synchronisiert sind. Einige Benutzerrollen werden jedoch "
3770
+ "immer noch nicht mit einer Benutzergruppe deines Forums synchronisiert sein. "
3771
+ "Nicht synchronisierte Benutzerrollen findest du in der folgenden Tabelle "
3772
+ "(Benutzerrollen). Wenn du eine dieser nicht synchronisierten Benutzerrollen "
3773
+ "verwenden und Benutzern dieser Benutzerrollen Forumszugriffe gewähren "
3774
+ "möchtest, solltest du für jede dieser Benutzerrollen neue Benutzergruppen "
3775
+ "erstellen. Sobald eine neue Benutzergruppe erstellt wurde, solltest du die "
3776
+ "Schaltfläche [Synchronisieren] in der oberen Tabelle verwenden, um "
3777
+ "Benutzerrollen mit neuen Benutzergruppen zu synchronisieren."
3778
+
3779
+ #: wpf-admin/usergroup.php:153
3780
+ msgid "Role Name"
3781
+ msgstr "Name der Benutzerrolle"
3782
+
3783
+ #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
3784
+ msgid "Users"
3785
+ msgstr "Benutzer"
3786
+
3787
+ #: wpf-admin/usergroup.php:171
3788
+ msgid "Add Usergroup to synch"
3789
+ msgstr "Benutzergruppe zur Synchronisierung hinzufügen"
3790
+
3791
+ #: wpf-admin/usergroup.php:173
3792
+ msgid "Not Synched"
3793
+ msgstr "Nicht synchronisiert"
3794
+
3795
+ #: wpf-admin/usergroup.php:174
3796
+ msgid "One User Role cannot be synched with multiple Usergroups."
3797
+ msgstr ""
3798
+ "Eine Benutzerrolle kann nicht mit mehreren Benutzergruppen synchronisiert "
3799
+ "werden."
3800
+
3801
+ #: wpf-admin/usergroup.php:176
3802
+ msgid "Synched"
3803
+ msgstr "Synchronisiert"
3804
+
3805
+ #: wpf-admin/usergroup.php:217
3806
+ msgid "Complete!"
3807
+ msgstr "Vollständig!"
3808
+
3809
+ #: wpf-admin/usergroup.php:246
3810
+ msgid "Delete Chosen Usergroup And Users"
3811
+ msgstr "Lösche gewählte Benutzergruppe und Benutze"
3812
+
3813
+ #: wpf-admin/usergroup.php:252
3814
+ msgid ""
3815
+ "This option has disabled because you have more than 50 users in this group."
3816
+ msgstr ""
3817
+
3818
+ #: wpf-admin/usergroup.php:259
3819
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
3820
+ msgstr ""
3821
+ "Lösche gewählte Benutzergruppe und füge die Benutzer einer anderen "
3822
+ "Benutzergruppe hinzu"
3823
+
3824
+ #: wpf-admin/usergroup.php:271
3825
+ msgid "Users will be join this usergroup"
3826
+ msgstr "Benutzer werden dieser Benutzergruppe zugeordnet"
3827
+
3828
+ #: wpf-admin/usergroup.php:321 wpf-includes/wpf-phrases.php:319
3829
+ msgid "Guest"
3830
+ msgstr "Gast"
3831
+
3832
+ #: wpf-admin/usergroup.php:326
3833
+ msgid "Usergroup Color"
3834
+ msgstr "Farbe der Benutzergruppe"
3835
+
3836
+ #: wpf-admin/usergroup.php:329
3837
+ msgid "use default link color"
3838
+ msgstr "Standard-Linkfarbe verwenden"
3839
+
3840
+ #: wpf-admin/usergroup.php:353
3841
+ msgid "Default Forum Access"
3842
+ msgstr "Standard-Forumszugriff"
3843
+
3844
+ #: wpf-admin/usergroup.php:358
3845
+ msgid ""
3846
+ "This is only used when a new Usergroup is created, it automatically gets the "
3847
+ "selected Forum Access in all forums."
3848
+ msgstr ""
3849
+ "Dies wird nur verwendet, wenn eine neue Benutzergruppe erstellt wird, die "
3850
+ "automatisch den ausgewählten Forumszugriff auf alle Foren erhält."
3851
+
3852
+ #: wpf-admin/usergroup.php:364
3853
+ msgid "Display on Members List"
3854
+ msgstr "In der Mitgliederliste anzeigen"
3855
+
3856
+ #: wpf-admin/usergroup.php:371
3857
+ msgid "Can be also used as Secondary Usergroup"
3858
+ msgstr "Kann auch als sekundäre Benutzergruppe verwendet werden"
3859
+
3860
+ #: wpf-includes/class-actions.php:2093
3861
+ msgid "Theme activate error"
3862
+ msgstr ""
3863
+
3864
+ #: wpf-includes/class-actions.php:2102
3865
+ msgid "Theme activate success"
3866
+ msgstr ""
3867
+
3868
+ #: wpf-includes/class-actions.php:2125
3869
+ msgid "Theme install error"
3870
+ msgstr ""
3871
+
3872
+ #: wpf-includes/class-actions.php:2134
3873
+ msgid "Theme install success"
3874
+ msgstr ""
3875
+
3876
+ #: wpf-includes/class-actions.php:2157
3877
+ msgid "Theme delete error"
3878
+ msgstr ""
3879
+
3880
+ #: wpf-includes/class-actions.php:2165
3881
+ msgid "Theme delete success"
3882
+ msgstr ""
3883
+
3884
+ #: wpf-includes/class-actions.php:2188
3885
+ msgid "Theme reset error"
3886
+ msgstr ""
3887
+
3888
+ #: wpf-includes/class-actions.php:2196
3889
+ msgid "Theme reset success"
3890
+ msgstr ""
3891
+
3892
+ #: wpf-includes/class-api.php:200
3893
+ msgid "Please login into Facebook and then click connect button again"
3894
+ msgstr ""
3895
+ "Bitte logge dich bei Facebook ein und klicke erneut auf die Schaltfläche "
3896
+ "\"Verbinden\""
3897
+
3898
+ #: wpf-includes/class-api.php:227
3899
+ msgid ""
3900
+ "Your email is required to be able authorize you here. Please try loging "
3901
+ "again. "
3902
+ msgstr ""
3903
+ "Deine E-Mail-Adresse ist erforderlich, um dich hier autorisieren zu können. "
3904
+ "Bitte versuche es erneut "
3905
+
3906
+ #: wpf-includes/class-api.php:232
3907
+ msgid "Invalid User"
3908
+ msgstr "Ungültiger Benutzer"
3909
+
3910
+ #: wpf-includes/class-api.php:242 wpf-includes/wpf-phrases.php:824
3911
+ msgid "User registration is disabled"
3912
+ msgstr "Benutzerregistrierung ist deaktiviert"
3913
+
3914
+ #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:746
3915
+ msgid "Can view forum"
3916
+ msgstr "Kann Forum ansehen"
3917
+
3918
+ #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:747
3919
+ msgid "Can create topic"
3920
+ msgstr "Kann Thema erstellen"
3921
+
3922
+ #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:748
3923
+ msgid "Can view topic"
3924
+ msgstr "Kann Thema ansehen"
3925
+
3926
+ #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:749
3927
+ msgid "Can edit topic"
3928
+ msgstr "Kann Thema bearbeiten"
3929
+
3930
+ #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:750
3931
+ msgid "Can delete topic"
3932
+ msgstr "Kann Thema löschen"
3933
+
3934
+ #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:751
3935
+ msgid "Can post reply"
3936
+ msgstr "Kann Antwort schreiben"
3937
+
3938
+ #: wpf-includes/class-forums.php:48
3939
+ msgid "Can reply to own topic"
3940
+ msgstr ""
3941
+
3942
+ #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:752
3943
+ msgid "Can view replies"
3944
+ msgstr "Kann Antworten ansehen"
3945
+
3946
+ #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:753
3947
+ msgid "Can edit replies"
3948
+ msgstr "Kann Antworten bearbeiten"
3949
+
3950
+ #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:754
3951
+ msgid "Can delete replies"
3952
+ msgstr "Kann Antworten löschen"
3953
+
3954
+ #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:755
3955
+ msgid "Can edit own topic"
3956
+ msgstr "Kann eigenes Thema bearbeiten"
3957
+
3958
+ #: wpf-includes/class-forums.php:53
3959
+ msgid "Can edit own reply"
3960
+ msgstr "Kann eigene Antwort bearbeiten"
3961
+
3962
+ #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:757
3963
+ msgid "Can delete own topic"
3964
+ msgstr "Kann eigenes Thema löschen"
3965
+
3966
+ #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:758
3967
+ msgid "Can delete own reply"
3968
+ msgstr "Kann eigene Antwort löschen"
3969
+
3970
+ #: wpf-includes/class-forums.php:56
3971
+ msgid "Can add tags"
3972
+ msgstr "Kann Schlagwörter hinzufügen"
3973
+
3974
+ #: wpf-includes/class-forums.php:57
3975
+ msgid "Can subscribe"
3976
+ msgstr "Kann abonnieren"
3977
+
3978
+ #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:759
3979
+ msgid "Can like"
3980
+ msgstr "Kann liken"
3981
+
3982
+ #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:760
3983
+ msgid "Can report"
3984
+ msgstr "Kann melden"
3985
+
3986
+ #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:761
3987
+ msgid "Can set topic sticky"
3988
+ msgstr "Kann Thema anpinnen"
3989
+
3990
+ #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:762
3991
+ msgid "Can set topic private"
3992
+ msgstr "Kann Thema privat machen"
3993
+
3994
+ #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:840
3995
+ msgid "Can set own topic private"
3996
+ msgstr "Kann eigenes Thema privat machen"
3997
+
3998
+ #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:841
3999
+ msgid "Can view private topic"
4000
+ msgstr "Kann privates Thema ansehen"
4001
+
4002
+ #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:770
4003
+ msgid "Can approve/unapprove content"
4004
+ msgstr "Kann Inhalte abonnieren/ Abos beenden"
4005
+
4006
+ #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:794
4007
+ msgid "Can set topic solved"
4008
+ msgstr "Kann Thema auf gelöst setzen"
4009
+
4010
+ #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:795
4011
+ msgid "Can set own topic solved"
4012
+ msgstr "Kann eigenes Thema auf gelöst setzen"
4013
+
4014
+ #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:763
4015
+ msgid "Can vote"
4016
+ msgstr "Kann abstimmen"
4017
+
4018
+ #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:764
4019
+ msgid "Can attach file"
4020
+ msgstr "Kann Datei anhängen"
4021
+
4022
+ #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:769
4023
+ msgid "Can view attached files"
4024
+ msgstr "Kann Dateianhänge ansehen"
4025
+
4026
+ #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:765
4027
+ msgid "Can set topic answered"
4028
+ msgstr "Kann Thema auf \"Beantwortet\" setzen"
4029
+
4030
+ #: wpf-includes/class-forums.php:71 wpf-includes/wpf-phrases.php:766
4031
+ msgid "Can set own topic answered"
4032
+ msgstr "Kann eigenes Thema auf \"Beantwortet\" setzen"
4033
+
4034
+ #: wpf-includes/class-forums.php:72
4035
+ msgid "Can answer own question"
4036
+ msgstr "Kann eigene Frage beantworten"
4037
+
4038
+ #: wpf-includes/class-forums.php:73 wpf-includes/wpf-phrases.php:767
4039
+ msgid "Can close topic"
4040
+ msgstr "Kann Thema schließen"
4041
+
4042
+ #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:768
4043
+ msgid "Can move topic"
4044
+ msgstr "Kann Thema verschieben"
4045
+
4046
+ #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:771
4047
+ msgid "Can create poll"
4048
+ msgstr "Kann Umfrage erstellen"
4049
+
4050
+ #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:772
4051
+ msgid "Can vote poll"
4052
+ msgstr "Kann in Umfrage abstimmen"
4053
+
4054
+ #: wpf-includes/class-forums.php:77 wpf-includes/wpf-phrases.php:773
4055
+ msgid "Can view poll result"
4056
+ msgstr "Kann Umfrageergebnis ansehen"
4057
+
4058
+ #: wpf-includes/class-forums.php:752
4059
+ msgid "Add a new Subforum"
4060
+ msgstr "Neues Unter-Forum hinzufügen"
4061
+
4062
+ #: wpf-includes/class-forums.php:752
4063
+ msgid "Add a new Forum in this Category"
4064
+ msgstr "Neues Foru zu dieser Kategorie hinzufügen"
4065
+
4066
+ #: wpf-includes/class-members.php:188
4067
+ msgid "<strong>ERROR</strong>: Please enter a username."
4068
+ msgstr "<strong>FEHLER</strong>: Gebe bitte einen Benutzernamen ein."
4069
+
4070
+ #: wpf-includes/class-members.php:193
4071
+ msgid ""
4072
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
4073
+ "characters. Please enter a valid username."
4074
+ msgstr ""
4075
+ "<strong>FEHLER</strong>: Dieser Benutzername ist ungültig, da er nicht "
4076
+ "zugelassene Zeichen verwendet. Bitte gib einen gültigen Benutzernamen ein."
4077
+
4078
+ #: wpf-includes/class-members.php:204
4079
+ msgid ""
4080
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
4081
+ "another one."
4082
+ msgstr ""
4083
+ "<strong>FEHLER</strong>: Diese E-Mail-Adresse ist bereits registriert. Bitte "
4084
+ "wähle eine andere."
4085
+
4086
+ #: wpf-includes/class-members.php:209
4087
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
4088
+ msgstr "<strong>FEHLER</strong>: Dieser Benutzername ist leider nicht erlaubt."
4089
+
4090
+ #: wpf-includes/class-members.php:214
4091
+ msgid "<strong>ERROR</strong>: Please type your email address."
4092
+ msgstr "<strong>FEHLER</strong>: Bitte gebe deine E-Mail-Adresse ein."
4093
+
4094
+ #: wpf-includes/class-members.php:219
4095
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
4096
+ msgstr "<strong>FEHLER</strong>: Die E-Mail-Adresse ist nicht korrekt."
4097
+
4098
+ #: wpf-includes/class-members.php:225
4099
+ msgid ""
4100
+ "<strong>ERROR</strong>: This email is already registered, please choose "
4101
+ "another one."
4102
+ msgstr ""
4103
+ "<strong>FEHLER</strong>: Diese E-Mail ist bereits registriert, wähle bitte "
4104
+ "eine andere."
4105
+
4106
+ #: wpf-includes/class-members.php:1957
4107
+ msgid "What should be done with wpForo content owned by this user?"
4108
+ msgstr "Was soll mit wpForo-Inhalten geschehen, die diesem Benutzer gehören?"
4109
+
4110
+ #: wpf-includes/class-members.php:1959
4111
+ msgid "What should be done with wpForo content owned by these users?"
4112
+ msgstr "Was soll mit wpForo-Inhalten geschehen, die diesen Benutzern gehören?"
4113
+
4114
+ #: wpf-includes/class-members.php:1963
4115
+ msgid "Delete all wpForo content."
4116
+ msgstr "Lösche alle Inhalte von wpForo."
4117
+
4118
+ #: wpf-includes/class-members.php:1965
4119
+ msgid "Attribute all content to:"
4120
+ msgstr "Ordne den gesamten Inhalt zu:"
4121
+
4122
+ #: wpf-includes/class-moderation.php:173
4123
+ msgid ""
4124
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
4125
+ "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
4126
+ msgstr ""
4127
+ "Möglicherweise wurden Spam-Dateianhänge von wpForo Spam Control erkannt. "
4128
+ "Bitte moderiere verdächtige Dateien in Foren &gt; Tools &gt; Antispam-Tab."
4129
+
4130
+ #: wpf-includes/class-notices.php:166 wpf-includes/wpf-phrases.php:255
4131
+ msgid "Dismiss this notice."
4132
+ msgstr "Diese Meldung ausblenden."
4133
+
4134
+ #: wpf-includes/class-notices.php:206
4135
+ msgid "New Addons for Your Forum!"
4136
+ msgstr "Neue Add-ons für dein Forum!"
4137
+
4138
+ #: wpf-includes/class-notices.php:206
4139
+ msgid "Extend your forum with wpForo addons"
4140
+ msgstr "Erweitere dein Forum mit wpForo Add-ons"
4141
+
4142
+ #: wpf-includes/class-notices.php:219
4143
+ msgid "View all Addons"
4144
+ msgstr "Alle Add-ons anzeigen"
4145
+
4146
+ #: wpf-includes/class-phrases.php:196 wpf-includes/wpf-phrases.php:193
4147
+ msgid " Forum"
4148
+ msgstr " Forum"
4149
+
4150
+ #: wpf-includes/class-phrases.php:197 wpf-includes/wpf-phrases.php:192
4151
+ msgid " Discussion Board"
4152
+ msgstr " Diskussionsforum"
4153
+
4154
+ #: wpf-includes/class-posts.php:65
4155
+ msgid "You are not permitted to view this attachment"
4156
+ msgstr "Du hast nicht die Berechtigung, diesen Anhang anzusehen"
4157
+
4158
+ #: wpf-includes/class-subscribes.php:30
4159
+ msgid "Please confirm subscription to [entry_title]"
4160
+ msgstr "Bestätige bitte das Abonnement für [entry_title]"
4161
+
4162
+ #: wpf-includes/class-subscribes.php:31
4163
+ msgid ""
4164
+ "Hello [member_name]!<br>\n"
4165
+ " Thank you for subscribing.<br>\n"
4166
+ " This is an automated response.<br>\n"
4167
+ " We are glad to inform you that after confirmation you will get updates from "
4168
+ "- [entry_title].<br>\n"
4169
+ " Please click on link below to complete this step.<br>\n"
4170
+ " [confirm_link]"
4171
+ msgstr ""
4172
+
4173
+ #: wpf-includes/class-subscribes.php:32
4174
+ msgid "New Topic"
4175
+ msgstr "Neues Thema"
4176
+
4177
+ #: wpf-includes/class-subscribes.php:33
4178
+ msgid ""
4179
+ "Hello [member_name]!<br>\n"
4180
+ " New topic has been created on your subscribed forum - [forum].\n"
4181
+ " <br><br>\n"
4182
+ " <strong>[topic_title]</strong>\n"
4183
+ " <blockquote>\n"
4184
+ " [topic_desc]\n"
4185
+ " </blockquote>\n"
4186
+ " <br><hr>\n"
4187
+ " If you want to unsubscribe from this forum please use the link below.<br>\n"
4188
+ " [unsubscribe_link]"
4189
+ msgstr ""
4190
+
4191
+ #: wpf-includes/class-subscribes.php:34 wpf-includes/wpf-phrases.php:1069
4192
+ msgid "New Reply"
4193
+ msgstr "Neue Antwort"
4194
+
4195
+ #: wpf-includes/class-subscribes.php:35
4196
+ msgid ""
4197
+ "Hello [member_name]!<br>\n"
4198
+ " New reply has been posted on your subscribed topic - [topic].\n"
4199
+ " <br><br>\n"
4200
+ " <strong>[reply_title]</strong>\n"
4201
+ " <blockquote >\n"
4202
+ " [reply_desc]\n"
4203
+ " </blockquote>\n"
4204
+ " <br><hr>\n"
4205
+ " If you want to unsubscribe from this topic please use the link below.<br>\n"
4206
+ " [unsubscribe_link]"
4207
+ msgstr ""
4208
+
4209
+ #: wpf-includes/class-subscribes.php:36
4210
+ msgid "Forum Post Report"
4211
+ msgstr "Forumsbeitrag gemeldet"
4212
+
4213
+ #: wpf-includes/class-subscribes.php:37
4214
+ msgid ""
4215
+ "<strong>Report details:</strong>\n"
4216
+ " Reporter: [reporter], <br>\n"
4217
+ " Message: [message],<br>\n"
4218
+ " <br>\n"
4219
+ " [post_url]"
4220
+ msgstr ""
4221
+
4222
+ #: wpf-includes/class-subscribes.php:39
4223
+ msgid "[blogname] New User Registration"
4224
+ msgstr "[blogname] Neue Benutzerregistrierung"
4225
+
4226
+ #: wpf-includes/class-subscribes.php:40
4227
+ msgid ""
4228
+ "New user registration on your site [blogname]:\n"
4229
+ "\n"
4230
+ "Username: [user_login]\n"
4231
+ "\n"
4232
+ "Email: [user_email]\n"
4233
+ msgstr ""
4234
+
4235
+ #: wpf-includes/class-subscribes.php:42
4236
+ msgid "[blogname] Your username and password info"
4237
+ msgstr "[blogname] Deine Benutzer- und Passwortinformationen"
4238
+
4239
+ #: wpf-includes/class-subscribes.php:43
4240
+ msgid ""
4241
+ "Username: [user_login]\n"
4242
+ "\n"
4243
+ "To set your password, visit the following address:\n"
4244
+ "\n"
4245
+ "[set_password_url]\n"
4246
+ "\n"
4247
+ msgstr ""
4248
+
4249
+ #: wpf-includes/class-subscribes.php:45
4250
+ msgid ""
4251
+ "Hello! \n"
4252
+ "\n"
4253
+ " You asked us to reset your password for your account using the email "
4254
+ "address [user_login]. \n"
4255
+ "\n"
4256
+ " If this was a mistake, or you didn't ask for a password reset, just ignore "
4257
+ "this email and nothing will happen. \n"
4258
+ "\n"
4259
+ " To reset your password, visit the following address: \n"
4260
+ "\n"
4261
+ " [reset_password_url] \n"
4262
+ "\n"
4263
+ " Thanks!"
4264
+ msgstr ""
4265
+
4266
+ #: wpf-includes/class-subscribes.php:47
4267
+ msgid "You have been mentioned in forum post"
4268
+ msgstr "Du wurdest in einem Forumsbeitrag erwähnt"
4269
+
4270
+ #: wpf-includes/class-subscribes.php:48
4271
+ msgid ""
4272
+ "Hi [mentioned-user-name]! <br>\n"
4273
+ "\n"
4274
+ " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
4275
+ "name].<br/><br/>\n"
4276
+ "\n"
4277
+ " Post URL: [post-url]"
4278
+ msgstr ""
4279
+
4280
+ #: wpf-includes/class-template.php:819
4281
+ msgid "Insert link"
4282
+ msgstr "Link einfügen"
4283
+
4284
+ #: wpf-includes/class-template.php:820
4285
+ msgid "Link Text"
4286
+ msgstr "Link-Text"
4287
+
4288
+ #: wpf-includes/class-template.php:821
4289
+ msgid "Open link in a new tab"
4290
+ msgstr "Link in einem neuen Tab öffnen"
4291
+
4292
+ #: wpf-includes/class-template.php:822
4293
+ msgid "Insert Spoiler"
4294
+ msgstr ""
4295
+
4296
+ #: wpf-includes/class-template.php:823
4297
+ msgid "Spoiler"
4298
+ msgstr ""
4299
+
4300
+ #: wpf-includes/class-template.php:2338 wpf-includes/wpf-phrases.php:513
4301
+ msgid "Theme file not readable"
4302
+ msgstr "Theme-Datei nicht lesbar"
4303
+
4304
+ #: wpf-includes/class-usergroups.php:61
4305
+ msgid "Front - Can pass moderation"
4306
+ msgstr "Front - Kann Moderation übergeben"
4307
+
4308
+ #: wpf-includes/class-usergroups.php:62
4309
+ msgid "Front - Can view statistic"
4310
+ msgstr ""
4311
+
4312
+ #: wpf-includes/class-usergroups.php:63 wpf-includes/wpf-phrases.php:729
4313
+ msgid "Front - Can view members"
4314
+ msgstr "Front - Kann Mitglieder ansehen"
4315
+
4316
+ #: wpf-includes/class-usergroups.php:64 wpf-includes/wpf-phrases.php:730
4317
+ msgid "Front - Can view profiles"
4318
+ msgstr "Front - Kann Profile ansehen"
4319
+
4320
+ #: wpf-includes/class-usergroups.php:65
4321
+ msgid "Front - Can view member activity"
4322
+ msgstr "Front - Kann Mitgliederaktivität sehen"
4323
+
4324
+ #: wpf-includes/class-usergroups.php:66
4325
+ msgid "Front - Can view member subscriptions"
4326
+ msgstr "Front - Kann Mitglieder-Abonnements sehen"
4327
+
4328
+ #: wpf-includes/class-usergroups.php:68 wpf-includes/wpf-phrases.php:731
4329
+ msgid "Front - Can upload avatar"
4330
+ msgstr "Front - Kann Avatar hochladen"
4331
+
4332
+ #: wpf-includes/class-usergroups.php:69 wpf-includes/wpf-phrases.php:732
4333
+ msgid "Front - Can have signature"
4334
+ msgstr "Front - Kann eine Signatur haben"
4335
+
4336
+ #: wpf-includes/class-usergroups.php:70 wpf-includes/wpf-phrases.php:733
4337
+ msgid "Front - Can view avatars"
4338
+ msgstr "Front - Kann Avatare ansehen"
4339
+
4340
+ #: wpf-includes/class-usergroups.php:73 wpf-includes/wpf-phrases.php:735
4341
+ msgid "Front - Can view member email"
4342
+ msgstr "Front - Kann Mitglieder-E-Mail-Adressen sehen"
4343
+
4344
+ #: wpf-includes/class-usergroups.php:74 wpf-includes/wpf-phrases.php:736
4345
+ msgid "Front - Can view member title"
4346
+ msgstr "Front - Kann Mitgliedertitel sehen"
4347
+
4348
+ #: wpf-includes/class-usergroups.php:75
4349
+ msgid "Front - Can view member custom title"
4350
+ msgstr "Front - Kann benutzerdefinierten Mitgliedertitel sehen"
4351
+
4352
+ #: wpf-includes/class-usergroups.php:76 wpf-includes/wpf-phrases.php:737
4353
+ msgid "Front - Can view member reputation"
4354
+ msgstr "Front - Kann Mitgliederreputation sehen"
4355
+
4356
+ #: wpf-includes/class-usergroups.php:77 wpf-includes/wpf-phrases.php:738
4357
+ msgid "Front - Can view member website"
4358
+ msgstr "Front - Kann Mitglieder-Websites ansehen"
4359
+
4360
+ #: wpf-includes/class-usergroups.php:78 wpf-includes/wpf-phrases.php:739
4361
+ msgid "Front - Can view member social networks"
4362
+ msgstr "Front - Kann Soziale Netzwerke von Mitgliedern sehen"
4363
+
4364
+ #: wpf-includes/class-usergroups.php:79 wpf-includes/wpf-phrases.php:740
4365
+ msgid "Front - Can view member reg. date"
4366
+ msgstr "Front - Kann Registrierungsdatum von Mitgliedern sehen"
4367
+
4368
+ #: wpf-includes/class-usergroups.php:80 wpf-includes/wpf-phrases.php:741
4369
+ msgid "Front - Can view member location"
4370
+ msgstr "Front - Kann den Mitgliederstandort sehen"
4371
+
4372
+ #: wpf-includes/class-usergroups.php:81 wpf-includes/wpf-phrases.php:742
4373
+ msgid "Front - Can view member occupation"
4374
+ msgstr "Front - Kann die Mitgliederbeschäftigung sehen"
4375
+
4376
+ #: wpf-includes/class-usergroups.php:82 wpf-includes/wpf-phrases.php:743
4377
+ msgid "Front - Can view member signature"
4378
+ msgstr "Front - Kann Mitgliedersignatur sehen"
4379
+
4380
+ #: wpf-includes/class-usergroups.php:83 wpf-includes/wpf-phrases.php:744
4381
+ msgid "Front - Can view member about me"
4382
+ msgstr "Front - Kann \"Über mich\" von Mitgliedern sehen"
4383
+
4384
+ #: wpf-includes/class-usergroups.php:84 wpf-includes/wpf-phrases.php:745
4385
+ msgid "Front - Can write PM"
4386
+ msgstr "Front - Kann PM schreiben"
4387
+
4388
+ #: wpf-includes/class-usergroups.php:85
4389
+ msgid "Front - Can access to attachments"
4390
+ msgstr ""
4391
+
4392
+ #: wpf-includes/class-usergroups.php:86
4393
+ msgid "Front - Can access to add topic page"
4394
+ msgstr ""
4395
+
4396
+ #: wpf-includes/functions-installation.php:441
4397
+ msgid "Start Profile Synchronization"
4398
+ msgstr "Starte Profil-Synchronisation"
4399
+
4400
+ #: wpf-includes/functions-installation.php:441
4401
+ msgid "Continue Synchronization"
4402
+ msgstr "Synchronisation fortsetzen"
4403
+
4404
+ #: wpf-includes/functions-installation.php:444
4405
+ msgid ""
4406
+ "This process may take a few seconds or dozens of minutes, please be patient "
4407
+ "and don't close this page."
4408
+ msgstr ""
4409
+ "Dieser Vorgang kann einige Sekunden oder Dutzende von Minuten dauern. Bitte "
4410
+ "habe etwas Geduld und schließe diese Seite nicht."
4411
+
4412
+ #: wpf-includes/functions-installation.php:445
4413
+ #: wpf-includes/functions-installation.php:456
4414
+ msgid ""
4415
+ "You can permanently disable this message in Dashboard > Forums > Features "
4416
+ "admin page."
4417
+ msgstr ""
4418
+ "Du kannst diese Meldung auf der Administrationsseite Dashboard > Foren > "
4419
+ "Funktionen dauerhaft deaktivieren."
4420
+
4421
+ #: wpf-includes/functions-installation.php:447
4422
+ msgid "wpForo Forum Installation | "
4423
+ msgstr "wpForo Foreninstallation | "
4424
+
4425
+ #: wpf-includes/functions-installation.php:448
4426
+ msgid ""
4427
+ "Forum users' profile data are not synchronized yet, this step is required! "
4428
+ "Please click the button below to complete installation."
4429
+ msgstr ""
4430
+ "Die Profildaten der Forums-Benutzer sind noch nicht synchronisiert. Dieser "
4431
+ "Schritt ist erforderlich! Bitte klicke unten auf den Button, um die "
4432
+ "Installation abzuschließen."
4433
+
4434
+ #: wpf-includes/functions-installation.php:455
4435
+ msgid ""
4436
+ "This process may take a few seconds or dozens of minutes, please be patient "
4437
+ "and don't close this page. Database backup is not required. If you got 500 "
4438
+ "Server Error please don't worry, the data updating process is still working "
4439
+ "in MySQL server."
4440
+ msgstr ""
4441
+ "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
4442
+ "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
4443
+ "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
4444
+ "auf dem MySQL-Server weiter."
4445
+
4446
+ #: wpf-includes/functions-installation.php:458
4447
+ msgid "wpForo Database Update Problem - Action Required!"
4448
+ msgstr ""
4449
+
4450
+ #: wpf-includes/functions-installation.php:459
4451
+ msgid ""
4452
+ "Forum database is not updated properly. Please click the button below for "
4453
+ "further instruction."
4454
+ msgstr ""
4455
+
4456
+ #: wpf-includes/functions-installation.php:782
4457
+ msgid "Main Category"
4458
+ msgstr "Haupt-Kategorie"
4459
+
4460
+ #: wpf-includes/functions-installation.php:782
4461
+ msgid "This is a simple category / section"
4462
+ msgstr "Dies ist eine einfache Kategorie/ Sektion"
4463
+
4464
+ #: wpf-includes/functions-installation.php:783
4465
+ msgid "Main Forum"
4466
+ msgstr "Haupt-Forum"
4467
+
4468
+ #: wpf-includes/functions-installation.php:783
4469
+ msgid "This is a simple parent forum"
4470
+ msgstr "Dies ist ein einfaches übergeordnetes Forum"
4471
+
4472
+ #: wpf-includes/functions-template.php:7
4473
+ msgid "wpForo Menu"
4474
+ msgstr "wpForo Menü"
4475
+
4476
+ #: wpf-includes/functions-template.php:162 wpf-includes/wpf-phrases.php:596
4477
+ msgid "wpForo Sidebar"
4478
+ msgstr "wpForo Seitenleiste"
4479
+
4480
+ #: wpf-includes/functions-template.php:163 wpf-includes/wpf-phrases.php:377
4481
+ msgid ""
4482
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
4483
+ "Width' template for wpForo index page to avoid sidebar duplication."
4484
+ msgstr ""
4485
+ "HINWEIS: Wenn du Widgets in diese Seitenleiste einfügen möchtest, verwende "
4486
+ "die Vorlage \"Volle Breite\" für die wpForo-Indexseite, um eine Duplizierung "
4487
+ "der Seitenleiste zu vermeiden."
4488
+
4489
+ #: wpf-includes/functions-template.php:185
4490
+ #: wpf-includes/functions-template.php:279 wpf-includes/wpf-phrases.php:376
4491
+ msgid "My Profile"
4492
+ msgstr "Mein Profil"
4493
+
4494
+ #: wpf-includes/functions-template.php:186
4495
+ #: wpf-includes/functions-template.php:205
4496
+ #: wpf-includes/functions-template.php:280 wpf-includes/wpf-phrases.php:1062
4497
+ msgid "Join Us!"
4498
+ msgstr ""
4499
+
4500
+ #: wpf-includes/functions-template.php:289
4501
+ msgid "Title for Users"
4502
+ msgstr ""
4503
+
4504
+ #: wpf-includes/functions-template.php:293
4505
+ msgid "Title for Guests"
4506
+ msgstr ""
4507
+
4508
+ #: wpf-includes/functions-template.php:297
4509
+ msgid "Hide avatar"
4510
+ msgstr ""
4511
+
4512
+ #: wpf-includes/functions-template.php:301
4513
+ msgid "Hide user name"
4514
+ msgstr ""
4515
+
4516
+ #: wpf-includes/functions-template.php:305
4517
+ msgid "Hide notification bell"
4518
+ msgstr ""
4519
+
4520
+ #: wpf-includes/functions-template.php:309
4521
+ msgid "Hide user data"
4522
+ msgstr ""
4523
+
4524
+ #: wpf-includes/functions-template.php:313
4525
+ msgid "Hide buttons"
4526
+ msgstr ""
4527
+
4528
+ #: wpf-includes/functions-template.php:317
4529
+ msgid "Hide this widget for guests"
4530
+ msgstr ""
4531
+
4532
+ #: wpf-includes/functions-template.php:472
4533
+ msgid "User Groups"
4534
+ msgstr "Benutzergruppen"
4535
+
4536
+ #: wpf-includes/functions-template.php:478
4537
+ #: wpf-includes/functions-template.php:641
4538
+ #: wpf-includes/functions-template.php:910
4539
+ #: wpf-includes/functions-template.php:1041 wpf-includes/wpf-phrases.php:396
4540
+ msgid "Number of Items"
4541
+ msgstr "Anzahl der Elemente"
4542
+
4543
+ #: wpf-includes/functions-template.php:484 wpf-includes/wpf-phrases.php:256
4544
+ msgid "Display Avatars"
4545
+ msgstr "Avatare anzeigen"
4546
+
4547
+ #: wpf-includes/functions-template.php:524
4548
+ #: wpf-includes/functions-template.php:699
4549
+ msgid "Created Date"
4550
+ msgstr "Erstellungsdatum"
4551
+
4552
+ #: wpf-includes/functions-template.php:525
4553
+ #: wpf-includes/functions-template.php:700
4554
+ msgid "Modified Date"
4555
+ msgstr "Änderungsdatum"
4556
+
4557
+ #: wpf-includes/functions-template.php:526
4558
+ msgid "Posts Count"
4559
+ msgstr "Anzahl der Beiträge"
4560
+
4561
+ #: wpf-includes/functions-template.php:527
4562
+ msgid "Views Count"
4563
+ msgstr "Anzahl der Ansichten"
4564
+
4565
+ #: wpf-includes/functions-template.php:530
4566
+ #: wpf-includes/functions-template.php:703
4567
+ msgid "DESC"
4568
+ msgstr "Absteigend"
4569
+
4570
+ #: wpf-includes/functions-template.php:531
4571
+ #: wpf-includes/functions-template.php:704
4572
+ msgid "ASC"
4573
+ msgstr "Aufsteigend"
4574
+
4575
+ #: wpf-includes/functions-template.php:617
4576
+ #: wpf-includes/functions-template.php:881
4577
+ msgid "Filter by forums"
4578
+ msgstr ""
4579
+
4580
+ #: wpf-includes/functions-template.php:624
4581
+ #: wpf-includes/functions-template.php:888
4582
+ msgid "Autofilter by current forum"
4583
+ msgstr ""
4584
+
4585
+ #: wpf-includes/functions-template.php:628
4586
+ #: wpf-includes/functions-template.php:892
4587
+ msgid "Order by"
4588
+ msgstr "Sortieren nach"
4589
+
4590
+ #: wpf-includes/functions-template.php:646
4591
+ msgid "Display with avatars"
4592
+ msgstr ""
4593
+
4594
+ #: wpf-includes/functions-template.php:651
4595
+ msgid "Refer topics to first unread post"
4596
+ msgstr ""
4597
+
4598
+ #: wpf-includes/functions-template.php:905
4599
+ msgid "Limit Per Topic"
4600
+ msgstr ""
4601
+
4602
+ #: wpf-includes/functions-template.php:907
4603
+ msgid "set 0 to remove this limit"
4604
+ msgstr ""
4605
+
4606
+ #: wpf-includes/functions-template.php:916 wpf-includes/wpf-phrases.php:258
4607
+ msgid "Display with Avatars"
4608
+ msgstr "Mit Avataren anzeigen"
4609
+
4610
+ #: wpf-includes/functions-template.php:921
4611
+ msgid "Display Only Unread Posts"
4612
+ msgstr ""
4613
+
4614
+ #: wpf-includes/functions-template.php:926
4615
+ msgid "Display [new] indicator"
4616
+ msgstr ""
4617
+
4618
+ #: wpf-includes/functions-template.php:1036
4619
+ msgid "Topic Counts"
4620
+ msgstr "Anzahl Themen"
4621
+
4622
+ #: wpf-includes/functions.php:393 wpf-includes/wpf-phrases.php:327
4623
+ msgid "Items"
4624
+ msgstr "Elemente"
4625
+
4626
+ #: wpf-includes/functions.php:394 wpf-includes/wpf-phrases.php:222
4627
+ msgid "Apply"
4628
+ msgstr "Anwenden"
4629
+
4630
+ #: wpf-includes/functions.php:810
4631
+ #, php-format
4632
+ msgid "Could not write file %s"
4633
+ msgstr "Konnte Datei nicht schreiben %s"
4634
+
4635
+ #: wpf-includes/functions.php:2323
4636
+ msgid "Action Required!"
4637
+ msgstr ""
4638
+
4639
+ #: wpf-includes/functions.php:2323
4640
+ msgid ""
4641
+ "Please update wpForo addons CSS style to make compatible with the current "
4642
+ "version of wpForo."
4643
+ msgstr ""
4644
+
4645
+ #: wpf-includes/functions.php:2324
4646
+ msgid "Update CSS >>"
4647
+ msgstr ""
4648
+
4649
+ #: wpf-includes/integration/buddypress.php:34
4650
+ msgid "Search Forums..."
4651
+ msgstr "Durchsuche Foren..."
4652
+
4653
+ #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:974
4654
+ msgid "Topics Started"
4655
+ msgstr "Eröffnete Themen"
4656
+
4657
+ #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:975
4658
+ msgid "Replies Created"
4659
+ msgstr "Verfasste Antworten"
4660
+
4661
+ #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:976
4662
+ msgid "Liked Posts"
4663
+ msgstr "Beitrags-Likes"
4664
+
4665
+ #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:504
4666
+ msgid "Subscriptions"
4667
+ msgstr "Abonnements"
4668
+
4669
+ #: wpf-includes/integration/buddypress.php:531 wpf-includes/wpf-phrases.php:119
4670
+ msgid "Topic reply"
4671
+ msgstr "Themen-Antwort"
4672
+
4673
+ #: wpf-includes/integration/buddypress.php:534 wpf-includes/wpf-phrases.php:118
4674
+ #, php-format
4675
+ msgid "You have %d new replies"
4676
+ msgstr "Du hast %d neue Antworten"
4677
+
4678
+ #: wpf-includes/integration/buddypress.php:538
4679
+ #, php-format
4680
+ msgid "You have %d new reply to %2$s from %3$s"
4681
+ msgstr "Du hast %d neue Antworten auf %2$s von %3$s"
4682
+
4683
+ #: wpf-includes/integration/buddypress.php:540 wpf-includes/wpf-phrases.php:116
4684
+ #, php-format
4685
+ msgid "You have %d new reply to %s"
4686
+ msgstr "Du hast %d neue Antwort auf %s"
4687
+
4688
+ #: wpf-includes/integration/buddypress.php:699 wpf-includes/wpf-phrases.php:115
4689
+ msgid "Are you sure you wanted to do that?"
4690
+ msgstr "Bist du dir sicher das du das machen möchtest?"
4691
+
4692
+ #: wpf-includes/integration/buddypress.php:703 wpf-includes/wpf-phrases.php:114
4693
+ msgid "You do not have permission to mark notifications for that user."
4694
+ msgstr ""
4695
+ "Es ist dir nicht erlaubt, Benachrichtigungen für diesen Nutzer zu markieren."
4696
+
4697
+ #: wpf-includes/integration/ultimate-member.php:63
4698
+ #: wpf-includes/integration/ultimate-member.php:413
4699
+ msgid "User leaves a reply to wpForo topic"
4700
+ msgstr "Benutzer hinterlässt eine Antwort auf ein wpForo-Thema"
4701
+
4702
+ #: wpf-includes/integration/ultimate-member.php:65
4703
+ #: wpf-includes/integration/ultimate-member.php:415
4704
+ msgid "When a member replies to one of my forum topics"
4705
+ msgstr "Wenn ein Mitglied auf eines meiner Forenthemen antwortet"
4706
+
4707
+ #: wpf-includes/integration/ultimate-member.php:68
4708
+ #: wpf-includes/integration/ultimate-member.php:418
4709
+ msgid "User replied to wpForo post"
4710
+ msgstr "Ein Benutzer hat auf einen wpForo-Beitrag geantwortet"
4711
+
4712
+ #: wpf-includes/integration/ultimate-member.php:70
4713
+ #: wpf-includes/integration/ultimate-member.php:420
4714
+ msgid "When a member replies to one of my post in forum topics"
4715
+ msgstr "Wenn ein Mitglied auf einen meiner Forenbeiträge antwortet"
4716
+
4717
+ #: wpf-includes/integration/ultimate-member.php:414
4718
+ msgid ""
4719
+ "<strong>{member}</strong> has <strong>replied</strong> to a topic you "
4720
+ "started on the forum."
4721
+ msgstr ""
4722
+
4723
+ #: wpf-includes/integration/ultimate-member.php:419
4724
+ msgid ""
4725
+ "<strong>{member}</strong> has <strong>replied</strong> to your post on the "
4726
+ "forum."
4727
+ msgstr ""
4728
+
4729
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:322
4730
+ msgid ""
4731
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
4732
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
4733
+ "from database. Please backup database before this action, you may need this "
4734
+ "forum data in future. If you are sure that you want to delete all forum data "
4735
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
4736
+ "that will not remove forum data."
4737
+ msgstr ""
4738
+ "WICHTIG! Die Deinstallation ist keine einfache Deaktivierungsaktion. Durch "
4739
+ "diese Aktion werden alle Forendaten (Foren, Themen, Antworten, Anhänge ...) "
4740
+ "dauerhaft aus der Datenbank entfernt. Bitte sichere die Datenbank vor dieser "
4741
+ "Aktion. Möglicherweise benötigst du diese Forendaten irgendwann in der "
4742
+ "Zukunft. Wenn du dir sicher bist, dass du alle Forendaten löschen möchtest, "
4743
+ "bestätige dies bitte. Wenn nicht, einfach abbrechen. Du kannst dieses Plugin "
4744
+ "auch einfach deaktivieren. Dabei werden die Forumsdaten nicht entfernt."
4745
+
4746
+ #: wpf-includes/wpf-hooks.php:20
4747
+ msgid "Uninstall"
4748
+ msgstr "Deinstallieren"
4749
+
4750
+ #: wpf-includes/wpf-hooks.php:1395
4751
+ msgid "Clear"
4752
+ msgstr "Leeren"
4753
+
4754
+ #: wpf-includes/wpf-hooks.php:1395
4755
+ msgid "Select Color"
4756
+ msgstr "Farbe auswählen"
4757
+
4758
+ #: wpf-includes/wpf-hooks.php:1400 wpf-includes/wpf-phrases.php:183
4759
+ msgid "Move"
4760
+ msgstr "Verschieben"
4761
+
4762
+ #: wpf-includes/wpf-hooks.php:1407
4763
+ msgid "Please choose one reasons before sending a feedback!"
4764
+ msgstr ""
4765
+
4766
+ #: wpf-includes/wpf-hooks.php:1409
4767
+ msgid ""
4768
+ "With the email address, please check the \"I agree to receive email\" "
4769
+ "checkbox to proceed."
4770
+ msgstr ""
4771
+
4772
+ #: wpf-includes/wpf-hooks.php:1410
4773
+ msgid "Please fill your email address for feedback"
4774
+ msgstr ""
4775
+
4776
+ #: wpf-includes/wpf-hooks.php:1411
4777
+ msgid "Your email address is not valid"
4778
+ msgstr ""
4779
+
4780
+ #: wpf-includes/wpf-hooks.php:1469
4781
+ msgid ""
4782
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4783
+ "structure"
4784
+ msgstr ""
4785
+ "WICHTIG: wpForo Kann nicht mit dem Standard-Permalink arbeiten. Bitte ändere "
4786
+ "die Permalink-Struktur"
4787
+
4788
+ #: wpf-includes/wpf-hooks.php:1505
4789
+ msgid "Forum Profile Fields - wpForo"
4790
+ msgstr "Forum Profil-Felder - wpForo"
4791
+
4792
+ #: wpf-includes/wpf-hooks.php:1513
4793
+ msgid "Forum - Usergroup"
4794
+ msgstr "Forum - Benutzergruppe"
4795
+
4796
+ #: wpf-includes/wpf-hooks.php:1518
4797
+ #, php-format
4798
+ msgid ""
4799
+ "Forum Usergroups are synched with User Roles based on the %s. When you "
4800
+ "change this user Role the Usergroup is automatically changed according to "
4801
+ "that table."
4802
+ msgstr ""
4803
+ "Forum-Benutzergruppen werden basierend auf den %s mit den Benutzerrollen "
4804
+ "synchronisiert. Wenn du diese Benutzerrolle änderst, wird die Benutzergruppe "
4805
+ "entsprechend dieser Tabelle automatisch mitverändert."
4806
+
4807
+ #: wpf-includes/wpf-hooks.php:1525
4808
+ msgid "Synced with user role"
4809
+ msgstr ""
4810
+
4811
+ #: wpf-includes/wpf-hooks.php:1529
4812
+ msgid "Role-Usergroup Synchronization is Turned ON!"
4813
+ msgstr "Die Rollen-Benutzergruppen-Synchronisation wurde AN-geschaltet!"
4814
+
4815
+ #: wpf-includes/wpf-hooks.php:1530
4816
+ msgid ""
4817
+ "This user Usergroup is automatically changed according to current Role. If "
4818
+ "you want to disable Role-Usergroup synchronization and manage Usergroups and "
4819
+ "User Roles independently, please navigate to <b>Forums > Settings > "
4820
+ "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
4821
+ "option."
4822
+ msgstr ""
4823
+ "Diese Benutzergruppe wird automatisch entsprechend der aktuellen Rolle "
4824
+ "geändert. Wenn du die Synchronisierung von Rollen und Benutzergruppen "
4825
+ "deaktivieren und Benutzergruppen und -rollen unabhängig verwalten möchtest, "
4826
+ "navigiere zur Administrationsseite <b>Foren > Einstellungen > Funktionen</"
4827
+ "b>. Deaktiviere dort die Option \"Synchronisierung von Rollen und "
4828
+ "Benutzergruppen\"."
4829
+
4830
+ #: wpf-includes/wpf-hooks.php:1541
4831
+ msgid "Forum - Secondary Usergroups"
4832
+ msgstr "Forum - Sekundäre Benutzergruppen"
4833
+
4834
+ #: wpf-includes/wpf-hooks.php:1563
4835
+ msgid "Forum - User Timezone"
4836
+ msgstr "Forum - Zeitzone des Benutzers"
4837
+
4838
+ #: wpf-includes/wpf-hooks.php:1574
4839
+ msgid "User Reputation"
4840
+ msgstr ""
4841
+
4842
+ #: wpf-includes/wpf-hooks.php:1575
4843
+ msgid ""
4844
+ "By default all members get rating badges and titles based on number of "
4845
+ "posts. However, using this option you can grant lower or higher rating to "
4846
+ "certain user (this user). The default member reputation badges, titles and "
4847
+ "points can be managed in Forums > Settings > Members Tab."
4848
+ msgstr ""
4849
+
4850
+ #: wpf-includes/wpf-hooks.php:1579
4851
+ msgid "Default Rating"
4852
+ msgstr ""
4853
+
4854
+ #: wpf-includes/wpf-hooks.php:1580
4855
+ msgid "Custom Rating"
4856
+ msgstr ""
4857
+
4858
+ #: wpf-includes/wpf-hooks.php:1587 wpf-includes/wpf-phrases.php:863
4859
+ msgid "Rating Title"
4860
+ msgstr "Titel des Rangs"
4861
+
4862
+ #: wpf-includes/wpf-hooks.php:1588 wpf-includes/wpf-phrases.php:430
4863
+ msgid "Rating Badge"
4864
+ msgstr "Rangabzeichen"
4865
+
4866
+ #: wpf-includes/wpf-hooks.php:2002 wpf-includes/wpf-hooks.php:2102
4867
+ msgid "Please Moderate: "
4868
+ msgstr "Bitte moderieren: "
4869
+
4870
+ #: wpf-includes/wpf-hooks.php:2003
4871
+ msgid ""
4872
+ "This topic is currently unapproved. You can approve topics in Dashboard "
4873
+ "&raquo; Forums &raquo; Moderation admin page."
4874
+ msgstr ""
4875
+ "Dieses Thema ist derzeit nicht genehmigt. Du kannst Themen in Dashboard "
4876
+ "&raquo; Foren &raquo; Moderation bearbeiten."
4877
+
4878
+ #: wpf-includes/wpf-hooks.php:2103
4879
+ msgid ""
4880
+ "This post is currently unapproved. You can approve posts in Dashboard "
4881
+ "&raquo; Forums &raquo; Moderation admin page."
4882
+ msgstr ""
4883
+ "Dieser Beitrag ist derzeit nicht genehmigt. Du kannst Beiträge in Dashboard "
4884
+ "&raquo; Foren &raquo; Moderation bearbeiten."
4885
+
4886
+ #: wpf-includes/wpf-hooks.php:2635 wpf-includes/wpf-hooks.php:2657
4887
+ msgid "New Forum"
4888
+ msgstr "Neues Forum"
4889
+
4890
+ #: wpf-includes/wpf-hooks.php:2637
4891
+ msgid "New User Group"
4892
+ msgstr "Neue Benutzergruppe"
4893
+
4894
+ #: wpf-includes/wpf-hooks.php:2639 wpf-includes/wpf-hooks.php:2685
4895
+ msgid "New Phrase"
4896
+ msgstr "Neue Phrase"
4897
+
4898
+ #: wpf-includes/wpf-hooks.php:2651
4899
+ msgid "Forum Dashboard"
4900
+ msgstr "Forum Dashboard"
4901
+
4902
+ #: wpf-includes/wpf-hooks.php:2679
4903
+ msgid "New Usergroup"
4904
+ msgstr "Neue Benutzergruppe"
4905
+
4906
+ #: wpf-includes/wpf-hooks.php:2777 wpf-includes/wpf-phrases.php:1084
4907
+ #, php-format
4908
+ msgid ""
4909
+ "IMPORTANT! The forum registration form is probably under risk of spam "
4910
+ "attacks. Please configure wpForo built-in %s antibot for registration form "
4911
+ "to avoid spam registrations. If you don't use the forum registration form or "
4912
+ "you are sure that your registration forms are secured, just click on (x) "
4913
+ "button to dismiss this message."
4914
+ msgstr ""
4915
+
4916
+ #: wpf-includes/wpf-hooks.php:2807
4917
+ msgid "wpForo Polls addon is disabled!"
4918
+ msgstr ""
4919
+
4920
+ #: wpf-includes/wpf-hooks.php:2807
4921
+ msgid ""
4922
+ " Your addon version is not compatible with the current version of wpForo. "
4923
+ "Please update the addon or downgrade wpForo to 1.7.7"
4924
+ msgstr ""
4925
+
4926
+ #: wpf-includes/wpf-hooks.php:2808
4927
+ msgid "dismiss"
4928
+ msgstr ""
4929
+
4930
+ #: wpf-includes/wpf-phrases.php:6
4931
+ msgid "relevance"
4932
+ msgstr ""
4933
+
4934
+ #: wpf-includes/wpf-phrases.php:7
4935
+ msgid "Unapproved Posts"
4936
+ msgstr ""
4937
+
4938
+ #: wpf-includes/wpf-phrases.php:8
4939
+ msgid "Private Topics"
4940
+ msgstr ""
4941
+
4942
+ #: wpf-includes/wpf-phrases.php:9
4943
+ msgid "Sticky Topics"
4944
+ msgstr ""
4945
+
4946
+ #: wpf-includes/wpf-phrases.php:10
4947
+ msgid "Closed Topics"
4948
+ msgstr ""
4949
+
4950
+ #: wpf-includes/wpf-phrases.php:11
4951
+ msgid "Unsolved Topics"
4952
+ msgstr ""
4953
+
4954
+ #: wpf-includes/wpf-phrases.php:12
4955
+ msgid "Solved Topics"
4956
+ msgstr ""
4957
+
4958
+ #: wpf-includes/wpf-phrases.php:13
4959
+ msgid "Not Replied Topics"
4960
+ msgstr ""
4961
+
4962
+ #: wpf-includes/wpf-phrases.php:14
4963
+ msgid "Reset Fields"
4964
+ msgstr ""
4965
+
4966
+ #: wpf-includes/wpf-phrases.php:15
4967
+ msgid "Load More Topics"
4968
+ msgstr ""
4969
+
4970
+ #: wpf-includes/wpf-phrases.php:18
4971
+ msgid "Resolved"
4972
+ msgstr ""
4973
+
4974
+ #: wpf-includes/wpf-phrases.php:19
4975
+ msgid "Popular"
4976
+ msgstr ""
4977
+
4978
+ #: wpf-includes/wpf-phrases.php:20
4979
+ msgid "No forum found in this category"
4980
+ msgstr ""
4981
+
4982
+ #: wpf-includes/wpf-phrases.php:21
4983
+ msgid "Threads"
4984
+ msgstr ""
4985
+
4986
+ #: wpf-includes/wpf-phrases.php:22
4987
+ #, php-format
4988
+ msgid "show %d more comments"
4989
+ msgstr ""
4990
+
4991
+ #: wpf-includes/wpf-phrases.php:23
4992
+ msgid "expand to show all comments on this post"
4993
+ msgstr ""
4994
+
4995
+ #: wpf-includes/wpf-phrases.php:24
4996
+ msgid "Topic are private, please register or login for further information"
4997
+ msgstr ""
4998
+
4999
+ #: wpf-includes/wpf-phrases.php:25
5000
+ msgid ""
5001
+ "You don't have permissions to see this page, please register or login for "
5002
+ "further information"
5003
+ msgstr ""
5004
+
5005
+ #: wpf-includes/wpf-phrases.php:26
5006
+ msgid "Invalid request."
5007
+ msgstr ""
5008
+
5009
+ #: wpf-includes/wpf-phrases.php:27
5010
+ msgid "The password has been changed"
5011
+ msgstr ""
5012
+
5013
+ #: wpf-includes/wpf-phrases.php:28
5014
+ msgid "The password reset empty"
5015
+ msgstr ""
5016
+
5017
+ #: wpf-includes/wpf-phrases.php:29
5018
+ msgid "The password reset mismatch"
5019
+ msgstr ""
5020
+
5021
+ #: wpf-includes/wpf-phrases.php:30
5022
+ msgid "Email has been sent"
5023
+ msgstr ""
5024
+
5025
+ #: wpf-includes/wpf-phrases.php:31
5026
+ msgid "The key is invalid"
5027
+ msgstr ""
5028
+
5029
+ #: wpf-includes/wpf-phrases.php:32
5030
+ msgid "The key is expired"
5031
+ msgstr ""
5032
+
5033
+ #: wpf-includes/wpf-phrases.php:33
5034
+ msgid "Attachment"
5035
+ msgstr ""
5036
+
5037
+ #: wpf-includes/wpf-phrases.php:34
5038
+ msgid "all topics has been loaded in this list"
5039
+ msgstr ""
5040
+
5041
+ #: wpf-includes/wpf-phrases.php:35
5042
+ msgid "You don't have permission to do this action from this forum"
5043
+ msgstr ""
5044
+
5045
+ #: wpf-includes/wpf-phrases.php:36
5046
+ msgid "wrong data"
5047
+ msgstr ""
5048
+
5049
+ #: wpf-includes/wpf-phrases.php:37
5050
+ msgid "You don't have permission to make two best answers for one topic"
5051
+ msgstr ""
5052
+
5053
+ #: wpf-includes/wpf-phrases.php:38
5054
+ msgid "You don't have permission to make topic answered"
5055
+ msgstr ""
5056
+
5057
+ #: wpf-includes/wpf-phrases.php:39
5058
+ msgid "topic not found"
5059
+ msgstr ""
5060
+
5061
+ #: wpf-includes/wpf-phrases.php:40
5062
+ msgid "done"
5063
+ msgstr ""
5064
+
5065
+ #: wpf-includes/wpf-phrases.php:41
5066
+ msgid "You don't have permission to like posts from this forum"
5067
+ msgstr ""
5068
+
5069
+ #: wpf-includes/wpf-phrases.php:42
5070
+ msgid "post not found"
5071
+ msgstr ""
5072
+
5073
+ #: wpf-includes/wpf-phrases.php:43
5074
+ msgid "action error"
5075
+ msgstr ""
5076
+
5077
+ #: wpf-includes/wpf-phrases.php:44
5078
+ msgid "About"
5079
+ msgstr ""
5080
+
5081
+ #: wpf-includes/wpf-phrases.php:45
5082
+ msgid "404 - Page not found"
5083
+ msgstr ""
5084
+
5085
+ #: wpf-includes/wpf-phrases.php:46
5086
+ msgid "DO NOT DELETE WPFORO PAGE!!!"
5087
+ msgstr ""
5088
+
5089
+ #: wpf-includes/wpf-phrases.php:47
5090
+ msgid "Deleted"
5091
+ msgstr ""
5092
+
5093
+ #: wpf-includes/wpf-phrases.php:48
5094
+ msgid "Settings reset successfully"
5095
+ msgstr ""
5096
+
5097
+ #: wpf-includes/wpf-phrases.php:49
5098
+ msgid "Misc options reset successfully"
5099
+ msgstr ""
5100
+
5101
+ #: wpf-includes/wpf-phrases.php:50
5102
+ msgid "Cleanup options reset successfully"
5103
+ msgstr ""
5104
+
5105
+ #: wpf-includes/wpf-phrases.php:51
5106
+ msgid "Antispam options reset successfully"
5107
+ msgstr ""
5108
+
5109
+ #: wpf-includes/wpf-phrases.php:52
5110
+ msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
5111
+ msgstr ""
5112
+
5113
+ #: wpf-includes/wpf-phrases.php:53
5114
+ msgid "Email options reset successfully"
5115
+ msgstr ""
5116
+
5117
+ #: wpf-includes/wpf-phrases.php:54
5118
+ msgid "Theme options reset successfully"
5119
+ msgstr ""
5120
+
5121
+ #: wpf-includes/wpf-phrases.php:55
5122
+ msgid "API options reset successfully"
5123
+ msgstr ""
5124
+
5125
+ #: wpf-includes/wpf-phrases.php:56
5126
+ msgid "API options successfully updated, but previous value not changed"
5127
+ msgstr ""
5128
+
5129
+ #: wpf-includes/wpf-phrases.php:57
5130
+ msgid "API options successfully updated"
5131
+ msgstr ""
5132
+
5133
+ #: wpf-includes/wpf-phrases.php:58
5134
+ msgid "Features reset successfully"
5135
+ msgstr ""
5136
+
5137
+ #: wpf-includes/wpf-phrases.php:59
5138
+ msgid "Member options reset successfully"
5139
+ msgstr ""
5140
+
5141
+ #: wpf-includes/wpf-phrases.php:60
5142
+ msgid "Post options reset successfully"
5143
+ msgstr ""
5144
+
5145
+ #: wpf-includes/wpf-phrases.php:61
5146
+ msgid "Forum options reset successfully"
5147
+ msgstr ""
5148
+
5149
+ #: wpf-includes/wpf-phrases.php:62
5150
+ msgid "General options reset successfully"
5151
+ msgstr ""
5152
+
5153
+ #: wpf-includes/wpf-phrases.php:63
5154
+ msgid "Please save \"Forum template slugs"
5155
+ msgstr ""
5156
+
5157
+ #: wpf-includes/wpf-phrases.php:64
5158
+ msgid "Rebuilt Successfully!"
5159
+ msgstr ""
5160
+
5161
+ #: wpf-includes/wpf-phrases.php:65
5162
+ msgid "Synched Successfully!"
5163
+ msgstr ""
5164
+
5165
+ #: wpf-includes/wpf-phrases.php:66
5166
+ msgid "Sorry, this file cannot be deleted"
5167
+ msgstr ""
5168
+
5169
+ #: wpf-includes/wpf-phrases.php:67
5170
+ #, php-format
5171
+ msgid "I have read and agree to %s privacy policy."
5172
+ msgstr ""
5173
+
5174
+ #: wpf-includes/wpf-phrases.php:68
5175
+ msgid "All "
5176
+ msgstr ""
5177
+
5178
+ #: wpf-includes/wpf-phrases.php:69
5179
+ msgid "Reply by"
5180
+ msgstr ""
5181
+
5182
+ #: wpf-includes/wpf-phrases.php:70
5183
+ msgid "Topic Author"
5184
+ msgstr ""
5185
+
5186
+ #: wpf-includes/wpf-phrases.php:71
5187
+ msgid "Reply to"
5188
+ msgstr ""
5189
+
5190
+ #: wpf-includes/wpf-phrases.php:72
5191
+ #, php-format
5192
+ msgid "Last reply by %s"
5193
+ msgstr ""
5194
+
5195
+ #: wpf-includes/wpf-phrases.php:73
5196
+ #, php-format
5197
+ msgid "Created by %s"
5198
+ msgstr ""
5199
+
5200
+ #: wpf-includes/wpf-phrases.php:74
5201
+ #, php-format
5202
+ msgid "%s posted a new topic %s"
5203
+ msgstr ""
5204
+
5205
+ #: wpf-includes/wpf-phrases.php:75
5206
+ msgid "Repeat new password"
5207
+ msgstr ""
5208
+
5209
+ #: wpf-includes/wpf-phrases.php:76
5210
+ msgid "Status changing error"
5211
+ msgstr ""
5212
+
5213
+ #: wpf-includes/wpf-phrases.php:77
5214
+ msgid "Topic splitting error"
5215
+ msgstr ""
5216
+
5217
+ #: wpf-includes/wpf-phrases.php:78
5218
+ msgid "Please select at least one post to split"
5219
+ msgstr ""
5220
+
5221
+ #: wpf-includes/wpf-phrases.php:79
5222
+ msgid "Please insert required fields"
5223
+ msgstr ""
5224
+
5225
+ #: wpf-includes/wpf-phrases.php:80
5226
+ msgid "Please select a target forum"
5227
+ msgstr ""
5228
+
5229
+ #: wpf-includes/wpf-phrases.php:81
5230
+ msgid "Data merging error"
5231
+ msgstr ""
5232
+
5233
+ #: wpf-includes/wpf-phrases.php:82
5234
+ msgid "You don't have permission to delete topic from this forum."
5235
+ msgstr ""
5236
+
5237
+ #: wpf-includes/wpf-phrases.php:83
5238
+ msgid "Cancel"
5239
+ msgstr ""
5240
+
5241
+ #: wpf-includes/wpf-phrases.php:84
5242
+ msgid "Write here . . ."
5243
+ msgstr ""
5244
+
5245
+ #: wpf-includes/wpf-phrases.php:85
5246
+ msgid "Select Forum"
5247
+ msgstr ""
5248
+
5249
+ #: wpf-includes/wpf-phrases.php:86
5250
+ msgid "error: Change Status action"
5251
+ msgstr ""
5252
+
5253
+ #: wpf-includes/wpf-phrases.php:87
5254
+ msgid "Function wpforo_thread_reply() not found."
5255
+ msgstr ""
5256
+
5257
+ #: wpf-includes/wpf-phrases.php:88
5258
+ msgid "You are posting too quickly. Slow down."
5259
+ msgstr ""
5260
+
5261
+ #: wpf-includes/wpf-phrases.php:89
5262
+ msgid "Email confirm error"
5263
+ msgstr ""
5264
+
5265
+ #: wpf-includes/wpf-phrases.php:90
5266
+ msgid "Email has been confirmed"
5267
+ msgstr ""
5268
+
5269
+ #: wpf-includes/wpf-phrases.php:91
5270
+ msgid "User Groups Secondary"
5271
+ msgstr ""
5272
+
5273
+ #: wpf-includes/wpf-phrases.php:92
5274
+ msgid "URL Address Identifier"
5275
+ msgstr ""
5276
+
5277
+ #: wpf-includes/wpf-phrases.php:93
5278
+ msgid "Nickname"
5279
+ msgstr ""
5280
+
5281
+ #: wpf-includes/wpf-phrases.php:94
5282
+ msgid "User unban action error"
5283
+ msgstr ""
5284
+
5285
+ #: wpf-includes/wpf-phrases.php:95
5286
+ msgid "User successfully unbanned from wpforo"
5287
+ msgstr ""
5288
+
5289
+ #: wpf-includes/wpf-phrases.php:96
5290
+ msgid "User ban action error"
5291
+ msgstr ""
5292
+
5293
+ #: wpf-includes/wpf-phrases.php:97
5294
+ msgid "User successfully banned from wpforo"
5295
+ msgstr ""
5296
+
5297
+ #: wpf-includes/wpf-phrases.php:98
5298
+ msgid "You can't make yourself banned user"
5299
+ msgstr ""
5300
+
5301
+ #: wpf-includes/wpf-phrases.php:99
5302
+ msgid "Password successfully changed"
5303
+ msgstr ""
5304
+
5305
+ #: wpf-includes/wpf-phrases.php:100
5306
+ msgid "Userid is wrong"
5307
+ msgstr ""
5308
+
5309
+ #: wpf-includes/wpf-phrases.php:101
5310
+ #, php-format
5311
+ msgid "Avatar image is too big maximum allowed size is %s"
5312
+ msgstr ""
5313
+
5314
+ #: wpf-includes/wpf-phrases.php:102
5315
+ msgid "This nickname is already registered. Please insert another."
5316
+ msgstr ""
5317
+
5318
+ #: wpf-includes/wpf-phrases.php:103
5319
+ #, php-format
5320
+ msgid "Password length must be between %d characters and %d characters."
5321
+ msgstr ""
5322
+
5323
+ #: wpf-includes/wpf-phrases.php:104
5324
+ msgid ""
5325
+ "ERROR: invalid_username. Sorry, that username is not allowed. Please insert "
5326
+ "another."
5327
+ msgstr ""
5328
+
5329
+ #: wpf-includes/wpf-phrases.php:105
5330
+ msgid "Specify avatar by URL:"
5331
+ msgstr ""
5332
+
5333
+ #: wpf-includes/wpf-phrases.php:106
5334
+ msgid "Are you sure you want to delete this file?"
5335
+ msgstr ""
5336
+
5337
+ #: wpf-includes/wpf-phrases.php:108
5338
+ msgid "Google reCAPTCHA data are not submitted"
5339
+ msgstr ""
5340
+
5341
+ #: wpf-includes/wpf-phrases.php:109
5342
+ msgid "I allow to create an account and send confirmation email."
5343
+ msgstr ""
5344
+
5345
+ #: wpf-includes/wpf-phrases.php:110
5346
+ msgid "Leave a comment"
5347
+ msgstr ""
5348
+
5349
+ #: wpf-includes/wpf-phrases.php:111
5350
+ msgid "Reply with quote"
5351
+ msgstr ""
5352
+
5353
+ #: wpf-includes/wpf-phrases.php:112
5354
+ msgid ""
5355
+ "The note text and the label of this checkbox can be managed in Forums > "
5356
+ "Phrases admin page. Search the label phrase, click on edit button and change "
5357
+ "it."
5358
+ msgstr ""
5359
+
5360
+ #: wpf-includes/wpf-phrases.php:113
5361
+ msgid "Do you really want to reset options?"
5362
+ msgstr ""
5363
+
5364
+ #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
5365
+ msgid "This topic doesn't exist or you don't have permissions to see that."
5366
+ msgstr ""
5367
+
5368
+ #: wpf-includes/wpf-phrases.php:121
5369
+ msgid "topics and posts"
5370
+ msgstr ""
5371
+
5372
+ #: wpf-includes/wpf-phrases.php:122
5373
+ msgid "Subscription Manager"
5374
+ msgstr ""
5375
+
5376
+ #: wpf-includes/wpf-phrases.php:123
5377
+ msgid "Subscribe to all new topics"
5378
+ msgstr ""
5379
+
5380
+ #: wpf-includes/wpf-phrases.php:124
5381
+ msgid "Subscribe to all new topics and posts"
5382
+ msgstr ""
5383
+
5384
+ #: wpf-includes/wpf-phrases.php:125
5385
+ msgid "Update Subscriptions"
5386
+ msgstr ""
5387
+
5388
+ #: wpf-includes/wpf-phrases.php:126
5389
+ msgid "Share to OK"
5390
+ msgstr ""
5391
+
5392
+ #: wpf-includes/wpf-phrases.php:127
5393
+ msgid "Share to VK"
5394
+ msgstr ""
5395
+
5396
+ #: wpf-includes/wpf-phrases.php:128
5397
+ msgid "Share to WhatsApp"
5398
+ msgstr ""
5399
+
5400
+ #: wpf-includes/wpf-phrases.php:129
5401
+ msgid "Share to LinkedIn"
5402
+ msgstr ""
5403
+
5404
+ #: wpf-includes/wpf-phrases.php:130
5405
+ msgid "Share to Google+"
5406
+ msgstr ""
5407
+
5408
+ #: wpf-includes/wpf-phrases.php:131
5409
+ msgid "Tweet"
5410
+ msgstr ""
5411
+
5412
+ #: wpf-includes/wpf-phrases.php:132
5413
+ msgid "Tweet this post"
5414
+ msgstr ""
5415
+
5416
+ #: wpf-includes/wpf-phrases.php:133
5417
+ msgid "Share to Facebook"
5418
+ msgstr ""
5419
+
5420
+ #: wpf-includes/wpf-phrases.php:134
5421
+ msgid "Facebook Login Information"
5422
+ msgstr ""
5423
+
5424
+ #: wpf-includes/wpf-phrases.php:135
5425
+ msgid ""
5426
+ "I allow to create an account based on my Facebook public profile information "
5427
+ "and send confirmation email."
5428
+ msgstr ""
5429
+
5430
+ #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
5431
+ #, php-format
5432
+ msgid ""
5433
+ "When you login first time using Facebook Login button, we collect your "
5434
+ "account %s information shared by Facebook, based on your privacy settings. "
5435
+ "We also get your email address to automatically create a forum account for "
5436
+ "you. Once your account is created, you'll be logged-in to this account and "
5437
+ "you'll receive a confirmation email."
5438
+ msgstr ""
5439
+ "Wenn du dich zum ersten Mal über den Facebook-Button anmeldest, erfassen wir "
5440
+ "die von Facebook mitgeteilten Kontoinformationen %s basierend auf deinen "
5441
+ "dortigen Datenschutzeinstellungen. Wir erhalten auch deine E-Mail-Adresse, "
5442
+ "um automatisch ein Forums-Konto für dich zu erstellen. Sobald dein Konto "
5443
+ "erstellt wurde, wirst du bei diesem Konto angemeldet und erhältst eine "
5444
+ "Bestätigungs-E-Mail."
5445
+
5446
+ #: wpf-includes/wpf-phrases.php:137
5447
+ msgid "Share this post"
5448
+ msgstr ""
5449
+
5450
+ #: wpf-includes/wpf-phrases.php:138
5451
+ msgid "Share"
5452
+ msgstr ""
5453
+
5454
+ #: wpf-includes/wpf-phrases.php:139
5455
+ msgid "Share:"
5456
+ msgstr ""
5457
+
5458
+ #: wpf-includes/wpf-phrases.php:140
5459
+ msgid "Contact the forum administrator"
5460
+ msgstr ""
5461
+
5462
+ #: wpf-includes/wpf-phrases.php:141
5463
+ msgid "Contact Us"
5464
+ msgstr ""
5465
+
5466
+ #: wpf-includes/wpf-phrases.php:142
5467
+ msgid "I agree to receive an email confirmation with a link to set a password."
5468
+ msgstr ""
5469
+
5470
+ #: wpf-includes/wpf-phrases.php:143
5471
+ msgid "and"
5472
+ msgstr ""
5473
+
5474
+ #: wpf-includes/wpf-phrases.php:144
5475
+ msgid "Privacy Policy"
5476
+ msgstr ""
5477
+
5478
+ #: wpf-includes/wpf-phrases.php:145
5479
+ msgid "Terms"
5480
+ msgstr ""
5481
+
5482
+ #: wpf-includes/wpf-phrases.php:146
5483
+ #, php-format
5484
+ msgid ""
5485
+ "I have read and agree to %s privacy policy. For more information, please "
5486
+ "check our privacy policy, where you'll get more info on where, how and why "
5487
+ "we store your data."
5488
+ msgstr ""
5489
+
5490
+ #: wpf-includes/wpf-phrases.php:147
5491
+ msgid "I have read and agree to the"
5492
+ msgstr ""
5493
+
5494
+ #: wpf-includes/wpf-phrases.php:148
5495
+ msgid "the website"
5496
+ msgstr ""
5497
+
5498
+ #: wpf-includes/wpf-phrases.php:149
5499
+ msgid "I do not agree to these rules. Take me away from here."
5500
+ msgstr ""
5501
+
5502
+ #: wpf-includes/wpf-phrases.php:150
5503
+ msgid "I agree to these rules"
5504
+ msgstr ""
5505
+
5506
+ #: wpf-includes/wpf-phrases.php:151
5507
+ msgid "Click to open forum rules below"
5508
+ msgstr ""
5509
+
5510
+ #: wpf-includes/wpf-phrases.php:152
5511
+ #, php-format
5512
+ msgid "I have read and agree to abide by the %s."
5513
+ msgstr ""
5514
+
5515
+ #: wpf-includes/wpf-phrases.php:153
5516
+ msgid "forum rules"
5517
+ msgstr ""
5518
+
5519
+ #: wpf-includes/wpf-phrases.php:154
5520
+ msgid "I do not agree. Take me away from here."
5521
+ msgstr ""
5522
+
5523
+ #: wpf-includes/wpf-phrases.php:155
5524
+ msgid "I agree"
5525
+ msgstr ""
5526
+
5527
+ #: wpf-includes/wpf-phrases.php:156
5528
+ msgid "Click to open forum privacy policy below"
5529
+ msgstr ""
5530
+
5531
+ #: wpf-includes/wpf-phrases.php:157
5532
+ #, php-format
5533
+ msgid "I have read and agree to the %s."
5534
+ msgstr ""
5535
+
5536
+ #: wpf-includes/wpf-phrases.php:158
5537
+ msgid "forum privacy policy"
5538
+ msgstr ""
5539
+
5540
+ #: wpf-includes/wpf-phrases.php:159
5541
+ msgid "Read more about Facebook public_profile properties."
5542
+ msgstr ""
5543
+
5544
+ #: wpf-includes/wpf-phrases.php:160
5545
+ msgid "Please contact to forum administrator to edit it."
5546
+ msgstr ""
5547
+
5548
+ #: wpf-includes/wpf-phrases.php:161
5549
+ msgid "Please contact to forum administrator to delete it."
5550
+ msgstr ""
5551
+
5552
+ #: wpf-includes/wpf-phrases.php:162
5553
+ msgid "The time to delete this post is expired."
5554
+ msgstr ""
5555
+
5556
+ #: wpf-includes/wpf-phrases.php:163
5557
+ msgid "The time to edit this post is expired."
5558
+ msgstr ""
5559
+
5560
+ #: wpf-includes/wpf-phrases.php:164
5561
+ msgid "The time to delete this topic is expired."
5562
+ msgstr ""
5563
+
5564
+ #: wpf-includes/wpf-phrases.php:165
5565
+ msgid "The time to edit this topic is expired"
5566
+ msgstr ""
5567
+
5568
+ #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
5569
+ msgid ""
5570
+ "Enter your email address or username and we'll send you a link you can use "
5571
+ "to pick a new password."
5572
+ msgstr ""
5573
+ "Gebe deine E-Mail-Adresse oder deinen Benutzernamen ein. Wir senden dir dann "
5574
+ "einen Link, über den du dir ein neues Passwort erstellen kannst."
5575
+
5576
+ #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
5577
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
5578
+ msgstr ""
5579
+ "FEHLER: Es kann keine Verbindung zur Google reCAPTCHA-API hergestellt werden"
5580
+
5581
+ #: wpf-includes/wpf-phrases.php:168
5582
+ msgid "Your topic successfully added and awaiting moderation"
5583
+ msgstr ""
5584
+
5585
+ #: wpf-includes/wpf-phrases.php:169
5586
+ msgid "Your email"
5587
+ msgstr ""
5588
+
5589
+ #: wpf-includes/wpf-phrases.php:170
5590
+ msgid "Author Email"
5591
+ msgstr ""
5592
+
5593
+ #: wpf-includes/wpf-phrases.php:171
5594
+ msgid "Your name"
5595
+ msgstr ""
5596
+
5597
+ #: wpf-includes/wpf-phrases.php:172
5598
+ msgid "Author Name"
5599
+ msgstr ""
5600
+
5601
+ #: wpf-includes/wpf-phrases.php:173
5602
+ msgid "View entire topic"
5603
+ msgstr ""
5604
+
5605
+ #: wpf-includes/wpf-phrases.php:174
5606
+ msgid ""
5607
+ "After registration you will receive an email confirmation with a link to set "
5608
+ "a new password"
5609
+ msgstr ""
5610
+
5611
+ #: wpf-includes/wpf-phrases.php:175
5612
+ msgid "Recently Added"
5613
+ msgstr ""
5614
+
5615
+ #: wpf-includes/wpf-phrases.php:176 wpf-includes/wpf-phrases.php:711
5616
+ msgid "You don't have permission to edit post from this forum"
5617
+ msgstr "Du hast keine Berechtigung, den Beitrag in diesem Forum zu bearbeiten"
5618
+
5619
+ #: wpf-includes/wpf-phrases.php:177 wpf-includes/wpf-phrases.php:710
5620
+ msgid "You don't have permission to delete topic from this forum"
5621
+ msgstr "Du hast keine Berechtigung, ein Thema aus diesem Forum zu löschen"
5622
+
5623
+ #: wpf-includes/wpf-phrases.php:178 wpf-includes/wpf-phrases.php:709
5624
+ msgid "You don't have permission to delete post from this forum"
5625
+ msgstr "Du hast keine Berechtigung, den Beitrag in diesem Forum zu löschen"
5626
+
5627
+ #: wpf-includes/wpf-phrases.php:179 wpf-includes/wpf-phrases.php:708
5628
+ msgid "You don't have permission to create topic into this forum"
5629
+ msgstr "Du hast keine Berechtigung, ein Thema in diesem Forum zu schreiben"
5630
+
5631
+ #: wpf-includes/wpf-phrases.php:180 wpf-includes/wpf-phrases.php:707
5632
+ msgid "You don't have permission to create post in this forum"
5633
+ msgstr "Du hast keine Berechtigung, einen Beitrag in diesem Forum zu schreiben"
5634
+
5635
+ #: wpf-includes/wpf-phrases.php:181
5636
+ msgid "Username length must be between 3 characters and 15 characters."
5637
+ msgstr ""
5638
+
5639
+ #: wpf-includes/wpf-phrases.php:182 wpf-includes/wpf-phrases.php:539
5640
+ msgid ""
5641
+ "Usergroup has been successfully deleted. All users of this usergroup have "
5642
+ "been moved to the usergroup you've chosen"
5643
+ msgstr ""
5644
+ "Die Benutzergruppe wurde erfolgreich gelöscht. Alle Benutzer wurden in die "
5645
+ "gewählte Gruppe verschoben"
5646
+
5647
+ #: wpf-includes/wpf-phrases.php:184
5648
+ msgid "Length must be between 3 characters and 15 characters."
5649
+ msgstr ""
5650
+
5651
+ #: wpf-includes/wpf-phrases.php:185 wpf-includes/wpf-phrases.php:620
5652
+ msgid "Can't write a post: This topic is closed"
5653
+ msgstr "Keine weiteren Beiträge möglich: Thema geschlossen"
5654
+
5655
+ #: wpf-includes/wpf-phrases.php:186 wpf-includes/wpf-phrases.php:619
5656
+ msgid "Can't subscribe to this item"
5657
+ msgstr "Kann dieses Element nicht abonnieren"
5658
+
5659
+ #: wpf-includes/wpf-phrases.php:187 wpf-includes/wpf-phrases.php:618
5660
+ msgid "Can't send report email"
5661
+ msgstr "Kann Melde-E-Mail nicht senden"
5662
+
5663
+ #: wpf-includes/wpf-phrases.php:188 wpf-includes/wpf-phrases.php:617
5664
+ msgid "Can't send confirmation email"
5665
+ msgstr "Kann Bestätigungsmail nicht senden"
5666
+
5667
+ #: wpf-includes/wpf-phrases.php:189 wpf-includes/wpf-phrases.php:616
5668
+ msgid "Can't delete this Usergroup"
5669
+ msgstr "Kann diese Benutzergruppe nicht löschen"
5670
+
5671
+ #: wpf-includes/wpf-phrases.php:190 wpf-includes/wpf-phrases.php:615
5672
+ msgid "Can't add new language"
5673
+ msgstr "Neue Sprache kann nicht hinzugefügt werden"
5674
+
5675
+ #: wpf-includes/wpf-phrases.php:191 wpf-includes/wpf-phrases.php:614
5676
+ msgid "Can't add forum"
5677
+ msgstr "Forum kann nicht hinzugefügt werden"
5678
+
5679
+ #: wpf-includes/wpf-phrases.php:194
5680
+ #, php-format
5681
+ msgid "%s and %s liked"
5682
+ msgstr "%s und %s gefällt das"
5683
+
5684
+ #: wpf-includes/wpf-phrases.php:195
5685
+ #, php-format
5686
+ msgid "%s liked"
5687
+ msgstr "%s gefällt das"
5688
+
5689
+ #: wpf-includes/wpf-phrases.php:196
5690
+ #, php-format
5691
+ msgid "%s, %s and %s liked"
5692
+ msgstr "%s, %s und %s gefällt das"
5693
+
5694
+ #: wpf-includes/wpf-phrases.php:197
5695
+ #, php-format
5696
+ msgid "%s, %s, %s and %d people liked"
5697
+ msgstr "%s, %s, %s und %d weiteren Personen gefällt das"
5698
+
5699
+ #: wpf-includes/wpf-phrases.php:198
5700
+ msgid "AOL IM"
5701
+ msgstr "AOL IM"
5702
+
5703
+ #: wpf-includes/wpf-phrases.php:199
5704
+ msgid "About Me"
5705
+ msgstr "Über mich"
5706
+
5707
+ #: wpf-includes/wpf-phrases.php:202
5708
+ msgid "Account"
5709
+ msgstr "Benutzerkonto"
5710
+
5711
+ #: wpf-includes/wpf-phrases.php:205
5712
+ msgid "Activity"
5713
+ msgstr "Aktivität"
5714
+
5715
+ #: wpf-includes/wpf-phrases.php:209
5716
+ msgid "Add a comment"
5717
+ msgstr "Kommentar hinzufügen"
5718
+
5719
+ #: wpf-includes/wpf-phrases.php:210
5720
+ msgid "Add topic"
5721
+ msgstr "Thema hinzufügen"
5722
+
5723
+ #: wpf-includes/wpf-phrases.php:218
5724
+ msgid "Answer"
5725
+ msgstr "Antwort"
5726
+
5727
+ #: wpf-includes/wpf-phrases.php:219
5728
+ msgid "Answer to"
5729
+ msgstr "Antwort auf"
5730
+
5731
+ #: wpf-includes/wpf-phrases.php:220
5732
+ msgid "Answers"
5733
+ msgstr "Antworten"
5734
+
5735
+ #: wpf-includes/wpf-phrases.php:221
5736
+ msgid "Any Date"
5737
+ msgstr "Jedes Datum"
5738
+
5739
+ #: wpf-includes/wpf-phrases.php:228
5740
+ msgid "Ascending order"
5741
+ msgstr "Aufsteigende Sortierung"
5742
+
5743
+ #: wpf-includes/wpf-phrases.php:229
5744
+ msgid "Attach file:"
5745
+ msgstr "Datei anhängen:"
5746
+
5747
+ #: wpf-includes/wpf-phrases.php:230
5748
+ msgid "Attachments"
5749
+ msgstr "Anhänge"
5750
+
5751
+ #: wpf-includes/wpf-phrases.php:231
5752
+ msgid "Attachments Size"
5753
+ msgstr "Anhangsgröße"
5754
+
5755
+ #: wpf-includes/wpf-phrases.php:233
5756
+ msgid "Avatar"
5757
+ msgstr "Avatar"
5758
+
5759
+ #: wpf-includes/wpf-phrases.php:236
5760
+ msgid "Bulk Actions"
5761
+ msgstr "Massenaktionen"
5762
+
5763
+ #: wpf-includes/wpf-phrases.php:239
5764
+ msgid "Change password"
5765
+ msgstr "Passwort ändern"
5766
+
5767
+ #: wpf-includes/wpf-phrases.php:240
5768
+ msgid "Choose Target Forum"
5769
+ msgstr "Ziel-Forum wählen"
5770
+
5771
+ #: wpf-includes/wpf-phrases.php:244
5772
+ msgid "Comments"
5773
+ msgstr "Kommentare"
5774
+
5775
+ #: wpf-includes/wpf-phrases.php:245
5776
+ msgid "Confirm my subscription"
5777
+ msgstr "Bestätige mein Abonnement"
5778
+
5779
+ #: wpf-includes/wpf-phrases.php:251
5780
+ msgid "Date"
5781
+ msgstr "Datum"
5782
+
5783
+ #: wpf-includes/wpf-phrases.php:253
5784
+ msgid "Delete this item"
5785
+ msgstr "Dieses Element löschen"
5786
+
5787
+ #: wpf-includes/wpf-phrases.php:254
5788
+ msgid "Descending order"
5789
+ msgstr "Absteigende Sortierung"
5790
+
5791
+ #: wpf-includes/wpf-phrases.php:260
5792
+ msgid "Edited: "
5793
+ msgstr "Bearbeitet: "
5794
+
5795
+ #: wpf-includes/wpf-phrases.php:274
5796
+ msgid "Enter title here"
5797
+ msgstr "Titel hier eingeben"
5798
+
5799
+ #: wpf-includes/wpf-phrases.php:276
5800
+ msgid "Extended Layout - Intro posts"
5801
+ msgstr "Erweitertes Layout - Intro-Beiträge"
5802
+
5803
+ #: wpf-includes/wpf-phrases.php:277
5804
+ msgid "Extended Layout - Intro topics"
5805
+ msgstr "Erweitertes Layout - Intro-Themen"
5806
+
5807
+ #: wpf-includes/wpf-phrases.php:278
5808
+ msgid "Extended Layout - Number of intro posts"
5809
+ msgstr "Erweitertes Layout - Anzahl der Intro-Beiträge"
5810
+
5811
+ #: wpf-includes/wpf-phrases.php:279
5812
+ msgid "Extended Layout - Number of intro topics"
5813
+ msgstr "Erweitertes Layout - Anzahl der Intro-Themen"
5814
+
5815
+ #: wpf-includes/wpf-phrases.php:280
5816
+ msgid "Facebook"
5817
+ msgstr "Facebook"
5818
+
5819
+ #: wpf-includes/wpf-phrases.php:281
5820
+ msgid "Failed to write file to disk"
5821
+ msgstr "Fehler beim Schreiben der Datei auf Festplatte"
5822
+
5823
+ #: wpf-includes/wpf-phrases.php:283
5824
+ msgid "File upload stopped by extension"
5825
+ msgstr "Datei-Upload wurde durch Erweiterung gestoppt"
5826
+
5827
+ #: wpf-includes/wpf-phrases.php:284
5828
+ msgid "Find Posts by User"
5829
+ msgstr "Finde Beiträge nach Benutzer"
5830
+
5831
+ #: wpf-includes/wpf-phrases.php:285
5832
+ msgid "Find Topics Started by User"
5833
+ msgstr "Finde Themen, die durch einen Benutzer eröffnet wurden Benutzer"
5834
+
5835
+ #: wpf-includes/wpf-phrases.php:286
5836
+ msgid "First post and replies"
5837
+ msgstr "Erster Beitrag und Antworten"
5838
+
5839
+ #: wpf-includes/wpf-phrases.php:288
5840
+ msgid "Forum - Login"
5841
+ msgstr "Forum - Login"
5842
+
5843
+ #: wpf-includes/wpf-phrases.php:289
5844
+ msgid "Forum - Page Not Found"
5845
+ msgstr "Forum - Seite nicht gefunden"
5846
+
5847
+ #: wpf-includes/wpf-phrases.php:290
5848
+ msgid "Forum - Registration"
5849
+ msgstr "Forum - Registrierung"
5850
+
5851
+ #: wpf-includes/wpf-phrases.php:292
5852
+ msgid "Forum Admin Email Addresses"
5853
+ msgstr "E-Mail-Adressen der Forums-Admins"
5854
+
5855
+ #: wpf-includes/wpf-phrases.php:295
5856
+ msgid "Forum Home"
5857
+ msgstr "Forum-Startseite"
5858
+
5859
+ #: wpf-includes/wpf-phrases.php:296
5860
+ msgid "Forum Language"
5861
+ msgstr "Forumssprache"
5862
+
5863
+ #: wpf-includes/wpf-phrases.php:297
5864
+ msgid "Forum Members"
5865
+ msgstr "Forumsmitglieder"
5866
+
5867
+ #: wpf-includes/wpf-phrases.php:300
5868
+ msgid "Forum Profile"
5869
+ msgstr "Forumsprofil"
5870
+
5871
+ #: wpf-includes/wpf-phrases.php:301
5872
+ msgid "Forum RSS Feed"
5873
+ msgstr "Forum RSS Feed"
5874
+
5875
+ #: wpf-includes/wpf-phrases.php:305
5876
+ msgid "Forum Statistics"
5877
+ msgstr "Forums-Statistiken"
5878
+
5879
+ #: wpf-includes/wpf-phrases.php:308
5880
+ msgid "Forum is empty"
5881
+ msgstr "Forum ist leer"
5882
+
5883
+ #: wpf-includes/wpf-phrases.php:311
5884
+ msgid "From Email Address"
5885
+ msgstr "Von E-Mail-Adresse"
5886
+
5887
+ #: wpf-includes/wpf-phrases.php:312
5888
+ msgid "From Name"
5889
+ msgstr "Von Name"
5890
+
5891
+ #: wpf-includes/wpf-phrases.php:318
5892
+ msgid "Google+"
5893
+ msgstr "Google+"
5894
+
5895
+ #: wpf-includes/wpf-phrases.php:321
5896
+ msgid "ICQ"
5897
+ msgstr "ICQ"
5898
+
5899
+ #: wpf-includes/wpf-phrases.php:325
5900
+ msgid "Insert member name or email"
5901
+ msgstr "Gebe Name oder Email ein"
5902
+
5903
+ #: wpf-includes/wpf-phrases.php:328
5904
+ msgid "Joined"
5905
+ msgstr "Beigetreten"
5906
+
5907
+ #: wpf-includes/wpf-phrases.php:331
5908
+ msgid "Last 24 hours"
5909
+ msgstr "Letzte 24 Stunden"
5910
+
5911
+ #: wpf-includes/wpf-phrases.php:332
5912
+ msgid "Last 3 Months"
5913
+ msgstr "Letzte 3 Monate"
5914
+
5915
+ #: wpf-includes/wpf-phrases.php:333
5916
+ msgid "Last 6 Months"
5917
+ msgstr "Letzte 6 Monate"
5918
+
5919
+ #: wpf-includes/wpf-phrases.php:334
5920
+ msgid "Last Active"
5921
+ msgstr "Zuletzt aktiv"
5922
+
5923
+ #: wpf-includes/wpf-phrases.php:335
5924
+ msgid "Last Month"
5925
+ msgstr "Letzter Monat"
5926
+
5927
+ #: wpf-includes/wpf-phrases.php:336
5928
+ msgid "Last Post"
5929
+ msgstr "Letzter Beitrag"
5930
+
5931
+ #: wpf-includes/wpf-phrases.php:337
5932
+ msgid "Last Post Info"
5933
+ msgstr "Info letzter Beitrag"
5934
+
5935
+ #: wpf-includes/wpf-phrases.php:338
5936
+ msgid "Last Week"
5937
+ msgstr "Letzte Woche"
5938
+
5939
+ #: wpf-includes/wpf-phrases.php:339
5940
+ msgid "Last Year ago"
5941
+ msgstr "Letztes Jahr"
5942
+
5943
+ #: wpf-includes/wpf-phrases.php:340
5944
+ #, php-format
5945
+ msgid "Last post by %s"
5946
+ msgstr "Letzter Beitrag von %s"
5947
+
5948
+ #: wpf-includes/wpf-phrases.php:341
5949
+ msgid "Latest Post"
5950
+ msgstr "Letzter Beitrag"
5951
+
5952
+ #: wpf-includes/wpf-phrases.php:342
5953
+ msgid "Leave a reply"
5954
+ msgstr "Hinterlasse eine Antwort"
5955
+
5956
+ #: wpf-includes/wpf-phrases.php:343
5957
+ msgid "Length must be between 3 characters and 30 characters."
5958
+ msgstr "Die Länge muss zwischen 3 und 30 Zeichen sein."
5959
+
5960
+ #: wpf-includes/wpf-phrases.php:345
5961
+ msgid "Liked"
5962
+ msgstr "Gefällt"
5963
+
5964
+ #: wpf-includes/wpf-phrases.php:346
5965
+ msgid "Location"
5966
+ msgstr "Ort"
5967
+
5968
+ #: wpf-includes/wpf-phrases.php:349
5969
+ msgid "Logout"
5970
+ msgstr "Abmelden"
5971
+
5972
+ #: wpf-includes/wpf-phrases.php:351
5973
+ msgid "Lost your password?"
5974
+ msgstr "Passwort vergessen?"
5975
+
5976
+ #: wpf-includes/wpf-phrases.php:353
5977
+ msgid "MSN"
5978
+ msgstr "MSN"
5979
+
5980
+ #: wpf-includes/wpf-phrases.php:354
5981
+ msgid "Maximum allowed file size is"
5982
+ msgstr "Maximal erlaubte Dateigröße"
5983
+
5984
+ #: wpf-includes/wpf-phrases.php:356
5985
+ msgid "Member Activity"
5986
+ msgstr "Mitgliedsaktivität"
5987
+
5988
+ #: wpf-includes/wpf-phrases.php:357
5989
+ msgid "Member Information"
5990
+ msgstr "Mitgliedsinformation"
5991
+
5992
+ #: wpf-includes/wpf-phrases.php:358
5993
+ msgid "Member Rating"
5994
+ msgstr "Mitgliedsrang"
5995
+
5996
+ #: wpf-includes/wpf-phrases.php:359
5997
+ msgid "Member Rating Badge"
5998
+ msgstr "Mitglieds-Rangabzeichen"
5999
+
6000
+ #: wpf-includes/wpf-phrases.php:360
6001
+ msgid "Member Reputation"
6002
+ msgstr "Mitgliedsreputation"
6003
+
6004
+ #: wpf-includes/wpf-phrases.php:363
6005
+ msgid "Member information"
6006
+ msgstr "Mitgliedsinformation"
6007
+
6008
+ #: wpf-includes/wpf-phrases.php:367
6009
+ msgid "Members not found"
6010
+ msgstr "Keine Mitglieder gefunden"
6011
+
6012
+ #: wpf-includes/wpf-phrases.php:368
6013
+ msgid ""
6014
+ "You have been banned. Please contact to forum administrators for more "
6015
+ "information."
6016
+ msgstr ""
6017
+ "Du wurdest gesperrt. Bitte kontaktiere einen Forumsadministrator für weitere "
6018
+ "Informationen."
6019
+
6020
+ #: wpf-includes/wpf-phrases.php:369
6021
+ msgid "Messages"
6022
+ msgstr "Nachrichten"
6023
+
6024
+ #: wpf-includes/wpf-phrases.php:372
6025
+ msgid "Missing a temporary folder"
6026
+ msgstr "Temporären Ordner nicht gefunden"
6027
+
6028
+ #: wpf-includes/wpf-phrases.php:374
6029
+ msgid "Move Topic"
6030
+ msgstr "Thema verschieben"
6031
+
6032
+ #: wpf-includes/wpf-phrases.php:375
6033
+ msgid "Must be minimum 6 characters."
6034
+ msgstr "Mindestens 6 Zeichen erforderlich."
6035
+
6036
+ #: wpf-includes/wpf-phrases.php:383
6037
+ msgid "No activity found for this member."
6038
+ msgstr "Keine Aktivität dieses Mitglieds gefunden."
6039
+
6040
+ #: wpf-includes/wpf-phrases.php:384
6041
+ msgid "No file was uploaded"
6042
+ msgstr "Es wurde keine Datei hochgeladen"
6043
+
6044
+ #: wpf-includes/wpf-phrases.php:385
6045
+ msgid "No forums were found here."
6046
+ msgstr "Oh schade! Hier wurde kein Forum gefunden."
6047
+
6048
+ #: wpf-includes/wpf-phrases.php:386
6049
+ msgid "No items found"
6050
+ msgstr "Keine Elemente gefunden"
6051
+
6052
+ #: wpf-includes/wpf-phrases.php:389
6053
+ msgid "No online members at the moment"
6054
+ msgstr "Im Moment sind keine Mitglieder online"
6055
+
6056
+ #: wpf-includes/wpf-phrases.php:391
6057
+ msgid "No subscriptions found for this member."
6058
+ msgstr "Keine Abonnements dieses Mitglieds gefunden."
6059
+
6060
+ #: wpf-includes/wpf-phrases.php:393
6061
+ msgid "No topics were found here"
6062
+ msgstr "Hier wurden keine Themen gefunden"
6063
+
6064
+ #: wpf-includes/wpf-phrases.php:400
6065
+ msgid "Occupation"
6066
+ msgstr "Beruf"
6067
+
6068
+ #: wpf-includes/wpf-phrases.php:401
6069
+ msgid "Offline"
6070
+ msgstr "Offline"
6071
+
6072
+ #: wpf-includes/wpf-phrases.php:402
6073
+ msgid "Online"
6074
+ msgstr "Online"
6075
+
6076
+ #: wpf-includes/wpf-phrases.php:404
6077
+ msgid "Oops! The page you requested was not found!"
6078
+ msgstr "Oops! Die aufgerufene Seite wurde nicht gefunden!"
6079
+
6080
+ #: wpf-includes/wpf-phrases.php:405
6081
+ msgid "Our newest member"
6082
+ msgstr "Unser neuestes Mitglied"
6083
+
6084
+ #: wpf-includes/wpf-phrases.php:406
6085
+ msgid "Page"
6086
+ msgstr "Seite"
6087
+
6088
+ #: wpf-includes/wpf-phrases.php:408
6089
+ msgid "Password"
6090
+ msgstr "Passwort"
6091
+
6092
+ #: wpf-includes/wpf-phrases.php:410
6093
+ #, php-format
6094
+ msgid "Please %s or %s"
6095
+ msgstr "Bitte %s oder %s"
6096
+
6097
+ #: wpf-includes/wpf-phrases.php:414
6098
+ msgid "Post Title"
6099
+ msgstr "Beitragstitel"
6100
+
6101
+ #: wpf-includes/wpf-phrases.php:415
6102
+ msgid "Post link"
6103
+ msgstr "Beitragslink"
6104
+
6105
+ #: wpf-includes/wpf-phrases.php:416
6106
+ msgid "Posted"
6107
+ msgstr "Veröffentlicht"
6108
+
6109
+ #: wpf-includes/wpf-phrases.php:417
6110
+ msgid "Posted by"
6111
+ msgstr "Veröffentlicht von"
6112
+
6113
+ #: wpf-includes/wpf-phrases.php:419
6114
+ msgid "Powered by"
6115
+ msgstr "Powered by"
6116
+
6117
+ #: wpf-includes/wpf-phrases.php:421
6118
+ msgid "Q&A Layout - Number of intro topics"
6119
+ msgstr "Q&A Layout - Anzahl der Intro-Themen"
6120
+
6121
+ #: wpf-includes/wpf-phrases.php:422
6122
+ msgid "Q&A layout - Intro topics"
6123
+ msgstr "Q&A Layout - Intro-Themen"
6124
+
6125
+ #: wpf-includes/wpf-phrases.php:423
6126
+ msgid "Question Comments"
6127
+ msgstr "Kommentare zur Frage"
6128
+
6129
+ #: wpf-includes/wpf-phrases.php:424
6130
+ msgid "Questions"
6131
+ msgstr "Fragen"
6132
+
6133
+ #: wpf-includes/wpf-phrases.php:425
6134
+ msgid "Quote"
6135
+ msgstr "Zitat"
6136
+
6137
+ #: wpf-includes/wpf-phrases.php:426
6138
+ msgid "RE"
6139
+ msgstr "RE"
6140
+
6141
+ #: wpf-includes/wpf-phrases.php:427
6142
+ msgid "REPLY:"
6143
+ msgstr "ANTWORT:"
6144
+
6145
+ #: wpf-includes/wpf-phrases.php:428
6146
+ msgid "RSS"
6147
+ msgstr "RSS"
6148
+
6149
+ #: wpf-includes/wpf-phrases.php:429
6150
+ msgid "Rating"
6151
+ msgstr "Rang"
6152
+
6153
+ #: wpf-includes/wpf-phrases.php:434
6154
+ msgid "Received Likes"
6155
+ msgstr "Erhaltene Likes"
6156
+
6157
+ #: wpf-includes/wpf-phrases.php:435
6158
+ msgid "Recent Questions"
6159
+ msgstr "Aktuelle Fragen"
6160
+
6161
+ #: wpf-includes/wpf-phrases.php:436
6162
+ msgid "Recent Topics"
6163
+ msgstr "Aktuelle Themen"
6164
+
6165
+ #: wpf-includes/wpf-phrases.php:437
6166
+ msgid "Register"
6167
+ msgstr "Registrieren"
6168
+
6169
+ #: wpf-includes/wpf-phrases.php:439
6170
+ msgid "Registered date"
6171
+ msgstr "Registrierungsdatum"
6172
+
6173
+ #: wpf-includes/wpf-phrases.php:440
6174
+ msgid "Relevancy"
6175
+ msgstr "Relevanz"
6176
+
6177
+ #: wpf-includes/wpf-phrases.php:441
6178
+ msgid "Remember Me"
6179
+ msgstr "Erinnere dich an mich"
6180
+
6181
+ #: wpf-includes/wpf-phrases.php:443
6182
+ msgid "Replace Author Link to Forum Profile"
6183
+ msgstr "Ersetze Autoren-Link mit dem Foren-Profil"
6184
+
6185
+ #: wpf-includes/wpf-phrases.php:444
6186
+ msgid "Replace Comment Author Link to Forum Profile"
6187
+ msgstr "Ersetze Autoren-Kommentar-Links mit dem Foren-Profil"
6188
+
6189
+ #: wpf-includes/wpf-phrases.php:447
6190
+ msgid "Replies"
6191
+ msgstr "Antworten"
6192
+
6193
+ #: wpf-includes/wpf-phrases.php:448
6194
+ msgid "Replies not found"
6195
+ msgstr "Keine Antworten gefunden"
6196
+
6197
+ #: wpf-includes/wpf-phrases.php:449
6198
+ msgid "Reply"
6199
+ msgstr "Antwort"
6200
+
6201
+ #: wpf-includes/wpf-phrases.php:450
6202
+ msgid "Report"
6203
+ msgstr "Melden"
6204
+
6205
+ #: wpf-includes/wpf-phrases.php:453
6206
+ msgid "Report to Administration"
6207
+ msgstr "Melden an Adminstration"
6208
+
6209
+ #: wpf-includes/wpf-phrases.php:455
6210
+ msgid "Result Info"
6211
+ msgstr "Info über das Ergebnis"
6212
+
6213
+ #: wpf-includes/wpf-phrases.php:457
6214
+ msgid "Save Changes"
6215
+ msgstr "Änderungen speichern"
6216
+
6217
+ #: wpf-includes/wpf-phrases.php:462
6218
+ msgid "Search Entire Posts"
6219
+ msgstr "Suche in allen Beiträgen"
6220
+
6221
+ #: wpf-includes/wpf-phrases.php:463
6222
+ msgid "Search Phrase"
6223
+ msgstr "Suche in Phrasen"
6224
+
6225
+ #: wpf-includes/wpf-phrases.php:464
6226
+ msgid "Search Titles Only"
6227
+ msgstr "Suche nur in Titeln"
6228
+
6229
+ #: wpf-includes/wpf-phrases.php:465
6230
+ msgid "Search Type"
6231
+ msgstr "Suchtyp"
6232
+
6233
+ #: wpf-includes/wpf-phrases.php:466
6234
+ msgid "Search in Forums"
6235
+ msgstr "Suche in Foren"
6236
+
6237
+ #: wpf-includes/wpf-phrases.php:467
6238
+ msgid "Search in date period"
6239
+ msgstr "Suche im Zeitraum"
6240
+
6241
+ #: wpf-includes/wpf-phrases.php:468
6242
+ msgid "Search result for"
6243
+ msgstr "Suchergebnis für"
6244
+
6245
+ #: wpf-includes/wpf-phrases.php:469
6246
+ msgid "Search..."
6247
+ msgstr "Suche..."
6248
+
6249
+ #: wpf-includes/wpf-phrases.php:470
6250
+ msgid "Select All"
6251
+ msgstr "Alles auswählen"
6252
+
6253
+ #: wpf-includes/wpf-phrases.php:471
6254
+ msgid "Select Page"
6255
+ msgstr "Seite auswählen"
6256
+
6257
+ #: wpf-includes/wpf-phrases.php:472
6258
+ msgid "Send Report"
6259
+ msgstr "Meldung senden"
6260
+
6261
+ #: wpf-includes/wpf-phrases.php:476
6262
+ msgid "Set Topic Sticky"
6263
+ msgstr "Thema oben anpinnen"
6264
+
6265
+ #: wpf-includes/wpf-phrases.php:477
6266
+ msgid ""
6267
+ "Set this option value 0 if you want to show all posts under topic intro area."
6268
+ msgstr ""
6269
+ "Setze diese Einstellung auf 0, um alle Beiträge im Themen-Intro-Bereich "
6270
+ "anzuzeigen."
6271
+
6272
+ #: wpf-includes/wpf-phrases.php:478
6273
+ msgid "Shop Account"
6274
+ msgstr "Shop-Konto"
6275
+
6276
+ #: wpf-includes/wpf-phrases.php:486
6277
+ msgid "Show all forums"
6278
+ msgstr "Alle Foren anzeigen"
6279
+
6280
+ #: wpf-includes/wpf-phrases.php:488
6281
+ msgid "Sign In"
6282
+ msgstr "Anmelden"
6283
+
6284
+ #: wpf-includes/wpf-phrases.php:489
6285
+ msgid "Signature"
6286
+ msgstr "Signatur"
6287
+
6288
+ #: wpf-includes/wpf-phrases.php:490
6289
+ msgid "Site Profile"
6290
+ msgstr "Seiten-Profil"
6291
+
6292
+ #: wpf-includes/wpf-phrases.php:491
6293
+ msgid "Skype"
6294
+ msgstr "Skype"
6295
+
6296
+ #: wpf-includes/wpf-phrases.php:493
6297
+ msgid "Social Networks"
6298
+ msgstr "Soziale Netzwerke"
6299
+
6300
+ #: wpf-includes/wpf-phrases.php:494
6301
+ msgid "Sorry, something wrong with your data."
6302
+ msgstr "Entschuldigung, irgendetwas stimmt nicht mit deinen Daten."
6303
+
6304
+ #: wpf-includes/wpf-phrases.php:495
6305
+ msgid "Sort Search Results by"
6306
+ msgstr "Sortiere Suchergebnisse nach"
6307
+
6308
+ #: wpf-includes/wpf-phrases.php:496
6309
+ msgid "Specify avatar by URL"
6310
+ msgstr "Avatar über die URL angeben"
6311
+
6312
+ #: wpf-includes/wpf-phrases.php:498
6313
+ msgid "Subforums"
6314
+ msgstr "Unterforen"
6315
+
6316
+ #: wpf-includes/wpf-phrases.php:501
6317
+ msgid "Subscribe for new replies"
6318
+ msgstr "Neue Antworten abonnieren"
6319
+
6320
+ #: wpf-includes/wpf-phrases.php:502
6321
+ msgid "Subscribe for new topics"
6322
+ msgstr "Neue Themen abonnieren"
6323
+
6324
+ #: wpf-includes/wpf-phrases.php:506
6325
+ msgid ""
6326
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
6327
+ "WorPress, and the only forum software which comes with Multi-layout template "
6328
+ "system. The \"Extended"
6329
+ msgstr ""
6330
+ "Vielen Dank für die Benutzung von wpForo! wpForo ist ein professionelles "
6331
+ "Bulletin Board für WordPress und die einzige Foren-Software mit einem Multi-"
6332
+ "Layout-System. Das \"Extended"
6333
+
6334
+ #: wpf-includes/wpf-phrases.php:507
6335
+ msgid ""
6336
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
6337
+ "always be available for free. There will never be paid and pro versions of "
6338
+ "this forum board. However this is a very large and hard project so we also "
6339
+ "develop paid addons (extensions), which will financially help us to keep "
6340
+ "improving and adding new features to the free wpForo plugin. Forum addons "
6341
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
6342
+ msgstr ""
6343
+ "Vielen Dank, dass du wpForo verwendest. wpForo ist ein Premium-Forum-Plugin, "
6344
+ "das immer kostenlos zur Verfügung stehen wird. Es wird niemals "
6345
+ "kostenpflichtige und professionelle Versionen dieses Forums geben. Da dies "
6346
+ "jedoch ein sehr umfangreiches und schwieriges Projekt ist, entwickeln wir "
6347
+ "kostenpflichtige Add-ons (Erweiterungen), die uns finanziell dabei helfen, "
6348
+ "das kostenlose wpForo-Plugin weiter zu verbessern und neue Funktionen "
6349
+ "hinzuzufügen. Forum-Add-ons werden ebenfalls aktiv entwickelt. Die ersten "
6350
+ "Add-ons \"Advanced Media Uploader"
6351
+
6352
+ #: wpf-includes/wpf-phrases.php:510
6353
+ msgid ""
6354
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
6355
+ "the HTML form"
6356
+ msgstr ""
6357
+ "Die hochzuladende Datei überschreitet die Einstellung MAX_FILE_SIZE, die "
6358
+ "definiert wurde"
6359
+
6360
+ #: wpf-includes/wpf-phrases.php:511
6361
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
6362
+ msgstr ""
6363
+ "Die hochzuladende Datei überschreitet die Einstellung upload_max_filesize "
6364
+ "der php.ini"
6365
+
6366
+ #: wpf-includes/wpf-phrases.php:512
6367
+ msgid "The uploaded file was only partially uploaded"
6368
+ msgstr "Die hochzuladende Datei wurde nur teilweise hochgeladen"
6369
+
6370
+ #: wpf-includes/wpf-phrases.php:519
6371
+ msgid "Timezone"
6372
+ msgstr "Zeitzone"
6373
+
6374
+ #: wpf-includes/wpf-phrases.php:521
6375
+ msgid "Topic RSS Feed"
6376
+ msgstr "Themen-RSS-Feed"
6377
+
6378
+ #: wpf-includes/wpf-phrases.php:522
6379
+ msgid "Topic Title"
6380
+ msgstr "Titel des Themas"
6381
+
6382
+ #: wpf-includes/wpf-phrases.php:526
6383
+ msgid "Twitter"
6384
+ msgstr "Twitter"
6385
+
6386
+ #: wpf-includes/wpf-phrases.php:527
6387
+ msgid "Unknown upload error"
6388
+ msgstr "Unbekannter Upload-Fehler"
6389
+
6390
+ #: wpf-includes/wpf-phrases.php:528
6391
+ msgid "Unsubscribe"
6392
+ msgstr "Abonnement entfernen"
6393
+
6394
+ #: wpf-includes/wpf-phrases.php:531
6395
+ msgid "Upload an avatar"
6396
+ msgstr "Avatar hochladen"
6397
+
6398
+ #: wpf-includes/wpf-phrases.php:533
6399
+ msgid ""
6400
+ "Use comments to ask for more information or suggest improvements. Avoid "
6401
+ "answering questions in comments."
6402
+ msgstr ""
6403
+ "Benutze Kommentare, um nach mehr Informationen zu fragen oder um "
6404
+ "Verbesserungen vorzuschlagen. Vermeide es, Fragen in Kommentaren zu "
6405
+ "beantworten."
6406
+
6407
+ #: wpf-includes/wpf-phrases.php:535
6408
+ msgid "User"
6409
+ msgstr "Benutzer"
6410
+
6411
+ #: wpf-includes/wpf-phrases.php:537
6412
+ msgid "User Group"
6413
+ msgstr "Benutzergruppe"
6414
+
6415
+ #: wpf-includes/wpf-phrases.php:538
6416
+ msgid "Usergroup has been successfully deleted."
6417
+ msgstr "Benutzergruppe wurde erfolgreich gelöscht."
6418
+
6419
+ #: wpf-includes/wpf-phrases.php:540
6420
+ msgid "Username"
6421
+ msgstr "Benutzername"
6422
+
6423
+ #: wpf-includes/wpf-phrases.php:542
6424
+ msgid "View entire post"
6425
+ msgstr "Gesamten Beitrag ansehen"
6426
+
6427
+ #: wpf-includes/wpf-phrases.php:543
6428
+ msgid "View the latest post"
6429
+ msgstr "Letzten Beitrag ansehen"
6430
+
6431
+ #: wpf-includes/wpf-phrases.php:544
6432
+ msgid "Views"
6433
+ msgstr "Ansichten"
6434
+
6435
+ #: wpf-includes/wpf-phrases.php:545
6436
+ msgid "Votes"
6437
+ msgstr "Bewertungen"
6438
+
6439
+ #: wpf-includes/wpf-phrases.php:546
6440
+ msgid "Website"
6441
+ msgstr "Webseite"
6442
+
6443
+ #: wpf-includes/wpf-phrases.php:547
6444
+ msgid "Welcome Message"
6445
+ msgstr "Willkommensnachricht"
6446
+
6447
+ #: wpf-includes/wpf-phrases.php:548
6448
+ msgid "Wordpress avatar system"
6449
+ msgstr "Wordpress Avatar-System"
6450
+
6451
+ #: wpf-includes/wpf-phrases.php:549
6452
+ msgid "Working"
6453
+ msgstr "Arbeitet"
6454
+
6455
+ #: wpf-includes/wpf-phrases.php:550
6456
+ msgid "Write message"
6457
+ msgstr "Schreibe Nachricht"
6458
+
6459
+ #: wpf-includes/wpf-phrases.php:551
6460
+ msgid "Yahoo"
6461
+ msgstr "Yahoo"
6462
+
6463
+ #: wpf-includes/wpf-phrases.php:553
6464
+ msgid "You"
6465
+ msgstr "Du"
6466
+
6467
+ #: wpf-includes/wpf-phrases.php:555
6468
+ #, php-format
6469
+ msgid "You can go to %s page or Search here"
6470
+ msgstr "Besuche die Seite %s oder Suche hier"
6471
+
6472
+ #: wpf-includes/wpf-phrases.php:557
6473
+ msgid "Your Answer"
6474
+ msgstr "Deine Antwort"
6475
+
6476
+ #: wpf-includes/wpf-phrases.php:558
6477
+ msgid "account"
6478
+ msgstr "Benutzerkonto"
6479
+
6480
+ #: wpf-includes/wpf-phrases.php:559
6481
+ msgid "activity"
6482
+ msgstr "Aktivität"
6483
+
6484
+ #: wpf-includes/wpf-phrases.php:560
6485
+ msgid "add"
6486
+ msgstr "hinzufügen"
6487
+
6488
+ #: wpf-includes/wpf-phrases.php:561
6489
+ msgid "add_new"
6490
+ msgstr "add_new"
6491
+
6492
+ #: wpf-includes/wpf-phrases.php:562
6493
+ #, php-format
6494
+ msgid "%s ago"
6495
+ msgstr "%s zuvor"
6496
+
6497
+ #: wpf-includes/wpf-phrases.php:563
6498
+ msgid "by"
6499
+ msgstr "von"
6500
+
6501
+ #: wpf-includes/wpf-phrases.php:564
6502
+ #, php-format
6503
+ msgid "by %s"
6504
+ msgstr "von %s"
6505
+
6506
+ #: wpf-includes/wpf-phrases.php:565
6507
+ msgid "confirm password"
6508
+ msgstr "Passwort bestätigen"
6509
+
6510
+ #: wpf-includes/wpf-phrases.php:568
6511
+ msgid "edit profile"
6512
+ msgstr "Profil bearbeiten"
6513
+
6514
+ #: wpf-includes/wpf-phrases.php:569
6515
+ msgid "edit user"
6516
+ msgstr "Benutzer bearbeiten"
6517
+
6518
+ #: wpf-includes/wpf-phrases.php:570
6519
+ msgid "forums"
6520
+ msgstr "Foren"
6521
+
6522
+ #: wpf-includes/wpf-phrases.php:571
6523
+ msgid "item"
6524
+ msgstr "Element"
6525
+
6526
+ #: wpf-includes/wpf-phrases.php:572
6527
+ msgid "login"
6528
+ msgstr "anmelden"
6529
+
6530
+ #: wpf-includes/wpf-phrases.php:573
6531
+ msgid "logout"
6532
+ msgstr "abmelden"
6533
+
6534
+ #: wpf-includes/wpf-phrases.php:574
6535
+ msgid "matches"
6536
+ msgstr "Treffer"
6537
+
6538
+ #: wpf-includes/wpf-phrases.php:575
6539
+ msgid "members"
6540
+ msgstr "Mitglieder"
6541
+
6542
+ #: wpf-includes/wpf-phrases.php:577
6543
+ msgid "my profile"
6544
+ msgstr "mein Profil"
6545
+
6546
+ #: wpf-includes/wpf-phrases.php:578
6547
+ msgid "new password"
6548
+ msgstr "neues Passwort"
6549
+
6550
+ #: wpf-includes/wpf-phrases.php:579
6551
+ msgid "new password again"
6552
+ msgstr "neues Passwort wiederholen"
6553
+
6554
+ #: wpf-includes/wpf-phrases.php:580
6555
+ msgid "next"
6556
+ msgstr "nächstes"
6557
+
6558
+ #: wpf-includes/wpf-phrases.php:581
6559
+ msgid "old password"
6560
+ msgstr "altes Passwort"
6561
+
6562
+ #: wpf-includes/wpf-phrases.php:582
6563
+ msgid "phrase_key"
6564
+ msgstr "phrase_key"
6565
+
6566
+ #: wpf-includes/wpf-phrases.php:583
6567
+ msgid "phrase_value"
6568
+ msgstr "phrase_value"
6569
+
6570
+ #: wpf-includes/wpf-phrases.php:584
6571
+ msgid "posted"
6572
+ msgstr "veröffentlicht"
6573
+
6574
+ #: wpf-includes/wpf-phrases.php:585
6575
+ msgid "prev"
6576
+ msgstr "Vorherige"
6577
+
6578
+ #: wpf-includes/wpf-phrases.php:586
6579
+ msgid "register"
6580
+ msgstr "registrieren"
6581
+
6582
+ #: wpf-includes/wpf-phrases.php:587
6583
+ msgid "replies"
6584
+ msgstr "Antworten"
6585
+
6586
+ #: wpf-includes/wpf-phrases.php:588
6587
+ msgid "subscriptions"
6588
+ msgstr "Abonnements"
6589
+
6590
+ #: wpf-includes/wpf-phrases.php:589
6591
+ msgid "update"
6592
+ msgstr "aktualisieren"
6593
+
6594
+ #: wpf-includes/wpf-phrases.php:590
6595
+ msgid "view"
6596
+ msgstr "anzeigen"
6597
+
6598
+ #: wpf-includes/wpf-phrases.php:591
6599
+ msgid "view all posts"
6600
+ msgstr "alle Beiträge ansehen"
6601
+
6602
+ #: wpf-includes/wpf-phrases.php:592
6603
+ msgid "view all questions"
6604
+ msgstr "alle Fragen ansehen"
6605
+
6606
+ #: wpf-includes/wpf-phrases.php:593
6607
+ msgid "view all topics"
6608
+ msgstr "alle Themen ansehen"
6609
+
6610
+ #: wpf-includes/wpf-phrases.php:595
6611
+ msgid "wpForo Navigation"
6612
+ msgstr "wpForo Navigation"
6613
+
6614
+ #: wpf-includes/wpf-phrases.php:597
6615
+ msgid "wpForo User Timezone"
6616
+ msgstr "Zeitzone wpForo-Benutzer"
6617
+
6618
+ #: wpf-includes/wpf-phrases.php:598
6619
+ msgid "wpForo Usergroup"
6620
+ msgstr "wpForo Benutzergruppe"
6621
+
6622
+ #: wpf-includes/wpf-phrases.php:600
6623
+ msgid "{number}B"
6624
+ msgstr "{number}B"
6625
+
6626
+ #: wpf-includes/wpf-phrases.php:601
6627
+ msgid "{number}K"
6628
+ msgstr "{number}K"
6629
+
6630
+ #: wpf-includes/wpf-phrases.php:602
6631
+ msgid "{number}M"
6632
+ msgstr "{number}M"
6633
+
6634
+ #: wpf-includes/wpf-phrases.php:603
6635
+ msgid "{number}T"
6636
+ msgstr "{number}T"
6637
+
6638
+ #: wpf-includes/wpf-phrases.php:606
6639
+ #, php-format
6640
+ msgid "%s access successfully added"
6641
+ msgstr "%s Zugriff erfolgreich hinzugefügt"
6642
+
6643
+ #: wpf-includes/wpf-phrases.php:607
6644
+ #, php-format
6645
+ msgid "%s access successfully edited"
6646
+ msgstr "%s Zugriff erfolgreich bearbeitet"
6647
+
6648
+ #: wpf-includes/wpf-phrases.php:608
6649
+ msgid "Access add error"
6650
+ msgstr "Zugriffsfehler beim Hinzufügen"
6651
+
6652
+ #: wpf-includes/wpf-phrases.php:609
6653
+ msgid "Access delete error"
6654
+ msgstr "Zugriffsfehler beim Löschen"
6655
+
6656
+ #: wpf-includes/wpf-phrases.php:610
6657
+ msgid "Access edit error"
6658
+ msgstr "Zugriffsfehler beim Bearbeiten"
6659
+
6660
+ #: wpf-includes/wpf-phrases.php:611
6661
+ msgid "Access successfully deleted"
6662
+ msgstr "Zugriff erfolgreich gelöscht"
6663
+
6664
+ #: wpf-includes/wpf-phrases.php:612
6665
+ msgid "Add Topic error: No forum selected"
6666
+ msgstr "Fehler beim Erstellen des Themas: Kein Forum ausgewählt"
6667
+
6668
+ #: wpf-includes/wpf-phrases.php:613
6669
+ msgid "All Checked topics successfully deleted"
6670
+ msgstr "Alle markierten Themen wurden erfolgreich gelöscht"
6671
+
6672
+ #: wpf-includes/wpf-phrases.php:621
6673
+ msgid "Can`t upload file"
6674
+ msgstr "Kann Datei nicht hochladen"
6675
+
6676
+ #: wpf-includes/wpf-phrases.php:622
6677
+ msgid "Cannot update forum hierarchy"
6678
+ msgstr "Kann Forumshierarchie nicht aktualisieren"
6679
+
6680
+ #: wpf-includes/wpf-phrases.php:623
6681
+ msgid "Cannot update post data"
6682
+ msgstr "Beitragsdaten können nicht aktualisiert werden"
6683
+
6684
+ #: wpf-includes/wpf-phrases.php:624
6685
+ msgid "Could not be unsubscribe from this item"
6686
+ msgstr "Dieses Element konnte nicht abbestellt werden"
6687
+
6688
+ #: wpf-includes/wpf-phrases.php:625
6689
+ msgid "Email address exists. Please insert another."
6690
+ msgstr "E-Mail-Adresse existiert bereits. Bitte gebe eine andere an."
6691
+
6692
+ #: wpf-includes/wpf-phrases.php:626
6693
+ msgid "Error: Forum is not found"
6694
+ msgstr "Fehler: Forum nicht gefunden"
6695
+
6696
+ #: wpf-includes/wpf-phrases.php:627
6697
+ msgid "Error: No topic selected"
6698
+ msgstr "Fehler: Kein Thema ausgewählt"
6699
+
6700
+ #: wpf-includes/wpf-phrases.php:628
6701
+ msgid "Error: Topic is not found"
6702
+ msgstr "Fehler: Thema nicht gefunden"
6703
+
6704
+ #: wpf-includes/wpf-phrases.php:629
6705
+ msgid "Error: please insert some text to report."
6706
+ msgstr "Fehler: Bitte gebe einen Text ein, der gemeldet werden soll."
6707
+
6708
+ #: wpf-includes/wpf-phrases.php:630
6709
+ msgid "Features successfully updated"
6710
+ msgstr "Funktionen erfolgreich aktualisiert"
6711
+
6712
+ #: wpf-includes/wpf-phrases.php:631
6713
+ msgid "Features successfully updated, but previous value not changed"
6714
+ msgstr ""
6715
+ "Funktionen erfolgreich aktualisiert, aber vorherige Werte nicht geändert"
6716
+
6717
+ #: wpf-includes/wpf-phrases.php:632
6718
+ msgid "File type is not allowed"
6719
+ msgstr "Dateityp ist nicht zugelassen"
6720
+
6721
+ #: wpf-includes/wpf-phrases.php:633
6722
+ msgid "Forum Base URL successfully updated"
6723
+ msgstr "Foren-Basis-URL erfolgreich aktualisiert"
6724
+
6725
+ #: wpf-includes/wpf-phrases.php:634
6726
+ msgid "Forum deleting error"
6727
+ msgstr "Fehler beim Löschen des Forums"
6728
+
6729
+ #: wpf-includes/wpf-phrases.php:635
6730
+ msgid "Forum hierarchy successfully updated"
6731
+ msgstr "Foren-Hierarchie erfolgreich aktualisiert"
6732
+
6733
+ #: wpf-includes/wpf-phrases.php:636
6734
+ msgid "Forum is successfully merged"
6735
+ msgstr "Die Foren wurde erfolgreich zusammengeführt"
6736
+
6737
+ #: wpf-includes/wpf-phrases.php:637
6738
+ msgid "Forum merging error"
6739
+ msgstr "Fehler beim Zusammenführen der Foren"
6740
+
6741
+ #: wpf-includes/wpf-phrases.php:638
6742
+ msgid "Forum options successfully updated"
6743
+ msgstr "Foums-Einstellungen erfolgreich aktualisiert"
6744
+
6745
+ #: wpf-includes/wpf-phrases.php:639
6746
+ msgid "Forum options successfully updated, but previous value not changed"
6747
+ msgstr ""
6748
+ "Forums-Einstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6749
+ "geändert"
6750
+
6751
+ #: wpf-includes/wpf-phrases.php:640
6752
+ msgid "Forum successfully updated"
6753
+ msgstr "Forum erfolgreich aktualisiert"
6754
+
6755
+ #: wpf-includes/wpf-phrases.php:641
6756
+ msgid "Forum update error"
6757
+ msgstr "Fehler beim Aktualisieren des Forums"
6758
+
6759
+ #: wpf-includes/wpf-phrases.php:642
6760
+ msgid "General options successfully updated"
6761
+ msgstr "Allgemeine Einstellungen erfolgreich aktualisiert"
6762
+
6763
+ #: wpf-includes/wpf-phrases.php:643
6764
+ msgid "Illegal character in username."
6765
+ msgstr "Unzulässiges Zeichen im Benutzernamen."
6766
+
6767
+ #: wpf-includes/wpf-phrases.php:644
6768
+ msgid "Insert your Email address."
6769
+ msgstr "Gebe deine E-Mail-Adresse an."
6770
+
6771
+ #: wpf-includes/wpf-phrases.php:645
6772
+ msgid "Invalid Email address"
6773
+ msgstr "Ungültige E-Mail-Adresse"
6774
+
6775
+ #: wpf-includes/wpf-phrases.php:646
6776
+ msgid "Invalid request!"
6777
+ msgstr "Ungültige Anfrage!"
6778
+
6779
+ #: wpf-includes/wpf-phrases.php:647
6780
+ msgid "Member options successfully updated"
6781
+ msgstr "Mitglieder-Einstellungen erfolgreich aktualisiert"
6782
+
6783
+ #: wpf-includes/wpf-phrases.php:648
6784
+ msgid "Member options successfully updated, but previous value not changed"
6785
+ msgstr ""
6786
+ "Mitgliedseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6787
+ "geändert"
6788
+
6789
+ #: wpf-includes/wpf-phrases.php:649
6790
+ msgid "Message has been sent"
6791
+ msgstr "Nachricht wurde gesendet"
6792
+
6793
+ #: wpf-includes/wpf-phrases.php:650
6794
+ msgid ""
6795
+ "New language successfully added and changed wpforo language to new language"
6796
+ msgstr ""
6797
+ "Neue Sprache erfolgreich hinzugefügt und wpForo-Sprache in neue Sprache "
6798
+ "geändert"
6799
+
6800
+ #: wpf-includes/wpf-phrases.php:651
6801
+ msgid "No Posts found for update"
6802
+ msgstr "Keine Beiträge zum Aktualisieren gefunden"
6803
+
6804
+ #: wpf-includes/wpf-phrases.php:652
6805
+ msgid "Password length must be between 6 characters and 20 characters."
6806
+ msgstr "Die Passwortlänge muss zwischen 6 und 20 Zeichen sein."
6807
+
6808
+ #: wpf-includes/wpf-phrases.php:653
6809
+ msgid "Password mismatch."
6810
+ msgstr "Passwörter verschieden."
6811
+
6812
+ #: wpf-includes/wpf-phrases.php:654
6813
+ msgid "Permission denied"
6814
+ msgstr "Zugang verweigert"
6815
+
6816
+ #: wpf-includes/wpf-phrases.php:655
6817
+ msgid "Permission denied for add forum"
6818
+ msgstr "Berechtigung zum Hinzufügen eines Forums verweigert"
6819
+
6820
+ #: wpf-includes/wpf-phrases.php:656
6821
+ msgid "Permission denied for delete forum"
6822
+ msgstr "Berechtigung zum Löschen eines Forums verweigert"
6823
+
6824
+ #: wpf-includes/wpf-phrases.php:657
6825
+ msgid "Permission denied for edit forum"
6826
+ msgstr "Berechtigung zum Bearbeiten eines Forums verweigert"
6827
+
6828
+ #: wpf-includes/wpf-phrases.php:658
6829
+ msgid "Permission denied for this action"
6830
+ msgstr "Die Berechtigung für diese Aktion wurde verweigert"
6831
+
6832
+ #: wpf-includes/wpf-phrases.php:659
6833
+ msgid "Phrase add error"
6834
+ msgstr "Fehler beim Hinzufügen der Phrase"
6835
+
6836
+ #: wpf-includes/wpf-phrases.php:660
6837
+ msgid "Phrase adding error"
6838
+ msgstr "Fehler beim Hinzufügen der Phrase"
6839
+
6840
+ #: wpf-includes/wpf-phrases.php:661
6841
+ msgid "Phrase successfully added"
6842
+ msgstr "Phrase erfolgreich hinzugefügt"
6843
+
6844
+ #: wpf-includes/wpf-phrases.php:662
6845
+ msgid "Phrase successfully updates"
6846
+ msgstr "Phrase erfolgreich aktualisiert"
6847
+
6848
+ #: wpf-includes/wpf-phrases.php:663
6849
+ msgid "Phrase update error"
6850
+ msgstr "Fehler bei der Aktualisierung der Phrase"
6851
+
6852
+ #: wpf-includes/wpf-phrases.php:664
6853
+ msgid "Please insert required fields!"
6854
+ msgstr "Pflichtfelder bitte ausfüllen!"
6855
+
6856
+ #: wpf-includes/wpf-phrases.php:665
6857
+ msgid "Post delete error"
6858
+ msgstr "Fehler beim Löschen des Beitrags"
6859
+
6860
+ #: wpf-includes/wpf-phrases.php:667
6861
+ msgid "Post options successfully updated"
6862
+ msgstr "Beitragseinstellungen erfolgreich aktualisiert"
6863
+
6864
+ #: wpf-includes/wpf-phrases.php:668
6865
+ msgid "Post options successfully updated, but previous value not changed"
6866
+ msgstr ""
6867
+ "Beitragseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
6868
+ "geändert"
6869
+
6870
+ #: wpf-includes/wpf-phrases.php:669
6871
+ msgid "Registration Error"
6872
+ msgstr "Fehler bei der Registrierung"
6873
+
6874
+ #: wpf-includes/wpf-phrases.php:670
6875
+ msgid "Reply request error"
6876
+ msgstr "Fehler beim Antworten"
6877
+
6878
+ #: wpf-includes/wpf-phrases.php:671
6879
+ msgid "Something wrong with profile data."
6880
+ msgstr "Mit den Profildaten stimmt etwas nicht."
6881
+
6882
+ #: wpf-includes/wpf-phrases.php:672
6883
+ msgid "Subscribe options successfully updated"
6884
+ msgstr "Abonnement-Einstellungen erfolgreich aktualisiert"
6885
+
6886
+ #: wpf-includes/wpf-phrases.php:673
6887
+ msgid "Subscribe options successfully updated, but previous value not changed"
6888
+ msgstr ""
6889
+ "Abonnement-Einstellungen erfolgreich aktualisiert, aber vorherige Werte "
6890
+ "nicht geändert"
6891
+
6892
+ #: wpf-includes/wpf-phrases.php:674
6893
+ msgid "Success!"
6894
+ msgstr "Erfolg!"
6895
+
6896
+ #: wpf-includes/wpf-phrases.php:675
6897
+ msgid ""
6898
+ "Success! Thank you. Please check your email and click confirmation link "
6899
+ "below to complete this step."
6900
+ msgstr ""
6901
+ "Erfolg! Vielen Dank. Bitte überprüfe deine E-Mails und klicke auf den unten "
6902
+ "stehenden Bestätigungslink, um diesen Schritt abzuschließen."
6903
+
6904
+ #: wpf-includes/wpf-phrases.php:676
6905
+ msgid "Successfully updated"
6906
+ msgstr "Erfolgreich aktualisiert"
6907
+
6908
+ #: wpf-includes/wpf-phrases.php:677
6909
+ msgid "Successfully voted"
6910
+ msgstr "Erfolgreich abgestimmt"
6911
+
6912
+ #: wpf-includes/wpf-phrases.php:678
6913
+ msgid "The uploaded file size is too big"
6914
+ msgstr "Die hochzuladende Datei ist zu groß"
6915
+
6916
+ #: wpf-includes/wpf-phrases.php:679
6917
+ msgid "Theme options successfully updated"
6918
+ msgstr "Theme-Einstellungen erfolgreich aktualisiert"
6919
+
6920
+ #: wpf-includes/wpf-phrases.php:680
6921
+ msgid "This email address is already registered. Please insert another."
6922
+ msgstr ""
6923
+ "Diese E-Mail-Adresse ist bereits registriert. Benutze bitte eine andere."
6924
+
6925
+ #: wpf-includes/wpf-phrases.php:681
6926
+ msgid "This post successfully deleted"
6927
+ msgstr "Beitrag erfolgreich gelöscht"
6928
+
6929
+ #: wpf-includes/wpf-phrases.php:682
6930
+ msgid "This post successfully edited"
6931
+ msgstr "Beitrag erfolgreich bearbeitet"
6932
+
6933
+ #: wpf-includes/wpf-phrases.php:683
6934
+ msgid "This topic successfully deleted"
6935
+ msgstr "Thema erfolgreich gelöscht"
6936
+
6937
+ #: wpf-includes/wpf-phrases.php:684
6938
+ msgid "Topic Move Error"
6939
+ msgstr "Fehler beim Verschieben des Themas"
6940
+
6941
+ #: wpf-includes/wpf-phrases.php:685
6942
+ msgid "Topic add error"
6943
+ msgstr "Fehler beim Hinzufügen des Themas"
6944
+
6945
+ #: wpf-includes/wpf-phrases.php:686
6946
+ msgid "Topic delete error"
6947
+ msgstr "Fehler beim Löschen des Themas"
6948
+
6949
+ #: wpf-includes/wpf-phrases.php:687
6950
+ msgid "Topic edit error"
6951
+ msgstr "Fehler beim Bearbeiten des Themas"
6952
+
6953
+ #: wpf-includes/wpf-phrases.php:688
6954
+ msgid "Topic not found."
6955
+ msgstr "Thema nicht gefunden."
6956
+
6957
+ #: wpf-includes/wpf-phrases.php:689
6958
+ msgid "Topic successfully moved"
6959
+ msgstr "Thema erfolgreich verschoben"
6960
+
6961
+ #: wpf-includes/wpf-phrases.php:690
6962
+ msgid "Topic successfully updated"
6963
+ msgstr "Thema erfolgreich aktualisiert"
6964
+
6965
+ #: wpf-includes/wpf-phrases.php:691
6966
+ msgid "Topics delete error"
6967
+ msgstr "Fehler beim Löschen des Themas"
6968
+
6969
+ #: wpf-includes/wpf-phrases.php:692
6970
+ msgid "User delete error"
6971
+ msgstr "Fehler beim Löschen des Benutzers"
6972
+
6973
+ #: wpf-includes/wpf-phrases.php:693
6974
+ msgid "User group add error"
6975
+ msgstr "Fehler beim Hinzufügen der Benutzergruppe"
6976
+
6977
+ #: wpf-includes/wpf-phrases.php:694
6978
+ msgid "User group edit error"
6979
+ msgstr "Fehler beim Bearbeiten der Benutzergruppe"
6980
+
6981
+ #: wpf-includes/wpf-phrases.php:695
6982
+ msgid "User group successfully added"
6983
+ msgstr "Benutzergruppe erfolgreich hinzugefügt"
6984
+
6985
+ #: wpf-includes/wpf-phrases.php:696
6986
+ msgid "User group successfully edited"
6987
+ msgstr "Benutzergruppe erfolgreich bearbeitet"
6988
+
6989
+ #: wpf-includes/wpf-phrases.php:697
6990
+ msgid "User successfully deleted from wpforo"
6991
+ msgstr "Benutzer erfolgreich aus wpForo gelöscht"
6992
+
6993
+ #: wpf-includes/wpf-phrases.php:698
6994
+ msgid "Username exists. Please insert another."
6995
+ msgstr "Benutzername existiert bereits. Bitte benutze einen anderen Namen."
6996
+
6997
+ #: wpf-includes/wpf-phrases.php:699
6998
+ msgid "Username is missed."
6999
+ msgstr "Benutzername fehlt."
7000
+
7001
+ #: wpf-includes/wpf-phrases.php:700
7002
+ msgid "Username length must be between 3 characters and 30 characters."
7003
+ msgstr "Die Länge des Benutzernamens muss zwischen 3 und 30 Zeichen sein."
7004
+
7005
+ #: wpf-includes/wpf-phrases.php:701
7006
+ msgid "Welcome to our Community!"
7007
+ msgstr "Willkommen in unserer Community!"
7008
+
7009
+ #: wpf-includes/wpf-phrases.php:702
7010
+ msgid "Wrong post data"
7011
+ msgstr "Falsche Beitragsdaten"
7012
+
7013
+ #: wpf-includes/wpf-phrases.php:703
7014
+ msgid "You are already voted this post"
7015
+ msgstr "Du hast bereits für diesen Beitrag abgestimmt"
7016
+
7017
+ #: wpf-includes/wpf-phrases.php:704
7018
+ msgid "You have been successfully subscribed"
7019
+ msgstr "Dein Abonnement wurde erfolgreich eingetragen"
7020
+
7021
+ #: wpf-includes/wpf-phrases.php:705
7022
+ msgid "You have been successfully unsubscribed"
7023
+ msgstr "Dein Abonnement wurde erfolgreich entfernt"
7024
+
7025
+ #: wpf-includes/wpf-phrases.php:706
7026
+ msgid "You have no permission to edit this topic"
7027
+ msgstr "Du hast keine Berechtigung zum Bearbeiten des Themas"
7028
+
7029
+ #: wpf-includes/wpf-phrases.php:712
7030
+ msgid "You successfully replied"
7031
+ msgstr "Du hast erfolgreich geantwortet"
7032
+
7033
+ #: wpf-includes/wpf-phrases.php:713
7034
+ msgid "Your forum successfully added"
7035
+ msgstr "Dein Forum wurde erfolgreich hinzugefügt"
7036
+
7037
+ #: wpf-includes/wpf-phrases.php:714
7038
+ msgid "Your forum successfully deleted"
7039
+ msgstr "Dein Forum wurde erfolgreich gelöscht"
7040
+
7041
+ #: wpf-includes/wpf-phrases.php:715
7042
+ msgid "Your profile data have been successfully updated."
7043
+ msgstr "Deine Profildaten wurden erfolgreich aktualisiert."
7044
+
7045
+ #: wpf-includes/wpf-phrases.php:716
7046
+ msgid "Your subscription for this item could not be confirmed"
7047
+ msgstr "Dein Abonnement für dieses Element konnte nicht bestätigt werden"
7048
+
7049
+ #: wpf-includes/wpf-phrases.php:717
7050
+ msgid "Your topic successfully added"
7051
+ msgstr "Dein Thema wurde erfolgreich hinzugefügt"
7052
+
7053
+ #: wpf-includes/wpf-phrases.php:756
7054
+ msgid "Can edit own replay"
7055
+ msgstr "Kann eigene Antwort bearbeiten"
7056
+
7057
+ #: wpf-includes/wpf-phrases.php:774
7058
+ msgid "like"
7059
+ msgstr "gefällt mir"
7060
+
7061
+ #: wpf-includes/wpf-phrases.php:775
7062
+ msgid "unlike"
7063
+ msgstr "gefällt mit nicht mehr"
7064
+
7065
+ #: wpf-includes/wpf-phrases.php:776
7066
+ msgid "sticky"
7067
+ msgstr "oben angepinnt"
7068
+
7069
+ #: wpf-includes/wpf-phrases.php:777
7070
+ msgid "unsticky"
7071
+ msgstr "nicht mehr oben anpinnen"
7072
+
7073
+ #: wpf-includes/wpf-phrases.php:778
7074
+ msgid "close"
7075
+ msgstr "schließen"
7076
+
7077
+ #: wpf-includes/wpf-phrases.php:779
7078
+ msgid "open"
7079
+ msgstr "öffnen"
7080
+
7081
+ #: wpf-includes/wpf-phrases.php:780
7082
+ msgid "Topic Icons"
7083
+ msgstr "Themen-Icons"
7084
+
7085
+ #: wpf-includes/wpf-phrases.php:781
7086
+ msgid "New"
7087
+ msgstr "Neu"
7088
+
7089
+ #: wpf-includes/wpf-phrases.php:782
7090
+ msgid "Replied"
7091
+ msgstr "Beantwortet"
7092
+
7093
+ #: wpf-includes/wpf-phrases.php:784
7094
+ msgid "Hot"
7095
+ msgstr "Heiß"
7096
+
7097
+ #: wpf-includes/wpf-phrases.php:785
7098
+ msgid "Solved"
7099
+ msgstr "Gelöst"
7100
+
7101
+ #: wpf-includes/wpf-phrases.php:786
7102
+ msgid "Unsolved"
7103
+ msgstr "Ungelöst"
7104
+
7105
+ #: wpf-includes/wpf-phrases.php:796
7106
+ msgid "Old password is wrong"
7107
+ msgstr "Altes Passwort ist falsch"
7108
+
7109
+ #: wpf-includes/wpf-phrases.php:797
7110
+ msgid "New Passwords do not match"
7111
+ msgstr "Neue Passwöer stimmen nicht überein"
7112
+
7113
+ #: wpf-includes/wpf-phrases.php:801
7114
+ msgid ""
7115
+ "This process may take a few seconds or dozens of minutes, it depends on "
7116
+ "database forum size and on server resources. Please be patient and don't "
7117
+ "close this page. If you got 500 Server Error please don't worry, the data "
7118
+ "updating process is still working in MySQL server."
7119
+ msgstr ""
7120
+ "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
7121
+ "bleibe geduldig und schließe diese Seite während des Vorgangs nicht. Wenn du "
7122
+ "einen 500 Server Error siehst, mache dir keine Sorgen. Der Prozess arbeitet "
7123
+ "auf dem MySQL-Server weiter."
7124
+
7125
+ #: wpf-includes/wpf-phrases.php:805
7126
+ msgid "Updated Successfully!"
7127
+ msgstr "Erfolgreich aktualisiert!"
7128
+
7129
+ #: wpf-includes/wpf-phrases.php:806
7130
+ msgid "Deleted Successfully!"
7131
+ msgstr "Erfolgreich gelöscht!"
7132
+
7133
+ #: wpf-includes/wpf-phrases.php:807
7134
+ msgid "Closed"
7135
+ msgstr "Geschlossen"
7136
+
7137
+ #: wpf-includes/wpf-phrases.php:808
7138
+ msgid "Forum Members List"
7139
+ msgstr "Mitgliederliste des Forums"
7140
+
7141
+ #: wpf-includes/wpf-phrases.php:809
7142
+ msgid "are you sure you want to delete?"
7143
+ msgstr "Bist du sicher, dass du das löschen möchtest?"
7144
+
7145
+ #: wpf-includes/wpf-phrases.php:811
7146
+ msgid "Moderator"
7147
+ msgstr "Moderator"
7148
+
7149
+ #: wpf-includes/wpf-phrases.php:813
7150
+ msgid "Customer"
7151
+ msgstr "Kunde"
7152
+
7153
+ #: wpf-includes/wpf-phrases.php:814
7154
+ msgid "No access"
7155
+ msgstr "Kein Zugriff"
7156
+
7157
+ #: wpf-includes/wpf-phrases.php:815
7158
+ msgid "Read only access"
7159
+ msgstr "Nur Lesen Zugriff"
7160
+
7161
+ #: wpf-includes/wpf-phrases.php:816
7162
+ msgid "Standard access"
7163
+ msgstr "Standardzugriff"
7164
+
7165
+ #: wpf-includes/wpf-phrases.php:817
7166
+ msgid "Moderator access"
7167
+ msgstr "Moderator-Zugriff"
7168
+
7169
+ #: wpf-includes/wpf-phrases.php:818
7170
+ msgid "Full access"
7171
+ msgstr "Vollzugriff"
7172
+
7173
+ #: wpf-includes/wpf-phrases.php:821
7174
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
7175
+ msgstr "Falsches Dateiformat. Erlaubte Formate: jpeg, jpg, png, gif."
7176
+
7177
+ #: wpf-includes/wpf-phrases.php:828
7178
+ msgid "Attachment removed"
7179
+ msgstr "Dateianhang entfernt"
7180
+
7181
+ #: wpf-includes/wpf-phrases.php:832
7182
+ #, php-format
7183
+ msgid "Welcome back %s!"
7184
+ msgstr "Willkommen zurück %s!"
7185
+
7186
+ #: wpf-includes/wpf-phrases.php:833
7187
+ msgid "Member Profile"
7188
+ msgstr "Mitgliedsprofil"
7189
+
7190
+ #: wpf-includes/wpf-phrases.php:834
7191
+ msgid "Member"
7192
+ msgstr "Mitglied"
7193
+
7194
+ #: wpf-includes/wpf-phrases.php:835
7195
+ msgid "You do not have permission to view this page"
7196
+ msgstr "Du hast keine Berechtigung diese Seite anzusehen"
7197
+
7198
+ #: wpf-includes/wpf-phrases.php:837
7199
+ msgid ""
7200
+ "This option will disable WordPress on front-end. Only forum pages will be "
7201
+ "available. wpForo will look like as a stand-alone forum."
7202
+ msgstr ""
7203
+ "Diese Einstellung wird WordPress im Front-End abschalten. Nur Forenseiten "
7204
+ "werden verfügbar sein. wpForo wird wie ein Stand-Alone-Forum aussehen."
7205
+
7206
+ #: wpf-includes/wpf-phrases.php:842
7207
+ msgid "private"
7208
+ msgstr "privat"
7209
+
7210
+ #: wpf-includes/wpf-phrases.php:843
7211
+ msgid "public"
7212
+ msgstr "öffentlich"
7213
+
7214
+ #: wpf-includes/wpf-phrases.php:844
7215
+ msgid "Private Topic"
7216
+ msgstr "Privates Thema"
7217
+
7218
+ #: wpf-includes/wpf-phrases.php:845
7219
+ msgid "Only Admins and Moderators can see your private topics."
7220
+ msgstr "Nur Aministratoren und Moderatoren können deine privaten Themen sehen."
7221
+
7222
+ #: wpf-includes/wpf-phrases.php:846
7223
+ msgid "Forum ID is not detected"
7224
+ msgstr "Forums-ID wurde nicht erkannt"
7225
+
7226
+ #: wpf-includes/wpf-phrases.php:847
7227
+ msgid "You are not permitted to subscribe here"
7228
+ msgstr "Du bist nicht berechtigt, hier etwas zu abonnieren"
7229
+
7230
+ #: wpf-includes/wpf-phrases.php:848
7231
+ msgid "Subscribe to this topic"
7232
+ msgstr "Dieses Thema abonnieren"
7233
+
7234
+ #: wpf-includes/wpf-phrases.php:851
7235
+ msgid "Awaiting moderation"
7236
+ msgstr "Moderation ausstehend"
7237
+
7238
+ #: wpf-includes/wpf-phrases.php:852
7239
+ msgid "Topic first post not found."
7240
+ msgstr "Ersten Beitrag im Thema nicht gefunden."
7241
+
7242
+ #: wpf-includes/wpf-phrases.php:853
7243
+ msgid "Topic first post data not found."
7244
+ msgstr "Daten für den ersten Beitrag des Themas nicht gefunden."
7245
+
7246
+ #: wpf-includes/wpf-phrases.php:854
7247
+ msgid "Settings successfully updated"
7248
+ msgstr "Einstellungen erfolgreich aktualisiert"
7249
+
7250
+ #: wpf-includes/wpf-phrases.php:855
7251
+ msgid "Done!"
7252
+ msgstr "Erledigt!"
7253
+
7254
+ #: wpf-includes/wpf-phrases.php:856
7255
+ msgid "You are not allowed to attach this file type"
7256
+ msgstr "Es ist dir nicht gestattet, diesen Dateityp anzuhängen"
7257
+
7258
+ #: wpf-includes/wpf-phrases.php:857
7259
+ msgid "Post is empty"
7260
+ msgstr "Beitrag ist leer"
7261
+
7262
+ #: wpf-includes/wpf-phrases.php:858
7263
+ msgid "removed link"
7264
+ msgstr "Link entfernt"
7265
+
7266
+ #: wpf-includes/wpf-phrases.php:859
7267
+ msgid "Submit"
7268
+ msgstr "Absenden"
7269
+
7270
+ #: wpf-includes/wpf-phrases.php:864
7271
+ msgid "User Title"
7272
+ msgstr "Benutzertitel"
7273
+
7274
+ #: wpf-includes/wpf-phrases.php:865
7275
+ msgid "Anonymous"
7276
+ msgstr "Anonym"
7277
+
7278
+ #: wpf-includes/wpf-phrases.php:868
7279
+ msgid "approved"
7280
+ msgstr "genehmigt"
7281
+
7282
+ #: wpf-includes/wpf-phrases.php:869
7283
+ msgid "unapproved"
7284
+ msgstr "nicht genehmigt"
7285
+
7286
+ #: wpf-includes/wpf-phrases.php:870
7287
+ msgid "approve"
7288
+ msgstr "genehmigt"
7289
+
7290
+ #: wpf-includes/wpf-phrases.php:871
7291
+ msgid "unapprove"
7292
+ msgstr "nicht genehmigt"
7293
+
7294
+ #: wpf-includes/wpf-phrases.php:872
7295
+ msgid "--- Choose ---"
7296
+ msgstr "-- Auswählen --"
7297
+
7298
+ #: wpf-includes/wpf-phrases.php:873
7299
+ msgid "Required field"
7300
+ msgstr "Pflichtfeld"
7301
+
7302
+ #: wpf-includes/wpf-phrases.php:876
7303
+ msgid "Add Reply"
7304
+ msgstr "Antwort hinzufügen"
7305
+
7306
+ #: wpf-includes/wpf-phrases.php:877
7307
+ msgid "Forums RSS Feed"
7308
+ msgstr "Forums RSS Feed"
7309
+
7310
+ #: wpf-includes/wpf-phrases.php:878
7311
+ msgid "Topics RSS Feed"
7312
+ msgstr "Themen RSS Feed"
7313
+
7314
+ #: wpf-includes/wpf-phrases.php:879
7315
+ msgid "Find a member"
7316
+ msgstr "Finde ein Mitglied"
7317
+
7318
+ #: wpf-includes/wpf-phrases.php:880
7319
+ msgid "Display Name or Nicename"
7320
+ msgstr "Anzeigename oder Nickname"
7321
+
7322
+ #: wpf-includes/wpf-phrases.php:881
7323
+ msgid "Reset Search"
7324
+ msgstr "Suche zurücksetzen"
7325
+
7326
+ #: wpf-includes/wpf-phrases.php:882
7327
+ msgid "Reset Result"
7328
+ msgstr "Ergebnis zurücksetzen"
7329
+
7330
+ #: wpf-includes/wpf-phrases.php:888
7331
+ msgid "No posts were found here"
7332
+ msgstr "Oh schade! Hier wurden keine Beiträge gefunden"
7333
+
7334
+ #: wpf-includes/wpf-phrases.php:891
7335
+ msgid "forum link"
7336
+ msgstr "Forum-Link"
7337
+
7338
+ #: wpf-includes/wpf-phrases.php:892
7339
+ msgid "in forum"
7340
+ msgstr "im Forum"
7341
+
7342
+ #: wpf-includes/wpf-phrases.php:893
7343
+ msgid ""
7344
+ "You can mention a person using @nicename in post content to send that person "
7345
+ "an email message. When you post a topic or reply, forum sends an email "
7346
+ "message to the user letting them know that they have been mentioned on the "
7347
+ "post."
7348
+ msgstr ""
7349
+ "Du kannst eine Person erwähnen, die @nickname im Beitragsinhalt verwendet, "
7350
+ "um dieser Person eine E-Mail-Nachricht zu senden. Wenn du ein Thema oder "
7351
+ "eine Antwort postest, sendet das Forum eine E-Mail an den Benutzer, in der "
7352
+ "dieser darüber informiert wird, dass er in dem Beitrag erwähnt wurde."
7353
+
7354
+ #: wpf-includes/wpf-phrases.php:896
7355
+ msgid "You are not allowed to edit this post"
7356
+ msgstr "Du bist nicht berechtigt, diesen Beitrag zu bearbeiten"
7357
+
7358
+ #: wpf-includes/wpf-phrases.php:897
7359
+ msgid "Google reCAPTCHA verification failed"
7360
+ msgstr "Google reCAPTCHA-Überprüfung fehlgeschlagen"
7361
+
7362
+ #: wpf-includes/wpf-phrases.php:899
7363
+ msgid "Welcome!"
7364
+ msgstr "Willkommen!"
7365
+
7366
+ #: wpf-includes/wpf-phrases.php:900
7367
+ msgid "Join us today!"
7368
+ msgstr "Mach mit! Komm ins Forum!"
7369
+
7370
+ #: wpf-includes/wpf-phrases.php:902
7371
+ msgid "Please Insert Your Email or Username"
7372
+ msgstr "Bitte gebe deine E-Mail-Adresse oder deinen Benutzernamen ein"
7373
+
7374
+ #: wpf-includes/wpf-phrases.php:903
7375
+ msgid "Reset Password"
7376
+ msgstr "Passwort zurücksetzen"
7377
+
7378
+ #: wpf-includes/wpf-phrases.php:904
7379
+ msgid "Forgot Your Password?"
7380
+ msgstr "Hast du dein Passwort vergessen?"
7381
+
7382
+ #: wpf-includes/wpf-phrases.php:907
7383
+ #, php-format
7384
+ msgid "%s created a new topic %s"
7385
+ msgstr "%s erstellte ein neues Thema %s"
7386
+
7387
+ #: wpf-includes/wpf-phrases.php:908
7388
+ #, php-format
7389
+ msgid "%s replied to the topic %s"
7390
+ msgstr "%s antwortete auf das Thema %s"
7391
+
7392
+ #: wpf-includes/wpf-phrases.php:909
7393
+ #, php-format
7394
+ msgid "%s liked forum post %s"
7395
+ msgstr "%s gefällt der Forumsbeitrag %s"
7396
+
7397
+ #: wpf-includes/wpf-phrases.php:910
7398
+ msgid "Read more"
7399
+ msgstr "Weiterlesen"
7400
+
7401
+ #: wpf-includes/wpf-phrases.php:911
7402
+ msgid "Forum topic"
7403
+ msgstr "Forumsthema"
7404
+
7405
+ #: wpf-includes/wpf-phrases.php:912
7406
+ msgid "Forum post"
7407
+ msgstr "Forumsbeitrag"
7408
+
7409
+ #: wpf-includes/wpf-phrases.php:913
7410
+ msgid "Forum post like"
7411
+ msgstr "Forumsbeitrag gefällt"
7412
+
7413
+ #: wpf-includes/wpf-phrases.php:915
7414
+ msgid "Target Topic URL"
7415
+ msgstr "Ziel-URL des Themas"
7416
+
7417
+ #: wpf-includes/wpf-phrases.php:916
7418
+ msgid "Target Topic not found"
7419
+ msgstr "Thema nicht gefunden"
7420
+
7421
+ #: wpf-includes/wpf-phrases.php:917
7422
+ msgid "Merge Topics"
7423
+ msgstr "Themen zusammenführen"
7424
+
7425
+ #: wpf-includes/wpf-phrases.php:918
7426
+ msgid "Split Topic"
7427
+ msgstr "Thema teilen"
7428
+
7429
+ #: wpf-includes/wpf-phrases.php:919
7430
+ msgid ""
7431
+ "Please copy the target topic URL from browser address bar and paste in the "
7432
+ "field below."
7433
+ msgstr ""
7434
+ "Kopiere die URL des Zielthemas aus der Adressleiste des Browsers und fügen "
7435
+ "sie in das unten stehende Feld ein."
7436
+
7437
+ #: wpf-includes/wpf-phrases.php:920
7438
+ msgid ""
7439
+ "All posts will be merged and displayed (ordered) in target topic according "
7440
+ "to posts dates. If you want to append merged posts to the end of the target "
7441
+ "topic you should allow to update posts dates to current date by check the "
7442
+ "option below."
7443
+ msgstr ""
7444
+ "Alle Beiträge werden zusammengeführt und entsprechend dem Beitragsdatum im "
7445
+ "Zielthema angezeigt (geordnet). Wenn du zusammengeführte Beiträge an das "
7446
+ "Ende des Zielthemas anhängen möchtest, solltest du zulassen, dass die "
7447
+ "Datumsangaben der Beiträge auf das aktuelle Datum aktualisiert werden, indem "
7448
+ "du die folgende Option aktivierst."
7449
+
7450
+ #: wpf-includes/wpf-phrases.php:921
7451
+ msgid ""
7452
+ "Update post dates (current date) to allow append posts to the end of the "
7453
+ "target topic."
7454
+ msgstr ""
7455
+ "Aktualisiere die Veröffentlichungsdaten (aktuelles Datum), um das Anhängen "
7456
+ "von Veröffentlichungen am Ende des Zielthemas zu ermöglichen."
7457
+
7458
+ #: wpf-includes/wpf-phrases.php:922
7459
+ msgid "Update post titles with target topic title."
7460
+ msgstr "Aktualisiere die Beitragstitel mit dem Titel des Zielthemas."
7461
+
7462
+ #: wpf-includes/wpf-phrases.php:923
7463
+ msgid ""
7464
+ "Topics once merged cannot be unmerged. This topic URL will no longer be "
7465
+ "available."
7466
+ msgstr ""
7467
+ "Eine Zusammenführung von Themen kann nicht rückgängig gemacht werden. Die "
7468
+ "alte Themen-URL ist nicht mehr verfügbar."
7469
+
7470
+ #: wpf-includes/wpf-phrases.php:924
7471
+ msgid "Create New Topic"
7472
+ msgstr "Neues Thema erstellen"
7473
+
7474
+ #: wpf-includes/wpf-phrases.php:925
7475
+ msgid ""
7476
+ "Create new topic with split posts. The first post of new topic becomes the "
7477
+ "earliest reply."
7478
+ msgstr ""
7479
+ "Erstelle ein neues Thema mit geteilten Beiträgen. Der erste Beitrag des "
7480
+ "neuen Themas wird zur frühesten Antwort."
7481
+
7482
+ #: wpf-includes/wpf-phrases.php:926
7483
+ msgid "New Topic Title"
7484
+ msgstr "Titel des neuen Themas"
7485
+
7486
+ #: wpf-includes/wpf-phrases.php:927
7487
+ msgid "New Topic Forum"
7488
+ msgstr "Neues Themenforum"
7489
+
7490
+ #: wpf-includes/wpf-phrases.php:928
7491
+ msgid "Select Posts to Split"
7492
+ msgstr "Wähle Beiträge für die Teilung aus"
7493
+
7494
+ #: wpf-includes/wpf-phrases.php:929
7495
+ msgid ""
7496
+ "Topic once split cannot be unsplit. The first post of new topic becomes the "
7497
+ "earliest reply."
7498
+ msgstr ""
7499
+ "Eine Thementeilung kann nicht rückgängig gemacht werden. Der erste Beitrag "
7500
+ "des neuen Themas wird zur frühesten Antwort."
7501
+
7502
+ #: wpf-includes/wpf-phrases.php:930
7503
+ msgid "Merge"
7504
+ msgstr "Zusammenführen"
7505
+
7506
+ #: wpf-includes/wpf-phrases.php:931
7507
+ msgid "Split"
7508
+ msgstr "Teilen"
7509
+
7510
+ #: wpf-includes/wpf-phrases.php:932
7511
+ msgid "Move Reply"
7512
+ msgstr "Antwort verschieben"
7513
+
7514
+ #: wpf-includes/wpf-phrases.php:933
7515
+ msgid ""
7516
+ "This action changes topic URL. Once the topic is moved to other forum the "
7517
+ "old URL of this topic will no longer be available."
7518
+ msgstr ""
7519
+ "Diese Aktion ändert die Themen-URL. Sobald das Thema in ein anderes Forum "
7520
+ "verschoben wurde, ist die alte URL dieses Themas nicht mehr verfügbar."
7521
+
7522
+ #: wpf-includes/wpf-phrases.php:937
7523
+ msgid "No data submitted"
7524
+ msgstr "Keine Daten übermittelt"
7525
+
7526
+ #: wpf-includes/wpf-phrases.php:938
7527
+ msgid "User profile fields not found"
7528
+ msgstr "Benutzer-Profilfelder nicht gefunden"
7529
+
7530
+ #: wpf-includes/wpf-phrases.php:939
7531
+ msgid "field is required"
7532
+ msgstr "Feld ist ein Pflichtfeld"
7533
+
7534
+ #: wpf-includes/wpf-phrases.php:940
7535
+ #, php-format
7536
+ msgid "field value must be at least %d"
7537
+ msgstr "der Wert des Feldes muss mindestens % d sein"
7538
+
7539
+ #: wpf-includes/wpf-phrases.php:941
7540
+ #, php-format
7541
+ msgid "field value cannot be greater than %d"
7542
+ msgstr "der Wert des Feldes kann nicht größer sein als %d"
7543
+
7544
+ #: wpf-includes/wpf-phrases.php:942
7545
+ #, php-format
7546
+ msgid "field length must be at least %d characters"
7547
+ msgstr "Feldlänge muss mindestens %d Zeichen betragen"
7548
+
7549
+ #: wpf-includes/wpf-phrases.php:943
7550
+ #, php-format
7551
+ msgid "field length cannot be greater than %d characters"
7552
+ msgstr ""
7553
+
7554
+ #: wpf-includes/wpf-phrases.php:944
7555
+ msgid "field value is not a valid URL"
7556
+ msgstr "Feldwert ist keine gültige URL"
7557
+
7558
+ #: wpf-includes/wpf-phrases.php:945
7559
+ msgid "file type is not detected"
7560
+ msgstr "Dateityp wird nicht erkannt"
7561
+
7562
+ #: wpf-includes/wpf-phrases.php:946
7563
+ #, php-format
7564
+ msgid "file type %s is not allowed"
7565
+ msgstr "Dateityp %s ist nicht zulässig"
7566
+
7567
+ #: wpf-includes/wpf-phrases.php:947
7568
+ msgid "file is too large"
7569
+ msgstr "Datei ist zu groß"
7570
+
7571
+ #: wpf-includes/wpf-phrases.php:948
7572
+ msgid "Success! Please check your mail for confirmation."
7573
+ msgstr "Erfolg! Bitte überprüfe deine E-Mails für die Bestätigung."
7574
+
7575
+ #: wpf-includes/wpf-phrases.php:949
7576
+ #, php-format
7577
+ msgid "Username length must be between %d characters and %d characters."
7578
+ msgstr ""
7579
+ "Die Länge des Benutzernamens muss zwischen %d Zeichen und %d Zeichen liegen."
7580
+
7581
+ #: wpf-includes/wpf-phrases.php:950
7582
+ msgid "User registration is disabled."
7583
+ msgstr "Die Benutzerregistrierung ist deaktiviert."
7584
+
7585
+ #: wpf-includes/wpf-phrases.php:951
7586
+ msgid "Avatar image is too big maximum allowed size is 2MB"
7587
+ msgstr "Das Avatar-Bild ist zu groß! Die maximale zulässige Größe ist 2MB"
7588
+
7589
+ #: wpf-includes/wpf-phrases.php:952
7590
+ msgid "One of the selected Usergroups cannot be set as Secondary"
7591
+ msgstr ""
7592
+ "Eine der ausgewählten Benutzergruppen kann nicht als sekundär festgelegt "
7593
+ "werden"
7594
+
7595
+ #: wpf-includes/wpf-phrases.php:953
7596
+ msgid "The selected Usergroup is not found in allowed list"
7597
+ msgstr ""
7598
+ "Die ausgewählte Benutzergruppe wurde in der Zulassungsliste nicht gefunden"
7599
+
7600
+ #: wpf-includes/wpf-phrases.php:954
7601
+ msgid "The selected Usergroup cannot be set"
7602
+ msgstr "Die ausgewählte Benutzergruppe kann nicht festgelegt werden"
7603
+
7604
+ #: wpf-includes/wpf-phrases.php:955
7605
+ msgid "Admin and Moderator Usergroups are not permitted"
7606
+ msgstr "Administrator- und Moderator-Benutzergruppen sind nicht zulässig"
7607
+
7608
+ #: wpf-includes/wpf-phrases.php:956
7609
+ msgid "You have no permission to edit Usergroup field"
7610
+ msgstr "Du hast keine Berechtigung zum Bearbeiten des Benutzergruppenfelds"
7611
+
7612
+ #: wpf-includes/wpf-phrases.php:957
7613
+ msgid "This nickname is already in use. Please insert another."
7614
+ msgstr "Dieser Nickname wird schon benutzt. Bitte füge einen anderen ein."
7615
+
7616
+ #: wpf-includes/wpf-phrases.php:958
7617
+ msgid "Nickname validation failed"
7618
+ msgstr "Überprüfung des Nicknamens fehlgeschlagen"
7619
+
7620
+ #: wpf-includes/wpf-phrases.php:959
7621
+ msgid "Numerical nicknames are not allowed. Please insert another."
7622
+ msgstr "Numerische Nicknamen sind nicht erlaubt. Bitte füge einen anderen ein."
7623
+
7624
+ #: wpf-includes/wpf-phrases.php:960
7625
+ #, php-format
7626
+ msgid "Maximum allowed file size is %s MB"
7627
+ msgstr "Maximal erlaubte Dateigröße ist %s MB"
7628
+
7629
+ #: wpf-includes/wpf-phrases.php:961
7630
+ msgid "This email address is already registered. Please insert another"
7631
+ msgstr ""
7632
+ "Diese E-Mail-Adresse ist bereits registriert. Benutze bitte eine andere"
7633
+
7634
+ #: wpf-includes/wpf-phrases.php:962
7635
+ #, php-format
7636
+ msgid "Allowed file types: %s"
7637
+ msgstr "Erlaubte Datei-Typen: %s"
7638
+
7639
+ #: wpf-includes/wpf-phrases.php:963
7640
+ msgid "Form name not found"
7641
+ msgstr "Formularname nicht gefunden"
7642
+
7643
+ #: wpf-includes/wpf-phrases.php:964
7644
+ msgid "Form template not found"
7645
+ msgstr "Formularvorlage nicht gefunden"
7646
+
7647
+ #: wpf-includes/wpf-phrases.php:965
7648
+ msgid "Profile updated successfully"
7649
+ msgstr "Profil erfolgreich aktualisiert"
7650
+
7651
+ #: wpf-includes/wpf-phrases.php:966
7652
+ msgid "User data update failed"
7653
+ msgstr "Aktualisierung der Benutzerdaten fehlgeschlagen"
7654
+
7655
+ #: wpf-includes/wpf-phrases.php:967
7656
+ msgid "User profile update failed"
7657
+ msgstr "Aktualisierung des Benutzerprofils fehlgeschlagen"
7658
+
7659
+ #: wpf-includes/wpf-phrases.php:968
7660
+ msgid "User custom field update failed"
7661
+ msgstr "Aktualisierung des benutzerdefinierte Feldes fehlgeschlagen"
7662
+
7663
+ #: wpf-includes/wpf-phrases.php:969
7664
+ msgid "Sorry, there was an error uploading attached file"
7665
+ msgstr ""
7666
+ "Entschuldigung, beim Hochladen der angehängten Datei ist ein Fehler "
7667
+ "aufgetreten"
7668
+
7669
+ #: wpf-includes/wpf-phrases.php:970
7670
+ msgid "Edit Topic"
7671
+ msgstr "Thema bearbeiten"
7672
+
7673
+ #: wpf-includes/wpf-phrases.php:971
7674
+ #, php-format
7675
+ msgid "This topic was modified %s by %s"
7676
+ msgstr "Dieses Thema wurde geändert %s von %s"
7677
+
7678
+ #: wpf-includes/wpf-phrases.php:972
7679
+ msgid "Edit Post"
7680
+ msgstr "Beitrag bearbeiten"
7681
+
7682
+ #: wpf-includes/wpf-phrases.php:973
7683
+ #, php-format
7684
+ msgid "This post was modified %s by %s"
7685
+ msgstr "Diese r Beitrag wurde geändert %s von %s"
7686
+
7687
+ #: wpf-includes/wpf-phrases.php:977
7688
+ msgid "Topic link"
7689
+ msgstr ""
7690
+ "%1$s wrote:\n"
7691
+ "\n"
7692
+ "%2$s\n"
7693
+ "\n"
7694
+ "Themen Link: %3$s\n"
7695
+ "\n"
7696
+ "-----------\n"
7697
+ "\n"
7698
+ "Themen-Link"
7699
+
7700
+ #: wpf-includes/wpf-phrases.php:978
7701
+ msgid "Forum Topics Started"
7702
+ msgstr "Gestartete Forenthemen"
7703
+
7704
+ #: wpf-includes/wpf-phrases.php:979
7705
+ msgid "Forum Replies Created"
7706
+ msgstr "Erstellte Forums-Antworten"
7707
+
7708
+ #: wpf-includes/wpf-phrases.php:980
7709
+ msgid "Liked Forum Posts"
7710
+ msgstr "Forums-Beiträge, die gefallen"
7711
+
7712
+ #: wpf-includes/wpf-phrases.php:981
7713
+ msgid "Forum Subscriptions"
7714
+ msgstr "Forum-Abonnements"
7715
+
7716
+ #: wpf-includes/wpf-phrases.php:984
7717
+ #, php-format
7718
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
7719
+ msgstr ""
7720
+ "Beginne hier mit der Eingabe von Schlagwörtern (maximal %d sind zulässig) ..."
7721
+
7722
+ #: wpf-includes/wpf-phrases.php:985
7723
+ msgid "Topic Tags"
7724
+ msgstr "Schlagwörter für Thema"
7725
+
7726
+ #: wpf-includes/wpf-phrases.php:986
7727
+ msgid "Topic Tag"
7728
+ msgstr "Schlagwort für Thema"
7729
+
7730
+ #: wpf-includes/wpf-phrases.php:987
7731
+ msgid "Separate tags using a comma"
7732
+ msgstr "Schlagwörter mit Kommas trennen"
7733
+
7734
+ #: wpf-includes/wpf-phrases.php:988
7735
+ msgid "Tag"
7736
+ msgstr "Schlagwort"
7737
+
7738
+ #: wpf-includes/wpf-phrases.php:990
7739
+ msgid "Find Topics by Tags"
7740
+ msgstr "Finde Themen mit Schlagwörtern"
7741
+
7742
+ #: wpf-includes/wpf-phrases.php:991
7743
+ msgid "Related Topics"
7744
+ msgstr "Verwandte Themen"
7745
+
7746
+ #: wpf-includes/wpf-phrases.php:992
7747
+ msgid "Next Topic"
7748
+ msgstr "Nächstes Thema"
7749
+
7750
+ #: wpf-includes/wpf-phrases.php:993
7751
+ msgid "Previous Topic"
7752
+ msgstr "Vorheriges Thema"
7753
+
7754
+ #: wpf-includes/wpf-phrases.php:994
7755
+ msgid "All forum topics"
7756
+ msgstr "Alle Forumsthemen"
7757
+
7758
+ #: wpf-includes/wpf-phrases.php:995
7759
+ msgid "No tags found"
7760
+ msgstr "Keine Schlagwörter gefunden"
7761
+
7762
+ #: wpf-includes/wpf-phrases.php:996
7763
+ msgid "Forum contains no unread posts"
7764
+ msgstr "Das Forum enthält keine ungelesenen Beiträge"
7765
+
7766
+ #: wpf-includes/wpf-phrases.php:997
7767
+ msgid "Forum contains unread posts"
7768
+ msgstr "Das Forum enthält ungelesene Beiträge"
7769
+
7770
+ #: wpf-includes/wpf-phrases.php:998
7771
+ msgid "Mark all read"
7772
+ msgstr "Alles als gelesen markieren"
7773
+
7774
+ #: wpf-includes/wpf-phrases.php:999
7775
+ msgid "Not Replied"
7776
+ msgstr "Unbeantwortet"
7777
+
7778
+ #: wpf-includes/wpf-phrases.php:1001
7779
+ msgid "red"
7780
+ msgstr "rot"
7781
+
7782
+ #: wpf-includes/wpf-phrases.php:1002
7783
+ msgid "green"
7784
+ msgstr "grün"
7785
+
7786
+ #: wpf-includes/wpf-phrases.php:1003
7787
+ msgid "orange"
7788
+ msgstr "orange"
7789
+
7790
+ #: wpf-includes/wpf-phrases.php:1004
7791
+ msgid "grey"
7792
+ msgstr "grau"
7793
+
7794
+ #: wpf-includes/wpf-phrases.php:1005
7795
+ msgid "dark"
7796
+ msgstr "dunkel"
7797
+
7798
+ #: wpf-includes/wpf-phrases.php:1006
7799
+ msgid "Tags are disabled"
7800
+ msgstr ""
7801
+
7802
+ #: wpf-includes/wpf-phrases.php:1007
7803
+ msgid "Unread Posts"
7804
+ msgstr ""
7805
+
7806
+ #: wpf-includes/wpf-phrases.php:1008
7807
+ msgid "No unread posts were found"
7808
+ msgstr ""
7809
+
7810
+ #: wpf-includes/wpf-phrases.php:1011
7811
+ msgid "Ask a question"
7812
+ msgstr ""
7813
+
7814
+ #: wpf-includes/wpf-phrases.php:1012
7815
+ msgid "Your question"
7816
+ msgstr ""
7817
+
7818
+ #: wpf-includes/wpf-phrases.php:1013
7819
+ msgid "Question Tags"
7820
+ msgstr ""
7821
+
7822
+ #: wpf-includes/wpf-phrases.php:1017
7823
+ #, php-format
7824
+ msgid "%d user ( %s )"
7825
+ msgstr ""
7826
+
7827
+ #: wpf-includes/wpf-phrases.php:1018
7828
+ #, php-format
7829
+ msgid "%d users ( %s )"
7830
+ msgstr ""
7831
+
7832
+ #: wpf-includes/wpf-phrases.php:1019
7833
+ #, php-format
7834
+ msgid "Recently viewed by users: %s."
7835
+ msgstr ""
7836
+
7837
+ #: wpf-includes/wpf-phrases.php:1020
7838
+ #, php-format
7839
+ msgid "%s guest"
7840
+ msgstr ""
7841
+
7842
+ #: wpf-includes/wpf-phrases.php:1021
7843
+ #, php-format
7844
+ msgid "%s guests"
7845
+ msgstr ""
7846
+
7847
+ #: wpf-includes/wpf-phrases.php:1022
7848
+ #, php-format
7849
+ msgid "%d times"
7850
+ msgstr ""
7851
+
7852
+ #: wpf-includes/wpf-phrases.php:1023
7853
+ #, php-format
7854
+ msgid "Currently viewing this topic %s %s %s."
7855
+ msgstr ""
7856
+
7857
+ #: wpf-includes/wpf-phrases.php:1026
7858
+ msgid "Forum Icons"
7859
+ msgstr ""
7860
+
7861
+ #: wpf-includes/wpf-phrases.php:1027
7862
+ #, php-format
7863
+ msgid "(%d viewing)"
7864
+ msgstr ""
7865
+
7866
+ #: wpf-includes/wpf-phrases.php:1028
7867
+ #, php-format
7868
+ msgid "View all tags (%d)"
7869
+ msgstr ""
7870
+
7871
+ #: wpf-includes/wpf-phrases.php:1031
7872
+ msgid "Tools: Move, Split, Merge"
7873
+ msgstr ""
7874
+
7875
+ #: wpf-includes/wpf-phrases.php:1032
7876
+ msgid "Hide Replies"
7877
+ msgstr ""
7878
+
7879
+ #: wpf-includes/wpf-phrases.php:1033
7880
+ msgid "Show Replies"
7881
+ msgstr ""
7882
+
7883
+ #: wpf-includes/wpf-phrases.php:1034
7884
+ msgid "No threads found"
7885
+ msgstr ""
7886
+
7887
+ #: wpf-includes/wpf-phrases.php:1035
7888
+ msgid "Most Voted"
7889
+ msgstr ""
7890
+
7891
+ #: wpf-includes/wpf-phrases.php:1036
7892
+ msgid "Most Commented"
7893
+ msgstr ""
7894
+
7895
+ #: wpf-includes/wpf-phrases.php:1037
7896
+ msgid "Newest"
7897
+ msgstr ""
7898
+
7899
+ #: wpf-includes/wpf-phrases.php:1038
7900
+ msgid "Oldest"
7901
+ msgstr ""
7902
+
7903
+ #: wpf-includes/wpf-phrases.php:1039
7904
+ #, php-format
7905
+ msgid "%d Answers"
7906
+ msgstr ""
7907
+
7908
+ #: wpf-includes/wpf-phrases.php:1040
7909
+ #, php-format
7910
+ msgid "%d Answer"
7911
+ msgstr ""
7912
+
7913
+ #: wpf-includes/wpf-phrases.php:1043
7914
+ #, php-format
7915
+ msgid "%s Replies"
7916
+ msgstr ""
7917
+
7918
+ #: wpf-includes/wpf-phrases.php:1044
7919
+ #, php-format
7920
+ msgid "%s Reply"
7921
+ msgstr ""
7922
+
7923
+ #: wpf-includes/wpf-phrases.php:1045
7924
+ msgid "No forum selected"
7925
+ msgstr ""
7926
+
7927
+ #: wpf-includes/wpf-phrases.php:1046
7928
+ msgid "Quote this text"
7929
+ msgstr ""
7930
+
7931
+ #: wpf-includes/wpf-phrases.php:1049
7932
+ msgid "Preview"
7933
+ msgstr ""
7934
+
7935
+ #: wpf-includes/wpf-phrases.php:1050
7936
+ msgid "Revision"
7937
+ msgstr ""
7938
+
7939
+ #: wpf-includes/wpf-phrases.php:1051
7940
+ msgid "Revisions"
7941
+ msgstr ""
7942
+
7943
+ #: wpf-includes/wpf-phrases.php:1052
7944
+ #, php-format
7945
+ msgid "%1$s Revisions"
7946
+ msgstr ""
7947
+
7948
+ #: wpf-includes/wpf-phrases.php:1053
7949
+ msgid "Saved"
7950
+ msgstr ""
7951
+
7952
+ #: wpf-includes/wpf-phrases.php:1054
7953
+ msgid "Restore"
7954
+ msgstr ""
7955
+
7956
+ #: wpf-includes/wpf-phrases.php:1055
7957
+ msgid "Save Draft"
7958
+ msgstr ""
7959
+
7960
+ #: wpf-includes/wpf-phrases.php:1056
7961
+ msgid "Saving Draft"
7962
+ msgstr ""
7963
+
7964
+ #: wpf-includes/wpf-phrases.php:1057
7965
+ msgid "Loading Topics"
7966
+ msgstr ""
7967
+
7968
+ #: wpf-includes/wpf-phrases.php:1058
7969
+ msgid "Topic Tag:"
7970
+ msgstr ""
7971
+
7972
+ #: wpf-includes/wpf-phrases.php:1059
7973
+ msgid "Default avatar"
7974
+ msgstr ""
7975
+
7976
+ #: wpf-includes/wpf-phrases.php:1063
7977
+ msgid "Notifications"
7978
+ msgstr ""
7979
+
7980
+ #: wpf-includes/wpf-phrases.php:1064
7981
+ msgid "Clear all"
7982
+ msgstr ""
7983
+
7984
+ #: wpf-includes/wpf-phrases.php:1065
7985
+ msgid "You have no new notification"
7986
+ msgstr ""
7987
+
7988
+ #: wpf-includes/wpf-phrases.php:1066
7989
+ msgid "You have no new notifications"
7990
+ msgstr ""
7991
+
7992
+ #: wpf-includes/wpf-phrases.php:1067
7993
+ msgid "You have new notifications"
7994
+ msgstr ""
7995
+
7996
+ #: wpf-includes/wpf-phrases.php:1068
7997
+ msgid "You have a new notification"
7998
+ msgstr ""
7999
+
8000
+ #: wpf-includes/wpf-phrases.php:1070
8001
+ #, php-format
8002
+ msgid "New reply from %1$s, %2$s"
8003
+ msgstr ""
8004
+
8005
+ #: wpf-includes/wpf-phrases.php:1071
8006
+ msgid "New Like"
8007
+ msgstr ""
8008
+
8009
+ #: wpf-includes/wpf-phrases.php:1072
8010
+ #, php-format
8011
+ msgid "New like from %1$s, %2$s"
8012
+ msgstr ""
8013
+
8014
+ #: wpf-includes/wpf-phrases.php:1073
8015
+ msgid "New Up Vote"
8016
+ msgstr ""
8017
+
8018
+ #: wpf-includes/wpf-phrases.php:1074
8019
+ #, php-format
8020
+ msgid "New up vote from %1$s, %2$s"
8021
+ msgstr ""
8022
+
8023
+ #: wpf-includes/wpf-phrases.php:1075
8024
+ msgid "New Down Vote"
8025
+ msgstr ""
8026
+
8027
+ #: wpf-includes/wpf-phrases.php:1076
8028
+ #, php-format
8029
+ msgid "New down vote from %1$s, %2$s"
8030
+ msgstr ""
8031
+
8032
+ #: wpf-includes/wpf-phrases.php:1077
8033
+ msgid "Go to first unread post"
8034
+ msgstr ""
8035
+
8036
+ #: wpf-includes/wpf-phrases.php:1080
8037
+ msgid "New User Mentioning"
8038
+ msgstr ""
8039
+
8040
+ #: wpf-includes/wpf-phrases.php:1081
8041
+ #, php-format
8042
+ msgid "%1$s has mentioned you, %2$s"
8043
+ msgstr ""
8044
+
8045
+ #: wpf-includes/wpf-phrases.php:1082
8046
+ msgid "New Notification"
8047
+ msgstr ""
8048
+
8049
+ #: wpf-includes/wpf-phrases.php:1083
8050
+ #, php-format
8051
+ msgid "New notification from %1$s, %2$s"
8052
+ msgstr ""
8053
+
8054
+ #: wpf-includes/wpf-phrases.php:1085
8055
+ msgid "Protect your forum from spam user registration!"
8056
+ msgstr ""
8057
+
8058
+ #: wpf-includes/wpf-phrases.php:1086
8059
+ #, php-format
8060
+ msgid ""
8061
+ "wpForo has not found any protection solution against spam user registration "
8062
+ "on the forum registration form. Please %1$s and enable the %2$s antibot "
8063
+ "protection in %3$s or install other alternative %4$s to avoid registration "
8064
+ "of spam users."
8065
+ msgstr ""
8066
+
8067
+ #: wpf-includes/wpf-phrases.php:1087
8068
+ msgid "Tools &gt; Antispam Tab"
8069
+ msgstr ""
8070
+
8071
+ #: wpf-includes/wpf-phrases.php:1088
8072
+ msgid "WordPress plugin"
8073
+ msgstr ""
8074
+
8075
+ #: wpf-includes/wpf-phrases.php:1089
8076
+ msgid ""
8077
+ "This notification is only visible for the website administrators. It will be "
8078
+ "automatically disabled once some antispam solution is enabled. If you don't "
8079
+ "use wpForo registration form or you're sure, that you have an antispam "
8080
+ "solution just click the [dismiss] button."
8081
+ msgstr ""
8082
+
8083
+ #: wpf-includes/wpf-phrases.php:1090
8084
+ msgid "Dismiss"
8085
+ msgstr ""
8086
+
8087
+ #: wpf-includes/wpf-phrases.php:1091
8088
+ msgid "Add New Category or Forum"
8089
+ msgstr ""
8090
+
8091
+ #: wpf-includes/wpf-phrases.php:1092
8092
+ msgid "Change Color Style"
8093
+ msgstr ""
8094
+
8095
+ #: wpf-includes/wpf-phrases.php:1093
8096
+ msgid "Post Moderation"
8097
+ msgstr ""
8098
+
8099
+ #: wpf-includes/wpf-phrases.php:1094
8100
+ msgid "Forum Menu"
8101
+ msgstr ""
8102
+
8103
+ #: wpf-includes/wpf-phrases.php:1095
8104
+ msgid "Forum Widgets"
8105
+ msgstr ""
8106
+
8107
+ #: wpf-includes/wpf-phrases.php:1096
8108
+ msgid "Delete Forum Cache"
8109
+ msgstr ""
8110
+
8111
+ #: wpf-includes/wpf-phrases.php:1097
8112
+ msgid "Admin Control Panel"
8113
+ msgstr ""
8114
+
8115
+ #: wpf-includes/wpf-phrases.php:1098
8116
+ msgid "the layout you want"
8117
+ msgstr ""
8118
+
8119
+ #: wpf-includes/wpf-phrases.php:1099
8120
+ #, php-format
8121
+ msgid ""
8122
+ "Please note, that forums can be displayed with different layouts %1$s, just "
8123
+ "edit the top category (blue panel) and set %2$s. Child forums inherit the "
8124
+ "top category (blue panel) layout."
8125
+ msgstr ""
8126
+
8127
+ #: wpf-includes/wpf-phrases.php:1100
8128
+ msgid "No new posts found"
8129
+ msgstr ""
8130
+
8131
+ #: wpf-includes/wpf-phrases.php:1101
8132
+ msgid "I got it, please dismiss this message"
8133
+ msgstr ""
8134
+
8135
+ #: wpf-includes/wpf-phrases.php:1102
8136
+ msgid "configure"
8137
+ msgstr ""
8138
+
8139
+ #: wpf-includes/wpf-phrases.php:1103
8140
+ msgid "{new}"
8141
+ msgstr ""
8142
+
8143
+ #: wpf-includes/wpf-phrases.php:1104
8144
+ msgid "Create Account"
8145
+ msgstr ""
8146
+
8147
+ #: wpf-includes/wpf-phrases.php:1105
8148
+ msgid "Full"
8149
+ msgstr ""
8150
+
8151
+ #: wpf-includes/wpf-phrases.php:1106
8152
+ msgid "Short"
8153
+ msgstr ""
8154
+
8155
+ #: wpf-includes/wpf-phrases.php:1108
8156
+ msgid "Topic starter"
8157
+ msgstr ""
8158
+
8159
+ #: wpf-includes/wpf-phrases.php:1109
8160
+ msgid "No posts found"
8161
+ msgstr ""
8162
+
8163
+ #: wpf-themes/classic/functions.php:26
8164
+ msgid "Extended Layout - Recent topics"
8165
+ msgstr "Erweitertes Layout - Neueste Themen"
8166
+
8167
+ #: wpf-themes/classic/functions.php:35
8168
+ msgid "Extended Layout - Number of Recent topics"
8169
+ msgstr "Erweitertes Layout - Anzahl neuester Themen"
8170
+
8171
+ #: wpf-themes/classic/functions.php:42
8172
+ msgid "Extended Layout - Recent topic length"
8173
+ msgstr "Erweitertes Layout - Länge des letzten Themas"
8174
+
8175
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
8176
+ #: wpf-themes/classic/functions.php:117
8177
+ msgid ""
8178
+ "Set this option value 0 if you want to show the whole title in recent topic "
8179
+ "area."
8180
+ msgstr ""
8181
+ "Setze diesen Wert auf 0, wenn du den gesamten Titel im aktuellen "
8182
+ "Themenbereich anzeigen möchtest."
8183
+
8184
+ #: wpf-themes/classic/functions.php:56
8185
+ msgid "Q&A Layout - Recent topics"
8186
+ msgstr ""
8187
+
8188
+ #: wpf-themes/classic/functions.php:65
8189
+ msgid "Q&A Layout - Number of Recent topics"
8190
+ msgstr "Fragen & Antworten Layout - Anzahl neuester Themen"
8191
+
8192
+ #: wpf-themes/classic/functions.php:72
8193
+ msgid "Q&A Layout - Recent topic length"
8194
+ msgstr "Fragen & Antworten Layout - Länge des letzten Themas"
8195
+
8196
+ #: wpf-themes/classic/functions.php:82
8197
+ msgid "Threaded Layout - Forums List"
8198
+ msgstr ""
8199
+
8200
+ #: wpf-themes/classic/functions.php:91
8201
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
8202
+ msgstr ""
8203
+
8204
+ #: wpf-themes/classic/functions.php:100
8205
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
8206
+ msgstr ""
8207
+
8208
+ #: wpf-themes/classic/functions.php:109
8209
+ msgid "Threaded Layout - Number of Recent topics"
8210
+ msgstr ""
8211
+
8212
+ #: wpf-themes/classic/functions.php:116
8213
+ msgid "Threaded Layout - Recent topic length"
8214
+ msgstr ""
8215
+
8216
+ #: wpf-themes/classic/functions.php:130
8217
+ msgid "Extended Layout - Recent posts"
8218
+ msgstr "Erweitertes Layout - Neueste Themen"
8219
+
8220
+ #: wpf-themes/classic/functions.php:140
8221
+ msgid "Extended Layout - Number of Recent posts"
8222
+ msgstr "Erweitertes Layout - Anzahl neuester Themen"
8223
+
8224
+ #: wpf-themes/classic/functions.php:141
8225
+ msgid ""
8226
+ "Set this option value 0 if you want to show all posts in recent posts area."
8227
+ msgstr ""
8228
+ "Setze diesen Wert auf 0, wenn du alle Beiträge im aktuellen Themenbereich "
8229
+ "anzeigen möchtest."
8230
+
8231
+ #: wpf-themes/classic/functions.php:149
8232
+ msgid "Extended Layout - Recent post length"
8233
+ msgstr "Erweitertes Layout - Länge des letzten Themas"
8234
+
8235
+ #: wpf-themes/classic/functions.php:150
8236
+ msgid ""
8237
+ "Set this option value 0 if you want to show the whole post content in recent "
8238
+ "post area."
8239
+ msgstr ""
8240
+ "Setze diesen Wert auf 0, wenn du den gesamten Beitragsinhalt im aktuellen "
8241
+ "Themenbereich anzeigen möchtest."
8242
+
8243
+ #: wpf-themes/classic/functions.php:159
8244
+ msgid "Q&A Layout - Comment Form Type"
8245
+ msgstr ""
8246
+
8247
+ #: wpf-themes/classic/functions.php:162 wpf-themes/classic/functions.php:223
8248
+ msgid "Visual Editor"
8249
+ msgstr ""
8250
+
8251
+ #: wpf-themes/classic/functions.php:163 wpf-themes/classic/functions.php:224
8252
+ msgid "Text Editor"
8253
+ msgstr ""
8254
+
8255
+ #: wpf-themes/classic/functions.php:168
8256
+ msgid "Q&A Layout - Display Answer Editor"
8257
+ msgstr ""
8258
+
8259
+ #: wpf-themes/classic/functions.php:178
8260
+ msgid "Q&A Layout - Number of Answers per Page"
8261
+ msgstr ""
8262
+
8263
+ #: wpf-themes/classic/functions.php:186
8264
+ msgid "Q&A Layout - Number of Comments per item in page load"
8265
+ msgstr ""
8266
+
8267
+ #: wpf-themes/classic/functions.php:187
8268
+ msgid "Set this option value 0 if you want to show all comments"
8269
+ msgstr ""
8270
+
8271
+ #: wpf-themes/classic/functions.php:195
8272
+ msgid "Q&A Layout - First Post Reply Button"
8273
+ msgstr ""
8274
+
8275
+ #: wpf-themes/classic/functions.php:206
8276
+ msgid "Comment content minimum length"
8277
+ msgstr ""
8278
+
8279
+ #: wpf-themes/classic/functions.php:212
8280
+ msgid "Comment content maximum length"
8281
+ msgstr ""
8282
+
8283
+ #: wpf-themes/classic/functions.php:220
8284
+ msgid "Threaded Layout - Reply Form Type"
8285
+ msgstr ""
8286
+
8287
+ #: wpf-themes/classic/functions.php:230
8288
+ msgid "Threaded Layout - Number of Parent Posts per Page"
8289
+ msgstr ""
8290
+
8291
+ #: wpf-themes/classic/functions.php:238
8292
+ msgid "Threaded Layout - Replies Nesting Levels Deep"
8293
+ msgstr ""
8294
+
8295
+ #: wpf-themes/classic/functions.php:250
8296
+ msgid "Threaded Layout - First Post Reply Button"
8297
+ msgstr ""
8298
+
8299
+ #: wpf-themes/classic/functions.php:263
8300
+ msgid "Stick Topic's First Post on Top for Certain Forum Layout"
8301
+ msgstr ""
8302
+
8303
+ #: wpf-themes/classic/functions.php:264
8304
+ msgid ""
8305
+ "This option keeps the first topic post on top when you navigate through "
8306
+ "pages of that topic. You can manage this option by forum layouts."
8307
+ msgstr ""
8308
+
8309
+ #: wpforo.php:407
8310
+ msgid "Discussion Board"
8311
+ msgstr "Diskussionsforum"
8312
+
8313
+ #: wpforo.php:1123
8314
+ msgid ""
8315
+ "Allows to embed hundreds of video, social network, audio and photo content "
8316
+ "providers in forum topics and posts."
8317
+ msgstr ""
8318
+ "Ermöglicht die Einbettung von Hunderten von Anbietern von Video-, Social "
8319
+ "Network-, Audio- und Fotoinhalten in Forenthemen und -beiträgen."
8320
+
8321
+ #: wpforo.php:1124
8322
+ msgid ""
8323
+ "wpForo Polls is a complete addon to help forum members create, vote and "
8324
+ "manage polls effectively. Comes with poll specific permissions and settings."
8325
+ msgstr ""
8326
+ "wpForo Polls ist ein komplettes Add-on, mit dem Forumsmitglieder Umfragen "
8327
+ "effektiv erstellen, abstimmen und verwalten können. Kommt mit Umfragen-"
8328
+ "spezifischen Berechtigungen und Einstellungen."
8329
+
8330
+ #: wpforo.php:1125
8331
+ msgid ""
8332
+ "Allows to create topic custom fields and manage topic form layout with a "
8333
+ "form builder. Adds topic search options by custom fields"
8334
+ msgstr ""
8335
+
8336
+ #: wpforo.php:1126
8337
+ msgid ""
8338
+ "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
8339
+ "Converts wpForo topic and posts, likes to myCRED points."
8340
+ msgstr ""
8341
+ "Verleiht myCRED-Punkte für Forumaktivitäten. Integriert myCRED-Abzeichen und "
8342
+ "-Ränge. Konvertiert wpForo-Themen und -Beiträge in myCRED-Punkte."
8343
+
8344
+ #: wpforo.php:1127
8345
+ msgid ""
8346
+ "Advanced user profile builder system. Allows to add new fields and manage "
8347
+ "profile page. Creates custom Registration, Account, Member Search forms."
8348
+ msgstr ""
8349
+ "Erweitertes System zur Erstellung von Benutzerprofilen. Ermöglicht das "
8350
+ "Hinzufügen neuer Felder und das Verwalten der Profilseite. Erstellt "
8351
+ "benutzerdefinierte Registrierungs-, Konto- und Mitgliedersuchformulare."
8352
+
8353
+ #: wpforo.php:1128
8354
+ msgid ""
8355
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
8356
+ "powered media uploading and displaying system with user specific library."
8357
+ msgstr ""
8358
+ "Fügt zu Forumsthemen und -beiträgen ein erweitertes Dateianhangssystem "
8359
+ "hinzu. AJAX-basiertes System zum Hochladen und Anzeigen von Medien mit "
8360
+ "benutzerspezifischer Bibliothek."
8361
+
8362
+ #: wpforo.php:1129
8363
+ msgid ""
8364
+ "Provides a safe way to communicate directly with other members. Messages are "
8365
+ "private and can only be viewed by conversation participants."
8366
+ msgstr ""
8367
+ "Bietet eine sichere Möglichkeit, direkt mit anderen Mitgliedern zu "
8368
+ "kommunizieren. Nachrichten sind privat und können nur von "
8369
+ "Gesprächsteilnehmern angezeigt werden."
8370
+
8371
+ #: wpforo.php:1130
8372
+ msgid ""
8373
+ "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
8374
+ "Forum topics and Blog comments with Forum replies."
8375
+ msgstr ""
8376
+ "Synchronisierung von Blog-zu-Forum- und Forum-zu-Blog-Inhalten. Blogeinträge "
8377
+ "mit Forenthemen und Blogkommentare mit Forumsantworten."
8378
+
8379
+ #: wpforo.php:1131
8380
+ msgid ""
8381
+ "Ads Manager is a powerful yet simple advertisement management system, that "
8382
+ "allows you to add adverting banners between forums, topics and posts."
8383
+ msgstr ""
8384
+ "Ads Manager ist ein leistungsstarkes und dennoch einfaches "
8385
+ "Anzeigenverwaltungssystem, mit dem du Werbebanner zwischen Foren, Themen und "
8386
+ "Beiträgen einfügen kannst."
8387
+
8388
+ #: wpforo.php:1132
8389
+ msgid ""
8390
+ "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
8391
+ "custom emoticons packs."
8392
+ msgstr ""
8393
+
8394
+ #. Plugin URI of the plugin/theme
8395
+ msgid "https://wpforo.com"
8396
+ msgstr "https://wpforo.com"
8397
+
8398
+ #. Description of the plugin/theme
8399
+ msgid ""
8400
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
8401
+ "community. Comes with multiple modern forum layouts."
8402
+ msgstr ""
8403
+ "WordPress Forum Plugin. wpForo ist eine umfassende Forumslösung für deine "
8404
+ "Community. Kommt mit mehreren modernen Forum-Layouts daher."
8405
+
8406
+ #. Author of the plugin/theme
8407
+ msgid "gVectors Team"
8408
+ msgstr ""
8409
+
8410
+ #. Author URI of the plugin/theme
8411
+ msgid "https://gvectors.com/"
8412
+ msgstr "https://gvectors.com/"
8413
+
8414
+ #~ msgid "Replace Forum Profile with BuddyPress Profile"
8415
+ #~ msgstr "Das Forenprofil durch das BuddyPress Profil ersetzen"
8416
+
8417
+ #~ msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
8418
+ #~ msgstr ""
8419
+ #~ "Ersetzt das wpForo Mitglieder-Profil durch das BuddyPress Profilseite."
8420
+
8421
+ #~ msgid "Replace Forum Profile with Ultimate Member Profile"
8422
+ #~ msgstr "Das Forenprofil durch das Ultimate Member Profil ersetzen"
8423
+
8424
+ #~ msgid ""
8425
+ #~ "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
8426
+ #~ msgstr ""
8427
+ #~ "Ersetzt das wpForo Mitglieder-Profil durch die Ultimate Member "
8428
+ #~ "Profilseite."
8429
+
8430
+ #~ msgid "Front - Can have signaturee"
8431
+ #~ msgstr "Front - Kann eine Signatur haben"
8432
+
8433
+ #~ msgid "filter by user"
8434
+ #~ msgstr "Filter nach Benutzer"
8435
+
8436
+ #~ msgid "unban user"
8437
+ #~ msgstr "Benutzer entsperren"
8438
+
8439
+ #~ msgid "ban user"
8440
+ #~ msgstr "Benutzer sperren"
8441
+
8442
+ #~ msgid "Are you sure, you want to unban this user?"
8443
+ #~ msgstr "Bist du sicher, das du diesen Benutzer entsperren möchtest?"
8444
+
8445
+ #~ msgid "Are you sure, you want to ban this user?"
8446
+ #~ msgstr "Bist du sicher, das du diesen Benutzer sperren möchtest?"
8447
+
8448
+ #~ msgid "unapprove this item"
8449
+ #~ msgstr "dieses Element nicht genehmigen"
8450
+
8451
+ #~ msgid "Approve this item"
8452
+ #~ msgstr "Dieses Element genehmigen"
8453
+
8454
+ #~ msgid "Topic"
8455
+ #~ msgstr "Thema"
8456
+
8457
+ #~ msgid "Post"
8458
+ #~ msgstr "Beitrag"
8459
+
8460
+ #~ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8461
+ #~ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8462
+
8463
+ #~ msgid ""
8464
+ #~ "Forums can be displayed with different layouts (Extended, Simplified, "
8465
+ #~ "Q&A), just edit the top (blue panels) category and set the layout you "
8466
+ #~ "want. Child forums' layout depends on the top category (blue panels) "
8467
+ #~ "layout. They cannot have a different layout."
8468
+ #~ msgstr ""
8469
+ #~ "Foren können mit verschiedenen Layouts angezeigt werden (Erweitert, "
8470
+ #~ "Vereinfacht, Fragen & Antworten). Bearbeite einfach die oberste Kategorie "
8471
+ #~ "(blaue Felder) und lege das gewünschte Layout fest. Das Layout der "
8472
+ #~ "Unterforen hängt vom Layout der obersten Kategorie ab. Unterforen können "
8473
+ #~ "kein anderes Layout haben."
8474
+
8475
+ #~ msgid "API's"
8476
+ #~ msgstr "API's"
8477
+
8478
+ #~ msgid "reCAPTCHA API keys"
8479
+ #~ msgstr "reCAPTCHA API Schlüssel"
8480
+
8481
+ #~ msgid "Role-Usergroup synchronization is complete!"
8482
+ #~ msgstr "Die Rollen-Benutzergruppen-Synchronisation ist abgeschlossen!"
8483
+
8484
+ #~ msgid ""
8485
+ #~ "Hello [member_name]!<br>\r\n"
8486
+ #~ " Thank you for subscribing.<br>\r\n"
8487
+ #~ " This is an automated response.<br>\r\n"
8488
+ #~ " We are glad to inform you that after confirmation you will get updates "
8489
+ #~ "from - [entry_title].<br>\r\n"
8490
+ #~ " Please click on link below to complete this step.<br>\r\n"
8491
+ #~ " [confirm_link]"
8492
+ #~ msgstr ""
8493
+ #~ "Hallo [member_name]! <br>\r\n"
8494
+ #~ "  Vielen Dank für deine Anmeldung.<br>\r\n"
8495
+ #~ "  Dies ist eine automatisierte Antwort.<br>\r\n"
8496
+ #~ "  Wir freuen uns, dir mitteilen zu können, dass du nach der Bestätigung "
8497
+ #~ "Updates von [entry_title] erhalten wirst. <br>\r\n"
8498
+ #~ "  Klicke auf den unten stehenden Link, um diesen Schritt abzuschließen. "
8499
+ #~ "<br>\r\n"
8500
+ #~ "  [confirm_link]"
8501
+
8502
+ #~ msgid ""
8503
+ #~ "Hello [member_name]!<br>\r\n"
8504
+ #~ " New topic has been created on your subscribed forum - [forum].\r\n"
8505
+ #~ " <br><br>\r\n"
8506
+ #~ " <strong>[topic_title]</strong>\r\n"
8507
+ #~ " <blockquote>\r\n"
8508
+ #~ " [topic_desc]\r\n"
8509
+ #~ " </blockquote>\r\n"
8510
+ #~ " <br><hr>\r\n"
8511
+ #~ " If you want to unsubscribe from this forum please use the link below.<br>"
8512
+ #~ "\r\n"
8513
+ #~ " [unsubscribe_link]"
8514
+ #~ msgstr ""
8515
+ #~ "Hallo [member_name]! <br>\r\n"
8516
+ #~ "  In einem von dir abonnierten Forum wurde ein neues Thema erstellt - "
8517
+ #~ "[forum].\r\n"
8518
+ #~ "  <br> <br>\r\n"
8519
+ #~ "  <strong> [topic_title] </strong>\r\n"
8520
+ #~ "  <blockquote>\r\n"
8521
+ #~ "  [topic_desc]\r\n"
8522
+ #~ "  </blockquote>\r\n"
8523
+ #~ "  <br> <hr>\r\n"
8524
+ #~ "  Wenn du dich von diesem Forum abmelden möchtest, verwende bitte den "
8525
+ #~ "folgenden Link. <br>\r\n"
8526
+ #~ "  [unsubscribe_link]"
8527
+
8528
+ #~ msgid ""
8529
+ #~ "Hello [member_name]!<br>\r\n"
8530
+ #~ " New reply has been posted on your subscribed topic - [topic].\r\n"
8531
+ #~ " <br><br>\r\n"
8532
+ #~ " <strong>[reply_title]</strong>\r\n"
8533
+ #~ " <blockquote >\r\n"
8534
+ #~ " [reply_desc]\r\n"
8535
+ #~ " </blockquote>\r\n"
8536
+ #~ " <br><hr>\r\n"
8537
+ #~ " If you want to unsubscribe from this topic please use the link below.<br>"
8538
+ #~ "\r\n"
8539
+ #~ " [unsubscribe_link]"
8540
+ #~ msgstr ""
8541
+ #~ "Hallo [member_name]! <br>\r\n"
8542
+ #~ "  Es wurde eine neue Antwort zu einem von dir abonnierten Thema [topic] "
8543
+ #~ "veröffentlicht.\n"
8544
+ #~ "  <br> <br>\n"
8545
+ #~ "  <strong>[reply_title]</strong>\r\n"
8546
+ #~ "  <blockquote>\r\n"
8547
+ #~ "\n"
8548
+ #~ "  [reply_desc]\r\n"
8549
+ #~ "\n"
8550
+ #~ "  </blockquote>\r\n"
8551
+ #~ "\n"
8552
+ #~ "  <br> <hr>\r\n"
8553
+ #~ "\n"
8554
+ #~ "  Wenn du dich von diesem Thema abmelden möchtest, verwende bitte den "
8555
+ #~ "folgenden Link. <br>\r\n"
8556
+ #~ "\n"
8557
+ #~ "  [unsubscribe_link]"
8558
+
8559
+ #~ msgid ""
8560
+ #~ "<strong>Report details:</strong>\r\n"
8561
+ #~ " Reporter: [reporter], <br>\r\n"
8562
+ #~ " Message: [message],<br>\r\n"
8563
+ #~ " <br>\r\n"
8564
+ #~ " [post_url]"
8565
+ #~ msgstr ""
8566
+ #~ "<strong>Details der Meldung: </strong>\r\n"
8567
+ #~ "  Reporter: [reporter], <br>\r\n"
8568
+ #~ "  Nachricht: [message], <br>\r\n"
8569
+ #~ "  <br>\r\n"
8570
+ #~ "  [post_url]"
8571
+
8572
+ #~ msgid ""
8573
+ #~ "New user registration on your site [blogname]:\r\n"
8574
+ #~ "\r\n"
8575
+ #~ "Username: [user_login]\r\n"
8576
+ #~ "\r\n"
8577
+ #~ "Email: [user_email]\r\n"
8578
+ #~ msgstr ""
8579
+ #~ "Neue Benutzerregistrierung auf deiner Seite [blogname]:\n"
8580
+ #~ "\r\n"
8581
+ #~ "Benutzername: [user_login]\n"
8582
+ #~ "\r\n"
8583
+ #~ "E-Mail: [user_email]\r\n"
8584
+
8585
+ #~ msgid ""
8586
+ #~ "Username: [user_login]\r\n"
8587
+ #~ "\r\n"
8588
+ #~ "To set your password, visit the following address:\r\n"
8589
+ #~ "\r\n"
8590
+ #~ "[set_password_url]\r\n"
8591
+ #~ "\r\n"
8592
+ #~ msgstr ""
8593
+ #~ "Benutzername: [user_login]\r\n"
8594
+ #~ "\r\n"
8595
+ #~ "Besuche die folgende Adresse, um dein Passwort festzulegen:\r\n"
8596
+ #~ "\r\n"
8597
+ #~ "[set_password_url]\r\n"
8598
+ #~ "\r\n"
8599
+
8600
+ #~ msgid ""
8601
+ #~ "Hello! <br>\r\n"
8602
+ #~ "\r\n"
8603
+ #~ " You asked us to reset your password for your account using the email "
8604
+ #~ "address [user_login]. <br>\r\n"
8605
+ #~ "\r\n"
8606
+ #~ " If this was a mistake, or you didn't ask for a password reset, just "
8607
+ #~ "ignore this email and nothing will happen. <br>\r\n"
8608
+ #~ "\r\n"
8609
+ #~ " To reset your password, visit the following address: <br>\r\n"
8610
+ #~ "\r\n"
8611
+ #~ " [reset_password_url] <br>\r\n"
8612
+ #~ "\r\n"
8613
+ #~ " Thanks!"
8614
+ #~ msgstr ""
8615
+ #~ "Wenn dies ein Fehler war oder du nicht nach einem Zurücksetzen des "
8616
+ #~ "Passworts gefragt hast, ignoriere einfach diese E-Mail und es passiert "
8617
+ #~ "nichts. <br>\r\n"
8618
+ #~ "\r\n"
8619
+ #~ "Besuche die folgende Adresse, um dein Passwort zurückzusetzen: <br>\r\n"
8620
+ #~ "\r\n"
8621
+ #~ " [reset_password_url] <br>\r\n"
8622
+ #~ "\r\n"
8623
+ #~ "Danke!"
8624
+
8625
+ #~ msgid ""
8626
+ #~ "Hi [mentioned-user-name]! <br>\r\n"
8627
+ #~ "\r\n"
8628
+ #~ " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
8629
+ #~ "name].<br/><br/>\r\n"
8630
+ #~ "\r\n"
8631
+ #~ " Post URL: [post-url]"
8632
+ #~ msgstr ""
8633
+ #~ "Hallo [mentioned-user-name]! <br>\n"
8634
+ #~ "\n"
8635
+ #~ "Du wurdest in einem Beitrag zu \"[topic-title]\" von [author-user-name] "
8636
+ #~ "erwähnt. <br/> <br/>\n"
8637
+ #~ "\n"
8638
+ #~ "  Beitrags-URL: [post-url]"
8639
+
8640
+ #~ msgid "Updater Database"
8641
+ #~ msgstr "Datenbank-Updater"
8642
+
8643
+ #~ msgid "wpForo - Update Database "
8644
+ #~ msgstr "wpForo - Datenbank aktualisieren "
8645
+
8646
+ #~ msgid "Please click the button below to complete wpForo update."
8647
+ #~ msgstr ""
8648
+ #~ "Klicke unten auf den Button, um die Aktualisierung von wpForo "
8649
+ #~ "abzuschließen."
8650
+
8651
+ #~ msgid "Please check one of reasons before sending feedback!"
8652
+ #~ msgstr "Bitte gebe einen der Gründe an, bevor du ein Feedback senden!"
8653
+
8654
+ #~ msgid "field length can not be greater than %d characters"
8655
+ #~ msgstr "Feldlänge kann nicht größer sein als %d Zeichen"
8656
+
8657
+ #~ msgid "Q&A layout - Recent topics"
8658
+ #~ msgstr "Fragen & Antworten Layout - Neueste Themen"
8659
+
8660
+ #~ msgid "Replace Registration Page URL to Forum URL"
8661
+ #~ msgstr "Ersetze URL Registrierungsseite mit Foren-URL"
8662
+
8663
+ #~ msgid "Replace Login Page URL to Forum URL"
8664
+ #~ msgstr "Ersetze URL Anmeldeseite mit Foren-URL"
8665
+
8666
+ #, fuzzy
8667
+ #~| msgid "Move topic"
8668
+ #~ msgid "suppor topic"
8669
+ #~ msgstr "Verschiebe Thema"
8670
+
8671
+ #~ msgid "Cleanup"
8672
+ #~ msgstr "Leeren"
8673
+
8674
+ #~ msgid "Users Count"
8675
+ #~ msgstr "Anzahl Benutzer"
8676
+
8677
+ #~ msgid "Count of users in this usergroup"
8678
+ #~ msgstr "Nutzerzahl in dieser Benutzergruppe"
8679
+
8680
+ #~ msgid "Add a new SubForum"
8681
+ #~ msgstr "Erstelle ein neues Unterforum"
8682
+
8683
+ #~ msgid "Are you sure you whant to DELETE this item?"
8684
+ #~ msgstr "Sind Sie sicher, dass Sie dieses Element l&ouml;schen m&ouml;chten?"
8685
+
8686
+ #~ msgid "Community"
8687
+ #~ msgstr "Gemeinschaft"
8688
+
8689
+ #~ msgid "New UserGroup"
8690
+ #~ msgstr "Neue Benutzergruppe"
8691
+
8692
+ #~ msgid "Choose target forum"
8693
+ #~ msgstr "W&auml;hle Zielforum"
8694
+
8695
+ #~ msgid "Move topic"
8696
+ #~ msgstr "Verschiebe Thema"
8697
+
8698
+ #~ msgid "Error: please inset some text to report."
8699
+ #~ msgstr "Fehler: Bitte Text zur Meldung hinzuf&uuml;gen."
8700
+
8701
+ #~ msgid ""
8702
+ #~ "New language successfully added and changed wpforo language to new "
8703
+ #~ "language"
8704
+ #~ msgstr ""
8705
+ #~ "Neue Sprache erfolgreich hinzugef&uuml;gt und wpForo auf neue Sprache "
8706
+ #~ "umgestellt"
8707
+
8708
+ #~ msgid "Success! Thank you Dear Friend"
8709
+ #~ msgstr "Erfolgreich! Vielen Dank"
8710
+
8711
+ #~ msgid "You haven't permission to create post into this forum"
8712
+ #~ msgstr "Keine Berechtigung zum Erstellen von Beitr&auml;gen in diesem Forum"
8713
+
8714
+ #~ msgid "You haven't permission to create topic into this forum"
8715
+ #~ msgstr "Keine Berechtigung zum Erstellen von Themen in diesem Forum"
8716
+
8717
+ #~ msgid "You haven't permission to delete post from this forum"
8718
+ #~ msgstr ""
8719
+ #~ "Keine Berechtigung zum L&ouml;schen von Beitr&auml;gen in diesem Forum"
8720
+
8721
+ #~ msgid "You haven't permission to delete topic from this forum"
8722
+ #~ msgstr "Keine Berechtigung zum L&ouml;schen von Themen in diesem Forum"
8723
+
8724
+ #~ msgid "You haven't permission to edit post from this forum"
8725
+ #~ msgstr ""
8726
+ #~ "Keine Berechtigung zum Bearbeiten von Beitr&auml;gen in diesem Forum"
8727
+
8728
+ #~ msgid "Dashboard - Can create forum"
8729
+ #~ msgstr "Dashboard - Kann Forum erstellen"
8730
+
8731
+ #~ msgid "Dashboard - Can edit forum"
8732
+ #~ msgstr "Dashboard - Kann Forum editieren"
8733
+
8734
+ #~ msgid "Dashboard - Can delete forum"
8735
+ #~ msgstr "Dashboard - Kann Forum l&ouml;schen"
8736
+
8737
+ #~ msgid "Dashboard - Members Menu"
8738
+ #~ msgstr "Dashboard - Mitglieder-Men&uuml;"
8739
+
8740
+ #~ msgid "Dashboard - Usergroup Menu"
8741
+ #~ msgstr "Dashboard - Benutzergruppen-Men&uuml;"
8742
+
8743
+ #~ msgid "Front - Can have signatur"
8744
+ #~ msgstr "Front - Signatur erlaubt"
8745
+
8746
+ #~ msgid "Front - Can view member last active date"
8747
+ #~ msgstr "Front - Kann Zeit letzte Aktivit&auml;t Mitglied sehen"
8748
+
8749
+ #~ msgid "Front - Can view member ip address"
8750
+ #~ msgstr "Front - Kann IP Mitglied sehen"
8751
+
8752
+ #~ msgid "Front - Can view member ocumpation"
8753
+ #~ msgstr "Front - Kann Beruf Mitglied sehen"
8754
+
8755
+ #~ msgid "Front - Can view member signatur"
8756
+ #~ msgstr "Front - Kann Signatur Mitglied sehen"
8757
+
8758
+ #~ msgid "Front - Can view member phone number"
8759
+ #~ msgstr "Front - Kann Telefonnr. Mitglied sehen"
8760
+
8761
+ #~ msgid "Can delete own replay"
8762
+ #~ msgstr "Kann eigene Antworten l&ouml;schen"
8763
+
8764
+ #~ msgid "Can Attach File"
8765
+ #~ msgstr "Kann Datei anh&auml;ngen"
8766
+
8767
+ #~ msgid "You have not permission to this page"
8768
+ #~ msgstr "Keine Berechtigung zur Nutzung dieser Seite"
8769
+
8770
+ #, fuzzy
8771
+ #~| msgid "Forum - wpForo"
8772
+ #~ msgid "Forums - wpForo"
8773
+ #~ msgstr "Forum - wpForo"
8774
+
8775
+ #~ msgid "http://wpforo.com"
8776
+ #~ msgstr "http://wpforo.com"
8777
+
8778
+ #~ msgid "http://gvectors.com/"
8779
+ #~ msgstr "http://gvectors.com/"
8780
+
8781
+ #~ msgid "Gtalk"
8782
+ #~ msgstr "Gtalk"
8783
+
8784
+ #~ msgid ""
8785
+ #~ "Next Generation of WordPress Forum Softwares. Everything you need to run "
8786
+ #~ "an efficient and professional community. Powerful and beautiful bulletin "
8787
+ #~ "board with unique features."
8788
+ #~ msgstr ""
8789
+ #~ "Nächste Generation WordPress-Forensoftware. Alles was Sie ben&ouml;tigen "
8790
+ #~ "um eine effiziente und professionelle Community aufzubauen. "
8791
+ #~ "Leistungsstarkes und sch&ouml;nes Bulletin Board mit einzigartigen "
8792
+ #~ "Features."
wpf-languages/wpforo.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
7
  "Project-Id-Version: Forum - wpForo\n"
8
- "POT-Creation-Date: 2020-07-22 00:42+0400\n"
9
  "PO-Revision-Date: 2016-06-28 21:09+0400\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgid ""
40
  "with new free functions and features even faster than before."
41
  msgstr ""
42
 
43
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
44
  msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
45
  msgstr ""
46
 
@@ -69,54 +69,54 @@ msgstr ""
69
  msgid "Dashboard"
70
  msgstr ""
71
 
72
- #: wpf-admin/admin.php:35 wpf-admin/admin.php:39 wpf-admin/dashboard.php:137
73
  #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
74
  #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
75
  #: wpf-includes/integration/buddypress.php:11
76
  #: wpf-includes/integration/buddypress.php:57
77
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2657
78
  #: wpf-includes/wpf-phrases.php:309
79
  msgid "Forums"
80
  msgstr ""
81
 
82
  #: wpf-admin/admin.php:42 wpf-includes/wpf-hooks.php:22
83
- #: wpf-includes/wpf-hooks.php:2663
84
  msgid "Settings"
85
  msgstr ""
86
 
87
- #: wpf-admin/admin.php:45 wpf-includes/wpf-hooks.php:2667
88
  #: wpf-includes/wpf-phrases.php:914
89
  msgid "Tools"
90
  msgstr ""
91
 
92
- #: wpf-admin/admin.php:48 wpf-includes/wpf-hooks.php:2671
93
  msgid "Moderation"
94
  msgstr ""
95
 
96
- #: wpf-admin/admin.php:51 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
97
  #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
98
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2675
99
  #: wpf-includes/wpf-phrases.php:364
100
  msgid "Members"
101
  msgstr ""
102
 
103
  #: wpf-admin/admin.php:54 wpf-admin/usergroup.php:11
104
- #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2679
105
  msgid "Usergroups"
106
  msgstr ""
107
 
108
- #: wpf-admin/admin.php:57 wpf-includes/wpf-hooks.php:2685
109
  #: wpf-includes/wpf-phrases.php:789
110
  msgid "Phrases"
111
  msgstr ""
112
 
113
- #: wpf-admin/admin.php:60 wpf-includes/wpf-hooks.php:2691
114
  #: wpf-includes/wpf-phrases.php:790
115
  msgid "Themes"
116
  msgstr ""
117
 
118
  #: wpf-admin/admin.php:63 wpf-admin/options.php:24
119
- #: wpf-includes/wpf-hooks.php:2695 wpf-includes/wpf-phrases.php:211
120
  msgid "Addons"
121
  msgstr ""
122
 
@@ -128,15 +128,11 @@ msgstr ""
128
  msgid "wpForo Dashboard"
129
  msgstr ""
130
 
131
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:547
132
- msgid "Welcome Message"
133
- msgstr ""
134
-
135
- #: wpf-admin/dashboard.php:27
136
  msgid "Welcome to wpForo"
137
  msgstr ""
138
 
139
- #: wpf-admin/dashboard.php:29
140
  msgid ""
141
  "Thank you for using wpForo! wpForo is a professional bulletin board for "
142
  "WorPress, and the only forum software which comes with Multi-layout template "
@@ -153,130 +149,134 @@ msgid ""
153
  "We're here to help you and improve wpForo as much as possible."
154
  msgstr ""
155
 
156
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:316
157
  msgid "General Information"
158
  msgstr ""
159
 
160
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:554
161
  msgid "You are currently running"
162
  msgstr ""
163
 
164
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:204
165
  msgid "Active Theme"
166
  msgstr ""
167
 
168
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:599
169
  msgid "wpForo Website"
170
  msgstr ""
171
 
172
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:505
173
  msgid "Support Forum"
174
  msgstr ""
175
 
176
- #: wpf-admin/dashboard.php:75 wpf-admin/tools-tabs/debug.php:205
177
  #: wpf-includes/wpf-phrases.php:475
178
  msgid "Server Information"
179
  msgstr ""
180
 
181
- #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
182
  #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
183
  #: wpf-includes/wpf-phrases.php:232
184
  msgid "Available"
185
  msgstr ""
186
 
187
- #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
188
  msgid ""
189
  "The setTimestamp() method of PHP DateTime class is not available. Please "
190
  "make sure you use PHP 5.4 and higher version on your hosting service."
191
  msgstr ""
192
 
193
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:235
194
  msgid "Board Statistic"
195
  msgstr ""
196
 
197
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:45
198
- #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:749
199
  #: wpf-includes/wpf-phrases.php:524
200
  msgid "Topics"
201
  msgstr ""
202
 
203
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:46
204
- #: wpf-includes/class-forums.php:749 wpf-includes/wpf-phrases.php:418
205
  msgid "Posts"
206
  msgstr ""
207
 
208
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:365
209
  msgid "Members Online"
210
  msgstr ""
211
 
212
- #: wpf-admin/dashboard.php:163
213
  msgid "Avatars Size"
214
  msgstr ""
215
 
216
- #: wpf-admin/dashboard.php:167
217
  msgid "Default Attachments Size"
218
  msgstr ""
219
 
220
- #: wpf-admin/dashboard.php:173
221
  msgid "Advanced Attachments"
222
  msgstr ""
223
 
224
- #: wpf-admin/dashboard.php:174
225
  msgid "file(s)"
226
  msgstr ""
227
 
228
- #: wpf-admin/dashboard.php:177
229
  msgid "Advanced Attachments Size"
230
  msgstr ""
231
 
232
- #: wpf-admin/dashboard.php:182
233
  msgid "Total Size"
234
  msgstr ""
235
 
236
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:800
237
  msgid "Forum Maintenance"
238
  msgstr ""
239
 
240
- #: wpf-admin/dashboard.php:194
241
  msgid ""
242
  "This process may take a few seconds or dozens of minutes, please be patient "
243
  "and don't close this page. If you got 500 Server Error please don't worry, "
244
  "the data updating process is still working in MySQL server."
245
  msgstr ""
246
 
247
- #: wpf-admin/dashboard.php:207
248
  msgid "Delete All Caches"
249
  msgstr ""
250
 
251
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:802
 
 
 
 
252
  msgid "Update Forums Statistic"
253
  msgstr ""
254
 
255
- #: wpf-admin/dashboard.php:209
256
  msgid "Update Topics Statistic"
257
  msgstr ""
258
 
259
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:803
260
  msgid "Update Users Statistic"
261
  msgstr ""
262
 
263
- #: wpf-admin/dashboard.php:211
264
  msgid "Rebuild Phrases"
265
  msgstr ""
266
 
267
- #: wpf-admin/dashboard.php:212 wpf-includes/wpf-phrases.php:804
268
  msgid "Delete Phrase Cache"
269
  msgstr ""
270
 
271
- #: wpf-admin/dashboard.php:213 wpf-includes/wpf-phrases.php:825
272
  msgid "Delete User Cache"
273
  msgstr ""
274
 
275
- #: wpf-admin/dashboard.php:214
276
  msgid "Synch User Profiles"
277
  msgstr ""
278
 
279
- #: wpf-admin/dashboard.php:215
280
  msgid "Rebuild Threads"
281
  msgstr ""
282
 
@@ -372,7 +372,7 @@ msgstr ""
372
  msgid "Other"
373
  msgstr ""
374
 
375
- #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1410
376
  msgid "Please provide more information"
377
  msgstr ""
378
 
@@ -393,7 +393,7 @@ msgstr ""
393
  msgid "Show on screen"
394
  msgstr ""
395
 
396
- #: wpf-admin/forum.php:17 wpf-admin/forum.php:189
397
  #: wpf-includes/wpf-phrases.php:299
398
  msgid "Forum Options"
399
  msgstr ""
@@ -433,8 +433,8 @@ msgstr ""
433
  msgid "Add New"
434
  msgstr ""
435
 
436
- #: wpf-admin/forum.php:56 wpf-admin/forum.php:189 wpf-admin/forum.php:237
437
- #: wpf-admin/forum.php:277 wpf-admin/forum.php:300 wpf-admin/forum.php:309
438
  #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
439
  #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
440
  #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
@@ -455,8 +455,8 @@ msgstr ""
455
  #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
456
  #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
457
  #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
458
- #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:130
459
- #: wpf-themes/classic/functions.php:140
460
  msgid "Read the documentation"
461
  msgstr ""
462
 
@@ -500,78 +500,78 @@ msgid ""
500
  "title on the forum list."
501
  msgstr ""
502
 
503
- #: wpf-admin/forum.php:192 wpf-includes/wpf-phrases.php:407
504
  msgid "Parent Forum"
505
  msgstr ""
506
 
507
- #: wpf-admin/forum.php:195 wpf-includes/wpf-phrases.php:390
508
  msgid "No parent"
509
  msgstr ""
510
 
511
- #: wpf-admin/forum.php:200 wpf-includes/wpf-phrases.php:532
512
  msgid "Use as Category"
513
  msgstr ""
514
 
515
- #: wpf-admin/forum.php:202 wpf-admin/forum.php:275
516
  #: wpf-includes/wpf-phrases.php:238
517
  msgid "Category Layout"
518
  msgstr ""
519
 
520
- #: wpf-admin/forum.php:210 wpf-includes/wpf-phrases.php:388
521
  msgid "No layout found."
522
  msgstr ""
523
 
524
- #: wpf-admin/forum.php:219 wpf-admin/forum.php:227
525
  #: wpf-includes/wpf-phrases.php:420
526
  msgid "Publish"
527
  msgstr ""
528
 
529
- #: wpf-admin/forum.php:223 wpf-includes/wpf-phrases.php:223
530
  msgid "Are you sure you want to delete this forum?"
531
  msgstr ""
532
 
533
- #: wpf-admin/forum.php:223 wpf-admin/includes/member-listtable.php:91
534
  #: wpf-admin/includes/member-listtable.php:235
535
  #: wpf-admin/includes/moderation-listtable.php:92
536
  #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
537
  #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
538
- #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1403
539
  #: wpf-includes/wpf-phrases.php:252
540
  msgid "Delete"
541
  msgstr ""
542
 
543
- #: wpf-admin/forum.php:224 wpf-admin/includes/moderation-listtable.php:83
544
- #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:769
545
  #: wpf-includes/wpf-phrases.php:541
546
  msgid "View"
547
  msgstr ""
548
 
549
- #: wpf-admin/forum.php:225 wpf-admin/phrase.php:108
550
  #: wpf-includes/wpf-phrases.php:529
551
  msgid "Update"
552
  msgstr ""
553
 
554
- #: wpf-admin/forum.php:237
555
  msgid "Forum Permissions"
556
  msgstr ""
557
 
558
- #: wpf-admin/forum.php:247
559
  msgid "Additional Options"
560
  msgstr ""
561
 
562
- #: wpf-admin/forum.php:250
563
  msgid "Forum Color"
564
  msgstr ""
565
 
566
- #: wpf-admin/forum.php:270
567
  msgid "Current Layout of this Category"
568
  msgstr ""
569
 
570
- #: wpf-admin/forum.php:272
571
  msgid "Current Layout of this Forum (inherited from parent category)"
572
  msgstr ""
573
 
574
- #: wpf-admin/forum.php:294
575
  msgid ""
576
  "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
577
  "Threaded). Use the \"Category Layout\" dropdown located on the top right "
@@ -581,57 +581,57 @@ msgid ""
581
  "disabled if this forum is not a Category."
582
  msgstr ""
583
 
584
- #: wpf-admin/forum.php:300 wpf-includes/wpf-phrases.php:304
585
  msgid "Forum Slug"
586
  msgstr ""
587
 
588
- #: wpf-admin/forum.php:303 wpf-includes/wpf-phrases.php:508
589
  msgid ""
590
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
591
  "lowercase and contains only letters, numbers, and hyphens."
592
  msgstr ""
593
 
594
- #: wpf-admin/forum.php:309
595
  msgid "Forum Icon"
596
  msgstr ""
597
 
598
- #: wpf-admin/forum.php:312
599
  msgid "Font-awesome Icon"
600
  msgstr ""
601
 
602
- #: wpf-admin/forum.php:314
603
  msgid "You can find all icons"
604
  msgstr ""
605
 
606
- #: wpf-admin/forum.php:314
607
  msgid "here"
608
  msgstr ""
609
 
610
- #: wpf-admin/forum.php:314
611
  msgid ""
612
  "Make sure you insert a class of font-awesome icon, it should start with fa- "
613
  "prefix like &quot;fas fa-comments&quot;."
614
  msgstr ""
615
 
616
- #: wpf-admin/forum.php:321 wpf-includes/wpf-phrases.php:302
617
  msgid "Forum SEO"
618
  msgstr ""
619
 
620
- #: wpf-admin/forum.php:324 wpf-includes/wpf-phrases.php:370
621
  msgid "Meta Description"
622
  msgstr ""
623
 
624
- #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:514
625
  msgid "This action will also delete all sub-forums, topics and replies."
626
  msgstr ""
627
 
628
- #: wpf-admin/forum.php:360 wpf-includes/wpf-phrases.php:323
629
  msgid ""
630
  "If you want to delete this forum and keep its sub-forums, topics and "
631
  "replies, please select a new target forum in dropdown below"
632
  msgstr ""
633
 
634
- #: wpf-admin/forum.php:369 wpf-includes/wpf-phrases.php:212
635
  msgid ""
636
  "All sub-forums, topics and replies will be attached to selected forum. "
637
  "Layout will be inherited from this forum."
@@ -775,9 +775,9 @@ msgstr ""
775
  #: wpf-includes/functions-template.php:403
776
  #: wpf-includes/functions-template.php:468
777
  #: wpf-includes/functions-template.php:613
778
- #: wpf-includes/functions-template.php:861
779
- #: wpf-includes/functions-template.php:960
780
- #: wpf-includes/functions-template.php:1016 wpf-includes/wpf-phrases.php:520
781
  msgid "Title"
782
  msgstr ""
783
 
@@ -901,7 +901,7 @@ msgstr ""
901
  msgid "Admin"
902
  msgstr ""
903
 
904
- #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:757
905
  #: wpf-includes/wpf-phrases.php:567
906
  msgid "edit"
907
  msgstr ""
@@ -912,7 +912,7 @@ msgid ""
912
  "to this access will lost all forum permissions."
913
  msgstr ""
914
 
915
- #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:763
916
  #: wpf-includes/wpf-phrases.php:566
917
  msgid "delete"
918
  msgstr ""
@@ -1089,13 +1089,13 @@ msgstr ""
1089
 
1090
  #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1091
  #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1092
- #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:134
1093
  msgid "Collapsed"
1094
  msgstr ""
1095
 
1096
  #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1097
  #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1098
- #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:133
1099
  msgid "Expanded"
1100
  msgstr ""
1101
 
@@ -1179,11 +1179,11 @@ msgstr ""
1179
  #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1180
  #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1181
  #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1182
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1021
1183
  #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1184
- #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:171
1185
- #: wpf-themes/classic/functions.php:199 wpf-themes/classic/functions.php:254
1186
- #: wpf-themes/classic/functions.php:272
1187
  msgid "Yes"
1188
  msgstr ""
1189
 
@@ -1197,11 +1197,11 @@ msgstr ""
1197
  #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1198
  #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1199
  #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1200
- #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1022
1201
  #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1202
- #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:172
1203
- #: wpf-themes/classic/functions.php:200 wpf-themes/classic/functions.php:255
1204
- #: wpf-themes/classic/functions.php:273
1205
  msgid "No"
1206
  msgstr ""
1207
 
@@ -1764,7 +1764,7 @@ msgid ""
1764
  msgstr ""
1765
 
1766
  #: wpf-admin/options-tabs/features.php:80 wpf-admin/usergroup.php:37
1767
- #: wpf-includes/wpf-hooks.php:1397
1768
  msgid "Default"
1769
  msgstr ""
1770
 
@@ -1800,7 +1800,7 @@ msgid "Sitewide"
1800
  msgstr ""
1801
 
1802
  #: wpf-admin/options-tabs/features.php:87 wpf-includes/class-subscribes.php:25
1803
- #: wpf-includes/wpf-phrases.php:287 wpforo.php:400
1804
  msgid "Forum"
1805
  msgstr ""
1806
 
@@ -1860,7 +1860,7 @@ msgstr ""
1860
  msgid "one URL per line"
1861
  msgstr ""
1862
 
1863
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2645
1864
  msgid "Visit Forum"
1865
  msgstr ""
1866
 
@@ -2017,7 +2017,7 @@ msgstr ""
2017
  msgid "Member Custom Title by default"
2018
  msgstr ""
2019
 
2020
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1588
2021
  #: wpf-includes/wpf-phrases.php:433
2022
  msgid "Rating Level"
2023
  msgstr ""
@@ -2050,7 +2050,7 @@ msgstr ""
2050
  msgid "More"
2051
  msgstr ""
2052
 
2053
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1596
2054
  #: wpf-includes/wpf-phrases.php:344
2055
  msgid "Level"
2056
  msgstr ""
@@ -2122,7 +2122,7 @@ msgid "Topic content maximum length"
2122
  msgstr ""
2123
 
2124
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2125
- #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:213
2126
  msgid "Set this option value 0 if you want to remove this limit."
2127
  msgstr ""
2128
 
@@ -2557,7 +2557,7 @@ msgstr ""
2557
  msgid "Do not allow to attach files with following extensions:"
2558
  msgstr ""
2559
 
2560
- #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2779
2561
  msgid "Google reCAPTCHA"
2562
  msgstr ""
2563
 
@@ -3495,35 +3495,35 @@ msgstr ""
3495
  msgid "Can be also used as Secondary Usergroup"
3496
  msgstr ""
3497
 
3498
- #: wpf-includes/class-actions.php:2099
3499
  msgid "Theme activate error"
3500
  msgstr ""
3501
 
3502
- #: wpf-includes/class-actions.php:2108
3503
  msgid "Theme activate success"
3504
  msgstr ""
3505
 
3506
- #: wpf-includes/class-actions.php:2131
3507
  msgid "Theme install error"
3508
  msgstr ""
3509
 
3510
- #: wpf-includes/class-actions.php:2140
3511
  msgid "Theme install success"
3512
  msgstr ""
3513
 
3514
- #: wpf-includes/class-actions.php:2163
3515
  msgid "Theme delete error"
3516
  msgstr ""
3517
 
3518
- #: wpf-includes/class-actions.php:2171
3519
  msgid "Theme delete success"
3520
  msgstr ""
3521
 
3522
- #: wpf-includes/class-actions.php:2194
3523
  msgid "Theme reset error"
3524
  msgstr ""
3525
 
3526
- #: wpf-includes/class-actions.php:2202
3527
  msgid "Theme reset success"
3528
  msgstr ""
3529
 
@@ -3545,205 +3545,205 @@ msgstr ""
3545
  msgid "User registration is disabled"
3546
  msgstr ""
3547
 
3548
- #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:746
3549
  msgid "Can view forum"
3550
  msgstr ""
3551
 
3552
- #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:747
3553
  msgid "Can create topic"
3554
  msgstr ""
3555
 
3556
- #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:748
3557
  msgid "Can view topic"
3558
  msgstr ""
3559
 
3560
- #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:749
3561
  msgid "Can edit topic"
3562
  msgstr ""
3563
 
3564
- #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:750
3565
  msgid "Can delete topic"
3566
  msgstr ""
3567
 
3568
- #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:751
3569
  msgid "Can post reply"
3570
  msgstr ""
3571
 
3572
- #: wpf-includes/class-forums.php:48
3573
  msgid "Can reply to own topic"
3574
  msgstr ""
3575
 
3576
- #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:752
3577
  msgid "Can view replies"
3578
  msgstr ""
3579
 
3580
- #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:753
3581
  msgid "Can edit replies"
3582
  msgstr ""
3583
 
3584
- #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:754
3585
  msgid "Can delete replies"
3586
  msgstr ""
3587
 
3588
- #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:755
3589
  msgid "Can edit own topic"
3590
  msgstr ""
3591
 
3592
- #: wpf-includes/class-forums.php:53
3593
  msgid "Can edit own reply"
3594
  msgstr ""
3595
 
3596
- #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:757
3597
  msgid "Can delete own topic"
3598
  msgstr ""
3599
 
3600
- #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:758
3601
  msgid "Can delete own reply"
3602
  msgstr ""
3603
 
3604
- #: wpf-includes/class-forums.php:56
3605
  msgid "Can add tags"
3606
  msgstr ""
3607
 
3608
- #: wpf-includes/class-forums.php:57
3609
  msgid "Can subscribe"
3610
  msgstr ""
3611
 
3612
- #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:759
3613
  msgid "Can like"
3614
  msgstr ""
3615
 
3616
- #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:760
3617
  msgid "Can report"
3618
  msgstr ""
3619
 
3620
- #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:761
3621
  msgid "Can set topic sticky"
3622
  msgstr ""
3623
 
3624
- #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:762
3625
  msgid "Can set topic private"
3626
  msgstr ""
3627
 
3628
- #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:840
3629
  msgid "Can set own topic private"
3630
  msgstr ""
3631
 
3632
- #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:841
3633
  msgid "Can view private topic"
3634
  msgstr ""
3635
 
3636
- #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:770
3637
  msgid "Can approve/unapprove content"
3638
  msgstr ""
3639
 
3640
- #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:794
3641
  msgid "Can set topic solved"
3642
  msgstr ""
3643
 
3644
- #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:795
3645
  msgid "Can set own topic solved"
3646
  msgstr ""
3647
 
3648
- #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:763
3649
  msgid "Can vote"
3650
  msgstr ""
3651
 
3652
- #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:764
3653
  msgid "Can attach file"
3654
  msgstr ""
3655
 
3656
- #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:769
3657
  msgid "Can view attached files"
3658
  msgstr ""
3659
 
3660
- #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:765
3661
  msgid "Can set topic answered"
3662
  msgstr ""
3663
 
3664
- #: wpf-includes/class-forums.php:71 wpf-includes/wpf-phrases.php:766
3665
  msgid "Can set own topic answered"
3666
  msgstr ""
3667
 
3668
- #: wpf-includes/class-forums.php:72
3669
  msgid "Can answer own question"
3670
  msgstr ""
3671
 
3672
- #: wpf-includes/class-forums.php:73 wpf-includes/wpf-phrases.php:767
3673
  msgid "Can close topic"
3674
  msgstr ""
3675
 
3676
- #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:768
3677
  msgid "Can move topic"
3678
  msgstr ""
3679
 
3680
- #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:771
3681
  msgid "Can create poll"
3682
  msgstr ""
3683
 
3684
- #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:772
3685
  msgid "Can vote poll"
3686
  msgstr ""
3687
 
3688
- #: wpf-includes/class-forums.php:77 wpf-includes/wpf-phrases.php:773
3689
  msgid "Can view poll result"
3690
  msgstr ""
3691
 
3692
- #: wpf-includes/class-forums.php:752
3693
  msgid "Add a new Subforum"
3694
  msgstr ""
3695
 
3696
- #: wpf-includes/class-forums.php:752
3697
  msgid "Add a new Forum in this Category"
3698
  msgstr ""
3699
 
3700
- #: wpf-includes/class-members.php:186
3701
  msgid "<strong>ERROR</strong>: Please enter a username."
3702
  msgstr ""
3703
 
3704
- #: wpf-includes/class-members.php:191
3705
  msgid ""
3706
  "<strong>ERROR</strong>: This username is invalid because it uses illegal "
3707
  "characters. Please enter a valid username."
3708
  msgstr ""
3709
 
3710
- #: wpf-includes/class-members.php:202
3711
  msgid ""
3712
  "<strong>ERROR</strong>: This username is already registered. Please choose "
3713
  "another one."
3714
  msgstr ""
3715
 
3716
- #: wpf-includes/class-members.php:207
3717
  msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
3718
  msgstr ""
3719
 
3720
- #: wpf-includes/class-members.php:212
3721
  msgid "<strong>ERROR</strong>: Please type your email address."
3722
  msgstr ""
3723
 
3724
- #: wpf-includes/class-members.php:217
3725
  msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
3726
  msgstr ""
3727
 
3728
- #: wpf-includes/class-members.php:223
3729
  msgid ""
3730
  "<strong>ERROR</strong>: This email is already registered, please choose "
3731
  "another one."
3732
  msgstr ""
3733
 
3734
- #: wpf-includes/class-members.php:1946
3735
  msgid "What should be done with wpForo content owned by this user?"
3736
  msgstr ""
3737
 
3738
- #: wpf-includes/class-members.php:1948
3739
  msgid "What should be done with wpForo content owned by these users?"
3740
  msgstr ""
3741
 
3742
- #: wpf-includes/class-members.php:1952
3743
  msgid "Delete all wpForo content."
3744
  msgstr ""
3745
 
3746
- #: wpf-includes/class-members.php:1954
3747
  msgid "Attribute all content to:"
3748
  msgstr ""
3749
 
@@ -3753,19 +3753,19 @@ msgid ""
3753
  "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
3754
  msgstr ""
3755
 
3756
- #: wpf-includes/class-notices.php:123 wpf-includes/wpf-phrases.php:255
3757
  msgid "Dismiss this notice."
3758
  msgstr ""
3759
 
3760
- #: wpf-includes/class-notices.php:167
3761
  msgid "New Addons for Your Forum!"
3762
  msgstr ""
3763
 
3764
- #: wpf-includes/class-notices.php:167
3765
  msgid "Extend your forum with wpForo addons"
3766
  msgstr ""
3767
 
3768
- #: wpf-includes/class-notices.php:180
3769
  msgid "View all Addons"
3770
  msgstr ""
3771
 
@@ -4147,8 +4147,8 @@ msgstr ""
4147
 
4148
  #: wpf-includes/functions-template.php:478
4149
  #: wpf-includes/functions-template.php:641
4150
- #: wpf-includes/functions-template.php:894
4151
- #: wpf-includes/functions-template.php:1025 wpf-includes/wpf-phrases.php:396
4152
  msgid "Number of Items"
4153
  msgstr ""
4154
 
@@ -4185,17 +4185,17 @@ msgid "ASC"
4185
  msgstr ""
4186
 
4187
  #: wpf-includes/functions-template.php:617
4188
- #: wpf-includes/functions-template.php:865
4189
  msgid "Filter by forums"
4190
  msgstr ""
4191
 
4192
  #: wpf-includes/functions-template.php:624
4193
- #: wpf-includes/functions-template.php:872
4194
  msgid "Autofilter by current forum"
4195
  msgstr ""
4196
 
4197
  #: wpf-includes/functions-template.php:628
4198
- #: wpf-includes/functions-template.php:876
4199
  msgid "Order by"
4200
  msgstr ""
4201
 
@@ -4207,27 +4207,27 @@ msgstr ""
4207
  msgid "Refer topics to first unread post"
4208
  msgstr ""
4209
 
4210
- #: wpf-includes/functions-template.php:889
4211
  msgid "Limit Per Topic"
4212
  msgstr ""
4213
 
4214
- #: wpf-includes/functions-template.php:891
4215
  msgid "set 0 to remove this limit"
4216
  msgstr ""
4217
 
4218
- #: wpf-includes/functions-template.php:900 wpf-includes/wpf-phrases.php:258
4219
  msgid "Display with Avatars"
4220
  msgstr ""
4221
 
4222
- #: wpf-includes/functions-template.php:905
4223
  msgid "Display Only Unread Posts"
4224
  msgstr ""
4225
 
4226
- #: wpf-includes/functions-template.php:910
4227
  msgid "Display [new] indicator"
4228
  msgstr ""
4229
 
4230
- #: wpf-includes/functions-template.php:1020
4231
  msgid "Topic Counts"
4232
  msgstr ""
4233
 
@@ -4239,22 +4239,22 @@ msgstr ""
4239
  msgid "Apply"
4240
  msgstr ""
4241
 
4242
- #: wpf-includes/functions.php:829
4243
  #, php-format
4244
  msgid "Could not write file %s"
4245
  msgstr ""
4246
 
4247
- #: wpf-includes/functions.php:2342
4248
  msgid "Action Required!"
4249
  msgstr ""
4250
 
4251
- #: wpf-includes/functions.php:2342
4252
  msgid ""
4253
  "Please update wpForo addons CSS style to make compatible with the current "
4254
  "version of wpForo."
4255
  msgstr ""
4256
 
4257
- #: wpf-includes/functions.php:2343
4258
  msgid "Update CSS >>"
4259
  msgstr ""
4260
 
@@ -4351,51 +4351,51 @@ msgstr ""
4351
  msgid "Uninstall"
4352
  msgstr ""
4353
 
4354
- #: wpf-includes/wpf-hooks.php:1397
4355
  msgid "Clear"
4356
  msgstr ""
4357
 
4358
- #: wpf-includes/wpf-hooks.php:1397
4359
  msgid "Select Color"
4360
  msgstr ""
4361
 
4362
- #: wpf-includes/wpf-hooks.php:1402 wpf-includes/wpf-phrases.php:183
4363
  msgid "Move"
4364
  msgstr ""
4365
 
4366
- #: wpf-includes/wpf-hooks.php:1409
4367
  msgid "Please choose one reasons before sending a feedback!"
4368
  msgstr ""
4369
 
4370
- #: wpf-includes/wpf-hooks.php:1411
4371
  msgid ""
4372
  "With the email address, please check the \"I agree to receive email\" "
4373
  "checkbox to proceed."
4374
  msgstr ""
4375
 
4376
- #: wpf-includes/wpf-hooks.php:1412
4377
  msgid "Please fill your email address for feedback"
4378
  msgstr ""
4379
 
4380
- #: wpf-includes/wpf-hooks.php:1413
4381
  msgid "Your email address is not valid"
4382
  msgstr ""
4383
 
4384
- #: wpf-includes/wpf-hooks.php:1471
4385
  msgid ""
4386
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4387
  "structure"
4388
  msgstr ""
4389
 
4390
- #: wpf-includes/wpf-hooks.php:1507
4391
  msgid "Forum Profile Fields - wpForo"
4392
  msgstr ""
4393
 
4394
- #: wpf-includes/wpf-hooks.php:1515
4395
  msgid "Forum - Usergroup"
4396
  msgstr ""
4397
 
4398
- #: wpf-includes/wpf-hooks.php:1520
4399
  #, php-format
4400
  msgid ""
4401
  "Forum Usergroups are synched with User Roles based on the %s. When you "
@@ -4403,15 +4403,15 @@ msgid ""
4403
  "that table."
4404
  msgstr ""
4405
 
4406
- #: wpf-includes/wpf-hooks.php:1527
4407
  msgid "Synced with user role"
4408
  msgstr ""
4409
 
4410
- #: wpf-includes/wpf-hooks.php:1531
4411
  msgid "Role-Usergroup Synchronization is Turned ON!"
4412
  msgstr ""
4413
 
4414
- #: wpf-includes/wpf-hooks.php:1532
4415
  msgid ""
4416
  "This user Usergroup is automatically changed according to current Role. If "
4417
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
@@ -4420,19 +4420,19 @@ msgid ""
4420
  "option."
4421
  msgstr ""
4422
 
4423
- #: wpf-includes/wpf-hooks.php:1543
4424
  msgid "Forum - Secondary Usergroups"
4425
  msgstr ""
4426
 
4427
- #: wpf-includes/wpf-hooks.php:1565
4428
  msgid "Forum - User Timezone"
4429
  msgstr ""
4430
 
4431
- #: wpf-includes/wpf-hooks.php:1576
4432
  msgid "User Reputation"
4433
  msgstr ""
4434
 
4435
- #: wpf-includes/wpf-hooks.php:1577
4436
  msgid ""
4437
  "By default all members get rating badges and titles based on number of "
4438
  "posts. However, using this option you can grant lower or higher rating to "
@@ -4440,59 +4440,59 @@ msgid ""
4440
  "points can be managed in Forums > Settings > Members Tab."
4441
  msgstr ""
4442
 
4443
- #: wpf-includes/wpf-hooks.php:1581
4444
  msgid "Default Rating"
4445
  msgstr ""
4446
 
4447
- #: wpf-includes/wpf-hooks.php:1582
4448
  msgid "Custom Rating"
4449
  msgstr ""
4450
 
4451
- #: wpf-includes/wpf-hooks.php:1589 wpf-includes/wpf-phrases.php:863
4452
  msgid "Rating Title"
4453
  msgstr ""
4454
 
4455
- #: wpf-includes/wpf-hooks.php:1590 wpf-includes/wpf-phrases.php:430
4456
  msgid "Rating Badge"
4457
  msgstr ""
4458
 
4459
- #: wpf-includes/wpf-hooks.php:2004 wpf-includes/wpf-hooks.php:2104
4460
  msgid "Please Moderate: "
4461
  msgstr ""
4462
 
4463
- #: wpf-includes/wpf-hooks.php:2005
4464
  msgid ""
4465
  "This topic is currently unapproved. You can approve topics in Dashboard "
4466
  "&raquo; Forums &raquo; Moderation admin page."
4467
  msgstr ""
4468
 
4469
- #: wpf-includes/wpf-hooks.php:2105
4470
  msgid ""
4471
  "This post is currently unapproved. You can approve posts in Dashboard "
4472
  "&raquo; Forums &raquo; Moderation admin page."
4473
  msgstr ""
4474
 
4475
- #: wpf-includes/wpf-hooks.php:2637 wpf-includes/wpf-hooks.php:2659
4476
  msgid "New Forum"
4477
  msgstr ""
4478
 
4479
- #: wpf-includes/wpf-hooks.php:2639
4480
  msgid "New User Group"
4481
  msgstr ""
4482
 
4483
- #: wpf-includes/wpf-hooks.php:2641 wpf-includes/wpf-hooks.php:2687
4484
  msgid "New Phrase"
4485
  msgstr ""
4486
 
4487
- #: wpf-includes/wpf-hooks.php:2653
4488
  msgid "Forum Dashboard"
4489
  msgstr ""
4490
 
4491
- #: wpf-includes/wpf-hooks.php:2681
4492
  msgid "New Usergroup"
4493
  msgstr ""
4494
 
4495
- #: wpf-includes/wpf-hooks.php:2778 wpf-includes/wpf-phrases.php:1084
4496
  #, php-format
4497
  msgid ""
4498
  "IMPORTANT! The forum registration form is probably under risk of spam "
@@ -4502,17 +4502,17 @@ msgid ""
4502
  "button to dismiss this message."
4503
  msgstr ""
4504
 
4505
- #: wpf-includes/wpf-hooks.php:2804
4506
- msgid "wpForo Polls Addon is Deactivated!"
4507
  msgstr ""
4508
 
4509
- #: wpf-includes/wpf-hooks.php:2804
4510
  msgid ""
4511
  " Your addon version is not compatible with the current version of wpForo. "
4512
- "Please update the addon or downgrade the wpForo to 1.7.7"
4513
  msgstr ""
4514
 
4515
- #: wpf-includes/wpf-hooks.php:2805
4516
  msgid "dismiss"
4517
  msgstr ""
4518
 
@@ -5996,6 +5996,10 @@ msgstr ""
5996
  msgid "Website"
5997
  msgstr ""
5998
 
 
 
 
 
5999
  #: wpf-includes/wpf-phrases.php:548
6000
  msgid "Wordpress avatar system"
6001
  msgstr ""
@@ -7646,6 +7650,14 @@ msgstr ""
7646
  msgid "Short"
7647
  msgstr ""
7648
 
 
 
 
 
 
 
 
 
7649
  #: wpf-themes/classic/functions.php:26
7650
  msgid "Extended Layout - Recent topics"
7651
  msgstr ""
@@ -7659,7 +7671,7 @@ msgid "Extended Layout - Recent topic length"
7659
  msgstr ""
7660
 
7661
  #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
7662
- #: wpf-themes/classic/functions.php:117
7663
  msgid ""
7664
  "Set this option value 0 if you want to show the whole title in recent topic "
7665
  "area."
@@ -7682,169 +7694,173 @@ msgid "Threaded Layout - Forums List"
7682
  msgstr ""
7683
 
7684
  #: wpf-themes/classic/functions.php:91
7685
- msgid "Threaded Layout - Display Thread Filtering Buttons"
7686
  msgstr ""
7687
 
7688
  #: wpf-themes/classic/functions.php:100
7689
- msgid "Threaded Layout - Display Add Topic Button on Forum List"
7690
  msgstr ""
7691
 
7692
  #: wpf-themes/classic/functions.php:109
 
 
 
 
7693
  msgid "Threaded Layout - Number of Recent topics"
7694
  msgstr ""
7695
 
7696
- #: wpf-themes/classic/functions.php:116
7697
  msgid "Threaded Layout - Recent topic length"
7698
  msgstr ""
7699
 
7700
- #: wpf-themes/classic/functions.php:130
7701
  msgid "Extended Layout - Recent posts"
7702
  msgstr ""
7703
 
7704
- #: wpf-themes/classic/functions.php:140
7705
  msgid "Extended Layout - Number of Recent posts"
7706
  msgstr ""
7707
 
7708
- #: wpf-themes/classic/functions.php:141
7709
  msgid ""
7710
  "Set this option value 0 if you want to show all posts in recent posts area."
7711
  msgstr ""
7712
 
7713
- #: wpf-themes/classic/functions.php:149
7714
  msgid "Extended Layout - Recent post length"
7715
  msgstr ""
7716
 
7717
- #: wpf-themes/classic/functions.php:150
7718
  msgid ""
7719
  "Set this option value 0 if you want to show the whole post content in recent "
7720
  "post area."
7721
  msgstr ""
7722
 
7723
- #: wpf-themes/classic/functions.php:159
7724
  msgid "Q&A Layout - Comment Form Type"
7725
  msgstr ""
7726
 
7727
- #: wpf-themes/classic/functions.php:162 wpf-themes/classic/functions.php:223
7728
  msgid "Visual Editor"
7729
  msgstr ""
7730
 
7731
- #: wpf-themes/classic/functions.php:163 wpf-themes/classic/functions.php:224
7732
  msgid "Text Editor"
7733
  msgstr ""
7734
 
7735
- #: wpf-themes/classic/functions.php:168
7736
  msgid "Q&A Layout - Display Answer Editor"
7737
  msgstr ""
7738
 
7739
- #: wpf-themes/classic/functions.php:178
7740
  msgid "Q&A Layout - Number of Answers per Page"
7741
  msgstr ""
7742
 
7743
- #: wpf-themes/classic/functions.php:186
7744
  msgid "Q&A Layout - Number of Comments per item in page load"
7745
  msgstr ""
7746
 
7747
- #: wpf-themes/classic/functions.php:187
7748
  msgid "Set this option value 0 if you want to show all comments"
7749
  msgstr ""
7750
 
7751
- #: wpf-themes/classic/functions.php:195
7752
  msgid "Q&A Layout - First Post Reply Button"
7753
  msgstr ""
7754
 
7755
- #: wpf-themes/classic/functions.php:206
7756
  msgid "Comment content minimum length"
7757
  msgstr ""
7758
 
7759
- #: wpf-themes/classic/functions.php:212
7760
  msgid "Comment content maximum length"
7761
  msgstr ""
7762
 
7763
- #: wpf-themes/classic/functions.php:220
7764
  msgid "Threaded Layout - Reply Form Type"
7765
  msgstr ""
7766
 
7767
- #: wpf-themes/classic/functions.php:230
7768
  msgid "Threaded Layout - Number of Parent Posts per Page"
7769
  msgstr ""
7770
 
7771
- #: wpf-themes/classic/functions.php:238
7772
  msgid "Threaded Layout - Replies Nesting Levels Deep"
7773
  msgstr ""
7774
 
7775
- #: wpf-themes/classic/functions.php:250
7776
  msgid "Threaded Layout - First Post Reply Button"
7777
  msgstr ""
7778
 
7779
- #: wpf-themes/classic/functions.php:263
7780
  msgid "Stick Topic's First Post on Top for Certain Forum Layout"
7781
  msgstr ""
7782
 
7783
- #: wpf-themes/classic/functions.php:264
7784
  msgid ""
7785
  "This option keeps the first topic post on top when you navigate through "
7786
  "pages of that topic. You can manage this option by forum layouts."
7787
  msgstr ""
7788
 
7789
- #: wpforo.php:401
7790
  msgid "Discussion Board"
7791
  msgstr ""
7792
 
7793
- #: wpforo.php:1104
7794
  msgid ""
7795
  "Allows to embed hundreds of video, social network, audio and photo content "
7796
  "providers in forum topics and posts."
7797
  msgstr ""
7798
 
7799
- #: wpforo.php:1105
7800
  msgid ""
7801
  "wpForo Polls is a complete addon to help forum members create, vote and "
7802
  "manage polls effectively. Comes with poll specific permissions and settings."
7803
  msgstr ""
7804
 
7805
- #: wpforo.php:1106
7806
  msgid ""
7807
  "Allows to create topic custom fields and manage topic form layout with a "
7808
  "form builder. Adds topic search options by custom fields"
7809
  msgstr ""
7810
 
7811
- #: wpforo.php:1107
7812
  msgid ""
7813
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
7814
  "Converts wpForo topic and posts, likes to myCRED points."
7815
  msgstr ""
7816
 
7817
- #: wpforo.php:1108
7818
  msgid ""
7819
  "Advanced user profile builder system. Allows to add new fields and manage "
7820
  "profile page. Creates custom Registration, Account, Member Search forms."
7821
  msgstr ""
7822
 
7823
- #: wpforo.php:1109
7824
  msgid ""
7825
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
7826
  "powered media uploading and displaying system with user specific library."
7827
  msgstr ""
7828
 
7829
- #: wpforo.php:1110
7830
  msgid ""
7831
  "Provides a safe way to communicate directly with other members. Messages are "
7832
  "private and can only be viewed by conversation participants."
7833
  msgstr ""
7834
 
7835
- #: wpforo.php:1111
7836
  msgid ""
7837
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
7838
  "Forum topics and Blog comments with Forum replies."
7839
  msgstr ""
7840
 
7841
- #: wpforo.php:1112
7842
  msgid ""
7843
  "Ads Manager is a powerful yet simple advertisement management system, that "
7844
  "allows you to add adverting banners between forums, topics and posts."
7845
  msgstr ""
7846
 
7847
- #: wpforo.php:1113
7848
  msgid ""
7849
  "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
7850
  "custom emoticons packs."
5
  msgstr ""
6
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
7
  "Project-Id-Version: Forum - wpForo\n"
8
+ "POT-Creation-Date: 2020-12-10 22:18+0400\n"
9
  "PO-Revision-Date: 2016-06-28 21:09+0400\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
40
  "with new free functions and features even faster than before."
41
  msgstr ""
42
 
43
+ #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:32
44
  msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
45
  msgstr ""
46
 
69
  msgid "Dashboard"
70
  msgstr ""
71
 
72
+ #: wpf-admin/admin.php:35 wpf-admin/admin.php:39 wpf-admin/dashboard.php:120
73
  #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
74
  #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
75
  #: wpf-includes/integration/buddypress.php:11
76
  #: wpf-includes/integration/buddypress.php:57
77
+ #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2655
78
  #: wpf-includes/wpf-phrases.php:309
79
  msgid "Forums"
80
  msgstr ""
81
 
82
  #: wpf-admin/admin.php:42 wpf-includes/wpf-hooks.php:22
83
+ #: wpf-includes/wpf-hooks.php:2661
84
  msgid "Settings"
85
  msgstr ""
86
 
87
+ #: wpf-admin/admin.php:45 wpf-includes/wpf-hooks.php:2665
88
  #: wpf-includes/wpf-phrases.php:914
89
  msgid "Tools"
90
  msgstr ""
91
 
92
+ #: wpf-admin/admin.php:48 wpf-includes/wpf-hooks.php:2669
93
  msgid "Moderation"
94
  msgstr ""
95
 
96
+ #: wpf-admin/admin.php:51 wpf-admin/dashboard.php:132 wpf-admin/member.php:10
97
  #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
98
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2673
99
  #: wpf-includes/wpf-phrases.php:364
100
  msgid "Members"
101
  msgstr ""
102
 
103
  #: wpf-admin/admin.php:54 wpf-admin/usergroup.php:11
104
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2677
105
  msgid "Usergroups"
106
  msgstr ""
107
 
108
+ #: wpf-admin/admin.php:57 wpf-includes/wpf-hooks.php:2683
109
  #: wpf-includes/wpf-phrases.php:789
110
  msgid "Phrases"
111
  msgstr ""
112
 
113
+ #: wpf-admin/admin.php:60 wpf-includes/wpf-hooks.php:2689
114
  #: wpf-includes/wpf-phrases.php:790
115
  msgid "Themes"
116
  msgstr ""
117
 
118
  #: wpf-admin/admin.php:63 wpf-admin/options.php:24
119
+ #: wpf-includes/wpf-hooks.php:2693 wpf-includes/wpf-phrases.php:211
120
  msgid "Addons"
121
  msgstr ""
122
 
128
  msgid "wpForo Dashboard"
129
  msgstr ""
130
 
131
+ #: wpf-admin/dashboard.php:22
 
 
 
 
132
  msgid "Welcome to wpForo"
133
  msgstr ""
134
 
135
+ #: wpf-admin/dashboard.php:24
136
  msgid ""
137
  "Thank you for using wpForo! wpForo is a professional bulletin board for "
138
  "WorPress, and the only forum software which comes with Multi-layout template "
149
  "We're here to help you and improve wpForo as much as possible."
150
  msgstr ""
151
 
152
+ #: wpf-admin/dashboard.php:48 wpf-includes/wpf-phrases.php:316
153
  msgid "General Information"
154
  msgstr ""
155
 
156
+ #: wpf-admin/dashboard.php:52 wpf-includes/wpf-phrases.php:554
157
  msgid "You are currently running"
158
  msgstr ""
159
 
160
+ #: wpf-admin/dashboard.php:53 wpf-includes/wpf-phrases.php:204
161
  msgid "Active Theme"
162
  msgstr ""
163
 
164
+ #: wpf-admin/dashboard.php:54 wpf-includes/wpf-phrases.php:599
165
  msgid "wpForo Website"
166
  msgstr ""
167
 
168
+ #: wpf-admin/dashboard.php:55 wpf-includes/wpf-phrases.php:505
169
  msgid "Support Forum"
170
  msgstr ""
171
 
172
+ #: wpf-admin/dashboard.php:62 wpf-admin/tools-tabs/debug.php:205
173
  #: wpf-includes/wpf-phrases.php:475
174
  msgid "Server Information"
175
  msgstr ""
176
 
177
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
178
  #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
179
  #: wpf-includes/wpf-phrases.php:232
180
  msgid "Available"
181
  msgstr ""
182
 
183
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
184
  msgid ""
185
  "The setTimestamp() method of PHP DateTime class is not available. Please "
186
  "make sure you use PHP 5.4 and higher version on your hosting service."
187
  msgstr ""
188
 
189
+ #: wpf-admin/dashboard.php:114 wpf-includes/wpf-phrases.php:235
190
  msgid "Board Statistic"
191
  msgstr ""
192
 
193
+ #: wpf-admin/dashboard.php:124 wpf-admin/options-tabs/posts.php:45
194
+ #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:750
195
  #: wpf-includes/wpf-phrases.php:524
196
  msgid "Topics"
197
  msgstr ""
198
 
199
+ #: wpf-admin/dashboard.php:128 wpf-admin/options-tabs/posts.php:46
200
+ #: wpf-includes/class-forums.php:750 wpf-includes/wpf-phrases.php:418
201
  msgid "Posts"
202
  msgstr ""
203
 
204
+ #: wpf-admin/dashboard.php:136 wpf-includes/wpf-phrases.php:365
205
  msgid "Members Online"
206
  msgstr ""
207
 
208
+ #: wpf-admin/dashboard.php:146
209
  msgid "Avatars Size"
210
  msgstr ""
211
 
212
+ #: wpf-admin/dashboard.php:150
213
  msgid "Default Attachments Size"
214
  msgstr ""
215
 
216
+ #: wpf-admin/dashboard.php:156
217
  msgid "Advanced Attachments"
218
  msgstr ""
219
 
220
+ #: wpf-admin/dashboard.php:157
221
  msgid "file(s)"
222
  msgstr ""
223
 
224
+ #: wpf-admin/dashboard.php:160
225
  msgid "Advanced Attachments Size"
226
  msgstr ""
227
 
228
+ #: wpf-admin/dashboard.php:165
229
  msgid "Total Size"
230
  msgstr ""
231
 
232
+ #: wpf-admin/dashboard.php:175 wpf-includes/wpf-phrases.php:800
233
  msgid "Forum Maintenance"
234
  msgstr ""
235
 
236
+ #: wpf-admin/dashboard.php:177
237
  msgid ""
238
  "This process may take a few seconds or dozens of minutes, please be patient "
239
  "and don't close this page. If you got 500 Server Error please don't worry, "
240
  "the data updating process is still working in MySQL server."
241
  msgstr ""
242
 
243
+ #: wpf-admin/dashboard.php:191
244
  msgid "Delete All Caches"
245
  msgstr ""
246
 
247
+ #: wpf-admin/dashboard.php:192
248
+ msgid "Clean Up"
249
+ msgstr ""
250
+
251
+ #: wpf-admin/dashboard.php:193 wpf-includes/wpf-phrases.php:802
252
  msgid "Update Forums Statistic"
253
  msgstr ""
254
 
255
+ #: wpf-admin/dashboard.php:194
256
  msgid "Update Topics Statistic"
257
  msgstr ""
258
 
259
+ #: wpf-admin/dashboard.php:195 wpf-includes/wpf-phrases.php:803
260
  msgid "Update Users Statistic"
261
  msgstr ""
262
 
263
+ #: wpf-admin/dashboard.php:196
264
  msgid "Rebuild Phrases"
265
  msgstr ""
266
 
267
+ #: wpf-admin/dashboard.php:197 wpf-includes/wpf-phrases.php:804
268
  msgid "Delete Phrase Cache"
269
  msgstr ""
270
 
271
+ #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:825
272
  msgid "Delete User Cache"
273
  msgstr ""
274
 
275
+ #: wpf-admin/dashboard.php:199
276
  msgid "Synch User Profiles"
277
  msgstr ""
278
 
279
+ #: wpf-admin/dashboard.php:200
280
  msgid "Rebuild Threads"
281
  msgstr ""
282
 
372
  msgid "Other"
373
  msgstr ""
374
 
375
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1408
376
  msgid "Please provide more information"
377
  msgstr ""
378
 
393
  msgid "Show on screen"
394
  msgstr ""
395
 
396
+ #: wpf-admin/forum.php:17 wpf-admin/forum.php:188
397
  #: wpf-includes/wpf-phrases.php:299
398
  msgid "Forum Options"
399
  msgstr ""
433
  msgid "Add New"
434
  msgstr ""
435
 
436
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:188 wpf-admin/forum.php:234
437
+ #: wpf-admin/forum.php:272 wpf-admin/forum.php:294 wpf-admin/forum.php:302
438
  #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
439
  #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
440
  #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
455
  #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
456
  #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
457
  #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
458
+ #: wpf-themes/classic/functions.php:118 wpf-themes/classic/functions.php:125
459
+ #: wpf-themes/classic/functions.php:139 wpf-themes/classic/functions.php:149
460
  msgid "Read the documentation"
461
  msgstr ""
462
 
500
  "title on the forum list."
501
  msgstr ""
502
 
503
+ #: wpf-admin/forum.php:191 wpf-includes/wpf-phrases.php:407
504
  msgid "Parent Forum"
505
  msgstr ""
506
 
507
+ #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:390
508
  msgid "No parent"
509
  msgstr ""
510
 
511
+ #: wpf-admin/forum.php:199 wpf-includes/wpf-phrases.php:532
512
  msgid "Use as Category"
513
  msgstr ""
514
 
515
+ #: wpf-admin/forum.php:201 wpf-admin/forum.php:270
516
  #: wpf-includes/wpf-phrases.php:238
517
  msgid "Category Layout"
518
  msgstr ""
519
 
520
+ #: wpf-admin/forum.php:209 wpf-includes/wpf-phrases.php:388
521
  msgid "No layout found."
522
  msgstr ""
523
 
524
+ #: wpf-admin/forum.php:217 wpf-admin/forum.php:225
525
  #: wpf-includes/wpf-phrases.php:420
526
  msgid "Publish"
527
  msgstr ""
528
 
529
+ #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:223
530
  msgid "Are you sure you want to delete this forum?"
531
  msgstr ""
532
 
533
+ #: wpf-admin/forum.php:221 wpf-admin/includes/member-listtable.php:91
534
  #: wpf-admin/includes/member-listtable.php:235
535
  #: wpf-admin/includes/moderation-listtable.php:92
536
  #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
537
  #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
538
+ #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1401
539
  #: wpf-includes/wpf-phrases.php:252
540
  msgid "Delete"
541
  msgstr ""
542
 
543
+ #: wpf-admin/forum.php:222 wpf-admin/includes/moderation-listtable.php:83
544
+ #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:770
545
  #: wpf-includes/wpf-phrases.php:541
546
  msgid "View"
547
  msgstr ""
548
 
549
+ #: wpf-admin/forum.php:223 wpf-admin/phrase.php:108
550
  #: wpf-includes/wpf-phrases.php:529
551
  msgid "Update"
552
  msgstr ""
553
 
554
+ #: wpf-admin/forum.php:234
555
  msgid "Forum Permissions"
556
  msgstr ""
557
 
558
+ #: wpf-admin/forum.php:243
559
  msgid "Additional Options"
560
  msgstr ""
561
 
562
+ #: wpf-admin/forum.php:246
563
  msgid "Forum Color"
564
  msgstr ""
565
 
566
+ #: wpf-admin/forum.php:265
567
  msgid "Current Layout of this Category"
568
  msgstr ""
569
 
570
+ #: wpf-admin/forum.php:267
571
  msgid "Current Layout of this Forum (inherited from parent category)"
572
  msgstr ""
573
 
574
+ #: wpf-admin/forum.php:289
575
  msgid ""
576
  "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
577
  "Threaded). Use the \"Category Layout\" dropdown located on the top right "
581
  "disabled if this forum is not a Category."
582
  msgstr ""
583
 
584
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:304
585
  msgid "Forum Slug"
586
  msgstr ""
587
 
588
+ #: wpf-admin/forum.php:297 wpf-includes/wpf-phrases.php:508
589
  msgid ""
590
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
591
  "lowercase and contains only letters, numbers, and hyphens."
592
  msgstr ""
593
 
594
+ #: wpf-admin/forum.php:302
595
  msgid "Forum Icon"
596
  msgstr ""
597
 
598
+ #: wpf-admin/forum.php:305
599
  msgid "Font-awesome Icon"
600
  msgstr ""
601
 
602
+ #: wpf-admin/forum.php:307
603
  msgid "You can find all icons"
604
  msgstr ""
605
 
606
+ #: wpf-admin/forum.php:307
607
  msgid "here"
608
  msgstr ""
609
 
610
+ #: wpf-admin/forum.php:307
611
  msgid ""
612
  "Make sure you insert a class of font-awesome icon, it should start with fa- "
613
  "prefix like &quot;fas fa-comments&quot;."
614
  msgstr ""
615
 
616
+ #: wpf-admin/forum.php:313 wpf-includes/wpf-phrases.php:302
617
  msgid "Forum SEO"
618
  msgstr ""
619
 
620
+ #: wpf-admin/forum.php:316 wpf-includes/wpf-phrases.php:370
621
  msgid "Meta Description"
622
  msgstr ""
623
 
624
+ #: wpf-admin/forum.php:344 wpf-includes/wpf-phrases.php:514
625
  msgid "This action will also delete all sub-forums, topics and replies."
626
  msgstr ""
627
 
628
+ #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:323
629
  msgid ""
630
  "If you want to delete this forum and keep its sub-forums, topics and "
631
  "replies, please select a new target forum in dropdown below"
632
  msgstr ""
633
 
634
+ #: wpf-admin/forum.php:361 wpf-includes/wpf-phrases.php:212
635
  msgid ""
636
  "All sub-forums, topics and replies will be attached to selected forum. "
637
  "Layout will be inherited from this forum."
775
  #: wpf-includes/functions-template.php:403
776
  #: wpf-includes/functions-template.php:468
777
  #: wpf-includes/functions-template.php:613
778
+ #: wpf-includes/functions-template.php:877
779
+ #: wpf-includes/functions-template.php:976
780
+ #: wpf-includes/functions-template.php:1032 wpf-includes/wpf-phrases.php:520
781
  msgid "Title"
782
  msgstr ""
783
 
901
  msgid "Admin"
902
  msgstr ""
903
 
904
+ #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:758
905
  #: wpf-includes/wpf-phrases.php:567
906
  msgid "edit"
907
  msgstr ""
912
  "to this access will lost all forum permissions."
913
  msgstr ""
914
 
915
+ #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:764
916
  #: wpf-includes/wpf-phrases.php:566
917
  msgid "delete"
918
  msgstr ""
1089
 
1090
  #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1091
  #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1092
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:143
1093
  msgid "Collapsed"
1094
  msgstr ""
1095
 
1096
  #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1097
  #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1098
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:142
1099
  msgid "Expanded"
1100
  msgstr ""
1101
 
1179
  #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1180
  #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1181
  #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1182
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1037
1183
  #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1184
+ #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:112
1185
+ #: wpf-themes/classic/functions.php:180 wpf-themes/classic/functions.php:208
1186
+ #: wpf-themes/classic/functions.php:263 wpf-themes/classic/functions.php:281
1187
  msgid "Yes"
1188
  msgstr ""
1189
 
1197
  #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1198
  #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1199
  #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1200
+ #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1038
1201
  #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1202
+ #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:113
1203
+ #: wpf-themes/classic/functions.php:181 wpf-themes/classic/functions.php:209
1204
+ #: wpf-themes/classic/functions.php:264 wpf-themes/classic/functions.php:282
1205
  msgid "No"
1206
  msgstr ""
1207
 
1764
  msgstr ""
1765
 
1766
  #: wpf-admin/options-tabs/features.php:80 wpf-admin/usergroup.php:37
1767
+ #: wpf-includes/wpf-hooks.php:1395
1768
  msgid "Default"
1769
  msgstr ""
1770
 
1800
  msgstr ""
1801
 
1802
  #: wpf-admin/options-tabs/features.php:87 wpf-includes/class-subscribes.php:25
1803
+ #: wpf-includes/wpf-phrases.php:287 wpforo.php:406
1804
  msgid "Forum"
1805
  msgstr ""
1806
 
1860
  msgid "one URL per line"
1861
  msgstr ""
1862
 
1863
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2643
1864
  msgid "Visit Forum"
1865
  msgstr ""
1866
 
2017
  msgid "Member Custom Title by default"
2018
  msgstr ""
2019
 
2020
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1586
2021
  #: wpf-includes/wpf-phrases.php:433
2022
  msgid "Rating Level"
2023
  msgstr ""
2050
  msgid "More"
2051
  msgstr ""
2052
 
2053
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1594
2054
  #: wpf-includes/wpf-phrases.php:344
2055
  msgid "Level"
2056
  msgstr ""
2122
  msgstr ""
2123
 
2124
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2125
+ #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:222
2126
  msgid "Set this option value 0 if you want to remove this limit."
2127
  msgstr ""
2128
 
2557
  msgid "Do not allow to attach files with following extensions:"
2558
  msgstr ""
2559
 
2560
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2778
2561
  msgid "Google reCAPTCHA"
2562
  msgstr ""
2563
 
3495
  msgid "Can be also used as Secondary Usergroup"
3496
  msgstr ""
3497
 
3498
+ #: wpf-includes/class-actions.php:2116
3499
  msgid "Theme activate error"
3500
  msgstr ""
3501
 
3502
+ #: wpf-includes/class-actions.php:2125
3503
  msgid "Theme activate success"
3504
  msgstr ""
3505
 
3506
+ #: wpf-includes/class-actions.php:2148
3507
  msgid "Theme install error"
3508
  msgstr ""
3509
 
3510
+ #: wpf-includes/class-actions.php:2157
3511
  msgid "Theme install success"
3512
  msgstr ""
3513
 
3514
+ #: wpf-includes/class-actions.php:2180
3515
  msgid "Theme delete error"
3516
  msgstr ""
3517
 
3518
+ #: wpf-includes/class-actions.php:2188
3519
  msgid "Theme delete success"
3520
  msgstr ""
3521
 
3522
+ #: wpf-includes/class-actions.php:2211
3523
  msgid "Theme reset error"
3524
  msgstr ""
3525
 
3526
+ #: wpf-includes/class-actions.php:2219
3527
  msgid "Theme reset success"
3528
  msgstr ""
3529
 
3545
  msgid "User registration is disabled"
3546
  msgstr ""
3547
 
3548
+ #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:746
3549
  msgid "Can view forum"
3550
  msgstr ""
3551
 
3552
+ #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:747
3553
  msgid "Can create topic"
3554
  msgstr ""
3555
 
3556
+ #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:748
3557
  msgid "Can view topic"
3558
  msgstr ""
3559
 
3560
+ #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:749
3561
  msgid "Can edit topic"
3562
  msgstr ""
3563
 
3564
+ #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:750
3565
  msgid "Can delete topic"
3566
  msgstr ""
3567
 
3568
+ #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:751
3569
  msgid "Can post reply"
3570
  msgstr ""
3571
 
3572
+ #: wpf-includes/class-forums.php:49
3573
  msgid "Can reply to own topic"
3574
  msgstr ""
3575
 
3576
+ #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:752
3577
  msgid "Can view replies"
3578
  msgstr ""
3579
 
3580
+ #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:753
3581
  msgid "Can edit replies"
3582
  msgstr ""
3583
 
3584
+ #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:754
3585
  msgid "Can delete replies"
3586
  msgstr ""
3587
 
3588
+ #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:755
3589
  msgid "Can edit own topic"
3590
  msgstr ""
3591
 
3592
+ #: wpf-includes/class-forums.php:54
3593
  msgid "Can edit own reply"
3594
  msgstr ""
3595
 
3596
+ #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:757
3597
  msgid "Can delete own topic"
3598
  msgstr ""
3599
 
3600
+ #: wpf-includes/class-forums.php:56 wpf-includes/wpf-phrases.php:758
3601
  msgid "Can delete own reply"
3602
  msgstr ""
3603
 
3604
+ #: wpf-includes/class-forums.php:57
3605
  msgid "Can add tags"
3606
  msgstr ""
3607
 
3608
+ #: wpf-includes/class-forums.php:58
3609
  msgid "Can subscribe"
3610
  msgstr ""
3611
 
3612
+ #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:759
3613
  msgid "Can like"
3614
  msgstr ""
3615
 
3616
+ #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:760
3617
  msgid "Can report"
3618
  msgstr ""
3619
 
3620
+ #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:761
3621
  msgid "Can set topic sticky"
3622
  msgstr ""
3623
 
3624
+ #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:762
3625
  msgid "Can set topic private"
3626
  msgstr ""
3627
 
3628
+ #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:840
3629
  msgid "Can set own topic private"
3630
  msgstr ""
3631
 
3632
+ #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:841
3633
  msgid "Can view private topic"
3634
  msgstr ""
3635
 
3636
+ #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:770
3637
  msgid "Can approve/unapprove content"
3638
  msgstr ""
3639
 
3640
+ #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:794
3641
  msgid "Can set topic solved"
3642
  msgstr ""
3643
 
3644
+ #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:795
3645
  msgid "Can set own topic solved"
3646
  msgstr ""
3647
 
3648
+ #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:763
3649
  msgid "Can vote"
3650
  msgstr ""
3651
 
3652
+ #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:764
3653
  msgid "Can attach file"
3654
  msgstr ""
3655
 
3656
+ #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:769
3657
  msgid "Can view attached files"
3658
  msgstr ""
3659
 
3660
+ #: wpf-includes/class-forums.php:71 wpf-includes/wpf-phrases.php:765
3661
  msgid "Can set topic answered"
3662
  msgstr ""
3663
 
3664
+ #: wpf-includes/class-forums.php:72 wpf-includes/wpf-phrases.php:766
3665
  msgid "Can set own topic answered"
3666
  msgstr ""
3667
 
3668
+ #: wpf-includes/class-forums.php:73
3669
  msgid "Can answer own question"
3670
  msgstr ""
3671
 
3672
+ #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:767
3673
  msgid "Can close topic"
3674
  msgstr ""
3675
 
3676
+ #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:768
3677
  msgid "Can move topic"
3678
  msgstr ""
3679
 
3680
+ #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:771
3681
  msgid "Can create poll"
3682
  msgstr ""
3683
 
3684
+ #: wpf-includes/class-forums.php:77 wpf-includes/wpf-phrases.php:772
3685
  msgid "Can vote poll"
3686
  msgstr ""
3687
 
3688
+ #: wpf-includes/class-forums.php:78 wpf-includes/wpf-phrases.php:773
3689
  msgid "Can view poll result"
3690
  msgstr ""
3691
 
3692
+ #: wpf-includes/class-forums.php:753
3693
  msgid "Add a new Subforum"
3694
  msgstr ""
3695
 
3696
+ #: wpf-includes/class-forums.php:753
3697
  msgid "Add a new Forum in this Category"
3698
  msgstr ""
3699
 
3700
+ #: wpf-includes/class-members.php:188
3701
  msgid "<strong>ERROR</strong>: Please enter a username."
3702
  msgstr ""
3703
 
3704
+ #: wpf-includes/class-members.php:193
3705
  msgid ""
3706
  "<strong>ERROR</strong>: This username is invalid because it uses illegal "
3707
  "characters. Please enter a valid username."
3708
  msgstr ""
3709
 
3710
+ #: wpf-includes/class-members.php:204
3711
  msgid ""
3712
  "<strong>ERROR</strong>: This username is already registered. Please choose "
3713
  "another one."
3714
  msgstr ""
3715
 
3716
+ #: wpf-includes/class-members.php:209
3717
  msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
3718
  msgstr ""
3719
 
3720
+ #: wpf-includes/class-members.php:214
3721
  msgid "<strong>ERROR</strong>: Please type your email address."
3722
  msgstr ""
3723
 
3724
+ #: wpf-includes/class-members.php:219
3725
  msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
3726
  msgstr ""
3727
 
3728
+ #: wpf-includes/class-members.php:225
3729
  msgid ""
3730
  "<strong>ERROR</strong>: This email is already registered, please choose "
3731
  "another one."
3732
  msgstr ""
3733
 
3734
+ #: wpf-includes/class-members.php:1959
3735
  msgid "What should be done with wpForo content owned by this user?"
3736
  msgstr ""
3737
 
3738
+ #: wpf-includes/class-members.php:1961
3739
  msgid "What should be done with wpForo content owned by these users?"
3740
  msgstr ""
3741
 
3742
+ #: wpf-includes/class-members.php:1965
3743
  msgid "Delete all wpForo content."
3744
  msgstr ""
3745
 
3746
+ #: wpf-includes/class-members.php:1967
3747
  msgid "Attribute all content to:"
3748
  msgstr ""
3749
 
3753
  "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
3754
  msgstr ""
3755
 
3756
+ #: wpf-includes/class-notices.php:166 wpf-includes/wpf-phrases.php:255
3757
  msgid "Dismiss this notice."
3758
  msgstr ""
3759
 
3760
+ #: wpf-includes/class-notices.php:206
3761
  msgid "New Addons for Your Forum!"
3762
  msgstr ""
3763
 
3764
+ #: wpf-includes/class-notices.php:206
3765
  msgid "Extend your forum with wpForo addons"
3766
  msgstr ""
3767
 
3768
+ #: wpf-includes/class-notices.php:219
3769
  msgid "View all Addons"
3770
  msgstr ""
3771
 
4147
 
4148
  #: wpf-includes/functions-template.php:478
4149
  #: wpf-includes/functions-template.php:641
4150
+ #: wpf-includes/functions-template.php:910
4151
+ #: wpf-includes/functions-template.php:1041 wpf-includes/wpf-phrases.php:396
4152
  msgid "Number of Items"
4153
  msgstr ""
4154
 
4185
  msgstr ""
4186
 
4187
  #: wpf-includes/functions-template.php:617
4188
+ #: wpf-includes/functions-template.php:881
4189
  msgid "Filter by forums"
4190
  msgstr ""
4191
 
4192
  #: wpf-includes/functions-template.php:624
4193
+ #: wpf-includes/functions-template.php:888
4194
  msgid "Autofilter by current forum"
4195
  msgstr ""
4196
 
4197
  #: wpf-includes/functions-template.php:628
4198
+ #: wpf-includes/functions-template.php:892
4199
  msgid "Order by"
4200
  msgstr ""
4201
 
4207
  msgid "Refer topics to first unread post"
4208
  msgstr ""
4209
 
4210
+ #: wpf-includes/functions-template.php:905
4211
  msgid "Limit Per Topic"
4212
  msgstr ""
4213
 
4214
+ #: wpf-includes/functions-template.php:907
4215
  msgid "set 0 to remove this limit"
4216
  msgstr ""
4217
 
4218
+ #: wpf-includes/functions-template.php:916 wpf-includes/wpf-phrases.php:258
4219
  msgid "Display with Avatars"
4220
  msgstr ""
4221
 
4222
+ #: wpf-includes/functions-template.php:921
4223
  msgid "Display Only Unread Posts"
4224
  msgstr ""
4225
 
4226
+ #: wpf-includes/functions-template.php:926
4227
  msgid "Display [new] indicator"
4228
  msgstr ""
4229
 
4230
+ #: wpf-includes/functions-template.php:1036
4231
  msgid "Topic Counts"
4232
  msgstr ""
4233
 
4239
  msgid "Apply"
4240
  msgstr ""
4241
 
4242
+ #: wpf-includes/functions.php:827
4243
  #, php-format
4244
  msgid "Could not write file %s"
4245
  msgstr ""
4246
 
4247
+ #: wpf-includes/functions.php:2340
4248
  msgid "Action Required!"
4249
  msgstr ""
4250
 
4251
+ #: wpf-includes/functions.php:2340
4252
  msgid ""
4253
  "Please update wpForo addons CSS style to make compatible with the current "
4254
  "version of wpForo."
4255
  msgstr ""
4256
 
4257
+ #: wpf-includes/functions.php:2341
4258
  msgid "Update CSS >>"
4259
  msgstr ""
4260
 
4351
  msgid "Uninstall"
4352
  msgstr ""
4353
 
4354
+ #: wpf-includes/wpf-hooks.php:1395
4355
  msgid "Clear"
4356
  msgstr ""
4357
 
4358
+ #: wpf-includes/wpf-hooks.php:1395
4359
  msgid "Select Color"
4360
  msgstr ""
4361
 
4362
+ #: wpf-includes/wpf-hooks.php:1400 wpf-includes/wpf-phrases.php:183
4363
  msgid "Move"
4364
  msgstr ""
4365
 
4366
+ #: wpf-includes/wpf-hooks.php:1407
4367
  msgid "Please choose one reasons before sending a feedback!"
4368
  msgstr ""
4369
 
4370
+ #: wpf-includes/wpf-hooks.php:1409
4371
  msgid ""
4372
  "With the email address, please check the \"I agree to receive email\" "
4373
  "checkbox to proceed."
4374
  msgstr ""
4375
 
4376
+ #: wpf-includes/wpf-hooks.php:1410
4377
  msgid "Please fill your email address for feedback"
4378
  msgstr ""
4379
 
4380
+ #: wpf-includes/wpf-hooks.php:1411
4381
  msgid "Your email address is not valid"
4382
  msgstr ""
4383
 
4384
+ #: wpf-includes/wpf-hooks.php:1469
4385
  msgid ""
4386
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4387
  "structure"
4388
  msgstr ""
4389
 
4390
+ #: wpf-includes/wpf-hooks.php:1505
4391
  msgid "Forum Profile Fields - wpForo"
4392
  msgstr ""
4393
 
4394
+ #: wpf-includes/wpf-hooks.php:1513
4395
  msgid "Forum - Usergroup"
4396
  msgstr ""
4397
 
4398
+ #: wpf-includes/wpf-hooks.php:1518
4399
  #, php-format
4400
  msgid ""
4401
  "Forum Usergroups are synched with User Roles based on the %s. When you "
4403
  "that table."
4404
  msgstr ""
4405
 
4406
+ #: wpf-includes/wpf-hooks.php:1525
4407
  msgid "Synced with user role"
4408
  msgstr ""
4409
 
4410
+ #: wpf-includes/wpf-hooks.php:1529
4411
  msgid "Role-Usergroup Synchronization is Turned ON!"
4412
  msgstr ""
4413
 
4414
+ #: wpf-includes/wpf-hooks.php:1530
4415
  msgid ""
4416
  "This user Usergroup is automatically changed according to current Role. If "
4417
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
4420
  "option."
4421
  msgstr ""
4422
 
4423
+ #: wpf-includes/wpf-hooks.php:1541
4424
  msgid "Forum - Secondary Usergroups"
4425
  msgstr ""
4426
 
4427
+ #: wpf-includes/wpf-hooks.php:1563
4428
  msgid "Forum - User Timezone"
4429
  msgstr ""
4430
 
4431
+ #: wpf-includes/wpf-hooks.php:1574
4432
  msgid "User Reputation"
4433
  msgstr ""
4434
 
4435
+ #: wpf-includes/wpf-hooks.php:1575
4436
  msgid ""
4437
  "By default all members get rating badges and titles based on number of "
4438
  "posts. However, using this option you can grant lower or higher rating to "
4440
  "points can be managed in Forums > Settings > Members Tab."
4441
  msgstr ""
4442
 
4443
+ #: wpf-includes/wpf-hooks.php:1579
4444
  msgid "Default Rating"
4445
  msgstr ""
4446
 
4447
+ #: wpf-includes/wpf-hooks.php:1580
4448
  msgid "Custom Rating"
4449
  msgstr ""
4450
 
4451
+ #: wpf-includes/wpf-hooks.php:1587 wpf-includes/wpf-phrases.php:863
4452
  msgid "Rating Title"
4453
  msgstr ""
4454
 
4455
+ #: wpf-includes/wpf-hooks.php:1588 wpf-includes/wpf-phrases.php:430
4456
  msgid "Rating Badge"
4457
  msgstr ""
4458
 
4459
+ #: wpf-includes/wpf-hooks.php:2002 wpf-includes/wpf-hooks.php:2102
4460
  msgid "Please Moderate: "
4461
  msgstr ""
4462
 
4463
+ #: wpf-includes/wpf-hooks.php:2003
4464
  msgid ""
4465
  "This topic is currently unapproved. You can approve topics in Dashboard "
4466
  "&raquo; Forums &raquo; Moderation admin page."
4467
  msgstr ""
4468
 
4469
+ #: wpf-includes/wpf-hooks.php:2103
4470
  msgid ""
4471
  "This post is currently unapproved. You can approve posts in Dashboard "
4472
  "&raquo; Forums &raquo; Moderation admin page."
4473
  msgstr ""
4474
 
4475
+ #: wpf-includes/wpf-hooks.php:2635 wpf-includes/wpf-hooks.php:2657
4476
  msgid "New Forum"
4477
  msgstr ""
4478
 
4479
+ #: wpf-includes/wpf-hooks.php:2637
4480
  msgid "New User Group"
4481
  msgstr ""
4482
 
4483
+ #: wpf-includes/wpf-hooks.php:2639 wpf-includes/wpf-hooks.php:2685
4484
  msgid "New Phrase"
4485
  msgstr ""
4486
 
4487
+ #: wpf-includes/wpf-hooks.php:2651
4488
  msgid "Forum Dashboard"
4489
  msgstr ""
4490
 
4491
+ #: wpf-includes/wpf-hooks.php:2679
4492
  msgid "New Usergroup"
4493
  msgstr ""
4494
 
4495
+ #: wpf-includes/wpf-hooks.php:2777 wpf-includes/wpf-phrases.php:1084
4496
  #, php-format
4497
  msgid ""
4498
  "IMPORTANT! The forum registration form is probably under risk of spam "
4502
  "button to dismiss this message."
4503
  msgstr ""
4504
 
4505
+ #: wpf-includes/wpf-hooks.php:2807
4506
+ msgid "wpForo Polls addon is disabled!"
4507
  msgstr ""
4508
 
4509
+ #: wpf-includes/wpf-hooks.php:2807
4510
  msgid ""
4511
  " Your addon version is not compatible with the current version of wpForo. "
4512
+ "Please update the addon or downgrade wpForo to 1.7.7"
4513
  msgstr ""
4514
 
4515
+ #: wpf-includes/wpf-hooks.php:2808
4516
  msgid "dismiss"
4517
  msgstr ""
4518
 
5996
  msgid "Website"
5997
  msgstr ""
5998
 
5999
+ #: wpf-includes/wpf-phrases.php:547
6000
+ msgid "Welcome Message"
6001
+ msgstr ""
6002
+
6003
  #: wpf-includes/wpf-phrases.php:548
6004
  msgid "Wordpress avatar system"
6005
  msgstr ""
7650
  msgid "Short"
7651
  msgstr ""
7652
 
7653
+ #: wpf-includes/wpf-phrases.php:1108
7654
+ msgid "Topic starter"
7655
+ msgstr ""
7656
+
7657
+ #: wpf-includes/wpf-phrases.php:1109
7658
+ msgid "No posts found"
7659
+ msgstr ""
7660
+
7661
  #: wpf-themes/classic/functions.php:26
7662
  msgid "Extended Layout - Recent topics"
7663
  msgstr ""
7671
  msgstr ""
7672
 
7673
  #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
7674
+ #: wpf-themes/classic/functions.php:126
7675
  msgid ""
7676
  "Set this option value 0 if you want to show the whole title in recent topic "
7677
  "area."
7694
  msgstr ""
7695
 
7696
  #: wpf-themes/classic/functions.php:91
7697
+ msgid "Threaded Layout - Display Sub Forums with Parent Forums"
7698
  msgstr ""
7699
 
7700
  #: wpf-themes/classic/functions.php:100
7701
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
7702
  msgstr ""
7703
 
7704
  #: wpf-themes/classic/functions.php:109
7705
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
7706
+ msgstr ""
7707
+
7708
+ #: wpf-themes/classic/functions.php:118
7709
  msgid "Threaded Layout - Number of Recent topics"
7710
  msgstr ""
7711
 
7712
+ #: wpf-themes/classic/functions.php:125
7713
  msgid "Threaded Layout - Recent topic length"
7714
  msgstr ""
7715
 
7716
+ #: wpf-themes/classic/functions.php:139
7717
  msgid "Extended Layout - Recent posts"
7718
  msgstr ""
7719
 
7720
+ #: wpf-themes/classic/functions.php:149
7721
  msgid "Extended Layout - Number of Recent posts"
7722
  msgstr ""
7723
 
7724
+ #: wpf-themes/classic/functions.php:150
7725
  msgid ""
7726
  "Set this option value 0 if you want to show all posts in recent posts area."
7727
  msgstr ""
7728
 
7729
+ #: wpf-themes/classic/functions.php:158
7730
  msgid "Extended Layout - Recent post length"
7731
  msgstr ""
7732
 
7733
+ #: wpf-themes/classic/functions.php:159
7734
  msgid ""
7735
  "Set this option value 0 if you want to show the whole post content in recent "
7736
  "post area."
7737
  msgstr ""
7738
 
7739
+ #: wpf-themes/classic/functions.php:168
7740
  msgid "Q&A Layout - Comment Form Type"
7741
  msgstr ""
7742
 
7743
+ #: wpf-themes/classic/functions.php:171 wpf-themes/classic/functions.php:232
7744
  msgid "Visual Editor"
7745
  msgstr ""
7746
 
7747
+ #: wpf-themes/classic/functions.php:172 wpf-themes/classic/functions.php:233
7748
  msgid "Text Editor"
7749
  msgstr ""
7750
 
7751
+ #: wpf-themes/classic/functions.php:177
7752
  msgid "Q&A Layout - Display Answer Editor"
7753
  msgstr ""
7754
 
7755
+ #: wpf-themes/classic/functions.php:187
7756
  msgid "Q&A Layout - Number of Answers per Page"
7757
  msgstr ""
7758
 
7759
+ #: wpf-themes/classic/functions.php:195
7760
  msgid "Q&A Layout - Number of Comments per item in page load"
7761
  msgstr ""
7762
 
7763
+ #: wpf-themes/classic/functions.php:196
7764
  msgid "Set this option value 0 if you want to show all comments"
7765
  msgstr ""
7766
 
7767
+ #: wpf-themes/classic/functions.php:204
7768
  msgid "Q&A Layout - First Post Reply Button"
7769
  msgstr ""
7770
 
7771
+ #: wpf-themes/classic/functions.php:215
7772
  msgid "Comment content minimum length"
7773
  msgstr ""
7774
 
7775
+ #: wpf-themes/classic/functions.php:221
7776
  msgid "Comment content maximum length"
7777
  msgstr ""
7778
 
7779
+ #: wpf-themes/classic/functions.php:229
7780
  msgid "Threaded Layout - Reply Form Type"
7781
  msgstr ""
7782
 
7783
+ #: wpf-themes/classic/functions.php:239
7784
  msgid "Threaded Layout - Number of Parent Posts per Page"
7785
  msgstr ""
7786
 
7787
+ #: wpf-themes/classic/functions.php:247
7788
  msgid "Threaded Layout - Replies Nesting Levels Deep"
7789
  msgstr ""
7790
 
7791
+ #: wpf-themes/classic/functions.php:259
7792
  msgid "Threaded Layout - First Post Reply Button"
7793
  msgstr ""
7794
 
7795
+ #: wpf-themes/classic/functions.php:272
7796
  msgid "Stick Topic's First Post on Top for Certain Forum Layout"
7797
  msgstr ""
7798
 
7799
+ #: wpf-themes/classic/functions.php:273
7800
  msgid ""
7801
  "This option keeps the first topic post on top when you navigate through "
7802
  "pages of that topic. You can manage this option by forum layouts."
7803
  msgstr ""
7804
 
7805
+ #: wpforo.php:407
7806
  msgid "Discussion Board"
7807
  msgstr ""
7808
 
7809
+ #: wpforo.php:1123
7810
  msgid ""
7811
  "Allows to embed hundreds of video, social network, audio and photo content "
7812
  "providers in forum topics and posts."
7813
  msgstr ""
7814
 
7815
+ #: wpforo.php:1124
7816
  msgid ""
7817
  "wpForo Polls is a complete addon to help forum members create, vote and "
7818
  "manage polls effectively. Comes with poll specific permissions and settings."
7819
  msgstr ""
7820
 
7821
+ #: wpforo.php:1125
7822
  msgid ""
7823
  "Allows to create topic custom fields and manage topic form layout with a "
7824
  "form builder. Adds topic search options by custom fields"
7825
  msgstr ""
7826
 
7827
+ #: wpforo.php:1126
7828
  msgid ""
7829
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
7830
  "Converts wpForo topic and posts, likes to myCRED points."
7831
  msgstr ""
7832
 
7833
+ #: wpforo.php:1127
7834
  msgid ""
7835
  "Advanced user profile builder system. Allows to add new fields and manage "
7836
  "profile page. Creates custom Registration, Account, Member Search forms."
7837
  msgstr ""
7838
 
7839
+ #: wpforo.php:1128
7840
  msgid ""
7841
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
7842
  "powered media uploading and displaying system with user specific library."
7843
  msgstr ""
7844
 
7845
+ #: wpforo.php:1129
7846
  msgid ""
7847
  "Provides a safe way to communicate directly with other members. Messages are "
7848
  "private and can only be viewed by conversation participants."
7849
  msgstr ""
7850
 
7851
+ #: wpforo.php:1130
7852
  msgid ""
7853
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
7854
  "Forum topics and Blog comments with Forum replies."
7855
  msgstr ""
7856
 
7857
+ #: wpforo.php:1131
7858
  msgid ""
7859
  "Ads Manager is a powerful yet simple advertisement management system, that "
7860
  "allows you to add adverting banners between forums, topics and posts."
7861
  msgstr ""
7862
 
7863
+ #: wpforo.php:1132
7864
  msgid ""
7865
  "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
7866
  "custom emoticons packs."
wpf-themes/classic/colors.css CHANGED
@@ -139,6 +139,7 @@
139
  #wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,
140
  #wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{ color:#659fbe!important;}
141
 
 
142
 
143
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
144
  #wpforo #wpforo-wrap .wpfl-1 .cat-title{ color:#ffffff; }
139
  #wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,
140
  #wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{ color:#659fbe!important;}
141
 
142
+ #wpforo #wpforo-wrap .wpf-post-starter{background: #ffffff; border: 1px solid #e6e6e6; color: #3f7796;}
143
 
144
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
145
  #wpforo #wpforo-wrap .wpfl-1 .cat-title{ color:#ffffff; }
wpf-themes/classic/forum.php CHANGED
@@ -8,19 +8,7 @@ if( !$forum = WPF()->current_object['forum'] ) : ?>
8
  <i class="fas fa-layer-group" style="padding-right: 1px; font-size: 13px;"></i> <span><?php wpforo_phrase('Unread Posts') ?></span>
9
  </a>
10
  </span>
11
- <?php if( wpforo_feature('rss-feed') ): ?>
12
- <sep> &nbsp;|&nbsp; </sep>
13
- <span class="wpf-feed-forums">
14
- <a href="<?php wpforo_feed_rss2_url(true, 'forum') ?>" title="<?php wpforo_phrase('Forums RSS Feed') ?>" target="_blank">
15
- <span><?php wpforo_phrase('Forums') ?></span> <i class="fas fa-rss wpfsx"></i>
16
- </a>
17
- </span><sep> &nbsp;|&nbsp; </sep>
18
- <span class="wpf-feed-topics">
19
- <a href="<?php wpforo_feed_rss2_url(true, 'topic') ?>" title="<?php wpforo_phrase('Topics RSS Feed') ?>" target="_blank">
20
- <span><?php wpforo_phrase('Topics') ?></span> <i class="fas fa-rss wpfsx"></i>
21
- </a>
22
- </span>
23
- <?php endif; ?>
24
  </div>
25
  </h1>
26
  <?php elseif( $forum['is_cat'] ) : ?>
@@ -32,16 +20,7 @@ if( !$forum = WPF()->current_object['forum'] ) : ?>
32
  <?php endif; ?>
33
  <div class="wpf-action-link">
34
  <?php WPF()->tpl->forum_subscribe_link() ?>
35
- <?php if( wpforo_feature('rss-feed') ): ?>
36
- <span class="wpf-feed">|
37
- <a href="<?php wpforo_feed_rss2_url() ?>" title="<?php wpforo_phrase('Forum RSS Feed') ?>" target="_blank">
38
- <span style="text-transform: uppercase;">
39
- <?php wpforo_phrase('RSS') ?>
40
- </span>
41
- <i class="fas fa-rss wpfsx"></i>
42
- </a>
43
- </span>
44
- <?php endif; ?>
45
  </div>
46
  </div>
47
  <div class="wpf-clear"></div>
8
  <i class="fas fa-layer-group" style="padding-right: 1px; font-size: 13px;"></i> <span><?php wpforo_phrase('Unread Posts') ?></span>
9
  </a>
10
  </span>
11
+ <?php wpforo_feed_link('home') ?>
 
 
 
 
 
 
 
 
 
 
 
 
12
  </div>
13
  </h1>
14
  <?php elseif( $forum['is_cat'] ) : ?>
20
  <?php endif; ?>
21
  <div class="wpf-action-link">
22
  <?php WPF()->tpl->forum_subscribe_link() ?>
23
+ <?php wpforo_feed_link('forum') ?>
 
 
 
 
 
 
 
 
 
24
  </div>
25
  </div>
26
  <div class="wpf-clear"></div>
wpf-themes/classic/functions.php CHANGED
@@ -87,6 +87,15 @@ function wpforo_classic_forum_options(){
87
  </div>
88
  </td>
89
  </tr>
 
 
 
 
 
 
 
 
 
90
  <tr>
91
  <th><label><?php _e('Threaded Layout - Display Thread Filtering Buttons','wpforo'); ?> <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/" title="<?php _e('Read the documentation', 'wpforo') ?>" target="_blank"><i class="far fa-question-circle"></i></a></label></th>
92
  <td>
87
  </div>
88
  </td>
89
  </tr>
90
+ <tr>
91
+ <th><label><?php _e('Threaded Layout - Display Sub Forums with Parent Forums','wpforo'); ?> <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/" title="<?php _e('Read the documentation', 'wpforo') ?>" target="_blank"><i class="far fa-question-circle"></i></a></label></th>
92
+ <td>
93
+ <div class="wpf-switch-field">
94
+ <input id="show-dsf4" type="radio" name="wpforo_forum_options[layout_threaded_display_subforums]" value="1" <?php wpfo_check(WPF()->forum->options['layout_threaded_display_subforums'], 1); ?>/><label for="show-dsf4"><?php _e('Yes','wpforo'); ?></label> &nbsp;
95
+ <input id="hide-dsf4" type="radio" name="wpforo_forum_options[layout_threaded_display_subforums]" value="0" <?php wpfo_check(WPF()->forum->options['layout_threaded_display_subforums'], 0); ?>/><label for="hide-dsf4"><?php _e('No','wpforo'); ?></label>
96
+ </div>
97
+ </td>
98
+ </tr>
99
  <tr>
100
  <th><label><?php _e('Threaded Layout - Display Thread Filtering Buttons','wpforo'); ?> <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/" title="<?php _e('Read the documentation', 'wpforo') ?>" target="_blank"><i class="far fa-question-circle"></i></a></label></th>
101
  <td>
wpf-themes/classic/layouts/1/forum.php CHANGED
@@ -95,15 +95,17 @@
95
  <?php foreach($topics as $topic) : ?>
96
  <?php $last_post = wpforo_post($topic['last_post']) ?>
97
  <?php $member = wpforo_member($last_post); ?>
98
- <li class="<?php wpforo_unread($topic['topicid'], 'topic') ?>">
99
- <div class="wpforo-last-topic-title">
100
- <?php wpforo_topic_icon($topic); ?>&nbsp;<a href="<?php wpforo_unread_url($topic['topicid'], $last_post['url']) ?>">
101
- <?php echo esc_html(wpforo_text($topic['title'], WPF()->forum->options['layout_extended_intro_topics_length'], false)) ?></a> <?php wpforo_unread_button($topic['topicid'], $last_post['url']); ?>
102
- </div>
103
- <div class="wpforo-last-topic-user" title="<?php echo esc_attr($member['display_name']) ?>"><?php wpforo_member_link($member, 'by', 9); ?></div>
104
- <div class="wpforo-last-topic-date"><?php wpforo_date($topic['modified']); ?></div>
105
- <br class="wpf-clear" />
106
- </li>
 
 
107
  <?php endforeach; ?>
108
  <?php if( intval($forum['topics']) > WPF()->forum->options['layout_extended_intro_topics_count'] ): ?>
109
  <li>
95
  <?php foreach($topics as $topic) : ?>
96
  <?php $last_post = wpforo_post($topic['last_post']) ?>
97
  <?php $member = wpforo_member($last_post); ?>
98
+ <?php if(!empty($last_post) && !empty($member)): ?>
99
+ <li class="<?php wpforo_unread($topic['topicid'], 'topic') ?>">
100
+ <div class="wpforo-last-topic-title">
101
+ <?php wpforo_topic_icon($topic); ?>&nbsp;<a href="<?php wpforo_unread_url($topic['topicid'], $last_post['url']) ?>">
102
+ <?php echo esc_html(wpforo_text($topic['title'], WPF()->forum->options['layout_extended_intro_topics_length'], false)) ?></a> <?php wpforo_unread_button($topic['topicid'], $last_post['url']); ?>
103
+ </div>
104
+ <div class="wpforo-last-topic-user" title="<?php echo esc_attr($member['display_name']) ?>"><?php wpforo_member_link($member, 'by', 9); ?></div>
105
+ <div class="wpforo-last-topic-date"><?php wpforo_date($topic['modified']); ?></div>
106
+ <br class="wpf-clear" />
107
+ </li>
108
+ <?php endif; ?>
109
  <?php endforeach; ?>
110
  <?php if( intval($forum['topics']) > WPF()->forum->options['layout_extended_intro_topics_count'] ): ?>
111
  <li>
wpf-themes/classic/layouts/1/post.php CHANGED
@@ -12,7 +12,7 @@
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;
15
- <?php if( wpforo_feature('rss-feed') ): ?><a href="<?php WPF()->feed->rss2_url(); ?>" class="wpfcl-2" title="<?php wpforo_phrase('Topic RSS Feed') ?>" target="_blank"><span class="wpfcl-3">RSS</span> <i class="fas fa-rss wpfsx wpfcl-3"></i></a><?php endif; ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
@@ -53,7 +53,8 @@
53
  <?php if($post['status']): ?>
54
  <span class="wpf-mod-message"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> <?php wpforo_phrase('Awaiting moderation') ?></span>
55
  <?php endif; ?>
56
- <span><?php wpforo_date($post['created'], 'd/m/Y g:i a'); ?></span> &nbsp;
 
57
  <?php wpforo_post_buttons( 'icon-text', 'link', $forum, $topic, $post ); ?>
58
  <?php wpforo_share_toggle($post_url, $post['body'], 'top'); ?>
59
  </div><!-- wpforo-post-content-top -->
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;
15
+ <?php wpforo_feed_link(); ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
53
  <?php if($post['status']): ?>
54
  <span class="wpf-mod-message"><i class="fas fa-exclamation-circle" aria-hidden="true"></i> <?php wpforo_phrase('Awaiting moderation') ?></span>
55
  <?php endif; ?>
56
+ <?php wpforo_topic_starter($topic, $post) ?>
57
+ <span class="wpf-post-date"><?php wpforo_date($post['created'], 'd/m/Y g:i a'); ?></span> &nbsp;
58
  <?php wpforo_post_buttons( 'icon-text', 'link', $forum, $topic, $post ); ?>
59
  <?php wpforo_share_toggle($post_url, $post['body'], 'top'); ?>
60
  </div><!-- wpforo-post-content-top -->
wpf-themes/classic/layouts/2/post.php CHANGED
@@ -13,7 +13,7 @@
13
  <div class="wpf-right">
14
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
15
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;
16
- <?php if( wpforo_feature('rss-feed') ): ?><a href="<?php WPF()->feed->rss2_url(); ?>" class="wpfcl-2" title="<?php wpforo_phrase('Topic RSS Feed') ?>"><span class="wpfcl-3"><?php wpforo_phrase('RSS') ?></span> <i class="fas fa-rss wpfsx wpfcl-3"></i></a><?php endif; ?>
17
  </div>
18
  <div class="wpf-clear"></div>
19
  </div>
@@ -73,7 +73,9 @@
73
  </div>
74
  </div>
75
  <div class="wpforo-post-content-bottom">
76
- <div class="cbleft wpfcl-0"><?php wpforo_phrase('Posted') ?> : <?php wpforo_date($post['created'], 'd/m/Y g:i a') ?>
 
 
77
  <?php wpforo_post_likers($post['postid']); ?>
78
  </div>
79
  <div class="wpf-clear"></div>
13
  <div class="wpf-right">
14
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
15
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;
16
+ <?php wpforo_feed_link(); ?>
17
  </div>
18
  <div class="wpf-clear"></div>
19
  </div>
73
  </div>
74
  </div>
75
  <div class="wpforo-post-content-bottom">
76
+ <div class="cbleft wpfcl-0">
77
+ <?php wpforo_topic_starter($topic, $post) ?>
78
+ <?php wpforo_phrase('Posted') ?> : <?php wpforo_date($post['created'], 'd/m/Y g:i a') ?>
79
  <?php wpforo_post_likers($post['postid']); ?>
80
  </div>
81
  <div class="wpf-clear"></div>
wpf-themes/classic/layouts/3/comment.php CHANGED
@@ -3,7 +3,7 @@
3
  if( !defined( 'ABSPATH' ) ) exit;
4
  ?>
5
 
6
- <?php function wpforo_qa_comment_template($comment, $forum = array()){
7
  if( !$forum ) $forum = (array) wpfval(WPF()->current_object, 'forum');
8
  $comment_member = wpforo_member($comment); ?>
9
  <div id="post-<?php echo wpforo_bigintval($comment['postid']) ?>" data-postid="<?php echo wpforo_bigintval($comment['postid']) ?>" data-userid="<?php echo wpforo_bigintval($comment_member['userid']) ?>" data-mention="<?php echo esc_attr( $comment_member['user_nicename'] ) ?>" data-isowner="<?php echo esc_attr( (int) (bool) wpforo_is_owner($comment_member['userid']) ) ?>" class="comment-wrap">
@@ -20,8 +20,11 @@ if( !defined( 'ABSPATH' ) ) exit;
20
  <?php endif; ?>
21
  <div class="wpforo-comment-text"><?php wpforo_content($comment); ?></div>
22
  <div class="wpforo-comment-footer">
23
- <span class="wpfcl-0" style="white-space:nowrap"><?php wpforo_member_link($comment_member, 'by'); ?>
24
- <?php wpforo_date($comment['created'], 'd/m/Y g:i a'); ?></span>
 
 
 
25
  <?php do_action( 'wpforo_tpl_post_loop_after_content', $comment, $comment_member ) ?>
26
  <?php wpforo_post_edited($comment); ?>
27
  </div>
3
  if( !defined( 'ABSPATH' ) ) exit;
4
  ?>
5
 
6
+ <?php function wpforo_qa_comment_template($comment, $forum = array(), $topic = array()){
7
  if( !$forum ) $forum = (array) wpfval(WPF()->current_object, 'forum');
8
  $comment_member = wpforo_member($comment); ?>
9
  <div id="post-<?php echo wpforo_bigintval($comment['postid']) ?>" data-postid="<?php echo wpforo_bigintval($comment['postid']) ?>" data-userid="<?php echo wpforo_bigintval($comment_member['userid']) ?>" data-mention="<?php echo esc_attr( $comment_member['user_nicename'] ) ?>" data-isowner="<?php echo esc_attr( (int) (bool) wpforo_is_owner($comment_member['userid']) ) ?>" class="comment-wrap">
20
  <?php endif; ?>
21
  <div class="wpforo-comment-text"><?php wpforo_content($comment); ?></div>
22
  <div class="wpforo-comment-footer">
23
+ <span class="wpfcl-0">
24
+ <?php wpforo_member_link($comment_member, 'by'); ?>
25
+ <?php wpforo_topic_starter($topic, $comment) ?>
26
+ <?php wpforo_date($comment['created'], 'd/m/Y g:i a'); ?>
27
+ </span>
28
  <?php do_action( 'wpforo_tpl_post_loop_after_content', $comment, $comment_member ) ?>
29
  <?php wpforo_post_edited($comment); ?>
30
  </div>
wpf-themes/classic/layouts/3/forum.php CHANGED
@@ -101,18 +101,20 @@
101
  <?php foreach($topics as $topic) : ?>
102
  <?php $member = wpforo_member($topic); ?>
103
  <?php $topic_url = wpforo_topic($topic['topicid'], 'url'); ?>
104
- <li class="<?php wpforo_unread($topic['topicid'], 'topic') ?>">
105
- <div class="wpforo-last-topic wpfcl-2">
106
- <div class="votes"><div class="count <?php echo $topic['votes'] == 0 ? "wpfcl-6" : "wpfbg-4 wpfcl-3" ?>"><?php echo intval($topic['votes']) ?></div><div class="wpforo-label <?php echo $topic['votes'] == 0 ? "wpfcl-6" : "wpfbg-4 wpfcl-3" ?>"><?php wpforo_phrase('Votes') ?></div></div>
107
- <div class="answers"><div class="count <?php echo $topic['answers'] == 0 ? "wpfcl-5" : "wpfbg-5 wpfcl-3" ?>"><?php echo intval($topic['answers']) ?></div><div class="wpforo-label <?php echo $topic['answers'] == 0 ? "wpfcl-5" : "wpfbg-5 wpfcl-3" ?>"><?php wpforo_phrase('Answers') ?></div></div>
108
- <div class="views"><div class="count"><?php echo intval($topic['views']) ?></div><div class="wpforo-label"><?php wpforo_phrase('Views') ?></div></div>
109
- </div>
110
- <div class="wpforo-last-topic-title">
111
- <a href="<?php wpforo_unread_url( $topic['topicid'], $topic_url ) ?>"><?php echo esc_html(wpforo_text($topic['title'], WPF()->forum->options['layout_qa_intro_topics_length'], false)) ?></a> <?php wpforo_unread_button($topic['topicid'], $topic_url); ?><br />
112
- <span class="wpforo-last-topic-info wpfcl-2"><?php wpforo_member_link($member, 'by'); ?>, <?php wpforo_date($topic['modified']); ?></span>
113
- </div>
114
- <div class="wpforo-last-topic-posts wpfcl-2"><div class="count"><?php echo intval($topic['posts']) ?></div><div class="wpforo-label"><?php wpforo_phrase('replies') ?></div></div>
115
- </li>
 
 
116
  <?php endforeach; ?>
117
  <?php if( intval($forum['topics']) > WPF()->forum->options['layout_qa_intro_topics_count'] ): ?>
118
  <li>
101
  <?php foreach($topics as $topic) : ?>
102
  <?php $member = wpforo_member($topic); ?>
103
  <?php $topic_url = wpforo_topic($topic['topicid'], 'url'); ?>
104
+ <?php if($topic_url && !empty($member)): ?>
105
+ <li class="<?php wpforo_unread($topic['topicid'], 'topic') ?>">
106
+ <div class="wpforo-last-topic wpfcl-2">
107
+ <div class="votes"><div class="count <?php echo $topic['votes'] == 0 ? "wpfcl-6" : "wpfbg-4 wpfcl-3" ?>"><?php echo intval($topic['votes']) ?></div><div class="wpforo-label <?php echo $topic['votes'] == 0 ? "wpfcl-6" : "wpfbg-4 wpfcl-3" ?>"><?php wpforo_phrase('Votes') ?></div></div>
108
+ <div class="answers"><div class="count <?php echo $topic['answers'] == 0 ? "wpfcl-5" : "wpfbg-5 wpfcl-3" ?>"><?php echo intval($topic['answers']) ?></div><div class="wpforo-label <?php echo $topic['answers'] == 0 ? "wpfcl-5" : "wpfbg-5 wpfcl-3" ?>"><?php wpforo_phrase('Answers') ?></div></div>
109
+ <div class="views"><div class="count"><?php echo intval($topic['views']) ?></div><div class="wpforo-label"><?php wpforo_phrase('Views') ?></div></div>
110
+ </div>
111
+ <div class="wpforo-last-topic-title">
112
+ <a href="<?php wpforo_unread_url( $topic['topicid'], $topic_url ) ?>"><?php echo esc_html(wpforo_text($topic['title'], WPF()->forum->options['layout_qa_intro_topics_length'], false)) ?></a> <?php wpforo_unread_button($topic['topicid'], $topic_url); ?><br />
113
+ <span class="wpforo-last-topic-info wpfcl-2"><?php wpforo_member_link($member, 'by'); ?>, <?php wpforo_date($topic['modified']); ?></span>
114
+ </div>
115
+ <div class="wpforo-last-topic-posts wpfcl-2"><div class="count"><?php echo intval($topic['posts']) ?></div><div class="wpforo-label"><?php wpforo_phrase('replies') ?></div></div>
116
+ </li>
117
+ <?php endif; ?>
118
  <?php endforeach; ?>
119
  <?php if( intval($forum['topics']) > WPF()->forum->options['layout_qa_intro_topics_count'] ): ?>
120
  <li>
wpf-themes/classic/layouts/3/post.php CHANGED
@@ -12,7 +12,7 @@
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;&nbsp;
15
- <?php if( wpforo_feature('rss-feed') ): ?><a href="<?php WPF()->feed->rss2_url(); ?>" class="wpfcl-2" title="<?php wpforo_phrase('Topic RSS Feed') ?>"><span class="wpfcl-3"><?php wpforo_phrase('RSS') ?></span> <i class="fas fa-rss wpfsx wpfcl-3"></i></a><?php endif; ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
@@ -51,6 +51,7 @@
51
  <?php wpforo_post_buttons( 'icon-text', 'link', $forum, $topic, $post ); ?>
52
  </div>
53
  <div class="wpforo-post-date"><?php wpforo_date($post['created'], 'd/m/Y g:i a'); ?></div>
 
54
  <div class="wpf-clear-right"></div>
55
  </div>
56
  <div class="wpforo-post-content">
@@ -122,7 +123,7 @@
122
  $comments = WPF()->post->get_posts( $args, $comment_count );
123
  if(is_array($comments) && !empty($comments)): ?>
124
  <div class="wpforo-qa-comments">
125
- <?php foreach($comments as $comment) wpforo_qa_comment_template($comment, $forum); ?>
126
  </div>
127
  <?php endif; ?>
128
 
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', 'tools', $forum ); ?>&nbsp;&nbsp;
15
+ <?php wpforo_feed_link(); ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
51
  <?php wpforo_post_buttons( 'icon-text', 'link', $forum, $topic, $post ); ?>
52
  </div>
53
  <div class="wpforo-post-date"><?php wpforo_date($post['created'], 'd/m/Y g:i a'); ?></div>
54
+ <?php wpforo_topic_starter($topic, $post) ?>
55
  <div class="wpf-clear-right"></div>
56
  </div>
57
  <div class="wpforo-post-content">
123
  $comments = WPF()->post->get_posts( $args, $comment_count );
124
  if(is_array($comments) && !empty($comments)): ?>
125
  <div class="wpforo-qa-comments">
126
+ <?php foreach($comments as $comment) wpforo_qa_comment_template($comment, $forum, $topic); ?>
127
  </div>
128
  <?php endif; ?>
129
 
wpf-themes/classic/layouts/4/forum-sub.php CHANGED
@@ -20,6 +20,11 @@ WPF()->forum->get_childs( $cat['forumid'], $child_forums );
20
  $args = array( 'row_count' => WPF()->forum->options['layout_threaded_intro_topics_count'], 'forumids' => $child_forums, 'orderby' => 'type, modified', 'order' => 'DESC' );
21
  $topics = WPF()->topic->get_topics( $args, $items_count );
22
  $load_more = $items_count >= WPF()->forum->options['layout_threaded_intro_topics_count'];
 
 
 
 
 
23
  ?>
24
 
25
  <div id="wpf-cat-<?php echo $cat['forumid'] ?>" class="wpfl-4">
20
  $args = array( 'row_count' => WPF()->forum->options['layout_threaded_intro_topics_count'], 'forumids' => $child_forums, 'orderby' => 'type, modified', 'order' => 'DESC' );
21
  $topics = WPF()->topic->get_topics( $args, $items_count );
22
  $load_more = $items_count >= WPF()->forum->options['layout_threaded_intro_topics_count'];
23
+ if( !WPF()->forum->options['layout_threaded_display_subforums'] ){
24
+ $args = array('parentid' => $cat['forumid']);
25
+ $child_forums = WPF()->forum->get_child_forums($cat['forumid']);
26
+ }
27
+ $child_forums = apply_filters('wpforo_sub_forum_list_threaded_layout', $child_forums);
28
  ?>
29
 
30
  <div id="wpf-cat-<?php echo $cat['forumid'] ?>" class="wpfl-4">
wpf-themes/classic/layouts/4/forum.php CHANGED
@@ -20,6 +20,11 @@ WPF()->forum->get_childs( $cat['forumid'], $child_forums );
20
  $args = array( 'row_count' => WPF()->forum->options['layout_threaded_intro_topics_count'], 'forumids' => $child_forums, 'orderby' => 'type, modified', 'order' => 'DESC' );
21
  $topics = WPF()->topic->get_topics( $args, $items_count );
22
  $load_more = $items_count >= WPF()->forum->options['layout_threaded_intro_topics_count'];
 
 
 
 
 
23
  ?>
24
 
25
  <div id="wpf-cat-<?php echo $cat['forumid'] ?>" class="wpfl-4">
20
  $args = array( 'row_count' => WPF()->forum->options['layout_threaded_intro_topics_count'], 'forumids' => $child_forums, 'orderby' => 'type, modified', 'order' => 'DESC' );
21
  $topics = WPF()->topic->get_topics( $args, $items_count );
22
  $load_more = $items_count >= WPF()->forum->options['layout_threaded_intro_topics_count'];
23
+ if( !WPF()->forum->options['layout_threaded_display_subforums'] ){
24
+ $args = array('parentid' => $cat['forumid']);
25
+ $child_forums = WPF()->forum->get_child_forums($cat['forumid']);
26
+ }
27
+ $child_forums = apply_filters('wpforo_forum_list_threaded_layout', $child_forums);
28
  ?>
29
 
30
  <div id="wpf-cat-<?php echo $cat['forumid'] ?>" class="wpfl-4">
wpf-themes/classic/layouts/4/post-thread.php CHANGED
@@ -15,6 +15,7 @@ function wpforo_thread_reply_template( $post, $topic = array(), $forum = array()
15
  <div class="wpf-author">
16
  <div class="wpf-author-head">
17
  <div class="wpf-author-name"><span><?php WPF()->member->show_online_indicator($member['userid']) ?></span>&nbsp;<?php wpforo_member_link($member); ?></div>
 
18
  <div class="wpf-author-title"><?php wpforo_member_title($member, true, '', '', array('custom-title', 'rating-title')); ?></div>
19
  <div id="wpforo-memberinfo-toggle-<?php echo intval($post['postid']) ?>" class="wpforo-membertoggle" title="<?php wpforo_phrase('More') ?>">
20
  <i class="fas fa-caret-down" aria-hidden="true"></i>
15
  <div class="wpf-author">
16
  <div class="wpf-author-head">
17
  <div class="wpf-author-name"><span><?php WPF()->member->show_online_indicator($member['userid']) ?></span>&nbsp;<?php wpforo_member_link($member); ?></div>
18
+ <?php wpforo_topic_starter($topic, $post, 'icon') ?>
19
  <div class="wpf-author-title"><?php wpforo_member_title($member, true, '', '', array('custom-title', 'rating-title')); ?></div>
20
  <div id="wpforo-memberinfo-toggle-<?php echo intval($post['postid']) ?>" class="wpforo-membertoggle" title="<?php wpforo_phrase('More') ?>">
21
  <i class="fas fa-caret-down" aria-hidden="true"></i>
wpf-themes/classic/layouts/4/post.php CHANGED
@@ -12,7 +12,7 @@
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', array( 'tools' ), $forum ); ?>
15
- <?php if( wpforo_feature('rss-feed') ): ?><a href="<?php WPF()->feed->rss2_url(); ?>" class="wpfcl-2" title="<?php wpforo_phrase('Topic RSS Feed') ?>" target="_blank"><span class="wpfcl-3">RSS</span> <i class="fas fa-rss wpfsx wpfcl-3"></i></a><?php endif; ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
@@ -49,6 +49,7 @@
49
  <div class="wpf-author">
50
  <div class="wpf-author-name"><span><?php WPF()->member->show_online_indicator($member['userid']) ?></span>&nbsp;<?php wpforo_member_link($member); ?></div>
51
  <div class="wpf-author-title"><?php wpforo_member_title($member, true, '', '', array('custom-title', 'rating-title')); ?></div>
 
52
  </div>
53
  <div class="wpf-post-date"><?php wpforo_date($post['created'], 'M d, Y g:i a'); ?></div>
54
  </div>
12
  <div class="wpf-right">
13
  <?php do_action( 'wpforo_topic_head_right', $forum, $topic ) ?>
14
  <?php wpforo_post_buttons( 'icon-text', array( 'tools' ), $forum ); ?>
15
+ <?php wpforo_feed_link(); ?>
16
  </div>
17
  <br class="wpf-clear" />
18
  </div>
49
  <div class="wpf-author">
50
  <div class="wpf-author-name"><span><?php WPF()->member->show_online_indicator($member['userid']) ?></span>&nbsp;<?php wpforo_member_link($member); ?></div>
51
  <div class="wpf-author-title"><?php wpforo_member_title($member, true, '', '', array('custom-title', 'rating-title')); ?></div>
52
+ <?php wpforo_topic_starter($topic, $post) ?>
53
  </div>
54
  <div class="wpf-post-date"><?php wpforo_date($post['created'], 'M d, Y g:i a'); ?></div>
55
  </div>
wpf-themes/classic/recent.php CHANGED
@@ -4,18 +4,19 @@
4
  if( !defined( 'ABSPATH' ) ) exit;
5
 
6
  $args = array(); $view = false; $items_count = 0; $paged = 1;
7
- if(!empty($_GET['view'])) $view = sanitize_title($_GET['view']);
8
- if(!empty($_GET['wpfpaged'])) $paged = intval($_GET['wpfpaged']);
9
- if(!empty($_GET['wpff'])) $args['forumid'] = intval($_GET['wpff']);
10
 
11
- $type = ( $view && $view != 'unapproved' ? 'topics' : WPF()->post->options['recent_posts_type'] );
 
12
  if(!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')){ $args['private'] = 0; $args['status'] = 0; }
13
  $days = apply_filters('wpforo_recent_posts_limit', 30);
14
 
15
- if( $type == 'topics' ){
16
  $end_date = time() - ( intval($days) * 24 * 60 * 60);
17
  $args['where'] = "`modified` > '" . date( 'Y-m-d H:i:s', $end_date ) . "'";
18
- $args['orderby'] = (!empty($_GET['wpfob'])) ? sanitize_text_field($_GET['wpfob']) : 'modified';
19
  $args['order'] = 'DESC';
20
  $args['offset'] = ($paged - 1) * WPF()->post->options['topics_per_page'];
21
  $args['row_count'] = WPF()->post->options['topics_per_page'];
@@ -24,7 +25,8 @@ if( $type == 'topics' ){
24
  $args['read'] = false;
25
  break;
26
  case 'no-replies':
27
- $args['where'] .= " AND `posts` < 2";
 
28
  break;
29
  case 'solved':
30
  $args['solved'] = 1;
@@ -48,12 +50,12 @@ if( $type == 'topics' ){
48
  $args['status'] = 1;
49
  break;
50
  }
51
- $topics = WPF()->topic->get_topics($args, $items_count);
52
  }
53
  else{
54
  $end_date = time() - (intval($days) * 24 * 60 * 60);
55
- $args['where'] = "`created` > '" . date( 'Y-m-d H:i:s', $end_date ) . "'";
56
- $args['orderby'] = (!empty($_GET['wpfob'])) ? sanitize_text_field($_GET['wpfob']) : 'created';
57
  $args['order'] = 'DESC';
58
  $args['offset'] = ($paged - 1) * WPF()->post->options['posts_per_page'];
59
  $args['row_count'] = WPF()->post->options['posts_per_page'];
@@ -157,7 +159,7 @@ else{
157
  <?php WPF()->tpl->pagenavi($paged, $items_count, $args['row_count'], FALSE); ?>
158
  </div>
159
  </div>
160
- <?php if( $type == 'topics' ): ?>
161
  <div class="wpforo-recent-content wpfr-topics">
162
  <?php if( !empty($topics) ): ?>
163
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
4
  if( !defined( 'ABSPATH' ) ) exit;
5
 
6
  $args = array(); $view = false; $items_count = 0; $paged = 1;
7
+ if(!empty(WPF()->GET['view'])) $view = sanitize_title(WPF()->GET['view']);
8
+ if(!empty(WPF()->GET['wpfpaged'])) $paged = intval(WPF()->GET['wpfpaged']);
9
+ if(!empty(WPF()->GET['wpff'])) $args['forumid'] = intval(WPF()->GET['wpff']);
10
 
11
+ $type = ( $view && $view !== 'unapproved' ? 'topics' : WPF()->post->options['recent_posts_type'] );
12
+ if( $view === 'unapproved' ) $type = 'posts';
13
  if(!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')){ $args['private'] = 0; $args['status'] = 0; }
14
  $days = apply_filters('wpforo_recent_posts_limit', 30);
15
 
16
+ if( $type === 'topics' ){
17
  $end_date = time() - ( intval($days) * 24 * 60 * 60);
18
  $args['where'] = "`modified` > '" . date( 'Y-m-d H:i:s', $end_date ) . "'";
19
+ $args['orderby'] = (!empty(WPF()->GET['wpfob'])) ? sanitize_text_field(WPF()->GET['wpfob']) : 'modified';
20
  $args['order'] = 'DESC';
21
  $args['offset'] = ($paged - 1) * WPF()->post->options['topics_per_page'];
22
  $args['row_count'] = WPF()->post->options['topics_per_page'];
25
  $args['read'] = false;
26
  break;
27
  case 'no-replies':
28
+ $args['where'] = null;
29
+ $args['include'] = wpforo_get_not_replied_topicids();
30
  break;
31
  case 'solved':
32
  $args['solved'] = 1;
50
  $args['status'] = 1;
51
  break;
52
  }
53
+ $topics = $view === 'no-replies' && empty($args['include']) ? array() : WPF()->topic->get_topics($args, $items_count);
54
  }
55
  else{
56
  $end_date = time() - (intval($days) * 24 * 60 * 60);
57
+ if( $view !== 'unapproved' ) $args['where'] = "`created` > '" . date( 'Y-m-d H:i:s', $end_date ) . "'";
58
+ $args['orderby'] = (!empty(WPF()->GET['wpfob'])) ? sanitize_text_field(WPF()->GET['wpfob']) : 'created';
59
  $args['order'] = 'DESC';
60
  $args['offset'] = ($paged - 1) * WPF()->post->options['posts_per_page'];
61
  $args['row_count'] = WPF()->post->options['posts_per_page'];
159
  <?php WPF()->tpl->pagenavi($paged, $items_count, $args['row_count'], FALSE); ?>
160
  </div>
161
  </div>
162
+ <?php if( $type === 'topics' ): ?>
163
  <div class="wpforo-recent-content wpfr-topics">
164
  <?php if( !empty($topics) ): ?>
165
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
wpf-themes/classic/style-rtl.css CHANGED
@@ -329,6 +329,9 @@ RTL Style of Classic Theme
329
  .wpforo-copy-url-wrap.wpforo-copy-animate .wpforo-copied-txt{opacity: 1 !important;}
330
  @keyframes wpforo-bounce { 0%{transform: scale(1);} 20%{transform: scale(0.95);} 40%{transform: scale(1.04);} 60%{transform: scale(0.97);} 80%{transform: scale(1.02);} 100%{transform: scale(1);} }
331
 
 
 
 
332
  /****************************************************/
333
  /********* wpForo Layout 1 (Extended Layout) ********/
334
  /****************************************************/
@@ -405,6 +408,7 @@ RTL Style of Classic Theme
405
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:10px;}
406
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft{float:right; text-align:right;}
407
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{float:left; text-align:left;}
 
408
 
409
  /******************************************************/
410
  /********* wpForo Layout 2 (Simplified Layout) ********/
@@ -470,6 +474,7 @@ RTL Style of Classic Theme
470
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{display: flex; justify-content: center;align-items: center;flex-direction: column;font-size:12px; text-align:center; padding:0; font-weight:normal;}
471
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0;}
472
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 40px;}
 
473
  /******************************************************/
474
  /*********** wpForo Layout 3 (Q&A Layout) *************/
475
  /******************************************************/
@@ -545,7 +550,7 @@ RTL Style of Classic Theme
545
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:15px; text-align:center;cursor: pointer;}
546
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:15px; text-align:center; cursor: pointer;}
547
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-right:92px;}
548
- #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date{line-height: 28px;}
549
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:left; padding-right:10px;}
550
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-right:20px;}
551
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:left; padding:2px 10px; margin-bottom:1px; display:block; position:inherit;}
@@ -589,6 +594,9 @@ RTL Style of Classic Theme
589
  #wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep select{margin: 0 0 5px 0; outline: 0 none;padding: 3px 7px 3px 5px;font-size: 12px;}
590
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar{display:block; margin-right: 95px; border: 1px dashed #bbbbbb; padding: 12px 10px;}
591
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar .wpf-answer-button{}
 
 
 
592
  /******************************************************/
593
  /************ wpForo Layout 4 (Threaded) **************/
594
  /******************************************************/
@@ -787,6 +795,10 @@ RTL Style of Classic Theme
787
  #wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
788
  #wpforo #wpforo-wrap .wpfl-4 .post-wrap .wpf-post-create .wpf-field-name-title,
789
  #wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies .wpf-post-create .wpf-field-name-title{display:block!important;}
 
 
 
 
790
 
791
  @media all and (max-width: 1000px){
792
  #wpforo #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
@@ -955,6 +967,7 @@ RTL Style of Classic Theme
955
  #wpforo #wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;}
956
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group { width: 100%; }
957
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: left; }
 
958
 
959
  #wpforo #wpforo-wrap .wpf-form-wrapper{padding-top:10px;}
960
  #wpforo #wpforo-wrap .wpf-post-create{padding:10px 0; margin:10px 0;}
@@ -1556,7 +1569,8 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1556
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpforo-post-content{clear: both;}
1557
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-memberinfo{display: block;}
1558
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-membertoggle{display: none;}
1559
- #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title{flex-basis: 100%;margin-bottom: 8px;}
 
1560
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{margin-right: -4px;}
1561
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns{flex-basis: 100%;text-align: left;}
1562
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{flex-grow: 1;}
329
  .wpforo-copy-url-wrap.wpforo-copy-animate .wpforo-copied-txt{opacity: 1 !important;}
330
  @keyframes wpforo-bounce { 0%{transform: scale(1);} 20%{transform: scale(0.95);} 40%{transform: scale(1.04);} 60%{transform: scale(0.97);} 80%{transform: scale(1.02);} 100%{transform: scale(1);} }
331
 
332
+ #wpforo #wpforo-wrap .wpf-post-starter{padding: 3px 10px; display: inline-block; line-height: 16px; font-size: 12px;}
333
+ #wpforo #wpforo-wrap .wpf-post-starter i{margin-left: 2px;}
334
+
335
  /****************************************************/
336
  /********* wpForo Layout 1 (Extended Layout) ********/
337
  /****************************************************/
408
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:10px;}
409
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft{float:right; text-align:right;}
410
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{float:left; text-align:left;}
411
+ #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpf-post-starter{margin-left: 10px; border-bottom: none; margin-bottom: -1px;}
412
 
413
  /******************************************************/
414
  /********* wpForo Layout 2 (Simplified Layout) ********/
474
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{display: flex; justify-content: center;align-items: center;flex-direction: column;font-size:12px; text-align:center; padding:0; font-weight:normal;}
475
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0;}
476
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 40px;}
477
+ #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-starter{margin-left: 10px; border-top: none; border-bottom: none; border-right: none; padding-right: 0; background: transparent;}
478
  /******************************************************/
479
  /*********** wpForo Layout 3 (Q&A Layout) *************/
480
  /******************************************************/
550
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:15px; text-align:center;cursor: pointer;}
551
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:15px; text-align:center; cursor: pointer;}
552
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-right:92px;}
553
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date{line-height: 28px; float: left;}
554
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:left; padding-right:10px;}
555
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-right:20px;}
556
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:left; padding:2px 10px; margin-bottom:1px; display:block; position:inherit;}
594
  #wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep select{margin: 0 0 5px 0; outline: 0 none;padding: 3px 7px 3px 5px;font-size: 12px;}
595
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar{display:block; margin-right: 95px; border: 1px dashed #bbbbbb; padding: 12px 10px;}
596
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar .wpf-answer-button{}
597
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-post-starter{margin-left: 10px; border: none; margin-top: 2px; float: left; border-radius: 10px;}
598
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpf-post-starter{margin: 0 5px; padding: 1px 10px; font-size: 11px; border-radius: 0; background: transparent; border-radius: 10px;}
599
+
600
  /******************************************************/
601
  /************ wpForo Layout 4 (Threaded) **************/
602
  /******************************************************/
795
  #wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
796
  #wpforo #wpforo-wrap .wpfl-4 .post-wrap .wpf-post-create .wpf-field-name-title,
797
  #wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies .wpf-post-create .wpf-field-name-title{display:block!important;}
798
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter{margin: 5px; padding: 2px 7px; font-size: 11px;}
799
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter{margin-left: 7px; padding: 1px 6px; font-size: 11px; border-radius: 2px;}
800
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter i{margin-left: 0px;}
801
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-member-title{display: inline-block;}
802
 
803
  @media all and (max-width: 1000px){
804
  #wpforo #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
967
  #wpforo #wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;}
968
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group { width: 100%; }
969
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: left; }
970
+ #wpforo #wpforo-wrap #wpf-profile-account-form .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
971
 
972
  #wpforo #wpforo-wrap .wpf-form-wrapper{padding-top:10px;}
973
  #wpforo #wpforo-wrap .wpf-post-create{padding:10px 0; margin:10px 0;}
1569
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpforo-post-content{clear: both;}
1570
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-memberinfo{display: block;}
1571
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-membertoggle{display: none;}
1572
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title{flex-basis: 100%;}
1573
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter {margin: 2px 0 8px 0;}
1574
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{margin-right: -4px;}
1575
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns{flex-basis: 100%;text-align: left;}
1576
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{flex-grow: 1;}
wpf-themes/classic/style.css CHANGED
@@ -334,6 +334,9 @@ Author: gVectors Team
334
  .wpforo-copy-url-wrap.wpforo-copy-animate .wpforo-copied-txt{opacity: 1 !important;}
335
  @keyframes wpforo-bounce { 0%{transform: scale(1);} 20%{transform: scale(0.95);} 40%{transform: scale(1.04);} 60%{transform: scale(0.97);} 80%{transform: scale(1.02);} 100%{transform: scale(1);} }
336
 
 
 
 
337
  /****************************************************/
338
  /********* wpForo Layout 1 (Extended Layout) ********/
339
  /****************************************************/
@@ -410,6 +413,7 @@ Author: gVectors Team
410
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:10px;}
411
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft{float:left; text-align:left;}
412
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{float:right; text-align:right;}
 
413
 
414
  /******************************************************/
415
  /********* wpForo Layout 2 (Simplified Layout) ********/
@@ -475,6 +479,7 @@ Author: gVectors Team
475
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{display: flex; justify-content: center;align-items: center;flex-direction: column;font-size:12px; text-align:center; padding:0; font-weight:normal;}
476
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0;}
477
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 40px;}
 
478
  /******************************************************/
479
  /*********** wpForo Layout 3 (Q&A Layout) *************/
480
  /******************************************************/
@@ -550,7 +555,7 @@ Author: gVectors Team
550
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:15px; text-align:center;cursor: pointer;}
551
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:15px; text-align:center; cursor: pointer;}
552
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-left:92px;}
553
- #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date{line-height: 28px;}
554
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:right; padding-left:10px;}
555
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-left:20px;}
556
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:right; padding:2px 10px; margin-bottom:1px; display:block; position:inherit;}
@@ -594,6 +599,9 @@ Author: gVectors Team
594
  #wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep select{margin: 0 0 5px 0; outline: 0 none;padding: 3px 5px 3px 7px;font-size: 12px;}
595
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar{display:block; margin-left: 95px; border: 1px dashed #bbbbbb; padding: 12px 10px;}
596
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar .wpf-answer-button{}
 
 
 
597
  /******************************************************/
598
  /************ wpForo Layout 4 (Threaded) **************/
599
  /******************************************************/
@@ -792,8 +800,12 @@ Author: gVectors Team
792
  #wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
793
  #wpforo #wpforo-wrap .wpfl-4 .post-wrap .wpf-post-create .wpf-field-name-title,
794
  #wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies .wpf-post-create .wpf-field-name-title{display:block!important;}
 
 
 
 
795
 
796
- @media all and (max-width: 1000px){
797
  #wpforo #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
798
  #wpforo #wpforo-wrap .wpf-circle.wpf-s i{font-size: 10px;}
799
  #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle:first-child i{font-size: 12px;}
@@ -804,7 +816,7 @@ Author: gVectors Team
804
  #wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item:nth-child(even){ border-left: none;}
805
  }
806
 
807
- #wpforo #wpforo-wrap .wpf-add-topic-title{text-align: center; margin-bottom: 10px; font-size: 18px; font-weight: normal; padding: 12px; border-left: none; border-right: none; text-transform: uppercase;}
808
 
809
  /******************************************************/
810
  /********************* PROFILE ************************/
@@ -960,6 +972,9 @@ Author: gVectors Team
960
  #wpforo #wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;}
961
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group { width: 100%; }
962
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: right; }
 
 
 
963
 
964
  #wpforo #wpforo-wrap .wpf-form-wrapper{padding-top:10px;}
965
  #wpforo #wpforo-wrap .wpf-post-create{padding:10px 0; margin:10px 0;}
@@ -1565,7 +1580,8 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1565
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpforo-post-content{clear: both;}
1566
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-memberinfo{display: block;}
1567
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-membertoggle{display: none;}
1568
- #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title{flex-basis: 100%;margin-bottom: 8px;}
 
1569
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{margin-left: -4px;}
1570
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns{flex-basis: 100%;text-align: right;}
1571
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{flex-grow: 1;}
334
  .wpforo-copy-url-wrap.wpforo-copy-animate .wpforo-copied-txt{opacity: 1 !important;}
335
  @keyframes wpforo-bounce { 0%{transform: scale(1);} 20%{transform: scale(0.95);} 40%{transform: scale(1.04);} 60%{transform: scale(0.97);} 80%{transform: scale(1.02);} 100%{transform: scale(1);} }
336
 
337
+ #wpforo #wpforo-wrap .wpf-post-starter{padding: 3px 10px; display: inline-block; line-height: 16px; font-size: 12px;}
338
+ #wpforo #wpforo-wrap .wpf-post-starter i{margin-right: 2px;}
339
+
340
  /****************************************************/
341
  /********* wpForo Layout 1 (Extended Layout) ********/
342
  /****************************************************/
413
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:10px;}
414
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft{float:left; text-align:left;}
415
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{float:right; text-align:right;}
416
+ #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px; border-bottom: none; margin-bottom: -1px;}
417
 
418
  /******************************************************/
419
  /********* wpForo Layout 2 (Simplified Layout) ********/
479
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{display: flex; justify-content: center;align-items: center;flex-direction: column;font-size:12px; text-align:center; padding:0; font-weight:normal;}
480
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0;}
481
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 40px;}
482
+ #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px; border-top: none; border-bottom: none; border-left: none; padding-left: 0; background: transparent;}
483
  /******************************************************/
484
  /*********** wpForo Layout 3 (Q&A Layout) *************/
485
  /******************************************************/
555
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:15px; text-align:center;cursor: pointer;}
556
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:15px; text-align:center; cursor: pointer;}
557
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-left:92px;}
558
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date{line-height: 28px; float: right;}
559
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:right; padding-left:10px;}
560
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-left:20px;}
561
  #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:right; padding:2px 10px; margin-bottom:1px; display:block; position:inherit;}
599
  #wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep select{margin: 0 0 5px 0; outline: 0 none;padding: 3px 5px 3px 7px;font-size: 12px;}
600
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar{display:block; margin-left: 95px; border: 1px dashed #bbbbbb; padding: 12px 10px;}
601
  #wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar .wpf-answer-button{}
602
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px; border: none; margin-top: 2px; float: right; border-radius: 10px;}
603
+ #wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpf-post-starter{margin: 0 5px; padding: 1px 10px; font-size: 11px; border-radius: 0; background: transparent; border-radius: 10px;}
604
+
605
  /******************************************************/
606
  /************ wpForo Layout 4 (Threaded) **************/
607
  /******************************************************/
800
  #wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
801
  #wpforo #wpforo-wrap .wpfl-4 .post-wrap .wpf-post-create .wpf-field-name-title,
802
  #wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies .wpf-post-create .wpf-field-name-title{display:block!important;}
803
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter{margin: 5px; padding: 2px 7px; font-size: 11px;}
804
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter{margin-right: 7px; padding: 1px 6px; font-size: 11px; border-radius: 2px;}
805
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter i{margin-right: 0px;}
806
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-member-title{display: inline-block;}
807
 
808
+ @media all and (max-width: 1000px){
809
  #wpforo #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
810
  #wpforo #wpforo-wrap .wpf-circle.wpf-s i{font-size: 10px;}
811
  #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle:first-child i{font-size: 12px;}
816
  #wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item:nth-child(even){ border-left: none;}
817
  }
818
 
819
+ #wpforo #wpforo-wrap .wpf-add-topic-title{text-align: center; margin-bottom: 10px; font-size: 18px; font-weight: normal; padding: 12px; border-left: none; border-right: none; text-transform: uppercase;}
820
 
821
  /******************************************************/
822
  /********************* PROFILE ************************/
972
  #wpforo #wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;}
973
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group { width: 100%; }
974
  #wpforo #wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: right; }
975
+ #wpforo #wpforo-wrap #wpf-profile-account-form .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
976
+ #mce-modal-block{ z-index: 100011 !important; }
977
+ .mce-window, .mce-floatpanel, .mce-popover{ z-index: 100012 !important; }
978
 
979
  #wpforo #wpforo-wrap .wpf-form-wrapper{padding-top:10px;}
980
  #wpforo #wpforo-wrap .wpf-post-create{padding:10px 0; margin:10px 0;}
1580
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpforo-post-content{clear: both;}
1581
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-memberinfo{display: block;}
1582
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-membertoggle{display: none;}
1583
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title{flex-basis: 100%;}
1584
+ #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter {margin: 2px 0 8px 0;}
1585
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{margin-left: -4px;}
1586
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns{flex-basis: 100%;text-align: right;}
1587
  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{flex-grow: 1;}
wpf-themes/classic/styles/matrix.css CHANGED
@@ -139,6 +139,7 @@
139
  #wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,
140
  #wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{ color:__WPFCOLOR_11__!important;}
141
 
 
142
 
143
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: __WPFCOLOR_12__; border-bottom:__WPFCOLOR_7__ 1px solid; }
144
  #wpforo #wpforo-wrap .wpfl-1 .cat-title{ color:__WPFCOLOR_1__; }
139
  #wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,
140
  #wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{ color:__WPFCOLOR_11__!important;}
141
 
142
+ #wpforo #wpforo-wrap .wpf-post-starter{background: __WPFCOLOR_1__; border: 1px solid __WPFCOLOR_8__; color: __WPFCOLOR_15__;}
143
 
144
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: __WPFCOLOR_12__; border-bottom:__WPFCOLOR_7__ 1px solid; }
145
  #wpforo #wpforo-wrap .wpfl-1 .cat-title{ color:__WPFCOLOR_1__; }
wpf-themes/classic/topic.php CHANGED
@@ -9,16 +9,7 @@ if( WPF()->perm->forum_can('vf') ):
9
  <?php wpforo_forum_description($forum, '<div id="wpforo-description">', '</div>') ?>
10
  <div class="wpf-action-link">
11
  <?php WPF()->tpl->forum_subscribe_link() ?>
12
- <?php if( wpforo_feature('rss-feed') ): ?>
13
- <span class="wpf-feed">|
14
- <a href="<?php wpforo_feed_rss2_url() ?>" title="<?php wpforo_phrase('Forum RSS Feed') ?>" target="_blank">
15
- <span style="text-transform: uppercase;">
16
- <?php wpforo_phrase('RSS') ?>
17
- </span>
18
- <i class="fas fa-rss wpfsx"></i>
19
- </a>
20
- </span>
21
- <?php endif; ?>
22
  </div>
23
  </div>
24
  <div class="wpf-head-bar-right">
9
  <?php wpforo_forum_description($forum, '<div id="wpforo-description">', '</div>') ?>
10
  <div class="wpf-action-link">
11
  <?php WPF()->tpl->forum_subscribe_link() ?>
12
+ <?php wpforo_feed_link('forum'); ?>
 
 
 
 
 
 
 
 
 
13
  </div>
14
  </div>
15
  <div class="wpf-head-bar-right">
wpforo.php CHANGED
@@ -5,14 +5,14 @@
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
- * Version: 1.8.4
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
- if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.8.4');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
@@ -36,7 +36,7 @@ if( !class_exists( 'wpForo' ) ) {
36
  public $blog_prefix;
37
  private $prefix = "wpforo_";
38
  private $_tables = array( 'accesses', 'activity', 'forums', 'languages', 'likes', 'phrases', 'postmeta', 'posts', 'post_revisions', 'profiles',
39
- 'subscribes', 'topics', 'tags', 'usergroups', 'views', 'visits', 'votes' );
40
  public $upload_dir_folders = array();
41
 
42
  public $db;
@@ -54,11 +54,12 @@ if( !class_exists( 'wpForo' ) ) {
54
  public $current_user_groupid = 4;
55
  public $current_user_secondary_groupids = '';
56
  public $current_userid = 0;
57
- public $current_username = '';
58
- public $current_user_email = '';
59
- public $current_user_display_name = '';
60
- public $current_user_status = '';
61
- public $current_user_accesses = array();
 
62
 
63
  public $use_trailing_slashes;
64
  public $use_home_url;
@@ -152,9 +153,9 @@ if( !class_exists( 'wpForo' ) ) {
152
  add_action('plugins_loaded', array($this, 'plugins_loaded'));
153
  if( is_admin() ){
154
  add_action('admin_init', array($this, 'admin_init'));
155
- add_action('admin_init', array($this, 'init'));
156
  }else{
157
- add_action('wp', array($this, 'init'));
158
  }
159
  add_action('switch_blog', array($this, 'after_switch_blog'), 10, 2);
160
  }
@@ -310,7 +311,12 @@ if( !class_exists( 'wpForo' ) ) {
310
 
311
  if( $args['item'] === 'add-topic' ){
312
  $forum = $this->forum->get_forum( ( $args['slug'] ? $args['slug'] : $args['id'] ) );
313
- $url = wpforo_home_url( wpforo_get_template_slug('add-topic') . '/' . (int) wpfval($forum, 'forumid') );
 
 
 
 
 
314
  }elseif( $args['id'] || $args['slug'] ){
315
  $getid = ( $args['slug'] ? $args['slug'] : $args['id'] );
316
  if( $args['item'] === 'topic' ){
@@ -611,8 +617,9 @@ if( !class_exists( 'wpForo' ) ) {
611
  }
612
 
613
  public function statistic( $mode = 'get', $template = 'all' ){
 
614
  if( $mode === 'get' ){
615
- if( $cached_stat = get_option('wpforo_stat' ) ){
616
  $cached_stat['online_members_count'] = $this->member->online_members_count();
617
  if( wpfval($cached_stat, 'forums') && wpfval($cached_stat, 'topics') && wpfval($cached_stat, 'posts') ){
618
  $cached_stat = wpforo_array_args_cast_and_merge($cached_stat, $this->default->stats);
@@ -632,7 +639,7 @@ if( !class_exists( 'wpForo' ) ) {
632
 
633
  $posts = $this->topic->get_topics(array('orderby' => 'modified', 'order' => 'DESC', 'row_count' => $row_count, 'private' => 0, 'status' => 0, 'permgroup' => 4 ));
634
  $first = key($posts);
635
- if ( isset($posts[$first]) && !empty($posts[$first]) && $this->perm->forum_can('vf', $posts[$first]['forumid'], 4) ) {
636
  $stats['last_post_title'] = $posts[$first]['title'];
637
  $stats['last_post_url'] = $this->post->get_post_url($posts[$first]['last_post']);
638
  }
@@ -645,7 +652,7 @@ if( !class_exists( 'wpForo' ) ) {
645
  $stats['newest_member_profile_url'] = $members[0]['profile_url'];
646
  }
647
  }else{
648
- $stats = get_wpf_option('wpforo_stat', $this->default->stats);
649
  switch ($template){
650
  case 'forum':
651
  $stats['forums'] = $this->forum->get_count( array('is_cat' => 0) );
@@ -684,7 +691,7 @@ if( !class_exists( 'wpForo' ) ) {
684
 
685
  $stats = apply_filters('wpforo_get_statistic_array_filter', $stats);
686
  $stats = wpforo_array_args_cast_and_merge($stats, $this->default->stats);
687
- update_option( 'wpforo_stat', $stats );
688
  return $stats;
689
  }
690
 
@@ -870,6 +877,14 @@ if( !class_exists( 'wpForo' ) ) {
870
  if(!empty($users_include)) $args['include'] = $users_include;
871
  $current_object['members'] = $this->member->get_members($args, $current_object['items_count']);
872
  if(isset($users_include) && empty($users_include)){ $current_object['members'] = array(); $current_object['items_count'] = 0; }
 
 
 
 
 
 
 
 
873
  }
874
  }else{
875
  $current_object['template'] = 'forum';
@@ -978,6 +993,10 @@ if( !class_exists( 'wpForo' ) ) {
978
  if( wpfval($current_object, 'forum_slug') ){
979
  $args = ( empty($topic) ? array('slug' => $current_object['forum_slug']) : $topic['forumid'] );
980
  if( $forum = $this->forum->get_forum( $args ) ){
 
 
 
 
981
  if( $forum['is_cat'] ) $current_object['template'] = 'forum';
982
  $current_object['forum'] = $forum;
983
  $current_object['forumid'] = $forum['forumid'];
@@ -1064,7 +1083,7 @@ if( !class_exists( 'wpForo' ) ) {
1064
  && $this->current_object['paged'] > 1
1065
  && (($this->current_object['paged'] - 1) * $this->current_object['items_per_page']) >= $this->current_object['items_count']
1066
  ){
1067
- wp_redirect( $this->strip_url_paged_var( $this->current_url ) );
1068
  exit();
1069
  }
1070
  }else{
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
+ * Version: 1.9.0
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
+ if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.9.0');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
36
  public $blog_prefix;
37
  private $prefix = "wpforo_";
38
  private $_tables = array( 'accesses', 'activity', 'forums', 'languages', 'likes', 'phrases', 'postmeta', 'posts', 'post_revisions', 'profiles',
39
+ 'subscribes', 'topics', 'tags', 'usergroups', 'views', 'visits', 'votes', 'logs' );
40
  public $upload_dir_folders = array();
41
 
42
  public $db;
54
  public $current_user_groupid = 4;
55
  public $current_user_secondary_groupids = '';
56
  public $current_userid = 0;
57
+ public $current_username = '';
58
+ public $current_user_email = '';
59
+ public $current_user_display_name = '';
60
+ public $current_user_status = '';
61
+ public $current_user_accesses = array();
62
+ public $session_token = '';
63
 
64
  public $use_trailing_slashes;
65
  public $use_home_url;
153
  add_action('plugins_loaded', array($this, 'plugins_loaded'));
154
  if( is_admin() ){
155
  add_action('admin_init', array($this, 'admin_init'));
156
+ add_action('admin_init', array($this, 'init'), 99);
157
  }else{
158
+ add_action('wp', array($this, 'init'), 99);
159
  }
160
  add_action('switch_blog', array($this, 'after_switch_blog'), 10, 2);
161
  }
311
 
312
  if( $args['item'] === 'add-topic' ){
313
  $forum = $this->forum->get_forum( ( $args['slug'] ? $args['slug'] : $args['id'] ) );
314
+ $forumid = (int) wpfval($forum, 'is_cat') ? 0 : (int) wpfval($forum, 'forumid');
315
+ $url = wpforo_home_url( wpforo_get_template_slug('add-topic') . '/' . (int) $forumid );
316
+ }elseif( $args['item'] === 'recent' ){
317
+ $url = wpforo_get_template_slug('recent') . '/';
318
+ if( trim($args['slug']) ) $url .= '?view=' . wpforo_get_template_slug($args['slug']);
319
+ $url = wpforo_home_url($url);
320
  }elseif( $args['id'] || $args['slug'] ){
321
  $getid = ( $args['slug'] ? $args['slug'] : $args['id'] );
322
  if( $args['item'] === 'topic' ){
617
  }
618
 
619
  public function statistic( $mode = 'get', $template = 'all' ){
620
+ $key = 'wpforo_stat_' . $this->current_user_groupid;
621
  if( $mode === 'get' ){
622
+ if( $cached_stat = get_option($key) ){
623
  $cached_stat['online_members_count'] = $this->member->online_members_count();
624
  if( wpfval($cached_stat, 'forums') && wpfval($cached_stat, 'topics') && wpfval($cached_stat, 'posts') ){
625
  $cached_stat = wpforo_array_args_cast_and_merge($cached_stat, $this->default->stats);
639
 
640
  $posts = $this->topic->get_topics(array('orderby' => 'modified', 'order' => 'DESC', 'row_count' => $row_count, 'private' => 0, 'status' => 0, 'permgroup' => 4 ));
641
  $first = key($posts);
642
+ if ( isset($posts[$first]) && !empty($posts[$first]) && $this->perm->forum_can('vf', $posts[$first]['forumid']) ) {
643
  $stats['last_post_title'] = $posts[$first]['title'];
644
  $stats['last_post_url'] = $this->post->get_post_url($posts[$first]['last_post']);
645
  }
652
  $stats['newest_member_profile_url'] = $members[0]['profile_url'];
653
  }
654
  }else{
655
+ $stats = get_wpf_option($key, $this->default->stats);
656
  switch ($template){
657
  case 'forum':
658
  $stats['forums'] = $this->forum->get_count( array('is_cat' => 0) );
691
 
692
  $stats = apply_filters('wpforo_get_statistic_array_filter', $stats);
693
  $stats = wpforo_array_args_cast_and_merge($stats, $this->default->stats);
694
+ update_option( $key, $stats );
695
  return $stats;
696
  }
697
 
877
  if(!empty($users_include)) $args['include'] = $users_include;
878
  $current_object['members'] = $this->member->get_members($args, $current_object['items_count']);
879
  if(isset($users_include) && empty($users_include)){ $current_object['members'] = array(); $current_object['items_count'] = 0; }
880
+ }elseif($current_object['template'] === 'add-topic'){
881
+ if( $qvar0 = (int) wpfval($current_object['qvars'], 0) ){
882
+ $forum = (array) $this->forum->get_forum($qvar0);
883
+ if( !$forum || (int) wpfval($forum, 'is_cat') ){
884
+ wp_redirect( wpforo_home_url( wpforo_get_template_slug('add-topic') ), 301 );
885
+ exit();
886
+ }
887
+ }
888
  }
889
  }else{
890
  $current_object['template'] = 'forum';
993
  if( wpfval($current_object, 'forum_slug') ){
994
  $args = ( empty($topic) ? array('slug' => $current_object['forum_slug']) : $topic['forumid'] );
995
  if( $forum = $this->forum->get_forum( $args ) ){
996
+ if( !empty($topic) && $current_object['forum_slug'] !== $forum['slug'] ){
997
+ wp_redirect( $this->topic->get_topic_url($topic, $forum), 301 );
998
+ exit();
999
+ }
1000
  if( $forum['is_cat'] ) $current_object['template'] = 'forum';
1001
  $current_object['forum'] = $forum;
1002
  $current_object['forumid'] = $forum['forumid'];
1083
  && $this->current_object['paged'] > 1
1084
  && (($this->current_object['paged'] - 1) * $this->current_object['items_per_page']) >= $this->current_object['items_count']
1085
  ){
1086
+ wp_redirect( $this->strip_url_paged_var( $this->current_url ), 301 );
1087
  exit();
1088
  }
1089
  }else{