wpForo Forum - Version 1.9.4

Version Description

Download this release

Release Info

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

Code changes from version 1.9.3 to 1.9.4

Files changed (40) hide show
  1. readme.txt +31 -8
  2. wpf-admin/css/admin.css +3 -3
  3. wpf-admin/forum.php +6 -2
  4. wpf-admin/options-tabs/posts.php +21 -1
  5. wpf-admin/tools-tabs/misc.php +3 -2
  6. wpf-admin/xml/english.xml +1 -0
  7. wpf-assets/addons/prefix/header-off.png +0 -0
  8. wpf-assets/addons/prefix/header.png +0 -0
  9. wpf-assets/addons/syntax/header-off.png +0 -0
  10. wpf-assets/addons/syntax/header.png +0 -0
  11. wpf-assets/js/ajax.js +647 -739
  12. wpf-assets/js/tinymce-pre.js +48 -23
  13. wpf-assets/js/widgets.js +28 -36
  14. wpf-includes/class-actions.php +12 -5
  15. wpf-includes/class-api.php +31 -16
  16. wpf-includes/class-forms.php +9 -2
  17. wpf-includes/class-forums.php +182 -151
  18. wpf-includes/class-members.php +21 -3
  19. wpf-includes/class-notices.php +2 -0
  20. wpf-includes/class-permissions.php +2 -1
  21. wpf-includes/class-phrases.php +2 -1
  22. wpf-includes/class-postmeta.php +8 -7
  23. wpf-includes/class-posts.php +26 -11
  24. wpf-includes/class-revisions.php +39 -17
  25. wpf-includes/class-template.php +8 -6
  26. wpf-includes/class-topics.php +171 -34
  27. wpf-includes/class-usergroups.php +11 -0
  28. wpf-includes/functions-installation.php +6 -10
  29. wpf-includes/functions-template.php +79 -17
  30. wpf-includes/functions.php +36 -19
  31. wpf-includes/install-sql.php +6 -6
  32. wpf-includes/integration/buddypress.php +7 -7
  33. wpf-includes/wpf-hooks.php +235 -186
  34. wpf-includes/wpf-phrases.php +6 -2
  35. wpf-languages/wpforo-ar.mo +0 -0
  36. wpf-languages/wpforo-ar.po +7350 -0
  37. wpf-languages/wpforo-cs_CZ.mo +0 -0
  38. wpf-languages/wpforo-cs_CZ.po +4567 -2468
  39. wpf-languages/wpforo-da_DK.mo +0 -0
  40. wpf-languages/wpforo-da_DK.po +2594 -3254
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.3
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,36 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
165
 
166
  == Changelog ==
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  = wpForo Forum 1.9.2 / 1.9.3 | 19.12.2020 =
169
 
170
  [wpForo Forum v1.9.2 / v 1.9.3 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-9-2-is-released/)
@@ -180,13 +210,6 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
180
  * Fixed Bug: Fatal Error when using custom scripts for UM Integration
181
  * Fixed Bug: Recent posts widget ignores forum access settings and displays private forums' posts if the "limit per topic" option is enabled.
182
 
183
- IMPORTANT NOTES for UPDATE
184
-
185
- - After the update, please delete all caches.
186
- - If you have a Minifier/Optimizer plugins please delete all caches.
187
- - If you use CDN and found some issues please purge it.
188
- - 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.
189
-
190
 
191
  = wpForo Forum 1.9.0 / 1.9.1 | 12.12.2020 =
192
 
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.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
 
166
  == Changelog ==
167
 
168
+ = wpForo Forum 1.9.4 | 05.02.2021 =
169
+
170
+ [wpForo Forum v1.9.4 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-9-4-is-released/)
171
+
172
+ * Added: Option to control toolbar location on topic/post editor (top/bottom)
173
+ * Added: Hook to enable multi-site signup functions for forum registration
174
+ * Added: Hook to control image auto-embedding in posts
175
+ * Added: New permissions in forum accesses `Can enter forum` and `Can enter topic`
176
+ * Added: Missing phrases to wpForo phrase system
177
+ * Added: Slovak(SK) and Arabic (AR) language translation files
178
+ * Updated: CZ, DK, ES, HU, JA, NL, TR language translation files
179
+ * Fixed Bug: Line-break issue with user Signature and About fields
180
+ * Fixed Bug: Redirect back after login on non-forum login pages
181
+ * Fixed Bug: Problem with AJAX powered buttons, concurrent requests are enabled
182
+ * Fixed Bug: Issue with Topic Starter label when guest posting is enabled
183
+ * Fixed Bug: Post likes problem in threaded layout when the Object Cache disabled
184
+ * Fixed Bug: Fatal error: Uncaught TypeError: fclose()
185
+ * Fixed Bug: Google reCAPTCHA problem on native WordPress login / register pages
186
+ * Fixed Bug: Lots of small bugs are fixed and all AJAX functions are optimized
187
+ * New Addon: [wpForo Syntax Highlighter](https://gvectors.com/product/wpforo-syntax-highlighter/)
188
+ * New Addon: [wpForo Topic Prefix & Tag Manager](https://gvectors.com/product/wpforo-topic-prefix/)
189
+
190
+ IMPORTANT NOTES for UPDATE
191
+
192
+ - After the update, please delete all caches.
193
+ - If you have a Minifier/Optimizer plugins please delete all caches.
194
+ - If you use CDN and found some issues please purge it.
195
+ - 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.
196
+
197
+
198
  = wpForo Forum 1.9.2 / 1.9.3 | 19.12.2020 =
199
 
200
  [wpForo Forum v1.9.2 / v 1.9.3 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-9-2-is-released/)
210
  * Fixed Bug: Fatal Error when using custom scripts for UM Integration
211
  * Fixed Bug: Recent posts widget ignores forum access settings and displays private forums' posts if the "limit per topic" option is enabled.
212
 
 
 
 
 
 
 
 
213
 
214
  = wpForo Forum 1.9.0 / 1.9.1 | 12.12.2020 =
215
 
wpf-admin/css/admin.css CHANGED
@@ -257,9 +257,9 @@
257
  /**************************/
258
  #menu-comments ul > li:nth-child(3) a{ color:#25ACEA!important; text-shadow: 1px 1px 1px #000; }
259
  .wpforo-addons .wpforo-addons-wrapper {box-sizing: border-box;}
260
- .wpforo-addons .wpforo-addon-block {width: 330px; padding-top:10px; height:auto; float: left; margin-right: 1%; margin-bottom: 20px; background: #fff; border: 2px solid #e5e5e5; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);}
261
- .wpforo-addons .wpforo-addon-block .addon-thumb {float:none; width: 310px; padding:10px; margin-top:2px; height:180px;}
262
- .wpforo-addons .wpforo-addon-block .addon-info {display:block; margin:0px; background:#43A6DF; padding:10px 15px; border:3px solid #fff; border-top:none; margin-top:10px;}
263
  .wpforo-addons .wpforo-addon-block .addon-title { font-size:16px; font-weight:bold; color:#FFFFFF; margin:0px; line-height:18px; display:inline-block; text-decoration:none;}
264
  .wpforo-addons .wpforo-addon-block .addon-title:hover { color:#E5F6FF;}
265
  .wpforo-addons .wpforo-addon-block .addon-desc { font-size:13px; color:#FFFFFF; margin:0px; line-height:18px; margin:0px; padding:10px 0px 0px 0px; font-style:italic;}
257
  /**************************/
258
  #menu-comments ul > li:nth-child(3) a{ color:#25ACEA!important; text-shadow: 1px 1px 1px #000; }
259
  .wpforo-addons .wpforo-addons-wrapper {box-sizing: border-box;}
260
+ .wpforo-addons .wpforo-addon-block {width: 280px; padding-top:10px; height:auto; float: left; margin-right: 1%; margin-bottom: 20px; background: #fff; border: 2px solid #e5e5e5; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);}
261
+ .wpforo-addons .wpforo-addon-block .addon-thumb {float:none; width: 260px; padding:10px; margin-top:2px; height:180px;}
262
+ .wpforo-addons .wpforo-addon-block .addon-info {display:block; margin:0px; background:#43A6DF; padding:10px 15px; border:3px solid #fff; border-top:none; margin-top:10px; min-height: 105px;}
263
  .wpforo-addons .wpforo-addon-block .addon-title { font-size:16px; font-weight:bold; color:#FFFFFF; margin:0px; line-height:18px; display:inline-block; text-decoration:none;}
264
  .wpforo-addons .wpforo-addon-block .addon-title:hover { color:#E5F6FF;}
265
  .wpforo-addons .wpforo-addon-block .addon-desc { font-size:13px; color:#FFFFFF; margin:0px; line-height:18px; margin:0px; padding:10px 0px 0px 0px; font-style:italic;}
wpf-admin/forum.php CHANGED
@@ -252,6 +252,8 @@
252
  </div>
253
  </div>
254
 
 
 
255
  </div>
256
  </div>
257
  <div id="postbox-container-2" class="postbox-container">
@@ -310,7 +312,7 @@
310
  </div>
311
 
312
  <div id="forum_meta" class="postbox">
313
- <h3 class="wpf-box-header"><span><?php _e('Forum SEO', 'wpforo'); ?></span></h3>
314
  <div class="inside" style="padding-top:10px;">
315
  <div class="form-field">
316
  <label for="tag-description" style="display:block; padding-bottom:5px;"><?php _e('Meta Description', 'wpforo'); ?>:</label>
@@ -318,7 +320,9 @@
318
  </div>
319
  </div>
320
  </div>
321
-
 
 
322
  </div>
323
  <div id="advanced-sortables" class="meta-box-sortables ui-sortable"></div>
324
  </div>
252
  </div>
253
  </div>
254
 
255
+ <?php do_action('wpforo_dashboard_forum_form_side', $data); ?>
256
+
257
  </div>
258
  </div>
259
  <div id="postbox-container-2" class="postbox-container">
312
  </div>
313
 
314
  <div id="forum_meta" class="postbox">
315
+ <h3 class="wpf-box-header"><span><?php _e('Forum SEO Description', 'wpforo'); ?></span></h3>
316
  <div class="inside" style="padding-top:10px;">
317
  <div class="form-field">
318
  <label for="tag-description" style="display:block; padding-bottom:5px;"><?php _e('Meta Description', 'wpforo'); ?>:</label>
320
  </div>
321
  </div>
322
  </div>
323
+
324
+ <?php do_action('wpforo_dashboard_forum_form_main', $data); ?>
325
+
326
  </div>
327
  <div id="advanced-sortables" class="meta-box-sortables ui-sortable"></div>
328
  </div>
wpf-admin/options-tabs/posts.php CHANGED
@@ -249,7 +249,27 @@
249
  </table>
250
  </td>
251
  </tr>
252
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  <?php do_action('wpforo_settings_post_bottom'); ?>
254
  </tbody>
255
  </table>
249
  </table>
250
  </td>
251
  </tr>
252
+ <tr>
253
+ <th><?php _e('Toolbar Location in Editor', 'wpforo') ?></th>
254
+ <td>
255
+ <div style="width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;">
256
+ <div style="display: flex; flex-direction: row; margin: 0 7px; border-bottom: 1px dashed #aaaaaa; width: auto; padding: 7px 5px 10px 5px;">
257
+ <div class="wpf-switch-field">
258
+ <input id="toolbar_location_topic_1" type="radio" name="wpforo_post_options[toolbar_location_topic]" value="top" <?php wpfo_check(WPF()->post->options['toolbar_location_topic'], 'top'); ?>/><label for="toolbar_location_topic_1"><?php _e('Top','wpforo'); ?></label> &nbsp;
259
+ <input id="toolbar_location_topic_0" type="radio" name="wpforo_post_options[toolbar_location_topic]" value="bottom" <?php wpfo_check(WPF()->post->options['toolbar_location_topic'], 'bottom'); ?>/><label for="toolbar_location_topic_0"><?php _e('Bottom','wpforo'); ?></label>
260
+ </div>
261
+ <div style="padding: 0 32px; font-size: 14px;"><?php _e('Topic Editor') ?></div>
262
+ </div>
263
+ <div style="display: flex; flex-direction: row; margin: 0 7px; width: auto; padding: 10px 5px 0 5px;">
264
+ <div class="wpf-switch-field">
265
+ <input id="toolbar_location_reply_1" type="radio" name="wpforo_post_options[toolbar_location_reply]" value="top" <?php wpfo_check(WPF()->post->options['toolbar_location_reply'], 'top'); ?>/><label for="toolbar_location_reply_1"><?php _e('Top','wpforo'); ?></label> &nbsp;
266
+ <input id="toolbar_location_reply_0" type="radio" name="wpforo_post_options[toolbar_location_reply]" value="bottom" <?php wpfo_check(WPF()->post->options['toolbar_location_reply'], 'bottom'); ?>/><label for="toolbar_location_reply_0"><?php _e('Bottom','wpforo'); ?></label>
267
+ </div>
268
+ <div style="padding: 0 32px; font-size: 14px;"><?php _e('Reply Editor') ?></div>
269
+ </div>
270
+ </div>
271
+ </td>
272
+ </tr>
273
  <?php do_action('wpforo_settings_post_bottom'); ?>
274
  </tbody>
275
  </table>
wpf-admin/tools-tabs/misc.php CHANGED
@@ -25,8 +25,9 @@
25
  <tr>
26
  <td>
27
  <label style="padding-bottom:5px; display:block;font-weight: 600;"><?php _e('Noindex forum page URLs', 'wpforo'); ?>:</label>
28
- <p class="wpf-info"><?php _e('The noIndex code tells Google and other search engines to NOT index the page, so that it cannot be found in search results. Please insert page URLs you do not want to be indexed one per line in the textarea bellow.', 'wpforo'); ?></p>
29
- <br>
 
30
  <textarea name="wpforo_tools_misc[noindex]" style="font-size: 13px; display:block; width:100%; height:120px;" placeholder="https://myforum.com/community/main-forum/my-topic/"><?php wpfo(WPF()->tools_misc['noindex']) ?></textarea>
31
  </td>
32
  </tr>
25
  <tr>
26
  <td>
27
  <label style="padding-bottom:5px; display:block;font-weight: 600;"><?php _e('Noindex forum page URLs', 'wpforo'); ?>:</label>
28
+ <p class="wpf-info"><?php _e('The noIndex code tells Google and other search engines to NOT index the page, so that it cannot be found in search results. Please insert page URLs you do not want to be indexed one per line in the textarea bellow.', 'wpforo'); ?></p>
29
+ <p class="wpf-info"><?php _e('You can use the asterisk (*) in any URL segment to match certain patterns. For example, https://example.com/community/news/* would match all subforums and topics of the New forum: https://example.com/community/news/sport/. If you want to hide the whole forum from indexing of search engines you can use the asterisk after your forum base URL: https://example.com/community/*', 'wpforo'); ?></p>
30
+ <br>
31
  <textarea name="wpforo_tools_misc[noindex]" style="font-size: 13px; display:block; width:100%; height:120px;" placeholder="https://myforum.com/community/main-forum/my-topic/"><?php wpfo(WPF()->tools_misc['noindex']) ?></textarea>
32
  </td>
33
  </tr>
wpf-admin/xml/english.xml CHANGED
@@ -666,6 +666,7 @@
666
  <phrase name="Solved Topics"><![CDATA[Solved Topics]]></phrase>
667
  <phrase name="Unsolved Topics"><![CDATA[Unsolved Topics]]></phrase>
668
  <phrase name="Closed Topics"><![CDATA[Closed Topics]]></phrase>
 
669
  <phrase name="Sticky Topics"><![CDATA[Sticky Topics]]></phrase>
670
  <phrase name="Private Topics"><![CDATA[Private Topics]]></phrase>
671
  <phrase name="Unapproved Posts"><![CDATA[Unapproved Posts]]></phrase>
666
  <phrase name="Solved Topics"><![CDATA[Solved Topics]]></phrase>
667
  <phrase name="Unsolved Topics"><![CDATA[Unsolved Topics]]></phrase>
668
  <phrase name="Closed Topics"><![CDATA[Closed Topics]]></phrase>
669
+ <phrase name="Open Topics"><![CDATA[Open Topics]]></phrase>
670
  <phrase name="Sticky Topics"><![CDATA[Sticky Topics]]></phrase>
671
  <phrase name="Private Topics"><![CDATA[Private Topics]]></phrase>
672
  <phrase name="Unapproved Posts"><![CDATA[Unapproved Posts]]></phrase>
wpf-assets/addons/prefix/header-off.png ADDED
Binary file
wpf-assets/addons/prefix/header.png ADDED
Binary file
wpf-assets/addons/syntax/header-off.png ADDED
Binary file
wpf-assets/addons/syntax/header.png ADDED
Binary file
wpf-assets/js/ajax.js CHANGED
@@ -39,221 +39,182 @@ $wpf(document).ready(function ($) {
39
  };
40
 
41
  // Like
42
- wpforo_wrap.on('click', '.wpforo-like', function () {
43
  wpforo_load_show();
44
  var postid = $(this).data('postid'),
45
- that = $(this);
46
- if( $.active === 0 ){
47
- $.ajax({
48
- type: 'POST',
49
- url: wpforo.ajax_url,
50
- data: {
51
- postid: postid,
52
- likestatus: 1,
53
- action: 'wpforo_like_ajax'
54
- }
55
- }).done(function (response) {
56
- try {
57
- response = JSON.parse(response);
58
- } catch (e) {
59
- console.log(e);
60
- }
61
- if (response.stat === 1) {
62
- that.find('.wpforo-like-ico').removeClass('far').addClass('fas');
63
- that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Unlike'));
64
- that.parents('.wpforo-post').find('.bleft').html(response.likers);
65
- that.removeClass('wpforo-like').addClass('wpforo-unlike');
66
- if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
67
- that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Unlike') );
68
- }else{
69
- that.find('.wpforo-like-ico').removeClass('fa-thumbs-up').addClass('fa-thumbs-down');
70
- }
71
- var like_count;
72
- like_count = that.children(".wpf-like-count").text();
73
- like_count = parseInt(like_count) + 1;
74
- that.children(".wpf-like-count").text(like_count);
75
- }
76
- wpforo_load_hide();
77
- wpforo_notice_show(response.notice);
78
- });
79
- }
80
  });
81
  // unlike
82
- wpforo_wrap.on('click', '.wpforo-unlike', function () {
83
  wpforo_load_show();
84
  var postid = $(this).data('postid'),
85
- that = $(this);
86
- if( $.active === 0 ){
87
- $.ajax({
88
- type: 'POST',
89
- url: wpforo.ajax_url,
90
- data: {
91
- postid: postid,
92
- likestatus: 0,
93
- action: 'wpforo_like_ajax'
94
- }
95
- }).done(function (response) {
96
- try {
97
- response = JSON.parse(response);
98
- } catch (e) {
99
- console.log(e);
100
- }
101
- if (response.stat === 1) {
102
- that.find('.wpforo-like-ico').removeClass('fas').addClass('far');
103
- that.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Like'));
104
- that.parents('.wpforo-post').find('.bleft').html(response.likers);
105
- that.removeClass('wpforo-unlike').addClass('wpforo-like');
106
- if( that.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
107
- that.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Like') );
108
- }else{
109
- that.find('.wpforo-like-ico').removeClass('fa-thumbs-down').addClass('fa-thumbs-up');
110
- }
111
- var like_count;
112
- like_count = that.children(".wpf-like-count").text();
113
- like_count = parseInt(like_count) - 1;
114
- that.children(".wpf-like-count").text(like_count);
115
- }
116
- wpforo_load_hide();
117
- wpforo_notice_show(response.notice);
118
- });
119
- }
120
  });
121
 
122
 
123
  // Vote
124
- wpforo_wrap.on('click', '.wpforo-voteup', function () {
125
  wpforo_load_show();
126
  var type = $(this).data('type'),
127
  postid = $(this).data('postid'),
128
- that = $(this);
129
- if( $.active === 0 ){
130
- $.ajax({
131
- type: 'POST',
132
- url: wpforo.ajax_url,
133
- data: {
134
- itemtype: type,
135
- postid: postid,
136
- votestatus: 'up',
137
- action: 'wpforo_vote_ajax'
138
- }
139
- }).done(function (response) {
140
- try {
141
- response = JSON.parse(response);
142
- } catch (e) {
143
- console.log(e);
144
- }
145
- if (response.stat === 1) {
146
- var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
147
- count = wpfvote_num.text();
148
- wpfvote_num.text(++count).fadeIn();
149
- }
150
- wpforo_load_hide();
151
- wpforo_notice_show(response.notice);
152
- });
153
- }
154
  });
155
 
156
- wpforo_wrap.on('click', '.wpforo-votedown', function () {
157
  wpforo_load_show();
158
  var type = $(this).data('type'),
159
  postid = $(this).data('postid'),
160
- that = $(this);
161
- if( $.active === 0 ) {
162
- $.ajax({
163
- type: 'POST',
164
- url: wpforo.ajax_url,
165
- data: {
166
- itemtype: type,
167
- postid: postid,
168
- votestatus: 'down',
169
- action: 'wpforo_vote_ajax'
170
- }
171
- }).done(function (response) {
172
- try {
173
- response = JSON.parse(response);
174
- } catch (e) {
175
- console.log(e);
176
- }
177
- if (response.stat === 1) {
178
- var wpfvote_num = that.parents('.post-wrap').find('.wpfvote-num'),
179
- count = wpfvote_num.text();
180
- wpfvote_num.text(--count).fadeIn();
181
- }
182
- wpforo_load_hide();
183
- wpforo_notice_show(response.notice);
184
- });
185
- }
186
  });
187
 
188
 
189
  // Answer
190
- wpforo_wrap.on('click', '.wpf-toggle-answer', function () {
191
  wpforo_load_show();
192
  var postid = $(this).data('postid'),
193
- that = $(this);
194
- if( $.active === 0 ) {
195
- $.ajax({
196
- type: 'POST',
197
- url: wpforo.ajax_url,
198
- data: {
199
- postid: postid,
200
- answerstatus: 0,
201
- action: 'wpforo_answer_ajax'
202
- }
203
- }).done(function (response) {
204
- try {
205
- response = JSON.parse(response);
206
- } catch (e) {
207
- console.log(e);
208
- }
209
- if (response.stat === 1) {
210
- that.removeClass('wpf-toggle-answer').addClass('wpf-toggle-not-answer');
211
- setTimeout(function () {
212
- window.location.reload();
213
- }, 300);
214
- }
215
- wpforo_load_hide();
216
- wpforo_notice_show(response.notice);
217
- });
218
- }
219
  });
220
 
221
- wpforo_wrap.on('click', '.wpf-toggle-not-answer', function () {
222
  wpforo_load_show();
223
  var postid = $(this).data('postid'),
224
- that = $(this);
225
- if( $.active === 0 ) {
226
- $.ajax({
227
- type: 'POST',
228
- url: wpforo.ajax_url,
229
- data: {
230
- postid: postid,
231
- answerstatus: 1,
232
- action: 'wpforo_answer_ajax'
233
- }
234
- }).done(function (response) {
235
- try {
236
- response = JSON.parse(response);
237
- } catch (e) {
238
- console.log(e);
239
- }
240
- if (response.stat === 1) {
241
- that.removeClass('wpf-toggle-not-answer').addClass('wpf-toggle-answer');
242
- setTimeout(function () {
243
- window.location.reload();
244
- }, 300);
245
- }
246
- wpforo_load_hide();
247
- wpforo_notice_show(response.notice);
248
- });
249
- }
250
  });
251
 
252
 
253
  // Quote
254
- wpforo_wrap.on('click', '.wpforo-quote', function () {
255
  wpforo_load_show();
256
 
 
 
 
257
  var main_form = $('form.wpforo-main-form[data-textareaid]');
258
  var wrap = main_form.closest('.wpf-form-wrapper');
259
  wrap.show();
@@ -262,26 +223,25 @@ $wpf(document).ready(function ($) {
262
  var postid = post_wrap.data('postid');
263
  if( !postid ) postid = 0;
264
  $(".wpf-form-post-parentid").val( postid );
265
- if( $.active === 0 ) {
266
- $.ajax({
267
- type: 'POST',
268
- url: wpforo.ajax_url,
269
- data: {
270
- postid: postid,
271
- action: 'wpforo_quote_ajax'
272
- }
273
- }).done(function (response) {
274
- var phrase = wpforo_phrase('Reply with quote');
275
- phrase = phrase.charAt(0).toUpperCase() + phrase.slice(1);
276
- $(".wpf-reply-form-title").html(phrase);
277
- $(".wpf-form-postid", main_form).val(0);
278
 
279
- wpforo_editor.set_content(response, wpforo_editor.get_main());
280
 
281
- $('html, body').animate({scrollTop: wrap.offset().top}, 1000);
282
- wpforo_load_hide();
283
- });
284
- }
285
  });
286
 
287
  // Report
@@ -294,369 +254,359 @@ $wpf(document).ready(function ($) {
294
  wpforo_load_hide();
295
  });
296
 
297
- $(document).on('click', '#wpforo-report-send', wpforo_report_send);
298
  $(document).on('keydown', 'form#wpforo-report', function (e) {
299
  if ( (e.ctrlKey || e.metaKey) && ( e.code === 'Enter' || e.code === 'NumpadEnter' ) ) {
300
- wpforo_report_send();
301
  }
302
  });
303
 
304
  function wpforo_report_send(){
305
  wpforo_load_show();
 
 
 
306
  var postid = $('#wpforo-report-postid').val();
307
  var messagecontent = $('#wpforo-report-content').val();
308
 
309
- if( $.active === 0 ) {
310
- $.ajax({
311
- type: 'POST',
312
- url: wpforo.ajax_url,
313
- data: {
314
- postid: postid,
315
- reportmsg: messagecontent,
316
- action: 'wpforo_report_ajax'
317
- }
318
- }).done(function (response) {
319
- try {
320
- response = JSON.parse(response);
321
- wpforo_dialog_hide();
322
- $('#wpforo-report-content').val('');
323
- wpforo_load_hide();
324
- wpforo_notice_show(response);
325
- } catch (e) {
326
- console.log(e);
327
- }
328
- });
329
- }
330
  }
331
 
332
  // Sticky
333
- wpforo_wrap.on('click', '.wpforo-sticky', function () {
334
  wpforo_load_show();
335
  var topicid = $(this).data('topicid'),
336
- that = $(this);
337
 
338
- if( $.active === 0 ) {
339
- $.ajax({
340
- type: 'POST',
341
- url: wpforo.ajax_url,
342
- data: {
343
- topicid: topicid,
344
- status: 'sticky',
345
- action: 'wpforo_sticky_ajax'
346
- }
347
- }).done(function (response) {
348
- try {
349
- response = JSON.parse(response);
350
- } catch (e) {
351
- console.log(e);
352
- }
353
- if (response.stat === 1) {
354
- that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Unsticky'));
355
- that.removeClass('wpforo-sticky').addClass('wpforo-unsticky');
356
- if (that.is("[wpf-tooltip]")) {
357
- that.attr("wpf-tooltip", wpforo_phrase('Unsticky'));
358
- }
359
  }
360
- wpforo_load_hide();
361
- wpforo_notice_show(response.notice);
362
- });
363
- }
 
364
  });
365
 
366
 
367
- wpforo_wrap.on('click', '.wpforo-unsticky', function () {
368
  wpforo_load_show();
369
  var topicid = $(this).data('topicid'),
370
- that = $(this);
371
 
372
- if( $.active === 0 ) {
373
- $.ajax({
374
- type: 'POST',
375
- url: wpforo.ajax_url,
376
- data: {
377
- topicid: topicid,
378
- status: 'unsticky',
379
- action: 'wpforo_sticky_ajax'
380
- }
381
- }).done(function (response) {
382
- try {
383
- response = JSON.parse(response);
384
- } catch (e) {
385
- console.log(e);
386
- }
387
- if (response.stat === 1) {
388
- that.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Sticky'));
389
- that.removeClass('wpforo-unsticky').addClass('wpforo-sticky');
390
- if (that.is("[wpf-tooltip]")) {
391
- that.attr("wpf-tooltip", wpforo_phrase('Sticky'));
392
- }
393
  }
394
- wpforo_load_hide();
395
- wpforo_notice_show(response.notice);
396
- });
397
- }
 
398
  });
399
 
400
  // Approve
401
- wpforo_wrap.on('click','.wpforo-approve', function(){
402
  wpforo_load_show();
403
- var status_value = 'approve';
404
  var postid_value = $(this).attr('id'),
405
- that = $(this);
406
  var postid = postid_value.replace("wpfapprove", "");
407
 
408
- if( $.active === 0 ) {
409
- $.ajax({
410
- type: 'POST',
411
- url: wpforo.ajax_url,
412
- data: {
413
- postid: postid,
414
- status: status_value,
415
- action: 'wpforo_approve_ajax'
416
- }
417
- }).done(function (response) {
418
- if (response !== 0) {
419
- $("#" + postid_value).removeClass('wpforo-approve').addClass('wpforo-unapprove');
420
- $("#approveicon" + postid).removeClass('fa-check').addClass('fa-exclamation-circle');
421
- $("#wpforo-wrap #post-" + postid + " .wpf-mod-message").hide();
422
- $("#wpforo-wrap .wpf-status-title").hide();
423
- $("#approvetext" + postid).text(' ' + wpforo_phrase('Unapprove'));
424
- if (that.is("[wpf-tooltip]")) {
425
- that.attr("wpf-tooltip", wpforo_phrase('Unapprove'));
426
- }
427
  }
428
- wpforo_load_hide();
429
- window.location.reload();
430
- });
431
- }
 
432
  });
433
 
434
  // Unapprove
435
- wpforo_wrap.on('click','.wpforo-unapprove', function(){
436
  wpforo_load_show();
437
- var status_value = 'unapprove';
438
  var postid_value = $(this).attr('id'),
439
- that = $(this);
440
  var postid = postid_value.replace("wpfapprove", "");
441
 
442
- if( $.active === 0 ) {
443
- $.ajax({
444
- type: 'POST',
445
- url: wpforo.ajax_url,
446
- data: {
447
- postid: postid,
448
- status: status_value,
449
- action: 'wpforo_approve_ajax'
450
- }
451
- }).done(function (response) {
452
- if( parseInt(response) !== 0 ){
453
- $("#" + postid_value).removeClass('wpforo-unapprove').addClass('wpforo-approve');
454
- $("#approveicon" + postid).removeClass('fa-exclamation-circle').addClass('fa-check');
455
- $('#wpforo-wrap #post-' + postid + ' .wpf-mod-message').visible();
456
- $('#wpforo-wrap .wpf-status-title').visible();
457
- $("#approvetext" + postid).text(' ' + wpforo_phrase('Approve'));
458
- if (that.is("[wpf-tooltip]")) {
459
- that.attr("wpf-tooltip", wpforo_phrase('Approve'));
460
- }
461
  }
462
- wpforo_load_hide();
463
- window.location.reload();
464
- });
465
- }
 
466
  });
467
 
468
 
469
  // Private
470
- wpforo_wrap.on('click','.wpforo-private', function(){
471
  wpforo_load_show();
472
- var status_value = 'private';
473
  var postid_value = $(this).attr('id'),
474
- that = $(this);
475
- var postid = postid_value.replace("wpfprivate", "");
476
 
477
- if( $.active === 0 ) {
478
- $.ajax({
479
- type: 'POST',
480
- url: wpforo.ajax_url,
481
- data: {
482
- postid: postid,
483
- status: status_value,
484
- action: 'wpforo_private_ajax'
485
- }
486
- }).done(function (response) {
487
- if( parseInt(response) !== 0 ){
488
- $("#" + postid_value).removeClass('wpforo-private').addClass('wpforo-public');
489
- $("#privateicon" + postid).removeClass('fa-eye-slash').addClass('fa-eye');
490
- $("#privatetext" + postid).text(' ' + wpforo_phrase('Public'));
491
- if (that.is("[wpf-tooltip]")) {
492
- that.attr("wpf-tooltip", wpforo_phrase('Public'));
493
- }
494
  }
495
- wpforo_load_hide();
496
- });
497
- }
 
498
  });
499
 
500
- wpforo_wrap.on('click','.wpforo-public', function(){
501
  wpforo_load_show();
502
- var status_value = 'public';
503
  var postid_value = $(this).attr('id'),
504
- that = $(this);
505
- var postid = postid_value.replace("wpfprivate", "");
506
 
507
- if( $.active === 0 ) {
508
- $.ajax({
509
- type: 'POST',
510
- url: wpforo.ajax_url,
511
- data: {
512
- postid: postid,
513
- status: status_value,
514
- action: 'wpforo_private_ajax'
515
- }
516
- }).done(function (response) {
517
- if( parseInt(response) !== 0 ){
518
- $("#" + postid_value).removeClass('wpforo-public').addClass('wpforo-private');
519
- $("#privateicon" + postid).removeClass('fa-eye').addClass('fa-eye-slash');
520
- $("#privatetext" + postid).text(' ' + wpforo_phrase('Private'));
521
- if (that.is("[wpf-tooltip]")) {
522
- that.attr("wpf-tooltip", wpforo_phrase('Private'));
523
- }
524
  }
525
- wpforo_load_hide();
526
- });
527
- }
 
528
  });
529
 
530
  // Solved
531
- wpforo_wrap.on('click','.wpforo-solved', function(){
532
  wpforo_load_show();
533
- var status_value = 'solved';
534
  var postid_value = $(this).attr('id'),
535
- that = $(this);
536
  var postid = postid_value.replace("wpfsolved", "");
537
 
538
- if( $.active === 0 ) {
539
- $.ajax({
540
- type: 'POST',
541
- url: wpforo.ajax_url,
542
- data: {
543
- postid: postid,
544
- status: status_value,
545
- action: 'wpforo_solved_ajax'
546
- }
547
- }).done(function (response) {
548
- if( parseInt(response) !== 0 ) {
549
- $("#" + postid_value).removeClass('wpforo-solved').addClass('wpforo-unsolved');
550
- $("#solvedtext" + postid).text(' ' + wpforo_phrase('Unsolved'));
551
- if (that.is("[wpf-tooltip]")) {
552
- that.attr("wpf-tooltip", wpforo_phrase('Unsolved'));
553
- }
554
  }
555
- wpforo_load_hide();
556
- });
557
- }
 
558
  });
559
 
560
- wpforo_wrap.on('click','.wpforo-unsolved', function(){
561
  wpforo_load_show();
562
- var status_value = 'unsolved';
563
  var postid_value = $(this).attr('id'),
564
- that = $(this);
565
  var postid = postid_value.replace("wpfsolved", "");
566
 
567
- if( $.active === 0 ) {
568
- $.ajax({
569
- type: 'POST',
570
- url: wpforo.ajax_url,
571
- data: {
572
- postid: postid,
573
- status: status_value,
574
- action: 'wpforo_solved_ajax'
575
- }
576
- }).done(function (response) {
577
- if( parseInt(response) !== 0 ){
578
- $("#" + postid_value).removeClass('wpforo-unsolved').addClass('wpforo-solved');
579
- $("#solvedtext" + postid).text(' ' + wpforo_phrase('Solved'));
580
- if (that.is("[wpf-tooltip]")) {
581
- that.attr("wpf-tooltip", wpforo_phrase('Solved'));
582
- }
583
  }
584
- wpforo_load_hide();
585
- });
586
- }
 
587
  });
588
 
589
 
590
  // Close
591
- wpforo_wrap.on('click','.wpforo-close', function(){
592
  wpforo_load_show();
593
- var status_value = 'close';
594
  var postid_value = $(this).attr('id'),
595
- that = $(this);
596
- var postid = postid_value.replace("wpfclose", "");
597
 
598
- if( $.active === 0 ) {
599
- $.ajax({
600
- type: 'POST',
601
- url: wpforo.ajax_url,
602
- data: {
603
- postid: postid,
604
- status: status_value,
605
- action: 'wpforo_close_ajax'
606
- }
607
- }).done(function (response) {
608
- if( parseInt(response) !== 0 ){
609
- $("#" + postid_value).removeClass('wpforo-close').addClass('wpforo-open');
610
- $("#closeicon" + postid).removeClass('fa-lock').addClass('fa-unlock');
611
- $("#closetext" + postid).text(' ' + wpforo_phrase('Open'));
612
- if (that.is("[wpf-tooltip]")) {
613
- that.attr("wpf-tooltip", wpforo_phrase('Open'));
614
- }
615
- $(".wpf-form-wrapper").remove();
616
- $(".wpforo-reply").remove();
617
- $(".wpforo-quote").remove();
618
- $(".wpforo-edit").remove();
619
- $(".wpf-answer-button").remove();
620
- $(".wpf-add-comment-button").remove();
621
- }
622
- wpforo_load_hide();
623
- });
624
- }
 
625
  });
626
 
627
- wpforo_wrap.on('click','.wpforo-open', function(){
628
  wpforo_load_show();
629
- var status_value = 'closed';
630
  var postid_value = $(this).attr('id'),
631
- that = $(this);
632
- var postid = postid_value.replace("wpfclose", "");
633
 
634
- if( $.active === 0 ) {
635
- $.ajax({
636
- type: 'POST',
637
- url: wpforo.ajax_url,
638
- data: {
639
- postid: postid,
640
- status: status_value,
641
- action: 'wpforo_close_ajax'
642
- }
643
- }).done(function (response) {
644
- if( parseInt(response) !== 0 ){
645
- if (that.is("[wpf-tooltip]")) {
646
- that.attr("wpf-tooltip", wpforo_phrase('Close'));
647
- }
648
- window.location.assign(response);
649
- }
650
- wpforo_load_hide();
651
 
652
- });
653
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
  });
655
 
656
  // Edit post
657
- wpforo_wrap.on('click','.wpforo-edit', function(){
 
658
  var wrap = $(this).closest('[id^=post-][data-postid]');
659
- if( wrap.length && $.active === 0 ){
 
660
  var children = wrap.contents().not(":hidden");
661
  var loading = $('<div class="wpforo-loading-portable"><i class="fas fa-3x fa-circle-notch fa-spin"></i></div>');
662
  wrap.append(loading);
@@ -676,6 +626,7 @@ $wpf(document).ready(function ($) {
676
  }
677
  f.fadeIn('slow');
678
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
 
679
  }
680
 
681
  var f = $('.wpf-form-wrapper', wrap);
@@ -690,24 +641,19 @@ $wpf(document).ready(function ($) {
690
  action: 'wpforo_post_edit'
691
  }
692
  }).done(function(response){
693
- try {
694
- response = JSON.parse(response);
695
- if( parseInt(response.state) ) show_form(response.html, true);
696
- }catch (e) {
697
- console.log(e);
698
- }
699
  });
700
  }
701
  }
702
  });
703
 
704
  // Delete
705
- wpforo_wrap.on('click', '.wpforo-delete', function(){
706
- wpforo_load_show();
707
-
708
- var ok = confirm(wpforo_ucwords( wpforo_phrase('are you sure you want to delete?') ));
709
-
710
- if(ok && $.active === 0){
711
  var postid_value = $(this).attr('id');
712
  var is_topic = postid_value.indexOf("topic");
713
 
@@ -734,42 +680,36 @@ $wpf(document).ready(function ($) {
734
  action: 'wpforo_delete_ajax'
735
  }
736
  }).done(function(response){
737
- try{
738
- response = JSON.parse(response);
739
- } catch (e) {
740
- console.log(e);
741
- }
742
- if( response.stat === 1 ){
743
  if(is_topic === -1){
744
- var to_be_removed = $('#post-' + response.postid);
745
  if( to_be_removed.hasClass('wpf-answer-wrap') ){
746
  var qa_item_wrap = to_be_removed.parents('.wpforo-qa-item-wrap');
747
  if( qa_item_wrap.length ) to_be_removed = qa_item_wrap;
748
  }
749
  to_be_removed.remove().delay(200);
750
- $('#wpf-post-replies-'+response.postid).remove().delay(100);
751
- $('#wpf-ttgg-'+response.root+' .wpf-post-replies-count').text( response.root_count );
752
  }else{
753
- window.location.assign(response.location);
754
  }
755
- wpforo_load_hide();
756
- }else{
757
- wpforo_load_hide();
758
  }
759
-
760
- wpforo_notice_show(response.notice);
 
761
  });
762
- }else{
763
- wpforo_load_hide();
764
  }
765
  });
766
 
767
 
768
  // Subscribe
769
- wpforo_wrap.on('click','.wpf-subscribe-forum, .wpf-subscribe-topic', function(){
770
  wpforo_load_show();
 
 
 
 
771
  var type = '';
772
- var status = 'subscribe';
773
  var clases = $(this).attr('class');
774
 
775
  if( clases.indexOf("wpf-subscribe-forum") > -1 ){
@@ -782,39 +722,33 @@ $wpf(document).ready(function ($) {
782
  var postid_value = $(this).attr('id');
783
  var itemid = postid_value.replace("wpfsubscribe-", "");
784
 
785
- if( $.active === 0 ) {
786
- $.ajax({
787
- type: 'POST',
788
- url: wpforo.ajax_url,
789
- data: {
790
- itemid: itemid,
791
- type: type,
792
- status: status,
793
- action: 'wpforo_subscribe_ajax'
794
- }
795
- }).done(function (response) {
796
- try {
797
- response = JSON.parse(response);
798
- } catch (e) {
799
- console.log(e);
800
- }
801
- if( parseInt(response.stat) === 1 ){
802
- $("#wpfsubscribe-" + itemid).removeClass('wpf-subscribe-' + type).addClass('wpf-unsubscribe-' + type).text(' ' + wpforo_phrase('Unsubscribe'));
803
- wpforo_load_hide();
804
- } else {
805
- wpforo_load_hide();
806
- }
807
-
808
- wpforo_notice_show(response.notice);
809
- });
810
- }
811
  });
812
 
813
- wpforo_wrap.on('click','.wpf-unsubscribe-forum, .wpf-unsubscribe-topic', function(){
814
  wpforo_load_show();
 
 
 
 
815
  var type = '';
816
  var button_phrase = '';
817
- var status = 'unsubscribe';
818
  var clases = $(this).attr('class');
819
  if( clases.indexOf("wpf-unsubscribe-forum") > -1 ){
820
  type = 'forum';
@@ -827,33 +761,56 @@ $wpf(document).ready(function ($) {
827
  var postid_value = $(this).attr('id');
828
  var itemid = postid_value.replace("wpfsubscribe-", "");
829
 
830
- if( $.active === 0 ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
831
  $.ajax({
832
  type: 'POST',
833
- url: wpforo.ajax_url,
834
  data: {
835
- itemid: itemid,
836
- type: type,
837
- status: status,
838
- action: 'wpforo_subscribe_ajax'
839
  }
840
  }).done(function (response) {
841
- try {
842
- response = JSON.parse(response);
843
- } catch (e) {
844
- console.log(e);
845
- }
846
- if( parseInt(response.stat) === 1 ){
847
- $("#wpfsubscribe-" + itemid).removeClass('wpf-unsubscribe-' + type).addClass('wpf-subscribe-' + type).text(' ' + button_phrase);
848
- wpforo_load_hide();
849
- } else {
850
- wpforo_load_hide();
851
  }
852
-
853
- wpforo_notice_show(response.notice);
854
- });
855
  }
856
- });
857
 
858
  wpforo_wrap.on('click', '.wpforo-tools', function () {
859
  var tools = $('#wpf_moderation_tools');
@@ -876,7 +833,7 @@ $wpf(document).ready(function ($) {
876
 
877
  wpforo_topic_tools_tab_load();
878
 
879
- wpforo_wrap.on('click', '.wpf-load-threads a.wpf-threads-filter', function () {
880
  var wrap = $(this).parents('div.wpfl-4');
881
  var topics_list = $('.wpf-thread-list', wrap);
882
  topics_list.data('paged', 0);
@@ -886,38 +843,10 @@ $wpf(document).ready(function ($) {
886
  $(this).addClass('wpf-active');
887
  });
888
 
889
- wpforo_wrap.on('change', '.wpf-topic-form-forumid', function () {
890
- var form_wrap = $(this).closest('.wpf-topic-form-extra-wrap');
891
- var form_ajax_wrap = $('.wpf-topic-form-ajax-wrap', form_wrap);
892
- var l = $('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
893
- form_ajax_wrap.empty();
894
- l.appendTo(form_ajax_wrap);
895
- $('.wpf-topic-form-no-selected-forum', form_wrap).hide();
896
-
897
- var forumid = parseInt( $(this).val() );
898
- if( forumid && $.active === 0 ){
899
- $.ajax({
900
- type: 'POST',
901
- data: {
902
- forumid: forumid,
903
- action: 'wpforo_topic_portable_form'
904
- }
905
- }).done(function (response) {
906
- l.remove();
907
- if( response ){
908
- var f = $(response);
909
- form_ajax_wrap.empty();
910
- f.appendTo(form_ajax_wrap);
911
- f.fadeIn('slow');
912
- wpforo_trigger_custom_event(document, 'wpforo_topic_portable_form', f);
913
- }
914
- })
915
- }
916
- });
917
-
918
- wpforo_wrap.on('click', '.wpf-more-topics > a', function () {
919
  var $this = $(this);
920
  var wrap = $this.parents('div.wpfl-4');
 
921
  var topics_list = $('.wpf-thread-list', wrap);
922
  var filter = topics_list.data('filter');
923
  var forumid = topics_list.data('forumid');
@@ -943,78 +872,64 @@ $wpf(document).ready(function ($) {
943
  i.toggleClass(i_toggle_class);
944
  if(append) i2.toggleClass(i2_toggle_class);
945
 
946
- if( $.active === 0 ) {
947
- $.ajax({
948
- type: 'POST',
949
- data: {
950
- forumid: forumid,
951
- filter: filter,
952
- paged: paged,
953
- action: 'wpforo_layout4_loadmore'
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
- if (append) {
964
- topics_list.append(response.output_html);
965
- } else {
966
- topics_list.html(response.output_html);
967
- $this.show();
968
- }
969
  } else {
970
- if (!append) {
971
- topics_list.html('<span class="wpf-no-thread">' + wpforo_phrase('No threads found') + '</span>');
972
- }
973
  }
974
-
975
- if (response.no_more) {
976
- $this.hide();
977
  }
 
978
 
979
- i.toggleClass(i_toggle_class);
980
- if (append) i2.toggleClass(i2_toggle_class);
981
- wpforo_load_hide();
982
- });
983
- }
 
 
 
 
984
  });
985
 
986
- wpforo_wrap.on('click', '.wpforo-qa-show-rest-comments', function () {
987
  wpforo_load_show();
988
  var $this = $(this);
 
989
  var wrap = $this.parents('.wpforo-qa-item-wrap');
990
  var root_wrap = wrap.children('.post-wrap');
991
  var comments_list = $('.wpforo-qa-comments', wrap);
992
  var parentid = root_wrap.data('postid');
993
-
994
- if( $.active === 0 ) {
995
- $.ajax({
996
- type: 'POST',
997
- data: {
998
- parentid: parentid,
999
- action: 'wpforo_qa_comment_loadrest'
1000
- }
1001
- }).done(function (response) {
1002
- try {
1003
- response = JSON.parse(response);
1004
- } catch (e) {
1005
- console.log(e);
1006
- }
1007
-
1008
- if (response.stat === 1) {
1009
- comments_list.append(response.output_html);
1010
- $this.remove();
1011
- wpforo_load_hide();
1012
- }
1013
- });
1014
- }
1015
  });
1016
 
1017
- wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_post_preview:not(.wpf-disabled)', function(){
1018
  var $this = $(this);
1019
  var ico = $('.wpf-rev-preview-ico', $this);
1020
  var form = $this.closest('form[data-textareaid]');
@@ -1026,7 +941,8 @@ $wpf(document).ready(function ($) {
1026
  var body = wpforo_editor.get_content('raw');
1027
  var body_info = wpforo_editor.get_stats();
1028
 
1029
- if( textareaid && body_info.has_content && $.active === 0){
 
1030
  wpforo_load_show();
1031
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
1032
  $.ajax({
@@ -1038,28 +954,31 @@ $wpf(document).ready(function ($) {
1038
  action: 'wpforo_post_preview'
1039
  }
1040
  }).done(function (response) {
1041
- if( response ) {
1042
  $('.wpforo-revisions-action-buttons .wpforo-revision-action-button', form).removeClass('wpf-rev-button-active');
1043
  $this.addClass('wpf-rev-button-active');
1044
- $('.wpforo-revisions-preview-wrap', form).html(response);
1045
  }
1046
  }).always(function(){
1047
  wpforo_load_hide();
1048
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
 
1049
  });
1050
  }
1051
 
1052
  });
1053
 
1054
- wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_save_revision', function () {
1055
- if( $(this).is(':visible') ){
1056
- var ico = $('.wpf-rev-save-ico', $(this));
1057
- var form = $(this).closest('form[data-textareaid]');
 
1058
  var textareaid = form.data('textareaid');
1059
  var postid = $( 'input.wpf-form-postid', form ).val();
1060
  var body = wpforo_editor.get_content('raw');
1061
  var body_info = wpforo_editor.get_stats();
1062
- if( textareaid && body_info.has_content && $.active === 0 ){
 
1063
  wpforo_load_show('Saving Draft');
1064
  ico.toggleClass('fa-save fa-circle-notch fa-spin');
1065
  $.ajax({
@@ -1071,42 +990,38 @@ $wpf(document).ready(function ($) {
1071
  action: 'wpforo_save_revision'
1072
  }
1073
  }).done(function (response) {
1074
- try{
1075
- response = JSON.parse(response);
1076
-
1077
- if( parseInt( response.revisionid ) ) {
1078
- wpforo_deactivate_revision_action_buttons(form);
1079
- $('.wpf-rev-history-count', form).text(response.revisions_count);
1080
- if( response.revisionhtml && $('.wpforo_revisions_history', form).hasClass('wpf-rev-button-active') ){
1081
- var revisions_preview_wrap = $('.wpforo-revisions-preview-wrap', form);
1082
- revisions_preview_wrap.prepend(response.revisionhtml);
1083
- var wpforo_revision = $('.wpforo-revision', revisions_preview_wrap);
1084
- if( wpforo_revision.length >= wpforo.revision_options.max_drafts_per_page ){
1085
- wpforo_revision.each(function (i) {
1086
- if( i >= wpforo.revision_options.max_drafts_per_page ) $(this).remove();
1087
- });
1088
- }
1089
  }
1090
  }
1091
- }catch (e) {
1092
- console.log(e);
1093
  }
1094
  }).always(function(){
1095
  wpforo_load_hide();
1096
  ico.toggleClass('fa-save fa-circle-notch fa-spin');
 
1097
  });
1098
  }
1099
  }
1100
  });
1101
 
1102
- wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_revisions_history', function(){
1103
  var $this = $(this);
1104
  var ico = $('.wpf-rev-ico', $this);
1105
  var form = $this.closest('form[data-textareaid]');
1106
  var textareaid = form.data('textareaid');
1107
  var postid = $( 'input.wpf-form-postid', form ).val();
1108
 
1109
- if( textareaid && $.active === 0 ){
 
1110
  wpforo_load_show();
1111
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
1112
  $.ajax({
@@ -1117,33 +1032,29 @@ $wpf(document).ready(function ($) {
1117
  action: 'wpforo_get_revisions_history'
1118
  }
1119
  }).done(function (response) {
1120
- try{
1121
- response = JSON.parse(response);
1122
-
1123
- if( parseInt( response.revisions_count ) ) {
1124
- $('.wpf-rev-history-count', form).text(response.revisions_count);
1125
- $('.wpforo-revisions-action-buttons .wpforo-revision-action-button', form).removeClass('wpf-rev-button-active');
1126
- $this.addClass('wpf-rev-button-active');
1127
- $('.wpforo-revisions-preview-wrap', form).html(response.revisionhtml);
1128
- }
1129
- }catch (e) {
1130
- console.log(e);
1131
  }
1132
  }).always(function(){
1133
  wpforo_load_hide();
1134
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
 
1135
  });
1136
  }
1137
  });
1138
 
1139
- wpforo_wrap.on('click', 'form[data-textareaid] .wpforo-revision-action-restore', function(){
1140
- var ico = $('.wpf-rev-ico', $(this));
1141
- var form = $(this).closest('form[data-textareaid]');
1142
- var rev_wrap = $(this).closest('.wpforo-revision[data-revisionid]');
1143
- if( rev_wrap.length && $.active === 0 ){
 
 
1144
  wpforo_load_show('Restore Revision');
1145
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
1146
-
1147
  var revisionid = rev_wrap.data('revisionid');
1148
  $.ajax({
1149
  type: 'POST',
@@ -1152,32 +1063,27 @@ $wpf(document).ready(function ($) {
1152
  action: 'wpforo_get_revision'
1153
  }
1154
  }).done(function (response) {
1155
- if( response ){
1156
- try {
1157
- response = JSON.parse(response);
1158
- if( response.revisionid ){
1159
- wpforo_editor.set_content(response.body);
1160
- $('html, body').animate({ scrollTop: form.offset().top }, 500);
1161
- }
1162
- } catch (e) {
1163
- console.log(e);
1164
- }
1165
- }
1166
  }).always(function(){
1167
  wpforo_load_hide();
1168
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
 
1169
  });
1170
  }
1171
  });
1172
 
1173
- wpforo_wrap.on('click', 'form[data-textareaid] .wpforo-revision-action-delete', function(){
1174
- var ico = $('.wpf-rev-ico', $(this));
1175
- var form = $(this).closest('form[data-textareaid]');
1176
- var rev_wrap = $(this).closest('.wpforo-revision[data-revisionid]');
1177
- if( rev_wrap.length && $.active === 0 ){
 
 
1178
  wpforo_load_show('Deleting Revision');
1179
  ico.toggleClass('fa-trash fa-circle-notch fa-spin');
1180
-
1181
  var revisionid = rev_wrap.data('revisionid');
1182
  $.ajax({
1183
  type: 'POST',
@@ -1186,16 +1092,16 @@ $wpf(document).ready(function ($) {
1186
  action: 'wpforo_delete_revision'
1187
  }
1188
  }).done(function (response) {
1189
- if( parseInt(response) ){
1190
  rev_wrap.fadeOut(500, function(){
1191
  rev_wrap.remove();
1192
- var rev_history_count = $('.wpf-rev-history-count', form);
1193
- rev_history_count.text( parseInt( rev_history_count.text() ) - 1 );
1194
  });
1195
  }
1196
  }).always(function(){
1197
  wpforo_load_hide();
1198
  ico.toggleClass('fa-trash fa-circle-notch fa-spin');
 
1199
  });
1200
  }
1201
  });
@@ -1262,43 +1168,45 @@ $wpf(document).ready(function ($) {
1262
  }
1263
  });
1264
 
1265
- wpforo_wrap.on('click', '.wpforo-rcn-wrap .wpforo-rcn-dismiss-button', function () {
 
 
1266
  wpforo_load_show();
1267
  var wrap = $(this).closest('.wpforo-rcn-wrap');
1268
- if( $.active === 0 ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1269
  $.ajax({
1270
  type: 'POST',
1271
- data: {
1272
- backend: 0,
1273
- action: 'wpforo_dissmiss_recaptcha_note'
1274
  }
1275
- }).done(function (response) {
1276
- if (parseInt(response)) {
1277
- wrap.remove();
1278
- wpforo_notice_show('done', 'success');
1279
- }
1280
- }).always(function () {
1281
- wpforo_load_hide();
1282
- });
1283
- }
1284
- });
1285
-
1286
- wpforo_wrap.on('click', '.wpf-admincp .wpf-acp-toggle', function(){
1287
- var button = $(this);
1288
- var wrap = button.closest('.wpf-admincp');
1289
- if( $.active === 0 ){
1290
- $('.wpf-acp-body', wrap).slideToggle(function(){
1291
- $('.fas', button).toggleClass('fa-minus-square fa-plus-square');
1292
- var toggle_status = $(this).is(':visible') ? 'open' : 'close';
1293
- $.ajax({
1294
- type: 'POST',
1295
- data:{
1296
- toggle_status: toggle_status,
1297
- action: 'wpforo_acp_toggle'
1298
- }
1299
- });
1300
  });
1301
- }
1302
  });
1303
  });
1304
 
39
  };
40
 
41
  // Like
42
+ wpforo_wrap.on('click', '.wpforo-like:not(.wpf-processing)', function () {
43
  wpforo_load_show();
44
  var postid = $(this).data('postid'),
45
+ $this = $(this);
46
+ $this.addClass('wpf-processing');
47
+ $.ajax({
48
+ type: 'POST',
49
+ url: wpforo.ajax_url,
50
+ data: {
51
+ postid: postid,
52
+ likestatus: 1,
53
+ action: 'wpforo_like_ajax'
54
+ }
55
+ }).done(function (response) {
56
+ if (response.success) {
57
+ $this.find('.wpforo-like-ico').removeClass('far').addClass('fas');
58
+ $this.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Unlike'));
59
+ $this.parents('.wpforo-post').find('.bleft').html(response.data.likers);
60
+ $this.removeClass('wpforo-like').addClass('wpforo-unlike');
61
+ if( $this.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
62
+ $this.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Unlike') );
63
+ }else{
64
+ $this.find('.wpforo-like-ico').removeClass('fa-thumbs-up').addClass('fa-thumbs-down');
65
+ }
66
+ $this.children(".wpf-like-count").text(response.data.count);
67
+ }
68
+ wpforo_load_hide();
69
+ wpforo_notice_show(response.data.notice);
70
+ $this.removeClass('wpf-processing');
71
+ });
 
 
 
 
 
 
 
 
72
  });
73
  // unlike
74
+ wpforo_wrap.on('click', '.wpforo-unlike:not(.wpf-processing)', function () {
75
  wpforo_load_show();
76
  var postid = $(this).data('postid'),
77
+ $this = $(this);
78
+ $this.addClass('wpf-processing');
79
+ $.ajax({
80
+ type: 'POST',
81
+ url: wpforo.ajax_url,
82
+ data: {
83
+ postid: postid,
84
+ likestatus: 0,
85
+ action: 'wpforo_like_ajax'
86
+ }
87
+ }).done(function (response) {
88
+ if (response.success) {
89
+ $this.find('.wpforo-like-ico').removeClass('fas').addClass('far');
90
+ $this.find('.wpforo-like-txt').text(' ' + wpforo_phrase('Like'));
91
+ $this.parents('.wpforo-post').find('.bleft').html(response.data.likers);
92
+ $this.removeClass('wpforo-unlike').addClass('wpforo-like');
93
+ if( $this.children(".wpf-like-icon").is("[wpf-tooltip]") ) {
94
+ $this.children(".wpf-like-icon").attr("wpf-tooltip", wpforo_phrase('Like') );
95
+ }else{
96
+ $this.find('.wpforo-like-ico').removeClass('fa-thumbs-down').addClass('fa-thumbs-up');
97
+ }
98
+ $this.children(".wpf-like-count").text(response.data.count);
99
+ }
100
+ wpforo_load_hide();
101
+ wpforo_notice_show(response.data.notice);
102
+ $this.removeClass('wpf-processing');
103
+ });
 
 
 
 
 
 
 
 
104
  });
105
 
106
 
107
  // Vote
108
+ wpforo_wrap.on('click', '.wpforo-voteup:not(.wpf-processing)', function () {
109
  wpforo_load_show();
110
  var type = $(this).data('type'),
111
  postid = $(this).data('postid'),
112
+ $this = $(this);
113
+ var buttons = $('.wpforo-voteup, .wpforo-votedown', $this.closest('.wpforo-post-voting'));
114
+ buttons.addClass('wpf-processing');
115
+ $.ajax({
116
+ type: 'POST',
117
+ url: wpforo.ajax_url,
118
+ data: {
119
+ itemtype: type,
120
+ postid: postid,
121
+ votestatus: 'up',
122
+ action: 'wpforo_vote_ajax'
123
+ }
124
+ }).done(function (response) {
125
+ if( response.success ) $this.parents('.post-wrap').find('.wpfvote-num').text(response.data.votes).fadeIn();
126
+ wpforo_load_hide();
127
+ wpforo_notice_show(response.data.notice);
128
+ buttons.removeClass('wpf-processing');
129
+ });
 
 
 
 
 
 
 
 
130
  });
131
 
132
+ wpforo_wrap.on('click', '.wpforo-votedown:not(.wpf-processing)', function () {
133
  wpforo_load_show();
134
  var type = $(this).data('type'),
135
  postid = $(this).data('postid'),
136
+ $this = $(this);
137
+ var buttons = $('.wpforo-voteup, .wpforo-votedown', $this.closest('.wpforo-post-voting'));
138
+ buttons.addClass('wpf-processing');
139
+ $.ajax({
140
+ type: 'POST',
141
+ url: wpforo.ajax_url,
142
+ data: {
143
+ itemtype: type,
144
+ postid: postid,
145
+ votestatus: 'down',
146
+ action: 'wpforo_vote_ajax'
147
+ }
148
+ }).done(function (response) {
149
+ if( response.success ) $this.parents('.post-wrap').find('.wpfvote-num').text(response.data.votes).fadeIn();
150
+ wpforo_load_hide();
151
+ wpforo_notice_show(response.data.notice);
152
+ buttons.removeClass('wpf-processing');
153
+ });
 
 
 
 
 
 
 
 
154
  });
155
 
156
 
157
  // Answer
158
+ wpforo_wrap.on('click', '.wpf-toggle-answer:not(.wpf-processing)', function () {
159
  wpforo_load_show();
160
  var postid = $(this).data('postid'),
161
+ $this = $(this);
162
+ $this.addClass('wpf-processing');
163
+ $.ajax({
164
+ type: 'POST',
165
+ url: wpforo.ajax_url,
166
+ data: {
167
+ postid: postid,
168
+ answerstatus: 0,
169
+ action: 'wpforo_answer_ajax'
170
+ }
171
+ }).done(function (response) {
172
+ if (response.success) {
173
+ $this.removeClass('wpf-toggle-answer').addClass('wpf-toggle-not-answer');
174
+ setTimeout(function () {
175
+ window.location.reload();
176
+ }, 300);
177
+ }
178
+ wpforo_load_hide();
179
+ wpforo_notice_show(response.data.notice);
180
+ $this.removeClass('wpf-processing');
181
+ });
 
 
 
 
 
182
  });
183
 
184
+ wpforo_wrap.on('click', '.wpf-toggle-not-answer:not(.wpf-processing)', function () {
185
  wpforo_load_show();
186
  var postid = $(this).data('postid'),
187
+ $this = $(this);
188
+ $this.addClass('wpf-processing');
189
+ $.ajax({
190
+ type: 'POST',
191
+ url: wpforo.ajax_url,
192
+ data: {
193
+ postid: postid,
194
+ answerstatus: 1,
195
+ action: 'wpforo_answer_ajax'
196
+ }
197
+ }).done(function (response) {
198
+ if (response.success) {
199
+ $this.removeClass('wpf-toggle-not-answer').addClass('wpf-toggle-answer');
200
+ setTimeout(function () {
201
+ window.location.reload();
202
+ }, 300);
203
+ }
204
+ wpforo_load_hide();
205
+ wpforo_notice_show(response.data.notice);
206
+ $this.removeClass('wpf-processing');
207
+ });
 
 
 
 
 
208
  });
209
 
210
 
211
  // Quote
212
+ wpforo_wrap.on('click', '.wpforo-quote:not(.wpf-processing)', function () {
213
  wpforo_load_show();
214
 
215
+ var $this = $(this);
216
+ $this.addClass('wpf-processing');
217
+
218
  var main_form = $('form.wpforo-main-form[data-textareaid]');
219
  var wrap = main_form.closest('.wpf-form-wrapper');
220
  wrap.show();
223
  var postid = post_wrap.data('postid');
224
  if( !postid ) postid = 0;
225
  $(".wpf-form-post-parentid").val( postid );
226
+ $.ajax({
227
+ type: 'POST',
228
+ url: wpforo.ajax_url,
229
+ data: {
230
+ postid: postid,
231
+ action: 'wpforo_quote_ajax'
232
+ }
233
+ }).done(function (response) {
234
+ var phrase = wpforo_phrase('Reply with quote');
235
+ phrase = phrase.charAt(0).toUpperCase() + phrase.slice(1);
236
+ $(".wpf-reply-form-title").html(phrase);
237
+ $(".wpf-form-postid", main_form).val(0);
 
238
 
239
+ wpforo_editor.set_content(response.data, wpforo_editor.get_main());
240
 
241
+ $('html, body').animate({scrollTop: wrap.offset().top}, 1000);
242
+ wpforo_load_hide();
243
+ $this.removeClass('wpf-processing');
244
+ });
245
  });
246
 
247
  // Report
254
  wpforo_load_hide();
255
  });
256
 
257
+ $(document).on('click', '#wpforo-report-send:not(.wpf-processing)', wpforo_report_send);
258
  $(document).on('keydown', 'form#wpforo-report', function (e) {
259
  if ( (e.ctrlKey || e.metaKey) && ( e.code === 'Enter' || e.code === 'NumpadEnter' ) ) {
260
+ $('#wpforo-report-send').trigger('click');
261
  }
262
  });
263
 
264
  function wpforo_report_send(){
265
  wpforo_load_show();
266
+ var $this = $(this);
267
+ $this.addClass('wpf-processing');
268
+
269
  var postid = $('#wpforo-report-postid').val();
270
  var messagecontent = $('#wpforo-report-content').val();
271
 
272
+ $.ajax({
273
+ type: 'POST',
274
+ url: wpforo.ajax_url,
275
+ data: {
276
+ postid: postid,
277
+ reportmsg: messagecontent,
278
+ action: 'wpforo_report_ajax'
279
+ }
280
+ }).done(function (response) {
281
+ wpforo_dialog_hide();
282
+ $('#wpforo-report-content').val('');
283
+ wpforo_load_hide();
284
+ wpforo_notice_show(response.data);
285
+ $this.removeClass('wpf-processing');
286
+ });
 
 
 
 
 
 
287
  }
288
 
289
  // Sticky
290
+ wpforo_wrap.on('click', '.wpforo-sticky:not(.wpf-processing)', function () {
291
  wpforo_load_show();
292
  var topicid = $(this).data('topicid'),
293
+ $this = $(this);
294
 
295
+ $this.addClass('wpf-processing');
296
+
297
+ $.ajax({
298
+ type: 'POST',
299
+ url: wpforo.ajax_url,
300
+ data: {
301
+ topicid: topicid,
302
+ status: 'sticky',
303
+ action: 'wpforo_sticky_ajax'
304
+ }
305
+ }).done(function (response) {
306
+ if (response.success) {
307
+ $this.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Unsticky'));
308
+ $this.removeClass('wpforo-sticky').addClass('wpforo-unsticky');
309
+ if ($this.is("[wpf-tooltip]")) {
310
+ $this.attr("wpf-tooltip", wpforo_phrase('Unsticky'));
 
 
 
 
 
311
  }
312
+ }
313
+ wpforo_load_hide();
314
+ wpforo_notice_show(response.data.notice);
315
+ $this.removeClass('wpf-processing');
316
+ });
317
  });
318
 
319
 
320
+ wpforo_wrap.on('click', '.wpforo-unsticky:not(.wpf-processing)', function () {
321
  wpforo_load_show();
322
  var topicid = $(this).data('topicid'),
323
+ $this = $(this);
324
 
325
+ $this.addClass('wpf-processing');
326
+
327
+ $.ajax({
328
+ type: 'POST',
329
+ url: wpforo.ajax_url,
330
+ data: {
331
+ topicid: topicid,
332
+ status: 'unsticky',
333
+ action: 'wpforo_sticky_ajax'
334
+ }
335
+ }).done(function (response) {
336
+ if (response.success) {
337
+ $this.find('.wpforo-sticky-txt').text(' ' + wpforo_phrase('Sticky'));
338
+ $this.removeClass('wpforo-unsticky').addClass('wpforo-sticky');
339
+ if ($this.is("[wpf-tooltip]")) {
340
+ $this.attr("wpf-tooltip", wpforo_phrase('Sticky'));
 
 
 
 
 
341
  }
342
+ }
343
+ wpforo_load_hide();
344
+ wpforo_notice_show(response.data.notice);
345
+ $this.removeClass('wpf-processing');
346
+ });
347
  });
348
 
349
  // Approve
350
+ wpforo_wrap.on('click','.wpforo-approve:not(.wpf-processing)', function(){
351
  wpforo_load_show();
 
352
  var postid_value = $(this).attr('id'),
353
+ $this = $(this);
354
  var postid = postid_value.replace("wpfapprove", "");
355
 
356
+ $this.addClass('wpf-processing');
357
+
358
+ $.ajax({
359
+ type: 'POST',
360
+ url: wpforo.ajax_url,
361
+ data: {
362
+ postid: postid,
363
+ status: 'approve',
364
+ action: 'wpforo_approve_ajax'
365
+ }
366
+ }).done(function (response) {
367
+ if (response.success) {
368
+ $("#" + postid_value).removeClass('wpforo-approve').addClass('wpforo-unapprove');
369
+ $("#approveicon" + postid).removeClass('fa-check').addClass('fa-exclamation-circle');
370
+ $("#wpforo-wrap #post-" + postid + " .wpf-mod-message").hide();
371
+ $("#wpforo-wrap .wpf-status-title").hide();
372
+ $("#approvetext" + postid).text(' ' + wpforo_phrase('Unapprove'));
373
+ if ($this.is("[wpf-tooltip]")) {
374
+ $this.attr("wpf-tooltip", wpforo_phrase('Unapprove'));
375
  }
376
+ }
377
+ wpforo_load_hide();
378
+ window.location.reload();
379
+ $this.removeClass('wpf-processing');
380
+ });
381
  });
382
 
383
  // Unapprove
384
+ wpforo_wrap.on('click','.wpforo-unapprove:not(.wpf-processing)', function(){
385
  wpforo_load_show();
 
386
  var postid_value = $(this).attr('id'),
387
+ $this = $(this);
388
  var postid = postid_value.replace("wpfapprove", "");
389
 
390
+ $this.addClass('wpf-processing');
391
+
392
+ $.ajax({
393
+ type: 'POST',
394
+ url: wpforo.ajax_url,
395
+ data: {
396
+ postid: postid,
397
+ status: 'unapprove',
398
+ action: 'wpforo_approve_ajax'
399
+ }
400
+ }).done(function (response) {
401
+ if( response.success ){
402
+ $("#" + postid_value).removeClass('wpforo-unapprove').addClass('wpforo-approve');
403
+ $("#approveicon" + postid).removeClass('fa-exclamation-circle').addClass('fa-check');
404
+ $('#wpforo-wrap #post-' + postid + ' .wpf-mod-message').visible();
405
+ $('#wpforo-wrap .wpf-status-title').visible();
406
+ $("#approvetext" + postid).text(' ' + wpforo_phrase('Approve'));
407
+ if ($this.is("[wpf-tooltip]")) {
408
+ $this.attr("wpf-tooltip", wpforo_phrase('Approve'));
409
  }
410
+ }
411
+ wpforo_load_hide();
412
+ window.location.reload();
413
+ $this.removeClass('wpf-processing');
414
+ });
415
  });
416
 
417
 
418
  // Private
419
+ wpforo_wrap.on('click','.wpforo-private:not(.wpf-processing)', function(){
420
  wpforo_load_show();
 
421
  var postid_value = $(this).attr('id'),
422
+ $this = $(this);
423
+ var topicid = postid_value.replace("wpfprivate", "");
424
 
425
+ $this.addClass('wpf-processing');
426
+
427
+ $.ajax({
428
+ type: 'POST',
429
+ url: wpforo.ajax_url,
430
+ data: {
431
+ topicid: topicid,
432
+ status: 'private',
433
+ action: 'wpforo_private_ajax'
434
+ }
435
+ }).done(function (response) {
436
+ if( response.success ){
437
+ $("#" + postid_value).removeClass('wpforo-private').addClass('wpforo-public');
438
+ $("#privateicon" + topicid).removeClass('fa-eye-slash').addClass('fa-eye');
439
+ $("#privatetext" + topicid).text(' ' + wpforo_phrase('Public'));
440
+ if ($this.is("[wpf-tooltip]")) {
441
+ $this.attr("wpf-tooltip", wpforo_phrase('Public'));
442
  }
443
+ }
444
+ wpforo_load_hide();
445
+ $this.removeClass('wpf-processing');
446
+ });
447
  });
448
 
449
+ wpforo_wrap.on('click','.wpforo-public:not(.wpf-processing)', function(){
450
  wpforo_load_show();
 
451
  var postid_value = $(this).attr('id'),
452
+ $this = $(this);
453
+ var topicid = postid_value.replace("wpfprivate", "");
454
 
455
+ $this.addClass('wpf-processing');
456
+
457
+ $.ajax({
458
+ type: 'POST',
459
+ url: wpforo.ajax_url,
460
+ data: {
461
+ topicid: topicid,
462
+ status: 'public',
463
+ action: 'wpforo_private_ajax'
464
+ }
465
+ }).done(function (response) {
466
+ if( response.success ){
467
+ $("#" + postid_value).removeClass('wpforo-public').addClass('wpforo-private');
468
+ $("#privateicon" + topicid).removeClass('fa-eye').addClass('fa-eye-slash');
469
+ $("#privatetext" + topicid).text(' ' + wpforo_phrase('Private'));
470
+ if ($this.is("[wpf-tooltip]")) {
471
+ $this.attr("wpf-tooltip", wpforo_phrase('Private'));
472
  }
473
+ }
474
+ wpforo_load_hide();
475
+ $this.removeClass('wpf-processing');
476
+ });
477
  });
478
 
479
  // Solved
480
+ wpforo_wrap.on('click','.wpforo-solved:not(.wpf-processing)', function(){
481
  wpforo_load_show();
 
482
  var postid_value = $(this).attr('id'),
483
+ $this = $(this);
484
  var postid = postid_value.replace("wpfsolved", "");
485
 
486
+ $this.addClass('wpf-processing');
487
+
488
+ $.ajax({
489
+ type: 'POST',
490
+ url: wpforo.ajax_url,
491
+ data: {
492
+ postid: postid,
493
+ status: 'solved',
494
+ action: 'wpforo_solved_ajax'
495
+ }
496
+ }).done(function (response) {
497
+ if( response.success ) {
498
+ $("#" + postid_value).removeClass('wpforo-solved').addClass('wpforo-unsolved');
499
+ $("#solvedtext" + postid).text(' ' + wpforo_phrase('Unsolved'));
500
+ if ($this.is("[wpf-tooltip]")) {
501
+ $this.attr("wpf-tooltip", wpforo_phrase('Unsolved'));
502
  }
503
+ }
504
+ wpforo_load_hide();
505
+ $this.removeClass('wpf-processing');
506
+ });
507
  });
508
 
509
+ wpforo_wrap.on('click','.wpforo-unsolved:not(.wpf-processing)', function(){
510
  wpforo_load_show();
 
511
  var postid_value = $(this).attr('id'),
512
+ $this = $(this);
513
  var postid = postid_value.replace("wpfsolved", "");
514
 
515
+ $this.addClass('wpf-processing');
516
+
517
+ $.ajax({
518
+ type: 'POST',
519
+ url: wpforo.ajax_url,
520
+ data: {
521
+ postid: postid,
522
+ status: 'unsolved',
523
+ action: 'wpforo_solved_ajax'
524
+ }
525
+ }).done(function (response) {
526
+ if( response.success ){
527
+ $("#" + postid_value).removeClass('wpforo-unsolved').addClass('wpforo-solved');
528
+ $("#solvedtext" + postid).text(' ' + wpforo_phrase('Solved'));
529
+ if ($this.is("[wpf-tooltip]")) {
530
+ $this.attr("wpf-tooltip", wpforo_phrase('Solved'));
531
  }
532
+ }
533
+ wpforo_load_hide();
534
+ $this.removeClass('wpf-processing');
535
+ });
536
  });
537
 
538
 
539
  // Close
540
+ wpforo_wrap.on('click','.wpforo-close:not(.wpf-processing)', function(){
541
  wpforo_load_show();
 
542
  var postid_value = $(this).attr('id'),
543
+ $this = $(this);
544
+ var topicid = postid_value.replace("wpfclose", "");
545
 
546
+ $this.addClass('wpf-processing');
547
+
548
+ $.ajax({
549
+ type: 'POST',
550
+ url: wpforo.ajax_url,
551
+ data: {
552
+ topicid: topicid,
553
+ status: 'close',
554
+ action: 'wpforo_close_ajax'
555
+ }
556
+ }).done(function (response) {
557
+ if( response.success ){
558
+ $("#" + postid_value).removeClass('wpforo-close').addClass('wpforo-open');
559
+ $("#closeicon" + topicid).removeClass('fa-lock').addClass('fa-unlock');
560
+ $("#closetext" + topicid).text(' ' + wpforo_phrase('Open'));
561
+ if ($this.is("[wpf-tooltip]")) {
562
+ $this.attr("wpf-tooltip", wpforo_phrase('Open'));
563
+ }
564
+ $(".wpf-form-wrapper").remove();
565
+ $(".wpforo-reply").remove();
566
+ $(".wpforo-quote").remove();
567
+ $(".wpforo-edit").remove();
568
+ $(".wpf-answer-button").remove();
569
+ $(".wpf-add-comment-button").remove();
570
+ }
571
+ wpforo_load_hide();
572
+ $this.removeClass('wpf-processing');
573
+ });
574
  });
575
 
576
+ wpforo_wrap.on('click','.wpforo-open:not(.wpf-processing)', function(){
577
  wpforo_load_show();
 
578
  var postid_value = $(this).attr('id'),
579
+ $this = $(this);
580
+ var topicid = postid_value.replace("wpfclose", "");
581
 
582
+ $this.addClass('wpf-processing');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583
 
584
+ $.ajax({
585
+ type: 'POST',
586
+ url: wpforo.ajax_url,
587
+ data: {
588
+ topicid: topicid,
589
+ status: 'closed',
590
+ action: 'wpforo_close_ajax'
591
+ }
592
+ }).done(function (response) {
593
+ if( response.success ){
594
+ if ($this.is("[wpf-tooltip]")) {
595
+ $this.attr("wpf-tooltip", wpforo_phrase('Close'));
596
+ }
597
+ window.location.reload();
598
+ }
599
+ wpforo_load_hide();
600
+ $this.removeClass('wpf-processing');
601
+ });
602
  });
603
 
604
  // Edit post
605
+ wpforo_wrap.on('click','.wpforo-edit:not(.wpf-processing)', function(){
606
+ var $this = $(this);
607
  var wrap = $(this).closest('[id^=post-][data-postid]');
608
+ if( wrap.length ){
609
+ $this.addClass('wpf-processing');
610
  var children = wrap.contents().not(":hidden");
611
  var loading = $('<div class="wpforo-loading-portable"><i class="fas fa-3x fa-circle-notch fa-spin"></i></div>');
612
  wrap.append(loading);
626
  }
627
  f.fadeIn('slow');
628
  $( 'html, body' ).animate({scrollTop: (wrap.offset().top - 80)}, 415);
629
+ $this.removeClass('wpf-processing');
630
  }
631
 
632
  var f = $('.wpf-form-wrapper', wrap);
641
  action: 'wpforo_post_edit'
642
  }
643
  }).done(function(response){
644
+ if( response.success ) show_form(response.data.html, true);
 
 
 
 
 
645
  });
646
  }
647
  }
648
  });
649
 
650
  // Delete
651
+ wpforo_wrap.on('click', '.wpforo-delete:not(.wpf-processing)', function(){
652
+ if( confirm(wpforo_ucwords( wpforo_phrase('are you sure you want to delete?') )) ){
653
+ wpforo_load_show();
654
+ var $this = $(this);
655
+ $this.addClass('wpf-processing');
656
+
657
  var postid_value = $(this).attr('id');
658
  var is_topic = postid_value.indexOf("topic");
659
 
680
  action: 'wpforo_delete_ajax'
681
  }
682
  }).done(function(response){
683
+ if( response.success ){
 
 
 
 
 
684
  if(is_topic === -1){
685
+ var to_be_removed = $('#post-' + response.data.postid);
686
  if( to_be_removed.hasClass('wpf-answer-wrap') ){
687
  var qa_item_wrap = to_be_removed.parents('.wpforo-qa-item-wrap');
688
  if( qa_item_wrap.length ) to_be_removed = qa_item_wrap;
689
  }
690
  to_be_removed.remove().delay(200);
691
+ $('#wpf-post-replies-'+response.data.postid).remove().delay(100);
692
+ $('#wpf-ttgg-'+response.data.root+' .wpf-post-replies-count').text( response.data.root_count );
693
  }else{
694
+ window.location.assign(response.data.location);
695
  }
 
 
 
696
  }
697
+ wpforo_load_hide();
698
+ wpforo_notice_show(response.data.notice);
699
+ $this.removeClass('wpf-processing');
700
  });
 
 
701
  }
702
  });
703
 
704
 
705
  // Subscribe
706
+ wpforo_wrap.on('click','.wpf-subscribe-forum:not(.wpf-processing), .wpf-subscribe-topic:not(.wpf-processing)', function(){
707
  wpforo_load_show();
708
+
709
+ var $this = $(this);
710
+ $this.addClass('wpf-processing');
711
+
712
  var type = '';
 
713
  var clases = $(this).attr('class');
714
 
715
  if( clases.indexOf("wpf-subscribe-forum") > -1 ){
722
  var postid_value = $(this).attr('id');
723
  var itemid = postid_value.replace("wpfsubscribe-", "");
724
 
725
+ $.ajax({
726
+ type: 'POST',
727
+ url: wpforo.ajax_url,
728
+ data: {
729
+ itemid: itemid,
730
+ type: type,
731
+ status: 'subscribe',
732
+ action: 'wpforo_subscribe_ajax'
733
+ }
734
+ }).done(function (response) {
735
+ if( response.success ){
736
+ $("#wpfsubscribe-" + itemid).removeClass('wpf-subscribe-' + type).addClass('wpf-unsubscribe-' + type).text(' ' + wpforo_phrase('Unsubscribe'));
737
+ }
738
+ wpforo_load_hide();
739
+ wpforo_notice_show(response.data.notice);
740
+ $this.removeClass('wpf-processing');
741
+ });
 
 
 
 
 
 
 
 
 
742
  });
743
 
744
+ wpforo_wrap.on('click','.wpf-unsubscribe-forum:not(.wpf-processing), .wpf-unsubscribe-topic:not(.wpf-processing)', function(){
745
  wpforo_load_show();
746
+
747
+ var $this = $(this);
748
+ $this.addClass('wpf-processing');
749
+
750
  var type = '';
751
  var button_phrase = '';
 
752
  var clases = $(this).attr('class');
753
  if( clases.indexOf("wpf-unsubscribe-forum") > -1 ){
754
  type = 'forum';
761
  var postid_value = $(this).attr('id');
762
  var itemid = postid_value.replace("wpfsubscribe-", "");
763
 
764
+ $.ajax({
765
+ type: 'POST',
766
+ url: wpforo.ajax_url,
767
+ data: {
768
+ itemid: itemid,
769
+ type: type,
770
+ status: 'unsubscribe',
771
+ action: 'wpforo_subscribe_ajax'
772
+ }
773
+ }).done(function (response) {
774
+ if( response.success ){
775
+ $("#wpfsubscribe-" + itemid).removeClass('wpf-unsubscribe-' + type).addClass('wpf-subscribe-' + type).text(' ' + button_phrase);
776
+ }
777
+ wpforo_load_hide();
778
+ wpforo_notice_show(response.data.notice);
779
+ $this.removeClass('wpf-processing');
780
+ });
781
+ });
782
+
783
+ wpforo_wrap.on('change', '.wpf-topic-form-forumid', function () {
784
+ var $this = $(this);
785
+ var form_wrap = $this.closest('.wpf-topic-form-extra-wrap');
786
+ var form_ajax_wrap = $('.wpf-topic-form-ajax-wrap', form_wrap);
787
+ var l = $('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
788
+ form_ajax_wrap.empty();
789
+ l.appendTo(form_ajax_wrap);
790
+ $this.attr('disabled', true);
791
+ $('.wpf-topic-form-no-selected-forum', form_wrap).hide();
792
+
793
+ var forumid = parseInt( $this.val() );
794
+ if( forumid ){
795
  $.ajax({
796
  type: 'POST',
 
797
  data: {
798
+ forumid: forumid,
799
+ action: 'wpforo_topic_portable_form'
 
 
800
  }
801
  }).done(function (response) {
802
+ l.remove();
803
+ if( response.success ){
804
+ var f = $(response.data);
805
+ form_ajax_wrap.empty();
806
+ f.appendTo(form_ajax_wrap);
807
+ f.fadeIn('slow');
808
+ wpforo_trigger_custom_event(document, 'wpforo_topic_portable_form', f);
 
 
 
809
  }
810
+ $this.attr('disabled', false);
811
+ })
 
812
  }
813
+ });
814
 
815
  wpforo_wrap.on('click', '.wpforo-tools', function () {
816
  var tools = $('#wpf_moderation_tools');
833
 
834
  wpforo_topic_tools_tab_load();
835
 
836
+ wpforo_wrap.on('click', 'div.wpfl-4:not(.wpf-processing) .wpf-load-threads a.wpf-threads-filter', function () {
837
  var wrap = $(this).parents('div.wpfl-4');
838
  var topics_list = $('.wpf-thread-list', wrap);
839
  topics_list.data('paged', 0);
843
  $(this).addClass('wpf-active');
844
  });
845
 
846
+ wpforo_wrap.on('click', 'div.wpfl-4:not(.wpf-processing) .wpf-more-topics > a', function () {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
847
  var $this = $(this);
848
  var wrap = $this.parents('div.wpfl-4');
849
+ wrap.addClass('wpf-processing');
850
  var topics_list = $('.wpf-thread-list', wrap);
851
  var filter = topics_list.data('filter');
852
  var forumid = topics_list.data('forumid');
872
  i.toggleClass(i_toggle_class);
873
  if(append) i2.toggleClass(i2_toggle_class);
874
 
875
+ $.ajax({
876
+ type: 'POST',
877
+ data: {
878
+ forumid: forumid,
879
+ filter: filter,
880
+ paged: paged,
881
+ action: 'wpforo_layout4_loadmore'
882
+ }
883
+ }).done(function (response) {
884
+ if (response.success) {
885
+ if (append) {
886
+ topics_list.append(response.data.output_html);
 
 
 
 
 
 
 
 
 
 
 
887
  } else {
888
+ topics_list.html(response.data.output_html);
889
+ $this.show();
 
890
  }
891
+ } else {
892
+ if (!append) {
893
+ topics_list.html('<span class="wpf-no-thread">' + wpforo_phrase('No threads found') + '</span>');
894
  }
895
+ }
896
 
897
+ if (response.data.no_more) {
898
+ $this.hide();
899
+ }
900
+
901
+ i.toggleClass(i_toggle_class);
902
+ if (append) i2.toggleClass(i2_toggle_class);
903
+ wpforo_load_hide();
904
+ wrap.removeClass('wpf-processing');
905
+ });
906
  });
907
 
908
+ wpforo_wrap.on('click', '.wpforo-qa-show-rest-comments:not(.wpf-processing)', function () {
909
  wpforo_load_show();
910
  var $this = $(this);
911
+ $this.addClass('wpf-processing');
912
  var wrap = $this.parents('.wpforo-qa-item-wrap');
913
  var root_wrap = wrap.children('.post-wrap');
914
  var comments_list = $('.wpforo-qa-comments', wrap);
915
  var parentid = root_wrap.data('postid');
916
+ $.ajax({
917
+ type: 'POST',
918
+ data: {
919
+ parentid: parentid,
920
+ action: 'wpforo_qa_comment_loadrest'
921
+ }
922
+ }).done(function (response) {
923
+ if (response.success) {
924
+ comments_list.append(response.data.output_html);
925
+ $this.remove();
926
+ wpforo_load_hide();
927
+ }
928
+ $this.removeClass('wpf-processing');
929
+ });
 
 
 
 
 
 
 
 
930
  });
931
 
932
+ wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_post_preview:not(.wpf-disabled):not(.wpf-processing)', function(){
933
  var $this = $(this);
934
  var ico = $('.wpf-rev-preview-ico', $this);
935
  var form = $this.closest('form[data-textareaid]');
941
  var body = wpforo_editor.get_content('raw');
942
  var body_info = wpforo_editor.get_stats();
943
 
944
+ if( textareaid && body_info.has_content){
945
+ $this.addClass('wpf-processing');
946
  wpforo_load_show();
947
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
948
  $.ajax({
954
  action: 'wpforo_post_preview'
955
  }
956
  }).done(function (response) {
957
+ if( response.success ) {
958
  $('.wpforo-revisions-action-buttons .wpforo-revision-action-button', form).removeClass('wpf-rev-button-active');
959
  $this.addClass('wpf-rev-button-active');
960
+ $('.wpforo-revisions-preview-wrap', form).html(response.data);
961
  }
962
  }).always(function(){
963
  wpforo_load_hide();
964
  ico.toggleClass('fa-eye fa-circle-notch fa-spin');
965
+ $this.removeClass('wpf-processing');
966
  });
967
  }
968
 
969
  });
970
 
971
+ wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_save_revision:not(.wpf-processing)', function () {
972
+ var $this = $(this);
973
+ if( $this.is(':visible') ){
974
+ var ico = $('.wpf-rev-save-ico', $this);
975
+ var form = $this.closest('form[data-textareaid]');
976
  var textareaid = form.data('textareaid');
977
  var postid = $( 'input.wpf-form-postid', form ).val();
978
  var body = wpforo_editor.get_content('raw');
979
  var body_info = wpforo_editor.get_stats();
980
+ if( textareaid && body_info.has_content ){
981
+ $this.addClass('wpf-processing');
982
  wpforo_load_show('Saving Draft');
983
  ico.toggleClass('fa-save fa-circle-notch fa-spin');
984
  $.ajax({
990
  action: 'wpforo_save_revision'
991
  }
992
  }).done(function (response) {
993
+ if( response.success ) {
994
+ wpforo_deactivate_revision_action_buttons(form);
995
+ $('.wpf-rev-history-count', form).text(response.data.revisions_count);
996
+ if( response.data.revisionhtml && $('.wpforo_revisions_history', form).hasClass('wpf-rev-button-active') ){
997
+ var revisions_preview_wrap = $('.wpforo-revisions-preview-wrap', form);
998
+ revisions_preview_wrap.prepend(response.data.revisionhtml);
999
+ var wpforo_revision = $('.wpforo-revision', revisions_preview_wrap);
1000
+ if( wpforo_revision.length >= wpforo.revision_options.max_drafts_per_page ){
1001
+ wpforo_revision.each(function (i) {
1002
+ if( i >= wpforo.revision_options.max_drafts_per_page ) $(this).remove();
1003
+ });
 
 
 
 
1004
  }
1005
  }
 
 
1006
  }
1007
  }).always(function(){
1008
  wpforo_load_hide();
1009
  ico.toggleClass('fa-save fa-circle-notch fa-spin');
1010
+ $this.removeClass('wpf-processing');
1011
  });
1012
  }
1013
  }
1014
  });
1015
 
1016
+ wpforo_wrap.on('click', 'form[data-textareaid] .wpforo_revisions_history:not(.wpf-processing)', function(){
1017
  var $this = $(this);
1018
  var ico = $('.wpf-rev-ico', $this);
1019
  var form = $this.closest('form[data-textareaid]');
1020
  var textareaid = form.data('textareaid');
1021
  var postid = $( 'input.wpf-form-postid', form ).val();
1022
 
1023
+ if( textareaid ){
1024
+ $this.addClass('wpf-processing');
1025
  wpforo_load_show();
1026
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
1027
  $.ajax({
1032
  action: 'wpforo_get_revisions_history'
1033
  }
1034
  }).done(function (response) {
1035
+ if( response.success ) {
1036
+ $('.wpf-rev-history-count', form).text(response.data.revisions_count);
1037
+ $('.wpforo-revisions-action-buttons .wpforo-revision-action-button', form).removeClass('wpf-rev-button-active');
1038
+ $this.addClass('wpf-rev-button-active');
1039
+ $('.wpforo-revisions-preview-wrap', form).html(response.data.revisionhtml);
 
 
 
 
 
 
1040
  }
1041
  }).always(function(){
1042
  wpforo_load_hide();
1043
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
1044
+ $this.removeClass('wpf-processing');
1045
  });
1046
  }
1047
  });
1048
 
1049
+ wpforo_wrap.on('click', 'form[data-textareaid] .wpforo-revision-action-restore:not(.wpf-processing)', function(){
1050
+ var $this = $(this);
1051
+ var ico = $('.wpf-rev-ico', $this);
1052
+ var form = $this.closest('form[data-textareaid]');
1053
+ var rev_wrap = $this.closest('.wpforo-revision[data-revisionid]');
1054
+ if( rev_wrap.length ){
1055
+ $this.addClass('wpf-processing');
1056
  wpforo_load_show('Restore Revision');
1057
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
 
1058
  var revisionid = rev_wrap.data('revisionid');
1059
  $.ajax({
1060
  type: 'POST',
1063
  action: 'wpforo_get_revision'
1064
  }
1065
  }).done(function (response) {
1066
+ if( response.success ){
1067
+ wpforo_editor.set_content(response.data.body);
1068
+ $('html, body').animate({ scrollTop: form.offset().top }, 500);
1069
+ }
 
 
 
 
 
 
 
1070
  }).always(function(){
1071
  wpforo_load_hide();
1072
  ico.toggleClass('fa-history fa-circle-notch fa-spin');
1073
+ $this.removeClass('wpf-processing');
1074
  });
1075
  }
1076
  });
1077
 
1078
+ wpforo_wrap.on('click', 'form[data-textareaid] .wpforo-revision-action-delete:not(.wpf-processing)', function(){
1079
+ var $this = $(this);
1080
+ var ico = $('.wpf-rev-ico', $this);
1081
+ var form = $this.closest('form[data-textareaid]');
1082
+ var rev_wrap = $this.closest('.wpforo-revision[data-revisionid]');
1083
+ if( rev_wrap.length ){
1084
+ $this.addClass('wpf-processing');
1085
  wpforo_load_show('Deleting Revision');
1086
  ico.toggleClass('fa-trash fa-circle-notch fa-spin');
 
1087
  var revisionid = rev_wrap.data('revisionid');
1088
  $.ajax({
1089
  type: 'POST',
1092
  action: 'wpforo_delete_revision'
1093
  }
1094
  }).done(function (response) {
1095
+ if( response.success ){
1096
  rev_wrap.fadeOut(500, function(){
1097
  rev_wrap.remove();
1098
+ $('.wpf-rev-history-count', form).text(response.data.revisions_count);
 
1099
  });
1100
  }
1101
  }).always(function(){
1102
  wpforo_load_hide();
1103
  ico.toggleClass('fa-trash fa-circle-notch fa-spin');
1104
+ $this.removeClass('wpf-processing');
1105
  });
1106
  }
1107
  });
1168
  }
1169
  });
1170
 
1171
+ wpforo_wrap.on('click', '.wpforo-rcn-wrap .wpforo-rcn-dismiss-button:not(.wpf-processing)', function () {
1172
+ var $this = $(this);
1173
+ $this.addClass('wpf-processing');
1174
  wpforo_load_show();
1175
  var wrap = $(this).closest('.wpforo-rcn-wrap');
1176
+ $.ajax({
1177
+ type: 'POST',
1178
+ data: {
1179
+ backend: 0,
1180
+ action: 'wpforo_dissmiss_recaptcha_note'
1181
+ }
1182
+ }).done(function (response) {
1183
+ if( response.success ) {
1184
+ wrap.remove();
1185
+ wpforo_notice_show('done', 'success');
1186
+ }
1187
+ }).always(function () {
1188
+ wpforo_load_hide();
1189
+ $this.removeClass('wpf-processing');
1190
+ });
1191
+ });
1192
+
1193
+ wpforo_wrap.on('click', '.wpf-admincp .wpf-acp-toggle:not(.wpf-processing)', function(){
1194
+ var $this = $(this);
1195
+ $this.addClass('wpf-processing');
1196
+ var wrap = $this.closest('.wpf-admincp');
1197
+ $('.wpf-acp-body', wrap).slideToggle(function(){
1198
+ $('.fas', $this).toggleClass('fa-minus-square fa-plus-square');
1199
+ var toggle_status = $(this).is(':visible') ? 'open' : 'close';
1200
  $.ajax({
1201
  type: 'POST',
1202
+ data:{
1203
+ toggle_status: toggle_status,
1204
+ action: 'wpforo_acp_toggle'
1205
  }
1206
+ }).always(function(){
1207
+ $this.removeClass('wpf-processing');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1208
  });
1209
+ });
1210
  });
1211
  });
1212
 
wpf-assets/js/tinymce-pre.js CHANGED
@@ -1,30 +1,55 @@
1
- (function() {
2
-
3
  tinymce.create('tinymce.plugins.wpforo_pre_button', {
4
- /**
5
- * Initializes the plugin, this will be executed after the plugin has been created.
6
- * This call is done before the editor instance has finished it's initialization so use the onInit event
7
- * of the editor instance to intercept that event.
8
- *
9
- * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
- * @param {string} url Absolute URL to where the plugin is located.
11
- */
12
- init : function(ed, url) {
13
- ed.addCommand('preFormat', function() {
14
- ed.formatter.toggle('pre');
15
- });
16
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ed.addButton('pre', {
18
- title : 'Code',
19
- cmd : 'preFormat',
20
- icon: 'code'
 
 
 
 
 
 
 
 
21
  });
22
-
23
- ed.addShortcut('ctrl+0','pre','preFormat')
 
 
 
 
 
24
  }
25
  });
26
-
27
- // Register plugin
28
  tinymce.PluginManager.add('wpforo_pre_button', tinymce.plugins.wpforo_pre_button);
29
-
30
  })();
1
+ (function () {
 
2
  tinymce.create('tinymce.plugins.wpforo_pre_button', {
3
+ init: function (ed, url) {
4
+ function showDialog() {
5
+ ed.windowManager.open({
6
+ title: "Code",
7
+ body: {
8
+ type: 'textbox',
9
+ value: ed.selection.getContent({format: 'text'}),
10
+ name: 'preformatted',
11
+ multiline: true,
12
+ minWidth: ed.getParam("code_dialog_width", 600),
13
+ minHeight: ed.getParam("code_dialog_height", Math.min(tinymce.DOM.getViewPort().h - 200, 500)),
14
+ spellcheck: false,
15
+ style: 'direction: ltr; text-align: left'
16
+ },
17
+ onSubmit: function (e) {
18
+ ed.focus();
19
+ ed.undoManager.transact(function () {
20
+ ed.insertContent('<pre contenteditable="false">' + escapeHtml(e.data.preformatted) + '</pre>');
21
+ });
22
+ ed.selection.setCursorLocation();
23
+ ed.nodeChanged();
24
+ }
25
+ });
26
+ }
27
+ function escapeHtml(str) {
28
+ var div = document.createElement('div');
29
+ div.appendChild(document.createTextNode(str));
30
+ return div.innerHTML;
31
+ }
32
  ed.addButton('pre', {
33
+ title: 'Code',
34
+ icon: 'code',
35
+ onclick: showDialog
36
+ });
37
+
38
+ ed.addShortcut('ctrl+0','Format Code', showDialog);
39
+
40
+ ed.on('dblclick', function(e){
41
+ if( e.target.tagName === 'PRE' && 'false' === e.target.getAttribute('contenteditable') ){
42
+ showDialog();
43
+ }
44
  });
45
+
46
+ ed.on('Dirty ExecCommand KeyPress SetContent', function(e) {
47
+ ed.dom.select('pre').forEach(function(pre){
48
+ pre.setAttribute('contenteditable', 'false');
49
+ });
50
+ });
51
+
52
  }
53
  });
 
 
54
  tinymce.PluginManager.add('wpforo_pre_button', tinymce.plugins.wpforo_pre_button);
 
55
  })();
wpf-assets/js/widgets.js CHANGED
@@ -7,29 +7,25 @@ jQuery(document).ready(function ($) {
7
  if( e.code === 'Escape' ) $('.wpf-notifications').slideUp(250, 'linear');
8
  });
9
 
10
- $(document).on('click', '.wpf-alerts', function () {
11
- if( $.active === 0 ){
12
- var notifications = $('.wpforo-subtop').find('.wpf-notifications');
13
- $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
14
- if( notifications.is(':visible') ){
15
- notifications.slideUp(250, 'linear');
16
- }else{
17
- wpforo_load_notifications();
18
- notifications.slideDown(250, 'linear');
19
- }
20
  }
21
  });
22
 
23
- $(document).on('click', '.wpf-widget-alerts', function () {
24
- if( $.active === 0 ){
25
- var notifications = $('.wpf-widget-alerts').parents('.wpf-prof-wrap').find('.wpf-notifications');
26
- $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
27
- if( notifications.is(':visible') ){
28
- notifications.slideUp(250, 'linear');
29
- }else{
30
- wpforo_load_notifications();
31
- notifications.slideDown(250, 'linear');
32
- }
33
  }
34
  });
35
 
@@ -100,7 +96,8 @@ function wpforo_check_notifications( wpforo_check_interval ) {
100
  });
101
  }
102
 
103
- function wpforo_load_notifications(){
 
104
  jQuery('.wpf-notifications .wpf-notification-content').html('<div class="wpf-nspin"><i class="fas fa-spinner fa-spin"></i></div>');
105
  jQuery.ajax({
106
  type: 'POST',
@@ -113,23 +110,18 @@ function wpforo_load_notifications(){
113
  error: function () {
114
  clearTimeout(wpforo_check_notifications_timeout);
115
  }
 
 
116
  });
117
  }
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 ){
125
- jQuery('.wpf-notifications .wpf-notification-actions').show();
126
- } else {
127
- jQuery('.wpf-notifications .wpf-notification-actions').hide();
128
- }
129
- if( data.notifications ) jQuery('.wpf-notifications .wpf-notification-content').html( data.notifications );
130
- wpforo_bell( wpf_alerts );
131
- }
132
- }catch(e){
133
- console.log(e);
134
  }
 
 
135
  }
7
  if( e.code === 'Escape' ) $('.wpf-notifications').slideUp(250, 'linear');
8
  });
9
 
10
+ $(document).on('click', '.wpf-alerts:not(.wpf-processing)', function () {
11
+ var notifications = $('.wpforo-subtop').find('.wpf-notifications');
12
+ $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
13
+ if( notifications.is(':visible') ){
14
+ notifications.slideUp(250, 'linear');
15
+ }else{
16
+ wpforo_load_notifications( $(this) );
17
+ notifications.slideDown(250, 'linear');
 
 
18
  }
19
  });
20
 
21
+ $(document).on('click', '.wpf-widget-alerts:not(.wpf-processing)', function () {
22
+ var notifications = $('.wpf-widget-alerts').parents('.wpf-prof-wrap').find('.wpf-notifications');
23
+ $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
24
+ if( notifications.is(':visible') ){
25
+ notifications.slideUp(250, 'linear');
26
+ }else{
27
+ wpforo_load_notifications( $(this) );
28
+ notifications.slideDown(250, 'linear');
 
 
29
  }
30
  });
31
 
96
  });
97
  }
98
 
99
+ function wpforo_load_notifications($this){
100
+ $this.addClass('wpf-processing');
101
  jQuery('.wpf-notifications .wpf-notification-content').html('<div class="wpf-nspin"><i class="fas fa-spinner fa-spin"></i></div>');
102
  jQuery.ajax({
103
  type: 'POST',
110
  error: function () {
111
  clearTimeout(wpforo_check_notifications_timeout);
112
  }
113
+ }).always(function(){
114
+ $this.removeClass('wpf-processing');
115
  });
116
  }
117
 
118
+ function wpforo_notifications_ui_update(response){
119
+ var wpf_alerts = parseInt(response.data.alerts);
120
+ if( wpf_alerts > 0 ){
121
+ jQuery('.wpf-notifications .wpf-notification-actions').show();
122
+ } else {
123
+ jQuery('.wpf-notifications .wpf-notification-actions').hide();
 
 
 
 
 
 
 
 
 
124
  }
125
+ if( response.data.notifications ) jQuery('.wpf-notifications .wpf-notification-content').html( response.data.notifications );
126
+ wpforo_bell( wpf_alerts );
127
  }
wpf-includes/class-actions.php CHANGED
@@ -14,6 +14,7 @@ class wpForoAction {
14
  * method for initializing all necessary hooks
15
  */
16
  public function init_hooks(){
 
17
  add_action( 'wpforo_after_init', array( $this, 'do_actions' ), 999 );
18
  add_action( 'deleted_user', array( $this, 'user_delete' ) );
19
  add_action( 'wp_ajax_wpforo_deactivate', array($this, 'deactivate'));
@@ -311,11 +312,10 @@ class wpForoAction {
311
  $toggle_status = wpfval($_POST, 'toggle_status');
312
  if( in_array($toggle_status, array('open','close')) ){
313
  update_user_meta(WPF()->current_userid, 'wpf-acp-toggle', $toggle_status);
314
- echo 1;
315
  }else{
316
- echo 0;
317
  }
318
- exit();
319
  }
320
 
321
  /**
@@ -355,6 +355,8 @@ class wpForoAction {
355
  WPF()->member->reset($userid);
356
  if( WPF()->member->options['redirect_url_after_register'] ){
357
  $redirect_url = WPF()->member->options['redirect_url_after_register'];
 
 
358
  }elseif( is_wpforo_url() ){
359
  $redirect_url = preg_replace('#\?.*$#is', '', wpforo_get_request_uri());
360
  }else{
@@ -386,6 +388,8 @@ class wpForoAction {
386
  update_user_meta( $user->ID, '_wpf_login_times', $wpf_login_times );
387
  if( WPF()->member->options['redirect_url_after_login'] ){
388
  $redirect_url = WPF()->member->options['redirect_url_after_login'];
 
 
389
  }elseif( is_wpforo_url() ){
390
  $redirect_url = preg_replace('#\?.*$#is', '', wpforo_get_request_uri());
391
  }else{
@@ -2264,8 +2268,11 @@ class wpForoAction {
2264
  }
2265
  $response = update_option('wpforo_dissmissed', WPF()->dissmissed);
2266
  wpforo_clean_cache('option');
2267
- echo intval($response);
2268
- exit();
 
 
 
2269
  }
2270
 
2271
  /**
14
  * method for initializing all necessary hooks
15
  */
16
  public function init_hooks(){
17
+ add_action( 'wpforo_before_init', function(){ if( !WPF()->is_installed() ) wpforo_activation(); }, 0 );
18
  add_action( 'wpforo_after_init', array( $this, 'do_actions' ), 999 );
19
  add_action( 'deleted_user', array( $this, 'user_delete' ) );
20
  add_action( 'wp_ajax_wpforo_deactivate', array($this, 'deactivate'));
312
  $toggle_status = wpfval($_POST, 'toggle_status');
313
  if( in_array($toggle_status, array('open','close')) ){
314
  update_user_meta(WPF()->current_userid, 'wpf-acp-toggle', $toggle_status);
315
+ wp_send_json_success();
316
  }else{
317
+ wp_send_json_error();
318
  }
 
319
  }
320
 
321
  /**
355
  WPF()->member->reset($userid);
356
  if( WPF()->member->options['redirect_url_after_register'] ){
357
  $redirect_url = WPF()->member->options['redirect_url_after_register'];
358
+ }elseif( $redirect_to = wpfval($_GET, 'redirect_to') ){
359
+ $redirect_url = urldecode($redirect_to);
360
  }elseif( is_wpforo_url() ){
361
  $redirect_url = preg_replace('#\?.*$#is', '', wpforo_get_request_uri());
362
  }else{
388
  update_user_meta( $user->ID, '_wpf_login_times', $wpf_login_times );
389
  if( WPF()->member->options['redirect_url_after_login'] ){
390
  $redirect_url = WPF()->member->options['redirect_url_after_login'];
391
+ }elseif( $redirect_to = wpfval($_GET, 'redirect_to') ){
392
+ $redirect_url = urldecode($redirect_to);
393
  }elseif( is_wpforo_url() ){
394
  $redirect_url = preg_replace('#\?.*$#is', '', wpforo_get_request_uri());
395
  }else{
2268
  }
2269
  $response = update_option('wpforo_dissmissed', WPF()->dissmissed);
2270
  wpforo_clean_cache('option');
2271
+ if( $response ){
2272
+ wp_send_json_success();
2273
+ }else{
2274
+ wp_send_json_error();
2275
+ }
2276
  }
2277
 
2278
  /**
wpf-includes/class-api.php CHANGED
@@ -106,9 +106,6 @@ class wpForoAPI{
106
 
107
  if( !is_user_logged_in() && $site_key && $secret_key ){
108
 
109
- $rc_reg_form = WPF()->tools_antispam['rc_reg_form'];
110
- $rc_login_form = WPF()->tools_antispam['rc_login_form'];
111
- $rc_lostpass_form = WPF()->tools_antispam['rc_lostpass_form'];
112
  $rc_wpf_reg_form = WPF()->tools_antispam['rc_wpf_reg_form'];
113
  $rc_wpf_login_form = WPF()->tools_antispam['rc_wpf_login_form'];
114
  $rc_wpf_lostpass_form = WPF()->tools_antispam['rc_wpf_lostpass_form'];
@@ -117,19 +114,10 @@ class wpForoAPI{
117
 
118
  add_filter('script_loader_tag', array(&$this,'rc_enqueue_async'), 10, 3);
119
 
120
- //Verification Hooks: Login / Register / Reset Pass
121
- if( $rc_login_form || $rc_wpf_login_form ) add_filter('wp_authenticate_user', array($this, 'rc_verify_wp_login'), 15, 2);
122
- if( $rc_reg_form || $rc_wpf_reg_form ) add_filter('registration_errors', array($this, 'rc_verify_wp_register'), 10, 3);
123
- if( $rc_lostpass_form || $rc_wpf_lostpass_form ) add_action('lostpassword_post', array($this, 'rc_verify_wp_lostpassword'), 10);
124
-
125
- //Load reCAPTCHA API and Widget on wp-login.php
126
- if( $rc_reg_form || $rc_login_form || $rc_lostpass_form ){
127
- add_action('login_enqueue_scripts', array($this, 'rc_enqueue'));
128
- add_action('login_enqueue_scripts', array($this, 'rc_enqueue_css'));
129
- if( $rc_login_form && $template != 'login' ) add_action('login_form', array($this, 'rc_widget'));
130
- if( $rc_reg_form && $template != 'register') add_action('register_form', array($this, 'rc_widget'));
131
- if( $rc_lostpass_form && $template != 'lostpassword' )add_action('lostpassword_form', array( $this, 'rc_widget'));
132
- }
133
 
134
  //Load reCAPTCHA API on wpForo pages: Login / Register / Reset Pass
135
  if( $template == 'login' || $template == 'register' || $template == 'lostpassword'){
@@ -158,6 +146,33 @@ class wpForoAPI{
158
  ###############################################################################
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  public function local( $api ){
162
 
163
  $wplocal = get_locale();
106
 
107
  if( !is_user_logged_in() && $site_key && $secret_key ){
108
 
 
 
 
109
  $rc_wpf_reg_form = WPF()->tools_antispam['rc_wpf_reg_form'];
110
  $rc_wpf_login_form = WPF()->tools_antispam['rc_wpf_login_form'];
111
  $rc_wpf_lostpass_form = WPF()->tools_antispam['rc_wpf_lostpass_form'];
114
 
115
  add_filter('script_loader_tag', array(&$this,'rc_enqueue_async'), 10, 3);
116
 
117
+ //Verification Hooks: Login / Register / Reset Pass
118
+ if( $rc_wpf_login_form ) add_filter('wp_authenticate_user', array($this, 'rc_verify_wp_login'), 15, 2);
119
+ if( $rc_wpf_reg_form ) add_filter('registration_errors', array($this, 'rc_verify_wp_register'), 10, 3);
120
+ if( $rc_wpf_lostpass_form ) add_action('lostpassword_post', array($this, 'rc_verify_wp_lostpassword'), 10);
 
 
 
 
 
 
 
 
 
121
 
122
  //Load reCAPTCHA API on wpForo pages: Login / Register / Reset Pass
123
  if( $template == 'login' || $template == 'register' || $template == 'lostpassword'){
146
  ###############################################################################
147
  }
148
 
149
+ public function init_wp_recaptcha(){
150
+
151
+ $template = WPF()->current_object['template'];
152
+ $site_key = WPF()->tools_antispam['rc_site_key'];
153
+ $secret_key = WPF()->tools_antispam['rc_secret_key'];
154
+
155
+ if( !is_user_logged_in() && $site_key && $secret_key ){
156
+ $rc_reg_form = WPF()->tools_antispam['rc_reg_form'];
157
+ $rc_login_form = WPF()->tools_antispam['rc_login_form'];
158
+ $rc_lostpass_form = WPF()->tools_antispam['rc_lostpass_form'];
159
+
160
+ //Verification Hooks: Login / Register / Reset Pass
161
+ if( $rc_login_form ) add_filter('wp_authenticate_user', array($this, 'rc_verify_wp_login'), 15, 2);
162
+ if( $rc_reg_form ) add_filter('registration_errors', array($this, 'rc_verify_wp_register'), 10, 3);
163
+ if( $rc_lostpass_form ) add_action('lostpassword_post', array($this, 'rc_verify_wp_lostpassword'), 10);
164
+
165
+ //Load reCAPTCHA API and Widget on wp-login.php
166
+ if( $rc_reg_form || $rc_login_form || $rc_lostpass_form ){
167
+ add_action('login_enqueue_scripts', array($this, 'rc_enqueue'));
168
+ add_action('login_enqueue_scripts', array($this, 'rc_enqueue_css'));
169
+ if( $rc_login_form && $template != 'login' ) add_action('login_form', array($this, 'rc_widget'));
170
+ if( $rc_reg_form && $template != 'register') add_action('register_form', array($this, 'rc_widget'));
171
+ if( $rc_lostpass_form && $template != 'lostpassword' )add_action('lostpassword_form', array( $this, 'rc_widget'));
172
+ }
173
+ }
174
+ }
175
+
176
  public function local( $api ){
177
 
178
  $wplocal = get_locale();
wpf-includes/class-forms.php CHANGED
@@ -70,7 +70,12 @@ class wpForoForm{
70
  $row_class = "row-$row_key " . apply_filters('wpforo_row_classes', '', $row_key);
71
  $html .= '<div class="wpf-tr ' . esc_attr( $row_class ) . '">';
72
  foreach ( $row as $col_key => $col ){
73
- $col_class = "row_$row_key-col_$col_key " . apply_filters('wpforo_col_classes', '', $row_key, $col_key);
 
 
 
 
 
74
  $html .= '<div class="wpf-td wpfw-' . count($row) . ' ' . esc_attr( $col_class ) . '">';
75
  foreach ( $col as $field ){
76
  if( !empty($field) ) $html .= $this->build_field( $field );
@@ -599,7 +604,9 @@ class wpForoForm{
599
  class="' . esc_attr( $f['class'] ) . '"
600
  ' . $f['isMultiChoice'] . ' ' . $f['isDisabled'] . '
601
  ' . $f['isRequired'] . ' ' . $f['attributes'] . '>';
602
- if(!$use_default_selected) $field_html .= '<option value="">' . wpforo_phrase('--- Choose ---', false) . '</option>';
 
 
603
  foreach ($f['values'] as $optgroup => $row) {
604
  if( is_array($row) && !empty($row) ){
605
  $field_html .= '<optgroup label="' . esc_attr( $optgroup ) . '">';
70
  $row_class = "row-$row_key " . apply_filters('wpforo_row_classes', '', $row_key);
71
  $html .= '<div class="wpf-tr ' . esc_attr( $row_class ) . '">';
72
  foreach ( $row as $col_key => $col ){
73
+ $col_class_field = '';
74
+ foreach ( $col as $field ){
75
+ $col_class_field .= 'wpf-row-' . (string)wpfval($field, 'name');
76
+ }
77
+ reset($col);
78
+ $col_class = "row_$row_key-col_$col_key " . $col_class_field . ' ' . apply_filters('wpforo_col_classes', '', $row_key, $col_key);
79
  $html .= '<div class="wpf-td wpfw-' . count($row) . ' ' . esc_attr( $col_class ) . '">';
80
  foreach ( $col as $field ){
81
  if( !empty($field) ) $html .= $this->build_field( $field );
604
  class="' . esc_attr( $f['class'] ) . '"
605
  ' . $f['isMultiChoice'] . ' ' . $f['isDisabled'] . '
606
  ' . $f['isRequired'] . ' ' . $f['attributes'] . '>';
607
+ if(!$use_default_selected) {
608
+ $field_html .= apply_filters('wpforo_form_field_select_first_option', '<option value="">' . wpforo_phrase('--- Choose ---', false) . '</option>', $f);
609
+ }
610
  foreach ($f['values'] as $optgroup => $row) {
611
  if( is_array($row) && !empty($row) ){
612
  $field_html .= '<optgroup label="' . esc_attr( $optgroup ) . '">';
wpf-includes/class-forums.php CHANGED
@@ -40,16 +40,18 @@ class wpForoForum{
40
  );
41
 
42
  $this->default->cans = array (
43
- 'vf' => __('Can view forum', 'wpforo'),
44
- 'ct' => __('Can create topic', 'wpforo'),
45
- 'vt' => __('Can view topic', 'wpforo'),
46
- 'et' => __('Can edit topic', 'wpforo'),
47
- 'dt' => __('Can delete topic', 'wpforo'),
48
- 'cr' => __('Can post reply', 'wpforo'),
 
 
49
  'ocr' => __('Can reply to own topic', 'wpforo'),
50
- 'vr' => __('Can view replies', 'wpforo'),
51
- 'er' => __('Can edit replies', 'wpforo'),
52
- 'dr' => __('Can delete replies', 'wpforo'),
53
  'eot' => __('Can edit own topic', 'wpforo'),
54
  'eor' => __('Can edit own reply', 'wpforo'),
55
  'dot' => __('Can delete own topic', 'wpforo'),
@@ -118,200 +120,229 @@ class wpForoForum{
118
  return $new_slug;
119
  }
120
 
121
- public function add( $args = array(), $checkperm = TRUE ){
122
  if( $checkperm && !$this->manage() ){
123
  WPF()->notice->add('Permission denied for add forum', 'error');
124
- return FALSE;
125
  }
126
 
127
- if( empty($args) && empty($_REQUEST['forum']) ) return FALSE;
128
  if( empty($args) && !empty($_REQUEST['forum']) ) $args = $_REQUEST['forum'];
129
 
130
- extract($args, EXTR_OVERWRITE);
131
-
132
- if( !isset($title) || !$title ){
133
  WPF()->notice->add('Please insert required fields!', 'error');
134
- return FALSE;
135
  }
136
-
137
- $title = sanitize_text_field($title);
138
- $title = wpforo_text($title, 250, false);
139
- $description = (isset($description) ? wpforo_kses($description, 'post') : '');
140
- $permission = (isset($permission) && is_array($permission)) ? serialize(array_map('sanitize_text_field', $permission)) : 'a:5:{i:1;s:4:"full";i:2;s:9:"moderator";i:3;s:8:"standard";i:4;s:9:"read_only";i:5;s:8:"standard";}';
141
- $meta_key = (isset($meta_key)) ? sanitize_text_field($meta_key) : '';
142
- $meta_desc = (isset($meta_desc)) ? sanitize_text_field($meta_desc) : '';
143
- $parentid = (isset($parentid)) ? intval($parentid) : 0;
144
- $slug = (isset($slug) && $slug) ? sanitize_title($slug) : ((isset($title)) ? sanitize_title($title) : md5(time()));
145
- if( !trim($slug) ) $slug = md5(time());
146
- $slug = $this->unique_slug($slug, $parentid);
147
- $icon = (isset($icon)) ? sanitize_text_field($icon) : '';
148
- $topics = (isset($topics)) ? intval($topics) : 0;
149
- $posts = (isset($posts)) ? intval($posts) : 0;
150
- $order = (isset($order)) ? intval($order) : 0;
151
- $cat_layout = (isset($cat_layout)) ? intval($cat_layout) : 1;
152
- $status = (isset($status)) ? intval($status) : 1;
153
- $color = (isset($color)) ? sanitize_text_field($color) : '#666666';
154
- $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
155
- if(!$parentid) $is_cat = 1;
156
-
157
- if($parentid) {
158
- $cat_layout = WPF()->db->get_var("SELECT `cat_layout` FROM `".WPF()->tables->forums."` WHERE `forumid` = " . intval($parentid) );
159
- $cat_layout = intval($cat_layout);
 
 
 
 
 
 
 
 
 
160
  }
161
-
 
 
 
 
162
  if( WPF()->db->insert(
163
  WPF()->tables->forums,
164
- array(
165
- 'title' => stripslashes($title),
166
- 'slug' => $slug,
167
- 'description' => stripslashes($description),
168
- 'parentid' => $parentid,
169
- 'icon' => $icon,
170
- 'topics' => $topics,
171
- 'posts' => $posts,
172
- 'permissions' => $permission,
173
- 'meta_key' => $meta_key,
174
- 'meta_desc' => $meta_desc,
175
- 'status' => $status,
176
- 'is_cat' => $is_cat,
177
- 'cat_layout' => $cat_layout,
178
- 'order' => $order,
179
- 'color' => $color
180
- ),
181
- array('%s','%s','%s','%d','%s','%d','%d','%s','%s','%s','%d','%d','%d','%d','%s')
182
- )
183
- ){
184
- $forumid = WPF()->db->insert_id;
 
 
185
  $this->delete_tree_cache();
186
  wpforo_clean_cache();
187
  WPF()->notice->add('Your forum successfully added', 'success');
188
- return $forumid;
189
  }
190
 
191
  WPF()->notice->add('Can\'t add forum', 'error');
192
- return FALSE;
193
  }
194
 
195
- public function edit( $args = array() ){
196
- if( !$this->manage() ){
197
  WPF()->notice->add('Permission denied for edit forum', 'error');
198
- return FALSE;
199
  }
200
 
201
- if( empty($args) && empty($_REQUEST['forum']) ) return FALSE;
202
  if( empty($args) && !empty($_REQUEST['forum']) ) $args = $_REQUEST['forum'];
203
  if( !isset($args['forumid']) && isset($_GET['id']) ) $args['forumid'] = $_GET['id'];
204
 
205
- extract($args, EXTR_OVERWRITE);
206
-
207
- if( !isset($forumid) || !$forumid ){
208
- WPF()->notice->add('Forum update error', 'error');
209
- return FALSE;
210
- }
211
-
212
- if ( !$forum = $this->get_forum($forumid) ){
213
  WPF()->notice->add('Forum update error', 'error');
214
- return FALSE;
215
  }
216
-
217
- if( !isset($title) || !$title ){
218
- WPF()->notice->add('Please insert required fields!', 'error');
219
- return FALSE;
220
- }
221
 
222
- $forumid = intval($forumid);
223
- $title = sanitize_text_field($title);
224
- $title = wpforo_text($title, 250, false);
225
- $description = wpforo_kses($description, 'post');
226
- $permission = (isset($permission) && is_array($permission)) ? serialize(array_map('sanitize_text_field', $permission)) : 'a:5:{i:1;s:4:"full";i:2;s:9:"moderator";i:3;s:8:"standard";i:4;s:9:"read_only";i:5;s:8:"standard";}';
227
- $meta_key = (isset($meta_key)) ? sanitize_text_field($meta_key) : '';
228
- $meta_desc = (isset($meta_desc)) ? sanitize_text_field($meta_desc) : '';
229
- $parentid = (isset($parentid)) ? ( $forumid == $parentid ? intval($forum['parentid']) : intval($parentid) ) : 0;
230
- $slug = (isset($slug)) ? sanitize_title($slug) : ((isset($title)) ? sanitize_title($title) : md5(time()));
231
- if( !trim($slug) ) $slug = md5(time());
232
- $slug = $this->unique_slug($slug, $parentid, $forumid);
233
- $icon = (isset($icon)) ? sanitize_text_field($icon) : '';
234
- $topics = (isset($topics)) ? intval($topics) : 0;
235
- $posts = (isset($posts)) ? intval($posts) : 0;
236
- $order = (isset($order)) ? intval($order) : 0;
237
- $cat_layout = (isset($cat_layout)) ? intval($cat_layout) : 1;
238
- $status = (isset($status)) ? intval($status) : 1;
239
- $color = (isset($color)) ? sanitize_text_field($color) : '#666666';
240
- $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
241
- if(!$parentid) $is_cat = 1;
242
-
243
- if($parentid) {
244
- $cat_layout = WPF()->db->get_var("SELECT `cat_layout` FROM `".WPF()->tables->forums."` WHERE `forumid` = " . intval($parentid) );
245
- $cat_layout = intval($cat_layout);
246
- }
247
-
248
- if( FALSE !== WPF()->db->update(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  WPF()->tables->forums,
250
- array(
251
- 'title' => stripslashes($title),
252
- 'slug' => $slug,
253
- 'description' => stripslashes($description),
254
- 'parentid' => $parentid,
255
- 'icon' => $icon,
256
- 'permissions' => $permission,
257
- 'meta_key' => $meta_key,
258
- 'meta_desc' => $meta_desc,
259
- 'status' => $status,
260
- 'is_cat' => $is_cat,
261
- 'cat_layout' => $cat_layout ,
262
- 'color' => $color
263
  ),
264
- array('forumid' => $forumid),
265
  array('%s','%s','%s','%d','%s','%s','%s','%s','%d','%d','%d','%s'),
266
  array('%d')
267
  )
268
  ){
269
- if( isset($cat_layout) ){
270
- $childs = array();
271
- $this->get_childs($forumid, $childs);
272
- $sql = "UPDATE `".WPF()->tables->forums."` SET `cat_layout` = ".intval($cat_layout)." WHERE `forumid` IN(". implode(',', array_map('intval', $childs)).")";
273
- WPF()->db->query($sql);
274
- }
 
275
  $this->delete_tree_cache();
276
  wpforo_clean_cache();
277
  WPF()->notice->add('Forum successfully updated', 'success');
278
- return $forumid;
279
  }
280
 
281
  WPF()->notice->add('Forum update error', 'error');
282
- return FALSE;
283
  }
284
 
285
- public function delete($forumid = 0){
286
  $forumid = intval($forumid);
287
  if(!$forumid && isset( $_REQUEST['id'] ) ) $forumid = intval($_REQUEST['id']);
288
 
289
- if( !$this->manage() ){
290
  WPF()->notice->add('Permission denied for delete forum', 'error');
291
- return FALSE;
292
  }
293
-
294
- $childs = array();
295
- $this->get_childs($forumid, $childs);
296
- $forumids = implode(',', array_map('intval', $childs));
297
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  // START delete topic posts include first post
299
- if( $topicids = WPF()->db->get_col( "SELECT `topicid` FROM ".WPF()->tables->topics." WHERE `forumid` IN(". esc_sql($forumids) .")" ) ){
300
- foreach($topicids as $topicid){
301
- WPF()->topic->delete($topicid, false);
302
- }
303
  }
304
- // END delete topic posts include first post
305
-
306
- if(WPF()->db->query( "DELETE FROM ".WPF()->tables->forums." WHERE `forumid` IN(". esc_sql($forumids) .")" )){
307
- $this->delete_tree_cache();
308
- wpforo_clean_cache();
309
- WPF()->notice->add('Your forum successfully deleted', 'success');
310
- return TRUE;
311
  }
 
312
 
313
- WPF()->notice->add('Forum deleting error', 'error');
314
- return FALSE;
 
 
 
 
 
315
  }
316
 
317
  public function merge($forumid = 0, $mergeid = 0){
40
  );
41
 
42
  $this->default->cans = array (
43
+ 'vf' => __('Can view forum', 'wpforo'),
44
+ 'enf' => __('Can enter forum', 'wpforo'),
45
+ 'ct' => __('Can create topic', 'wpforo'),
46
+ 'vt' => __('Can view topic', 'wpforo'),
47
+ 'ent' => __('Can enter topic', 'wpforo'),
48
+ 'et' => __('Can edit topic', 'wpforo'),
49
+ 'dt' => __('Can delete topic', 'wpforo'),
50
+ 'cr' => __('Can post reply', 'wpforo'),
51
  'ocr' => __('Can reply to own topic', 'wpforo'),
52
+ 'vr' => __('Can view replies', 'wpforo'),
53
+ 'er' => __('Can edit replies', 'wpforo'),
54
+ 'dr' => __('Can delete replies', 'wpforo'),
55
  'eot' => __('Can edit own topic', 'wpforo'),
56
  'eor' => __('Can edit own reply', 'wpforo'),
57
  'dot' => __('Can delete own topic', 'wpforo'),
120
  return $new_slug;
121
  }
122
 
123
+ public function add( $args = array(), $checkperm = true ){
124
  if( $checkperm && !$this->manage() ){
125
  WPF()->notice->add('Permission denied for add forum', 'error');
126
+ return false;
127
  }
128
 
129
+ if( empty($args) && empty($_REQUEST['forum']) ) return false;
130
  if( empty($args) && !empty($_REQUEST['forum']) ) $args = $_REQUEST['forum'];
131
 
132
+ $args['title'] = sanitize_text_field( stripslashes( wpfval($args, 'title') ) );
133
+ if( !$args['title'] ){
 
134
  WPF()->notice->add('Please insert required fields!', 'error');
135
+ return false;
136
  }
137
+
138
+ $args['title'] = wpforo_text($args['title'], 250, false);
139
+ $args['parentid'] = (int) wpfval($args, 'parentid');
140
+
141
+ $args['slug'] = ($ss = trim(sanitize_title(wpfval($args, 'slug')))) ? $ss : ( ($st = trim(sanitize_title($args['title']))) ? $st : md5(time()) );
142
+ $args['slug'] = $this->unique_slug($args['slug'], $args['parentid']);
143
+
144
+ $args['description'] = wpforo_kses( stripslashes( wpfval($args, 'description') ) );
145
+
146
+ $group_access_relation = WPF()->usergroup->get_usergroup_access_relation();
147
+ $args['permission'] = ( (array) wpfval( $args, 'permission' ) ) + $group_access_relation;
148
+ $args['permission'] = serialize( array_map( 'sanitize_text_field', $args['permission'] ) );
149
+
150
+ $args['meta_key'] = sanitize_text_field( stripslashes( wpfval( $args, 'meta_key' ) ) );
151
+ $args['meta_desc'] = sanitize_text_field( stripslashes( wpfval( $args, 'meta_desc' ) ) );
152
+ $args['icon'] = sanitize_text_field( wpfval( $args, 'icon' ) );
153
+ $args['topics'] = (int) wpfval( $args, 'topics' );
154
+ $args['posts'] = (int) wpfval( $args, 'posts' );
155
+ $args['order'] = (int) wpfval( $args, 'order' );
156
+
157
+ $args['status'] = (int) wpfval( $args, 'status' );
158
+ if( !$args['status'] ) $args['status'] = 1;
159
+
160
+ $args['color'] = sanitize_text_field( stripslashes(wpfval( $args, 'color' )) );
161
+ if( !$args['color'] ) $args['color'] = '#666666';
162
+
163
+ $args['is_cat'] = (int) wpfval( $args, 'is_cat' );
164
+ if( !$args['parentid'] ) $args['is_cat'] = 1;
165
+
166
+ $args['cat_layout'] = (int) wpfval( $args, 'cat_layout' );
167
+ if( $args['parentid'] ) {
168
+ $layout = (int) WPF()->db->get_var("SELECT `cat_layout` FROM `".WPF()->tables->forums."` WHERE `forumid` = " . $args['parentid'] );
169
+ if( $layout ) $args['cat_layout'] = $layout;
170
  }
171
+ if( !$args['cat_layout'] ) $args['cat_layout'] = 1;
172
+
173
+ $args = apply_filters('wpforo_before_add_forum', $args, $checkperm);
174
+ if( !$args ) return false;
175
+
176
  if( WPF()->db->insert(
177
  WPF()->tables->forums,
178
+ array(
179
+ 'title' => $args['title'],
180
+ 'slug' => $args['slug'],
181
+ 'description' => $args['description'],
182
+ 'parentid' => $args['parentid'],
183
+ 'icon' => $args['icon'],
184
+ 'topics' => $args['topics'],
185
+ 'posts' => $args['posts'],
186
+ 'permissions' => $args['permission'],
187
+ 'meta_key' => $args['meta_key'],
188
+ 'meta_desc' => $args['meta_desc'],
189
+ 'status' => $args['status'],
190
+ 'is_cat' => $args['is_cat'],
191
+ 'cat_layout' => $args['cat_layout'],
192
+ 'order' => $args['order'],
193
+ 'color' => $args['color']
194
+ ),
195
+ array('%s','%s','%s','%d','%s','%d','%d','%s','%s','%s','%d','%d','%d','%d','%s')
196
+ ) ){
197
+ $args['forumid'] = WPF()->db->insert_id;
198
+
199
+ do_action('wpforo_after_add_forum', $args, $checkperm);
200
+
201
  $this->delete_tree_cache();
202
  wpforo_clean_cache();
203
  WPF()->notice->add('Your forum successfully added', 'success');
204
+ return $args['forumid'];
205
  }
206
 
207
  WPF()->notice->add('Can\'t add forum', 'error');
208
+ return false;
209
  }
210
 
211
+ public function edit( $args = array(), $checkperm = true ){
212
+ if( $checkperm && !$this->manage() ){
213
  WPF()->notice->add('Permission denied for edit forum', 'error');
214
+ return false;
215
  }
216
 
217
+ if( empty($args) && empty($_REQUEST['forum']) ) return false;
218
  if( empty($args) && !empty($_REQUEST['forum']) ) $args = $_REQUEST['forum'];
219
  if( !isset($args['forumid']) && isset($_GET['id']) ) $args['forumid'] = $_GET['id'];
220
 
221
+ $args['forumid'] = (int) wpfval($args, 'forumid');
222
+ if ( !$forum = $this->get_forum($args['forumid']) ){
 
 
 
 
 
 
223
  WPF()->notice->add('Forum update error', 'error');
224
+ return false;
225
  }
 
 
 
 
 
226
 
227
+ $args['title'] = sanitize_text_field( stripslashes( wpfval($args, 'title') ) );
228
+ if( !$args['title'] ){
229
+ WPF()->notice->add('Please insert required fields!', 'error');
230
+ return false;
231
+ }
232
+
233
+ $args['title'] = wpforo_text($args['title'], 250, false);
234
+ $args['parentid'] = (int) wpfval($args, 'parentid');
235
+ if( $args['forumid'] === $args['parentid'] ) $args['parentid'] = (int) $forum['parentid'];
236
+
237
+ $args['slug'] = ($ss = trim(sanitize_title(wpfval($args, 'slug')))) ? $ss : ( ($st = trim(sanitize_title($args['title']))) ? $st : md5(time()) );
238
+ $args['slug'] = $this->unique_slug($args['slug'], $args['parentid']);
239
+
240
+ $args['description'] = wpforo_kses( stripslashes( wpfval($args, 'description') ) );
241
+
242
+ $group_access_relation = WPF()->usergroup->get_usergroup_access_relation();
243
+ $args['permission'] = ( (array) wpfval( $args, 'permission' ) ) + $group_access_relation;
244
+ $args['permission'] = serialize( array_map( 'sanitize_text_field', $args['permission'] ) );
245
+
246
+ $args['meta_key'] = sanitize_text_field( stripslashes( wpfval( $args, 'meta_key' ) ) );
247
+ $args['meta_desc'] = sanitize_text_field( stripslashes( wpfval( $args, 'meta_desc' ) ) );
248
+ $args['icon'] = sanitize_text_field( wpfval( $args, 'icon' ) );
249
+ $args['topics'] = (int) wpfval( $args, 'topics' );
250
+ $args['posts'] = (int) wpfval( $args, 'posts' );
251
+ $args['order'] = (int) wpfval( $args, 'order' );
252
+
253
+ $args['status'] = (int) wpfval( $args, 'status' );
254
+ if( !$args['status'] ) $args['status'] = 1;
255
+
256
+ $args['color'] = sanitize_text_field( stripslashes(wpfval( $args, 'color' )) );
257
+ if( !$args['color'] ) $args['color'] = '#666666';
258
+
259
+ $args['is_cat'] = (int) wpfval( $args, 'is_cat' );
260
+ if( !$args['parentid'] ) $args['is_cat'] = 1;
261
+
262
+ $args['cat_layout'] = (int) wpfval( $args, 'cat_layout' );
263
+ if( $args['parentid'] ) {
264
+ $layout = (int) WPF()->db->get_var("SELECT `cat_layout` FROM `".WPF()->tables->forums."` WHERE `forumid` = " . $args['parentid'] );
265
+ if( $layout ) $args['cat_layout'] = $layout;
266
+ }
267
+ if( !$args['cat_layout'] ) $args['cat_layout'] = 1;
268
+
269
+ $args = apply_filters('wpforo_before_edit_forum', $args, $forum, $checkperm);
270
+ if( !$args ) return false;
271
+
272
+ if( false !== WPF()->db->update(
273
  WPF()->tables->forums,
274
+ array(
275
+ 'title' => $args['title'],
276
+ 'slug' => $args['slug'],
277
+ 'description' => $args['description'],
278
+ 'parentid' => $args['parentid'],
279
+ 'icon' => $args['icon'],
280
+ 'permissions' => $args['permission'],
281
+ 'meta_key' => $args['meta_key'],
282
+ 'meta_desc' => $args['meta_desc'],
283
+ 'status' => $args['status'],
284
+ 'is_cat' => $args['is_cat'],
285
+ 'cat_layout' => $args['cat_layout'],
286
+ 'color' => $args['color']
287
  ),
288
+ array('forumid' => $args['forumid']),
289
  array('%s','%s','%s','%d','%s','%s','%s','%s','%d','%d','%d','%s'),
290
  array('%d')
291
  )
292
  ){
293
+ $childs = array();
294
+ $this->get_childs($args['forumid'], $childs);
295
+ $sql = "UPDATE `".WPF()->tables->forums."` SET `cat_layout` = ". $args['cat_layout'] ." WHERE `forumid` IN(". implode(',', array_map('intval', $childs)).")";
296
+ WPF()->db->query($sql);
297
+
298
+ do_action('wpforo_after_edit_forum', $args, $forum, $checkperm);
299
+
300
  $this->delete_tree_cache();
301
  wpforo_clean_cache();
302
  WPF()->notice->add('Forum successfully updated', 'success');
303
+ return $args['forumid'];
304
  }
305
 
306
  WPF()->notice->add('Forum update error', 'error');
307
+ return false;
308
  }
309
 
310
+ public function delete($forumid = 0, $checkperm = true){
311
  $forumid = intval($forumid);
312
  if(!$forumid && isset( $_REQUEST['id'] ) ) $forumid = intval($_REQUEST['id']);
313
 
314
+ if( $checkperm && !$this->manage() ){
315
  WPF()->notice->add('Permission denied for delete forum', 'error');
316
+ return false;
317
  }
 
 
 
 
318
 
319
+ $forumids = array();
320
+ $this->get_childs($forumid, $forumids);
321
+ foreach( $forumids as $forumid ) $this->__delete($forumid);
322
+
323
+ $this->delete_tree_cache();
324
+ wpforo_clean_cache();
325
+ WPF()->notice->add('Your forum successfully deleted', 'success');
326
+ return true;
327
+ }
328
+
329
+ private function __delete( $forumid ){
330
+ $forumid = intval($forumid);
331
  // START delete topic posts include first post
332
+ if( $topicids = WPF()->db->get_col( "SELECT `topicid` FROM " . WPF()->tables->topics . " WHERE `forumid` = " . $forumid ) ){
333
+ foreach($topicids as $topicid){
334
+ WPF()->topic->delete($topicid, false);
 
335
  }
 
 
 
 
 
 
 
336
  }
337
+ // END delete topic posts include first post
338
 
339
+ WPF()->db->delete(
340
+ WPF()->tables->forums,
341
+ array( 'forumid' => $forumid ),
342
+ array('%d')
343
+ );
344
+
345
+ do_action('wpforo_after_delete_forum', $forumid);
346
  }
347
 
348
  public function merge($forumid = 0, $mergeid = 0){
wpf-includes/class-members.php CHANGED
@@ -260,7 +260,14 @@ class wpForoMember{
260
  WPF()->notice->add( 'Username length must be between %d characters and %d characters.', 'error', array($this->login_min_length, $this->login_max_length) );
261
  return FALSE;
262
  }
263
- $user_id = register_new_user( $user_fields['user_login'], $user_fields['user_email'] );
 
 
 
 
 
 
 
264
  if ( !is_wp_error( $user_id ) && $user_id ) {
265
  do_action( 'wpforo_create_user_after', $data );
266
  WPF()->notice->clear();
@@ -1029,12 +1036,15 @@ class wpForoMember{
1029
 
1030
  if ( wp_check_password( $old_passw, $user['user_pass'], $userid) ){
1031
  wp_set_password( $new_passw, $userid );
 
1032
 
1033
  /**
1034
  * Login user after change password with new pass
1035
  */
1036
- $creds = array('user_login' => sanitize_user( $user['user_login'] ), 'user_password' => $new_passw );
1037
- wp_signon($creds);
 
 
1038
 
1039
  WPF()->notice->add('Password successfully changed', 'success');
1040
  return true;
@@ -1045,6 +1055,14 @@ class wpForoMember{
1045
  return false;
1046
  }
1047
 
 
 
 
 
 
 
 
 
1048
  public function synchronize_user($userid, $roles_usergroups = array()){
1049
  $groupid = false;
1050
  if(!$userid) return false;
260
  WPF()->notice->add( 'Username length must be between %d characters and %d characters.', 'error', array($this->login_min_length, $this->login_max_length) );
261
  return FALSE;
262
  }
263
+ if( is_multisite() && apply_filters('wpforo_mu_signup', false) ){
264
+ wpmu_signup_user($user_fields['user_login'], $user_fields['user_email']);
265
+ WPF()->notice->clear();
266
+ WPF()->notice->add('Success! Please check your mail for confirmation.', 'success');
267
+ return TRUE;
268
+ }else{
269
+ $user_id = register_new_user( $user_fields['user_login'], $user_fields['user_email'] );
270
+ }
271
  if ( !is_wp_error( $user_id ) && $user_id ) {
272
  do_action( 'wpforo_create_user_after', $data );
273
  WPF()->notice->clear();
1036
 
1037
  if ( wp_check_password( $old_passw, $user['user_pass'], $userid) ){
1038
  wp_set_password( $new_passw, $userid );
1039
+ if( !wpforo_is_owner($userid) ) $this->inactive_to_active($userid);
1040
 
1041
  /**
1042
  * Login user after change password with new pass
1043
  */
1044
+ if( wpforo_is_owner($userid) ){
1045
+ $creds = array('user_login' => sanitize_user( $user['user_login'] ), 'user_password' => $new_passw );
1046
+ wp_signon($creds);
1047
+ }
1048
 
1049
  WPF()->notice->add('Password successfully changed', 'success');
1050
  return true;
1055
  return false;
1056
  }
1057
 
1058
+ public function inactive_to_active($userid) {
1059
+ $data = array( 'last_login' => current_time( 'mysql', 1 ) );
1060
+ $sql = "SELECT `status` FROM " . WPF()->tables->profiles . " WHERE `userid` = %d";
1061
+ if( WPF()->db->get_var( WPF()->db->prepare($sql, $userid) ) === 'inactive' ) $data['status'] = 'active';
1062
+ $this->update_profile_fields( $userid, $data, false );
1063
+ $this->reset($userid);
1064
+ }
1065
+
1066
  public function synchronize_user($userid, $roles_usergroups = array()){
1067
  $groupid = false;
1068
  if(!$userid) return false;
wpf-includes/class-notices.php CHANGED
@@ -74,6 +74,7 @@ class wpForoNotices{
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(
@@ -83,6 +84,7 @@ class wpForoNotices{
83
  ),
84
  array( '%s', '%s', '%s' )
85
  );
 
86
  }
87
 
88
  return true;
74
  $this->notices[$type] = array_unique($this->notices[$type]);
75
 
76
  if( !wpforo_is_ajax() ){
77
+ $insert_id_backup = WPF()->db->insert_id;
78
  WPF()->db->insert(
79
  WPF()->tables->logs,
80
  array(
84
  ),
85
  array( '%s', '%s', '%s' )
86
  );
87
+ WPF()->db->insert_id = $insert_id_backup;
88
  }
89
 
90
  return true;
wpf-includes/class-permissions.php CHANGED
@@ -110,8 +110,9 @@ class wpForoPermissions{
110
  ),
111
  array('%s','%s','%s')
112
  )){
 
113
  WPF()->notice->add('Access successfully added', 'success');
114
- return WPF()->db->insert_id;
115
  }
116
 
117
  WPF()->notice->add('Access add error', 'error');
110
  ),
111
  array('%s','%s','%s')
112
  )){
113
+ $access['accessid'] = WPF()->db->insert_id;
114
  WPF()->notice->add('Access successfully added', 'success');
115
+ return $access['accessid'];
116
  }
117
 
118
  WPF()->notice->add('Access add error', 'error');
wpf-includes/class-phrases.php CHANGED
@@ -45,9 +45,10 @@ class wpForoPhrase{
45
  stripslashes($args['value']),
46
  stripslashes($args['package']) );
47
  if( false !== WPF()->db->query( $sql )){
 
48
  WPF()->notice->add('Phrase successfully added', 'success');
49
  if ($clear_cache) $this->clear_cache();
50
- return WPF()->db->insert_id;
51
  }
52
  WPF()->notice->add('Phrase add error', 'error');
53
  return FALSE;
45
  stripslashes($args['value']),
46
  stripslashes($args['package']) );
47
  if( false !== WPF()->db->query( $sql )){
48
+ $phraseid = WPF()->db->insert_id;
49
  WPF()->notice->add('Phrase successfully added', 'success');
50
  if ($clear_cache) $this->clear_cache();
51
+ return $phraseid;
52
  }
53
  WPF()->notice->add('Phrase add error', 'error');
54
  return FALSE;
wpf-includes/class-postmeta.php CHANGED
@@ -11,8 +11,8 @@ class wpForoPostMeta {
11
  }
12
 
13
  private function init_hooks(){
14
- add_action('wpforo_after_add_topic', array($this, 'after_add_topic'));
15
- add_action('wpforo_after_edit_topic', array($this, 'after_edit_topic'), 10, 2);
16
  add_action('wpforo_after_add_post', array($this, 'after_add_post'));
17
  add_action('wpforo_after_edit_post', array($this, 'after_edit_post'), 10, 2);
18
  add_action('wpforo_after_move_topic', array($this, 'after_move_topic'), 10, 2);
@@ -413,7 +413,8 @@ class wpForoPostMeta {
413
  }
414
 
415
  if( !empty( wpfval($_FILES, 'data', 'type') ) ){
416
- $fields_list = WPF()->post->get_topic_fields_list();
 
417
  $mime_types = wp_get_mime_types();
418
  $allowed_mime_types = get_allowed_mime_types();
419
  foreach( $_FILES['data']['type'] as $k => $mime_type ){
@@ -510,11 +511,11 @@ class wpForoPostMeta {
510
  }
511
  }
512
 
513
- public function after_add_topic($topic){
514
  $this->add_file($topic);
515
 
516
  if( !empty($topic['postmetas']) ){
517
- $fields_list = WPF()->post->get_topic_fields_list();
518
  foreach ( $topic['postmetas'] as $metakey => $metavalue ){
519
  if( in_array( $metakey, $fields_list ) ){
520
  $postmeta = array(
@@ -533,11 +534,11 @@ class wpForoPostMeta {
533
  }
534
  }
535
 
536
- public function after_edit_topic($topic, $args){
537
  $this->add_file($topic);
538
 
539
  if( !empty($args['postmetas']) ){
540
- $fields_list = WPF()->post->get_topic_fields_list();
541
  foreach ( $args['postmetas'] as $metakey => $metavalue ){
542
  if( in_array( $metakey, $fields_list ) ){
543
  $postmeta = array(
11
  }
12
 
13
  private function init_hooks(){
14
+ add_action('wpforo_after_add_topic', array($this, 'after_add_topic'), 10, 2);
15
+ add_action('wpforo_after_edit_topic', array($this, 'after_edit_topic'), 10, 3);
16
  add_action('wpforo_after_add_post', array($this, 'after_add_post'));
17
  add_action('wpforo_after_edit_post', array($this, 'after_edit_post'), 10, 2);
18
  add_action('wpforo_after_move_topic', array($this, 'after_move_topic'), 10, 2);
413
  }
414
 
415
  if( !empty( wpfval($_FILES, 'data', 'type') ) ){
416
+ $forum = WPF()->forum->get_forum($post['forumid']);
417
+ $fields_list = WPF()->post->get_topic_fields_list(false, $forum);
418
  $mime_types = wp_get_mime_types();
419
  $allowed_mime_types = get_allowed_mime_types();
420
  foreach( $_FILES['data']['type'] as $k => $mime_type ){
511
  }
512
  }
513
 
514
+ public function after_add_topic($topic, $forum){
515
  $this->add_file($topic);
516
 
517
  if( !empty($topic['postmetas']) ){
518
+ $fields_list = WPF()->post->get_topic_fields_list(false, $forum);
519
  foreach ( $topic['postmetas'] as $metakey => $metavalue ){
520
  if( in_array( $metakey, $fields_list ) ){
521
  $postmeta = array(
534
  }
535
  }
536
 
537
+ public function after_edit_topic($topic, $args, $forum){
538
  $this->add_file($topic);
539
 
540
  if( !empty($args['postmetas']) ){
541
+ $fields_list = WPF()->post->get_topic_fields_list(false, $forum);
542
  foreach ( $args['postmetas'] as $metakey => $metavalue ){
543
  if( in_array( $metakey, $fields_list ) ){
544
  $postmeta = array(
wpf-includes/class-posts.php CHANGED
@@ -69,7 +69,9 @@ class wpForoPost{
69
  'post_body_min_length' => 2,
70
  'post_body_max_length' => 0,
71
  'comment_body_min_length' => 2,
72
- 'comment_body_max_length' => 0
 
 
73
  );
74
  }
75
 
@@ -934,10 +936,11 @@ class wpForoPost{
934
  }
935
 
936
  function get_root_replies_count( $postid ){
 
937
  if( $postid && wpforo_root_exist() ) {
938
- return WPF()->db->get_var("SELECT COUNT(*) FROM `" . WPF()->tables->posts . "` WHERE `root` = " . intval($postid) );
939
  } else {
940
- return WPF()->db->get_var("SELECT COUNT(*) FROM `" . WPF()->tables->posts . "` WHERE `parentid` = " . intval($postid) );
941
  }
942
  }
943
 
@@ -1390,7 +1393,7 @@ class wpForoPost{
1390
  }
1391
 
1392
  do_action( 'wpforo_post_status_update', $postid, $status );
1393
- wpforo_clean_cache('topic', $postid, $post);
1394
  WPF()->notice->add('Done!', 'success');
1395
  return true;
1396
  }
@@ -1802,18 +1805,18 @@ class wpForoPost{
1802
  }
1803
 
1804
  // -- START -- get topic fields
1805
- public function get_topic_fields_structure($only_defaults = false, $layout = 1, $guest = false){
1806
  if( $guest ) {
1807
  $fields[0][0][0] = 'name';
1808
  $fields[0][1][0] = 'email';
1809
  }
1810
  $fields[][] = array('title','body');
1811
- if(!$only_defaults) $fields = apply_filters('wpforo_get_topic_fields_structure', $fields, $layout, $guest);
1812
  return $fields;
1813
  }
1814
 
1815
  public function get_topic_fields($forum, $values = array(), $guest = false ){
1816
- $fields = $this->fields_structure_full_array( $this->get_topic_fields_structure(false, $forum['cat_layout'], $guest), $used_fields );
1817
  if( !in_array('title', $used_fields, true) ) $fields[][][] = $this->get_field('title');
1818
  if( !in_array('body', $used_fields, true) ) $fields[][][] = $this->get_field('body');
1819
 
@@ -1855,8 +1858,19 @@ class wpForoPost{
1855
  $field = array();
1856
  }
1857
  }
1858
- $fields[$kr][$kc][$kf] = apply_filters( 'wpforo_topic_field', $field, $forum, $values, $guest );
1859
  }
 
 
 
 
 
 
 
 
 
 
 
1860
  }
1861
  }
1862
  }
@@ -1864,9 +1878,9 @@ class wpForoPost{
1864
  return $fields;
1865
  }
1866
 
1867
- public function get_topic_fields_list($only_defaults = false, $layout = 1, $guest = false){
1868
  $fields_list = array('title', 'body');
1869
- $fields_structure = $this->get_topic_fields_structure($only_defaults, $layout, $guest);
1870
  foreach ( $fields_structure as $r ){
1871
  foreach ( $r as $c ){
1872
  foreach ($c as $f){
@@ -2094,7 +2108,8 @@ class wpForoPost{
2094
  if( (int) wpfval($post, 'is_first_post') && ($postmetas = WPF()->postmeta->get_postmeta($post['postid'], '', true)) ){
2095
  $content .= '<div class="wpf-topic-fields">';
2096
  $content .= apply_filters('wpforo_topic_fields_before', '', $post);
2097
- $fields = WPF()->post->get_topic_fields_list();
 
2098
  foreach ( $fields as $field ){
2099
  if( $postmeta = wpfval($postmetas, $field) ){
2100
  $field = WPF()->post->get_field($field);
69
  'post_body_min_length' => 2,
70
  'post_body_max_length' => 0,
71
  'comment_body_min_length' => 2,
72
+ 'comment_body_max_length' => 0,
73
+ 'toolbar_location_topic' => 'top',
74
+ 'toolbar_location_reply' => 'top'
75
  );
76
  }
77
 
936
  }
937
 
938
  function get_root_replies_count( $postid ){
939
+ $postid = intval($postid);
940
  if( $postid && wpforo_root_exist() ) {
941
+ return (int) WPF()->db->get_var("SELECT COUNT(*) FROM `" . WPF()->tables->posts . "` WHERE `root` = " . $postid );
942
  } else {
943
+ return (int) WPF()->db->get_var("SELECT COUNT(*) FROM `" . WPF()->tables->posts . "` WHERE `parentid` = " . $postid );
944
  }
945
  }
946
 
1393
  }
1394
 
1395
  do_action( 'wpforo_post_status_update', $postid, $status );
1396
+ wpforo_clean_cache('post', $postid, $post);
1397
  WPF()->notice->add('Done!', 'success');
1398
  return true;
1399
  }
1805
  }
1806
 
1807
  // -- START -- get topic fields
1808
+ public function get_topic_fields_structure($only_defaults = false, $forum = array(), $guest = false){
1809
  if( $guest ) {
1810
  $fields[0][0][0] = 'name';
1811
  $fields[0][1][0] = 'email';
1812
  }
1813
  $fields[][] = array('title','body');
1814
+ if(!$only_defaults) $fields = apply_filters('wpforo_get_topic_fields_structure', $fields, $forum, $guest);
1815
  return $fields;
1816
  }
1817
 
1818
  public function get_topic_fields($forum, $values = array(), $guest = false ){
1819
+ $fields = $this->fields_structure_full_array( $this->get_topic_fields_structure(false, $forum, $guest), $used_fields );
1820
  if( !in_array('title', $used_fields, true) ) $fields[][][] = $this->get_field('title');
1821
  if( !in_array('body', $used_fields, true) ) $fields[][][] = $this->get_field('body');
1822
 
1858
  $field = array();
1859
  }
1860
  }
1861
+ $field = apply_filters( 'wpforo_topic_field', $field, $forum, $values, $guest );
1862
  }
1863
+
1864
+ if($field){
1865
+ $fields[$kr][$kc][$kf] = $field;
1866
+ }else{
1867
+ unset($fields[$kr][$kc][$kf]);
1868
+ if( !$fields[$kr][$kc] ) {
1869
+ unset( $fields[$kr][$kc] );
1870
+ if( !$fields[$kr] ) unset($fields[$kr]);
1871
+ }
1872
+ }
1873
+
1874
  }
1875
  }
1876
  }
1878
  return $fields;
1879
  }
1880
 
1881
+ public function get_topic_fields_list($only_defaults = false, $forum = array(), $guest = false){
1882
  $fields_list = array('title', 'body');
1883
+ $fields_structure = $this->get_topic_fields_structure($only_defaults, $forum, $guest);
1884
  foreach ( $fields_structure as $r ){
1885
  foreach ( $r as $c ){
1886
  foreach ($c as $f){
2108
  if( (int) wpfval($post, 'is_first_post') && ($postmetas = WPF()->postmeta->get_postmeta($post['postid'], '', true)) ){
2109
  $content .= '<div class="wpf-topic-fields">';
2110
  $content .= apply_filters('wpforo_topic_fields_before', '', $post);
2111
+ $forum = WPF()->forum->get_forum($post['forumid']);
2112
+ $fields = WPF()->post->get_topic_fields_list(false, $forum);
2113
  foreach ( $fields as $field ){
2114
  if( $postmeta = wpfval($postmetas, $field) ){
2115
  $field = WPF()->post->get_field($field);
wpf-includes/class-revisions.php CHANGED
@@ -118,7 +118,7 @@ class wpForoRevision {
118
  }
119
 
120
  private function parse_revision( $revision ) {
121
- $revision = array_merge( $this->default->revision, $revision );
122
  if( $revision['body'] ){
123
  $revision['body'] = preg_replace('#</pre>[\r\n\t\s\0]*<pre>#isu', "\r\n", $revision['body']);
124
  $revision['body'] = wpforo_kses(trim($revision['body']), 'post');
@@ -400,7 +400,7 @@ class wpForoRevision {
400
  $revision['userid'] = WPF()->current_userid;
401
  $revision['email'] = WPF()->current_user_email;
402
 
403
- if( $revisionid = $this->add($revision) ){
404
  $args = array(
405
  // 'textareaids_include' => $revision['textareaid'],
406
  'postids_include' => $revision['postid'],
@@ -422,19 +422,28 @@ class wpForoRevision {
422
 
423
  $revision['revisionid'] = $revisionid;
424
 
425
- echo json_encode(array(
426
  'revisionid' => $revisionid,
427
  'revisions_count' => $revisions_count,
428
  'revisionhtml' => $this->build_revision($revision)
429
- ));
430
- exit();
 
 
 
 
431
  }
432
 
433
  public function ajax_post_preview(){
434
  $revision = $this->parse_revision($_POST);
 
435
  $this->show_preview($revision);
436
-
437
- exit();
 
 
 
 
438
  }
439
 
440
  public function ajax_get_revisions_history(){
@@ -451,27 +460,40 @@ class wpForoRevision {
451
  foreach ($revisions as $revision) $revisionhtml .= $this->build_revision($revision);
452
  }
453
 
454
- echo json_encode(array(
455
- 'revisions_count' => count($revisions),
 
456
  'revisionhtml' => $revisionhtml
457
- ));
458
- exit();
 
 
 
 
459
  }
460
 
461
  public function ajax_get_revision(){
462
  if( $revisionid = wpforo_bigintval( wpfval($_POST, 'revisionid') ) ){
463
- if( $revision = $this->get_revision( array('include' => $revisionid) ) ) echo json_encode( $revision );
464
  }
465
-
466
- exit();
467
  }
468
 
469
  public function ajax_delete_revision(){
470
  if( $revisionid = wpforo_bigintval( wpfval($_POST, 'revisionid') ) ){
471
- if( $this->delete( $revisionid ) ) echo $revisionid;
 
 
 
 
 
 
 
 
 
 
472
  }
473
-
474
- exit();
475
  }
476
 
477
  public function after_submit(){
118
  }
119
 
120
  private function parse_revision( $revision ) {
121
+ $revision = array_merge( $this->default->revision, (array) $revision );
122
  if( $revision['body'] ){
123
  $revision['body'] = preg_replace('#</pre>[\r\n\t\s\0]*<pre>#isu', "\r\n", $revision['body']);
124
  $revision['body'] = wpforo_kses(trim($revision['body']), 'post');
400
  $revision['userid'] = WPF()->current_userid;
401
  $revision['email'] = WPF()->current_user_email;
402
 
403
+ if( $revisionid = (int) $this->add($revision) ){
404
  $args = array(
405
  // 'textareaids_include' => $revision['textareaid'],
406
  'postids_include' => $revision['postid'],
422
 
423
  $revision['revisionid'] = $revisionid;
424
 
425
+ $response = array(
426
  'revisionid' => $revisionid,
427
  'revisions_count' => $revisions_count,
428
  'revisionhtml' => $this->build_revision($revision)
429
+ );
430
+ if( $revisionid ){
431
+ wp_send_json_success($response);
432
+ }else{
433
+ wp_send_json_error($response);
434
+ }
435
  }
436
 
437
  public function ajax_post_preview(){
438
  $revision = $this->parse_revision($_POST);
439
+ ob_start();
440
  $this->show_preview($revision);
441
+ $html = trim( ob_get_clean() );
442
+ if( $html ){
443
+ wp_send_json_success($html);
444
+ }else{
445
+ wp_send_json_error($html);
446
+ }
447
  }
448
 
449
  public function ajax_get_revisions_history(){
460
  foreach ($revisions as $revision) $revisionhtml .= $this->build_revision($revision);
461
  }
462
 
463
+ $revisions_count = count($revisions);
464
+ $response = array(
465
+ 'revisions_count' => $revisions_count,
466
  'revisionhtml' => $revisionhtml
467
+ );
468
+ if( $revisions_count ){
469
+ wp_send_json_success($response);
470
+ }else{
471
+ wp_send_json_error($response);
472
+ }
473
  }
474
 
475
  public function ajax_get_revision(){
476
  if( $revisionid = wpforo_bigintval( wpfval($_POST, 'revisionid') ) ){
477
+ if( $revision = $this->get_revision( array('include' => $revisionid) ) ) wp_send_json_success($revision);
478
  }
479
+ wp_send_json_error();
 
480
  }
481
 
482
  public function ajax_delete_revision(){
483
  if( $revisionid = wpforo_bigintval( wpfval($_POST, 'revisionid') ) ){
484
+ if( $this->delete( $revisionid ) ){
485
+ $args = array(
486
+ // 'textareaids_include' => (string) wpfval( $_POST, 'textareaid' ),
487
+ 'postids_include' => wpforo_bigintval( wpfval( $_POST, 'postid' ) ),
488
+ 'userids_include' => WPF()->current_userid,
489
+ 'emails_include' => WPF()->current_user_email,
490
+ 'urls_include' => $this->get_current_url_query_vars_str()
491
+ );
492
+ $revisions_count = $this->get_count($args);
493
+ wp_send_json_success(compact('revisions_count'));
494
+ }
495
  }
496
+ wp_send_json_error();
 
497
  }
498
 
499
  public function after_submit(){
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;} img.emoji{width: 20px;}',
112
  'object_resizing' => false,
113
  'autoresize_on_init' => true,
114
  'wp_autoresize_on' => true,
@@ -698,7 +698,7 @@ class wpForoTemplate{
698
  );
699
  $actives['wpforo-home'] = $is_active;
700
 
701
- $is_active = WPF()->current_object['template'] === 'recent' && wpfval( WPF()->GET, 'view' ) === 'unread';
702
  WPF()->menu['wpforo-unread'] = array(
703
  'href' => wpforo_home_url( wpforo_get_template_slug('recent') . '?view=unread' ),
704
  'label' => wpforo_phrase( 'Unread Posts', false ),
@@ -1851,9 +1851,11 @@ class wpForoTemplate{
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' ): ?>
1854
- <div class="wpf-item-element active"><span><?php wpforo_phrase('Unread Posts') ?></span></div>
 
 
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': ?>
@@ -2610,7 +2612,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;} img.emoji{width: 20px;}',
2614
  'object_resizing' => false,
2615
  'autoresize_on_init' => true,
2616
  'wp_autoresize_on' => true,
@@ -2639,7 +2641,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;} img.emoji{width: 20px;}',
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;} pre{border-left: 3px solid #ccc; outline: none !important; background: #fafcff;padding: 10px;font-size: 14px;margin: 20px 0 0 10px;display: block;width: 100%;} img.emoji{width: 20px;}',
112
  'object_resizing' => false,
113
  'autoresize_on_init' => true,
114
  'wp_autoresize_on' => true,
698
  );
699
  $actives['wpforo-home'] = $is_active;
700
 
701
+ $is_active = WPF()->current_object['template'] === 'recent' && wpfval( WPF()->GET, 'view' ) === 'prefix';
702
  WPF()->menu['wpforo-unread'] = array(
703
  'href' => wpforo_home_url( wpforo_get_template_slug('recent') . '?view=unread' ),
704
  'label' => wpforo_phrase( 'Unread Posts', false ),
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' ): ?>
1854
+ <div class="wpf-item-element active"><span><?php wpforo_phrase('Unread Posts') ?></span></div>
1855
+ <?php elseif( wpfval($_GET, 'view') === 'prefix' ): ?>
1856
+ <div class="wpf-item-element active"><span><?php wpforo_phrase('Topic Prefix') ?></span></div>
1857
  <?php else: ?>
1858
+ <div class="wpf-item-element active"><span><?php wpforo_phrase('Recent Posts') ?></span></div>
1859
  <?php endif; ?>
1860
  <a href="#" class="wpf-end" rel="nofollow">&nbsp;</a>
1861
  <?php break; case 'tags': ?>
2612
  'toolbar2' => '',
2613
  'toolbar3' => '',
2614
  'toolbar4' => '',
2615
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;} pre{border-left: 3px solid #ccc; outline: none !important; background: #fafcff;padding: 10px;font-size: 14px;margin: 20px 0 0 10px;display: block;width: 100%;} img.emoji{width: 20px;}',
2616
  'object_resizing' => false,
2617
  'autoresize_on_init' => true,
2618
  'wp_autoresize_on' => true,
2641
  'toolbar2' => '',
2642
  'toolbar3' => '',
2643
  'toolbar4' => '',
2644
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;} pre{border-left: 3px solid #ccc; outline: none !important; background: #fafcff;padding: 10px;font-size: 14px;margin: 20px 0 0 10px;display: block;width: 100%;} img.emoji{width: 20px;}',
2645
  'object_resizing' => false,
2646
  'autoresize_on_init' => true,
2647
  'wp_autoresize_on' => true,
wpf-includes/class-topics.php CHANGED
@@ -37,6 +37,11 @@ class wpForoTopic{
37
  WPF()->notice->add('Add Topic error: No forum selected', 'error');
38
  return FALSE;
39
  }
 
 
 
 
 
40
 
41
  if( !WPF()->perm->forum_can( 'ct', $args['forumid']) ){
42
  WPF()->notice->add('You don\'t have permission to create topic into this forum', 'error');
@@ -63,7 +68,7 @@ class wpForoTopic{
63
  }
64
  }
65
 
66
- do_action( 'wpforo_start_add_topic', $args );
67
 
68
  $root_exists = wpforo_root_exist();
69
  $args['title'] = wpforo_text($args['title'], 250, false);
@@ -77,13 +82,12 @@ class wpForoTopic{
77
  $args['email'] = (isset($args['email']) ? $args['email'] : '' );
78
  $args['tags'] = (isset($args['tags']) ? $args['tags'] : '' );
79
 
80
- $args = apply_filters('wpforo_add_topic_data_filter', $args);
81
 
82
  if(empty($args)) return FALSE;
83
 
84
  extract($args, EXTR_OVERWRITE);
85
 
86
- if(isset($forumid)) $forumid = intval($forumid);
87
  if(isset($title)) $title = sanitize_text_field(trim($title));
88
  if(isset($slug)) $slug = sanitize_title($slug);
89
  if(isset($created)) $created = sanitize_text_field($created);
@@ -97,7 +101,7 @@ class wpForoTopic{
97
  if(isset($email)) $email = strip_tags(trim($email));
98
  if(isset($body)) $body = wpforo_kses(trim($body), 'post');
99
  if(isset($tags)){
100
- if( isset($forumid) && WPF()->post->options['tags'] && WPF()->perm->forum_can('tag', $forumid) ){
101
  $tags = $this->sanitize_tags($tags, false, true);
102
  } else {
103
  $tags = '';
@@ -107,7 +111,7 @@ class wpForoTopic{
107
  $meta_key = (isset($meta_key) ? $meta_key : '');
108
  $meta_desc = (isset($meta_desc) ? $meta_desc : '');
109
  $has_attach = ( isset($has_attach) && $has_attach ) ? 1 : ((strpos($body, '[attach]') !== FALSE) ? 1 : 0);
110
- $layout = WPF()->forum->get_layout( $forumid );
111
  $posts = ( $layout == 3 ) ? 0 : 1;
112
  do_action( 'wpforo_before_add_topic', $args );
113
 
@@ -116,7 +120,7 @@ class wpForoTopic{
116
  array(
117
  'title' => stripslashes($title),
118
  'slug' => $slug,
119
- 'forumid' => $forumid,
120
  'userid' => $userid,
121
  'type' => $type,
122
  'status' => $status,
@@ -137,7 +141,7 @@ class wpForoTopic{
137
  )
138
  ){
139
  $topicid = WPF()->db->insert_id;
140
- $fields = array('forumid' => $forumid,
141
  'topicid' => $topicid,
142
  'userid' => $userid,
143
  'title' => stripslashes($title),
@@ -173,7 +177,7 @@ class wpForoTopic{
173
  ){
174
  if( !$status ){
175
  $questions = '';
176
- if( WPF()->forum->get_layout($forumid) == 3 ) $questions = ', `questions` = `questions` + 1 ';
177
  WPF()->db->query( "UPDATE ".WPF()->tables->profiles." SET `posts` = `posts` + 1 $questions WHERE `userid` = " . wpforo_bigintval($userid) );
178
  }
179
 
@@ -184,12 +188,12 @@ class wpForoTopic{
184
  $args['private'] = $private;
185
  $args['topicurl'] = $this->get_topic_url($topicid);
186
  if( !$status && !$private){
187
- WPF()->forum->rebuild_last_infos( $forumid );
188
- WPF()->forum->rebuild_stats( $forumid );
189
  }
190
  if( $tags && !$status && !$private ) $this->add_tags($tags);
191
 
192
- do_action( 'wpforo_after_add_topic', $args );
193
 
194
  wpforo_clean_cache('topic', $topicid, $args);
195
  if(!is_user_logged_in() && $status){
@@ -216,14 +220,20 @@ class wpForoTopic{
216
  if( empty($args) && !empty($_REQUEST['topic']) ) $args = $_REQUEST['topic'];
217
  if( isset($args['name']) ){ $args['name'] = strip_tags($args['name']); }
218
  if( isset($args['email']) ){ $args['email'] = sanitize_email($args['email']); }
219
-
220
- do_action( 'wpforo_start_edit_topic', $args );
221
-
222
  if( !$topic = $this->get_topic( $args['topicid'] ) ){
223
  WPF()->notice->add('Topic not found.', 'error');
224
  return FALSE;
225
  }
226
-
 
 
 
 
 
 
 
227
  if( !is_user_logged_in() ){
228
  if( !isset($topic['email']) || !$topic['email'] ){
229
  WPF()->notice->add('Permission denied', 'error');
@@ -238,7 +248,7 @@ class wpForoTopic{
238
  $args['status'] = $topic['status'];
239
  $args['userid'] = $topic['userid'];
240
 
241
- $args = apply_filters('wpforo_edit_topic_data_filter', $args);
242
  if(empty($args)) return FALSE;
243
 
244
  extract($args, EXTR_OVERWRITE);
@@ -364,7 +374,7 @@ class wpForoTopic{
364
  'has_attach' => $has_attach,
365
  'tags' => $tags
366
  );
367
- do_action( 'wpforo_after_edit_topic', $a, $args );
368
 
369
  wpforo_clean_cache('topic', $topicid, $topic);
370
  WPF()->notice->add('Topic successfully updated', 'success');
@@ -623,6 +633,7 @@ class wpForoTopic{
623
  'row_count' => null, // 4 or 1 ...
624
  'permgroup' => null, //Checks permissions based on attribute value not on current user usergroup
625
  'read' => null, //true / false
 
626
  'where' => null
627
  );
628
 
@@ -641,6 +652,15 @@ class wpForoTopic{
641
  $guest = array();
642
  $wheres = array();
643
 
 
 
 
 
 
 
 
 
 
644
  if( !is_null($read) ){
645
  $last_read_postid = WPF()->log->get_all_read( 'post' );
646
  if( $read ){
@@ -1429,11 +1449,7 @@ class wpForoTopic{
1429
  array( '%s' )
1430
  );
1431
  } else {
1432
- WPF()->db->insert(
1433
- WPF()->tables->tags,
1434
- array( 'tag' => $tag, 'prefix' => 0, 'count' => 1 ),
1435
- array('%s','%d','%d')
1436
- );
1437
  }
1438
  wpforo_clean_cache('tag', $tag);
1439
  }
@@ -1442,6 +1458,21 @@ class wpForoTopic{
1442
  }
1443
  }
1444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1445
  public function edit_tags( $tags, $topic = array() ){
1446
  $old_tags = ( wpfval($topic, 'tags') ) ? $this->sanitize_tags( $topic['tags'], true ) : false;
1447
  if( $tags ){
@@ -1496,28 +1527,121 @@ class wpForoTopic{
1496
  wpforo_clean_cache('tag');
1497
  }
1498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1499
  public function remove_tags( $tags ){
1500
  if( $tags ){
1501
  $tags = $this->sanitize_tags( $tags, true );
1502
  foreach( $tags as $tag ){
1503
- $count = WPF()->db->get_var("SELECT `count` FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'");
1504
- if( $count ){
1505
- if( $count == 1 ){
1506
- WPF()->db->query("DELETE FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'");
1507
- } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1508
  WPF()->db->update(
1509
- WPF()->tables->tags,
1510
- array( 'count' => ($count - 1) ),
1511
- array( 'tag' => $tag ),
1512
- array( '%d' ),
1513
- array( '%s' )
1514
  );
1515
  }
1516
- wpforo_clean_cache('tag', $tag);
1517
  }
1518
  }
1519
  }
1520
- wpforo_clean_cache('tag');
1521
  }
1522
 
1523
  public function get_tag( $args = array() ){
@@ -1651,5 +1775,18 @@ class wpForoTopic{
1651
  }
1652
  }
1653
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1654
 
1655
  }
37
  WPF()->notice->add('Add Topic error: No forum selected', 'error');
38
  return FALSE;
39
  }
40
+
41
+ if( !$forum = WPF()->forum->get_forum($args['forumid']) ){
42
+ WPF()->notice->add('Add Topic error: No forum selected', 'error');
43
+ return FALSE;
44
+ }
45
 
46
  if( !WPF()->perm->forum_can( 'ct', $args['forumid']) ){
47
  WPF()->notice->add('You don\'t have permission to create topic into this forum', 'error');
68
  }
69
  }
70
 
71
+ do_action( 'wpforo_start_add_topic', $args, $forum );
72
 
73
  $root_exists = wpforo_root_exist();
74
  $args['title'] = wpforo_text($args['title'], 250, false);
82
  $args['email'] = (isset($args['email']) ? $args['email'] : '' );
83
  $args['tags'] = (isset($args['tags']) ? $args['tags'] : '' );
84
 
85
+ $args = apply_filters('wpforo_add_topic_data_filter', $args, $forum);
86
 
87
  if(empty($args)) return FALSE;
88
 
89
  extract($args, EXTR_OVERWRITE);
90
 
 
91
  if(isset($title)) $title = sanitize_text_field(trim($title));
92
  if(isset($slug)) $slug = sanitize_title($slug);
93
  if(isset($created)) $created = sanitize_text_field($created);
101
  if(isset($email)) $email = strip_tags(trim($email));
102
  if(isset($body)) $body = wpforo_kses(trim($body), 'post');
103
  if(isset($tags)){
104
+ if( WPF()->post->options['tags'] && WPF()->perm->forum_can('tag', $forum['forumid']) ){
105
  $tags = $this->sanitize_tags($tags, false, true);
106
  } else {
107
  $tags = '';
111
  $meta_key = (isset($meta_key) ? $meta_key : '');
112
  $meta_desc = (isset($meta_desc) ? $meta_desc : '');
113
  $has_attach = ( isset($has_attach) && $has_attach ) ? 1 : ((strpos($body, '[attach]') !== FALSE) ? 1 : 0);
114
+ $layout = WPF()->forum->get_layout( $forum );
115
  $posts = ( $layout == 3 ) ? 0 : 1;
116
  do_action( 'wpforo_before_add_topic', $args );
117
 
120
  array(
121
  'title' => stripslashes($title),
122
  'slug' => $slug,
123
+ 'forumid' => $forum['forumid'],
124
  'userid' => $userid,
125
  'type' => $type,
126
  'status' => $status,
141
  )
142
  ){
143
  $topicid = WPF()->db->insert_id;
144
+ $fields = array('forumid' => $forum['forumid'],
145
  'topicid' => $topicid,
146
  'userid' => $userid,
147
  'title' => stripslashes($title),
177
  ){
178
  if( !$status ){
179
  $questions = '';
180
+ if( WPF()->forum->get_layout($forum) == 3 ) $questions = ', `questions` = `questions` + 1 ';
181
  WPF()->db->query( "UPDATE ".WPF()->tables->profiles." SET `posts` = `posts` + 1 $questions WHERE `userid` = " . wpforo_bigintval($userid) );
182
  }
183
 
188
  $args['private'] = $private;
189
  $args['topicurl'] = $this->get_topic_url($topicid);
190
  if( !$status && !$private){
191
+ WPF()->forum->rebuild_last_infos( $forum['forumid'] );
192
+ WPF()->forum->rebuild_stats( $forum['forumid'] );
193
  }
194
  if( $tags && !$status && !$private ) $this->add_tags($tags);
195
 
196
+ do_action( 'wpforo_after_add_topic', $args, $forum );
197
 
198
  wpforo_clean_cache('topic', $topicid, $args);
199
  if(!is_user_logged_in() && $status){
220
  if( empty($args) && !empty($_REQUEST['topic']) ) $args = $_REQUEST['topic'];
221
  if( isset($args['name']) ){ $args['name'] = strip_tags($args['name']); }
222
  if( isset($args['email']) ){ $args['email'] = sanitize_email($args['email']); }
223
+
224
+
 
225
  if( !$topic = $this->get_topic( $args['topicid'] ) ){
226
  WPF()->notice->add('Topic not found.', 'error');
227
  return FALSE;
228
  }
229
+
230
+ if( !$forum = WPF()->forum->get_forum( $topic['forumid'] ) ){
231
+ WPF()->notice->add('Forum not found.', 'error');
232
+ return FALSE;
233
+ }
234
+
235
+ do_action( 'wpforo_start_edit_topic', $args, $forum );
236
+
237
  if( !is_user_logged_in() ){
238
  if( !isset($topic['email']) || !$topic['email'] ){
239
  WPF()->notice->add('Permission denied', 'error');
248
  $args['status'] = $topic['status'];
249
  $args['userid'] = $topic['userid'];
250
 
251
+ $args = apply_filters('wpforo_edit_topic_data_filter', $args, $forum);
252
  if(empty($args)) return FALSE;
253
 
254
  extract($args, EXTR_OVERWRITE);
374
  'has_attach' => $has_attach,
375
  'tags' => $tags
376
  );
377
+ do_action( 'wpforo_after_edit_topic', $a, $args, $forum );
378
 
379
  wpforo_clean_cache('topic', $topicid, $topic);
380
  WPF()->notice->add('Topic successfully updated', 'success');
633
  'row_count' => null, // 4 or 1 ...
634
  'permgroup' => null, //Checks permissions based on attribute value not on current user usergroup
635
  'read' => null, //true / false
636
+ 'prefix' => null, //23 / 23,24,50
637
  'where' => null
638
  );
639
 
652
  $guest = array();
653
  $wheres = array();
654
 
655
+ if( !is_null($prefix) ){
656
+ $prefixes = explode(',', $prefix);
657
+ if( !empty($prefixes) ){
658
+ foreach ($prefixes as $prefixid ){
659
+ $wheres[] = " FIND_IN_SET('" . intval($prefixid) . "', `prefix`) ";
660
+ }
661
+ }
662
+ }
663
+
664
  if( !is_null($read) ){
665
  $last_read_postid = WPF()->log->get_all_read( 'post' );
666
  if( $read ){
1449
  array( '%s' )
1450
  );
1451
  } else {
1452
+ $this->add_tag($tag, 1);
 
 
 
 
1453
  }
1454
  wpforo_clean_cache('tag', $tag);
1455
  }
1458
  }
1459
  }
1460
 
1461
+ public function add_tag( $tag, $count = 0 ){
1462
+ $tagid = 0;
1463
+ if( $tag ){
1464
+ $tag = $this->sanitize_tag($tag);
1465
+ if( !WPF()->db->get_var("SELECT `tagid` FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'") ){
1466
+ $tagid = WPF()->db->insert(
1467
+ WPF()->tables->tags,
1468
+ array( 'tag' => $tag, 'prefix' => 0, 'count' => intval($count) ),
1469
+ array('%s','%d','%d')
1470
+ );
1471
+ }
1472
+ }
1473
+ return $tagid;
1474
+ }
1475
+
1476
  public function edit_tags( $tags, $topic = array() ){
1477
  $old_tags = ( wpfval($topic, 'tags') ) ? $this->sanitize_tags( $topic['tags'], true ) : false;
1478
  if( $tags ){
1527
  wpforo_clean_cache('tag');
1528
  }
1529
 
1530
+ public function edit_tag( $tag, $old_tag = '', $disconnect = false ){
1531
+
1532
+ $tag_id = wpfval($tag, 'tagid');
1533
+ $tag_name = wpfval($tag, 'tag');
1534
+ $tag_name = $this->sanitize_tag($tag_name);
1535
+
1536
+ if( FALSE !== WPF()->db->update(
1537
+ WPF()->tables->tags,
1538
+ array( 'tag' => $tag_name ),
1539
+ array( 'tagid' => intval($tag_id) ),
1540
+ array( '%s' ),
1541
+ array( '%d' )
1542
+ ) ){
1543
+ if( $old_tag ){
1544
+ if( $disconnect ){
1545
+ $this->remove_tag_from_topics($old_tag);
1546
+ WPF()->db->update(
1547
+ WPF()->tables->tags,
1548
+ array( 'count' => 0 ),
1549
+ array( 'tag' => $tag_name ),
1550
+ array( '%d' ),
1551
+ array( '%s' )
1552
+ );
1553
+ } else {
1554
+ if($old_tag != $tag_name){
1555
+ $this->update_tag_in_topics($tag_name, $old_tag);
1556
+ }
1557
+ $count = WPF()->db->get_var("SELECT COUNT(*) FROM `".WPF()->tables->topics."` WHERE FIND_IN_SET('" . esc_sql($tag_name) . "', tags)");
1558
+ WPF()->db->update(
1559
+ WPF()->tables->tags,
1560
+ array( 'count' => intval($count) ),
1561
+ array( 'tag' => $tag_name ),
1562
+ array( '%d' ),
1563
+ array( '%s' )
1564
+ );
1565
+ }
1566
+ }
1567
+ wpforo_clean_cache('tag', $tag_name);
1568
+ return TRUE;
1569
+ }
1570
+ return FALSE;
1571
+ }
1572
+
1573
  public function remove_tags( $tags ){
1574
  if( $tags ){
1575
  $tags = $this->sanitize_tags( $tags, true );
1576
  foreach( $tags as $tag ){
1577
+ $count = (int) WPF()->db->get_var("SELECT `count` FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'");
1578
+ if( $count === 1 ){
1579
+ WPF()->db->query("DELETE FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'");
1580
+ } else {
1581
+ WPF()->db->update(
1582
+ WPF()->tables->tags,
1583
+ array( 'count' => ($count - 1) ),
1584
+ array( 'tag' => $tag ),
1585
+ array( '%d' ),
1586
+ array( '%s' )
1587
+ );
1588
+ }
1589
+ wpforo_clean_cache('tag', $tag);
1590
+ }
1591
+ }
1592
+ wpforo_clean_cache('tag');
1593
+ }
1594
+
1595
+ public function remove_tag( $tag ){
1596
+ if( $tag ){
1597
+ $this->remove_tag_from_topics($tag);
1598
+ $sql_delete_tag = "DELETE FROM `" . WPF()->tables->tags . "` WHERE `tag` = '" . esc_sql($tag) . "'";
1599
+ WPF()->db->query($sql_delete_tag);
1600
+ wpforo_clean_cache('tag', $tag);
1601
+ }
1602
+ }
1603
+
1604
+ public function remove_tag_from_topics($tag){
1605
+ if($tag){
1606
+ WPF()->db->query( "UPDATE `" . WPF()->db->prefix . "wpforo_topics`
1607
+ SET tags = TRIM(BOTH ',' FROM REPLACE(CONCAT(',', tags, ','), '," . esc_sql($tag) . ",', ','))
1608
+ WHERE FIND_IN_SET('" . esc_sql($tag) . "', tags)" );
1609
+ }
1610
+ }
1611
+
1612
+ public function update_tag_in_topics($new_tag, $old_tag){
1613
+ if( $new_tag && $old_tag ){
1614
+
1615
+ WPF()->db->query( "UPDATE `" . WPF()->db->prefix . "wpforo_topics`
1616
+ SET tags = '" . esc_sql($new_tag) . "'
1617
+ WHERE tags LIKE '" . esc_sql($old_tag) . "'" );
1618
+
1619
+ WPF()->db->query( "UPDATE `" . WPF()->db->prefix . "wpforo_topics`
1620
+ SET tags = REPLACE(tags, '," . esc_sql($old_tag) . ",', '," . esc_sql($new_tag) . ",')
1621
+ WHERE tags LIKE '%," . esc_sql($old_tag) . ",%'");
1622
+
1623
+ $topics = WPF()->db->get_results("SELECT `topicid`, `tags`
1624
+ FROM `".WPF()->tables->topics."`
1625
+ WHERE FIND_IN_SET('" . esc_sql($old_tag) . "', tags)", ARRAY_A );
1626
+ if( !empty($topics) ){
1627
+ foreach( $topics as $topic ){
1628
+ $tags = explode(',', $topic['tags']);
1629
+ if(!empty($tags)){
1630
+ foreach($tags as $key => $tag ){
1631
+ if( $tag === $old_tag ) $tags[$key] = $new_tag;
1632
+ }
1633
+ $tags = implode(',', $tags);
1634
  WPF()->db->update(
1635
+ WPF()->tables->topics,
1636
+ array( 'tags' => $tags ),
1637
+ array( 'topicid' => $topic['topicid'] ),
1638
+ array( '%s' ),
1639
+ array( '%d' )
1640
  );
1641
  }
 
1642
  }
1643
  }
1644
  }
 
1645
  }
1646
 
1647
  public function get_tag( $args = array() ){
1775
  }
1776
  }
1777
 
1778
+ public function sanitize_tag( $tag ){
1779
+ $tag = trim($tag);
1780
+ $tag = wp_unslash($tag);
1781
+ $tag = sanitize_text_field($tag);
1782
+ $length = apply_filters('wpforo_tags_length', 25);
1783
+ $tag = ( function_exists('mb_substr') ) ? mb_substr($tag, 0, $length) : substr($tag,0, $length);
1784
+ $lowcase = apply_filters('wpforo_tags_lowcase', false);
1785
+ if( $lowcase ) {
1786
+ $tag = ( function_exists('mb_strtolower') ) ? mb_strtolower($tag) : strtolower($tag);
1787
+ }
1788
+ return $tag;
1789
+ }
1790
+
1791
 
1792
  }
wpf-includes/class-usergroups.php CHANGED
@@ -424,6 +424,17 @@ class wpForoUsergroup{
424
  return $usergroups;
425
  }
426
 
 
 
 
 
 
 
 
 
 
 
 
427
  function set_ug_roles( $ug_role ){
428
  if( !empty($ug_role) ){
429
  foreach( $ug_role as $usergroupid => $role ){
424
  return $usergroups;
425
  }
426
 
427
+ function get_usergroup_access_relation(){
428
+ $usergroups = array();
429
+ $data = WPF()->db->get_results("SELECT `groupid`, `access` FROM `" . WPF()->tables->usergroups . "`", ARRAY_A);
430
+ if(!empty( $data )){
431
+ foreach($data as $rel){
432
+ $usergroups[ (int) $rel['groupid'] ] = $rel['access'];
433
+ }
434
+ }
435
+ return $usergroups;
436
+ }
437
+
438
  function set_ug_roles( $ug_role ){
439
  if( !empty($ug_role) ){
440
  foreach( $ug_role as $usergroupid => $role ){
wpf-includes/functions-installation.php CHANGED
@@ -97,10 +97,6 @@ function wpforo_activation(){
97
  wpforo_clean_cache();
98
  }
99
 
100
- add_action('wpforo_actions', function(){
101
- if( get_option('wpforo_version') && WPFORO_VERSION !== get_option('wpforo_version') ) wpforo_activation();
102
- });
103
-
104
  function wpforo_update_options( $option_key, $default, $exlude = array() ) {
105
  $option = get_option( $option_key, array() );
106
 
@@ -634,35 +630,35 @@ function wpforo_import_default_menus(){
634
  }
635
 
636
  function wpforo_import_default_accesses(){
637
- $cans_n = array('vf' => 0, 'ct' => 0, 'vt' => 0, 'et' => 0, 'dt' => 0,
638
  'cr' => 0, 'ocr' => 0, 'vr' => 0, 'er' => 0, 'dr' => 0, 'tag' => 0,
639
  'eot' => 0, 'eor' => 0, 'dot' => 0, 'dor' => 0, 'sb' => 0,
640
  'l' => 0, 'r' => 0, 's' => 0, 'au' => 0,
641
  'p' => 0, 'op' => 0, 'vp' => 0, 'sv' => 0,
642
  'osv' => 0, 'v' => 0, 'a' => 0, 'va' => 0,
643
  'at' => 0, 'oat' => 0, 'aot'=> 0, 'cot' => 0, 'mt' => 0, 'ccp' => 0, 'cvp' => 0, 'cvpr' => 0 );
644
- $cans_r = array('vf' => 1, 'ct' => 0, 'vt' => 1, 'et' => 0, 'dt' => 0,
645
  'cr' => 0, 'ocr' => 0, 'vr' => 1, 'er' => 0, 'dr' => 0, 'tag' => 0,
646
  'eot' => 0, 'eor' => 0, 'dot' => 0, 'dor' => 0, 'sb' => 1,
647
  'l' => 0, 'r' => 0, 's' => 0, 'au' => 0,
648
  'p' => 0, 'op' => 0, 'vp' => 0, 'sv' => 0,
649
  'osv' => 0, 'v' => 0, 'a' => 0, 'va' => 1,
650
  'at' => 0, 'oat' => 0, 'aot'=> 0, 'cot' => 0, 'mt' => 0, 'ccp' => 0, 'cvp' => 0, 'cvpr' => 1 );
651
- $cans_s = array('vf' => 1, 'ct' => 1, 'vt' => 1, 'et' => 0, 'dt' => 0,
652
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 0, 'dr' => 0, 'tag' => 1,
653
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
654
  'l' => 1, 'r' => 1, 's' => 0, 'au' => 0,
655
  'p' => 0, 'op' => 1, 'vp' => 0, 'sv' => 0,
656
  'osv' => 1, 'v' => 1, 'a' => 1, 'va' => 1,
657
  'at' => 0, 'oat' => 1, 'aot'=> 1, 'cot' => 0, 'mt' => 0, 'ccp' => 1, 'cvp' => 1, 'cvpr' => 1 );
658
- $cans_m = array('vf' => 1, 'ct' => 1, 'vt' => 1, 'et' => 1, 'dt' => 1,
659
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 1, 'dr' => 1, 'tag' => 1,
660
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
661
  'l' => 1, 'r' => 1, 's' => 1, 'au' => 1,
662
  'p' => 1, 'op' => 1, 'vp' => 1, 'sv' => 1,
663
  'osv' => 1, 'v' => 1, 'a' => 1, 'va' => 1,
664
  'at' => 1, 'oat' => 1, 'aot'=> 1, 'cot' => 1, 'mt' => 1, 'ccp' => 1, 'cvp' => 1, 'cvpr' => 1 );
665
- $cans_a = array('vf' => 1, 'ct' => 1, 'vt' => 1, 'et' => 1, 'dt' => 1,
666
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 1, 'dr' => 1, 'tag' => 1,
667
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
668
  'l' => 1, 'r' => 1, 's' => 1, 'au' => 1,
@@ -673,7 +669,7 @@ function wpforo_import_default_accesses(){
673
  //Add new Accesses in this array to add those in custom Accesses created by forum admin
674
  $cans_default = array( 'sb' => 1, 'au' => 1, 'p' => 0, 'op' => 1,
675
  'vp' => 0,'ccp' => 0, 'cvp' => 0, 'cvpr' => 1,
676
- 'aot' => 1, 'tag' => 1, 'ocr' => 0 );
677
 
678
  $sql = "SELECT * FROM `".WPF()->tables->accesses."`";
679
  $accesses = WPF()->db->get_results($sql, ARRAY_A);
97
  wpforo_clean_cache();
98
  }
99
 
 
 
 
 
100
  function wpforo_update_options( $option_key, $default, $exlude = array() ) {
101
  $option = get_option( $option_key, array() );
102
 
630
  }
631
 
632
  function wpforo_import_default_accesses(){
633
+ $cans_n = array('vf' => 0, 'enf' => 0, 'ct' => 0, 'vt' => 0, 'ent' => 0, 'et' => 0, 'dt' => 0,
634
  'cr' => 0, 'ocr' => 0, 'vr' => 0, 'er' => 0, 'dr' => 0, 'tag' => 0,
635
  'eot' => 0, 'eor' => 0, 'dot' => 0, 'dor' => 0, 'sb' => 0,
636
  'l' => 0, 'r' => 0, 's' => 0, 'au' => 0,
637
  'p' => 0, 'op' => 0, 'vp' => 0, 'sv' => 0,
638
  'osv' => 0, 'v' => 0, 'a' => 0, 'va' => 0,
639
  'at' => 0, 'oat' => 0, 'aot'=> 0, 'cot' => 0, 'mt' => 0, 'ccp' => 0, 'cvp' => 0, 'cvpr' => 0 );
640
+ $cans_r = array('vf' => 1, 'enf' => 1, 'ct' => 0, 'vt' => 1, 'ent' => 1, 'et' => 0, 'dt' => 0,
641
  'cr' => 0, 'ocr' => 0, 'vr' => 1, 'er' => 0, 'dr' => 0, 'tag' => 0,
642
  'eot' => 0, 'eor' => 0, 'dot' => 0, 'dor' => 0, 'sb' => 1,
643
  'l' => 0, 'r' => 0, 's' => 0, 'au' => 0,
644
  'p' => 0, 'op' => 0, 'vp' => 0, 'sv' => 0,
645
  'osv' => 0, 'v' => 0, 'a' => 0, 'va' => 1,
646
  'at' => 0, 'oat' => 0, 'aot'=> 0, 'cot' => 0, 'mt' => 0, 'ccp' => 0, 'cvp' => 0, 'cvpr' => 1 );
647
+ $cans_s = array('vf' => 1, 'enf' => 1, 'ct' => 1, 'vt' => 1, 'ent' => 1, 'et' => 0, 'dt' => 0,
648
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 0, 'dr' => 0, 'tag' => 1,
649
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
650
  'l' => 1, 'r' => 1, 's' => 0, 'au' => 0,
651
  'p' => 0, 'op' => 1, 'vp' => 0, 'sv' => 0,
652
  'osv' => 1, 'v' => 1, 'a' => 1, 'va' => 1,
653
  'at' => 0, 'oat' => 1, 'aot'=> 1, 'cot' => 0, 'mt' => 0, 'ccp' => 1, 'cvp' => 1, 'cvpr' => 1 );
654
+ $cans_m = array('vf' => 1, 'enf' => 1, 'ct' => 1, 'vt' => 1, 'ent' => 1, 'et' => 1, 'dt' => 1,
655
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 1, 'dr' => 1, 'tag' => 1,
656
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
657
  'l' => 1, 'r' => 1, 's' => 1, 'au' => 1,
658
  'p' => 1, 'op' => 1, 'vp' => 1, 'sv' => 1,
659
  'osv' => 1, 'v' => 1, 'a' => 1, 'va' => 1,
660
  'at' => 1, 'oat' => 1, 'aot'=> 1, 'cot' => 1, 'mt' => 1, 'ccp' => 1, 'cvp' => 1, 'cvpr' => 1 );
661
+ $cans_a = array('vf' => 1, 'enf' => 1, 'ct' => 1, 'vt' => 1, 'ent' => 1, 'et' => 1, 'dt' => 1,
662
  'cr' => 1, 'ocr' => 1, 'vr' => 1, 'er' => 1, 'dr' => 1, 'tag' => 1,
663
  'eot' => 1, 'eor' => 1, 'dot' => 1, 'dor' => 1, 'sb' => 1,
664
  'l' => 1, 'r' => 1, 's' => 1, 'au' => 1,
669
  //Add new Accesses in this array to add those in custom Accesses created by forum admin
670
  $cans_default = array( 'sb' => 1, 'au' => 1, 'p' => 0, 'op' => 1,
671
  'vp' => 0,'ccp' => 0, 'cvp' => 0, 'cvpr' => 1,
672
+ 'aot' => 1, 'tag' => 1, 'ocr' => 0, 'enf' => 1, 'ent' => 1 );
673
 
674
  $sql = "SELECT * FROM `".WPF()->tables->accesses."`";
675
  $accesses = WPF()->db->get_results($sql, ARRAY_A);
wpf-includes/functions-template.php CHANGED
@@ -12,8 +12,7 @@ function wpforo_login_url(){
12
  if(WPF()->member->options['login_url']){
13
  $wp_login_url = trim(get_bloginfo('url') , '/') . '/' . ltrim(WPF()->member->options['login_url'] , '/');
14
  }else{
15
- $request_uri = preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() );
16
- $wp_login_url = (!(is_wpforo_page() && !is_wpforo_shortcode_page()) ? wpforo_home_url('?foro=signin') : wpforo_home_url( $request_uri . '?foro=signin' ) );
17
  }
18
  $wp_login_url = apply_filters('wpforo_login_url', $wp_login_url);
19
  return esc_url($wp_login_url);
@@ -24,8 +23,7 @@ function wpforo_register_url(){
24
  if(WPF()->member->options['register_url']){
25
  $wp_register_url = trim(get_bloginfo('url') , '/') . '/' . ltrim(WPF()->member->options['register_url'] , '/');
26
  }else{
27
- $request_uri = preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() );
28
- $wp_register_url = (!(is_wpforo_page() && !is_wpforo_shortcode_page()) ? wpforo_home_url('?foro=signup') : wpforo_home_url( $request_uri . '?foro=signup' ) );
29
  }
30
  $wp_register_url = apply_filters('wpforo_register_url', $wp_register_url);
31
  return esc_url($wp_register_url);
@@ -574,12 +572,12 @@ class wpForo_Widget_recent_topics extends WP_Widget {
574
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
575
  <p class="posttitle">
576
  <?php if( wpfval($instance, 'goto_unread') ): ?>
577
- <a href="<?php wpforo_unread_url($topic['topicid'], $topic_url) ?>"><?php echo esc_html($topic['title']) ?></a>
578
- <?php if( $topic['topicid'] != wpfval(WPF()->current_object, 'topicid') ): ?>
579
  <?php wpforo_unread_button($topic['topicid'], $topic_url); ?>
580
  <?php endif; ?>
581
  <?php else: ?>
582
- <a href="<?php echo esc_url($topic_url) ?>"><?php echo esc_html($topic['title']) ?></a>
583
  <?php endif; ?>
584
  </p>
585
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <span style="white-space:nowrap;"><?php esc_html(wpforo_date($topic['created'])) ?></span></p>
@@ -1241,8 +1239,7 @@ function wpforo_post( $postid, $var = 'item', $echo = false ){
1241
  $post['is_answered'] = WPF()->post->is_answered($postid);
1242
  }
1243
  elseif( !$cache && $var == 'votes_sum' ){
1244
- $post = WPF()->post->get_post($postid);
1245
- $post['votes_sum'] = $post['votes'];
1246
  }
1247
  elseif( !$cache && $var == 'likes_count' ){
1248
  $post['likes_count'] = WPF()->post->get_post_likes_count($postid);
@@ -1254,12 +1251,10 @@ function wpforo_post( $postid, $var = 'item', $echo = false ){
1254
  $post = WPF()->post->get_post($postid);
1255
  if( !empty($post) ){
1256
  $post['url'] = WPF()->post->get_post_url($post);
1257
- if( $cache ){
1258
- $post['is_answered'] = WPF()->post->is_answered($postid);
1259
- $post['votes_sum'] = $post['votes'];
1260
- $post['likes_count'] = WPF()->post->get_post_likes_count($postid);
1261
- $post['likers_usernames'] = WPF()->post->get_likers_usernames($postid);
1262
- }
1263
  if(!empty($post)){
1264
  $cache_item = array( $postid => $post );
1265
  WPF()->cache->create('item', $cache_item, 'post');
@@ -1632,7 +1627,7 @@ function wpforo_signature( $member, $args = array() ){
1632
  if(isset($nofollow) && $nofollow) $signature = wpforo_nofollow_tag($signature);
1633
  }
1634
  else{
1635
- $signature = wpautop(wpforo_nofollow(wpforo_kses($signature, 'user_description')));
1636
  }
1637
 
1638
  $length = apply_filters('wpforo_signature_length', 0);
@@ -2696,6 +2691,7 @@ function wpforo_unread_url( $topicid = 0, $url = '', $echo = true, $force = fals
2696
  $direct_topic_url = apply_filters( 'wpforo_direct_topic_url', true );
2697
  if( $direct_topic_url ){
2698
  $url = preg_replace( '|\#post\-\d+|i', '', $url);
 
2699
  }
2700
  }
2701
  if( !$echo ) return esc_url($url);
@@ -3011,7 +3007,21 @@ function wpforo_sanitize_search_body($body, $needle){
3011
  }
3012
 
3013
  function wpforo_topic_starter($topic, $post, $type = 'full'){
3014
- if( (int)wpfval($topic, 'userid') === (int)wpfval($post, 'userid') ){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3015
  if( $type == 'full' ){
3016
  echo '<span class="wpf-post-starter"><i class="fas fa-feather-alt"></i> ' . wpforo_phrase('Topic starter', false) . '</span>';
3017
  } elseif( $type == 'icon' ){
@@ -3025,4 +3035,56 @@ function wpforo_topic_starter($topic, $post, $type = 'full'){
3025
  function wpforo_get_not_replied_topicids(){
3026
  $sql = "SELECT `topicid`, COUNT(DISTINCT userid) AS userid_count FROM `wp_wpforo_posts` GROUP BY `topicid` HAVING userid_count = 1";
3027
  return (array) WPF()->db->get_col($sql, 0);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3028
  }
12
  if(WPF()->member->options['login_url']){
13
  $wp_login_url = trim(get_bloginfo('url') , '/') . '/' . ltrim(WPF()->member->options['login_url'] , '/');
14
  }else{
15
+ $wp_login_url = wpforo_home_url('?foro=signin&redirect_to=' . urlencode( preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() ) ) );
 
16
  }
17
  $wp_login_url = apply_filters('wpforo_login_url', $wp_login_url);
18
  return esc_url($wp_login_url);
23
  if(WPF()->member->options['register_url']){
24
  $wp_register_url = trim(get_bloginfo('url') , '/') . '/' . ltrim(WPF()->member->options['register_url'] , '/');
25
  }else{
26
+ $wp_register_url = wpforo_home_url('?foro=signup&redirect_to=' . urlencode( preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() ) ));
 
27
  }
28
  $wp_register_url = apply_filters('wpforo_register_url', $wp_register_url);
29
  return esc_url($wp_register_url);
572
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
573
  <p class="posttitle">
574
  <?php if( wpfval($instance, 'goto_unread') ): ?>
575
+ <?php wpforo_topic_title($topic, $topic_url, '{p}{au}{t}{/a}') ?>
576
+ <?php if( $topic['topicid'] != wpfval(WPF()->current_object, 'topicid') ): ?>
577
  <?php wpforo_unread_button($topic['topicid'], $topic_url); ?>
578
  <?php endif; ?>
579
  <?php else: ?>
580
+ <?php wpforo_topic_title($topic, $topic_url, '{p}{a}{t}{/a}') ?>
581
  <?php endif; ?>
582
  </p>
583
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <span style="white-space:nowrap;"><?php esc_html(wpforo_date($topic['created'])) ?></span></p>
1239
  $post['is_answered'] = WPF()->post->is_answered($postid);
1240
  }
1241
  elseif( !$cache && $var == 'votes_sum' ){
1242
+ $post['votes_sum'] = 0; //deprecate
 
1243
  }
1244
  elseif( !$cache && $var == 'likes_count' ){
1245
  $post['likes_count'] = WPF()->post->get_post_likes_count($postid);
1251
  $post = WPF()->post->get_post($postid);
1252
  if( !empty($post) ){
1253
  $post['url'] = WPF()->post->get_post_url($post);
1254
+ $post['is_answered'] = WPF()->post->is_answered($postid);
1255
+ $post['votes_sum'] = $post['votes']; //deprecate
1256
+ $post['likes_count'] = WPF()->post->get_post_likes_count($postid);
1257
+ $post['likers_usernames'] = WPF()->post->get_likers_usernames($postid);
 
 
1258
  if(!empty($post)){
1259
  $cache_item = array( $postid => $post );
1260
  WPF()->cache->create('item', $cache_item, 'post');
1627
  if(isset($nofollow) && $nofollow) $signature = wpforo_nofollow_tag($signature);
1628
  }
1629
  else{
1630
+ $signature = wpforo_nofollow(wpforo_kses($signature, 'user_description'));
1631
  }
1632
 
1633
  $length = apply_filters('wpforo_signature_length', 0);
2691
  $direct_topic_url = apply_filters( 'wpforo_direct_topic_url', true );
2692
  if( $direct_topic_url ){
2693
  $url = preg_replace( '|\#post\-\d+|i', '', $url);
2694
+ $url = WPF()->strip_url_paged_var($url);
2695
  }
2696
  }
2697
  if( !$echo ) return esc_url($url);
3007
  }
3008
 
3009
  function wpforo_topic_starter($topic, $post, $type = 'full'){
3010
+
3011
+ $starter = false;
3012
+
3013
+ $topic_user = (int)wpfval($topic, 'userid');
3014
+ $post_user = (int)wpfval($post, 'userid');
3015
+ $topic_guest = wpfval($topic, 'email');
3016
+ $post_guest = wpfval($post, 'email');
3017
+
3018
+ if( $topic_user && $topic_user === $post_user ){
3019
+ $starter = true;
3020
+ } elseif( $topic_guest && $topic_guest === $post_guest ) {
3021
+ $starter = true;
3022
+ }
3023
+
3024
+ if( $starter ){
3025
  if( $type == 'full' ){
3026
  echo '<span class="wpf-post-starter"><i class="fas fa-feather-alt"></i> ' . wpforo_phrase('Topic starter', false) . '</span>';
3027
  } elseif( $type == 'icon' ){
3035
  function wpforo_get_not_replied_topicids(){
3036
  $sql = "SELECT `topicid`, COUNT(DISTINCT userid) AS userid_count FROM `wp_wpforo_posts` GROUP BY `topicid` HAVING userid_count = 1";
3037
  return (array) WPF()->db->get_col($sql, 0);
3038
+ }
3039
+
3040
+ function wpforo_topic_title($topic, $url, $structure = '{i}{au}{t}{/a}{n}{v}', $echo = true, $class = '', $length = 70){
3041
+ $html = __('No Title', 'wpforo');
3042
+ if( $title = trim(esc_html(wpfval($topic, 'title'))) ){
3043
+ $class = ($class) ? ' class="' . esc_attr($class) . '"' : '';
3044
+ $a = '<a href="' . esc_url($url) . '"' . $class . ' title="' . esc_attr($topic['title']) .'">';
3045
+ $topic['url'] = $url;
3046
+
3047
+ // For better performance, make sure the component in demand before getting it.
3048
+ $title_cut = (strpos($structure, '{tc}') !== false) ? esc_html(wpforo_text( $topic['title'], $length, false )) : '';
3049
+ $icon_all = (strpos($structure, '{i}') !== false) ? wpforo_topic_icon($topic, 'all', true, false ) : '';
3050
+ $icon_status = (strpos($structure, '{is}') !== false) ? wpforo_topic_icon($topic, 'status', true, false ) : '';
3051
+ $viewing = (strpos($structure, '{v}') !== false) ? wpforo_viewing( $topic, false ) : '';
3052
+ $new = (strpos($structure, '{n}') !== false) ? wpforo_unread_button($topic['topicid'], $url, false) : '';
3053
+ $au = (strpos($structure, '{au}') !== false) ? '<a href="' . wpforo_unread_url($topic['topicid'], $url, false) . '" title="' . esc_attr($topic['title']) .'"' . $class . '>' : '';
3054
+
3055
+
3056
+ $structure = apply_filters('wpforo_topic_title_structure', $structure, $topic);
3057
+ $components = array( '{a}' => $a,
3058
+ '{au}' => $au,
3059
+ '{/a}' => '</a>',
3060
+ '{i}' => $icon_all,
3061
+ '{is}' => $icon_status,
3062
+ '{t}' => $title,
3063
+ '{tc}' => $title_cut,
3064
+ '{v}' => ' ' . $viewing,
3065
+ '{n}' => ' ' . $new,
3066
+ '{p}' => '',
3067
+ '{pt}' => '');
3068
+ $components = apply_filters('wpforo_topic_title_components', $components, $topic);
3069
+ $html = strtr($structure, $components);
3070
+ $html = apply_filters('wpforo_topic_title_html', $html);
3071
+ }
3072
+ if( !$echo ) return $html;
3073
+ echo $html;
3074
+ }
3075
+
3076
+ function wpforo_single_title( $type = 'post', $item = array(), $before = '', $after = '', $echo = true ){
3077
+ $title = '';
3078
+ if( $type === 'post' && wpfval($item, 'title')){
3079
+ $icon_title = WPF()->tpl->icon('topic', $item, false, 'title');
3080
+ if( $icon_title ) {
3081
+ $title .= '<span class="wpf-status-title">[' . esc_html($icon_title) . ']</span> ';
3082
+ }
3083
+ $title = apply_filters("wpforo_single_{$type}_pre_title", $title, $item);
3084
+ $title .= esc_html( wpforo_text($item['title'], 0, false) );
3085
+ }
3086
+ $title = apply_filters("wpforo_single_{$type}_title", $title);
3087
+ if($title) $title = $before . $title . $after;
3088
+ if($echo) echo $title;
3089
+ return $title;
3090
  }
wpf-includes/functions.php CHANGED
@@ -486,8 +486,8 @@ function wpforo_content_filter( $content ){
486
  $content = preg_replace('#((?:href|src)=[\'\"])(?:https?://)?(?:\.+/)+wp-content/#i', "$1" . $home_url . "wp-content/", $content);
487
  }
488
  $content = apply_filters('wpforo_body_text_filter', $content);
489
- $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+\.(?:jpg|jpeg|png|gif|ico|svg|bmp|tiff))([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank"><img class="wpforo-auto-embeded-image" src="$2"/></a> $3', $content);
490
- $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+)([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank">$2</a> $3', $content);
491
  if(preg_match_all('#<pre([^<>]*)>(.*?class=[\'"]wpforo-auto-embeded[^\'"]*[\'"].*?)</pre>#isu', $content, $matches, PREG_SET_ORDER)){
492
  foreach($matches as $match){
493
  $match[2] = preg_replace('#<img[^<>]*class=[\'"]wpforo-auto-embeded-image[\'"][^<>]*src=[\'"]([^\'"]*)[\'"][^<>]*>#isu', '$1', $match[2]);
@@ -842,21 +842,24 @@ function wpforo_write_file( $new_file, $content ){
842
  }
843
 
844
  function wpforo_get_file_content( $file ){
845
- $fp = @fopen( $file, 'r' );
846
- if( !$fp ){
847
- @fclose( $fp );
848
- return false;
849
- }
850
- else{
851
- $size = @filesize($file);
852
- if( isset($size) && $size > 0 ){
853
- $file_data = fread( $fp, $size );
854
- fclose( $fp );
855
- return $file_data;
856
- }
857
- @fclose( $fp );
858
- return false;
859
- }
 
 
 
860
  }
861
 
862
  ################################################################################
@@ -1052,6 +1055,7 @@ function wpforo_kses( $string = '', $key = 'post' ){
1052
  elseif( $key === 'user_description' ){
1053
  $allowed_html = wp_kses_allowed_html( $key );
1054
  $allowed_html['img'] = array( 'alt' => array(), 'align' => array(), 'border' => array(), 'height' => array(), 'hspace' => array(), 'longdesc' => array(), 'vspace' => array(), 'src' => array(), 'usemap' => array(), 'width' => array());
 
1055
  $allowed_html = apply_filters('wpforo_kses_allowed_html_user_description', $allowed_html);
1056
  }
1057
  else{
@@ -1070,6 +1074,7 @@ function wpforo_kses( $string = '', $key = 'post' ){
1070
  $allowed_html['blockquote']['data-postid'] = TRUE;
1071
  $allowed_html['p']['lang'] = TRUE;
1072
  $allowed_html['p']['dir'] = TRUE;
 
1073
  if(!wpfval($allowed_html, 'iframe') && class_exists('wpForoEmbeds')){
1074
  $allowed_html['iframe'] = array('width' => array(), 'height' => array(), 'src' => array(), 'frameborder' => array(), 'allowfullscreen' => array());
1075
  }
@@ -1515,9 +1520,9 @@ function wpforo_add_unique_key($table, $primary_key, $unique_key_name = '', $uni
1515
 
1516
  function wpforo_is_owner( $userid, $email = '' ) {
1517
  if ( WPF()->current_userid ) {
1518
- return WPF()->current_userid == $userid;
1519
  } elseif ( $email && WPF()->current_user_email ) {
1520
- return WPF()->current_user_email == $email;
1521
  }
1522
 
1523
  return false;
@@ -2371,4 +2376,16 @@ function wpforo_get_topic_slug_from_url($url = ''){
2371
  }
2372
 
2373
  return null;
 
 
 
 
 
 
 
 
 
 
 
 
2374
  }
486
  $content = preg_replace('#((?:href|src)=[\'\"])(?:https?://)?(?:\.+/)+wp-content/#i', "$1" . $home_url . "wp-content/", $content);
487
  }
488
  $content = apply_filters('wpforo_body_text_filter', $content);
489
+ if( apply_filters('wpforo_auto_embed_image', true) ) $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+\.(?:jpg|jpeg|png|gif|ico|svg|bmp|tiff))([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank"><img class="wpforo-auto-embeded-image" src="$2"/></a> $3', $content);
490
+ if( apply_filters('wpforo_auto_embed_link', true ) ) $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+)([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank">$2</a> $3', $content);
491
  if(preg_match_all('#<pre([^<>]*)>(.*?class=[\'"]wpforo-auto-embeded[^\'"]*[\'"].*?)</pre>#isu', $content, $matches, PREG_SET_ORDER)){
492
  foreach($matches as $match){
493
  $match[2] = preg_replace('#<img[^<>]*class=[\'"]wpforo-auto-embeded-image[\'"][^<>]*src=[\'"]([^\'"]*)[\'"][^<>]*>#isu', '$1', $match[2]);
842
  }
843
 
844
  function wpforo_get_file_content( $file ){
845
+ if( is_file( $file ) ){
846
+ $fp = @fopen( $file, 'r' );
847
+ if( !$fp ){
848
+ if( is_resource($fp) ) @fclose( $fp );
849
+ return false;
850
+ }
851
+ else{
852
+ $size = @filesize($file);
853
+ if( isset($size) && $size > 0 ){
854
+ $file_data = fread( $fp, $size );
855
+ fclose( $fp );
856
+ return $file_data;
857
+ }
858
+ @fclose( $fp );
859
+ return false;
860
+ }
861
+ }
862
+ return false;
863
  }
864
 
865
  ################################################################################
1055
  elseif( $key === 'user_description' ){
1056
  $allowed_html = wp_kses_allowed_html( $key );
1057
  $allowed_html['img'] = array( 'alt' => array(), 'align' => array(), 'border' => array(), 'height' => array(), 'hspace' => array(), 'longdesc' => array(), 'vspace' => array(), 'src' => array(), 'usemap' => array(), 'width' => array());
1058
+ $allowed_html['br'] = array();
1059
  $allowed_html = apply_filters('wpforo_kses_allowed_html_user_description', $allowed_html);
1060
  }
1061
  else{
1074
  $allowed_html['blockquote']['data-postid'] = TRUE;
1075
  $allowed_html['p']['lang'] = TRUE;
1076
  $allowed_html['p']['dir'] = TRUE;
1077
+ $allowed_html['pre']['contenteditable'] = TRUE;
1078
  if(!wpfval($allowed_html, 'iframe') && class_exists('wpForoEmbeds')){
1079
  $allowed_html['iframe'] = array('width' => array(), 'height' => array(), 'src' => array(), 'frameborder' => array(), 'allowfullscreen' => array());
1080
  }
1520
 
1521
  function wpforo_is_owner( $userid, $email = '' ) {
1522
  if ( WPF()->current_userid ) {
1523
+ return WPF()->current_userid === wpforo_bigintval($userid);
1524
  } elseif ( $email && WPF()->current_user_email ) {
1525
+ return WPF()->current_user_email === $email;
1526
  }
1527
 
1528
  return false;
2376
  }
2377
 
2378
  return null;
2379
+ }
2380
+
2381
+ function wpforo_clean_folder( $directory ) {
2382
+ $directory_ns = trim( $directory, '/') . '/*';
2383
+ $directory_ws = '/' . trim( $directory, '/') . '/*';
2384
+ $glob = glob( $directory_ns ); if( empty($glob) ) $glob = glob( $directory_ws );
2385
+ foreach( $glob as $item ) {
2386
+ if( strpos($item, 'index.html') !== FALSE || strpos($item, '.htaccess') !== FALSE ) continue;
2387
+ if( !is_dir($item) && file_exists($item) ) {
2388
+ @unlink( $item );
2389
+ }
2390
+ }
2391
  }
wpf-includes/install-sql.php CHANGED
@@ -195,13 +195,13 @@ if( !function_exists('wpforo_get_install_sqls') ){
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,
@@ -221,7 +221,7 @@ if( !function_exists('wpforo_get_install_sqls') ){
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,
@@ -240,7 +240,7 @@ if( !function_exists('wpforo_get_install_sqls') ){
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,
@@ -248,7 +248,7 @@ if( !function_exists('wpforo_get_install_sqls') ){
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,
@@ -323,7 +323,7 @@ if( !function_exists('wpforo_get_install_sqls') ){
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,
195
  KEY `visible` (`visible`),
196
  KEY `secondary` (`secondary`),
197
  UNIQUE KEY `UNIQUE_GROUP_NAME` (`name`(191))
198
+ ) ENGINE=MyISAM $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=MyISAM $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,
221
  PRIMARY KEY (`likeid`),
222
  UNIQUE KEY `userid` (`userid`,`postid`),
223
  KEY `post_userid` (`post_userid`)
224
+ ) ENGINE=MyISAM $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,
240
  `post_userid` INT UNSIGNED NOT NULL,
241
  PRIMARY KEY (`voteid`),
242
  UNIQUE KEY `userid` (`userid`,`postid`)
243
+ ) ENGINE=MyISAM $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,
248
  `cans` LONGTEXT NOT NULL COMMENT 'forum permissions',
249
  PRIMARY KEY (`accessid`),
250
  UNIQUE KEY ( `access`(191) )
251
+ ) ENGINE=MyISAM $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,
323
  PRIMARY KEY (`tagid`),
324
  UNIQUE KEY `tag` (`tag`(190)),
325
  KEY (`prefix`)
326
+ ) ENGINE=MyISAM $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,
wpf-includes/integration/buddypress.php CHANGED
@@ -724,16 +724,16 @@ function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profi
724
  $user_domain = wpforo_bp_profile_domain( $member );
725
  $tabs = wpforo_feature('bp_forum_tab');
726
  if( $user_domain && $tabs ){
727
- if( $template == 'account' ){
728
- $url = $user_domain . '/profile/';
729
  }
730
- elseif( $template == 'activity' ){
731
- $url = $user_domain . '/community/';
732
  }
733
- elseif( $template == 'subscriptions' ){
734
- $url = $user_domain . '/community/subscriptions/';
735
  }
736
- elseif( $template == 'profile' ) {
737
  $url = $user_domain;
738
  }
739
  } else{
724
  $user_domain = wpforo_bp_profile_domain( $member );
725
  $tabs = wpforo_feature('bp_forum_tab');
726
  if( $user_domain && $tabs ){
727
+ if( $template === 'account' ){
728
+ $url = rtrim($user_domain, '/') . '/profile/';
729
  }
730
+ elseif( $template === 'activity' ){
731
+ $url = rtrim($user_domain, '/') . '/community/';
732
  }
733
+ elseif( $template === 'subscriptions' ){
734
+ $url = rtrim($user_domain, '/') . '/community/subscriptions/';
735
  }
736
+ elseif( $template === 'profile' ) {
737
  $url = $user_domain;
738
  }
739
  } else{
wpf-includes/wpf-hooks.php CHANGED
@@ -124,13 +124,13 @@ add_filter( 'get_comment_author_url', 'wpforo_change_comment_author_default_page
124
 
125
  function wpforo_change_default_register_page( $register_url ) {
126
  if(!wpforo_feature('register-url')) return $register_url;
127
- return wpforo_home_url('?foro=signup');
128
  }
129
  add_filter( 'register_url', 'wpforo_change_default_register_page' );
130
 
131
  function wpforo_change_default_login_page( $login_url, $redirect ) {
132
  if(!wpforo_feature('login-url')) return $login_url;
133
- return wpforo_home_url('?foro=signin');
134
  }
135
  add_filter( 'login_url', 'wpforo_change_default_login_page', 10, 2 );
136
 
@@ -352,7 +352,14 @@ function wpforo_meta_title($title) {
352
  }
353
  elseif( $template == 'recent' ){
354
  $wpfpaged = ( isset($_GET['wpfpaged']) && $_GET['wpfpaged'] > 1 ) ? ' - ' . wpforo_phrase( 'page', false) . ' ' . $_GET['wpfpaged'] .' ' : '';
355
- $main_title = ( wpfval($_GET, 'view') && $_GET['view'] == 'unread') ? wpforo_phrase( 'Unread Posts', false) : wpforo_phrase( 'Recent Posts', false);
 
 
 
 
 
 
 
356
  $meta_title = array( $main_title . $wpfpaged, WPF()->general_options['title']);
357
  $meta_title = apply_filters('wpforo_seo_recent_posts_title', $meta_title);
358
  }
@@ -512,30 +519,26 @@ add_action('wp_head', 'wpforo_add_meta_tags', 1);
512
 
513
  add_action('wp_ajax_wpforo_like_ajax', 'wpf_like');
514
  function wpf_like(){
515
- $response = array('stat' => 0, 'likers' => '', 'notice' => WPF()->notice->get_notices());
516
  if( !is_user_logged_in() ){
517
  WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
518
  $response['notice'] = WPF()->notice->get_notices();
519
- echo json_encode($response);
520
- exit();
521
  }
522
  if( !isset($_POST['likestatus']) || !isset($_POST['postid']) || !($postid = intval($_POST['postid'])) ){
523
  WPF()->notice->add('action error', 'error');
524
  $response['notice'] = WPF()->notice->get_notices();
525
- echo json_encode($response);
526
- exit();
527
  }
528
  if( !$post = WPF()->post->get_post( $postid ) ){
529
  WPF()->notice->add('post not found', 'error');
530
  $response['notice'] = WPF()->notice->get_notices();
531
- echo json_encode($response);
532
- exit();
533
  }
534
  if( !WPF()->perm->forum_can( 'l', $post['forumid']) ){
535
  WPF()->notice->add('You don\'t have permission to like posts from this forum', 'error');
536
  $response['notice'] = WPF()->notice->get_notices();
537
- echo json_encode($response);
538
- exit();
539
  }
540
  $sql = "SELECT EXISTS(
541
  SELECT * FROM `" . WPF()->tables->likes . "`
@@ -557,14 +560,22 @@ function wpf_like(){
557
  ) ){
558
  wpforo_clean_cache('post-soft', $postid);
559
  do_action('wpforo_like', $post, WPF()->current_userid);
560
- WPF()->notice->add('done', 'success');
561
- $response['stat'] = 1;
562
- $response['notice'] = WPF()->notice->get_notices();
 
 
 
 
563
  }
564
  }else{
565
- WPF()->notice->add('You\'re already liked this post', 'success');
566
- $response['stat'] = 1;
567
- $response['notice'] = WPF()->notice->get_notices();
 
 
 
 
568
  }
569
  }else{
570
  if( $is_exists ){
@@ -578,139 +589,138 @@ function wpf_like(){
578
  ) ){
579
  wpforo_clean_cache('post-soft', $postid);
580
  do_action('wpforo_dislike', $post, WPF()->current_userid);
581
- WPF()->notice->add('done', 'success');
582
- $response['stat'] = 1;
583
- $response['notice'] = WPF()->notice->get_notices();
 
 
 
 
584
  }
585
  }else{
 
 
586
  WPF()->notice->add('You\'re already disliked this post', 'success');
587
- $response['stat'] = 1;
588
  $response['notice'] = WPF()->notice->get_notices();
 
 
 
589
  }
590
  }
591
 
592
- WPF()->member->reset($post['userid']);
593
- WPF()->member->reset(WPF()->current_userid);
594
- $response['likers'] = WPF()->tpl->likers($postid);
595
- echo json_encode($response);
596
- exit();
597
  }
598
 
599
 
600
  add_action('wp_ajax_wpforo_vote_ajax', 'wpf_vote');
601
  function wpf_vote(){
 
 
 
 
602
 
603
- if(!is_user_logged_in()) return;
604
-
605
- if( !isset($_POST['postid']) || !$_POST['postid'] ){
606
  WPF()->notice->add('Wrong post data', 'error');
607
- echo json_encode(array('stat' => 0, 'notice' => WPF()->notice->get_notices()));
608
- exit();
609
  }
610
 
611
- $reaction = 1;
612
- if( $_POST['votestatus'] == 'down' ) $reaction = -1;
613
 
614
- if( WPF()->db->get_var( "SELECT `voteid` FROM `".WPF()->tables->votes."` WHERE `postid` = " . wpforo_bigintval($_POST['postid']) . " AND `userid` = " . wpforo_bigintval(WPF()->current_userid) . " AND `reaction` = '" . $reaction . "'" )){
 
 
 
 
 
615
  WPF()->notice->add('You are already voted this post');
616
- echo json_encode(array('stat' => 0, 'notice' => WPF()->notice->get_notices()));
617
- exit();
618
  }else{
619
  WPF()->db->delete(
620
- WPF()->tables->votes,
621
- array( 'postid' => $_POST['postid'], 'userid' => WPF()->current_userid ),
622
- array('%d', '%d')
623
  );
624
  }
625
 
626
- $postid = wpforo_bigintval($_POST['postid']);
627
  if( $post = WPF()->post->get_post( $postid ) ){
628
  $voted = WPF()->db->insert(
629
  WPF()->tables->votes,
630
  array(
631
- 'postid' => $postid,
632
- 'userid' => WPF()->current_userid,
633
- 'reaction' => $reaction,
634
- 'post_userid' => $post['userid']
635
  ),
636
- array('%d', '%d', '%d', '%d')
637
  );
638
 
639
  WPF()->member->reset($post['userid']);
640
  WPF()->member->reset(WPF()->current_userid);
641
 
642
- if( $voted !== FALSE ){
643
  $incr = $incr2 = true;
644
 
645
- if( $_POST['itemtype'] == 'topic' ){
 
646
  $incr = WPF()->db->query( "UPDATE ".WPF()->tables->topics." SET `votes` = `votes` + $reaction WHERE topicid = " . wpforo_bigintval($post['topicid']) );
647
  }
648
- $incr2 = WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET `votes` = `votes` + $reaction WHERE postid = " . wpforo_bigintval($post['postid']) );
649
 
650
- if($incr !== FALSE && $incr2 !== FALSE){
651
  wpforo_clean_cache('post', $postid, $post);
652
  do_action('wpforo_vote', $reaction, $post, WPF()->current_userid );
653
  WPF()->notice->add('Successfully voted', 'success');
654
- echo json_encode(array('stat' => 1, 'notice' => WPF()->notice->get_notices()));
655
- exit();
656
  }
657
  }
658
  }
659
 
660
  WPF()->notice->add('Wrong post data', 'error');
661
- echo json_encode(array('stat' => 0, 'notice' => WPF()->notice->get_notices()));
662
- exit();
663
  }
664
 
665
  add_action('wp_ajax_wpforo_answer_ajax', 'wpf_answer');
666
  function wpf_answer(){
667
- $response = array('stat' => 0, 'notice' => WPF()->notice->get_notices());
668
  if(!is_user_logged_in()){
669
  WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
670
  $response['notice'] = WPF()->notice->get_notices();
671
- echo json_encode($response);
672
- exit();
673
  }
674
  if( !isset($_POST['answerstatus']) || !isset($_POST['postid']) || !$postid = intval($_POST['postid']) ){
675
  WPF()->notice->add('action error', 'error');
676
  $response['notice'] = WPF()->notice->get_notices();
677
- echo json_encode($response);
678
- exit();
679
  }
680
  if( !$post = WPF()->post->get_post( $postid ) ){
681
  WPF()->notice->add('post not found', 'error');
682
  $response['notice'] = WPF()->notice->get_notices();
683
- echo json_encode($response);
684
- exit();
685
  }
686
  if( !$topic = WPF()->topic->get_topic( $post['topicid'] ) ){
687
  WPF()->notice->add('topic not found', 'error');
688
  $response['notice'] = WPF()->notice->get_notices();
689
- echo json_encode($response);
690
- exit();
691
  }
692
  if( !(WPF()->perm->forum_can( 'at', $post['forumid'] ) || ( WPF()->perm->forum_can( 'oat', $post['forumid']) && WPF()->current_userid == $topic['userid'] ) ) ){
693
  WPF()->notice->add('You don\'t have permission to make topic answered', 'error');
694
  $response['notice'] = WPF()->notice->get_notices();
695
- echo json_encode($response);
696
- exit();
697
  }
698
  if( intval($_POST['answerstatus']) && WPF()->topic->has_is_answer_post($topic['topicid']) ){
699
  WPF()->notice->add('You don\'t have permission to make two best answers for one topic', 'error');
700
  $response['notice'] = WPF()->notice->get_notices();
701
- echo json_encode($response);
702
- exit();
703
  }
704
- if( FALSE !== WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
705
  wpforo_clean_cache('post', $postid, $post);
706
  WPF()->db->query( "UPDATE ".WPF()->tables->topics." SET `solved` = " . intval($_POST['answerstatus']) . " WHERE `topicid` = " . intval($post['topicid']) );
707
  do_action('wpforo_answer', intval($_POST['answerstatus']), $post);
708
  WPF()->notice->add('done', 'success');
709
- $response['stat'] = 1;
710
  $response['notice'] = WPF()->notice->get_notices();
 
711
  }
712
- echo json_encode($response);
713
- exit();
714
  }
715
 
716
  add_action('wp_ajax_wpforo_quote_ajax', 'wpf_quote');
@@ -721,19 +731,20 @@ function wpf_quote(){
721
  if( !(WPF()->perm->forum_can( 'cr', $post['forumid']) || ( wpforo_is_owner( wpfval(WPF()->current_object['topic'], 'userid'), wpfval(WPF()->current_object['topic'], 'email') ) && WPF()->perm->forum_can( 'ocr', $post['forumid']) )) ) return;
722
  $post = apply_filters('wpforo_quote_post_ajax', $post);
723
  $poster = wpforo_member( $post );
724
- echo '<blockquote data-userid="' . $post['userid'] . '" data-postid="'. $post['postid'] .'" data-mention="'. esc_attr($poster['user_nicename']) .'"><div class="wpforo-post-quote-author"><strong> ' . wpforo_phrase('Posted by', FALSE) . ': ' . esc_textarea( '@' . $poster['user_nicename'] ) . ' </strong></div>' . wpautop($post['body']) . '</blockquote><br />';
725
- exit();
726
  }
727
 
728
  add_action('wp_ajax_wpforo_report_ajax', 'wpf_report');
729
  function wpf_report(){
730
-
731
- if(!is_user_logged_in()) return;
 
 
732
 
733
  if( !isset($_POST['reportmsg']) || !$_POST['reportmsg'] || !isset($_POST['postid']) || !$_POST['postid'] ){
734
  WPF()->notice->add('Error: please insert some text to report.', 'error');
735
- echo json_encode( WPF()->notice->get_notices() );
736
- exit();
737
  }
738
 
739
  ############### Sending Email ##################
@@ -761,127 +772,127 @@ function wpf_report(){
761
  $headers = wpforo_admin_mail_headers();
762
 
763
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type', 999 );
764
- if( wp_mail( $admin_email, $subject, $message, $headers ) ){
765
  remove_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
766
  }else{
767
  remove_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
768
  WPF()->notice->add('Can\'t send report email', 'error');
769
- echo json_encode( WPF()->notice->get_notices() );
770
- exit();
771
  }
772
 
773
  ############### Sending Email end ##############
774
  WPF()->notice->add('Message has been sent', 'success');
775
- echo json_encode( WPF()->notice->get_notices() );
776
- exit();
777
  }
778
 
779
  add_action('wp_ajax_wpforo_sticky_ajax', 'wpf_sticky');
780
  add_action('wp_ajax_nopriv_wpforo_sticky_ajax', 'wpf_sticky' );
781
  function wpf_sticky(){
782
  WPF()->notice->add('wrong data', 'error');
783
- $response = array('stat' => 0, 'notice' => WPF()->notice->get_notices());
784
- if( !isset($_POST['topicid']) || !( $topicid = wpforo_bigintval($_POST['topicid']) ) ){
785
- echo json_encode($response);
786
- exit();
787
- }
788
  $sql = "SELECT `forumid` FROM `".WPF()->tables->topics."` WHERE `topicid` = $topicid";
789
  $forumid = WPF()->db->get_var($sql);
790
  if( !WPF()->perm->forum_can( 's', $forumid) ){
791
  WPF()->notice->add('You don\'t have permission to do this action from this forum', 'error');
792
  $response['notice'] = WPF()->notice->get_notices();
793
- echo json_encode($response);
794
- exit();
795
  }
796
- if( $_POST['status'] == 'sticky' ){
 
797
  $sql = "UPDATE `".WPF()->tables->topics."` SET `type` = 1 WHERE `topicid` = $topicid";
798
  if( false !== WPF()->db->query($sql) ){
 
799
  WPF()->notice->add('Done!', 'success');
800
  $response['notice'] = WPF()->notice->get_notices();
801
- $response['stat'] = 1;
802
  }
803
- }elseif( $_POST['status'] == 'unsticky' ){
804
  $sql = "UPDATE `".WPF()->tables->topics."` SET `type` = 0 WHERE `topicid` = $topicid";
805
  if( false !== WPF()->db->query($sql) ){
 
806
  WPF()->notice->add('Done!', 'success');
807
  $response['notice'] = WPF()->notice->get_notices();
808
- $response['stat'] = 1;
809
  }
810
  }
811
- wpforo_clean_cache('topic', $topicid);
812
- echo json_encode($response);
813
- exit();
814
  }
815
 
816
  add_action('wp_ajax_wpforo_private_ajax', 'wpf_private');
817
  function wpf_private(){
818
- if( !WPF()->current_userid || !($topicid = wpforo_bigintval( wpfval($_POST, 'postid') )) ){ echo 0; exit(); }
819
- if( $_POST['status'] === 'private' ){
 
 
820
  WPF()->topic->wprivate($topicid, 1);
821
- }elseif( $_POST['status'] === 'public' ){
 
822
  WPF()->topic->wprivate($topicid, 0);
 
823
  }
824
- echo 1;
825
- exit();
826
  }
827
 
828
  add_action('wp_ajax_wpforo_solved_ajax', 'wpf_solved');
829
  add_action('wp_ajax_nopriv_wpforo_solved_ajax', 'wpf_solved' );
830
  function wpf_solved(){
831
- if( !isset($_POST['postid']) || !( $p_id = wpforo_bigintval($_POST['postid']) ) ){ echo 0; exit(); }
832
- if( $post = WPF()->post->get_post($p_id) ){
833
  if( WPF()->perm->forum_can( 'sv', $post['forumid']) || WPF()->perm->forum_can( 'osv', $post['forumid']) ){
834
- $solved = ( $_POST['status'] == 'solved' ? 1 : 0 );
835
  $sql = "UPDATE ".WPF()->tables->topics." SET `solved` = %d WHERE `topicid` = %d";
836
  WPF()->db->query( WPF()->db->prepare($sql, $solved, $post['topicid']) );
837
  wpforo_clean_cache('topic', $post['topicid']);
838
- echo 1;
839
- exit();
840
  }
841
  }
842
-
843
- echo 0;
844
- exit();
845
  }
846
 
847
- add_action('wp_ajax_wpforo_approve_ajax', 'wpf_approved');
848
- function wpf_approved(){
849
- if(!is_user_logged_in()) return;
850
- if( !isset($_POST['postid']) || !( $p_id = intval($_POST['postid']) ) ){ echo 0; exit(); }
851
- if( $_POST['status'] == 'approve' ){
852
- WPF()->post->status($p_id, 0);
853
- }elseif( $_POST['status'] == 'unapprove' ){
854
- WPF()->post->status($p_id, 1);
 
 
 
 
 
 
855
  }
856
- wpforo_clean_cache('post', $p_id);
857
- echo 1;
858
- exit();
859
  }
860
 
861
  add_action('wp_ajax_wpforo_close_ajax', 'wpf_close');
862
  function wpf_close(){
863
- if(!is_user_logged_in()) return;
864
 
865
- if( !isset($_POST['postid']) || !( $p_id = intval($_POST['postid']) ) ){ echo 0; exit(); }
866
- if( $_POST['status'] == 'closed' ){
867
- $sql = "UPDATE ".WPF()->tables->topics." SET closed = 0 WHERE topicid = " . intval($p_id);
 
868
  WPF()->db->query( $sql );
869
- wpforo_clean_cache('topic', $p_id);
870
- }elseif( $_POST['status'] == 'close' ){
871
- $sql = "UPDATE ".WPF()->tables->topics." SET closed = 1 WHERE topicid = " . intval($p_id);
 
872
  WPF()->db->query( $sql );
873
- wpforo_clean_cache('topic', $p_id);
874
- echo 1;
875
- exit();
876
  }
877
- echo WPF()->topic->get_topic_url($p_id);
878
- exit();
879
  }
880
 
881
  add_action('wp_ajax_wpforo_post_edit', 'wpforo_post_edit');
882
  add_action('wp_ajax_nopriv_wpforo_post_edit', 'wpforo_post_edit' );
883
  function wpforo_post_edit(){
884
- $r = array('state' => 0, 'html' => '');
885
  if( $postid = wpforo_bigintval( wpfval($_POST, 'postid') ) ){
886
  if( $post = WPF()->post->get_post($postid, false) ){
887
  if( WPF()->perm->forum_can('eor', $post['forumid']) || WPF()->perm->forum_can('eot', $post['forumid']) ) {
@@ -900,56 +911,55 @@ function wpforo_post_edit(){
900
  WPF()->tpl->reply_form( $topic, $values );
901
  }
902
  $r['html'] = ob_get_clean();
903
- $r['state'] = 1;
904
  }
905
  }
906
  }
907
  }
908
- echo json_encode($r);
909
- exit();
910
  }
911
 
912
  add_action('wp_ajax_wpforo_delete_ajax', 'wpf_delete');
913
  function wpf_delete(){
914
- if(!is_user_logged_in()) return;
915
-
916
  $resp = array();
917
- $return = 0;
918
- if( $_POST['status'] === 'topic' ){
919
- if( WPF()->topic->delete(intval($_POST['postid'])) ){
 
920
  $forumid = (int) wpfval($_POST, 'forumid');
921
  $resp = array(
922
- 'postid' => intval($_POST['postid']),
923
  'location' => $forumid ? WPF()->forum->get_forum_url($forumid) : wpforo_home_url()
924
  );
925
- $return = 1;
 
926
  }
927
- }elseif($_POST['status'] === 'reply'){
928
- $root = WPF()->post->get_root($_POST['postid']);
929
- if( WPF()->post->delete(intval($_POST['postid'])) ){
930
- $root_replies_count = WPF()->post->get_root_replies_count( $root );
931
  $resp = array(
932
- 'postid' => intval($_POST['postid']),
933
- 'root' => intval($root),
934
- 'root_count' => intval($root_replies_count),
935
  );
936
- $return = 1;
 
937
  }
938
  }
939
 
940
- $resp['stat'] = $return;
941
  $resp['notice'] = WPF()->notice->get_notices();
942
- echo json_encode( $resp );
943
- exit();
944
  }
945
 
946
  add_action('wp_ajax_wpforo_subscribe_ajax', 'wpf_subscribe');
947
  add_action('wp_ajax_nopriv_wpforo_subscribe_ajax', 'wpf_subscribe');
948
  function wpf_subscribe(){
949
- $resp = array('stat' => 0, 'notice' => WPF()->notice->get_notices());
 
950
  $args = array(
951
- 'itemid' => wpforo_bigintval($_POST['itemid']),
952
- 'type' => sanitize_text_field($_POST['type']),
953
  'userid' => WPF()->current_userid,
954
  'active' => 0,
955
  'user_name' => '',
@@ -960,7 +970,7 @@ function wpf_subscribe(){
960
  if( WPF()->current_user_email ) $args['user_email'] = WPF()->current_user_email;
961
  if( WPF()->current_user_display_name ) $args['user_name'] = WPF()->current_user_display_name;
962
  }
963
- if( !$args['userid'] && !$args['user_email'] ) wp_send_json($resp);
964
 
965
  if(isset($_POST['status']) && $_POST['status'] == 'subscribe'){
966
 
@@ -970,7 +980,7 @@ function wpf_subscribe(){
970
  if( !WPF()->perm->forum_can('vf', $forum['forumid']) ){
971
  WPF()->notice->add('You are not permitted to subscribe here', 'error');
972
  $resp['notice'] = WPF()->notice->get_notices();
973
- wp_send_json($resp);
974
  }
975
  }
976
  }elseif($_POST['type'] == 'topic'){
@@ -980,7 +990,7 @@ function wpf_subscribe(){
980
  if( !WPF()->perm->forum_can('vp', $topic['forumid']) ){
981
  WPF()->notice->add('You are not permitted to subscribe here', 'error');
982
  $resp['notice'] = WPF()->notice->get_notices();
983
- wp_send_json($resp);
984
  }
985
  }
986
  }
@@ -1030,21 +1040,25 @@ function wpf_subscribe(){
1030
  }
1031
  }
1032
 
1033
- }elseif(isset($_POST['status']) && $_POST['status'] == 'unsubscribe'){
1034
  $subscribe = WPF()->sbscrb->get_subscribe( $args );
1035
  $return = (int) WPF()->sbscrb->delete( $subscribe['confirmkey'] );
1036
  }
1037
-
1038
- $resp['stat'] = $return;
1039
  $resp['notice'] = WPF()->notice->get_notices();
1040
- wp_send_json($resp);
 
 
 
 
1041
  }
1042
 
1043
  add_action('wp_ajax_wpforo_layout4_loadmore', 'wpfl4_loadmore');
1044
  add_action('wp_ajax_nopriv_wpforo_layout4_loadmore', 'wpfl4_loadmore' );
1045
  function wpfl4_loadmore(){
 
1046
  WPF()->notice->add('wrong data', 'error');
1047
- $response = array('stat' => 0, 'no_more' => 0, 'output_html' => '', 'notice' => WPF()->notice->get_notices());
1048
  $request = array(
1049
  'forumid' => 0,
1050
  'filter' => 'newest',
@@ -1088,7 +1102,7 @@ function wpfl4_loadmore(){
1088
  }
1089
  }
1090
  $response['output_html'] = ob_get_clean();
1091
- $response['stat'] = 1;
1092
  $response['notice'] = '';
1093
  if( count($topics) < WPF()->forum->options['layout_threaded_intro_topics_count']) $response['no_more'] = 1;
1094
  }else{
@@ -1101,26 +1115,35 @@ function wpfl4_loadmore(){
1101
  }
1102
  }
1103
 
1104
- echo json_encode($response);
1105
- exit();
 
 
 
1106
  }
1107
 
1108
  add_action('wp_ajax_wpforo_topic_portable_form', 'wpforo_topic_portable_form');
1109
  add_action('wp_ajax_nopriv_wpforo_topic_portable_form', 'wpforo_topic_portable_form');
1110
  function wpforo_topic_portable_form(){
 
1111
  if( $forumid = wpfval($_POST, 'forumid') ){
1112
  WPF()->data['varname'] = 'topic';
 
1113
  WPF()->tpl->topic_form($forumid);
 
 
 
 
 
 
1114
  }
1115
- exit();
1116
  }
1117
 
1118
  add_action('wp_ajax_wpforo_qa_comment_loadrest', 'wpforo_qa_comment_loadrest');
1119
  add_action('wp_ajax_nopriv_wpforo_qa_comment_loadrest', 'wpforo_qa_comment_loadrest' );
1120
  function wpforo_qa_comment_loadrest(){
1121
  WPF()->notice->add('wrong data', 'error');
1122
- $response = array('stat' => 0, 'output_html' => '', 'notice' => WPF()->notice->get_notices());
1123
-
1124
  if( $parentid = wpfval($_POST, 'parentid') ){
1125
  $args = array(
1126
  'root' => $parentid,
@@ -1135,13 +1158,11 @@ function wpforo_qa_comment_loadrest(){
1135
  foreach($comments as $comment) wpforo_qa_comment_template($comment);
1136
 
1137
  $response['output_html'] = ob_get_clean();
1138
- $response['stat'] = 1;
1139
  $response['notice'] = '';
 
1140
  }
1141
  }
1142
-
1143
- echo json_encode($response);
1144
- exit();
1145
  }
1146
 
1147
  add_action('wp_ajax_wpforo_post_url_fixer', 'wpforo_post_url_fixer');
@@ -1382,6 +1403,18 @@ function wpforo_style_options($css){
1382
  if( isset(WPF()->tpl->style['font_size_post_content']) && WPF()->tpl->style['font_size_post_content'] != 14 ){
1383
  $css .= "\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {font-size: " . intval(WPF()->tpl->style['font_size_post_content']) . "px!important; line-height: " . (intval(WPF()->tpl->style['font_size_post_content']) + 4) . "px!important;}\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {font-size: " . intval(WPF()->tpl->style['font_size_post_content']) . "px;}";
1384
  }
 
 
 
 
 
 
 
 
 
 
 
 
1385
  if( isset(WPF()->tpl->style['custom_css']) ){
1386
  $css .= "\r\n" . stripslashes(WPF()->tpl->style['custom_css']);
1387
  }
@@ -1669,6 +1702,8 @@ function wpforo_do_hook_update_profile($userid){
1669
  'rank' => intval($rank) );
1670
  WPF()->member->update_profile_fields($userid, $args, false);
1671
  WPF()->member->reset($userid);
 
 
1672
  }
1673
  }
1674
  }
@@ -1680,12 +1715,7 @@ add_action('edit_user_profile_update', 'wpforo_do_hook_update_profile');
1680
  function wpforo_actions_on_wp_login($user_login, $user = array()){
1681
  if(empty($user)) return;
1682
  $userid = wpforo_bigintval( $user->ID );
1683
-
1684
- $data = array( 'last_login' => current_time( 'mysql', 1 ) );
1685
- $sql = "SELECT `status` FROM " . WPF()->tables->profiles . " WHERE `userid` = %d";
1686
- if( WPF()->db->get_var( WPF()->db->prepare($sql, $userid) ) === 'inactive' ) $data['status'] = 'active';
1687
- WPF()->member->update_profile_fields( $userid, $data, false );
1688
- WPF()->member->reset($userid);
1689
  }
1690
  add_action('wp_login', 'wpforo_actions_on_wp_login', 10, 2);
1691
 
@@ -2280,6 +2310,11 @@ function wpforo_content_enable_do_shortcode(){
2280
  }
2281
  add_action('wpforo_after_init', 'wpforo_content_enable_do_shortcode');
2282
 
 
 
 
 
 
2283
  function wpforo_create_cache(){
2284
  WPF()->cache->create();
2285
  }
@@ -2634,8 +2669,7 @@ function wpforo_update_usergroup_on_role_change( $userid, $new_role, $old_roles
2634
  add_action( 'set_user_role', 'wpforo_update_usergroup_on_role_change', 10, 3 );
2635
  add_action( 'add_user_role', 'wpforo_update_usergroup_on_role_change', 10, 2 );
2636
 
2637
- function wpforo_add_adminbar_links($wp_admin_bar)
2638
- {
2639
  if ( wpforo_current_user_is('admin') ){
2640
  $args = array( 'id' => 'new-forum', 'title' => __('New Forum', 'wpforo'), 'href' => admin_url('admin.php?page=wpforo-forums&action=add'), 'parent' => 'new-content' );
2641
  $wp_admin_bar->add_node($args);
@@ -2729,9 +2763,9 @@ function wpforo_check_notifications(){
2729
  if( is_user_logged_in() && wpforo_feature('notifications') ){
2730
  $data['alerts'] = count( WPF()->activity->notifications );
2731
  if( wpfval($_POST, 'getdata') ) $data['notifications'] = WPF()->activity->notifications_list( false );
2732
- echo json_encode($data);
2733
  }
2734
- exit();
2735
  }
2736
  add_action('wp_ajax_wpforo_notifications', 'wpforo_check_notifications');
2737
 
@@ -2825,4 +2859,19 @@ add_filter('wpforo_profile_top_bar', function($menuhtml, $userid){
2825
  );
2826
  }
2827
  return $menuhtml;
2828
- }, 10, 2);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
 
125
  function wpforo_change_default_register_page( $register_url ) {
126
  if(!wpforo_feature('register-url')) return $register_url;
127
+ return wpforo_home_url('?foro=signup&redirect_to=' . urlencode( preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() ) ));
128
  }
129
  add_filter( 'register_url', 'wpforo_change_default_register_page' );
130
 
131
  function wpforo_change_default_login_page( $login_url, $redirect ) {
132
  if(!wpforo_feature('login-url')) return $login_url;
133
+ return wpforo_home_url('?foro=signin&redirect_to=' . urlencode( preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() ) ));
134
  }
135
  add_filter( 'login_url', 'wpforo_change_default_login_page', 10, 2 );
136
 
352
  }
353
  elseif( $template == 'recent' ){
354
  $wpfpaged = ( isset($_GET['wpfpaged']) && $_GET['wpfpaged'] > 1 ) ? ' - ' . wpforo_phrase( 'page', false) . ' ' . $_GET['wpfpaged'] .' ' : '';
355
+ $view = wpfval($_GET, 'view');
356
+ if( $view == 'unread'){
357
+ $main_title = wpforo_phrase( 'Unread Posts', false);
358
+ } elseif( $view == 'prefix' ){
359
+ $main_title = wpforo_phrase( 'Topic Prefix', false);
360
+ } else {
361
+ $main_title = wpforo_phrase( 'Recent Posts', false);
362
+ }
363
  $meta_title = array( $main_title . $wpfpaged, WPF()->general_options['title']);
364
  $meta_title = apply_filters('wpforo_seo_recent_posts_title', $meta_title);
365
  }
519
 
520
  add_action('wp_ajax_wpforo_like_ajax', 'wpf_like');
521
  function wpf_like(){
522
+ $response = array('count' => 0, 'likers' => '', 'notice' => WPF()->notice->get_notices());
523
  if( !is_user_logged_in() ){
524
  WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
525
  $response['notice'] = WPF()->notice->get_notices();
526
+ wp_send_json_error($response);
 
527
  }
528
  if( !isset($_POST['likestatus']) || !isset($_POST['postid']) || !($postid = intval($_POST['postid'])) ){
529
  WPF()->notice->add('action error', 'error');
530
  $response['notice'] = WPF()->notice->get_notices();
531
+ wp_send_json_error($response);
 
532
  }
533
  if( !$post = WPF()->post->get_post( $postid ) ){
534
  WPF()->notice->add('post not found', 'error');
535
  $response['notice'] = WPF()->notice->get_notices();
536
+ wp_send_json_error($response);
 
537
  }
538
  if( !WPF()->perm->forum_can( 'l', $post['forumid']) ){
539
  WPF()->notice->add('You don\'t have permission to like posts from this forum', 'error');
540
  $response['notice'] = WPF()->notice->get_notices();
541
+ wp_send_json_error($response);
 
542
  }
543
  $sql = "SELECT EXISTS(
544
  SELECT * FROM `" . WPF()->tables->likes . "`
560
  ) ){
561
  wpforo_clean_cache('post-soft', $postid);
562
  do_action('wpforo_like', $post, WPF()->current_userid);
563
+ WPF()->member->reset($post['userid']);
564
+ WPF()->member->reset(WPF()->current_userid);
565
+ WPF()->notice->add('done', 'success');
566
+ $response['notice'] = WPF()->notice->get_notices();
567
+ $response['likers'] = WPF()->tpl->likers($postid);
568
+ $response['count'] = WPF()->post->get_post_likes_count($postid);
569
+ wp_send_json_success($response);
570
  }
571
  }else{
572
+ WPF()->member->reset($post['userid']);
573
+ WPF()->member->reset(WPF()->current_userid);
574
+ WPF()->notice->add('You\'re already liked this post', 'success');
575
+ $response['notice'] = WPF()->notice->get_notices();
576
+ $response['likers'] = WPF()->tpl->likers($postid);
577
+ $response['count'] = WPF()->post->get_post_likes_count($postid);
578
+ wp_send_json_success($response);
579
  }
580
  }else{
581
  if( $is_exists ){
589
  ) ){
590
  wpforo_clean_cache('post-soft', $postid);
591
  do_action('wpforo_dislike', $post, WPF()->current_userid);
592
+ WPF()->member->reset($post['userid']);
593
+ WPF()->member->reset(WPF()->current_userid);
594
+ WPF()->notice->add('done', 'success');
595
+ $response['notice'] = WPF()->notice->get_notices();
596
+ $response['likers'] = WPF()->tpl->likers($postid);
597
+ $response['count'] = WPF()->post->get_post_likes_count($postid);
598
+ wp_send_json_success($response);
599
  }
600
  }else{
601
+ WPF()->member->reset($post['userid']);
602
+ WPF()->member->reset(WPF()->current_userid);
603
  WPF()->notice->add('You\'re already disliked this post', 'success');
 
604
  $response['notice'] = WPF()->notice->get_notices();
605
+ $response['likers'] = WPF()->tpl->likers($postid);
606
+ $response['count'] = WPF()->post->get_post_likes_count($postid);
607
+ wp_send_json_success($response);
608
  }
609
  }
610
 
611
+ wp_send_json_error($response);
 
 
 
 
612
  }
613
 
614
 
615
  add_action('wp_ajax_wpforo_vote_ajax', 'wpf_vote');
616
  function wpf_vote(){
617
+ if( !is_user_logged_in() ){
618
+ WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
619
+ wp_send_json_error(array('notice' => WPF()->notice->get_notices()));
620
+ }
621
 
622
+ if( !$postid = wpforo_bigintval( wpfval($_POST, 'postid') ) ){
 
 
623
  WPF()->notice->add('Wrong post data', 'error');
624
+ wp_send_json_error(array('notice' => WPF()->notice->get_notices()));
 
625
  }
626
 
627
+ $reaction = wpfval($_POST, 'votestatus') === 'down' ? -1 : 1;
 
628
 
629
+ $sql = "SELECT `voteid` FROM `".WPF()->tables->votes."`
630
+ WHERE `postid` = %d
631
+ AND `userid` = %d
632
+ AND `reaction` = %d";
633
+ $sql = WPF()->db->prepare($sql, $postid, WPF()->current_userid, $reaction);
634
+ if( WPF()->db->get_var($sql) ){
635
  WPF()->notice->add('You are already voted this post');
636
+ wp_send_json_error(array('notice' => WPF()->notice->get_notices()));
 
637
  }else{
638
  WPF()->db->delete(
639
+ WPF()->tables->votes,
640
+ array('postid' => $postid, 'userid' => WPF()->current_userid),
641
+ array('%d','%d')
642
  );
643
  }
644
 
 
645
  if( $post = WPF()->post->get_post( $postid ) ){
646
  $voted = WPF()->db->insert(
647
  WPF()->tables->votes,
648
  array(
649
+ 'postid' => $postid,
650
+ 'userid' => WPF()->current_userid,
651
+ 'reaction' => $reaction,
652
+ 'post_userid' => $post['userid']
653
  ),
654
+ array('%d','%d','%d','%d')
655
  );
656
 
657
  WPF()->member->reset($post['userid']);
658
  WPF()->member->reset(WPF()->current_userid);
659
 
660
+ if( $voted !== false ){
661
  $incr = $incr2 = true;
662
 
663
+ $votes = (int) $post['votes'] + (int) $reaction;
664
+ if( wpfval($_POST, 'itemtype') === 'topic' ){
665
  $incr = WPF()->db->query( "UPDATE ".WPF()->tables->topics." SET `votes` = `votes` + $reaction WHERE topicid = " . wpforo_bigintval($post['topicid']) );
666
  }
667
+ $incr2 = WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET `votes` = {$votes} WHERE postid = " . wpforo_bigintval($post['postid']) );
668
 
669
+ if($incr !== false && $incr2 !== false){
670
  wpforo_clean_cache('post', $postid, $post);
671
  do_action('wpforo_vote', $reaction, $post, WPF()->current_userid );
672
  WPF()->notice->add('Successfully voted', 'success');
673
+ wp_send_json_success( array('votes'=> $votes, 'notice' => WPF()->notice->get_notices()) );
 
674
  }
675
  }
676
  }
677
 
678
  WPF()->notice->add('Wrong post data', 'error');
679
+ wp_send_json_error(array('notice' => WPF()->notice->get_notices()));
 
680
  }
681
 
682
  add_action('wp_ajax_wpforo_answer_ajax', 'wpf_answer');
683
  function wpf_answer(){
684
+ $response = array('notice' => WPF()->notice->get_notices());
685
  if(!is_user_logged_in()){
686
  WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
687
  $response['notice'] = WPF()->notice->get_notices();
688
+ wp_send_json_error($response);
 
689
  }
690
  if( !isset($_POST['answerstatus']) || !isset($_POST['postid']) || !$postid = intval($_POST['postid']) ){
691
  WPF()->notice->add('action error', 'error');
692
  $response['notice'] = WPF()->notice->get_notices();
693
+ wp_send_json_error($response);
 
694
  }
695
  if( !$post = WPF()->post->get_post( $postid ) ){
696
  WPF()->notice->add('post not found', 'error');
697
  $response['notice'] = WPF()->notice->get_notices();
698
+ wp_send_json_error($response);
 
699
  }
700
  if( !$topic = WPF()->topic->get_topic( $post['topicid'] ) ){
701
  WPF()->notice->add('topic not found', 'error');
702
  $response['notice'] = WPF()->notice->get_notices();
703
+ wp_send_json_error($response);
 
704
  }
705
  if( !(WPF()->perm->forum_can( 'at', $post['forumid'] ) || ( WPF()->perm->forum_can( 'oat', $post['forumid']) && WPF()->current_userid == $topic['userid'] ) ) ){
706
  WPF()->notice->add('You don\'t have permission to make topic answered', 'error');
707
  $response['notice'] = WPF()->notice->get_notices();
708
+ wp_send_json_error($response);
 
709
  }
710
  if( intval($_POST['answerstatus']) && WPF()->topic->has_is_answer_post($topic['topicid']) ){
711
  WPF()->notice->add('You don\'t have permission to make two best answers for one topic', 'error');
712
  $response['notice'] = WPF()->notice->get_notices();
713
+ wp_send_json_error($response);
 
714
  }
715
+ if( false !== WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
716
  wpforo_clean_cache('post', $postid, $post);
717
  WPF()->db->query( "UPDATE ".WPF()->tables->topics." SET `solved` = " . intval($_POST['answerstatus']) . " WHERE `topicid` = " . intval($post['topicid']) );
718
  do_action('wpforo_answer', intval($_POST['answerstatus']), $post);
719
  WPF()->notice->add('done', 'success');
 
720
  $response['notice'] = WPF()->notice->get_notices();
721
+ wp_send_json_success($response);
722
  }
723
+ wp_send_json_error($response);
 
724
  }
725
 
726
  add_action('wp_ajax_wpforo_quote_ajax', 'wpf_quote');
731
  if( !(WPF()->perm->forum_can( 'cr', $post['forumid']) || ( wpforo_is_owner( wpfval(WPF()->current_object['topic'], 'userid'), wpfval(WPF()->current_object['topic'], 'email') ) && WPF()->perm->forum_can( 'ocr', $post['forumid']) )) ) return;
732
  $post = apply_filters('wpforo_quote_post_ajax', $post);
733
  $poster = wpforo_member( $post );
734
+ $response = '<blockquote data-userid="' . $post['userid'] . '" data-postid="'. $post['postid'] .'" data-mention="'. esc_attr($poster['user_nicename']) .'"><div class="wpforo-post-quote-author"><strong> ' . wpforo_phrase('Posted by', FALSE) . ': ' . esc_textarea( '@' . $poster['user_nicename'] ) . ' </strong></div>' . wpautop($post['body']) . '</blockquote><br />';
735
+ wp_send_json_success($response);
736
  }
737
 
738
  add_action('wp_ajax_wpforo_report_ajax', 'wpf_report');
739
  function wpf_report(){
740
+ if( !is_user_logged_in() ){
741
+ WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
742
+ wp_send_json_error( WPF()->notice->get_notices() );
743
+ }
744
 
745
  if( !isset($_POST['reportmsg']) || !$_POST['reportmsg'] || !isset($_POST['postid']) || !$_POST['postid'] ){
746
  WPF()->notice->add('Error: please insert some text to report.', 'error');
747
+ wp_send_json_error( WPF()->notice->get_notices() );
 
748
  }
749
 
750
  ############### Sending Email ##################
772
  $headers = wpforo_admin_mail_headers();
773
 
774
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type', 999 );
775
+ if( @wp_mail( $admin_email, $subject, $message, $headers ) ){
776
  remove_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
777
  }else{
778
  remove_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
779
  WPF()->notice->add('Can\'t send report email', 'error');
780
+ wp_send_json_error( WPF()->notice->get_notices() );
 
781
  }
782
 
783
  ############### Sending Email end ##############
784
  WPF()->notice->add('Message has been sent', 'success');
785
+ wp_send_json_success( WPF()->notice->get_notices() );
 
786
  }
787
 
788
  add_action('wp_ajax_wpforo_sticky_ajax', 'wpf_sticky');
789
  add_action('wp_ajax_nopriv_wpforo_sticky_ajax', 'wpf_sticky' );
790
  function wpf_sticky(){
791
  WPF()->notice->add('wrong data', 'error');
792
+ $response = array( 'notice' => WPF()->notice->get_notices() );
793
+ if( !$topicid = wpforo_bigintval( wpfval($_POST, 'topicid') ) ) wp_send_json_error($response);
794
+
 
 
795
  $sql = "SELECT `forumid` FROM `".WPF()->tables->topics."` WHERE `topicid` = $topicid";
796
  $forumid = WPF()->db->get_var($sql);
797
  if( !WPF()->perm->forum_can( 's', $forumid) ){
798
  WPF()->notice->add('You don\'t have permission to do this action from this forum', 'error');
799
  $response['notice'] = WPF()->notice->get_notices();
800
+ wp_send_json_error($response);
 
801
  }
802
+ $status = wpfval($_POST, 'status');
803
+ if( $status === 'sticky' ){
804
  $sql = "UPDATE `".WPF()->tables->topics."` SET `type` = 1 WHERE `topicid` = $topicid";
805
  if( false !== WPF()->db->query($sql) ){
806
+ wpforo_clean_cache('topic', $topicid);
807
  WPF()->notice->add('Done!', 'success');
808
  $response['notice'] = WPF()->notice->get_notices();
809
+ wp_send_json_success($response);
810
  }
811
+ }elseif( $status === 'unsticky' ){
812
  $sql = "UPDATE `".WPF()->tables->topics."` SET `type` = 0 WHERE `topicid` = $topicid";
813
  if( false !== WPF()->db->query($sql) ){
814
+ wpforo_clean_cache('topic', $topicid);
815
  WPF()->notice->add('Done!', 'success');
816
  $response['notice'] = WPF()->notice->get_notices();
817
+ wp_send_json_success($response);
818
  }
819
  }
820
+ wp_send_json_error($response);
 
 
821
  }
822
 
823
  add_action('wp_ajax_wpforo_private_ajax', 'wpf_private');
824
  function wpf_private(){
825
+ if( !WPF()->current_userid ) wp_send_json_error();
826
+ if( !($topicid = wpforo_bigintval( wpfval($_POST, 'topicid') )) ) wp_send_json_error();
827
+ $status = wpfval($_POST, 'status');
828
+ if( $status === 'private' ){
829
  WPF()->topic->wprivate($topicid, 1);
830
+ wp_send_json_success();
831
+ }elseif( $status === 'public' ){
832
  WPF()->topic->wprivate($topicid, 0);
833
+ wp_send_json_success();
834
  }
835
+ wp_send_json_error();
 
836
  }
837
 
838
  add_action('wp_ajax_wpforo_solved_ajax', 'wpf_solved');
839
  add_action('wp_ajax_nopriv_wpforo_solved_ajax', 'wpf_solved' );
840
  function wpf_solved(){
841
+ if( !$postid = wpforo_bigintval(wpfval($_POST, 'postid')) ) wp_send_json_error();
842
+ if( $post = WPF()->post->get_post($postid) ){
843
  if( WPF()->perm->forum_can( 'sv', $post['forumid']) || WPF()->perm->forum_can( 'osv', $post['forumid']) ){
844
+ $solved = ( wpfval($_POST, 'status') === 'solved' ? 1 : 0 );
845
  $sql = "UPDATE ".WPF()->tables->topics." SET `solved` = %d WHERE `topicid` = %d";
846
  WPF()->db->query( WPF()->db->prepare($sql, $solved, $post['topicid']) );
847
  wpforo_clean_cache('topic', $post['topicid']);
848
+ wp_send_json_success();
 
849
  }
850
  }
851
+ wp_send_json_error();
 
 
852
  }
853
 
854
+ add_action('wp_ajax_wpforo_approve_ajax', 'wpf_approve');
855
+ function wpf_approve(){
856
+ if( !WPF()->current_userid ){
857
+ WPF()->notice->add( wpforo_get_login_or_register_notice_text() );
858
+ wp_send_json_error();
859
+ }
860
+ if( !$postid = wpforo_bigintval(wpfval($_POST, 'postid')) ) wp_send_json_error();
861
+ $status = wpfval($_POST, 'status');
862
+ if( $status === 'approve' ){
863
+ WPF()->post->status($postid, 0);
864
+ wp_send_json_success();
865
+ }elseif( $status === 'unapprove' ){
866
+ WPF()->post->status($postid, 1);
867
+ wp_send_json_success();
868
  }
869
+ wp_send_json_error();
 
 
870
  }
871
 
872
  add_action('wp_ajax_wpforo_close_ajax', 'wpf_close');
873
  function wpf_close(){
874
+ if( !WPF()->current_userid ) wp_send_json_error();
875
 
876
+ if( !$topicid = wpforo_bigintval(wpfval($_POST, 'topicid')) ) wp_send_json_error();
877
+ $status = wpfval($_POST, 'status');
878
+ if( $status === 'closed' ){
879
+ $sql = "UPDATE ".WPF()->tables->topics." SET closed = 0 WHERE topicid = " . $topicid;
880
  WPF()->db->query( $sql );
881
+ wpforo_clean_cache('topic', $topicid);
882
+ wp_send_json_success();
883
+ }elseif( $status === 'close' ){
884
+ $sql = "UPDATE ".WPF()->tables->topics." SET closed = 1 WHERE topicid = " . $topicid;
885
  WPF()->db->query( $sql );
886
+ wpforo_clean_cache('topic', $topicid);
887
+ wp_send_json_success();
 
888
  }
889
+ wp_send_json_error();
 
890
  }
891
 
892
  add_action('wp_ajax_wpforo_post_edit', 'wpforo_post_edit');
893
  add_action('wp_ajax_nopriv_wpforo_post_edit', 'wpforo_post_edit' );
894
  function wpforo_post_edit(){
895
+ $r = array('html' => '');
896
  if( $postid = wpforo_bigintval( wpfval($_POST, 'postid') ) ){
897
  if( $post = WPF()->post->get_post($postid, false) ){
898
  if( WPF()->perm->forum_can('eor', $post['forumid']) || WPF()->perm->forum_can('eot', $post['forumid']) ) {
911
  WPF()->tpl->reply_form( $topic, $values );
912
  }
913
  $r['html'] = ob_get_clean();
914
+ wp_send_json_success($r);
915
  }
916
  }
917
  }
918
  }
919
+ wp_send_json_error($r);
 
920
  }
921
 
922
  add_action('wp_ajax_wpforo_delete_ajax', 'wpf_delete');
923
  function wpf_delete(){
 
 
924
  $resp = array();
925
+ $status = (string) wpfval($_POST, 'status');
926
+ $postid = (int) wpfval($_POST, 'postid');
927
+ if( $status === 'topic' ){
928
+ if( WPF()->topic->delete($postid) ){
929
  $forumid = (int) wpfval($_POST, 'forumid');
930
  $resp = array(
931
+ 'postid' => $postid,
932
  'location' => $forumid ? WPF()->forum->get_forum_url($forumid) : wpforo_home_url()
933
  );
934
+ $resp['notice'] = WPF()->notice->get_notices();
935
+ wp_send_json_success($resp);
936
  }
937
+ }elseif($status === 'reply'){
938
+ if( WPF()->post->delete($postid) ){
939
+ $root = (int) WPF()->post->get_root($postid);
940
+ $root_replies_count = (int) WPF()->post->get_root_replies_count( $root );
941
  $resp = array(
942
+ 'postid' => $postid,
943
+ 'root' => $root,
944
+ 'root_count' => $root_replies_count,
945
  );
946
+ $resp['notice'] = WPF()->notice->get_notices();
947
+ wp_send_json_success($resp);
948
  }
949
  }
950
 
 
951
  $resp['notice'] = WPF()->notice->get_notices();
952
+ wp_send_json_error($resp);
 
953
  }
954
 
955
  add_action('wp_ajax_wpforo_subscribe_ajax', 'wpf_subscribe');
956
  add_action('wp_ajax_nopriv_wpforo_subscribe_ajax', 'wpf_subscribe');
957
  function wpf_subscribe(){
958
+ $return = 0;
959
+ $resp = array('notice' => WPF()->notice->get_notices());
960
  $args = array(
961
+ 'itemid' => wpforo_bigintval(wpfval($_POST, 'itemid')),
962
+ 'type' => sanitize_text_field(wpfval($_POST, 'type')),
963
  'userid' => WPF()->current_userid,
964
  'active' => 0,
965
  'user_name' => '',
970
  if( WPF()->current_user_email ) $args['user_email'] = WPF()->current_user_email;
971
  if( WPF()->current_user_display_name ) $args['user_name'] = WPF()->current_user_display_name;
972
  }
973
+ if( !$args['userid'] && !$args['user_email'] ) wp_send_json_error($resp);
974
 
975
  if(isset($_POST['status']) && $_POST['status'] == 'subscribe'){
976
 
980
  if( !WPF()->perm->forum_can('vf', $forum['forumid']) ){
981
  WPF()->notice->add('You are not permitted to subscribe here', 'error');
982
  $resp['notice'] = WPF()->notice->get_notices();
983
+ wp_send_json_error($resp);
984
  }
985
  }
986
  }elseif($_POST['type'] == 'topic'){
990
  if( !WPF()->perm->forum_can('vp', $topic['forumid']) ){
991
  WPF()->notice->add('You are not permitted to subscribe here', 'error');
992
  $resp['notice'] = WPF()->notice->get_notices();
993
+ wp_send_json_error($resp);
994
  }
995
  }
996
  }
1040
  }
1041
  }
1042
 
1043
+ }elseif(wpfval($_POST, 'status') === 'unsubscribe'){
1044
  $subscribe = WPF()->sbscrb->get_subscribe( $args );
1045
  $return = (int) WPF()->sbscrb->delete( $subscribe['confirmkey'] );
1046
  }
1047
+
 
1048
  $resp['notice'] = WPF()->notice->get_notices();
1049
+ if($return){
1050
+ wp_send_json_success($resp);
1051
+ }else{
1052
+ wp_send_json_error($resp);
1053
+ }
1054
  }
1055
 
1056
  add_action('wp_ajax_wpforo_layout4_loadmore', 'wpfl4_loadmore');
1057
  add_action('wp_ajax_nopriv_wpforo_layout4_loadmore', 'wpfl4_loadmore' );
1058
  function wpfl4_loadmore(){
1059
+ $success = false;
1060
  WPF()->notice->add('wrong data', 'error');
1061
+ $response = array('no_more' => 0, 'output_html' => '', 'notice' => WPF()->notice->get_notices());
1062
  $request = array(
1063
  'forumid' => 0,
1064
  'filter' => 'newest',
1102
  }
1103
  }
1104
  $response['output_html'] = ob_get_clean();
1105
+ $success = true;
1106
  $response['notice'] = '';
1107
  if( count($topics) < WPF()->forum->options['layout_threaded_intro_topics_count']) $response['no_more'] = 1;
1108
  }else{
1115
  }
1116
  }
1117
 
1118
+ if( $success ){
1119
+ wp_send_json_success($response);
1120
+ }else{
1121
+ wp_send_json_error($response);
1122
+ }
1123
  }
1124
 
1125
  add_action('wp_ajax_wpforo_topic_portable_form', 'wpforo_topic_portable_form');
1126
  add_action('wp_ajax_nopriv_wpforo_topic_portable_form', 'wpforo_topic_portable_form');
1127
  function wpforo_topic_portable_form(){
1128
+ $html = '';
1129
  if( $forumid = wpfval($_POST, 'forumid') ){
1130
  WPF()->data['varname'] = 'topic';
1131
+ ob_start();
1132
  WPF()->tpl->topic_form($forumid);
1133
+ $html = trim( ob_get_clean() );
1134
+ }
1135
+ if( $html ){
1136
+ wp_send_json_success($html);
1137
+ }else{
1138
+ wp_send_json_error();
1139
  }
 
1140
  }
1141
 
1142
  add_action('wp_ajax_wpforo_qa_comment_loadrest', 'wpforo_qa_comment_loadrest');
1143
  add_action('wp_ajax_nopriv_wpforo_qa_comment_loadrest', 'wpforo_qa_comment_loadrest' );
1144
  function wpforo_qa_comment_loadrest(){
1145
  WPF()->notice->add('wrong data', 'error');
1146
+ $response = array('output_html' => '', 'notice' => WPF()->notice->get_notices());
 
1147
  if( $parentid = wpfval($_POST, 'parentid') ){
1148
  $args = array(
1149
  'root' => $parentid,
1158
  foreach($comments as $comment) wpforo_qa_comment_template($comment);
1159
 
1160
  $response['output_html'] = ob_get_clean();
 
1161
  $response['notice'] = '';
1162
+ wp_send_json_success($response);
1163
  }
1164
  }
1165
+ wp_send_json_error($response);
 
 
1166
  }
1167
 
1168
  add_action('wp_ajax_wpforo_post_url_fixer', 'wpforo_post_url_fixer');
1403
  if( isset(WPF()->tpl->style['font_size_post_content']) && WPF()->tpl->style['font_size_post_content'] != 14 ){
1404
  $css .= "\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {font-size: " . intval(WPF()->tpl->style['font_size_post_content']) . "px!important; line-height: " . (intval(WPF()->tpl->style['font_size_post_content']) + 4) . "px!important;}\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {font-size: " . intval(WPF()->tpl->style['font_size_post_content']) . "px;}";
1405
  }
1406
+ if( 'bottom' === wpfval(WPF()->post->options, 'toolbar_location_topic') ){
1407
+ $css .= "\r\n
1408
+ #wpforo #wpforo-wrap .wpf-topic-create .mce-top-part{position:absolute!important;bottom:-40px !important;z-index: 100; width: 100% !important;}
1409
+ #wpforo #wpforo-wrap .wpf-topic-create .wp-editor-wrap {margin-bottom: 40px;}
1410
+ #wpforo #wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn-group {padding-top: 8px;}";
1411
+ }
1412
+ if( 'bottom' === wpfval(WPF()->post->options, 'toolbar_location_reply') ){
1413
+ $css .= "\r\n
1414
+ #wpforo #wpforo-wrap .wpf-post-create .mce-top-part{position:absolute!important;bottom:-40px !important;z-index: 100; width: 100% !important;}
1415
+ #wpforo #wpforo-wrap .wpf-post-create .wp-editor-wrap {margin-bottom: 40px;}
1416
+ #wpforo #wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn-group {padding-top: 8px;}";
1417
+ }
1418
  if( isset(WPF()->tpl->style['custom_css']) ){
1419
  $css .= "\r\n" . stripslashes(WPF()->tpl->style['custom_css']);
1420
  }
1702
  'rank' => intval($rank) );
1703
  WPF()->member->update_profile_fields($userid, $args, false);
1704
  WPF()->member->reset($userid);
1705
+
1706
+ if( !wpforo_is_owner( $userid ) ) WPF()->member->inactive_to_active($userid);
1707
  }
1708
  }
1709
  }
1715
  function wpforo_actions_on_wp_login($user_login, $user = array()){
1716
  if(empty($user)) return;
1717
  $userid = wpforo_bigintval( $user->ID );
1718
+ WPF()->member->inactive_to_active($userid);
 
 
 
 
 
1719
  }
1720
  add_action('wp_login', 'wpforo_actions_on_wp_login', 10, 2);
1721
 
2310
  }
2311
  add_action('wpforo_after_init', 'wpforo_content_enable_do_shortcode');
2312
 
2313
+ add_filter( 'wpforo_body_text_filter', function($text){
2314
+ if( apply_filters('wpforo_allow_replace_3asterisk', true) ) $text = preg_replace('#\*{3}([^*]+?)\*{3}#', '<span style="color: red; font-weight: bold;">$1</span>', $text);
2315
+ return $text;
2316
+ });
2317
+
2318
  function wpforo_create_cache(){
2319
  WPF()->cache->create();
2320
  }
2669
  add_action( 'set_user_role', 'wpforo_update_usergroup_on_role_change', 10, 3 );
2670
  add_action( 'add_user_role', 'wpforo_update_usergroup_on_role_change', 10, 2 );
2671
 
2672
+ function wpforo_add_adminbar_links($wp_admin_bar) {
 
2673
  if ( wpforo_current_user_is('admin') ){
2674
  $args = array( 'id' => 'new-forum', 'title' => __('New Forum', 'wpforo'), 'href' => admin_url('admin.php?page=wpforo-forums&action=add'), 'parent' => 'new-content' );
2675
  $wp_admin_bar->add_node($args);
2763
  if( is_user_logged_in() && wpforo_feature('notifications') ){
2764
  $data['alerts'] = count( WPF()->activity->notifications );
2765
  if( wpfval($_POST, 'getdata') ) $data['notifications'] = WPF()->activity->notifications_list( false );
2766
+ wp_send_json_success($data);
2767
  }
2768
+ wp_send_json_error($data);
2769
  }
2770
  add_action('wp_ajax_wpforo_notifications', 'wpforo_check_notifications');
2771
 
2859
  );
2860
  }
2861
  return $menuhtml;
2862
+ }, 10, 2);
2863
+
2864
+
2865
+
2866
+ add_action( 'update_option', function( $option ){
2867
+ if( $option &&
2868
+ ( strpos($option, 'wpforo') !== false
2869
+ || strpos($option, 'wpftcf') !== false
2870
+ || strpos($option, 'wpfucf') !== false )
2871
+ ){
2872
+ $cache = get_option('wpforo_features');
2873
+ if( wpfval($cache, 'option_cache') ){
2874
+ wpforo_clean_folder( WPFORO_CACHE_DIR . '/item/option/' );
2875
+ }
2876
+ }
2877
+ });
wpf-includes/wpf-phrases.php CHANGED
@@ -22,7 +22,7 @@ $wpforo_phrases = array(
22
  "show %d more comments" => __("show %d more comments", "wpforo"),
23
  "expand to show all comments on this post" => __("expand to show all comments on this post", "wpforo"),
24
  "Topic are private, please register or login for further information" => __("Topic are private, please register or login for further information", "wpforo"),
25
- "You don't have permissions to see this page, please register or login for further information" => __("You don't have permissions to see this page, please register or login for further information", "wpforo"),
26
  "Invalid request." => __("Invalid request.", "wpforo"),
27
  "The password has been changed" => __("The password has been changed", "wpforo"),
28
  "The password reset empty" => __("The password reset empty", "wpforo"),
@@ -299,7 +299,7 @@ $wpforo_phrases = array(
299
  'Forum Options' => __('Forum Options', 'wpforo'),
300
  'Forum Profile' => __('Forum Profile', 'wpforo'),
301
  'Forum RSS Feed' => __('Forum RSS Feed', 'wpforo'),
302
- 'Forum SEO' => __('Forum SEO', 'wpforo'),
303
  'Forum Settings' => __('Forum Settings', 'wpforo'),
304
  'Forum Slug' => __('Forum Slug', 'wpforo'),
305
  'Forum Statistics' => __('Forum Statistics', 'wpforo'),
@@ -744,8 +744,10 @@ $wpforo_phrases = array(
744
  'Front - Can view member about me' => __('Front - Can view member about me', 'wpforo'),
745
  'Front - Can write PM' => __('Front - Can write PM', 'wpforo'),
746
  'Can view forum' => __('Can view forum', 'wpforo'),
 
747
  'Can create topic' => __('Can create topic', 'wpforo'),
748
  'Can view topic' => __('Can view topic', 'wpforo'),
 
749
  'Can edit topic' => __('Can edit topic', 'wpforo'),
750
  'Can delete topic' => __('Can delete topic', 'wpforo'),
751
  'Can post reply' => __('Can post reply', 'wpforo'),
@@ -1107,4 +1109,6 @@ $wpforo_phrases = array(
1107
  //1.9.0
1108
  'Topic starter' => __('Topic starter', 'wpforo'),
1109
  'No posts found' => __('No posts found', 'wpforo'),
 
 
1110
  );
22
  "show %d more comments" => __("show %d more comments", "wpforo"),
23
  "expand to show all comments on this post" => __("expand to show all comments on this post", "wpforo"),
24
  "Topic are private, please register or login for further information" => __("Topic are private, please register or login for further information", "wpforo"),
25
+ "You do not have permission to view the content" => __("You do not have permission to view the content", "wpforo"),
26
  "Invalid request." => __("Invalid request.", "wpforo"),
27
  "The password has been changed" => __("The password has been changed", "wpforo"),
28
  "The password reset empty" => __("The password reset empty", "wpforo"),
299
  'Forum Options' => __('Forum Options', 'wpforo'),
300
  'Forum Profile' => __('Forum Profile', 'wpforo'),
301
  'Forum RSS Feed' => __('Forum RSS Feed', 'wpforo'),
302
+ 'Forum SEO Description' => __('Forum SEO Description', 'wpforo'),
303
  'Forum Settings' => __('Forum Settings', 'wpforo'),
304
  'Forum Slug' => __('Forum Slug', 'wpforo'),
305
  'Forum Statistics' => __('Forum Statistics', 'wpforo'),
744
  'Front - Can view member about me' => __('Front - Can view member about me', 'wpforo'),
745
  'Front - Can write PM' => __('Front - Can write PM', 'wpforo'),
746
  'Can view forum' => __('Can view forum', 'wpforo'),
747
+ 'Can enter forum' => __('Can enter forum', 'wpforo'),
748
  'Can create topic' => __('Can create topic', 'wpforo'),
749
  'Can view topic' => __('Can view topic', 'wpforo'),
750
+ 'Can enter topic' => __('Can enter topic', 'wpforo'),
751
  'Can edit topic' => __('Can edit topic', 'wpforo'),
752
  'Can delete topic' => __('Can delete topic', 'wpforo'),
753
  'Can post reply' => __('Can post reply', 'wpforo'),
1109
  //1.9.0
1110
  'Topic starter' => __('Topic starter', 'wpforo'),
1111
  'No posts found' => __('No posts found', 'wpforo'),
1112
+ //1.9.4
1113
+ 'Your user level does not have appropriate permission to view the content' => __('Your user level does not have appropriate permission to view the content', 'wpforo')
1114
  );
wpf-languages/wpforo-ar.mo ADDED
Binary file
wpf-languages/wpforo-ar.po ADDED
@@ -0,0 +1,7350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - wpForo Forum - Stable (latest release) in Arabic
2
+ # This file is distributed under the same license as the Plugins - wpForo Forum - Stable (latest release) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2020-12-28 11:27:41+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))));\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
11
+ "Language: ar\n"
12
+ "Project-Id-Version: Plugins - wpForo Forum - Stable (latest release)\n"
13
+
14
+ #: wpf-admin/options-tabs/features.php:36
15
+ msgid "Enable Options Cache"
16
+ msgstr "تمكين خيارات ذاكرة التخزين المؤقت"
17
+
18
+ #: wpf-includes/wpf-phrases.php:1109
19
+ msgid "No posts found"
20
+ msgstr "لم يتم العثور على مشاركات"
21
+
22
+ #: wpf-includes/wpf-phrases.php:1108
23
+ msgid "Topic starter"
24
+ msgstr "بداية الموضوع"
25
+
26
+ #: wpf-themes/classic/functions.php:91
27
+ msgid "Threaded Layout - Display Sub Forums with Parent Forums"
28
+ msgstr "تنسيق مترابط - عرض المنتديات الفرعية مع المنتديات الرئيسية"
29
+
30
+ #: wpf-admin/dashboard.php:192
31
+ msgid "Clean Up"
32
+ msgstr "تنظيف"
33
+
34
+ #: wpf-includes/wpf-hooks.php:2813
35
+ msgid "wpForo Polls addon is disabled!"
36
+ msgstr "تم تعطيل الملحق wpForo Polls!"
37
+
38
+ #: wpf-includes/functions.php:2350
39
+ msgid "Update CSS >>"
40
+ msgstr "تحديث CSS >>"
41
+
42
+ #: wpf-includes/functions.php:2349
43
+ msgid "Please update wpForo addons CSS style to make compatible with the current version of wpForo."
44
+ msgstr "يرجى تحديث نمط CSS في ملحقات wpForo ليصبح متوافقًا مع الإصدار الحالي من wpForo."
45
+
46
+ #: wpf-includes/functions.php:2349
47
+ msgid "Action Required!"
48
+ msgstr "مطلوب اتخاذ إجراء!"
49
+
50
+ #: wpf-includes/wpf-hooks.php:2814
51
+ msgid "dismiss"
52
+ msgstr "تجاهل"
53
+
54
+ #: wpf-includes/wpf-hooks.php:2813
55
+ msgid " Your addon version is not compatible with the current version of wpForo. Please update the addon or downgrade wpForo to 1.7.7"
56
+ msgstr "إصدار الملحق غير متوافق مع الإصدار الحالي من wpForo. يرجى تحديث الملحق أو الرجوع إلى إصدار أقدم من wpForo إلى 1.7.7"
57
+
58
+ #: wpf-includes/class-usergroups.php:86
59
+ msgid "Front - Can access to add topic page"
60
+ msgstr "اﻷمامية - يمكن الوصول لصفحة إضافة موضوع"
61
+
62
+ #: wpforo.php:1130
63
+ msgid "Allows to create topic custom fields and manage topic form layout with a form builder. Adds topic search options by custom fields"
64
+ msgstr "يسمح بإنشاء حقول مخصصة للموضوع وإدارة تنسيق نموذج الموضوع باستخدام منشئ النماذج. يضيف خيارات البحث عن الموضوع حسب الحقول المخصصة"
65
+
66
+ #: wpf-includes/class-forums.php:49
67
+ msgid "Can reply to own topic"
68
+ msgstr "يمكن الرد على موضوعك (الموضوع الخاص بك)"
69
+
70
+ #: wpf-admin/options-tabs/features.php:84
71
+ msgid "Ultimate Member"
72
+ msgstr "Ultimate Member"
73
+
74
+ #: wpf-admin/options-tabs/features.php:84
75
+ msgid "Ultimate Member Profile for the whole website including forum."
76
+ msgstr "الملف الشخصي Ultimate Member للموقع بأكمله بما في ذلك المنتدى."
77
+
78
+ #: wpf-admin/options-tabs/features.php:83
79
+ msgid "BuddyPress"
80
+ msgstr "BuddyPress"
81
+
82
+ #: wpf-admin/options-tabs/features.php:83
83
+ msgid "BuddyPress Profile for the whole website including forum."
84
+ msgstr "الملف الشخصي لـ BuddyPress للموقع بأكمله بما في ذلك المنتدى."
85
+
86
+ #: wpf-admin/options-tabs/features.php:82
87
+ msgid "wpForo Profile for the whole website including forum, comment authors, post authors and etc..."
88
+ msgstr ""
89
+
90
+ #: wpf-admin/options-tabs/features.php:81
91
+ msgid "wpForo Profile only for the forum, WordPress Profile for others, including comment authors, post authors and etc..."
92
+ msgstr ""
93
+
94
+ #: wpf-admin/options-tabs/features.php:21
95
+ msgid "Profile Page"
96
+ msgstr "صفحة الملف الشخصي"
97
+
98
+ #: wpf-admin/options-tabs/emails.php:284
99
+ msgid "Mentioned post excerpt"
100
+ msgstr ""
101
+
102
+ #. Author of the plugin
103
+ msgid "gVectors Team"
104
+ msgstr "فريق gVectors"
105
+
106
+ #: wpf-admin/options-tabs/emails.php:234
107
+ msgid "Overwrite WordPress Reset Password Emails"
108
+ msgstr ""
109
+
110
+ #: wpf-includes/wpf-phrases.php:1106
111
+ msgid "Short"
112
+ msgstr "قصير"
113
+
114
+ #: wpf-includes/wpf-phrases.php:1105
115
+ msgid "Full"
116
+ msgstr "كامل"
117
+
118
+ #: wpf-includes/wpf-phrases.php:1085
119
+ msgid "Protect your forum from spam user registration!"
120
+ msgstr "احمي منتداك من تسجيل السبام!"
121
+
122
+ #: wpf-includes/wpf-hooks.php:1525
123
+ msgid "Synced with user role"
124
+ msgstr "متزامن مع لقب المستخدم"
125
+
126
+ #: wpf-includes/wpf-phrases.php:1104
127
+ msgid "Create Account"
128
+ msgstr "إنشاء حساب"
129
+
130
+ #: wpf-includes/wpf-phrases.php:1103
131
+ msgid "{new}"
132
+ msgstr "{جديد}"
133
+
134
+ #: wpf-includes/wpf-phrases.php:1102
135
+ msgid "configure"
136
+ msgstr "إعدادات"
137
+
138
+ #: wpf-includes/wpf-phrases.php:1101
139
+ msgid "I got it, please dismiss this message"
140
+ msgstr "فهمت ، من فضلك تجاهل هذه الرسالة"
141
+
142
+ #: wpf-includes/wpf-phrases.php:1100
143
+ msgid "No new posts found"
144
+ msgstr "لم يتم العثور على مشاركات جديدة"
145
+
146
+ #: wpf-includes/wpf-phrases.php:1099
147
+ msgid "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."
148
+ msgstr "يرجى ملاحظة أنه يمكن عرض المنتديات بتنسيقات مختلفة %1$s، فقط قم بتحرير الفئة العليا (اللوحة الزرقاء) وقم بتعيين %2$s. المنتديات الفرعية تأخذ تنسيق الفئة العليا (اللوحة الزرقاء)."
149
+
150
+ #: wpf-includes/wpf-phrases.php:1098
151
+ msgid "the layout you want"
152
+ msgstr "التنسيق الذي تريده"
153
+
154
+ #: wpf-includes/wpf-phrases.php:1097
155
+ msgid "Admin Control Panel"
156
+ msgstr "لوحة تحكم المدير"
157
+
158
+ #: wpf-includes/wpf-phrases.php:1096
159
+ msgid "Delete Forum Cache"
160
+ msgstr "حذف ذاكرة التخزين المؤقت للمنتدى"
161
+
162
+ #: wpf-includes/wpf-phrases.php:1095
163
+ msgid "Forum Widgets"
164
+ msgstr "ودجات المنتدى"
165
+
166
+ #: wpf-includes/wpf-phrases.php:1094
167
+ msgid "Forum Menu"
168
+ msgstr "قائمة المنتدى"
169
+
170
+ #: wpf-includes/wpf-phrases.php:1093
171
+ msgid "Post Moderation"
172
+ msgstr "مراقبة المشاركات"
173
+
174
+ #: wpf-includes/wpf-phrases.php:1092
175
+ msgid "Change Color Style"
176
+ msgstr "تغيير نمط اللون"
177
+
178
+ #: wpf-includes/wpf-phrases.php:1091
179
+ msgid "Add New Category or Forum"
180
+ msgstr "أضف تصنيف أو منتدى جديد"
181
+
182
+ #: wpf-includes/wpf-phrases.php:1089
183
+ msgid "This notification is only visible for the website administrators. It will be automatically disabled once some antispam solution is enabled. If you don't use wpForo registration form or you're sure, that you have an antispam solution just click the [dismiss] button."
184
+ msgstr "يظهر هذا الإشعار لمدراء المنتدى فقط. سيتم تعطيله تلقائيًا بمجرد تمكين بعض حلول مكافحة السبام. إذا كنت لا تستخدم نموذج التسجيل الخاص بـ wpForo أو إذا كنت متأكدًا بأنك تستخدم أحد حلول مكافحة السبام قم بالضغط على زر [إخفاء]."
185
+
186
+ #: wpf-includes/wpf-phrases.php:1088
187
+ msgid "WordPress plugin"
188
+ msgstr "إضافة WordPress"
189
+
190
+ #: wpf-includes/wpf-phrases.php:1087
191
+ msgid "Tools &gt; Antispam Tab"
192
+ msgstr "أدوات > علامة التبويب Antispam"
193
+
194
+ #: wpf-includes/wpf-phrases.php:1086
195
+ msgid "wpForo has not found any protection solution against spam user registration on the forum registration form. Please %1$s and enable the %2$s antibot protection in %3$s or install other alternative %4$s to avoid registration of spam users."
196
+ msgstr ""
197
+
198
+ #: wpf-includes/wpf-phrases.php:1083
199
+ msgid "New notification from %1$s, %2$s"
200
+ msgstr "إشعار جديد من %1$s، %2$s"
201
+
202
+ #: wpf-includes/wpf-phrases.php:1082
203
+ msgid "New Notification"
204
+ msgstr "إشعار جديد"
205
+
206
+ #: wpf-includes/wpf-phrases.php:1081
207
+ msgid "%1$s has mentioned you, %2$s"
208
+ msgstr "قام %1$s بالإشارة إليك، %2$s"
209
+
210
+ #: wpf-includes/wpf-phrases.php:1080
211
+ msgid "New User Mentioning"
212
+ msgstr "الإشارة إلى مستخدم جديد"
213
+
214
+ #: wpf-includes/wpf-phrases.php:1068
215
+ msgid "You have a new notification"
216
+ msgstr "لديك إشعار جديد"
217
+
218
+ #: wpf-includes/wpf-phrases.php:1067
219
+ msgid "You have new notifications"
220
+ msgstr "لديك إشعارات جديدة"
221
+
222
+ #: wpf-includes/wpf-phrases.php:129
223
+ msgid "Share to LinkedIn"
224
+ msgstr "مشاركة على LinkedIn"
225
+
226
+ #: wpf-includes/wpf-phrases.php:128
227
+ msgid "Share to WhatsApp"
228
+ msgstr "مشاركة على WhatsApp"
229
+
230
+ #: wpf-includes/wpf-hooks.php:2782 wpf-includes/wpf-phrases.php:1084
231
+ msgid "IMPORTANT! The forum registration form is probably under risk of spam attacks. Please configure wpForo built-in %s antibot for registration form to avoid spam registrations. If you don't use the forum registration form or you are sure that your registration forms are secured, just click on (x) button to dismiss this message."
232
+ msgstr "مهم! من المحتمل أن يكون نموذج التسجيل في المنتدى عرضة لخطر الهجمات غير المرغوب فيها. الرجاء تكوين مضاد wpForo المدمج %s لنموذج التسجيل لتجنب تسجيل البريد العشوائي. إذا كنت لا تستخدم نموذج التسجيل في المنتدى أو كنت متأكدًا من أن نماذج التسجيل الخاصة بك مؤمنة، فما عليك سوى النقر على (x) لتجاهل هذه الرسالة."
233
+
234
+ #: wpf-includes/functions-template.php:927
235
+ msgid "Display [new] indicator"
236
+ msgstr "عرض مؤشر [جديد]"
237
+
238
+ #: wpf-includes/functions-template.php:922
239
+ msgid "Display Only Unread Posts"
240
+ msgstr "عرض المشاركات غير المقروءة فقط"
241
+
242
+ #: wpf-admin/options.php:23
243
+ msgid "API's (Social Network)"
244
+ msgstr "API (الشبكة الاجتماعية)"
245
+
246
+ #: wpf-admin/includes/member-listtable.php:261
247
+ msgid "Change"
248
+ msgstr "تغيير"
249
+
250
+ #: wpf-admin/includes/member-listtable.php:258
251
+ msgid "Change usergroup to…"
252
+ msgstr "تغيير مجموعة العضو إلى..."
253
+
254
+ #: wpf-admin/options-tabs/features.php:60
255
+ msgid "Frontend Admin Control Panel"
256
+ msgstr ""
257
+
258
+ #: wpf-admin/options-tabs/features.php:24
259
+ msgid "If you have enabled this option, after registering, the admin will not receive an email notification for newly registered user."
260
+ msgstr "إذا قمت بتمكين هذا الاختيار، بعد التسجيل، لن يتلقى المسؤول إشعارًا بالبريد الإلكتروني للمستخدم المسجل حديثًا."
261
+
262
+ #: wpf-admin/options-tabs/features.php:24
263
+ msgid "Stop Sending Emails to Admins on New User Registration"
264
+ msgstr "إيقاف إرسال رسائل البريد الإلكتروني إلى المدراء عند تسجيل عضو جديد"
265
+
266
+ #: wpf-admin/options-tabs/emails.php:198
267
+ msgid "Overwrite WordPress New User Registration Email for Users"
268
+ msgstr ""
269
+
270
+ #: wpf-admin/options-tabs/emails.php:161
271
+ msgid "Overwrite WordPress New User Registration Email for Admins"
272
+ msgstr ""
273
+
274
+ #: wpf-includes/wpf-phrases.php:1077
275
+ msgid "Go to first unread post"
276
+ msgstr "الذهاب لأول مشاركة غير مقروءة"
277
+
278
+ #: wpf-includes/wpf-phrases.php:1076
279
+ msgid "New down vote from %1$s, %2$s"
280
+ msgstr "تصويت سلبي جديد من %1$s، %2$s"
281
+
282
+ #: wpf-includes/wpf-phrases.php:1075
283
+ msgid "New Down Vote"
284
+ msgstr "تصويت سلبي جديد"
285
+
286
+ #: wpf-includes/wpf-phrases.php:1074
287
+ msgid "New up vote from %1$s, %2$s"
288
+ msgstr "تصويت إيجابي جديد من %1$s، %2$s"
289
+
290
+ #: wpf-includes/wpf-phrases.php:1073
291
+ msgid "New Up Vote"
292
+ msgstr "تصويت إيجابي جديد"
293
+
294
+ #: wpf-includes/wpf-phrases.php:1072
295
+ msgid "New like from %1$s, %2$s"
296
+ msgstr "إعجاب جديد من %1$s، %2$s"
297
+
298
+ #: wpf-includes/wpf-phrases.php:1071
299
+ msgid "New Like"
300
+ msgstr "إعجاب جديد"
301
+
302
+ #: wpf-includes/wpf-phrases.php:1070
303
+ msgid "New reply from %1$s, %2$s"
304
+ msgstr "رد جديد من %1$s، %2$s"
305
+
306
+ #: wpf-includes/wpf-phrases.php:1066
307
+ msgid "You have no new notifications"
308
+ msgstr "لا توجد لديك إشعارات جديدة"
309
+
310
+ #: wpf-includes/wpf-phrases.php:1065
311
+ msgid "You have no new notification"
312
+ msgstr "لا يوجد لديك إشعار جديد"
313
+
314
+ #: wpf-includes/wpf-phrases.php:1064
315
+ msgid "Clear all"
316
+ msgstr "مسح الكل"
317
+
318
+ #: wpf-includes/wpf-phrases.php:1063
319
+ msgid "Notifications"
320
+ msgstr "الإشعارات"
321
+
322
+ #: wpf-includes/wpf-phrases.php:1059
323
+ msgid "Default avatar"
324
+ msgstr "الصورة الرمزية الافتراضية"
325
+
326
+ #: wpf-includes/class-actions.php:2224
327
+ msgid "Theme reset success"
328
+ msgstr "تم إعادة تعيين القالب بنجاح"
329
+
330
+ #: wpf-includes/class-actions.php:2216
331
+ msgid "Theme reset error"
332
+ msgstr "حدث خطأ أثناء إعادة تعيين القالب"
333
+
334
+ #: wpf-includes/class-actions.php:2193
335
+ msgid "Theme delete success"
336
+ msgstr "تم حذف القالب بنجاح"
337
+
338
+ #: wpf-includes/class-actions.php:2185
339
+ msgid "Theme delete error"
340
+ msgstr "حدث خطأ أثناء عملية حذف القالب"
341
+
342
+ #: wpf-includes/class-actions.php:2162
343
+ msgid "Theme install success"
344
+ msgstr "نجح تثبيت القالب"
345
+
346
+ #: wpf-includes/class-actions.php:2153
347
+ msgid "Theme install error"
348
+ msgstr "خطأ في تثبيت القالب"
349
+
350
+ #: wpf-includes/class-actions.php:2130
351
+ msgid "Theme activate success"
352
+ msgstr "نجح تفعيل القالب"
353
+
354
+ #: wpf-includes/class-actions.php:2121
355
+ msgid "Theme activate error"
356
+ msgstr "خطأ في تفعيل القالب"
357
+
358
+ #: wpf-includes/functions-template.php:651
359
+ msgid "Refer topics to first unread post"
360
+ msgstr "إحالة المواضيع لأول مشاركة غير مقروءة"
361
+
362
+ #: wpf-includes/functions-template.php:646
363
+ msgid "Display with avatars"
364
+ msgstr "إظهار مع الصور الرمزية"
365
+
366
+ #: wpf-includes/functions-template.php:317
367
+ msgid "Hide this widget for guests"
368
+ msgstr "إخفاء هذا الودجت عن الزوار"
369
+
370
+ #: wpf-includes/functions-template.php:313
371
+ msgid "Hide buttons"
372
+ msgstr "إخفاء الأزرار"
373
+
374
+ #: wpf-includes/functions-template.php:309
375
+ msgid "Hide user data"
376
+ msgstr "إخفاء بيانات العضو"
377
+
378
+ #: wpf-includes/functions-template.php:305
379
+ msgid "Hide notification bell"
380
+ msgstr "إخفاء جرس الإشعارات"
381
+
382
+ #: wpf-includes/functions-template.php:301
383
+ msgid "Hide user name"
384
+ msgstr "إخفاء اسم العضو"
385
+
386
+ #: wpf-includes/functions-template.php:297
387
+ msgid "Hide avatar"
388
+ msgstr "إخفاء الصورة الرمزية"
389
+
390
+ #: wpf-includes/functions-template.php:293
391
+ msgid "Title for Guests"
392
+ msgstr "اللقب للزوار"
393
+
394
+ #: wpf-includes/functions-template.php:289
395
+ msgid "Title for Users"
396
+ msgstr "اللقب للأعضاء"
397
+
398
+ #: wpf-includes/functions-template.php:186
399
+ #: wpf-includes/functions-template.php:205
400
+ #: wpf-includes/functions-template.php:280 wpf-includes/wpf-phrases.php:1062
401
+ msgid "Join Us!"
402
+ msgstr "انضم إلينا!"
403
+
404
+ #: wpf-includes/class-usergroups.php:85
405
+ msgid "Front - Can access to attachments"
406
+ msgstr "الرئيسية - يمكن الوصول إلى المرفقات"
407
+
408
+ #: wpf-admin/includes/member-listtable.php:160
409
+ msgid "Last Login"
410
+ msgstr "آخر دخول"
411
+
412
+ #: wpf-admin/includes/member-listtable.php:91
413
+ msgid "Delete User"
414
+ msgstr "حذف العضو"
415
+
416
+ #: wpf-admin/includes/member-listtable.php:90
417
+ #: wpf-admin/includes/member-listtable.php:234
418
+ msgid "Unban"
419
+ msgstr "رفع الحظر"
420
+
421
+ #: wpf-admin/includes/member-listtable.php:90
422
+ msgid "Are you sure, you want to UNBAN this user?"
423
+ msgstr "هل تريد فعلا حذف هذا العضو؟"
424
+
425
+ #: wpf-admin/includes/member-listtable.php:90
426
+ msgid "Unban User"
427
+ msgstr "إلغاء حظر العضو"
428
+
429
+ #: wpf-admin/includes/member-listtable.php:89
430
+ #: wpf-admin/includes/member-listtable.php:233
431
+ msgid "Ban"
432
+ msgstr "حظر"
433
+
434
+ #: wpf-admin/includes/member-listtable.php:89
435
+ msgid "Are you sure, you want to BAN this user?"
436
+ msgstr "هل تريد فعلا حظر هذا العضو؟"
437
+
438
+ #: wpf-admin/includes/member-listtable.php:89
439
+ msgid "Ban User"
440
+ msgstr "حظر العضو"
441
+
442
+ #: wpf-admin/includes/member-listtable.php:88
443
+ msgid "Edit Profile"
444
+ msgstr "تعديل الملف الشخصي"
445
+
446
+ #: wpf-admin/includes/member-listtable.php:87
447
+ msgid "Edit User"
448
+ msgstr "تعديل العضو"
449
+
450
+ #: wpf-admin/includes/moderation-listtable.php:295
451
+ msgid "All Users"
452
+ msgstr "كافة الأعضاء"
453
+
454
+ #: wpf-admin/includes/moderation-listtable.php:141
455
+ msgid "Private"
456
+ msgstr "خاص"
457
+
458
+ #: wpf-admin/includes/moderation-listtable.php:140
459
+ msgid "Created"
460
+ msgstr "تم إنشاؤها"
461
+
462
+ #: wpf-admin/includes/moderation-listtable.php:139
463
+ msgid "Created By"
464
+ msgstr "تم إنشاؤها بواسطة"
465
+
466
+ #: wpf-admin/includes/moderation-listtable.php:89
467
+ #: wpf-admin/includes/moderation-listtable.php:191
468
+ msgid "Unapprove"
469
+ msgstr "عدم الموافقة"
470
+
471
+ #: wpf-admin/includes/moderation-listtable.php:86
472
+ #: wpf-admin/includes/moderation-listtable.php:189
473
+ msgid "Approve"
474
+ msgstr "الموافقة"
475
+
476
+ #: wpf-admin/includes/moderation-listtable.php:57
477
+ msgid "NO"
478
+ msgstr "لا"
479
+
480
+ #: wpf-admin/includes/moderation-listtable.php:57
481
+ msgid "YES"
482
+ msgstr "نعم"
483
+
484
+ #: wpf-admin/includes/moderation-listtable.php:55
485
+ msgid "POST"
486
+ msgstr "مشاركة"
487
+
488
+ #: wpf-admin/includes/moderation-listtable.php:55
489
+ msgid "TOPIC"
490
+ msgstr "موضوع"
491
+
492
+ #: wpf-admin/usergroup.php:252
493
+ msgid "This option has disabled because you have more than 50 users in this group."
494
+ msgstr "تم تعطيل هذا الخيار لأن لديك أكثر من 50 عضوًا في هذه المجموعة."
495
+
496
+ #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
497
+ msgid "Translation"
498
+ msgstr "الترجمة"
499
+
500
+ #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
501
+ msgid "Original"
502
+ msgstr "الأصلي"
503
+
504
+ #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
505
+ msgid "Package"
506
+ msgstr "الحزمة"
507
+
508
+ #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
509
+ msgid "Language"
510
+ msgstr "اللغة"
511
+
512
+ #: wpf-admin/options-tabs/features.php:46
513
+ msgid "Display User Notification Bell on Menu Bar"
514
+ msgstr "إظهار إشعارات العضو في شريط القوائم"
515
+
516
+ #: wpf-admin/options-tabs/features.php:45
517
+ msgid "Enable User Notification Live Update"
518
+ msgstr "تمكين التحديث المباشر لإشعارات العضو"
519
+
520
+ #: wpf-admin/options-tabs/features.php:44
521
+ msgid "Enable User Notification"
522
+ msgstr "تمكين إشعارات العضو"
523
+
524
+ #: wpf-admin/options-tabs/features.php:20
525
+ msgid "Adds [new] button at the and of topic links, which jumps to the first unread post."
526
+ msgstr ""
527
+
528
+ #: wpf-admin/options-tabs/features.php:20
529
+ msgid "Jump to First Unread Post with [new] Button in Topic Link"
530
+ msgstr "انتقل إلى أول مشاركة غير مقروءة باستخدام زر [جديد] في رابط الموضوع"
531
+
532
+ #: wpf-admin/options-tabs/features.php:19
533
+ msgid "If this option is enabled, all topic links on forums page and on topics page will refer to the first unread post. This behavior is only enabled for logged-in users."
534
+ msgstr ""
535
+
536
+ #: wpf-admin/options-tabs/features.php:19
537
+ msgid "Topic Links Jump to First Unread Post"
538
+ msgstr ""
539
+
540
+ #: wpf-admin/admin.php:126
541
+ msgid "don't stop or close browser"
542
+ msgstr "لا توقف أو تغلق المتصفح"
543
+
544
+ #: wpf-admin/member.php:51
545
+ msgid "All"
546
+ msgstr "الكل"
547
+
548
+ #: wpforo.php:1137
549
+ msgid "Adds awesome Sticker and Emoticons packs to editor. Allows to create new custom emoticons packs."
550
+ msgstr ""
551
+
552
+ #: wpf-includes/wpf-phrases.php:1058
553
+ msgid "Topic Tag:"
554
+ msgstr "وسم الموضوع:"
555
+
556
+ #: wpf-includes/wpf-phrases.php:1057
557
+ msgid "Loading Topics"
558
+ msgstr "تحميل المواضيع"
559
+
560
+ #: wpf-includes/wpf-phrases.php:1056
561
+ msgid "Saving Draft"
562
+ msgstr "جاري حفظ المسودة"
563
+
564
+ #: wpf-includes/wpf-phrases.php:1055
565
+ msgid "Save Draft"
566
+ msgstr "حفظ المسودة"
567
+
568
+ #: wpf-includes/wpf-phrases.php:1054
569
+ msgid "Restore"
570
+ msgstr "استعادة"
571
+
572
+ #: wpf-includes/wpf-phrases.php:1053
573
+ msgid "Saved"
574
+ msgstr "تم الحفظ"
575
+
576
+ #: wpf-includes/wpf-phrases.php:1052
577
+ msgid "%1$s Revisions"
578
+ msgstr "%1$s مراجعات"
579
+
580
+ #: wpf-includes/wpf-phrases.php:1051
581
+ msgid "Revisions"
582
+ msgstr "المراجعات"
583
+
584
+ #: wpf-includes/wpf-phrases.php:1050
585
+ msgid "Revision"
586
+ msgstr "مراجعة"
587
+
588
+ #: wpf-includes/wpf-phrases.php:1049
589
+ msgid "Preview"
590
+ msgstr "معاينة"
591
+
592
+ #: wpf-admin/options-tabs/posts.php:247
593
+ msgid "Max Number of Revisions"
594
+ msgstr "الحد الأقصى لعدد المراجعات"
595
+
596
+ #: wpf-admin/options-tabs/posts.php:241
597
+ msgid "Auto Drafting Interval"
598
+ msgstr ""
599
+
600
+ #: wpf-admin/options-tabs/posts.php:238
601
+ msgid "5 minutes"
602
+ msgstr "5 دقائق"
603
+
604
+ #: wpf-admin/options-tabs/posts.php:237
605
+ msgid "2 minutes"
606
+ msgstr "دقيقتان"
607
+
608
+ #: wpf-admin/options-tabs/posts.php:236
609
+ msgid "1 minute"
610
+ msgstr "دقيقة واحدة"
611
+
612
+ #: wpf-admin/options-tabs/posts.php:235
613
+ msgid "30 seconds"
614
+ msgstr "30 ثانية"
615
+
616
+ #: wpf-admin/options-tabs/posts.php:234
617
+ msgid "15 seconds"
618
+ msgstr "15 ثانية"
619
+
620
+ #: wpf-admin/options-tabs/posts.php:233
621
+ msgid "disabled"
622
+ msgstr "مُعطّل"
623
+
624
+ #: wpf-admin/options-tabs/posts.php:228
625
+ msgid "Post Draft"
626
+ msgstr "مسودّة المشاركة"
627
+
628
+ #: wpf-admin/options-tabs/posts.php:219
629
+ msgid "Post Preview"
630
+ msgstr "معاينة المشاركة"
631
+
632
+ #: wpf-admin/options-tabs/posts.php:209
633
+ msgid "Post Preview and Draft Saving"
634
+ msgstr "حفظ معاينة ومسودّة المشاركة"
635
+
636
+ #: wpf-includes/class-template.php:823
637
+ msgid "Spoiler"
638
+ msgstr "محتوى خاص"
639
+
640
+ #: wpf-includes/class-template.php:822
641
+ msgid "Insert Spoiler"
642
+ msgstr "إضافة محتوى خاص"
643
+
644
+ #: wpf-includes/wpf-phrases.php:1046
645
+ msgid "Quote this text"
646
+ msgstr "اقتبس هذا النص"
647
+
648
+ #: wpf-includes/wpf-hooks.php:1580
649
+ msgid "Custom Rating"
650
+ msgstr "التقييم المخصص"
651
+
652
+ #: wpf-includes/wpf-hooks.php:1579
653
+ msgid "Default Rating"
654
+ msgstr "التقييم الافتراضي"
655
+
656
+ #: wpf-includes/wpf-hooks.php:1575
657
+ msgid "By default all members get rating badges and titles based on number of posts. However, using this option you can grant lower or higher rating to certain user (this user). The default member reputation badges, titles and points can be managed in Forums > Settings > Members Tab."
658
+ msgstr ""
659
+
660
+ #: wpf-includes/wpf-hooks.php:1574
661
+ msgid "User Reputation"
662
+ msgstr "سمعة العضو"
663
+
664
+ #: wpf-admin/options-tabs/members.php:175
665
+ msgid "Display Secondary Usergroups under Post Author Avatar"
666
+ msgstr "عرض مجموعات العضو الثانوية تحت الصورة الرمزية لكاتب الموضوع"
667
+
668
+ #: wpf-admin/options-tabs/posts.php:176
669
+ msgid "Number of maximum search results"
670
+ msgstr "الحد الأقصى لعدد نتائج البحث"
671
+
672
+ #: wpf-admin/options-tabs/posts.php:35
673
+ msgid "Post content maximum length"
674
+ msgstr "الحد الأقصى لطول المشاركة"
675
+
676
+ #: wpf-admin/options-tabs/posts.php:29
677
+ msgid "Post content minimum length"
678
+ msgstr "الحد الأدنى لطول المشاركة"
679
+
680
+ #: wpf-admin/options-tabs/posts.php:22
681
+ msgid "Topic content maximum length"
682
+ msgstr "الحد الأقصى لطول الموضوع"
683
+
684
+ #: wpf-admin/options-tabs/posts.php:16
685
+ msgid "Topic content minimum length"
686
+ msgstr "الحد الأدنى لطول الموضوع"
687
+
688
+ #: wpf-admin/options-tabs/emails.php:283
689
+ msgid "Link to the post"
690
+ msgstr "رابط للمشاركة"
691
+
692
+ #: wpf-admin/options-tabs/emails.php:281
693
+ msgid "Post author display name"
694
+ msgstr "اسم العرض لكاتب المشاركة"
695
+
696
+ #: wpf-admin/options-tabs/emails.php:280
697
+ msgid "Mentioned user display name"
698
+ msgstr "اسم العرض للعضو المُشار إليه"
699
+
700
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
701
+ msgid "Link to open password reset form"
702
+ msgstr "رابط لفتح نموذج إعادة تعيين كلمة المرور"
703
+
704
+ #: wpf-admin/options-tabs/emails.php:182
705
+ msgid "Registered user email"
706
+ msgstr "بريد العضو المسجل"
707
+
708
+ #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
709
+ #: wpf-admin/options-tabs/emails.php:247
710
+ msgid "Registered user login"
711
+ msgstr "تسجيل دخول العضو المسجل"
712
+
713
+ #: wpf-admin/options-tabs/emails.php:180
714
+ msgid "Website name"
715
+ msgstr "اسم الموقع الإلكتروني"
716
+
717
+ #: wpf-admin/options-tabs/emails.php:145
718
+ msgid "Reported post URL"
719
+ msgstr "رابط URL للمشاركة المُبلَّغ عنها"
720
+
721
+ #: wpf-admin/options-tabs/emails.php:144
722
+ msgid "Reporter user message"
723
+ msgstr "رسالة العضو المُبلِّغ"
724
+
725
+ #: wpf-admin/options-tabs/emails.php:143
726
+ msgid "Reporter user display name"
727
+ msgstr "اسم العرض للعضو المُبلِّغ"
728
+
729
+ #: wpf-admin/options-tabs/emails.php:118
730
+ msgid "New reply excerpt"
731
+ msgstr "مقتطف من الرد الجديد"
732
+
733
+ #: wpf-admin/options-tabs/emails.php:117
734
+ msgid "New reply title"
735
+ msgstr "عنوان الرد الجديد"
736
+
737
+ #: wpf-admin/options-tabs/emails.php:116
738
+ msgid "Topic title / link"
739
+ msgstr "عنوان / رابط الموضوع"
740
+
741
+ #: wpf-admin/options-tabs/emails.php:115
742
+ msgid "New reply author display name"
743
+ msgstr "اسم العرض لكاتب الرد الجديد"
744
+
745
+ #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
746
+ msgid "Link to unsubscribe"
747
+ msgstr "رابط لإلغاء الاشتراك"
748
+
749
+ #: wpf-admin/options-tabs/emails.php:97
750
+ msgid "New topic excerpt"
751
+ msgstr "مقتطف من الموضوع الجديد"
752
+
753
+ #: wpf-admin/options-tabs/emails.php:96
754
+ msgid "New topic title"
755
+ msgstr "عنوان الموضوع الجديد"
756
+
757
+ #: wpf-admin/options-tabs/emails.php:95
758
+ msgid "Forum title / link"
759
+ msgstr "عنوان / رابط المنتدى"
760
+
761
+ #: wpf-admin/options-tabs/emails.php:94
762
+ msgid "New topic author display name"
763
+ msgstr "اسم العرض لكاتب الموضوع الجديد"
764
+
765
+ #: wpf-admin/options-tabs/emails.php:77
766
+ msgid "Link to confirm subscription"
767
+ msgstr "رابط لتأكيد الاشتراك"
768
+
769
+ #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
770
+ #: wpf-admin/options-tabs/emails.php:114
771
+ msgid "Subscriber display name"
772
+ msgstr "اسم العرض للمشترك"
773
+
774
+ #: wpf-admin/options-tabs/emails.php:75
775
+ msgid "Subscribed forum or topic title"
776
+ msgstr "المنتدى أو عنوان الموضوع المشترك فيه"
777
+
778
+ #: wpf-themes/classic/functions.php:222 wpf-admin/options-tabs/posts.php:23
779
+ #: wpf-admin/options-tabs/posts.php:36 wpf-admin/options-tabs/posts.php:177
780
+ msgid "Set this option value 0 if you want to remove this limit."
781
+ msgstr "ضع هذا الخيار بالقيمة 0 إذا أردت أن تكون بدون حد."
782
+
783
+ #: wpf-themes/classic/functions.php:221
784
+ msgid "Comment content maximum length"
785
+ msgstr "الحد الأقصى لطول التعليق"
786
+
787
+ #: wpf-themes/classic/functions.php:215
788
+ msgid "Comment content minimum length"
789
+ msgstr "الحد الأدنى لطول التعليق"
790
+
791
+ #: wpf-includes/wpf-phrases.php:1044
792
+ msgid "%s Reply"
793
+ msgstr "%s رد"
794
+
795
+ #: wpf-includes/wpf-phrases.php:1043
796
+ msgid "%s Replies"
797
+ msgstr "%s ردود"
798
+
799
+ #: wpf-themes/classic/functions.php:259
800
+ msgid "Threaded Layout - First Post Reply Button"
801
+ msgstr "تنسيق مترابط - زر الرد على أول مشاركة"
802
+
803
+ #: wpf-themes/classic/functions.php:204
804
+ msgid "Q&A Layout - First Post Reply Button"
805
+ msgstr "تنسيق الأسئلة والأجوبة - زر الرد على أول مشاركة"
806
+
807
+ #: wpf-includes/functions-installation.php:460
808
+ msgid "Forum database is not updated properly. Please click the button below for further instruction."
809
+ msgstr ""
810
+
811
+ #: wpf-includes/functions-installation.php:459
812
+ msgid "wpForo Database Update Problem - Action Required!"
813
+ msgstr "مشكلة في تحديث قاعدة بيانات wpForo - مطلوب اتخاذ إجراء!"
814
+
815
+ #: wpf-includes/wpf-phrases.php:1045
816
+ msgid "No forum selected"
817
+ msgstr "لم يتم تحديد أي منتدى"
818
+
819
+ #: wpf-includes/wpf-phrases.php:1040
820
+ msgid "%d Answer"
821
+ msgstr "%d إجابة"
822
+
823
+ #: wpf-includes/wpf-phrases.php:1039
824
+ msgid "%d Answers"
825
+ msgstr "%d إجابات"
826
+
827
+ #: wpf-includes/wpf-phrases.php:1038
828
+ msgid "Oldest"
829
+ msgstr "الأقدم"
830
+
831
+ #: wpf-includes/wpf-phrases.php:1037
832
+ msgid "Newest"
833
+ msgstr "الأحدث"
834
+
835
+ #: wpf-includes/wpf-phrases.php:1036
836
+ msgid "Most Commented"
837
+ msgstr "الأكثر تعليقا"
838
+
839
+ #: wpf-includes/wpf-phrases.php:1035
840
+ msgid "Most Voted"
841
+ msgstr "الأكثر تصويتا"
842
+
843
+ #: wpf-includes/wpf-phrases.php:1034
844
+ msgid "No threads found"
845
+ msgstr ""
846
+
847
+ #: wpf-includes/wpf-phrases.php:1033
848
+ msgid "Show Replies"
849
+ msgstr "عرض الردود"
850
+
851
+ #: wpf-includes/wpf-phrases.php:1032
852
+ msgid "Hide Replies"
853
+ msgstr "إخفاء الردود"
854
+
855
+ #: wpf-includes/wpf-phrases.php:1031
856
+ msgid "Tools: Move, Split, Merge"
857
+ msgstr "الأدوات: نقل، تقسيم، دمج"
858
+
859
+ #: wpf-includes/wpf-phrases.php:184
860
+ msgid "Length must be between 3 characters and 15 characters."
861
+ msgstr "يجب أن يكون الطول بين 3 أحرف و 15 حرفًا."
862
+
863
+ #: wpf-includes/wpf-phrases.php:181
864
+ msgid "Username length must be between 3 characters and 15 characters."
865
+ msgstr "يجب أن يكون طول اسم المستخدم بين 3 أحرف و 15 حرفًا."
866
+
867
+ #: wpf-includes/wpf-phrases.php:175
868
+ msgid "Recently Added"
869
+ msgstr "المُضافة مؤخرًا"
870
+
871
+ #: wpf-includes/wpf-phrases.php:174
872
+ msgid "After registration you will receive an email confirmation with a link to set a new password"
873
+ msgstr "بعد عملية التسجيل ستصلك رسالة عبر البريد الإلكتروني للتأكيد حيث تحتوي على رابط لتعيين كلمة مرور جديدة"
874
+
875
+ #: wpf-includes/wpf-phrases.php:173
876
+ msgid "View entire topic"
877
+ msgstr "عرض الموضوع بأكمله"
878
+
879
+ #: wpf-includes/wpf-phrases.php:172
880
+ msgid "Author Name"
881
+ msgstr "اسم الكاتب"
882
+
883
+ #: wpf-includes/wpf-phrases.php:171
884
+ msgid "Your name"
885
+ msgstr "اسمك"
886
+
887
+ #: wpf-includes/wpf-phrases.php:170
888
+ msgid "Author Email"
889
+ msgstr "البريد الإلكتروني للكاتب"
890
+
891
+ #: wpf-includes/wpf-phrases.php:169
892
+ msgid "Your email"
893
+ msgstr "بريدك الإلكتروني"
894
+
895
+ #: wpf-includes/wpf-phrases.php:168
896
+ msgid "Your topic successfully added and awaiting moderation"
897
+ msgstr "تم إرسال موضوعك بنجاح، وهو الآن في انتظار الموافقة"
898
+
899
+ #: wpf-includes/wpf-phrases.php:165
900
+ msgid "The time to edit this topic is expired"
901
+ msgstr "انتهى الوقت المتاح لتعديل هذا الموضوع"
902
+
903
+ #: wpf-includes/wpf-phrases.php:164
904
+ msgid "The time to delete this topic is expired."
905
+ msgstr "انتهى الوقت المتاح لحذف هذا الموضوع."
906
+
907
+ #: wpf-includes/wpf-phrases.php:163
908
+ msgid "The time to edit this post is expired."
909
+ msgstr "انتهى الوقت المتاح لتعديل هذه المشاركة."
910
+
911
+ #: wpf-includes/wpf-phrases.php:162
912
+ msgid "The time to delete this post is expired."
913
+ msgstr "انتهى الوقت المتاح لحذف هذه المشاركة."
914
+
915
+ #: wpf-includes/wpf-phrases.php:161
916
+ msgid "Please contact the forum administratoristrator to delete it."
917
+ msgstr "يُرجى التواصل مع مدير المنتدى لحذفه."
918
+
919
+ #: wpf-includes/wpf-phrases.php:160
920
+ msgid "Please contact the forum administratoristrator to edit it."
921
+ msgstr "يُرجى التواصل مع مدير المنتدى لتعديله."
922
+
923
+ #: wpf-includes/wpf-phrases.php:159
924
+ msgid "Read more about Facebook public_profile properties."
925
+ msgstr ""
926
+
927
+ #: wpf-includes/wpf-phrases.php:158
928
+ msgid "forum privacy policy"
929
+ msgstr "سياسة خصوصية المنتدى"
930
+
931
+ #: wpf-includes/wpf-phrases.php:157
932
+ msgid "I have read and agree to the %s."
933
+ msgstr "لقد قرأت ووافقت على %s."
934
+
935
+ #: wpf-includes/wpf-phrases.php:156
936
+ msgid "Click to open forum privacy policy below"
937
+ msgstr "انقر لفتح سياسة خصوصية المنتدى بالأسفل"
938
+
939
+ #: wpf-includes/wpf-phrases.php:155
940
+ msgid "I agree"
941
+ msgstr "أوافق"
942
+
943
+ #: wpf-includes/wpf-phrases.php:154
944
+ msgid "I do not agree. Take me away from here."
945
+ msgstr "أنا لا أوافق. خذني بعيدًا من هنا."
946
+
947
+ #: wpf-includes/wpf-phrases.php:153
948
+ msgid "forum rules"
949
+ msgstr "قوانين المنتدى"
950
+
951
+ #: wpf-includes/wpf-phrases.php:152
952
+ msgid "I have read and agree to abide by the %s."
953
+ msgstr "لقد قرأت وأوافق على الالتزام بـ %s."
954
+
955
+ #: wpf-includes/wpf-phrases.php:151
956
+ msgid "Click to open forum rules below"
957
+ msgstr "انقر لفتح قوانين المنتدى أدناه"
958
+
959
+ #: wpf-includes/wpf-phrases.php:150
960
+ msgid "I agree to these rules"
961
+ msgstr "أوافق على هذه القوانين"
962
+
963
+ #: wpf-includes/wpf-phrases.php:149
964
+ msgid "I do not agree to these rules. Take me away from here."
965
+ msgstr "أنا لا أوافق على هذه القوانين. أخرجني من هنا."
966
+
967
+ #: wpf-includes/wpf-phrases.php:148
968
+ msgid "the website"
969
+ msgstr "الموقع الإلكتروني"
970
+
971
+ #: wpf-includes/wpf-phrases.php:147
972
+ msgid "I have read and agree to the"
973
+ msgstr "لقد قرأت ووافقت على"
974
+
975
+ #: wpf-includes/wpf-phrases.php:146
976
+ msgid "I have read and agree to %s privacy policy. For more information, please check our privacy policy, where you'll get more info on where, how and why we store your data."
977
+ msgstr "لقد قرأت ووافقت على سياسة خصوصية %s. لمزيد من المعلومات، يرجى مراجعة سياسة الخصوصية الخاصة بنا، حيث ستحصل على مزيد من المعلومات حول مكان وكيفية ولماذا نقوم بتخزين بياناتك."
978
+
979
+ #: wpf-includes/wpf-phrases.php:145
980
+ msgid "Terms"
981
+ msgstr "الشروط"
982
+
983
+ #: wpf-includes/wpf-phrases.php:144
984
+ msgid "Privacy Policy"
985
+ msgstr "سياسة الخصوصية"
986
+
987
+ #: wpf-includes/wpf-phrases.php:143
988
+ msgid "and"
989
+ msgstr "و"
990
+
991
+ #: wpf-includes/wpf-phrases.php:142
992
+ msgid "I agree to receive an email confirmation with a link to set a password."
993
+ msgstr "أوافق على استلام رسالة تأكيد على البريد الإلكتروني مع رابط لتعيين كلمة المرور."
994
+
995
+ #: wpf-includes/wpf-phrases.php:141
996
+ msgid "Contact Us"
997
+ msgstr "اتصل بنا"
998
+
999
+ #: wpf-includes/wpf-phrases.php:140
1000
+ msgid "Contact the forum administrator"
1001
+ msgstr "الاتصال بمدير المنتدى"
1002
+
1003
+ #: wpf-includes/wpf-phrases.php:139
1004
+ msgid "Share:"
1005
+ msgstr "شارك:"
1006
+
1007
+ #: wpf-includes/wpf-phrases.php:138
1008
+ msgid "Share"
1009
+ msgstr "شارك"
1010
+
1011
+ #: wpf-includes/wpf-phrases.php:137
1012
+ msgid "Share this post"
1013
+ msgstr "شارك هذه المشاركة"
1014
+
1015
+ #: wpf-includes/wpf-phrases.php:135
1016
+ msgid "I allow to create an account based on my Facebook public profile information and send confirmation email."
1017
+ msgstr ""
1018
+
1019
+ #: wpf-includes/wpf-phrases.php:134
1020
+ msgid "Facebook Login Information"
1021
+ msgstr "معلومات دخول Facebook"
1022
+
1023
+ #: wpf-includes/wpf-phrases.php:133
1024
+ msgid "Share to Facebook"
1025
+ msgstr "شارك على Facebook"
1026
+
1027
+ #: wpf-includes/wpf-phrases.php:132
1028
+ msgid "Tweet this post"
1029
+ msgstr "غرّد هذه المشاركة"
1030
+
1031
+ #: wpf-includes/wpf-phrases.php:131
1032
+ msgid "Tweet"
1033
+ msgstr "تغريدة"
1034
+
1035
+ #: wpf-includes/wpf-phrases.php:130
1036
+ msgid "Share to Google+"
1037
+ msgstr "شارك على Google+"
1038
+
1039
+ #: wpf-includes/wpf-phrases.php:127
1040
+ msgid "Share to VK"
1041
+ msgstr "شارك على VK"
1042
+
1043
+ #: wpf-includes/wpf-phrases.php:126
1044
+ msgid "Share to OK"
1045
+ msgstr "شارك على OK"
1046
+
1047
+ #: wpf-includes/wpf-phrases.php:125
1048
+ msgid "Update Subscriptions"
1049
+ msgstr "تحديث الاشتراكات"
1050
+
1051
+ #: wpf-includes/wpf-phrases.php:124
1052
+ msgid "Subscribe to all new topics and posts"
1053
+ msgstr "الاشتراك بجميع المواضيع والمشاركات الجديدة"
1054
+
1055
+ #: wpf-includes/wpf-phrases.php:123
1056
+ msgid "Subscribe to all new topics"
1057
+ msgstr "الاشتراك بجميع المواضيع الجديدة"
1058
+
1059
+ #: wpf-includes/wpf-phrases.php:122
1060
+ msgid "Subscription Manager"
1061
+ msgstr "مدير الاشتراك"
1062
+
1063
+ #: wpf-includes/wpf-phrases.php:121
1064
+ msgid "topics and posts"
1065
+ msgstr "المواضيع والمشاركات"
1066
+
1067
+ #: wpf-includes/wpf-phrases.php:113
1068
+ msgid "Do you really want to reset options?"
1069
+ msgstr "هل تريد فعلًا إعادة تعيين الخيارات؟"
1070
+
1071
+ #: wpf-includes/wpf-phrases.php:112
1072
+ msgid "The note text and the label of this checkbox can be managed in Forums > Phrases admin page. Search the label phrase, click on edit button and change it."
1073
+ msgstr ""
1074
+
1075
+ #: wpf-includes/wpf-phrases.php:111
1076
+ msgid "Reply with quote"
1077
+ msgstr "الرد مع اقتباس"
1078
+
1079
+ #: wpf-includes/wpf-phrases.php:110
1080
+ msgid "Leave a comment"
1081
+ msgstr "اترك تعليقًا"
1082
+
1083
+ #: wpf-includes/wpf-phrases.php:109
1084
+ msgid "I allow to create an account and send confirmation email."
1085
+ msgstr "أوافق على إنشاء الحساب وإرسال رسالة بريد إلكتروني للتأكيد."
1086
+
1087
+ #: wpf-includes/wpf-phrases.php:108
1088
+ msgid "Google reCAPTCHA data are not submitted"
1089
+ msgstr "لم يتم تقديم بيانات Google reCAPTCHA"
1090
+
1091
+ #: wpf-includes/wpf-phrases.php:106
1092
+ msgid "Are you sure you want to delete this file?"
1093
+ msgstr "هل ترغب فعلًا بحذف هذا الملف؟"
1094
+
1095
+ #: wpf-includes/wpf-phrases.php:105
1096
+ msgid "Specify avatar by URL:"
1097
+ msgstr "تخصيص الصورة الرمزية بواسطة عنوان URL:"
1098
+
1099
+ #: wpf-includes/wpf-phrases.php:104
1100
+ msgid "ERROR: invalid_username. Sorry, that username is not allowed. Please insert another."
1101
+ msgstr ""
1102
+
1103
+ #: wpf-includes/wpf-phrases.php:103
1104
+ msgid "Password length must be between %d characters and %d characters."
1105
+ msgstr "يجب أن يكون طول كلمة المرور بين %d من الحروف و %d من الحروف."
1106
+
1107
+ #: wpf-includes/wpf-phrases.php:102
1108
+ msgid "This nickname is already registered. Please insert another."
1109
+ msgstr "الاسم المستعار مُستخدَم من قبل. الرجاء اختيار اسم آخر."
1110
+
1111
+ #: wpf-includes/wpf-phrases.php:101
1112
+ msgid "Avatar image is too big maximum allowed size is %s"
1113
+ msgstr "الصورة الرمزية كبيرة جدًا، الحد الأقصى للحجم المسموح به هو %s"
1114
+
1115
+ #: wpf-includes/wpf-phrases.php:100
1116
+ msgid "Userid is wrong"
1117
+ msgstr "معرّف المستخدم خاطئ"
1118
+
1119
+ #: wpf-includes/wpf-phrases.php:99
1120
+ msgid "Password successfully changed"
1121
+ msgstr "تم تغيير كلمة المرور بنجاح"
1122
+
1123
+ #: wpf-includes/wpf-phrases.php:98
1124
+ msgid "You can't make yourself banned user"
1125
+ msgstr "لا يمكنك حظر عضويتك"
1126
+
1127
+ #: wpf-includes/wpf-phrases.php:97
1128
+ msgid "User successfully banned from wpforo"
1129
+ msgstr "تم حظر العضو بنجاح من wpforo"
1130
+
1131
+ #: wpf-includes/wpf-phrases.php:96
1132
+ msgid "User ban action error"
1133
+ msgstr "خطأ في إجراء حظر العضو"
1134
+
1135
+ #: wpf-includes/wpf-phrases.php:95
1136
+ msgid "User successfully unbanned from wpforo"
1137
+ msgstr "تم إلغاء حظر العضو بنجاح من wpforo"
1138
+
1139
+ #: wpf-includes/wpf-phrases.php:94
1140
+ msgid "User unban action error"
1141
+ msgstr "خطأ في إجراء إلغاء حظر العضو"
1142
+
1143
+ #: wpf-includes/wpf-phrases.php:93
1144
+ msgid "Nickname"
1145
+ msgstr "الاسم المستعار"
1146
+
1147
+ #: wpf-includes/wpf-phrases.php:92
1148
+ msgid "URL Address Identifier"
1149
+ msgstr "معرف عنوان URL"
1150
+
1151
+ #: wpf-includes/wpf-phrases.php:91
1152
+ msgid "User Groups Secondary"
1153
+ msgstr "مجموعات المستخدمين الثانوية"
1154
+
1155
+ #: wpf-includes/wpf-phrases.php:90
1156
+ msgid "Email has been confirmed"
1157
+ msgstr "تم تأكيد البريد الإلكتروني"
1158
+
1159
+ #: wpf-includes/wpf-phrases.php:89
1160
+ msgid "Email confirm error"
1161
+ msgstr "حدث خطأ أثناء عملية تأكيد البريد الإلكتروني"
1162
+
1163
+ #: wpf-includes/wpf-phrases.php:88
1164
+ msgid "You are posting too quickly. Slow down."
1165
+ msgstr "تبدو عليك العجلة لأنك تقوم بالنشر بسرعة كبيرة. تأنّى من فضلك."
1166
+
1167
+ #: wpf-includes/wpf-phrases.php:87
1168
+ msgid "Function wpforo_thread_reply() not found."
1169
+ msgstr ""
1170
+
1171
+ #: wpf-includes/wpf-phrases.php:86
1172
+ msgid "error: Change Status action"
1173
+ msgstr ""
1174
+
1175
+ #: wpf-includes/wpf-phrases.php:85
1176
+ msgid "Select Forum"
1177
+ msgstr "اختيار المنتدى"
1178
+
1179
+ #: wpf-includes/wpf-phrases.php:84
1180
+ msgid "Write here . . ."
1181
+ msgstr "اكتب هنا ..."
1182
+
1183
+ #: wpf-includes/wpf-phrases.php:83
1184
+ msgid "Cancel"
1185
+ msgstr "إلغاء"
1186
+
1187
+ #: wpf-includes/wpf-phrases.php:82
1188
+ msgid "You don't have permission to delete topic from this forum."
1189
+ msgstr "لا تملك الصلاحية لحذف الموضوع من هذا المنتدى."
1190
+
1191
+ #: wpf-includes/wpf-phrases.php:81
1192
+ msgid "Data merging error"
1193
+ msgstr "خطأ في دمج البيانات"
1194
+
1195
+ #: wpf-includes/wpf-phrases.php:80
1196
+ msgid "Please select a target forum"
1197
+ msgstr "يرجى اختيار المنتدى المستهدف"
1198
+
1199
+ #: wpf-includes/wpf-phrases.php:79
1200
+ msgid "Please insert required fields"
1201
+ msgstr "يرجى ملء الحقول المطلوبة"
1202
+
1203
+ #: wpf-includes/wpf-phrases.php:78
1204
+ msgid "Please select at least one post to split"
1205
+ msgstr "يرجى اختيار مشاركة واحدة على الأقل لتقسيمها"
1206
+
1207
+ #: wpf-includes/wpf-phrases.php:77
1208
+ msgid "Topic splitting error"
1209
+ msgstr "خطأ في تقسيم الموضوع"
1210
+
1211
+ #: wpf-includes/wpf-phrases.php:76
1212
+ msgid "Status changing error"
1213
+ msgstr "خطأ في تغيير الحالة"
1214
+
1215
+ #: wpf-includes/wpf-phrases.php:75
1216
+ msgid "Repeat new password"
1217
+ msgstr "أعد إدخال كلمة المرور الجديدة"
1218
+
1219
+ #: wpf-includes/wpf-phrases.php:73
1220
+ msgid "Created by %s"
1221
+ msgstr "أنشئت بواسطة %s"
1222
+
1223
+ #: wpf-includes/wpf-phrases.php:72
1224
+ msgid "Last reply by %s"
1225
+ msgstr "آخر رد بواسطة %s"
1226
+
1227
+ #: wpf-includes/wpf-phrases.php:71
1228
+ msgid "Reply to"
1229
+ msgstr "الرد على"
1230
+
1231
+ #: wpf-includes/wpf-phrases.php:70
1232
+ msgid "Topic Author"
1233
+ msgstr "كاتب الموضوع"
1234
+
1235
+ #: wpf-includes/wpf-phrases.php:69
1236
+ msgid "Reply by"
1237
+ msgstr "رد بواسطة"
1238
+
1239
+ #: wpf-includes/wpf-phrases.php:68
1240
+ msgid "All "
1241
+ msgstr "الكل"
1242
+
1243
+ #: wpf-includes/wpf-phrases.php:67
1244
+ msgid "I have read and agree to %s privacy policy."
1245
+ msgstr "لقد قرأت ووافقت على %s سياسة الخصوصية."
1246
+
1247
+ #: wpf-includes/wpf-phrases.php:66
1248
+ msgid "Sorry, this file cannot be deleted"
1249
+ msgstr "عذراً، لا يمكن حذف هذا الملف"
1250
+
1251
+ #: wpf-includes/wpf-phrases.php:65
1252
+ msgid "Synched Successfully!"
1253
+ msgstr "تمت مزامنتها بنجاح!"
1254
+
1255
+ #: wpf-includes/wpf-phrases.php:64
1256
+ msgid "Rebuilt Successfully!"
1257
+ msgstr "أعيد بناؤها بنجاح!"
1258
+
1259
+ #: wpf-includes/wpf-phrases.php:63
1260
+ msgid "Please save \"Forum template slugs"
1261
+ msgstr ""
1262
+
1263
+ #: wpf-includes/wpf-phrases.php:62
1264
+ msgid "General options reset successfully"
1265
+ msgstr "تم إعادة تعيين الخيارات العامة بنجاح"
1266
+
1267
+ #: wpf-includes/wpf-phrases.php:61
1268
+ msgid "Forum options reset successfully"
1269
+ msgstr "تم إعادة تعيين خيارات المنتدى بنجاح"
1270
+
1271
+ #: wpf-includes/wpf-phrases.php:60
1272
+ msgid "Post options reset successfully"
1273
+ msgstr "تم إعادة تعيين خيارات المشاركة بنجاح"
1274
+
1275
+ #: wpf-includes/wpf-phrases.php:59
1276
+ msgid "Member options reset successfully"
1277
+ msgstr "تم إعادة تعيين خيارات العضوية بنجاح"
1278
+
1279
+ #: wpf-includes/wpf-phrases.php:58
1280
+ msgid "Features reset successfully"
1281
+ msgstr "تم إعادة تعيين المميزات بنجاح"
1282
+
1283
+ #: wpf-includes/wpf-phrases.php:57
1284
+ msgid "API options successfully updated"
1285
+ msgstr "تم تحديث خيارات API بنجاح"
1286
+
1287
+ #: wpf-includes/wpf-phrases.php:55
1288
+ msgid "API options reset successfully"
1289
+ msgstr "تم إعادة تعيين خيارات API بنجاح"
1290
+
1291
+ #: wpf-includes/wpf-phrases.php:54
1292
+ msgid "Theme options reset successfully"
1293
+ msgstr "تم إعادة تعيين خيارات القالب بنجاح"
1294
+
1295
+ #: wpf-includes/wpf-phrases.php:53
1296
+ msgid "Email options reset successfully"
1297
+ msgstr "تم إعادة تعيين خيارات البريد الإلكتروني بنجاح"
1298
+
1299
+ #: wpf-includes/wpf-phrases.php:52
1300
+ msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
1301
+ msgstr ""
1302
+
1303
+ #: wpf-includes/wpf-phrases.php:51
1304
+ msgid "Antispam options reset successfully"
1305
+ msgstr "تمت إعادة تعيين خيارات مكافحة السبام بنجاح"
1306
+
1307
+ #: wpf-includes/wpf-phrases.php:50
1308
+ msgid "Cleanup options reset successfully"
1309
+ msgstr "تمت إعادة تعيين خيارات التنظيف بنجاح"
1310
+
1311
+ #: wpf-includes/wpf-phrases.php:49
1312
+ msgid "Misc options reset successfully"
1313
+ msgstr "تمت إعادة تعيين الخيارات المتنوعة بنجاح"
1314
+
1315
+ #: wpf-includes/wpf-phrases.php:48
1316
+ msgid "Settings reset successfully"
1317
+ msgstr "تمت إعادة ضبط الإعدادات بنجاح"
1318
+
1319
+ #: wpf-includes/wpf-phrases.php:47
1320
+ msgid "Deleted"
1321
+ msgstr "محذوف"
1322
+
1323
+ #: wpf-includes/wpf-phrases.php:46
1324
+ msgid "DO NOT DELETE WPFORO PAGE!!!"
1325
+ msgstr "لا تحذف صفحة WPFORO !!!"
1326
+
1327
+ #: wpf-includes/wpf-phrases.php:45
1328
+ msgid "404 - Page not found"
1329
+ msgstr "404 - الصفحة غير موجودة"
1330
+
1331
+ #: wpf-includes/wpf-phrases.php:44
1332
+ msgid "About"
1333
+ msgstr "حول"
1334
+
1335
+ #: wpf-includes/wpf-phrases.php:43
1336
+ msgid "action error"
1337
+ msgstr "خطأ في الإجراء"
1338
+
1339
+ #: wpf-includes/wpf-phrases.php:42
1340
+ msgid "post not found"
1341
+ msgstr "لم يتم العثور على المشاركة"
1342
+
1343
+ #: wpf-includes/wpf-phrases.php:41
1344
+ msgid "You don't have permission to like posts from this forum"
1345
+ msgstr "لا تملك الصلاحية للإعجاب بمشاركات من هذا المنتدى"
1346
+
1347
+ #: wpf-includes/wpf-phrases.php:40
1348
+ msgid "done"
1349
+ msgstr "تم"
1350
+
1351
+ #: wpf-includes/wpf-phrases.php:39
1352
+ msgid "topic not found"
1353
+ msgstr "الموضوع غير موجود"
1354
+
1355
+ #: wpf-includes/wpf-phrases.php:38
1356
+ msgid "You don't have permission to make topic answered"
1357
+ msgstr ""
1358
+
1359
+ #: wpf-includes/wpf-phrases.php:37
1360
+ msgid "You don't have permission to make two best answers for one topic"
1361
+ msgstr ""
1362
+
1363
+ #: wpf-includes/wpf-phrases.php:36
1364
+ msgid "wrong data"
1365
+ msgstr "بيانات خاطئة"
1366
+
1367
+ #: wpf-includes/wpf-phrases.php:35
1368
+ msgid "You don't have permission to do this action from this forum"
1369
+ msgstr "لا تملك الصلاحية لعمل هذا الإجراء في هذا المنتدى"
1370
+
1371
+ #: wpf-includes/wpf-phrases.php:34
1372
+ msgid "all topics has been loaded in this list"
1373
+ msgstr "تم تحميل جميع المواضيع في هذه القائمة"
1374
+
1375
+ #: wpf-includes/wpf-phrases.php:33
1376
+ msgid "Attachment"
1377
+ msgstr "مرفق"
1378
+
1379
+ #: wpf-includes/wpf-phrases.php:32
1380
+ msgid "The key is expired"
1381
+ msgstr "انتهت صلاحية المفتاح"
1382
+
1383
+ #: wpf-includes/wpf-phrases.php:31
1384
+ msgid "The key is invalid"
1385
+ msgstr "المفتاح غير صالح"
1386
+
1387
+ #: wpf-includes/wpf-phrases.php:30
1388
+ msgid "Email has been sent"
1389
+ msgstr "تم إرسال البريد الإلكتروني"
1390
+
1391
+ #: wpf-includes/wpf-phrases.php:29
1392
+ msgid "The password reset mismatch"
1393
+ msgstr "إعادة تعيين كلمة المرور غير متطابقة"
1394
+
1395
+ #: wpf-includes/wpf-phrases.php:28
1396
+ msgid "The password reset empty"
1397
+ msgstr "حقل إعادة تعيين كلمة المرور فارغ"
1398
+
1399
+ #: wpf-includes/wpf-phrases.php:27
1400
+ msgid "The password has been changed"
1401
+ msgstr "تم تغيير كلمة المرور"
1402
+
1403
+ #: wpf-includes/wpf-phrases.php:26
1404
+ msgid "Invalid request."
1405
+ msgstr "طلب غير صالح."
1406
+
1407
+ #: wpf-includes/wpf-phrases.php:25
1408
+ msgid "You do not have permission to view the content"
1409
+ msgstr "ليس لديك أذونات لرؤية هذه الصفحة، يرجى التسجيل أو تسجيل الدخول لمزيد من المعلومات"
1410
+
1411
+ #: wpf-includes/wpf-phrases.php:24
1412
+ msgid "Topic are private, please register or login for further information"
1413
+ msgstr "الموضوع خاص، يرجى التسجيل أو تسجيل الدخول للمزيد من المعلومات"
1414
+
1415
+ #: wpf-includes/wpf-phrases.php:23
1416
+ msgid "expand to show all comments on this post"
1417
+ msgstr "قم بالتوسيع لإظهار كافة التعليقات في هذه المشاركة"
1418
+
1419
+ #: wpf-includes/wpf-phrases.php:22
1420
+ msgid "show %d more comments"
1421
+ msgstr "عرض %d المزيد من التعليقات"
1422
+
1423
+ #: wpf-includes/wpf-phrases.php:21
1424
+ msgid "Threads"
1425
+ msgstr ""
1426
+
1427
+ #: wpf-includes/wpf-phrases.php:20
1428
+ msgid "No forum found in this category"
1429
+ msgstr "لم يتم العثور على منتدى في هذا التصنيف"
1430
+
1431
+ #: wpf-includes/wpf-phrases.php:19
1432
+ msgid "Popular"
1433
+ msgstr "شائع"
1434
+
1435
+ #: wpf-includes/wpf-phrases.php:18
1436
+ msgid "Resolved"
1437
+ msgstr "تم الحل"
1438
+
1439
+ #: wpf-includes/wpf-phrases.php:15
1440
+ msgid "Load More Topics"
1441
+ msgstr "تحميل المزيد من المواضيع"
1442
+
1443
+ #: wpf-includes/wpf-phrases.php:14
1444
+ msgid "Reset Fields"
1445
+ msgstr "إعادة تعيين الحقول"
1446
+
1447
+ #: wpf-includes/wpf-phrases.php:13
1448
+ msgid "Not Replied Topics"
1449
+ msgstr "مواضيع لم يتم الرد عليها"
1450
+
1451
+ #: wpf-includes/wpf-phrases.php:12
1452
+ msgid "Solved Topics"
1453
+ msgstr "مواضيع محلولة"
1454
+
1455
+ #: wpf-includes/wpf-phrases.php:11
1456
+ msgid "Unsolved Topics"
1457
+ msgstr "مواضيع غير محلولة"
1458
+
1459
+ #: wpf-includes/wpf-phrases.php:10
1460
+ msgid "Closed Topics"
1461
+ msgstr "مواضيع مغلقة"
1462
+
1463
+ #: wpf-includes/wpf-phrases.php:9
1464
+ msgid "Sticky Topics"
1465
+ msgstr "مواضيع مثبتة"
1466
+
1467
+ #: wpf-includes/wpf-phrases.php:8
1468
+ msgid "Private Topics"
1469
+ msgstr "مواضيع خاصة"
1470
+
1471
+ #: wpf-includes/wpf-phrases.php:7
1472
+ msgid "Unapproved Posts"
1473
+ msgstr "مشاركات لم يتم الموافقة عليها"
1474
+
1475
+ #: wpf-includes/wpf-phrases.php:6
1476
+ msgid "relevance"
1477
+ msgstr "ذات صلة"
1478
+
1479
+ #: wpf-includes/functions-template.php:908
1480
+ msgid "set 0 to remove this limit"
1481
+ msgstr "ضع 0 لإزالة الحدّ"
1482
+
1483
+ #: wpf-includes/functions-template.php:906
1484
+ msgid "Limit Per Topic"
1485
+ msgstr "الحدّ لكل موضوع"
1486
+
1487
+ #: wpf-includes/functions-template.php:624
1488
+ #: wpf-includes/functions-template.php:889
1489
+ msgid "Autofilter by current forum"
1490
+ msgstr "التصفية التلقائية بواسطة المنتدى الحالي"
1491
+
1492
+ #: wpf-includes/functions-template.php:617
1493
+ #: wpf-includes/functions-template.php:882
1494
+ msgid "Filter by forums"
1495
+ msgstr "التصفية حسب المنتديات"
1496
+
1497
+ #: wpf-admin/forum.php:289
1498
+ msgid "Forums can be displayed with different layouts (Extended, Simplified, Q&A, Threaded). Use the \"Category Layout\" dropdown located on the top right section to set the layout you want. This option is only available for Categories (top parent forums). Other forums and sub-forums inherit it. They cannot have a different layout, therefore the layout dropdown option becomes disabled if this forum is not a Category."
1499
+ msgstr ""
1500
+
1501
+ #: wpf-admin/forum.php:267
1502
+ msgid "Current Layout of this Forum (inherited from parent category)"
1503
+ msgstr ""
1504
+
1505
+ #: wpf-admin/forum.php:265
1506
+ msgid "Current Layout of this Category"
1507
+ msgstr "التنسيق الحالي لهذا التصنيف"
1508
+
1509
+ #: wpf-admin/forum.php:246
1510
+ msgid "Forum Color"
1511
+ msgstr "لون المنتدى"
1512
+
1513
+ #: wpf-admin/forum.php:243
1514
+ msgid "Additional Options"
1515
+ msgstr "خيارات إضافية"
1516
+
1517
+ #: wpf-admin/tools-tabs/debug.php:193
1518
+ msgid "No Problems Found in Database"
1519
+ msgstr "لم يتم العثور على مشاكل في قاعدة البيانات"
1520
+
1521
+ #: wpf-admin/tools-tabs/debug.php:170
1522
+ msgid "Problem fixer SQL commands:"
1523
+ msgstr ""
1524
+
1525
+ #: wpf-admin/tools-tabs/debug.php:169
1526
+ msgid "If the %s button doesn't solve the issues. Please use the SQl commands below in your hosting service cPanel > phpMyAdmin Database Manager > WordPress Database > SQL Tab. In case you're not familiar with hosting service tools, please contact to your hosting service support team and forward them this message with the SQL command."
1527
+ msgstr ""
1528
+
1529
+ #: wpf-admin/tools-tabs/debug.php:168
1530
+ msgid "IMPORTANT!"
1531
+ msgstr "مهم!"
1532
+
1533
+ #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
1534
+ msgid "Solve database problems"
1535
+ msgstr "حل مشاكل قاعدة البيانات"
1536
+
1537
+ #: wpf-admin/tools-tabs/debug.php:158
1538
+ msgid "Recheck DB"
1539
+ msgstr "أعد فحص قاعدة البيانات"
1540
+
1541
+ #: wpf-admin/tools-tabs/debug.php:149
1542
+ msgid "Doesn't exists"
1543
+ msgstr "غير موجود"
1544
+
1545
+ #: wpf-admin/tools-tabs/debug.php:141
1546
+ msgid "Missing keys: "
1547
+ msgstr "مفاتيح مفقودة:"
1548
+
1549
+ #: wpf-admin/tools-tabs/debug.php:133
1550
+ msgid "Missing fields: "
1551
+ msgstr "حقول مفقودة:"
1552
+
1553
+ #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
1554
+ #: wpf-admin/tools-tabs/debug.php:148
1555
+ msgid "Table:"
1556
+ msgstr "الجدول:"
1557
+
1558
+ #: wpf-admin/tools-tabs/debug.php:126
1559
+ msgid "Problem description"
1560
+ msgstr "وصف المشكلة"
1561
+
1562
+ #: wpf-admin/tools-tabs/debug.php:125
1563
+ msgid "Table name"
1564
+ msgstr "اسم الجدول"
1565
+
1566
+ #: wpf-admin/tools-tabs/debug.php:119
1567
+ msgid "Problems Found in Database"
1568
+ msgstr "تم العثور على مشاكل في قاعدة البيانات"
1569
+
1570
+ #: wpf-admin/tools-tabs/antispam.php:87
1571
+ msgid "Posts must be manually approved"
1572
+ msgstr "يجب الموافقة على المشاركات يدويًا"
1573
+
1574
+ #: wpf-admin/dashboard.php:200
1575
+ msgid "Rebuild Threads"
1576
+ msgstr "إعادة بناء المواضيع"
1577
+
1578
+ #: wpf-admin/dashboard.php:196
1579
+ msgid "Rebuild Phrases"
1580
+ msgstr "إعادة بناء العبارات"
1581
+
1582
+ #: wpf-admin/options-tabs/styles.php:125
1583
+ msgid "Download"
1584
+ msgstr "تنزيل"
1585
+
1586
+ #: wpf-admin/options-tabs/styles.php:123
1587
+ msgid "Copied"
1588
+ msgstr "تم النسخ"
1589
+
1590
+ #: wpf-admin/options-tabs/styles.php:117
1591
+ msgid "Delete website cache, reset CSS file optimizer and minifier plugins caches, purge CDN data (if you have), then go to the forum front-end and press %s twice."
1592
+ msgstr ""
1593
+
1594
+ #: wpf-admin/options-tabs/styles.php:116
1595
+ msgid "Upload and replace %s file in %s directory,"
1596
+ msgstr "رفع واستبدال ملف %s في دليل %s."
1597
+
1598
+ #: wpf-admin/options-tabs/styles.php:115
1599
+ msgid "Create colors.css file or simply download %s file with the CSS code provided in the textarea below,"
1600
+ msgstr "قم بإنشاء ملف colors.css أو قم ببساطة بتنزيل ملف %s برمز CSS المتوفر في منطقة النص أدناه."
1601
+
1602
+ #: wpf-admin/options-tabs/styles.php:113
1603
+ msgid "In most cases, this problem comes from your server file writing permissions. Files are not permitted to change, thus the forum color provider colors.css file is not updated with your changes. If you cannot fix this issue in hosting server, then the following easy steps can solve your problem:"
1604
+ msgstr ""
1605
+
1606
+ #: wpf-admin/options-tabs/styles.php:111
1607
+ msgid "After changing and saving colors, go to the forum front-end and press %s twice. If you don't see any change, please follow to the instruction below."
1608
+ msgstr ""
1609
+
1610
+ #: wpf-admin/options-tabs/styles.php:110
1611
+ msgid "Problems with colors?"
1612
+ msgstr "هل هناك مشاكل مع الألوان؟"
1613
+
1614
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:296
1615
+ #: wpf-admin/options-tabs/posts.php:258 wpf-admin/options-tabs/members.php:196
1616
+ #: wpf-admin/options-tabs/general.php:107 wpf-admin/options-tabs/styles.php:132
1617
+ #: wpf-admin/options-tabs/features.php:104 wpf-admin/options-tabs/forums.php:30
1618
+ #: wpf-admin/tools-tabs/antispam.php:355 wpf-admin/tools-tabs/misc.php:140
1619
+ #: wpf-admin/tools-tabs/legal.php:182
1620
+ msgid "Reset Options"
1621
+ msgstr "إعادة تعيين الخيارات"
1622
+
1623
+ #: wpf-themes/classic/functions.php:273
1624
+ msgid "This option keeps the first topic post on top when you navigate through pages of that topic. You can manage this option by forum layouts."
1625
+ msgstr ""
1626
+
1627
+ #: wpf-themes/classic/functions.php:272
1628
+ msgid "Stick Topic's First Post on Top for Certain Forum Layout"
1629
+ msgstr ""
1630
+
1631
+ #: wpf-themes/classic/functions.php:247
1632
+ msgid "Threaded Layout - Replies Nesting Levels Deep"
1633
+ msgstr "تنسيق مترابط - الردود لمستويات متداخلة وعميقة"
1634
+
1635
+ #: wpf-themes/classic/functions.php:239
1636
+ msgid "Threaded Layout - Number of Parent Posts per Page"
1637
+ msgstr "تنسيق مترابط - عدد المشاركات اﻷساسية لكل صفحة"
1638
+
1639
+ #: wpf-themes/classic/functions.php:229
1640
+ msgid "Threaded Layout - Reply Form Type"
1641
+ msgstr "تنسيق مترابط - نوع نموذج الرد"
1642
+
1643
+ #: wpf-themes/classic/functions.php:196
1644
+ msgid "Set this option value 0 if you want to show all comments"
1645
+ msgstr "عيّن قيمة هذا الخيار 0 إذا كنت تريد إظهار كافة التعليقات"
1646
+
1647
+ #: wpf-themes/classic/functions.php:195
1648
+ msgid "Q&A Layout - Number of Comments per item in page load"
1649
+ msgstr "تنسيق الأسئلة والأجوبة - عدد التعليقات لكل عنصر عند تحميل الصفحة"
1650
+
1651
+ #: wpf-themes/classic/functions.php:187
1652
+ msgid "Q&A Layout - Number of Answers per Page"
1653
+ msgstr "تنسيق اﻷسئلة والأجوبة - عدد الإجابات لكل صفحة"
1654
+
1655
+ #: wpf-themes/classic/functions.php:177
1656
+ msgid "Q&A Layout - Display Answer Editor"
1657
+ msgstr "تنسيق الأسئلة والأجوبة - إظهار محرر الإجابة"
1658
+
1659
+ #: wpf-themes/classic/functions.php:172 wpf-themes/classic/functions.php:233
1660
+ msgid "Text Editor"
1661
+ msgstr "المحرر النصي"
1662
+
1663
+ #: wpf-themes/classic/functions.php:171 wpf-themes/classic/functions.php:232
1664
+ msgid "Visual Editor"
1665
+ msgstr "المحرر المرئي"
1666
+
1667
+ #: wpf-themes/classic/functions.php:168
1668
+ msgid "Q&A Layout - Comment Form Type"
1669
+ msgstr "تنسيق الأسئلة والأجوبة - نوع نموذج التعليق"
1670
+
1671
+ #: wpf-themes/classic/functions.php:125
1672
+ msgid "Threaded Layout - Recent topic length"
1673
+ msgstr "تنسيق مترابط - طول الموضوع الأحدث"
1674
+
1675
+ #: wpf-themes/classic/functions.php:118
1676
+ msgid "Threaded Layout - Number of Recent topics"
1677
+ msgstr "تنسيق مترابط - عدد المواضيع الحديثة"
1678
+
1679
+ #: wpf-themes/classic/functions.php:109
1680
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
1681
+ msgstr "تنسيق مترابط - عرض زر إضافة موضوع في قائمة المنتدى"
1682
+
1683
+ #: wpf-themes/classic/functions.php:100
1684
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
1685
+ msgstr "تنسيق مترابط - عرض أزرار تصفية الموضوع"
1686
+
1687
+ #: wpf-themes/classic/functions.php:82
1688
+ msgid "Threaded Layout - Forums List"
1689
+ msgstr "تنسيق مترابط - قائمة المنتديات"
1690
+
1691
+ #: wpf-includes/wpf-phrases.php:1028
1692
+ msgid "View all tags (%d)"
1693
+ msgstr "عرض كل الوسوم (%d)"
1694
+
1695
+ #: wpf-includes/wpf-phrases.php:1027
1696
+ msgid "(%d viewing)"
1697
+ msgstr "(%d مشاهدة)"
1698
+
1699
+ #: wpf-includes/wpf-phrases.php:1026
1700
+ msgid "Forum Icons"
1701
+ msgstr "أيقونات المنتدى"
1702
+
1703
+ #: wpf-includes/integration/ultimate-member.php:420
1704
+ msgid "<strong>{member}</strong> has <strong>replied</strong> to your post on the forum."
1705
+ msgstr "<strong>{member}</strong> لديه <strong>رد</strong> على مشاركتك في المنتدى."
1706
+
1707
+ #: wpf-includes/integration/ultimate-member.php:415
1708
+ msgid "<strong>{member}</strong> has <strong>replied</strong> to a topic you started on the forum."
1709
+ msgstr "<strong>{member}</strong> قام <strong>بالرد</strong> على موضوع أنت أنشأته في المنتدى."
1710
+
1711
+ #: wpf-includes/wpf-phrases.php:1023
1712
+ msgid "Currently viewing this topic %s %s %s."
1713
+ msgstr "المشاهدين الحاليين لهذا الموضوع %s %s %s."
1714
+
1715
+ #: wpf-includes/wpf-phrases.php:1022
1716
+ msgid "%d times"
1717
+ msgstr "%d من المرات"
1718
+
1719
+ #: wpf-includes/wpf-phrases.php:1021
1720
+ msgid "%s guests"
1721
+ msgstr "%s الزوار"
1722
+
1723
+ #: wpf-includes/wpf-phrases.php:1020
1724
+ msgid "%s guest"
1725
+ msgstr "%s زائر"
1726
+
1727
+ #: wpf-includes/wpf-phrases.php:1019
1728
+ msgid "Recently viewed by users: %s."
1729
+ msgstr "تمت مشاهدته مؤخرًا بواسطة الأعضاء: %s."
1730
+
1731
+ #: wpf-includes/wpf-phrases.php:1018
1732
+ msgid "%d users ( %s )"
1733
+ msgstr "%d مستخدمين ( %s )"
1734
+
1735
+ #: wpf-includes/wpf-phrases.php:1017
1736
+ msgid "%d user ( %s )"
1737
+ msgstr "%d مستخدم ( %s )"
1738
+
1739
+ #: wpf-includes/class-usergroups.php:62
1740
+ msgid "Front - Can view statistic"
1741
+ msgstr "الرئيسية - يمكن عرض الإحصائيات"
1742
+
1743
+ #: wpf-admin/tools.php:16
1744
+ msgid "Debug"
1745
+ msgstr "إصلاح الخطأ"
1746
+
1747
+ #: wpf-admin/tools-tabs/debug.php:500
1748
+ msgid "No errors found"
1749
+ msgstr "لم يتم العثور على أخطاء"
1750
+
1751
+ #: wpf-admin/tools-tabs/debug.php:493
1752
+ msgid "Error Log File"
1753
+ msgstr ""
1754
+
1755
+ #: wpf-admin/tools-tabs/debug.php:477
1756
+ msgid "No issues found"
1757
+ msgstr "لم يتم العثور على مشاكل"
1758
+
1759
+ #: wpf-admin/tools-tabs/debug.php:460
1760
+ msgid "Download wpForo Phrases"
1761
+ msgstr "تنزيل عبارات wpForo"
1762
+
1763
+ #: wpf-admin/tools-tabs/debug.php:460
1764
+ msgid "Please download wpForo Phrases XML compressed file, unzip it, find english.xml file, navigate to Forums > Settings > General Tab and import it using [Add New] button of \"XML Based Language\" option."
1765
+ msgstr ""
1766
+
1767
+ #: wpf-admin/tools-tabs/debug.php:459
1768
+ msgid "wpForo phrases are missing!"
1769
+ msgstr "عبارات wpForo مفقودة!"
1770
+
1771
+ #: wpf-admin/tools-tabs/debug.php:452
1772
+ msgid "How to Fix WordPress Not Sending Email Issue"
1773
+ msgstr ""
1774
+
1775
+ #: wpf-admin/tools-tabs/debug.php:452
1776
+ msgid "In most cases this is a server issue. We recommend you contact to your hosting service support team or open a support topic in wordpress.org support forum. Also there are many good articles regarding this issue in web. For example "
1777
+ msgstr ""
1778
+
1779
+ #: wpf-admin/tools-tabs/debug.php:451
1780
+ msgid "WordPress Email sending function wp_mail() doesn't work!"
1781
+ msgstr ""
1782
+
1783
+ #: wpf-admin/tools-tabs/debug.php:441
1784
+ msgid "Please navigate to Settings > Autoptimize > Main Tab, click on top right [Show advanced settings] button, find \"Exclude scripts from Autoptimize\" option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on [Save Changes and Empty Cache] button bellow."
1785
+ msgstr ""
1786
+
1787
+ #: wpf-admin/tools-tabs/debug.php:440
1788
+ msgid "Conflict with Autoptimize plugin!"
1789
+ msgstr "تعارض مع إضافة Autoptimize!"
1790
+
1791
+ #: wpf-admin/tools-tabs/debug.php:430
1792
+ msgid "New registered users get access to forum settings!"
1793
+ msgstr "المستخدمون المسجلون الجدد يمكنهم الوصول إلى إعدادات المنتدى!"
1794
+
1795
+ #: wpf-admin/tools-tabs/debug.php:398
1796
+ msgid "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database Manager"
1797
+ msgstr ""
1798
+
1799
+ #: wpf-admin/tools-tabs/debug.php:397
1800
+ msgid "The default Guest usergroup is not found!"
1801
+ msgstr ""
1802
+
1803
+ #: wpf-admin/tools-tabs/debug.php:271
1804
+ msgid "Error Logs"
1805
+ msgstr "سجلات الأخطاء"
1806
+
1807
+ #: wpf-admin/tools-tabs/debug.php:263
1808
+ msgid "Issues and Recommendations"
1809
+ msgstr "مسائل وتوصيات"
1810
+
1811
+ #: wpf-admin/tools-tabs/debug.php:252
1812
+ msgid "Please enable mod_rewrite on your server, this is required for wpForo forum"
1813
+ msgstr ""
1814
+
1815
+ #: wpf-admin/tools-tabs/debug.php:252
1816
+ msgid "Not enabled"
1817
+ msgstr ""
1818
+
1819
+ #: wpf-admin/tools-tabs/debug.php:246
1820
+ msgid "Please contact to your hosting service support team and ask them enable PHP cURL module"
1821
+ msgstr ""
1822
+
1823
+ #: wpf-admin/tools-tabs/debug.php:197
1824
+ msgid "Database Tables"
1825
+ msgstr "جداول قاعدة البيانات"
1826
+
1827
+ #: wpf-admin/tools-tabs/debug.php:111
1828
+ msgid "No user found."
1829
+ msgstr "لم يتم العثور على أي عضو."
1830
+
1831
+ #: wpf-admin/tools-tabs/debug.php:98
1832
+ msgid "User Cookies"
1833
+ msgstr "ملفات ارتباط العضو"
1834
+
1835
+ #: wpf-admin/tools-tabs/debug.php:86
1836
+ msgid "User Meta Data"
1837
+ msgstr ""
1838
+
1839
+ #: wpf-admin/tools-tabs/debug.php:76
1840
+ msgid "Display User Data"
1841
+ msgstr "عرض بيانات العضو"
1842
+
1843
+ #: wpf-admin/tools-tabs/debug.php:75
1844
+ msgid "User ID"
1845
+ msgstr "معرّف العضو"
1846
+
1847
+ #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
1848
+ msgid "Errors & Issues"
1849
+ msgstr "الأخطاء والمشكلات"
1850
+
1851
+ #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
1852
+ msgid "Server"
1853
+ msgstr "الخادم"
1854
+
1855
+ #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
1856
+ msgid "Tables"
1857
+ msgstr "الجداول"
1858
+
1859
+ #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
1860
+ #: wpf-admin/tools-tabs/debug.php:68
1861
+ msgid "User Data"
1862
+ msgstr "بيانات المستخدم"
1863
+
1864
+ #: wpf-admin/tools-tabs/debug.php:33
1865
+ msgid "Debug Information"
1866
+ msgstr ""
1867
+
1868
+ #: wpf-admin/options-tabs/posts.php:128
1869
+ msgid "By disabling this option you can exclude forum administrators from topic viewers list."
1870
+ msgstr ""
1871
+
1872
+ #: wpf-admin/options-tabs/posts.php:127
1873
+ msgid "Display Admins with Topic Viewers"
1874
+ msgstr ""
1875
+
1876
+ #: wpf-admin/options-tabs/posts.php:116
1877
+ msgid "Displays information about topic recent viewers (users visited within last one hour)"
1878
+ msgstr ""
1879
+
1880
+ #: wpf-admin/options-tabs/posts.php:115
1881
+ msgid "Display Topic Recent Viewers"
1882
+ msgstr ""
1883
+
1884
+ #: wpf-admin/options-tabs/posts.php:104
1885
+ msgid "Displays information about topic current viewers (users and guests)"
1886
+ msgstr ""
1887
+
1888
+ #: wpf-admin/options-tabs/posts.php:103
1889
+ msgid "Display Topic Current Viewers"
1890
+ msgstr "عرض المشاهدين الحاليين للموضوع"
1891
+
1892
+ #: wpf-admin/options-tabs/forums.php:17
1893
+ msgid "Displays information about forum current viewers (x viewing) next to forum title."
1894
+ msgstr ""
1895
+
1896
+ #: wpf-admin/options-tabs/forums.php:16
1897
+ msgid "Display Forum Current Viewers"
1898
+ msgstr ""
1899
+
1900
+ #: wpf-admin/options-tabs/features.php:18
1901
+ msgid "Track Forum and Topic Current Viewers"
1902
+ msgstr ""
1903
+
1904
+ #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
1905
+ msgid "This topic doesn't exist or you don't have permissions to see that."
1906
+ msgstr "هذا الموضوع غير موجود أو ليس لديك أذونات لرؤيته."
1907
+
1908
+ #: wpf-includes/wpf-phrases.php:1013
1909
+ msgid "Question Tags"
1910
+ msgstr "وسوم السؤال"
1911
+
1912
+ #: wpf-includes/wpf-phrases.php:1012
1913
+ msgid "Your question"
1914
+ msgstr "سؤالك"
1915
+
1916
+ #: wpf-includes/wpf-phrases.php:1011
1917
+ msgid "Ask a question"
1918
+ msgstr "اطرح سؤالًا"
1919
+
1920
+ #: wpf-includes/wpf-phrases.php:1008
1921
+ msgid "No unread posts were found"
1922
+ msgstr "لم يتم العثور على مشاركات غير مقروءة"
1923
+
1924
+ #: wpf-includes/wpf-phrases.php:1007
1925
+ msgid "Unread Posts"
1926
+ msgstr "المشاركات الغير مقروءة"
1927
+
1928
+ #: wpf-includes/wpf-phrases.php:1006
1929
+ msgid "Tags are disabled"
1930
+ msgstr "تم تعطيل الوسوم"
1931
+
1932
+ #: wpf-includes/wpf-phrases.php:1005
1933
+ msgid "dark"
1934
+ msgstr "داكن"
1935
+
1936
+ #: wpf-includes/wpf-phrases.php:1004
1937
+ msgid "grey"
1938
+ msgstr "رمادي"
1939
+
1940
+ #: wpf-includes/wpf-phrases.php:1003
1941
+ msgid "orange"
1942
+ msgstr "برتقالي"
1943
+
1944
+ #: wpf-includes/wpf-phrases.php:1002
1945
+ msgid "green"
1946
+ msgstr "أخضر"
1947
+
1948
+ #: wpf-includes/wpf-phrases.php:1001
1949
+ msgid "red"
1950
+ msgstr "أحمر"
1951
+
1952
+ #: wpf-admin/includes/phrase-listtable.php:53
1953
+ #: wpf-admin/includes/member-listtable.php:53 wpf-includes/wpf-phrases.php:1000
1954
+ msgid "default"
1955
+ msgstr "افتراضي"
1956
+
1957
+ #: wpf-includes/wpf-phrases.php:999
1958
+ msgid "Not Replied"
1959
+ msgstr "لم يتم الرد"
1960
+
1961
+ #: wpf-includes/wpf-phrases.php:998
1962
+ msgid "Mark all read"
1963
+ msgstr "حدد الكل كمقروء"
1964
+
1965
+ #: wpf-includes/wpf-phrases.php:997
1966
+ msgid "Forum contains unread posts"
1967
+ msgstr "منتدى يحتوي على مشاركات غير مقروءة"
1968
+
1969
+ #: wpf-includes/wpf-phrases.php:996
1970
+ msgid "Forum contains no unread posts"
1971
+ msgstr "منتدى لا يحتوي على مشاركات غير مقروءة"
1972
+
1973
+ #: wpf-includes/wpf-phrases.php:995
1974
+ msgid "No tags found"
1975
+ msgstr "لم يتم العثور على وسوم"
1976
+
1977
+ #: wpf-includes/wpf-phrases.php:994
1978
+ msgid "All forum topics"
1979
+ msgstr "كل مواضيع المنتدى"
1980
+
1981
+ #: wpf-includes/wpf-phrases.php:993
1982
+ msgid "Previous Topic"
1983
+ msgstr "الموضوع السابق"
1984
+
1985
+ #: wpf-includes/wpf-phrases.php:992
1986
+ msgid "Next Topic"
1987
+ msgstr "الموضوع التالي"
1988
+
1989
+ #: wpf-includes/wpf-phrases.php:991
1990
+ msgid "Related Topics"
1991
+ msgstr "مواضيع ذات صلة"
1992
+
1993
+ #: wpf-includes/wpf-phrases.php:990
1994
+ msgid "Find Topics by Tags"
1995
+ msgstr "البحث عن المواضيع حسب الوسوم"
1996
+
1997
+ #: wpf-includes/wpf-phrases.php:988
1998
+ msgid "Tag"
1999
+ msgstr "وسم"
2000
+
2001
+ #: wpf-includes/wpf-phrases.php:987
2002
+ msgid "Separate tags using a comma"
2003
+ msgstr "افصل بين الوسوم باستخدام فاصلة"
2004
+
2005
+ #: wpf-includes/wpf-phrases.php:986
2006
+ msgid "Topic Tag"
2007
+ msgstr "وسم الموضوع"
2008
+
2009
+ #: wpf-includes/wpf-phrases.php:985
2010
+ msgid "Topic Tags"
2011
+ msgstr "وسوم الموضوع"
2012
+
2013
+ #: wpf-includes/wpf-phrases.php:984
2014
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
2015
+ msgstr "ابدأ في كتابة الكلمات الدلالية هنا (يُسمح بـ %d من الكلمات الدلالية كحد أقصى)..."
2016
+
2017
+ #: wpf-includes/wpf-hooks.php:1411
2018
+ msgid "Your email address is not valid"
2019
+ msgstr "عنوان بريدك الإلكتروني غير صالح"
2020
+
2021
+ #: wpf-includes/wpf-hooks.php:1410
2022
+ msgid "Please fill your email address for feedback"
2023
+ msgstr "يرجى كتابة البريد الإلكتروني الخاص بك لتلقي الملاحظات"
2024
+
2025
+ #: wpf-includes/wpf-hooks.php:1409
2026
+ msgid "With the email address, please check the \"I agree to receive email\" checkbox to proceed."
2027
+ msgstr "باستخدام عنوان البريد الإلكتروني، يرجى التحقق من مربع الاختيار \"أوافق على تلقي البريد الإلكتروني\" للمتابعة."
2028
+
2029
+ #: wpf-includes/functions-template.php:1037
2030
+ msgid "Topic Counts"
2031
+ msgstr "عدد المواضيع"
2032
+
2033
+ #: wpf-includes/functions-template.php:472
2034
+ msgid "User Groups"
2035
+ msgstr "مجموعات المستخدمين"
2036
+
2037
+ #: wpf-includes/functions-installation.php:784
2038
+ msgid "This is a simple parent forum"
2039
+ msgstr "هذا منتدى أساسي بسيط"
2040
+
2041
+ #: wpf-includes/functions-installation.php:784
2042
+ msgid "Main Forum"
2043
+ msgstr "المنتدى الرئيسي"
2044
+
2045
+ #: wpf-includes/functions-installation.php:783
2046
+ msgid "This is a simple category / section"
2047
+ msgstr "هذا تصنيف/قسم بسيط"
2048
+
2049
+ #: wpf-includes/functions-installation.php:783
2050
+ msgid "Main Category"
2051
+ msgstr "التصنيف الرئيسي"
2052
+
2053
+ #: wpf-includes/class-usergroups.php:66
2054
+ msgid "Front - Can view member subscriptions"
2055
+ msgstr "الرئيسية - يمكن عرض إشتراكات العضو"
2056
+
2057
+ #: wpf-includes/class-usergroups.php:65
2058
+ msgid "Front - Can view member activity"
2059
+ msgstr "الرئيسية - يمكن عرض نشاط العضو"
2060
+
2061
+ #: wpf-includes/class-usergroups.php:61
2062
+ msgid "Front - Can pass moderation"
2063
+ msgstr "الرئيسية - يمكن تخطي الرقابة"
2064
+
2065
+ #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
2066
+ msgid "Dashboard - Can ban member"
2067
+ msgstr "لوحة التحكم - يمكن حظر العضو"
2068
+
2069
+ #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/wpf-phrases.php:724
2070
+ #: wpf-includes/class-usergroups.php:55
2071
+ msgid "Dashboard - Manage Themes"
2072
+ msgstr "لوحة التحكم - إدارة القوالب"
2073
+
2074
+ #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/wpf-phrases.php:723
2075
+ #: wpf-includes/class-usergroups.php:54
2076
+ msgid "Dashboard - Manage Phrases"
2077
+ msgstr "لوحة التحكم - إدارة العبارات"
2078
+
2079
+ #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/wpf-phrases.php:728
2080
+ #: wpf-includes/class-usergroups.php:53
2081
+ msgid "Dashboard - Manage Usergroups"
2082
+ msgstr "لوحة التحكم - مجموعات الأعضاء"
2083
+
2084
+ #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/wpf-phrases.php:722
2085
+ #: wpf-includes/class-usergroups.php:52
2086
+ msgid "Dashboard - Moderate Topics & Posts"
2087
+ msgstr "لوحة التحكم - إشراف المواضيع والمقالات"
2088
+
2089
+ #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/wpf-phrases.php:725
2090
+ #: wpf-includes/class-usergroups.php:51
2091
+ msgid "Dashboard - Manage Members"
2092
+ msgstr "لوحة التحكم - إدارة الأعضاء"
2093
+
2094
+ #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/wpf-phrases.php:721
2095
+ #: wpf-includes/class-usergroups.php:50
2096
+ msgid "Dashboard - Manage Tools"
2097
+ msgstr "لوحة التحكم - إدارة الأدوات"
2098
+
2099
+ #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/wpf-phrases.php:720
2100
+ #: wpf-includes/class-usergroups.php:49
2101
+ msgid "Dashboard - Manage Settings"
2102
+ msgstr "لوحة التحكم - إدارة الإعدادات"
2103
+
2104
+ #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/wpf-phrases.php:719
2105
+ #: wpf-includes/class-usergroups.php:48
2106
+ msgid "Dashboard - Manage Forums"
2107
+ msgstr "لوحة التحكم - إدارة المنتديات"
2108
+
2109
+ #: wpf-includes/class-subscribes.php:48
2110
+ msgid ""
2111
+ "Hi [mentioned-user-name]! <br>\n"
2112
+ "\n"
2113
+ " You have been mentioned in a post on \"[topic-title]\" by [author-user-name].<br/><br/>\n"
2114
+ "\n"
2115
+ " Post URL: [post-url]"
2116
+ msgstr ""
2117
+ "مرحبا [mentioned-user-name]! <br>\n"
2118
+ "\n"
2119
+ " لقد أشير إليك في مشاركة \"[topic-title]\" بواسطة [author-user-name].<br/><br/>\n"
2120
+ "\n"
2121
+ " رابط المشاركة: [post-url]"
2122
+
2123
+ #: wpf-includes/class-subscribes.php:47
2124
+ msgid "You have been mentioned in forum post"
2125
+ msgstr "لقد تمت الإشارة إليك في مشاركة بالمنتدى"
2126
+
2127
+ #: wpf-includes/class-subscribes.php:45
2128
+ msgid ""
2129
+ "Hello! \n"
2130
+ "\n"
2131
+ " You asked us to reset your password for your account using the email address [user_login]. \n"
2132
+ "\n"
2133
+ " If this was a mistake, or you didn't ask for a password reset, just ignore this email and nothing will happen. \n"
2134
+ "\n"
2135
+ " To reset your password, visit the following address: \n"
2136
+ "\n"
2137
+ " [reset_password_url] \n"
2138
+ "\n"
2139
+ " Thanks!"
2140
+ msgstr ""
2141
+ "مرحبًا!\n"
2142
+ "\n"
2143
+ "لقد طلبت منا إعادة تعيين كلمة المرور لحسابك باستخدام عنوان البريد الإلكتروني [user_login].\n"
2144
+ "\n"
2145
+ "إذا كان هذا خطأ، أو لم تطلب إعادة تعيين كلمة المرور، فما عليك سوى تجاهل هذه الرسالة الإلكترونية ولن يحدث أي شيء.\n"
2146
+ "\n"
2147
+ "لإعادة تعيين كلمة المرور الخاصة بك، قم بزيارة الرابط التالي:\n"
2148
+ "\n"
2149
+ "[reset_password_url]\n"
2150
+ "\n"
2151
+ "شكرًا!"
2152
+
2153
+ #: wpf-includes/class-subscribes.php:43
2154
+ msgid ""
2155
+ "Username: [user_login]\n"
2156
+ "\n"
2157
+ "To set your password, visit the following address:\n"
2158
+ "\n"
2159
+ "[set_password_url]\n"
2160
+ "\n"
2161
+ msgstr ""
2162
+ "اسم المستخدم: [user_login]\n"
2163
+ "\n"
2164
+ "لتعيين كلمة المرور الخاصة بك، قم بزيارة الرابط التالي:\n"
2165
+ "\n"
2166
+ "[set_password_url]\n"
2167
+
2168
+ #: wpf-includes/class-subscribes.php:42
2169
+ msgid "[blogname] Your username and password info"
2170
+ msgstr "[blogname] اسم المستخدم الخاص بك ومعلومات عن كلمة المرور"
2171
+
2172
+ #: wpf-includes/class-subscribes.php:40
2173
+ msgid ""
2174
+ "New user registration on your site [blogname]:\n"
2175
+ "\n"
2176
+ "Username: [user_login]\n"
2177
+ "\n"
2178
+ "Email: [user_email]\n"
2179
+ msgstr ""
2180
+ "تسجيل عضو جديد على موقعك [blogname]:\n"
2181
+ "\n"
2182
+ "اسم المستخدم: [user_login]\n"
2183
+ "\n"
2184
+ "البريد الإلكتروني: [user_email]\n"
2185
+
2186
+ #: wpf-includes/class-subscribes.php:39
2187
+ msgid "[blogname] New User Registration"
2188
+ msgstr "[blogname] تسجيل عضو جديد"
2189
+
2190
+ #: wpf-includes/class-subscribes.php:37
2191
+ msgid ""
2192
+ "<strong>Report details:</strong>\n"
2193
+ " Reporter: [reporter], <br>\n"
2194
+ " Message: [message],<br>\n"
2195
+ " <br>\n"
2196
+ " [post_url]"
2197
+ msgstr ""
2198
+ "<strong>تفاصيل الإبلاغ:</strong>\n"
2199
+ "المُبلِّغ: [reporter], <br>\n"
2200
+ "الرسالة: [message],<br>\n"
2201
+ "<br>\n"
2202
+ " [post_url]"
2203
+
2204
+ #: wpf-includes/class-subscribes.php:36
2205
+ msgid "Forum Post Report"
2206
+ msgstr "إبلاغ عن مشاركة في المنتدى"
2207
+
2208
+ #: wpf-includes/class-subscribes.php:35
2209
+ msgid ""
2210
+ "Hello [member_name]!<br>\n"
2211
+ " New reply has been posted on your subscribed topic - [topic].\n"
2212
+ " <br><br>\n"
2213
+ " <strong>[reply_title]</strong>\n"
2214
+ " <blockquote >\n"
2215
+ " [reply_desc]\n"
2216
+ " </blockquote>\n"
2217
+ " <br><hr>\n"
2218
+ " If you want to unsubscribe from this topic please use the link below.<br>\n"
2219
+ " [unsubscribe_link]"
2220
+ msgstr ""
2221
+ "مرحبًا [member_name]!<br>\n"
2222
+ " تم نشر رد جديد على الموضوع المشترك به - [topic].\n"
2223
+ " <br><br>\n"
2224
+ " <strong>[reply_title]</strong>\n"
2225
+ " < blockquote>\n"
2226
+ " [reply_desc]\n"
2227
+ " </blockquote>\n"
2228
+ " <br><hr>\n"
2229
+ " إذا كنت ترغب في إلغاء الاشتراك من هذا الموضوع، يرجى استخدام الرابط أدناه.<br>\n"
2230
+ "[unsubscribe_link]"
2231
+
2232
+ #: wpf-includes/wpf-phrases.php:1069 wpf-includes/class-subscribes.php:34
2233
+ msgid "New Reply"
2234
+ msgstr "رد جديد"
2235
+
2236
+ #: wpf-includes/class-subscribes.php:33
2237
+ msgid ""
2238
+ "Hello [member_name]!<br>\n"
2239
+ " New topic has been created on your subscribed forum - [forum].\n"
2240
+ " <br><br>\n"
2241
+ " <strong>[topic_title]</strong>\n"
2242
+ " <blockquote>\n"
2243
+ " [topic_desc]\n"
2244
+ " </blockquote>\n"
2245
+ " <br><hr>\n"
2246
+ " If you want to unsubscribe from this forum please use the link below.<br>\n"
2247
+ " [unsubscribe_link]"
2248
+ msgstr ""
2249
+ "مرحبًا [member_name]!<br>\n"
2250
+ " تم نشر موضوع جديد في المنتدى الذي اشتركت فيه - [forum].\n"
2251
+ " <br><br>\n"
2252
+ " <strong>[topic_title]</strong>\n"
2253
+ " <blockquote>\n"
2254
+ " [topic_desc]\n"
2255
+ " </blockquote>\n"
2256
+ " <br><hr>\n"
2257
+ " إذا كنت تريد إلغاء الاشتراك من هذا المنتدى، يرجى استخدام الرابط أدناه.<br>\n"
2258
+ " [unsubscribe_link]"
2259
+
2260
+ #: wpf-includes/class-subscribes.php:32
2261
+ msgid "New Topic"
2262
+ msgstr "موضوع جديد"
2263
+
2264
+ #: wpf-includes/class-subscribes.php:31
2265
+ msgid ""
2266
+ "Hello [member_name]!<br>\n"
2267
+ " Thank you for subscribing.<br>\n"
2268
+ " This is an automated response.<br>\n"
2269
+ " We are glad to inform you that after confirmation you will get updates from - [entry_title].<br>\n"
2270
+ " Please click on link below to complete this step.<br>\n"
2271
+ " [confirm_link]"
2272
+ msgstr ""
2273
+ "مرحبًا [member_name]!<br>\n"
2274
+ " شكرًا لك على الاشتراك.<br>\n"
2275
+ " هذا رد آلي.<br>\n"
2276
+ " يسعدنا إخبارك أنه بعد التأكيد ستتلقى تحديثات من - [entry_title].<br>\n"
2277
+ " الرجاء النقر على الرابط أدناه لإكمال هذه الخطوة.<br>\n"
2278
+ " [confirm_link]"
2279
+
2280
+ #: wpf-includes/class-subscribes.php:30
2281
+ msgid "Please confirm subscription to [entry_title]"
2282
+ msgstr ""
2283
+
2284
+ #: wpf-includes/class-forums.php:73
2285
+ msgid "Can answer own question"
2286
+ msgstr "يمكنهم الإجابة على أسئلتهم"
2287
+
2288
+ #: wpf-includes/class-forums.php:58
2289
+ msgid "Can subscribe"
2290
+ msgstr "يمكن الاشتراك"
2291
+
2292
+ #: wpf-includes/class-forums.php:57
2293
+ msgid "Can add tags"
2294
+ msgstr "يمكن إضافة الوسوم"
2295
+
2296
+ #: wpf-includes/class-forums.php:54
2297
+ msgid "Can edit own reply"
2298
+ msgstr "يمكنهم تعديل ردّهم"
2299
+
2300
+ #: wpf-admin/tools-tabs/misc.php:109 wpf-includes/wpf-phrases.php:989
2301
+ msgid "Tags"
2302
+ msgstr "الوسوم"
2303
+
2304
+ #: wpf-admin/options-tabs/posts.php:95
2305
+ msgid "Set this option value 0 if you want to disable limiting"
2306
+ msgstr ""
2307
+
2308
+ #: wpf-admin/options-tabs/posts.php:94
2309
+ msgid "Limit the post edit logging information \"This post was modified 2 hours ago by John\""
2310
+ msgstr ""
2311
+
2312
+ #: wpf-admin/options-tabs/posts.php:81
2313
+ msgid "Display Post Editing Information"
2314
+ msgstr ""
2315
+
2316
+ #: wpf-admin/options-tabs/posts.php:69
2317
+ msgid "Display Topic Editing Information"
2318
+ msgstr ""
2319
+
2320
+ #: wpf-admin/options-tabs/posts.php:64
2321
+ msgid "Number of Tags per Page"
2322
+ msgstr "عدد الوسوم لكل صفحة"
2323
+
2324
+ #: wpf-admin/options-tabs/posts.php:60
2325
+ msgid "Maximum Number of Tags per Topic"
2326
+ msgstr "الحد الأقصى لعدد الوسوم لكل موضوع"
2327
+
2328
+ #: wpf-admin/options-tabs/posts.php:51
2329
+ msgid "Enable Topic Tags"
2330
+ msgstr "تمكين وسوم الموضوع"
2331
+
2332
+ #: wpf-admin/options-tabs/general.php:62
2333
+ msgid "Here you can set custom base paths for forum pages. For example the default Profile URL base path is /profile/, if this conflicts with other plugins you can change it to /user/ or so..."
2334
+ msgstr ""
2335
+
2336
+ #: wpf-admin/options-tabs/general.php:61
2337
+ msgid "Forum Page Slugs (URL Paths)"
2338
+ msgstr ""
2339
+
2340
+ #: wpf-admin/options-tabs/general.php:55
2341
+ msgid "Forum XML Sitemap URL"
2342
+ msgstr ""
2343
+
2344
+ #: wpf-admin/options-tabs/api.php:94
2345
+ msgid "Share Buttons"
2346
+ msgstr "أزرار المشاركة"
2347
+
2348
+ #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
2349
+ #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
2350
+ #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
2351
+ #: wpf-admin/deactivation-dialog.php:151
2352
+ msgid "email for feedback"
2353
+ msgstr ""
2354
+
2355
+ #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
2356
+ #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
2357
+ #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
2358
+ #: wpf-admin/deactivation-dialog.php:146
2359
+ msgid "I agree to receive email"
2360
+ msgstr "أوافق على استلام رسائل عبر البريد الإلكتروني"
2361
+
2362
+ #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
2363
+ #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
2364
+ #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
2365
+ #: wpf-admin/deactivation-dialog.php:144
2366
+ msgid "If you want us to contact you please click on \"I agree to receive email\" checkbox, then fill out your email. We'll try to do our best to help you with problems."
2367
+ msgstr ""
2368
+
2369
+ #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
2370
+ msgid "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."
2371
+ msgstr ""
2372
+
2373
+ #: wpf-admin/options-tabs/posts.php:82
2374
+ msgid "The post edit logging information \"This post was modified 2 hours ago by John\" is displayed under modified post content.."
2375
+ msgstr ""
2376
+
2377
+ #: wpf-admin/options-tabs/posts.php:93
2378
+ msgid "Limit Post Editing Information"
2379
+ msgstr ""
2380
+
2381
+ #: wpf-admin/options-tabs/posts.php:70
2382
+ msgid "The post edit logging information \"This post was modified 2 hours ago by John\" is displayed under modified topic first post content.."
2383
+ msgstr ""
2384
+
2385
+ #: wpf-includes/wpf-phrases.php:981
2386
+ msgid "Forum Subscriptions"
2387
+ msgstr "اشتراكات المنتدى"
2388
+
2389
+ #: wpf-includes/wpf-phrases.php:980
2390
+ msgid "Liked Forum Posts"
2391
+ msgstr ""
2392
+
2393
+ #: wpf-includes/wpf-phrases.php:979
2394
+ msgid "Forum Replies Created"
2395
+ msgstr ""
2396
+
2397
+ #: wpf-includes/wpf-phrases.php:978
2398
+ msgid "Forum Topics Started"
2399
+ msgstr ""
2400
+
2401
+ #: wpf-includes/wpf-phrases.php:977
2402
+ msgid "Topic link"
2403
+ msgstr "رابط الموضوع"
2404
+
2405
+ #: wpf-includes/wpf-phrases.php:973
2406
+ msgid "This post was modified %s by %s"
2407
+ msgstr "تم تعديل هذه المشاركة %s بواسطة %s"
2408
+
2409
+ #: wpf-includes/wpf-phrases.php:972
2410
+ msgid "Edit Post"
2411
+ msgstr "تعديل المشاركة"
2412
+
2413
+ #: wpf-includes/wpf-phrases.php:971
2414
+ msgid "This topic was modified %s by %s"
2415
+ msgstr "تم تعديل هذا الموضوع %s بواسطة %s"
2416
+
2417
+ #: wpf-includes/wpf-phrases.php:970
2418
+ msgid "Edit Topic"
2419
+ msgstr "تعديل الموضوع"
2420
+
2421
+ #: wpf-includes/wpf-phrases.php:969
2422
+ msgid "Sorry, there was an error uploading attached file"
2423
+ msgstr "عذرًا، حدث خطأ أثناء رفع الملف المرفق"
2424
+
2425
+ #: wpf-includes/wpf-phrases.php:968
2426
+ msgid "User custom field update failed"
2427
+ msgstr "فشل تحديث الحقل المخصص للمستخدم"
2428
+
2429
+ #: wpf-includes/wpf-phrases.php:967
2430
+ msgid "User profile update failed"
2431
+ msgstr "فشل تحديث الملف الشخصي للمستخدم"
2432
+
2433
+ #: wpf-includes/wpf-phrases.php:966
2434
+ msgid "User data update failed"
2435
+ msgstr "فشل تحديث بيانات المستخدم"
2436
+
2437
+ #: wpf-includes/wpf-phrases.php:965
2438
+ msgid "Profile updated successfully"
2439
+ msgstr "تم تحديث الملف الشخصي بنجاح"
2440
+
2441
+ #: wpf-includes/wpf-phrases.php:964
2442
+ msgid "Form template not found"
2443
+ msgstr "قالب النموذج غير موجود"
2444
+
2445
+ #: wpf-includes/wpf-phrases.php:963
2446
+ msgid "Form name not found"
2447
+ msgstr "اسم النموذج غير موجود"
2448
+
2449
+ #: wpf-includes/wpf-phrases.php:962
2450
+ msgid "Allowed file types: %s"
2451
+ msgstr "أنواع الملفات المسموح بها: %s"
2452
+
2453
+ #: wpf-includes/wpf-phrases.php:961
2454
+ msgid "This email address is already registered. Please insert another"
2455
+ msgstr "هذا البريد الالكتروني مسجل بالفعل. الرجاء إدخال بريد إلكتروني آخر."
2456
+
2457
+ #: wpf-includes/wpf-phrases.php:960
2458
+ msgid "Maximum allowed file size is %s MB"
2459
+ msgstr "الحد الأقصى لحجم الملف هو %s (بالميغابايت)"
2460
+
2461
+ #: wpf-includes/wpf-phrases.php:959
2462
+ msgid "Numerical nicknames are not allowed. Please insert another."
2463
+ msgstr ""
2464
+
2465
+ #: wpf-includes/wpf-phrases.php:958
2466
+ msgid "Nickname validation failed"
2467
+ msgstr "فشل التحقق من الاسم المستعار"
2468
+
2469
+ #: wpf-includes/wpf-phrases.php:957
2470
+ msgid "This nickname is already in use. Please insert another."
2471
+ msgstr "هذا الاسم المستعار مستخدم بالفعل. الرجاء إدخال اسم مستعار آخر."
2472
+
2473
+ #: wpf-includes/wpf-phrases.php:956
2474
+ msgid "You have no permission to edit Usergroup field"
2475
+ msgstr ""
2476
+
2477
+ #: wpf-includes/wpf-phrases.php:955
2478
+ msgid "Admin and Moderator Usergroups are not permitted"
2479
+ msgstr ""
2480
+
2481
+ #: wpf-includes/wpf-phrases.php:954
2482
+ msgid "The selected Usergroup cannot be set"
2483
+ msgstr ""
2484
+
2485
+ #: wpf-includes/wpf-phrases.php:953
2486
+ msgid "The selected Usergroup is not found in allowed list"
2487
+ msgstr ""
2488
+
2489
+ #: wpf-includes/wpf-phrases.php:952
2490
+ msgid "One of the selected Usergroups cannot be set as Secondary"
2491
+ msgstr ""
2492
+
2493
+ #: wpf-includes/wpf-phrases.php:951
2494
+ msgid "Avatar image is too big maximum allowed size is 2MB"
2495
+ msgstr "الصورة الرمزية كبيرة جدًا، الحد الأقصى للحجم المسموح به هو 2 ميغابايت"
2496
+
2497
+ #: wpf-includes/wpf-phrases.php:950
2498
+ msgid "User registration is disabled."
2499
+ msgstr "تسجيل الأعضاء معطّل."
2500
+
2501
+ #: wpf-includes/wpf-phrases.php:949
2502
+ msgid "Username length must be between %d characters and %d characters."
2503
+ msgstr ""
2504
+
2505
+ #: wpf-includes/wpf-phrases.php:948
2506
+ msgid "Success! Please check your mail for confirmation."
2507
+ msgstr "تم بنجاح! الرجاء مراجعة بريدك الإلكتروني للتأكيد."
2508
+
2509
+ #: wpf-includes/wpf-phrases.php:947
2510
+ msgid "file is too large"
2511
+ msgstr "الملف كبير جدًا"
2512
+
2513
+ #: wpf-includes/wpf-phrases.php:946
2514
+ msgid "file type %s is not allowed"
2515
+ msgstr "نوع الملف %s غير مسموح به"
2516
+
2517
+ #: wpf-includes/wpf-phrases.php:945
2518
+ msgid "file type is not detected"
2519
+ msgstr "لم يتم العثور على نوع الملف"
2520
+
2521
+ #: wpf-includes/wpf-phrases.php:944
2522
+ msgid "field value is not a valid URL"
2523
+ msgstr "قيمة الحقل ليست عنوان URL صالح"
2524
+
2525
+ #: wpf-includes/wpf-phrases.php:943
2526
+ msgid "field length cannot be greater than %d characters"
2527
+ msgstr "لا يمكن أن يكون طول الحقل أكبر من %d حرفاً"
2528
+
2529
+ #: wpf-includes/wpf-phrases.php:942
2530
+ msgid "field length must be at least %d characters"
2531
+ msgstr "يجب أن يكون طول الحقل %d حرفًا على الأقل"
2532
+
2533
+ #: wpf-includes/wpf-phrases.php:941
2534
+ msgid "field value cannot be greater than %d"
2535
+ msgstr "قيمة الحقل لا يمكن أن تكون أكبر من %d"
2536
+
2537
+ #: wpf-includes/wpf-phrases.php:940
2538
+ msgid "field value must be at least %d"
2539
+ msgstr "قيمة الحقل يجب أن تكون على الأقل %d"
2540
+
2541
+ #: wpf-includes/wpf-phrases.php:939
2542
+ msgid "field is required"
2543
+ msgstr "الحقل مطلوب"
2544
+
2545
+ #: wpf-includes/wpf-phrases.php:938
2546
+ msgid "User profile fields not found"
2547
+ msgstr "لم يتم العثور على حقول الملف الشخصي للمستخدم"
2548
+
2549
+ #: wpf-includes/wpf-phrases.php:937
2550
+ msgid "No data submitted"
2551
+ msgstr "لم يتم تقديم أي بيانات"
2552
+
2553
+ #: wpf-includes/wpf-phrases.php:674
2554
+ msgid "Success!"
2555
+ msgstr "تم بنجاح!"
2556
+
2557
+ #: wpf-includes/wpf-hooks.php:2656
2558
+ msgid "Forum Dashboard"
2559
+ msgstr "لوحة تحكم المنتدى"
2560
+
2561
+ #: wpf-includes/wpf-hooks.php:1563
2562
+ msgid "Forum - User Timezone"
2563
+ msgstr "المنتدى - المنطقة الزمنية للعضو"
2564
+
2565
+ #: wpf-includes/wpf-hooks.php:1541
2566
+ msgid "Forum - Secondary Usergroups"
2567
+ msgstr "المنتدى - مجموعات الأعضاء الثانوية"
2568
+
2569
+ #: wpf-includes/wpf-hooks.php:1530
2570
+ msgid "This user Usergroup is automatically changed according to current Role. If you want to disable Role-Usergroup synchronization and manage Usergroups and User Roles independently, please navigate to <b>Forums > Settings > Features</b> admin page and disable \"Role-Usergroup Synchronization\" option."
2571
+ msgstr ""
2572
+
2573
+ #: wpf-includes/wpf-hooks.php:1529
2574
+ msgid "Role-Usergroup Synchronization is Turned ON!"
2575
+ msgstr ""
2576
+
2577
+ #: wpf-includes/wpf-hooks.php:1518
2578
+ msgid "Forum Usergroups are synched with User Roles based on the %s. When you change this user Role the Usergroup is automatically changed according to that table."
2579
+ msgstr ""
2580
+
2581
+ #: wpf-includes/wpf-hooks.php:1513
2582
+ msgid "Forum - Usergroup"
2583
+ msgstr "المنتدى - مجموعة العضو"
2584
+
2585
+ #: wpf-includes/wpf-hooks.php:1505
2586
+ msgid "Forum Profile Fields - wpForo"
2587
+ msgstr "حقول الملف الشخصي بالمنتدى - wpForo"
2588
+
2589
+ #: wpf-includes/wpf-hooks.php:1407
2590
+ msgid "Please choose one reasons before sending a feedback!"
2591
+ msgstr "الرجاء اختيار سبب واحد قبل الإرسال!"
2592
+
2593
+ #: wpf-includes/integration/ultimate-member.php:70
2594
+ #: wpf-includes/integration/ultimate-member.php:421
2595
+ msgid "When a member replies to one of my post in forum topics"
2596
+ msgstr "عندما يقوم عضو بالرد على إحدى مشاركاتي في المنتدى"
2597
+
2598
+ #: wpf-includes/integration/ultimate-member.php:68
2599
+ #: wpf-includes/integration/ultimate-member.php:419
2600
+ msgid "User replied to wpForo post"
2601
+ msgstr ""
2602
+
2603
+ #: wpf-includes/integration/ultimate-member.php:65
2604
+ #: wpf-includes/integration/ultimate-member.php:416
2605
+ msgid "When a member replies to one of my forum topics"
2606
+ msgstr "عندما يقوم عضو بالرد على إحدى مواضيعي في المنتدى"
2607
+
2608
+ #: wpf-includes/integration/ultimate-member.php:63
2609
+ #: wpf-includes/integration/ultimate-member.php:414
2610
+ msgid "User leaves a reply to wpForo topic"
2611
+ msgstr ""
2612
+
2613
+ #: wpf-admin/usergroup.php:371
2614
+ msgid "Can be also used as Secondary Usergroup"
2615
+ msgstr ""
2616
+
2617
+ #: wpf-admin/usergroup.php:217
2618
+ msgid "Complete!"
2619
+ msgstr "مُكتمل!"
2620
+
2621
+ #: wpf-admin/usergroup.php:176
2622
+ msgid "Synched"
2623
+ msgstr "متزامن"
2624
+
2625
+ #: wpf-admin/usergroup.php:174
2626
+ msgid "One User Role cannot be synched with multiple Usergroups."
2627
+ msgstr ""
2628
+
2629
+ #: wpf-admin/usergroup.php:173
2630
+ msgid "Not Synched"
2631
+ msgstr "غير متزامن"
2632
+
2633
+ #: wpf-admin/usergroup.php:171
2634
+ msgid "Add Usergroup to synch"
2635
+ msgstr ""
2636
+
2637
+ #: wpf-admin/usergroup.php:157 wpf-admin/includes/member-listtable.php:159
2638
+ #: wpf-includes/wpf-phrases.php:17
2639
+ msgid "Status"
2640
+ msgstr "الحالة"
2641
+
2642
+ #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
2643
+ msgid "Users"
2644
+ msgstr "الأعضاء"
2645
+
2646
+ #: wpf-admin/usergroup.php:153
2647
+ msgid "Role Name"
2648
+ msgstr "اسم اللقب"
2649
+
2650
+ #: wpf-admin/usergroup.php:148
2651
+ msgid "In the table above (Usergroups) you can see the list of all available forum Usergroups. The first column of this table displays selected User Roles which are synched with certain Usergroup. However some User Roles are still not synced with any Usergroup of your forum. You can find not-synced User Roles in the table below (User Roles). If you use any of these not-synced User Roles and you want to grant some forum accesses to users of these User Roles you should create new Usergroups for each of them. Once new Usergroup is created, you should use the [Synchronize] button in the table above to synchronize User Roles with new Usergroups."
2652
+ msgstr ""
2653
+
2654
+ #: wpf-admin/usergroup.php:146
2655
+ msgid "User Roles"
2656
+ msgstr "ألقاب الأعضاء"
2657
+
2658
+ #: wpf-admin/usergroup.php:137
2659
+ msgid "The [Synchronize] button changes all users Usergroups according to the users Roles. For example, if you select \"Contributor\" Role for \"Registered\" Usergroup, all users with \"Contributor\" Role will get \"Registered\" Usergroup in forum. The synchronization process may take a few seconds or dozens of minutes, it depends on the number of users. Please be patient, don't close this page and wait until the progress counter says 100% completed."
2660
+ msgstr ""
2661
+
2662
+ #: wpf-admin/usergroup.php:136
2663
+ msgid "Note:"
2664
+ msgstr "ملاحظة:"
2665
+
2666
+ #: wpf-admin/usergroup.php:111
2667
+ msgid "Synchronize"
2668
+ msgstr "تزامن"
2669
+
2670
+ #: wpf-admin/usergroup.php:110
2671
+ msgid "Synchronize Users Usergroups and Roles"
2672
+ msgstr ""
2673
+
2674
+ #: wpf-admin/usergroup.php:90
2675
+ msgid "Users get the Default Usergroup on registration"
2676
+ msgstr "يحصل الأعضاء على مجموعة العضو الافتراضية عند التسجيل"
2677
+
2678
+ #: wpf-admin/usergroup.php:82
2679
+ msgid "The number of forum members with this usergroup. Click to view members."
2680
+ msgstr ""
2681
+
2682
+ #: wpf-admin/usergroup.php:70
2683
+ msgid "Also used as Secondary Usergroup"
2684
+ msgstr ""
2685
+
2686
+ #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
2687
+ msgid "View Users"
2688
+ msgstr "عرض الأعضاء"
2689
+
2690
+ #: wpf-admin/usergroup.php:40 wpf-admin/includes/phrase-listtable.php:124
2691
+ #: wpf-admin/includes/moderation-listtable.php:136
2692
+ #: wpf-admin/includes/member-listtable.php:154
2693
+ msgid "ID"
2694
+ msgstr "المعرّف"
2695
+
2696
+ #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
2697
+ #: wpf-admin/usergroup.php:340
2698
+ msgid "User Role"
2699
+ msgstr "لقب العضو"
2700
+
2701
+ #: wpf-admin/tools-tabs/misc.php:129
2702
+ msgid "Profile Subscriptions"
2703
+ msgstr "اشتراكات الملف الشخصي"
2704
+
2705
+ #: wpf-admin/tools-tabs/misc.php:125
2706
+ msgid "Profile Activity"
2707
+ msgstr "نشاط الملف الشخصي"
2708
+
2709
+ #: wpf-admin/tools-tabs/misc.php:121
2710
+ msgid "Profile Account"
2711
+ msgstr "حساب الملف الشخصي"
2712
+
2713
+ #: wpf-admin/tools-tabs/misc.php:117
2714
+ msgid "Profile Home"
2715
+ msgstr "رئيسية الملف الشخصي"
2716
+
2717
+ #: wpf-admin/tools-tabs/misc.php:101
2718
+ msgid "Topic (post list)"
2719
+ msgstr ""
2720
+
2721
+ #: wpf-admin/tools-tabs/misc.php:97
2722
+ msgid "Forum (topic list)"
2723
+ msgstr ""
2724
+
2725
+ #: wpf-admin/tools-tabs/misc.php:87
2726
+ msgid "Display on forum pages"
2727
+ msgstr "عرض في صفحات المنتدى"
2728
+
2729
+ #: wpf-admin/tools-tabs/misc.php:65
2730
+ msgid "Display for Usergroups"
2731
+ msgstr ""
2732
+
2733
+ #: wpf-admin/tools-tabs/misc.php:47
2734
+ msgid "If you have something important to say on forum front page, you can use this editor. The text will be displayed under forum breadcrumb menu, above forum and topic titles."
2735
+ msgstr ""
2736
+
2737
+ #: wpf-admin/tools-tabs/misc.php:46
2738
+ msgid "Admin message on forum front page"
2739
+ msgstr ""
2740
+
2741
+ #: wpf-admin/tools-tabs/misc.php:38
2742
+ msgid "Admin Note"
2743
+ msgstr "ملاحظة المدير"
2744
+
2745
+ #: wpf-admin/options-tabs/styles.php:44
2746
+ msgid "Colors Documentation"
2747
+ msgstr "توثيق الألوان"
2748
+
2749
+ #: wpf-admin/options-tabs/members.php:21
2750
+ msgid "Number of Members per Page"
2751
+ msgstr "عدد الأعضاء لكل صفحة"
2752
+
2753
+ #: wpf-admin/options-tabs/general.php:92
2754
+ msgid "XML Based Language"
2755
+ msgstr ""
2756
+
2757
+ #: wpf-admin/options-tabs/general.php:25
2758
+ msgid "Set Forum on Home Page"
2759
+ msgstr "تعيين المنتدى على الصفحة الرئيسية"
2760
+
2761
+ #: wpf-admin/options-tabs/general.php:25
2762
+ msgid "If you want to set forum on home page, please do not use the \"Turn WordPress to wpForo\" option. The correct instruction can be found in documentation here"
2763
+ msgstr ""
2764
+
2765
+ #: wpf-admin/options-tabs/features.php:58
2766
+ msgid "Keep enabled this option to synch WordPress User Roles with Forum Usergroups. This connection allows to automatically change Usergroup of a user when his/her User Role is changed by administrators or by membership plugins. In other words this option allows to manage Usergroups based on Users Roles, thus you can directly control users forum accesses based on Users Roles. If this option is turned off, User Roles don't have any affection to users forum accesses, they are only controlled by forum Usergroups."
2767
+ msgstr ""
2768
+
2769
+ #: wpf-admin/options-tabs/features.php:58
2770
+ msgid "Role-Usergroup Synchronization"
2771
+ msgstr ""
2772
+
2773
+ #: wpf-admin/options-tabs/features.php:51
2774
+ msgid "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
2775
+ msgstr "تضيف علامة التبويب \"المنتديات\" بعلامات التبويب الفرعية \"الموضوعات التي تم إنشاؤها\" و \"الردود المنشورة\" و \"المشاركات التي تم الإعجاب بها\" و \"الاشتراكات\" إلى صفحة الملف الشخصي Ultimate Member."
2776
+
2777
+ #: wpf-admin/options-tabs/features.php:51
2778
+ msgid "Ultimate Member Profile Forum Tab Integration"
2779
+ msgstr "دمج وتكامل علامة تبويب المنتدى مع الملف الشخصي لإضافة Ultimate Member"
2780
+
2781
+ #: wpf-admin/options-tabs/features.php:50
2782
+ msgid "Creates notification on new forum reply in Ultimate Member Real-time Notification system."
2783
+ msgstr "ينشئ إشعارًا برد المنتدى الجديد في نظام الإشعارات في الوقت الفعلي لإضافة Ultimate Member."
2784
+
2785
+ #: wpf-admin/options-tabs/features.php:50
2786
+ msgid "Ultimate Member Notification Integration"
2787
+ msgstr "إشعار الدمج والتكامل مع Ultimate Member"
2788
+
2789
+ #: wpf-admin/options-tabs/emails.php:192
2790
+ msgid "New User Registration Email for user"
2791
+ msgstr ""
2792
+
2793
+ #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
2794
+ msgid "Message Body"
2795
+ msgstr "محتوى الرسالة"
2796
+
2797
+ #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
2798
+ msgid "Message Subject"
2799
+ msgstr "عنوان الرسالة"
2800
+
2801
+ #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
2802
+ msgid "This message comes when new user registers to site"
2803
+ msgstr "تصل هذه الرسالة عندما يتم تسجيل عضو جديد في الموقع"
2804
+
2805
+ #: wpf-admin/options-tabs/emails.php:155
2806
+ msgid "New User Registration Email for admins"
2807
+ msgstr ""
2808
+
2809
+ #: wpf-admin/options-tabs/accesses.php:30
2810
+ msgid "Forum Accesses are designed to do a Forum specific user permission control. These are set of permissions which are attached to certain Usergeoup in each forum. Thus users can have different permissions in different forums based on their Usergroup."
2811
+ msgstr ""
2812
+
2813
+ #: wpf-admin/forum.php:234
2814
+ msgid "Forum Permissions"
2815
+ msgstr "أذونات المنتدى"
2816
+
2817
+ #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
2818
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
2819
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
2820
+ #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
2821
+ #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
2822
+ #: wpf-themes/classic/functions.php:118 wpf-themes/classic/functions.php:125
2823
+ #: wpf-themes/classic/functions.php:139 wpf-themes/classic/functions.php:149
2824
+ #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
2825
+ #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
2826
+ #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
2827
+ #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/posts.php:139
2828
+ #: wpf-admin/options-tabs/posts.php:144 wpf-admin/options-tabs/posts.php:151
2829
+ #: wpf-admin/options-tabs/posts.php:157 wpf-admin/options-tabs/posts.php:162
2830
+ #: wpf-admin/options-tabs/posts.php:169 wpf-admin/options-tabs/posts.php:184
2831
+ #: wpf-admin/options-tabs/posts.php:200 wpf-admin/options-tabs/members.php:14
2832
+ #: wpf-admin/options-tabs/members.php:28 wpf-admin/options-tabs/members.php:47
2833
+ #: wpf-admin/options-tabs/members.php:88 wpf-admin/options-tabs/general.php:15
2834
+ #: wpf-admin/options-tabs/general.php:19 wpf-admin/options-tabs/general.php:24
2835
+ #: wpf-admin/options-tabs/general.php:34 wpf-admin/options-tabs/general.php:81
2836
+ #: wpf-admin/options-tabs/general.php:92 wpf-admin/options-tabs/styles.php:44
2837
+ #: wpf-admin/options-tabs/features.php:75 wpf-admin/usergroup.php:29
2838
+ #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
2839
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:188 wpf-admin/forum.php:234
2840
+ #: wpf-admin/forum.php:272 wpf-admin/forum.php:294 wpf-admin/forum.php:302
2841
+ msgid "Read the documentation"
2842
+ msgstr "اقرأ التوثيق"
2843
+
2844
+ #: wpf-admin/deactivation-dialog.php:162
2845
+ msgid "Thank you for your feedback!"
2846
+ msgstr "شكرا لك على ملاحظاتك!"
2847
+
2848
+ #: wpf-admin/deactivation-dialog.php:159
2849
+ msgid "Submit &amp; Deactivate"
2850
+ msgstr "إرسال &amp; تعطيل"
2851
+
2852
+ #: wpf-admin/deactivation-dialog.php:158
2853
+ msgid "Dismiss and never show again"
2854
+ msgstr "الرفض وعدم إظهارها مرة أخرى"
2855
+
2856
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1408
2857
+ msgid "Please provide more information"
2858
+ msgstr "الرجاء تقديم المزيد من المعلومات"
2859
+
2860
+ #: wpf-admin/deactivation-dialog.php:140
2861
+ msgid "Other"
2862
+ msgstr "غير ذلك"
2863
+
2864
+ #: wpf-admin/deactivation-dialog.php:124
2865
+ msgid "Please provide a plugin name or URL"
2866
+ msgstr "الرجاء تقديم اسم الإضافة أو عنوان URL الخاص بها"
2867
+
2868
+ #: wpf-admin/deactivation-dialog.php:122
2869
+ msgid "I found a better plugin"
2870
+ msgstr "وجدت إضافةً أفضل"
2871
+
2872
+ #: wpf-admin/deactivation-dialog.php:106
2873
+ msgid "Could you please describe which features of the plugin slows down your website?"
2874
+ msgstr ""
2875
+
2876
+ #: wpf-admin/deactivation-dialog.php:104
2877
+ msgid "The plugin works very slow"
2878
+ msgstr "الإضافة تعمل ببطء شديد"
2879
+
2880
+ #: wpf-admin/deactivation-dialog.php:88
2881
+ msgid "What part of design you don't like or want to change?"
2882
+ msgstr "أي جزء من التصميم لا يُعجبك أو تريد تغييره؟"
2883
+
2884
+ #: wpf-admin/deactivation-dialog.php:86
2885
+ msgid "I didn't like plugin design"
2886
+ msgstr "لم يُعجبني تصميم الإضافة"
2887
+
2888
+ #: wpf-admin/deactivation-dialog.php:68
2889
+ msgid "The plugin is great, but I need specific features"
2890
+ msgstr "الإضافة رائعة، لكنني أحتاج إلى مواصفات خاصة"
2891
+
2892
+ #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
2893
+ msgid "What type of features you want to be in the plugin?"
2894
+ msgstr "ماهي المواصفات التي تريدها أن تكون في الإضافة؟"
2895
+
2896
+ #: wpf-admin/deactivation-dialog.php:50
2897
+ msgid "I couldn't understand how to make it work"
2898
+ msgstr "لا يمكنني فهم طريقة جعل الإضافة تعمل"
2899
+
2900
+ #: wpf-admin/deactivation-dialog.php:46
2901
+ msgid "It's not what I was looking for"
2902
+ msgstr "إنها ليست ما كنت أبحث عنه"
2903
+
2904
+ #: wpf-admin/deactivation-dialog.php:30
2905
+ msgid "What kind of problems do you have?"
2906
+ msgstr "ما نوع المشاكل التي لديك؟"
2907
+
2908
+ #: wpf-admin/deactivation-dialog.php:28
2909
+ msgid "The plugin is not working"
2910
+ msgstr "الإضافة لا تعمل"
2911
+
2912
+ #: wpf-admin/deactivation-dialog.php:24
2913
+ msgid "I'll reactivate it later"
2914
+ msgstr "سوف أُعيد تفعيلها لاحقًا"
2915
+
2916
+ #: wpf-admin/deactivation-dialog.php:18
2917
+ msgid "Please let us know why you are deactivating. Choosing one of the options below you will help us make it better for you and for other users."
2918
+ msgstr ""
2919
+
2920
+ #: wpf-admin/deactivation-dialog.php:9
2921
+ msgid "Plugin Usage Feedback"
2922
+ msgstr ""
2923
+
2924
+ #: wpf-admin/dashboard.php:194
2925
+ msgid "Update Topics Statistic"
2926
+ msgstr "تحديث إحصائيات المواضيع"
2927
+
2928
+ #: wpf-admin/dashboard.php:199
2929
+ msgid "Synch User Profiles"
2930
+ msgstr ""
2931
+
2932
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
2933
+ msgid "The setTimestamp() method of PHP DateTime class is not available. Please make sure you use PHP 5.4 and higher version on your hosting service."
2934
+ msgstr ""
2935
+
2936
+ #: wpf-includes/wpf-phrases.php:908
2937
+ msgid "%s replied to the topic %s"
2938
+ msgstr "%s قام بالرد على الموضوع %s"
2939
+
2940
+ #: wpf-includes/wpf-phrases.php:114 wpf-includes/integration/buddypress.php:703
2941
+ msgid "You do not have permission to mark notifications for that user."
2942
+ msgstr ""
2943
+
2944
+ #: wpf-includes/wpf-phrases.php:115 wpf-includes/integration/buddypress.php:699
2945
+ msgid "Are you sure you wanted to do that?"
2946
+ msgstr "هل أنت متأكد من رغبتك بفعل هذا؟"
2947
+
2948
+ #: wpf-includes/wpf-phrases.php:116 wpf-includes/integration/buddypress.php:540
2949
+ msgid "You have %d new reply to %s"
2950
+ msgstr "لديك %d رد جديد على %s"
2951
+
2952
+ #: wpf-includes/integration/buddypress.php:538
2953
+ msgid "You have %d new reply to %2$s from %3$s"
2954
+ msgstr "لديك %d رد جديد على %2$s من %3$s"
2955
+
2956
+ #: wpf-includes/wpf-phrases.php:118 wpf-includes/integration/buddypress.php:534
2957
+ msgid "You have %d new replies"
2958
+ msgstr "لديك %d ردود جديدة"
2959
+
2960
+ #: wpf-includes/wpf-phrases.php:119 wpf-includes/integration/buddypress.php:531
2961
+ msgid "Topic reply"
2962
+ msgstr ""
2963
+
2964
+ #: wpf-includes/wpf-phrases.php:976 wpf-includes/integration/buddypress.php:100
2965
+ msgid "Liked Posts"
2966
+ msgstr ""
2967
+
2968
+ #: wpf-includes/wpf-phrases.php:975 wpf-includes/integration/buddypress.php:89
2969
+ msgid "Replies Created"
2970
+ msgstr ""
2971
+
2972
+ #: wpf-includes/wpf-phrases.php:974 wpf-includes/integration/buddypress.php:78
2973
+ msgid "Topics Started"
2974
+ msgstr ""
2975
+
2976
+ #: wpf-includes/integration/buddypress.php:34
2977
+ msgid "Search Forums..."
2978
+ msgstr ""
2979
+
2980
+ #: wpf-includes/functions-template.php:628
2981
+ #: wpf-includes/functions-template.php:893
2982
+ msgid "Order by"
2983
+ msgstr "الترتيب حسب"
2984
+
2985
+ #: wpf-includes/functions-template.php:531
2986
+ #: wpf-includes/functions-template.php:704
2987
+ msgid "ASC"
2988
+ msgstr "تصاعدي"
2989
+
2990
+ #: wpf-includes/functions-template.php:530
2991
+ #: wpf-includes/functions-template.php:703
2992
+ msgid "DESC"
2993
+ msgstr "تنازلي"
2994
+
2995
+ #: wpf-includes/functions-template.php:527
2996
+ msgid "Views Count"
2997
+ msgstr "عداد المشاهدات"
2998
+
2999
+ #: wpf-includes/functions-template.php:526
3000
+ msgid "Posts Count"
3001
+ msgstr "عدد المشاركات"
3002
+
3003
+ #: wpf-includes/functions-template.php:525
3004
+ #: wpf-includes/functions-template.php:700
3005
+ msgid "Modified Date"
3006
+ msgstr "تاريخ التعديل"
3007
+
3008
+ #: wpf-includes/functions-template.php:524
3009
+ #: wpf-includes/functions-template.php:699
3010
+ msgid "Created Date"
3011
+ msgstr "تاريخ الإنشاء"
3012
+
3013
+ #: wpf-includes/class-moderation.php:173
3014
+ msgid "Probably spam file attachments have been detected by wpForo Spam Control. Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
3015
+ msgstr ""
3016
+
3017
+ #: wpf-admin/tools.php:15
3018
+ msgid "Privacy &amp; Rules"
3019
+ msgstr ""
3020
+
3021
+ #: wpf-admin/tools-tabs/legal.php:158
3022
+ msgid "You should edit this text and adapt it to your community rules."
3023
+ msgstr "يجب عليك تعديل هذا النص وتكييفه مع قواعد مجتمعك."
3024
+
3025
+ #: wpf-admin/tools-tabs/legal.php:158
3026
+ msgid "This is a basic example of forum rules provided by"
3027
+ msgstr ""
3028
+
3029
+ #: wpf-admin/tools-tabs/legal.php:157
3030
+ msgid "Forum Rules Text"
3031
+ msgstr "نصّ قوانين المنتدى"
3032
+
3033
+ #: wpf-admin/tools-tabs/legal.php:146
3034
+ msgid "If this option is enabled, users must accept forum rules by checking the required checkbox on registration form to be able create a forum account. The label text of this checkbox can be managed in Forums > Phrases admin page. Search the label phrase, click on edit button and change it."
3035
+ msgstr ""
3036
+
3037
+ #: wpf-admin/tools-tabs/legal.php:145
3038
+ msgid "Checkbox: I Accept Forum Rules"
3039
+ msgstr "خانة الاختيار: أوافق على قواعد المنتدى"
3040
+
3041
+ #: wpf-admin/tools-tabs/legal.php:139
3042
+ msgid "Forum Rules"
3043
+ msgstr "قوانين المنتدى"
3044
+
3045
+ #: wpf-admin/tools-tabs/legal.php:127
3046
+ msgid "Please note, that this option is only related to wpForo cookies. This doesn't disable WordPress and other plugins cookies. wpForo stores a small amount of data in cookies, it used to track visited forums and topics (bold and normal titles). Also when a guest (not registered user) creates a topic or post a reply, wpForo stores guest name and email address in cookies. wpForo uses this information to detect current guest content (topics, posts) and display it to the guest even if the content is under moderation (not approved by moderators). Also wpForo stores guest name and email in cookies to keep filled these fields when he/she posts a new reply or creates a new topic."
3047
+ msgstr ""
3048
+
3049
+ #: wpf-admin/tools-tabs/legal.php:126
3050
+ msgid "Forum Cookies"
3051
+ msgstr "ملفات ارتباط المنتدى"
3052
+
3053
+ #: wpf-admin/tools-tabs/legal.php:115
3054
+ msgid "If this option is enabled, the Facebook Login button becomes not-clickable until user accept automatic account creation process based on his/her Facebook public profile information. This checkbox and appropriate information will be displayed with Facebook Login button to comply with the GDPR"
3055
+ msgstr ""
3056
+
3057
+ #: wpf-admin/tools-tabs/legal.php:114
3058
+ msgid "Checkbox: I Agree to create a forum account on Facebook Login"
3059
+ msgstr "خانة الاختيار: أوافق على إنشاء حساب منتدى على تسجيل دخول Facebook"
3060
+
3061
+ #: wpf-admin/tools-tabs/legal.php:92
3062
+ msgid "This is an example of forum Privacy Policy with GDPR compliant. It adapted to wpForo plugin functions and features. <u>In case you enable this privacy policy template you become responsible for the content of this template.</u> Please read this text carefully and make sure it suits your community Privacy Policy. If it doesn't, you should edit this text and adapt it to your community rules. This template includes shortcodes [forum-name] and [forum-url]. They are automatically replaced on registration page with current forum details. Don't forget to add an information about your organization, location and contacting ways (page, email, phone, etc...). Also if you have a separate privacy policy page for website please add a link to that page."
3063
+ msgstr ""
3064
+
3065
+ #: wpf-admin/tools-tabs/legal.php:91
3066
+ msgid "Forum Privacy Policy with GDPR compliant Template"
3067
+ msgstr ""
3068
+
3069
+ #: wpf-admin/tools-tabs/legal.php:79
3070
+ msgid "Checkbox: I Agree to Forum Privacy Policy"
3071
+ msgstr ""
3072
+
3073
+ #: wpf-admin/tools-tabs/legal.php:74
3074
+ msgid "Privacy Policy Page URL"
3075
+ msgstr "عنوان URL لصفحة سياسة الخصوصية"
3076
+
3077
+ #: wpf-admin/tools-tabs/legal.php:74
3078
+ msgid "URL to Website Privacy Policy page"
3079
+ msgstr ""
3080
+
3081
+ #: wpf-admin/tools-tabs/legal.php:73
3082
+ msgid "Terms Page URL"
3083
+ msgstr "عنوان URL لصفحة الشروط"
3084
+
3085
+ #: wpf-admin/tools-tabs/legal.php:73
3086
+ msgid "URL to Website Terms page"
3087
+ msgstr ""
3088
+
3089
+ #: wpf-admin/tools-tabs/legal.php:70
3090
+ msgid "Please insert URLs to your website Terms and Privacy Policy pages. Links to these pages will be included in registration form checkbox label (I'm agree with website terms and privacy policy) and in Forum Privacy Policy. The forum Privacy Policy does not cover your whole website, it is just an extension of your website main Privacy Policy. Thus it should be linked to according pages."
3091
+ msgstr ""
3092
+
3093
+ #: wpf-admin/tools-tabs/legal.php:69
3094
+ msgid "Website Terms and Privacy Policy Pages"
3095
+ msgstr ""
3096
+
3097
+ #: wpf-admin/tools-tabs/legal.php:58
3098
+ msgid "If this option is enabled, users must agree to receive an email confirmation with a link to set a password by checking the required checkbox on registration form to be able create a forum account. The checkbox label can be managed in Forums > Phrases admin page."
3099
+ msgstr ""
3100
+
3101
+ #: wpf-admin/tools-tabs/legal.php:57
3102
+ msgid "Checkbox: I Agree to Receive an Email Confirmation"
3103
+ msgstr "خانة الاختيار: أوافق على تلقي تأكيد بالبريد الإلكتروني"
3104
+
3105
+ #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3106
+ msgid "If this option is enabled, users must accept forum Terms and Privacy Policy by checking the required checkbox on registration form to be able create a forum account. The checkbox label can be managed in Forums > Phrases admin page."
3107
+ msgstr ""
3108
+
3109
+ #: wpf-admin/tools-tabs/legal.php:45
3110
+ msgid "Checkbox: I Accept Website Terms and Privacy Policy"
3111
+ msgstr ""
3112
+
3113
+ #: wpf-admin/tools-tabs/legal.php:40
3114
+ msgid "Please insert a page URL, where user can find a contact form or an information to contact the forum administrator."
3115
+ msgstr ""
3116
+
3117
+ #: wpf-admin/tools-tabs/legal.php:39
3118
+ msgid "URL to - Contact Us - page"
3119
+ msgstr "عنوان URL إلى - صفحة اتصل بنا"
3120
+
3121
+ #: wpf-admin/tools-tabs/legal.php:35
3122
+ msgid "Report user rights violation"
3123
+ msgstr "الإبلاغ عن انتهاك حقوق المستخدم"
3124
+
3125
+ #: wpf-admin/tools-tabs/legal.php:34
3126
+ msgid "Report user data access and control issue"
3127
+ msgstr ""
3128
+
3129
+ #: wpf-admin/tools-tabs/legal.php:33
3130
+ msgid "Delete account with created content"
3131
+ msgstr "حذف الحساب مع المحتوى الذي تم إنشاؤه"
3132
+
3133
+ #: wpf-admin/tools-tabs/legal.php:32
3134
+ msgid "Obtain personal data and created content"
3135
+ msgstr "الحصول على البيانات الشخصية والمحتوى الذي تم إنشاؤه"
3136
+
3137
+ #: wpf-admin/tools-tabs/legal.php:28
3138
+ msgid "According to the GDPR, all users should have an option to contact website administrator in following cases:"
3139
+ msgstr ""
3140
+
3141
+ #: wpf-admin/tools-tabs/legal.php:26
3142
+ msgid "Contact Information"
3143
+ msgstr "معلومات الاتصال"
3144
+
3145
+ #: wpf-admin/tools-tabs/legal.php:20
3146
+ msgid "GDPR Key Changes"
3147
+ msgstr ""
3148
+
3149
+ #: wpf-admin/tools-tabs/legal.php:19
3150
+ msgid "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is a regulation by which the European Parliament, the Council of the European Union and the European Commission intend to strengthen and unify data protection for all individuals within the European Union (EU). After four years of preparation and debate the GDPR was finally approved by the EU Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time those organizations in non-compliance may face heavy fines. More info at"
3151
+ msgstr ""
3152
+
3153
+ #: wpf-admin/tools-tabs/legal.php:16
3154
+ msgid "Forum Privacy Policy and GDPR compliant"
3155
+ msgstr ""
3156
+
3157
+ #: wpf-admin/tools-tabs/antispam.php:280
3158
+ msgid "Exclude file extensions"
3159
+ msgstr "استبعاد إمتدادات الملف"
3160
+
3161
+ #: wpf-admin/tools-tabs/antispam.php:270
3162
+ msgid "Enable File Scanner"
3163
+ msgstr "تمكين فحص الملف"
3164
+
3165
+ #: wpf-admin/tools-tabs/antispam.php:247
3166
+ msgid "Example of adding a new HTML tags: "
3167
+ msgstr "مثال على إضافة وسوم HTML جديدة:"
3168
+
3169
+ #: wpf-admin/tools-tabs/antispam.php:246
3170
+ msgid "By default wpForo allows all secure HTML tags in post content. Allowing a new HTML tag may affect your forum security. For example the &lt;iframe&gt; and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd party ads and viruses to forum."
3171
+ msgstr "بشكل افتراضي، يسمح wpForo بجميع وسوم HTML الآمنة في محتوى المشاركة. قد يؤثر السماح بعلامة HTML جديدة على أمان المنتدى. على سبيل المثال، يمكن استخدام علامتي HTML التاليتين &lt;iframe&gt; و &lt;script&gt; بواسطة مرسلي البريد العشوائي والمتسللين لتحميل إعلانات وفيروسات طرفٍ ثالثٍ إلى المنتدى."
3172
+
3173
+ #: wpf-admin/tools-tabs/antispam.php:245
3174
+ msgid "Allow extra HTML tags"
3175
+ msgstr "السماح بوسوم HTML إضافية"
3176
+
3177
+ #: wpf-admin/tools-tabs/antispam.php:238
3178
+ msgid "Options to control and filter post content"
3179
+ msgstr ""
3180
+
3181
+ #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
3182
+ #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
3183
+ msgid "Set this option value 0 if you want to remove time limit."
3184
+ msgstr ""
3185
+
3186
+ #: wpf-admin/options-tabs/features.php:87
3187
+ msgid "Sitewide"
3188
+ msgstr ""
3189
+
3190
+ #: wpf-admin/options-tabs/features.php:49
3191
+ msgid "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
3192
+ msgstr ""
3193
+
3194
+ #: wpf-admin/options-tabs/features.php:49
3195
+ msgid "BuddyPress Profile Forum Tab Integration"
3196
+ msgstr ""
3197
+
3198
+ #: wpf-admin/options-tabs/features.php:48
3199
+ msgid "Creates notification on new forum reply in BuddyPress Profile Notification page."
3200
+ msgstr ""
3201
+
3202
+ #: wpf-admin/options-tabs/features.php:48
3203
+ msgid "BuddyPress Notification Integration"
3204
+ msgstr "تكامل مع إشعارات BuddyPress"
3205
+
3206
+ #: wpf-admin/options-tabs/features.php:47
3207
+ msgid "Posts members activity (new topic, new reply, post like) to BuddyPress Profile Activity page."
3208
+ msgstr ""
3209
+
3210
+ #: wpf-admin/options-tabs/features.php:47
3211
+ msgid "BuddyPress Activity Integration"
3212
+ msgstr ""
3213
+
3214
+ #: wpf-admin/options-tabs/api.php:213
3215
+ msgid "The post sharing toggle can be displayed either on the left side or on the top of each post. The general share buttons can be displayed on both (top and bottom) locations."
3216
+ msgstr ""
3217
+
3218
+ #: wpf-admin/options-tabs/api.php:212
3219
+ msgid "Share Button Locations"
3220
+ msgstr ""
3221
+
3222
+ #: wpf-admin/options-tabs/api.php:206
3223
+ msgid "Square"
3224
+ msgstr "مربع"
3225
+
3226
+ #: wpf-admin/options-tabs/api.php:205
3227
+ msgid "Figure"
3228
+ msgstr ""
3229
+
3230
+ #: wpf-admin/options-tabs/api.php:204
3231
+ msgid "Mixed"
3232
+ msgstr ""
3233
+
3234
+ #: wpf-admin/options-tabs/api.php:179
3235
+ msgid "Post sharing toggle allows you to share posts individually. You can see post sharing toggles on the left, right side or in top bar of each post. The toggle blue color is the current primary color (#12) of your forum style. For example, if you use the red forum style, the color of all share toggles will be red. This doesn't affect share button colors. They are always grey with original colors on mouse hover."
3236
+ msgstr ""
3237
+
3238
+ #: wpf-admin/options-tabs/api.php:172
3239
+ msgid "Button &amp; Count"
3240
+ msgstr ""
3241
+
3242
+ #: wpf-admin/options-tabs/api.php:171
3243
+ msgid "Button"
3244
+ msgstr "زر"
3245
+
3246
+ #: wpf-admin/options-tabs/api.php:170
3247
+ msgid "Icon"
3248
+ msgstr "أيقونة"
3249
+
3250
+ #: wpf-admin/options-tabs/api.php:167
3251
+ msgid "Colored"
3252
+ msgstr "ملون"
3253
+
3254
+ #: wpf-admin/options-tabs/api.php:166
3255
+ msgid "Grey"
3256
+ msgstr "رمادي"
3257
+
3258
+ #: wpf-admin/options-tabs/api.php:162
3259
+ msgid "General share buttons are forum and topic sharing buttons. They are located on the top and the bottom of each page. You can manage location of these buttons using \"Share Buttons Location\" options bellow."
3260
+ msgstr ""
3261
+
3262
+ #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
3263
+ #: wpf-admin/options-tabs/api.php:229
3264
+ msgid "Post Sharing Toggle"
3265
+ msgstr ""
3266
+
3267
+ #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
3268
+ #: wpf-admin/options-tabs/api.php:217
3269
+ msgid "General Share Buttons"
3270
+ msgstr "أزرار المشاركة العامة"
3271
+
3272
+ #: wpf-admin/options-tabs/api.php:138
3273
+ msgid "Enable Share Buttons"
3274
+ msgstr "تمكين أزرار المشاركة"
3275
+
3276
+ #: wpf-admin/options-tabs/api.php:104
3277
+ msgid "Check the checkbox below share options to activate. <b>Please note, that the Facebook share button cannot be activated without Facebook API ID.</b> Please follow to the \"Facebook API Configuration\" option instruction above and fill the API ID field in order to activate Facebook Share button."
3278
+ msgstr ""
3279
+
3280
+ #: wpf-admin/options-tabs/api.php:103
3281
+ msgid "Active Share Buttons"
3282
+ msgstr ""
3283
+
3284
+ #: wpf-includes/wpf-phrases.php:916
3285
+ msgid "Target Topic not found"
3286
+ msgstr ""
3287
+
3288
+ #. Plugin Name of the plugin
3289
+ #: wpf-admin/options-tabs/features.php:82
3290
+ msgid "wpForo"
3291
+ msgstr "wpForo"
3292
+
3293
+ #: wpf-includes/wpf-phrases.php:933
3294
+ msgid "This action changes topic URL. Once the topic is moved to other forum the old URL of this topic will no longer be available."
3295
+ msgstr ""
3296
+
3297
+ #: wpf-includes/wpf-phrases.php:932
3298
+ msgid "Move Reply"
3299
+ msgstr "نقل الرد"
3300
+
3301
+ #: wpf-includes/wpf-phrases.php:931
3302
+ msgid "Split"
3303
+ msgstr ""
3304
+
3305
+ #: wpf-includes/wpf-phrases.php:930
3306
+ msgid "Merge"
3307
+ msgstr "دمج"
3308
+
3309
+ #: wpf-includes/wpf-phrases.php:929
3310
+ msgid "Topic once split cannot be unsplit. The first post of new topic becomes the earliest reply."
3311
+ msgstr ""
3312
+
3313
+ #: wpf-includes/wpf-phrases.php:928
3314
+ msgid "Select Posts to Split"
3315
+ msgstr ""
3316
+
3317
+ #: wpf-includes/wpf-phrases.php:927
3318
+ msgid "New Topic Forum"
3319
+ msgstr ""
3320
+
3321
+ #: wpf-includes/wpf-phrases.php:926
3322
+ msgid "New Topic Title"
3323
+ msgstr ""
3324
+
3325
+ #: wpf-includes/wpf-phrases.php:925
3326
+ msgid "Create new topic with split posts. The first post of new topic becomes the earliest reply."
3327
+ msgstr ""
3328
+
3329
+ #: wpf-includes/wpf-phrases.php:924
3330
+ msgid "Create New Topic"
3331
+ msgstr "إنشاء موضوع جديد"
3332
+
3333
+ #: wpf-includes/wpf-phrases.php:923
3334
+ msgid "Topics once merged cannot be unmerged. This topic URL will no longer be available."
3335
+ msgstr ""
3336
+
3337
+ #: wpf-includes/wpf-phrases.php:922
3338
+ msgid "Update post titles with target topic title."
3339
+ msgstr ""
3340
+
3341
+ #: wpf-includes/wpf-phrases.php:921
3342
+ msgid "Update post dates (current date) to allow append posts to the end of the target topic."
3343
+ msgstr ""
3344
+
3345
+ #: wpf-includes/wpf-phrases.php:920
3346
+ msgid "All posts will be merged and displayed (ordered) in target topic according to posts dates. If you want to append merged posts to the end of the target topic you should allow to update posts dates to current date by check the option below."
3347
+ msgstr ""
3348
+
3349
+ #: wpf-includes/wpf-phrases.php:919
3350
+ msgid "Please copy the target topic URL from browser address bar and paste in the field below."
3351
+ msgstr ""
3352
+
3353
+ #: wpf-includes/wpf-phrases.php:918
3354
+ msgid "Split Topic"
3355
+ msgstr ""
3356
+
3357
+ #: wpf-includes/wpf-phrases.php:917
3358
+ msgid "Merge Topics"
3359
+ msgstr ""
3360
+
3361
+ #: wpf-includes/wpf-phrases.php:915
3362
+ msgid "Target Topic URL"
3363
+ msgstr ""
3364
+
3365
+ #: wpf-includes/wpf-phrases.php:913
3366
+ msgid "Forum post like"
3367
+ msgstr ""
3368
+
3369
+ #: wpf-includes/wpf-phrases.php:912
3370
+ msgid "Forum post"
3371
+ msgstr ""
3372
+
3373
+ #: wpf-includes/wpf-phrases.php:911
3374
+ msgid "Forum topic"
3375
+ msgstr ""
3376
+
3377
+ #: wpf-includes/wpf-phrases.php:910
3378
+ msgid "Read more"
3379
+ msgstr "قراءة المزيد"
3380
+
3381
+ #: wpf-includes/wpf-phrases.php:909
3382
+ msgid "%s liked forum post %s"
3383
+ msgstr "أُعجب %s بمشاركتك %s"
3384
+
3385
+ #: wpf-includes/wpf-phrases.php:74
3386
+ msgid "%s posted a new topic %s"
3387
+ msgstr "نشر %s موضوعًا جديدًا %s"
3388
+
3389
+ #: wpf-includes/wpf-phrases.php:907
3390
+ msgid "%s created a new topic %s"
3391
+ msgstr "قام %s بإنشاء موضوع جديد %s"
3392
+
3393
+ #: wpf-includes/wpf-phrases.php:773 wpf-includes/class-forums.php:78
3394
+ msgid "Can view poll result"
3395
+ msgstr "يمكن عرض نتيجة استطلاع الرأي"
3396
+
3397
+ #: wpf-includes/wpf-phrases.php:772 wpf-includes/class-forums.php:77
3398
+ msgid "Can vote poll"
3399
+ msgstr "يمكن القيام بالتصويت"
3400
+
3401
+ #: wpf-includes/wpf-phrases.php:771 wpf-includes/class-forums.php:76
3402
+ msgid "Can create poll"
3403
+ msgstr "يمكن إنشاء استطلاع راي"
3404
+
3405
+ #: wpf-includes/wpf-phrases.php:770 wpf-includes/class-forums.php:65
3406
+ msgid "Can approve/unapprove content"
3407
+ msgstr "يمكن الموافقة/عدم الموافقة على المحتوى"
3408
+
3409
+ #: wpf-includes/wpf-phrases.php:769 wpf-includes/class-forums.php:70
3410
+ msgid "Can view attached files"
3411
+ msgstr ""
3412
+
3413
+ #: wpf-admin/options-tabs/general.php:87
3414
+ msgid "More info"
3415
+ msgstr "المزيد من المعلومات"
3416
+
3417
+ #: wpf-admin/options-tabs/features.php:93
3418
+ msgid "Thank you!"
3419
+ msgstr "شكرًا لك!"
3420
+
3421
+ #: wpf-admin/options-tabs/features.php:16
3422
+ msgid "Enable WordPress Shortcodes in Post Content"
3423
+ msgstr ""
3424
+
3425
+ #: wpf-admin/dashboard.php:22
3426
+ msgid "Welcome to wpForo"
3427
+ msgstr "مرحبا بك في wpForo"
3428
+
3429
+ #: wpf-admin/dashboard.php:32 wpf-admin/addons.php:31
3430
+ msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
3431
+ msgstr "شكرًا لك!<br> مع خالص التقدير،<br> فريق gVectors"
3432
+
3433
+ #: wpf-admin/usergroup.php:364
3434
+ msgid "Display on Members List"
3435
+ msgstr "عرض في قائمة الأعضاء"
3436
+
3437
+ #: wpf-includes/wpf-phrases.php:904
3438
+ msgid "Forgot Your Password?"
3439
+ msgstr "هل نسيت كلمة المرور؟"
3440
+
3441
+ #: wpf-includes/wpf-phrases.php:903
3442
+ msgid "Reset Password"
3443
+ msgstr "استعادة كلمة المرور"
3444
+
3445
+ #: wpf-includes/wpf-phrases.php:902
3446
+ msgid "Please Insert Your Email or Username"
3447
+ msgstr "الرجاء إدخال بريدك الإلكتروني أو اسم العضوية"
3448
+
3449
+ #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
3450
+ msgid "Enter your email address or username and we'll send you a link you can use to pick a new password."
3451
+ msgstr "قم بإدخال عنوان بريدك الإلكتروني أو اسم عضويتك وسنقوم بإرسال رابط لك لتقوم باختيار كلمة مرور جديدة."
3452
+
3453
+ #: wpf-includes/wpf-phrases.php:900
3454
+ msgid "Join us today!"
3455
+ msgstr "انضم إلينا اليوم!"
3456
+
3457
+ #: wpf-includes/wpf-phrases.php:899
3458
+ msgid "Welcome!"
3459
+ msgstr "مرحبًا!"
3460
+
3461
+ #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
3462
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
3463
+ msgstr ""
3464
+
3465
+ #: wpf-includes/wpf-phrases.php:897
3466
+ msgid "Google reCAPTCHA verification failed"
3467
+ msgstr "فشل التحقق من Google reCAPTCHA"
3468
+
3469
+ #: wpf-includes/wpf-phrases.php:896
3470
+ msgid "You are not allowed to edit this post"
3471
+ msgstr ""
3472
+
3473
+ #: wpf-admin/tools-tabs/antispam.php:222
3474
+ msgid "WordPress Reset Password Form"
3475
+ msgstr "نموذج إعادة تعيين كلمة المرور الخاص بـ WordPress"
3476
+
3477
+ #: wpf-admin/tools-tabs/antispam.php:213
3478
+ msgid "WordPress Registration Form"
3479
+ msgstr "نموذج التسجيل الخاص بـ WordPress"
3480
+
3481
+ #: wpf-admin/tools-tabs/antispam.php:204
3482
+ msgid "WordPress Login Form"
3483
+ msgstr "نموذج تسجيل الدخول الخاص بـ WordPress"
3484
+
3485
+ #: wpf-admin/tools-tabs/antispam.php:195
3486
+ msgid "wpForo Reset Password Form"
3487
+ msgstr "نموذج إعادة تعيين كلمة المرور الخاص بـ wpForo"
3488
+
3489
+ #: wpf-admin/tools-tabs/antispam.php:186
3490
+ msgid "wpForo Registration Form"
3491
+ msgstr "نموذج التسجيل الخاص بـ wpForo"
3492
+
3493
+ #: wpf-admin/tools-tabs/antispam.php:177
3494
+ msgid "wpForo Login Form"
3495
+ msgstr "نموذج تسجيل الدخول الخاص بـ wpForo"
3496
+
3497
+ #: wpf-admin/tools-tabs/antispam.php:167
3498
+ msgid "Guest Post Editor"
3499
+ msgstr ""
3500
+
3501
+ #: wpf-admin/tools-tabs/antispam.php:158
3502
+ msgid "Guest Topic Editor"
3503
+ msgstr ""
3504
+
3505
+ #: wpf-admin/tools-tabs/antispam.php:153
3506
+ msgid "Dark"
3507
+ msgstr "داكن"
3508
+
3509
+ #: wpf-admin/tools-tabs/antispam.php:152
3510
+ msgid "Light"
3511
+ msgstr "فاتح"
3512
+
3513
+ #: wpf-admin/tools-tabs/antispam.php:149
3514
+ msgid "reCAPTCHA Theme"
3515
+ msgstr "قالب reCAPTCHA"
3516
+
3517
+ #: wpf-admin/tools-tabs/antispam.php:144
3518
+ msgid "reCAPTCHA Settings"
3519
+ msgstr "إعدادات reCAPTCHA"
3520
+
3521
+ #: wpf-admin/tools-tabs/antispam.php:137
3522
+ msgid "Secret Key"
3523
+ msgstr ""
3524
+
3525
+ #: wpf-admin/tools-tabs/antispam.php:131
3526
+ msgid "Site Key"
3527
+ msgstr ""
3528
+
3529
+ #: wpf-admin/tools-tabs/antispam.php:124
3530
+ msgid "Register your site and get API keys here &raquo;"
3531
+ msgstr ""
3532
+
3533
+ #: wpf-admin/tools-tabs/antispam.php:123
3534
+ msgid "To start using reCAPTCHA, you need to sign up for an API key pair for your site."
3535
+ msgstr ""
3536
+
3537
+ #: wpf-admin/tools-tabs/antispam.php:121
3538
+ msgid "reCAPTCHA API Keys"
3539
+ msgstr ""
3540
+
3541
+ #: wpf-admin/tools-tabs/antispam.php:119
3542
+ msgid "reCAPTCHA protects you against spam and other types of automated abuse. It makes secure topic and post editors when Guest Posting is allowed, also it protects login and registration forms against spam attacks."
3543
+ msgstr ""
3544
+
3545
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2783
3546
+ msgid "Google reCAPTCHA"
3547
+ msgstr "Google reCAPTCHA"
3548
+
3549
+ #: wpf-admin/options-tabs/posts.php:42
3550
+ msgid "Recent Posts Display Type"
3551
+ msgstr ""
3552
+
3553
+ #: wpf-admin/options-tabs/members.php:82
3554
+ msgid "Redirect after subscription confirmation"
3555
+ msgstr "إعادة التوجيه بعد تأكيد الاشتراك"
3556
+
3557
+ #: wpf-admin/options-tabs/members.php:81
3558
+ msgid "Redirect after registration"
3559
+ msgstr "إعادة التوجيه بعد التسجيل"
3560
+
3561
+ #: wpf-admin/options-tabs/members.php:80
3562
+ msgid "Redirect after login"
3563
+ msgstr "إعادة التوجيه بعد الدخول"
3564
+
3565
+ #: wpf-admin/options-tabs/members.php:68
3566
+ msgid "For member profile, account and subscription pages use following URLs:"
3567
+ msgstr ""
3568
+
3569
+ #: wpf-admin/options-tabs/members.php:66
3570
+ msgid "Custom Redirection URLs after following actions"
3571
+ msgstr ""
3572
+
3573
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:884
3574
+ msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
3575
+ msgstr ""
3576
+
3577
+ #: wpf-admin/options-tabs/features.php:15
3578
+ msgid "Show Member Mention Nicknames"
3579
+ msgstr ""
3580
+
3581
+ #. Description of the plugin
3582
+ msgid "WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts."
3583
+ msgstr ""
3584
+
3585
+ #: wpforo.php:1131
3586
+ msgid "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. Converts wpForo topic and posts, likes to myCRED points."
3587
+ msgstr ""
3588
+
3589
+ #: wpforo.php:1129
3590
+ msgid "wpForo Polls is a complete addon to help forum members create, vote and manage polls effectively. Comes with poll specific permissions and settings."
3591
+ msgstr "استطلاعات رأي wpForo هو ملحق كامل لمساعدة أعضاء المنتدى على إنشاء التصويت وإدارة استطلاعات الرأي بشكل فعّال. يأتي مع أذونات وإعدادات محددة للتصويت."
3592
+
3593
+ #: wpf-themes/classic/functions.php:159
3594
+ msgid "Set this option value 0 if you want to show the whole post content in recent post area."
3595
+ msgstr ""
3596
+
3597
+ #: wpf-themes/classic/functions.php:158
3598
+ msgid "Extended Layout - Recent post length"
3599
+ msgstr ""
3600
+
3601
+ #: wpf-themes/classic/functions.php:150
3602
+ msgid "Set this option value 0 if you want to show all posts in recent posts area."
3603
+ msgstr ""
3604
+
3605
+ #: wpf-themes/classic/functions.php:149
3606
+ msgid "Extended Layout - Number of Recent posts"
3607
+ msgstr "تنسيق موسع - عدد المشاركات الحديثة"
3608
+
3609
+ #: wpf-themes/classic/functions.php:139
3610
+ msgid "Extended Layout - Recent posts"
3611
+ msgstr "تنسيق موسع - أحدث المشاركات"
3612
+
3613
+ #: wpf-themes/classic/functions.php:72
3614
+ msgid "Q&A Layout - Recent topic length"
3615
+ msgstr "تنسيق الأسئلة والأجوبة - طول الموضوع الأحدث"
3616
+
3617
+ #: wpf-themes/classic/functions.php:65
3618
+ msgid "Q&A Layout - Number of Recent topics"
3619
+ msgstr "تنسيق الأسئلة والأجوبة - عدد المواضيع الحديثة"
3620
+
3621
+ #: wpf-themes/classic/functions.php:56
3622
+ msgid "Q&A Layout - Recent topics"
3623
+ msgstr "تنسيق اﻷسئلة واﻷجوبة - أحدث المواضيع"
3624
+
3625
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
3626
+ #: wpf-themes/classic/functions.php:126
3627
+ msgid "Set this option value 0 if you want to show the whole title in recent topic area."
3628
+ msgstr ""
3629
+
3630
+ #: wpf-themes/classic/functions.php:42
3631
+ msgid "Extended Layout - Recent topic length"
3632
+ msgstr "تنسيق موسع - طول الموضوع الأحدث"
3633
+
3634
+ #: wpf-themes/classic/functions.php:35
3635
+ msgid "Extended Layout - Number of Recent topics"
3636
+ msgstr "تنسيق موسع - عدد المواضيع الحديثة"
3637
+
3638
+ #: wpf-themes/classic/functions.php:26
3639
+ msgid "Extended Layout - Recent topics"
3640
+ msgstr "تنسيق موسع - المواضيع الحديثة"
3641
+
3642
+ #: wpf-includes/wpf-phrases.php:893
3643
+ msgid "You can mention a person using @nicename in post content to send that person an email message. When you post a topic or reply, forum sends an email message to the user letting them know that they have been mentioned on the post."
3644
+ msgstr ""
3645
+
3646
+ #: wpf-includes/wpf-phrases.php:892
3647
+ msgid "in forum"
3648
+ msgstr "في المنتدى"
3649
+
3650
+ #: wpf-includes/wpf-phrases.php:891
3651
+ msgid "forum link"
3652
+ msgstr "رابط المنتدى"
3653
+
3654
+ #: wpf-includes/class-api.php:232
3655
+ msgid "Invalid User"
3656
+ msgstr "مستخدم غير صالح"
3657
+
3658
+ #: wpf-includes/class-api.php:227
3659
+ msgid "Your email is required to be able authorize you here. Please try loging again. "
3660
+ msgstr ""
3661
+
3662
+ #: wpf-includes/class-api.php:200
3663
+ msgid "Please login into Facebook and then click connect button again"
3664
+ msgstr ""
3665
+
3666
+ #: wpf-admin/usergroup.php:329
3667
+ msgid "use default link color"
3668
+ msgstr "استخدام لون الرابط الافتراضي"
3669
+
3670
+ #: wpf-admin/usergroup.php:326
3671
+ msgid "Usergroup Color"
3672
+ msgstr "لون مجموعة الأعضاء"
3673
+
3674
+ #: wpf-admin/usergroup.php:98
3675
+ msgid "default (#15)"
3676
+ msgstr "الافتراضي (#15)"
3677
+
3678
+ #: wpf-admin/usergroup.php:38
3679
+ msgid "Default Access"
3680
+ msgstr "الصلاحية الافتراضية"
3681
+
3682
+ #: wpf-admin/tools.php:17
3683
+ msgid "Misc"
3684
+ msgstr ""
3685
+
3686
+ #: wpf-admin/tools-tabs/misc.php:28
3687
+ msgid "The noIndex code tells Google and other search engines to NOT index the page, so that it cannot be found in search results. Please insert page URLs you do not want to be indexed one per line in the textarea bellow."
3688
+ msgstr ""
3689
+
3690
+ #: wpf-admin/tools-tabs/misc.php:27
3691
+ msgid "Noindex forum page URLs"
3692
+ msgstr ""
3693
+
3694
+ #: wpf-admin/tools-tabs/misc.php:20
3695
+ msgid "wpForo adds nofollow to all links with external URLs. If you want to keep some domains as internal please insert domains one per line in the textarea bellow."
3696
+ msgstr ""
3697
+
3698
+ #: wpf-admin/tools-tabs/misc.php:19
3699
+ msgid "Allowed dofollow domains"
3700
+ msgstr ""
3701
+
3702
+ #: wpf-admin/tools-tabs/misc.php:11
3703
+ msgid "SEO Tools"
3704
+ msgstr "أدوات SEO"
3705
+
3706
+ #: wpf-admin/tools-tabs/legal.php:16
3707
+ msgid "Documentation"
3708
+ msgstr "التوثيق"
3709
+
3710
+ #: wpf-admin/options-tabs/members.php:101
3711
+ msgid "Member Custom Title by default"
3712
+ msgstr ""
3713
+
3714
+ #: wpf-admin/options-tabs/members.php:92
3715
+ msgid "Member Custom Titles"
3716
+ msgstr ""
3717
+
3718
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:445
3719
+ msgid "Replace Login Page URL to Forum Login Page URL"
3720
+ msgstr ""
3721
+
3722
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:446
3723
+ msgid "Replace Registration Page URL to Forum Registration Page URL"
3724
+ msgstr ""
3725
+
3726
+ #: wpf-admin/options-tabs/emails.php:278
3727
+ msgid "User Mention message body"
3728
+ msgstr ""
3729
+
3730
+ #: wpf-admin/options-tabs/emails.php:273
3731
+ msgid "User Mention message subject"
3732
+ msgstr ""
3733
+
3734
+ #: wpf-admin/options-tabs/emails.php:263
3735
+ msgid "Enable Email Notification"
3736
+ msgstr "تمكين إشعارات البريد الإلكتروني"
3737
+
3738
+ #: wpf-admin/options-tabs/emails.php:258
3739
+ msgid "User Mentioning Email"
3740
+ msgstr ""
3741
+
3742
+ #: wpf-admin/options-tabs/api.php:87
3743
+ msgid "Custom URL"
3744
+ msgstr "عنوان URL مخصص"
3745
+
3746
+ #: wpf-admin/options-tabs/api.php:87
3747
+ msgid "Custom URL, e.g.: http://example.com/my-page/"
3748
+ msgstr "عنوان URL مخصص، مثل: http://example.com/my-page/"
3749
+
3750
+ #: wpf-admin/options-tabs/api.php:85
3751
+ msgid "Custom"
3752
+ msgstr "مخصص"
3753
+
3754
+ #: wpf-admin/options-tabs/api.php:79
3755
+ msgid "Redirect to this page after success login"
3756
+ msgstr "إعادة التوجيه إلى هذه الصفحة بعد تسجيل الدخول بنجاح"
3757
+
3758
+ #: wpf-admin/options-tabs/api.php:68
3759
+ msgid "Facebook Login button on User Registration page"
3760
+ msgstr ""
3761
+
3762
+ #: wpf-admin/options-tabs/api.php:57
3763
+ msgid "Facebook Login button on User Login page"
3764
+ msgstr "زر تسجيل الدخول بواسطة Facebook في صفحة تسجيل دخول المستخدم"
3765
+
3766
+ #: wpf-admin/options-tabs/api.php:46
3767
+ msgid "Facebook API connection script (sharing, login, cross-posting...)"
3768
+ msgstr "سكربت اتصال Facebook API (المشاركة، تسجيل الدخول، النشر المتعدد عبر الصفحات \"cross-posting\" ...)"
3769
+
3770
+ #: wpf-admin/options-tabs/api.php:45
3771
+ msgid "Facebook SDK for JavaScript"
3772
+ msgstr "Facebook SDK لـ جافا سكربت"
3773
+
3774
+ #: wpf-admin/options-tabs/api.php:39 wpf-admin/options-tabs/api.php:51
3775
+ #: wpf-admin/options-tabs/api.php:62 wpf-admin/options-tabs/api.php:73
3776
+ #: wpf-admin/options-tabs/api.php:146 wpf-admin/options-tabs/api.php:153
3777
+ #: wpf-admin/options-tabs/posts.php:55 wpf-admin/options-tabs/posts.php:75
3778
+ #: wpf-admin/options-tabs/posts.php:87 wpf-admin/options-tabs/posts.php:109
3779
+ #: wpf-admin/options-tabs/posts.php:121 wpf-admin/options-tabs/posts.php:133
3780
+ #: wpf-admin/options-tabs/posts.php:216 wpf-admin/options-tabs/posts.php:225
3781
+ #: wpf-admin/options-tabs/members.php:96 wpf-admin/options-tabs/forums.php:22
3782
+ #: wpf-admin/tools-tabs/legal.php:51 wpf-admin/tools-tabs/legal.php:63
3783
+ #: wpf-admin/tools-tabs/legal.php:85 wpf-admin/tools-tabs/legal.php:120
3784
+ #: wpf-admin/tools-tabs/legal.php:132 wpf-admin/tools-tabs/legal.php:151
3785
+ msgid "Disable"
3786
+ msgstr "تعطيل"
3787
+
3788
+ #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
3789
+ #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
3790
+ #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:152
3791
+ #: wpf-admin/options-tabs/posts.php:54 wpf-admin/options-tabs/posts.php:74
3792
+ #: wpf-admin/options-tabs/posts.php:86 wpf-admin/options-tabs/posts.php:108
3793
+ #: wpf-admin/options-tabs/posts.php:120 wpf-admin/options-tabs/posts.php:132
3794
+ #: wpf-admin/options-tabs/posts.php:215 wpf-admin/options-tabs/posts.php:224
3795
+ #: wpf-admin/options-tabs/members.php:95 wpf-admin/options-tabs/forums.php:21
3796
+ #: wpf-admin/tools-tabs/legal.php:50 wpf-admin/tools-tabs/legal.php:62
3797
+ #: wpf-admin/tools-tabs/legal.php:84 wpf-admin/tools-tabs/legal.php:119
3798
+ #: wpf-admin/tools-tabs/legal.php:131 wpf-admin/tools-tabs/legal.php:150
3799
+ msgid "Enable"
3800
+ msgstr "تمكين"
3801
+
3802
+ #: wpf-admin/options-tabs/api.php:34
3803
+ msgid "Adds Facebook Login button on Registration and Login pages."
3804
+ msgstr "يضيف زر تسجيل الدخول بواسطة Facebook على صفحات التسجيل وتسجيل الدخول."
3805
+
3806
+ #: wpf-admin/options-tabs/api.php:33
3807
+ msgid "Facebook Login"
3808
+ msgstr "الدخول بواسطة Facebook"
3809
+
3810
+ #: wpf-admin/options-tabs/api.php:28
3811
+ msgid "App Secret"
3812
+ msgstr "المفتاح السري للتطبيق App Secret"
3813
+
3814
+ #: wpf-admin/options-tabs/api.php:27
3815
+ msgid "App ID"
3816
+ msgstr "معرّف التطبيق (App ID)"
3817
+
3818
+ #: wpf-admin/options-tabs/api.php:24
3819
+ msgid "Please follow to this instruction"
3820
+ msgstr "الرجاء اتباع هذه التعليمات"
3821
+
3822
+ #: wpf-admin/options-tabs/api.php:24
3823
+ msgid "In order to get an App ID and Secret Key from Facebook, you’ll need to register a new application. Don’t worry – its very easy, and your application doesn't need to do anything. We only need the keys."
3824
+ msgstr ""
3825
+
3826
+ #: wpf-admin/options-tabs/api.php:23
3827
+ msgid "Facebook API Configuration"
3828
+ msgstr ""
3829
+
3830
+ #: wpf-includes/wpf-phrases.php:888
3831
+ msgid "No posts were found here"
3832
+ msgstr "لم يتم العثور على مشاركات هنا"
3833
+
3834
+ #: wpf-admin/tools-tabs/misc.php:105 wpf-includes/wpf-phrases.php:887
3835
+ msgid "Recent Posts"
3836
+ msgstr "أحدث المشاركات"
3837
+
3838
+ #: wpf-includes/wpf-phrases.php:882
3839
+ msgid "Reset Result"
3840
+ msgstr "إعادة تعيين النتيجة"
3841
+
3842
+ #: wpf-includes/wpf-phrases.php:881
3843
+ msgid "Reset Search"
3844
+ msgstr "إعادة تعيين البحث"
3845
+
3846
+ #: wpf-includes/wpf-phrases.php:880
3847
+ msgid "Display Name or Nicename"
3848
+ msgstr "عرض الاسم أو الاسم المستعار"
3849
+
3850
+ #: wpf-includes/wpf-phrases.php:879
3851
+ msgid "Find a member"
3852
+ msgstr "ابحث عن عضو"
3853
+
3854
+ #: wpf-includes/wpf-phrases.php:878
3855
+ msgid "Topics RSS Feed"
3856
+ msgstr "تغذية RSS للمواضيع"
3857
+
3858
+ #: wpf-includes/wpf-phrases.php:877
3859
+ msgid "Forums RSS Feed"
3860
+ msgstr "تغذية RSS للمنتديات"
3861
+
3862
+ #: wpf-includes/wpf-phrases.php:876
3863
+ msgid "Add Reply"
3864
+ msgstr "إضافة رد"
3865
+
3866
+ #: wpf-includes/functions-installation.php:456
3867
+ msgid "This process may take a few seconds or dozens of minutes, please be patient and don't close this page. Database backup is not required. If you got 500 Server Error please don't worry, the data updating process is still working in MySQL server."
3868
+ msgstr "من الممكن أن تأخذ هذه العملية ثوان أو عدة دقائق، يرجى الصبر من فضلك ولا تغلق هذه الصفحة. لا تحتاج إلى نسخة احتياطية من قاعدة البيانات. إذا حدث خطأ 500 في السيرفر فلا تقلق، بيانات تحديث خادم MySQL لا زالت تعمل."
3869
+
3870
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:885
3871
+ msgid "Enable RSS Feed"
3872
+ msgstr "تمكين تغذية RSS "
3873
+
3874
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:883
3875
+ msgid "Log Viewed Forums and Topics"
3876
+ msgstr "سجل عرض المنتديات والمواضيع"
3877
+
3878
+ #: wpforo.php:1132
3879
+ msgid "Advanced user profile builder system. Allows to add new fields and manage profile page. Creates custom Registration, Account, Member Search forms."
3880
+ msgstr ""
3881
+
3882
+ #: wpf-includes/wpf-phrases.php:873
3883
+ msgid "Required field"
3884
+ msgstr "حقل مطلوب"
3885
+
3886
+ #: wpf-includes/wpf-phrases.php:872
3887
+ msgid "--- Choose ---"
3888
+ msgstr "--- اختر ---"
3889
+
3890
+ #: wpf-includes/wpf-phrases.php:868
3891
+ msgid "approved"
3892
+ msgstr "تمت الموافقة"
3893
+
3894
+ #: wpf-includes/wpf-phrases.php:835
3895
+ msgid "You do not have permission to view this page"
3896
+ msgstr "ليس لديك الصلاحيات الكافية للوصول إلى هذه الصفحة."
3897
+
3898
+ #: wpf-admin/usergroup.php:358
3899
+ msgid "This is only used when a new Usergroup is created, it automatically gets the selected Forum Access in all forums."
3900
+ msgstr ""
3901
+
3902
+ #: wpf-admin/usergroup.php:353
3903
+ msgid "Default Forum Access"
3904
+ msgstr "الدخول الافتراضي للمنتدى"
3905
+
3906
+ #: wpf-admin/usergroup.php:90
3907
+ msgid "Set as Default"
3908
+ msgstr "تعيين كافتراضي"
3909
+
3910
+ #: wpf-admin/usergroup.php:87
3911
+ msgid "is Default"
3912
+ msgstr "افتراضي"
3913
+
3914
+ #: wpf-admin/options-tabs/members.php:41 wpf-admin/member.php:17
3915
+ #: wpf-admin/moderation.php:17 wpf-admin/phrase.php:120
3916
+ msgid "Filter"
3917
+ msgstr "تصفية"
3918
+
3919
+ #: wpf-admin/options-tabs/members.php:37 wpf-includes/wpf-phrases.php:886
3920
+ msgid "Members Search Type"
3921
+ msgstr "نوع البحث عن الأعضاء"
3922
+
3923
+ #: wpf-admin/options-tabs/emails.php:245
3924
+ msgid "Reset Password message body"
3925
+ msgstr "محتوى رسالة إعادة تعيين كلمة المرور"
3926
+
3927
+ #: wpf-admin/options-tabs/emails.php:229
3928
+ msgid "This message comes from Reset Password form."
3929
+ msgstr "هذه الرسالة قادمة من نموذج إعادة تعيين كلمة المرور."
3930
+
3931
+ #: wpf-admin/options-tabs/emails.php:228
3932
+ msgid "Reset Password Emails"
3933
+ msgstr "رسائل البريد الإلكتروني لإعادة تعيين كلمة المرور"
3934
+
3935
+ #: wpforo.php:1135
3936
+ msgid "Blog to Forum and Forum to Blog content synchronization. Blog posts with Forum topics and Blog comments with Forum replies."
3937
+ msgstr ""
3938
+
3939
+ #: wpf-includes/wpf-phrases.php:865
3940
+ msgid "Anonymous"
3941
+ msgstr "غير معروف"
3942
+
3943
+ #: wpf-includes/wpf-phrases.php:864
3944
+ msgid "User Title"
3945
+ msgstr "عنوان المستخدم"
3946
+
3947
+ #: wpf-includes/wpf-hooks.php:1587 wpf-includes/wpf-phrases.php:863
3948
+ msgid "Rating Title"
3949
+ msgstr "عنوان التقييم"
3950
+
3951
+ #: wpf-admin/usergroup.php:35 wpf-includes/wpf-phrases.php:862
3952
+ msgid "Usergroup"
3953
+ msgstr "مجموعة المستخدمين"
3954
+
3955
+ #: wpforo.php:1136
3956
+ msgid "Ads Manager is a powerful yet simple advertisement management system, that allows you to add adverting banners between forums, topics and posts."
3957
+ msgstr ""
3958
+
3959
+ #: wpf-includes/wpf-hooks.php:2684
3960
+ msgid "New Usergroup"
3961
+ msgstr "مجموعة أعضاء جديدة"
3962
+
3963
+ #: wpf-includes/wpf-hooks.php:2644 wpf-includes/wpf-hooks.php:2690
3964
+ msgid "New Phrase"
3965
+ msgstr "عبارة جديدة"
3966
+
3967
+ #: wpf-includes/wpf-hooks.php:2642
3968
+ msgid "New User Group"
3969
+ msgstr "مجموعة مستخدمين جديدة"
3970
+
3971
+ #: wpf-includes/wpf-hooks.php:2640 wpf-includes/wpf-hooks.php:2662
3972
+ msgid "New Forum"
3973
+ msgstr "منتدى جديد"
3974
+
3975
+ #: wpf-includes/functions-installation.php:449
3976
+ msgid "Forum users' profile data are not synchronized yet, this step is required! Please click the button below to complete installation."
3977
+ msgstr ""
3978
+
3979
+ #: wpf-includes/functions-installation.php:448
3980
+ msgid "wpForo Forum Installation | "
3981
+ msgstr "تثبيت منتدى wpForo | "
3982
+
3983
+ #: wpf-includes/functions-installation.php:446
3984
+ #: wpf-includes/functions-installation.php:457
3985
+ msgid "You can permanently disable this message in Dashboard > Forums > Features admin page."
3986
+ msgstr ""
3987
+
3988
+ #: wpf-includes/functions-installation.php:445
3989
+ msgid "This process may take a few seconds or dozens of minutes, please be patient and don't close this page."
3990
+ msgstr "من الممكن أن تأخذ هذه العملية ثوانٍ قليلة أو عدّة دقائق، من فضلك كن صبورًا ولا تغلق هذه الصفحة."
3991
+
3992
+ #: wpf-includes/functions-installation.php:442
3993
+ msgid "Continue Synchronization"
3994
+ msgstr "تابع المزامنة"
3995
+
3996
+ #: wpf-includes/functions-installation.php:442
3997
+ msgid "Start Profile Synchronization"
3998
+ msgstr ""
3999
+
4000
+ #: wpf-admin/tools-tabs/cleanup.php:37
4001
+ msgid "Enable Auto-cleanup of inactive users"
4002
+ msgstr "تمكين التنظيف التلقائي للأعضاء الغير نشطين"
4003
+
4004
+ #: wpf-admin/tools-tabs/cleanup.php:26
4005
+ msgid "Filter by Usergroups"
4006
+ msgstr "التصفية حسب مجموعات الأعضاء"
4007
+
4008
+ #: wpf-admin/tools-tabs/cleanup.php:21
4009
+ msgid "days ago"
4010
+ msgstr "قبل أيام"
4011
+
4012
+ #: wpf-admin/tools-tabs/cleanup.php:20
4013
+ msgid "Inactive users who have been registered more than"
4014
+ msgstr ""
4015
+
4016
+ #: wpf-admin/tools-tabs/cleanup.php:14
4017
+ msgid "Inactive users are the account owners who have no topics, posts, comments and subscriptions for new content. In 99&#37; cases this kind of accounts are being registered by Spammers. This tool allows you to only keep active and known inactive users."
4018
+ msgstr ""
4019
+
4020
+ #: wpf-admin/tools-tabs/cleanup.php:13
4021
+ msgid "Delete Inactive Users"
4022
+ msgstr "حذف الأعضاء الغير نشطين"
4023
+
4024
+ #: wpf-admin/options-tabs/members.php:162
4025
+ msgid "Display Usergroup under Post Author Avatar"
4026
+ msgstr "عرض مجموعة العضو تحت الصورة الرمزية لكاتب الموضوع"
4027
+
4028
+ #: wpf-admin/options-tabs/members.php:88 wpf-includes/wpf-phrases.php:361
4029
+ msgid "Member Reputation and Titles"
4030
+ msgstr ""
4031
+
4032
+ #: wpf-admin/options-tabs/features.php:43
4033
+ msgid "Turn Off User Syncing Note"
4034
+ msgstr ""
4035
+
4036
+ #: wpf-admin/options-tabs/features.php:41
4037
+ msgid "Enable User Profile Page indexing"
4038
+ msgstr ""
4039
+
4040
+ #: wpf-admin/options-tabs/features.php:38
4041
+ msgid "Enable Memory Cache"
4042
+ msgstr "تمكين ذاكرة التخزين المؤقت"
4043
+
4044
+ #: wpf-admin/options-tabs/features.php:37
4045
+ msgid "Enable HTML Cache"
4046
+ msgstr "تفعيل ذاكرة HTML"
4047
+
4048
+ #: wpf-admin/options-tabs/features.php:35
4049
+ msgid "Enable Object Cache"
4050
+ msgstr ""
4051
+
4052
+ #: wpf-admin/dashboard.php:191
4053
+ msgid "Delete All Caches"
4054
+ msgstr "مسح كافة ذاكرات التخزين المؤقت"
4055
+
4056
+ #: wpf-includes/wpf-phrases.php:859
4057
+ msgid "Submit"
4058
+ msgstr "إرسال"
4059
+
4060
+ #: wpf-includes/wpf-phrases.php:858
4061
+ msgid "removed link"
4062
+ msgstr "رابط تم إزالته"
4063
+
4064
+ #: wpf-includes/wpf-phrases.php:857
4065
+ msgid "Post is empty"
4066
+ msgstr "المشاركة فارغة"
4067
+
4068
+ #: wpf-includes/wpf-phrases.php:856
4069
+ msgid "You are not allowed to attach this file type"
4070
+ msgstr "لا يسمح لك بإرفاق هذا النوع من الملفات"
4071
+
4072
+ #: wpf-includes/wpf-phrases.php:869
4073
+ msgid "unapproved"
4074
+ msgstr ""
4075
+
4076
+ #: wpf-includes/wpf-phrases.php:855
4077
+ msgid "Done!"
4078
+ msgstr "تم!"
4079
+
4080
+ #: wpf-includes/wpf-phrases.php:854
4081
+ msgid "Settings successfully updated"
4082
+ msgstr "تم تحديث الإعدادات بنجاح"
4083
+
4084
+ #: wpf-includes/wpf-phrases.php:853
4085
+ msgid "Topic first post data not found."
4086
+ msgstr ""
4087
+
4088
+ #: wpf-includes/wpf-phrases.php:852
4089
+ msgid "Topic first post not found."
4090
+ msgstr ""
4091
+
4092
+ #: wpf-includes/wpf-phrases.php:851
4093
+ msgid "Awaiting moderation"
4094
+ msgstr ""
4095
+
4096
+ #: wpf-includes/wpf-hooks.php:2108
4097
+ msgid "This post is currently unapproved. You can approve posts in Dashboard &raquo; Forums &raquo; Moderation admin page."
4098
+ msgstr ""
4099
+
4100
+ #: wpf-includes/wpf-hooks.php:2008
4101
+ msgid "This topic is currently unapproved. You can approve topics in Dashboard &raquo; Forums &raquo; Moderation admin page."
4102
+ msgstr ""
4103
+
4104
+ #: wpf-includes/wpf-hooks.php:2007 wpf-includes/wpf-hooks.php:2107
4105
+ msgid "Please Moderate: "
4106
+ msgstr ""
4107
+
4108
+ #: wpf-includes/wpf-phrases.php:870
4109
+ msgid "approve"
4110
+ msgstr "موافق عليه"
4111
+
4112
+ #: wpf-includes/wpf-phrases.php:871
4113
+ msgid "unapprove"
4114
+ msgstr "لم يتم الموافقة عليه"
4115
+
4116
+ #: wpf-admin/includes/moderation-listtable.php:138
4117
+ msgid "Type"
4118
+ msgstr "النوع"
4119
+
4120
+ #: wpf-admin/member.php:69
4121
+ msgid "Banned"
4122
+ msgstr "محظور"
4123
+
4124
+ #: wpf-admin/moderation.php:46
4125
+ msgid "Published"
4126
+ msgstr "منشور"
4127
+
4128
+ #: wpf-admin/moderation.php:40
4129
+ msgid "Unapproved"
4130
+ msgstr "لم تتم الموافقة"
4131
+
4132
+ #: wpf-admin/tools.php:14
4133
+ msgid "Antispam"
4134
+ msgstr "مكافحة البريد العشوائي"
4135
+
4136
+ #: wpf-admin/tools.php:8
4137
+ msgid "Forum Tools"
4138
+ msgstr "أدوات المنتدى"
4139
+
4140
+ #: wpf-admin/tools-tabs/antispam.php:343
4141
+ msgid "Are you sure you want to delete all DARK RED marked files listed here. Please download Wordpress /wp-content/uploads/wpforo/ folder to your local computer before deleting files, this is not undoable."
4142
+ msgstr ""
4143
+
4144
+ #: wpf-admin/tools-tabs/antispam.php:341
4145
+ msgid "Click to delete Dark Red marked files"
4146
+ msgstr ""
4147
+
4148
+ #: wpf-admin/tools-tabs/antispam.php:337
4149
+ msgid "Are you sure you want to delete all RED marked files listed here. Please download Wordpress /wp-content/uploads/wpforo/ folder to your local computer before deleting files, this is not undoable."
4150
+ msgstr ""
4151
+
4152
+ #: wpf-admin/tools-tabs/antispam.php:335
4153
+ msgid "Click to delete Red marked files"
4154
+ msgstr "انقر لحذف الملفات المميزة باللون الأحمر"
4155
+
4156
+ #: wpf-admin/tools-tabs/antispam.php:331
4157
+ msgid "Are you sure you want to delete all ORANGE marked files listed here. Please download Wordpress /wp-content/uploads/wpforo/ folder to your local computer before deleting files, this is not undoable."
4158
+ msgstr ""
4159
+
4160
+ #: wpf-admin/tools-tabs/antispam.php:329
4161
+ msgid "Click to delete Orange marked files"
4162
+ msgstr "انقر لحذف الملفات المميزة باللون البرتقالي"
4163
+
4164
+ #: wpf-admin/tools-tabs/antispam.php:326 wpf-admin/tools-tabs/antispam.php:332
4165
+ #: wpf-admin/tools-tabs/antispam.php:338 wpf-admin/tools-tabs/antispam.php:344
4166
+ msgid "Delete All"
4167
+ msgstr "حذف الكل"
4168
+
4169
+ #: wpf-admin/tools-tabs/antispam.php:325
4170
+ msgid "Are you sure you want to delete all BLUE marked files listed here. Please download Wordpress /wp-content/uploads/wpforo/ folder to your local computer before deleting files, this is not undoable."
4171
+ msgstr ""
4172
+
4173
+ #: wpf-admin/tools-tabs/antispam.php:324
4174
+ msgid "Click to delete Blue marked files"
4175
+ msgstr "انقر لحذف الملفات المميزة باللون الأزرق"
4176
+
4177
+ #: wpf-admin/tools-tabs/antispam.php:313
4178
+ msgid "Are you sure you want to permanently delete this file?"
4179
+ msgstr ""
4180
+
4181
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-includes/wpf-phrases.php:107
4182
+ msgid "Delete this file"
4183
+ msgstr "حذف هذا الملف"
4184
+
4185
+ #: wpf-admin/tools-tabs/antispam.php:286
4186
+ msgid "Directory"
4187
+ msgstr "الدليل"
4188
+
4189
+ #: wpf-admin/tools-tabs/antispam.php:265
4190
+ msgid "This tool is designed to find attachment which have been uploaded by spammers. The tool checks most common spammer filenames and suggest to delete but you should check one by one and make sure those are spam files before deleting."
4191
+ msgstr ""
4192
+
4193
+ #: wpf-admin/tools-tabs/antispam.php:264
4194
+ msgid "Possible Spam Attachments"
4195
+ msgstr ""
4196
+
4197
+ #: wpf-admin/tools-tabs/antispam.php:105
4198
+ msgid "Do not allow to attach files with following extensions:"
4199
+ msgstr ""
4200
+
4201
+ #: wpf-admin/tools-tabs/antispam.php:100
4202
+ msgid "Min number of posts to be able post links"
4203
+ msgstr ""
4204
+
4205
+ #: wpf-admin/tools-tabs/antispam.php:96
4206
+ msgid "Min number of posts to be able attach files"
4207
+ msgstr ""
4208
+
4209
+ #: wpf-admin/tools-tabs/antispam.php:84
4210
+ msgid "posts"
4211
+ msgstr "مشاركات"
4212
+
4213
+ #: wpf-admin/tools-tabs/antispam.php:84
4214
+ msgid "first"
4215
+ msgstr "الأول"
4216
+
4217
+ #: wpf-admin/tools-tabs/antispam.php:82
4218
+ msgid "User is New (under hard spam control) during"
4219
+ msgstr ""
4220
+
4221
+ #: wpf-admin/tools-tabs/antispam.php:75
4222
+ msgid "Some useful options to limit just registered users and minimize spam. These options don't affect users whose Usergroup has \"Can edit member\" and \"Can pass moderation\" permissions."
4223
+ msgstr ""
4224
+
4225
+ #: wpf-admin/tools-tabs/antispam.php:74
4226
+ msgid "New Registered User"
4227
+ msgstr "مستخدم مسجل جديد"
4228
+
4229
+ #: wpf-admin/tools-tabs/antispam.php:65
4230
+ msgid " is enabled"
4231
+ msgstr "مفعلاً"
4232
+
4233
+ #: wpf-admin/tools-tabs/antispam.php:60
4234
+ msgid "Spam Suspicion Level for Posts"
4235
+ msgstr ""
4236
+
4237
+ #: wpf-admin/tools-tabs/antispam.php:56
4238
+ msgid "Spam Suspicion Level for Topics"
4239
+ msgstr ""
4240
+
4241
+ #: wpf-admin/tools-tabs/antispam.php:47
4242
+ msgid "Notify via email when new user is banned"
4243
+ msgstr ""
4244
+
4245
+ #: wpf-admin/tools-tabs/antispam.php:38
4246
+ msgid "Ban user when spam is suspected"
4247
+ msgstr ""
4248
+
4249
+ #: wpf-admin/tools-tabs/antispam.php:29
4250
+ msgid "Enable wpForo Spam Control"
4251
+ msgstr ""
4252
+
4253
+ #: wpf-admin/tools-tabs/antispam.php:23
4254
+ msgid "Some useful options to limit just registered users and minimize spam. This control don't affect users whose Usergroup has \"Can edit member\" and \"Can pass moderation\" permissions."
4255
+ msgstr ""
4256
+
4257
+ #: wpf-admin/tools-tabs/antispam.php:22
4258
+ msgid "Spam Control"
4259
+ msgstr ""
4260
+
4261
+ #: wpf-admin/tools-tabs/antispam.php:11
4262
+ msgid "is not installed! For an advanced Spam Control please install Akismet antispam plugin, it works well with wpForo Spam Control system. Akismet is already integrated with wpForo. It'll help to filter posts and protect forum against spam attacks."
4263
+ msgstr ""
4264
+
4265
+ #: wpf-admin/moderation.php:10
4266
+ msgid "Topic and Post Moderation"
4267
+ msgstr ""
4268
+
4269
+ #: wpf-admin/admin.php:48 wpf-includes/wpf-hooks.php:2674
4270
+ msgid "Moderation"
4271
+ msgstr ""
4272
+
4273
+ #: wpf-admin/admin.php:45 wpf-includes/wpf-hooks.php:2670
4274
+ #: wpf-includes/wpf-phrases.php:914
4275
+ msgid "Tools"
4276
+ msgstr "أدوات"
4277
+
4278
+ #: wpf-includes/wpf-phrases.php:848
4279
+ msgid "Subscribe to this topic"
4280
+ msgstr "إشترك في هذا الموضوع"
4281
+
4282
+ #: wpforo.php:1134
4283
+ msgid "Provides a safe way to communicate directly with other members. Messages are private and can only be viewed by conversation participants."
4284
+ msgstr ""
4285
+
4286
+ #: wpf-includes/wpf-phrases.php:847
4287
+ msgid "You are not permitted to subscribe here"
4288
+ msgstr "غير مسموح لك الاشتراك هنا"
4289
+
4290
+ #: wpf-includes/wpf-phrases.php:846
4291
+ msgid "Forum ID is not detected"
4292
+ msgstr ""
4293
+
4294
+ #: wpf-includes/wpf-phrases.php:845
4295
+ msgid "Only Admins and Moderators can see your private topics."
4296
+ msgstr "يمكن للمسؤولين والمشرفين فقط رؤية موضوعاتك الخاصة."
4297
+
4298
+ #: wpf-includes/wpf-phrases.php:844
4299
+ msgid "Private Topic"
4300
+ msgstr "موضوع خاص"
4301
+
4302
+ #: wpf-includes/wpf-phrases.php:843
4303
+ msgid "public"
4304
+ msgstr "عام"
4305
+
4306
+ #: wpf-includes/wpf-phrases.php:842
4307
+ msgid "private"
4308
+ msgstr "خاص"
4309
+
4310
+ #: wpf-includes/wpf-phrases.php:841 wpf-includes/class-forums.php:64
4311
+ msgid "Can view private topic"
4312
+ msgstr ""
4313
+
4314
+ #: wpf-includes/wpf-phrases.php:840 wpf-includes/class-forums.php:63
4315
+ msgid "Can set own topic private"
4316
+ msgstr ""
4317
+
4318
+ #: wpf-includes/wpf-phrases.php:762 wpf-includes/class-forums.php:62
4319
+ msgid "Can set topic private"
4320
+ msgstr ""
4321
+
4322
+ #: wpf-includes/wpf-phrases.php:318
4323
+ msgid "Google+"
4324
+ msgstr "Google+‎"
4325
+
4326
+ #: wpf-admin/includes/phrase-listtable.php:270
4327
+ msgid "filter by package"
4328
+ msgstr "تصفية حسب الحزمة"
4329
+
4330
+ #: wpf-includes/class-notices.php:220
4331
+ msgid "View all Addons"
4332
+ msgstr "عرض كل الإضافات الملحقة"
4333
+
4334
+ #: wpf-includes/class-notices.php:207
4335
+ msgid "Extend your forum with wpForo addons"
4336
+ msgstr "وسّع المنتدى الخاص بك مع ملحقات wpForo"
4337
+
4338
+ #: wpf-includes/class-notices.php:207
4339
+ msgid "New Addons for Your Forum!"
4340
+ msgstr "إضافات ملحقة جديدة لمنتداك!"
4341
+
4342
+ #: wpf-admin/forum.php:307
4343
+ msgid "Make sure you insert a class of font-awesome icon, it should start with fa- prefix like &quot;fas fa-comments&quot;."
4344
+ msgstr ""
4345
+
4346
+ #: wpf-admin/forum.php:307
4347
+ msgid "here"
4348
+ msgstr "هنا"
4349
+
4350
+ #: wpf-admin/forum.php:307
4351
+ msgid "You can find all icons"
4352
+ msgstr "يمكنك أن تجد كافة الأيقونات"
4353
+
4354
+ #: wpf-admin/forum.php:305
4355
+ msgid "Font-awesome Icon"
4356
+ msgstr "أيقونة Font-awesome"
4357
+
4358
+ #: wpf-admin/forum.php:302
4359
+ msgid "Forum Icon"
4360
+ msgstr "أيقونة المنتدى"
4361
+
4362
+ #: wpf-includes/wpf-phrases.php:368
4363
+ msgid "You have been banned. Please contact the forum administratoristrators for more information."
4364
+ msgstr "لقد تم حظرك. الرجاء التواصل مع مدراء المنتدى لمزيد من المعلومات."
4365
+
4366
+ #: wpf-admin/includes/member-listtable.php:391
4367
+ msgid "filter by status"
4368
+ msgstr "الفرز حسب الحالة"
4369
+
4370
+ #: wpf-admin/includes/member-listtable.php:370 wpf-includes/wpf-phrases.php:536
4371
+ msgid "filter by group"
4372
+ msgstr "الفرز حسب المجموعة"
4373
+
4374
+ #: wpf-includes/class-posts.php:65
4375
+ msgid "You are not permitted to view this attachment"
4376
+ msgstr "غير مسموح لك الاطلاع على هذا المرفق"
4377
+
4378
+ #: wpf-includes/class-members.php:1967
4379
+ msgid "Attribute all content to:"
4380
+ msgstr ""
4381
+
4382
+ #: wpf-includes/class-members.php:1965
4383
+ msgid "Delete all wpForo content."
4384
+ msgstr "حذف جميع محتوى wpForo."
4385
+
4386
+ #: wpf-includes/class-members.php:1961
4387
+ msgid "What should be done with wpForo content owned by these users?"
4388
+ msgstr "ما الذي يجب فعله مع محتوى wpForo الذي يمتلكه هؤلاء المستخدمون؟"
4389
+
4390
+ #: wpf-includes/class-members.php:1959
4391
+ msgid "What should be done with wpForo content owned by this user?"
4392
+ msgstr "ما الذي يجب فعله مع محتوى wpForo الذي يمتلكه هذا المستخدم؟"
4393
+
4394
+ #: wpf-includes/class-members.php:225
4395
+ msgid "<strong>ERROR</strong>: This email is already registered, please choose another one."
4396
+ msgstr "<strong>خطأ</strong>: هذا البريد الإلكتروني مسجل مسبقاً، يرجى إضافة بريد إلكتروني مختلف."
4397
+
4398
+ #: wpf-includes/class-members.php:219
4399
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
4400
+ msgstr "<strong>خطأ</strong>: البريد الإلكتروني غير صحيح."
4401
+
4402
+ #: wpf-includes/class-members.php:214
4403
+ msgid "<strong>ERROR</strong>: Please type your email address."
4404
+ msgstr "<strong>خطأ</strong>: يرجى كتابة عنوان بريدك الإلكتروني."
4405
+
4406
+ #: wpf-includes/class-members.php:209
4407
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
4408
+ msgstr "<strong>خطأ</strong>: عذرًا، اسم المُستخدم هذا غير مسموح به."
4409
+
4410
+ #: wpf-includes/class-members.php:204
4411
+ msgid "<strong>ERROR</strong>: This username is already registered. Please choose another one."
4412
+ msgstr "<strong>خطأ</strong>: اسم المستخدم هذا مسجّل مسبقاً. الرجاء اختيار اسم آخر."
4413
+
4414
+ #: wpf-includes/class-members.php:193
4415
+ msgid "<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username."
4416
+ msgstr ""
4417
+
4418
+ #: wpf-includes/class-members.php:188
4419
+ msgid "<strong>ERROR</strong>: Please enter a username."
4420
+ msgstr "<strong>خطأ</strong>: الرجاء إدخال اسم مستخدم."
4421
+
4422
+ #: wpf-includes/class-forums.php:753
4423
+ msgid "Add a new Forum in this Category"
4424
+ msgstr "إضافة منتدى جديد في هذا التصنيف"
4425
+
4426
+ #: wpf-includes/class-forums.php:753
4427
+ msgid "Add a new Subforum"
4428
+ msgstr "إضافة منتدى فرعي جديد"
4429
+
4430
+ #: wpf-admin/options-tabs/posts.php:201
4431
+ msgid "This message will be displayed when a non-permitted forum member clicks on attached file link in topic and posts."
4432
+ msgstr ""
4433
+
4434
+ #: wpf-admin/options-tabs/posts.php:200
4435
+ msgid "Attachment click - message for non-permitted users"
4436
+ msgstr ""
4437
+
4438
+ #: wpf-admin/options-tabs/general.php:93
4439
+ msgid "This option is only related to XML language files. You should upload a translation XML file to have a new language option in this drop-down. If you are using PO/MO translation files you should change WordPress Language in Dashboard > Settings admin page to load according translation for wpForo."
4440
+ msgstr ""
4441
+
4442
+ #: wpf-admin/options-tabs/general.php:38
4443
+ msgid "one URL per line"
4444
+ msgstr "عنوان URL واحد لكل سطر"
4445
+
4446
+ #: wpf-admin/options-tabs/general.php:38
4447
+ msgid "Exclude page URLs"
4448
+ msgstr ""
4449
+
4450
+ #: wpf-admin/options-tabs/general.php:35
4451
+ msgid "This option will disable WordPress on front-end. Only forum pages and excluded post/pages will be available. wpForo will look like as a stand-alone forum."
4452
+ msgstr ""
4453
+
4454
+ #: wpf-admin/options-tabs/features.php:57
4455
+ msgid "Enable this option if you want the topic subscription checkbox to be checked by default."
4456
+ msgstr ""
4457
+
4458
+ #: wpf-admin/options-tabs/features.php:57
4459
+ msgid "Topic subscription option on post editor - checked/enabled"
4460
+ msgstr ""
4461
+
4462
+ #: wpf-admin/options-tabs/features.php:56
4463
+ msgid "This option adds topic subscription checkbox next to new topic and post submit button."
4464
+ msgstr ""
4465
+
4466
+ #: wpf-admin/options-tabs/features.php:56
4467
+ msgid "Topic subscription option on post editor"
4468
+ msgstr "خيار الاشتراك في الموضوع في محرر النشر"
4469
+
4470
+ #: wpf-admin/options-tabs/features.php:23
4471
+ msgid "If you have enabled this option, after registering, user can not login without confirming the email."
4472
+ msgstr "إذا قمت بتمكين هذا الخيار، بعد التسجيل؛ لا يمكن للمستخدم تسجيل الدخول دون تأكيد البريد الإلكتروني."
4473
+
4474
+ #: wpf-admin/options-tabs/features.php:23
4475
+ msgid "Enable User Registration email confirmation"
4476
+ msgstr "تفعيل تأكيد البريد الإلكتروني لتسجيل المستخدم"
4477
+
4478
+ #: wpf-admin/options-tabs/emails.php:51
4479
+ msgid "Send Notification emails to all email addresses (comma separated ) of forum administrators when a new Reply is created."
4480
+ msgstr ""
4481
+
4482
+ #: wpf-admin/options-tabs/emails.php:50
4483
+ msgid "Notify Admins via email on new Post"
4484
+ msgstr ""
4485
+
4486
+ #: wpf-admin/options-tabs/emails.php:39
4487
+ msgid "Send Notification emails to all email addresses (comma separated ) of forum administrators when a new Topic is created."
4488
+ msgstr ""
4489
+
4490
+ #: wpf-admin/options-tabs/emails.php:38
4491
+ msgid "Notify Admins via email on new Topic"
4492
+ msgstr ""
4493
+
4494
+ #: wpf-admin/options-tabs/emails.php:31
4495
+ msgid "Forum Admins email addresses"
4496
+ msgstr ""
4497
+
4498
+ #: wpf-admin/options-tabs/emails.php:26
4499
+ msgid "FROM Email Address"
4500
+ msgstr "(من) البريد الإلكتروني"
4501
+
4502
+ #: wpf-admin/options-tabs/emails.php:22
4503
+ msgid "FROM Name"
4504
+ msgstr "من الاسم"
4505
+
4506
+ #: wpf-admin/options-tabs/accesses.php:44
4507
+ #: wpf-admin/options-tabs/accesses.php:45
4508
+ #: wpf-admin/options-tabs/accesses.php:46
4509
+ msgid "usergroup"
4510
+ msgstr "مجموعة المستخدمين"
4511
+
4512
+ #: wpf-admin/options-tabs/accesses.php:44
4513
+ msgid "Guests"
4514
+ msgstr "الزوار"
4515
+
4516
+ #: wpf-admin/options-tabs/accesses.php:44
4517
+ #: wpf-admin/options-tabs/accesses.php:45
4518
+ #: wpf-admin/options-tabs/accesses.php:46
4519
+ msgid "This access is usually used for "
4520
+ msgstr "عادة ما تُستخدم هذه الصلاحية لـ "
4521
+
4522
+ #: wpf-admin/forum.php:61
4523
+ msgid "Forums can be displayed with different layouts (Extended, Simplified, Q&A, Threaded), just edit the top (blue panels) category and set the layout you want. Child forums' layout depends on the top category (blue panels) layout. They cannot have a different layout."
4524
+ msgstr ""
4525
+
4526
+ #: wpf-admin/forum.php:60
4527
+ msgid "If a category (blue panels) does not have forums (grey panels) it will not be displayed on front-end. Each category should contain at least one forum."
4528
+ msgstr ""
4529
+
4530
+ #: wpf-admin/forum.php:58
4531
+ msgid "Important Tips"
4532
+ msgstr "نصائح مهمة"
4533
+
4534
+ #: wpf-admin/dashboard.php:165
4535
+ msgid "Total Size"
4536
+ msgstr "الحجم الإجمالي"
4537
+
4538
+ #: wpf-admin/dashboard.php:160
4539
+ msgid "Advanced Attachments Size"
4540
+ msgstr "حجم المرفقات المتقدم"
4541
+
4542
+ #: wpf-admin/dashboard.php:157
4543
+ msgid "file(s)"
4544
+ msgstr "الملف(ات)"
4545
+
4546
+ #: wpf-admin/dashboard.php:156
4547
+ msgid "Advanced Attachments"
4548
+ msgstr "المرفقات المتقدمة"
4549
+
4550
+ #: wpf-admin/dashboard.php:150
4551
+ msgid "Default Attachments Size"
4552
+ msgstr "حجم المرفقات الافتراضي"
4553
+
4554
+ #: wpf-admin/dashboard.php:146
4555
+ msgid "Avatars Size"
4556
+ msgstr "حجم الصور الرمزية"
4557
+
4558
+ #: wpf-admin/addons.php:64
4559
+ msgid "More information about"
4560
+ msgstr "مزيد من المعلومات حول"
4561
+
4562
+ #: wpf-admin/addons.php:58
4563
+ msgid "Details | Buy"
4564
+ msgstr "التفاصيل | الشراء"
4565
+
4566
+ #: wpf-admin/addons.php:56
4567
+ msgid "at least"
4568
+ msgstr "على اﻷقل "
4569
+
4570
+ #: wpf-admin/addons.php:55
4571
+ msgid "Version"
4572
+ msgstr "النسخة"
4573
+
4574
+ #: wpf-admin/addons.php:51
4575
+ msgid "Installed"
4576
+ msgstr "تم التنصيب"
4577
+
4578
+ #: wpf-admin/addons.php:28
4579
+ msgid "All wpForo addons are being developed by wpForo developers at gVectors Team. Addon prices also include a small donation to the hard work wpForo developers do for free. When you buy an addon, you also donate the free wpForo development and support. Addons are the only incoming source for wpForo developers. wpForo is a premium forum plugin which will always be available for free. There will never be paid and pro versions of this forum board. We have another dozens of awesome features in our to-do list which will also be added for free in future releases. So the free wpForo development always stays on the first priority and wpForo is being extended with new free functions and features even faster than before."
4580
+ msgstr ""
4581
+
4582
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
4583
+ msgid "wpForo Addons"
4584
+ msgstr "إضافات wpForo"
4585
+
4586
+ #: wpforo.php:1128
4587
+ msgid "Allows to embed hundreds of video, social network, audio and photo content providers in forum topics and posts."
4588
+ msgstr ""
4589
+
4590
+ #: wpforo.php:1133
4591
+ msgid "Adds an advanced file attachment system to forum topics and posts. AJAX powered media uploading and displaying system with user specific library."
4592
+ msgstr ""
4593
+
4594
+ #: wpf-admin/options-tabs/general.php:53
4595
+ msgid "Forum Page ID"
4596
+ msgstr "مُعرّف صفحة المنتدى"
4597
+
4598
+ #: wpf-admin/options-tabs/general.php:51
4599
+ msgid "support topic"
4600
+ msgstr "موضوع الدعم"
4601
+
4602
+ #: wpf-admin/options-tabs/general.php:51
4603
+ msgid "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
4604
+ msgstr ""
4605
+
4606
+ #: wpf-includes/wpf-hooks.php:1469
4607
+ msgid "IMPORTANT: wpForo can't work with default permalink, please change permalink structure"
4608
+ msgstr ""
4609
+
4610
+ #: wpf-includes/wpf-phrases.php:834
4611
+ msgid "Member"
4612
+ msgstr "عضو"
4613
+
4614
+ #: wpf-includes/wpf-phrases.php:833
4615
+ msgid "Member Profile"
4616
+ msgstr "الملف الشخصي للعضو"
4617
+
4618
+ #: wpf-includes/wpf-phrases.php:832
4619
+ msgid "Welcome back %s!"
4620
+ msgstr "مرحبًا بعودتك %s!"
4621
+
4622
+ #: wpf-admin/includes/member-listtable.php:163 wpf-includes/wpf-phrases.php:831
4623
+ msgid "Blog Comments"
4624
+ msgstr "تعليقات المدونة"
4625
+
4626
+ #: wpf-admin/includes/member-listtable.php:162 wpf-includes/wpf-phrases.php:830
4627
+ msgid "Blog Posts"
4628
+ msgstr "مقالات المدونة"
4629
+
4630
+ #: wpf-admin/includes/member-listtable.php:161 wpf-includes/wpf-phrases.php:829
4631
+ msgid "Forum Posts"
4632
+ msgstr "مشاركات المنتدى"
4633
+
4634
+ #: wpf-includes/wpf-phrases.php:828
4635
+ msgid "Attachment removed"
4636
+ msgstr "تمت إزالة المرفق"
4637
+
4638
+ #: wpf-includes/class-api.php:242 wpf-includes/wpf-phrases.php:824
4639
+ msgid "User registration is disabled"
4640
+ msgstr "تسجيل الأعضاء معطّل"
4641
+
4642
+ #: wpf-includes/wpf-phrases.php:821
4643
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
4644
+ msgstr ""
4645
+
4646
+ #: wpf-includes/wpf-phrases.php:506
4647
+ msgid "Thank you for using wpForo! wpForo is a professional bulletin board for WorPress, and the only forum software which comes with Multi-layout template system. The \"Extended"
4648
+ msgstr ""
4649
+
4650
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2648
4651
+ msgid "Visit Forum"
4652
+ msgstr "زيارة المنتدى"
4653
+
4654
+ #: wpf-includes/wpf-phrases.php:837
4655
+ msgid "This option will disable WordPress on front-end. Only forum pages will be available. wpForo will look like as a stand-alone forum."
4656
+ msgstr ""
4657
+
4658
+ #: wpf-admin/options-tabs/general.php:34 wpf-includes/wpf-phrases.php:836
4659
+ msgid "Turn WordPress to wpForo"
4660
+ msgstr "تحويل WordPress إلى wpForo"
4661
+
4662
+ #: wpf-admin/options-tabs/features.php:59 wpf-includes/wpf-phrases.php:827
4663
+ msgid "Enable this option to be able manage forum attachments in Dashboard > Media > Library admin page."
4664
+ msgstr ""
4665
+
4666
+ #: wpf-admin/options-tabs/features.php:59 wpf-includes/wpf-phrases.php:826
4667
+ msgid "Insert Forum Attachments to Media Library"
4668
+ msgstr "إدخال مرفقات المنتدى إلى مكتبة الوسائط"
4669
+
4670
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:823
4671
+ msgid "This option is not synced with WordPress \"Anyone can register\" option in Dashboard > Settings > General admin page. If this option is enabled new users will always be able to register."
4672
+ msgstr ""
4673
+
4674
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:822
4675
+ msgid "Enable User Registration"
4676
+ msgstr "تمكين تسجيل الأعضاء"
4677
+
4678
+ #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:825
4679
+ msgid "Delete User Cache"
4680
+ msgstr "حذف ذاكرة التخزين المؤقت للمستخدم"
4681
+
4682
+ #: wpf-admin/options-tabs/api.php:83 wpf-includes/wpf-phrases.php:819
4683
+ msgid "Profile"
4684
+ msgstr "الملف الشخصي"
4685
+
4686
+ #: wpf-includes/wpf-phrases.php:818
4687
+ msgid "Full access"
4688
+ msgstr "الصلاحيات الكاملة"
4689
+
4690
+ #: wpf-includes/wpf-phrases.php:817
4691
+ msgid "Moderator access"
4692
+ msgstr "صلاحيات الإشراف"
4693
+
4694
+ #: wpf-includes/wpf-phrases.php:816
4695
+ msgid "Standard access"
4696
+ msgstr "الصلاحيات القياسية"
4697
+
4698
+ #: wpf-includes/wpf-phrases.php:815
4699
+ msgid "Read only access"
4700
+ msgstr "صلاحية القراءة فقط"
4701
+
4702
+ #: wpf-includes/wpf-phrases.php:814
4703
+ msgid "No access"
4704
+ msgstr "بدون صلاحيات"
4705
+
4706
+ #: wpf-includes/wpf-phrases.php:813
4707
+ msgid "Customer"
4708
+ msgstr "الزبون"
4709
+
4710
+ #: wpf-admin/options-tabs/accesses.php:45 wpf-includes/wpf-phrases.php:812
4711
+ msgid "Registered"
4712
+ msgstr "مسجّل"
4713
+
4714
+ #: wpf-includes/wpf-phrases.php:811
4715
+ msgid "Moderator"
4716
+ msgstr "مشرف"
4717
+
4718
+ #: wpf-admin/options-tabs/accesses.php:46 wpf-includes/wpf-phrases.php:810
4719
+ msgid "Admin"
4720
+ msgstr "مدير"
4721
+
4722
+ #: wpf-includes/wpf-phrases.php:809
4723
+ msgid "are you sure you want to delete?"
4724
+ msgstr "هل أنت متأكد بأنك تريد الحذف؟"
4725
+
4726
+ #: wpf-includes/wpf-phrases.php:808
4727
+ msgid "Forum Members List"
4728
+ msgstr "قائمة أعضاء المنتدى"
4729
+
4730
+ #: wpf-includes/wpf-phrases.php:807
4731
+ msgid "Closed"
4732
+ msgstr "مُغلق"
4733
+
4734
+ #: wpf-includes/wpf-phrases.php:806
4735
+ msgid "Deleted Successfully!"
4736
+ msgstr "تم الحذف بنجاح!"
4737
+
4738
+ #: wpf-includes/wpf-phrases.php:805
4739
+ msgid "Updated Successfully!"
4740
+ msgstr "تم التحديث بنجاح!"
4741
+
4742
+ #: wpf-includes/wpf-phrases.php:801
4743
+ msgid "This process may take a few seconds or dozens of minutes, it depends on database forum size and on server resources. Please be patient and don't close this page. If you got 500 Server Error please don't worry, the data updating process is still working in MySQL server."
4744
+ msgstr ""
4745
+
4746
+ #: wpf-includes/wpf-phrases.php:797
4747
+ msgid "New Passwords do not match"
4748
+ msgstr "كلمات المرور الجديدة غير متطابقة"
4749
+
4750
+ #: wpf-includes/wpf-phrases.php:796
4751
+ msgid "Old password is wrong"
4752
+ msgstr "كلمة المرور القديمة خاطئة"
4753
+
4754
+ #: wpf-includes/wpf-phrases.php:795 wpf-includes/class-forums.php:67
4755
+ msgid "Can set own topic solved"
4756
+ msgstr ""
4757
+
4758
+ #: wpf-includes/wpf-phrases.php:794 wpf-includes/class-forums.php:66
4759
+ msgid "Can set topic solved"
4760
+ msgstr ""
4761
+
4762
+ #: wpf-includes/wpf-phrases.php:786
4763
+ msgid "Unsolved"
4764
+ msgstr "غير محلولة"
4765
+
4766
+ #: wpf-includes/wpf-hooks.php:1395
4767
+ msgid "Select Color"
4768
+ msgstr "تحديد اللون"
4769
+
4770
+ #: wpf-admin/options-tabs/features.php:81 wpf-admin/usergroup.php:37
4771
+ #: wpf-includes/wpf-hooks.php:1395
4772
+ msgid "Default"
4773
+ msgstr "افتراضي"
4774
+
4775
+ #: wpf-includes/wpf-hooks.php:1395
4776
+ msgid "Clear"
4777
+ msgstr "مسح"
4778
+
4779
+ #: wpforo.php:408
4780
+ msgid "Discussion Board"
4781
+ msgstr "لوحة النقاش"
4782
+
4783
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:799
4784
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
4785
+ msgstr ""
4786
+
4787
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:798
4788
+ msgid "Enable Subscription Confirmation"
4789
+ msgstr "تفعيل تأكيد الاشتراك"
4790
+
4791
+ #: wpf-admin/dashboard.php:197 wpf-includes/wpf-phrases.php:804
4792
+ msgid "Delete Phrase Cache"
4793
+ msgstr ""
4794
+
4795
+ #: wpf-admin/dashboard.php:195 wpf-includes/wpf-phrases.php:803
4796
+ msgid "Update Users Statistic"
4797
+ msgstr "تحديث إحصائيات الأعضاء"
4798
+
4799
+ #: wpf-admin/dashboard.php:193 wpf-includes/wpf-phrases.php:802
4800
+ msgid "Update Forums Statistic"
4801
+ msgstr "تحديث إحصائيات المنتديات"
4802
+
4803
+ #: wpf-admin/dashboard.php:177
4804
+ msgid "This process may take a few seconds or dozens of minutes, please be patient and don't close this page. If you got 500 Server Error please don't worry, the data updating process is still working in MySQL server."
4805
+ msgstr ""
4806
+
4807
+ #: wpf-admin/dashboard.php:175 wpf-includes/wpf-phrases.php:800
4808
+ msgid "Forum Maintenance"
4809
+ msgstr "صيانة المنتدى"
4810
+
4811
+ #: wpf-includes/wpf-phrases.php:785
4812
+ msgid "Solved"
4813
+ msgstr "محلولة"
4814
+
4815
+ #: wpf-includes/wpf-phrases.php:784
4816
+ msgid "Hot"
4817
+ msgstr "ساخن"
4818
+
4819
+ #: wpf-admin/member.php:57 wpf-includes/wpf-phrases.php:783
4820
+ msgid "Active"
4821
+ msgstr "نشط"
4822
+
4823
+ #: wpf-includes/wpf-phrases.php:782
4824
+ msgid "Replied"
4825
+ msgstr "تم الردّ"
4826
+
4827
+ #: wpf-includes/wpf-phrases.php:781
4828
+ msgid "New"
4829
+ msgstr "جديد"
4830
+
4831
+ #: wpf-includes/wpf-phrases.php:780
4832
+ msgid "Topic Icons"
4833
+ msgstr "أيقونات الموضوع"
4834
+
4835
+ #: wpf-includes/wpf-phrases.php:779
4836
+ msgid "open"
4837
+ msgstr "مفتوح"
4838
+
4839
+ #: wpf-includes/wpf-phrases.php:778
4840
+ msgid "close"
4841
+ msgstr "إغلاق"
4842
+
4843
+ #: wpf-includes/wpf-phrases.php:777
4844
+ msgid "unsticky"
4845
+ msgstr "إلغاء التثبيت"
4846
+
4847
+ #: wpf-includes/wpf-phrases.php:776
4848
+ msgid "sticky"
4849
+ msgstr "مثبت"
4850
+
4851
+ #: wpf-includes/wpf-phrases.php:775
4852
+ msgid "unlike"
4853
+ msgstr "إلغاء الإعجاب"
4854
+
4855
+ #: wpf-includes/wpf-phrases.php:774
4856
+ msgid "like"
4857
+ msgstr "إعجاب"
4858
+
4859
+ #: wpf-includes/wpf-phrases.php:768 wpf-includes/class-forums.php:75
4860
+ msgid "Can move topic"
4861
+ msgstr ""
4862
+
4863
+ #: wpf-includes/wpf-phrases.php:767 wpf-includes/class-forums.php:74
4864
+ msgid "Can close topic"
4865
+ msgstr ""
4866
+
4867
+ #: wpf-includes/wpf-phrases.php:766 wpf-includes/class-forums.php:72
4868
+ msgid "Can set own topic answered"
4869
+ msgstr ""
4870
+
4871
+ #: wpf-includes/wpf-phrases.php:765 wpf-includes/class-forums.php:71
4872
+ msgid "Can set topic answered"
4873
+ msgstr ""
4874
+
4875
+ #: wpf-includes/wpf-phrases.php:764 wpf-includes/class-forums.php:69
4876
+ msgid "Can attach file"
4877
+ msgstr ""
4878
+
4879
+ #: wpf-includes/wpf-phrases.php:763 wpf-includes/class-forums.php:68
4880
+ msgid "Can vote"
4881
+ msgstr ""
4882
+
4883
+ #: wpf-includes/wpf-phrases.php:761 wpf-includes/class-forums.php:61
4884
+ msgid "Can set topic sticky"
4885
+ msgstr ""
4886
+
4887
+ #: wpf-includes/wpf-phrases.php:760 wpf-includes/class-forums.php:60
4888
+ msgid "Can report"
4889
+ msgstr ""
4890
+
4891
+ #: wpf-includes/wpf-phrases.php:759 wpf-includes/class-forums.php:59
4892
+ msgid "Can like"
4893
+ msgstr ""
4894
+
4895
+ #: wpf-includes/wpf-phrases.php:758 wpf-includes/class-forums.php:56
4896
+ msgid "Can delete own reply"
4897
+ msgstr ""
4898
+
4899
+ #: wpf-includes/wpf-phrases.php:757 wpf-includes/class-forums.php:55
4900
+ msgid "Can delete own topic"
4901
+ msgstr ""
4902
+
4903
+ #: wpf-includes/wpf-phrases.php:756
4904
+ msgid "Can edit own replay"
4905
+ msgstr ""
4906
+
4907
+ #: wpf-includes/wpf-phrases.php:755 wpf-includes/class-forums.php:53
4908
+ msgid "Can edit own topic"
4909
+ msgstr ""
4910
+
4911
+ #: wpf-includes/wpf-phrases.php:754 wpf-includes/class-forums.php:52
4912
+ msgid "Can delete replies"
4913
+ msgstr "يمكن حذف الردود"
4914
+
4915
+ #: wpf-includes/wpf-phrases.php:753 wpf-includes/class-forums.php:51
4916
+ msgid "Can edit replies"
4917
+ msgstr "يمكن تحرير الردود"
4918
+
4919
+ #: wpf-includes/wpf-phrases.php:752 wpf-includes/class-forums.php:50
4920
+ msgid "Can view replies"
4921
+ msgstr "يمكنه عرض الردود"
4922
+
4923
+ #: wpf-includes/wpf-phrases.php:751 wpf-includes/class-forums.php:48
4924
+ msgid "Can post reply"
4925
+ msgstr "يمكن نشر ردّ"
4926
+
4927
+ #: wpf-includes/wpf-phrases.php:750 wpf-includes/class-forums.php:47
4928
+ msgid "Can delete topic"
4929
+ msgstr "يمكن حذف الموضوع"
4930
+
4931
+ #: wpf-includes/wpf-phrases.php:749 wpf-includes/class-forums.php:46
4932
+ msgid "Can edit topic"
4933
+ msgstr "يمكن تحرير الموضوع"
4934
+
4935
+ #: wpf-includes/wpf-phrases.php:748 wpf-includes/class-forums.php:45
4936
+ msgid "Can view topic"
4937
+ msgstr "يمكن عرض الموضوع"
4938
+
4939
+ #: wpf-includes/wpf-phrases.php:747 wpf-includes/class-forums.php:44
4940
+ msgid "Can create topic"
4941
+ msgstr "يمكن إنشاء موضوع"
4942
+
4943
+ #: wpf-includes/wpf-phrases.php:746 wpf-includes/class-forums.php:43
4944
+ msgid "Can view forum"
4945
+ msgstr "يمكن عرض المنتدى"
4946
+
4947
+ #: wpf-includes/wpf-phrases.php:745 wpf-includes/class-usergroups.php:84
4948
+ msgid "Front - Can write PM"
4949
+ msgstr ""
4950
+
4951
+ #: wpf-includes/wpf-phrases.php:744 wpf-includes/class-usergroups.php:83
4952
+ msgid "Front - Can view member about me"
4953
+ msgstr "الرئيسية - يمكن عرض نبذة العضو"
4954
+
4955
+ #: wpf-includes/wpf-phrases.php:743 wpf-includes/class-usergroups.php:82
4956
+ msgid "Front - Can view member signature"
4957
+ msgstr "الرئيسية - يمكن عرض توقيع العضو"
4958
+
4959
+ #: wpf-includes/wpf-phrases.php:742 wpf-includes/class-usergroups.php:81
4960
+ msgid "Front - Can view member occupation"
4961
+ msgstr "الرئيسية - يمكن عرض مهنة العضو"
4962
+
4963
+ #: wpf-includes/wpf-phrases.php:741 wpf-includes/class-usergroups.php:80
4964
+ msgid "Front - Can view member location"
4965
+ msgstr "الرئيسية - يمكن عرض موقع العضو"
4966
+
4967
+ #: wpf-includes/wpf-phrases.php:740 wpf-includes/class-usergroups.php:79
4968
+ msgid "Front - Can view member reg. date"
4969
+ msgstr "الرئيسية - يمكن عرض تاريخ تسجيل العضو"
4970
+
4971
+ #: wpf-includes/wpf-phrases.php:739 wpf-includes/class-usergroups.php:78
4972
+ msgid "Front - Can view member social networks"
4973
+ msgstr "الرئيسية - يمكن عرض حسابات التواصل الاجتماعي للعضو"
4974
+
4975
+ #: wpf-includes/wpf-phrases.php:738 wpf-includes/class-usergroups.php:77
4976
+ msgid "Front - Can view member website"
4977
+ msgstr "الرئيسية - يمكن عرض الموقع الإلكتروني للعضو"
4978
+
4979
+ #: wpf-includes/wpf-phrases.php:737 wpf-includes/class-usergroups.php:76
4980
+ msgid "Front - Can view member reputation"
4981
+ msgstr "الرئيسية - يمكن عرض سمعة العضو"
4982
+
4983
+ #: wpf-includes/class-usergroups.php:75
4984
+ msgid "Front - Can view member custom title"
4985
+ msgstr "الرئيسية - يمكن عرض اللقب المخصص للعضو"
4986
+
4987
+ #: wpf-includes/wpf-phrases.php:736 wpf-includes/class-usergroups.php:74
4988
+ msgid "Front - Can view member title"
4989
+ msgstr "الرئيسية - يمكن عرض لقب العضو"
4990
+
4991
+ #: wpf-includes/wpf-phrases.php:735 wpf-includes/class-usergroups.php:73
4992
+ msgid "Front - Can view member email"
4993
+ msgstr "الرئيسية - يمكن عرض البريد الإلكتروني للعضو"
4994
+
4995
+ #: wpf-admin/tools-tabs/debug.php:416 wpf-includes/wpf-phrases.php:734
4996
+ #: wpf-includes/class-usergroups.php:72
4997
+ msgid "Front - Can view member username"
4998
+ msgstr "الرئيسية - يمكن عرض اسم المستخدم للعضو"
4999
+
5000
+ #: wpf-includes/wpf-phrases.php:733 wpf-includes/class-usergroups.php:70
5001
+ msgid "Front - Can view avatars"
5002
+ msgstr "الرئيسية - يمكن عرض الصور الرمزية"
5003
+
5004
+ #: wpf-includes/wpf-phrases.php:732 wpf-includes/class-usergroups.php:69
5005
+ msgid "Front - Can have signature"
5006
+ msgstr "الرئيسية - يمكن الحصول على توقيع"
5007
+
5008
+ #: wpf-includes/wpf-phrases.php:731 wpf-includes/class-usergroups.php:68
5009
+ msgid "Front - Can upload avatar"
5010
+ msgstr "الرئيسية - يمكن رفع صورة رمزية"
5011
+
5012
+ #: wpf-includes/wpf-phrases.php:730 wpf-includes/class-usergroups.php:64
5013
+ msgid "Front - Can view profiles"
5014
+ msgstr "الرئيسية - يمكن عرض الملفات الشخصية"
5015
+
5016
+ #: wpf-includes/wpf-phrases.php:729 wpf-includes/class-usergroups.php:63
5017
+ msgid "Front - Can view members"
5018
+ msgstr "الرئيسية - يمكن عرض الأعضاء"
5019
+
5020
+ #: wpf-admin/tools-tabs/debug.php:415 wpf-includes/wpf-phrases.php:727
5021
+ #: wpf-includes/class-usergroups.php:59
5022
+ msgid "Dashboard - Can delete member"
5023
+ msgstr "لوحة التحكم - يمكن حذف عضو"
5024
+
5025
+ #: wpf-admin/tools-tabs/debug.php:413 wpf-includes/wpf-phrases.php:726
5026
+ #: wpf-includes/class-usergroups.php:57
5027
+ msgid "Dashboard - Can edit member"
5028
+ msgstr "لوحة التحكم - يمكن تعديل عضو"
5029
+
5030
+ #: wpf-includes/wpf-phrases.php:562
5031
+ msgid "%s ago"
5032
+ msgstr "مند %s "
5033
+
5034
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:792
5035
+ msgid "If you got some issue with wpForo, please enable this option before asking for support, this outputs hidden important information to help us debug your issue."
5036
+ msgstr ""
5037
+
5038
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:791
5039
+ msgid "Enable Debug Mode"
5040
+ msgstr "تمكين وضع اكتشاف الأخطاء"
5041
+
5042
+ #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:787
5043
+ msgid "You can manage WordPress date and time format in WordPress Settings > General admin page."
5044
+ msgstr ""
5045
+
5046
+ #: wpf-admin/options-tabs/features.php:54
5047
+ msgid "Enable WordPress Date/Time Format"
5048
+ msgstr ""
5049
+
5050
+ #: wpf-admin/admin.php:60 wpf-includes/wpf-hooks.php:2694
5051
+ #: wpf-includes/wpf-phrases.php:790
5052
+ msgid "Themes"
5053
+ msgstr "القوالب"
5054
+
5055
+ #: wpf-admin/admin.php:57 wpf-includes/wpf-hooks.php:2688
5056
+ #: wpf-includes/wpf-phrases.php:789
5057
+ msgid "Phrases"
5058
+ msgstr "العبارات"
5059
+
5060
+ #: wpf-admin/admin.php:35 wpf-admin/admin.php:36
5061
+ #: wpf-includes/wpf-phrases.php:788
5062
+ msgid "Dashboard"
5063
+ msgstr "لوحة التحكم"
5064
+
5065
+ #: wpf-includes/class-template.php:821
5066
+ msgid "Open link in a new tab"
5067
+ msgstr "فتح الرابط في علامة تبويب جديدة"
5068
+
5069
+ #: wpf-includes/class-template.php:820
5070
+ msgid "Link Text"
5071
+ msgstr "نص الرابط"
5072
+
5073
+ #: wpf-includes/class-template.php:819
5074
+ msgid "Insert link"
5075
+ msgstr "إدراج رابط"
5076
+
5077
+ #: wpf-admin/options-tabs/styles.php:44
5078
+ msgid "Forum Color Styles"
5079
+ msgstr "أنماط ألوان المنتدى "
5080
+
5081
+ #: wpf-admin/options-tabs/styles.php:37 wpf-includes/wpf-phrases.php:247
5082
+ msgid "Custom CSS Code"
5083
+ msgstr "كود CSS مخصص"
5084
+
5085
+ #: wpf-admin/options-tabs/styles.php:29 wpf-admin/tools-tabs/antispam.php:237
5086
+ #: wpf-includes/wpf-phrases.php:666
5087
+ msgid "Post Content"
5088
+ msgstr "محتوى المنشور"
5089
+
5090
+ #: wpf-admin/options-tabs/styles.php:14
5091
+ msgid "Font Sizes"
5092
+ msgstr "أحجام الخط"
5093
+
5094
+ #: wpf-admin/options-tabs/features.php:53 wpf-includes/wpf-phrases.php:516
5095
+ msgid "This feature is useful if you're adding content before or after [wpforo] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end."
5096
+ msgstr ""
5097
+
5098
+ #: wpf-admin/options-tabs/features.php:53 wpf-includes/wpf-phrases.php:271
5099
+ msgid "Enable Output Buffer"
5100
+ msgstr ""
5101
+
5102
+ #. Author URI of the plugin
5103
+ msgid "https://gvectors.com/"
5104
+ msgstr "https://gvectors.com/"
5105
+
5106
+ #. Plugin URI of the plugin
5107
+ msgid "https://wpforo.com"
5108
+ msgstr "https://wpforo.com"
5109
+
5110
+ #: wpf-includes/wpf-phrases.php:717
5111
+ msgid "Your topic successfully added"
5112
+ msgstr "تم إضافة موضوعك بنجاح"
5113
+
5114
+ #: wpf-includes/wpf-phrases.php:716
5115
+ msgid "Your subscription for this item could not be confirmed"
5116
+ msgstr ""
5117
+
5118
+ #: wpf-includes/wpf-phrases.php:715
5119
+ msgid "Your profile data have been successfully updated."
5120
+ msgstr "تم تحديث بيانات ملفك الشخصي بنجاح."
5121
+
5122
+ #: wpf-includes/wpf-phrases.php:714
5123
+ msgid "Your forum successfully deleted"
5124
+ msgstr "تم حذف منتداك بنجاح"
5125
+
5126
+ #: wpf-includes/wpf-phrases.php:713
5127
+ msgid "Your forum successfully added"
5128
+ msgstr "تم إضافة منتداك بنجاح"
5129
+
5130
+ #: wpf-includes/wpf-phrases.php:712
5131
+ msgid "You successfully replied"
5132
+ msgstr "لقد قمت بالرد بنجاح"
5133
+
5134
+ #: wpf-includes/wpf-phrases.php:176 wpf-includes/wpf-phrases.php:711
5135
+ msgid "You don't have permission to edit post from this forum"
5136
+ msgstr "ليس لديك الصلاحية لتحرير المشاركات في هذا المنتدى"
5137
+
5138
+ #: wpf-includes/wpf-phrases.php:177 wpf-includes/wpf-phrases.php:710
5139
+ msgid "You don't have permission to delete topic from this forum"
5140
+ msgstr "ليس لديك الصلاحية لحذف المواضيع من هذا المنتدى"
5141
+
5142
+ #: wpf-includes/wpf-phrases.php:178 wpf-includes/wpf-phrases.php:709
5143
+ msgid "You don't have permission to delete post from this forum"
5144
+ msgstr "ليس لديك الصلاحية لحذف المشاركات من هذا المنتدى"
5145
+
5146
+ #: wpf-includes/wpf-phrases.php:179 wpf-includes/wpf-phrases.php:708
5147
+ msgid "You don't have permission to create topic into this forum"
5148
+ msgstr "ليس لديك الصلاحية لإنشاء مواضيع في هذا المنتدى"
5149
+
5150
+ #: wpf-includes/wpf-phrases.php:180 wpf-includes/wpf-phrases.php:707
5151
+ msgid "You don't have permission to create post in this forum"
5152
+ msgstr "ليس لديك الصلاحية لإنشاء مشاركات في هذا المنتدى"
5153
+
5154
+ #: wpf-includes/wpf-phrases.php:706
5155
+ msgid "You have no permission to edit this topic"
5156
+ msgstr "ليس لديك الصلاحية لتعديل هذا الموضوع"
5157
+
5158
+ #: wpf-includes/wpf-phrases.php:705
5159
+ msgid "You have been successfully unsubscribed"
5160
+ msgstr "لقد تم إلغاء اشتراكك بنجاح"
5161
+
5162
+ #: wpf-includes/wpf-phrases.php:704
5163
+ msgid "You have been successfully subscribed"
5164
+ msgstr "لقد قمت بالاشتراك بنجاح"
5165
+
5166
+ #: wpf-includes/wpf-phrases.php:703
5167
+ msgid "You are already voted this post"
5168
+ msgstr "لقد قمت مسبقًا بالتصويت على هذه المشاركة"
5169
+
5170
+ #: wpf-includes/wpf-phrases.php:702
5171
+ msgid "Wrong post data"
5172
+ msgstr ""
5173
+
5174
+ #: wpf-includes/wpf-phrases.php:701
5175
+ msgid "Welcome to our Community!"
5176
+ msgstr "أهلا بك في مجتمعنا!"
5177
+
5178
+ #: wpf-includes/wpf-phrases.php:700
5179
+ msgid "Username length must be between 3 characters and 30 characters."
5180
+ msgstr "يجب أن يتراوح طول اسم المستخدم بين 3 أحرف و 30 حرفًا."
5181
+
5182
+ #: wpf-includes/wpf-phrases.php:699
5183
+ msgid "Username is missed."
5184
+ msgstr "اسم المستخدم مفقود."
5185
+
5186
+ #: wpf-includes/wpf-phrases.php:698
5187
+ msgid "Username exists. Please insert another."
5188
+ msgstr "اسم المستخدم موجود. الرجاء إدخال اسم مستخدم آخر."
5189
+
5190
+ #: wpf-includes/wpf-phrases.php:697
5191
+ msgid "User successfully deleted from wpforo"
5192
+ msgstr "تم حذف المستخدم من wpforo بنجاح"
5193
+
5194
+ #: wpf-includes/wpf-phrases.php:696
5195
+ msgid "User group successfully edited"
5196
+ msgstr "تم تحرير مجموعة المستخدمين بنجاح"
5197
+
5198
+ #: wpf-includes/wpf-phrases.php:695
5199
+ msgid "User group successfully added"
5200
+ msgstr "تمت إضافة مجموعة المستخدمين بنجاح"
5201
+
5202
+ #: wpf-includes/wpf-phrases.php:694
5203
+ msgid "User group edit error"
5204
+ msgstr "خطأ في تحرير مجموعة المستخدمين"
5205
+
5206
+ #: wpf-includes/wpf-phrases.php:693
5207
+ msgid "User group add error"
5208
+ msgstr "خطأ في إضافة مجموعة المستخدمين"
5209
+
5210
+ #: wpf-includes/wpf-phrases.php:692
5211
+ msgid "User delete error"
5212
+ msgstr "خطأ في حذف المستخدم"
5213
+
5214
+ #: wpf-includes/wpf-phrases.php:691
5215
+ msgid "Topics delete error"
5216
+ msgstr "خطأ في حذف المواضيع"
5217
+
5218
+ #: wpf-includes/wpf-phrases.php:690
5219
+ msgid "Topic successfully updated"
5220
+ msgstr "تم تحديث الموضوع بنجاح"
5221
+
5222
+ #: wpf-includes/wpf-phrases.php:689
5223
+ msgid "Topic successfully moved"
5224
+ msgstr "تم نقل الموضوع بنجاح"
5225
+
5226
+ #: wpf-includes/wpf-phrases.php:688
5227
+ msgid "Topic not found."
5228
+ msgstr "الموضوع غير موجود."
5229
+
5230
+ #: wpf-includes/wpf-phrases.php:687
5231
+ msgid "Topic edit error"
5232
+ msgstr "خطأ في تعديل الموضوع"
5233
+
5234
+ #: wpf-includes/wpf-phrases.php:686
5235
+ msgid "Topic delete error"
5236
+ msgstr "خطأ في حذف الموضوع"
5237
+
5238
+ #: wpf-includes/wpf-phrases.php:685
5239
+ msgid "Topic add error"
5240
+ msgstr "خطأ في إضافة الموضوع"
5241
+
5242
+ #: wpf-includes/wpf-phrases.php:684
5243
+ msgid "Topic Move Error"
5244
+ msgstr "خطأ في نقل موضوع"
5245
+
5246
+ #: wpf-includes/wpf-phrases.php:683
5247
+ msgid "This topic successfully deleted"
5248
+ msgstr "تم حذف هذا الموضوع بنجاح"
5249
+
5250
+ #: wpf-includes/wpf-phrases.php:682
5251
+ msgid "This post successfully edited"
5252
+ msgstr "تم تحرير هذه المشاركة بنجاح"
5253
+
5254
+ #: wpf-includes/wpf-phrases.php:681
5255
+ msgid "This post successfully deleted"
5256
+ msgstr "تم حذف هذه المشاركة بنجاح"
5257
+
5258
+ #: wpf-includes/wpf-phrases.php:680
5259
+ msgid "This email address is already registered. Please insert another."
5260
+ msgstr "هذا البريد الإلكتروني مسجل سابقا. الرجاء إدخال بريد إلكتروني مختلف."
5261
+
5262
+ #: wpf-includes/wpf-phrases.php:56
5263
+ msgid "API options successfully updated, but previous value not changed"
5264
+ msgstr "تم تحديث خيارات API بنجاح، لكن القيمة السابقة لم تتغير"
5265
+
5266
+ #: wpf-includes/wpf-phrases.php:679
5267
+ msgid "Theme options successfully updated"
5268
+ msgstr "تم تحديث خيارات القالب بنجاح"
5269
+
5270
+ #: wpf-includes/wpf-phrases.php:678
5271
+ msgid "The uploaded file size is too big"
5272
+ msgstr "حجم الملف الذي تم رفعه كبير جدًا"
5273
+
5274
+ #: wpf-includes/wpf-phrases.php:677
5275
+ msgid "Successfully voted"
5276
+ msgstr "تم التصويت بنجاح"
5277
+
5278
+ #: wpf-includes/wpf-phrases.php:676
5279
+ msgid "Successfully updated"
5280
+ msgstr "تم التحديث بنجاح"
5281
+
5282
+ #: wpf-includes/wpf-phrases.php:675
5283
+ msgid "Success! Thank you. Please check your email and click confirmation link below to complete this step."
5284
+ msgstr "تم بنجاح! شكرا. يرجى التحقق من بريدك الإلكتروني والنقر فوق ارتباط التأكيد أدناه لإكمال هذه الخطوة."
5285
+
5286
+ #: wpf-includes/wpf-phrases.php:673
5287
+ msgid "Subscribe options successfully updated, but previous value not changed"
5288
+ msgstr "تم تحديث خيارات الاشتراك بنجاح، لكن القيمة السابقة لم تتغير"
5289
+
5290
+ #: wpf-includes/wpf-phrases.php:672
5291
+ msgid "Subscribe options successfully updated"
5292
+ msgstr "تم تحديث خيارات الاشتراك بنجاح"
5293
+
5294
+ #: wpf-includes/wpf-phrases.php:671
5295
+ msgid "Something wrong with profile data."
5296
+ msgstr "هناك خطأ في بيانات الملف الشخصي."
5297
+
5298
+ #: wpf-includes/wpf-phrases.php:670
5299
+ msgid "Reply request error"
5300
+ msgstr "خطأ في طلب الرد"
5301
+
5302
+ #: wpf-includes/wpf-phrases.php:669
5303
+ msgid "Registration Error"
5304
+ msgstr "خطأ في التسجيل"
5305
+
5306
+ #: wpf-includes/wpf-phrases.php:668
5307
+ msgid "Post options successfully updated, but previous value not changed"
5308
+ msgstr "تم تحديث خيارات النشر بنجاح، لكن القيمة السابقة لم تتغير"
5309
+
5310
+ #: wpf-includes/wpf-phrases.php:667
5311
+ msgid "Post options successfully updated"
5312
+ msgstr "تم تحديث خيارات النشر بنجاح"
5313
+
5314
+ #: wpf-includes/wpf-phrases.php:665
5315
+ msgid "Post delete error"
5316
+ msgstr "خطأ في حذف المشاركة"
5317
+
5318
+ #: wpf-includes/wpf-phrases.php:664
5319
+ msgid "Please insert required fields!"
5320
+ msgstr "يرجى ملء الحقول المطلوبة!"
5321
+
5322
+ #: wpf-includes/wpf-phrases.php:663
5323
+ msgid "Phrase update error"
5324
+ msgstr "خطأ في تحديث العبارة"
5325
+
5326
+ #: wpf-includes/wpf-phrases.php:662
5327
+ msgid "Phrase successfully updates"
5328
+ msgstr "تم تحديث العبارة بنجاح"
5329
+
5330
+ #: wpf-includes/wpf-phrases.php:661
5331
+ msgid "Phrase successfully added"
5332
+ msgstr "تم إضافة العبارة بنجاح"
5333
+
5334
+ #: wpf-includes/wpf-phrases.php:660
5335
+ msgid "Phrase adding error"
5336
+ msgstr "خطأ أثناء إضافة العبارة"
5337
+
5338
+ #: wpf-includes/wpf-phrases.php:659
5339
+ msgid "Phrase add error"
5340
+ msgstr "خطأ في إضافة العبارة"
5341
+
5342
+ #: wpf-includes/wpf-phrases.php:658
5343
+ msgid "Permission denied for this action"
5344
+ msgstr "تم رفض الإذن لهذا الإجراء"
5345
+
5346
+ #: wpf-includes/wpf-phrases.php:657
5347
+ msgid "Permission denied for edit forum"
5348
+ msgstr "تم رفض الإذن لتحرير المنتدى"
5349
+
5350
+ #: wpf-includes/wpf-phrases.php:656
5351
+ msgid "Permission denied for delete forum"
5352
+ msgstr "تم رفض الإذن لحذف المنتدى"
5353
+
5354
+ #: wpf-includes/wpf-phrases.php:655
5355
+ msgid "Permission denied for add forum"
5356
+ msgstr "تم رفض الإذن لإضافة منتدى"
5357
+
5358
+ #: wpf-includes/wpf-phrases.php:654
5359
+ msgid "Permission denied"
5360
+ msgstr "طلب الإذن مرفوض"
5361
+
5362
+ #: wpf-includes/wpf-phrases.php:653
5363
+ msgid "Password mismatch."
5364
+ msgstr "كلمة المرور غير متطابقة."
5365
+
5366
+ #: wpf-includes/wpf-phrases.php:652
5367
+ msgid "Password length must be between 6 characters and 20 characters."
5368
+ msgstr "يجب أن يتراوح طول كلمة المرور بين 6 أحرف و 20 حرفًا."
5369
+
5370
+ #: wpf-includes/wpf-phrases.php:651
5371
+ msgid "No Posts found for update"
5372
+ msgstr "لم يتم العثور على مشاركات لتحديثها."
5373
+
5374
+ #: wpf-includes/wpf-phrases.php:650
5375
+ msgid "New language successfully added and changed wpforo language to new language"
5376
+ msgstr "تمت إضافة لغة جديدة وتغيير لغة wpforo إلى لغة جديدة بنجاح"
5377
+
5378
+ #: wpf-includes/wpf-phrases.php:649
5379
+ msgid "Message has been sent"
5380
+ msgstr "تم إرسال الرسالة"
5381
+
5382
+ #: wpf-includes/wpf-phrases.php:648
5383
+ msgid "Member options successfully updated, but previous value not changed"
5384
+ msgstr "تم تحديث خيارات الأعضاء بنجاح، لكن القيمة السابقة لم تتغير"
5385
+
5386
+ #: wpf-includes/wpf-phrases.php:647
5387
+ msgid "Member options successfully updated"
5388
+ msgstr "تم تحديث خيارات الأعضاء بنجاح"
5389
+
5390
+ #: wpf-includes/wpf-phrases.php:646
5391
+ msgid "Invalid request!"
5392
+ msgstr "طلب غير صالح!"
5393
+
5394
+ #: wpf-includes/wpf-phrases.php:645
5395
+ msgid "Invalid Email address"
5396
+ msgstr "عنوان البريد الالكتروني غير صالح"
5397
+
5398
+ #: wpf-includes/wpf-phrases.php:644
5399
+ msgid "Insert your Email address."
5400
+ msgstr "أدخل عنوان بريدك الإلكتروني."
5401
+
5402
+ #: wpf-includes/wpf-phrases.php:643
5403
+ msgid "Illegal character in username."
5404
+ msgstr "حرف غير قانوني في اسم المستخدم."
5405
+
5406
+ #: wpf-includes/wpf-phrases.php:642
5407
+ msgid "General options successfully updated"
5408
+ msgstr "تم تحديث الخيارات العامة بنجاح"
5409
+
5410
+ #: wpf-includes/wpf-phrases.php:641
5411
+ msgid "Forum update error"
5412
+ msgstr ""
5413
+
5414
+ #: wpf-includes/wpf-phrases.php:640
5415
+ msgid "Forum successfully updated"
5416
+ msgstr "تم تحديث المنتدى بنجاح"
5417
+
5418
+ #: wpf-includes/wpf-phrases.php:639
5419
+ msgid "Forum options successfully updated, but previous value not changed"
5420
+ msgstr "تم تحديث خيارات المنتدى بنجاح، لكن القيمة السابقة لم تتغير"
5421
+
5422
+ #: wpf-includes/wpf-phrases.php:638
5423
+ msgid "Forum options successfully updated"
5424
+ msgstr "تم تحديث خيارات المنتدى بنجاح"
5425
+
5426
+ #: wpf-includes/wpf-phrases.php:637
5427
+ msgid "Forum merging error"
5428
+ msgstr "خطأ في دمج المنتدى"
5429
+
5430
+ #: wpf-includes/wpf-phrases.php:636
5431
+ msgid "Forum is successfully merged"
5432
+ msgstr "تم دمج المنتدى بنجاح"
5433
+
5434
+ #: wpf-includes/wpf-phrases.php:635
5435
+ msgid "Forum hierarchy successfully updated"
5436
+ msgstr ""
5437
+
5438
+ #: wpf-includes/wpf-phrases.php:634
5439
+ msgid "Forum deleting error"
5440
+ msgstr "خطأ في حذف المنتدى"
5441
+
5442
+ #: wpf-includes/wpf-phrases.php:633
5443
+ msgid "Forum Base URL successfully updated"
5444
+ msgstr ""
5445
+
5446
+ #: wpf-includes/wpf-phrases.php:632
5447
+ msgid "File type is not allowed"
5448
+ msgstr "نوع الملف غير مسموح به"
5449
+
5450
+ #: wpf-includes/wpf-phrases.php:631
5451
+ msgid "Features successfully updated, but previous value not changed"
5452
+ msgstr "تم تحديث الميزات بنجاح، لكن القيمة السابقة لم تتغير"
5453
+
5454
+ #: wpf-includes/wpf-phrases.php:630
5455
+ msgid "Features successfully updated"
5456
+ msgstr "تم تحديث الميزات بنجاح"
5457
+
5458
+ #: wpf-includes/wpf-phrases.php:629
5459
+ msgid "Error: please insert some text to report."
5460
+ msgstr "خطأ: الرجاء إدخال أي نص لإرسال الإبلاغ."
5461
+
5462
+ #: wpf-includes/wpf-phrases.php:628
5463
+ msgid "Error: Topic is not found"
5464
+ msgstr "خطأ: الموضوع غير موجود"
5465
+
5466
+ #: wpf-includes/wpf-phrases.php:627
5467
+ msgid "Error: No topic selected"
5468
+ msgstr "خطأ: لم يتم اختيار أي موضوع"
5469
+
5470
+ #: wpf-includes/wpf-phrases.php:626
5471
+ msgid "Error: Forum is not found"
5472
+ msgstr "خطأ: المنتدى غير موجود"
5473
+
5474
+ #: wpf-includes/wpf-phrases.php:625
5475
+ msgid "Email address exists. Please insert another."
5476
+ msgstr "عنوان البريد الإلكتروني موجود. الرجاء إدخال بريد إلكتروني آخر"
5477
+
5478
+ #: wpf-includes/wpf-phrases.php:624
5479
+ msgid "Could not be unsubscribe from this item"
5480
+ msgstr "لا يمكن إلغاء الاشتراك من هذا العنصر"
5481
+
5482
+ #: wpf-includes/wpf-phrases.php:623
5483
+ msgid "Cannot update post data"
5484
+ msgstr "لا يمكن تحديث بيانات المشاركة"
5485
+
5486
+ #: wpf-includes/wpf-phrases.php:622
5487
+ msgid "Cannot update forum hierarchy"
5488
+ msgstr "لا يمكن تحديث التسلسل الهرمي للمنتدى"
5489
+
5490
+ #: wpf-includes/wpf-phrases.php:621
5491
+ msgid "Can`t upload file"
5492
+ msgstr "لا يمكن رفع الملف"
5493
+
5494
+ #: wpf-includes/wpf-phrases.php:185 wpf-includes/wpf-phrases.php:620
5495
+ msgid "Can't write a post: This topic is closed"
5496
+ msgstr "لا يمكن كتابة مشاركة: هذا الموضوع مغلق"
5497
+
5498
+ #: wpf-includes/wpf-phrases.php:186 wpf-includes/wpf-phrases.php:619
5499
+ msgid "Can't subscribe to this item"
5500
+ msgstr "لا يمكن الاشتراك في هذا العنصر"
5501
+
5502
+ #: wpf-includes/wpf-phrases.php:187 wpf-includes/wpf-phrases.php:618
5503
+ msgid "Can't send report email"
5504
+ msgstr ""
5505
+
5506
+ #: wpf-includes/wpf-phrases.php:188 wpf-includes/wpf-phrases.php:617
5507
+ msgid "Can't send confirmation email"
5508
+ msgstr ""
5509
+
5510
+ #: wpf-includes/wpf-phrases.php:189 wpf-includes/wpf-phrases.php:616
5511
+ msgid "Can't delete this Usergroup"
5512
+ msgstr "لا يمكن حذف مجموعة المستخدمين هذه"
5513
+
5514
+ #: wpf-includes/wpf-phrases.php:190 wpf-includes/wpf-phrases.php:615
5515
+ msgid "Can't add new language"
5516
+ msgstr "لا يمكن إضافة لغة جديدة"
5517
+
5518
+ #: wpf-includes/wpf-phrases.php:191 wpf-includes/wpf-phrases.php:614
5519
+ msgid "Can't add forum"
5520
+ msgstr "لا يمكن إضافة منتدى"
5521
+
5522
+ #: wpf-includes/wpf-phrases.php:613
5523
+ msgid "All Checked topics successfully deleted"
5524
+ msgstr "تم حذف جميع المواضيع المحددة بنجاح"
5525
+
5526
+ #: wpf-includes/wpf-phrases.php:612
5527
+ msgid "Add Topic error: No forum selected"
5528
+ msgstr ""
5529
+
5530
+ #: wpf-includes/wpf-phrases.php:611
5531
+ msgid "Access successfully deleted"
5532
+ msgstr "تم حذف الصلاحيات بنجاح"
5533
+
5534
+ #: wpf-includes/wpf-phrases.php:610
5535
+ msgid "Access edit error"
5536
+ msgstr "خطأ في تحرير الصلاحيات"
5537
+
5538
+ #: wpf-includes/wpf-phrases.php:609
5539
+ msgid "Access delete error"
5540
+ msgstr "خطأ في حذف الصلاحيات"
5541
+
5542
+ #: wpf-includes/wpf-phrases.php:608
5543
+ msgid "Access add error"
5544
+ msgstr "خطأ في إضافة الصلاحيات"
5545
+
5546
+ #: wpf-includes/wpf-phrases.php:603
5547
+ msgid "{number}T"
5548
+ msgstr "{number}T"
5549
+
5550
+ #: wpf-includes/wpf-phrases.php:602
5551
+ msgid "{number}M"
5552
+ msgstr "{number}M"
5553
+
5554
+ #: wpf-includes/wpf-phrases.php:601
5555
+ msgid "{number}K"
5556
+ msgstr "{number}K"
5557
+
5558
+ #: wpf-includes/wpf-phrases.php:600
5559
+ msgid "{number}B"
5560
+ msgstr "{number}B"
5561
+
5562
+ #: wpf-includes/wpf-phrases.php:595
5563
+ msgid "wpForo Navigation"
5564
+ msgstr "قائمة التنقّل wpForo"
5565
+
5566
+ #: wpf-includes/wpf-phrases.php:593
5567
+ msgid "view all topics"
5568
+ msgstr "عرض جميع المواضيع"
5569
+
5570
+ #: wpf-includes/wpf-phrases.php:592
5571
+ msgid "view all questions"
5572
+ msgstr "عرض جميع الأسئلة"
5573
+
5574
+ #: wpf-includes/wpf-phrases.php:591
5575
+ msgid "view all posts"
5576
+ msgstr "عرض جميع المشاركات"
5577
+
5578
+ #: wpf-includes/wpf-phrases.php:590
5579
+ msgid "view"
5580
+ msgstr "عرض"
5581
+
5582
+ #: wpf-includes/wpf-phrases.php:589
5583
+ msgid "update"
5584
+ msgstr "تحديث"
5585
+
5586
+ #: wpf-includes/wpf-phrases.php:588
5587
+ msgid "subscriptions"
5588
+ msgstr "الاشتراكات"
5589
+
5590
+ #: wpf-includes/wpf-phrases.php:587
5591
+ msgid "replies"
5592
+ msgstr "الردود"
5593
+
5594
+ #: wpf-includes/wpf-phrases.php:586
5595
+ msgid "register"
5596
+ msgstr "تسجيل"
5597
+
5598
+ #: wpf-includes/wpf-phrases.php:585
5599
+ msgid "prev"
5600
+ msgstr "السابق"
5601
+
5602
+ #: wpf-includes/wpf-phrases.php:584
5603
+ msgid "posted"
5604
+ msgstr "نُشر"
5605
+
5606
+ #: wpf-includes/wpf-phrases.php:583
5607
+ msgid "phrase_value"
5608
+ msgstr "قيمة_العبارة"
5609
+
5610
+ #: wpf-includes/wpf-phrases.php:582
5611
+ msgid "phrase_key"
5612
+ msgstr "مفتاح_العبارة"
5613
+
5614
+ #: wpf-includes/wpf-phrases.php:581
5615
+ msgid "old password"
5616
+ msgstr "كلمة المرور القديمة"
5617
+
5618
+ #: wpf-includes/wpf-phrases.php:580
5619
+ msgid "next"
5620
+ msgstr "التالي"
5621
+
5622
+ #: wpf-includes/wpf-phrases.php:579
5623
+ msgid "new password again"
5624
+ msgstr "أعِد كلمة المرور الجديدة"
5625
+
5626
+ #: wpf-includes/wpf-phrases.php:578
5627
+ msgid "new password"
5628
+ msgstr "كلمة المرور الجديدة"
5629
+
5630
+ #: wpf-includes/wpf-phrases.php:577
5631
+ msgid "my profile"
5632
+ msgstr "ملفي الشخصي"
5633
+
5634
+ #: wpf-includes/wpf-phrases.php:575
5635
+ msgid "members"
5636
+ msgstr "الأعضاء"
5637
+
5638
+ #: wpf-includes/wpf-phrases.php:574
5639
+ msgid "matches"
5640
+ msgstr "يطابق"
5641
+
5642
+ #: wpf-includes/wpf-phrases.php:573
5643
+ msgid "logout"
5644
+ msgstr "تسجيل الخروج"
5645
+
5646
+ #: wpf-includes/wpf-phrases.php:572
5647
+ msgid "login"
5648
+ msgstr "تسجيل الدخول"
5649
+
5650
+ #: wpf-includes/wpf-phrases.php:570
5651
+ msgid "forums"
5652
+ msgstr "المنتديات"
5653
+
5654
+ #: wpf-includes/wpf-phrases.php:569
5655
+ msgid "edit user"
5656
+ msgstr "تعديل العضو"
5657
+
5658
+ #: wpf-includes/wpf-phrases.php:568
5659
+ msgid "edit profile"
5660
+ msgstr "تعديل الملف الشخصي"
5661
+
5662
+ #: wpf-includes/wpf-phrases.php:565
5663
+ msgid "confirm password"
5664
+ msgstr "تأكيد كلمة المرور"
5665
+
5666
+ #: wpf-includes/wpf-phrases.php:564
5667
+ msgid "by %s"
5668
+ msgstr "بواسطة %s"
5669
+
5670
+ #: wpf-includes/wpf-phrases.php:563
5671
+ msgid "by"
5672
+ msgstr "بواسطة"
5673
+
5674
+ #: wpf-includes/wpf-phrases.php:561
5675
+ msgid "add_new"
5676
+ msgstr "أضف_جديد"
5677
+
5678
+ #: wpf-includes/wpf-phrases.php:559
5679
+ msgid "activity"
5680
+ msgstr "النشاط"
5681
+
5682
+ #: wpf-includes/wpf-phrases.php:558
5683
+ msgid "account"
5684
+ msgstr "الحساب"
5685
+
5686
+ #: wpf-includes/wpf-phrases.php:557
5687
+ msgid "Your Answer"
5688
+ msgstr "إجابتك"
5689
+
5690
+ #: wpf-includes/wpf-phrases.php:555
5691
+ msgid "You can go to %s page or Search here"
5692
+ msgstr "يمكنك الذهاب إلى صفحة %s أو ابحث هنا"
5693
+
5694
+ #: wpf-includes/wpf-phrases.php:553
5695
+ msgid "You"
5696
+ msgstr "أنت"
5697
+
5698
+ #: wpf-includes/wpf-phrases.php:551
5699
+ msgid "Yahoo"
5700
+ msgstr "Yahoo"
5701
+
5702
+ #: wpf-includes/wpf-phrases.php:550
5703
+ msgid "Write message"
5704
+ msgstr "اكتب رسالة"
5705
+
5706
+ #: wpf-includes/wpf-phrases.php:549
5707
+ msgid "Working"
5708
+ msgstr "جارٍ العمل"
5709
+
5710
+ #: wpf-includes/wpf-phrases.php:548
5711
+ msgid "Wordpress avatar system"
5712
+ msgstr "نظام الصور الرمزية الخاص بـ WordPress"
5713
+
5714
+ #: wpf-includes/wpf-phrases.php:546
5715
+ msgid "Website"
5716
+ msgstr "الموقع الإلكتروني"
5717
+
5718
+ #: wpf-includes/wpf-phrases.php:545
5719
+ msgid "Votes"
5720
+ msgstr "أصوات"
5721
+
5722
+ #: wpf-includes/wpf-phrases.php:544
5723
+ msgid "Views"
5724
+ msgstr "مشاهدة"
5725
+
5726
+ #: wpf-includes/wpf-phrases.php:543
5727
+ msgid "View the latest post"
5728
+ msgstr "عرض آخر مشاركة"
5729
+
5730
+ #: wpf-includes/wpf-phrases.php:542
5731
+ msgid "View entire post"
5732
+ msgstr "عرض المشاركة كاملة"
5733
+
5734
+ #: wpf-includes/wpf-phrases.php:540
5735
+ msgid "Username"
5736
+ msgstr "اسم المستخدم"
5737
+
5738
+ #: wpf-includes/wpf-phrases.php:182 wpf-includes/wpf-phrases.php:539
5739
+ msgid "Usergroup has been successfully deleted. All users of this usergroup have been moved to the usergroup you've chosen"
5740
+ msgstr ""
5741
+
5742
+ #: wpf-includes/wpf-phrases.php:538
5743
+ msgid "Usergroup has been successfully deleted."
5744
+ msgstr "تم حذف مجموعة العضو بنجاح."
5745
+
5746
+ #: wpf-includes/wpf-phrases.php:537
5747
+ msgid "User Group"
5748
+ msgstr "مجموعة المستخدمين"
5749
+
5750
+ #: wpf-includes/wpf-phrases.php:535
5751
+ msgid "User"
5752
+ msgstr "عضو"
5753
+
5754
+ #: wpf-includes/wpf-phrases.php:533
5755
+ msgid "Use comments to ask for more information or suggest improvements. Avoid answering questions in comments."
5756
+ msgstr "استخدم التعليقات للاستفسار عن المزيد من المعلومات أو لاقتراح تطويرات. تجنّب الإجابة على الأسئلة في التعليقات."
5757
+
5758
+ #: wpf-includes/wpf-phrases.php:531
5759
+ msgid "Upload an avatar"
5760
+ msgstr "رفع صورة رمزية"
5761
+
5762
+ #: wpf-includes/wpf-phrases.php:528
5763
+ msgid "Unsubscribe"
5764
+ msgstr "إلغاء الاشتراك"
5765
+
5766
+ #: wpf-includes/wpf-phrases.php:527
5767
+ msgid "Unknown upload error"
5768
+ msgstr "خطأ غير معروف في الرفع"
5769
+
5770
+ #: wpf-includes/wpf-phrases.php:526
5771
+ msgid "Twitter"
5772
+ msgstr "Twitter"
5773
+
5774
+ #: wpf-admin/options-tabs/emails.php:282 wpf-includes/wpf-phrases.php:523
5775
+ msgid "Topic title"
5776
+ msgstr "عنوان الموضوع"
5777
+
5778
+ #: wpf-includes/wpf-phrases.php:522
5779
+ msgid "Topic Title"
5780
+ msgstr "عنوان الموضوع"
5781
+
5782
+ #: wpf-includes/wpf-phrases.php:521
5783
+ msgid "Topic RSS Feed"
5784
+ msgstr "تغذية RSS للموضوع"
5785
+
5786
+ #: wpf-includes/wpf-phrases.php:519
5787
+ msgid "Timezone"
5788
+ msgstr "المنطقة الزمنيّة"
5789
+
5790
+ #: wpf-includes/wpf-phrases.php:512
5791
+ msgid "The uploaded file was only partially uploaded"
5792
+ msgstr "تم رفع الملف جزئيا فقط"
5793
+
5794
+ #: wpf-includes/wpf-phrases.php:511
5795
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
5796
+ msgstr ""
5797
+
5798
+ #: wpf-includes/wpf-phrases.php:510
5799
+ msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form"
5800
+ msgstr ""
5801
+
5802
+ #: wpf-includes/wpf-phrases.php:507
5803
+ msgid "Thank you for using wpForo. wpForo is a premium forum plugin which will always be available for free. There will never be paid and pro versions of this forum board. However this is a very large and hard project so we also develop paid addons (extensions), which will financially help us to keep improving and adding new features to the free wpForo plugin. Forum addons will also be actively developed. The first addons \"Advanced Media Uploader"
5804
+ msgstr ""
5805
+
5806
+ #: wpf-includes/wpf-phrases.php:504 wpf-includes/integration/buddypress.php:112
5807
+ msgid "Subscriptions"
5808
+ msgstr "الاشتراكات"
5809
+
5810
+ #: wpf-includes/wpf-phrases.php:502
5811
+ msgid "Subscribe for new topics"
5812
+ msgstr "الاشتراك بالمواضيع الجديدة"
5813
+
5814
+ #: wpf-includes/wpf-phrases.php:501
5815
+ msgid "Subscribe for new replies"
5816
+ msgstr "الاشتراك بالردود الجديدة"
5817
+
5818
+ #: wpf-includes/wpf-phrases.php:498
5819
+ msgid "Subforums"
5820
+ msgstr "المنتديات الفرعية"
5821
+
5822
+ #: wpf-includes/wpf-phrases.php:496
5823
+ msgid "Specify avatar by URL"
5824
+ msgstr "تخصيص الصورة الرمزية بواسطة عنوان URL"
5825
+
5826
+ #: wpf-includes/wpf-phrases.php:495
5827
+ msgid "Sort Search Results by"
5828
+ msgstr "فرز نتائج البحث حسب"
5829
+
5830
+ #: wpf-includes/wpf-phrases.php:494
5831
+ msgid "Sorry, something is wrong with your data."
5832
+ msgstr "عذرًا، حصل خطأ في بياناتك."
5833
+
5834
+ #: wpf-includes/wpf-phrases.php:493
5835
+ msgid "Social Networks"
5836
+ msgstr "شبكات التواصل الاجتماعي"
5837
+
5838
+ #: wpf-includes/wpf-phrases.php:491
5839
+ msgid "Skype"
5840
+ msgstr "Skype"
5841
+
5842
+ #: wpf-includes/wpf-phrases.php:490
5843
+ msgid "Site Profile"
5844
+ msgstr "الملف الشخصي للموقع"
5845
+
5846
+ #: wpf-includes/wpf-phrases.php:489
5847
+ msgid "Signature"
5848
+ msgstr "التوقيع"
5849
+
5850
+ #: wpf-includes/wpf-phrases.php:488
5851
+ msgid "Sign In"
5852
+ msgstr "تسجيل الدخول"
5853
+
5854
+ #: wpf-includes/wpf-phrases.php:478
5855
+ msgid "Shop Account"
5856
+ msgstr "حساب المتجر"
5857
+
5858
+ #: wpf-includes/wpf-phrases.php:477
5859
+ msgid "Set this option value 0 if you want to show all posts under topic intro area."
5860
+ msgstr ""
5861
+
5862
+ #: wpf-includes/wpf-phrases.php:476
5863
+ msgid "Set Topic Sticky"
5864
+ msgstr "تثبيت الموضوع"
5865
+
5866
+ #: wpf-includes/wpf-phrases.php:472
5867
+ msgid "Send Report"
5868
+ msgstr "إرسال الإبلاغ"
5869
+
5870
+ #: wpf-includes/wpf-phrases.php:471
5871
+ msgid "Select Page"
5872
+ msgstr "تحديد صفحة"
5873
+
5874
+ #: wpf-includes/wpf-phrases.php:469
5875
+ msgid "Search..."
5876
+ msgstr "جاري البحث..."
5877
+
5878
+ #: wpf-includes/wpf-phrases.php:468
5879
+ msgid "Search result for"
5880
+ msgstr "نتيجة البحث عن:"
5881
+
5882
+ #: wpf-includes/wpf-phrases.php:467
5883
+ msgid "Search in date period"
5884
+ msgstr "البحث خلال الفترة الزمنية"
5885
+
5886
+ #: wpf-includes/wpf-phrases.php:466
5887
+ msgid "Search in Forums"
5888
+ msgstr "البحث في المنتديات"
5889
+
5890
+ #: wpf-includes/wpf-phrases.php:465
5891
+ msgid "Search Type"
5892
+ msgstr "نوع البحث"
5893
+
5894
+ #: wpf-includes/wpf-phrases.php:464
5895
+ msgid "Search Titles Only"
5896
+ msgstr "البحث في العناوين فقط"
5897
+
5898
+ #: wpf-includes/wpf-phrases.php:463
5899
+ msgid "Search Phrase"
5900
+ msgstr "عبارة البحث"
5901
+
5902
+ #: wpf-includes/wpf-phrases.php:462
5903
+ msgid "Search Entire Posts"
5904
+ msgstr "البحث في كافة المشاركات"
5905
+
5906
+ #: wpf-admin/options-tabs/members.php:40 wpf-includes/wpf-phrases.php:461
5907
+ msgid "Search"
5908
+ msgstr "البحث"
5909
+
5910
+ #: wpf-includes/wpf-phrases.php:457
5911
+ msgid "Save Changes"
5912
+ msgstr "حفظ التغييرات"
5913
+
5914
+ #: wpf-includes/wpf-phrases.php:455
5915
+ msgid "Result Info"
5916
+ msgstr "معلومات النتيجة"
5917
+
5918
+ #: wpf-includes/wpf-phrases.php:453
5919
+ msgid "Report to Administration"
5920
+ msgstr "إبلاغ إلى الإدارة"
5921
+
5922
+ #: wpf-includes/wpf-phrases.php:450
5923
+ msgid "Report"
5924
+ msgstr "الإبلاغ"
5925
+
5926
+ #: wpf-includes/wpf-phrases.php:449
5927
+ msgid "Reply"
5928
+ msgstr "رد"
5929
+
5930
+ #: wpf-includes/wpf-phrases.php:448
5931
+ msgid "Replies not found"
5932
+ msgstr "لم يتم العثور على ردود"
5933
+
5934
+ #: wpf-includes/wpf-phrases.php:447
5935
+ msgid "Replies"
5936
+ msgstr "ردود"
5937
+
5938
+ #: wpf-includes/wpf-phrases.php:441
5939
+ msgid "Remember Me"
5940
+ msgstr "تذكرني"
5941
+
5942
+ #: wpf-includes/wpf-phrases.php:440
5943
+ msgid "Relevancy"
5944
+ msgstr "الصلة"
5945
+
5946
+ #: wpf-includes/wpf-phrases.php:439
5947
+ msgid "Registered date"
5948
+ msgstr "تاريخ التسجيل"
5949
+
5950
+ #: wpf-includes/wpf-phrases.php:437
5951
+ msgid "Register"
5952
+ msgstr "تسجيل"
5953
+
5954
+ #: wpf-includes/wpf-phrases.php:436
5955
+ msgid "Recent Topics"
5956
+ msgstr "المواضيع الحديثة"
5957
+
5958
+ #: wpf-includes/wpf-phrases.php:435
5959
+ msgid "Recent Questions"
5960
+ msgstr "الأسئلة الحديثة"
5961
+
5962
+ #: wpf-includes/wpf-phrases.php:434
5963
+ msgid "Received Likes"
5964
+ msgstr "إعجابات مُتلقاة"
5965
+
5966
+ #: wpf-includes/wpf-hooks.php:1588 wpf-includes/wpf-phrases.php:430
5967
+ msgid "Rating Badge"
5968
+ msgstr "شارة التقييم"
5969
+
5970
+ #: wpf-includes/wpf-phrases.php:429
5971
+ msgid "Rating"
5972
+ msgstr "التقييم"
5973
+
5974
+ #: wpf-includes/wpf-phrases.php:428
5975
+ msgid "RSS"
5976
+ msgstr "RSS"
5977
+
5978
+ #: wpf-includes/wpf-phrases.php:427
5979
+ msgid "REPLY:"
5980
+ msgstr "ردّ:"
5981
+
5982
+ #: wpf-includes/wpf-phrases.php:426
5983
+ msgid "RE"
5984
+ msgstr "رد"
5985
+
5986
+ #: wpf-includes/wpf-phrases.php:425
5987
+ msgid "Quote"
5988
+ msgstr "اقتباس"
5989
+
5990
+ #: wpf-includes/wpf-phrases.php:424
5991
+ msgid "Questions"
5992
+ msgstr "الأسئلة"
5993
+
5994
+ #: wpf-includes/wpf-phrases.php:423
5995
+ msgid "Question Comments"
5996
+ msgstr "تعليقات السؤال"
5997
+
5998
+ #: wpf-includes/wpf-phrases.php:422
5999
+ msgid "Q&A layout - Intro topics"
6000
+ msgstr "تنسيق الأسئلة والأجوبة - موضوعات المقدمة"
6001
+
6002
+ #: wpf-includes/wpf-phrases.php:421
6003
+ msgid "Q&A Layout - Number of intro topics"
6004
+ msgstr "تنسيق الأسئلة والأجوبة - عدد موضوعات المقدمة"
6005
+
6006
+ #: wpf-includes/wpf-phrases.php:419
6007
+ msgid "Powered by"
6008
+ msgstr "مدعوم من"
6009
+
6010
+ #: wpf-includes/wpf-phrases.php:417
6011
+ msgid "Posted by"
6012
+ msgstr "مرسلة بواسطة"
6013
+
6014
+ #: wpf-includes/wpf-phrases.php:416
6015
+ msgid "Posted"
6016
+ msgstr "نُشر"
6017
+
6018
+ #: wpf-includes/wpf-phrases.php:415
6019
+ msgid "Post link"
6020
+ msgstr "رابط المشاركة"
6021
+
6022
+ #: wpf-includes/wpf-phrases.php:414
6023
+ msgid "Post Title"
6024
+ msgstr "عنوان المقالة"
6025
+
6026
+ #: wpf-includes/wpf-phrases.php:410
6027
+ msgid "Please %s or %s"
6028
+ msgstr "الرجاء %s أو %s"
6029
+
6030
+ #: wpf-includes/wpf-phrases.php:408
6031
+ msgid "Password"
6032
+ msgstr "كلمة المرور"
6033
+
6034
+ #: wpf-includes/wpf-phrases.php:406
6035
+ msgid "Page"
6036
+ msgstr "الصفحة"
6037
+
6038
+ #: wpf-includes/wpf-phrases.php:405
6039
+ msgid "Our newest member"
6040
+ msgstr "أحدث عضو لدينا"
6041
+
6042
+ #: wpf-includes/wpf-phrases.php:404
6043
+ msgid "Oops! The page you requested was not found!"
6044
+ msgstr "عذرًا! لم نعثر على الصفحة التي طلبتها!"
6045
+
6046
+ #: wpf-includes/wpf-phrases.php:402
6047
+ msgid "Online"
6048
+ msgstr "متصل"
6049
+
6050
+ #: wpf-includes/wpf-phrases.php:401
6051
+ msgid "Offline"
6052
+ msgstr "غير متصل"
6053
+
6054
+ #: wpf-includes/wpf-phrases.php:400
6055
+ msgid "Occupation"
6056
+ msgstr "الوظيفة"
6057
+
6058
+ #: wpf-includes/wpf-phrases.php:393
6059
+ msgid "No topics were found here"
6060
+ msgstr "لم يتم العثور على مواضيع هنا"
6061
+
6062
+ #: wpf-includes/wpf-phrases.php:391
6063
+ msgid "No subscriptions found for this member."
6064
+ msgstr "لم يتم العثور على اشتراكات لهذا العضو."
6065
+
6066
+ #: wpf-includes/wpf-phrases.php:389
6067
+ msgid "No online members at the moment"
6068
+ msgstr "لا يوجد أعضاء متصلين خلال هذه اللحظة"
6069
+
6070
+ #: wpf-includes/wpf-phrases.php:385
6071
+ msgid "No forums were found here."
6072
+ msgstr "لم يتم العثور على منتديات هنا."
6073
+
6074
+ #: wpf-includes/wpf-phrases.php:384
6075
+ msgid "No file was uploaded"
6076
+ msgstr "لم يتم رفع أي ملف"
6077
+
6078
+ #: wpf-includes/wpf-phrases.php:383
6079
+ msgid "No activity found for this member."
6080
+ msgstr "لم يتم العثور على نشاط لهذا العضو."
6081
+
6082
+ #: wpf-includes/functions-template.php:185
6083
+ #: wpf-includes/functions-template.php:279 wpf-includes/wpf-phrases.php:376
6084
+ msgid "My Profile"
6085
+ msgstr "ملفي الشخصي"
6086
+
6087
+ #: wpf-includes/wpf-phrases.php:375
6088
+ msgid "Must be minimum 6 characters."
6089
+ msgstr "يجب أن يكون الحد الأدنى 6 أحرف."
6090
+
6091
+ #: wpf-includes/wpf-phrases.php:374
6092
+ msgid "Move Topic"
6093
+ msgstr "نقل الموضوع"
6094
+
6095
+ #: wpf-includes/wpf-phrases.php:372
6096
+ msgid "Missing a temporary folder"
6097
+ msgstr "مجلد مؤقت مفقود"
6098
+
6099
+ #: wpf-includes/wpf-phrases.php:369
6100
+ msgid "Messages"
6101
+ msgstr "الرسائل"
6102
+
6103
+ #: wpf-includes/wpf-phrases.php:367
6104
+ msgid "Members not found"
6105
+ msgstr "لم يتم العثور على الأعضاء"
6106
+
6107
+ #: wpf-includes/wpf-phrases.php:363
6108
+ msgid "Member information"
6109
+ msgstr "معلومات العضو"
6110
+
6111
+ #: wpf-includes/wpf-phrases.php:359
6112
+ msgid "Member Rating Badge"
6113
+ msgstr "شارة تقييم العضو"
6114
+
6115
+ #: wpf-includes/wpf-phrases.php:358
6116
+ msgid "Member Rating"
6117
+ msgstr "تقييم العضو"
6118
+
6119
+ #: wpf-includes/wpf-phrases.php:357
6120
+ msgid "Member Information"
6121
+ msgstr "معلومات العضو"
6122
+
6123
+ #: wpf-includes/wpf-phrases.php:356
6124
+ msgid "Member Activity"
6125
+ msgstr "نشاط العضو"
6126
+
6127
+ #: wpf-includes/wpf-phrases.php:354
6128
+ msgid "Maximum allowed file size is"
6129
+ msgstr "الحد الأقصى لحجم الملف المسموح به هو"
6130
+
6131
+ #: wpf-includes/wpf-phrases.php:353
6132
+ msgid "MSN"
6133
+ msgstr "MSN"
6134
+
6135
+ #: wpf-includes/wpf-phrases.php:351
6136
+ msgid "Lost your password?"
6137
+ msgstr "هل فقدت كلمة مرورك؟"
6138
+
6139
+ #: wpf-includes/wpf-phrases.php:349
6140
+ msgid "Logout"
6141
+ msgstr "تسجيل الخروج"
6142
+
6143
+ #: wpf-admin/includes/member-listtable.php:156 wpf-includes/wpf-phrases.php:347
6144
+ msgid "Login"
6145
+ msgstr "تسجيل الدخول"
6146
+
6147
+ #: wpf-includes/wpf-phrases.php:346
6148
+ msgid "Location"
6149
+ msgstr "الموقع"
6150
+
6151
+ #: wpf-includes/wpf-phrases.php:345
6152
+ msgid "Liked"
6153
+ msgstr "أعجبني"
6154
+
6155
+ #: wpf-includes/wpf-phrases.php:343
6156
+ msgid "Length must be between 3 characters and 30 characters."
6157
+ msgstr "يجب أن يتراوح الطول بين 3 أحرف و 30 حرفًا."
6158
+
6159
+ #: wpf-includes/wpf-phrases.php:342
6160
+ msgid "Leave a reply"
6161
+ msgstr "اترك رد"
6162
+
6163
+ #: wpf-includes/wpf-phrases.php:341
6164
+ msgid "Latest Post"
6165
+ msgstr "آخر مشاركة"
6166
+
6167
+ #: wpf-includes/wpf-phrases.php:340
6168
+ msgid "Last post by %s"
6169
+ msgstr "آخر مشاركة بواسطة %s"
6170
+
6171
+ #: wpf-includes/wpf-phrases.php:339
6172
+ msgid "Last Year ago"
6173
+ msgstr ""
6174
+
6175
+ #: wpf-includes/wpf-phrases.php:338
6176
+ msgid "Last Week"
6177
+ msgstr "الأسبوع الماضي"
6178
+
6179
+ #: wpf-includes/wpf-phrases.php:337
6180
+ msgid "Last Post Info"
6181
+ msgstr "آخر مشاركة"
6182
+
6183
+ #: wpf-includes/wpf-phrases.php:336
6184
+ msgid "Last Post"
6185
+ msgstr "آخر مشاركة"
6186
+
6187
+ #: wpf-includes/wpf-phrases.php:335
6188
+ msgid "Last Month"
6189
+ msgstr "الشهر الماضي"
6190
+
6191
+ #: wpf-includes/wpf-phrases.php:334
6192
+ msgid "Last Active"
6193
+ msgstr "آخر نشاط"
6194
+
6195
+ #: wpf-includes/wpf-phrases.php:333
6196
+ msgid "Last 6 Months"
6197
+ msgstr "آخر 6 أشهر"
6198
+
6199
+ #: wpf-includes/wpf-phrases.php:332
6200
+ msgid "Last 3 Months"
6201
+ msgstr "آخر 3 شهور"
6202
+
6203
+ #: wpf-includes/wpf-phrases.php:331
6204
+ msgid "Last 24 hours"
6205
+ msgstr "آخر 24 ساعة"
6206
+
6207
+ #: wpf-includes/wpf-phrases.php:328
6208
+ msgid "Joined"
6209
+ msgstr "انضم"
6210
+
6211
+ #: wpf-includes/wpf-phrases.php:325
6212
+ msgid "Insert member name or email"
6213
+ msgstr "أدخل اسم العضو أو البريد الإلكتروني"
6214
+
6215
+ #: wpf-includes/wpf-phrases.php:321
6216
+ msgid "ICQ"
6217
+ msgstr "ICQ"
6218
+
6219
+ #: wpf-admin/includes/member-listtable.php:158 wpf-includes/wpf-phrases.php:317
6220
+ msgid "Group"
6221
+ msgstr "المجموعة"
6222
+
6223
+ #: wpf-includes/wpf-phrases.php:308
6224
+ msgid "Forum is empty"
6225
+ msgstr "المنتدى فارغ"
6226
+
6227
+ #: wpf-includes/wpf-phrases.php:305
6228
+ msgid "Forum Statistics"
6229
+ msgstr "إحصائيات المنتدى"
6230
+
6231
+ #: wpf-includes/wpf-phrases.php:301
6232
+ msgid "Forum RSS Feed"
6233
+ msgstr "تغذية RSS للمنتدى"
6234
+
6235
+ #: wpf-includes/wpf-phrases.php:300
6236
+ msgid "Forum Profile"
6237
+ msgstr "الملف الشخصي بالمنتدى"
6238
+
6239
+ #: wpf-includes/wpf-phrases.php:297
6240
+ msgid "Forum Members"
6241
+ msgstr "أعضاء المنتدى"
6242
+
6243
+ #: wpf-includes/wpf-phrases.php:295
6244
+ msgid "Forum Home"
6245
+ msgstr "رئيسية المنتدى"
6246
+
6247
+ #: wpf-includes/wpf-phrases.php:290
6248
+ msgid "Forum - Registration"
6249
+ msgstr "المنتدى - التسجيل"
6250
+
6251
+ #: wpf-includes/wpf-phrases.php:289
6252
+ msgid "Forum - Page Not Found"
6253
+ msgstr "المنتدى - الصفحة غير موجودة"
6254
+
6255
+ #: wpf-includes/wpf-phrases.php:288
6256
+ msgid "Forum - Login"
6257
+ msgstr "المنتدى - تسجيل الدخول"
6258
+
6259
+ #: wpf-admin/options-tabs/features.php:88 wpf-includes/wpf-phrases.php:287
6260
+ #: wpf-includes/class-subscribes.php:25 wpforo.php:407
6261
+ msgid "Forum"
6262
+ msgstr "المنتدى"
6263
+
6264
+ #: wpf-includes/wpf-phrases.php:286
6265
+ msgid "First post and replies"
6266
+ msgstr ""
6267
+
6268
+ #: wpf-includes/wpf-phrases.php:285
6269
+ msgid "Find Topics Started by User"
6270
+ msgstr "البحث عن المواضيع التي كتبها العضو"
6271
+
6272
+ #: wpf-includes/wpf-phrases.php:284
6273
+ msgid "Find Posts by User"
6274
+ msgstr "البحث عن المشاركات بواسطة العضو"
6275
+
6276
+ #: wpf-includes/wpf-phrases.php:283
6277
+ msgid "File upload stopped by extension"
6278
+ msgstr "توقف رفع الملف بواسطة الامتداد"
6279
+
6280
+ #: wpf-includes/wpf-phrases.php:281
6281
+ msgid "Failed to write file to disk"
6282
+ msgstr "فشل في إنشاء الملف في الخادم"
6283
+
6284
+ #: wpf-includes/wpf-phrases.php:280
6285
+ msgid "Facebook"
6286
+ msgstr "Facebook"
6287
+
6288
+ #: wpf-includes/wpf-phrases.php:279
6289
+ msgid "Extended Layout - Number of intro topics"
6290
+ msgstr "تنسيق موسع - عدد موضوعات المقدمة"
6291
+
6292
+ #: wpf-includes/wpf-phrases.php:278
6293
+ msgid "Extended Layout - Number of intro posts"
6294
+ msgstr "تنسيق موسع - عدد مشاركات المقدمة"
6295
+
6296
+ #: wpf-includes/wpf-phrases.php:277
6297
+ msgid "Extended Layout - Intro topics"
6298
+ msgstr "تنسيق موسع - موضوعات المقدمة"
6299
+
6300
+ #: wpf-includes/wpf-phrases.php:276
6301
+ msgid "Extended Layout - Intro posts"
6302
+ msgstr "تنسيق موسع - مشاركات المقدمة"
6303
+
6304
+ #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
6305
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:142
6306
+ #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
6307
+ msgid "Expanded"
6308
+ msgstr "موسعة"
6309
+
6310
+ #: wpf-includes/wpf-phrases.php:274
6311
+ msgid "Enter title here"
6312
+ msgstr "أدخل العنوان هنا"
6313
+
6314
+ #: wpf-admin/includes/member-listtable.php:157 wpf-includes/wpf-phrases.php:261
6315
+ msgid "Email"
6316
+ msgstr "البريد الإلكتروني"
6317
+
6318
+ #: wpf-includes/wpf-phrases.php:260
6319
+ msgid "Edited: "
6320
+ msgstr "تم تعديله:"
6321
+
6322
+ #: wpf-admin/includes/member-listtable.php:155 wpf-includes/wpf-phrases.php:257
6323
+ msgid "Display Name"
6324
+ msgstr "الاسم المعروض"
6325
+
6326
+ #: wpf-includes/wpf-phrases.php:254
6327
+ msgid "Descending order"
6328
+ msgstr "ترتيب تنازلي"
6329
+
6330
+ #: wpf-includes/wpf-phrases.php:251
6331
+ msgid "Date"
6332
+ msgstr "التاريخ"
6333
+
6334
+ #: wpf-includes/wpf-phrases.php:245
6335
+ msgid "Confirm my subscription"
6336
+ msgstr "تأكيد اشتراكي"
6337
+
6338
+ #: wpf-includes/wpf-phrases.php:244
6339
+ msgid "Comments"
6340
+ msgstr "التعليقات"
6341
+
6342
+ #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
6343
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:143
6344
+ #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
6345
+ msgid "Collapsed"
6346
+ msgstr "تم الطيّ"
6347
+
6348
+ #: wpf-includes/wpf-phrases.php:240
6349
+ msgid "Choose Target Forum"
6350
+ msgstr "اختر المنتدى المستهدف"
6351
+
6352
+ #: wpf-includes/wpf-phrases.php:239
6353
+ msgid "Change password"
6354
+ msgstr "تغيير كلمة المرور"
6355
+
6356
+ #: wpf-includes/wpf-phrases.php:233
6357
+ msgid "Avatar"
6358
+ msgstr "الصورة الرمزية"
6359
+
6360
+ #: wpf-includes/wpf-phrases.php:229
6361
+ msgid "Attach file:"
6362
+ msgstr "إرفاق ملف:"
6363
+
6364
+ #: wpf-includes/wpf-phrases.php:228
6365
+ msgid "Ascending order"
6366
+ msgstr "ترتيب تصاعدي"
6367
+
6368
+ #: wpf-includes/wpf-phrases.php:221
6369
+ msgid "Any Date"
6370
+ msgstr "أي وقت"
6371
+
6372
+ #: wpf-includes/wpf-phrases.php:220
6373
+ msgid "Answers"
6374
+ msgstr "إجابات"
6375
+
6376
+ #: wpf-includes/wpf-phrases.php:219
6377
+ msgid "Answer to"
6378
+ msgstr "إجابة على"
6379
+
6380
+ #: wpf-includes/wpf-phrases.php:218
6381
+ msgid "Answer"
6382
+ msgstr "إجابة"
6383
+
6384
+ #: wpf-includes/wpf-phrases.php:210
6385
+ msgid "Add topic"
6386
+ msgstr "إضافة موضوع"
6387
+
6388
+ #: wpf-includes/wpf-phrases.php:209
6389
+ msgid "Add a comment"
6390
+ msgstr "أضف تعليقًا"
6391
+
6392
+ #: wpf-includes/wpf-phrases.php:205
6393
+ msgid "Activity"
6394
+ msgstr "النشاط"
6395
+
6396
+ #: wpf-includes/wpf-phrases.php:202
6397
+ msgid "Account"
6398
+ msgstr "الحساب"
6399
+
6400
+ #: wpf-includes/wpf-phrases.php:199
6401
+ msgid "About Me"
6402
+ msgstr "نبذة عني"
6403
+
6404
+ #: wpf-includes/wpf-phrases.php:198
6405
+ msgid "AOL IM"
6406
+ msgstr "AOL IM"
6407
+
6408
+ #: wpf-includes/wpf-phrases.php:197
6409
+ msgid "%s, %s, %s and %d people liked"
6410
+ msgstr "أعجب %s و %s و %s و %d من الأشخاص"
6411
+
6412
+ #: wpf-includes/wpf-phrases.php:196
6413
+ msgid "%s, %s and %s liked"
6414
+ msgstr "أعجب %s و %s و %s"
6415
+
6416
+ #: wpf-includes/wpf-phrases.php:195
6417
+ msgid "%s liked"
6418
+ msgstr "%s إعجاب"
6419
+
6420
+ #: wpf-includes/wpf-phrases.php:194
6421
+ msgid "%s and %s liked"
6422
+ msgstr "أعجب %s و %s"
6423
+
6424
+ #: wpf-includes/wpf-phrases.php:597
6425
+ msgid "wpForo User Timezone"
6426
+ msgstr "المنطقة الزمنية لمستخدم wpForo"
6427
+
6428
+ #: wpf-includes/wpf-phrases.php:598
6429
+ msgid "wpForo Usergroup"
6430
+ msgstr "مجموعة المستخدمين wpForo"
6431
+
6432
+ #: wpf-includes/wpf-phrases.php:1090
6433
+ msgid "Dismiss"
6434
+ msgstr "تجاهل"
6435
+
6436
+ #: wpf-includes/wpf-hooks.php:1400 wpf-includes/wpf-phrases.php:183
6437
+ msgid "Move"
6438
+ msgstr "نقل"
6439
+
6440
+ #: wpf-admin/admin.php:42 wpf-includes/wpf-hooks.php:22
6441
+ #: wpf-includes/wpf-hooks.php:2666
6442
+ msgid "Settings"
6443
+ msgstr "الإعدادات"
6444
+
6445
+ #: wpf-includes/wpf-hooks.php:20
6446
+ msgid "Uninstall"
6447
+ msgstr "إلغاء التثبيت"
6448
+
6449
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:322
6450
+ msgid "IMPORTANT! Uninstall is not a simple deactivation action. This action will permanently remove all forum data (forums, topics, replies, attachments...) from database. Please backup database before this action, you may need this forum data in future. If you are sure that you want to delete all forum data please confirm. If not, just cancel it, then you can deactivate this plugin, that will not remove forum data."
6451
+ msgstr ""
6452
+
6453
+ #: wpf-includes/functions.php:827
6454
+ msgid "Could not write file %s"
6455
+ msgstr "لا يمكن الكتابة على الملف %s"
6456
+
6457
+ #: wpf-includes/functions.php:393 wpf-includes/wpf-phrases.php:327
6458
+ msgid "Items"
6459
+ msgstr "عناصر"
6460
+
6461
+ #: wpf-includes/wpf-phrases.php:386
6462
+ msgid "No items found"
6463
+ msgstr "لم يتم العثور على عناصر"
6464
+
6465
+ #: wpf-admin/includes/moderation-listtable.php:92
6466
+ #: wpf-includes/wpf-phrases.php:227
6467
+ msgid "Are you sure you want to DELETE this item?"
6468
+ msgstr "هل أنت متأكد من رغبتك بحذف هذا العنصر؟"
6469
+
6470
+ #: wpf-includes/wpf-phrases.php:253
6471
+ msgid "Delete this item"
6472
+ msgstr "حذف هذا العنصر"
6473
+
6474
+ #: wpf-includes/wpf-phrases.php:470
6475
+ msgid "Select All"
6476
+ msgstr "اختيار الكل"
6477
+
6478
+ #: wpf-includes/wpf-phrases.php:571
6479
+ msgid "item"
6480
+ msgstr "عنصر"
6481
+
6482
+ #: wpf-includes/wpf-phrases.php:486
6483
+ msgid "Show all forums"
6484
+ msgstr "عرض كافة المنتديات"
6485
+
6486
+ #: wpf-includes/functions.php:394 wpf-includes/wpf-phrases.php:222
6487
+ msgid "Apply"
6488
+ msgstr "تطبيق"
6489
+
6490
+ #: wpf-includes/wpf-phrases.php:236
6491
+ msgid "Bulk Actions"
6492
+ msgstr "تنفيذ الأمر"
6493
+
6494
+ #: wpf-includes/functions-template.php:917 wpf-includes/wpf-phrases.php:258
6495
+ msgid "Display with Avatars"
6496
+ msgstr "إظهار مع الصور الرمزية"
6497
+
6498
+ #: wpf-includes/functions-template.php:484 wpf-includes/wpf-phrases.php:256
6499
+ msgid "Display Avatars"
6500
+ msgstr "عرض الصور الرمزية"
6501
+
6502
+ #: wpf-includes/functions-template.php:478
6503
+ #: wpf-includes/functions-template.php:641
6504
+ #: wpf-includes/functions-template.php:911
6505
+ #: wpf-includes/functions-template.php:1042 wpf-includes/wpf-phrases.php:396
6506
+ msgid "Number of Items"
6507
+ msgstr "عدد العناصر"
6508
+
6509
+ #: wpf-admin/includes/moderation-listtable.php:137
6510
+ #: wpf-includes/functions-template.php:366
6511
+ #: wpf-includes/functions-template.php:403
6512
+ #: wpf-includes/functions-template.php:468
6513
+ #: wpf-includes/functions-template.php:613
6514
+ #: wpf-includes/functions-template.php:878
6515
+ #: wpf-includes/functions-template.php:977
6516
+ #: wpf-includes/functions-template.php:1033 wpf-includes/wpf-phrases.php:520
6517
+ msgid "Title"
6518
+ msgstr "العنوان"
6519
+
6520
+ #: wpf-includes/functions-template.php:163 wpf-includes/wpf-phrases.php:377
6521
+ msgid "NOTE: If you're going to add widgets in this sidebar, please use 'Full Width' template for wpForo index page to avoid sidebar duplication."
6522
+ msgstr ""
6523
+
6524
+ #: wpf-includes/functions-template.php:162 wpf-includes/wpf-phrases.php:596
6525
+ msgid "wpForo Sidebar"
6526
+ msgstr "الشريط الجانبي لـ wpForo"
6527
+
6528
+ #: wpf-includes/functions-template.php:7
6529
+ msgid "wpForo Menu"
6530
+ msgstr "قائمة wpForo"
6531
+
6532
+ #: wpf-includes/wpf-phrases.php:513 wpf-includes/class-template.php:2338
6533
+ msgid "Theme file not readable"
6534
+ msgstr "ملف القالب غير قابل للقراءة"
6535
+
6536
+ #: wpf-includes/class-phrases.php:197 wpf-includes/wpf-phrases.php:192
6537
+ msgid " Discussion Board"
6538
+ msgstr " لوحة المناقشة"
6539
+
6540
+ #: wpf-includes/class-phrases.php:196 wpf-includes/wpf-phrases.php:193
6541
+ msgid " Forum"
6542
+ msgstr "المنتدى"
6543
+
6544
+ #: wpf-includes/wpf-phrases.php:607
6545
+ msgid "%s access successfully edited"
6546
+ msgstr "تم تحرير الصلاحيات إلى %s بنجاح"
6547
+
6548
+ #: wpf-includes/wpf-phrases.php:606
6549
+ msgid "%s access successfully added"
6550
+ msgstr "تم إضافة الصلاحيات إلى %s بنجاح"
6551
+
6552
+ #: wpf-includes/wpf-phrases.php:255 wpf-includes/class-notices.php:166
6553
+ msgid "Dismiss this notice."
6554
+ msgstr "إخفاء هذه الملاحظة."
6555
+
6556
+ #: wpf-admin/usergroup.php:271
6557
+ msgid "Users will be join this usergroup"
6558
+ msgstr "سينضم المستخدمون إلى مجموعة المستخدمين هذه"
6559
+
6560
+ #: wpf-admin/usergroup.php:259
6561
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
6562
+ msgstr "حذف مجموعة الأعضاء المختارة وضمّ الأعضاء إلى مجموعة أعضاء أخرى"
6563
+
6564
+ #: wpf-admin/usergroup.php:246
6565
+ msgid "Delete Chosen Usergroup And Users"
6566
+ msgstr "حذف مجموعة الأعضاء المختارة والأعضاء الذين بداخلها."
6567
+
6568
+ #: wpf-admin/options-tabs/accesses.php:109 wpf-admin/usergroup.php:396
6569
+ msgid "save"
6570
+ msgstr "حفظ"
6571
+
6572
+ #: wpf-includes/wpf-phrases.php:560
6573
+ msgid "add"
6574
+ msgstr "إضافة"
6575
+
6576
+ #: wpf-admin/usergroup.php:321 wpf-includes/wpf-phrases.php:319
6577
+ msgid "Guest"
6578
+ msgstr "زائر"
6579
+
6580
+ #: wpf-admin/usergroup.php:77
6581
+ msgid "View users list in this usergroup"
6582
+ msgstr "عرض قائمة الأعضاء في مجموعة الأعضاء هذه"
6583
+
6584
+ #: wpf-admin/usergroup.php:75
6585
+ msgid "Delete this usergroup"
6586
+ msgstr "احذف مجموعة الأعضاء هذه"
6587
+
6588
+ #: wpf-admin/usergroup.php:73 wpf-admin/includes/phrase-listtable.php:79
6589
+ #: wpf-admin/includes/phrase-listtable.php:173 wpf-includes/wpf-phrases.php:259
6590
+ msgid "Edit"
6591
+ msgstr "تعديل"
6592
+
6593
+ #: wpf-admin/usergroup.php:73
6594
+ msgid "Edit this usergroup"
6595
+ msgstr "تعديل مجموعة الأعضاء هذه"
6596
+
6597
+ #: wpf-admin/usergroup.php:68 wpf-admin/usergroup.php:321
6598
+ msgid "Usergroup Name"
6599
+ msgstr "اسم مجموعة الأعضاء"
6600
+
6601
+ #: wpf-admin/admin.php:54 wpf-admin/usergroup.php:11
6602
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2682
6603
+ msgid "Usergroups"
6604
+ msgstr "مجموعات الأعضاء"
6605
+
6606
+ #: wpf-admin/themes.php:100 wpf-includes/wpf-phrases.php:392
6607
+ msgid "No theme found"
6608
+ msgstr "لم يتم العثور على قوالب"
6609
+
6610
+ #: wpf-admin/themes.php:89 wpf-includes/wpf-phrases.php:387
6611
+ msgid "No layout found"
6612
+ msgstr "لم يتم العثور على تنسيق"
6613
+
6614
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:454
6615
+ msgid "Reset Settings"
6616
+ msgstr "إعادة ضبط الإعدادات"
6617
+
6618
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:226
6619
+ msgid "Are you sure you want to reset all settings and style colors to default?"
6620
+ msgstr ""
6621
+
6622
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:224
6623
+ msgid "Are you sure you want to delete this theme files?"
6624
+ msgstr "هل أنت متأكد من رغبتك بحذف ملفات هذا القالب؟"
6625
+
6626
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:326
6627
+ msgid "Install"
6628
+ msgstr "تنصيب"
6629
+
6630
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:310
6631
+ msgid "Fresh Installation"
6632
+ msgstr "تنصيب جديد"
6633
+
6634
+ #: wpf-admin/themes.php:65 wpf-includes/wpf-phrases.php:203
6635
+ msgid "Activate"
6636
+ msgstr "تفعيل"
6637
+
6638
+ #: wpf-admin/themes.php:49 wpf-includes/wpf-phrases.php:329
6639
+ msgid "LAYOUTS"
6640
+ msgstr "التنسيقات"
6641
+
6642
+ #: wpf-admin/member.php:63 wpf-admin/themes.php:45
6643
+ #: wpf-includes/wpf-phrases.php:324
6644
+ msgid "Inactive"
6645
+ msgstr "غير مفعل"
6646
+
6647
+ #: wpf-admin/themes.php:43 wpf-includes/wpf-phrases.php:246
6648
+ msgid "Current active theme"
6649
+ msgstr "القالب الحالي النشط"
6650
+
6651
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:306
6652
+ msgid "Forum Themes"
6653
+ msgstr "قوالب المنتدى"
6654
+
6655
+ #: wpf-admin/phrase.php:13 wpf-includes/wpf-phrases.php:313
6656
+ msgid "Front-end Phrases"
6657
+ msgstr "عبارات الواجهة الأمامية"
6658
+
6659
+ #: wpf-admin/admin.php:63 wpf-admin/options.php:24
6660
+ #: wpf-includes/wpf-hooks.php:2698 wpf-includes/wpf-phrases.php:211
6661
+ msgid "Addons"
6662
+ msgstr "إضافات"
6663
+
6664
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:497
6665
+ msgid "Styles"
6666
+ msgstr "الأنماط"
6667
+
6668
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:282
6669
+ msgid "Features"
6670
+ msgstr "المميزات"
6671
+
6672
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:262
6673
+ msgid "Emails"
6674
+ msgstr "رسائل البريد الإلكتروني"
6675
+
6676
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:525
6677
+ msgid "Topics &amp; Posts"
6678
+ msgstr "المواضيع &amp; المشاركات"
6679
+
6680
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:291
6681
+ msgid "Forum Accesses"
6682
+ msgstr "صلاحيات المنتدى"
6683
+
6684
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:315
6685
+ msgid "General"
6686
+ msgstr "عام "
6687
+
6688
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:303
6689
+ msgid "Forum Settings"
6690
+ msgstr "إعدادات المنتدى"
6691
+
6692
+ #: wpf-admin/options-tabs/emails.php:141 wpf-includes/wpf-phrases.php:451
6693
+ msgid "Report message body"
6694
+ msgstr "محتوى رسالة الإبلاغ"
6695
+
6696
+ #: wpf-admin/options-tabs/emails.php:135 wpf-includes/wpf-phrases.php:452
6697
+ msgid "Report message subject"
6698
+ msgstr "عنوان رسالة الإبلاغ"
6699
+
6700
+ #: wpf-admin/options-tabs/emails.php:130 wpf-includes/wpf-phrases.php:517
6701
+ msgid "This message comes from post reporting pop-up form."
6702
+ msgstr ""
6703
+
6704
+ #: wpf-admin/options-tabs/emails.php:129 wpf-includes/wpf-phrases.php:413
6705
+ msgid "Post Reporting Emails"
6706
+ msgstr "عناوين البريد اﻹلكتروني للإبلاغ عن المشاركات"
6707
+
6708
+ #: wpf-admin/options-tabs/emails.php:112 wpf-includes/wpf-phrases.php:378
6709
+ msgid "New reply notification email message"
6710
+ msgstr ""
6711
+
6712
+ #: wpf-admin/options-tabs/emails.php:107 wpf-includes/wpf-phrases.php:379
6713
+ msgid "New reply notification email subject"
6714
+ msgstr ""
6715
+
6716
+ #: wpf-admin/options-tabs/emails.php:91 wpf-includes/wpf-phrases.php:380
6717
+ msgid "New topic notification email message"
6718
+ msgstr ""
6719
+
6720
+ #: wpf-admin/options-tabs/emails.php:86 wpf-includes/wpf-phrases.php:381
6721
+ msgid "New topic notification email subject"
6722
+ msgstr ""
6723
+
6724
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:499
6725
+ msgid "Subscribe confirmation email message"
6726
+ msgstr ""
6727
+
6728
+ #: wpf-admin/options-tabs/emails.php:67 wpf-includes/wpf-phrases.php:500
6729
+ msgid "Subscribe confirmation email subject"
6730
+ msgstr ""
6731
+
6732
+ #: wpf-admin/options-tabs/emails.php:62 wpf-includes/wpf-phrases.php:503
6733
+ msgid "Subscription Emails"
6734
+ msgstr "رسائل الاشتراك عبر البريد الإلكتروني"
6735
+
6736
+ #: wpf-admin/options-tabs/emails.php:32 wpf-includes/wpf-phrases.php:243
6737
+ msgid "Comma separated email addresses of forum administrators to get forum notifications. For example post report messages."
6738
+ msgstr ""
6739
+
6740
+ #: wpf-includes/wpf-phrases.php:292
6741
+ msgid "Forum Admin Email Addresses"
6742
+ msgstr "عناوين البريد الإلكترونية لمدير المنتدى"
6743
+
6744
+ #: wpf-includes/wpf-phrases.php:311
6745
+ msgid "From Email Address"
6746
+ msgstr "(من) البريد الإلكتروني"
6747
+
6748
+ #: wpf-includes/wpf-phrases.php:312
6749
+ msgid "From Name"
6750
+ msgstr "من الاسم"
6751
+
6752
+ #: wpf-admin/options-tabs/posts.php:192 wpf-includes/wpf-phrases.php:473
6753
+ msgid "Server \"post_max_size\" is "
6754
+ msgstr "إعداد \"post_max_size\" بالخادم هو"
6755
+
6756
+ #: wpf-admin/options-tabs/posts.php:191 wpf-includes/wpf-phrases.php:474
6757
+ msgid "Server \"upload_max_filesize\" is "
6758
+ msgstr "إعداد \"upload_max_filesize\" بالخادم هو"
6759
+
6760
+ #: wpf-admin/options-tabs/posts.php:188 wpf-includes/wpf-phrases.php:352
6761
+ msgid "MB"
6762
+ msgstr "ميغابايت"
6763
+
6764
+ #: wpf-admin/options-tabs/posts.php:185 wpf-includes/wpf-phrases.php:556
6765
+ msgid "You can not set this value more than \"upload_max_filesize\" and \"post_max_size\". If you want to increase server parameters please contact to your hosting service support."
6766
+ msgstr ""
6767
+
6768
+ #: wpf-admin/options-tabs/posts.php:184 wpf-includes/wpf-phrases.php:355
6769
+ msgid "Maximum upload file size"
6770
+ msgstr "أقصى حجم للملف المرفوع"
6771
+
6772
+ #: wpf-admin/options-tabs/posts.php:169 wpf-includes/wpf-phrases.php:214
6773
+ msgid "Allow Delete Own post for"
6774
+ msgstr "السماح بحذف مشاركتهم لـ"
6775
+
6776
+ #: wpf-admin/options-tabs/posts.php:162 wpf-includes/wpf-phrases.php:215
6777
+ msgid "Allow Edit Own Post for"
6778
+ msgstr "السماح بتعديل مشاركتهم لـ"
6779
+
6780
+ #: wpf-admin/options-tabs/posts.php:157 wpf-includes/wpf-phrases.php:398
6781
+ msgid "Number of Posts per Page"
6782
+ msgstr "عدد المشاركات لكل صفحة"
6783
+
6784
+ #: wpf-admin/options-tabs/posts.php:151 wpf-includes/wpf-phrases.php:213
6785
+ msgid "Allow Delete Own Topic for"
6786
+ msgstr "السماح بحذف موضوعهم لـ"
6787
+
6788
+ #: wpf-admin/options-tabs/posts.php:144 wpf-includes/wpf-phrases.php:216
6789
+ msgid "Allow Edit Own Topic for"
6790
+ msgstr "السماح بتعديل موضوعهم لـ"
6791
+
6792
+ #: wpf-admin/options-tabs/posts.php:139 wpf-includes/wpf-phrases.php:399
6793
+ msgid "Number of Topics per Page"
6794
+ msgstr "عدد المواضيع لكل صفحة"
6795
+
6796
+ #: wpf-admin/options-tabs/plugins.php:9
6797
+ msgid "Thank you for using wpForo. wpForo is a premium forum plugin which will always be available for free. There will never be paid and pro versions of this forum board. However this is a very large and hard project so we also develop paid addons (extensions), which will financially help us to keep improving and adding new features to the free wpForo plugin. Forum addons will also be actively developed. The first addons \"Advanced Media Uploader\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available very soon. Once you got some addon and activated that, you will find settings in vertical subTabs here."
6798
+ msgstr ""
6799
+
6800
+ #: wpf-admin/options-tabs/members.php:135
6801
+ msgid "This option depends on \"Enable Member Rating Titles\" parent option, witch located in wpForo Settings > Features Tab"
6802
+ msgstr ""
6803
+
6804
+ #: wpf-admin/options-tabs/members.php:148
6805
+ msgid "Enable Reputation Badges for selected usergroups"
6806
+ msgstr "تمكين شارات السمعة لمجموعات الأعضاء المحددة"
6807
+
6808
+ #: wpf-admin/options-tabs/members.php:149
6809
+ msgid "This option depends on \"Enable Member Rating\" parent option, witch located in wpForo Settings > Features Tab"
6810
+ msgstr ""
6811
+
6812
+ #: wpf-admin/options-tabs/members.php:134
6813
+ msgid "Enable Reputation Titles for selected usergroups"
6814
+ msgstr "تمكين ألقاب السمعة لمجموعات الأعضاء المحددة"
6815
+
6816
+ #: wpf-admin/options-tabs/members.php:128 wpf-includes/wpf-phrases.php:234
6817
+ msgid "Badge Icon"
6818
+ msgstr "أيقونة الشارة"
6819
+
6820
+ #: wpf-admin/options-tabs/members.php:127 wpf-admin/usergroup.php:39
6821
+ #: wpf-includes/wpf-phrases.php:242
6822
+ msgid "Color"
6823
+ msgstr "اللون"
6824
+
6825
+ #: wpf-admin/options-tabs/members.php:124 wpf-includes/wpf-phrases.php:249
6826
+ msgid "Custom Title"
6827
+ msgstr "لقب مخصص"
6828
+
6829
+ #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:397
6830
+ msgid "Number of Posts"
6831
+ msgstr "عدد المشاركات"
6832
+
6833
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1594
6834
+ #: wpf-includes/wpf-phrases.php:344
6835
+ msgid "Level"
6836
+ msgstr "المستوى"
6837
+
6838
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:373
6839
+ msgid "More"
6840
+ msgstr "المزيد"
6841
+
6842
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:432
6843
+ msgid "Rating Icon"
6844
+ msgstr "أيقونة التقييم"
6845
+
6846
+ #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:431
6847
+ msgid "Rating Color"
6848
+ msgstr "لون التقييم"
6849
+
6850
+ #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:314
6851
+ msgid "Full Badge"
6852
+ msgstr "شارة كاملة"
6853
+
6854
+ #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:479
6855
+ msgid "Short Badge"
6856
+ msgstr "شارة قصيرة"
6857
+
6858
+ #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:362
6859
+ msgid "Member Title"
6860
+ msgstr "لقب العضو"
6861
+
6862
+ #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:371
6863
+ msgid "Min Number of Posts"
6864
+ msgstr "الحد الأدنى لعدد المشاركات"
6865
+
6866
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1586
6867
+ #: wpf-includes/wpf-phrases.php:433
6868
+ msgid "Rating Level"
6869
+ msgstr "مستوى التقييم"
6870
+
6871
+ #: wpf-includes/wpf-phrases.php:360
6872
+ msgid "Member Reputation"
6873
+ msgstr "سمعة العضو"
6874
+
6875
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:350
6876
+ msgid "Lost Password URL"
6877
+ msgstr "عنوان URL لكلمة السر المفقودة"
6878
+
6879
+ #: wpf-admin/options-tabs/members.php:53 wpf-admin/options-tabs/members.php:59
6880
+ #: wpf-includes/wpf-phrases.php:438
6881
+ msgid "Register URL"
6882
+ msgstr "عنوان URL للتسجيل"
6883
+
6884
+ #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
6885
+ #: wpf-includes/wpf-phrases.php:348
6886
+ msgid "Login URL"
6887
+ msgstr "عنوان URL للدخول"
6888
+
6889
+ #: wpf-admin/options-tabs/members.php:49
6890
+ msgid ""
6891
+ "Use this option only if you have set other pages for authorization. \n"
6892
+ " wpForo doesn't change its own URLs, these options are only for other plugin compatibility. \n"
6893
+ " For example, if you use BuddyPress or Ultimate Member plugin you can set these values:"
6894
+ msgstr ""
6895
+ "استخدم هذا الخيار فقط إذا قمت بتعيين تفويض لصفحات أخرى.\n"
6896
+ " إضافة wpForo لا تغيّر عناوين المواقع الخاصة بها، وهذه الخيارات هي فقط لتتوافق مع الإضافات اﻷخرى.\n"
6897
+ " على سبيل المثال، إذا كنت تستخدم BuddyPress أو إضافة Ultimate Member فيمكنك تعيين هذه القيم:"
6898
+
6899
+ #: wpf-admin/options-tabs/members.php:47 wpf-includes/wpf-phrases.php:248
6900
+ msgid "Custom Authorization URLs"
6901
+ msgstr "عناوين URL مخصصة للمصادقة"
6902
+
6903
+ #: wpf-admin/options-tabs/members.php:28 wpf-includes/wpf-phrases.php:366
6904
+ msgid "Members URL structure"
6905
+ msgstr "هيكل عنوان URL للأعضاء"
6906
+
6907
+ #: wpf-admin/options-tabs/posts.php:147 wpf-admin/options-tabs/posts.php:154
6908
+ #: wpf-admin/options-tabs/posts.php:165 wpf-admin/options-tabs/posts.php:172
6909
+ #: wpf-admin/options-tabs/members.php:17 wpf-includes/wpf-phrases.php:576
6910
+ msgid "minutes"
6911
+ msgstr "دقائق"
6912
+
6913
+ #: wpf-admin/options-tabs/members.php:14 wpf-includes/wpf-phrases.php:403
6914
+ msgid "Online status timeout"
6915
+ msgstr "نفذ وقت حالة الاتصال بالانترنت"
6916
+
6917
+ #: wpf-admin/options-tabs/general.php:129 wpf-includes/wpf-phrases.php:208
6918
+ msgid "Add New Language"
6919
+ msgstr "إضافة لغة جديدة"
6920
+
6921
+ #: wpf-admin/options-tabs/general.php:120 wpf-includes/wpf-phrases.php:330
6922
+ msgid "Language XML file"
6923
+ msgstr "لغة ملف XML"
6924
+
6925
+ #: wpf-includes/wpf-phrases.php:296
6926
+ msgid "Forum Language"
6927
+ msgstr "لغة المنتدى"
6928
+
6929
+ #: wpf-admin/options-tabs/general.php:83 wpf-includes/wpf-phrases.php:534
6930
+ msgid "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - below Pages, 25 - below comments, 60 - below first separator, 65 - below Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - below second separator"
6931
+ msgstr ""
6932
+
6933
+ #: wpf-admin/options-tabs/general.php:82 wpf-includes/wpf-phrases.php:509
6934
+ msgid "The position in the menu order wpForo should appear."
6935
+ msgstr ""
6936
+
6937
+ #: wpf-admin/options-tabs/general.php:81 wpf-includes/wpf-phrases.php:250
6938
+ msgid "Dashboard Menu Position"
6939
+ msgstr "مكان قائمة لوحة التحكم"
6940
+
6941
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:293
6942
+ msgid "Forum Base URL"
6943
+ msgstr "URL قاعدة المنتدى"
6944
+
6945
+ #: wpf-admin/options-tabs/general.php:19 wpf-includes/wpf-phrases.php:294
6946
+ msgid "Forum Description"
6947
+ msgstr "وصف المنتدى"
6948
+
6949
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:307
6950
+ msgid "Forum Title"
6951
+ msgstr "عنوان المنتدى"
6952
+
6953
+ #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:295
6954
+ #: wpf-admin/options-tabs/posts.php:257 wpf-admin/options-tabs/members.php:195
6955
+ #: wpf-admin/options-tabs/general.php:106 wpf-admin/options-tabs/styles.php:131
6956
+ #: wpf-admin/options-tabs/features.php:103 wpf-admin/options-tabs/forums.php:29
6957
+ #: wpf-admin/tools-tabs/cleanup.php:51 wpf-admin/tools-tabs/antispam.php:354
6958
+ #: wpf-admin/tools-tabs/misc.php:139 wpf-admin/tools-tabs/legal.php:181
6959
+ #: wpf-includes/wpf-phrases.php:530
6960
+ msgid "Update Options"
6961
+ msgstr "تحديث الخيارات"
6962
+
6963
+ #: wpf-themes/classic/functions.php:95 wpf-themes/classic/functions.php:104
6964
+ #: wpf-themes/classic/functions.php:113 wpf-themes/classic/functions.php:181
6965
+ #: wpf-themes/classic/functions.php:209 wpf-themes/classic/functions.php:264
6966
+ #: wpf-themes/classic/functions.php:282 wpf-admin/options-tabs/emails.php:44
6967
+ #: wpf-admin/options-tabs/emails.php:56 wpf-admin/options-tabs/emails.php:166
6968
+ #: wpf-admin/options-tabs/emails.php:203 wpf-admin/options-tabs/emails.php:239
6969
+ #: wpf-admin/options-tabs/emails.php:268 wpf-admin/options-tabs/features.php:92
6970
+ #: wpf-admin/tools-tabs/cleanup.php:41 wpf-admin/tools-tabs/antispam.php:33
6971
+ #: wpf-admin/tools-tabs/antispam.php:42 wpf-admin/tools-tabs/antispam.php:51
6972
+ #: wpf-admin/tools-tabs/antispam.php:91 wpf-admin/tools-tabs/antispam.php:162
6973
+ #: wpf-admin/tools-tabs/antispam.php:171 wpf-admin/tools-tabs/antispam.php:181
6974
+ #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
6975
+ #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
6976
+ #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
6977
+ #: wpf-includes/functions-template.php:1039 wpf-includes/wpf-phrases.php:382
6978
+ msgid "No"
6979
+ msgstr "لا"
6980
+
6981
+ #: wpf-themes/classic/functions.php:94 wpf-themes/classic/functions.php:103
6982
+ #: wpf-themes/classic/functions.php:112 wpf-themes/classic/functions.php:180
6983
+ #: wpf-themes/classic/functions.php:208 wpf-themes/classic/functions.php:263
6984
+ #: wpf-themes/classic/functions.php:281 wpf-admin/options-tabs/emails.php:43
6985
+ #: wpf-admin/options-tabs/emails.php:55 wpf-admin/options-tabs/emails.php:165
6986
+ #: wpf-admin/options-tabs/emails.php:202 wpf-admin/options-tabs/emails.php:238
6987
+ #: wpf-admin/options-tabs/emails.php:267 wpf-admin/options-tabs/features.php:90
6988
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-admin/tools-tabs/antispam.php:32
6989
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
6990
+ #: wpf-admin/tools-tabs/antispam.php:90 wpf-admin/tools-tabs/antispam.php:161
6991
+ #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:180
6992
+ #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
6993
+ #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
6994
+ #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
6995
+ #: wpf-includes/functions-template.php:1038 wpf-includes/wpf-phrases.php:552
6996
+ msgid "Yes"
6997
+ msgstr "نعم"
6998
+
6999
+ #: wpf-admin/options-tabs/features.php:62 wpf-includes/wpf-phrases.php:412
7000
+ msgid "Please enable this option to help wpForo get more popularity as your thank to the hard work we do for you totally free. This option adds a very small icon in forum footer, which will allow your site visitors recognize the name of forum solution you use."
7001
+ msgstr ""
7002
+
7003
+ #: wpf-admin/options-tabs/features.php:62 wpf-includes/wpf-phrases.php:320
7004
+ msgid "Help wpForo to grow, show plugin info"
7005
+ msgstr "ساعد wpForo ليكبر، عرض معلومات الإضافة"
7006
+
7007
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:268
7008
+ msgid "Enable wpForo Font-Awesome Lib"
7009
+ msgstr "تمكين مكتبة Font-Awesome في wpForo"
7010
+
7011
+ #: wpf-admin/options-tabs/features.php:40 wpf-includes/wpf-phrases.php:269
7012
+ msgid "Enable wpForo SEO for Meta Tags"
7013
+ msgstr ""
7014
+
7015
+ #: wpf-admin/options-tabs/features.php:39 wpf-includes/wpf-phrases.php:270
7016
+ msgid "Enable wpForo SEO for Meta Titles"
7017
+ msgstr ""
7018
+
7019
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:265
7020
+ msgid "Enable Member Cache"
7021
+ msgstr "تفعيل ذاكرة التخزين المؤقت للعضو"
7022
+
7023
+ #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:267
7024
+ msgid "Enable Member Rating Titles"
7025
+ msgstr ""
7026
+
7027
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:266
7028
+ msgid "Enable Member Rating"
7029
+ msgstr "تمكين تقييم العضو"
7030
+
7031
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:217
7032
+ msgid "Allow Member Signature"
7033
+ msgstr "السماح بتوقيع العضو"
7034
+
7035
+ #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:264
7036
+ msgid "Enable Custom Avatars"
7037
+ msgstr "تمكين الصور الرمزية المخصصة"
7038
+
7039
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:263
7040
+ msgid "Enable Avatars"
7041
+ msgstr "تمكين الشعارات"
7042
+
7043
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:442
7044
+ msgid "Replace Author Avatar with Forum Profile Avatar"
7045
+ msgstr "استبدل صورة الكاتب الرمزية بالصورة الرمزية للملف الشخصي بالمنتدى"
7046
+
7047
+ #: wpf-includes/wpf-phrases.php:444
7048
+ msgid "Replace Comment Author Link to Forum Profile"
7049
+ msgstr "استبدل رابط كاتب التعليق بالملف الشخصي للمنتدى"
7050
+
7051
+ #: wpf-includes/wpf-phrases.php:443
7052
+ msgid "Replace Author Link to Forum Profile"
7053
+ msgstr "استبدل رابط الكاتب بالملف الشخصي للمنتدى"
7054
+
7055
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:483
7056
+ msgid "Show Forum Statistic"
7057
+ msgstr "عرض إحصائيات المنتدى"
7058
+
7059
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:481
7060
+ msgid "Show Breadcrumb"
7061
+ msgstr "عرض مسارات التنقل"
7062
+
7063
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:484
7064
+ msgid "Show Top Search"
7065
+ msgstr "إظهار البحث العلوي"
7066
+
7067
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:485
7068
+ msgid "Show Top/Menu Bar"
7069
+ msgstr "إظهار شريط القائمة/العلوي"
7070
+
7071
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:482
7072
+ msgid "Show Forum Page Title"
7073
+ msgstr "إظهار عنوان صفحة المنتدى"
7074
+
7075
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:518
7076
+ msgid "This option doesn't affect website admins."
7077
+ msgstr "لا يؤثر هذا الخيار على مدراء الموقع الإلكتروني."
7078
+
7079
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:480
7080
+ msgid "Show Admin Bar for Members"
7081
+ msgstr "إظهار شريط الإدارة للأعضاء"
7082
+
7083
+ #: wpf-admin/forum.php:223 wpf-admin/phrase.php:108
7084
+ #: wpf-includes/wpf-phrases.php:529
7085
+ msgid "Update"
7086
+ msgstr "تحديث"
7087
+
7088
+ #: wpf-admin/phrase.php:70 wpf-includes/wpf-phrases.php:456
7089
+ msgid "Save"
7090
+ msgstr "حفظ"
7091
+
7092
+ #: wpf-admin/options-tabs/accesses.php:87 wpf-includes/wpf-phrases.php:200
7093
+ msgid "Access name"
7094
+ msgstr "اسم الصلاحية"
7095
+
7096
+ #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/wpf-phrases.php:566
7097
+ #: wpf-includes/class-forums.php:764
7098
+ msgid "delete"
7099
+ msgstr "حذف"
7100
+
7101
+ #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:225
7102
+ msgid "Are you sure you want to remove this access set? Usergroups which attached to this access will lost all forum permissions."
7103
+ msgstr "هل أنت متأكد أنك تريد إزالة مجموعة الوصول هذه؟ ستفقد مجموعات المستخدمين المرتبطة بهذه الصلاحيات جميع أذونات المنتدى."
7104
+
7105
+ #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/wpf-phrases.php:567
7106
+ #: wpf-includes/class-forums.php:758
7107
+ msgid "edit"
7108
+ msgstr "تعديل"
7109
+
7110
+ #: wpf-admin/options-tabs/accesses.php:25 wpf-includes/wpf-phrases.php:201
7111
+ msgid "Access names"
7112
+ msgstr "أسماء الصلاحيات"
7113
+
7114
+ #: wpf-admin/options-tabs/accesses.php:17 wpf-includes/wpf-phrases.php:207
7115
+ msgid "Add New Forum Access"
7116
+ msgstr "إضافة صلاحية لمنتدى جديد"
7117
+
7118
+ #: wpf-admin/forum.php:361 wpf-includes/wpf-phrases.php:212
7119
+ msgid "All sub-forums, topics and replies will be attached to selected forum. Layout will be inherited from this forum."
7120
+ msgstr ""
7121
+
7122
+ #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:323
7123
+ msgid "If you want to delete this forum and keep its sub-forums, topics and replies, please select a new target forum in dropdown below"
7124
+ msgstr ""
7125
+
7126
+ #: wpf-admin/forum.php:344 wpf-includes/wpf-phrases.php:514
7127
+ msgid "This action will also delete all sub-forums, topics and replies."
7128
+ msgstr ""
7129
+
7130
+ #: wpf-admin/forum.php:316 wpf-includes/wpf-phrases.php:370
7131
+ msgid "Meta Description"
7132
+ msgstr "بيانات Meta الوصفية"
7133
+
7134
+ #: wpf-admin/forum.php:313 wpf-includes/wpf-phrases.php:302
7135
+ msgid "Forum SEO Description"
7136
+ msgstr "تهيئة محركات البحث للمنتدى SEO"
7137
+
7138
+ #: wpf-admin/forum.php:297 wpf-includes/wpf-phrases.php:508
7139
+ msgid "The \"slug\" is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens."
7140
+ msgstr ""
7141
+
7142
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:304
7143
+ msgid "Forum Slug"
7144
+ msgstr "الاسم اللطيف للمنتدى"
7145
+
7146
+ #: wpf-admin/usergroup.php:77 wpf-admin/includes/moderation-listtable.php:83
7147
+ #: wpf-admin/forum.php:222 wpf-includes/wpf-phrases.php:541
7148
+ #: wpf-includes/class-forums.php:770
7149
+ msgid "View"
7150
+ msgstr "عرض"
7151
+
7152
+ #: wpf-admin/usergroup.php:75 wpf-admin/usergroup.php:276
7153
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/themes.php:68
7154
+ #: wpf-admin/includes/moderation-listtable.php:92
7155
+ #: wpf-admin/includes/moderation-listtable.php:193
7156
+ #: wpf-admin/includes/member-listtable.php:91
7157
+ #: wpf-admin/includes/member-listtable.php:235 wpf-admin/forum.php:221
7158
+ #: wpf-includes/wpf-hooks.php:1401 wpf-includes/wpf-phrases.php:252
7159
+ msgid "Delete"
7160
+ msgstr "حذف"
7161
+
7162
+ #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:223
7163
+ msgid "Are you sure you want to delete this forum?"
7164
+ msgstr "هل أنت متأكد من رغبتك في حذف هذا المنتدى؟"
7165
+
7166
+ #: wpf-admin/forum.php:217 wpf-admin/forum.php:225
7167
+ #: wpf-includes/wpf-phrases.php:420
7168
+ msgid "Publish"
7169
+ msgstr "نشر"
7170
+
7171
+ #: wpf-admin/forum.php:209 wpf-includes/wpf-phrases.php:388
7172
+ msgid "No layout found."
7173
+ msgstr "لم يتم العثور على تنسيق."
7174
+
7175
+ #: wpf-admin/forum.php:201 wpf-admin/forum.php:270
7176
+ #: wpf-includes/wpf-phrases.php:238
7177
+ msgid "Category Layout"
7178
+ msgstr "تنسيق التصنيف"
7179
+
7180
+ #: wpf-admin/forum.php:199 wpf-includes/wpf-phrases.php:532
7181
+ msgid "Use as Category"
7182
+ msgstr "استخدم كتصنيف"
7183
+
7184
+ #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:390
7185
+ msgid "No parent"
7186
+ msgstr "بدون أب"
7187
+
7188
+ #: wpf-admin/forum.php:191 wpf-includes/wpf-phrases.php:407
7189
+ msgid "Parent Forum"
7190
+ msgstr "المنتدى الأب"
7191
+
7192
+ #: wpf-admin/forum.php:179 wpf-includes/wpf-phrases.php:515
7193
+ msgid "This is a forum description. This content will be displayed under forum title on the forum list."
7194
+ msgstr "هذا هو وصف المنتدى. سيتم عرض هذا المحتوى أسفل عنوان المنتدى في قائمة المنتدى."
7195
+
7196
+ #: wpf-admin/forum.php:178 wpf-includes/wpf-phrases.php:272
7197
+ msgid "Enter description here . . ."
7198
+ msgstr "أدخل الوصف هنا ..."
7199
+
7200
+ #: wpf-admin/forum.php:173 wpf-includes/wpf-phrases.php:273
7201
+ msgid "Enter forum title here"
7202
+ msgstr "أدخل عنوان المنتدى هنا"
7203
+
7204
+ #: wpf-admin/forum.php:77 wpf-includes/wpf-phrases.php:458
7205
+ msgid "Save forums order and hierarchy"
7206
+ msgstr "حفظ ترتيب المنتديات والترتيب الهرمي"
7207
+
7208
+ #: wpf-admin/forum.php:59 wpf-includes/wpf-phrases.php:411
7209
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
7210
+ msgstr ""
7211
+
7212
+ #: wpf-admin/options-tabs/general.php:99 wpf-admin/usergroup.php:13
7213
+ #: wpf-admin/forum.php:46 wpf-admin/phrase.php:15
7214
+ #: wpf-includes/wpf-phrases.php:206
7215
+ msgid "Add New"
7216
+ msgstr "أضف جديد"
7217
+
7218
+ #: wpf-admin/forum.php:45 wpf-includes/wpf-phrases.php:237
7219
+ msgid "Categories and Forums"
7220
+ msgstr "التصنيفات والمنتديات"
7221
+
7222
+ #: wpf-admin/forum.php:34 wpf-includes/functions.php:403
7223
+ #: wpf-includes/wpf-phrases.php:460
7224
+ msgid "Screen Options"
7225
+ msgstr "خيارات الشاشة"
7226
+
7227
+ #: wpf-admin/forum.php:24 wpf-includes/wpf-phrases.php:395
7228
+ msgid "Number of Columns"
7229
+ msgstr "عدد الأعمدة"
7230
+
7231
+ #: wpf-admin/forum.php:23 wpf-includes/wpf-phrases.php:459
7232
+ msgid "Screen Layout"
7233
+ msgstr "مظهر الشاشة"
7234
+
7235
+ #: wpf-admin/forum.php:20 wpf-includes/wpf-phrases.php:298
7236
+ msgid "Forum Meta"
7237
+ msgstr "ميتا (Meta) المنتدى"
7238
+
7239
+ #: wpf-admin/forum.php:19 wpf-includes/wpf-phrases.php:492
7240
+ msgid "Slug"
7241
+ msgstr "الاسم اللطيف"
7242
+
7243
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:409
7244
+ msgid "Permissions"
7245
+ msgstr "الأذونات"
7246
+
7247
+ #: wpf-admin/forum.php:17 wpf-admin/forum.php:188
7248
+ #: wpf-includes/wpf-phrases.php:299
7249
+ msgid "Forum Options"
7250
+ msgstr "خيارات المنتدى"
7251
+
7252
+ #: wpf-admin/forum.php:15 wpf-includes/functions.php:389
7253
+ #: wpf-includes/wpf-phrases.php:487
7254
+ msgid "Show on screen"
7255
+ msgstr "إظهار على الشاشة"
7256
+
7257
+ #: wpf-includes/wpf-phrases.php:231
7258
+ msgid "Attachments Size"
7259
+ msgstr "حجم المرفقات"
7260
+
7261
+ #: wpf-includes/wpf-phrases.php:230
7262
+ msgid "Attachments"
7263
+ msgstr "المرفقات"
7264
+
7265
+ #: wpf-admin/dashboard.php:136 wpf-includes/wpf-phrases.php:365
7266
+ msgid "Members Online"
7267
+ msgstr "الأعضاء المتصلين"
7268
+
7269
+ #: wpf-admin/dashboard.php:132 wpf-admin/admin.php:51
7270
+ #: wpf-admin/usergroup.php:36 wpf-admin/member.php:10
7271
+ #: wpf-admin/tools-tabs/misc.php:113 wpf-admin/options.php:18
7272
+ #: wpf-includes/wpf-hooks.php:2678 wpf-includes/wpf-phrases.php:364
7273
+ msgid "Members"
7274
+ msgstr "الأعضاء"
7275
+
7276
+ #: wpf-admin/options-tabs/posts.php:46 wpf-admin/dashboard.php:128
7277
+ #: wpf-includes/wpf-phrases.php:418 wpf-includes/class-forums.php:750
7278
+ msgid "Posts"
7279
+ msgstr "المشاركات"
7280
+
7281
+ #: wpf-admin/options-tabs/posts.php:45 wpf-admin/options-tabs/styles.php:23
7282
+ #: wpf-admin/dashboard.php:124 wpf-includes/wpf-phrases.php:524
7283
+ #: wpf-includes/class-forums.php:750
7284
+ msgid "Topics"
7285
+ msgstr "المواضيع"
7286
+
7287
+ #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
7288
+ #: wpf-admin/dashboard.php:120 wpf-admin/admin.php:35 wpf-admin/admin.php:39
7289
+ #: wpf-admin/tools-tabs/misc.php:93 wpf-admin/options.php:15
7290
+ #: wpf-includes/wpf-hooks.php:2660 wpf-includes/wpf-phrases.php:309
7291
+ #: wpf-includes/integration/buddypress.php:11
7292
+ #: wpf-includes/integration/buddypress.php:57
7293
+ #: wpf-includes/integration/buddypress.php:129
7294
+ msgid "Forums"
7295
+ msgstr "المنتديات"
7296
+
7297
+ #: wpf-admin/dashboard.php:114 wpf-includes/wpf-phrases.php:235
7298
+ msgid "Board Statistic"
7299
+ msgstr "لوحة الإحصاءات"
7300
+
7301
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-includes/wpf-phrases.php:394
7302
+ msgid "Not available"
7303
+ msgstr "غير متاح"
7304
+
7305
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
7306
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
7307
+ #: wpf-includes/wpf-phrases.php:232
7308
+ msgid "Available"
7309
+ msgstr "متاح"
7310
+
7311
+ #: wpf-admin/dashboard.php:62 wpf-admin/tools-tabs/debug.php:205
7312
+ #: wpf-includes/wpf-phrases.php:475
7313
+ msgid "Server Information"
7314
+ msgstr "معلومات السيرفر"
7315
+
7316
+ #: wpf-admin/dashboard.php:55 wpf-includes/wpf-phrases.php:505
7317
+ msgid "Support Forum"
7318
+ msgstr "منتدى الدعم الفني"
7319
+
7320
+ #: wpf-admin/dashboard.php:54 wpf-includes/wpf-phrases.php:599
7321
+ msgid "wpForo Website"
7322
+ msgstr "موقع wpForo الإلكتروني"
7323
+
7324
+ #: wpf-admin/dashboard.php:53 wpf-includes/wpf-phrases.php:204
7325
+ msgid "Active Theme"
7326
+ msgstr "القالب النشط"
7327
+
7328
+ #: wpf-admin/dashboard.php:52 wpf-includes/wpf-phrases.php:554
7329
+ msgid "You are currently running"
7330
+ msgstr "تقوم حاليًا بتشغيل"
7331
+
7332
+ #: wpf-admin/dashboard.php:48 wpf-includes/wpf-phrases.php:316
7333
+ msgid "General Information"
7334
+ msgstr "معلومات عامة"
7335
+
7336
+ #: wpf-admin/dashboard.php:24
7337
+ msgid ""
7338
+ "Thank you for using wpForo! wpForo is a professional bulletin board for WorPress, and the only forum software which comes with Multi-layout template system.\n"
7339
+ " The \"Extended\", \"Simplified\" and \"Question &amp Answer\" layouts fit almost all type of discussions needs. You can use wpForo for small and extremely large communities. \n"
7340
+ " <br />If you found some issue or bug please open a support topic in plugin page or in our support forum at gVectors.com. If you liked wpForo please leave some good review for this plugin. We really need your good reviews. \n"
7341
+ " If you didn't like wpForo please leave a list of issues and requirements you'd like us to fix and add in near future. We're here to help you and improve wpForo as much as possible."
7342
+ msgstr ""
7343
+
7344
+ #: wpf-includes/wpf-phrases.php:547
7345
+ msgid "Welcome Message"
7346
+ msgstr "رسالة الترحيب"
7347
+
7348
+ #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:594
7349
+ msgid "wpForo Dashboard"
7350
+ msgstr "لوحة تحكم wpForo"
wpf-languages/wpforo-cs_CZ.mo CHANGED
Binary file
wpf-languages/wpforo-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Forum - wpForo\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-08-31 19:39+0400\n"
6
- "PO-Revision-Date: 2018-08-31 19:40+0400\n"
7
  "Last-Translator: gully <p.polivka@gmail.com>\n"
8
  "Language-Team: Czech\n"
9
  "Language: cs_CZ\n"
@@ -52,7 +52,7 @@ msgstr ""
52
  "Takže bezplatný vývoj pluginu wpForo vždy zůstává prioritou a wpForo "
53
  "rozšiřujeme o nové funkce ještě rychleji než dříve."
54
 
55
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
56
  msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
57
  msgstr ""
58
 
@@ -76,75 +76,75 @@ msgstr "Podrobnosti | Koupit"
76
  msgid "More information about"
77
  msgstr "Více informací o"
78
 
79
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:31
80
- #: wpf-includes/wpf-phrases.php:602
81
  msgid "Dashboard"
82
  msgstr ""
83
 
84
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:34 wpf-admin/dashboard.php:137
85
- #: wpf-admin/options-tabs/api.php:83 wpf-admin/options-tabs/styles.php:16
86
- #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:92
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:2195
90
- #: wpf-includes/wpf-phrases.php:123
91
  msgid "Forums"
92
  msgstr "Fóra"
93
 
94
- #: wpf-admin/admin.php:37 wpf-includes/wpf-hooks.php:22
95
- #: wpf-includes/wpf-hooks.php:2201
96
  msgid "Settings"
97
  msgstr "Nastavení"
98
 
99
- #: wpf-admin/admin.php:40 wpf-includes/wpf-hooks.php:2205
100
- #: wpf-includes/wpf-phrases.php:728
101
  msgid "Tools"
102
  msgstr "Nástroje"
103
 
104
- #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:2209
105
  msgid "Moderation"
106
  msgstr "Moderování"
107
 
108
- #: wpf-admin/admin.php:46 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
109
- #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:108
110
- #: wpf-admin/usergroup.php:31 wpf-includes/wpf-hooks.php:2213
111
- #: wpf-includes/wpf-phrases.php:178
112
  msgid "Members"
113
  msgstr "Uživatelé"
114
 
115
- #: wpf-admin/admin.php:49 wpf-admin/usergroup.php:8 wpf-admin/usergroup.php:155
116
- #: wpf-includes/wpf-hooks.php:2217
117
  msgid "Usergroups"
118
  msgstr "Skupiny"
119
 
120
- #: wpf-admin/admin.php:52 wpf-includes/wpf-hooks.php:2223
121
- #: wpf-includes/wpf-phrases.php:603
122
  msgid "Phrases"
123
  msgstr "Fráze"
124
 
125
- #: wpf-admin/admin.php:55 wpf-includes/wpf-hooks.php:2229
126
- #: wpf-includes/wpf-phrases.php:604
127
  msgid "Themes"
128
  msgstr "Témata"
129
 
130
- #: wpf-admin/admin.php:58 wpf-admin/options.php:24
131
- #: wpf-includes/wpf-hooks.php:2233 wpf-includes/wpf-phrases.php:25
132
  msgid "Addons"
133
  msgstr "Addony"
134
 
135
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:408
 
 
 
 
136
  msgid "wpForo Dashboard"
137
  msgstr "wpFóro Nástěnka"
138
 
139
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:361
140
- msgid "Welcome Message"
141
- msgstr "Uvítací Zpráva"
142
-
143
- #: wpf-admin/dashboard.php:27
144
  msgid "Welcome to wpForo"
145
  msgstr ""
146
 
147
- #: wpf-admin/dashboard.php:29
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 "
@@ -161,122 +161,137 @@ msgid ""
161
  "We're here to help you and improve wpForo as much as possible."
162
  msgstr ""
163
 
164
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:130
165
  msgid "General Information"
166
  msgstr "Hlavní Informace"
167
 
168
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:368
169
  msgid "You are currently running"
170
  msgstr "V současné době běží"
171
 
172
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:18
173
  msgid "Active Theme"
174
  msgstr "Aktivní Šablona"
175
 
176
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:413
177
  msgid "wpForo Website"
178
  msgstr "wpFóro Webové stránky"
179
 
180
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:319
181
  msgid "Support Forum"
182
  msgstr "Fórum Podpory"
183
 
184
- #: wpf-admin/dashboard.php:75 wpf-includes/wpf-phrases.php:289
 
185
  msgid "Server Information"
186
  msgstr "Informační Server"
187
 
188
- #: wpf-admin/dashboard.php:110 wpf-includes/wpf-phrases.php:46
 
 
189
  msgid "Available"
190
  msgstr "K dispozici"
191
 
192
- #: wpf-admin/dashboard.php:110
193
  msgid ""
194
  "The setTimestamp() method of PHP DateTime class is not available. Please "
195
  "make sure you use PHP 5.4 and higher version on your hosting service."
196
  msgstr ""
197
 
198
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:49
199
  msgid "Board Statistic"
200
  msgstr "Přehled"
201
 
202
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:17
203
- #: wpf-admin/options-tabs/styles.php:22 wpf-includes/class-forums.php:676
204
- #: wpf-includes/wpf-phrases.php:338
205
  msgid "Topics"
206
  msgstr "Témata"
207
 
208
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:18
209
- #: wpf-includes/class-forums.php:676 wpf-includes/wpf-phrases.php:232
210
  msgid "Posts"
211
  msgstr "Příspěvky"
212
 
213
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:179
214
  msgid "Members Online"
215
  msgstr "Uživatelé Online"
216
 
217
- #: wpf-admin/dashboard.php:163
218
  msgid "Avatars Size"
219
  msgstr "Velikost avataru"
220
 
221
- #: wpf-admin/dashboard.php:167
222
  msgid "Default Attachments Size"
223
  msgstr "Výchozí velikost přílohy"
224
 
225
- #: wpf-admin/dashboard.php:173
226
  msgid "Advanced Attachments"
227
  msgstr ""
228
 
229
- #: wpf-admin/dashboard.php:174
230
  msgid "file(s)"
231
  msgstr "soubor(y)"
232
 
233
- #: wpf-admin/dashboard.php:177
234
  msgid "Advanced Attachments Size"
235
  msgstr ""
236
 
237
- #: wpf-admin/dashboard.php:182
238
  msgid "Total Size"
239
  msgstr "Celková velikost"
240
 
241
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:614
242
  msgid "Forum Maintenance"
243
  msgstr ""
244
 
245
- #: wpf-admin/dashboard.php:194
246
  msgid ""
247
  "This process may take a few seconds or dozens of minutes, please be patient "
248
  "and don't close this page. If you got 500 Server Error please don't worry, "
249
  "the data updating process is still working in MySQL server."
250
  msgstr ""
251
 
252
- #: wpf-admin/dashboard.php:205
253
  msgid "Delete All Caches"
254
  msgstr "Smazat všechny keše"
255
 
256
- #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:616
 
 
 
 
257
  msgid "Update Forums Statistic"
258
  msgstr "Aktualizovat statistiky fóra"
259
 
260
- #: wpf-admin/dashboard.php:207
261
  msgid "Update Topics Statistic"
262
  msgstr ""
263
 
264
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:617
265
  msgid "Update Users Statistic"
266
  msgstr "Aktualizovat uživatelské statistiky"
267
 
268
- #: wpf-admin/dashboard.php:209 wpf-includes/wpf-phrases.php:618
 
 
 
 
269
  msgid "Delete Phrase Cache"
270
  msgstr ""
271
 
272
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:639
273
  msgid "Delete User Cache"
274
  msgstr ""
275
 
276
- #: wpf-admin/dashboard.php:211
277
  msgid "Synch User Profiles"
278
  msgstr ""
279
 
 
 
 
 
280
  #: wpf-admin/deactivation-dialog.php:9
281
  msgid "Plugin Usage Feedback"
282
  msgstr ""
@@ -295,176 +310,203 @@ msgstr ""
295
  msgid "The plugin is not working"
296
  msgstr ""
297
 
298
- #: wpf-admin/deactivation-dialog.php:29
299
  msgid "What kind of problems do you have?"
300
  msgstr ""
301
 
302
- #: wpf-admin/deactivation-dialog.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgid "It's not what I was looking for"
304
  msgstr ""
305
 
306
- #: wpf-admin/deactivation-dialog.php:37
307
  msgid "I couldn't understand how to make it work"
308
  msgstr ""
309
 
310
- #: wpf-admin/deactivation-dialog.php:38 wpf-admin/deactivation-dialog.php:43
311
  msgid "What type of features you want to be in the plugin?"
312
  msgstr ""
313
 
314
- #: wpf-admin/deactivation-dialog.php:42
315
  msgid "The plugin is great, but I need specific features"
316
  msgstr ""
317
 
318
- #: wpf-admin/deactivation-dialog.php:47
319
  msgid "I didn't like plugin design"
320
  msgstr ""
321
 
322
- #: wpf-admin/deactivation-dialog.php:48
323
  msgid "What part of design you don't like or want to change?"
324
  msgstr ""
325
 
326
- #: wpf-admin/deactivation-dialog.php:52
327
  msgid "The plugin works very slow"
328
  msgstr ""
329
 
330
- #: wpf-admin/deactivation-dialog.php:53
331
  msgid ""
332
  "Could you please describe which features of the plugin slows down your "
333
  "website?"
334
  msgstr ""
335
 
336
- #: wpf-admin/deactivation-dialog.php:57
337
  msgid "I found a better plugin"
338
  msgstr ""
339
 
340
- #: wpf-admin/deactivation-dialog.php:58
341
  msgid "Please provide a plugin name or URL"
342
  msgstr ""
343
 
344
- #: wpf-admin/deactivation-dialog.php:62
345
  msgid "Other"
346
  msgstr ""
347
 
348
- #: wpf-admin/deactivation-dialog.php:63 wpf-includes/wpf-hooks.php:1192
349
  msgid "Please provide more information"
350
  msgstr ""
351
 
352
- #: wpf-admin/deactivation-dialog.php:67
353
  msgid "Dismiss and never show again"
354
  msgstr ""
355
 
356
- #: wpf-admin/deactivation-dialog.php:68
357
  msgid "Submit &amp; Deactivate"
358
  msgstr ""
359
 
360
- #: wpf-admin/deactivation-dialog.php:71
361
  msgid "Thank you for your feedback!"
362
  msgstr ""
363
 
364
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:803
365
- #: wpf-includes/wpf-phrases.php:301
366
  msgid "Show on screen"
367
  msgstr "Zobrazit na obrazovce"
368
 
369
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:130
370
- #: wpf-includes/wpf-phrases.php:113
371
  msgid "Forum Options"
372
  msgstr "Nastavení Fóra"
373
 
374
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
375
  msgid "Permissions"
376
  msgstr "Opravnění"
377
 
378
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
379
  msgid "Slug"
380
  msgstr "Slug"
381
 
382
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
383
  msgid "Forum Meta"
384
  msgstr "Fórum Meta"
385
 
386
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
387
  msgid "Screen Layout"
388
  msgstr "Rozvržení Obrazovky"
389
 
390
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
391
  msgid "Number of Columns"
392
  msgstr "Počet Sloupců"
393
 
394
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:817
395
- #: wpf-includes/wpf-phrases.php:274
396
  msgid "Screen Options"
397
  msgstr "Nastavení obrazovky"
398
 
399
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
400
  msgid "Categories and Forums"
401
  msgstr "Kategorie a Fóra"
402
 
403
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:96
404
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
405
- #: wpf-includes/wpf-phrases.php:20
406
  msgid "Add New"
407
  msgstr "Přidat nový"
408
 
409
- #: wpf-admin/forum.php:54 wpf-admin/forum.php:130 wpf-admin/forum.php:178
410
- #: wpf-admin/forum.php:194 wpf-admin/forum.php:203
411
- #: wpf-admin/options-tabs/accesses.php:19 wpf-admin/options-tabs/emails.php:12
412
- #: wpf-admin/options-tabs/emails.php:16 wpf-admin/options-tabs/emails.php:21
413
- #: wpf-admin/options-tabs/emails.php:28 wpf-admin/options-tabs/emails.php:40
414
- #: wpf-admin/options-tabs/emails.php:52 wpf-admin/options-tabs/features.php:68
415
- #: wpf-admin/options-tabs/general.php:14 wpf-admin/options-tabs/general.php:18
416
- #: wpf-admin/options-tabs/general.php:23 wpf-admin/options-tabs/general.php:33
417
- #: wpf-admin/options-tabs/general.php:78 wpf-admin/options-tabs/general.php:89
418
- #: wpf-admin/options-tabs/members.php:13 wpf-admin/options-tabs/members.php:27
419
- #: wpf-admin/options-tabs/members.php:46 wpf-admin/options-tabs/members.php:87
420
- #: wpf-admin/options-tabs/posts.php:70 wpf-admin/options-tabs/posts.php:75
421
- #: wpf-admin/options-tabs/posts.php:82 wpf-admin/options-tabs/posts.php:88
422
- #: wpf-admin/options-tabs/posts.php:93 wpf-admin/options-tabs/posts.php:100
423
- #: wpf-admin/options-tabs/posts.php:108 wpf-admin/options-tabs/posts.php:124
424
- #: wpf-admin/options-tabs/styles.php:43 wpf-admin/usergroup.php:28
425
- #: wpf-admin/usergroup.php:30 wpf-admin/usergroup.php:243
426
- #: wpf-themes/classic/functions.php:39 wpf-themes/classic/functions.php:48
427
- #: wpf-themes/classic/functions.php:55 wpf-themes/classic/functions.php:69
428
- #: wpf-themes/classic/functions.php:78 wpf-themes/classic/functions.php:85
429
- #: wpf-themes/classic/functions.php:107 wpf-themes/classic/functions.php:117
 
 
 
430
  msgid "Read the documentation"
431
  msgstr ""
432
 
433
- #: wpf-admin/forum.php:56
434
  msgid "Important Tips"
435
  msgstr ""
436
 
437
- #: wpf-admin/forum.php:57 wpf-includes/wpf-phrases.php:225
438
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
439
  msgstr "Prosím přetáhněte fórum v panelu na nastavení child hierarchie."
440
 
441
- #: wpf-admin/forum.php:58
442
  msgid ""
443
  "If a category (blue panels) does not have forums (grey panels) it will not "
444
  "be displayed on front-end. Each category should contain at least one forum."
445
  msgstr ""
446
 
447
- #: wpf-admin/forum.php:59
448
  msgid ""
449
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
450
- "just edit the top (blue panels) category and set the layout you want. Child "
451
- "forums' layout depends on the top category (blue panels) layout. They cannot "
452
- "have a different layout."
453
  msgstr ""
454
 
455
- #: wpf-admin/forum.php:75 wpf-includes/wpf-phrases.php:272
456
  msgid "Save forums order and hierarchy"
457
  msgstr "Uložit fórum a hierarchii."
458
 
459
- #: wpf-admin/forum.php:112 wpf-includes/wpf-phrases.php:87
460
  msgid "Enter forum title here"
461
  msgstr "Zadejte název fóra zde"
462
 
463
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:86
464
  msgid "Enter description here . . ."
465
  msgstr "Zadejte popis zde..."
466
 
467
- #: wpf-admin/forum.php:118 wpf-includes/wpf-phrases.php:329
468
  msgid ""
469
  "This is a forum description. This content will be displayed under forum "
470
  "title on the forum list."
@@ -472,101 +514,132 @@ msgstr ""
472
  "Tohle je popis fóra. Tento popis bude zobrazen pod názvem fóra v přehledu "
473
  "fór."
474
 
475
- #: wpf-admin/forum.php:133 wpf-includes/wpf-phrases.php:221
476
  msgid "Parent Forum"
477
  msgstr "Nadřazené Fórum"
478
 
479
- #: wpf-admin/forum.php:136 wpf-includes/wpf-phrases.php:204
480
  msgid "No parent"
481
  msgstr "Žádné nadřazené"
482
 
483
- #: wpf-admin/forum.php:141 wpf-includes/wpf-phrases.php:346
484
  msgid "Use as Category"
485
  msgstr "Použít jako Kategorii"
486
 
487
- #: wpf-admin/forum.php:143 wpf-includes/wpf-phrases.php:52
 
488
  msgid "Category Layout"
489
  msgstr "Rozvržení Kategorie"
490
 
491
- #: wpf-admin/forum.php:151 wpf-includes/wpf-phrases.php:202
492
  msgid "No layout found."
493
  msgstr "Žádné rozvržení nebylo nalezeno."
494
 
495
- #: wpf-admin/forum.php:160 wpf-admin/forum.php:168
496
- #: wpf-includes/wpf-phrases.php:234
497
  msgid "Publish"
498
  msgstr "Publikovat"
499
 
500
- #: wpf-admin/forum.php:164 wpf-includes/wpf-phrases.php:37
501
  msgid "Are you sure you want to delete this forum?"
502
  msgstr "Jste si jistí že chcete smazat toto fórum?"
503
 
504
- #: wpf-admin/forum.php:164 wpf-admin/themes.php:73
505
- #: wpf-admin/tools-tabs/antispam.php:302 wpf-admin/usergroup.php:70
506
- #: wpf-admin/usergroup.php:375 wpf-includes/wpf-hooks.php:1140
507
- #: wpf-includes/wpf-phrases.php:66
 
 
 
508
  msgid "Delete"
509
  msgstr "Smazat"
510
 
511
- #: wpf-admin/forum.php:165 wpf-admin/usergroup.php:72
512
- #: wpf-includes/class-forums.php:682 wpf-includes/wpf-phrases.php:355
 
513
  msgid "View"
514
  msgstr "Zobrazit"
515
 
516
- #: wpf-admin/forum.php:166 wpf-admin/options-tabs/accesses.php:76
517
- #: wpf-includes/wpf-phrases.php:343
518
  msgid "Update"
519
  msgstr "Aktualizovat"
520
 
521
- #: wpf-admin/forum.php:178
522
  msgid "Forum Permissions"
523
  msgstr ""
524
 
525
- #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
526
  msgid "Forum Slug"
527
  msgstr "Fórum Slug"
528
 
529
- #: wpf-admin/forum.php:197 wpf-includes/wpf-phrases.php:322
530
  msgid ""
531
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
532
  "lowercase and contains only letters, numbers, and hyphens."
533
  msgstr "\"Slug\" je přátelská URL verze názvu."
534
 
535
- #: wpf-admin/forum.php:203
536
  msgid "Forum Icon"
537
  msgstr "Ikona fóra"
538
 
539
- #: wpf-admin/forum.php:206
540
  msgid "Font-awesome Icon"
541
  msgstr ""
542
 
543
- #: wpf-admin/forum.php:208
544
  msgid "You can find all icons"
545
  msgstr ""
546
 
547
- #: wpf-admin/forum.php:208
548
  msgid "here"
549
  msgstr "zde"
550
 
551
- #: wpf-admin/forum.php:208
552
  msgid ""
553
  "Make sure you insert a class of font-awesome icon, it should start with fa- "
554
  "prefix like &quot;fas fa-comments&quot;."
555
  msgstr ""
556
 
557
- #: wpf-admin/forum.php:215 wpf-includes/wpf-phrases.php:116
558
- msgid "Forum SEO"
559
  msgstr "Fórum SEO"
560
 
561
- #: wpf-admin/forum.php:218 wpf-includes/wpf-phrases.php:184
562
  msgid "Meta Description"
563
  msgstr "Meta Popis"
564
 
565
- #: wpf-admin/forum.php:247 wpf-includes/wpf-phrases.php:328
566
  msgid "This action will also delete all sub-forums, topics and replies."
567
  msgstr "Tato akce smaže všechna sub-fóra, témata a odpovědi."
568
 
569
- #: wpf-admin/forum.php:255 wpf-includes/wpf-phrases.php:137
570
  msgid ""
571
  "If you want to delete this forum and keep its sub-forums, topics and "
572
  "replies, please select a new target forum in dropdown below"
@@ -574,7 +647,7 @@ msgstr ""
574
  "Pokud chcete smazat toto fórum a nesmazat při tom sub-fóra, témata a "
575
  "odpovědi tak prosím zadejte nové cílové fórum a přetáhněte."
576
 
577
- #: wpf-admin/forum.php:264 wpf-includes/wpf-phrases.php:26
578
  msgid ""
579
  "All sub-forums, topics and replies will be attached to selected forum. "
580
  "Layout will be inherited from this forum."
@@ -582,19 +655,239 @@ msgstr ""
582
  "Všechny sub-fóra, témata a odpovědi byli připojeny ke zvolenému fóru. "
583
  "Rozvržení bylo automaticky nastaveno k tomuto fóru."
584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  #: wpf-admin/moderation.php:10
586
  msgid "Topic and Post Moderation"
587
  msgstr ""
588
 
589
- #: wpf-admin/options-tabs/accesses.php:14 wpf-includes/wpf-phrases.php:21
 
 
 
 
 
 
 
 
590
  msgid "Add New Forum Access"
591
  msgstr "Přidat nový přístup k fóru"
592
 
593
- #: wpf-admin/options-tabs/accesses.php:19 wpf-includes/wpf-phrases.php:15
594
  msgid "Access names"
595
  msgstr "Název přístupu"
596
 
597
- #: wpf-admin/options-tabs/accesses.php:20
598
  msgid ""
599
  "Forum Accesses are designed to do a Forum specific user permission control. "
600
  "These are set of permissions which are attached to certain Usergeoup in each "
@@ -602,36 +895,36 @@ msgid ""
602
  "on their Usergroup."
603
  msgstr ""
604
 
605
- #: wpf-admin/options-tabs/accesses.php:34
606
- #: wpf-admin/options-tabs/accesses.php:35
607
- #: wpf-admin/options-tabs/accesses.php:36
608
  msgid "This access is usually used for "
609
  msgstr ""
610
 
611
- #: wpf-admin/options-tabs/accesses.php:34
612
  msgid "Guests"
613
  msgstr "Hosté"
614
 
615
- #: wpf-admin/options-tabs/accesses.php:34
616
- #: wpf-admin/options-tabs/accesses.php:35
617
- #: wpf-admin/options-tabs/accesses.php:36
618
  msgid "usergroup"
619
  msgstr "uživatelská skupina"
620
 
621
- #: wpf-admin/options-tabs/accesses.php:35 wpf-includes/wpf-phrases.php:626
622
  msgid "Registered"
623
  msgstr "Registrovaný"
624
 
625
- #: wpf-admin/options-tabs/accesses.php:36 wpf-includes/wpf-phrases.php:624
626
  msgid "Admin"
627
  msgstr "Admin"
628
 
629
- #: wpf-admin/options-tabs/accesses.php:40 wpf-includes/class-forums.php:678
630
- #: wpf-includes/functions.php:613 wpf-includes/wpf-phrases.php:381
631
  msgid "edit"
632
  msgstr "upravit"
633
 
634
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:39
635
  msgid ""
636
  "Are you sure you want to remove this access set? Usergroups which attached "
637
  "to this access will lost all forum permissions."
@@ -639,118 +932,123 @@ msgstr ""
639
  "Jste si jistí že chcete odebrat tento přístup? Skupiny, které byli připojeny "
640
  "k tomuto přístupu ztratí všechna oprávnění."
641
 
642
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/class-forums.php:680
643
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
644
- #: wpf-includes/wpf-phrases.php:380
645
  msgid "delete"
646
  msgstr "smazat"
647
 
648
- #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:14
649
  msgid "Access name"
650
  msgstr "Název přístupu"
651
 
652
- #: wpf-admin/options-tabs/accesses.php:76 wpf-includes/wpf-phrases.php:270
653
- msgid "Save"
654
- msgstr "Uložit"
655
 
656
- #: wpf-admin/options-tabs/api.php:22
657
  msgid "Facebook API Configuration"
658
  msgstr "Konfigurace Facebook API"
659
 
660
- #: wpf-admin/options-tabs/api.php:23
661
  msgid ""
662
  "In order to get an App ID and Secret Key from Facebook, you’ll need to "
663
  "register a new application. Don’t worry – its very easy, and your "
664
  "application doesn't need to do anything. We only need the keys."
665
  msgstr ""
666
 
667
- #: wpf-admin/options-tabs/api.php:23
668
  msgid "Please follow to this instruction"
669
  msgstr ""
670
 
671
- #: wpf-admin/options-tabs/api.php:26
672
  msgid "App ID"
673
  msgstr "App ID"
674
 
675
- #: wpf-admin/options-tabs/api.php:27
676
  msgid "App Secret"
677
  msgstr "App Secret"
678
 
679
- #: wpf-admin/options-tabs/api.php:32
680
  msgid "Facebook Login"
681
  msgstr ""
682
 
683
- #: wpf-admin/options-tabs/api.php:33
684
  msgid "Adds Facebook Login button on Registration and Login pages."
685
  msgstr ""
686
 
687
- #: wpf-admin/options-tabs/api.php:37 wpf-admin/options-tabs/api.php:49
688
- #: wpf-admin/options-tabs/api.php:60 wpf-admin/options-tabs/api.php:71
689
- #: wpf-admin/options-tabs/api.php:140 wpf-admin/options-tabs/api.php:147
690
- #: wpf-admin/options-tabs/members.php:94 wpf-admin/options-tabs/posts.php:26
691
- #: wpf-admin/options-tabs/posts.php:42 wpf-admin/options-tabs/posts.php:54
692
- #: wpf-admin/tools-tabs/legal.php:48 wpf-admin/tools-tabs/legal.php:60
693
- #: wpf-admin/tools-tabs/legal.php:82 wpf-admin/tools-tabs/legal.php:117
694
- #: wpf-admin/tools-tabs/legal.php:129 wpf-admin/tools-tabs/legal.php:148
 
 
 
695
  msgid "Enable"
696
  msgstr "Povolit"
697
 
698
- #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
699
- #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
700
- #: wpf-admin/options-tabs/api.php:141 wpf-admin/options-tabs/api.php:148
701
- #: wpf-admin/options-tabs/members.php:95 wpf-admin/options-tabs/posts.php:27
702
- #: wpf-admin/options-tabs/posts.php:43 wpf-admin/options-tabs/posts.php:55
703
- #: wpf-admin/tools-tabs/legal.php:49 wpf-admin/tools-tabs/legal.php:61
704
- #: wpf-admin/tools-tabs/legal.php:83 wpf-admin/tools-tabs/legal.php:118
705
- #: wpf-admin/tools-tabs/legal.php:130 wpf-admin/tools-tabs/legal.php:149
 
 
 
706
  msgid "Disable"
707
  msgstr "Zakázat"
708
 
709
- #: wpf-admin/options-tabs/api.php:44
710
  msgid "Facebook SDK for JavaScript"
711
  msgstr ""
712
 
713
- #: wpf-admin/options-tabs/api.php:45
714
  msgid "Facebook API connection script (sharing, login, cross-posting...)"
715
  msgstr ""
716
 
717
- #: wpf-admin/options-tabs/api.php:56
718
  msgid "Facebook Login button on User Login page"
719
  msgstr ""
720
 
721
- #: wpf-admin/options-tabs/api.php:67
722
  msgid "Facebook Login button on User Registration page"
723
  msgstr ""
724
 
725
- #: wpf-admin/options-tabs/api.php:78
726
  msgid "Redirect to this page after success login"
727
  msgstr ""
728
 
729
- #: wpf-admin/options-tabs/api.php:82 wpf-includes/wpf-phrases.php:633
730
  msgid "Profile"
731
  msgstr ""
732
 
733
- #: wpf-admin/options-tabs/api.php:84
734
  msgid "Custom"
735
  msgstr ""
736
 
737
- #: wpf-admin/options-tabs/api.php:86
738
  msgid "Custom URL, e.g.: http://example.com/my-page/"
739
  msgstr ""
740
 
741
- #: wpf-admin/options-tabs/api.php:86
742
  msgid "Custom URL"
743
  msgstr ""
744
 
745
- #: wpf-admin/options-tabs/api.php:93
746
  msgid "Share Buttons"
747
  msgstr ""
748
 
749
- #: wpf-admin/options-tabs/api.php:102
750
  msgid "Active Share Buttons"
751
  msgstr ""
752
 
753
- #: wpf-admin/options-tabs/api.php:103
754
  msgid ""
755
  "Check the checkbox below share options to activate. <b>Please note, that the "
756
  "Facebook share button cannot be activated without Facebook API ID.</b> "
@@ -758,48 +1056,48 @@ msgid ""
758
  "and fill the API ID field in order to activate Facebook Share button."
759
  msgstr ""
760
 
761
- #: wpf-admin/options-tabs/api.php:133
762
  msgid "Enable Share Buttons"
763
  msgstr ""
764
 
765
- #: wpf-admin/options-tabs/api.php:138 wpf-admin/options-tabs/api.php:156
766
- #: wpf-admin/options-tabs/api.php:212
767
  msgid "General Share Buttons"
768
  msgstr ""
769
 
770
- #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:173
771
- #: wpf-admin/options-tabs/api.php:224
772
  msgid "Post Sharing Toggle"
773
  msgstr ""
774
 
775
- #: wpf-admin/options-tabs/api.php:157
776
  msgid ""
777
  "General share buttons are forum and topic sharing buttons. They are located "
778
  "on the top and the bottom of each page. You can manage location of these "
779
  "buttons using \"Share Buttons Location\" options bellow."
780
  msgstr ""
781
 
782
- #: wpf-admin/options-tabs/api.php:161
783
  msgid "Grey"
784
  msgstr ""
785
 
786
- #: wpf-admin/options-tabs/api.php:162
787
  msgid "Colored"
788
  msgstr ""
789
 
790
- #: wpf-admin/options-tabs/api.php:165
791
  msgid "Icon"
792
  msgstr ""
793
 
794
- #: wpf-admin/options-tabs/api.php:166
795
  msgid "Button"
796
  msgstr ""
797
 
798
- #: wpf-admin/options-tabs/api.php:167
799
  msgid "Button &amp; Count"
800
  msgstr ""
801
 
802
- #: wpf-admin/options-tabs/api.php:174
803
  msgid ""
804
  "Post sharing toggle allows you to share posts individually. You can see post "
805
  "sharing toggles on the left, right side or in top bar of each post. The "
@@ -809,232 +1107,361 @@ msgid ""
809
  "with original colors on mouse hover."
810
  msgstr ""
811
 
812
- #: wpf-admin/options-tabs/api.php:195 wpf-includes/wpf-phrases.php:55
813
- #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
814
- #: wpf-themes/classic/functions.php:111
815
  msgid "Collapsed"
816
  msgstr "Zabalené"
817
 
818
- #: wpf-admin/options-tabs/api.php:196 wpf-includes/wpf-phrases.php:89
819
- #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:72
820
- #: wpf-themes/classic/functions.php:110
821
  msgid "Expanded"
822
  msgstr "Rozšířené"
823
 
824
- #: wpf-admin/options-tabs/api.php:199
825
  msgid "Mixed"
826
  msgstr ""
827
 
828
- #: wpf-admin/options-tabs/api.php:200
829
  msgid "Figure"
830
  msgstr ""
831
 
832
- #: wpf-admin/options-tabs/api.php:201
833
  msgid "Square"
834
  msgstr ""
835
 
836
- #: wpf-admin/options-tabs/api.php:207
837
  msgid "Share Button Locations"
838
  msgstr ""
839
 
840
- #: wpf-admin/options-tabs/api.php:208
841
  msgid ""
842
  "The post sharing toggle can be displayed either on the left side or on the "
843
  "top of each post. The general share buttons can be displayed on both (top "
844
  "and bottom) locations."
845
  msgstr ""
846
 
847
- #: wpf-admin/options-tabs/api.php:245 wpf-admin/options-tabs/emails.php:164
848
- #: wpf-admin/options-tabs/features.php:89 wpf-admin/options-tabs/forums.php:16
849
- #: wpf-admin/options-tabs/general.php:103
850
- #: wpf-admin/options-tabs/members.php:181 wpf-admin/options-tabs/posts.php:135
851
- #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:343
852
- #: wpf-admin/tools-tabs/cleanup.php:49 wpf-admin/tools-tabs/legal.php:179
853
- #: wpf-admin/tools-tabs/misc.php:134 wpf-includes/wpf-phrases.php:344
854
  msgid "Update Options"
855
  msgstr "Aktualizovat nastavení"
856
 
857
- #: wpf-admin/options-tabs/emails.php:12
 
 
 
 
 
 
 
 
 
858
  msgid "FROM Name"
859
  msgstr ""
860
 
861
- #: wpf-admin/options-tabs/emails.php:16
862
  msgid "FROM Email Address"
863
  msgstr ""
864
 
865
- #: wpf-admin/options-tabs/emails.php:21
866
  msgid "Forum Admins email addresses"
867
  msgstr ""
868
 
869
- #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:57
870
  msgid ""
871
  "Comma separated email addresses of forum administrators to get forum "
872
  "notifications. For example post report messages."
873
  msgstr ""
874
 
875
- #: wpf-admin/options-tabs/emails.php:28
876
  msgid "Notify Admins via email on new Topic"
877
  msgstr ""
878
 
879
- #: wpf-admin/options-tabs/emails.php:29
880
  msgid ""
881
  "Send Notification emails to all email addresses (comma separated ) of forum "
882
  "administrators when a new Topic is created."
883
  msgstr ""
884
 
885
- #: wpf-admin/options-tabs/emails.php:33 wpf-admin/options-tabs/emails.php:45
886
- #: wpf-admin/options-tabs/emails.php:148 wpf-admin/options-tabs/features.php:77
887
- #: wpf-admin/tools-tabs/antispam.php:31 wpf-admin/tools-tabs/antispam.php:40
888
- #: wpf-admin/tools-tabs/antispam.php:49 wpf-admin/tools-tabs/antispam.php:150
889
- #: wpf-admin/tools-tabs/antispam.php:159 wpf-admin/tools-tabs/antispam.php:169
890
- #: wpf-admin/tools-tabs/antispam.php:178 wpf-admin/tools-tabs/antispam.php:187
891
- #: wpf-admin/tools-tabs/antispam.php:196 wpf-admin/tools-tabs/antispam.php:205
892
- #: wpf-admin/tools-tabs/antispam.php:214 wpf-admin/tools-tabs/antispam.php:262
893
- #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/functions-template.php:673
894
- #: wpf-includes/wpf-phrases.php:366
 
 
 
 
 
895
  msgid "Yes"
896
  msgstr "Ano"
897
 
898
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
899
- #: wpf-admin/options-tabs/emails.php:149 wpf-admin/options-tabs/features.php:79
900
- #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
901
- #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:151
902
- #: wpf-admin/tools-tabs/antispam.php:160 wpf-admin/tools-tabs/antispam.php:170
903
- #: wpf-admin/tools-tabs/antispam.php:179 wpf-admin/tools-tabs/antispam.php:188
904
- #: wpf-admin/tools-tabs/antispam.php:197 wpf-admin/tools-tabs/antispam.php:206
905
- #: wpf-admin/tools-tabs/antispam.php:215 wpf-admin/tools-tabs/antispam.php:263
906
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:674
907
- #: wpf-includes/wpf-phrases.php:196
 
 
 
 
 
908
  msgid "No"
909
  msgstr "Ne"
910
 
911
- #: wpf-admin/options-tabs/emails.php:40
912
  msgid "Notify Admins via email on new Post"
913
  msgstr ""
914
 
915
- #: wpf-admin/options-tabs/emails.php:41
916
  msgid ""
917
  "Send Notification emails to all email addresses (comma separated ) of forum "
918
  "administrators when a new Reply is created."
919
  msgstr ""
920
 
921
- #: wpf-admin/options-tabs/emails.php:52 wpf-includes/wpf-phrases.php:317
922
  msgid "Subscription Emails"
923
  msgstr "Emaily Odběratelů"
924
 
925
- #: wpf-admin/options-tabs/emails.php:56 wpf-includes/wpf-phrases.php:314
926
  msgid "Subscribe confirmation email subject"
927
  msgstr "Potvrzení odběru subjektu email"
928
 
929
- #: wpf-admin/options-tabs/emails.php:60 wpf-includes/wpf-phrases.php:313
930
  msgid "Subscribe confirmation email message"
931
  msgstr "Potvrzení odběru potvrzovací email"
932
 
933
- #: wpf-admin/options-tabs/emails.php:64 wpf-includes/wpf-phrases.php:195
 
 
 
 
 
 
 
 
 
 
 
 
 
934
  msgid "New topic notification email subject"
935
  msgstr "Nové téma upozornění email subjekt"
936
 
937
- #: wpf-admin/options-tabs/emails.php:68 wpf-includes/wpf-phrases.php:194
938
  msgid "New topic notification email message"
939
  msgstr "Nové téma upozornění email zpráva"
940
 
941
- #: wpf-admin/options-tabs/emails.php:72 wpf-includes/wpf-phrases.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
942
  msgid "New reply notification email subject"
943
  msgstr "Nová odpověď zpozornění email"
944
 
945
- #: wpf-admin/options-tabs/emails.php:76 wpf-includes/wpf-phrases.php:192
946
  msgid "New reply notification email message"
947
  msgstr "Nová odpověď upozornění email zpráva"
948
 
949
- #: wpf-admin/options-tabs/emails.php:81 wpf-includes/wpf-phrases.php:227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  msgid "Post Reporting Emails"
951
  msgstr "Příspěvky nahlášení emaily"
952
 
953
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:331
954
  msgid "This message comes from post reporting pop-up form."
955
  msgstr "Tato zpráva pochází s pop-up okna"
956
 
957
- #: wpf-admin/options-tabs/emails.php:87 wpf-includes/wpf-phrases.php:266
958
  msgid "Report message subject"
959
  msgstr "Důvod nahlášení"
960
 
961
- #: wpf-admin/options-tabs/emails.php:92 wpf-includes/wpf-phrases.php:265
962
  msgid "Report message body"
963
  msgstr "Zpráva nahlášení"
964
 
965
- #: wpf-admin/options-tabs/emails.php:97
 
 
 
 
 
 
 
 
 
 
 
 
966
  msgid "New User Registration Email for admins"
967
  msgstr ""
968
 
969
- #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:114
970
  msgid "This message comes when new user registers to site"
971
  msgstr ""
972
 
973
- #: wpf-admin/options-tabs/emails.php:103 wpf-admin/options-tabs/emails.php:119
 
 
 
 
974
  msgid "Message Subject"
975
  msgstr ""
976
 
977
- #: wpf-admin/options-tabs/emails.php:108 wpf-admin/options-tabs/emails.php:124
978
  msgid "Message Body"
979
  msgstr ""
980
 
981
- #: wpf-admin/options-tabs/emails.php:113
982
- msgid "New User Registration Email for user"
983
  msgstr ""
984
 
985
- #: wpf-admin/options-tabs/emails.php:129
986
- msgid "Reset Password Emails"
 
987
  msgstr ""
988
 
989
- #: wpf-admin/options-tabs/emails.php:130
990
- msgid "This message comes from Reset Password form."
991
  msgstr ""
992
 
993
- #: wpf-admin/options-tabs/emails.php:134
994
- msgid "Reset Password message body"
995
  msgstr ""
996
 
997
- #: wpf-admin/options-tabs/emails.php:139
998
- msgid "User Mentioning Email"
999
  msgstr ""
1000
 
1001
- #: wpf-admin/options-tabs/emails.php:144
1002
- msgid "Enable Email Notification"
1003
  msgstr ""
1004
 
1005
- #: wpf-admin/options-tabs/emails.php:154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1006
  msgid "User Mention message subject"
1007
  msgstr ""
1008
 
1009
- #: wpf-admin/options-tabs/emails.php:158
1010
  msgid "User Mention message body"
1011
  msgstr ""
1012
 
1013
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  msgid "Show Admin Bar for Members"
1015
  msgstr "Zobrazit Admin Bar pro Uživatelé"
1016
 
1017
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
1018
  msgid "This option doesn't affect website admins."
1019
  msgstr "Tohle nastavení nemá vliv na adminy webu."
1020
 
1021
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
1022
  msgid "Show Forum Page Title"
1023
  msgstr "Zobrazit název stránky fóra"
1024
 
1025
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
1026
  msgid "Show Top/Menu Bar"
1027
  msgstr "Zobrazit Vrchní menu bar."
1028
 
1029
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
1030
  msgid "Show Top Search"
1031
  msgstr "Zobrazit vrchní hledání"
1032
 
1033
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
1034
  msgid "Show Breadcrumb"
1035
  msgstr "Zobrazit Breadcrumb"
1036
 
1037
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
1038
  msgid "Show Forum Statistic"
1039
  msgstr "Zobrazit Statistiky Fóra"
1040
 
@@ -1046,235 +1473,266 @@ msgstr ""
1046
  msgid "Enable WordPress Shortcodes in Post Content"
1047
  msgstr ""
1048
 
1049
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:697
1050
  msgid "Log Viewed Forums and Topics"
1051
  msgstr ""
1052
 
1053
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:257
1054
- msgid "Replace Author Link to Forum Profile"
1055
- msgstr "Nahradit odkaz Autora k profilu Fóra"
1056
 
1057
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:258
1058
- msgid "Replace Comment Author Link to Forum Profile"
1059
- msgstr "Nahradit odkaz Komentář Autora k profilu Fóra"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
 
1061
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:636
1062
  msgid "Enable User Registration"
1063
  msgstr ""
1064
 
1065
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:637
1066
  msgid ""
1067
  "This option is not synced with WordPress \"Anyone can register\" option in "
1068
  "Dashboard > Settings > General admin page. If this option is enabled new "
1069
  "users will always be able to register."
1070
  msgstr ""
1071
 
1072
- #: wpf-admin/options-tabs/features.php:21
1073
  msgid "Enable User Registration email confirmation"
1074
  msgstr ""
1075
 
1076
- #: wpf-admin/options-tabs/features.php:21
1077
  msgid ""
1078
  "If you have enabled this option, after registering, user can not login "
1079
  "without confirming the email."
1080
  msgstr ""
1081
 
1082
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:260
 
 
 
 
 
 
 
 
 
 
1083
  msgid "Replace Registration Page URL to Forum Registration Page URL"
1084
  msgstr ""
1085
 
1086
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:259
1087
  msgid "Replace Login Page URL to Forum Login Page URL"
1088
  msgstr ""
1089
 
1090
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:698
1091
  msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1092
  msgstr ""
1093
 
1094
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:256
1095
  msgid "Replace Author Avatar with Forum Profile Avatar"
1096
  msgstr "Nahradit Avatar Autora k profilu Fóra"
1097
 
1098
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:77
1099
  msgid "Enable Avatars"
1100
  msgstr "Povolit Avatary"
1101
 
1102
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:78
1103
  msgid "Enable Custom Avatars"
1104
  msgstr "Povolit vlastní Avatary"
1105
 
1106
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:31
1107
  msgid "Allow Member Signature"
1108
  msgstr "Povolit Uživatelský podpis"
1109
 
1110
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:80
1111
  msgid "Enable Member Rating"
1112
  msgstr "Povolit Uživatelské hodnocení"
1113
 
1114
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:81
1115
  msgid "Enable Member Rating Titles"
1116
  msgstr "Povolit Uživatelské tituly reputace"
1117
 
1118
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:79
1119
  msgid "Enable Member Cache"
1120
  msgstr ""
1121
 
1122
- #: wpf-admin/options-tabs/features.php:32
1123
  msgid "Enable Object Cache"
1124
  msgstr ""
1125
 
1126
- #: wpf-admin/options-tabs/features.php:33
 
 
 
 
1127
  msgid "Enable HTML Cache"
1128
  msgstr ""
1129
 
1130
- #: wpf-admin/options-tabs/features.php:34
1131
  msgid "Enable Memory Cache"
1132
  msgstr ""
1133
 
1134
- #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:84
1135
  msgid "Enable wpForo SEO for Meta Titles"
1136
  msgstr "Povolit wpFóro SEO pro Meta Názvy"
1137
 
1138
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:83
1139
  msgid "Enable wpForo SEO for Meta Tags"
1140
  msgstr "Povolit wpFóro SEO pro Meta Tagy"
1141
 
1142
- #: wpf-admin/options-tabs/features.php:37
1143
  msgid "Enable User Profile Page indexing"
1144
  msgstr ""
1145
 
1146
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:699
1147
  msgid "Enable RSS Feed"
1148
  msgstr ""
1149
 
1150
- #: wpf-admin/options-tabs/features.php:39
1151
  msgid "Turn Off User Syncing Note"
1152
  msgstr ""
1153
 
1154
- #: wpf-admin/options-tabs/features.php:40
 
 
 
 
 
 
 
 
 
 
 
 
1155
  msgid "BuddyPress Activity Integration"
1156
  msgstr ""
1157
 
1158
- #: wpf-admin/options-tabs/features.php:40
1159
  msgid ""
1160
  "Posts members activity (new topic, new reply, post like) to BuddyPress "
1161
  "Profile Activity page."
1162
  msgstr ""
1163
 
1164
- #: wpf-admin/options-tabs/features.php:41
1165
  msgid "BuddyPress Notification Integration"
1166
  msgstr ""
1167
 
1168
- #: wpf-admin/options-tabs/features.php:41
1169
  msgid ""
1170
  "Creates notification on new forum reply in BuddyPress Profile Notification "
1171
  "page."
1172
  msgstr ""
1173
 
1174
- #: wpf-admin/options-tabs/features.php:42
1175
  msgid "BuddyPress Profile Forum Tab Integration"
1176
  msgstr ""
1177
 
1178
- #: wpf-admin/options-tabs/features.php:42
1179
  msgid ""
1180
  "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1181
  "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1182
  msgstr ""
1183
 
1184
- #: wpf-admin/options-tabs/features.php:43
1185
- msgid "Replace Forum Profile with BuddyPress Profile"
1186
- msgstr ""
1187
-
1188
- #: wpf-admin/options-tabs/features.php:43
1189
- msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1190
- msgstr ""
1191
-
1192
- #: wpf-admin/options-tabs/features.php:44
1193
  msgid "Ultimate Member Notification Integration"
1194
  msgstr ""
1195
 
1196
- #: wpf-admin/options-tabs/features.php:44
1197
  msgid ""
1198
  "Creates notification on new forum reply in Ultimate Member Real-time "
1199
  "Notification system."
1200
  msgstr ""
1201
 
1202
- #: wpf-admin/options-tabs/features.php:45
1203
  msgid "Ultimate Member Profile Forum Tab Integration"
1204
  msgstr ""
1205
 
1206
- #: wpf-admin/options-tabs/features.php:45
1207
  msgid ""
1208
  "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1209
  "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1210
  msgstr ""
1211
 
1212
- #: wpf-admin/options-tabs/features.php:46
1213
- msgid "Replace Forum Profile with Ultimate Member Profile"
1214
- msgstr ""
1215
-
1216
- #: wpf-admin/options-tabs/features.php:46
1217
- msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1218
- msgstr ""
1219
-
1220
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:82
1221
  msgid "Enable wpForo Font-Awesome Lib"
1222
  msgstr "Povolit wpFóro Font-Awesome"
1223
 
1224
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:85
1225
  msgid "Enable Output Buffer"
1226
  msgstr ""
1227
 
1228
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:330
1229
  msgid ""
1230
  "This feature is useful if you're adding content before or after [wpforo] "
1231
  "shortcode in page content. Also it useful if forum is loaded before website "
1232
  "header, on top of the front-end."
1233
  msgstr ""
1234
 
1235
- #: wpf-admin/options-tabs/features.php:49
1236
  msgid "Enable WordPress Date/Time Format"
1237
  msgstr ""
1238
 
1239
- #: wpf-admin/options-tabs/features.php:49 wpf-includes/wpf-phrases.php:601
1240
  msgid ""
1241
  "You can manage WordPress date and time format in WordPress Settings > "
1242
  "General admin page."
1243
  msgstr ""
1244
 
1245
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:612
1246
  msgid "Enable Subscription Confirmation"
1247
  msgstr ""
1248
 
1249
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:613
1250
  msgid "Forum and Topic subscription with double opt-in/confirmation system."
1251
  msgstr ""
1252
 
1253
- #: wpf-admin/options-tabs/features.php:51
1254
  msgid "Topic subscription option on post editor"
1255
  msgstr ""
1256
 
1257
- #: wpf-admin/options-tabs/features.php:51
1258
  msgid ""
1259
  "This option adds topic subscription checkbox next to new topic and post "
1260
  "submit button."
1261
  msgstr ""
1262
 
1263
- #: wpf-admin/options-tabs/features.php:52
1264
  msgid "Topic subscription option on post editor - checked/enabled"
1265
  msgstr ""
1266
 
1267
- #: wpf-admin/options-tabs/features.php:52
1268
  msgid ""
1269
  "Enable this option if you want the topic subscription checkbox to be checked "
1270
  "by default."
1271
  msgstr ""
1272
 
1273
- #: wpf-admin/options-tabs/features.php:53
1274
  msgid "Role-Usergroup Synchronization"
1275
  msgstr ""
1276
 
1277
- #: wpf-admin/options-tabs/features.php:53
1278
  msgid ""
1279
  "Keep enabled this option to synch WordPress User Roles with Forum "
1280
  "Usergroups. This connection allows to automatically change Usergroup of a "
@@ -1286,32 +1744,36 @@ msgid ""
1286
  "Usergroups."
1287
  msgstr ""
1288
 
1289
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:640
1290
  msgid "Insert Forum Attachments to Media Library"
1291
  msgstr ""
1292
 
1293
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:641
1294
  msgid ""
1295
  "Enable this option to be able manage forum attachments in Dashboard > Media "
1296
  "> Library admin page."
1297
  msgstr ""
1298
 
1299
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:605
 
 
 
 
1300
  msgid "Enable Debug Mode"
1301
  msgstr ""
1302
 
1303
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:606
1304
  msgid ""
1305
  "If you got some issue with wpForo, please enable this option before asking "
1306
  "for support, this outputs hidden important information to help us debug your "
1307
  "issue."
1308
  msgstr ""
1309
 
1310
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:134
1311
  msgid "Help wpForo to grow, show plugin info"
1312
  msgstr "Pomoc wpFóru k růstu a ukaž informace o pluginu"
1313
 
1314
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:226
1315
  msgid ""
1316
  "Please enable this option to help wpForo get more popularity as your thank "
1317
  "to the hard work we do for you totally free. This option adds a very small "
@@ -1323,98 +1785,150 @@ msgstr ""
1323
  "plně zdarma. Toto nastavení přidá velmi malou ikonku do zápatí fóra přes "
1324
  "kterou když přejede návštěvník tak se mu zobrazí informace o pluginu."
1325
 
1326
- #: wpf-admin/options-tabs/features.php:74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1327
  msgid "Sitewide"
1328
  msgstr ""
1329
 
1330
- #: wpf-admin/options-tabs/features.php:75 wpf-includes/class-subscribes.php:26
1331
- #: wpf-includes/wpf-phrases.php:101 wpforo.php:258
1332
  msgid "Forum"
1333
  msgstr "Fórum"
1334
 
1335
- #: wpf-admin/options-tabs/features.php:80
1336
  msgid "Thank you!"
1337
  msgstr ""
1338
 
1339
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:121
 
 
 
 
 
 
 
 
 
 
1340
  msgid "Forum Title"
1341
  msgstr "Název Fóra"
1342
 
1343
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:108
1344
  msgid "Forum Description"
1345
  msgstr "Popis Fóra"
1346
 
1347
- #: wpf-admin/options-tabs/general.php:23 wpf-includes/wpf-phrases.php:107
1348
  msgid "Forum Base URL"
1349
  msgstr "Základní odkaz Fóra"
1350
 
1351
- #: wpf-admin/options-tabs/general.php:24
1352
  msgid ""
1353
  "If you want to set forum on home page, please do not use the \"Turn "
1354
  "WordPress to wpForo\" option. The correct instruction can be found in "
1355
  "documentation here"
1356
  msgstr ""
1357
 
1358
- #: wpf-admin/options-tabs/general.php:24
1359
  msgid "Set Forum on Home Page"
1360
  msgstr ""
1361
 
1362
- #: wpf-admin/options-tabs/general.php:33 wpf-includes/wpf-phrases.php:650
1363
  msgid "Turn WordPress to wpForo"
1364
  msgstr ""
1365
 
1366
- #: wpf-admin/options-tabs/general.php:34
1367
  msgid ""
1368
  "This option will disable WordPress on front-end. Only forum pages and "
1369
  "excluded post/pages will be available. wpForo will look like as a stand-"
1370
  "alone forum."
1371
  msgstr ""
1372
 
1373
- #: wpf-admin/options-tabs/general.php:37
1374
  msgid "Exclude page URLs"
1375
  msgstr ""
1376
 
1377
- #: wpf-admin/options-tabs/general.php:37
1378
  msgid "one URL per line"
1379
  msgstr ""
1380
 
1381
- #: wpf-admin/options-tabs/general.php:47 wpf-includes/wpf-hooks.php:2183
1382
  msgid "Visit Forum"
1383
  msgstr ""
1384
 
1385
- #: wpf-admin/options-tabs/general.php:50
1386
  msgid ""
1387
  "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1388
  msgstr ""
1389
 
1390
- #: wpf-admin/options-tabs/general.php:50
1391
  msgid "support topic"
1392
  msgstr ""
1393
 
1394
- #: wpf-admin/options-tabs/general.php:52
1395
  msgid "Forum Page ID"
1396
  msgstr ""
1397
 
1398
- #: wpf-admin/options-tabs/general.php:58
 
 
 
 
1399
  msgid "Forum Page Slugs (URL Paths)"
1400
  msgstr ""
1401
 
1402
- #: wpf-admin/options-tabs/general.php:59
1403
  msgid ""
1404
  "Here you can set custom base paths for forum pages. For example the default "
1405
  "Profile URL base path is /profile/, if this conflicts with other plugins you "
1406
  "can change it to /user/ or so..."
1407
  msgstr ""
1408
 
1409
- #: wpf-admin/options-tabs/general.php:78 wpf-includes/wpf-phrases.php:64
1410
  msgid "Dashboard Menu Position"
1411
  msgstr "Pozice menu nástěnky"
1412
 
1413
- #: wpf-admin/options-tabs/general.php:79 wpf-includes/wpf-phrases.php:323
1414
  msgid "The position in the menu order wpForo should appear."
1415
  msgstr "Pozice"
1416
 
1417
- #: wpf-admin/options-tabs/general.php:80 wpf-includes/wpf-phrases.php:348
1418
  msgid ""
1419
  "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1420
  "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
@@ -1422,15 +1936,15 @@ msgid ""
1422
  "below second separator"
1423
  msgstr ""
1424
 
1425
- #: wpf-admin/options-tabs/general.php:84
1426
  msgid "More info"
1427
  msgstr ""
1428
 
1429
- #: wpf-admin/options-tabs/general.php:89
1430
  msgid "XML Based Language"
1431
  msgstr ""
1432
 
1433
- #: wpf-admin/options-tabs/general.php:90
1434
  msgid ""
1435
  "This option is only related to XML language files. You should upload a "
1436
  "translation XML file to have a new language option in this drop-down. If you "
@@ -1438,50 +1952,45 @@ msgid ""
1438
  "Dashboard > Settings admin page to load according translation for wpForo."
1439
  msgstr ""
1440
 
1441
- #: wpf-admin/options-tabs/general.php:115 wpf-includes/wpf-phrases.php:144
1442
  msgid "Language XML file"
1443
  msgstr "Jazyk XML soubor"
1444
 
1445
- #: wpf-admin/options-tabs/general.php:124 wpf-includes/wpf-phrases.php:22
1446
  msgid "Add New Language"
1447
  msgstr "Přidat nový Jazyk"
1448
 
1449
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
1450
  msgid "Online status timeout"
1451
  msgstr "Online status vypršel"
1452
 
1453
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:78
1454
- #: wpf-admin/options-tabs/posts.php:85 wpf-admin/options-tabs/posts.php:96
1455
- #: wpf-admin/options-tabs/posts.php:103 wpf-includes/wpf-phrases.php:390
1456
  msgid "minutes"
1457
  msgstr "minutama"
1458
 
1459
- #: wpf-admin/options-tabs/members.php:20
1460
  msgid "Number of Members per Page"
1461
  msgstr ""
1462
 
1463
- #: wpf-admin/options-tabs/members.php:27 wpf-includes/wpf-phrases.php:180
1464
  msgid "Members URL structure"
1465
  msgstr "Uživatelská URL struktura"
1466
 
1467
- #: wpf-admin/options-tabs/members.php:36 wpf-includes/wpf-phrases.php:700
1468
  msgid "Members Search Type"
1469
  msgstr ""
1470
 
1471
- #: wpf-admin/options-tabs/members.php:39 wpf-includes/functions.php:366
1472
- #: wpf-includes/functions.php:368 wpf-includes/wpf-phrases.php:275
1473
  msgid "Search"
1474
  msgstr "Hledat"
1475
 
1476
- #: wpf-admin/options-tabs/members.php:40
1477
- msgid "Filter"
1478
- msgstr ""
1479
-
1480
- #: wpf-admin/options-tabs/members.php:46 wpf-includes/wpf-phrases.php:62
1481
  msgid "Custom Authorization URLs"
1482
  msgstr ""
1483
 
1484
- #: wpf-admin/options-tabs/members.php:48
1485
  msgid ""
1486
  "Use this option only if you have set other pages for authorization. \n"
1487
  " wpForo doesn't change its own URLs, these options "
@@ -1490,129 +1999,135 @@ msgid ""
1490
  "Member plugin you can set these values:"
1491
  msgstr ""
1492
 
1493
- #: wpf-admin/options-tabs/members.php:51 wpf-admin/options-tabs/members.php:57
1494
- #: wpf-includes/wpf-phrases.php:162
1495
  msgid "Login URL"
1496
  msgstr "Přihlásit se odkaz (URL)"
1497
 
1498
- #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
1499
- #: wpf-includes/wpf-phrases.php:252
1500
  msgid "Register URL"
1501
  msgstr "Registrace odkaz (URL)"
1502
 
1503
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:164
1504
  msgid "Lost Password URL"
1505
  msgstr "Ztracené heslo odkaz (URL)"
1506
 
1507
- #: wpf-admin/options-tabs/members.php:65
1508
  msgid "Custom Redirection URLs after following actions"
1509
  msgstr ""
1510
 
1511
- #: wpf-admin/options-tabs/members.php:67
1512
  msgid "For member profile, account and subscription pages use following URLs:"
1513
  msgstr ""
1514
 
1515
- #: wpf-admin/options-tabs/members.php:79
1516
  msgid "Redirect after login"
1517
  msgstr ""
1518
 
1519
- #: wpf-admin/options-tabs/members.php:80
1520
  msgid "Redirect after registration"
1521
  msgstr ""
1522
 
1523
- #: wpf-admin/options-tabs/members.php:81
1524
  msgid "Redirect after subscription confirmation"
1525
  msgstr ""
1526
 
1527
- #: wpf-admin/options-tabs/members.php:87 wpf-includes/wpf-phrases.php:175
1528
  msgid "Member Reputation and Titles"
1529
  msgstr ""
1530
 
1531
- #: wpf-admin/options-tabs/members.php:91
1532
  msgid "Member Custom Titles"
1533
  msgstr ""
1534
 
1535
- #: wpf-admin/options-tabs/members.php:100
1536
  msgid "Member Custom Title by default"
1537
  msgstr ""
1538
 
1539
- #: wpf-admin/options-tabs/members.php:110 wpf-includes/wpf-phrases.php:247
 
1540
  msgid "Rating Level"
1541
  msgstr "Úroveň hodnocení"
1542
 
1543
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-phrases.php:185
1544
  msgid "Min Number of Posts"
1545
  msgstr "Minimální počet příspěvků"
1546
 
1547
- #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:176
1548
  msgid "Member Title"
1549
  msgstr "Titul Uživatele"
1550
 
1551
- #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:293
1552
  msgid "Short Badge"
1553
  msgstr "Malý Odznak"
1554
 
1555
- #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:128
1556
  msgid "Full Badge"
1557
  msgstr "Velký Odznak"
1558
 
1559
- #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:245
1560
  msgid "Rating Color"
1561
  msgstr "Barva Hodnocení"
1562
 
1563
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:246
1564
  msgid "Rating Icon"
1565
  msgstr "Ikonka Hodnocení"
1566
 
1567
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:187
1568
  msgid "More"
1569
  msgstr "Více"
1570
 
1571
- #: wpf-admin/options-tabs/members.php:121 wpf-includes/wpf-phrases.php:158
 
1572
  msgid "Level"
1573
  msgstr "Úroveň"
1574
 
1575
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-phrases.php:211
1576
  msgid "Number of Posts"
1577
  msgstr "Počet Příspěvků"
1578
 
1579
- #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:63
1580
  msgid "Custom Title"
1581
  msgstr "Vlastní Titul"
1582
 
1583
- #: wpf-admin/options-tabs/members.php:126 wpf-admin/usergroup.php:34
1584
- #: wpf-includes/wpf-phrases.php:56
1585
  msgid "Color"
1586
  msgstr "Barva"
1587
 
1588
- #: wpf-admin/options-tabs/members.php:127 wpf-includes/wpf-phrases.php:48
1589
  msgid "Badge Icon"
1590
  msgstr "Ikonka Odznaku"
1591
 
1592
- #: wpf-admin/options-tabs/members.php:133
1593
  msgid "Enable Reputation Titles for selected usergroups"
1594
  msgstr ""
1595
 
1596
- #: wpf-admin/options-tabs/members.php:134
1597
  msgid ""
1598
  "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1599
  "located in wpForo Settings > Features Tab"
1600
  msgstr ""
1601
 
1602
- #: wpf-admin/options-tabs/members.php:147
1603
  msgid "Enable Reputation Badges for selected usergroups"
1604
  msgstr ""
1605
 
1606
- #: wpf-admin/options-tabs/members.php:148
1607
  msgid ""
1608
  "This option depends on \"Enable Member Rating\" parent option, witch located "
1609
  "in wpForo Settings > Features Tab"
1610
  msgstr ""
1611
 
1612
- #: wpf-admin/options-tabs/members.php:161
1613
  msgid "Display Usergroup under Post Author Avatar"
1614
  msgstr ""
1615
 
 
 
 
 
1616
  #: wpf-admin/options-tabs/plugins.php:9
1617
  msgid ""
1618
  "Thank you for using wpForo. wpForo is a premium forum plugin which will "
@@ -1633,86 +2148,143 @@ msgstr ""
1633
  "\"Ankety\", \"Soukromé Zprávy\" a \"Manažér reklam\" budou dostupné již "
1634
  "brzy. Jak addony aktivujete zobrazí se vám v nastavení fóra."
1635
 
1636
- #: wpf-admin/options-tabs/posts.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1637
  msgid "Recent Posts Display Type"
1638
  msgstr ""
1639
 
1640
- #: wpf-admin/options-tabs/posts.php:23
1641
  msgid "Enable Topic Tags"
1642
  msgstr ""
1643
 
1644
- #: wpf-admin/options-tabs/posts.php:32
1645
  msgid "Maximum Number of Tags per Topic"
1646
  msgstr ""
1647
 
1648
- #: wpf-admin/options-tabs/posts.php:37
 
 
 
 
1649
  msgid "Display Topic Editing Information"
1650
  msgstr ""
1651
 
1652
- #: wpf-admin/options-tabs/posts.php:38
1653
  msgid ""
1654
  "The post edit logging information \"This post was modified 2 hours ago by "
1655
  "John\" is displayed under modified topic first post content.."
1656
  msgstr ""
1657
 
1658
- #: wpf-admin/options-tabs/posts.php:49
1659
  msgid "Display Post Editing Information"
1660
  msgstr ""
1661
 
1662
- #: wpf-admin/options-tabs/posts.php:50
1663
  msgid ""
1664
  "The post edit logging information \"This post was modified 2 hours ago by "
1665
  "John\" is displayed under modified post content.."
1666
  msgstr ""
1667
 
1668
- #: wpf-admin/options-tabs/posts.php:61
1669
  msgid "Limit Post Editing Information"
1670
  msgstr ""
1671
 
1672
- #: wpf-admin/options-tabs/posts.php:62
1673
  msgid ""
1674
  "Limit the post edit logging information \"This post was modified 2 hours ago "
1675
  "by John\""
1676
  msgstr ""
1677
 
1678
- #: wpf-admin/options-tabs/posts.php:63
1679
  msgid "Set this option value 0 if you want to disable limiting"
1680
  msgstr ""
1681
 
1682
- #: wpf-admin/options-tabs/posts.php:70 wpf-includes/wpf-phrases.php:213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1683
  msgid "Number of Topics per Page"
1684
  msgstr "Počet témat na stránku"
1685
 
1686
- #: wpf-admin/options-tabs/posts.php:75 wpf-includes/wpf-phrases.php:30
1687
  msgid "Allow Edit Own Topic for"
1688
  msgstr "Povolit úpravu tématu po dobu"
1689
 
1690
- #: wpf-admin/options-tabs/posts.php:76 wpf-admin/options-tabs/posts.php:83
1691
- #: wpf-admin/options-tabs/posts.php:94 wpf-admin/options-tabs/posts.php:101
1692
  msgid "Set this option value 0 if you want to remove time limit."
1693
  msgstr ""
1694
 
1695
- #: wpf-admin/options-tabs/posts.php:82 wpf-includes/wpf-phrases.php:27
1696
  msgid "Allow Delete Own Topic for"
1697
  msgstr "Povolit smazání tématu po dobu"
1698
 
1699
- #: wpf-admin/options-tabs/posts.php:88 wpf-includes/wpf-phrases.php:212
1700
  msgid "Number of Posts per Page"
1701
  msgstr "Počet příspěvků na stránku"
1702
 
1703
- #: wpf-admin/options-tabs/posts.php:93 wpf-includes/wpf-phrases.php:29
1704
  msgid "Allow Edit Own Post for"
1705
  msgstr "Povolit upravování příspěvků po dobu"
1706
 
1707
- #: wpf-admin/options-tabs/posts.php:100 wpf-includes/wpf-phrases.php:28
1708
  msgid "Allow Delete Own post for"
1709
  msgstr "Povolit smazání příspěvku pro"
1710
 
1711
- #: wpf-admin/options-tabs/posts.php:108 wpf-includes/wpf-phrases.php:169
 
 
 
 
1712
  msgid "Maximum upload file size"
1713
  msgstr "Maximální velikost nahraného souboru"
1714
 
1715
- #: wpf-admin/options-tabs/posts.php:109 wpf-includes/wpf-phrases.php:370
1716
  msgid ""
1717
  "You can not set this value more than \"upload_max_filesize\" and "
1718
  "\"post_max_size\". If you want to increase server parameters please contact "
@@ -1722,131 +2294,222 @@ msgstr ""
1722
  "\"max_velikost příspěvku\". Pokud chcete navýšit parametry serveru "
1723
  "kontaktujte váš hosting."
1724
 
1725
- #: wpf-admin/options-tabs/posts.php:112 wpf-includes/wpf-phrases.php:166
1726
  msgid "MB"
1727
  msgstr "MB"
1728
 
1729
- #: wpf-admin/options-tabs/posts.php:115 wpf-includes/wpf-phrases.php:288
1730
  msgid "Server \"upload_max_filesize\" is "
1731
  msgstr "Server \"max_velikost nahraného souboru\" je"
1732
 
1733
- #: wpf-admin/options-tabs/posts.php:116 wpf-includes/wpf-phrases.php:287
1734
  msgid "Server \"post_max_size\" is "
1735
  msgstr "Server \"max_velikost příspěvku\" je"
1736
 
1737
- #: wpf-admin/options-tabs/posts.php:124
1738
  msgid "Attachment click - message for non-permitted users"
1739
  msgstr ""
1740
 
1741
- #: wpf-admin/options-tabs/posts.php:125
1742
  msgid ""
1743
  "This message will be displayed when a non-permitted forum member clicks on "
1744
  "attached file link in topic and posts."
1745
  msgstr ""
1746
 
1747
- #: wpf-admin/options-tabs/styles.php:13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1748
  msgid "Font Sizes"
1749
  msgstr ""
1750
 
1751
- #: wpf-admin/options-tabs/styles.php:28 wpf-admin/tools-tabs/antispam.php:226
1752
- #: wpf-includes/wpf-phrases.php:480
1753
  msgid "Post Content"
1754
  msgstr ""
1755
 
1756
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1757
  msgid "Custom CSS Code"
1758
  msgstr ""
1759
 
1760
- #: wpf-admin/options-tabs/styles.php:43
1761
  msgid "Forum Color Styles"
1762
  msgstr ""
1763
 
1764
- #: wpf-admin/options-tabs/styles.php:43
1765
  msgid "Colors Documentation"
1766
  msgstr ""
1767
 
1768
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1769
  msgid "Forum Settings"
1770
  msgstr "Nastavení Fóra"
1771
 
1772
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1773
  msgid "General"
1774
  msgstr "Obecné"
1775
 
1776
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1777
  msgid "Forum Accesses"
1778
  msgstr "Přístupy Fóra"
1779
 
1780
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1781
  msgid "Topics &amp; Posts"
1782
  msgstr "Témata; Příspěvky"
1783
 
1784
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1785
  msgid "Emails"
1786
  msgstr "Emaily"
1787
 
1788
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1789
  msgid "Features"
1790
  msgstr "Funkce"
1791
 
1792
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1793
  msgid "Styles"
1794
  msgstr "Styly"
1795
 
1796
  #: wpf-admin/options.php:23
1797
- msgid "API's"
1798
  msgstr ""
1799
 
1800
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1801
  msgid "Front-end Phrases"
1802
  msgstr "Front end Fráze"
1803
 
1804
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
 
 
 
 
1805
  msgid "Forum Themes"
1806
  msgstr "Témata Fóra"
1807
 
1808
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1809
  msgid "Current active theme"
1810
  msgstr "Aktuální aktivní téma"
1811
 
1812
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1813
- msgid "Inactive"
1814
- msgstr "Neaktivní"
1815
-
1816
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1817
  msgid "LAYOUTS"
1818
  msgstr "ROZVRŽENÍ"
1819
 
1820
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1821
  msgid "Activate"
1822
  msgstr "Aktivovat"
1823
 
1824
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1825
  msgid "Fresh Installation"
1826
  msgstr "Čerstvá Instalace"
1827
 
1828
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1829
  msgid "Install"
1830
  msgstr "Instalace"
1831
 
1832
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1833
  msgid "Are you sure you want to delete this theme files?"
1834
  msgstr "Jste si jistí že chcete smazat tyto soubory šablony?"
1835
 
1836
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1837
  msgid ""
1838
  "Are you sure you want to reset all settings and style colors to default?"
1839
  msgstr "Jste si jistí že chcete obnovit všechny předchozí styli a barvy?"
1840
 
1841
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1842
  msgid "Reset Settings"
1843
  msgstr "Obnovit Nastavení"
1844
 
1845
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1846
  msgid "No layout found"
1847
  msgstr "Žádné rozvržení nebylo nalezeno"
1848
 
1849
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1850
  msgid "No theme found"
1851
  msgstr "Žádná šablona nebyla nalezena"
1852
 
@@ -1858,166 +2521,170 @@ msgid ""
1858
  "against spam attacks."
1859
  msgstr ""
1860
 
1861
- #: wpf-admin/tools-tabs/antispam.php:21
1862
  msgid "Spam Control"
1863
  msgstr ""
1864
 
1865
- #: wpf-admin/tools-tabs/antispam.php:22
1866
  msgid ""
1867
  "Some useful options to limit just registered users and minimize spam. This "
1868
  "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1869
  "pass moderation\" permissions."
1870
  msgstr ""
1871
 
1872
- #: wpf-admin/tools-tabs/antispam.php:28
1873
  msgid "Enable wpForo Spam Control"
1874
  msgstr ""
1875
 
1876
- #: wpf-admin/tools-tabs/antispam.php:37
1877
  msgid "Ban user when spam is suspected"
1878
  msgstr ""
1879
 
1880
- #: wpf-admin/tools-tabs/antispam.php:46
1881
  msgid "Notify via email when new user is banned"
1882
  msgstr ""
1883
 
1884
- #: wpf-admin/tools-tabs/antispam.php:55
1885
  msgid "Spam Suspicion Level for Topics"
1886
  msgstr ""
1887
 
1888
- #: wpf-admin/tools-tabs/antispam.php:59
1889
  msgid "Spam Suspicion Level for Posts"
1890
  msgstr ""
1891
 
1892
- #: wpf-admin/tools-tabs/antispam.php:64
1893
  msgid " is enabled"
1894
  msgstr ""
1895
 
1896
- #: wpf-admin/tools-tabs/antispam.php:73
1897
  msgid "New Registered User"
1898
  msgstr ""
1899
 
1900
- #: wpf-admin/tools-tabs/antispam.php:74
1901
  msgid ""
1902
  "Some useful options to limit just registered users and minimize spam. These "
1903
  "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1904
  "pass moderation\" permissions."
1905
  msgstr ""
1906
 
1907
- #: wpf-admin/tools-tabs/antispam.php:81
1908
  msgid "User is New (under hard spam control) during"
1909
  msgstr ""
1910
 
1911
- #: wpf-admin/tools-tabs/antispam.php:83
1912
  msgid "first"
1913
  msgstr ""
1914
 
1915
- #: wpf-admin/tools-tabs/antispam.php:83
1916
  msgid "posts"
1917
  msgstr ""
1918
 
1919
- #: wpf-admin/tools-tabs/antispam.php:86
 
 
 
 
1920
  msgid "Min number of posts to be able attach files"
1921
  msgstr ""
1922
 
1923
- #: wpf-admin/tools-tabs/antispam.php:90
1924
  msgid "Min number of posts to be able post links"
1925
  msgstr ""
1926
 
1927
- #: wpf-admin/tools-tabs/antispam.php:95
1928
  msgid "Do not allow to attach files with following extensions:"
1929
  msgstr ""
1930
 
1931
- #: wpf-admin/tools-tabs/antispam.php:107
1932
  msgid "Google reCAPTCHA"
1933
  msgstr ""
1934
 
1935
- #: wpf-admin/tools-tabs/antispam.php:108
1936
  msgid ""
1937
  "reCAPTCHA protects you against spam and other types of automated abuse. It "
1938
  "makes secure topic and post editors when Guest Posting is allowed, also it "
1939
  "protects login and registration forms against spam attacks."
1940
  msgstr ""
1941
 
1942
- #: wpf-admin/tools-tabs/antispam.php:110
1943
- msgid "reCAPTCHA API keys"
1944
  msgstr ""
1945
 
1946
- #: wpf-admin/tools-tabs/antispam.php:112
1947
  msgid ""
1948
  "To start using reCAPTCHA, you need to sign up for an API key pair for your "
1949
  "site."
1950
  msgstr ""
1951
 
1952
- #: wpf-admin/tools-tabs/antispam.php:113
1953
  msgid "Register your site and get API keys here &raquo;"
1954
  msgstr ""
1955
 
1956
- #: wpf-admin/tools-tabs/antispam.php:120
1957
  msgid "Site Key"
1958
  msgstr ""
1959
 
1960
- #: wpf-admin/tools-tabs/antispam.php:126
1961
  msgid "Secret Key"
1962
  msgstr ""
1963
 
1964
- #: wpf-admin/tools-tabs/antispam.php:133
1965
  msgid "reCAPTCHA Settings"
1966
  msgstr ""
1967
 
1968
- #: wpf-admin/tools-tabs/antispam.php:138
1969
  msgid "reCAPTCHA Theme"
1970
  msgstr ""
1971
 
1972
- #: wpf-admin/tools-tabs/antispam.php:141
1973
  msgid "Light"
1974
  msgstr ""
1975
 
1976
- #: wpf-admin/tools-tabs/antispam.php:142
1977
  msgid "Dark"
1978
  msgstr ""
1979
 
1980
- #: wpf-admin/tools-tabs/antispam.php:147
1981
  msgid "Guest Topic Editor"
1982
  msgstr ""
1983
 
1984
- #: wpf-admin/tools-tabs/antispam.php:156
1985
  msgid "Guest Post Editor"
1986
  msgstr ""
1987
 
1988
- #: wpf-admin/tools-tabs/antispam.php:166
1989
  msgid "wpForo Login Form"
1990
  msgstr ""
1991
 
1992
- #: wpf-admin/tools-tabs/antispam.php:175
1993
  msgid "wpForo Registration Form"
1994
  msgstr ""
1995
 
1996
- #: wpf-admin/tools-tabs/antispam.php:184
1997
  msgid "wpForo Reset Password Form"
1998
  msgstr ""
1999
 
2000
- #: wpf-admin/tools-tabs/antispam.php:193
2001
  msgid "WordPress Login Form"
2002
  msgstr ""
2003
 
2004
- #: wpf-admin/tools-tabs/antispam.php:202
2005
  msgid "WordPress Registration Form"
2006
  msgstr ""
2007
 
2008
- #: wpf-admin/tools-tabs/antispam.php:211
2009
  msgid "WordPress Reset Password Form"
2010
  msgstr ""
2011
 
2012
- #: wpf-admin/tools-tabs/antispam.php:227
2013
  msgid "Options to control and filter post content"
2014
  msgstr ""
2015
 
2016
- #: wpf-admin/tools-tabs/antispam.php:234
2017
  msgid "Allow extra HTML tags"
2018
  msgstr ""
2019
 
2020
- #: wpf-admin/tools-tabs/antispam.php:235
2021
  msgid ""
2022
  "By default wpForo allows all secure HTML tags in post content. Allowing a "
2023
  "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
@@ -2025,15 +2692,15 @@ msgid ""
2025
  "party ads and viruses to forum."
2026
  msgstr ""
2027
 
2028
- #: wpf-admin/tools-tabs/antispam.php:236
2029
  msgid "Example of adding a new HTML tags: "
2030
  msgstr ""
2031
 
2032
- #: wpf-admin/tools-tabs/antispam.php:253
2033
  msgid "Possible Spam Attachments"
2034
  msgstr ""
2035
 
2036
- #: wpf-admin/tools-tabs/antispam.php:254
2037
  msgid ""
2038
  "This tool is designed to find attachment which have been uploaded by "
2039
  "spammers. The tool checks most common spammer filenames and suggest to "
@@ -2041,80 +2708,80 @@ msgid ""
2041
  "before deleting."
2042
  msgstr ""
2043
 
2044
- #: wpf-admin/tools-tabs/antispam.php:259
2045
  msgid "Enable File Scanner"
2046
  msgstr ""
2047
 
2048
- #: wpf-admin/tools-tabs/antispam.php:269
2049
  msgid "Exclude file extensions"
2050
  msgstr ""
2051
 
2052
- #: wpf-admin/tools-tabs/antispam.php:275
2053
  msgid "Directory"
2054
  msgstr ""
2055
 
2056
- #: wpf-admin/tools-tabs/antispam.php:302
2057
  msgid "Delete this file"
2058
  msgstr ""
2059
 
2060
- #: wpf-admin/tools-tabs/antispam.php:302
2061
  msgid "Are you sure you want to permanently delete this file?"
2062
  msgstr ""
2063
 
2064
- #: wpf-admin/tools-tabs/antispam.php:313
2065
  msgid "Click to delete Blue marked files"
2066
  msgstr ""
2067
 
2068
- #: wpf-admin/tools-tabs/antispam.php:314
2069
  msgid ""
2070
  "Are you sure you want to delete all BLUE marked files listed here. Please "
2071
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2072
  "before deleting files, this is not undoable."
2073
  msgstr ""
2074
 
2075
- #: wpf-admin/tools-tabs/antispam.php:315 wpf-admin/tools-tabs/antispam.php:321
2076
- #: wpf-admin/tools-tabs/antispam.php:327 wpf-admin/tools-tabs/antispam.php:333
2077
  msgid "Delete All"
2078
  msgstr ""
2079
 
2080
- #: wpf-admin/tools-tabs/antispam.php:318
2081
  msgid "Click to delete Orange marked files"
2082
  msgstr ""
2083
 
2084
- #: wpf-admin/tools-tabs/antispam.php:320
2085
  msgid ""
2086
  "Are you sure you want to delete all ORANGE marked files listed here. Please "
2087
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2088
  "before deleting files, this is not undoable."
2089
  msgstr ""
2090
 
2091
- #: wpf-admin/tools-tabs/antispam.php:324
2092
  msgid "Click to delete Red marked files"
2093
  msgstr ""
2094
 
2095
- #: wpf-admin/tools-tabs/antispam.php:326
2096
  msgid ""
2097
  "Are you sure you want to delete all RED marked files listed here. Please "
2098
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2099
  "before deleting files, this is not undoable."
2100
  msgstr ""
2101
 
2102
- #: wpf-admin/tools-tabs/antispam.php:330
2103
  msgid "Click to delete Dark Red marked files"
2104
  msgstr ""
2105
 
2106
- #: wpf-admin/tools-tabs/antispam.php:332
2107
  msgid ""
2108
  "Are you sure you want to delete all DARK RED marked files listed here. "
2109
  "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2110
  "computer before deleting files, this is not undoable."
2111
  msgstr ""
2112
 
2113
- #: wpf-admin/tools-tabs/cleanup.php:12
2114
  msgid "Delete Inactive Users"
2115
  msgstr ""
2116
 
2117
- #: wpf-admin/tools-tabs/cleanup.php:13
2118
  msgid ""
2119
  "Inactive users are the account owners who have no topics, posts, comments "
2120
  "and subscriptions for new content. In 99&#37; cases this kind of accounts "
@@ -2122,86 +2789,345 @@ msgid ""
2122
  "and known inactive users."
2123
  msgstr ""
2124
 
2125
- #: wpf-admin/tools-tabs/cleanup.php:19
2126
  msgid "Inactive users who have been registered more than"
2127
  msgstr ""
2128
 
2129
- #: wpf-admin/tools-tabs/cleanup.php:20
2130
  msgid "days ago"
2131
  msgstr ""
2132
 
2133
- #: wpf-admin/tools-tabs/cleanup.php:25
2134
  msgid "Filter by Usergroups"
2135
  msgstr ""
2136
 
2137
- #: wpf-admin/tools-tabs/cleanup.php:36
2138
  msgid "Enable Auto-cleanup of inactive users"
2139
  msgstr ""
2140
 
2141
- #: wpf-admin/tools-tabs/legal.php:15
2142
- msgid "Forum Privacy Policy and GDPR compliant"
2143
  msgstr ""
2144
 
2145
- #: wpf-admin/tools-tabs/legal.php:15
2146
- msgid "Documentation"
 
2147
  msgstr ""
2148
 
2149
- #: wpf-admin/tools-tabs/legal.php:18
2150
- msgid ""
2151
- "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
2152
- "a regulation by which the European Parliament, the Council of the European "
2153
- "Union and the European Commission intend to strengthen and unify data "
2154
- "protection for all individuals within the European Union (EU). After four "
2155
- "years of preparation and debate the GDPR was finally approved by the EU "
2156
- "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
2157
- "those organizations in non-compliance may face heavy fines. More info at"
2158
  msgstr ""
2159
 
2160
- #: wpf-admin/tools-tabs/legal.php:19
2161
- msgid "GDPR Key Changes"
2162
  msgstr ""
2163
 
2164
- #: wpf-admin/tools-tabs/legal.php:25
2165
- msgid "Contact Information"
2166
  msgstr ""
2167
 
2168
- #: wpf-admin/tools-tabs/legal.php:27
2169
- msgid ""
2170
- "According to the GDPR, all users should have an option to contact website "
2171
- "administrator in following cases:"
2172
  msgstr ""
2173
 
2174
- #: wpf-admin/tools-tabs/legal.php:29
2175
- msgid "Obtain personal data and created content"
2176
  msgstr ""
2177
 
2178
- #: wpf-admin/tools-tabs/legal.php:30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2179
  msgid "Delete account with created content"
2180
  msgstr ""
2181
 
2182
- #: wpf-admin/tools-tabs/legal.php:31
2183
  msgid "Report user data access and control issue"
2184
  msgstr ""
2185
 
2186
- #: wpf-admin/tools-tabs/legal.php:32
2187
  msgid "Report user rights violation"
2188
  msgstr ""
2189
 
2190
- #: wpf-admin/tools-tabs/legal.php:37
2191
  msgid "URL to - Contact Us - page"
2192
  msgstr ""
2193
 
2194
- #: wpf-admin/tools-tabs/legal.php:38
2195
  msgid ""
2196
  "Please insert a page URL, where user can find a contact form or an "
2197
  "information to contact the forum administrator."
2198
  msgstr ""
2199
 
2200
- #: wpf-admin/tools-tabs/legal.php:43
2201
  msgid "Checkbox: I Accept Website Terms and Privacy Policy"
2202
  msgstr ""
2203
 
2204
- #: wpf-admin/tools-tabs/legal.php:44 wpf-admin/tools-tabs/legal.php:78
2205
  msgid ""
2206
  "If this option is enabled, users must accept forum Terms and Privacy Policy "
2207
  "by checking the required checkbox on registration form to be able create a "
@@ -2209,11 +3135,11 @@ msgid ""
2209
  "page."
2210
  msgstr ""
2211
 
2212
- #: wpf-admin/tools-tabs/legal.php:55
2213
  msgid "Checkbox: I Agree to Receive an Email Confirmation"
2214
  msgstr ""
2215
 
2216
- #: wpf-admin/tools-tabs/legal.php:56
2217
  msgid ""
2218
  "If this option is enabled, users must agree to receive an email confirmation "
2219
  "with a link to set a password by checking the required checkbox on "
@@ -2221,11 +3147,11 @@ msgid ""
2221
  "be managed in Forums > Phrases admin page."
2222
  msgstr ""
2223
 
2224
- #: wpf-admin/tools-tabs/legal.php:67
2225
  msgid "Website Terms and Privacy Policy Pages"
2226
  msgstr ""
2227
 
2228
- #: wpf-admin/tools-tabs/legal.php:68
2229
  msgid ""
2230
  "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
2231
  "these pages will be included in registration form checkbox label (I'm agree "
@@ -2235,31 +3161,31 @@ msgid ""
2235
  "according pages."
2236
  msgstr ""
2237
 
2238
- #: wpf-admin/tools-tabs/legal.php:71
2239
  msgid "URL to Website Terms page"
2240
  msgstr ""
2241
 
2242
- #: wpf-admin/tools-tabs/legal.php:71
2243
  msgid "Terms Page URL"
2244
  msgstr ""
2245
 
2246
- #: wpf-admin/tools-tabs/legal.php:72
2247
  msgid "URL to Website Privacy Policy page"
2248
  msgstr ""
2249
 
2250
- #: wpf-admin/tools-tabs/legal.php:72
2251
  msgid "Privacy Policy Page URL"
2252
  msgstr ""
2253
 
2254
- #: wpf-admin/tools-tabs/legal.php:77
2255
  msgid "Checkbox: I Agree to Forum Privacy Policy"
2256
  msgstr ""
2257
 
2258
- #: wpf-admin/tools-tabs/legal.php:89
2259
  msgid "Forum Privacy Policy with GDPR compliant Template"
2260
  msgstr ""
2261
 
2262
- #: wpf-admin/tools-tabs/legal.php:90
2263
  msgid ""
2264
  "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
2265
  "to wpForo plugin functions and features. <u>In case you enable this privacy "
@@ -2274,11 +3200,11 @@ msgid ""
2274
  "link to that page."
2275
  msgstr ""
2276
 
2277
- #: wpf-admin/tools-tabs/legal.php:112
2278
  msgid "Checkbox: I Agree to create a forum account on Facebook Login"
2279
  msgstr ""
2280
 
2281
- #: wpf-admin/tools-tabs/legal.php:113
2282
  msgid ""
2283
  "If this option is enabled, the Facebook Login button becomes not-clickable "
2284
  "until user accept automatic account creation process based on his/her "
@@ -2287,11 +3213,11 @@ msgid ""
2287
  "GDPR"
2288
  msgstr ""
2289
 
2290
- #: wpf-admin/tools-tabs/legal.php:124
2291
  msgid "Forum Cookies"
2292
  msgstr ""
2293
 
2294
- #: wpf-admin/tools-tabs/legal.php:125
2295
  msgid ""
2296
  "Please note, that this option is only related to wpForo cookies. This "
2297
  "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
@@ -2305,15 +3231,15 @@ msgid ""
2305
  "topic."
2306
  msgstr ""
2307
 
2308
- #: wpf-admin/tools-tabs/legal.php:137
2309
  msgid "Forum Rules"
2310
  msgstr ""
2311
 
2312
- #: wpf-admin/tools-tabs/legal.php:143
2313
  msgid "Checkbox: I Accept Forum Rules"
2314
  msgstr ""
2315
 
2316
- #: wpf-admin/tools-tabs/legal.php:144
2317
  msgid ""
2318
  "If this option is enabled, users must accept forum rules by checking the "
2319
  "required checkbox on registration form to be able create a forum account. "
@@ -2321,92 +3247,105 @@ msgid ""
2321
  "page. Search the label phrase, click on edit button and change it."
2322
  msgstr ""
2323
 
2324
- #: wpf-admin/tools-tabs/legal.php:155
2325
  msgid "Forum Rules Text"
2326
  msgstr ""
2327
 
2328
- #: wpf-admin/tools-tabs/legal.php:156
2329
  msgid "This is a basic example of forum rules provided by"
2330
  msgstr ""
2331
 
2332
- #: wpf-admin/tools-tabs/legal.php:156
2333
  msgid "You should edit this text and adapt it to your community rules."
2334
  msgstr ""
2335
 
2336
- #: wpf-admin/tools-tabs/misc.php:10
2337
  msgid "SEO Tools"
2338
  msgstr ""
2339
 
2340
- #: wpf-admin/tools-tabs/misc.php:18
2341
  msgid "Allowed dofollow domains"
2342
  msgstr ""
2343
 
2344
- #: wpf-admin/tools-tabs/misc.php:19
2345
  msgid ""
2346
  "wpForo adds nofollow to all links with external URLs. If you want to keep "
2347
  "some domains as internal please insert domains one per line in the textarea "
2348
  "bellow."
2349
  msgstr ""
2350
 
2351
- #: wpf-admin/tools-tabs/misc.php:26
2352
  msgid "Noindex forum page URLs"
2353
  msgstr ""
2354
 
2355
- #: wpf-admin/tools-tabs/misc.php:27
2356
  msgid ""
2357
  "The noIndex code tells Google and other search engines to NOT index the "
2358
  "page, so that it cannot be found in search results. Please insert page URLs "
2359
  "you do not want to be indexed one per line in the textarea bellow."
2360
  msgstr ""
2361
 
2362
- #: wpf-admin/tools-tabs/misc.php:37
 
 
 
 
 
 
 
 
 
2363
  msgid "Admin Note"
2364
  msgstr ""
2365
 
2366
- #: wpf-admin/tools-tabs/misc.php:45
2367
  msgid "Admin message on forum front page"
2368
  msgstr ""
2369
 
2370
- #: wpf-admin/tools-tabs/misc.php:46
2371
  msgid ""
2372
  "If you have something important to say on forum front page, you can use this "
2373
  "editor. The text will be displayed under forum breadcrumb menu, above forum "
2374
  "and topic titles."
2375
  msgstr ""
2376
 
2377
- #: wpf-admin/tools-tabs/misc.php:64
2378
  msgid "Display for Usergroups"
2379
  msgstr ""
2380
 
2381
- #: wpf-admin/tools-tabs/misc.php:86
2382
  msgid "Display on forum pages"
2383
  msgstr ""
2384
 
2385
- #: wpf-admin/tools-tabs/misc.php:96
2386
  msgid "Forum (topic list)"
2387
  msgstr ""
2388
 
2389
- #: wpf-admin/tools-tabs/misc.php:100
2390
  msgid "Topic (post list)"
2391
  msgstr ""
2392
 
2393
- #: wpf-admin/tools-tabs/misc.php:104 wpf-includes/wpf-phrases.php:701
2394
  msgid "Recent Posts"
2395
  msgstr ""
2396
 
2397
- #: wpf-admin/tools-tabs/misc.php:112
 
 
 
 
2398
  msgid "Profile Home"
2399
  msgstr ""
2400
 
2401
- #: wpf-admin/tools-tabs/misc.php:116
2402
  msgid "Profile Account"
2403
  msgstr ""
2404
 
2405
- #: wpf-admin/tools-tabs/misc.php:120
2406
  msgid "Profile Activity"
2407
  msgstr ""
2408
 
2409
- #: wpf-admin/tools-tabs/misc.php:124
2410
  msgid "Profile Subscriptions"
2411
  msgstr ""
2412
 
@@ -2422,93 +3361,76 @@ msgstr ""
2422
  msgid "Privacy &amp; Rules"
2423
  msgstr ""
2424
 
2425
- #: wpf-admin/tools.php:17
2426
- msgid "Misc"
2427
  msgstr ""
2428
 
2429
- #: wpf-admin/usergroup.php:12
2430
- msgid "Role-Usergroup synchronization is complete!"
2431
  msgstr ""
2432
 
2433
- #: wpf-admin/usergroup.php:14 wpf-admin/usergroup.php:16
2434
- #: wpf-includes/class-notices.php:118 wpf-includes/wpf-phrases.php:69
2435
- msgid "Dismiss this notice."
2436
- msgstr "Zamítnout tohle upozornění"
2437
-
2438
  #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
2439
- #: wpf-admin/usergroup.php:282
2440
  msgid "User Role"
2441
  msgstr ""
2442
 
2443
- #: wpf-admin/usergroup.php:30 wpf-includes/wpf-phrases.php:676
2444
  msgid "Usergroup"
2445
  msgstr ""
2446
 
2447
- #: wpf-admin/usergroup.php:32 wpf-includes/wpf-hooks.php:1174
2448
- msgid "Default"
2449
- msgstr ""
2450
-
2451
- #: wpf-admin/usergroup.php:33
2452
  msgid "Default Access"
2453
  msgstr ""
2454
 
2455
- #: wpf-admin/usergroup.php:35
2456
- msgid "ID"
2457
- msgstr ""
2458
-
2459
- #: wpf-admin/usergroup.php:46 wpf-admin/usergroup.php:167
2460
  msgid "View Users"
2461
  msgstr ""
2462
 
2463
- #: wpf-admin/usergroup.php:63 wpf-admin/usergroup.php:242
2464
  msgid "Usergroup Name"
2465
  msgstr "Název Skupiny"
2466
 
2467
- #: wpf-admin/usergroup.php:65
2468
  msgid "Also used as Secondary Usergroup"
2469
  msgstr ""
2470
 
2471
- #: wpf-admin/usergroup.php:68
2472
  msgid "Edit this usergroup"
2473
  msgstr "Upravit tuto skupinu"
2474
 
2475
- #: wpf-admin/usergroup.php:68 wpf-includes/wpf-phrases.php:73
2476
- msgid "Edit"
2477
- msgstr "Upravit"
2478
-
2479
- #: wpf-admin/usergroup.php:70
2480
  msgid "Delete this usergroup"
2481
  msgstr "Smazat tuto skupinu"
2482
 
2483
- #: wpf-admin/usergroup.php:72
2484
  msgid "View users list in this usergroup"
2485
  msgstr "Zobrazit všechny uživatele v této skupině"
2486
 
2487
- #: wpf-admin/usergroup.php:77
2488
  msgid "The number of forum members with this usergroup. Click to view members."
2489
  msgstr ""
2490
 
2491
- #: wpf-admin/usergroup.php:82
2492
  msgid "is Default"
2493
  msgstr ""
2494
 
2495
- #: wpf-admin/usergroup.php:85
2496
  msgid "Users get the Default Usergroup on registration"
2497
  msgstr ""
2498
 
2499
- #: wpf-admin/usergroup.php:85
2500
  msgid "Set as Default"
2501
  msgstr ""
2502
 
2503
- #: wpf-admin/usergroup.php:93
2504
  msgid "default (#15)"
2505
  msgstr ""
2506
 
2507
- #: wpf-admin/usergroup.php:105
2508
  msgid "Synchronize Users Usergroups and Roles"
2509
  msgstr ""
2510
 
2511
- #: wpf-admin/usergroup.php:106
2512
  msgid "Synchronize"
2513
  msgstr ""
2514
 
@@ -2549,14 +3471,10 @@ msgstr ""
2549
  msgid "Role Name"
2550
  msgstr ""
2551
 
2552
- #: wpf-admin/usergroup.php:156
2553
  msgid "Users"
2554
  msgstr ""
2555
 
2556
- #: wpf-admin/usergroup.php:157
2557
- msgid "Status"
2558
- msgstr ""
2559
-
2560
  #: wpf-admin/usergroup.php:171
2561
  msgid "Add Usergroup to synch"
2562
  msgstr ""
@@ -2573,379 +3491,404 @@ msgstr ""
2573
  msgid "Synched"
2574
  msgstr ""
2575
 
2576
- #: wpf-admin/usergroup.php:213
2577
  msgid "Complete!"
2578
  msgstr ""
2579
 
2580
- #: wpf-admin/usergroup.php:242 wpf-includes/wpf-phrases.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2581
  msgid "Guest"
2582
  msgstr "Host"
2583
 
2584
- #: wpf-admin/usergroup.php:258
2585
  msgid "Usergroup Color"
2586
  msgstr ""
2587
 
2588
- #: wpf-admin/usergroup.php:259
2589
  msgid "use default link color"
2590
  msgstr ""
2591
 
2592
- #: wpf-admin/usergroup.php:291
2593
  msgid "Default Forum Access"
2594
  msgstr ""
2595
 
2596
- #: wpf-admin/usergroup.php:299
2597
  msgid ""
2598
  "This is only used when a new Usergroup is created, it automatically gets the "
2599
  "selected Forum Access in all forums."
2600
  msgstr ""
2601
 
2602
- #: wpf-admin/usergroup.php:303
2603
  msgid "Display on Members List"
2604
  msgstr ""
2605
 
2606
- #: wpf-admin/usergroup.php:307
2607
  msgid "Can be also used as Secondary Usergroup"
2608
  msgstr ""
2609
 
2610
- #: wpf-admin/usergroup.php:327 wpf-includes/wpf-phrases.php:374
2611
- msgid "add"
2612
- msgstr "přidat"
2613
 
2614
- #: wpf-admin/usergroup.php:327
2615
- msgid "save"
2616
- msgstr "uložit"
2617
 
2618
- #: wpf-admin/usergroup.php:348
2619
- msgid "Delete Chosen Usergroup And Users"
2620
- msgstr "Smazat zvolené skupiny a uživatele"
2621
 
2622
- #: wpf-admin/usergroup.php:358
2623
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
2624
- msgstr "Smazat zvolené skupiny a připojit uživatele do jiné skupiny"
2625
 
2626
- #: wpf-admin/usergroup.php:370
2627
- msgid "Users will be join this usergroup"
2628
- msgstr "Uživatelé se připojili do této skupiny"
 
 
 
 
 
 
 
 
 
 
 
 
2629
 
2630
- #: wpf-includes/class-api.php:203
2631
  msgid "Please login into Facebook and then click connect button again"
2632
  msgstr ""
2633
 
2634
- #: wpf-includes/class-api.php:230
2635
  msgid ""
2636
  "Your email is required to be able authorize you here. Please try loging "
2637
  "again. "
2638
  msgstr ""
2639
 
2640
- #: wpf-includes/class-api.php:235
2641
  msgid "Invalid User"
2642
  msgstr ""
2643
 
2644
- #: wpf-includes/class-api.php:245 wpf-includes/wpf-phrases.php:638
2645
  msgid "User registration is disabled"
2646
  msgstr ""
2647
 
2648
- #: wpf-includes/class-forums.php:31 wpf-includes/wpf-phrases.php:560
2649
  msgid "Can view forum"
2650
  msgstr ""
2651
 
2652
- #: wpf-includes/class-forums.php:32 wpf-includes/wpf-phrases.php:561
2653
  msgid "Can create topic"
2654
  msgstr ""
2655
 
2656
- #: wpf-includes/class-forums.php:33 wpf-includes/wpf-phrases.php:562
2657
  msgid "Can view topic"
2658
  msgstr ""
2659
 
2660
- #: wpf-includes/class-forums.php:34 wpf-includes/wpf-phrases.php:563
2661
  msgid "Can edit topic"
2662
  msgstr ""
2663
 
2664
- #: wpf-includes/class-forums.php:35 wpf-includes/wpf-phrases.php:564
2665
  msgid "Can delete topic"
2666
  msgstr ""
2667
 
2668
- #: wpf-includes/class-forums.php:36 wpf-includes/wpf-phrases.php:565
2669
  msgid "Can post reply"
2670
  msgstr ""
2671
 
2672
- #: wpf-includes/class-forums.php:37 wpf-includes/wpf-phrases.php:566
 
 
 
 
2673
  msgid "Can view replies"
2674
  msgstr ""
2675
 
2676
- #: wpf-includes/class-forums.php:38 wpf-includes/wpf-phrases.php:567
2677
  msgid "Can edit replies"
2678
  msgstr ""
2679
 
2680
- #: wpf-includes/class-forums.php:39 wpf-includes/wpf-phrases.php:568
2681
  msgid "Can delete replies"
2682
  msgstr ""
2683
 
2684
- #: wpf-includes/class-forums.php:40 wpf-includes/wpf-phrases.php:569
2685
  msgid "Can edit own topic"
2686
  msgstr ""
2687
 
2688
- #: wpf-includes/class-forums.php:41
2689
  msgid "Can edit own reply"
2690
  msgstr ""
2691
 
2692
- #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:571
2693
  msgid "Can delete own topic"
2694
  msgstr ""
2695
 
2696
- #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:572
2697
  msgid "Can delete own reply"
2698
  msgstr ""
2699
 
2700
- #: wpf-includes/class-forums.php:44
2701
  msgid "Can add tags"
2702
  msgstr ""
2703
 
2704
- #: wpf-includes/class-forums.php:45
2705
  msgid "Can subscribe"
2706
  msgstr ""
2707
 
2708
- #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:573
2709
  msgid "Can like"
2710
  msgstr ""
2711
 
2712
- #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:574
2713
  msgid "Can report"
2714
  msgstr ""
2715
 
2716
- #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:575
2717
  msgid "Can set topic sticky"
2718
  msgstr ""
2719
 
2720
- #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:576
2721
  msgid "Can set topic private"
2722
  msgstr ""
2723
 
2724
- #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:654
2725
  msgid "Can set own topic private"
2726
  msgstr ""
2727
 
2728
- #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:655
2729
  msgid "Can view private topic"
2730
  msgstr ""
2731
 
2732
- #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:584
2733
  msgid "Can approve/unapprove content"
2734
  msgstr ""
2735
 
2736
- #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:608
2737
  msgid "Can set topic solved"
2738
  msgstr ""
2739
 
2740
- #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:609
2741
  msgid "Can set own topic solved"
2742
  msgstr ""
2743
 
2744
- #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:577
2745
  msgid "Can vote"
2746
  msgstr ""
2747
 
2748
- #: wpf-includes/class-forums.php:56 wpf-includes/wpf-phrases.php:578
2749
  msgid "Can attach file"
2750
  msgstr ""
2751
 
2752
- #: wpf-includes/class-forums.php:57 wpf-includes/wpf-phrases.php:583
2753
  msgid "Can view attached files"
2754
  msgstr ""
2755
 
2756
- #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:579
2757
  msgid "Can set topic answered"
2758
  msgstr ""
2759
 
2760
- #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:580
2761
  msgid "Can set own topic answered"
2762
  msgstr ""
2763
 
2764
- #: wpf-includes/class-forums.php:60
2765
  msgid "Can answer own question"
2766
  msgstr ""
2767
 
2768
- #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:581
2769
  msgid "Can close topic"
2770
  msgstr ""
2771
 
2772
- #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:582
2773
  msgid "Can move topic"
2774
  msgstr ""
2775
 
2776
- #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:585
2777
  msgid "Can create poll"
2778
  msgstr ""
2779
 
2780
- #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:586
2781
  msgid "Can vote poll"
2782
  msgstr ""
2783
 
2784
- #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:587
2785
  msgid "Can view poll result"
2786
  msgstr ""
2787
 
2788
- #: wpf-includes/class-forums.php:677
2789
  msgid "Add a new Subforum"
2790
  msgstr ""
2791
 
2792
- #: wpf-includes/class-forums.php:677
2793
  msgid "Add a new Forum in this Category"
2794
  msgstr ""
2795
 
2796
- #: wpf-includes/class-members.php:137
2797
  msgid "<strong>ERROR</strong>: Please enter a username."
2798
  msgstr ""
2799
 
2800
- #: wpf-includes/class-members.php:142
2801
  msgid ""
2802
  "<strong>ERROR</strong>: This username is invalid because it uses illegal "
2803
  "characters. Please enter a valid username."
2804
  msgstr ""
2805
 
2806
- #: wpf-includes/class-members.php:153
2807
  msgid ""
2808
  "<strong>ERROR</strong>: This username is already registered. Please choose "
2809
  "another one."
2810
  msgstr ""
2811
 
2812
- #: wpf-includes/class-members.php:158
2813
  msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
2814
  msgstr ""
2815
 
2816
- #: wpf-includes/class-members.php:163
2817
  msgid "<strong>ERROR</strong>: Please type your email address."
2818
  msgstr ""
2819
 
2820
- #: wpf-includes/class-members.php:168
2821
  msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
2822
  msgstr ""
2823
 
2824
- #: wpf-includes/class-members.php:174
2825
  msgid ""
2826
  "<strong>ERROR</strong>: This email is already registered, please choose "
2827
  "another one."
2828
  msgstr ""
2829
 
2830
- #: wpf-includes/class-members.php:1806
2831
  msgid "What should be done with wpForo content owned by this user?"
2832
  msgstr ""
2833
 
2834
- #: wpf-includes/class-members.php:1808
2835
  msgid "What should be done with wpForo content owned by these users?"
2836
  msgstr ""
2837
 
2838
- #: wpf-includes/class-members.php:1812
2839
  msgid "Delete all wpForo content."
2840
  msgstr ""
2841
 
2842
- #: wpf-includes/class-members.php:1814
2843
  msgid "Attribute all content to:"
2844
  msgstr ""
2845
 
2846
- #: wpf-includes/class-moderation.php:159
2847
  msgid ""
2848
  "Probably spam file attachments have been detected by wpForo Spam Control. "
2849
  "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
2850
  msgstr ""
2851
 
2852
- #: wpf-includes/class-notices.php:155
 
 
 
 
2853
  msgid "New Addons for Your Forum!"
2854
  msgstr ""
2855
 
2856
- #: wpf-includes/class-notices.php:155
2857
  msgid "Extend your forum with wpForo addons"
2858
  msgstr ""
2859
 
2860
- #: wpf-includes/class-notices.php:168
2861
  msgid "View all Addons"
2862
  msgstr ""
2863
 
2864
- #: wpf-includes/class-permissions.php:125 wpf-includes/wpf-phrases.php:420
2865
- #, php-format
2866
- msgid "%s access successfully added"
2867
- msgstr "%s přístup úspěšně přidán"
2868
-
2869
- #: wpf-includes/class-permissions.php:149 wpf-includes/wpf-phrases.php:421
2870
- #, php-format
2871
- msgid "%s access successfully edited"
2872
- msgstr "%s přístup úspěšně upraven"
2873
-
2874
- #: wpf-includes/class-phrases.php:181 wpf-includes/wpf-phrases.php:7
2875
  msgid " Forum"
2876
  msgstr "Fórum"
2877
 
2878
- #: wpf-includes/class-phrases.php:182 wpf-includes/wpf-phrases.php:6
2879
  msgid " Discussion Board"
2880
  msgstr "Deska diskuzí"
2881
 
2882
- #: wpf-includes/class-posts.php:39
2883
  msgid "You are not permitted to view this attachment"
2884
  msgstr ""
2885
 
2886
- #: wpf-includes/class-subscribes.php:31
2887
  msgid "Please confirm subscription to [entry_title]"
2888
  msgstr ""
2889
 
2890
- #: wpf-includes/class-subscribes.php:32
2891
  msgid ""
2892
- "Hello [member_name]!<br>\r\n"
2893
- " Thank you for subscribing.<br>\r\n"
2894
- " This is an automated response.<br>\r\n"
2895
  " We are glad to inform you that after confirmation you will get updates from "
2896
- "- [entry_title].<br>\r\n"
2897
- " Please click on link below to complete this step.<br>\r\n"
2898
  " [confirm_link]"
2899
  msgstr ""
2900
 
2901
- #: wpf-includes/class-subscribes.php:33
2902
  msgid "New Topic"
2903
  msgstr ""
2904
 
2905
- #: wpf-includes/class-subscribes.php:34
2906
  msgid ""
2907
- "Hello [member_name]!<br>\r\n"
2908
- " New topic has been created on your subscribed forum - [forum].\r\n"
2909
- " <br><br>\r\n"
2910
- " <strong>[topic_title]</strong>\r\n"
2911
- " <blockquote>\r\n"
2912
- " [topic_desc]\r\n"
2913
- " </blockquote>\r\n"
2914
- " <br><hr>\r\n"
2915
- " If you want to unsubscribe from this forum please use the link below.<br>"
2916
- "\r\n"
2917
  " [unsubscribe_link]"
2918
  msgstr ""
2919
 
2920
- #: wpf-includes/class-subscribes.php:35
2921
  msgid "New Reply"
2922
  msgstr ""
2923
 
2924
- #: wpf-includes/class-subscribes.php:36
2925
  msgid ""
2926
- "Hello [member_name]!<br>\r\n"
2927
- " New reply has been posted on your subscribed topic - [topic].\r\n"
2928
- " <br><br>\r\n"
2929
- " <strong>[reply_title]</strong>\r\n"
2930
- " <blockquote >\r\n"
2931
- " [reply_desc]\r\n"
2932
- " </blockquote>\r\n"
2933
- " <br><hr>\r\n"
2934
- " If you want to unsubscribe from this topic please use the link below.<br>"
2935
- "\r\n"
2936
  " [unsubscribe_link]"
2937
  msgstr ""
2938
 
2939
- #: wpf-includes/class-subscribes.php:37
2940
  msgid "Forum Post Report"
2941
  msgstr ""
2942
 
2943
- #: wpf-includes/class-subscribes.php:38
2944
  msgid ""
2945
- "<strong>Report details:</strong>\r\n"
2946
- " Reporter: [reporter], <br>\r\n"
2947
- " Message: [message],<br>\r\n"
2948
- " <br>\r\n"
2949
  " [post_url]"
2950
  msgstr ""
2951
 
@@ -2955,249 +3898,206 @@ msgstr ""
2955
 
2956
  #: wpf-includes/class-subscribes.php:40
2957
  msgid ""
2958
- "New user registration on your site [blogname]:\r\n"
2959
- "\r\n"
2960
- "Username: [user_login]\r\n"
2961
- "\r\n"
2962
- "Email: [user_email]\r\n"
2963
  msgstr ""
2964
 
2965
- #: wpf-includes/class-subscribes.php:41
2966
  msgid "[blogname] Your username and password info"
2967
  msgstr ""
2968
 
2969
- #: wpf-includes/class-subscribes.php:42
2970
  msgid ""
2971
- "Username: [user_login]\r\n"
2972
- "\r\n"
2973
- "To set your password, visit the following address:\r\n"
2974
- "\r\n"
2975
- "[set_password_url]\r\n"
2976
- "\r\n"
2977
  msgstr ""
2978
 
2979
- #: wpf-includes/class-subscribes.php:43
2980
  msgid ""
2981
- "Hello! <br>\r\n"
2982
- "\r\n"
2983
  " You asked us to reset your password for your account using the email "
2984
- "address [user_login]. <br>\r\n"
2985
- "\r\n"
2986
  " If this was a mistake, or you didn't ask for a password reset, just ignore "
2987
- "this email and nothing will happen. <br>\r\n"
2988
- "\r\n"
2989
- " To reset your password, visit the following address: <br>\r\n"
2990
- "\r\n"
2991
- " [reset_password_url] <br>\r\n"
2992
- "\r\n"
2993
  " Thanks!"
2994
  msgstr ""
2995
 
2996
- #: wpf-includes/class-subscribes.php:48
2997
  msgid "You have been mentioned in forum post"
2998
  msgstr ""
2999
 
3000
- #: wpf-includes/class-subscribes.php:49
3001
  msgid ""
3002
- "Hi [mentioned-user-name]! <br>\r\n"
3003
- "\r\n"
3004
  " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
3005
- "name].<br/><br/>\r\n"
3006
- "\r\n"
3007
  " Post URL: [post-url]"
3008
  msgstr ""
3009
 
3010
- #: wpf-includes/class-template.php:95
3011
  msgid "Insert link"
3012
  msgstr ""
3013
 
3014
- #: wpf-includes/class-template.php:96
3015
  msgid "Link Text"
3016
  msgstr ""
3017
 
3018
- #: wpf-includes/class-template.php:97
3019
  msgid "Open link in a new tab"
3020
  msgstr ""
3021
 
3022
- #: wpf-includes/class-template.php:1526 wpf-includes/wpf-phrases.php:327
3023
- msgid "Theme file not readable"
3024
- msgstr "Tato šablona není čitelná"
3025
-
3026
- #: wpf-includes/class-usergroups.php:23 wpf-includes/wpf-phrases.php:533
3027
- msgid "Dashboard - Manage Forums"
3028
- msgstr ""
3029
-
3030
- #: wpf-includes/class-usergroups.php:24 wpf-includes/wpf-phrases.php:534
3031
- msgid "Dashboard - Manage Settings"
3032
- msgstr ""
3033
-
3034
- #: wpf-includes/class-usergroups.php:25 wpf-includes/wpf-phrases.php:535
3035
- msgid "Dashboard - Manage Tools"
3036
- msgstr ""
3037
-
3038
- #: wpf-includes/class-usergroups.php:26 wpf-includes/wpf-phrases.php:539
3039
- msgid "Dashboard - Manage Members"
3040
- msgstr ""
3041
-
3042
- #: wpf-includes/class-usergroups.php:27 wpf-includes/wpf-phrases.php:536
3043
- msgid "Dashboard - Moderate Topics & Posts"
3044
- msgstr ""
3045
-
3046
- #: wpf-includes/class-usergroups.php:28 wpf-includes/wpf-phrases.php:542
3047
- msgid "Dashboard - Manage Usergroups"
3048
- msgstr ""
3049
-
3050
- #: wpf-includes/class-usergroups.php:29 wpf-includes/wpf-phrases.php:537
3051
- msgid "Dashboard - Manage Phrases"
3052
- msgstr ""
3053
-
3054
- #: wpf-includes/class-usergroups.php:30 wpf-includes/wpf-phrases.php:538
3055
- msgid "Dashboard - Manage Themes"
3056
  msgstr ""
3057
 
3058
- #: wpf-includes/class-usergroups.php:32 wpf-includes/wpf-phrases.php:540
3059
- msgid "Dashboard - Can edit member"
3060
  msgstr ""
3061
 
3062
- #: wpf-includes/class-usergroups.php:33
3063
- msgid "Dashboard - Can ban member"
3064
- msgstr ""
3065
 
3066
- #: wpf-includes/class-usergroups.php:34 wpf-includes/wpf-phrases.php:541
3067
- msgid "Dashboard - Can delete member"
3068
  msgstr ""
3069
 
3070
- #: wpf-includes/class-usergroups.php:36
3071
- msgid "Front - Can pass moderation"
3072
  msgstr ""
3073
 
3074
- #: wpf-includes/class-usergroups.php:37 wpf-includes/wpf-phrases.php:543
3075
  msgid "Front - Can view members"
3076
  msgstr ""
3077
 
3078
- #: wpf-includes/class-usergroups.php:38 wpf-includes/wpf-phrases.php:544
3079
  msgid "Front - Can view profiles"
3080
  msgstr ""
3081
 
3082
- #: wpf-includes/class-usergroups.php:39
3083
  msgid "Front - Can view member activity"
3084
  msgstr ""
3085
 
3086
- #: wpf-includes/class-usergroups.php:40
3087
  msgid "Front - Can view member subscriptions"
3088
  msgstr ""
3089
 
3090
- #: wpf-includes/class-usergroups.php:42 wpf-includes/wpf-phrases.php:545
3091
  msgid "Front - Can upload avatar"
3092
  msgstr ""
3093
 
3094
- #: wpf-includes/class-usergroups.php:43
3095
- msgid "Front - Can have signaturee"
3096
  msgstr ""
3097
 
3098
- #: wpf-includes/class-usergroups.php:44 wpf-includes/wpf-phrases.php:547
3099
  msgid "Front - Can view avatars"
3100
  msgstr ""
3101
 
3102
- #: wpf-includes/class-usergroups.php:46 wpf-includes/wpf-phrases.php:548
3103
- msgid "Front - Can view member username"
3104
- msgstr ""
3105
-
3106
- #: wpf-includes/class-usergroups.php:47 wpf-includes/wpf-phrases.php:549
3107
  msgid "Front - Can view member email"
3108
  msgstr ""
3109
 
3110
- #: wpf-includes/class-usergroups.php:48 wpf-includes/wpf-phrases.php:550
3111
  msgid "Front - Can view member title"
3112
  msgstr ""
3113
 
3114
- #: wpf-includes/class-usergroups.php:49
3115
  msgid "Front - Can view member custom title"
3116
  msgstr ""
3117
 
3118
- #: wpf-includes/class-usergroups.php:50 wpf-includes/wpf-phrases.php:551
3119
  msgid "Front - Can view member reputation"
3120
  msgstr ""
3121
 
3122
- #: wpf-includes/class-usergroups.php:51 wpf-includes/wpf-phrases.php:552
3123
  msgid "Front - Can view member website"
3124
  msgstr ""
3125
 
3126
- #: wpf-includes/class-usergroups.php:52 wpf-includes/wpf-phrases.php:553
3127
  msgid "Front - Can view member social networks"
3128
  msgstr ""
3129
 
3130
- #: wpf-includes/class-usergroups.php:53 wpf-includes/wpf-phrases.php:554
3131
  msgid "Front - Can view member reg. date"
3132
  msgstr ""
3133
 
3134
- #: wpf-includes/class-usergroups.php:54 wpf-includes/wpf-phrases.php:555
3135
  msgid "Front - Can view member location"
3136
  msgstr ""
3137
 
3138
- #: wpf-includes/class-usergroups.php:55 wpf-includes/wpf-phrases.php:556
3139
  msgid "Front - Can view member occupation"
3140
  msgstr ""
3141
 
3142
- #: wpf-includes/class-usergroups.php:56 wpf-includes/wpf-phrases.php:557
3143
  msgid "Front - Can view member signature"
3144
  msgstr ""
3145
 
3146
- #: wpf-includes/class-usergroups.php:57 wpf-includes/wpf-phrases.php:558
3147
  msgid "Front - Can view member about me"
3148
  msgstr ""
3149
 
3150
- #: wpf-includes/class-usergroups.php:58 wpf-includes/wpf-phrases.php:559
3151
  msgid "Front - Can write PM"
3152
  msgstr ""
3153
 
3154
- #: wpf-includes/functions-installation.php:347
3155
- msgid "Main Category"
3156
- msgstr ""
3157
-
3158
- #: wpf-includes/functions-installation.php:347
3159
- msgid "This is a simple category / section"
3160
- msgstr ""
3161
-
3162
- #: wpf-includes/functions-installation.php:348
3163
- msgid "Main Forum"
3164
  msgstr ""
3165
 
3166
- #: wpf-includes/functions-installation.php:348
3167
- msgid "This is a simple parent forum"
3168
  msgstr ""
3169
 
3170
- #: wpf-includes/functions-installation.php:681
3171
  msgid "Start Profile Synchronization"
3172
  msgstr ""
3173
 
3174
- #: wpf-includes/functions-installation.php:681
3175
  msgid "Continue Synchronization"
3176
  msgstr ""
3177
 
3178
- #: wpf-includes/functions-installation.php:684
3179
  msgid ""
3180
  "This process may take a few seconds or dozens of minutes, please be patient "
3181
  "and don't close this page."
3182
  msgstr ""
3183
 
3184
- #: wpf-includes/functions-installation.php:685
 
3185
  msgid ""
3186
  "You can permanently disable this message in Dashboard > Forums > Features "
3187
  "admin page."
3188
  msgstr ""
3189
 
3190
- #: wpf-includes/functions-installation.php:687
3191
  msgid "wpForo Forum Installation | "
3192
  msgstr ""
3193
 
3194
- #: wpf-includes/functions-installation.php:688
3195
  msgid ""
3196
  "Forum users' profile data are not synchronized yet, this step is required! "
3197
  "Please click the button below to complete installation."
3198
  msgstr ""
3199
 
3200
- #: wpf-includes/functions-installation.php:699
3201
  msgid ""
3202
  "This process may take a few seconds or dozens of minutes, please be patient "
3203
  "and don't close this page. Database backup is not required. If you got 500 "
@@ -3205,27 +4105,41 @@ msgid ""
3205
  "in MySQL server."
3206
  msgstr ""
3207
 
3208
- #: wpf-includes/functions-installation.php:700
3209
- msgid "Updater Database"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3210
  msgstr ""
3211
 
3212
- #: wpf-includes/functions-installation.php:701
3213
- msgid "wpForo - Update Database "
3214
  msgstr ""
3215
 
3216
- #: wpf-includes/functions-installation.php:702
3217
- msgid "Please click the button below to complete wpForo update."
3218
  msgstr ""
3219
 
3220
  #: wpf-includes/functions-template.php:7
3221
  msgid "wpForo Menu"
3222
  msgstr "wpFóro Menu"
3223
 
3224
- #: wpf-includes/functions-template.php:156 wpf-includes/wpf-phrases.php:410
3225
  msgid "wpForo Sidebar"
3226
  msgstr "wpFóro Postranní panel"
3227
 
3228
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:191
3229
  msgid ""
3230
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
3231
  "Width' template for wpForo index page to avoid sidebar duplication."
@@ -3233,272 +4147,246 @@ msgstr ""
3233
  "Upozornění: Pokud chcete přidat widget, prosím použijte \"Full Width\" "
3234
  "šablonu pro wpFóro (index page) aby jste předešli duplikaci widgetů."
3235
 
3236
- #: wpf-includes/functions-template.php:195
3237
- #: wpf-includes/functions-template.php:301
3238
- #: wpf-includes/functions-template.php:364
3239
- #: wpf-includes/functions-template.php:474
3240
- #: wpf-includes/functions-template.php:572
3241
- #: wpf-includes/functions-template.php:617
3242
- #: wpf-includes/functions-template.php:668 wpf-includes/wpf-phrases.php:334
3243
- msgid "Title"
3244
- msgstr "Název"
3245
 
3246
- #: wpf-includes/functions-template.php:368
3247
- msgid "User Groups"
 
 
3248
  msgstr ""
3249
 
3250
- #: wpf-includes/functions-template.php:374
3251
- #: wpf-includes/functions-template.php:491
3252
- #: wpf-includes/functions-template.php:575
3253
- #: wpf-includes/functions-template.php:677 wpf-includes/wpf-phrases.php:210
3254
- msgid "Number of Items"
3255
- msgstr "Počet věcí"
3256
-
3257
- #: wpf-includes/functions-template.php:380 wpf-includes/wpf-phrases.php:70
3258
- msgid "Display Avatars"
3259
- msgstr "Obrazovka Avatarů"
3260
-
3261
- #: wpf-includes/functions-template.php:409
3262
- msgid "Created Date"
3263
  msgstr ""
3264
 
3265
- #: wpf-includes/functions-template.php:410
3266
- msgid "Modified Date"
3267
  msgstr ""
3268
 
3269
- #: wpf-includes/functions-template.php:411
3270
- msgid "Posts Count"
3271
  msgstr ""
3272
 
3273
- #: wpf-includes/functions-template.php:412
3274
- msgid "Views Count"
3275
  msgstr ""
3276
 
3277
- #: wpf-includes/functions-template.php:415
3278
- msgid "DESC"
3279
  msgstr ""
3280
 
3281
- #: wpf-includes/functions-template.php:416
3282
- msgid "ASC"
3283
  msgstr ""
3284
 
3285
- #: wpf-includes/functions-template.php:478
3286
- msgid "Order by"
3287
  msgstr ""
3288
 
3289
- #: wpf-includes/functions-template.php:495
3290
- #: wpf-includes/functions-template.php:579 wpf-includes/wpf-phrases.php:72
3291
- msgid "Display with Avatars"
3292
- msgstr "Obrazovka s Avatary"
3293
-
3294
- #: wpf-includes/functions-template.php:672
3295
- msgid "Topic Counts"
3296
  msgstr ""
3297
 
3298
- #: wpf-includes/functions.php:378
3299
- msgid "Unapproved"
3300
  msgstr ""
3301
 
3302
- #: wpf-includes/functions.php:379
3303
- msgid "Published"
3304
- msgstr ""
 
 
 
3305
 
3306
- #: wpf-includes/functions.php:388 wpf-includes/wpf-phrases.php:597
3307
- msgid "Active"
3308
- msgstr ""
3309
 
3310
- #: wpf-includes/functions.php:389
3311
- msgid "Banned"
 
3312
  msgstr ""
3313
 
3314
- #: wpf-includes/functions.php:402 wpf-includes/functions.php:704
3315
- #: wpf-includes/wpf-phrases.php:50
3316
- msgid "Bulk Actions"
3317
- msgstr "Bulk Akce"
3318
-
3319
- #: wpf-includes/functions.php:407 wpf-includes/functions.php:808
3320
- #: wpf-includes/wpf-phrases.php:36
3321
- msgid "Apply"
3322
- msgstr "Aplikovat"
3323
-
3324
- #: wpf-includes/functions.php:416 wpf-includes/wpf-phrases.php:300
3325
- msgid "Show all forums"
3326
- msgstr "Ukázat všechna fóra"
3327
-
3328
- #: wpf-includes/functions.php:429 wpf-includes/wpf-phrases.php:350
3329
- msgid "filter by group"
3330
  msgstr ""
3331
 
3332
- #: wpf-includes/functions.php:441
3333
- msgid "filter by status"
3334
  msgstr ""
3335
 
3336
- #: wpf-includes/functions.php:457
3337
- msgid "filter by package"
3338
  msgstr ""
3339
 
3340
- #: wpf-includes/functions.php:486
3341
- msgid "filter by user"
 
3342
  msgstr ""
3343
 
3344
- #: wpf-includes/functions.php:506 wpf-includes/functions.php:712
3345
- #: wpf-includes/wpf-phrases.php:385
3346
- msgid "item"
3347
- msgstr "položka"
3348
-
3349
- #: wpf-includes/functions.php:539 wpf-includes/functions.php:555
3350
- #: wpf-includes/wpf-phrases.php:284
3351
- msgid "Select All"
3352
- msgstr "Zvolit všechno"
3353
-
3354
- #: wpf-includes/functions.php:544 wpf-includes/functions.php:560
3355
- msgid "Type"
3356
  msgstr ""
3357
 
3358
- #: wpf-includes/functions.php:617 wpf-includes/wpf-phrases.php:383
3359
- msgid "edit user"
3360
- msgstr "upravit uživatele"
3361
-
3362
- #: wpf-includes/functions.php:621 wpf-includes/wpf-phrases.php:382
3363
- msgid "edit profile"
3364
- msgstr "upravit profil"
3365
-
3366
- #: wpf-includes/functions.php:626
3367
- msgid "unban user"
3368
  msgstr ""
3369
 
3370
- #: wpf-includes/functions.php:626
3371
- msgid "ban user"
 
3372
  msgstr ""
3373
 
3374
- #: wpf-includes/functions.php:626
3375
- msgid "Are you sure, you want to unban this user?"
 
3376
  msgstr ""
3377
 
3378
- #: wpf-includes/functions.php:626
3379
- msgid "Are you sure, you want to ban this user?"
3380
  msgstr ""
3381
 
3382
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3383
- #: wpf-includes/wpf-phrases.php:67
3384
- msgid "Delete this item"
3385
- msgstr "Smazat tuto položku"
3386
-
3387
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3388
- #: wpf-includes/wpf-phrases.php:41
3389
- msgid "Are you sure you want to DELETE this item?"
3390
  msgstr ""
3391
 
3392
- #: wpf-includes/functions.php:636
3393
- msgid "unapprove this item"
3394
  msgstr ""
3395
 
3396
- #: wpf-includes/functions.php:636
3397
- msgid "Approve this item"
3398
  msgstr ""
3399
 
3400
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:685
3401
- msgid "unapprove"
3402
- msgstr ""
3403
 
3404
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:684
3405
- msgid "approve"
3406
  msgstr ""
3407
 
3408
- #: wpf-includes/functions.php:658 wpf-includes/functions.php:659
3409
- #: wpf-includes/wpf-phrases.php:404
3410
- msgid "view"
3411
- msgstr "zobrazit"
3412
-
3413
- #: wpf-includes/functions.php:683
3414
- msgid "Topic"
3415
  msgstr ""
3416
 
3417
- #: wpf-includes/functions.php:683
3418
- msgid "Post"
3419
  msgstr ""
3420
 
3421
- #: wpf-includes/functions.php:696 wpf-includes/wpf-phrases.php:200
3422
- msgid "No items found"
3423
- msgstr "Žádná položka nenalezena"
3424
-
3425
- #: wpf-includes/functions.php:807 wpf-includes/wpf-phrases.php:141
3426
  msgid "Items"
3427
  msgstr "Položky"
3428
 
3429
- #: wpf-includes/functions.php:1206
 
 
 
 
3430
  #, php-format
3431
  msgid "Could not write file %s"
3432
  msgstr "Nemůžeme zaspat soubor %s"
3433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3434
  #: wpf-includes/integration/buddypress.php:34
3435
  msgid "Search Forums..."
3436
  msgstr ""
3437
 
3438
- #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:789
3439
  msgid "Topics Started"
3440
  msgstr ""
3441
 
3442
- #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:790
3443
  msgid "Replies Created"
3444
  msgstr ""
3445
 
3446
- #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:791
3447
  msgid "Liked Posts"
3448
  msgstr ""
3449
 
3450
- #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:318
3451
  msgid "Subscriptions"
3452
  msgstr "Odběry"
3453
 
3454
- #: wpf-includes/integration/buddypress.php:526
3455
  msgid "Topic reply"
3456
  msgstr ""
3457
 
3458
- #: wpf-includes/integration/buddypress.php:529
3459
  #, php-format
3460
  msgid "You have %d new replies"
3461
  msgstr ""
3462
 
3463
- #: wpf-includes/integration/buddypress.php:533
3464
  #, php-format
3465
  msgid "You have %d new reply to %2$s from %3$s"
3466
  msgstr ""
3467
 
3468
- #: wpf-includes/integration/buddypress.php:535
3469
  #, php-format
3470
  msgid "You have %d new reply to %s"
3471
  msgstr ""
3472
 
3473
- #: wpf-includes/integration/buddypress.php:694
3474
  msgid "Are you sure you wanted to do that?"
3475
  msgstr ""
3476
 
3477
- #: wpf-includes/integration/buddypress.php:698
3478
  msgid "You do not have permission to mark notifications for that user."
3479
  msgstr ""
3480
 
3481
- #: wpf-includes/integration/ultimate-member.php:62
3482
- #: wpf-includes/integration/ultimate-member.php:375
3483
  msgid "User leaves a reply to wpForo topic"
3484
  msgstr ""
3485
 
3486
- #: wpf-includes/integration/ultimate-member.php:64
3487
- #: wpf-includes/integration/ultimate-member.php:377
3488
  msgid "When a member replies to one of my forum topics"
3489
  msgstr ""
3490
 
3491
- #: wpf-includes/integration/ultimate-member.php:67
3492
- #: wpf-includes/integration/ultimate-member.php:380
3493
  msgid "User replied to wpForo post"
3494
  msgstr ""
3495
 
3496
- #: wpf-includes/integration/ultimate-member.php:69
3497
- #: wpf-includes/integration/ultimate-member.php:382
3498
  msgid "When a member replies to one of my post in forum topics"
3499
  msgstr ""
3500
 
3501
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
 
 
 
 
 
 
 
 
 
 
 
 
3502
  msgid ""
3503
  "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
3504
  "permanently remove all forum data (forums, topics, replies, attachments...) "
@@ -3516,37 +4404,51 @@ msgstr ""
3516
  msgid "Uninstall"
3517
  msgstr "Odinstalace"
3518
 
3519
- #: wpf-includes/wpf-hooks.php:1139
 
 
 
 
 
 
 
 
3520
  msgid "Move"
3521
  msgstr "Přesunout"
3522
 
3523
- #: wpf-includes/wpf-hooks.php:1174
3524
- msgid "Clear"
3525
  msgstr ""
3526
 
3527
- #: wpf-includes/wpf-hooks.php:1174
3528
- msgid "Select Color"
 
 
 
 
 
 
3529
  msgstr ""
3530
 
3531
- #: wpf-includes/wpf-hooks.php:1191
3532
- msgid "Please check one of reasons before sending feedback!"
3533
  msgstr ""
3534
 
3535
- #: wpf-includes/wpf-hooks.php:1208
3536
  msgid ""
3537
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
3538
  "structure"
3539
  msgstr ""
3540
 
3541
- #: wpf-includes/wpf-hooks.php:1230
3542
  msgid "Forum Profile Fields - wpForo"
3543
  msgstr ""
3544
 
3545
- #: wpf-includes/wpf-hooks.php:1238
3546
  msgid "Forum - Usergroup"
3547
  msgstr ""
3548
 
3549
- #: wpf-includes/wpf-hooks.php:1243
3550
  #, php-format
3551
  msgid ""
3552
  "Forum Usergroups are synched with User Roles based on the %s. When you "
@@ -3554,11 +4456,15 @@ msgid ""
3554
  "that table."
3555
  msgstr ""
3556
 
3557
- #: wpf-includes/wpf-hooks.php:1253
 
 
 
 
3558
  msgid "Role-Usergroup Synchronization is Turned ON!"
3559
  msgstr ""
3560
 
3561
- #: wpf-includes/wpf-hooks.php:1254
3562
  msgid ""
3563
  "This user Usergroup is automatically changed according to current Role. If "
3564
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
@@ -3567,2226 +4473,3408 @@ msgid ""
3567
  "option."
3568
  msgstr ""
3569
 
3570
- #: wpf-includes/wpf-hooks.php:1265
3571
  msgid "Forum - Secondary Usergroups"
3572
  msgstr ""
3573
 
3574
- #: wpf-includes/wpf-hooks.php:1287
3575
  msgid "Forum - User Timezone"
3576
  msgstr ""
3577
 
3578
- #: wpf-includes/wpf-hooks.php:1584 wpf-includes/wpf-hooks.php:1683
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3579
  msgid "Please Moderate: "
3580
  msgstr ""
3581
 
3582
- #: wpf-includes/wpf-hooks.php:1585
3583
  msgid ""
3584
  "This topic is currently unapproved. You can approve topics in Dashboard "
3585
  "&raquo; Forums &raquo; Moderation admin page."
3586
  msgstr ""
3587
 
3588
- #: wpf-includes/wpf-hooks.php:1684
3589
  msgid ""
3590
  "This post is currently unapproved. You can approve posts in Dashboard "
3591
  "&raquo; Forums &raquo; Moderation admin page."
3592
  msgstr ""
3593
 
3594
- #: wpf-includes/wpf-hooks.php:2175 wpf-includes/wpf-hooks.php:2197
3595
  msgid "New Forum"
3596
  msgstr ""
3597
 
3598
- #: wpf-includes/wpf-hooks.php:2177
3599
  msgid "New User Group"
3600
  msgstr ""
3601
 
3602
- #: wpf-includes/wpf-hooks.php:2179 wpf-includes/wpf-hooks.php:2225
3603
  msgid "New Phrase"
3604
  msgstr ""
3605
 
3606
- #: wpf-includes/wpf-hooks.php:2191
3607
  msgid "Forum Dashboard"
3608
  msgstr ""
3609
 
3610
- #: wpf-includes/wpf-hooks.php:2219
3611
  msgid "New Usergroup"
3612
  msgstr ""
3613
 
3614
- #: wpf-includes/wpf-phrases.php:8
3615
  #, php-format
3616
- msgid "%s and %s liked"
3617
- msgstr "%s a %s se líbí"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3618
 
3619
  #: wpf-includes/wpf-phrases.php:9
3620
- #, php-format
3621
- msgid "%s liked"
3622
- msgstr "%s se líbí"
3623
 
3624
  #: wpf-includes/wpf-phrases.php:10
3625
- #, php-format
3626
- msgid "%s, %s and %s liked"
3627
- msgstr "%s, %s a %s se líbí"
3628
 
3629
  #: wpf-includes/wpf-phrases.php:11
3630
- #, php-format
3631
- msgid "%s, %s, %s and %d people liked"
3632
- msgstr "%s, %s, %s a %d lidem se líbí"
3633
 
3634
  #: wpf-includes/wpf-phrases.php:12
3635
- msgid "AOL IM"
3636
- msgstr "AOL IM"
3637
 
3638
  #: wpf-includes/wpf-phrases.php:13
3639
- msgid "About Me"
3640
- msgstr "O mě"
3641
 
3642
- #: wpf-includes/wpf-phrases.php:16
3643
- msgid "Account"
3644
- msgstr "Účet"
3645
 
3646
- #: wpf-includes/wpf-phrases.php:19
3647
- msgid "Activity"
3648
- msgstr "Aktivita"
3649
 
3650
- #: wpf-includes/wpf-phrases.php:23
3651
- msgid "Add a comment"
3652
- msgstr "Přidat komentář"
3653
 
3654
- #: wpf-includes/wpf-phrases.php:24
3655
- msgid "Add topic"
3656
- msgstr "Přidat téma"
3657
 
3658
- #: wpf-includes/wpf-phrases.php:32
3659
- msgid "Answer"
3660
- msgstr "Řešení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3661
 
3662
  #: wpf-includes/wpf-phrases.php:33
3663
- msgid "Answer to"
3664
- msgstr "Řešení na"
3665
 
3666
  #: wpf-includes/wpf-phrases.php:34
3667
- msgid "Answers"
3668
- msgstr "Řešení"
3669
 
3670
  #: wpf-includes/wpf-phrases.php:35
3671
- msgid "Any Date"
3672
- msgstr "Jakékoliv datum"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3673
 
3674
  #: wpf-includes/wpf-phrases.php:42
3675
- msgid "Ascending order"
3676
- msgstr "Vzestupně"
3677
 
3678
  #: wpf-includes/wpf-phrases.php:43
3679
- msgid "Attach file:"
3680
- msgstr "Připojit soubor: "
3681
 
3682
  #: wpf-includes/wpf-phrases.php:44
3683
- msgid "Attachments"
3684
- msgstr "Přílohy"
3685
 
3686
  #: wpf-includes/wpf-phrases.php:45
3687
- msgid "Attachments Size"
3688
- msgstr "Velikost příloh"
 
 
 
 
3689
 
3690
  #: wpf-includes/wpf-phrases.php:47
3691
- msgid "Avatar"
3692
- msgstr "Avatar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3693
 
3694
  #: wpf-includes/wpf-phrases.php:53
3695
- msgid "Change password"
3696
- msgstr "Změnit heslo"
3697
 
3698
  #: wpf-includes/wpf-phrases.php:54
3699
- msgid "Choose Target Forum"
 
 
 
 
 
 
 
 
 
 
 
 
3700
  msgstr ""
3701
 
3702
  #: wpf-includes/wpf-phrases.php:58
3703
- msgid "Comments"
3704
- msgstr "Komentáře"
3705
 
3706
  #: wpf-includes/wpf-phrases.php:59
3707
- msgid "Confirm my subscription"
3708
- msgstr "Potvrdit můj odběr"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3709
 
3710
  #: wpf-includes/wpf-phrases.php:65
3711
- msgid "Date"
3712
- msgstr "Datum"
 
 
 
 
 
 
 
 
 
3713
 
3714
  #: wpf-includes/wpf-phrases.php:68
3715
- msgid "Descending order"
3716
- msgstr "Sestupně"
 
 
 
 
 
 
 
 
3717
 
3718
  #: wpf-includes/wpf-phrases.php:71
3719
- msgid "Display Name"
3720
- msgstr "Jméno"
 
 
 
 
 
 
 
 
 
 
3721
 
3722
  #: wpf-includes/wpf-phrases.php:74
3723
- msgid "Edited: "
3724
- msgstr "Upravil: "
 
3725
 
3726
  #: wpf-includes/wpf-phrases.php:75
3727
- msgid "Email"
3728
- msgstr "Email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3729
 
3730
  #: wpf-includes/wpf-phrases.php:88
3731
- msgid "Enter title here"
3732
- msgstr "zadejte název zde"
 
 
 
 
3733
 
3734
  #: wpf-includes/wpf-phrases.php:90
3735
- msgid "Extended Layout - Intro posts"
3736
- msgstr "Rozšířený Nákres - Intro příspěvky"
3737
 
3738
  #: wpf-includes/wpf-phrases.php:91
3739
- msgid "Extended Layout - Intro topics"
3740
- msgstr "Rozšířený Nákres - Intro témata"
3741
 
3742
  #: wpf-includes/wpf-phrases.php:92
3743
- msgid "Extended Layout - Number of intro posts"
3744
- msgstr "Rozšířený Nákres - Počet info příspěvků"
3745
 
3746
  #: wpf-includes/wpf-phrases.php:93
3747
- msgid "Extended Layout - Number of intro topics"
3748
- msgstr "Rozšířený Nákres - Počet intro témat"
3749
 
3750
  #: wpf-includes/wpf-phrases.php:94
3751
- msgid "Facebook"
3752
- msgstr "Facebook"
3753
 
3754
  #: wpf-includes/wpf-phrases.php:95
3755
- msgid "Failed to write file to disk"
3756
- msgstr "Neúspěšné zapsání na disk"
 
 
 
 
3757
 
3758
  #: wpf-includes/wpf-phrases.php:97
3759
- msgid "File upload stopped by extension"
3760
- msgstr "Nahrávání souboru přerušeno kvůli rozšíření"
3761
 
3762
  #: wpf-includes/wpf-phrases.php:98
3763
- msgid "Find Posts by User"
3764
- msgstr "Najít Příspěvky od Uživatele"
3765
 
3766
  #: wpf-includes/wpf-phrases.php:99
3767
- msgid "Find Topics Started by User"
3768
- msgstr "Najít Témata od UživaTELE"
3769
 
3770
  #: wpf-includes/wpf-phrases.php:100
3771
- msgid "First post and replies"
3772
- msgstr "První příspěvek a odpovědi"
 
 
 
 
 
3773
 
3774
  #: wpf-includes/wpf-phrases.php:102
3775
- msgid "Forum - Login"
3776
- msgstr "Fórum - Přihlásit se"
3777
 
3778
  #: wpf-includes/wpf-phrases.php:103
3779
- msgid "Forum - Page Not Found"
3780
- msgstr "Fórum - Stránka nebyla nalezena"
 
3781
 
3782
  #: wpf-includes/wpf-phrases.php:104
3783
- msgid "Forum - Registration"
3784
- msgstr "Fórum - Registrace"
 
 
 
 
 
 
3785
 
3786
  #: wpf-includes/wpf-phrases.php:106
3787
- msgid "Forum Admin Email Addresses"
3788
- msgstr "Fórum admin email"
 
 
 
 
3789
 
3790
  #: wpf-includes/wpf-phrases.php:109
3791
- msgid "Forum Home"
3792
- msgstr "Fórum Domů"
3793
 
3794
  #: wpf-includes/wpf-phrases.php:110
3795
- msgid "Forum Language"
3796
- msgstr "Jazyk Fóra"
3797
 
3798
  #: wpf-includes/wpf-phrases.php:111
3799
- msgid "Forum Members"
3800
- msgstr "Uživatelé Fóra"
3801
 
3802
- #: wpf-includes/wpf-phrases.php:114
3803
- msgid "Forum Profile"
3804
- msgstr "Profil Fóra"
 
 
 
3805
 
3806
- #: wpf-includes/wpf-phrases.php:115
3807
- msgid "Forum RSS Feed"
3808
- msgstr "Fórum RSS"
3809
 
3810
- #: wpf-includes/wpf-phrases.php:119
3811
- msgid "Forum Statistics"
3812
- msgstr "Fórum Statistiky"
 
 
 
 
3813
 
3814
  #: wpf-includes/wpf-phrases.php:122
3815
- msgid "Forum is empty"
3816
- msgstr "Fórum je prázdné"
3817
 
3818
- #: wpf-includes/wpf-phrases.php:125
3819
- msgid "From Email Address"
3820
- msgstr "Z Emailové Adresy"
 
 
 
 
 
 
 
 
3821
 
3822
  #: wpf-includes/wpf-phrases.php:126
3823
- msgid "From Name"
3824
- msgstr "Od Název"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3825
 
3826
  #: wpf-includes/wpf-phrases.php:131
3827
- msgid "Group"
3828
- msgstr "Skupina"
3829
 
3830
  #: wpf-includes/wpf-phrases.php:132
3831
- msgid "Google+"
 
 
 
 
 
 
 
 
3832
  msgstr ""
3833
 
3834
  #: wpf-includes/wpf-phrases.php:135
3835
- msgid "ICQ"
3836
- msgstr "ICQ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3837
 
3838
  #: wpf-includes/wpf-phrases.php:139
3839
- msgid "Insert member name or email"
3840
- msgstr "Zadejte uživatelské jméno nebo email"
 
 
 
 
 
 
 
 
3841
 
3842
  #: wpf-includes/wpf-phrases.php:142
3843
- msgid "Joined"
3844
- msgstr "Přidal se"
 
 
 
 
 
 
 
 
3845
 
3846
  #: wpf-includes/wpf-phrases.php:145
3847
- msgid "Last 24 hours"
3848
- msgstr "Posledních 24 hodin"
3849
 
3850
  #: wpf-includes/wpf-phrases.php:146
3851
- msgid "Last 3 Months"
3852
- msgstr "Poslední 3 Měsíce"
 
 
 
 
3853
 
3854
  #: wpf-includes/wpf-phrases.php:147
3855
- msgid "Last 6 Months"
3856
- msgstr "Posledních 6 Mesíců"
3857
 
3858
  #: wpf-includes/wpf-phrases.php:148
3859
- msgid "Last Active"
3860
- msgstr "Poslední Aktivní"
3861
 
3862
  #: wpf-includes/wpf-phrases.php:149
3863
- msgid "Last Month"
3864
- msgstr "Poslední Měsíc"
3865
 
3866
  #: wpf-includes/wpf-phrases.php:150
3867
- msgid "Last Post"
3868
- msgstr "Poslední Příspěvek"
3869
 
3870
  #: wpf-includes/wpf-phrases.php:151
3871
- msgid "Last Post Info"
3872
- msgstr "Poslední Informace o příspěvku"
3873
 
3874
  #: wpf-includes/wpf-phrases.php:152
3875
- msgid "Last Week"
3876
- msgstr "Poslední víkend"
 
3877
 
3878
  #: wpf-includes/wpf-phrases.php:153
3879
- msgid "Last Year ago"
3880
- msgstr "Poslední Rok"
3881
 
3882
  #: wpf-includes/wpf-phrases.php:154
3883
- #, php-format
3884
- msgid "Last post by %s"
3885
- msgstr "Poslední příspěvek od %s"
3886
 
3887
  #: wpf-includes/wpf-phrases.php:155
3888
- msgid "Latest Post"
3889
- msgstr "Poslední Příspěvek"
3890
 
3891
  #: wpf-includes/wpf-phrases.php:156
3892
- msgid "Leave a reply"
3893
- msgstr "Zanechte odpověď"
3894
 
3895
  #: wpf-includes/wpf-phrases.php:157
3896
- msgid "Length must be between 3 characters and 30 characters."
 
 
 
 
 
3897
  msgstr ""
3898
 
3899
  #: wpf-includes/wpf-phrases.php:159
3900
- msgid "Liked"
3901
- msgstr "Se líbí"
3902
 
3903
  #: wpf-includes/wpf-phrases.php:160
3904
- msgid "Location"
3905
- msgstr "Lokace"
3906
 
3907
  #: wpf-includes/wpf-phrases.php:161
3908
- msgid "Login"
3909
- msgstr "Přihlásit se"
 
 
 
 
3910
 
3911
  #: wpf-includes/wpf-phrases.php:163
3912
- msgid "Logout"
3913
- msgstr "Odhlásit se"
 
 
 
 
3914
 
3915
  #: wpf-includes/wpf-phrases.php:165
3916
- msgid "Lost your password?"
3917
- msgstr "Ztratili jste heslo?"
3918
 
3919
- #: wpf-includes/wpf-phrases.php:167
3920
- msgid "MSN"
3921
- msgstr "MSN"
 
 
 
 
 
 
3922
 
3923
  #: wpf-includes/wpf-phrases.php:168
3924
- msgid "Maximum allowed file size is"
3925
- msgstr "Maximální povolená velikost souboru je"
 
 
 
 
3926
 
3927
  #: wpf-includes/wpf-phrases.php:170
3928
- msgid "Member Activity"
3929
- msgstr "Aktivita Uživatele"
3930
 
3931
  #: wpf-includes/wpf-phrases.php:171
3932
- msgid "Member Information"
3933
- msgstr "Informace o Uživateli"
3934
 
3935
  #: wpf-includes/wpf-phrases.php:172
3936
- msgid "Member Rating"
3937
- msgstr "Hodnocení Uživatele"
3938
 
3939
  #: wpf-includes/wpf-phrases.php:173
3940
- msgid "Member Rating Badge"
3941
- msgstr "Odznak Uživatele"
3942
 
3943
  #: wpf-includes/wpf-phrases.php:174
3944
- msgid "Member Reputation"
3945
- msgstr "Reputace Uživatelů"
3946
-
3947
- #: wpf-includes/wpf-phrases.php:177
3948
- msgid "Member information"
3949
- msgstr "Informace o Uživateli"
3950
-
3951
- #: wpf-includes/wpf-phrases.php:181
3952
- msgid "Members not found"
3953
- msgstr "Uživatel nenalezen"
3954
-
3955
- #: wpf-includes/wpf-phrases.php:182
3956
  msgid ""
3957
- "You have been banned. Please contact the forum administratoristrators for more "
3958
- "information."
3959
  msgstr ""
3960
 
3961
- #: wpf-includes/wpf-phrases.php:183
3962
- msgid "Messages"
3963
- msgstr "Zprávy"
3964
 
3965
- #: wpf-includes/wpf-phrases.php:186
3966
- msgid "Missing a temporary folder"
3967
- msgstr "Chybí dočasná složka"
3968
 
3969
- #: wpf-includes/wpf-phrases.php:188
3970
- msgid "Move Topic"
3971
  msgstr ""
3972
 
3973
- #: wpf-includes/wpf-phrases.php:189
3974
- msgid "Must be minimum 6 characters."
3975
- msgstr "Musí mít minimálně 6 znaků."
3976
 
3977
- #: wpf-includes/wpf-phrases.php:190
3978
- msgid "My Profile"
3979
- msgstr "Můj Profil"
3980
 
3981
- #: wpf-includes/wpf-phrases.php:197
3982
- msgid "No activity found for this member."
3983
- msgstr "Žádná aktivita nebyla nalezena pro tohoto uživatele"
3984
 
3985
- #: wpf-includes/wpf-phrases.php:198
3986
- msgid "No file was uploaded"
3987
- msgstr "Žádný soubor nebyl nahrán"
3988
 
3989
- #: wpf-includes/wpf-phrases.php:199
3990
- msgid "No forums were found here."
3991
- msgstr "Žádná fóra nebyla nalezena"
 
 
 
 
3992
 
3993
- #: wpf-includes/wpf-phrases.php:203
3994
- msgid "No online members at the moment"
3995
- msgstr "Žádní online uživatelé v tuto chvíli"
3996
 
3997
- #: wpf-includes/wpf-phrases.php:205
3998
- msgid "No subscriptions found for this member."
3999
- msgstr "Žádné odběry nebyli nalezeny pro tohoto uživatele"
4000
 
4001
- #: wpf-includes/wpf-phrases.php:207
4002
- msgid "No topics were found here"
4003
- msgstr "Žádné témata nebyli nalezeny"
4004
 
4005
- #: wpf-includes/wpf-phrases.php:208
4006
- msgid "Not available"
4007
- msgstr "Není k dispozici"
4008
 
4009
- #: wpf-includes/wpf-phrases.php:214
4010
- msgid "Occupation"
4011
- msgstr "Povolání"
4012
 
4013
- #: wpf-includes/wpf-phrases.php:215
4014
- msgid "Offline"
4015
- msgstr "Offline"
4016
 
4017
- #: wpf-includes/wpf-phrases.php:216
4018
- msgid "Online"
4019
- msgstr "Online"
4020
 
4021
- #: wpf-includes/wpf-phrases.php:218
4022
- msgid "Oops! The page you requested was not found!"
4023
- msgstr "Oops! Stránka kterou hledáte zde není"
4024
 
4025
- #: wpf-includes/wpf-phrases.php:219
4026
- msgid "Our newest member"
4027
- msgstr "Nový Uživatel"
 
4028
 
4029
- #: wpf-includes/wpf-phrases.php:220
4030
- msgid "Page"
4031
- msgstr "Stránka"
 
4032
 
4033
- #: wpf-includes/wpf-phrases.php:222
4034
- msgid "Password"
4035
- msgstr "Helso"
 
4036
 
4037
- #: wpf-includes/wpf-phrases.php:224
4038
  #, php-format
4039
- msgid "Please %s or %s"
4040
- msgstr "Prosím %s nebo %s"
4041
 
4042
- #: wpf-includes/wpf-phrases.php:228
4043
- msgid "Post Title"
4044
- msgstr "Název Příspěvku"
4045
 
4046
- #: wpf-includes/wpf-phrases.php:229
4047
- msgid "Post link"
4048
- msgstr "Odkaz Příspěvku"
4049
 
4050
- #: wpf-includes/wpf-phrases.php:230
4051
- msgid "Posted"
4052
- msgstr "Napsal"
4053
 
4054
- #: wpf-includes/wpf-phrases.php:231
4055
- msgid "Posted by"
4056
- msgstr "Napsal"
4057
 
4058
- #: wpf-includes/wpf-phrases.php:233
4059
- msgid "Powered by"
4060
- msgstr "Vytvořeno od"
4061
 
4062
- #: wpf-includes/wpf-phrases.php:235
4063
- msgid "Q&A Layout - Number of intro topics"
4064
- msgstr "Q&A Rozvržení - Počet intro témat"
4065
 
4066
- #: wpf-includes/wpf-phrases.php:236
4067
- msgid "Q&A layout - Intro topics"
4068
- msgstr "Q&A Rozvržení - Intro témata"
4069
 
4070
- #: wpf-includes/wpf-phrases.php:237
4071
- msgid "Question Comments"
4072
- msgstr "Komentářů na otázky"
4073
 
4074
- #: wpf-includes/wpf-phrases.php:238
4075
- msgid "Questions"
4076
- msgstr "Dotazy"
4077
 
4078
- #: wpf-includes/wpf-phrases.php:239
4079
- msgid "Quote"
4080
- msgstr "Citace"
4081
 
4082
- #: wpf-includes/wpf-phrases.php:240
4083
- msgid "RE"
4084
- msgstr "RE"
4085
 
4086
- #: wpf-includes/wpf-phrases.php:241
4087
- msgid "REPLY:"
4088
- msgstr "Odpověď:"
4089
 
4090
- #: wpf-includes/wpf-phrases.php:242
4091
- msgid "RSS"
4092
- msgstr "RSS"
4093
 
4094
- #: wpf-includes/wpf-phrases.php:243
4095
- msgid "Rating"
4096
- msgstr "Hocnocení"
4097
 
4098
- #: wpf-includes/wpf-phrases.php:244
4099
- msgid "Rating Badge"
4100
- msgstr "Odznak"
4101
 
4102
- #: wpf-includes/wpf-phrases.php:248
4103
- msgid "Received Likes"
4104
- msgstr "Přijato to se mi líbí"
4105
 
4106
- #: wpf-includes/wpf-phrases.php:249
4107
- msgid "Recent Questions"
4108
- msgstr "Poslední Dotazy"
4109
 
4110
- #: wpf-includes/wpf-phrases.php:250
4111
- msgid "Recent Topics"
4112
- msgstr "Poslední Témata"
 
 
 
 
 
 
 
 
4113
 
4114
  #: wpf-includes/wpf-phrases.php:251
4115
- msgid "Register"
4116
- msgstr "Registrace"
4117
 
4118
  #: wpf-includes/wpf-phrases.php:253
4119
- msgid "Registered date"
4120
- msgstr "Datum registrace"
4121
 
4122
  #: wpf-includes/wpf-phrases.php:254
4123
- msgid "Relevancy"
4124
- msgstr "Relevantní"
4125
-
4126
- #: wpf-includes/wpf-phrases.php:255
4127
- msgid "Remember Me"
4128
- msgstr "Zapamatovat si mě"
4129
-
4130
- #: wpf-includes/wpf-phrases.php:261
4131
- msgid "Replies"
4132
- msgstr "Odpovědi"
4133
-
4134
- #: wpf-includes/wpf-phrases.php:262
4135
- msgid "Replies not found"
4136
- msgstr "Odpovědi nebyli nalezeny"
4137
-
4138
- #: wpf-includes/wpf-phrases.php:263
4139
- msgid "Reply"
4140
- msgstr "Odpověď"
4141
-
4142
- #: wpf-includes/wpf-phrases.php:264
4143
- msgid "Report"
4144
- msgstr "Nahlásit"
4145
-
4146
- #: wpf-includes/wpf-phrases.php:267
4147
- msgid "Report to Administration"
4148
- msgstr "Nahlásit Administrátorovi"
4149
 
4150
- #: wpf-includes/wpf-phrases.php:269
4151
- msgid "Result Info"
4152
- msgstr "Výsledek"
4153
 
4154
- #: wpf-includes/wpf-phrases.php:271
4155
- msgid "Save Changes"
4156
- msgstr "Uložit Změny"
4157
 
4158
  #: wpf-includes/wpf-phrases.php:276
4159
- msgid "Search Entire Posts"
4160
- msgstr "Vyhledat Příspěvky"
4161
 
4162
  #: wpf-includes/wpf-phrases.php:277
4163
- msgid "Search Phrase"
4164
- msgstr "Vyhledat Fráze"
4165
 
4166
  #: wpf-includes/wpf-phrases.php:278
4167
- msgid "Search Titles Only"
4168
- msgstr "Vyhledat pouze Názvy"
4169
 
4170
  #: wpf-includes/wpf-phrases.php:279
4171
- msgid "Search Type"
4172
- msgstr "Typ Hledání"
4173
 
4174
  #: wpf-includes/wpf-phrases.php:280
4175
- msgid "Search in Forums"
4176
- msgstr "Hledat ve fórech"
4177
 
4178
  #: wpf-includes/wpf-phrases.php:281
4179
- msgid "Search in date period"
4180
- msgstr "Hledat dle data"
4181
-
4182
- #: wpf-includes/wpf-phrases.php:282
4183
- msgid "Search result for"
4184
- msgstr "Hledat výsledek pro"
4185
 
4186
  #: wpf-includes/wpf-phrases.php:283
4187
- msgid "Search..."
4188
- msgstr "Hledám..."
 
 
 
 
4189
 
4190
  #: wpf-includes/wpf-phrases.php:285
4191
- msgid "Select Page"
4192
- msgstr "Vybrat stránku"
4193
 
4194
  #: wpf-includes/wpf-phrases.php:286
4195
- msgid "Send Report"
4196
- msgstr "Poslat Nahlášení"
4197
 
4198
- #: wpf-includes/wpf-phrases.php:290
4199
- msgid "Set Topic Sticky"
4200
- msgstr "Připnout Téma"
4201
 
4202
- #: wpf-includes/wpf-phrases.php:291
4203
- msgid ""
4204
- "Set this option value 0 if you want to show all posts under topic intro area."
4205
- msgstr "Nastavte hodnotu 0 pokud chcete ukázat všechny příspěvky pod tématem."
 
 
 
4206
 
4207
  #: wpf-includes/wpf-phrases.php:292
4208
- msgid "Shop Account"
4209
- msgstr "Obchodní Účet"
4210
 
4211
- #: wpf-includes/wpf-phrases.php:302
4212
- msgid "Sign In"
4213
- msgstr "Přihlásit se"
4214
 
4215
- #: wpf-includes/wpf-phrases.php:303
4216
- msgid "Signature"
4217
- msgstr "Podpis"
4218
 
4219
- #: wpf-includes/wpf-phrases.php:304
4220
- msgid "Site Profile"
4221
- msgstr "Profil na webu"
4222
 
4223
- #: wpf-includes/wpf-phrases.php:305
4224
- msgid "Skype"
4225
- msgstr "Skype"
4226
 
4227
- #: wpf-includes/wpf-phrases.php:307
4228
- msgid "Social Networks"
4229
- msgstr "Sociální Sítě"
4230
 
4231
- #: wpf-includes/wpf-phrases.php:308
4232
- msgid "Sorry, something is wrong with your data."
4233
- msgstr "omlouváme se, něco je špatně s vašimi údaji"
4234
 
4235
- #: wpf-includes/wpf-phrases.php:309
4236
- msgid "Sort Search Results by"
4237
- msgstr "Zkrácené hledání výsledků dle"
4238
 
4239
- #: wpf-includes/wpf-phrases.php:310
4240
- msgid "Specify avatar by URL"
4241
- msgstr "Zvolte avatar dle URL"
4242
 
4243
  #: wpf-includes/wpf-phrases.php:312
4244
- msgid "Subforums"
4245
- msgstr "Subfóra"
4246
-
4247
- #: wpf-includes/wpf-phrases.php:315
4248
- msgid "Subscribe for new replies"
4249
- msgstr "Přihlásit se k odběru nových odpovědí"
4250
-
4251
- #: wpf-includes/wpf-phrases.php:316
4252
- msgid "Subscribe for new topics"
4253
- msgstr "Přihlásit se k odběru nových témat"
4254
 
4255
- #: wpf-includes/wpf-phrases.php:320
4256
- msgid ""
4257
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
4258
- "WorPress, and the only forum software which comes with Multi-layout template "
4259
- "system. The \"Extended"
4260
  msgstr ""
4261
 
4262
  #: wpf-includes/wpf-phrases.php:321
4263
- msgid ""
4264
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
4265
- "always be available for free. There will never be paid and pro versions of "
4266
- "this forum board. However this is a very large and hard project so we also "
4267
- "develop paid addons (extensions), which will financially help us to keep "
4268
- "improving and adding new features to the free wpForo plugin. Forum addons "
4269
- "will also be actively developed. The first addons \"Advanced Media Uploader"
4270
- msgstr ""
4271
-
4272
- #: wpf-includes/wpf-phrases.php:324
4273
- msgid ""
4274
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
4275
- "the HTML form"
4276
- msgstr ""
4277
 
4278
  #: wpf-includes/wpf-phrases.php:325
4279
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
4280
- msgstr ""
4281
 
4282
- #: wpf-includes/wpf-phrases.php:326
4283
- msgid "The uploaded file was only partially uploaded"
4284
- msgstr "Nahraný soubor byl nahrán jen částečně"
 
 
 
 
 
 
 
 
4285
 
4286
  #: wpf-includes/wpf-phrases.php:333
4287
- msgid "Timezone"
4288
- msgstr "Časová Zóna"
 
 
 
 
4289
 
4290
  #: wpf-includes/wpf-phrases.php:335
4291
- msgid "Topic RSS Feed"
4292
- msgstr "Téma RSS"
4293
 
4294
  #: wpf-includes/wpf-phrases.php:336
4295
- msgid "Topic Title"
4296
- msgstr "Název Tématu"
4297
 
4298
  #: wpf-includes/wpf-phrases.php:337
4299
- msgid "Topic title"
4300
- msgstr "Název tématu"
 
 
 
 
 
 
 
 
4301
 
4302
  #: wpf-includes/wpf-phrases.php:340
4303
- msgid "Twitter"
4304
- msgstr "Twitter"
 
4305
 
4306
  #: wpf-includes/wpf-phrases.php:341
4307
- msgid "Unknown upload error"
4308
- msgstr "Neznámá chyba při nahrávání"
4309
 
4310
  #: wpf-includes/wpf-phrases.php:342
4311
- msgid "Unsubscribe"
4312
- msgstr "Odhlásit Odběr"
 
 
 
 
4313
 
4314
  #: wpf-includes/wpf-phrases.php:345
4315
- msgid "Upload an avatar"
4316
- msgstr "Nahrát avatar"
4317
 
4318
- #: wpf-includes/wpf-phrases.php:347
4319
- msgid ""
4320
- "Use comments to ask for more information or suggest improvements. Avoid "
4321
- "answering questions in comments."
4322
- msgstr "Použijte komentáře na zodpovězení více informací."
4323
 
4324
  #: wpf-includes/wpf-phrases.php:349
4325
- msgid "User"
4326
- msgstr "Uživatel"
4327
 
4328
  #: wpf-includes/wpf-phrases.php:351
4329
- msgid "User Group"
4330
- msgstr "Skupina"
4331
-
4332
- #: wpf-includes/wpf-phrases.php:352
4333
- msgid "Usergroup has been successfully deleted."
4334
- msgstr "Skupina byla úspěšně smazána."
4335
 
4336
  #: wpf-includes/wpf-phrases.php:353
4337
- msgid ""
4338
- "Usergroup has been successfully deleted. All users of this usergroup have "
4339
- "been moved to the usergroup you've chosen"
4340
- msgstr ""
4341
- "Skupina byla úspěšně smazána. Všichni uživatelé budou přesunuti jak vy "
4342
- "zvolíte."
4343
 
4344
  #: wpf-includes/wpf-phrases.php:354
4345
- msgid "Username"
4346
- msgstr "Přihlašovací jméno"
4347
 
4348
  #: wpf-includes/wpf-phrases.php:356
4349
- msgid "View entire post"
4350
- msgstr "Zobrazit celý příspěvek"
4351
 
4352
  #: wpf-includes/wpf-phrases.php:357
4353
- msgid "View the latest post"
4354
- msgstr "Zobrazit poslední příspěvek"
4355
 
4356
  #: wpf-includes/wpf-phrases.php:358
4357
- msgid "Views"
4358
- msgstr "Zobrazeno"
4359
 
4360
  #: wpf-includes/wpf-phrases.php:359
4361
- msgid "Votes"
4362
- msgstr "Ohlasů"
4363
 
4364
  #: wpf-includes/wpf-phrases.php:360
4365
- msgid "Website"
4366
- msgstr "Webová stránka"
4367
-
4368
- #: wpf-includes/wpf-phrases.php:362
4369
- msgid "Wordpress avatar system"
4370
- msgstr "Wordpress avatar systém"
4371
 
4372
  #: wpf-includes/wpf-phrases.php:363
4373
- msgid "Working"
4374
- msgstr "Zpracovávám"
4375
-
4376
- #: wpf-includes/wpf-phrases.php:364
4377
- msgid "Write message"
4378
- msgstr "Napsat zprávu"
4379
-
4380
- #: wpf-includes/wpf-phrases.php:365
4381
- msgid "Yahoo"
4382
- msgstr "Yahoo"
4383
 
4384
  #: wpf-includes/wpf-phrases.php:367
4385
- msgid "You"
4386
- msgstr "Ty"
4387
 
4388
- #: wpf-includes/wpf-phrases.php:369
4389
- #, php-format
4390
- msgid "You can go to %s page or Search here"
4391
- msgstr "Můžete jít na %s stránku a hledat zde"
 
4392
 
4393
- #: wpf-includes/wpf-phrases.php:371
4394
- msgid "Your Answer"
4395
- msgstr "Vaše Odpověď"
4396
 
4397
  #: wpf-includes/wpf-phrases.php:372
4398
- msgid "account"
4399
- msgstr "Účet"
4400
 
4401
- #: wpf-includes/wpf-phrases.php:373
4402
- msgid "activity"
4403
- msgstr "Aktivita"
4404
 
4405
  #: wpf-includes/wpf-phrases.php:375
4406
- msgid "add_new"
4407
- msgstr "přidat_nový"
4408
-
4409
- #: wpf-includes/wpf-phrases.php:376
4410
- #, php-format
4411
- msgid "%s ago"
4412
- msgstr "před %s"
4413
-
4414
- #: wpf-includes/wpf-phrases.php:377
4415
- msgid "by"
4416
- msgstr "od"
4417
-
4418
- #: wpf-includes/wpf-phrases.php:378
4419
- #, php-format
4420
- msgid "by %s"
4421
- msgstr "pd %s"
4422
 
4423
- #: wpf-includes/wpf-phrases.php:379
4424
- msgid "confirm password"
4425
- msgstr "potvrdit heslo"
4426
 
4427
  #: wpf-includes/wpf-phrases.php:384
4428
- msgid "forums"
4429
- msgstr "fóra"
4430
-
4431
- #: wpf-includes/wpf-phrases.php:386
4432
- msgid "login"
4433
- msgstr "přihlásit se"
4434
 
4435
- #: wpf-includes/wpf-phrases.php:387
4436
- msgid "logout"
4437
- msgstr "odhlásit se"
4438
 
4439
- #: wpf-includes/wpf-phrases.php:388
4440
- msgid "matches"
4441
- msgstr "výsledky"
4442
 
4443
  #: wpf-includes/wpf-phrases.php:389
4444
- msgid "members"
4445
- msgstr "uživatelé"
4446
 
4447
  #: wpf-includes/wpf-phrases.php:391
4448
- msgid "my profile"
4449
- msgstr "můj profil"
4450
-
4451
- #: wpf-includes/wpf-phrases.php:392
4452
- msgid "new password"
4453
- msgstr "nové heslo"
4454
 
4455
  #: wpf-includes/wpf-phrases.php:393
4456
- msgid "new password again"
4457
- msgstr "nové heslo znovu"
4458
-
4459
- #: wpf-includes/wpf-phrases.php:394
4460
- msgid "next"
4461
- msgstr "další"
4462
-
4463
- #: wpf-includes/wpf-phrases.php:395
4464
- msgid "old password"
4465
- msgstr "staré heslo"
4466
-
4467
- #: wpf-includes/wpf-phrases.php:396
4468
- msgid "phrase_key"
4469
- msgstr "fráze_klíč"
4470
-
4471
- #: wpf-includes/wpf-phrases.php:397
4472
- msgid "phrase_value"
4473
- msgstr "fráze_hodnota"
4474
-
4475
- #: wpf-includes/wpf-phrases.php:398
4476
- msgid "posted"
4477
- msgstr "napsal"
4478
-
4479
- #: wpf-includes/wpf-phrases.php:399
4480
- msgid "prev"
4481
- msgstr "předchozí"
4482
 
4483
  #: wpf-includes/wpf-phrases.php:400
4484
- msgid "register"
4485
- msgstr "registrace"
4486
 
4487
  #: wpf-includes/wpf-phrases.php:401
4488
- msgid "replies"
4489
- msgstr "odpovědi"
4490
 
4491
  #: wpf-includes/wpf-phrases.php:402
4492
- msgid "subscriptions"
4493
- msgstr "odběry"
4494
 
4495
- #: wpf-includes/wpf-phrases.php:403
4496
- msgid "update"
4497
- msgstr "aktualizace"
4498
 
4499
  #: wpf-includes/wpf-phrases.php:405
4500
- msgid "view all posts"
4501
- msgstr "zobrazit všechny příspěvky"
4502
 
4503
  #: wpf-includes/wpf-phrases.php:406
4504
- msgid "view all questions"
4505
- msgstr "zobrazit všechny otázky"
4506
 
4507
- #: wpf-includes/wpf-phrases.php:407
4508
- msgid "view all topics"
4509
- msgstr "zobrazit všechna témata"
4510
 
4511
- #: wpf-includes/wpf-phrases.php:409
4512
- msgid "wpForo Navigation"
4513
- msgstr "navigace wpFóra"
4514
-
4515
- #: wpf-includes/wpf-phrases.php:411
4516
- msgid "wpForo User Timezone"
4517
- msgstr "wpFóro Uživatelův Čas"
4518
-
4519
- #: wpf-includes/wpf-phrases.php:412
4520
- msgid "wpForo Usergroup"
4521
- msgstr "wpFóro Skupina"
4522
 
4523
  #: wpf-includes/wpf-phrases.php:414
4524
- msgid "{number}B"
4525
- msgstr "{number}B"
4526
 
4527
  #: wpf-includes/wpf-phrases.php:415
4528
- msgid "{number}K"
4529
- msgstr "{number}K"
4530
 
4531
  #: wpf-includes/wpf-phrases.php:416
4532
- msgid "{number}M"
4533
- msgstr "{number}M"
4534
 
4535
  #: wpf-includes/wpf-phrases.php:417
4536
- msgid "{number}T"
4537
- msgstr "{number}T"
 
 
 
 
 
 
 
 
4538
 
4539
  #: wpf-includes/wpf-phrases.php:422
4540
- msgid "Access add error"
4541
- msgstr "Přístup ukázal chybu"
4542
 
4543
  #: wpf-includes/wpf-phrases.php:423
4544
- msgid "Access delete error"
4545
- msgstr "Smazání přístupu ukázal chybu"
4546
 
4547
  #: wpf-includes/wpf-phrases.php:424
4548
- msgid "Access edit error"
4549
- msgstr "Úprava přístupu ukázal chybu"
4550
 
4551
  #: wpf-includes/wpf-phrases.php:425
4552
- msgid "Access successfully deleted"
4553
- msgstr "Přístup úspěšně smazán"
4554
 
4555
  #: wpf-includes/wpf-phrases.php:426
4556
- msgid "Add Topic error: No forum selected"
4557
- msgstr "Všechny témata chyba: Nebylo vybráno fórum"
4558
 
4559
  #: wpf-includes/wpf-phrases.php:427
4560
- msgid "All Checked topics successfully deleted"
4561
- msgstr "Všechny zvolené témata byli úspěšně smazány"
4562
 
4563
  #: wpf-includes/wpf-phrases.php:428
4564
- msgid "Can't add forum"
4565
- msgstr "Nemůžeme přidat fórum"
4566
 
4567
  #: wpf-includes/wpf-phrases.php:429
4568
- msgid "Can't add new language"
4569
- msgstr "Nemůžeme přidat jazyk"
4570
-
4571
- #: wpf-includes/wpf-phrases.php:430
4572
- msgid "Can't delete this Usergroup"
4573
- msgstr "Nemůžeme smazat skupinu"
4574
-
4575
- #: wpf-includes/wpf-phrases.php:431
4576
- msgid "Can't send confirmation email"
4577
- msgstr "nemůžeme poslat potvrzovací email"
4578
-
4579
- #: wpf-includes/wpf-phrases.php:432
4580
- msgid "Can't send report email"
4581
- msgstr "Nemůžeme poslat email s nahlášením"
4582
-
4583
- #: wpf-includes/wpf-phrases.php:433
4584
- msgid "Can't subscribe to this item"
4585
- msgstr "Nemůžeme se přihlásit k odběru této položky"
4586
 
4587
  #: wpf-includes/wpf-phrases.php:434
4588
- msgid "Can't write a post: This topic is closed"
4589
- msgstr "Nemůžeme napsat příspěvek: Toto téma je zamčené"
4590
 
4591
  #: wpf-includes/wpf-phrases.php:435
4592
- msgid "Can`t upload file"
4593
- msgstr "Nemůžete nahrát soubor"
4594
 
4595
  #: wpf-includes/wpf-phrases.php:436
4596
- msgid "Cannot update forum hierarchy"
4597
- msgstr "nemůžeme aktualizovat hyerarchii fóra"
4598
 
4599
  #: wpf-includes/wpf-phrases.php:437
4600
- msgid "Cannot update post data"
4601
- msgstr "Nemůžeme aktualizovat datum příspěvku"
4602
-
4603
- #: wpf-includes/wpf-phrases.php:438
4604
- msgid "Could not be unsubscribe from this item"
4605
- msgstr "Nemůžete se odhlásit s odběru této položky"
4606
 
4607
  #: wpf-includes/wpf-phrases.php:439
4608
- msgid "Email address exists. Please insert another."
4609
- msgstr "Tato emailová adresa existuje. Prosím zvolte jinou"
4610
 
4611
  #: wpf-includes/wpf-phrases.php:440
4612
- msgid "Error: Forum is not found"
4613
- msgstr "Chyba: Fórum nebylo nalezeno"
4614
 
4615
  #: wpf-includes/wpf-phrases.php:441
4616
- msgid "Error: No topic selected"
4617
- msgstr "Chyba: Nebylo zvoleno žádné téma"
4618
-
4619
- #: wpf-includes/wpf-phrases.php:442
4620
- msgid "Error: Topic is not found"
4621
- msgstr "Chyba: Téma zde není"
4622
 
4623
  #: wpf-includes/wpf-phrases.php:443
4624
- msgid "Error: please insert some text to report."
4625
- msgstr ""
4626
 
4627
  #: wpf-includes/wpf-phrases.php:444
4628
- msgid "Features successfully updated"
4629
- msgstr "Funkce byli úspěšně aktualizovány"
4630
-
4631
- #: wpf-includes/wpf-phrases.php:445
4632
- msgid "Features successfully updated, but previous value not changed"
4633
- msgstr "Funkce byli úspěšně aktualizovány. Předchozí hodnota nebylo změněna"
4634
-
4635
- #: wpf-includes/wpf-phrases.php:446
4636
- msgid "File type is not allowed"
4637
- msgstr "Tento druh souboru není povolen"
4638
 
4639
  #: wpf-includes/wpf-phrases.php:447
4640
- msgid "Forum Base URL successfully updated"
4641
- msgstr "Základní odkaz fóra byl úspěšně upraven"
4642
 
4643
  #: wpf-includes/wpf-phrases.php:448
4644
- msgid "Forum deleting error"
4645
- msgstr "Při mazání fóra se vyskytla chyba"
4646
 
4647
  #: wpf-includes/wpf-phrases.php:449
4648
- msgid "Forum hierarchy successfully updated"
4649
- msgstr "Hierarchie Fóra úspěšně upravena"
4650
 
4651
  #: wpf-includes/wpf-phrases.php:450
4652
- msgid "Forum is successfully merged"
4653
- msgstr "Fórum je úspěšně sloučeno"
4654
-
4655
- #: wpf-includes/wpf-phrases.php:451
4656
- msgid "Forum merging error"
4657
- msgstr "Při sloučení fóra se naskytla chyba"
4658
-
4659
- #: wpf-includes/wpf-phrases.php:452
4660
- msgid "Forum options successfully updated"
4661
- msgstr "Nastavení Fóra úspěšně aktualizováno"
4662
 
4663
  #: wpf-includes/wpf-phrases.php:453
4664
- msgid "Forum options successfully updated, but previous value not changed"
4665
- msgstr "Nastavení Fóra úspěšně aktualizováno, předchozí hodnota nebyla změněna"
4666
-
4667
- #: wpf-includes/wpf-phrases.php:454
4668
- msgid "Forum successfully updated"
4669
- msgstr "Fórum bylo úspěšně aktualizováno"
4670
 
4671
  #: wpf-includes/wpf-phrases.php:455
4672
- msgid "Forum update error"
4673
- msgstr "Při aktualizaci fóra se vyskytla chyba"
4674
-
4675
- #: wpf-includes/wpf-phrases.php:456
4676
- msgid "General options successfully updated"
4677
- msgstr "Základní nastavení bylo úspěšně aktualizováno"
4678
 
4679
  #: wpf-includes/wpf-phrases.php:457
4680
- msgid "Illegal character in username."
4681
- msgstr "Špatné znaky v uživatelském jménu."
4682
-
4683
- #: wpf-includes/wpf-phrases.php:458
4684
- msgid "Insert your Email address."
4685
- msgstr "Zadejte váš email"
4686
-
4687
- #: wpf-includes/wpf-phrases.php:459
4688
- msgid "Invalid Email address"
4689
- msgstr "Špatná emailová adresa"
4690
-
4691
- #: wpf-includes/wpf-phrases.php:460
4692
- msgid "Invalid request!"
4693
- msgstr "Špatný požadavek"
4694
-
4695
- #: wpf-includes/wpf-phrases.php:461
4696
- msgid "Member options successfully updated"
4697
- msgstr "Nastavení Uživatelů bylo úspěšně aktualizováno"
4698
 
4699
  #: wpf-includes/wpf-phrases.php:462
4700
- msgid "Member options successfully updated, but previous value not changed"
4701
- msgstr ""
4702
- "Nastavení Uživatelů bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
4703
- "změněna"
4704
 
4705
  #: wpf-includes/wpf-phrases.php:463
4706
- msgid "Message has been sent"
4707
- msgstr "Zpráva byla odeslána"
4708
 
4709
  #: wpf-includes/wpf-phrases.php:464
4710
- msgid ""
4711
- "New language successfully added and changed wpforo language to new language"
4712
- msgstr ""
4713
 
4714
  #: wpf-includes/wpf-phrases.php:465
4715
- msgid "No Posts found for update"
4716
- msgstr "Žádné příspěvky nebyli nalezeny pro aktualizaci"
4717
 
4718
  #: wpf-includes/wpf-phrases.php:466
4719
- msgid "Password length must be between 6 characters and 20 characters."
4720
- msgstr "Délka hesla musí mít 6-20 znaků."
4721
 
4722
  #: wpf-includes/wpf-phrases.php:467
4723
- msgid "Password mismatch."
4724
- msgstr "Hesla se neschodují"
4725
 
4726
  #: wpf-includes/wpf-phrases.php:468
4727
- msgid "Permission denied"
4728
- msgstr "Přístup odepřen"
4729
 
4730
  #: wpf-includes/wpf-phrases.php:469
4731
- msgid "Permission denied for add forum"
4732
- msgstr "Přístup odepřen pro přidání fóra"
4733
 
4734
  #: wpf-includes/wpf-phrases.php:470
4735
- msgid "Permission denied for delete forum"
4736
- msgstr "Přístup odepřen pro smazání fóra"
4737
 
4738
  #: wpf-includes/wpf-phrases.php:471
4739
- msgid "Permission denied for edit forum"
4740
- msgstr "Přístup odepřen pro úpravu fóra"
4741
 
4742
  #: wpf-includes/wpf-phrases.php:472
4743
- msgid "Permission denied for this action"
4744
- msgstr "Přístup odepřen pro tuto akci"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4745
 
4746
- #: wpf-includes/wpf-phrases.php:473
4747
- msgid "Phrase add error"
4748
- msgstr "Vyskytla se chyba při přidání Fráze"
4749
 
4750
- #: wpf-includes/wpf-phrases.php:474
4751
- msgid "Phrase adding error"
4752
- msgstr "Vyskytla se chyba při přidání Fráze"
4753
 
4754
- #: wpf-includes/wpf-phrases.php:475
4755
- msgid "Phrase successfully added"
4756
- msgstr "Fráze úspěšně přidána"
4757
 
4758
- #: wpf-includes/wpf-phrases.php:476
4759
- msgid "Phrase successfully updates"
4760
- msgstr "Fráze úspěšně aktualizována"
4761
 
4762
- #: wpf-includes/wpf-phrases.php:477
4763
- msgid "Phrase update error"
4764
- msgstr "Aktualizace Fráze se nezdařila"
4765
 
4766
- #: wpf-includes/wpf-phrases.php:478
4767
- msgid "Please insert required fields!"
4768
- msgstr "Prosím vyplňte povinné pole!"
4769
 
4770
- #: wpf-includes/wpf-phrases.php:479
4771
- msgid "Post delete error"
4772
- msgstr "Smazání příspěvku bylo neúspěšné"
4773
 
4774
- #: wpf-includes/wpf-phrases.php:481
4775
- msgid "Post options successfully updated"
4776
- msgstr "Nastavení příspěvku bylo úspěšně aktualizováno"
4777
 
4778
- #: wpf-includes/wpf-phrases.php:482
4779
- msgid "Post options successfully updated, but previous value not changed"
4780
  msgstr ""
4781
- "Nastavení příspěvku bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
4782
- "změněná"
4783
 
4784
- #: wpf-includes/wpf-phrases.php:483
4785
- msgid "Registration Error"
4786
- msgstr "Chyba registrace"
4787
 
4788
- #: wpf-includes/wpf-phrases.php:484
4789
- msgid "Reply request error"
4790
- msgstr "Požadavek na odpověď byl neúspěšný"
4791
 
4792
- #: wpf-includes/wpf-phrases.php:485
4793
- msgid "Something wrong with profile data."
4794
- msgstr "Něco je špatně s daty profilu."
4795
 
4796
- #: wpf-includes/wpf-phrases.php:486
4797
- msgid "Subscribe options successfully updated"
4798
- msgstr "Nastavení Odběru bylo úspěšně aktualizováno"
4799
 
4800
- #: wpf-includes/wpf-phrases.php:487
4801
- msgid "Subscribe options successfully updated, but previous value not changed"
4802
  msgstr ""
4803
- "Nastavení Odběru bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
4804
- "změněna"
4805
 
4806
- #: wpf-includes/wpf-phrases.php:488
4807
- msgid "Success!"
4808
  msgstr ""
4809
 
4810
- #: wpf-includes/wpf-phrases.php:489
4811
- msgid ""
4812
- "Success! Thank you. Please check your email and click confirmation link "
4813
- "below to complete this step."
4814
  msgstr ""
4815
- "Povedlo se! Děkujeme. Prosím zkontrolujte vaší emailovou adresu k dokončení."
4816
 
4817
- #: wpf-includes/wpf-phrases.php:490
4818
- msgid "Successfully updated"
4819
- msgstr "Úspěšně aktualizováno"
4820
 
4821
- #: wpf-includes/wpf-phrases.php:491
4822
- msgid "Successfully voted"
4823
- msgstr "Úspěšně hlasováno"
4824
 
4825
- #: wpf-includes/wpf-phrases.php:492
4826
- msgid "The uploaded file size is too big"
4827
- msgstr "Nahraný soubor je příliš velký"
4828
 
4829
- #: wpf-includes/wpf-phrases.php:493
4830
- msgid "Theme options successfully updated"
4831
- msgstr "Nastavení šablony úspěšně aktualizováno"
4832
 
4833
- #: wpf-includes/wpf-phrases.php:494
4834
- msgid "This email address is already registered. Please insert another."
4835
- msgstr "Tento email je již registrován. Prosím zvolte jiný."
4836
 
4837
- #: wpf-includes/wpf-phrases.php:495
4838
- msgid "This post successfully deleted"
4839
- msgstr "Příspěvek byl úspěšně smazán"
4840
 
4841
- #: wpf-includes/wpf-phrases.php:496
4842
- msgid "This post successfully edited"
4843
- msgstr "Příspěvek byl úspěšně upraven"
4844
 
4845
- #: wpf-includes/wpf-phrases.php:497
4846
- msgid "This topic successfully deleted"
4847
- msgstr "Téma bylo úspěšně smazáno"
4848
 
4849
- #: wpf-includes/wpf-phrases.php:498
4850
- msgid "Topic Move Error"
4851
- msgstr "Přesunutí tématu se nezdařilo"
4852
 
4853
- #: wpf-includes/wpf-phrases.php:499
4854
- msgid "Topic add error"
4855
- msgstr "Přidání tématu vyhodilo chybu"
4856
 
4857
- #: wpf-includes/wpf-phrases.php:500
4858
- msgid "Topic delete error"
4859
- msgstr "Smazání tématu vyhodilo chybu"
4860
 
4861
- #: wpf-includes/wpf-phrases.php:501
4862
- msgid "Topic edit error"
4863
- msgstr "Upravení tématu vyhodilo chybu"
4864
 
4865
- #: wpf-includes/wpf-phrases.php:502
4866
- msgid "Topic not found."
4867
- msgstr "Téma Nebylo nalezeno"
4868
 
4869
- #: wpf-includes/wpf-phrases.php:503
4870
- msgid "Topic successfully moved"
4871
- msgstr "Téma bylo úspěšně přesunuto"
4872
 
4873
- #: wpf-includes/wpf-phrases.php:504
4874
- msgid "Topic successfully updated"
4875
- msgstr "Téma bylo úspěšně aktualizováno"
4876
 
4877
- #: wpf-includes/wpf-phrases.php:505
4878
- msgid "Topics delete error"
4879
- msgstr "Smazání téma vyhodilo chybu"
4880
 
4881
- #: wpf-includes/wpf-phrases.php:506
4882
- msgid "User delete error"
4883
- msgstr "Smazání uživatele vyhodilo chybu"
4884
 
4885
- #: wpf-includes/wpf-phrases.php:507
4886
- msgid "User group add error"
4887
- msgstr "Přidání skupiny vyhodilo chybu"
 
 
 
 
4888
 
4889
- #: wpf-includes/wpf-phrases.php:508
4890
- msgid "User group edit error"
4891
- msgstr "Úprava skupiny vyhodila chybu"
4892
 
4893
- #: wpf-includes/wpf-phrases.php:509
4894
- msgid "User group successfully added"
4895
- msgstr "Skupina byla úspěšně přidána"
4896
 
4897
- #: wpf-includes/wpf-phrases.php:510
4898
- msgid "User group successfully edited"
4899
- msgstr "Skupina byla úspěšně upravena"
4900
 
4901
- #: wpf-includes/wpf-phrases.php:511
4902
- msgid "User successfully deleted from wpforo"
4903
- msgstr "Uživatel byl úspěšně smazán z wpFóra"
4904
 
4905
- #: wpf-includes/wpf-phrases.php:512
4906
- msgid "Username exists. Please insert another."
4907
- msgstr "Uživatelské jméno existuje. Zvolte prosím jiné."
4908
 
4909
- #: wpf-includes/wpf-phrases.php:513
4910
- msgid "Username is missed."
4911
- msgstr "Uživatelské jméno chybí"
4912
 
4913
- #: wpf-includes/wpf-phrases.php:514
4914
- msgid "Username length must be between 3 characters and 30 characters."
4915
  msgstr ""
4916
 
4917
- #: wpf-includes/wpf-phrases.php:515
4918
- msgid "Welcome to our Community!"
4919
- msgstr "Vítejte v naší komunitě!"
 
4920
 
4921
- #: wpf-includes/wpf-phrases.php:516
4922
- msgid "Wrong post data"
4923
- msgstr "Špatné informace příspěvku"
 
4924
 
4925
- #: wpf-includes/wpf-phrases.php:517
4926
- msgid "You are already voted this post"
4927
- msgstr "Již jste hlasoval pro tento přsípěvek"
 
4928
 
4929
- #: wpf-includes/wpf-phrases.php:518
4930
- msgid "You have been successfully subscribed"
4931
- msgstr "Byl jste úspěšně přihlášen k odběru"
4932
 
4933
- #: wpf-includes/wpf-phrases.php:519
4934
- msgid "You have been successfully unsubscribed"
4935
- msgstr "Byl jste úspěšně odhlášen z odběru"
4936
 
4937
- #: wpf-includes/wpf-phrases.php:520
4938
- msgid "You have no permission to edit this topic"
4939
- msgstr "Nemáte dostatečné oprávnění k úpravě tématu"
4940
 
4941
- #: wpf-includes/wpf-phrases.php:521
4942
- msgid "You don't have permission to create post in this forum"
4943
  msgstr ""
4944
 
4945
- #: wpf-includes/wpf-phrases.php:522
4946
- msgid "You don't have permission to create topic into this forum"
4947
  msgstr ""
4948
 
4949
- #: wpf-includes/wpf-phrases.php:523
4950
- msgid "You don't have permission to delete post from this forum"
4951
  msgstr ""
4952
 
4953
- #: wpf-includes/wpf-phrases.php:524
4954
- msgid "You don't have permission to delete topic from this forum"
4955
  msgstr ""
4956
 
4957
- #: wpf-includes/wpf-phrases.php:525
4958
- msgid "You don't have permission to edit post from this forum"
4959
  msgstr ""
4960
 
4961
- #: wpf-includes/wpf-phrases.php:526
4962
- msgid "You successfully replied"
4963
- msgstr "Odpověď úspěšně poslána"
 
 
4964
 
4965
- #: wpf-includes/wpf-phrases.php:527
4966
- msgid "Your forum successfully added"
4967
- msgstr "Fórum bylo úspěšně přidáno"
 
 
 
 
4968
 
4969
- #: wpf-includes/wpf-phrases.php:528
4970
- msgid "Your forum successfully deleted"
4971
- msgstr "Fórum bylo úspěšně smazáno"
 
 
4972
 
4973
- #: wpf-includes/wpf-phrases.php:529
4974
- msgid "Your profile data have been successfully updated."
4975
- msgstr "Vaše profilové údaje byli úspěšně aktualizovány."
4976
 
4977
- #: wpf-includes/wpf-phrases.php:530
4978
- msgid "Your subscription for this item could not be confirmed"
4979
- msgstr "Váš odběr pto tuto položku nemůže být potvrzen"
 
 
4980
 
4981
- #: wpf-includes/wpf-phrases.php:531
4982
- msgid "Your topic successfully added"
4983
- msgstr "Vaše téma bylo úspěšně přidáno"
4984
 
4985
- #: wpf-includes/wpf-phrases.php:546
4986
- msgid "Front - Can have signature"
 
 
4987
  msgstr ""
4988
 
4989
- #: wpf-includes/wpf-phrases.php:570
4990
- msgid "Can edit own replay"
4991
  msgstr ""
4992
 
4993
- #: wpf-includes/wpf-phrases.php:588
4994
- msgid "like"
4995
  msgstr ""
4996
 
4997
- #: wpf-includes/wpf-phrases.php:589
4998
- msgid "unlike"
4999
  msgstr ""
5000
 
5001
- #: wpf-includes/wpf-phrases.php:590
5002
- msgid "sticky"
 
 
5003
  msgstr ""
5004
 
5005
- #: wpf-includes/wpf-phrases.php:591
5006
- msgid "unsticky"
5007
  msgstr ""
5008
 
5009
- #: wpf-includes/wpf-phrases.php:592
5010
- msgid "close"
5011
  msgstr ""
5012
 
5013
- #: wpf-includes/wpf-phrases.php:593
5014
- msgid "open"
5015
  msgstr ""
5016
 
5017
- #: wpf-includes/wpf-phrases.php:594
5018
- msgid "Topic Icons"
 
 
5019
  msgstr ""
5020
 
5021
- #: wpf-includes/wpf-phrases.php:595
5022
- msgid "New"
5023
  msgstr ""
5024
 
5025
- #: wpf-includes/wpf-phrases.php:596
5026
- msgid "Replied"
5027
  msgstr ""
5028
 
5029
- #: wpf-includes/wpf-phrases.php:598
5030
- msgid "Hot"
5031
  msgstr ""
5032
 
5033
- #: wpf-includes/wpf-phrases.php:599
5034
- msgid "Solved"
 
5035
  msgstr ""
5036
 
5037
- #: wpf-includes/wpf-phrases.php:600
5038
- msgid "Unsolved"
 
5039
  msgstr ""
5040
 
5041
- #: wpf-includes/wpf-phrases.php:610
5042
- msgid "Old password is wrong"
 
5043
  msgstr ""
5044
 
5045
- #: wpf-includes/wpf-phrases.php:611
5046
- msgid "New Passwords do not match"
 
5047
  msgstr ""
5048
 
5049
- #: wpf-includes/wpf-phrases.php:615
5050
- msgid ""
5051
- "This process may take a few seconds or dozens of minutes, it depends on "
5052
- "database forum size and on server resources. Please be patient and don't "
5053
- "close this page. If you got 500 Server Error please don't worry, the data "
5054
- "updating process is still working in MySQL server."
5055
  msgstr ""
5056
 
5057
- #: wpf-includes/wpf-phrases.php:619
5058
- msgid "Updated Successfully!"
5059
  msgstr ""
5060
 
5061
- #: wpf-includes/wpf-phrases.php:620
5062
- msgid "Deleted Successfully!"
 
5063
  msgstr ""
5064
 
5065
- #: wpf-includes/wpf-phrases.php:621
5066
- msgid "Closed"
5067
  msgstr ""
5068
 
5069
- #: wpf-includes/wpf-phrases.php:622
5070
- msgid "Forum Members List"
5071
  msgstr ""
5072
 
5073
- #: wpf-includes/wpf-phrases.php:623
5074
- msgid "are you sure you want to delete?"
 
5075
  msgstr ""
5076
 
5077
- #: wpf-includes/wpf-phrases.php:625
5078
- msgid "Moderator"
5079
- msgstr "Moderátor"
5080
 
5081
- #: wpf-includes/wpf-phrases.php:627
5082
- msgid "Customer"
5083
- msgstr "Zákazník"
5084
 
5085
- #: wpf-includes/wpf-phrases.php:628
5086
- msgid "No access"
5087
- msgstr "Žádný přístup"
5088
 
5089
- #: wpf-includes/wpf-phrases.php:629
5090
- msgid "Read only access"
5091
- msgstr "Přístup pouze pro čtení"
5092
 
5093
- #: wpf-includes/wpf-phrases.php:630
5094
- msgid "Standard access"
5095
- msgstr "Standardní přístup"
5096
 
5097
- #: wpf-includes/wpf-phrases.php:631
5098
- msgid "Moderator access"
5099
- msgstr "Moderátorský přístup"
5100
 
5101
- #: wpf-includes/wpf-phrases.php:632
5102
- msgid "Full access"
5103
  msgstr ""
5104
 
5105
- #: wpf-includes/wpf-phrases.php:635
5106
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
5107
  msgstr ""
5108
 
5109
- #: wpf-includes/wpf-phrases.php:642
5110
- msgid "Attachment removed"
5111
  msgstr ""
5112
 
5113
- #: wpf-includes/wpf-phrases.php:643
5114
- msgid "Forum Posts"
5115
  msgstr ""
5116
 
5117
- #: wpf-includes/wpf-phrases.php:644
5118
- msgid "Blog Posts"
 
5119
  msgstr ""
5120
 
5121
- #: wpf-includes/wpf-phrases.php:645
5122
- msgid "Blog Comments"
5123
  msgstr ""
5124
 
5125
- #: wpf-includes/wpf-phrases.php:646
5126
  #, php-format
5127
- msgid "Welcome back %s!"
5128
  msgstr ""
5129
 
5130
- #: wpf-includes/wpf-phrases.php:647
5131
- msgid "Member Profile"
5132
  msgstr ""
5133
 
5134
- #: wpf-includes/wpf-phrases.php:648
5135
- msgid "Member"
5136
  msgstr ""
5137
 
5138
- #: wpf-includes/wpf-phrases.php:649
5139
- msgid "You do not have permission to view this page"
5140
  msgstr ""
5141
 
5142
- #: wpf-includes/wpf-phrases.php:651
5143
- msgid ""
5144
- "This option will disable WordPress on front-end. Only forum pages will be "
5145
- "available. wpForo will look like as a stand-alone forum."
5146
  msgstr ""
5147
 
5148
- #: wpf-includes/wpf-phrases.php:656
5149
- msgid "private"
5150
  msgstr ""
5151
 
5152
- #: wpf-includes/wpf-phrases.php:657
5153
- msgid "public"
5154
  msgstr ""
5155
 
5156
- #: wpf-includes/wpf-phrases.php:658
5157
- msgid "Private Topic"
5158
  msgstr ""
5159
 
5160
- #: wpf-includes/wpf-phrases.php:659
5161
- msgid "Only Admins and Moderators can see your private topics."
5162
  msgstr ""
5163
 
5164
- #: wpf-includes/wpf-phrases.php:660
5165
- msgid "Forum ID is not detected"
 
5166
  msgstr ""
5167
 
5168
- #: wpf-includes/wpf-phrases.php:661
5169
- msgid "You are not permitted to subscribe here"
5170
  msgstr ""
5171
 
5172
- #: wpf-includes/wpf-phrases.php:662
5173
- msgid "Subscribe to this topic"
 
5174
  msgstr ""
5175
 
5176
- #: wpf-includes/wpf-phrases.php:665
5177
- msgid "Awaiting moderation"
5178
  msgstr ""
5179
 
5180
- #: wpf-includes/wpf-phrases.php:666
5181
- msgid "Topic first post not found."
5182
  msgstr ""
5183
 
5184
- #: wpf-includes/wpf-phrases.php:667
5185
- msgid "Topic first post data not found."
5186
  msgstr ""
5187
 
5188
- #: wpf-includes/wpf-phrases.php:668
5189
- msgid "Settings successfully updated"
5190
  msgstr ""
5191
 
5192
- #: wpf-includes/wpf-phrases.php:669
5193
- msgid "Done!"
5194
  msgstr ""
5195
 
5196
- #: wpf-includes/wpf-phrases.php:670 wpf-includes/wpf-phrases.php:775
5197
- msgid "You are not allowed to attach this file type"
 
5198
  msgstr ""
5199
 
5200
- #: wpf-includes/wpf-phrases.php:671
5201
- msgid "Post is empty"
5202
  msgstr ""
5203
 
5204
- #: wpf-includes/wpf-phrases.php:672
5205
- msgid "removed link"
5206
  msgstr ""
5207
 
5208
- #: wpf-includes/wpf-phrases.php:673
5209
- msgid "Submit"
5210
  msgstr ""
5211
 
5212
- #: wpf-includes/wpf-phrases.php:677
5213
- msgid "Rating Title"
5214
  msgstr ""
5215
 
5216
- #: wpf-includes/wpf-phrases.php:678
5217
- msgid "User Title"
5218
  msgstr ""
5219
 
5220
- #: wpf-includes/wpf-phrases.php:679
5221
- msgid "Anonymous"
5222
  msgstr ""
5223
 
5224
- #: wpf-includes/wpf-phrases.php:682
5225
- msgid "approved"
5226
  msgstr ""
5227
 
5228
- #: wpf-includes/wpf-phrases.php:683
5229
- msgid "unapproved"
5230
  msgstr ""
5231
 
5232
- #: wpf-includes/wpf-phrases.php:686
5233
- msgid "--- Choose ---"
5234
  msgstr ""
5235
 
5236
- #: wpf-includes/wpf-phrases.php:687
5237
- msgid "Required field"
5238
- msgstr "Povinné pole"
5239
 
5240
- #: wpf-includes/wpf-phrases.php:690
5241
- msgid "Add Reply"
5242
- msgstr "Přidat odpověď"
5243
 
5244
- #: wpf-includes/wpf-phrases.php:691
5245
- msgid "Forums RSS Feed"
5246
  msgstr ""
5247
 
5248
- #: wpf-includes/wpf-phrases.php:692
5249
- msgid "Topics RSS Feed"
5250
  msgstr ""
5251
 
5252
- #: wpf-includes/wpf-phrases.php:693
5253
- msgid "Find a member"
5254
- msgstr "Najít člena"
5255
 
5256
- #: wpf-includes/wpf-phrases.php:694
5257
- msgid "Display Name or Nicename"
5258
  msgstr ""
5259
 
5260
- #: wpf-includes/wpf-phrases.php:695
5261
- msgid "Reset Search"
 
 
 
 
 
 
 
 
 
 
 
 
5262
  msgstr ""
5263
 
5264
- #: wpf-includes/wpf-phrases.php:696
5265
- msgid "Reset Result"
5266
  msgstr ""
5267
 
5268
- #: wpf-includes/wpf-phrases.php:702
5269
- msgid "No posts were found here"
5270
  msgstr ""
5271
 
5272
- #: wpf-includes/wpf-phrases.php:705
5273
- msgid "forum link"
5274
  msgstr ""
5275
 
5276
- #: wpf-includes/wpf-phrases.php:706
5277
- msgid "in forum"
5278
  msgstr ""
5279
 
5280
- #: wpf-includes/wpf-phrases.php:707
5281
- msgid ""
5282
- "You can mention a person using @nicename in post content to send that person "
5283
- "an email message. When you post a topic or reply, forum sends an email "
5284
- "message to the user letting them know that they have been mentioned on the "
5285
- "post."
5286
  msgstr ""
5287
 
5288
- #: wpf-includes/wpf-phrases.php:710
5289
- msgid "You are not allowed to edit this post"
5290
  msgstr ""
5291
 
5292
- #: wpf-includes/wpf-phrases.php:711
5293
- msgid "Google reCAPTCHA verification failed"
 
5294
  msgstr ""
5295
 
5296
- #: wpf-includes/wpf-phrases.php:712
5297
- msgid "ERROR: Can't connect to Google reCAPTCHA API"
 
5298
  msgstr ""
5299
 
5300
- #: wpf-includes/wpf-phrases.php:713
5301
- msgid "Welcome!"
 
5302
  msgstr ""
5303
 
5304
- #: wpf-includes/wpf-phrases.php:714
5305
- msgid "Join us today!"
 
5306
  msgstr ""
5307
 
5308
- #: wpf-includes/wpf-phrases.php:715
5309
- msgid ""
5310
- "Enter your email address or username and we'll send you a link you can use "
5311
- "to pick a new password."
5312
  msgstr ""
5313
 
5314
- #: wpf-includes/wpf-phrases.php:716
5315
- msgid "Please Insert Your Email or Username"
 
5316
  msgstr ""
5317
 
5318
- #: wpf-includes/wpf-phrases.php:717
5319
- msgid "Reset Password"
 
5320
  msgstr ""
5321
 
5322
- #: wpf-includes/wpf-phrases.php:718
5323
- msgid "Forgot Your Password?"
5324
  msgstr ""
5325
 
5326
- #: wpf-includes/wpf-phrases.php:721
5327
  #, php-format
5328
- msgid "%s created a new topic %s"
5329
  msgstr ""
5330
 
5331
- #: wpf-includes/wpf-phrases.php:722
5332
  #, php-format
5333
- msgid "%s replied to the topic %s"
5334
  msgstr ""
5335
 
5336
- #: wpf-includes/wpf-phrases.php:723
5337
- #, php-format
5338
- msgid "%s liked forum post %s"
5339
  msgstr ""
5340
 
5341
- #: wpf-includes/wpf-phrases.php:724
5342
- msgid "Read more"
5343
  msgstr ""
5344
 
5345
- #: wpf-includes/wpf-phrases.php:725
5346
- msgid "Forum topic"
5347
  msgstr ""
5348
 
5349
- #: wpf-includes/wpf-phrases.php:726
5350
- msgid "Forum post"
5351
  msgstr ""
5352
 
5353
- #: wpf-includes/wpf-phrases.php:727
5354
- msgid "Forum post like"
5355
  msgstr ""
5356
 
5357
- #: wpf-includes/wpf-phrases.php:729
5358
- msgid "Target Topic URL"
5359
  msgstr ""
5360
 
5361
- #: wpf-includes/wpf-phrases.php:730
5362
- msgid "Target Topic not found"
5363
  msgstr ""
5364
 
5365
- #: wpf-includes/wpf-phrases.php:731
5366
- msgid "Merge Topics"
5367
  msgstr ""
5368
 
5369
- #: wpf-includes/wpf-phrases.php:732
5370
- msgid "Split Topic"
 
5371
  msgstr ""
5372
 
5373
- #: wpf-includes/wpf-phrases.php:733
5374
- msgid ""
5375
- "Please copy the target topic URL from browser address bar and paste in the "
5376
- "field below."
5377
  msgstr ""
5378
 
5379
- #: wpf-includes/wpf-phrases.php:734
5380
- msgid ""
5381
- "All posts will be merged and displayed (ordered) in target topic according "
5382
- "to posts dates. If you want to append merged posts to the end of the target "
5383
- "topic you should allow to update posts dates to current date by check the "
5384
- "option below."
5385
  msgstr ""
5386
 
5387
- #: wpf-includes/wpf-phrases.php:735
5388
- msgid ""
5389
- "Update post dates (current date) to allow append posts to the end of the "
5390
- "target topic."
5391
  msgstr ""
5392
 
5393
- #: wpf-includes/wpf-phrases.php:736
5394
- msgid "Update post titles with target topic title."
5395
  msgstr ""
5396
 
5397
- #: wpf-includes/wpf-phrases.php:737
5398
- msgid ""
5399
- "Topics once merged cannot be unmerged. This topic URL will no longer be "
5400
- "available."
5401
  msgstr ""
5402
 
5403
- #: wpf-includes/wpf-phrases.php:738
5404
- msgid "Create New Topic"
5405
  msgstr ""
5406
 
5407
- #: wpf-includes/wpf-phrases.php:739
5408
- msgid ""
5409
- "Create new topic with split posts. The first post of new topic becomes the "
5410
- "earliest reply."
5411
  msgstr ""
5412
 
5413
- #: wpf-includes/wpf-phrases.php:740
5414
- msgid "New Topic Title"
5415
  msgstr ""
5416
 
5417
- #: wpf-includes/wpf-phrases.php:741
5418
- msgid "New Topic Forum"
 
5419
  msgstr ""
5420
 
5421
- #: wpf-includes/wpf-phrases.php:742
5422
- msgid "Select Posts to Split"
5423
  msgstr ""
5424
 
5425
- #: wpf-includes/wpf-phrases.php:743
5426
- msgid ""
5427
- "Topic once split cannot be unsplit. The first post of new topic becomes the "
5428
- "earliest reply."
5429
  msgstr ""
5430
 
5431
- #: wpf-includes/wpf-phrases.php:744
5432
- msgid "Merge"
5433
  msgstr ""
5434
 
5435
- #: wpf-includes/wpf-phrases.php:745
5436
- msgid "Split"
5437
  msgstr ""
5438
 
5439
- #: wpf-includes/wpf-phrases.php:746
5440
- msgid "Move Reply"
5441
  msgstr ""
5442
 
5443
- #: wpf-includes/wpf-phrases.php:747
5444
- msgid ""
5445
- "This action changes topic URL. Once the topic is moved to other forum the "
5446
- "old URL of this topic will no longer be available."
5447
  msgstr ""
5448
 
5449
- #: wpf-includes/wpf-phrases.php:748
5450
- #, php-format
5451
- msgid ""
5452
- "When you login first time using Facebook Login button, we collect your "
5453
- "account %s information shared by Facebook, based on your privacy settings. "
5454
- "We also get your email address to automatically create a forum account for "
5455
- "you. Once your account is created, you'll be logged-in to this account and "
5456
- "you'll receive a confirmation email."
5457
  msgstr ""
5458
 
5459
- #: wpf-includes/wpf-phrases.php:751
5460
- msgid "No data submitted"
5461
  msgstr ""
5462
 
5463
- #: wpf-includes/wpf-phrases.php:752
5464
- msgid "User profile fields not found"
5465
  msgstr ""
5466
 
5467
- #: wpf-includes/wpf-phrases.php:753
5468
- msgid "field is required"
5469
  msgstr ""
5470
 
5471
- #: wpf-includes/wpf-phrases.php:754
5472
- #, php-format
5473
- msgid "field value must be at least %d"
5474
  msgstr ""
5475
 
5476
- #: wpf-includes/wpf-phrases.php:755
5477
- #, php-format
5478
- msgid "field value cannot be greater than %d"
5479
  msgstr ""
5480
 
5481
- #: wpf-includes/wpf-phrases.php:756
5482
- #, php-format
5483
- msgid "field length must be at least %d characters"
5484
  msgstr ""
5485
 
5486
- #: wpf-includes/wpf-phrases.php:757
5487
  #, php-format
5488
- msgid "field length can not be greater than %d characters"
5489
  msgstr ""
5490
 
5491
- #: wpf-includes/wpf-phrases.php:758
5492
- msgid "field value is not a valid URL"
5493
  msgstr ""
5494
 
5495
- #: wpf-includes/wpf-phrases.php:759
5496
- msgid "file type is not detected"
 
5497
  msgstr ""
5498
 
5499
- #: wpf-includes/wpf-phrases.php:760
5500
- #, php-format
5501
- msgid "file type %s is not allowed"
5502
  msgstr ""
5503
 
5504
- #: wpf-includes/wpf-phrases.php:761
5505
- msgid "file is too large"
 
5506
  msgstr ""
5507
 
5508
- #: wpf-includes/wpf-phrases.php:762
5509
- msgid "Success! Please check your mail for confirmation."
5510
  msgstr ""
5511
 
5512
- #: wpf-includes/wpf-phrases.php:763
5513
  #, php-format
5514
- msgid "Username length must be between %d characters and %d characters."
5515
  msgstr ""
5516
 
5517
- #: wpf-includes/wpf-phrases.php:764
5518
- msgid "User registration is disabled."
5519
  msgstr ""
5520
 
5521
- #: wpf-includes/wpf-phrases.php:765
5522
- msgid "Avatar image is too big maximum allowed size is 2MB"
5523
  msgstr ""
5524
 
5525
- #: wpf-includes/wpf-phrases.php:766
5526
- msgid "One of the selected Usergroups cannot be set as Secondary"
 
5527
  msgstr ""
5528
 
5529
- #: wpf-includes/wpf-phrases.php:767
5530
- msgid "The selected Usergroup is not found in allowed list"
5531
  msgstr ""
5532
 
5533
- #: wpf-includes/wpf-phrases.php:768
5534
- msgid "The selected Usergroup cannot be set"
 
5535
  msgstr ""
5536
 
5537
- #: wpf-includes/wpf-phrases.php:769
5538
- msgid "Admin and Moderator Usergroups are not permitted"
5539
  msgstr ""
5540
 
5541
- #: wpf-includes/wpf-phrases.php:770
5542
- msgid "You have no permission to edit Usergroup field"
 
 
 
 
 
5543
  msgstr ""
5544
 
5545
- #: wpf-includes/wpf-phrases.php:771
5546
- msgid "This nickname is already in use. Please insert another."
5547
  msgstr ""
5548
 
5549
- #: wpf-includes/wpf-phrases.php:772
5550
- msgid "Nickname validation failed"
5551
  msgstr ""
5552
 
5553
- #: wpf-includes/wpf-phrases.php:773
5554
- msgid "Numerical nicknames are not allowed. Please insert another."
 
 
 
 
5555
  msgstr ""
5556
 
5557
- #: wpf-includes/wpf-phrases.php:774
5558
- #, php-format
5559
- msgid "Maximum allowed file size is %s MB"
5560
  msgstr ""
5561
 
5562
- #: wpf-includes/wpf-phrases.php:776
5563
- msgid "This email address is already registered. Please insert another"
5564
  msgstr ""
5565
 
5566
- #: wpf-includes/wpf-phrases.php:777
5567
- #, php-format
5568
- msgid "Allowed file types: %s"
5569
  msgstr ""
5570
 
5571
- #: wpf-includes/wpf-phrases.php:778
5572
- msgid "Form name not found"
5573
  msgstr ""
5574
 
5575
- #: wpf-includes/wpf-phrases.php:779
5576
- msgid "Form template not found"
5577
  msgstr ""
5578
 
5579
- #: wpf-includes/wpf-phrases.php:780
5580
- msgid "Profile updated successfully"
5581
  msgstr ""
5582
 
5583
- #: wpf-includes/wpf-phrases.php:781
5584
- msgid "User data update failed"
5585
  msgstr ""
5586
 
5587
- #: wpf-includes/wpf-phrases.php:782
5588
- msgid "User profile update failed"
5589
  msgstr ""
5590
 
5591
- #: wpf-includes/wpf-phrases.php:783
5592
- msgid "User custom field update failed"
5593
  msgstr ""
5594
 
5595
- #: wpf-includes/wpf-phrases.php:784
5596
- msgid "Sorry, there was an error uploading attached file"
 
 
 
 
5597
  msgstr ""
5598
 
5599
- #: wpf-includes/wpf-phrases.php:785
5600
- msgid "Edit Topic"
5601
  msgstr ""
5602
 
5603
- #: wpf-includes/wpf-phrases.php:786
5604
- #, php-format
5605
- msgid "This topic was modified %s by %s"
5606
  msgstr ""
5607
 
5608
- #: wpf-includes/wpf-phrases.php:787
5609
- msgid "Edit Post"
5610
  msgstr ""
5611
 
5612
- #: wpf-includes/wpf-phrases.php:788
5613
- #, php-format
5614
- msgid "This post was modified %s by %s"
5615
  msgstr ""
5616
 
5617
- #: wpf-includes/wpf-phrases.php:792
5618
- msgid "Topic link"
5619
  msgstr ""
5620
 
5621
- #: wpf-includes/wpf-phrases.php:793
5622
- msgid "Forum Topics Started"
5623
  msgstr ""
5624
 
5625
- #: wpf-includes/wpf-phrases.php:794
5626
- msgid "Forum Replies Created"
5627
  msgstr ""
5628
 
5629
- #: wpf-includes/wpf-phrases.php:795
5630
- msgid "Liked Forum Posts"
5631
  msgstr ""
5632
 
5633
- #: wpf-includes/wpf-phrases.php:796
5634
- msgid "Forum Subscriptions"
5635
  msgstr ""
5636
 
5637
- #: wpf-includes/wpf-phrases.php:798
5638
- #, php-format
5639
- msgid "Start typing tags here (maximum %d tags are allowed)..."
5640
  msgstr ""
5641
 
5642
- #: wpf-includes/wpf-phrases.php:799
5643
- msgid "Topic Tags"
5644
  msgstr ""
5645
 
5646
- #: wpf-includes/wpf-phrases.php:800
5647
- msgid "Topic Tag"
5648
  msgstr ""
5649
 
5650
- #: wpf-includes/wpf-phrases.php:801
5651
- msgid "Separate tags using a comma"
 
 
 
5652
  msgstr ""
5653
 
5654
- #: wpf-includes/wpf-phrases.php:802
5655
- msgid "Tag"
5656
  msgstr ""
5657
 
5658
- #: wpf-includes/wpf-phrases.php:803
5659
- msgid "Tags"
5660
  msgstr ""
5661
 
5662
- #: wpf-includes/wpf-phrases.php:804
5663
- msgid "Find Topics by Tags"
5664
  msgstr ""
5665
 
5666
- #: wpf-includes/wpf-phrases.php:805
5667
- msgid "Related Topics"
5668
  msgstr ""
5669
 
5670
- #: wpf-includes/wpf-phrases.php:806
5671
- msgid "Next Topic"
5672
  msgstr ""
5673
 
5674
- #: wpf-includes/wpf-phrases.php:807
5675
- msgid "Previous Topic"
5676
  msgstr ""
5677
 
5678
- #: wpf-includes/wpf-phrases.php:808
5679
- msgid "All forum topics"
5680
  msgstr ""
5681
 
5682
- #: wpf-includes/wpf-phrases.php:809
5683
- msgid "No tags found"
5684
  msgstr ""
5685
 
5686
- #: wpf-includes/wpf-phrases.php:810
5687
- msgid "Forum contains no unread posts"
5688
  msgstr ""
5689
 
5690
- #: wpf-includes/wpf-phrases.php:811
5691
- msgid "Forum contains unread posts"
5692
  msgstr ""
5693
 
5694
- #: wpf-includes/wpf-phrases.php:812
5695
- msgid "Mark all read"
5696
  msgstr ""
5697
 
5698
- #: wpf-includes/wpf-phrases.php:813
5699
- msgid "Not Replied"
 
5700
  msgstr ""
5701
 
5702
- #: wpf-includes/wpf-phrases.php:814
5703
- msgid "default"
5704
  msgstr ""
5705
 
5706
- #: wpf-includes/wpf-phrases.php:815
5707
- msgid "red"
 
 
5708
  msgstr ""
5709
 
5710
- #: wpf-includes/wpf-phrases.php:816
5711
- msgid "green"
5712
  msgstr ""
5713
 
5714
- #: wpf-includes/wpf-phrases.php:817
5715
- msgid "orange"
5716
  msgstr ""
5717
 
5718
- #: wpf-includes/wpf-phrases.php:818
5719
- msgid "grey"
5720
  msgstr ""
5721
 
5722
- #: wpf-includes/wpf-phrases.php:819
5723
- msgid "dark"
5724
  msgstr ""
5725
 
5726
- #: wpf-themes/classic/functions.php:39
5727
- msgid "Extended Layout - Recent topics"
5728
  msgstr ""
5729
 
5730
- #: wpf-themes/classic/functions.php:48
5731
- msgid "Extended Layout - Number of Recent topics"
5732
  msgstr ""
5733
 
5734
- #: wpf-themes/classic/functions.php:55
5735
- msgid "Extended Layout - Recent topic length"
5736
  msgstr ""
5737
 
5738
- #: wpf-themes/classic/functions.php:56 wpf-themes/classic/functions.php:86
5739
- msgid ""
5740
- "Set this option value 0 if you want to show the whole title in recent topic "
5741
- "area."
5742
  msgstr ""
5743
 
5744
- #: wpf-themes/classic/functions.php:69
5745
- msgid "Q&A layout - Recent topics"
5746
  msgstr ""
5747
 
5748
- #: wpf-themes/classic/functions.php:78
5749
- msgid "Q&A Layout - Number of Recent topics"
5750
  msgstr ""
5751
 
5752
- #: wpf-themes/classic/functions.php:85
5753
- msgid "Q&A Layout - Recent topic length"
5754
  msgstr ""
5755
 
5756
- #: wpf-themes/classic/functions.php:107
5757
- msgid "Extended Layout - Recent posts"
5758
  msgstr ""
5759
 
5760
- #: wpf-themes/classic/functions.php:117
5761
- msgid "Extended Layout - Number of Recent posts"
5762
  msgstr ""
5763
 
5764
- #: wpf-themes/classic/functions.php:118
5765
- msgid ""
5766
- "Set this option value 0 if you want to show all posts in recent posts area."
5767
  msgstr ""
5768
 
5769
- #: wpf-themes/classic/functions.php:126
5770
- msgid "Extended Layout - Recent post length"
5771
  msgstr ""
5772
 
5773
- #: wpf-themes/classic/functions.php:127
5774
  msgid ""
5775
- "Set this option value 0 if you want to show the whole post content in recent "
5776
- "post area."
5777
  msgstr ""
5778
 
5779
- #: wpforo.php:259
5780
  msgid "Discussion Board"
5781
  msgstr ""
5782
 
5783
- #: wpforo.php:768
5784
  msgid ""
5785
  "Allows to embed hundreds of video, social network, audio and photo content "
5786
  "providers in forum topics and posts."
5787
  msgstr ""
5788
 
5789
- #: wpforo.php:769
5790
  msgid ""
5791
  "wpForo Polls is a complete addon to help forum members create, vote and "
5792
  "manage polls effectively. Comes with poll specific permissions and settings."
@@ -5795,45 +7883,53 @@ msgstr ""
5795
  "vytvářet, spravovat a hlasovat v anketách. Dodává se s oprávněními a "
5796
  "nastaveními specifickými pro hlasování."
5797
 
5798
- #: wpforo.php:770
 
 
 
 
 
 
5799
  msgid ""
5800
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5801
  "Converts wpForo topic and posts, likes to myCRED points."
5802
  msgstr ""
5803
 
5804
- #: wpforo.php:771
5805
  msgid ""
5806
  "Advanced user profile builder system. Allows to add new fields and manage "
5807
  "profile page. Creates custom Registration, Account, Member Search forms."
5808
  msgstr ""
5809
 
5810
- #: wpforo.php:772
5811
  msgid ""
5812
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
5813
  "powered media uploading and displaying system with user specific library."
5814
  msgstr ""
5815
 
5816
- #: wpforo.php:773
5817
  msgid ""
5818
  "Provides a safe way to communicate directly with other members. Messages are "
5819
  "private and can only be viewed by conversation participants."
5820
  msgstr ""
5821
 
5822
- #: wpforo.php:774
5823
  msgid ""
5824
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
5825
  "Forum topics and Blog comments with Forum replies."
5826
  msgstr ""
5827
 
5828
- #: wpforo.php:775
5829
  msgid ""
5830
  "Ads Manager is a powerful yet simple advertisement management system, that "
5831
  "allows you to add adverting banners between forums, topics and posts."
5832
  msgstr ""
5833
 
5834
- #. Plugin Name of the plugin/theme
5835
- msgid "wpForo"
5836
- msgstr "wpForo"
 
 
5837
 
5838
  #. Plugin URI of the plugin/theme
5839
  msgid "https://wpforo.com"
@@ -5846,13 +7942,16 @@ msgid ""
5846
  msgstr ""
5847
 
5848
  #. Author of the plugin/theme
5849
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
5850
- msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
5851
 
5852
  #. Author URI of the plugin/theme
5853
  msgid "https://gvectors.com/"
5854
  msgstr "https://gvectors.com/"
5855
 
 
 
 
5856
  #~ msgid "Users Count"
5857
  #~ msgstr "Počet Uživatelů"
5858
 
2
  msgstr ""
3
  "Project-Id-Version: Forum - wpForo\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-10 18:54+0400\n"
6
+ "PO-Revision-Date: 2021-01-10 18:54+0400\n"
7
  "Last-Translator: gully <p.polivka@gmail.com>\n"
8
  "Language-Team: Czech\n"
9
  "Language: cs_CZ\n"
52
  "Takže bezplatný vývoj pluginu wpForo vždy zůstává prioritou a wpForo "
53
  "rozšiřujeme o nové funkce ještě rychleji než dříve."
54
 
55
+ #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:32
56
  msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
57
  msgstr ""
58
 
76
  msgid "More information about"
77
  msgstr "Více informací o"
78
 
79
+ #: wpf-admin/admin.php:35 wpf-admin/admin.php:36
80
+ #: wpf-includes/wpf-phrases.php:788
81
  msgid "Dashboard"
82
  msgstr ""
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:94
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:2660
90
+ #: wpf-includes/wpf-phrases.php:309
91
  msgid "Forums"
92
  msgstr "Fóra"
93
 
94
+ #: wpf-admin/admin.php:42 wpf-includes/wpf-hooks.php:22
95
+ #: wpf-includes/wpf-hooks.php:2666
96
  msgid "Settings"
97
  msgstr "Nastavení"
98
 
99
+ #: wpf-admin/admin.php:45 wpf-includes/wpf-hooks.php:2670
100
+ #: wpf-includes/wpf-phrases.php:914
101
  msgid "Tools"
102
  msgstr "Nástroje"
103
 
104
+ #: wpf-admin/admin.php:48 wpf-includes/wpf-hooks.php:2674
105
  msgid "Moderation"
106
  msgstr "Moderování"
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:114
110
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2678
111
+ #: wpf-includes/wpf-phrases.php:364
112
  msgid "Members"
113
  msgstr "Uživatelé"
114
 
115
+ #: wpf-admin/admin.php:54 wpf-admin/usergroup.php:11
116
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2682
117
  msgid "Usergroups"
118
  msgstr "Skupiny"
119
 
120
+ #: wpf-admin/admin.php:57 wpf-includes/wpf-hooks.php:2688
121
+ #: wpf-includes/wpf-phrases.php:789
122
  msgid "Phrases"
123
  msgstr "Fráze"
124
 
125
+ #: wpf-admin/admin.php:60 wpf-includes/wpf-hooks.php:2694
126
+ #: wpf-includes/wpf-phrases.php:790
127
  msgid "Themes"
128
  msgstr "Témata"
129
 
130
+ #: wpf-admin/admin.php:63 wpf-admin/options.php:24
131
+ #: wpf-includes/wpf-hooks.php:2698 wpf-includes/wpf-phrases.php:211
132
  msgid "Addons"
133
  msgstr "Addony"
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 "wpFóro Nástěnka"
142
 
143
+ #: wpf-admin/dashboard.php:22
 
 
 
 
144
  msgid "Welcome to wpForo"
145
  msgstr ""
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 "
161
  "We're here to help you and improve wpForo as much as possible."
162
  msgstr ""
163
 
164
+ #: wpf-admin/dashboard.php:48 wpf-includes/wpf-phrases.php:316
165
  msgid "General Information"
166
  msgstr "Hlavní Informace"
167
 
168
+ #: wpf-admin/dashboard.php:52 wpf-includes/wpf-phrases.php:554
169
  msgid "You are currently running"
170
  msgstr "V současné době běží"
171
 
172
+ #: wpf-admin/dashboard.php:53 wpf-includes/wpf-phrases.php:204
173
  msgid "Active Theme"
174
  msgstr "Aktivní Šablona"
175
 
176
+ #: wpf-admin/dashboard.php:54 wpf-includes/wpf-phrases.php:599
177
  msgid "wpForo Website"
178
  msgstr "wpFóro Webové stránky"
179
 
180
+ #: wpf-admin/dashboard.php:55 wpf-includes/wpf-phrases.php:505
181
  msgid "Support Forum"
182
  msgstr "Fórum Podpory"
183
 
184
+ #: wpf-admin/dashboard.php:62 wpf-admin/tools-tabs/debug.php:205
185
+ #: wpf-includes/wpf-phrases.php:475
186
  msgid "Server Information"
187
  msgstr "Informační Server"
188
 
189
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
190
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
191
+ #: wpf-includes/wpf-phrases.php:232
192
  msgid "Available"
193
  msgstr "K dispozici"
194
 
195
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
196
  msgid ""
197
  "The setTimestamp() method of PHP DateTime class is not available. Please "
198
  "make sure you use PHP 5.4 and higher version on your hosting service."
199
  msgstr ""
200
 
201
+ #: wpf-admin/dashboard.php:114 wpf-includes/wpf-phrases.php:235
202
  msgid "Board Statistic"
203
  msgstr "Přehled"
204
 
205
+ #: wpf-admin/dashboard.php:124 wpf-admin/options-tabs/posts.php:45
206
+ #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:750
207
+ #: wpf-includes/wpf-phrases.php:524
208
  msgid "Topics"
209
  msgstr "Témata"
210
 
211
+ #: wpf-admin/dashboard.php:128 wpf-admin/options-tabs/posts.php:46
212
+ #: wpf-includes/class-forums.php:750 wpf-includes/wpf-phrases.php:418
213
  msgid "Posts"
214
  msgstr "Příspěvky"
215
 
216
+ #: wpf-admin/dashboard.php:136 wpf-includes/wpf-phrases.php:365
217
  msgid "Members Online"
218
  msgstr "Uživatelé Online"
219
 
220
+ #: wpf-admin/dashboard.php:146
221
  msgid "Avatars Size"
222
  msgstr "Velikost avataru"
223
 
224
+ #: wpf-admin/dashboard.php:150
225
  msgid "Default Attachments Size"
226
  msgstr "Výchozí velikost přílohy"
227
 
228
+ #: wpf-admin/dashboard.php:156
229
  msgid "Advanced Attachments"
230
  msgstr ""
231
 
232
+ #: wpf-admin/dashboard.php:157
233
  msgid "file(s)"
234
  msgstr "soubor(y)"
235
 
236
+ #: wpf-admin/dashboard.php:160
237
  msgid "Advanced Attachments Size"
238
  msgstr ""
239
 
240
+ #: wpf-admin/dashboard.php:165
241
  msgid "Total Size"
242
  msgstr "Celková velikost"
243
 
244
+ #: wpf-admin/dashboard.php:175 wpf-includes/wpf-phrases.php:800
245
  msgid "Forum Maintenance"
246
  msgstr ""
247
 
248
+ #: wpf-admin/dashboard.php:177
249
  msgid ""
250
  "This process may take a few seconds or dozens of minutes, please be patient "
251
  "and don't close this page. If you got 500 Server Error please don't worry, "
252
  "the data updating process is still working in MySQL server."
253
  msgstr ""
254
 
255
+ #: wpf-admin/dashboard.php:191
256
  msgid "Delete All Caches"
257
  msgstr "Smazat všechny keše"
258
 
259
+ #: wpf-admin/dashboard.php:192
260
+ msgid "Clean Up"
261
+ msgstr ""
262
+
263
+ #: wpf-admin/dashboard.php:193 wpf-includes/wpf-phrases.php:802
264
  msgid "Update Forums Statistic"
265
  msgstr "Aktualizovat statistiky fóra"
266
 
267
+ #: wpf-admin/dashboard.php:194
268
  msgid "Update Topics Statistic"
269
  msgstr ""
270
 
271
+ #: wpf-admin/dashboard.php:195 wpf-includes/wpf-phrases.php:803
272
  msgid "Update Users Statistic"
273
  msgstr "Aktualizovat uživatelské statistiky"
274
 
275
+ #: wpf-admin/dashboard.php:196
276
+ msgid "Rebuild Phrases"
277
+ msgstr ""
278
+
279
+ #: wpf-admin/dashboard.php:197 wpf-includes/wpf-phrases.php:804
280
  msgid "Delete Phrase Cache"
281
  msgstr ""
282
 
283
+ #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:825
284
  msgid "Delete User Cache"
285
  msgstr ""
286
 
287
+ #: wpf-admin/dashboard.php:199
288
  msgid "Synch User Profiles"
289
  msgstr ""
290
 
291
+ #: wpf-admin/dashboard.php:200
292
+ msgid "Rebuild Threads"
293
+ msgstr ""
294
+
295
  #: wpf-admin/deactivation-dialog.php:9
296
  msgid "Plugin Usage Feedback"
297
  msgstr ""
310
  msgid "The plugin is not working"
311
  msgstr ""
312
 
313
+ #: wpf-admin/deactivation-dialog.php:30
314
  msgid "What kind of problems do you have?"
315
  msgstr ""
316
 
317
+ #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
318
+ #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
319
+ #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
320
+ #: wpf-admin/deactivation-dialog.php:144
321
+ msgid ""
322
+ "If you want us to contact you please click on \"I agree to receive email\" "
323
+ "checkbox, then fill out your email. We'll try to do our best to help you "
324
+ "with problems."
325
+ msgstr ""
326
+
327
+ #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
328
+ #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
329
+ #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
330
+ #: wpf-admin/deactivation-dialog.php:146
331
+ msgid "I agree to receive email"
332
+ msgstr ""
333
+
334
+ #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
335
+ #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
336
+ #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
337
+ #: wpf-admin/deactivation-dialog.php:151
338
+ msgid "email for feedback"
339
+ msgstr ""
340
+
341
+ #: wpf-admin/deactivation-dialog.php:46
342
  msgid "It's not what I was looking for"
343
  msgstr ""
344
 
345
+ #: wpf-admin/deactivation-dialog.php:50
346
  msgid "I couldn't understand how to make it work"
347
  msgstr ""
348
 
349
+ #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
350
  msgid "What type of features you want to be in the plugin?"
351
  msgstr ""
352
 
353
+ #: wpf-admin/deactivation-dialog.php:68
354
  msgid "The plugin is great, but I need specific features"
355
  msgstr ""
356
 
357
+ #: wpf-admin/deactivation-dialog.php:86
358
  msgid "I didn't like plugin design"
359
  msgstr ""
360
 
361
+ #: wpf-admin/deactivation-dialog.php:88
362
  msgid "What part of design you don't like or want to change?"
363
  msgstr ""
364
 
365
+ #: wpf-admin/deactivation-dialog.php:104
366
  msgid "The plugin works very slow"
367
  msgstr ""
368
 
369
+ #: wpf-admin/deactivation-dialog.php:106
370
  msgid ""
371
  "Could you please describe which features of the plugin slows down your "
372
  "website?"
373
  msgstr ""
374
 
375
+ #: wpf-admin/deactivation-dialog.php:122
376
  msgid "I found a better plugin"
377
  msgstr ""
378
 
379
+ #: wpf-admin/deactivation-dialog.php:124
380
  msgid "Please provide a plugin name or URL"
381
  msgstr ""
382
 
383
+ #: wpf-admin/deactivation-dialog.php:140
384
  msgid "Other"
385
  msgstr ""
386
 
387
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1408
388
  msgid "Please provide more information"
389
  msgstr ""
390
 
391
+ #: wpf-admin/deactivation-dialog.php:158
392
  msgid "Dismiss and never show again"
393
  msgstr ""
394
 
395
+ #: wpf-admin/deactivation-dialog.php:159
396
  msgid "Submit &amp; Deactivate"
397
  msgstr ""
398
 
399
+ #: wpf-admin/deactivation-dialog.php:162
400
  msgid "Thank you for your feedback!"
401
  msgstr ""
402
 
403
+ #: wpf-admin/forum.php:15 wpf-includes/functions.php:389
404
+ #: wpf-includes/wpf-phrases.php:487
405
  msgid "Show on screen"
406
  msgstr "Zobrazit na obrazovce"
407
 
408
+ #: wpf-admin/forum.php:17 wpf-admin/forum.php:188
409
+ #: wpf-includes/wpf-phrases.php:299
410
  msgid "Forum Options"
411
  msgstr "Nastavení Fóra"
412
 
413
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:409
414
  msgid "Permissions"
415
  msgstr "Opravnění"
416
 
417
+ #: wpf-admin/forum.php:19 wpf-includes/wpf-phrases.php:492
418
  msgid "Slug"
419
  msgstr "Slug"
420
 
421
+ #: wpf-admin/forum.php:20 wpf-includes/wpf-phrases.php:298
422
  msgid "Forum Meta"
423
  msgstr "Fórum Meta"
424
 
425
+ #: wpf-admin/forum.php:23 wpf-includes/wpf-phrases.php:459
426
  msgid "Screen Layout"
427
  msgstr "Rozvržení Obrazovky"
428
 
429
+ #: wpf-admin/forum.php:24 wpf-includes/wpf-phrases.php:395
430
  msgid "Number of Columns"
431
  msgstr "Počet Sloupců"
432
 
433
+ #: wpf-admin/forum.php:34 wpf-includes/functions.php:403
434
+ #: wpf-includes/wpf-phrases.php:460
435
  msgid "Screen Options"
436
  msgstr "Nastavení obrazovky"
437
 
438
+ #: wpf-admin/forum.php:45 wpf-includes/wpf-phrases.php:237
439
  msgid "Categories and Forums"
440
  msgstr "Kategorie a Fóra"
441
 
442
+ #: wpf-admin/forum.php:46 wpf-admin/options-tabs/general.php:99
443
+ #: wpf-admin/phrase.php:15 wpf-admin/usergroup.php:13
444
+ #: wpf-includes/wpf-phrases.php:206
445
  msgid "Add New"
446
  msgstr "Přidat nový"
447
 
448
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:188 wpf-admin/forum.php:234
449
+ #: wpf-admin/forum.php:272 wpf-admin/forum.php:294 wpf-admin/forum.php:302
450
+ #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
451
+ #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
452
+ #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
453
+ #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/features.php:75
454
+ #: wpf-admin/options-tabs/general.php:15 wpf-admin/options-tabs/general.php:19
455
+ #: wpf-admin/options-tabs/general.php:24 wpf-admin/options-tabs/general.php:34
456
+ #: wpf-admin/options-tabs/general.php:81 wpf-admin/options-tabs/general.php:92
457
+ #: wpf-admin/options-tabs/members.php:14 wpf-admin/options-tabs/members.php:28
458
+ #: wpf-admin/options-tabs/members.php:47 wpf-admin/options-tabs/members.php:88
459
+ #: wpf-admin/options-tabs/posts.php:139 wpf-admin/options-tabs/posts.php:144
460
+ #: wpf-admin/options-tabs/posts.php:151 wpf-admin/options-tabs/posts.php:157
461
+ #: wpf-admin/options-tabs/posts.php:162 wpf-admin/options-tabs/posts.php:169
462
+ #: wpf-admin/options-tabs/posts.php:184 wpf-admin/options-tabs/posts.php:200
463
+ #: wpf-admin/options-tabs/styles.php:44 wpf-admin/usergroup.php:29
464
+ #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
465
+ #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
466
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
467
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
468
+ #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
469
+ #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
470
+ #: wpf-themes/classic/functions.php:118 wpf-themes/classic/functions.php:125
471
+ #: wpf-themes/classic/functions.php:139 wpf-themes/classic/functions.php:149
472
  msgid "Read the documentation"
473
  msgstr ""
474
 
475
+ #: wpf-admin/forum.php:58
476
  msgid "Important Tips"
477
  msgstr ""
478
 
479
+ #: wpf-admin/forum.php:59 wpf-includes/wpf-phrases.php:411
480
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
481
  msgstr "Prosím přetáhněte fórum v panelu na nastavení child hierarchie."
482
 
483
+ #: wpf-admin/forum.php:60
484
  msgid ""
485
  "If a category (blue panels) does not have forums (grey panels) it will not "
486
  "be displayed on front-end. Each category should contain at least one forum."
487
  msgstr ""
488
 
489
+ #: wpf-admin/forum.php:61
490
  msgid ""
491
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
492
+ "Threaded), just edit the top (blue panels) category and set the layout you "
493
+ "want. Child forums' layout depends on the top category (blue panels) layout. "
494
+ "They cannot have a different layout."
495
  msgstr ""
496
 
497
+ #: wpf-admin/forum.php:77 wpf-includes/wpf-phrases.php:458
498
  msgid "Save forums order and hierarchy"
499
  msgstr "Uložit fórum a hierarchii."
500
 
501
+ #: wpf-admin/forum.php:173 wpf-includes/wpf-phrases.php:273
502
  msgid "Enter forum title here"
503
  msgstr "Zadejte název fóra zde"
504
 
505
+ #: wpf-admin/forum.php:178 wpf-includes/wpf-phrases.php:272
506
  msgid "Enter description here . . ."
507
  msgstr "Zadejte popis zde..."
508
 
509
+ #: wpf-admin/forum.php:179 wpf-includes/wpf-phrases.php:515
510
  msgid ""
511
  "This is a forum description. This content will be displayed under forum "
512
  "title on the forum list."
514
  "Tohle je popis fóra. Tento popis bude zobrazen pod názvem fóra v přehledu "
515
  "fór."
516
 
517
+ #: wpf-admin/forum.php:191 wpf-includes/wpf-phrases.php:407
518
  msgid "Parent Forum"
519
  msgstr "Nadřazené Fórum"
520
 
521
+ #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:390
522
  msgid "No parent"
523
  msgstr "Žádné nadřazené"
524
 
525
+ #: wpf-admin/forum.php:199 wpf-includes/wpf-phrases.php:532
526
  msgid "Use as Category"
527
  msgstr "Použít jako Kategorii"
528
 
529
+ #: wpf-admin/forum.php:201 wpf-admin/forum.php:270
530
+ #: wpf-includes/wpf-phrases.php:238
531
  msgid "Category Layout"
532
  msgstr "Rozvržení Kategorie"
533
 
534
+ #: wpf-admin/forum.php:209 wpf-includes/wpf-phrases.php:388
535
  msgid "No layout found."
536
  msgstr "Žádné rozvržení nebylo nalezeno."
537
 
538
+ #: wpf-admin/forum.php:217 wpf-admin/forum.php:225
539
+ #: wpf-includes/wpf-phrases.php:420
540
  msgid "Publish"
541
  msgstr "Publikovat"
542
 
543
+ #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:223
544
  msgid "Are you sure you want to delete this forum?"
545
  msgstr "Jste si jistí že chcete smazat toto fórum?"
546
 
547
+ #: wpf-admin/forum.php:221 wpf-admin/includes/member-listtable.php:91
548
+ #: wpf-admin/includes/member-listtable.php:235
549
+ #: wpf-admin/includes/moderation-listtable.php:92
550
+ #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
551
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
552
+ #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1401
553
+ #: wpf-includes/wpf-phrases.php:252
554
  msgid "Delete"
555
  msgstr "Smazat"
556
 
557
+ #: wpf-admin/forum.php:222 wpf-admin/includes/moderation-listtable.php:83
558
+ #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:770
559
+ #: wpf-includes/wpf-phrases.php:541
560
  msgid "View"
561
  msgstr "Zobrazit"
562
 
563
+ #: wpf-admin/forum.php:223 wpf-admin/phrase.php:108
564
+ #: wpf-includes/wpf-phrases.php:529
565
  msgid "Update"
566
  msgstr "Aktualizovat"
567
 
568
+ #: wpf-admin/forum.php:234
569
  msgid "Forum Permissions"
570
  msgstr ""
571
 
572
+ #: wpf-admin/forum.php:243
573
+ msgid "Additional Options"
574
+ msgstr ""
575
+
576
+ #: wpf-admin/forum.php:246
577
+ msgid "Forum Color"
578
+ msgstr ""
579
+
580
+ #: wpf-admin/forum.php:265
581
+ msgid "Current Layout of this Category"
582
+ msgstr ""
583
+
584
+ #: wpf-admin/forum.php:267
585
+ msgid "Current Layout of this Forum (inherited from parent category)"
586
+ msgstr ""
587
+
588
+ #: wpf-admin/forum.php:289
589
+ msgid ""
590
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
591
+ "Threaded). Use the \"Category Layout\" dropdown located on the top right "
592
+ "section to set the layout you want. This option is only available for "
593
+ "Categories (top parent forums). Other forums and sub-forums inherit it. They "
594
+ "cannot have a different layout, therefore the layout dropdown option becomes "
595
+ "disabled if this forum is not a Category."
596
+ msgstr ""
597
+
598
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:304
599
  msgid "Forum Slug"
600
  msgstr "Fórum Slug"
601
 
602
+ #: wpf-admin/forum.php:297 wpf-includes/wpf-phrases.php:508
603
  msgid ""
604
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
605
  "lowercase and contains only letters, numbers, and hyphens."
606
  msgstr "\"Slug\" je přátelská URL verze názvu."
607
 
608
+ #: wpf-admin/forum.php:302
609
  msgid "Forum Icon"
610
  msgstr "Ikona fóra"
611
 
612
+ #: wpf-admin/forum.php:305
613
  msgid "Font-awesome Icon"
614
  msgstr ""
615
 
616
+ #: wpf-admin/forum.php:307
617
  msgid "You can find all icons"
618
  msgstr ""
619
 
620
+ #: wpf-admin/forum.php:307
621
  msgid "here"
622
  msgstr "zde"
623
 
624
+ #: wpf-admin/forum.php:307
625
  msgid ""
626
  "Make sure you insert a class of font-awesome icon, it should start with fa- "
627
  "prefix like &quot;fas fa-comments&quot;."
628
  msgstr ""
629
 
630
+ #: wpf-admin/forum.php:313 wpf-includes/wpf-phrases.php:302
631
+ msgid "Forum SEO Description"
632
  msgstr "Fórum SEO"
633
 
634
+ #: wpf-admin/forum.php:316 wpf-includes/wpf-phrases.php:370
635
  msgid "Meta Description"
636
  msgstr "Meta Popis"
637
 
638
+ #: wpf-admin/forum.php:344 wpf-includes/wpf-phrases.php:514
639
  msgid "This action will also delete all sub-forums, topics and replies."
640
  msgstr "Tato akce smaže všechna sub-fóra, témata a odpovědi."
641
 
642
+ #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:323
643
  msgid ""
644
  "If you want to delete this forum and keep its sub-forums, topics and "
645
  "replies, please select a new target forum in dropdown below"
647
  "Pokud chcete smazat toto fórum a nesmazat při tom sub-fóra, témata a "
648
  "odpovědi tak prosím zadejte nové cílové fórum a přetáhněte."
649
 
650
+ #: wpf-admin/forum.php:361 wpf-includes/wpf-phrases.php:212
651
  msgid ""
652
  "All sub-forums, topics and replies will be attached to selected forum. "
653
  "Layout will be inherited from this forum."
655
  "Všechny sub-fóra, témata a odpovědi byli připojeny ke zvolenému fóru. "
656
  "Rozvržení bylo automaticky nastaveno k tomuto fóru."
657
 
658
+ #: wpf-admin/includes/member-listtable.php:53
659
+ #: wpf-admin/includes/phrase-listtable.php:53 wpf-includes/wpf-phrases.php:1000
660
+ msgid "default"
661
+ msgstr ""
662
+
663
+ #: wpf-admin/includes/member-listtable.php:87
664
+ msgid "Edit User"
665
+ msgstr ""
666
+
667
+ #: wpf-admin/includes/member-listtable.php:88
668
+ msgid "Edit Profile"
669
+ msgstr ""
670
+
671
+ #: wpf-admin/includes/member-listtable.php:89
672
+ msgid "Ban User"
673
+ msgstr ""
674
+
675
+ #: wpf-admin/includes/member-listtable.php:89
676
+ msgid "Are you sure, you want to BAN this user?"
677
+ msgstr ""
678
+
679
+ #: wpf-admin/includes/member-listtable.php:89
680
+ #: wpf-admin/includes/member-listtable.php:233
681
+ msgid "Ban"
682
+ msgstr ""
683
+
684
+ #: wpf-admin/includes/member-listtable.php:90
685
+ msgid "Unban User"
686
+ msgstr ""
687
+
688
+ #: wpf-admin/includes/member-listtable.php:90
689
+ msgid "Are you sure, you want to UNBAN this user?"
690
+ msgstr ""
691
+
692
+ #: wpf-admin/includes/member-listtable.php:90
693
+ #: wpf-admin/includes/member-listtable.php:234
694
+ msgid "Unban"
695
+ msgstr ""
696
+
697
+ #: wpf-admin/includes/member-listtable.php:91
698
+ msgid "Delete User"
699
+ msgstr ""
700
+
701
+ #: wpf-admin/includes/member-listtable.php:154
702
+ #: wpf-admin/includes/moderation-listtable.php:136
703
+ #: wpf-admin/includes/phrase-listtable.php:124 wpf-admin/usergroup.php:40
704
+ msgid "ID"
705
+ msgstr ""
706
+
707
+ #: wpf-admin/includes/member-listtable.php:155 wpf-includes/wpf-phrases.php:257
708
+ msgid "Display Name"
709
+ msgstr "Jméno"
710
+
711
+ #: wpf-admin/includes/member-listtable.php:156 wpf-includes/wpf-phrases.php:347
712
+ msgid "Login"
713
+ msgstr "Přihlásit se"
714
+
715
+ #: wpf-admin/includes/member-listtable.php:157 wpf-includes/wpf-phrases.php:261
716
+ msgid "Email"
717
+ msgstr "Email"
718
+
719
+ #: wpf-admin/includes/member-listtable.php:158 wpf-includes/wpf-phrases.php:317
720
+ msgid "Group"
721
+ msgstr "Skupina"
722
+
723
+ #: wpf-admin/includes/member-listtable.php:159 wpf-admin/usergroup.php:157
724
+ #: wpf-includes/wpf-phrases.php:17
725
+ msgid "Status"
726
+ msgstr ""
727
+
728
+ #: wpf-admin/includes/member-listtable.php:160
729
+ msgid "Last Login"
730
+ msgstr ""
731
+
732
+ #: wpf-admin/includes/member-listtable.php:161 wpf-includes/wpf-phrases.php:829
733
+ msgid "Forum Posts"
734
+ msgstr ""
735
+
736
+ #: wpf-admin/includes/member-listtable.php:162 wpf-includes/wpf-phrases.php:830
737
+ msgid "Blog Posts"
738
+ msgstr ""
739
+
740
+ #: wpf-admin/includes/member-listtable.php:163 wpf-includes/wpf-phrases.php:831
741
+ msgid "Blog Comments"
742
+ msgstr ""
743
+
744
+ #: wpf-admin/includes/member-listtable.php:258
745
+ msgid "Change usergroup to…"
746
+ msgstr ""
747
+
748
+ #: wpf-admin/includes/member-listtable.php:261
749
+ msgid "Change"
750
+ msgstr ""
751
+
752
+ #: wpf-admin/includes/member-listtable.php:370 wpf-includes/wpf-phrases.php:536
753
+ msgid "filter by group"
754
+ msgstr ""
755
+
756
+ #: wpf-admin/includes/member-listtable.php:391
757
+ msgid "filter by status"
758
+ msgstr ""
759
+
760
+ #: wpf-admin/includes/moderation-listtable.php:55
761
+ msgid "TOPIC"
762
+ msgstr ""
763
+
764
+ #: wpf-admin/includes/moderation-listtable.php:55
765
+ msgid "POST"
766
+ msgstr ""
767
+
768
+ #: wpf-admin/includes/moderation-listtable.php:57
769
+ msgid "YES"
770
+ msgstr ""
771
+
772
+ #: wpf-admin/includes/moderation-listtable.php:57
773
+ msgid "NO"
774
+ msgstr ""
775
+
776
+ #: wpf-admin/includes/moderation-listtable.php:86
777
+ #: wpf-admin/includes/moderation-listtable.php:189
778
+ msgid "Approve"
779
+ msgstr ""
780
+
781
+ #: wpf-admin/includes/moderation-listtable.php:89
782
+ #: wpf-admin/includes/moderation-listtable.php:191
783
+ msgid "Unapprove"
784
+ msgstr ""
785
+
786
+ #: wpf-admin/includes/moderation-listtable.php:92
787
+ #: wpf-includes/wpf-phrases.php:227
788
+ msgid "Are you sure you want to DELETE this item?"
789
+ msgstr ""
790
+
791
+ #: wpf-admin/includes/moderation-listtable.php:137
792
+ #: wpf-includes/functions-template.php:366
793
+ #: wpf-includes/functions-template.php:403
794
+ #: wpf-includes/functions-template.php:468
795
+ #: wpf-includes/functions-template.php:613
796
+ #: wpf-includes/functions-template.php:878
797
+ #: wpf-includes/functions-template.php:977
798
+ #: wpf-includes/functions-template.php:1033 wpf-includes/wpf-phrases.php:520
799
+ msgid "Title"
800
+ msgstr "Název"
801
+
802
+ #: wpf-admin/includes/moderation-listtable.php:138
803
+ msgid "Type"
804
+ msgstr ""
805
+
806
+ #: wpf-admin/includes/moderation-listtable.php:139
807
+ msgid "Created By"
808
+ msgstr ""
809
+
810
+ #: wpf-admin/includes/moderation-listtable.php:140
811
+ msgid "Created"
812
+ msgstr ""
813
+
814
+ #: wpf-admin/includes/moderation-listtable.php:141
815
+ msgid "Private"
816
+ msgstr ""
817
+
818
+ #: wpf-admin/includes/moderation-listtable.php:295
819
+ msgid "All Users"
820
+ msgstr ""
821
+
822
+ #: wpf-admin/includes/phrase-listtable.php:79
823
+ #: wpf-admin/includes/phrase-listtable.php:173 wpf-admin/usergroup.php:73
824
+ #: wpf-includes/wpf-phrases.php:259
825
+ msgid "Edit"
826
+ msgstr "Upravit"
827
+
828
+ #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
829
+ msgid "Original"
830
+ msgstr ""
831
+
832
+ #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
833
+ msgid "Translation"
834
+ msgstr ""
835
+
836
+ #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
837
+ msgid "Package"
838
+ msgstr ""
839
+
840
+ #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
841
+ msgid "Language"
842
+ msgstr ""
843
+
844
+ #: wpf-admin/includes/phrase-listtable.php:270
845
+ msgid "filter by package"
846
+ msgstr ""
847
+
848
+ #: wpf-admin/member.php:17 wpf-admin/moderation.php:17
849
+ #: wpf-admin/options-tabs/members.php:41 wpf-admin/phrase.php:120
850
+ msgid "Filter"
851
+ msgstr ""
852
+
853
+ #: wpf-admin/member.php:51
854
+ msgid "All"
855
+ msgstr ""
856
+
857
+ #: wpf-admin/member.php:57 wpf-includes/wpf-phrases.php:783
858
+ msgid "Active"
859
+ msgstr ""
860
+
861
+ #: wpf-admin/member.php:63 wpf-admin/themes.php:45
862
+ #: wpf-includes/wpf-phrases.php:324
863
+ msgid "Inactive"
864
+ msgstr "Neaktivní"
865
+
866
+ #: wpf-admin/member.php:69
867
+ msgid "Banned"
868
+ msgstr ""
869
+
870
  #: wpf-admin/moderation.php:10
871
  msgid "Topic and Post Moderation"
872
  msgstr ""
873
 
874
+ #: wpf-admin/moderation.php:40
875
+ msgid "Unapproved"
876
+ msgstr ""
877
+
878
+ #: wpf-admin/moderation.php:46
879
+ msgid "Published"
880
+ msgstr ""
881
+
882
+ #: wpf-admin/options-tabs/accesses.php:17 wpf-includes/wpf-phrases.php:207
883
  msgid "Add New Forum Access"
884
  msgstr "Přidat nový přístup k fóru"
885
 
886
+ #: wpf-admin/options-tabs/accesses.php:25 wpf-includes/wpf-phrases.php:201
887
  msgid "Access names"
888
  msgstr "Název přístupu"
889
 
890
+ #: wpf-admin/options-tabs/accesses.php:30
891
  msgid ""
892
  "Forum Accesses are designed to do a Forum specific user permission control. "
893
  "These are set of permissions which are attached to certain Usergeoup in each "
895
  "on their Usergroup."
896
  msgstr ""
897
 
898
+ #: wpf-admin/options-tabs/accesses.php:44
899
+ #: wpf-admin/options-tabs/accesses.php:45
900
+ #: wpf-admin/options-tabs/accesses.php:46
901
  msgid "This access is usually used for "
902
  msgstr ""
903
 
904
+ #: wpf-admin/options-tabs/accesses.php:44
905
  msgid "Guests"
906
  msgstr "Hosté"
907
 
908
+ #: wpf-admin/options-tabs/accesses.php:44
909
+ #: wpf-admin/options-tabs/accesses.php:45
910
+ #: wpf-admin/options-tabs/accesses.php:46
911
  msgid "usergroup"
912
  msgstr "uživatelská skupina"
913
 
914
+ #: wpf-admin/options-tabs/accesses.php:45 wpf-includes/wpf-phrases.php:812
915
  msgid "Registered"
916
  msgstr "Registrovaný"
917
 
918
+ #: wpf-admin/options-tabs/accesses.php:46 wpf-includes/wpf-phrases.php:810
919
  msgid "Admin"
920
  msgstr "Admin"
921
 
922
+ #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:758
923
+ #: wpf-includes/wpf-phrases.php:567
924
  msgid "edit"
925
  msgstr "upravit"
926
 
927
+ #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:225
928
  msgid ""
929
  "Are you sure you want to remove this access set? Usergroups which attached "
930
  "to this access will lost all forum permissions."
932
  "Jste si jistí že chcete odebrat tento přístup? Skupiny, které byli připojeny "
933
  "k tomuto přístupu ztratí všechna oprávnění."
934
 
935
+ #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:764
936
+ #: wpf-includes/wpf-phrases.php:566
 
937
  msgid "delete"
938
  msgstr "smazat"
939
 
940
+ #: wpf-admin/options-tabs/accesses.php:87 wpf-includes/wpf-phrases.php:200
941
  msgid "Access name"
942
  msgstr "Název přístupu"
943
 
944
+ #: wpf-admin/options-tabs/accesses.php:109 wpf-admin/usergroup.php:396
945
+ msgid "save"
946
+ msgstr "uložit"
947
 
948
+ #: wpf-admin/options-tabs/api.php:23
949
  msgid "Facebook API Configuration"
950
  msgstr "Konfigurace Facebook API"
951
 
952
+ #: wpf-admin/options-tabs/api.php:24
953
  msgid ""
954
  "In order to get an App ID and Secret Key from Facebook, you’ll need to "
955
  "register a new application. Don’t worry – its very easy, and your "
956
  "application doesn't need to do anything. We only need the keys."
957
  msgstr ""
958
 
959
+ #: wpf-admin/options-tabs/api.php:24
960
  msgid "Please follow to this instruction"
961
  msgstr ""
962
 
963
+ #: wpf-admin/options-tabs/api.php:27
964
  msgid "App ID"
965
  msgstr "App ID"
966
 
967
+ #: wpf-admin/options-tabs/api.php:28
968
  msgid "App Secret"
969
  msgstr "App Secret"
970
 
971
+ #: wpf-admin/options-tabs/api.php:33
972
  msgid "Facebook Login"
973
  msgstr ""
974
 
975
+ #: wpf-admin/options-tabs/api.php:34
976
  msgid "Adds Facebook Login button on Registration and Login pages."
977
  msgstr ""
978
 
979
+ #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
980
+ #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
981
+ #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:152
982
+ #: wpf-admin/options-tabs/forums.php:21 wpf-admin/options-tabs/members.php:95
983
+ #: wpf-admin/options-tabs/posts.php:54 wpf-admin/options-tabs/posts.php:74
984
+ #: wpf-admin/options-tabs/posts.php:86 wpf-admin/options-tabs/posts.php:108
985
+ #: wpf-admin/options-tabs/posts.php:120 wpf-admin/options-tabs/posts.php:132
986
+ #: wpf-admin/options-tabs/posts.php:215 wpf-admin/options-tabs/posts.php:224
987
+ #: wpf-admin/tools-tabs/legal.php:50 wpf-admin/tools-tabs/legal.php:62
988
+ #: wpf-admin/tools-tabs/legal.php:84 wpf-admin/tools-tabs/legal.php:119
989
+ #: wpf-admin/tools-tabs/legal.php:131 wpf-admin/tools-tabs/legal.php:150
990
  msgid "Enable"
991
  msgstr "Povolit"
992
 
993
+ #: wpf-admin/options-tabs/api.php:39 wpf-admin/options-tabs/api.php:51
994
+ #: wpf-admin/options-tabs/api.php:62 wpf-admin/options-tabs/api.php:73
995
+ #: wpf-admin/options-tabs/api.php:146 wpf-admin/options-tabs/api.php:153
996
+ #: wpf-admin/options-tabs/forums.php:22 wpf-admin/options-tabs/members.php:96
997
+ #: wpf-admin/options-tabs/posts.php:55 wpf-admin/options-tabs/posts.php:75
998
+ #: wpf-admin/options-tabs/posts.php:87 wpf-admin/options-tabs/posts.php:109
999
+ #: wpf-admin/options-tabs/posts.php:121 wpf-admin/options-tabs/posts.php:133
1000
+ #: wpf-admin/options-tabs/posts.php:216 wpf-admin/options-tabs/posts.php:225
1001
+ #: wpf-admin/tools-tabs/legal.php:51 wpf-admin/tools-tabs/legal.php:63
1002
+ #: wpf-admin/tools-tabs/legal.php:85 wpf-admin/tools-tabs/legal.php:120
1003
+ #: wpf-admin/tools-tabs/legal.php:132 wpf-admin/tools-tabs/legal.php:151
1004
  msgid "Disable"
1005
  msgstr "Zakázat"
1006
 
1007
+ #: wpf-admin/options-tabs/api.php:45
1008
  msgid "Facebook SDK for JavaScript"
1009
  msgstr ""
1010
 
1011
+ #: wpf-admin/options-tabs/api.php:46
1012
  msgid "Facebook API connection script (sharing, login, cross-posting...)"
1013
  msgstr ""
1014
 
1015
+ #: wpf-admin/options-tabs/api.php:57
1016
  msgid "Facebook Login button on User Login page"
1017
  msgstr ""
1018
 
1019
+ #: wpf-admin/options-tabs/api.php:68
1020
  msgid "Facebook Login button on User Registration page"
1021
  msgstr ""
1022
 
1023
+ #: wpf-admin/options-tabs/api.php:79
1024
  msgid "Redirect to this page after success login"
1025
  msgstr ""
1026
 
1027
+ #: wpf-admin/options-tabs/api.php:83 wpf-includes/wpf-phrases.php:819
1028
  msgid "Profile"
1029
  msgstr ""
1030
 
1031
+ #: wpf-admin/options-tabs/api.php:85
1032
  msgid "Custom"
1033
  msgstr ""
1034
 
1035
+ #: wpf-admin/options-tabs/api.php:87
1036
  msgid "Custom URL, e.g.: http://example.com/my-page/"
1037
  msgstr ""
1038
 
1039
+ #: wpf-admin/options-tabs/api.php:87
1040
  msgid "Custom URL"
1041
  msgstr ""
1042
 
1043
+ #: wpf-admin/options-tabs/api.php:94
1044
  msgid "Share Buttons"
1045
  msgstr ""
1046
 
1047
+ #: wpf-admin/options-tabs/api.php:103
1048
  msgid "Active Share Buttons"
1049
  msgstr ""
1050
 
1051
+ #: wpf-admin/options-tabs/api.php:104
1052
  msgid ""
1053
  "Check the checkbox below share options to activate. <b>Please note, that the "
1054
  "Facebook share button cannot be activated without Facebook API ID.</b> "
1056
  "and fill the API ID field in order to activate Facebook Share button."
1057
  msgstr ""
1058
 
1059
+ #: wpf-admin/options-tabs/api.php:138
1060
  msgid "Enable Share Buttons"
1061
  msgstr ""
1062
 
1063
+ #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
1064
+ #: wpf-admin/options-tabs/api.php:217
1065
  msgid "General Share Buttons"
1066
  msgstr ""
1067
 
1068
+ #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
1069
+ #: wpf-admin/options-tabs/api.php:229
1070
  msgid "Post Sharing Toggle"
1071
  msgstr ""
1072
 
1073
+ #: wpf-admin/options-tabs/api.php:162
1074
  msgid ""
1075
  "General share buttons are forum and topic sharing buttons. They are located "
1076
  "on the top and the bottom of each page. You can manage location of these "
1077
  "buttons using \"Share Buttons Location\" options bellow."
1078
  msgstr ""
1079
 
1080
+ #: wpf-admin/options-tabs/api.php:166
1081
  msgid "Grey"
1082
  msgstr ""
1083
 
1084
+ #: wpf-admin/options-tabs/api.php:167
1085
  msgid "Colored"
1086
  msgstr ""
1087
 
1088
+ #: wpf-admin/options-tabs/api.php:170
1089
  msgid "Icon"
1090
  msgstr ""
1091
 
1092
+ #: wpf-admin/options-tabs/api.php:171
1093
  msgid "Button"
1094
  msgstr ""
1095
 
1096
+ #: wpf-admin/options-tabs/api.php:172
1097
  msgid "Button &amp; Count"
1098
  msgstr ""
1099
 
1100
+ #: wpf-admin/options-tabs/api.php:179
1101
  msgid ""
1102
  "Post sharing toggle allows you to share posts individually. You can see post "
1103
  "sharing toggles on the left, right side or in top bar of each post. The "
1107
  "with original colors on mouse hover."
1108
  msgstr ""
1109
 
1110
+ #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1111
+ #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1112
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:143
1113
  msgid "Collapsed"
1114
  msgstr "Zabalené"
1115
 
1116
+ #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1117
+ #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1118
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:142
1119
  msgid "Expanded"
1120
  msgstr "Rozšířené"
1121
 
1122
+ #: wpf-admin/options-tabs/api.php:204
1123
  msgid "Mixed"
1124
  msgstr ""
1125
 
1126
+ #: wpf-admin/options-tabs/api.php:205
1127
  msgid "Figure"
1128
  msgstr ""
1129
 
1130
+ #: wpf-admin/options-tabs/api.php:206
1131
  msgid "Square"
1132
  msgstr ""
1133
 
1134
+ #: wpf-admin/options-tabs/api.php:212
1135
  msgid "Share Button Locations"
1136
  msgstr ""
1137
 
1138
+ #: wpf-admin/options-tabs/api.php:213
1139
  msgid ""
1140
  "The post sharing toggle can be displayed either on the left side or on the "
1141
  "top of each post. The general share buttons can be displayed on both (top "
1142
  "and bottom) locations."
1143
  msgstr ""
1144
 
1145
+ #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:295
1146
+ #: wpf-admin/options-tabs/features.php:103 wpf-admin/options-tabs/forums.php:29
1147
+ #: wpf-admin/options-tabs/general.php:106
1148
+ #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
1149
+ #: wpf-admin/options-tabs/styles.php:131 wpf-admin/tools-tabs/antispam.php:354
1150
+ #: wpf-admin/tools-tabs/cleanup.php:51 wpf-admin/tools-tabs/legal.php:181
1151
+ #: wpf-admin/tools-tabs/misc.php:140 wpf-includes/wpf-phrases.php:530
1152
  msgid "Update Options"
1153
  msgstr "Aktualizovat nastavení"
1154
 
1155
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:296
1156
+ #: wpf-admin/options-tabs/features.php:104 wpf-admin/options-tabs/forums.php:30
1157
+ #: wpf-admin/options-tabs/general.php:107
1158
+ #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
1159
+ #: wpf-admin/options-tabs/styles.php:132 wpf-admin/tools-tabs/antispam.php:355
1160
+ #: wpf-admin/tools-tabs/legal.php:182 wpf-admin/tools-tabs/misc.php:141
1161
+ msgid "Reset Options"
1162
+ msgstr ""
1163
+
1164
+ #: wpf-admin/options-tabs/emails.php:22
1165
  msgid "FROM Name"
1166
  msgstr ""
1167
 
1168
+ #: wpf-admin/options-tabs/emails.php:26
1169
  msgid "FROM Email Address"
1170
  msgstr ""
1171
 
1172
+ #: wpf-admin/options-tabs/emails.php:31
1173
  msgid "Forum Admins email addresses"
1174
  msgstr ""
1175
 
1176
+ #: wpf-admin/options-tabs/emails.php:32 wpf-includes/wpf-phrases.php:243
1177
  msgid ""
1178
  "Comma separated email addresses of forum administrators to get forum "
1179
  "notifications. For example post report messages."
1180
  msgstr ""
1181
 
1182
+ #: wpf-admin/options-tabs/emails.php:38
1183
  msgid "Notify Admins via email on new Topic"
1184
  msgstr ""
1185
 
1186
+ #: wpf-admin/options-tabs/emails.php:39
1187
  msgid ""
1188
  "Send Notification emails to all email addresses (comma separated ) of forum "
1189
  "administrators when a new Topic is created."
1190
  msgstr ""
1191
 
1192
+ #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1193
+ #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1194
+ #: wpf-admin/options-tabs/emails.php:238 wpf-admin/options-tabs/emails.php:267
1195
+ #: wpf-admin/options-tabs/features.php:90 wpf-admin/tools-tabs/antispam.php:32
1196
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
1197
+ #: wpf-admin/tools-tabs/antispam.php:90 wpf-admin/tools-tabs/antispam.php:161
1198
+ #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:180
1199
+ #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1200
+ #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1201
+ #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1202
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1038
1203
+ #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1204
+ #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:112
1205
+ #: wpf-themes/classic/functions.php:180 wpf-themes/classic/functions.php:208
1206
+ #: wpf-themes/classic/functions.php:263 wpf-themes/classic/functions.php:281
1207
  msgid "Yes"
1208
  msgstr "Ano"
1209
 
1210
+ #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1211
+ #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1212
+ #: wpf-admin/options-tabs/emails.php:239 wpf-admin/options-tabs/emails.php:268
1213
+ #: wpf-admin/options-tabs/features.php:92 wpf-admin/tools-tabs/antispam.php:33
1214
+ #: wpf-admin/tools-tabs/antispam.php:42 wpf-admin/tools-tabs/antispam.php:51
1215
+ #: wpf-admin/tools-tabs/antispam.php:91 wpf-admin/tools-tabs/antispam.php:162
1216
+ #: wpf-admin/tools-tabs/antispam.php:171 wpf-admin/tools-tabs/antispam.php:181
1217
+ #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1218
+ #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1219
+ #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1220
+ #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1039
1221
+ #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1222
+ #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:113
1223
+ #: wpf-themes/classic/functions.php:181 wpf-themes/classic/functions.php:209
1224
+ #: wpf-themes/classic/functions.php:264 wpf-themes/classic/functions.php:282
1225
  msgid "No"
1226
  msgstr "Ne"
1227
 
1228
+ #: wpf-admin/options-tabs/emails.php:50
1229
  msgid "Notify Admins via email on new Post"
1230
  msgstr ""
1231
 
1232
+ #: wpf-admin/options-tabs/emails.php:51
1233
  msgid ""
1234
  "Send Notification emails to all email addresses (comma separated ) of forum "
1235
  "administrators when a new Reply is created."
1236
  msgstr ""
1237
 
1238
+ #: wpf-admin/options-tabs/emails.php:62 wpf-includes/wpf-phrases.php:503
1239
  msgid "Subscription Emails"
1240
  msgstr "Emaily Odběratelů"
1241
 
1242
+ #: wpf-admin/options-tabs/emails.php:67 wpf-includes/wpf-phrases.php:500
1243
  msgid "Subscribe confirmation email subject"
1244
  msgstr "Potvrzení odběru subjektu email"
1245
 
1246
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:499
1247
  msgid "Subscribe confirmation email message"
1248
  msgstr "Potvrzení odběru potvrzovací email"
1249
 
1250
+ #: wpf-admin/options-tabs/emails.php:75
1251
+ msgid "Subscribed forum or topic title"
1252
+ msgstr ""
1253
+
1254
+ #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
1255
+ #: wpf-admin/options-tabs/emails.php:114
1256
+ msgid "Subscriber display name"
1257
+ msgstr ""
1258
+
1259
+ #: wpf-admin/options-tabs/emails.php:77
1260
+ msgid "Link to confirm subscription"
1261
+ msgstr ""
1262
+
1263
+ #: wpf-admin/options-tabs/emails.php:86 wpf-includes/wpf-phrases.php:381
1264
  msgid "New topic notification email subject"
1265
  msgstr "Nové téma upozornění email subjekt"
1266
 
1267
+ #: wpf-admin/options-tabs/emails.php:91 wpf-includes/wpf-phrases.php:380
1268
  msgid "New topic notification email message"
1269
  msgstr "Nové téma upozornění email zpráva"
1270
 
1271
+ #: wpf-admin/options-tabs/emails.php:94
1272
+ msgid "New topic author display name"
1273
+ msgstr ""
1274
+
1275
+ #: wpf-admin/options-tabs/emails.php:95
1276
+ msgid "Forum title / link"
1277
+ msgstr ""
1278
+
1279
+ #: wpf-admin/options-tabs/emails.php:96
1280
+ msgid "New topic title"
1281
+ msgstr ""
1282
+
1283
+ #: wpf-admin/options-tabs/emails.php:97
1284
+ msgid "New topic excerpt"
1285
+ msgstr ""
1286
+
1287
+ #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
1288
+ msgid "Link to unsubscribe"
1289
+ msgstr ""
1290
+
1291
+ #: wpf-admin/options-tabs/emails.php:107 wpf-includes/wpf-phrases.php:379
1292
  msgid "New reply notification email subject"
1293
  msgstr "Nová odpověď zpozornění email"
1294
 
1295
+ #: wpf-admin/options-tabs/emails.php:112 wpf-includes/wpf-phrases.php:378
1296
  msgid "New reply notification email message"
1297
  msgstr "Nová odpověď upozornění email zpráva"
1298
 
1299
+ #: wpf-admin/options-tabs/emails.php:115
1300
+ msgid "New reply author display name"
1301
+ msgstr ""
1302
+
1303
+ #: wpf-admin/options-tabs/emails.php:116
1304
+ msgid "Topic title / link"
1305
+ msgstr ""
1306
+
1307
+ #: wpf-admin/options-tabs/emails.php:117
1308
+ msgid "New reply title"
1309
+ msgstr ""
1310
+
1311
+ #: wpf-admin/options-tabs/emails.php:118
1312
+ msgid "New reply excerpt"
1313
+ msgstr ""
1314
+
1315
+ #: wpf-admin/options-tabs/emails.php:129 wpf-includes/wpf-phrases.php:413
1316
  msgid "Post Reporting Emails"
1317
  msgstr "Příspěvky nahlášení emaily"
1318
 
1319
+ #: wpf-admin/options-tabs/emails.php:130 wpf-includes/wpf-phrases.php:517
1320
  msgid "This message comes from post reporting pop-up form."
1321
  msgstr "Tato zpráva pochází s pop-up okna"
1322
 
1323
+ #: wpf-admin/options-tabs/emails.php:135 wpf-includes/wpf-phrases.php:452
1324
  msgid "Report message subject"
1325
  msgstr "Důvod nahlášení"
1326
 
1327
+ #: wpf-admin/options-tabs/emails.php:141 wpf-includes/wpf-phrases.php:451
1328
  msgid "Report message body"
1329
  msgstr "Zpráva nahlášení"
1330
 
1331
+ #: wpf-admin/options-tabs/emails.php:143
1332
+ msgid "Reporter user display name"
1333
+ msgstr ""
1334
+
1335
+ #: wpf-admin/options-tabs/emails.php:144
1336
+ msgid "Reporter user message"
1337
+ msgstr ""
1338
+
1339
+ #: wpf-admin/options-tabs/emails.php:145
1340
+ msgid "Reported post URL"
1341
+ msgstr ""
1342
+
1343
+ #: wpf-admin/options-tabs/emails.php:155
1344
  msgid "New User Registration Email for admins"
1345
  msgstr ""
1346
 
1347
+ #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
1348
  msgid "This message comes when new user registers to site"
1349
  msgstr ""
1350
 
1351
+ #: wpf-admin/options-tabs/emails.php:161
1352
+ msgid "Overwrite WordPress New User Registration Email for Admins"
1353
+ msgstr ""
1354
+
1355
+ #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
1356
  msgid "Message Subject"
1357
  msgstr ""
1358
 
1359
+ #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
1360
  msgid "Message Body"
1361
  msgstr ""
1362
 
1363
+ #: wpf-admin/options-tabs/emails.php:180
1364
+ msgid "Website name"
1365
  msgstr ""
1366
 
1367
+ #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1368
+ #: wpf-admin/options-tabs/emails.php:247
1369
+ msgid "Registered user login"
1370
  msgstr ""
1371
 
1372
+ #: wpf-admin/options-tabs/emails.php:182
1373
+ msgid "Registered user email"
1374
  msgstr ""
1375
 
1376
+ #: wpf-admin/options-tabs/emails.php:192
1377
+ msgid "New User Registration Email for user"
1378
  msgstr ""
1379
 
1380
+ #: wpf-admin/options-tabs/emails.php:198
1381
+ msgid "Overwrite WordPress New User Registration Email for Users"
1382
  msgstr ""
1383
 
1384
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
1385
+ msgid "Link to open password reset form"
1386
  msgstr ""
1387
 
1388
+ #: wpf-admin/options-tabs/emails.php:228
1389
+ msgid "Reset Password Emails"
1390
+ msgstr ""
1391
+
1392
+ #: wpf-admin/options-tabs/emails.php:229
1393
+ msgid "This message comes from Reset Password form."
1394
+ msgstr ""
1395
+
1396
+ #: wpf-admin/options-tabs/emails.php:234
1397
+ msgid "Overwrite WordPress Reset Password Emails"
1398
+ msgstr ""
1399
+
1400
+ #: wpf-admin/options-tabs/emails.php:245
1401
+ msgid "Reset Password message body"
1402
+ msgstr ""
1403
+
1404
+ #: wpf-admin/options-tabs/emails.php:258
1405
+ msgid "User Mentioning Email"
1406
+ msgstr ""
1407
+
1408
+ #: wpf-admin/options-tabs/emails.php:263
1409
+ msgid "Enable Email Notification"
1410
+ msgstr ""
1411
+
1412
+ #: wpf-admin/options-tabs/emails.php:273
1413
  msgid "User Mention message subject"
1414
  msgstr ""
1415
 
1416
+ #: wpf-admin/options-tabs/emails.php:278
1417
  msgid "User Mention message body"
1418
  msgstr ""
1419
 
1420
+ #: wpf-admin/options-tabs/emails.php:280
1421
+ msgid "Mentioned user display name"
1422
+ msgstr ""
1423
+
1424
+ #: wpf-admin/options-tabs/emails.php:281
1425
+ msgid "Post author display name"
1426
+ msgstr ""
1427
+
1428
+ #: wpf-admin/options-tabs/emails.php:282 wpf-includes/wpf-phrases.php:523
1429
+ msgid "Topic title"
1430
+ msgstr "Název tématu"
1431
+
1432
+ #: wpf-admin/options-tabs/emails.php:283
1433
+ msgid "Link to the post"
1434
+ msgstr ""
1435
+
1436
+ #: wpf-admin/options-tabs/emails.php:284
1437
+ msgid "Mentioned post excerpt"
1438
+ msgstr ""
1439
+
1440
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:480
1441
  msgid "Show Admin Bar for Members"
1442
  msgstr "Zobrazit Admin Bar pro Uživatelé"
1443
 
1444
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:518
1445
  msgid "This option doesn't affect website admins."
1446
  msgstr "Tohle nastavení nemá vliv na adminy webu."
1447
 
1448
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:482
1449
  msgid "Show Forum Page Title"
1450
  msgstr "Zobrazit název stránky fóra"
1451
 
1452
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:485
1453
  msgid "Show Top/Menu Bar"
1454
  msgstr "Zobrazit Vrchní menu bar."
1455
 
1456
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:484
1457
  msgid "Show Top Search"
1458
  msgstr "Zobrazit vrchní hledání"
1459
 
1460
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:481
1461
  msgid "Show Breadcrumb"
1462
  msgstr "Zobrazit Breadcrumb"
1463
 
1464
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:483
1465
  msgid "Show Forum Statistic"
1466
  msgstr "Zobrazit Statistiky Fóra"
1467
 
1473
  msgid "Enable WordPress Shortcodes in Post Content"
1474
  msgstr ""
1475
 
1476
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:883
1477
  msgid "Log Viewed Forums and Topics"
1478
  msgstr ""
1479
 
1480
+ #: wpf-admin/options-tabs/features.php:18
1481
+ msgid "Track Forum and Topic Current Viewers"
1482
+ msgstr ""
1483
 
1484
+ #: wpf-admin/options-tabs/features.php:19
1485
+ msgid "Topic Links Jump to First Unread Post"
1486
+ msgstr ""
1487
+
1488
+ #: wpf-admin/options-tabs/features.php:19
1489
+ msgid ""
1490
+ "If this option is enabled, all topic links on forums page and on topics page "
1491
+ "will refer to the first unread post. This behavior is only enabled for "
1492
+ "logged-in users."
1493
+ msgstr ""
1494
+
1495
+ #: wpf-admin/options-tabs/features.php:20
1496
+ msgid "Jump to First Unread Post with [new] Button in Topic Link"
1497
+ msgstr ""
1498
+
1499
+ #: wpf-admin/options-tabs/features.php:20
1500
+ msgid ""
1501
+ "Adds [new] button at the and of topic links, which jumps to the first unread "
1502
+ "post."
1503
+ msgstr ""
1504
+
1505
+ #: wpf-admin/options-tabs/features.php:21
1506
+ msgid "Profile Page"
1507
+ msgstr ""
1508
 
1509
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:822
1510
  msgid "Enable User Registration"
1511
  msgstr ""
1512
 
1513
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:823
1514
  msgid ""
1515
  "This option is not synced with WordPress \"Anyone can register\" option in "
1516
  "Dashboard > Settings > General admin page. If this option is enabled new "
1517
  "users will always be able to register."
1518
  msgstr ""
1519
 
1520
+ #: wpf-admin/options-tabs/features.php:23
1521
  msgid "Enable User Registration email confirmation"
1522
  msgstr ""
1523
 
1524
+ #: wpf-admin/options-tabs/features.php:23
1525
  msgid ""
1526
  "If you have enabled this option, after registering, user can not login "
1527
  "without confirming the email."
1528
  msgstr ""
1529
 
1530
+ #: wpf-admin/options-tabs/features.php:24
1531
+ msgid "Stop Sending Emails to Admins on New User Registration"
1532
+ msgstr ""
1533
+
1534
+ #: wpf-admin/options-tabs/features.php:24
1535
+ msgid ""
1536
+ "If you have enabled this option, after registering, the admin will not "
1537
+ "receive an email notification for newly registered user."
1538
+ msgstr ""
1539
+
1540
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:446
1541
  msgid "Replace Registration Page URL to Forum Registration Page URL"
1542
  msgstr ""
1543
 
1544
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:445
1545
  msgid "Replace Login Page URL to Forum Login Page URL"
1546
  msgstr ""
1547
 
1548
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:884
1549
  msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1550
  msgstr ""
1551
 
1552
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:442
1553
  msgid "Replace Author Avatar with Forum Profile Avatar"
1554
  msgstr "Nahradit Avatar Autora k profilu Fóra"
1555
 
1556
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:263
1557
  msgid "Enable Avatars"
1558
  msgstr "Povolit Avatary"
1559
 
1560
+ #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:264
1561
  msgid "Enable Custom Avatars"
1562
  msgstr "Povolit vlastní Avatary"
1563
 
1564
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:217
1565
  msgid "Allow Member Signature"
1566
  msgstr "Povolit Uživatelský podpis"
1567
 
1568
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:266
1569
  msgid "Enable Member Rating"
1570
  msgstr "Povolit Uživatelské hodnocení"
1571
 
1572
+ #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:267
1573
  msgid "Enable Member Rating Titles"
1574
  msgstr "Povolit Uživatelské tituly reputace"
1575
 
1576
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:265
1577
  msgid "Enable Member Cache"
1578
  msgstr ""
1579
 
1580
+ #: wpf-admin/options-tabs/features.php:35
1581
  msgid "Enable Object Cache"
1582
  msgstr ""
1583
 
1584
+ #: wpf-admin/options-tabs/features.php:36
1585
+ msgid "Enable Options Cache"
1586
+ msgstr ""
1587
+
1588
+ #: wpf-admin/options-tabs/features.php:37
1589
  msgid "Enable HTML Cache"
1590
  msgstr ""
1591
 
1592
+ #: wpf-admin/options-tabs/features.php:38
1593
  msgid "Enable Memory Cache"
1594
  msgstr ""
1595
 
1596
+ #: wpf-admin/options-tabs/features.php:39 wpf-includes/wpf-phrases.php:270
1597
  msgid "Enable wpForo SEO for Meta Titles"
1598
  msgstr "Povolit wpFóro SEO pro Meta Názvy"
1599
 
1600
+ #: wpf-admin/options-tabs/features.php:40 wpf-includes/wpf-phrases.php:269
1601
  msgid "Enable wpForo SEO for Meta Tags"
1602
  msgstr "Povolit wpFóro SEO pro Meta Tagy"
1603
 
1604
+ #: wpf-admin/options-tabs/features.php:41
1605
  msgid "Enable User Profile Page indexing"
1606
  msgstr ""
1607
 
1608
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:885
1609
  msgid "Enable RSS Feed"
1610
  msgstr ""
1611
 
1612
+ #: wpf-admin/options-tabs/features.php:43
1613
  msgid "Turn Off User Syncing Note"
1614
  msgstr ""
1615
 
1616
+ #: wpf-admin/options-tabs/features.php:44
1617
+ msgid "Enable User Notification"
1618
+ msgstr ""
1619
+
1620
+ #: wpf-admin/options-tabs/features.php:45
1621
+ msgid "Enable User Notification Live Update"
1622
+ msgstr ""
1623
+
1624
+ #: wpf-admin/options-tabs/features.php:46
1625
+ msgid "Display User Notification Bell on Menu Bar"
1626
+ msgstr ""
1627
+
1628
+ #: wpf-admin/options-tabs/features.php:47
1629
  msgid "BuddyPress Activity Integration"
1630
  msgstr ""
1631
 
1632
+ #: wpf-admin/options-tabs/features.php:47
1633
  msgid ""
1634
  "Posts members activity (new topic, new reply, post like) to BuddyPress "
1635
  "Profile Activity page."
1636
  msgstr ""
1637
 
1638
+ #: wpf-admin/options-tabs/features.php:48
1639
  msgid "BuddyPress Notification Integration"
1640
  msgstr ""
1641
 
1642
+ #: wpf-admin/options-tabs/features.php:48
1643
  msgid ""
1644
  "Creates notification on new forum reply in BuddyPress Profile Notification "
1645
  "page."
1646
  msgstr ""
1647
 
1648
+ #: wpf-admin/options-tabs/features.php:49
1649
  msgid "BuddyPress Profile Forum Tab Integration"
1650
  msgstr ""
1651
 
1652
+ #: wpf-admin/options-tabs/features.php:49
1653
  msgid ""
1654
  "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1655
  "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1656
  msgstr ""
1657
 
1658
+ #: wpf-admin/options-tabs/features.php:50
 
 
 
 
 
 
 
 
1659
  msgid "Ultimate Member Notification Integration"
1660
  msgstr ""
1661
 
1662
+ #: wpf-admin/options-tabs/features.php:50
1663
  msgid ""
1664
  "Creates notification on new forum reply in Ultimate Member Real-time "
1665
  "Notification system."
1666
  msgstr ""
1667
 
1668
+ #: wpf-admin/options-tabs/features.php:51
1669
  msgid "Ultimate Member Profile Forum Tab Integration"
1670
  msgstr ""
1671
 
1672
+ #: wpf-admin/options-tabs/features.php:51
1673
  msgid ""
1674
  "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1675
  "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1676
  msgstr ""
1677
 
1678
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:268
 
 
 
 
 
 
 
 
1679
  msgid "Enable wpForo Font-Awesome Lib"
1680
  msgstr "Povolit wpFóro Font-Awesome"
1681
 
1682
+ #: wpf-admin/options-tabs/features.php:53 wpf-includes/wpf-phrases.php:271
1683
  msgid "Enable Output Buffer"
1684
  msgstr ""
1685
 
1686
+ #: wpf-admin/options-tabs/features.php:53 wpf-includes/wpf-phrases.php:516
1687
  msgid ""
1688
  "This feature is useful if you're adding content before or after [wpforo] "
1689
  "shortcode in page content. Also it useful if forum is loaded before website "
1690
  "header, on top of the front-end."
1691
  msgstr ""
1692
 
1693
+ #: wpf-admin/options-tabs/features.php:54
1694
  msgid "Enable WordPress Date/Time Format"
1695
  msgstr ""
1696
 
1697
+ #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:787
1698
  msgid ""
1699
  "You can manage WordPress date and time format in WordPress Settings > "
1700
  "General admin page."
1701
  msgstr ""
1702
 
1703
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:798
1704
  msgid "Enable Subscription Confirmation"
1705
  msgstr ""
1706
 
1707
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:799
1708
  msgid "Forum and Topic subscription with double opt-in/confirmation system."
1709
  msgstr ""
1710
 
1711
+ #: wpf-admin/options-tabs/features.php:56
1712
  msgid "Topic subscription option on post editor"
1713
  msgstr ""
1714
 
1715
+ #: wpf-admin/options-tabs/features.php:56
1716
  msgid ""
1717
  "This option adds topic subscription checkbox next to new topic and post "
1718
  "submit button."
1719
  msgstr ""
1720
 
1721
+ #: wpf-admin/options-tabs/features.php:57
1722
  msgid "Topic subscription option on post editor - checked/enabled"
1723
  msgstr ""
1724
 
1725
+ #: wpf-admin/options-tabs/features.php:57
1726
  msgid ""
1727
  "Enable this option if you want the topic subscription checkbox to be checked "
1728
  "by default."
1729
  msgstr ""
1730
 
1731
+ #: wpf-admin/options-tabs/features.php:58
1732
  msgid "Role-Usergroup Synchronization"
1733
  msgstr ""
1734
 
1735
+ #: wpf-admin/options-tabs/features.php:58
1736
  msgid ""
1737
  "Keep enabled this option to synch WordPress User Roles with Forum "
1738
  "Usergroups. This connection allows to automatically change Usergroup of a "
1744
  "Usergroups."
1745
  msgstr ""
1746
 
1747
+ #: wpf-admin/options-tabs/features.php:59 wpf-includes/wpf-phrases.php:826
1748
  msgid "Insert Forum Attachments to Media Library"
1749
  msgstr ""
1750
 
1751
+ #: wpf-admin/options-tabs/features.php:59 wpf-includes/wpf-phrases.php:827
1752
  msgid ""
1753
  "Enable this option to be able manage forum attachments in Dashboard > Media "
1754
  "> Library admin page."
1755
  msgstr ""
1756
 
1757
+ #: wpf-admin/options-tabs/features.php:60
1758
+ msgid "Frontend Admin Control Panel"
1759
+ msgstr ""
1760
+
1761
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:791
1762
  msgid "Enable Debug Mode"
1763
  msgstr ""
1764
 
1765
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:792
1766
  msgid ""
1767
  "If you got some issue with wpForo, please enable this option before asking "
1768
  "for support, this outputs hidden important information to help us debug your "
1769
  "issue."
1770
  msgstr ""
1771
 
1772
+ #: wpf-admin/options-tabs/features.php:62 wpf-includes/wpf-phrases.php:320
1773
  msgid "Help wpForo to grow, show plugin info"
1774
  msgstr "Pomoc wpFóru k růstu a ukaž informace o pluginu"
1775
 
1776
+ #: wpf-admin/options-tabs/features.php:62 wpf-includes/wpf-phrases.php:412
1777
  msgid ""
1778
  "Please enable this option to help wpForo get more popularity as your thank "
1779
  "to the hard work we do for you totally free. This option adds a very small "
1785
  "plně zdarma. Toto nastavení přidá velmi malou ikonku do zápatí fóra přes "
1786
  "kterou když přejede návštěvník tak se mu zobrazí informace o pluginu."
1787
 
1788
+ #: wpf-admin/options-tabs/features.php:81
1789
+ msgid ""
1790
+ "wpForo Profile only for the forum, WordPress Profile for others, including "
1791
+ "comment authors, post authors and etc..."
1792
+ msgstr ""
1793
+
1794
+ #: wpf-admin/options-tabs/features.php:81 wpf-admin/usergroup.php:37
1795
+ #: wpf-includes/wpf-hooks.php:1395
1796
+ msgid "Default"
1797
+ msgstr ""
1798
+
1799
+ #: wpf-admin/options-tabs/features.php:82
1800
+ msgid ""
1801
+ "wpForo Profile for the whole website including forum, comment authors, post "
1802
+ "authors and etc..."
1803
+ msgstr ""
1804
+
1805
+ #. Plugin Name of the plugin/theme
1806
+ #: wpf-admin/options-tabs/features.php:82
1807
+ msgid "wpForo"
1808
+ msgstr "wpForo"
1809
+
1810
+ #: wpf-admin/options-tabs/features.php:83
1811
+ msgid "BuddyPress Profile for the whole website including forum."
1812
+ msgstr ""
1813
+
1814
+ #: wpf-admin/options-tabs/features.php:83
1815
+ msgid "BuddyPress"
1816
+ msgstr ""
1817
+
1818
+ #: wpf-admin/options-tabs/features.php:84
1819
+ msgid "Ultimate Member Profile for the whole website including forum."
1820
+ msgstr ""
1821
+
1822
+ #: wpf-admin/options-tabs/features.php:84
1823
+ msgid "Ultimate Member"
1824
+ msgstr ""
1825
+
1826
+ #: wpf-admin/options-tabs/features.php:87
1827
  msgid "Sitewide"
1828
  msgstr ""
1829
 
1830
+ #: wpf-admin/options-tabs/features.php:88 wpf-includes/class-subscribes.php:25
1831
+ #: wpf-includes/wpf-phrases.php:287 wpforo.php:414
1832
  msgid "Forum"
1833
  msgstr "Fórum"
1834
 
1835
+ #: wpf-admin/options-tabs/features.php:93
1836
  msgid "Thank you!"
1837
  msgstr ""
1838
 
1839
+ #: wpf-admin/options-tabs/forums.php:16
1840
+ msgid "Display Forum Current Viewers"
1841
+ msgstr ""
1842
+
1843
+ #: wpf-admin/options-tabs/forums.php:17
1844
+ msgid ""
1845
+ "Displays information about forum current viewers (x viewing) next to forum "
1846
+ "title."
1847
+ msgstr ""
1848
+
1849
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:307
1850
  msgid "Forum Title"
1851
  msgstr "Název Fóra"
1852
 
1853
+ #: wpf-admin/options-tabs/general.php:19 wpf-includes/wpf-phrases.php:294
1854
  msgid "Forum Description"
1855
  msgstr "Popis Fóra"
1856
 
1857
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:293
1858
  msgid "Forum Base URL"
1859
  msgstr "Základní odkaz Fóra"
1860
 
1861
+ #: wpf-admin/options-tabs/general.php:25
1862
  msgid ""
1863
  "If you want to set forum on home page, please do not use the \"Turn "
1864
  "WordPress to wpForo\" option. The correct instruction can be found in "
1865
  "documentation here"
1866
  msgstr ""
1867
 
1868
+ #: wpf-admin/options-tabs/general.php:25
1869
  msgid "Set Forum on Home Page"
1870
  msgstr ""
1871
 
1872
+ #: wpf-admin/options-tabs/general.php:34 wpf-includes/wpf-phrases.php:836
1873
  msgid "Turn WordPress to wpForo"
1874
  msgstr ""
1875
 
1876
+ #: wpf-admin/options-tabs/general.php:35
1877
  msgid ""
1878
  "This option will disable WordPress on front-end. Only forum pages and "
1879
  "excluded post/pages will be available. wpForo will look like as a stand-"
1880
  "alone forum."
1881
  msgstr ""
1882
 
1883
+ #: wpf-admin/options-tabs/general.php:38
1884
  msgid "Exclude page URLs"
1885
  msgstr ""
1886
 
1887
+ #: wpf-admin/options-tabs/general.php:38
1888
  msgid "one URL per line"
1889
  msgstr ""
1890
 
1891
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2648
1892
  msgid "Visit Forum"
1893
  msgstr ""
1894
 
1895
+ #: wpf-admin/options-tabs/general.php:51
1896
  msgid ""
1897
  "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1898
  msgstr ""
1899
 
1900
+ #: wpf-admin/options-tabs/general.php:51
1901
  msgid "support topic"
1902
  msgstr ""
1903
 
1904
+ #: wpf-admin/options-tabs/general.php:53
1905
  msgid "Forum Page ID"
1906
  msgstr ""
1907
 
1908
+ #: wpf-admin/options-tabs/general.php:55
1909
+ msgid "Forum XML Sitemap URL"
1910
+ msgstr ""
1911
+
1912
+ #: wpf-admin/options-tabs/general.php:61
1913
  msgid "Forum Page Slugs (URL Paths)"
1914
  msgstr ""
1915
 
1916
+ #: wpf-admin/options-tabs/general.php:62
1917
  msgid ""
1918
  "Here you can set custom base paths for forum pages. For example the default "
1919
  "Profile URL base path is /profile/, if this conflicts with other plugins you "
1920
  "can change it to /user/ or so..."
1921
  msgstr ""
1922
 
1923
+ #: wpf-admin/options-tabs/general.php:81 wpf-includes/wpf-phrases.php:250
1924
  msgid "Dashboard Menu Position"
1925
  msgstr "Pozice menu nástěnky"
1926
 
1927
+ #: wpf-admin/options-tabs/general.php:82 wpf-includes/wpf-phrases.php:509
1928
  msgid "The position in the menu order wpForo should appear."
1929
  msgstr "Pozice"
1930
 
1931
+ #: wpf-admin/options-tabs/general.php:83 wpf-includes/wpf-phrases.php:534
1932
  msgid ""
1933
  "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1934
  "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
1936
  "below second separator"
1937
  msgstr ""
1938
 
1939
+ #: wpf-admin/options-tabs/general.php:87
1940
  msgid "More info"
1941
  msgstr ""
1942
 
1943
+ #: wpf-admin/options-tabs/general.php:92
1944
  msgid "XML Based Language"
1945
  msgstr ""
1946
 
1947
+ #: wpf-admin/options-tabs/general.php:93
1948
  msgid ""
1949
  "This option is only related to XML language files. You should upload a "
1950
  "translation XML file to have a new language option in this drop-down. If you "
1952
  "Dashboard > Settings admin page to load according translation for wpForo."
1953
  msgstr ""
1954
 
1955
+ #: wpf-admin/options-tabs/general.php:120 wpf-includes/wpf-phrases.php:330
1956
  msgid "Language XML file"
1957
  msgstr "Jazyk XML soubor"
1958
 
1959
+ #: wpf-admin/options-tabs/general.php:129 wpf-includes/wpf-phrases.php:208
1960
  msgid "Add New Language"
1961
  msgstr "Přidat nový Jazyk"
1962
 
1963
+ #: wpf-admin/options-tabs/members.php:14 wpf-includes/wpf-phrases.php:403
1964
  msgid "Online status timeout"
1965
  msgstr "Online status vypršel"
1966
 
1967
+ #: wpf-admin/options-tabs/members.php:17 wpf-admin/options-tabs/posts.php:147
1968
+ #: wpf-admin/options-tabs/posts.php:154 wpf-admin/options-tabs/posts.php:165
1969
+ #: wpf-admin/options-tabs/posts.php:172 wpf-includes/wpf-phrases.php:576
1970
  msgid "minutes"
1971
  msgstr "minutama"
1972
 
1973
+ #: wpf-admin/options-tabs/members.php:21
1974
  msgid "Number of Members per Page"
1975
  msgstr ""
1976
 
1977
+ #: wpf-admin/options-tabs/members.php:28 wpf-includes/wpf-phrases.php:366
1978
  msgid "Members URL structure"
1979
  msgstr "Uživatelská URL struktura"
1980
 
1981
+ #: wpf-admin/options-tabs/members.php:37 wpf-includes/wpf-phrases.php:886
1982
  msgid "Members Search Type"
1983
  msgstr ""
1984
 
1985
+ #: wpf-admin/options-tabs/members.php:40 wpf-includes/wpf-phrases.php:461
 
1986
  msgid "Search"
1987
  msgstr "Hledat"
1988
 
1989
+ #: wpf-admin/options-tabs/members.php:47 wpf-includes/wpf-phrases.php:248
 
 
 
 
1990
  msgid "Custom Authorization URLs"
1991
  msgstr ""
1992
 
1993
+ #: wpf-admin/options-tabs/members.php:49
1994
  msgid ""
1995
  "Use this option only if you have set other pages for authorization. \n"
1996
  " wpForo doesn't change its own URLs, these options "
1999
  "Member plugin you can set these values:"
2000
  msgstr ""
2001
 
2002
+ #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
2003
+ #: wpf-includes/wpf-phrases.php:348
2004
  msgid "Login URL"
2005
  msgstr "Přihlásit se odkaz (URL)"
2006
 
2007
+ #: wpf-admin/options-tabs/members.php:53 wpf-admin/options-tabs/members.php:59
2008
+ #: wpf-includes/wpf-phrases.php:438
2009
  msgid "Register URL"
2010
  msgstr "Registrace odkaz (URL)"
2011
 
2012
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:350
2013
  msgid "Lost Password URL"
2014
  msgstr "Ztracené heslo odkaz (URL)"
2015
 
2016
+ #: wpf-admin/options-tabs/members.php:66
2017
  msgid "Custom Redirection URLs after following actions"
2018
  msgstr ""
2019
 
2020
+ #: wpf-admin/options-tabs/members.php:68
2021
  msgid "For member profile, account and subscription pages use following URLs:"
2022
  msgstr ""
2023
 
2024
+ #: wpf-admin/options-tabs/members.php:80
2025
  msgid "Redirect after login"
2026
  msgstr ""
2027
 
2028
+ #: wpf-admin/options-tabs/members.php:81
2029
  msgid "Redirect after registration"
2030
  msgstr ""
2031
 
2032
+ #: wpf-admin/options-tabs/members.php:82
2033
  msgid "Redirect after subscription confirmation"
2034
  msgstr ""
2035
 
2036
+ #: wpf-admin/options-tabs/members.php:88 wpf-includes/wpf-phrases.php:361
2037
  msgid "Member Reputation and Titles"
2038
  msgstr ""
2039
 
2040
+ #: wpf-admin/options-tabs/members.php:92
2041
  msgid "Member Custom Titles"
2042
  msgstr ""
2043
 
2044
+ #: wpf-admin/options-tabs/members.php:101
2045
  msgid "Member Custom Title by default"
2046
  msgstr ""
2047
 
2048
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1586
2049
+ #: wpf-includes/wpf-phrases.php:433
2050
  msgid "Rating Level"
2051
  msgstr "Úroveň hodnocení"
2052
 
2053
+ #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:371
2054
  msgid "Min Number of Posts"
2055
  msgstr "Minimální počet příspěvků"
2056
 
2057
+ #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:362
2058
  msgid "Member Title"
2059
  msgstr "Titul Uživatele"
2060
 
2061
+ #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:479
2062
  msgid "Short Badge"
2063
  msgstr "Malý Odznak"
2064
 
2065
+ #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:314
2066
  msgid "Full Badge"
2067
  msgstr "Velký Odznak"
2068
 
2069
+ #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:431
2070
  msgid "Rating Color"
2071
  msgstr "Barva Hodnocení"
2072
 
2073
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:432
2074
  msgid "Rating Icon"
2075
  msgstr "Ikonka Hodnocení"
2076
 
2077
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:373
2078
  msgid "More"
2079
  msgstr "Více"
2080
 
2081
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1594
2082
+ #: wpf-includes/wpf-phrases.php:344
2083
  msgid "Level"
2084
  msgstr "Úroveň"
2085
 
2086
+ #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:397
2087
  msgid "Number of Posts"
2088
  msgstr "Počet Příspěvků"
2089
 
2090
+ #: wpf-admin/options-tabs/members.php:124 wpf-includes/wpf-phrases.php:249
2091
  msgid "Custom Title"
2092
  msgstr "Vlastní Titul"
2093
 
2094
+ #: wpf-admin/options-tabs/members.php:127 wpf-admin/usergroup.php:39
2095
+ #: wpf-includes/wpf-phrases.php:242
2096
  msgid "Color"
2097
  msgstr "Barva"
2098
 
2099
+ #: wpf-admin/options-tabs/members.php:128 wpf-includes/wpf-phrases.php:234
2100
  msgid "Badge Icon"
2101
  msgstr "Ikonka Odznaku"
2102
 
2103
+ #: wpf-admin/options-tabs/members.php:134
2104
  msgid "Enable Reputation Titles for selected usergroups"
2105
  msgstr ""
2106
 
2107
+ #: wpf-admin/options-tabs/members.php:135
2108
  msgid ""
2109
  "This option depends on \"Enable Member Rating Titles\" parent option, witch "
2110
  "located in wpForo Settings > Features Tab"
2111
  msgstr ""
2112
 
2113
+ #: wpf-admin/options-tabs/members.php:148
2114
  msgid "Enable Reputation Badges for selected usergroups"
2115
  msgstr ""
2116
 
2117
+ #: wpf-admin/options-tabs/members.php:149
2118
  msgid ""
2119
  "This option depends on \"Enable Member Rating\" parent option, witch located "
2120
  "in wpForo Settings > Features Tab"
2121
  msgstr ""
2122
 
2123
+ #: wpf-admin/options-tabs/members.php:162
2124
  msgid "Display Usergroup under Post Author Avatar"
2125
  msgstr ""
2126
 
2127
+ #: wpf-admin/options-tabs/members.php:175
2128
+ msgid "Display Secondary Usergroups under Post Author Avatar"
2129
+ msgstr ""
2130
+
2131
  #: wpf-admin/options-tabs/plugins.php:9
2132
  msgid ""
2133
  "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2148
  "\"Ankety\", \"Soukromé Zprávy\" a \"Manažér reklam\" budou dostupné již "
2149
  "brzy. Jak addony aktivujete zobrazí se vám v nastavení fóra."
2150
 
2151
+ #: wpf-admin/options-tabs/posts.php:16
2152
+ msgid "Topic content minimum length"
2153
+ msgstr ""
2154
+
2155
+ #: wpf-admin/options-tabs/posts.php:22
2156
+ msgid "Topic content maximum length"
2157
+ msgstr ""
2158
+
2159
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2160
+ #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:222
2161
+ msgid "Set this option value 0 if you want to remove this limit."
2162
+ msgstr ""
2163
+
2164
+ #: wpf-admin/options-tabs/posts.php:29
2165
+ msgid "Post content minimum length"
2166
+ msgstr ""
2167
+
2168
+ #: wpf-admin/options-tabs/posts.php:35
2169
+ msgid "Post content maximum length"
2170
+ msgstr ""
2171
+
2172
+ #: wpf-admin/options-tabs/posts.php:42
2173
  msgid "Recent Posts Display Type"
2174
  msgstr ""
2175
 
2176
+ #: wpf-admin/options-tabs/posts.php:51
2177
  msgid "Enable Topic Tags"
2178
  msgstr ""
2179
 
2180
+ #: wpf-admin/options-tabs/posts.php:60
2181
  msgid "Maximum Number of Tags per Topic"
2182
  msgstr ""
2183
 
2184
+ #: wpf-admin/options-tabs/posts.php:64
2185
+ msgid "Number of Tags per Page"
2186
+ msgstr ""
2187
+
2188
+ #: wpf-admin/options-tabs/posts.php:69
2189
  msgid "Display Topic Editing Information"
2190
  msgstr ""
2191
 
2192
+ #: wpf-admin/options-tabs/posts.php:70
2193
  msgid ""
2194
  "The post edit logging information \"This post was modified 2 hours ago by "
2195
  "John\" is displayed under modified topic first post content.."
2196
  msgstr ""
2197
 
2198
+ #: wpf-admin/options-tabs/posts.php:81
2199
  msgid "Display Post Editing Information"
2200
  msgstr ""
2201
 
2202
+ #: wpf-admin/options-tabs/posts.php:82
2203
  msgid ""
2204
  "The post edit logging information \"This post was modified 2 hours ago by "
2205
  "John\" is displayed under modified post content.."
2206
  msgstr ""
2207
 
2208
+ #: wpf-admin/options-tabs/posts.php:93
2209
  msgid "Limit Post Editing Information"
2210
  msgstr ""
2211
 
2212
+ #: wpf-admin/options-tabs/posts.php:94
2213
  msgid ""
2214
  "Limit the post edit logging information \"This post was modified 2 hours ago "
2215
  "by John\""
2216
  msgstr ""
2217
 
2218
+ #: wpf-admin/options-tabs/posts.php:95
2219
  msgid "Set this option value 0 if you want to disable limiting"
2220
  msgstr ""
2221
 
2222
+ #: wpf-admin/options-tabs/posts.php:103
2223
+ msgid "Display Topic Current Viewers"
2224
+ msgstr ""
2225
+
2226
+ #: wpf-admin/options-tabs/posts.php:104
2227
+ msgid "Displays information about topic current viewers (users and guests)"
2228
+ msgstr ""
2229
+
2230
+ #: wpf-admin/options-tabs/posts.php:115
2231
+ msgid "Display Topic Recent Viewers"
2232
+ msgstr ""
2233
+
2234
+ #: wpf-admin/options-tabs/posts.php:116
2235
+ msgid ""
2236
+ "Displays information about topic recent viewers (users visited within last "
2237
+ "one hour)"
2238
+ msgstr ""
2239
+
2240
+ #: wpf-admin/options-tabs/posts.php:127
2241
+ msgid "Display Admins with Topic Viewers"
2242
+ msgstr ""
2243
+
2244
+ #: wpf-admin/options-tabs/posts.php:128
2245
+ msgid ""
2246
+ "By disabling this option you can exclude forum administrators from topic "
2247
+ "viewers list."
2248
+ msgstr ""
2249
+
2250
+ #: wpf-admin/options-tabs/posts.php:139 wpf-includes/wpf-phrases.php:399
2251
  msgid "Number of Topics per Page"
2252
  msgstr "Počet témat na stránku"
2253
 
2254
+ #: wpf-admin/options-tabs/posts.php:144 wpf-includes/wpf-phrases.php:216
2255
  msgid "Allow Edit Own Topic for"
2256
  msgstr "Povolit úpravu tématu po dobu"
2257
 
2258
+ #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
2259
+ #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
2260
  msgid "Set this option value 0 if you want to remove time limit."
2261
  msgstr ""
2262
 
2263
+ #: wpf-admin/options-tabs/posts.php:151 wpf-includes/wpf-phrases.php:213
2264
  msgid "Allow Delete Own Topic for"
2265
  msgstr "Povolit smazání tématu po dobu"
2266
 
2267
+ #: wpf-admin/options-tabs/posts.php:157 wpf-includes/wpf-phrases.php:398
2268
  msgid "Number of Posts per Page"
2269
  msgstr "Počet příspěvků na stránku"
2270
 
2271
+ #: wpf-admin/options-tabs/posts.php:162 wpf-includes/wpf-phrases.php:215
2272
  msgid "Allow Edit Own Post for"
2273
  msgstr "Povolit upravování příspěvků po dobu"
2274
 
2275
+ #: wpf-admin/options-tabs/posts.php:169 wpf-includes/wpf-phrases.php:214
2276
  msgid "Allow Delete Own post for"
2277
  msgstr "Povolit smazání příspěvku pro"
2278
 
2279
+ #: wpf-admin/options-tabs/posts.php:176
2280
+ msgid "Number of maximum search results"
2281
+ msgstr ""
2282
+
2283
+ #: wpf-admin/options-tabs/posts.php:184 wpf-includes/wpf-phrases.php:355
2284
  msgid "Maximum upload file size"
2285
  msgstr "Maximální velikost nahraného souboru"
2286
 
2287
+ #: wpf-admin/options-tabs/posts.php:185 wpf-includes/wpf-phrases.php:556
2288
  msgid ""
2289
  "You can not set this value more than \"upload_max_filesize\" and "
2290
  "\"post_max_size\". If you want to increase server parameters please contact "
2294
  "\"max_velikost příspěvku\". Pokud chcete navýšit parametry serveru "
2295
  "kontaktujte váš hosting."
2296
 
2297
+ #: wpf-admin/options-tabs/posts.php:188 wpf-includes/wpf-phrases.php:352
2298
  msgid "MB"
2299
  msgstr "MB"
2300
 
2301
+ #: wpf-admin/options-tabs/posts.php:191 wpf-includes/wpf-phrases.php:474
2302
  msgid "Server \"upload_max_filesize\" is "
2303
  msgstr "Server \"max_velikost nahraného souboru\" je"
2304
 
2305
+ #: wpf-admin/options-tabs/posts.php:192 wpf-includes/wpf-phrases.php:473
2306
  msgid "Server \"post_max_size\" is "
2307
  msgstr "Server \"max_velikost příspěvku\" je"
2308
 
2309
+ #: wpf-admin/options-tabs/posts.php:200
2310
  msgid "Attachment click - message for non-permitted users"
2311
  msgstr ""
2312
 
2313
+ #: wpf-admin/options-tabs/posts.php:201
2314
  msgid ""
2315
  "This message will be displayed when a non-permitted forum member clicks on "
2316
  "attached file link in topic and posts."
2317
  msgstr ""
2318
 
2319
+ #: wpf-admin/options-tabs/posts.php:209
2320
+ msgid "Post Preview and Draft Saving"
2321
+ msgstr ""
2322
+
2323
+ #: wpf-admin/options-tabs/posts.php:219
2324
+ msgid "Post Preview"
2325
+ msgstr ""
2326
+
2327
+ #: wpf-admin/options-tabs/posts.php:228
2328
+ msgid "Post Draft"
2329
+ msgstr ""
2330
+
2331
+ #: wpf-admin/options-tabs/posts.php:233
2332
+ msgid "disabled"
2333
+ msgstr ""
2334
+
2335
+ #: wpf-admin/options-tabs/posts.php:234
2336
+ msgid "15 seconds"
2337
+ msgstr ""
2338
+
2339
+ #: wpf-admin/options-tabs/posts.php:235
2340
+ msgid "30 seconds"
2341
+ msgstr ""
2342
+
2343
+ #: wpf-admin/options-tabs/posts.php:236
2344
+ msgid "1 minute"
2345
+ msgstr ""
2346
+
2347
+ #: wpf-admin/options-tabs/posts.php:237
2348
+ msgid "2 minutes"
2349
+ msgstr ""
2350
+
2351
+ #: wpf-admin/options-tabs/posts.php:238
2352
+ msgid "5 minutes"
2353
+ msgstr ""
2354
+
2355
+ #: wpf-admin/options-tabs/posts.php:241
2356
+ msgid "Auto Drafting Interval"
2357
+ msgstr ""
2358
+
2359
+ #: wpf-admin/options-tabs/posts.php:247
2360
+ msgid "Max Number of Revisions"
2361
+ msgstr ""
2362
+
2363
+ #: wpf-admin/options-tabs/styles.php:14
2364
  msgid "Font Sizes"
2365
  msgstr ""
2366
 
2367
+ #: wpf-admin/options-tabs/styles.php:29 wpf-admin/tools-tabs/antispam.php:237
2368
+ #: wpf-includes/wpf-phrases.php:666
2369
  msgid "Post Content"
2370
  msgstr ""
2371
 
2372
+ #: wpf-admin/options-tabs/styles.php:37 wpf-includes/wpf-phrases.php:247
2373
  msgid "Custom CSS Code"
2374
  msgstr ""
2375
 
2376
+ #: wpf-admin/options-tabs/styles.php:44
2377
  msgid "Forum Color Styles"
2378
  msgstr ""
2379
 
2380
+ #: wpf-admin/options-tabs/styles.php:44
2381
  msgid "Colors Documentation"
2382
  msgstr ""
2383
 
2384
+ #: wpf-admin/options-tabs/styles.php:110
2385
+ msgid "Problems with colors?"
2386
+ msgstr ""
2387
+
2388
+ #: wpf-admin/options-tabs/styles.php:111
2389
+ #, php-format
2390
+ msgid ""
2391
+ "After changing and saving colors, go to the forum front-end and press %s "
2392
+ "twice. If you don't see any change, please follow to the instruction below."
2393
+ msgstr ""
2394
+
2395
+ #: wpf-admin/options-tabs/styles.php:113
2396
+ msgid ""
2397
+ "In most cases, this problem comes from your server file writing permissions. "
2398
+ "Files are not permitted to change, thus the forum color provider colors.css "
2399
+ "file is not updated with your changes. If you cannot fix this issue in "
2400
+ "hosting server, then the following easy steps can solve your problem:"
2401
+ msgstr ""
2402
+
2403
+ #: wpf-admin/options-tabs/styles.php:115
2404
+ #, php-format
2405
+ msgid ""
2406
+ "Create colors.css file or simply download %s file with the CSS code provided "
2407
+ "in the textarea below,"
2408
+ msgstr ""
2409
+
2410
+ #: wpf-admin/options-tabs/styles.php:116
2411
+ #, php-format
2412
+ msgid "Upload and replace %s file in %s directory,"
2413
+ msgstr ""
2414
+
2415
+ #: wpf-admin/options-tabs/styles.php:117
2416
+ #, php-format
2417
+ msgid ""
2418
+ "Delete website cache, reset CSS file optimizer and minifier plugins caches, "
2419
+ "purge CDN data (if you have), then go to the forum front-end and press %s "
2420
+ "twice."
2421
+ msgstr ""
2422
+
2423
+ #: wpf-admin/options-tabs/styles.php:123
2424
+ msgid "Copied"
2425
+ msgstr ""
2426
+
2427
+ #: wpf-admin/options-tabs/styles.php:125
2428
+ msgid "Download"
2429
+ msgstr ""
2430
+
2431
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:303
2432
  msgid "Forum Settings"
2433
  msgstr "Nastavení Fóra"
2434
 
2435
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:315
2436
  msgid "General"
2437
  msgstr "Obecné"
2438
 
2439
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:291
2440
  msgid "Forum Accesses"
2441
  msgstr "Přístupy Fóra"
2442
 
2443
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:525
2444
  msgid "Topics &amp; Posts"
2445
  msgstr "Témata; Příspěvky"
2446
 
2447
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:262
2448
  msgid "Emails"
2449
  msgstr "Emaily"
2450
 
2451
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:282
2452
  msgid "Features"
2453
  msgstr "Funkce"
2454
 
2455
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:497
2456
  msgid "Styles"
2457
  msgstr "Styly"
2458
 
2459
  #: wpf-admin/options.php:23
2460
+ msgid "API's (Social Network)"
2461
  msgstr ""
2462
 
2463
+ #: wpf-admin/phrase.php:13 wpf-includes/wpf-phrases.php:313
2464
  msgid "Front-end Phrases"
2465
  msgstr "Front end Fráze"
2466
 
2467
+ #: wpf-admin/phrase.php:70 wpf-includes/wpf-phrases.php:456
2468
+ msgid "Save"
2469
+ msgstr "Uložit"
2470
+
2471
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:306
2472
  msgid "Forum Themes"
2473
  msgstr "Témata Fóra"
2474
 
2475
+ #: wpf-admin/themes.php:43 wpf-includes/wpf-phrases.php:246
2476
  msgid "Current active theme"
2477
  msgstr "Aktuální aktivní téma"
2478
 
2479
+ #: wpf-admin/themes.php:49 wpf-includes/wpf-phrases.php:329
 
 
 
 
2480
  msgid "LAYOUTS"
2481
  msgstr "ROZVRŽENÍ"
2482
 
2483
+ #: wpf-admin/themes.php:65 wpf-includes/wpf-phrases.php:203
2484
  msgid "Activate"
2485
  msgstr "Aktivovat"
2486
 
2487
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:310
2488
  msgid "Fresh Installation"
2489
  msgstr "Čerstvá Instalace"
2490
 
2491
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:326
2492
  msgid "Install"
2493
  msgstr "Instalace"
2494
 
2495
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:224
2496
  msgid "Are you sure you want to delete this theme files?"
2497
  msgstr "Jste si jistí že chcete smazat tyto soubory šablony?"
2498
 
2499
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:226
2500
  msgid ""
2501
  "Are you sure you want to reset all settings and style colors to default?"
2502
  msgstr "Jste si jistí že chcete obnovit všechny předchozí styli a barvy?"
2503
 
2504
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:454
2505
  msgid "Reset Settings"
2506
  msgstr "Obnovit Nastavení"
2507
 
2508
+ #: wpf-admin/themes.php:89 wpf-includes/wpf-phrases.php:387
2509
  msgid "No layout found"
2510
  msgstr "Žádné rozvržení nebylo nalezeno"
2511
 
2512
+ #: wpf-admin/themes.php:100 wpf-includes/wpf-phrases.php:392
2513
  msgid "No theme found"
2514
  msgstr "Žádná šablona nebyla nalezena"
2515
 
2521
  "against spam attacks."
2522
  msgstr ""
2523
 
2524
+ #: wpf-admin/tools-tabs/antispam.php:22
2525
  msgid "Spam Control"
2526
  msgstr ""
2527
 
2528
+ #: wpf-admin/tools-tabs/antispam.php:23
2529
  msgid ""
2530
  "Some useful options to limit just registered users and minimize spam. This "
2531
  "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2532
  "pass moderation\" permissions."
2533
  msgstr ""
2534
 
2535
+ #: wpf-admin/tools-tabs/antispam.php:29
2536
  msgid "Enable wpForo Spam Control"
2537
  msgstr ""
2538
 
2539
+ #: wpf-admin/tools-tabs/antispam.php:38
2540
  msgid "Ban user when spam is suspected"
2541
  msgstr ""
2542
 
2543
+ #: wpf-admin/tools-tabs/antispam.php:47
2544
  msgid "Notify via email when new user is banned"
2545
  msgstr ""
2546
 
2547
+ #: wpf-admin/tools-tabs/antispam.php:56
2548
  msgid "Spam Suspicion Level for Topics"
2549
  msgstr ""
2550
 
2551
+ #: wpf-admin/tools-tabs/antispam.php:60
2552
  msgid "Spam Suspicion Level for Posts"
2553
  msgstr ""
2554
 
2555
+ #: wpf-admin/tools-tabs/antispam.php:65
2556
  msgid " is enabled"
2557
  msgstr ""
2558
 
2559
+ #: wpf-admin/tools-tabs/antispam.php:74
2560
  msgid "New Registered User"
2561
  msgstr ""
2562
 
2563
+ #: wpf-admin/tools-tabs/antispam.php:75
2564
  msgid ""
2565
  "Some useful options to limit just registered users and minimize spam. These "
2566
  "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2567
  "pass moderation\" permissions."
2568
  msgstr ""
2569
 
2570
+ #: wpf-admin/tools-tabs/antispam.php:82
2571
  msgid "User is New (under hard spam control) during"
2572
  msgstr ""
2573
 
2574
+ #: wpf-admin/tools-tabs/antispam.php:84
2575
  msgid "first"
2576
  msgstr ""
2577
 
2578
+ #: wpf-admin/tools-tabs/antispam.php:84
2579
  msgid "posts"
2580
  msgstr ""
2581
 
2582
+ #: wpf-admin/tools-tabs/antispam.php:87
2583
+ msgid "Posts must be manually approved"
2584
+ msgstr ""
2585
+
2586
+ #: wpf-admin/tools-tabs/antispam.php:96
2587
  msgid "Min number of posts to be able attach files"
2588
  msgstr ""
2589
 
2590
+ #: wpf-admin/tools-tabs/antispam.php:100
2591
  msgid "Min number of posts to be able post links"
2592
  msgstr ""
2593
 
2594
+ #: wpf-admin/tools-tabs/antispam.php:105
2595
  msgid "Do not allow to attach files with following extensions:"
2596
  msgstr ""
2597
 
2598
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2783
2599
  msgid "Google reCAPTCHA"
2600
  msgstr ""
2601
 
2602
+ #: wpf-admin/tools-tabs/antispam.php:119
2603
  msgid ""
2604
  "reCAPTCHA protects you against spam and other types of automated abuse. It "
2605
  "makes secure topic and post editors when Guest Posting is allowed, also it "
2606
  "protects login and registration forms against spam attacks."
2607
  msgstr ""
2608
 
2609
+ #: wpf-admin/tools-tabs/antispam.php:121
2610
+ msgid "reCAPTCHA API Keys"
2611
  msgstr ""
2612
 
2613
+ #: wpf-admin/tools-tabs/antispam.php:123
2614
  msgid ""
2615
  "To start using reCAPTCHA, you need to sign up for an API key pair for your "
2616
  "site."
2617
  msgstr ""
2618
 
2619
+ #: wpf-admin/tools-tabs/antispam.php:124
2620
  msgid "Register your site and get API keys here &raquo;"
2621
  msgstr ""
2622
 
2623
+ #: wpf-admin/tools-tabs/antispam.php:131
2624
  msgid "Site Key"
2625
  msgstr ""
2626
 
2627
+ #: wpf-admin/tools-tabs/antispam.php:137
2628
  msgid "Secret Key"
2629
  msgstr ""
2630
 
2631
+ #: wpf-admin/tools-tabs/antispam.php:144
2632
  msgid "reCAPTCHA Settings"
2633
  msgstr ""
2634
 
2635
+ #: wpf-admin/tools-tabs/antispam.php:149
2636
  msgid "reCAPTCHA Theme"
2637
  msgstr ""
2638
 
2639
+ #: wpf-admin/tools-tabs/antispam.php:152
2640
  msgid "Light"
2641
  msgstr ""
2642
 
2643
+ #: wpf-admin/tools-tabs/antispam.php:153
2644
  msgid "Dark"
2645
  msgstr ""
2646
 
2647
+ #: wpf-admin/tools-tabs/antispam.php:158
2648
  msgid "Guest Topic Editor"
2649
  msgstr ""
2650
 
2651
+ #: wpf-admin/tools-tabs/antispam.php:167
2652
  msgid "Guest Post Editor"
2653
  msgstr ""
2654
 
2655
+ #: wpf-admin/tools-tabs/antispam.php:177
2656
  msgid "wpForo Login Form"
2657
  msgstr ""
2658
 
2659
+ #: wpf-admin/tools-tabs/antispam.php:186
2660
  msgid "wpForo Registration Form"
2661
  msgstr ""
2662
 
2663
+ #: wpf-admin/tools-tabs/antispam.php:195
2664
  msgid "wpForo Reset Password Form"
2665
  msgstr ""
2666
 
2667
+ #: wpf-admin/tools-tabs/antispam.php:204
2668
  msgid "WordPress Login Form"
2669
  msgstr ""
2670
 
2671
+ #: wpf-admin/tools-tabs/antispam.php:213
2672
  msgid "WordPress Registration Form"
2673
  msgstr ""
2674
 
2675
+ #: wpf-admin/tools-tabs/antispam.php:222
2676
  msgid "WordPress Reset Password Form"
2677
  msgstr ""
2678
 
2679
+ #: wpf-admin/tools-tabs/antispam.php:238
2680
  msgid "Options to control and filter post content"
2681
  msgstr ""
2682
 
2683
+ #: wpf-admin/tools-tabs/antispam.php:245
2684
  msgid "Allow extra HTML tags"
2685
  msgstr ""
2686
 
2687
+ #: wpf-admin/tools-tabs/antispam.php:246
2688
  msgid ""
2689
  "By default wpForo allows all secure HTML tags in post content. Allowing a "
2690
  "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
2692
  "party ads and viruses to forum."
2693
  msgstr ""
2694
 
2695
+ #: wpf-admin/tools-tabs/antispam.php:247
2696
  msgid "Example of adding a new HTML tags: "
2697
  msgstr ""
2698
 
2699
+ #: wpf-admin/tools-tabs/antispam.php:264
2700
  msgid "Possible Spam Attachments"
2701
  msgstr ""
2702
 
2703
+ #: wpf-admin/tools-tabs/antispam.php:265
2704
  msgid ""
2705
  "This tool is designed to find attachment which have been uploaded by "
2706
  "spammers. The tool checks most common spammer filenames and suggest to "
2708
  "before deleting."
2709
  msgstr ""
2710
 
2711
+ #: wpf-admin/tools-tabs/antispam.php:270
2712
  msgid "Enable File Scanner"
2713
  msgstr ""
2714
 
2715
+ #: wpf-admin/tools-tabs/antispam.php:280
2716
  msgid "Exclude file extensions"
2717
  msgstr ""
2718
 
2719
+ #: wpf-admin/tools-tabs/antispam.php:286
2720
  msgid "Directory"
2721
  msgstr ""
2722
 
2723
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-includes/wpf-phrases.php:107
2724
  msgid "Delete this file"
2725
  msgstr ""
2726
 
2727
+ #: wpf-admin/tools-tabs/antispam.php:313
2728
  msgid "Are you sure you want to permanently delete this file?"
2729
  msgstr ""
2730
 
2731
+ #: wpf-admin/tools-tabs/antispam.php:324
2732
  msgid "Click to delete Blue marked files"
2733
  msgstr ""
2734
 
2735
+ #: wpf-admin/tools-tabs/antispam.php:325
2736
  msgid ""
2737
  "Are you sure you want to delete all BLUE marked files listed here. Please "
2738
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2739
  "before deleting files, this is not undoable."
2740
  msgstr ""
2741
 
2742
+ #: wpf-admin/tools-tabs/antispam.php:326 wpf-admin/tools-tabs/antispam.php:332
2743
+ #: wpf-admin/tools-tabs/antispam.php:338 wpf-admin/tools-tabs/antispam.php:344
2744
  msgid "Delete All"
2745
  msgstr ""
2746
 
2747
+ #: wpf-admin/tools-tabs/antispam.php:329
2748
  msgid "Click to delete Orange marked files"
2749
  msgstr ""
2750
 
2751
+ #: wpf-admin/tools-tabs/antispam.php:331
2752
  msgid ""
2753
  "Are you sure you want to delete all ORANGE marked files listed here. Please "
2754
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2755
  "before deleting files, this is not undoable."
2756
  msgstr ""
2757
 
2758
+ #: wpf-admin/tools-tabs/antispam.php:335
2759
  msgid "Click to delete Red marked files"
2760
  msgstr ""
2761
 
2762
+ #: wpf-admin/tools-tabs/antispam.php:337
2763
  msgid ""
2764
  "Are you sure you want to delete all RED marked files listed here. Please "
2765
  "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2766
  "before deleting files, this is not undoable."
2767
  msgstr ""
2768
 
2769
+ #: wpf-admin/tools-tabs/antispam.php:341
2770
  msgid "Click to delete Dark Red marked files"
2771
  msgstr ""
2772
 
2773
+ #: wpf-admin/tools-tabs/antispam.php:343
2774
  msgid ""
2775
  "Are you sure you want to delete all DARK RED marked files listed here. "
2776
  "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2777
  "computer before deleting files, this is not undoable."
2778
  msgstr ""
2779
 
2780
+ #: wpf-admin/tools-tabs/cleanup.php:13
2781
  msgid "Delete Inactive Users"
2782
  msgstr ""
2783
 
2784
+ #: wpf-admin/tools-tabs/cleanup.php:14
2785
  msgid ""
2786
  "Inactive users are the account owners who have no topics, posts, comments "
2787
  "and subscriptions for new content. In 99&#37; cases this kind of accounts "
2789
  "and known inactive users."
2790
  msgstr ""
2791
 
2792
+ #: wpf-admin/tools-tabs/cleanup.php:20
2793
  msgid "Inactive users who have been registered more than"
2794
  msgstr ""
2795
 
2796
+ #: wpf-admin/tools-tabs/cleanup.php:21
2797
  msgid "days ago"
2798
  msgstr ""
2799
 
2800
+ #: wpf-admin/tools-tabs/cleanup.php:26
2801
  msgid "Filter by Usergroups"
2802
  msgstr ""
2803
 
2804
+ #: wpf-admin/tools-tabs/cleanup.php:37
2805
  msgid "Enable Auto-cleanup of inactive users"
2806
  msgstr ""
2807
 
2808
+ #: wpf-admin/tools-tabs/debug.php:33
2809
+ msgid "Debug Information"
2810
  msgstr ""
2811
 
2812
+ #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
2813
+ #: wpf-admin/tools-tabs/debug.php:68
2814
+ msgid "User Data"
2815
  msgstr ""
2816
 
2817
+ #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
2818
+ msgid "Tables"
 
 
 
 
 
 
 
2819
  msgstr ""
2820
 
2821
+ #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
2822
+ msgid "Server"
2823
  msgstr ""
2824
 
2825
+ #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
2826
+ msgid "Errors & Issues"
2827
  msgstr ""
2828
 
2829
+ #: wpf-admin/tools-tabs/debug.php:75
2830
+ msgid "User ID"
 
 
2831
  msgstr ""
2832
 
2833
+ #: wpf-admin/tools-tabs/debug.php:76
2834
+ msgid "Display User Data"
2835
  msgstr ""
2836
 
2837
+ #: wpf-admin/tools-tabs/debug.php:86
2838
+ msgid "User Meta Data"
2839
+ msgstr ""
2840
+
2841
+ #: wpf-admin/tools-tabs/debug.php:98
2842
+ msgid "User Cookies"
2843
+ msgstr ""
2844
+
2845
+ #: wpf-admin/tools-tabs/debug.php:111
2846
+ msgid "No user found."
2847
+ msgstr ""
2848
+
2849
+ #: wpf-admin/tools-tabs/debug.php:119
2850
+ msgid "Problems Found in Database"
2851
+ msgstr ""
2852
+
2853
+ #: wpf-admin/tools-tabs/debug.php:125
2854
+ msgid "Table name"
2855
+ msgstr ""
2856
+
2857
+ #: wpf-admin/tools-tabs/debug.php:126
2858
+ msgid "Problem description"
2859
+ msgstr ""
2860
+
2861
+ #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
2862
+ #: wpf-admin/tools-tabs/debug.php:148
2863
+ msgid "Table:"
2864
+ msgstr ""
2865
+
2866
+ #: wpf-admin/tools-tabs/debug.php:133
2867
+ msgid "Missing fields: "
2868
+ msgstr ""
2869
+
2870
+ #: wpf-admin/tools-tabs/debug.php:141
2871
+ msgid "Missing keys: "
2872
+ msgstr ""
2873
+
2874
+ #: wpf-admin/tools-tabs/debug.php:149
2875
+ msgid "Doesn't exists"
2876
+ msgstr ""
2877
+
2878
+ #: wpf-admin/tools-tabs/debug.php:158
2879
+ msgid "Recheck DB"
2880
+ msgstr ""
2881
+
2882
+ #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
2883
+ msgid "Solve database problems"
2884
+ msgstr ""
2885
+
2886
+ #: wpf-admin/tools-tabs/debug.php:168
2887
+ msgid "IMPORTANT!"
2888
+ msgstr ""
2889
+
2890
+ #: wpf-admin/tools-tabs/debug.php:169
2891
+ #, php-format
2892
+ msgid ""
2893
+ "If the %s button doesn't solve the issues. Please use the SQl commands below "
2894
+ "in your hosting service cPanel > phpMyAdmin Database Manager > WordPress "
2895
+ "Database > SQL Tab. In case you're not familiar with hosting service tools, "
2896
+ "please contact to your hosting service support team and forward them this "
2897
+ "message with the SQL command."
2898
+ msgstr ""
2899
+
2900
+ #: wpf-admin/tools-tabs/debug.php:170
2901
+ msgid "Problem fixer SQL commands:"
2902
+ msgstr ""
2903
+
2904
+ #: wpf-admin/tools-tabs/debug.php:193
2905
+ msgid "No Problems Found in Database"
2906
+ msgstr ""
2907
+
2908
+ #: wpf-admin/tools-tabs/debug.php:197
2909
+ msgid "Database Tables"
2910
+ msgstr ""
2911
+
2912
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-includes/wpf-phrases.php:394
2913
+ msgid "Not available"
2914
+ msgstr "Není k dispozici"
2915
+
2916
+ #: wpf-admin/tools-tabs/debug.php:246
2917
+ msgid ""
2918
+ "Please contact to your hosting service support team and ask them enable PHP "
2919
+ "cURL module"
2920
+ msgstr ""
2921
+
2922
+ #: wpf-admin/tools-tabs/debug.php:252
2923
+ msgid "Not enabled"
2924
+ msgstr ""
2925
+
2926
+ #: wpf-admin/tools-tabs/debug.php:252
2927
+ msgid ""
2928
+ "Please enable mod_rewrite on your server, this is required for wpForo forum"
2929
+ msgstr ""
2930
+
2931
+ #: wpf-admin/tools-tabs/debug.php:263
2932
+ msgid "Issues and Recommendations"
2933
+ msgstr ""
2934
+
2935
+ #: wpf-admin/tools-tabs/debug.php:271
2936
+ msgid "Error Logs"
2937
+ msgstr ""
2938
+
2939
+ #: wpf-admin/tools-tabs/debug.php:397
2940
+ msgid "The default Guest usergroup is not found!"
2941
+ msgstr ""
2942
+
2943
+ #: wpf-admin/tools-tabs/debug.php:398
2944
+ msgid ""
2945
+ "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database "
2946
+ "Manager"
2947
+ msgstr ""
2948
+
2949
+ #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/class-usergroups.php:48
2950
+ #: wpf-includes/wpf-phrases.php:719
2951
+ msgid "Dashboard - Manage Forums"
2952
+ msgstr ""
2953
+
2954
+ #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/class-usergroups.php:49
2955
+ #: wpf-includes/wpf-phrases.php:720
2956
+ msgid "Dashboard - Manage Settings"
2957
+ msgstr ""
2958
+
2959
+ #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/class-usergroups.php:50
2960
+ #: wpf-includes/wpf-phrases.php:721
2961
+ msgid "Dashboard - Manage Tools"
2962
+ msgstr ""
2963
+
2964
+ #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/class-usergroups.php:51
2965
+ #: wpf-includes/wpf-phrases.php:725
2966
+ msgid "Dashboard - Manage Members"
2967
+ msgstr ""
2968
+
2969
+ #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/class-usergroups.php:52
2970
+ #: wpf-includes/wpf-phrases.php:722
2971
+ msgid "Dashboard - Moderate Topics & Posts"
2972
+ msgstr ""
2973
+
2974
+ #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/class-usergroups.php:53
2975
+ #: wpf-includes/wpf-phrases.php:728
2976
+ msgid "Dashboard - Manage Usergroups"
2977
+ msgstr ""
2978
+
2979
+ #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/class-usergroups.php:54
2980
+ #: wpf-includes/wpf-phrases.php:723
2981
+ msgid "Dashboard - Manage Phrases"
2982
+ msgstr ""
2983
+
2984
+ #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/class-usergroups.php:55
2985
+ #: wpf-includes/wpf-phrases.php:724
2986
+ msgid "Dashboard - Manage Themes"
2987
+ msgstr ""
2988
+
2989
+ #: wpf-admin/tools-tabs/debug.php:413 wpf-includes/class-usergroups.php:57
2990
+ #: wpf-includes/wpf-phrases.php:726
2991
+ msgid "Dashboard - Can edit member"
2992
+ msgstr ""
2993
+
2994
+ #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
2995
+ msgid "Dashboard - Can ban member"
2996
+ msgstr ""
2997
+
2998
+ #: wpf-admin/tools-tabs/debug.php:415 wpf-includes/class-usergroups.php:59
2999
+ #: wpf-includes/wpf-phrases.php:727
3000
+ msgid "Dashboard - Can delete member"
3001
+ msgstr ""
3002
+
3003
+ #: wpf-admin/tools-tabs/debug.php:416 wpf-includes/class-usergroups.php:72
3004
+ #: wpf-includes/wpf-phrases.php:734
3005
+ msgid "Front - Can view member username"
3006
+ msgstr ""
3007
+
3008
+ #: wpf-admin/tools-tabs/debug.php:430
3009
+ msgid "New registered users get access to forum settings!"
3010
+ msgstr ""
3011
+
3012
+ #: wpf-admin/tools-tabs/debug.php:440
3013
+ msgid "Conflict with Autoptimize plugin!"
3014
+ msgstr ""
3015
+
3016
+ #: wpf-admin/tools-tabs/debug.php:441
3017
+ msgid ""
3018
+ "Please navigate to Settings > Autoptimize > Main Tab, click on top right "
3019
+ "[Show advanced settings] button, find \"Exclude scripts from Autoptimize\" "
3020
+ "option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on "
3021
+ "[Save Changes and Empty Cache] button bellow."
3022
+ msgstr ""
3023
+
3024
+ #: wpf-admin/tools-tabs/debug.php:451
3025
+ msgid "WordPress Email sending function wp_mail() doesn't work!"
3026
+ msgstr ""
3027
+
3028
+ #: wpf-admin/tools-tabs/debug.php:452
3029
+ msgid ""
3030
+ "In most cases this is a server issue. We recommend you contact to your "
3031
+ "hosting service support team or open a support topic in wordpress.org "
3032
+ "support forum. Also there are many good articles regarding this issue in "
3033
+ "web. For example "
3034
+ msgstr ""
3035
+
3036
+ #: wpf-admin/tools-tabs/debug.php:452
3037
+ msgid "How to Fix WordPress Not Sending Email Issue"
3038
+ msgstr ""
3039
+
3040
+ #: wpf-admin/tools-tabs/debug.php:459
3041
+ msgid "wpForo phrases are missing!"
3042
+ msgstr ""
3043
+
3044
+ #: wpf-admin/tools-tabs/debug.php:460
3045
+ msgid ""
3046
+ "Please download wpForo Phrases XML compressed file, unzip it, find english."
3047
+ "xml file, navigate to Forums > Settings > General Tab and import it using "
3048
+ "[Add New] button of \"XML Based Language\" option."
3049
+ msgstr ""
3050
+
3051
+ #: wpf-admin/tools-tabs/debug.php:460
3052
+ msgid "Download wpForo Phrases"
3053
+ msgstr ""
3054
+
3055
+ #: wpf-admin/tools-tabs/debug.php:477
3056
+ msgid "No issues found"
3057
+ msgstr ""
3058
+
3059
+ #: wpf-admin/tools-tabs/debug.php:493
3060
+ msgid "Error Log File"
3061
+ msgstr ""
3062
+
3063
+ #: wpf-admin/tools-tabs/debug.php:500
3064
+ msgid "No errors found"
3065
+ msgstr ""
3066
+
3067
+ #: wpf-admin/tools-tabs/legal.php:16
3068
+ msgid "Forum Privacy Policy and GDPR compliant"
3069
+ msgstr ""
3070
+
3071
+ #: wpf-admin/tools-tabs/legal.php:16
3072
+ msgid "Documentation"
3073
+ msgstr ""
3074
+
3075
+ #: wpf-admin/tools-tabs/legal.php:19
3076
+ msgid ""
3077
+ "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
3078
+ "a regulation by which the European Parliament, the Council of the European "
3079
+ "Union and the European Commission intend to strengthen and unify data "
3080
+ "protection for all individuals within the European Union (EU). After four "
3081
+ "years of preparation and debate the GDPR was finally approved by the EU "
3082
+ "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
3083
+ "those organizations in non-compliance may face heavy fines. More info at"
3084
+ msgstr ""
3085
+
3086
+ #: wpf-admin/tools-tabs/legal.php:20
3087
+ msgid "GDPR Key Changes"
3088
+ msgstr ""
3089
+
3090
+ #: wpf-admin/tools-tabs/legal.php:26
3091
+ msgid "Contact Information"
3092
+ msgstr ""
3093
+
3094
+ #: wpf-admin/tools-tabs/legal.php:28
3095
+ msgid ""
3096
+ "According to the GDPR, all users should have an option to contact website "
3097
+ "administrator in following cases:"
3098
+ msgstr ""
3099
+
3100
+ #: wpf-admin/tools-tabs/legal.php:32
3101
+ msgid "Obtain personal data and created content"
3102
+ msgstr ""
3103
+
3104
+ #: wpf-admin/tools-tabs/legal.php:33
3105
  msgid "Delete account with created content"
3106
  msgstr ""
3107
 
3108
+ #: wpf-admin/tools-tabs/legal.php:34
3109
  msgid "Report user data access and control issue"
3110
  msgstr ""
3111
 
3112
+ #: wpf-admin/tools-tabs/legal.php:35
3113
  msgid "Report user rights violation"
3114
  msgstr ""
3115
 
3116
+ #: wpf-admin/tools-tabs/legal.php:39
3117
  msgid "URL to - Contact Us - page"
3118
  msgstr ""
3119
 
3120
+ #: wpf-admin/tools-tabs/legal.php:40
3121
  msgid ""
3122
  "Please insert a page URL, where user can find a contact form or an "
3123
  "information to contact the forum administrator."
3124
  msgstr ""
3125
 
3126
+ #: wpf-admin/tools-tabs/legal.php:45
3127
  msgid "Checkbox: I Accept Website Terms and Privacy Policy"
3128
  msgstr ""
3129
 
3130
+ #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3131
  msgid ""
3132
  "If this option is enabled, users must accept forum Terms and Privacy Policy "
3133
  "by checking the required checkbox on registration form to be able create a "
3135
  "page."
3136
  msgstr ""
3137
 
3138
+ #: wpf-admin/tools-tabs/legal.php:57
3139
  msgid "Checkbox: I Agree to Receive an Email Confirmation"
3140
  msgstr ""
3141
 
3142
+ #: wpf-admin/tools-tabs/legal.php:58
3143
  msgid ""
3144
  "If this option is enabled, users must agree to receive an email confirmation "
3145
  "with a link to set a password by checking the required checkbox on "
3147
  "be managed in Forums > Phrases admin page."
3148
  msgstr ""
3149
 
3150
+ #: wpf-admin/tools-tabs/legal.php:69
3151
  msgid "Website Terms and Privacy Policy Pages"
3152
  msgstr ""
3153
 
3154
+ #: wpf-admin/tools-tabs/legal.php:70
3155
  msgid ""
3156
  "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
3157
  "these pages will be included in registration form checkbox label (I'm agree "
3161
  "according pages."
3162
  msgstr ""
3163
 
3164
+ #: wpf-admin/tools-tabs/legal.php:73
3165
  msgid "URL to Website Terms page"
3166
  msgstr ""
3167
 
3168
+ #: wpf-admin/tools-tabs/legal.php:73
3169
  msgid "Terms Page URL"
3170
  msgstr ""
3171
 
3172
+ #: wpf-admin/tools-tabs/legal.php:74
3173
  msgid "URL to Website Privacy Policy page"
3174
  msgstr ""
3175
 
3176
+ #: wpf-admin/tools-tabs/legal.php:74
3177
  msgid "Privacy Policy Page URL"
3178
  msgstr ""
3179
 
3180
+ #: wpf-admin/tools-tabs/legal.php:79
3181
  msgid "Checkbox: I Agree to Forum Privacy Policy"
3182
  msgstr ""
3183
 
3184
+ #: wpf-admin/tools-tabs/legal.php:91
3185
  msgid "Forum Privacy Policy with GDPR compliant Template"
3186
  msgstr ""
3187
 
3188
+ #: wpf-admin/tools-tabs/legal.php:92
3189
  msgid ""
3190
  "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
3191
  "to wpForo plugin functions and features. <u>In case you enable this privacy "
3200
  "link to that page."
3201
  msgstr ""
3202
 
3203
+ #: wpf-admin/tools-tabs/legal.php:114
3204
  msgid "Checkbox: I Agree to create a forum account on Facebook Login"
3205
  msgstr ""
3206
 
3207
+ #: wpf-admin/tools-tabs/legal.php:115
3208
  msgid ""
3209
  "If this option is enabled, the Facebook Login button becomes not-clickable "
3210
  "until user accept automatic account creation process based on his/her "
3213
  "GDPR"
3214
  msgstr ""
3215
 
3216
+ #: wpf-admin/tools-tabs/legal.php:126
3217
  msgid "Forum Cookies"
3218
  msgstr ""
3219
 
3220
+ #: wpf-admin/tools-tabs/legal.php:127
3221
  msgid ""
3222
  "Please note, that this option is only related to wpForo cookies. This "
3223
  "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
3231
  "topic."
3232
  msgstr ""
3233
 
3234
+ #: wpf-admin/tools-tabs/legal.php:139
3235
  msgid "Forum Rules"
3236
  msgstr ""
3237
 
3238
+ #: wpf-admin/tools-tabs/legal.php:145
3239
  msgid "Checkbox: I Accept Forum Rules"
3240
  msgstr ""
3241
 
3242
+ #: wpf-admin/tools-tabs/legal.php:146
3243
  msgid ""
3244
  "If this option is enabled, users must accept forum rules by checking the "
3245
  "required checkbox on registration form to be able create a forum account. "
3247
  "page. Search the label phrase, click on edit button and change it."
3248
  msgstr ""
3249
 
3250
+ #: wpf-admin/tools-tabs/legal.php:157
3251
  msgid "Forum Rules Text"
3252
  msgstr ""
3253
 
3254
+ #: wpf-admin/tools-tabs/legal.php:158
3255
  msgid "This is a basic example of forum rules provided by"
3256
  msgstr ""
3257
 
3258
+ #: wpf-admin/tools-tabs/legal.php:158
3259
  msgid "You should edit this text and adapt it to your community rules."
3260
  msgstr ""
3261
 
3262
+ #: wpf-admin/tools-tabs/misc.php:11
3263
  msgid "SEO Tools"
3264
  msgstr ""
3265
 
3266
+ #: wpf-admin/tools-tabs/misc.php:19
3267
  msgid "Allowed dofollow domains"
3268
  msgstr ""
3269
 
3270
+ #: wpf-admin/tools-tabs/misc.php:20
3271
  msgid ""
3272
  "wpForo adds nofollow to all links with external URLs. If you want to keep "
3273
  "some domains as internal please insert domains one per line in the textarea "
3274
  "bellow."
3275
  msgstr ""
3276
 
3277
+ #: wpf-admin/tools-tabs/misc.php:27
3278
  msgid "Noindex forum page URLs"
3279
  msgstr ""
3280
 
3281
+ #: wpf-admin/tools-tabs/misc.php:28
3282
  msgid ""
3283
  "The noIndex code tells Google and other search engines to NOT index the "
3284
  "page, so that it cannot be found in search results. Please insert page URLs "
3285
  "you do not want to be indexed one per line in the textarea bellow."
3286
  msgstr ""
3287
 
3288
+ #: wpf-admin/tools-tabs/misc.php:29
3289
+ msgid ""
3290
+ "You can use the asterisk (*) in any URL segment to match certain patterns. "
3291
+ "For example, https://example.com/community/news/* would match all subforums "
3292
+ "and topics of the New forum: https://example.com/community/news/sport/. If "
3293
+ "you want to hide the whole forum from indexing of search engines you can use "
3294
+ "the asterisk after your forum base URL: https://example.com/community/*"
3295
+ msgstr ""
3296
+
3297
+ #: wpf-admin/tools-tabs/misc.php:39
3298
  msgid "Admin Note"
3299
  msgstr ""
3300
 
3301
+ #: wpf-admin/tools-tabs/misc.php:47
3302
  msgid "Admin message on forum front page"
3303
  msgstr ""
3304
 
3305
+ #: wpf-admin/tools-tabs/misc.php:48
3306
  msgid ""
3307
  "If you have something important to say on forum front page, you can use this "
3308
  "editor. The text will be displayed under forum breadcrumb menu, above forum "
3309
  "and topic titles."
3310
  msgstr ""
3311
 
3312
+ #: wpf-admin/tools-tabs/misc.php:66
3313
  msgid "Display for Usergroups"
3314
  msgstr ""
3315
 
3316
+ #: wpf-admin/tools-tabs/misc.php:88
3317
  msgid "Display on forum pages"
3318
  msgstr ""
3319
 
3320
+ #: wpf-admin/tools-tabs/misc.php:98
3321
  msgid "Forum (topic list)"
3322
  msgstr ""
3323
 
3324
+ #: wpf-admin/tools-tabs/misc.php:102
3325
  msgid "Topic (post list)"
3326
  msgstr ""
3327
 
3328
+ #: wpf-admin/tools-tabs/misc.php:106 wpf-includes/wpf-phrases.php:887
3329
  msgid "Recent Posts"
3330
  msgstr ""
3331
 
3332
+ #: wpf-admin/tools-tabs/misc.php:110 wpf-includes/wpf-phrases.php:989
3333
+ msgid "Tags"
3334
+ msgstr ""
3335
+
3336
+ #: wpf-admin/tools-tabs/misc.php:118
3337
  msgid "Profile Home"
3338
  msgstr ""
3339
 
3340
+ #: wpf-admin/tools-tabs/misc.php:122
3341
  msgid "Profile Account"
3342
  msgstr ""
3343
 
3344
+ #: wpf-admin/tools-tabs/misc.php:126
3345
  msgid "Profile Activity"
3346
  msgstr ""
3347
 
3348
+ #: wpf-admin/tools-tabs/misc.php:130
3349
  msgid "Profile Subscriptions"
3350
  msgstr ""
3351
 
3361
  msgid "Privacy &amp; Rules"
3362
  msgstr ""
3363
 
3364
+ #: wpf-admin/tools.php:16
3365
+ msgid "Debug"
3366
  msgstr ""
3367
 
3368
+ #: wpf-admin/tools.php:17
3369
+ msgid "Misc"
3370
  msgstr ""
3371
 
 
 
 
 
 
3372
  #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
3373
+ #: wpf-admin/usergroup.php:340
3374
  msgid "User Role"
3375
  msgstr ""
3376
 
3377
+ #: wpf-admin/usergroup.php:35 wpf-includes/wpf-phrases.php:862
3378
  msgid "Usergroup"
3379
  msgstr ""
3380
 
3381
+ #: wpf-admin/usergroup.php:38
 
 
 
 
3382
  msgid "Default Access"
3383
  msgstr ""
3384
 
3385
+ #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
 
 
 
 
3386
  msgid "View Users"
3387
  msgstr ""
3388
 
3389
+ #: wpf-admin/usergroup.php:68 wpf-admin/usergroup.php:321
3390
  msgid "Usergroup Name"
3391
  msgstr "Název Skupiny"
3392
 
3393
+ #: wpf-admin/usergroup.php:70
3394
  msgid "Also used as Secondary Usergroup"
3395
  msgstr ""
3396
 
3397
+ #: wpf-admin/usergroup.php:73
3398
  msgid "Edit this usergroup"
3399
  msgstr "Upravit tuto skupinu"
3400
 
3401
+ #: wpf-admin/usergroup.php:75
 
 
 
 
3402
  msgid "Delete this usergroup"
3403
  msgstr "Smazat tuto skupinu"
3404
 
3405
+ #: wpf-admin/usergroup.php:77
3406
  msgid "View users list in this usergroup"
3407
  msgstr "Zobrazit všechny uživatele v této skupině"
3408
 
3409
+ #: wpf-admin/usergroup.php:82
3410
  msgid "The number of forum members with this usergroup. Click to view members."
3411
  msgstr ""
3412
 
3413
+ #: wpf-admin/usergroup.php:87
3414
  msgid "is Default"
3415
  msgstr ""
3416
 
3417
+ #: wpf-admin/usergroup.php:90
3418
  msgid "Users get the Default Usergroup on registration"
3419
  msgstr ""
3420
 
3421
+ #: wpf-admin/usergroup.php:90
3422
  msgid "Set as Default"
3423
  msgstr ""
3424
 
3425
+ #: wpf-admin/usergroup.php:98
3426
  msgid "default (#15)"
3427
  msgstr ""
3428
 
3429
+ #: wpf-admin/usergroup.php:110
3430
  msgid "Synchronize Users Usergroups and Roles"
3431
  msgstr ""
3432
 
3433
+ #: wpf-admin/usergroup.php:111
3434
  msgid "Synchronize"
3435
  msgstr ""
3436
 
3471
  msgid "Role Name"
3472
  msgstr ""
3473
 
3474
+ #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
3475
  msgid "Users"
3476
  msgstr ""
3477
 
 
 
 
 
3478
  #: wpf-admin/usergroup.php:171
3479
  msgid "Add Usergroup to synch"
3480
  msgstr ""
3491
  msgid "Synched"
3492
  msgstr ""
3493
 
3494
+ #: wpf-admin/usergroup.php:217
3495
  msgid "Complete!"
3496
  msgstr ""
3497
 
3498
+ #: wpf-admin/usergroup.php:246
3499
+ msgid "Delete Chosen Usergroup And Users"
3500
+ msgstr "Smazat zvolené skupiny a uživatele"
3501
+
3502
+ #: wpf-admin/usergroup.php:252
3503
+ msgid ""
3504
+ "This option has disabled because you have more than 50 users in this group."
3505
+ msgstr ""
3506
+
3507
+ #: wpf-admin/usergroup.php:259
3508
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
3509
+ msgstr "Smazat zvolené skupiny a připojit uživatele do jiné skupiny"
3510
+
3511
+ #: wpf-admin/usergroup.php:271
3512
+ msgid "Users will be join this usergroup"
3513
+ msgstr "Uživatelé se připojili do této skupiny"
3514
+
3515
+ #: wpf-admin/usergroup.php:321 wpf-includes/wpf-phrases.php:319
3516
  msgid "Guest"
3517
  msgstr "Host"
3518
 
3519
+ #: wpf-admin/usergroup.php:326
3520
  msgid "Usergroup Color"
3521
  msgstr ""
3522
 
3523
+ #: wpf-admin/usergroup.php:329
3524
  msgid "use default link color"
3525
  msgstr ""
3526
 
3527
+ #: wpf-admin/usergroup.php:353
3528
  msgid "Default Forum Access"
3529
  msgstr ""
3530
 
3531
+ #: wpf-admin/usergroup.php:358
3532
  msgid ""
3533
  "This is only used when a new Usergroup is created, it automatically gets the "
3534
  "selected Forum Access in all forums."
3535
  msgstr ""
3536
 
3537
+ #: wpf-admin/usergroup.php:364
3538
  msgid "Display on Members List"
3539
  msgstr ""
3540
 
3541
+ #: wpf-admin/usergroup.php:371
3542
  msgid "Can be also used as Secondary Usergroup"
3543
  msgstr ""
3544
 
3545
+ #: wpf-includes/class-actions.php:2122
3546
+ msgid "Theme activate error"
3547
+ msgstr ""
3548
 
3549
+ #: wpf-includes/class-actions.php:2131
3550
+ msgid "Theme activate success"
3551
+ msgstr ""
3552
 
3553
+ #: wpf-includes/class-actions.php:2154
3554
+ msgid "Theme install error"
3555
+ msgstr ""
3556
 
3557
+ #: wpf-includes/class-actions.php:2163
3558
+ msgid "Theme install success"
3559
+ msgstr ""
3560
 
3561
+ #: wpf-includes/class-actions.php:2186
3562
+ msgid "Theme delete error"
3563
+ msgstr ""
3564
+
3565
+ #: wpf-includes/class-actions.php:2194
3566
+ msgid "Theme delete success"
3567
+ msgstr ""
3568
+
3569
+ #: wpf-includes/class-actions.php:2217
3570
+ msgid "Theme reset error"
3571
+ msgstr ""
3572
+
3573
+ #: wpf-includes/class-actions.php:2225
3574
+ msgid "Theme reset success"
3575
+ msgstr ""
3576
 
3577
+ #: wpf-includes/class-api.php:215
3578
  msgid "Please login into Facebook and then click connect button again"
3579
  msgstr ""
3580
 
3581
+ #: wpf-includes/class-api.php:242
3582
  msgid ""
3583
  "Your email is required to be able authorize you here. Please try loging "
3584
  "again. "
3585
  msgstr ""
3586
 
3587
+ #: wpf-includes/class-api.php:247
3588
  msgid "Invalid User"
3589
  msgstr ""
3590
 
3591
+ #: wpf-includes/class-api.php:257 wpf-includes/wpf-phrases.php:824
3592
  msgid "User registration is disabled"
3593
  msgstr ""
3594
 
3595
+ #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:746
3596
  msgid "Can view forum"
3597
  msgstr ""
3598
 
3599
+ #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:747
3600
  msgid "Can create topic"
3601
  msgstr ""
3602
 
3603
+ #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:748
3604
  msgid "Can view topic"
3605
  msgstr ""
3606
 
3607
+ #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:749
3608
  msgid "Can edit topic"
3609
  msgstr ""
3610
 
3611
+ #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:750
3612
  msgid "Can delete topic"
3613
  msgstr ""
3614
 
3615
+ #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:751
3616
  msgid "Can post reply"
3617
  msgstr ""
3618
 
3619
+ #: wpf-includes/class-forums.php:49
3620
+ msgid "Can reply to own topic"
3621
+ msgstr ""
3622
+
3623
+ #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:752
3624
  msgid "Can view replies"
3625
  msgstr ""
3626
 
3627
+ #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:753
3628
  msgid "Can edit replies"
3629
  msgstr ""
3630
 
3631
+ #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:754
3632
  msgid "Can delete replies"
3633
  msgstr ""
3634
 
3635
+ #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:755
3636
  msgid "Can edit own topic"
3637
  msgstr ""
3638
 
3639
+ #: wpf-includes/class-forums.php:54
3640
  msgid "Can edit own reply"
3641
  msgstr ""
3642
 
3643
+ #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:757
3644
  msgid "Can delete own topic"
3645
  msgstr ""
3646
 
3647
+ #: wpf-includes/class-forums.php:56 wpf-includes/wpf-phrases.php:758
3648
  msgid "Can delete own reply"
3649
  msgstr ""
3650
 
3651
+ #: wpf-includes/class-forums.php:57
3652
  msgid "Can add tags"
3653
  msgstr ""
3654
 
3655
+ #: wpf-includes/class-forums.php:58
3656
  msgid "Can subscribe"
3657
  msgstr ""
3658
 
3659
+ #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:759
3660
  msgid "Can like"
3661
  msgstr ""
3662
 
3663
+ #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:760
3664
  msgid "Can report"
3665
  msgstr ""
3666
 
3667
+ #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:761
3668
  msgid "Can set topic sticky"
3669
  msgstr ""
3670
 
3671
+ #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:762
3672
  msgid "Can set topic private"
3673
  msgstr ""
3674
 
3675
+ #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:840
3676
  msgid "Can set own topic private"
3677
  msgstr ""
3678
 
3679
+ #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:841
3680
  msgid "Can view private topic"
3681
  msgstr ""
3682
 
3683
+ #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:770
3684
  msgid "Can approve/unapprove content"
3685
  msgstr ""
3686
 
3687
+ #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:794
3688
  msgid "Can set topic solved"
3689
  msgstr ""
3690
 
3691
+ #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:795
3692
  msgid "Can set own topic solved"
3693
  msgstr ""
3694
 
3695
+ #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:763
3696
  msgid "Can vote"
3697
  msgstr ""
3698
 
3699
+ #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:764
3700
  msgid "Can attach file"
3701
  msgstr ""
3702
 
3703
+ #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:769
3704
  msgid "Can view attached files"
3705
  msgstr ""
3706
 
3707
+ #: wpf-includes/class-forums.php:71 wpf-includes/wpf-phrases.php:765
3708
  msgid "Can set topic answered"
3709
  msgstr ""
3710
 
3711
+ #: wpf-includes/class-forums.php:72 wpf-includes/wpf-phrases.php:766
3712
  msgid "Can set own topic answered"
3713
  msgstr ""
3714
 
3715
+ #: wpf-includes/class-forums.php:73
3716
  msgid "Can answer own question"
3717
  msgstr ""
3718
 
3719
+ #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:767
3720
  msgid "Can close topic"
3721
  msgstr ""
3722
 
3723
+ #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:768
3724
  msgid "Can move topic"
3725
  msgstr ""
3726
 
3727
+ #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:771
3728
  msgid "Can create poll"
3729
  msgstr ""
3730
 
3731
+ #: wpf-includes/class-forums.php:77 wpf-includes/wpf-phrases.php:772
3732
  msgid "Can vote poll"
3733
  msgstr ""
3734
 
3735
+ #: wpf-includes/class-forums.php:78 wpf-includes/wpf-phrases.php:773
3736
  msgid "Can view poll result"
3737
  msgstr ""
3738
 
3739
+ #: wpf-includes/class-forums.php:753
3740
  msgid "Add a new Subforum"
3741
  msgstr ""
3742
 
3743
+ #: wpf-includes/class-forums.php:753
3744
  msgid "Add a new Forum in this Category"
3745
  msgstr ""
3746
 
3747
+ #: wpf-includes/class-members.php:188
3748
  msgid "<strong>ERROR</strong>: Please enter a username."
3749
  msgstr ""
3750
 
3751
+ #: wpf-includes/class-members.php:193
3752
  msgid ""
3753
  "<strong>ERROR</strong>: This username is invalid because it uses illegal "
3754
  "characters. Please enter a valid username."
3755
  msgstr ""
3756
 
3757
+ #: wpf-includes/class-members.php:204
3758
  msgid ""
3759
  "<strong>ERROR</strong>: This username is already registered. Please choose "
3760
  "another one."
3761
  msgstr ""
3762
 
3763
+ #: wpf-includes/class-members.php:209
3764
  msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
3765
  msgstr ""
3766
 
3767
+ #: wpf-includes/class-members.php:214
3768
  msgid "<strong>ERROR</strong>: Please type your email address."
3769
  msgstr ""
3770
 
3771
+ #: wpf-includes/class-members.php:219
3772
  msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
3773
  msgstr ""
3774
 
3775
+ #: wpf-includes/class-members.php:225
3776
  msgid ""
3777
  "<strong>ERROR</strong>: This email is already registered, please choose "
3778
  "another one."
3779
  msgstr ""
3780
 
3781
+ #: wpf-includes/class-members.php:1959
3782
  msgid "What should be done with wpForo content owned by this user?"
3783
  msgstr ""
3784
 
3785
+ #: wpf-includes/class-members.php:1961
3786
  msgid "What should be done with wpForo content owned by these users?"
3787
  msgstr ""
3788
 
3789
+ #: wpf-includes/class-members.php:1965
3790
  msgid "Delete all wpForo content."
3791
  msgstr ""
3792
 
3793
+ #: wpf-includes/class-members.php:1967
3794
  msgid "Attribute all content to:"
3795
  msgstr ""
3796
 
3797
+ #: wpf-includes/class-moderation.php:173
3798
  msgid ""
3799
  "Probably spam file attachments have been detected by wpForo Spam Control. "
3800
  "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
3801
  msgstr ""
3802
 
3803
+ #: wpf-includes/class-notices.php:168 wpf-includes/wpf-phrases.php:255
3804
+ msgid "Dismiss this notice."
3805
+ msgstr "Zamítnout tohle upozornění"
3806
+
3807
+ #: wpf-includes/class-notices.php:209
3808
  msgid "New Addons for Your Forum!"
3809
  msgstr ""
3810
 
3811
+ #: wpf-includes/class-notices.php:209
3812
  msgid "Extend your forum with wpForo addons"
3813
  msgstr ""
3814
 
3815
+ #: wpf-includes/class-notices.php:222
3816
  msgid "View all Addons"
3817
  msgstr ""
3818
 
3819
+ #: wpf-includes/class-phrases.php:197 wpf-includes/wpf-phrases.php:193
 
 
 
 
 
 
 
 
 
 
3820
  msgid " Forum"
3821
  msgstr "Fórum"
3822
 
3823
+ #: wpf-includes/class-phrases.php:198 wpf-includes/wpf-phrases.php:192
3824
  msgid " Discussion Board"
3825
  msgstr "Deska diskuzí"
3826
 
3827
+ #: wpf-includes/class-posts.php:65
3828
  msgid "You are not permitted to view this attachment"
3829
  msgstr ""
3830
 
3831
+ #: wpf-includes/class-subscribes.php:30
3832
  msgid "Please confirm subscription to [entry_title]"
3833
  msgstr ""
3834
 
3835
+ #: wpf-includes/class-subscribes.php:31
3836
  msgid ""
3837
+ "Hello [member_name]!<br>\n"
3838
+ " Thank you for subscribing.<br>\n"
3839
+ " This is an automated response.<br>\n"
3840
  " We are glad to inform you that after confirmation you will get updates from "
3841
+ "- [entry_title].<br>\n"
3842
+ " Please click on link below to complete this step.<br>\n"
3843
  " [confirm_link]"
3844
  msgstr ""
3845
 
3846
+ #: wpf-includes/class-subscribes.php:32
3847
  msgid "New Topic"
3848
  msgstr ""
3849
 
3850
+ #: wpf-includes/class-subscribes.php:33
3851
  msgid ""
3852
+ "Hello [member_name]!<br>\n"
3853
+ " New topic has been created on your subscribed forum - [forum].\n"
3854
+ " <br><br>\n"
3855
+ " <strong>[topic_title]</strong>\n"
3856
+ " <blockquote>\n"
3857
+ " [topic_desc]\n"
3858
+ " </blockquote>\n"
3859
+ " <br><hr>\n"
3860
+ " If you want to unsubscribe from this forum please use the link below.<br>\n"
 
3861
  " [unsubscribe_link]"
3862
  msgstr ""
3863
 
3864
+ #: wpf-includes/class-subscribes.php:34 wpf-includes/wpf-phrases.php:1069
3865
  msgid "New Reply"
3866
  msgstr ""
3867
 
3868
+ #: wpf-includes/class-subscribes.php:35
3869
  msgid ""
3870
+ "Hello [member_name]!<br>\n"
3871
+ " New reply has been posted on your subscribed topic - [topic].\n"
3872
+ " <br><br>\n"
3873
+ " <strong>[reply_title]</strong>\n"
3874
+ " <blockquote >\n"
3875
+ " [reply_desc]\n"
3876
+ " </blockquote>\n"
3877
+ " <br><hr>\n"
3878
+ " If you want to unsubscribe from this topic please use the link below.<br>\n"
 
3879
  " [unsubscribe_link]"
3880
  msgstr ""
3881
 
3882
+ #: wpf-includes/class-subscribes.php:36
3883
  msgid "Forum Post Report"
3884
  msgstr ""
3885
 
3886
+ #: wpf-includes/class-subscribes.php:37
3887
  msgid ""
3888
+ "<strong>Report details:</strong>\n"
3889
+ " Reporter: [reporter], <br>\n"
3890
+ " Message: [message],<br>\n"
3891
+ " <br>\n"
3892
  " [post_url]"
3893
  msgstr ""
3894
 
3898
 
3899
  #: wpf-includes/class-subscribes.php:40
3900
  msgid ""
3901
+ "New user registration on your site [blogname]:\n"
3902
+ "\n"
3903
+ "Username: [user_login]\n"
3904
+ "\n"
3905
+ "Email: [user_email]\n"
3906
  msgstr ""
3907
 
3908
+ #: wpf-includes/class-subscribes.php:42
3909
  msgid "[blogname] Your username and password info"
3910
  msgstr ""
3911
 
3912
+ #: wpf-includes/class-subscribes.php:43
3913
  msgid ""
3914
+ "Username: [user_login]\n"
3915
+ "\n"
3916
+ "To set your password, visit the following address:\n"
3917
+ "\n"
3918
+ "[set_password_url]\n"
3919
+ "\n"
3920
  msgstr ""
3921
 
3922
+ #: wpf-includes/class-subscribes.php:45
3923
  msgid ""
3924
+ "Hello! \n"
3925
+ "\n"
3926
  " You asked us to reset your password for your account using the email "
3927
+ "address [user_login]. \n"
3928
+ "\n"
3929
  " If this was a mistake, or you didn't ask for a password reset, just ignore "
3930
+ "this email and nothing will happen. \n"
3931
+ "\n"
3932
+ " To reset your password, visit the following address: \n"
3933
+ "\n"
3934
+ " [reset_password_url] \n"
3935
+ "\n"
3936
  " Thanks!"
3937
  msgstr ""
3938
 
3939
+ #: wpf-includes/class-subscribes.php:47
3940
  msgid "You have been mentioned in forum post"
3941
  msgstr ""
3942
 
3943
+ #: wpf-includes/class-subscribes.php:48
3944
  msgid ""
3945
+ "Hi [mentioned-user-name]! <br>\n"
3946
+ "\n"
3947
  " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
3948
+ "name].<br/><br/>\n"
3949
+ "\n"
3950
  " Post URL: [post-url]"
3951
  msgstr ""
3952
 
3953
+ #: wpf-includes/class-template.php:819
3954
  msgid "Insert link"
3955
  msgstr ""
3956
 
3957
+ #: wpf-includes/class-template.php:820
3958
  msgid "Link Text"
3959
  msgstr ""
3960
 
3961
+ #: wpf-includes/class-template.php:821
3962
  msgid "Open link in a new tab"
3963
  msgstr ""
3964
 
3965
+ #: wpf-includes/class-template.php:822
3966
+ msgid "Insert Spoiler"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3967
  msgstr ""
3968
 
3969
+ #: wpf-includes/class-template.php:823
3970
+ msgid "Spoiler"
3971
  msgstr ""
3972
 
3973
+ #: wpf-includes/class-template.php:2338 wpf-includes/wpf-phrases.php:513
3974
+ msgid "Theme file not readable"
3975
+ msgstr "Tato šablona není čitelná"
3976
 
3977
+ #: wpf-includes/class-usergroups.php:61
3978
+ msgid "Front - Can pass moderation"
3979
  msgstr ""
3980
 
3981
+ #: wpf-includes/class-usergroups.php:62
3982
+ msgid "Front - Can view statistic"
3983
  msgstr ""
3984
 
3985
+ #: wpf-includes/class-usergroups.php:63 wpf-includes/wpf-phrases.php:729
3986
  msgid "Front - Can view members"
3987
  msgstr ""
3988
 
3989
+ #: wpf-includes/class-usergroups.php:64 wpf-includes/wpf-phrases.php:730
3990
  msgid "Front - Can view profiles"
3991
  msgstr ""
3992
 
3993
+ #: wpf-includes/class-usergroups.php:65
3994
  msgid "Front - Can view member activity"
3995
  msgstr ""
3996
 
3997
+ #: wpf-includes/class-usergroups.php:66
3998
  msgid "Front - Can view member subscriptions"
3999
  msgstr ""
4000
 
4001
+ #: wpf-includes/class-usergroups.php:68 wpf-includes/wpf-phrases.php:731
4002
  msgid "Front - Can upload avatar"
4003
  msgstr ""
4004
 
4005
+ #: wpf-includes/class-usergroups.php:69 wpf-includes/wpf-phrases.php:732
4006
+ msgid "Front - Can have signature"
4007
  msgstr ""
4008
 
4009
+ #: wpf-includes/class-usergroups.php:70 wpf-includes/wpf-phrases.php:733
4010
  msgid "Front - Can view avatars"
4011
  msgstr ""
4012
 
4013
+ #: wpf-includes/class-usergroups.php:73 wpf-includes/wpf-phrases.php:735
 
 
 
 
4014
  msgid "Front - Can view member email"
4015
  msgstr ""
4016
 
4017
+ #: wpf-includes/class-usergroups.php:74 wpf-includes/wpf-phrases.php:736
4018
  msgid "Front - Can view member title"
4019
  msgstr ""
4020
 
4021
+ #: wpf-includes/class-usergroups.php:75
4022
  msgid "Front - Can view member custom title"
4023
  msgstr ""
4024
 
4025
+ #: wpf-includes/class-usergroups.php:76 wpf-includes/wpf-phrases.php:737
4026
  msgid "Front - Can view member reputation"
4027
  msgstr ""
4028
 
4029
+ #: wpf-includes/class-usergroups.php:77 wpf-includes/wpf-phrases.php:738
4030
  msgid "Front - Can view member website"
4031
  msgstr ""
4032
 
4033
+ #: wpf-includes/class-usergroups.php:78 wpf-includes/wpf-phrases.php:739
4034
  msgid "Front - Can view member social networks"
4035
  msgstr ""
4036
 
4037
+ #: wpf-includes/class-usergroups.php:79 wpf-includes/wpf-phrases.php:740
4038
  msgid "Front - Can view member reg. date"
4039
  msgstr ""
4040
 
4041
+ #: wpf-includes/class-usergroups.php:80 wpf-includes/wpf-phrases.php:741
4042
  msgid "Front - Can view member location"
4043
  msgstr ""
4044
 
4045
+ #: wpf-includes/class-usergroups.php:81 wpf-includes/wpf-phrases.php:742
4046
  msgid "Front - Can view member occupation"
4047
  msgstr ""
4048
 
4049
+ #: wpf-includes/class-usergroups.php:82 wpf-includes/wpf-phrases.php:743
4050
  msgid "Front - Can view member signature"
4051
  msgstr ""
4052
 
4053
+ #: wpf-includes/class-usergroups.php:83 wpf-includes/wpf-phrases.php:744
4054
  msgid "Front - Can view member about me"
4055
  msgstr ""
4056
 
4057
+ #: wpf-includes/class-usergroups.php:84 wpf-includes/wpf-phrases.php:745
4058
  msgid "Front - Can write PM"
4059
  msgstr ""
4060
 
4061
+ #: wpf-includes/class-usergroups.php:85
4062
+ msgid "Front - Can access to attachments"
 
 
 
 
 
 
 
 
4063
  msgstr ""
4064
 
4065
+ #: wpf-includes/class-usergroups.php:86
4066
+ msgid "Front - Can access to add topic page"
4067
  msgstr ""
4068
 
4069
+ #: wpf-includes/functions-installation.php:438
4070
  msgid "Start Profile Synchronization"
4071
  msgstr ""
4072
 
4073
+ #: wpf-includes/functions-installation.php:438
4074
  msgid "Continue Synchronization"
4075
  msgstr ""
4076
 
4077
+ #: wpf-includes/functions-installation.php:441
4078
  msgid ""
4079
  "This process may take a few seconds or dozens of minutes, please be patient "
4080
  "and don't close this page."
4081
  msgstr ""
4082
 
4083
+ #: wpf-includes/functions-installation.php:442
4084
+ #: wpf-includes/functions-installation.php:453
4085
  msgid ""
4086
  "You can permanently disable this message in Dashboard > Forums > Features "
4087
  "admin page."
4088
  msgstr ""
4089
 
4090
+ #: wpf-includes/functions-installation.php:444
4091
  msgid "wpForo Forum Installation | "
4092
  msgstr ""
4093
 
4094
+ #: wpf-includes/functions-installation.php:445
4095
  msgid ""
4096
  "Forum users' profile data are not synchronized yet, this step is required! "
4097
  "Please click the button below to complete installation."
4098
  msgstr ""
4099
 
4100
+ #: wpf-includes/functions-installation.php:452
4101
  msgid ""
4102
  "This process may take a few seconds or dozens of minutes, please be patient "
4103
  "and don't close this page. Database backup is not required. If you got 500 "
4105
  "in MySQL server."
4106
  msgstr ""
4107
 
4108
+ #: wpf-includes/functions-installation.php:455
4109
+ msgid "wpForo Database Update Problem - Action Required!"
4110
+ msgstr ""
4111
+
4112
+ #: wpf-includes/functions-installation.php:456
4113
+ msgid ""
4114
+ "Forum database is not updated properly. Please click the button below for "
4115
+ "further instruction."
4116
+ msgstr ""
4117
+
4118
+ #: wpf-includes/functions-installation.php:779
4119
+ msgid "Main Category"
4120
+ msgstr ""
4121
+
4122
+ #: wpf-includes/functions-installation.php:779
4123
+ msgid "This is a simple category / section"
4124
  msgstr ""
4125
 
4126
+ #: wpf-includes/functions-installation.php:780
4127
+ msgid "Main Forum"
4128
  msgstr ""
4129
 
4130
+ #: wpf-includes/functions-installation.php:780
4131
+ msgid "This is a simple parent forum"
4132
  msgstr ""
4133
 
4134
  #: wpf-includes/functions-template.php:7
4135
  msgid "wpForo Menu"
4136
  msgstr "wpFóro Menu"
4137
 
4138
+ #: wpf-includes/functions-template.php:162 wpf-includes/wpf-phrases.php:596
4139
  msgid "wpForo Sidebar"
4140
  msgstr "wpFóro Postranní panel"
4141
 
4142
+ #: wpf-includes/functions-template.php:163 wpf-includes/wpf-phrases.php:377
4143
  msgid ""
4144
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
4145
  "Width' template for wpForo index page to avoid sidebar duplication."
4147
  "Upozornění: Pokud chcete přidat widget, prosím použijte \"Full Width\" "
4148
  "šablonu pro wpFóro (index page) aby jste předešli duplikaci widgetů."
4149
 
4150
+ #: wpf-includes/functions-template.php:185
4151
+ #: wpf-includes/functions-template.php:279 wpf-includes/wpf-phrases.php:376
4152
+ msgid "My Profile"
4153
+ msgstr "Můj Profil"
 
 
 
 
 
4154
 
4155
+ #: wpf-includes/functions-template.php:186
4156
+ #: wpf-includes/functions-template.php:205
4157
+ #: wpf-includes/functions-template.php:280 wpf-includes/wpf-phrases.php:1062
4158
+ msgid "Join Us!"
4159
  msgstr ""
4160
 
4161
+ #: wpf-includes/functions-template.php:289
4162
+ msgid "Title for Users"
 
 
 
 
 
 
 
 
 
 
 
4163
  msgstr ""
4164
 
4165
+ #: wpf-includes/functions-template.php:293
4166
+ msgid "Title for Guests"
4167
  msgstr ""
4168
 
4169
+ #: wpf-includes/functions-template.php:297
4170
+ msgid "Hide avatar"
4171
  msgstr ""
4172
 
4173
+ #: wpf-includes/functions-template.php:301
4174
+ msgid "Hide user name"
4175
  msgstr ""
4176
 
4177
+ #: wpf-includes/functions-template.php:305
4178
+ msgid "Hide notification bell"
4179
  msgstr ""
4180
 
4181
+ #: wpf-includes/functions-template.php:309
4182
+ msgid "Hide user data"
4183
  msgstr ""
4184
 
4185
+ #: wpf-includes/functions-template.php:313
4186
+ msgid "Hide buttons"
4187
  msgstr ""
4188
 
4189
+ #: wpf-includes/functions-template.php:317
4190
+ msgid "Hide this widget for guests"
 
 
 
 
 
4191
  msgstr ""
4192
 
4193
+ #: wpf-includes/functions-template.php:472
4194
+ msgid "User Groups"
4195
  msgstr ""
4196
 
4197
+ #: wpf-includes/functions-template.php:478
4198
+ #: wpf-includes/functions-template.php:641
4199
+ #: wpf-includes/functions-template.php:911
4200
+ #: wpf-includes/functions-template.php:1042 wpf-includes/wpf-phrases.php:396
4201
+ msgid "Number of Items"
4202
+ msgstr "Počet věcí"
4203
 
4204
+ #: wpf-includes/functions-template.php:484 wpf-includes/wpf-phrases.php:256
4205
+ msgid "Display Avatars"
4206
+ msgstr "Obrazovka Avatarů"
4207
 
4208
+ #: wpf-includes/functions-template.php:524
4209
+ #: wpf-includes/functions-template.php:699
4210
+ msgid "Created Date"
4211
  msgstr ""
4212
 
4213
+ #: wpf-includes/functions-template.php:525
4214
+ #: wpf-includes/functions-template.php:700
4215
+ msgid "Modified Date"
 
 
 
 
 
 
 
 
 
 
 
 
 
4216
  msgstr ""
4217
 
4218
+ #: wpf-includes/functions-template.php:526
4219
+ msgid "Posts Count"
4220
  msgstr ""
4221
 
4222
+ #: wpf-includes/functions-template.php:527
4223
+ msgid "Views Count"
4224
  msgstr ""
4225
 
4226
+ #: wpf-includes/functions-template.php:530
4227
+ #: wpf-includes/functions-template.php:703
4228
+ msgid "DESC"
4229
  msgstr ""
4230
 
4231
+ #: wpf-includes/functions-template.php:531
4232
+ #: wpf-includes/functions-template.php:704
4233
+ msgid "ASC"
 
 
 
 
 
 
 
 
 
4234
  msgstr ""
4235
 
4236
+ #: wpf-includes/functions-template.php:617
4237
+ #: wpf-includes/functions-template.php:882
4238
+ msgid "Filter by forums"
 
 
 
 
 
 
 
4239
  msgstr ""
4240
 
4241
+ #: wpf-includes/functions-template.php:624
4242
+ #: wpf-includes/functions-template.php:889
4243
+ msgid "Autofilter by current forum"
4244
  msgstr ""
4245
 
4246
+ #: wpf-includes/functions-template.php:628
4247
+ #: wpf-includes/functions-template.php:893
4248
+ msgid "Order by"
4249
  msgstr ""
4250
 
4251
+ #: wpf-includes/functions-template.php:646
4252
+ msgid "Display with avatars"
4253
  msgstr ""
4254
 
4255
+ #: wpf-includes/functions-template.php:651
4256
+ msgid "Refer topics to first unread post"
 
 
 
 
 
 
4257
  msgstr ""
4258
 
4259
+ #: wpf-includes/functions-template.php:906
4260
+ msgid "Limit Per Topic"
4261
  msgstr ""
4262
 
4263
+ #: wpf-includes/functions-template.php:908
4264
+ msgid "set 0 to remove this limit"
4265
  msgstr ""
4266
 
4267
+ #: wpf-includes/functions-template.php:917 wpf-includes/wpf-phrases.php:258
4268
+ msgid "Display with Avatars"
4269
+ msgstr "Obrazovka s Avatary"
4270
 
4271
+ #: wpf-includes/functions-template.php:922
4272
+ msgid "Display Only Unread Posts"
4273
  msgstr ""
4274
 
4275
+ #: wpf-includes/functions-template.php:927
4276
+ msgid "Display [new] indicator"
 
 
 
 
 
4277
  msgstr ""
4278
 
4279
+ #: wpf-includes/functions-template.php:1037
4280
+ msgid "Topic Counts"
4281
  msgstr ""
4282
 
4283
+ #: wpf-includes/functions.php:393 wpf-includes/wpf-phrases.php:327
 
 
 
 
4284
  msgid "Items"
4285
  msgstr "Položky"
4286
 
4287
+ #: wpf-includes/functions.php:394 wpf-includes/wpf-phrases.php:222
4288
+ msgid "Apply"
4289
+ msgstr "Aplikovat"
4290
+
4291
+ #: wpf-includes/functions.php:827
4292
  #, php-format
4293
  msgid "Could not write file %s"
4294
  msgstr "Nemůžeme zaspat soubor %s"
4295
 
4296
+ #: wpf-includes/functions.php:2349
4297
+ msgid "Action Required!"
4298
+ msgstr ""
4299
+
4300
+ #: wpf-includes/functions.php:2349
4301
+ msgid ""
4302
+ "Please update wpForo addons CSS style to make compatible with the current "
4303
+ "version of wpForo."
4304
+ msgstr ""
4305
+
4306
+ #: wpf-includes/functions.php:2350
4307
+ msgid "Update CSS >>"
4308
+ msgstr ""
4309
+
4310
  #: wpf-includes/integration/buddypress.php:34
4311
  msgid "Search Forums..."
4312
  msgstr ""
4313
 
4314
+ #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:974
4315
  msgid "Topics Started"
4316
  msgstr ""
4317
 
4318
+ #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:975
4319
  msgid "Replies Created"
4320
  msgstr ""
4321
 
4322
+ #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:976
4323
  msgid "Liked Posts"
4324
  msgstr ""
4325
 
4326
+ #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:504
4327
  msgid "Subscriptions"
4328
  msgstr "Odběry"
4329
 
4330
+ #: wpf-includes/integration/buddypress.php:531 wpf-includes/wpf-phrases.php:119
4331
  msgid "Topic reply"
4332
  msgstr ""
4333
 
4334
+ #: wpf-includes/integration/buddypress.php:534 wpf-includes/wpf-phrases.php:118
4335
  #, php-format
4336
  msgid "You have %d new replies"
4337
  msgstr ""
4338
 
4339
+ #: wpf-includes/integration/buddypress.php:538
4340
  #, php-format
4341
  msgid "You have %d new reply to %2$s from %3$s"
4342
  msgstr ""
4343
 
4344
+ #: wpf-includes/integration/buddypress.php:540 wpf-includes/wpf-phrases.php:116
4345
  #, php-format
4346
  msgid "You have %d new reply to %s"
4347
  msgstr ""
4348
 
4349
+ #: wpf-includes/integration/buddypress.php:699 wpf-includes/wpf-phrases.php:115
4350
  msgid "Are you sure you wanted to do that?"
4351
  msgstr ""
4352
 
4353
+ #: wpf-includes/integration/buddypress.php:703 wpf-includes/wpf-phrases.php:114
4354
  msgid "You do not have permission to mark notifications for that user."
4355
  msgstr ""
4356
 
4357
+ #: wpf-includes/integration/ultimate-member.php:63
4358
+ #: wpf-includes/integration/ultimate-member.php:414
4359
  msgid "User leaves a reply to wpForo topic"
4360
  msgstr ""
4361
 
4362
+ #: wpf-includes/integration/ultimate-member.php:65
4363
+ #: wpf-includes/integration/ultimate-member.php:416
4364
  msgid "When a member replies to one of my forum topics"
4365
  msgstr ""
4366
 
4367
+ #: wpf-includes/integration/ultimate-member.php:68
4368
+ #: wpf-includes/integration/ultimate-member.php:419
4369
  msgid "User replied to wpForo post"
4370
  msgstr ""
4371
 
4372
+ #: wpf-includes/integration/ultimate-member.php:70
4373
+ #: wpf-includes/integration/ultimate-member.php:421
4374
  msgid "When a member replies to one of my post in forum topics"
4375
  msgstr ""
4376
 
4377
+ #: wpf-includes/integration/ultimate-member.php:415
4378
+ msgid ""
4379
+ "<strong>{member}</strong> has <strong>replied</strong> to a topic you "
4380
+ "started on the forum."
4381
+ msgstr ""
4382
+
4383
+ #: wpf-includes/integration/ultimate-member.php:420
4384
+ msgid ""
4385
+ "<strong>{member}</strong> has <strong>replied</strong> to your post on the "
4386
+ "forum."
4387
+ msgstr ""
4388
+
4389
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:322
4390
  msgid ""
4391
  "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
4392
  "permanently remove all forum data (forums, topics, replies, attachments...) "
4404
  msgid "Uninstall"
4405
  msgstr "Odinstalace"
4406
 
4407
+ #: wpf-includes/wpf-hooks.php:1395
4408
+ msgid "Clear"
4409
+ msgstr ""
4410
+
4411
+ #: wpf-includes/wpf-hooks.php:1395
4412
+ msgid "Select Color"
4413
+ msgstr ""
4414
+
4415
+ #: wpf-includes/wpf-hooks.php:1400 wpf-includes/wpf-phrases.php:183
4416
  msgid "Move"
4417
  msgstr "Přesunout"
4418
 
4419
+ #: wpf-includes/wpf-hooks.php:1407
4420
+ msgid "Please choose one reasons before sending a feedback!"
4421
  msgstr ""
4422
 
4423
+ #: wpf-includes/wpf-hooks.php:1409
4424
+ msgid ""
4425
+ "With the email address, please check the \"I agree to receive email\" "
4426
+ "checkbox to proceed."
4427
+ msgstr ""
4428
+
4429
+ #: wpf-includes/wpf-hooks.php:1410
4430
+ msgid "Please fill your email address for feedback"
4431
  msgstr ""
4432
 
4433
+ #: wpf-includes/wpf-hooks.php:1411
4434
+ msgid "Your email address is not valid"
4435
  msgstr ""
4436
 
4437
+ #: wpf-includes/wpf-hooks.php:1469
4438
  msgid ""
4439
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4440
  "structure"
4441
  msgstr ""
4442
 
4443
+ #: wpf-includes/wpf-hooks.php:1505
4444
  msgid "Forum Profile Fields - wpForo"
4445
  msgstr ""
4446
 
4447
+ #: wpf-includes/wpf-hooks.php:1513
4448
  msgid "Forum - Usergroup"
4449
  msgstr ""
4450
 
4451
+ #: wpf-includes/wpf-hooks.php:1518
4452
  #, php-format
4453
  msgid ""
4454
  "Forum Usergroups are synched with User Roles based on the %s. When you "
4456
  "that table."
4457
  msgstr ""
4458
 
4459
+ #: wpf-includes/wpf-hooks.php:1525
4460
+ msgid "Synced with user role"
4461
+ msgstr ""
4462
+
4463
+ #: wpf-includes/wpf-hooks.php:1529
4464
  msgid "Role-Usergroup Synchronization is Turned ON!"
4465
  msgstr ""
4466
 
4467
+ #: wpf-includes/wpf-hooks.php:1530
4468
  msgid ""
4469
  "This user Usergroup is automatically changed according to current Role. If "
4470
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
4473
  "option."
4474
  msgstr ""
4475
 
4476
+ #: wpf-includes/wpf-hooks.php:1541
4477
  msgid "Forum - Secondary Usergroups"
4478
  msgstr ""
4479
 
4480
+ #: wpf-includes/wpf-hooks.php:1563
4481
  msgid "Forum - User Timezone"
4482
  msgstr ""
4483
 
4484
+ #: wpf-includes/wpf-hooks.php:1574
4485
+ msgid "User Reputation"
4486
+ msgstr ""
4487
+
4488
+ #: wpf-includes/wpf-hooks.php:1575
4489
+ msgid ""
4490
+ "By default all members get rating badges and titles based on number of "
4491
+ "posts. However, using this option you can grant lower or higher rating to "
4492
+ "certain user (this user). The default member reputation badges, titles and "
4493
+ "points can be managed in Forums > Settings > Members Tab."
4494
+ msgstr ""
4495
+
4496
+ #: wpf-includes/wpf-hooks.php:1579
4497
+ msgid "Default Rating"
4498
+ msgstr ""
4499
+
4500
+ #: wpf-includes/wpf-hooks.php:1580
4501
+ msgid "Custom Rating"
4502
+ msgstr ""
4503
+
4504
+ #: wpf-includes/wpf-hooks.php:1587 wpf-includes/wpf-phrases.php:863
4505
+ msgid "Rating Title"
4506
+ msgstr ""
4507
+
4508
+ #: wpf-includes/wpf-hooks.php:1588 wpf-includes/wpf-phrases.php:430
4509
+ msgid "Rating Badge"
4510
+ msgstr "Odznak"
4511
+
4512
+ #: wpf-includes/wpf-hooks.php:2007 wpf-includes/wpf-hooks.php:2107
4513
  msgid "Please Moderate: "
4514
  msgstr ""
4515
 
4516
+ #: wpf-includes/wpf-hooks.php:2008
4517
  msgid ""
4518
  "This topic is currently unapproved. You can approve topics in Dashboard "
4519
  "&raquo; Forums &raquo; Moderation admin page."
4520
  msgstr ""
4521
 
4522
+ #: wpf-includes/wpf-hooks.php:2108
4523
  msgid ""
4524
  "This post is currently unapproved. You can approve posts in Dashboard "
4525
  "&raquo; Forums &raquo; Moderation admin page."
4526
  msgstr ""
4527
 
4528
+ #: wpf-includes/wpf-hooks.php:2640 wpf-includes/wpf-hooks.php:2662
4529
  msgid "New Forum"
4530
  msgstr ""
4531
 
4532
+ #: wpf-includes/wpf-hooks.php:2642
4533
  msgid "New User Group"
4534
  msgstr ""
4535
 
4536
+ #: wpf-includes/wpf-hooks.php:2644 wpf-includes/wpf-hooks.php:2690
4537
  msgid "New Phrase"
4538
  msgstr ""
4539
 
4540
+ #: wpf-includes/wpf-hooks.php:2656
4541
  msgid "Forum Dashboard"
4542
  msgstr ""
4543
 
4544
+ #: wpf-includes/wpf-hooks.php:2684
4545
  msgid "New Usergroup"
4546
  msgstr ""
4547
 
4548
+ #: wpf-includes/wpf-hooks.php:2782 wpf-includes/wpf-phrases.php:1084
4549
  #, php-format
4550
+ msgid ""
4551
+ "IMPORTANT! The forum registration form is probably under risk of spam "
4552
+ "attacks. Please configure wpForo built-in %s antibot for registration form "
4553
+ "to avoid spam registrations. If you don't use the forum registration form or "
4554
+ "you are sure that your registration forms are secured, just click on (x) "
4555
+ "button to dismiss this message."
4556
+ msgstr ""
4557
+
4558
+ #: wpf-includes/wpf-hooks.php:2813
4559
+ msgid "wpForo Polls addon is disabled!"
4560
+ msgstr ""
4561
+
4562
+ #: wpf-includes/wpf-hooks.php:2813
4563
+ msgid ""
4564
+ " Your addon version is not compatible with the current version of wpForo. "
4565
+ "Please update the addon or downgrade wpForo to 1.7.7"
4566
+ msgstr ""
4567
+
4568
+ #: wpf-includes/wpf-hooks.php:2814
4569
+ msgid "dismiss"
4570
+ msgstr ""
4571
+
4572
+ #: wpf-includes/wpf-phrases.php:6
4573
+ msgid "relevance"
4574
+ msgstr ""
4575
+
4576
+ #: wpf-includes/wpf-phrases.php:7
4577
+ msgid "Unapproved Posts"
4578
+ msgstr ""
4579
+
4580
+ #: wpf-includes/wpf-phrases.php:8
4581
+ msgid "Private Topics"
4582
+ msgstr ""
4583
 
4584
  #: wpf-includes/wpf-phrases.php:9
4585
+ msgid "Sticky Topics"
4586
+ msgstr ""
 
4587
 
4588
  #: wpf-includes/wpf-phrases.php:10
4589
+ msgid "Closed Topics"
4590
+ msgstr ""
 
4591
 
4592
  #: wpf-includes/wpf-phrases.php:11
4593
+ msgid "Unsolved Topics"
4594
+ msgstr ""
 
4595
 
4596
  #: wpf-includes/wpf-phrases.php:12
4597
+ msgid "Solved Topics"
4598
+ msgstr ""
4599
 
4600
  #: wpf-includes/wpf-phrases.php:13
4601
+ msgid "Not Replied Topics"
4602
+ msgstr ""
4603
 
4604
+ #: wpf-includes/wpf-phrases.php:14
4605
+ msgid "Reset Fields"
4606
+ msgstr ""
4607
 
4608
+ #: wpf-includes/wpf-phrases.php:15
4609
+ msgid "Load More Topics"
4610
+ msgstr ""
4611
 
4612
+ #: wpf-includes/wpf-phrases.php:18
4613
+ msgid "Resolved"
4614
+ msgstr ""
4615
 
4616
+ #: wpf-includes/wpf-phrases.php:19
4617
+ msgid "Popular"
4618
+ msgstr ""
4619
 
4620
+ #: wpf-includes/wpf-phrases.php:20
4621
+ msgid "No forum found in this category"
4622
+ msgstr ""
4623
+
4624
+ #: wpf-includes/wpf-phrases.php:21
4625
+ msgid "Threads"
4626
+ msgstr ""
4627
+
4628
+ #: wpf-includes/wpf-phrases.php:22
4629
+ #, php-format
4630
+ msgid "show %d more comments"
4631
+ msgstr ""
4632
+
4633
+ #: wpf-includes/wpf-phrases.php:23
4634
+ msgid "expand to show all comments on this post"
4635
+ msgstr ""
4636
+
4637
+ #: wpf-includes/wpf-phrases.php:24
4638
+ msgid "Topic are private, please register or login for further information"
4639
+ msgstr ""
4640
+
4641
+ #: wpf-includes/wpf-phrases.php:25
4642
+ msgid ""
4643
+ "You don't have permissions to see this page, please register or login for "
4644
+ "further information"
4645
+ msgstr ""
4646
+
4647
+ #: wpf-includes/wpf-phrases.php:26
4648
+ msgid "Invalid request."
4649
+ msgstr ""
4650
+
4651
+ #: wpf-includes/wpf-phrases.php:27
4652
+ msgid "The password has been changed"
4653
+ msgstr ""
4654
+
4655
+ #: wpf-includes/wpf-phrases.php:28
4656
+ msgid "The password reset empty"
4657
+ msgstr ""
4658
+
4659
+ #: wpf-includes/wpf-phrases.php:29
4660
+ msgid "The password reset mismatch"
4661
+ msgstr ""
4662
+
4663
+ #: wpf-includes/wpf-phrases.php:30
4664
+ msgid "Email has been sent"
4665
+ msgstr ""
4666
+
4667
+ #: wpf-includes/wpf-phrases.php:31
4668
+ msgid "The key is invalid"
4669
+ msgstr ""
4670
+
4671
+ #: wpf-includes/wpf-phrases.php:32
4672
+ msgid "The key is expired"
4673
+ msgstr ""
4674
 
4675
  #: wpf-includes/wpf-phrases.php:33
4676
+ msgid "Attachment"
4677
+ msgstr ""
4678
 
4679
  #: wpf-includes/wpf-phrases.php:34
4680
+ msgid "all topics has been loaded in this list"
4681
+ msgstr ""
4682
 
4683
  #: wpf-includes/wpf-phrases.php:35
4684
+ msgid "You don't have permission to do this action from this forum"
4685
+ msgstr ""
4686
+
4687
+ #: wpf-includes/wpf-phrases.php:36
4688
+ msgid "wrong data"
4689
+ msgstr ""
4690
+
4691
+ #: wpf-includes/wpf-phrases.php:37
4692
+ msgid "You don't have permission to make two best answers for one topic"
4693
+ msgstr ""
4694
+
4695
+ #: wpf-includes/wpf-phrases.php:38
4696
+ msgid "You don't have permission to make topic answered"
4697
+ msgstr ""
4698
+
4699
+ #: wpf-includes/wpf-phrases.php:39
4700
+ msgid "topic not found"
4701
+ msgstr ""
4702
+
4703
+ #: wpf-includes/wpf-phrases.php:40
4704
+ msgid "done"
4705
+ msgstr ""
4706
+
4707
+ #: wpf-includes/wpf-phrases.php:41
4708
+ msgid "You don't have permission to like posts from this forum"
4709
+ msgstr ""
4710
 
4711
  #: wpf-includes/wpf-phrases.php:42
4712
+ msgid "post not found"
4713
+ msgstr ""
4714
 
4715
  #: wpf-includes/wpf-phrases.php:43
4716
+ msgid "action error"
4717
+ msgstr ""
4718
 
4719
  #: wpf-includes/wpf-phrases.php:44
4720
+ msgid "About"
4721
+ msgstr ""
4722
 
4723
  #: wpf-includes/wpf-phrases.php:45
4724
+ msgid "404 - Page not found"
4725
+ msgstr ""
4726
+
4727
+ #: wpf-includes/wpf-phrases.php:46
4728
+ msgid "DO NOT DELETE WPFORO PAGE!!!"
4729
+ msgstr ""
4730
 
4731
  #: wpf-includes/wpf-phrases.php:47
4732
+ msgid "Deleted"
4733
+ msgstr ""
4734
+
4735
+ #: wpf-includes/wpf-phrases.php:48
4736
+ msgid "Settings reset successfully"
4737
+ msgstr ""
4738
+
4739
+ #: wpf-includes/wpf-phrases.php:49
4740
+ msgid "Misc options reset successfully"
4741
+ msgstr ""
4742
+
4743
+ #: wpf-includes/wpf-phrases.php:50
4744
+ msgid "Cleanup options reset successfully"
4745
+ msgstr ""
4746
+
4747
+ #: wpf-includes/wpf-phrases.php:51
4748
+ msgid "Antispam options reset successfully"
4749
+ msgstr ""
4750
+
4751
+ #: wpf-includes/wpf-phrases.php:52
4752
+ msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
4753
+ msgstr ""
4754
 
4755
  #: wpf-includes/wpf-phrases.php:53
4756
+ msgid "Email options reset successfully"
4757
+ msgstr ""
4758
 
4759
  #: wpf-includes/wpf-phrases.php:54
4760
+ msgid "Theme options reset successfully"
4761
+ msgstr ""
4762
+
4763
+ #: wpf-includes/wpf-phrases.php:55
4764
+ msgid "API options reset successfully"
4765
+ msgstr ""
4766
+
4767
+ #: wpf-includes/wpf-phrases.php:56
4768
+ msgid "API options successfully updated, but previous value not changed"
4769
+ msgstr ""
4770
+
4771
+ #: wpf-includes/wpf-phrases.php:57
4772
+ msgid "API options successfully updated"
4773
  msgstr ""
4774
 
4775
  #: wpf-includes/wpf-phrases.php:58
4776
+ msgid "Features reset successfully"
4777
+ msgstr ""
4778
 
4779
  #: wpf-includes/wpf-phrases.php:59
4780
+ msgid "Member options reset successfully"
4781
+ msgstr ""
4782
+
4783
+ #: wpf-includes/wpf-phrases.php:60
4784
+ msgid "Post options reset successfully"
4785
+ msgstr ""
4786
+
4787
+ #: wpf-includes/wpf-phrases.php:61
4788
+ msgid "Forum options reset successfully"
4789
+ msgstr ""
4790
+
4791
+ #: wpf-includes/wpf-phrases.php:62
4792
+ msgid "General options reset successfully"
4793
+ msgstr ""
4794
+
4795
+ #: wpf-includes/wpf-phrases.php:63
4796
+ msgid "Please save \"Forum template slugs"
4797
+ msgstr ""
4798
+
4799
+ #: wpf-includes/wpf-phrases.php:64
4800
+ msgid "Rebuilt Successfully!"
4801
+ msgstr ""
4802
 
4803
  #: wpf-includes/wpf-phrases.php:65
4804
+ msgid "Synched Successfully!"
4805
+ msgstr ""
4806
+
4807
+ #: wpf-includes/wpf-phrases.php:66
4808
+ msgid "Sorry, this file cannot be deleted"
4809
+ msgstr ""
4810
+
4811
+ #: wpf-includes/wpf-phrases.php:67
4812
+ #, php-format
4813
+ msgid "I have read and agree to %s privacy policy."
4814
+ msgstr ""
4815
 
4816
  #: wpf-includes/wpf-phrases.php:68
4817
+ msgid "All "
4818
+ msgstr ""
4819
+
4820
+ #: wpf-includes/wpf-phrases.php:69
4821
+ msgid "Reply by"
4822
+ msgstr ""
4823
+
4824
+ #: wpf-includes/wpf-phrases.php:70
4825
+ msgid "Topic Author"
4826
+ msgstr ""
4827
 
4828
  #: wpf-includes/wpf-phrases.php:71
4829
+ msgid "Reply to"
4830
+ msgstr ""
4831
+
4832
+ #: wpf-includes/wpf-phrases.php:72
4833
+ #, php-format
4834
+ msgid "Last reply by %s"
4835
+ msgstr ""
4836
+
4837
+ #: wpf-includes/wpf-phrases.php:73
4838
+ #, php-format
4839
+ msgid "Created by %s"
4840
+ msgstr ""
4841
 
4842
  #: wpf-includes/wpf-phrases.php:74
4843
+ #, php-format
4844
+ msgid "%s posted a new topic %s"
4845
+ msgstr ""
4846
 
4847
  #: wpf-includes/wpf-phrases.php:75
4848
+ msgid "Repeat new password"
4849
+ msgstr ""
4850
+
4851
+ #: wpf-includes/wpf-phrases.php:76
4852
+ msgid "Status changing error"
4853
+ msgstr ""
4854
+
4855
+ #: wpf-includes/wpf-phrases.php:77
4856
+ msgid "Topic splitting error"
4857
+ msgstr ""
4858
+
4859
+ #: wpf-includes/wpf-phrases.php:78
4860
+ msgid "Please select at least one post to split"
4861
+ msgstr ""
4862
+
4863
+ #: wpf-includes/wpf-phrases.php:79
4864
+ msgid "Please insert required fields"
4865
+ msgstr ""
4866
+
4867
+ #: wpf-includes/wpf-phrases.php:80
4868
+ msgid "Please select a target forum"
4869
+ msgstr ""
4870
+
4871
+ #: wpf-includes/wpf-phrases.php:81
4872
+ msgid "Data merging error"
4873
+ msgstr ""
4874
+
4875
+ #: wpf-includes/wpf-phrases.php:82
4876
+ msgid "You don't have permission to delete topic from this forum."
4877
+ msgstr ""
4878
+
4879
+ #: wpf-includes/wpf-phrases.php:83
4880
+ msgid "Cancel"
4881
+ msgstr ""
4882
+
4883
+ #: wpf-includes/wpf-phrases.php:84
4884
+ msgid "Write here . . ."
4885
+ msgstr ""
4886
+
4887
+ #: wpf-includes/wpf-phrases.php:85
4888
+ msgid "Select Forum"
4889
+ msgstr ""
4890
+
4891
+ #: wpf-includes/wpf-phrases.php:86
4892
+ msgid "error: Change Status action"
4893
+ msgstr ""
4894
+
4895
+ #: wpf-includes/wpf-phrases.php:87
4896
+ msgid "Function wpforo_thread_reply() not found."
4897
+ msgstr ""
4898
 
4899
  #: wpf-includes/wpf-phrases.php:88
4900
+ msgid "You are posting too quickly. Slow down."
4901
+ msgstr ""
4902
+
4903
+ #: wpf-includes/wpf-phrases.php:89
4904
+ msgid "Email confirm error"
4905
+ msgstr ""
4906
 
4907
  #: wpf-includes/wpf-phrases.php:90
4908
+ msgid "Email has been confirmed"
4909
+ msgstr ""
4910
 
4911
  #: wpf-includes/wpf-phrases.php:91
4912
+ msgid "User Groups Secondary"
4913
+ msgstr ""
4914
 
4915
  #: wpf-includes/wpf-phrases.php:92
4916
+ msgid "URL Address Identifier"
4917
+ msgstr ""
4918
 
4919
  #: wpf-includes/wpf-phrases.php:93
4920
+ msgid "Nickname"
4921
+ msgstr ""
4922
 
4923
  #: wpf-includes/wpf-phrases.php:94
4924
+ msgid "User unban action error"
4925
+ msgstr ""
4926
 
4927
  #: wpf-includes/wpf-phrases.php:95
4928
+ msgid "User successfully unbanned from wpforo"
4929
+ msgstr ""
4930
+
4931
+ #: wpf-includes/wpf-phrases.php:96
4932
+ msgid "User ban action error"
4933
+ msgstr ""
4934
 
4935
  #: wpf-includes/wpf-phrases.php:97
4936
+ msgid "User successfully banned from wpforo"
4937
+ msgstr ""
4938
 
4939
  #: wpf-includes/wpf-phrases.php:98
4940
+ msgid "You can't make yourself banned user"
4941
+ msgstr ""
4942
 
4943
  #: wpf-includes/wpf-phrases.php:99
4944
+ msgid "Password successfully changed"
4945
+ msgstr ""
4946
 
4947
  #: wpf-includes/wpf-phrases.php:100
4948
+ msgid "Userid is wrong"
4949
+ msgstr ""
4950
+
4951
+ #: wpf-includes/wpf-phrases.php:101
4952
+ #, php-format
4953
+ msgid "Avatar image is too big maximum allowed size is %s"
4954
+ msgstr ""
4955
 
4956
  #: wpf-includes/wpf-phrases.php:102
4957
+ msgid "This nickname is already registered. Please insert another."
4958
+ msgstr ""
4959
 
4960
  #: wpf-includes/wpf-phrases.php:103
4961
+ #, php-format
4962
+ msgid "Password length must be between %d characters and %d characters."
4963
+ msgstr ""
4964
 
4965
  #: wpf-includes/wpf-phrases.php:104
4966
+ msgid ""
4967
+ "ERROR: invalid_username. Sorry, that username is not allowed. Please insert "
4968
+ "another."
4969
+ msgstr ""
4970
+
4971
+ #: wpf-includes/wpf-phrases.php:105
4972
+ msgid "Specify avatar by URL:"
4973
+ msgstr ""
4974
 
4975
  #: wpf-includes/wpf-phrases.php:106
4976
+ msgid "Are you sure you want to delete this file?"
4977
+ msgstr ""
4978
+
4979
+ #: wpf-includes/wpf-phrases.php:108
4980
+ msgid "Google reCAPTCHA data are not submitted"
4981
+ msgstr ""
4982
 
4983
  #: wpf-includes/wpf-phrases.php:109
4984
+ msgid "I allow to create an account and send confirmation email."
4985
+ msgstr ""
4986
 
4987
  #: wpf-includes/wpf-phrases.php:110
4988
+ msgid "Leave a comment"
4989
+ msgstr ""
4990
 
4991
  #: wpf-includes/wpf-phrases.php:111
4992
+ msgid "Reply with quote"
4993
+ msgstr ""
4994
 
4995
+ #: wpf-includes/wpf-phrases.php:112
4996
+ msgid ""
4997
+ "The note text and the label of this checkbox can be managed in Forums > "
4998
+ "Phrases admin page. Search the label phrase, click on edit button and change "
4999
+ "it."
5000
+ msgstr ""
5001
 
5002
+ #: wpf-includes/wpf-phrases.php:113
5003
+ msgid "Do you really want to reset options?"
5004
+ msgstr ""
5005
 
5006
+ #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
5007
+ msgid "This topic doesn't exist or you don't have permissions to see that."
5008
+ msgstr ""
5009
+
5010
+ #: wpf-includes/wpf-phrases.php:121
5011
+ msgid "topics and posts"
5012
+ msgstr ""
5013
 
5014
  #: wpf-includes/wpf-phrases.php:122
5015
+ msgid "Subscription Manager"
5016
+ msgstr ""
5017
 
5018
+ #: wpf-includes/wpf-phrases.php:123
5019
+ msgid "Subscribe to all new topics"
5020
+ msgstr ""
5021
+
5022
+ #: wpf-includes/wpf-phrases.php:124
5023
+ msgid "Subscribe to all new topics and posts"
5024
+ msgstr ""
5025
+
5026
+ #: wpf-includes/wpf-phrases.php:125
5027
+ msgid "Update Subscriptions"
5028
+ msgstr ""
5029
 
5030
  #: wpf-includes/wpf-phrases.php:126
5031
+ msgid "Share to OK"
5032
+ msgstr ""
5033
+
5034
+ #: wpf-includes/wpf-phrases.php:127
5035
+ msgid "Share to VK"
5036
+ msgstr ""
5037
+
5038
+ #: wpf-includes/wpf-phrases.php:128
5039
+ msgid "Share to WhatsApp"
5040
+ msgstr ""
5041
+
5042
+ #: wpf-includes/wpf-phrases.php:129
5043
+ msgid "Share to LinkedIn"
5044
+ msgstr ""
5045
+
5046
+ #: wpf-includes/wpf-phrases.php:130
5047
+ msgid "Share to Google+"
5048
+ msgstr ""
5049
 
5050
  #: wpf-includes/wpf-phrases.php:131
5051
+ msgid "Tweet"
5052
+ msgstr ""
5053
 
5054
  #: wpf-includes/wpf-phrases.php:132
5055
+ msgid "Tweet this post"
5056
+ msgstr ""
5057
+
5058
+ #: wpf-includes/wpf-phrases.php:133
5059
+ msgid "Share to Facebook"
5060
+ msgstr ""
5061
+
5062
+ #: wpf-includes/wpf-phrases.php:134
5063
+ msgid "Facebook Login Information"
5064
  msgstr ""
5065
 
5066
  #: wpf-includes/wpf-phrases.php:135
5067
+ msgid ""
5068
+ "I allow to create an account based on my Facebook public profile information "
5069
+ "and send confirmation email."
5070
+ msgstr ""
5071
+
5072
+ #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
5073
+ #, php-format
5074
+ msgid ""
5075
+ "When you login first time using Facebook Login button, we collect your "
5076
+ "account %s information shared by Facebook, based on your privacy settings. "
5077
+ "We also get your email address to automatically create a forum account for "
5078
+ "you. Once your account is created, you'll be logged-in to this account and "
5079
+ "you'll receive a confirmation email."
5080
+ msgstr ""
5081
+
5082
+ #: wpf-includes/wpf-phrases.php:137
5083
+ msgid "Share this post"
5084
+ msgstr ""
5085
+
5086
+ #: wpf-includes/wpf-phrases.php:138
5087
+ msgid "Share"
5088
+ msgstr ""
5089
 
5090
  #: wpf-includes/wpf-phrases.php:139
5091
+ msgid "Share:"
5092
+ msgstr ""
5093
+
5094
+ #: wpf-includes/wpf-phrases.php:140
5095
+ msgid "Contact the forum administrator"
5096
+ msgstr ""
5097
+
5098
+ #: wpf-includes/wpf-phrases.php:141
5099
+ msgid "Contact Us"
5100
+ msgstr ""
5101
 
5102
  #: wpf-includes/wpf-phrases.php:142
5103
+ msgid "I agree to receive an email confirmation with a link to set a password."
5104
+ msgstr ""
5105
+
5106
+ #: wpf-includes/wpf-phrases.php:143
5107
+ msgid "and"
5108
+ msgstr ""
5109
+
5110
+ #: wpf-includes/wpf-phrases.php:144
5111
+ msgid "Privacy Policy"
5112
+ msgstr ""
5113
 
5114
  #: wpf-includes/wpf-phrases.php:145
5115
+ msgid "Terms"
5116
+ msgstr ""
5117
 
5118
  #: wpf-includes/wpf-phrases.php:146
5119
+ #, php-format
5120
+ msgid ""
5121
+ "I have read and agree to %s privacy policy. For more information, please "
5122
+ "check our privacy policy, where you'll get more info on where, how and why "
5123
+ "we store your data."
5124
+ msgstr ""
5125
 
5126
  #: wpf-includes/wpf-phrases.php:147
5127
+ msgid "I have read and agree to the"
5128
+ msgstr ""
5129
 
5130
  #: wpf-includes/wpf-phrases.php:148
5131
+ msgid "the website"
5132
+ msgstr ""
5133
 
5134
  #: wpf-includes/wpf-phrases.php:149
5135
+ msgid "I do not agree to these rules. Take me away from here."
5136
+ msgstr ""
5137
 
5138
  #: wpf-includes/wpf-phrases.php:150
5139
+ msgid "I agree to these rules"
5140
+ msgstr ""
5141
 
5142
  #: wpf-includes/wpf-phrases.php:151
5143
+ msgid "Click to open forum rules below"
5144
+ msgstr ""
5145
 
5146
  #: wpf-includes/wpf-phrases.php:152
5147
+ #, php-format
5148
+ msgid "I have read and agree to abide by the %s."
5149
+ msgstr ""
5150
 
5151
  #: wpf-includes/wpf-phrases.php:153
5152
+ msgid "forum rules"
5153
+ msgstr ""
5154
 
5155
  #: wpf-includes/wpf-phrases.php:154
5156
+ msgid "I do not agree. Take me away from here."
5157
+ msgstr ""
 
5158
 
5159
  #: wpf-includes/wpf-phrases.php:155
5160
+ msgid "I agree"
5161
+ msgstr ""
5162
 
5163
  #: wpf-includes/wpf-phrases.php:156
5164
+ msgid "Click to open forum privacy policy below"
5165
+ msgstr ""
5166
 
5167
  #: wpf-includes/wpf-phrases.php:157
5168
+ #, php-format
5169
+ msgid "I have read and agree to the %s."
5170
+ msgstr ""
5171
+
5172
+ #: wpf-includes/wpf-phrases.php:158
5173
+ msgid "forum privacy policy"
5174
  msgstr ""
5175
 
5176
  #: wpf-includes/wpf-phrases.php:159
5177
+ msgid "Read more about Facebook public_profile properties."
5178
+ msgstr ""
5179
 
5180
  #: wpf-includes/wpf-phrases.php:160
5181
+ msgid "Please contact the forum administratoristrator to edit it."
5182
+ msgstr ""
5183
 
5184
  #: wpf-includes/wpf-phrases.php:161
5185
+ msgid "Please contact the forum administratoristrator to delete it."
5186
+ msgstr ""
5187
+
5188
+ #: wpf-includes/wpf-phrases.php:162
5189
+ msgid "The time to delete this post is expired."
5190
+ msgstr ""
5191
 
5192
  #: wpf-includes/wpf-phrases.php:163
5193
+ msgid "The time to edit this post is expired."
5194
+ msgstr ""
5195
+
5196
+ #: wpf-includes/wpf-phrases.php:164
5197
+ msgid "The time to delete this topic is expired."
5198
+ msgstr ""
5199
 
5200
  #: wpf-includes/wpf-phrases.php:165
5201
+ msgid "The time to edit this topic is expired"
5202
+ msgstr ""
5203
 
5204
+ #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
5205
+ msgid ""
5206
+ "Enter your email address or username and we'll send you a link you can use "
5207
+ "to pick a new password."
5208
+ msgstr ""
5209
+
5210
+ #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
5211
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
5212
+ msgstr ""
5213
 
5214
  #: wpf-includes/wpf-phrases.php:168
5215
+ msgid "Your topic successfully added and awaiting moderation"
5216
+ msgstr ""
5217
+
5218
+ #: wpf-includes/wpf-phrases.php:169
5219
+ msgid "Your email"
5220
+ msgstr ""
5221
 
5222
  #: wpf-includes/wpf-phrases.php:170
5223
+ msgid "Author Email"
5224
+ msgstr ""
5225
 
5226
  #: wpf-includes/wpf-phrases.php:171
5227
+ msgid "Your name"
5228
+ msgstr ""
5229
 
5230
  #: wpf-includes/wpf-phrases.php:172
5231
+ msgid "Author Name"
5232
+ msgstr ""
5233
 
5234
  #: wpf-includes/wpf-phrases.php:173
5235
+ msgid "View entire topic"
5236
+ msgstr ""
5237
 
5238
  #: wpf-includes/wpf-phrases.php:174
 
 
 
 
 
 
 
 
 
 
 
 
5239
  msgid ""
5240
+ "After registration you will receive an email confirmation with a link to set "
5241
+ "a new password"
5242
  msgstr ""
5243
 
5244
+ #: wpf-includes/wpf-phrases.php:175
5245
+ msgid "Recently Added"
5246
+ msgstr ""
5247
 
5248
+ #: wpf-includes/wpf-phrases.php:176 wpf-includes/wpf-phrases.php:711
5249
+ msgid "You don't have permission to edit post from this forum"
5250
+ msgstr ""
5251
 
5252
+ #: wpf-includes/wpf-phrases.php:177 wpf-includes/wpf-phrases.php:710
5253
+ msgid "You don't have permission to delete topic from this forum"
5254
  msgstr ""
5255
 
5256
+ #: wpf-includes/wpf-phrases.php:178 wpf-includes/wpf-phrases.php:709
5257
+ msgid "You don't have permission to delete post from this forum"
5258
+ msgstr ""
5259
 
5260
+ #: wpf-includes/wpf-phrases.php:179 wpf-includes/wpf-phrases.php:708
5261
+ msgid "You don't have permission to create topic into this forum"
5262
+ msgstr ""
5263
 
5264
+ #: wpf-includes/wpf-phrases.php:180 wpf-includes/wpf-phrases.php:707
5265
+ msgid "You don't have permission to create post in this forum"
5266
+ msgstr ""
5267
 
5268
+ #: wpf-includes/wpf-phrases.php:181
5269
+ msgid "Username length must be between 3 characters and 15 characters."
5270
+ msgstr ""
5271
 
5272
+ #: wpf-includes/wpf-phrases.php:182 wpf-includes/wpf-phrases.php:539
5273
+ msgid ""
5274
+ "Usergroup has been successfully deleted. All users of this usergroup have "
5275
+ "been moved to the usergroup you've chosen"
5276
+ msgstr ""
5277
+ "Skupina byla úspěšně smazána. Všichni uživatelé budou přesunuti jak vy "
5278
+ "zvolíte."
5279
 
5280
+ #: wpf-includes/wpf-phrases.php:184
5281
+ msgid "Length must be between 3 characters and 15 characters."
5282
+ msgstr ""
5283
 
5284
+ #: wpf-includes/wpf-phrases.php:185 wpf-includes/wpf-phrases.php:620
5285
+ msgid "Can't write a post: This topic is closed"
5286
+ msgstr "Nemůžeme napsat příspěvek: Toto téma je zamčené"
5287
 
5288
+ #: wpf-includes/wpf-phrases.php:186 wpf-includes/wpf-phrases.php:619
5289
+ msgid "Can't subscribe to this item"
5290
+ msgstr "Nemůžeme se přihlásit k odběru této položky"
5291
 
5292
+ #: wpf-includes/wpf-phrases.php:187 wpf-includes/wpf-phrases.php:618
5293
+ msgid "Can't send report email"
5294
+ msgstr "Nemůžeme poslat email s nahlášením"
5295
 
5296
+ #: wpf-includes/wpf-phrases.php:188 wpf-includes/wpf-phrases.php:617
5297
+ msgid "Can't send confirmation email"
5298
+ msgstr "nemůžeme poslat potvrzovací email"
5299
 
5300
+ #: wpf-includes/wpf-phrases.php:189 wpf-includes/wpf-phrases.php:616
5301
+ msgid "Can't delete this Usergroup"
5302
+ msgstr "Nemůžeme smazat skupinu"
5303
 
5304
+ #: wpf-includes/wpf-phrases.php:190 wpf-includes/wpf-phrases.php:615
5305
+ msgid "Can't add new language"
5306
+ msgstr "Nemůžeme přidat jazyk"
5307
 
5308
+ #: wpf-includes/wpf-phrases.php:191 wpf-includes/wpf-phrases.php:614
5309
+ msgid "Can't add forum"
5310
+ msgstr "Nemůžeme přidat fórum"
5311
 
5312
+ #: wpf-includes/wpf-phrases.php:194
5313
+ #, php-format
5314
+ msgid "%s and %s liked"
5315
+ msgstr "%s a %s se líbí"
5316
 
5317
+ #: wpf-includes/wpf-phrases.php:195
5318
+ #, php-format
5319
+ msgid "%s liked"
5320
+ msgstr "%s se líbí"
5321
 
5322
+ #: wpf-includes/wpf-phrases.php:196
5323
+ #, php-format
5324
+ msgid "%s, %s and %s liked"
5325
+ msgstr "%s, %s a %s se líbí"
5326
 
5327
+ #: wpf-includes/wpf-phrases.php:197
5328
  #, php-format
5329
+ msgid "%s, %s, %s and %d people liked"
5330
+ msgstr "%s, %s, %s a %d lidem se líbí"
5331
 
5332
+ #: wpf-includes/wpf-phrases.php:198
5333
+ msgid "AOL IM"
5334
+ msgstr "AOL IM"
5335
 
5336
+ #: wpf-includes/wpf-phrases.php:199
5337
+ msgid "About Me"
5338
+ msgstr "O "
5339
 
5340
+ #: wpf-includes/wpf-phrases.php:202
5341
+ msgid "Account"
5342
+ msgstr "Účet"
5343
 
5344
+ #: wpf-includes/wpf-phrases.php:205
5345
+ msgid "Activity"
5346
+ msgstr "Aktivita"
5347
 
5348
+ #: wpf-includes/wpf-phrases.php:209
5349
+ msgid "Add a comment"
5350
+ msgstr "Přidat komentář"
5351
 
5352
+ #: wpf-includes/wpf-phrases.php:210
5353
+ msgid "Add topic"
5354
+ msgstr "Přidat téma"
5355
 
5356
+ #: wpf-includes/wpf-phrases.php:218
5357
+ msgid "Answer"
5358
+ msgstr "Řešení"
5359
 
5360
+ #: wpf-includes/wpf-phrases.php:219
5361
+ msgid "Answer to"
5362
+ msgstr "Řešení na"
5363
 
5364
+ #: wpf-includes/wpf-phrases.php:220
5365
+ msgid "Answers"
5366
+ msgstr "Řešení"
5367
 
5368
+ #: wpf-includes/wpf-phrases.php:221
5369
+ msgid "Any Date"
5370
+ msgstr "Jakékoliv datum"
5371
 
5372
+ #: wpf-includes/wpf-phrases.php:228
5373
+ msgid "Ascending order"
5374
+ msgstr "Vzestupně"
5375
 
5376
+ #: wpf-includes/wpf-phrases.php:229
5377
+ msgid "Attach file:"
5378
+ msgstr "Připojit soubor: "
5379
 
5380
+ #: wpf-includes/wpf-phrases.php:230
5381
+ msgid "Attachments"
5382
+ msgstr "Přílohy"
5383
 
5384
+ #: wpf-includes/wpf-phrases.php:231
5385
+ msgid "Attachments Size"
5386
+ msgstr "Velikost příloh"
5387
 
5388
+ #: wpf-includes/wpf-phrases.php:233
5389
+ msgid "Avatar"
5390
+ msgstr "Avatar"
5391
 
5392
+ #: wpf-includes/wpf-phrases.php:236
5393
+ msgid "Bulk Actions"
5394
+ msgstr "Bulk Akce"
5395
 
5396
+ #: wpf-includes/wpf-phrases.php:239
5397
+ msgid "Change password"
5398
+ msgstr "Změnit heslo"
5399
 
5400
+ #: wpf-includes/wpf-phrases.php:240
5401
+ msgid "Choose Target Forum"
5402
+ msgstr ""
5403
+
5404
+ #: wpf-includes/wpf-phrases.php:244
5405
+ msgid "Comments"
5406
+ msgstr "Komentáře"
5407
+
5408
+ #: wpf-includes/wpf-phrases.php:245
5409
+ msgid "Confirm my subscription"
5410
+ msgstr "Potvrdit můj odběr"
5411
 
5412
  #: wpf-includes/wpf-phrases.php:251
5413
+ msgid "Date"
5414
+ msgstr "Datum"
5415
 
5416
  #: wpf-includes/wpf-phrases.php:253
5417
+ msgid "Delete this item"
5418
+ msgstr "Smazat tuto položku"
5419
 
5420
  #: wpf-includes/wpf-phrases.php:254
5421
+ msgid "Descending order"
5422
+ msgstr "Sestupně"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5423
 
5424
+ #: wpf-includes/wpf-phrases.php:260
5425
+ msgid "Edited: "
5426
+ msgstr "Upravil: "
5427
 
5428
+ #: wpf-includes/wpf-phrases.php:274
5429
+ msgid "Enter title here"
5430
+ msgstr "zadejte název zde"
5431
 
5432
  #: wpf-includes/wpf-phrases.php:276
5433
+ msgid "Extended Layout - Intro posts"
5434
+ msgstr "Rozšířený Nákres - Intro příspěvky"
5435
 
5436
  #: wpf-includes/wpf-phrases.php:277
5437
+ msgid "Extended Layout - Intro topics"
5438
+ msgstr "Rozšířený Nákres - Intro témata"
5439
 
5440
  #: wpf-includes/wpf-phrases.php:278
5441
+ msgid "Extended Layout - Number of intro posts"
5442
+ msgstr "Rozšířený Nákres - Počet info příspěvků"
5443
 
5444
  #: wpf-includes/wpf-phrases.php:279
5445
+ msgid "Extended Layout - Number of intro topics"
5446
+ msgstr "Rozšířený Nákres - Počet intro témat"
5447
 
5448
  #: wpf-includes/wpf-phrases.php:280
5449
+ msgid "Facebook"
5450
+ msgstr "Facebook"
5451
 
5452
  #: wpf-includes/wpf-phrases.php:281
5453
+ msgid "Failed to write file to disk"
5454
+ msgstr "Neúspěšné zapsání na disk"
 
 
 
 
5455
 
5456
  #: wpf-includes/wpf-phrases.php:283
5457
+ msgid "File upload stopped by extension"
5458
+ msgstr "Nahrávání souboru přerušeno kvůli rozšíření"
5459
+
5460
+ #: wpf-includes/wpf-phrases.php:284
5461
+ msgid "Find Posts by User"
5462
+ msgstr "Najít Příspěvky od Uživatele"
5463
 
5464
  #: wpf-includes/wpf-phrases.php:285
5465
+ msgid "Find Topics Started by User"
5466
+ msgstr "Najít Témata od UživaTELE"
5467
 
5468
  #: wpf-includes/wpf-phrases.php:286
5469
+ msgid "First post and replies"
5470
+ msgstr "První příspěvek a odpovědi"
5471
 
5472
+ #: wpf-includes/wpf-phrases.php:288
5473
+ msgid "Forum - Login"
5474
+ msgstr "Fórum - Přihlásit se"
5475
 
5476
+ #: wpf-includes/wpf-phrases.php:289
5477
+ msgid "Forum - Page Not Found"
5478
+ msgstr "Fórum - Stránka nebyla nalezena"
5479
+
5480
+ #: wpf-includes/wpf-phrases.php:290
5481
+ msgid "Forum - Registration"
5482
+ msgstr "Fórum - Registrace"
5483
 
5484
  #: wpf-includes/wpf-phrases.php:292
5485
+ msgid "Forum Admin Email Addresses"
5486
+ msgstr "Fórum admin email"
5487
 
5488
+ #: wpf-includes/wpf-phrases.php:295
5489
+ msgid "Forum Home"
5490
+ msgstr "Fórum Domů"
5491
 
5492
+ #: wpf-includes/wpf-phrases.php:296
5493
+ msgid "Forum Language"
5494
+ msgstr "Jazyk Fóra"
5495
 
5496
+ #: wpf-includes/wpf-phrases.php:297
5497
+ msgid "Forum Members"
5498
+ msgstr "Uživatelé Fóra"
5499
 
5500
+ #: wpf-includes/wpf-phrases.php:300
5501
+ msgid "Forum Profile"
5502
+ msgstr "Profil Fóra"
5503
 
5504
+ #: wpf-includes/wpf-phrases.php:301
5505
+ msgid "Forum RSS Feed"
5506
+ msgstr "Fórum RSS"
5507
 
5508
+ #: wpf-includes/wpf-phrases.php:305
5509
+ msgid "Forum Statistics"
5510
+ msgstr "Fórum Statistiky"
5511
 
5512
+ #: wpf-includes/wpf-phrases.php:308
5513
+ msgid "Forum is empty"
5514
+ msgstr "Fórum je prázdné"
5515
 
5516
+ #: wpf-includes/wpf-phrases.php:311
5517
+ msgid "From Email Address"
5518
+ msgstr "Z Emailové Adresy"
5519
 
5520
  #: wpf-includes/wpf-phrases.php:312
5521
+ msgid "From Name"
5522
+ msgstr "Od Název"
 
 
 
 
 
 
 
 
5523
 
5524
+ #: wpf-includes/wpf-phrases.php:318
5525
+ msgid "Google+"
 
 
 
5526
  msgstr ""
5527
 
5528
  #: wpf-includes/wpf-phrases.php:321
5529
+ msgid "ICQ"
5530
+ msgstr "ICQ"
 
 
 
 
 
 
 
 
 
 
 
 
5531
 
5532
  #: wpf-includes/wpf-phrases.php:325
5533
+ msgid "Insert member name or email"
5534
+ msgstr "Zadejte uživatelské jméno nebo email"
5535
 
5536
+ #: wpf-includes/wpf-phrases.php:328
5537
+ msgid "Joined"
5538
+ msgstr "Přidal se"
5539
+
5540
+ #: wpf-includes/wpf-phrases.php:331
5541
+ msgid "Last 24 hours"
5542
+ msgstr "Posledních 24 hodin"
5543
+
5544
+ #: wpf-includes/wpf-phrases.php:332
5545
+ msgid "Last 3 Months"
5546
+ msgstr "Poslední 3 Měsíce"
5547
 
5548
  #: wpf-includes/wpf-phrases.php:333
5549
+ msgid "Last 6 Months"
5550
+ msgstr "Posledních 6 Mesíců"
5551
+
5552
+ #: wpf-includes/wpf-phrases.php:334
5553
+ msgid "Last Active"
5554
+ msgstr "Poslední Aktivní"
5555
 
5556
  #: wpf-includes/wpf-phrases.php:335
5557
+ msgid "Last Month"
5558
+ msgstr "Poslední Měsíc"
5559
 
5560
  #: wpf-includes/wpf-phrases.php:336
5561
+ msgid "Last Post"
5562
+ msgstr "Poslední Příspěvek"
5563
 
5564
  #: wpf-includes/wpf-phrases.php:337
5565
+ msgid "Last Post Info"
5566
+ msgstr "Poslední Informace o příspěvku"
5567
+
5568
+ #: wpf-includes/wpf-phrases.php:338
5569
+ msgid "Last Week"
5570
+ msgstr "Poslední víkend"
5571
+
5572
+ #: wpf-includes/wpf-phrases.php:339
5573
+ msgid "Last Year ago"
5574
+ msgstr "Poslední Rok"
5575
 
5576
  #: wpf-includes/wpf-phrases.php:340
5577
+ #, php-format
5578
+ msgid "Last post by %s"
5579
+ msgstr "Poslední příspěvek od %s"
5580
 
5581
  #: wpf-includes/wpf-phrases.php:341
5582
+ msgid "Latest Post"
5583
+ msgstr "Poslední Příspěvek"
5584
 
5585
  #: wpf-includes/wpf-phrases.php:342
5586
+ msgid "Leave a reply"
5587
+ msgstr "Zanechte odpověď"
5588
+
5589
+ #: wpf-includes/wpf-phrases.php:343
5590
+ msgid "Length must be between 3 characters and 30 characters."
5591
+ msgstr ""
5592
 
5593
  #: wpf-includes/wpf-phrases.php:345
5594
+ msgid "Liked"
5595
+ msgstr "Se líbí"
5596
 
5597
+ #: wpf-includes/wpf-phrases.php:346
5598
+ msgid "Location"
5599
+ msgstr "Lokace"
 
 
5600
 
5601
  #: wpf-includes/wpf-phrases.php:349
5602
+ msgid "Logout"
5603
+ msgstr "Odhlásit se"
5604
 
5605
  #: wpf-includes/wpf-phrases.php:351
5606
+ msgid "Lost your password?"
5607
+ msgstr "Ztratili jste heslo?"
 
 
 
 
5608
 
5609
  #: wpf-includes/wpf-phrases.php:353
5610
+ msgid "MSN"
5611
+ msgstr "MSN"
 
 
 
 
5612
 
5613
  #: wpf-includes/wpf-phrases.php:354
5614
+ msgid "Maximum allowed file size is"
5615
+ msgstr "Maximální povolená velikost souboru je"
5616
 
5617
  #: wpf-includes/wpf-phrases.php:356
5618
+ msgid "Member Activity"
5619
+ msgstr "Aktivita Uživatele"
5620
 
5621
  #: wpf-includes/wpf-phrases.php:357
5622
+ msgid "Member Information"
5623
+ msgstr "Informace o Uživateli"
5624
 
5625
  #: wpf-includes/wpf-phrases.php:358
5626
+ msgid "Member Rating"
5627
+ msgstr "Hodnocení Uživatele"
5628
 
5629
  #: wpf-includes/wpf-phrases.php:359
5630
+ msgid "Member Rating Badge"
5631
+ msgstr "Odznak Uživatele"
5632
 
5633
  #: wpf-includes/wpf-phrases.php:360
5634
+ msgid "Member Reputation"
5635
+ msgstr "Reputace Uživatelů"
 
 
 
 
5636
 
5637
  #: wpf-includes/wpf-phrases.php:363
5638
+ msgid "Member information"
5639
+ msgstr "Informace o Uživateli"
 
 
 
 
 
 
 
 
5640
 
5641
  #: wpf-includes/wpf-phrases.php:367
5642
+ msgid "Members not found"
5643
+ msgstr "Uživatel nenalezen"
5644
 
5645
+ #: wpf-includes/wpf-phrases.php:368
5646
+ msgid ""
5647
+ "You have been banned. Please contact the forum administratoristrators for "
5648
+ "more information."
5649
+ msgstr ""
5650
 
5651
+ #: wpf-includes/wpf-phrases.php:369
5652
+ msgid "Messages"
5653
+ msgstr "Zprávy"
5654
 
5655
  #: wpf-includes/wpf-phrases.php:372
5656
+ msgid "Missing a temporary folder"
5657
+ msgstr "Chybí dočasná složka"
5658
 
5659
+ #: wpf-includes/wpf-phrases.php:374
5660
+ msgid "Move Topic"
5661
+ msgstr ""
5662
 
5663
  #: wpf-includes/wpf-phrases.php:375
5664
+ msgid "Must be minimum 6 characters."
5665
+ msgstr "Musí mít minimálně 6 znaků."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5666
 
5667
+ #: wpf-includes/wpf-phrases.php:383
5668
+ msgid "No activity found for this member."
5669
+ msgstr "Žádná aktivita nebyla nalezena pro tohoto uživatele"
5670
 
5671
  #: wpf-includes/wpf-phrases.php:384
5672
+ msgid "No file was uploaded"
5673
+ msgstr "Žádný soubor nebyl nahrán"
 
 
 
 
5674
 
5675
+ #: wpf-includes/wpf-phrases.php:385
5676
+ msgid "No forums were found here."
5677
+ msgstr "Žádná fóra nebyla nalezena"
5678
 
5679
+ #: wpf-includes/wpf-phrases.php:386
5680
+ msgid "No items found"
5681
+ msgstr "Žádná položka nenalezena"
5682
 
5683
  #: wpf-includes/wpf-phrases.php:389
5684
+ msgid "No online members at the moment"
5685
+ msgstr "Žádní online uživatelé v tuto chvíli"
5686
 
5687
  #: wpf-includes/wpf-phrases.php:391
5688
+ msgid "No subscriptions found for this member."
5689
+ msgstr "Žádné odběry nebyli nalezeny pro tohoto uživatele"
 
 
 
 
5690
 
5691
  #: wpf-includes/wpf-phrases.php:393
5692
+ msgid "No topics were found here"
5693
+ msgstr "Žádné témata nebyli nalezeny"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5694
 
5695
  #: wpf-includes/wpf-phrases.php:400
5696
+ msgid "Occupation"
5697
+ msgstr "Povolání"
5698
 
5699
  #: wpf-includes/wpf-phrases.php:401
5700
+ msgid "Offline"
5701
+ msgstr "Offline"
5702
 
5703
  #: wpf-includes/wpf-phrases.php:402
5704
+ msgid "Online"
5705
+ msgstr "Online"
5706
 
5707
+ #: wpf-includes/wpf-phrases.php:404
5708
+ msgid "Oops! The page you requested was not found!"
5709
+ msgstr "Oops! Stránka kterou hledáte zde není"
5710
 
5711
  #: wpf-includes/wpf-phrases.php:405
5712
+ msgid "Our newest member"
5713
+ msgstr "Nový Uživatel"
5714
 
5715
  #: wpf-includes/wpf-phrases.php:406
5716
+ msgid "Page"
5717
+ msgstr "Stránka"
5718
 
5719
+ #: wpf-includes/wpf-phrases.php:408
5720
+ msgid "Password"
5721
+ msgstr "Helso"
5722
 
5723
+ #: wpf-includes/wpf-phrases.php:410
5724
+ #, php-format
5725
+ msgid "Please %s or %s"
5726
+ msgstr "Prosím %s nebo %s"
 
 
 
 
 
 
 
5727
 
5728
  #: wpf-includes/wpf-phrases.php:414
5729
+ msgid "Post Title"
5730
+ msgstr "Název Příspěvku"
5731
 
5732
  #: wpf-includes/wpf-phrases.php:415
5733
+ msgid "Post link"
5734
+ msgstr "Odkaz Příspěvku"
5735
 
5736
  #: wpf-includes/wpf-phrases.php:416
5737
+ msgid "Posted"
5738
+ msgstr "Napsal"
5739
 
5740
  #: wpf-includes/wpf-phrases.php:417
5741
+ msgid "Posted by"
5742
+ msgstr "Napsal"
5743
+
5744
+ #: wpf-includes/wpf-phrases.php:419
5745
+ msgid "Powered by"
5746
+ msgstr "Vytvořeno od"
5747
+
5748
+ #: wpf-includes/wpf-phrases.php:421
5749
+ msgid "Q&A Layout - Number of intro topics"
5750
+ msgstr "Q&A Rozvržení - Počet intro témat"
5751
 
5752
  #: wpf-includes/wpf-phrases.php:422
5753
+ msgid "Q&A layout - Intro topics"
5754
+ msgstr "Q&A Rozvržení - Intro témata"
5755
 
5756
  #: wpf-includes/wpf-phrases.php:423
5757
+ msgid "Question Comments"
5758
+ msgstr "Komentářů na otázky"
5759
 
5760
  #: wpf-includes/wpf-phrases.php:424
5761
+ msgid "Questions"
5762
+ msgstr "Dotazy"
5763
 
5764
  #: wpf-includes/wpf-phrases.php:425
5765
+ msgid "Quote"
5766
+ msgstr "Citace"
5767
 
5768
  #: wpf-includes/wpf-phrases.php:426
5769
+ msgid "RE"
5770
+ msgstr "RE"
5771
 
5772
  #: wpf-includes/wpf-phrases.php:427
5773
+ msgid "REPLY:"
5774
+ msgstr "Odpověď:"
5775
 
5776
  #: wpf-includes/wpf-phrases.php:428
5777
+ msgid "RSS"
5778
+ msgstr "RSS"
5779
 
5780
  #: wpf-includes/wpf-phrases.php:429
5781
+ msgid "Rating"
5782
+ msgstr "Hocnocení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5783
 
5784
  #: wpf-includes/wpf-phrases.php:434
5785
+ msgid "Received Likes"
5786
+ msgstr "Přijato to se mi líbí"
5787
 
5788
  #: wpf-includes/wpf-phrases.php:435
5789
+ msgid "Recent Questions"
5790
+ msgstr "Poslední Dotazy"
5791
 
5792
  #: wpf-includes/wpf-phrases.php:436
5793
+ msgid "Recent Topics"
5794
+ msgstr "Poslední Témata"
5795
 
5796
  #: wpf-includes/wpf-phrases.php:437
5797
+ msgid "Register"
5798
+ msgstr "Registrace"
 
 
 
 
5799
 
5800
  #: wpf-includes/wpf-phrases.php:439
5801
+ msgid "Registered date"
5802
+ msgstr "Datum registrace"
5803
 
5804
  #: wpf-includes/wpf-phrases.php:440
5805
+ msgid "Relevancy"
5806
+ msgstr "Relevantní"
5807
 
5808
  #: wpf-includes/wpf-phrases.php:441
5809
+ msgid "Remember Me"
5810
+ msgstr "Zapamatovat si "
 
 
 
 
5811
 
5812
  #: wpf-includes/wpf-phrases.php:443
5813
+ msgid "Replace Author Link to Forum Profile"
5814
+ msgstr "Nahradit odkaz Autora k profilu Fóra"
5815
 
5816
  #: wpf-includes/wpf-phrases.php:444
5817
+ msgid "Replace Comment Author Link to Forum Profile"
5818
+ msgstr "Nahradit odkaz Komentář Autora k profilu Fóra"
 
 
 
 
 
 
 
 
5819
 
5820
  #: wpf-includes/wpf-phrases.php:447
5821
+ msgid "Replies"
5822
+ msgstr "Odpovědi"
5823
 
5824
  #: wpf-includes/wpf-phrases.php:448
5825
+ msgid "Replies not found"
5826
+ msgstr "Odpovědi nebyli nalezeny"
5827
 
5828
  #: wpf-includes/wpf-phrases.php:449
5829
+ msgid "Reply"
5830
+ msgstr "Odpověď"
5831
 
5832
  #: wpf-includes/wpf-phrases.php:450
5833
+ msgid "Report"
5834
+ msgstr "Nahlásit"
 
 
 
 
 
 
 
 
5835
 
5836
  #: wpf-includes/wpf-phrases.php:453
5837
+ msgid "Report to Administration"
5838
+ msgstr "Nahlásit Administrátorovi"
 
 
 
 
5839
 
5840
  #: wpf-includes/wpf-phrases.php:455
5841
+ msgid "Result Info"
5842
+ msgstr "Výsledek"
 
 
 
 
5843
 
5844
  #: wpf-includes/wpf-phrases.php:457
5845
+ msgid "Save Changes"
5846
+ msgstr "Uložit Změny"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5847
 
5848
  #: wpf-includes/wpf-phrases.php:462
5849
+ msgid "Search Entire Posts"
5850
+ msgstr "Vyhledat Příspěvky"
 
 
5851
 
5852
  #: wpf-includes/wpf-phrases.php:463
5853
+ msgid "Search Phrase"
5854
+ msgstr "Vyhledat Fráze"
5855
 
5856
  #: wpf-includes/wpf-phrases.php:464
5857
+ msgid "Search Titles Only"
5858
+ msgstr "Vyhledat pouze Názvy"
 
5859
 
5860
  #: wpf-includes/wpf-phrases.php:465
5861
+ msgid "Search Type"
5862
+ msgstr "Typ Hledání"
5863
 
5864
  #: wpf-includes/wpf-phrases.php:466
5865
+ msgid "Search in Forums"
5866
+ msgstr "Hledat ve fórech"
5867
 
5868
  #: wpf-includes/wpf-phrases.php:467
5869
+ msgid "Search in date period"
5870
+ msgstr "Hledat dle data"
5871
 
5872
  #: wpf-includes/wpf-phrases.php:468
5873
+ msgid "Search result for"
5874
+ msgstr "Hledat výsledek pro"
5875
 
5876
  #: wpf-includes/wpf-phrases.php:469
5877
+ msgid "Search..."
5878
+ msgstr "Hledám..."
5879
 
5880
  #: wpf-includes/wpf-phrases.php:470
5881
+ msgid "Select All"
5882
+ msgstr "Zvolit všechno"
5883
 
5884
  #: wpf-includes/wpf-phrases.php:471
5885
+ msgid "Select Page"
5886
+ msgstr "Vybrat stránku"
5887
 
5888
  #: wpf-includes/wpf-phrases.php:472
5889
+ msgid "Send Report"
5890
+ msgstr "Poslat Nahlášení"
5891
+
5892
+ #: wpf-includes/wpf-phrases.php:476
5893
+ msgid "Set Topic Sticky"
5894
+ msgstr "Připnout Téma"
5895
+
5896
+ #: wpf-includes/wpf-phrases.php:477
5897
+ msgid ""
5898
+ "Set this option value 0 if you want to show all posts under topic intro area."
5899
+ msgstr "Nastavte hodnotu 0 pokud chcete ukázat všechny příspěvky pod tématem."
5900
+
5901
+ #: wpf-includes/wpf-phrases.php:478
5902
+ msgid "Shop Account"
5903
+ msgstr "Obchodní Účet"
5904
+
5905
+ #: wpf-includes/wpf-phrases.php:486
5906
+ msgid "Show all forums"
5907
+ msgstr "Ukázat všechna fóra"
5908
+
5909
+ #: wpf-includes/wpf-phrases.php:488
5910
+ msgid "Sign In"
5911
+ msgstr "Přihlásit se"
5912
+
5913
+ #: wpf-includes/wpf-phrases.php:489
5914
+ msgid "Signature"
5915
+ msgstr "Podpis"
5916
+
5917
+ #: wpf-includes/wpf-phrases.php:490
5918
+ msgid "Site Profile"
5919
+ msgstr "Profil na webu"
5920
+
5921
+ #: wpf-includes/wpf-phrases.php:491
5922
+ msgid "Skype"
5923
+ msgstr "Skype"
5924
+
5925
+ #: wpf-includes/wpf-phrases.php:493
5926
+ msgid "Social Networks"
5927
+ msgstr "Sociální Sítě"
5928
+
5929
+ #: wpf-includes/wpf-phrases.php:494
5930
+ msgid "Sorry, something is wrong with your data."
5931
+ msgstr "omlouváme se, něco je špatně s vašimi údaji"
5932
+
5933
+ #: wpf-includes/wpf-phrases.php:495
5934
+ msgid "Sort Search Results by"
5935
+ msgstr "Zkrácené hledání výsledků dle"
5936
+
5937
+ #: wpf-includes/wpf-phrases.php:496
5938
+ msgid "Specify avatar by URL"
5939
+ msgstr "Zvolte avatar dle URL"
5940
+
5941
+ #: wpf-includes/wpf-phrases.php:498
5942
+ msgid "Subforums"
5943
+ msgstr "Subfóra"
5944
+
5945
+ #: wpf-includes/wpf-phrases.php:501
5946
+ msgid "Subscribe for new replies"
5947
+ msgstr "Přihlásit se k odběru nových odpovědí"
5948
+
5949
+ #: wpf-includes/wpf-phrases.php:502
5950
+ msgid "Subscribe for new topics"
5951
+ msgstr "Přihlásit se k odběru nových témat"
5952
+
5953
+ #: wpf-includes/wpf-phrases.php:506
5954
+ msgid ""
5955
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
5956
+ "WorPress, and the only forum software which comes with Multi-layout template "
5957
+ "system. The \"Extended"
5958
+ msgstr ""
5959
+
5960
+ #: wpf-includes/wpf-phrases.php:507
5961
+ msgid ""
5962
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
5963
+ "always be available for free. There will never be paid and pro versions of "
5964
+ "this forum board. However this is a very large and hard project so we also "
5965
+ "develop paid addons (extensions), which will financially help us to keep "
5966
+ "improving and adding new features to the free wpForo plugin. Forum addons "
5967
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
5968
+ msgstr ""
5969
+
5970
+ #: wpf-includes/wpf-phrases.php:510
5971
+ msgid ""
5972
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
5973
+ "the HTML form"
5974
+ msgstr ""
5975
+
5976
+ #: wpf-includes/wpf-phrases.php:511
5977
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
5978
+ msgstr ""
5979
+
5980
+ #: wpf-includes/wpf-phrases.php:512
5981
+ msgid "The uploaded file was only partially uploaded"
5982
+ msgstr "Nahraný soubor byl nahrán jen částečně"
5983
+
5984
+ #: wpf-includes/wpf-phrases.php:519
5985
+ msgid "Timezone"
5986
+ msgstr "Časová Zóna"
5987
+
5988
+ #: wpf-includes/wpf-phrases.php:521
5989
+ msgid "Topic RSS Feed"
5990
+ msgstr "Téma RSS"
5991
+
5992
+ #: wpf-includes/wpf-phrases.php:522
5993
+ msgid "Topic Title"
5994
+ msgstr "Název Tématu"
5995
+
5996
+ #: wpf-includes/wpf-phrases.php:526
5997
+ msgid "Twitter"
5998
+ msgstr "Twitter"
5999
+
6000
+ #: wpf-includes/wpf-phrases.php:527
6001
+ msgid "Unknown upload error"
6002
+ msgstr "Neznámá chyba při nahrávání"
6003
+
6004
+ #: wpf-includes/wpf-phrases.php:528
6005
+ msgid "Unsubscribe"
6006
+ msgstr "Odhlásit Odběr"
6007
+
6008
+ #: wpf-includes/wpf-phrases.php:531
6009
+ msgid "Upload an avatar"
6010
+ msgstr "Nahrát avatar"
6011
+
6012
+ #: wpf-includes/wpf-phrases.php:533
6013
+ msgid ""
6014
+ "Use comments to ask for more information or suggest improvements. Avoid "
6015
+ "answering questions in comments."
6016
+ msgstr "Použijte komentáře na zodpovězení více informací."
6017
+
6018
+ #: wpf-includes/wpf-phrases.php:535
6019
+ msgid "User"
6020
+ msgstr "Uživatel"
6021
+
6022
+ #: wpf-includes/wpf-phrases.php:537
6023
+ msgid "User Group"
6024
+ msgstr "Skupina"
6025
+
6026
+ #: wpf-includes/wpf-phrases.php:538
6027
+ msgid "Usergroup has been successfully deleted."
6028
+ msgstr "Skupina byla úspěšně smazána."
6029
+
6030
+ #: wpf-includes/wpf-phrases.php:540
6031
+ msgid "Username"
6032
+ msgstr "Přihlašovací jméno"
6033
+
6034
+ #: wpf-includes/wpf-phrases.php:542
6035
+ msgid "View entire post"
6036
+ msgstr "Zobrazit celý příspěvek"
6037
+
6038
+ #: wpf-includes/wpf-phrases.php:543
6039
+ msgid "View the latest post"
6040
+ msgstr "Zobrazit poslední příspěvek"
6041
+
6042
+ #: wpf-includes/wpf-phrases.php:544
6043
+ msgid "Views"
6044
+ msgstr "Zobrazeno"
6045
+
6046
+ #: wpf-includes/wpf-phrases.php:545
6047
+ msgid "Votes"
6048
+ msgstr "Ohlasů"
6049
+
6050
+ #: wpf-includes/wpf-phrases.php:546
6051
+ msgid "Website"
6052
+ msgstr "Webová stránka"
6053
+
6054
+ #: wpf-includes/wpf-phrases.php:547
6055
+ msgid "Welcome Message"
6056
+ msgstr "Uvítací Zpráva"
6057
+
6058
+ #: wpf-includes/wpf-phrases.php:548
6059
+ msgid "Wordpress avatar system"
6060
+ msgstr "Wordpress avatar systém"
6061
+
6062
+ #: wpf-includes/wpf-phrases.php:549
6063
+ msgid "Working"
6064
+ msgstr "Zpracovávám"
6065
+
6066
+ #: wpf-includes/wpf-phrases.php:550
6067
+ msgid "Write message"
6068
+ msgstr "Napsat zprávu"
6069
+
6070
+ #: wpf-includes/wpf-phrases.php:551
6071
+ msgid "Yahoo"
6072
+ msgstr "Yahoo"
6073
+
6074
+ #: wpf-includes/wpf-phrases.php:553
6075
+ msgid "You"
6076
+ msgstr "Ty"
6077
+
6078
+ #: wpf-includes/wpf-phrases.php:555
6079
+ #, php-format
6080
+ msgid "You can go to %s page or Search here"
6081
+ msgstr "Můžete jít na %s stránku a hledat zde"
6082
+
6083
+ #: wpf-includes/wpf-phrases.php:557
6084
+ msgid "Your Answer"
6085
+ msgstr "Vaše Odpověď"
6086
+
6087
+ #: wpf-includes/wpf-phrases.php:558
6088
+ msgid "account"
6089
+ msgstr "Účet"
6090
+
6091
+ #: wpf-includes/wpf-phrases.php:559
6092
+ msgid "activity"
6093
+ msgstr "Aktivita"
6094
+
6095
+ #: wpf-includes/wpf-phrases.php:560
6096
+ msgid "add"
6097
+ msgstr "přidat"
6098
+
6099
+ #: wpf-includes/wpf-phrases.php:561
6100
+ msgid "add_new"
6101
+ msgstr "přidat_nový"
6102
+
6103
+ #: wpf-includes/wpf-phrases.php:562
6104
+ #, php-format
6105
+ msgid "%s ago"
6106
+ msgstr "před %s"
6107
+
6108
+ #: wpf-includes/wpf-phrases.php:563
6109
+ msgid "by"
6110
+ msgstr "od"
6111
+
6112
+ #: wpf-includes/wpf-phrases.php:564
6113
+ #, php-format
6114
+ msgid "by %s"
6115
+ msgstr "pd %s"
6116
+
6117
+ #: wpf-includes/wpf-phrases.php:565
6118
+ msgid "confirm password"
6119
+ msgstr "potvrdit heslo"
6120
+
6121
+ #: wpf-includes/wpf-phrases.php:568
6122
+ msgid "edit profile"
6123
+ msgstr "upravit profil"
6124
+
6125
+ #: wpf-includes/wpf-phrases.php:569
6126
+ msgid "edit user"
6127
+ msgstr "upravit uživatele"
6128
+
6129
+ #: wpf-includes/wpf-phrases.php:570
6130
+ msgid "forums"
6131
+ msgstr "fóra"
6132
+
6133
+ #: wpf-includes/wpf-phrases.php:571
6134
+ msgid "item"
6135
+ msgstr "položka"
6136
+
6137
+ #: wpf-includes/wpf-phrases.php:572
6138
+ msgid "login"
6139
+ msgstr "přihlásit se"
6140
+
6141
+ #: wpf-includes/wpf-phrases.php:573
6142
+ msgid "logout"
6143
+ msgstr "odhlásit se"
6144
+
6145
+ #: wpf-includes/wpf-phrases.php:574
6146
+ msgid "matches"
6147
+ msgstr "výsledky"
6148
+
6149
+ #: wpf-includes/wpf-phrases.php:575
6150
+ msgid "members"
6151
+ msgstr "uživatelé"
6152
+
6153
+ #: wpf-includes/wpf-phrases.php:577
6154
+ msgid "my profile"
6155
+ msgstr "můj profil"
6156
+
6157
+ #: wpf-includes/wpf-phrases.php:578
6158
+ msgid "new password"
6159
+ msgstr "nové heslo"
6160
+
6161
+ #: wpf-includes/wpf-phrases.php:579
6162
+ msgid "new password again"
6163
+ msgstr "nové heslo znovu"
6164
+
6165
+ #: wpf-includes/wpf-phrases.php:580
6166
+ msgid "next"
6167
+ msgstr "další"
6168
+
6169
+ #: wpf-includes/wpf-phrases.php:581
6170
+ msgid "old password"
6171
+ msgstr "staré heslo"
6172
+
6173
+ #: wpf-includes/wpf-phrases.php:582
6174
+ msgid "phrase_key"
6175
+ msgstr "fráze_klíč"
6176
+
6177
+ #: wpf-includes/wpf-phrases.php:583
6178
+ msgid "phrase_value"
6179
+ msgstr "fráze_hodnota"
6180
+
6181
+ #: wpf-includes/wpf-phrases.php:584
6182
+ msgid "posted"
6183
+ msgstr "napsal"
6184
+
6185
+ #: wpf-includes/wpf-phrases.php:585
6186
+ msgid "prev"
6187
+ msgstr "předchozí"
6188
+
6189
+ #: wpf-includes/wpf-phrases.php:586
6190
+ msgid "register"
6191
+ msgstr "registrace"
6192
+
6193
+ #: wpf-includes/wpf-phrases.php:587
6194
+ msgid "replies"
6195
+ msgstr "odpovědi"
6196
+
6197
+ #: wpf-includes/wpf-phrases.php:588
6198
+ msgid "subscriptions"
6199
+ msgstr "odběry"
6200
+
6201
+ #: wpf-includes/wpf-phrases.php:589
6202
+ msgid "update"
6203
+ msgstr "aktualizace"
6204
+
6205
+ #: wpf-includes/wpf-phrases.php:590
6206
+ msgid "view"
6207
+ msgstr "zobrazit"
6208
+
6209
+ #: wpf-includes/wpf-phrases.php:591
6210
+ msgid "view all posts"
6211
+ msgstr "zobrazit všechny příspěvky"
6212
+
6213
+ #: wpf-includes/wpf-phrases.php:592
6214
+ msgid "view all questions"
6215
+ msgstr "zobrazit všechny otázky"
6216
+
6217
+ #: wpf-includes/wpf-phrases.php:593
6218
+ msgid "view all topics"
6219
+ msgstr "zobrazit všechna témata"
6220
+
6221
+ #: wpf-includes/wpf-phrases.php:595
6222
+ msgid "wpForo Navigation"
6223
+ msgstr "navigace wpFóra"
6224
+
6225
+ #: wpf-includes/wpf-phrases.php:597
6226
+ msgid "wpForo User Timezone"
6227
+ msgstr "wpFóro Uživatelův Čas"
6228
+
6229
+ #: wpf-includes/wpf-phrases.php:598
6230
+ msgid "wpForo Usergroup"
6231
+ msgstr "wpFóro Skupina"
6232
+
6233
+ #: wpf-includes/wpf-phrases.php:600
6234
+ msgid "{number}B"
6235
+ msgstr "{number}B"
6236
+
6237
+ #: wpf-includes/wpf-phrases.php:601
6238
+ msgid "{number}K"
6239
+ msgstr "{number}K"
6240
+
6241
+ #: wpf-includes/wpf-phrases.php:602
6242
+ msgid "{number}M"
6243
+ msgstr "{number}M"
6244
+
6245
+ #: wpf-includes/wpf-phrases.php:603
6246
+ msgid "{number}T"
6247
+ msgstr "{number}T"
6248
+
6249
+ #: wpf-includes/wpf-phrases.php:606
6250
+ #, php-format
6251
+ msgid "%s access successfully added"
6252
+ msgstr "%s přístup úspěšně přidán"
6253
+
6254
+ #: wpf-includes/wpf-phrases.php:607
6255
+ #, php-format
6256
+ msgid "%s access successfully edited"
6257
+ msgstr "%s přístup úspěšně upraven"
6258
+
6259
+ #: wpf-includes/wpf-phrases.php:608
6260
+ msgid "Access add error"
6261
+ msgstr "Přístup ukázal chybu"
6262
+
6263
+ #: wpf-includes/wpf-phrases.php:609
6264
+ msgid "Access delete error"
6265
+ msgstr "Smazání přístupu ukázal chybu"
6266
+
6267
+ #: wpf-includes/wpf-phrases.php:610
6268
+ msgid "Access edit error"
6269
+ msgstr "Úprava přístupu ukázal chybu"
6270
+
6271
+ #: wpf-includes/wpf-phrases.php:611
6272
+ msgid "Access successfully deleted"
6273
+ msgstr "Přístup úspěšně smazán"
6274
+
6275
+ #: wpf-includes/wpf-phrases.php:612
6276
+ msgid "Add Topic error: No forum selected"
6277
+ msgstr "Všechny témata chyba: Nebylo vybráno fórum"
6278
+
6279
+ #: wpf-includes/wpf-phrases.php:613
6280
+ msgid "All Checked topics successfully deleted"
6281
+ msgstr "Všechny zvolené témata byli úspěšně smazány"
6282
+
6283
+ #: wpf-includes/wpf-phrases.php:621
6284
+ msgid "Can`t upload file"
6285
+ msgstr "Nemůžete nahrát soubor"
6286
+
6287
+ #: wpf-includes/wpf-phrases.php:622
6288
+ msgid "Cannot update forum hierarchy"
6289
+ msgstr "nemůžeme aktualizovat hyerarchii fóra"
6290
+
6291
+ #: wpf-includes/wpf-phrases.php:623
6292
+ msgid "Cannot update post data"
6293
+ msgstr "Nemůžeme aktualizovat datum příspěvku"
6294
+
6295
+ #: wpf-includes/wpf-phrases.php:624
6296
+ msgid "Could not be unsubscribe from this item"
6297
+ msgstr "Nemůžete se odhlásit s odběru této položky"
6298
+
6299
+ #: wpf-includes/wpf-phrases.php:625
6300
+ msgid "Email address exists. Please insert another."
6301
+ msgstr "Tato emailová adresa existuje. Prosím zvolte jinou"
6302
+
6303
+ #: wpf-includes/wpf-phrases.php:626
6304
+ msgid "Error: Forum is not found"
6305
+ msgstr "Chyba: Fórum nebylo nalezeno"
6306
+
6307
+ #: wpf-includes/wpf-phrases.php:627
6308
+ msgid "Error: No topic selected"
6309
+ msgstr "Chyba: Nebylo zvoleno žádné téma"
6310
+
6311
+ #: wpf-includes/wpf-phrases.php:628
6312
+ msgid "Error: Topic is not found"
6313
+ msgstr "Chyba: Téma zde není"
6314
+
6315
+ #: wpf-includes/wpf-phrases.php:629
6316
+ msgid "Error: please insert some text to report."
6317
+ msgstr ""
6318
+
6319
+ #: wpf-includes/wpf-phrases.php:630
6320
+ msgid "Features successfully updated"
6321
+ msgstr "Funkce byli úspěšně aktualizovány"
6322
+
6323
+ #: wpf-includes/wpf-phrases.php:631
6324
+ msgid "Features successfully updated, but previous value not changed"
6325
+ msgstr "Funkce byli úspěšně aktualizovány. Předchozí hodnota nebylo změněna"
6326
+
6327
+ #: wpf-includes/wpf-phrases.php:632
6328
+ msgid "File type is not allowed"
6329
+ msgstr "Tento druh souboru není povolen"
6330
+
6331
+ #: wpf-includes/wpf-phrases.php:633
6332
+ msgid "Forum Base URL successfully updated"
6333
+ msgstr "Základní odkaz fóra byl úspěšně upraven"
6334
+
6335
+ #: wpf-includes/wpf-phrases.php:634
6336
+ msgid "Forum deleting error"
6337
+ msgstr "Při mazání fóra se vyskytla chyba"
6338
+
6339
+ #: wpf-includes/wpf-phrases.php:635
6340
+ msgid "Forum hierarchy successfully updated"
6341
+ msgstr "Hierarchie Fóra úspěšně upravena"
6342
+
6343
+ #: wpf-includes/wpf-phrases.php:636
6344
+ msgid "Forum is successfully merged"
6345
+ msgstr "Fórum je úspěšně sloučeno"
6346
+
6347
+ #: wpf-includes/wpf-phrases.php:637
6348
+ msgid "Forum merging error"
6349
+ msgstr "Při sloučení fóra se naskytla chyba"
6350
+
6351
+ #: wpf-includes/wpf-phrases.php:638
6352
+ msgid "Forum options successfully updated"
6353
+ msgstr "Nastavení Fóra úspěšně aktualizováno"
6354
+
6355
+ #: wpf-includes/wpf-phrases.php:639
6356
+ msgid "Forum options successfully updated, but previous value not changed"
6357
+ msgstr "Nastavení Fóra úspěšně aktualizováno, předchozí hodnota nebyla změněna"
6358
+
6359
+ #: wpf-includes/wpf-phrases.php:640
6360
+ msgid "Forum successfully updated"
6361
+ msgstr "Fórum bylo úspěšně aktualizováno"
6362
+
6363
+ #: wpf-includes/wpf-phrases.php:641
6364
+ msgid "Forum update error"
6365
+ msgstr "Při aktualizaci fóra se vyskytla chyba"
6366
+
6367
+ #: wpf-includes/wpf-phrases.php:642
6368
+ msgid "General options successfully updated"
6369
+ msgstr "Základní nastavení bylo úspěšně aktualizováno"
6370
+
6371
+ #: wpf-includes/wpf-phrases.php:643
6372
+ msgid "Illegal character in username."
6373
+ msgstr "Špatné znaky v uživatelském jménu."
6374
+
6375
+ #: wpf-includes/wpf-phrases.php:644
6376
+ msgid "Insert your Email address."
6377
+ msgstr "Zadejte váš email"
6378
+
6379
+ #: wpf-includes/wpf-phrases.php:645
6380
+ msgid "Invalid Email address"
6381
+ msgstr "Špatná emailová adresa"
6382
+
6383
+ #: wpf-includes/wpf-phrases.php:646
6384
+ msgid "Invalid request!"
6385
+ msgstr "Špatný požadavek"
6386
+
6387
+ #: wpf-includes/wpf-phrases.php:647
6388
+ msgid "Member options successfully updated"
6389
+ msgstr "Nastavení Uživatelů bylo úspěšně aktualizováno"
6390
+
6391
+ #: wpf-includes/wpf-phrases.php:648
6392
+ msgid "Member options successfully updated, but previous value not changed"
6393
+ msgstr ""
6394
+ "Nastavení Uživatelů bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
6395
+ "změněna"
6396
+
6397
+ #: wpf-includes/wpf-phrases.php:649
6398
+ msgid "Message has been sent"
6399
+ msgstr "Zpráva byla odeslána"
6400
+
6401
+ #: wpf-includes/wpf-phrases.php:650
6402
+ msgid ""
6403
+ "New language successfully added and changed wpforo language to new language"
6404
+ msgstr ""
6405
+
6406
+ #: wpf-includes/wpf-phrases.php:651
6407
+ msgid "No Posts found for update"
6408
+ msgstr "Žádné příspěvky nebyli nalezeny pro aktualizaci"
6409
+
6410
+ #: wpf-includes/wpf-phrases.php:652
6411
+ msgid "Password length must be between 6 characters and 20 characters."
6412
+ msgstr "Délka hesla musí mít 6-20 znaků."
6413
+
6414
+ #: wpf-includes/wpf-phrases.php:653
6415
+ msgid "Password mismatch."
6416
+ msgstr "Hesla se neschodují"
6417
+
6418
+ #: wpf-includes/wpf-phrases.php:654
6419
+ msgid "Permission denied"
6420
+ msgstr "Přístup odepřen"
6421
+
6422
+ #: wpf-includes/wpf-phrases.php:655
6423
+ msgid "Permission denied for add forum"
6424
+ msgstr "Přístup odepřen pro přidání fóra"
6425
+
6426
+ #: wpf-includes/wpf-phrases.php:656
6427
+ msgid "Permission denied for delete forum"
6428
+ msgstr "Přístup odepřen pro smazání fóra"
6429
+
6430
+ #: wpf-includes/wpf-phrases.php:657
6431
+ msgid "Permission denied for edit forum"
6432
+ msgstr "Přístup odepřen pro úpravu fóra"
6433
+
6434
+ #: wpf-includes/wpf-phrases.php:658
6435
+ msgid "Permission denied for this action"
6436
+ msgstr "Přístup odepřen pro tuto akci"
6437
+
6438
+ #: wpf-includes/wpf-phrases.php:659
6439
+ msgid "Phrase add error"
6440
+ msgstr "Vyskytla se chyba při přidání Fráze"
6441
+
6442
+ #: wpf-includes/wpf-phrases.php:660
6443
+ msgid "Phrase adding error"
6444
+ msgstr "Vyskytla se chyba při přidání Fráze"
6445
+
6446
+ #: wpf-includes/wpf-phrases.php:661
6447
+ msgid "Phrase successfully added"
6448
+ msgstr "Fráze úspěšně přidána"
6449
+
6450
+ #: wpf-includes/wpf-phrases.php:662
6451
+ msgid "Phrase successfully updates"
6452
+ msgstr "Fráze úspěšně aktualizována"
6453
+
6454
+ #: wpf-includes/wpf-phrases.php:663
6455
+ msgid "Phrase update error"
6456
+ msgstr "Aktualizace Fráze se nezdařila"
6457
+
6458
+ #: wpf-includes/wpf-phrases.php:664
6459
+ msgid "Please insert required fields!"
6460
+ msgstr "Prosím vyplňte povinné pole!"
6461
+
6462
+ #: wpf-includes/wpf-phrases.php:665
6463
+ msgid "Post delete error"
6464
+ msgstr "Smazání příspěvku bylo neúspěšné"
6465
+
6466
+ #: wpf-includes/wpf-phrases.php:667
6467
+ msgid "Post options successfully updated"
6468
+ msgstr "Nastavení příspěvku bylo úspěšně aktualizováno"
6469
+
6470
+ #: wpf-includes/wpf-phrases.php:668
6471
+ msgid "Post options successfully updated, but previous value not changed"
6472
+ msgstr ""
6473
+ "Nastavení příspěvku bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
6474
+ "změněná"
6475
+
6476
+ #: wpf-includes/wpf-phrases.php:669
6477
+ msgid "Registration Error"
6478
+ msgstr "Chyba registrace"
6479
+
6480
+ #: wpf-includes/wpf-phrases.php:670
6481
+ msgid "Reply request error"
6482
+ msgstr "Požadavek na odpověď byl neúspěšný"
6483
+
6484
+ #: wpf-includes/wpf-phrases.php:671
6485
+ msgid "Something wrong with profile data."
6486
+ msgstr "Něco je špatně s daty profilu."
6487
+
6488
+ #: wpf-includes/wpf-phrases.php:672
6489
+ msgid "Subscribe options successfully updated"
6490
+ msgstr "Nastavení Odběru bylo úspěšně aktualizováno"
6491
+
6492
+ #: wpf-includes/wpf-phrases.php:673
6493
+ msgid "Subscribe options successfully updated, but previous value not changed"
6494
+ msgstr ""
6495
+ "Nastavení Odběru bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
6496
+ "změněna"
6497
+
6498
+ #: wpf-includes/wpf-phrases.php:674
6499
+ msgid "Success!"
6500
+ msgstr ""
6501
+
6502
+ #: wpf-includes/wpf-phrases.php:675
6503
+ msgid ""
6504
+ "Success! Thank you. Please check your email and click confirmation link "
6505
+ "below to complete this step."
6506
+ msgstr ""
6507
+ "Povedlo se! Děkujeme. Prosím zkontrolujte vaší emailovou adresu k dokončení."
6508
+
6509
+ #: wpf-includes/wpf-phrases.php:676
6510
+ msgid "Successfully updated"
6511
+ msgstr "Úspěšně aktualizováno"
6512
+
6513
+ #: wpf-includes/wpf-phrases.php:677
6514
+ msgid "Successfully voted"
6515
+ msgstr "Úspěšně hlasováno"
6516
+
6517
+ #: wpf-includes/wpf-phrases.php:678
6518
+ msgid "The uploaded file size is too big"
6519
+ msgstr "Nahraný soubor je příliš velký"
6520
+
6521
+ #: wpf-includes/wpf-phrases.php:679
6522
+ msgid "Theme options successfully updated"
6523
+ msgstr "Nastavení šablony úspěšně aktualizováno"
6524
+
6525
+ #: wpf-includes/wpf-phrases.php:680
6526
+ msgid "This email address is already registered. Please insert another."
6527
+ msgstr "Tento email je již registrován. Prosím zvolte jiný."
6528
+
6529
+ #: wpf-includes/wpf-phrases.php:681
6530
+ msgid "This post successfully deleted"
6531
+ msgstr "Příspěvek byl úspěšně smazán"
6532
+
6533
+ #: wpf-includes/wpf-phrases.php:682
6534
+ msgid "This post successfully edited"
6535
+ msgstr "Příspěvek byl úspěšně upraven"
6536
+
6537
+ #: wpf-includes/wpf-phrases.php:683
6538
+ msgid "This topic successfully deleted"
6539
+ msgstr "Téma bylo úspěšně smazáno"
6540
+
6541
+ #: wpf-includes/wpf-phrases.php:684
6542
+ msgid "Topic Move Error"
6543
+ msgstr "Přesunutí tématu se nezdařilo"
6544
+
6545
+ #: wpf-includes/wpf-phrases.php:685
6546
+ msgid "Topic add error"
6547
+ msgstr "Přidání tématu vyhodilo chybu"
6548
+
6549
+ #: wpf-includes/wpf-phrases.php:686
6550
+ msgid "Topic delete error"
6551
+ msgstr "Smazání tématu vyhodilo chybu"
6552
+
6553
+ #: wpf-includes/wpf-phrases.php:687
6554
+ msgid "Topic edit error"
6555
+ msgstr "Upravení tématu vyhodilo chybu"
6556
+
6557
+ #: wpf-includes/wpf-phrases.php:688
6558
+ msgid "Topic not found."
6559
+ msgstr "Téma Nebylo nalezeno"
6560
+
6561
+ #: wpf-includes/wpf-phrases.php:689
6562
+ msgid "Topic successfully moved"
6563
+ msgstr "Téma bylo úspěšně přesunuto"
6564
+
6565
+ #: wpf-includes/wpf-phrases.php:690
6566
+ msgid "Topic successfully updated"
6567
+ msgstr "Téma bylo úspěšně aktualizováno"
6568
+
6569
+ #: wpf-includes/wpf-phrases.php:691
6570
+ msgid "Topics delete error"
6571
+ msgstr "Smazání téma vyhodilo chybu"
6572
+
6573
+ #: wpf-includes/wpf-phrases.php:692
6574
+ msgid "User delete error"
6575
+ msgstr "Smazání uživatele vyhodilo chybu"
6576
+
6577
+ #: wpf-includes/wpf-phrases.php:693
6578
+ msgid "User group add error"
6579
+ msgstr "Přidání skupiny vyhodilo chybu"
6580
+
6581
+ #: wpf-includes/wpf-phrases.php:694
6582
+ msgid "User group edit error"
6583
+ msgstr "Úprava skupiny vyhodila chybu"
6584
+
6585
+ #: wpf-includes/wpf-phrases.php:695
6586
+ msgid "User group successfully added"
6587
+ msgstr "Skupina byla úspěšně přidána"
6588
+
6589
+ #: wpf-includes/wpf-phrases.php:696
6590
+ msgid "User group successfully edited"
6591
+ msgstr "Skupina byla úspěšně upravena"
6592
+
6593
+ #: wpf-includes/wpf-phrases.php:697
6594
+ msgid "User successfully deleted from wpforo"
6595
+ msgstr "Uživatel byl úspěšně smazán z wpFóra"
6596
+
6597
+ #: wpf-includes/wpf-phrases.php:698
6598
+ msgid "Username exists. Please insert another."
6599
+ msgstr "Uživatelské jméno existuje. Zvolte prosím jiné."
6600
+
6601
+ #: wpf-includes/wpf-phrases.php:699
6602
+ msgid "Username is missed."
6603
+ msgstr "Uživatelské jméno chybí"
6604
+
6605
+ #: wpf-includes/wpf-phrases.php:700
6606
+ msgid "Username length must be between 3 characters and 30 characters."
6607
+ msgstr ""
6608
+
6609
+ #: wpf-includes/wpf-phrases.php:701
6610
+ msgid "Welcome to our Community!"
6611
+ msgstr "Vítejte v naší komunitě!"
6612
+
6613
+ #: wpf-includes/wpf-phrases.php:702
6614
+ msgid "Wrong post data"
6615
+ msgstr "Špatné informace příspěvku"
6616
+
6617
+ #: wpf-includes/wpf-phrases.php:703
6618
+ msgid "You are already voted this post"
6619
+ msgstr "Již jste hlasoval pro tento přsípěvek"
6620
+
6621
+ #: wpf-includes/wpf-phrases.php:704
6622
+ msgid "You have been successfully subscribed"
6623
+ msgstr "Byl jste úspěšně přihlášen k odběru"
6624
+
6625
+ #: wpf-includes/wpf-phrases.php:705
6626
+ msgid "You have been successfully unsubscribed"
6627
+ msgstr "Byl jste úspěšně odhlášen z odběru"
6628
+
6629
+ #: wpf-includes/wpf-phrases.php:706
6630
+ msgid "You have no permission to edit this topic"
6631
+ msgstr "Nemáte dostatečné oprávnění k úpravě tématu"
6632
+
6633
+ #: wpf-includes/wpf-phrases.php:712
6634
+ msgid "You successfully replied"
6635
+ msgstr "Odpověď úspěšně poslána"
6636
+
6637
+ #: wpf-includes/wpf-phrases.php:713
6638
+ msgid "Your forum successfully added"
6639
+ msgstr "Fórum bylo úspěšně přidáno"
6640
+
6641
+ #: wpf-includes/wpf-phrases.php:714
6642
+ msgid "Your forum successfully deleted"
6643
+ msgstr "Fórum bylo úspěšně smazáno"
6644
+
6645
+ #: wpf-includes/wpf-phrases.php:715
6646
+ msgid "Your profile data have been successfully updated."
6647
+ msgstr "Vaše profilové údaje byli úspěšně aktualizovány."
6648
+
6649
+ #: wpf-includes/wpf-phrases.php:716
6650
+ msgid "Your subscription for this item could not be confirmed"
6651
+ msgstr "Váš odběr pto tuto položku nemůže být potvrzen"
6652
+
6653
+ #: wpf-includes/wpf-phrases.php:717
6654
+ msgid "Your topic successfully added"
6655
+ msgstr "Vaše téma bylo úspěšně přidáno"
6656
+
6657
+ #: wpf-includes/wpf-phrases.php:756
6658
+ msgid "Can edit own replay"
6659
+ msgstr ""
6660
+
6661
+ #: wpf-includes/wpf-phrases.php:774
6662
+ msgid "like"
6663
+ msgstr ""
6664
+
6665
+ #: wpf-includes/wpf-phrases.php:775
6666
+ msgid "unlike"
6667
+ msgstr ""
6668
+
6669
+ #: wpf-includes/wpf-phrases.php:776
6670
+ msgid "sticky"
6671
+ msgstr ""
6672
+
6673
+ #: wpf-includes/wpf-phrases.php:777
6674
+ msgid "unsticky"
6675
+ msgstr ""
6676
+
6677
+ #: wpf-includes/wpf-phrases.php:778
6678
+ msgid "close"
6679
+ msgstr ""
6680
+
6681
+ #: wpf-includes/wpf-phrases.php:779
6682
+ msgid "open"
6683
+ msgstr ""
6684
+
6685
+ #: wpf-includes/wpf-phrases.php:780
6686
+ msgid "Topic Icons"
6687
+ msgstr ""
6688
+
6689
+ #: wpf-includes/wpf-phrases.php:781
6690
+ msgid "New"
6691
+ msgstr ""
6692
+
6693
+ #: wpf-includes/wpf-phrases.php:782
6694
+ msgid "Replied"
6695
+ msgstr ""
6696
+
6697
+ #: wpf-includes/wpf-phrases.php:784
6698
+ msgid "Hot"
6699
+ msgstr ""
6700
+
6701
+ #: wpf-includes/wpf-phrases.php:785
6702
+ msgid "Solved"
6703
+ msgstr ""
6704
+
6705
+ #: wpf-includes/wpf-phrases.php:786
6706
+ msgid "Unsolved"
6707
+ msgstr ""
6708
+
6709
+ #: wpf-includes/wpf-phrases.php:796
6710
+ msgid "Old password is wrong"
6711
+ msgstr ""
6712
+
6713
+ #: wpf-includes/wpf-phrases.php:797
6714
+ msgid "New Passwords do not match"
6715
+ msgstr ""
6716
+
6717
+ #: wpf-includes/wpf-phrases.php:801
6718
+ msgid ""
6719
+ "This process may take a few seconds or dozens of minutes, it depends on "
6720
+ "database forum size and on server resources. Please be patient and don't "
6721
+ "close this page. If you got 500 Server Error please don't worry, the data "
6722
+ "updating process is still working in MySQL server."
6723
+ msgstr ""
6724
+
6725
+ #: wpf-includes/wpf-phrases.php:805
6726
+ msgid "Updated Successfully!"
6727
+ msgstr ""
6728
+
6729
+ #: wpf-includes/wpf-phrases.php:806
6730
+ msgid "Deleted Successfully!"
6731
+ msgstr ""
6732
+
6733
+ #: wpf-includes/wpf-phrases.php:807
6734
+ msgid "Closed"
6735
+ msgstr ""
6736
+
6737
+ #: wpf-includes/wpf-phrases.php:808
6738
+ msgid "Forum Members List"
6739
+ msgstr ""
6740
+
6741
+ #: wpf-includes/wpf-phrases.php:809
6742
+ msgid "are you sure you want to delete?"
6743
+ msgstr ""
6744
+
6745
+ #: wpf-includes/wpf-phrases.php:811
6746
+ msgid "Moderator"
6747
+ msgstr "Moderátor"
6748
+
6749
+ #: wpf-includes/wpf-phrases.php:813
6750
+ msgid "Customer"
6751
+ msgstr "Zákazník"
6752
+
6753
+ #: wpf-includes/wpf-phrases.php:814
6754
+ msgid "No access"
6755
+ msgstr "Žádný přístup"
6756
+
6757
+ #: wpf-includes/wpf-phrases.php:815
6758
+ msgid "Read only access"
6759
+ msgstr "Přístup pouze pro čtení"
6760
+
6761
+ #: wpf-includes/wpf-phrases.php:816
6762
+ msgid "Standard access"
6763
+ msgstr "Standardní přístup"
6764
+
6765
+ #: wpf-includes/wpf-phrases.php:817
6766
+ msgid "Moderator access"
6767
+ msgstr "Moderátorský přístup"
6768
+
6769
+ #: wpf-includes/wpf-phrases.php:818
6770
+ msgid "Full access"
6771
+ msgstr ""
6772
+
6773
+ #: wpf-includes/wpf-phrases.php:821
6774
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
6775
+ msgstr ""
6776
+
6777
+ #: wpf-includes/wpf-phrases.php:828
6778
+ msgid "Attachment removed"
6779
+ msgstr ""
6780
+
6781
+ #: wpf-includes/wpf-phrases.php:832
6782
+ #, php-format
6783
+ msgid "Welcome back %s!"
6784
+ msgstr ""
6785
+
6786
+ #: wpf-includes/wpf-phrases.php:833
6787
+ msgid "Member Profile"
6788
+ msgstr ""
6789
+
6790
+ #: wpf-includes/wpf-phrases.php:834
6791
+ msgid "Member"
6792
+ msgstr ""
6793
+
6794
+ #: wpf-includes/wpf-phrases.php:835
6795
+ msgid "You do not have permission to view this page"
6796
+ msgstr ""
6797
+
6798
+ #: wpf-includes/wpf-phrases.php:837
6799
+ msgid ""
6800
+ "This option will disable WordPress on front-end. Only forum pages will be "
6801
+ "available. wpForo will look like as a stand-alone forum."
6802
+ msgstr ""
6803
+
6804
+ #: wpf-includes/wpf-phrases.php:842
6805
+ msgid "private"
6806
+ msgstr ""
6807
 
6808
+ #: wpf-includes/wpf-phrases.php:843
6809
+ msgid "public"
6810
+ msgstr ""
6811
 
6812
+ #: wpf-includes/wpf-phrases.php:844
6813
+ msgid "Private Topic"
6814
+ msgstr ""
6815
 
6816
+ #: wpf-includes/wpf-phrases.php:845
6817
+ msgid "Only Admins and Moderators can see your private topics."
6818
+ msgstr ""
6819
 
6820
+ #: wpf-includes/wpf-phrases.php:846
6821
+ msgid "Forum ID is not detected"
6822
+ msgstr ""
6823
 
6824
+ #: wpf-includes/wpf-phrases.php:847
6825
+ msgid "You are not permitted to subscribe here"
6826
+ msgstr ""
6827
 
6828
+ #: wpf-includes/wpf-phrases.php:848
6829
+ msgid "Subscribe to this topic"
6830
+ msgstr ""
6831
 
6832
+ #: wpf-includes/wpf-phrases.php:851
6833
+ msgid "Awaiting moderation"
6834
+ msgstr ""
6835
 
6836
+ #: wpf-includes/wpf-phrases.php:852
6837
+ msgid "Topic first post not found."
6838
+ msgstr ""
6839
 
6840
+ #: wpf-includes/wpf-phrases.php:853
6841
+ msgid "Topic first post data not found."
6842
  msgstr ""
 
 
6843
 
6844
+ #: wpf-includes/wpf-phrases.php:854
6845
+ msgid "Settings successfully updated"
6846
+ msgstr ""
6847
 
6848
+ #: wpf-includes/wpf-phrases.php:855
6849
+ msgid "Done!"
6850
+ msgstr ""
6851
 
6852
+ #: wpf-includes/wpf-phrases.php:856
6853
+ msgid "You are not allowed to attach this file type"
6854
+ msgstr ""
6855
 
6856
+ #: wpf-includes/wpf-phrases.php:857
6857
+ msgid "Post is empty"
6858
+ msgstr ""
6859
 
6860
+ #: wpf-includes/wpf-phrases.php:858
6861
+ msgid "removed link"
6862
  msgstr ""
 
 
6863
 
6864
+ #: wpf-includes/wpf-phrases.php:859
6865
+ msgid "Submit"
6866
  msgstr ""
6867
 
6868
+ #: wpf-includes/wpf-phrases.php:864
6869
+ msgid "User Title"
 
 
6870
  msgstr ""
 
6871
 
6872
+ #: wpf-includes/wpf-phrases.php:865
6873
+ msgid "Anonymous"
6874
+ msgstr ""
6875
 
6876
+ #: wpf-includes/wpf-phrases.php:868
6877
+ msgid "approved"
6878
+ msgstr ""
6879
 
6880
+ #: wpf-includes/wpf-phrases.php:869
6881
+ msgid "unapproved"
6882
+ msgstr ""
6883
 
6884
+ #: wpf-includes/wpf-phrases.php:870
6885
+ msgid "approve"
6886
+ msgstr ""
6887
 
6888
+ #: wpf-includes/wpf-phrases.php:871
6889
+ msgid "unapprove"
6890
+ msgstr ""
6891
 
6892
+ #: wpf-includes/wpf-phrases.php:872
6893
+ msgid "--- Choose ---"
6894
+ msgstr ""
6895
 
6896
+ #: wpf-includes/wpf-phrases.php:873
6897
+ msgid "Required field"
6898
+ msgstr "Povinné pole"
6899
 
6900
+ #: wpf-includes/wpf-phrases.php:876
6901
+ msgid "Add Reply"
6902
+ msgstr "Přidat odpověď"
6903
 
6904
+ #: wpf-includes/wpf-phrases.php:877
6905
+ msgid "Forums RSS Feed"
6906
+ msgstr ""
6907
 
6908
+ #: wpf-includes/wpf-phrases.php:878
6909
+ msgid "Topics RSS Feed"
6910
+ msgstr ""
6911
 
6912
+ #: wpf-includes/wpf-phrases.php:879
6913
+ msgid "Find a member"
6914
+ msgstr "Najít člena"
6915
 
6916
+ #: wpf-includes/wpf-phrases.php:880
6917
+ msgid "Display Name or Nicename"
6918
+ msgstr ""
6919
 
6920
+ #: wpf-includes/wpf-phrases.php:881
6921
+ msgid "Reset Search"
6922
+ msgstr ""
6923
 
6924
+ #: wpf-includes/wpf-phrases.php:882
6925
+ msgid "Reset Result"
6926
+ msgstr ""
6927
 
6928
+ #: wpf-includes/wpf-phrases.php:888
6929
+ msgid "No posts were found here"
6930
+ msgstr ""
6931
 
6932
+ #: wpf-includes/wpf-phrases.php:891
6933
+ msgid "forum link"
6934
+ msgstr ""
6935
 
6936
+ #: wpf-includes/wpf-phrases.php:892
6937
+ msgid "in forum"
6938
+ msgstr ""
6939
 
6940
+ #: wpf-includes/wpf-phrases.php:893
6941
+ msgid ""
6942
+ "You can mention a person using @nicename in post content to send that person "
6943
+ "an email message. When you post a topic or reply, forum sends an email "
6944
+ "message to the user letting them know that they have been mentioned on the "
6945
+ "post."
6946
+ msgstr ""
6947
 
6948
+ #: wpf-includes/wpf-phrases.php:896
6949
+ msgid "You are not allowed to edit this post"
6950
+ msgstr ""
6951
 
6952
+ #: wpf-includes/wpf-phrases.php:897
6953
+ msgid "Google reCAPTCHA verification failed"
6954
+ msgstr ""
6955
 
6956
+ #: wpf-includes/wpf-phrases.php:899
6957
+ msgid "Welcome!"
6958
+ msgstr ""
6959
 
6960
+ #: wpf-includes/wpf-phrases.php:900
6961
+ msgid "Join us today!"
6962
+ msgstr ""
6963
 
6964
+ #: wpf-includes/wpf-phrases.php:902
6965
+ msgid "Please Insert Your Email or Username"
6966
+ msgstr ""
6967
 
6968
+ #: wpf-includes/wpf-phrases.php:903
6969
+ msgid "Reset Password"
6970
+ msgstr ""
6971
 
6972
+ #: wpf-includes/wpf-phrases.php:904
6973
+ msgid "Forgot Your Password?"
6974
  msgstr ""
6975
 
6976
+ #: wpf-includes/wpf-phrases.php:907
6977
+ #, php-format
6978
+ msgid "%s created a new topic %s"
6979
+ msgstr ""
6980
 
6981
+ #: wpf-includes/wpf-phrases.php:908
6982
+ #, php-format
6983
+ msgid "%s replied to the topic %s"
6984
+ msgstr ""
6985
 
6986
+ #: wpf-includes/wpf-phrases.php:909
6987
+ #, php-format
6988
+ msgid "%s liked forum post %s"
6989
+ msgstr ""
6990
 
6991
+ #: wpf-includes/wpf-phrases.php:910
6992
+ msgid "Read more"
6993
+ msgstr ""
6994
 
6995
+ #: wpf-includes/wpf-phrases.php:911
6996
+ msgid "Forum topic"
6997
+ msgstr ""
6998
 
6999
+ #: wpf-includes/wpf-phrases.php:912
7000
+ msgid "Forum post"
7001
+ msgstr ""
7002
 
7003
+ #: wpf-includes/wpf-phrases.php:913
7004
+ msgid "Forum post like"
7005
  msgstr ""
7006
 
7007
+ #: wpf-includes/wpf-phrases.php:915
7008
+ msgid "Target Topic URL"
7009
  msgstr ""
7010
 
7011
+ #: wpf-includes/wpf-phrases.php:916
7012
+ msgid "Target Topic not found"
7013
  msgstr ""
7014
 
7015
+ #: wpf-includes/wpf-phrases.php:917
7016
+ msgid "Merge Topics"
7017
  msgstr ""
7018
 
7019
+ #: wpf-includes/wpf-phrases.php:918
7020
+ msgid "Split Topic"
7021
  msgstr ""
7022
 
7023
+ #: wpf-includes/wpf-phrases.php:919
7024
+ msgid ""
7025
+ "Please copy the target topic URL from browser address bar and paste in the "
7026
+ "field below."
7027
+ msgstr ""
7028
 
7029
+ #: wpf-includes/wpf-phrases.php:920
7030
+ msgid ""
7031
+ "All posts will be merged and displayed (ordered) in target topic according "
7032
+ "to posts dates. If you want to append merged posts to the end of the target "
7033
+ "topic you should allow to update posts dates to current date by check the "
7034
+ "option below."
7035
+ msgstr ""
7036
 
7037
+ #: wpf-includes/wpf-phrases.php:921
7038
+ msgid ""
7039
+ "Update post dates (current date) to allow append posts to the end of the "
7040
+ "target topic."
7041
+ msgstr ""
7042
 
7043
+ #: wpf-includes/wpf-phrases.php:922
7044
+ msgid "Update post titles with target topic title."
7045
+ msgstr ""
7046
 
7047
+ #: wpf-includes/wpf-phrases.php:923
7048
+ msgid ""
7049
+ "Topics once merged cannot be unmerged. This topic URL will no longer be "
7050
+ "available."
7051
+ msgstr ""
7052
 
7053
+ #: wpf-includes/wpf-phrases.php:924
7054
+ msgid "Create New Topic"
7055
+ msgstr ""
7056
 
7057
+ #: wpf-includes/wpf-phrases.php:925
7058
+ msgid ""
7059
+ "Create new topic with split posts. The first post of new topic becomes the "
7060
+ "earliest reply."
7061
  msgstr ""
7062
 
7063
+ #: wpf-includes/wpf-phrases.php:926
7064
+ msgid "New Topic Title"
7065
  msgstr ""
7066
 
7067
+ #: wpf-includes/wpf-phrases.php:927
7068
+ msgid "New Topic Forum"
7069
  msgstr ""
7070
 
7071
+ #: wpf-includes/wpf-phrases.php:928
7072
+ msgid "Select Posts to Split"
7073
  msgstr ""
7074
 
7075
+ #: wpf-includes/wpf-phrases.php:929
7076
+ msgid ""
7077
+ "Topic once split cannot be unsplit. The first post of new topic becomes the "
7078
+ "earliest reply."
7079
  msgstr ""
7080
 
7081
+ #: wpf-includes/wpf-phrases.php:930
7082
+ msgid "Merge"
7083
  msgstr ""
7084
 
7085
+ #: wpf-includes/wpf-phrases.php:931
7086
+ msgid "Split"
7087
  msgstr ""
7088
 
7089
+ #: wpf-includes/wpf-phrases.php:932
7090
+ msgid "Move Reply"
7091
  msgstr ""
7092
 
7093
+ #: wpf-includes/wpf-phrases.php:933
7094
+ msgid ""
7095
+ "This action changes topic URL. Once the topic is moved to other forum the "
7096
+ "old URL of this topic will no longer be available."
7097
  msgstr ""
7098
 
7099
+ #: wpf-includes/wpf-phrases.php:937
7100
+ msgid "No data submitted"
7101
  msgstr ""
7102
 
7103
+ #: wpf-includes/wpf-phrases.php:938
7104
+ msgid "User profile fields not found"
7105
  msgstr ""
7106
 
7107
+ #: wpf-includes/wpf-phrases.php:939
7108
+ msgid "field is required"
7109
  msgstr ""
7110
 
7111
+ #: wpf-includes/wpf-phrases.php:940
7112
+ #, php-format
7113
+ msgid "field value must be at least %d"
7114
  msgstr ""
7115
 
7116
+ #: wpf-includes/wpf-phrases.php:941
7117
+ #, php-format
7118
+ msgid "field value cannot be greater than %d"
7119
  msgstr ""
7120
 
7121
+ #: wpf-includes/wpf-phrases.php:942
7122
+ #, php-format
7123
+ msgid "field length must be at least %d characters"
7124
  msgstr ""
7125
 
7126
+ #: wpf-includes/wpf-phrases.php:943
7127
+ #, php-format
7128
+ msgid "field length cannot be greater than %d characters"
7129
  msgstr ""
7130
 
7131
+ #: wpf-includes/wpf-phrases.php:944
7132
+ msgid "field value is not a valid URL"
 
 
 
 
7133
  msgstr ""
7134
 
7135
+ #: wpf-includes/wpf-phrases.php:945
7136
+ msgid "file type is not detected"
7137
  msgstr ""
7138
 
7139
+ #: wpf-includes/wpf-phrases.php:946
7140
+ #, php-format
7141
+ msgid "file type %s is not allowed"
7142
  msgstr ""
7143
 
7144
+ #: wpf-includes/wpf-phrases.php:947
7145
+ msgid "file is too large"
7146
  msgstr ""
7147
 
7148
+ #: wpf-includes/wpf-phrases.php:948
7149
+ msgid "Success! Please check your mail for confirmation."
7150
  msgstr ""
7151
 
7152
+ #: wpf-includes/wpf-phrases.php:949
7153
+ #, php-format
7154
+ msgid "Username length must be between %d characters and %d characters."
7155
  msgstr ""
7156
 
7157
+ #: wpf-includes/wpf-phrases.php:950
7158
+ msgid "User registration is disabled."
7159
+ msgstr ""
7160
 
7161
+ #: wpf-includes/wpf-phrases.php:951
7162
+ msgid "Avatar image is too big maximum allowed size is 2MB"
7163
+ msgstr ""
7164
 
7165
+ #: wpf-includes/wpf-phrases.php:952
7166
+ msgid "One of the selected Usergroups cannot be set as Secondary"
7167
+ msgstr ""
7168
 
7169
+ #: wpf-includes/wpf-phrases.php:953
7170
+ msgid "The selected Usergroup is not found in allowed list"
7171
+ msgstr ""
7172
 
7173
+ #: wpf-includes/wpf-phrases.php:954
7174
+ msgid "The selected Usergroup cannot be set"
7175
+ msgstr ""
7176
 
7177
+ #: wpf-includes/wpf-phrases.php:955
7178
+ msgid "Admin and Moderator Usergroups are not permitted"
7179
+ msgstr ""
7180
 
7181
+ #: wpf-includes/wpf-phrases.php:956
7182
+ msgid "You have no permission to edit Usergroup field"
7183
  msgstr ""
7184
 
7185
+ #: wpf-includes/wpf-phrases.php:957
7186
+ msgid "This nickname is already in use. Please insert another."
7187
  msgstr ""
7188
 
7189
+ #: wpf-includes/wpf-phrases.php:958
7190
+ msgid "Nickname validation failed"
7191
  msgstr ""
7192
 
7193
+ #: wpf-includes/wpf-phrases.php:959
7194
+ msgid "Numerical nicknames are not allowed. Please insert another."
7195
  msgstr ""
7196
 
7197
+ #: wpf-includes/wpf-phrases.php:960
7198
+ #, php-format
7199
+ msgid "Maximum allowed file size is %s MB"
7200
  msgstr ""
7201
 
7202
+ #: wpf-includes/wpf-phrases.php:961
7203
+ msgid "This email address is already registered. Please insert another"
7204
  msgstr ""
7205
 
7206
+ #: wpf-includes/wpf-phrases.php:962
7207
  #, php-format
7208
+ msgid "Allowed file types: %s"
7209
  msgstr ""
7210
 
7211
+ #: wpf-includes/wpf-phrases.php:963
7212
+ msgid "Form name not found"
7213
  msgstr ""
7214
 
7215
+ #: wpf-includes/wpf-phrases.php:964
7216
+ msgid "Form template not found"
7217
  msgstr ""
7218
 
7219
+ #: wpf-includes/wpf-phrases.php:965
7220
+ msgid "Profile updated successfully"
7221
  msgstr ""
7222
 
7223
+ #: wpf-includes/wpf-phrases.php:966
7224
+ msgid "User data update failed"
 
 
7225
  msgstr ""
7226
 
7227
+ #: wpf-includes/wpf-phrases.php:967
7228
+ msgid "User profile update failed"
7229
  msgstr ""
7230
 
7231
+ #: wpf-includes/wpf-phrases.php:968
7232
+ msgid "User custom field update failed"
7233
  msgstr ""
7234
 
7235
+ #: wpf-includes/wpf-phrases.php:969
7236
+ msgid "Sorry, there was an error uploading attached file"
7237
  msgstr ""
7238
 
7239
+ #: wpf-includes/wpf-phrases.php:970
7240
+ msgid "Edit Topic"
7241
  msgstr ""
7242
 
7243
+ #: wpf-includes/wpf-phrases.php:971
7244
+ #, php-format
7245
+ msgid "This topic was modified %s by %s"
7246
  msgstr ""
7247
 
7248
+ #: wpf-includes/wpf-phrases.php:972
7249
+ msgid "Edit Post"
7250
  msgstr ""
7251
 
7252
+ #: wpf-includes/wpf-phrases.php:973
7253
+ #, php-format
7254
+ msgid "This post was modified %s by %s"
7255
  msgstr ""
7256
 
7257
+ #: wpf-includes/wpf-phrases.php:977
7258
+ msgid "Topic link"
7259
  msgstr ""
7260
 
7261
+ #: wpf-includes/wpf-phrases.php:978
7262
+ msgid "Forum Topics Started"
7263
  msgstr ""
7264
 
7265
+ #: wpf-includes/wpf-phrases.php:979
7266
+ msgid "Forum Replies Created"
7267
  msgstr ""
7268
 
7269
+ #: wpf-includes/wpf-phrases.php:980
7270
+ msgid "Liked Forum Posts"
7271
  msgstr ""
7272
 
7273
+ #: wpf-includes/wpf-phrases.php:981
7274
+ msgid "Forum Subscriptions"
7275
  msgstr ""
7276
 
7277
+ #: wpf-includes/wpf-phrases.php:984
7278
+ #, php-format
7279
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
7280
  msgstr ""
7281
 
7282
+ #: wpf-includes/wpf-phrases.php:985
7283
+ msgid "Topic Tags"
7284
  msgstr ""
7285
 
7286
+ #: wpf-includes/wpf-phrases.php:986
7287
+ msgid "Topic Tag"
7288
  msgstr ""
7289
 
7290
+ #: wpf-includes/wpf-phrases.php:987
7291
+ msgid "Separate tags using a comma"
7292
  msgstr ""
7293
 
7294
+ #: wpf-includes/wpf-phrases.php:988
7295
+ msgid "Tag"
7296
  msgstr ""
7297
 
7298
+ #: wpf-includes/wpf-phrases.php:990
7299
+ msgid "Find Topics by Tags"
7300
  msgstr ""
7301
 
7302
+ #: wpf-includes/wpf-phrases.php:991
7303
+ msgid "Related Topics"
7304
  msgstr ""
7305
 
7306
+ #: wpf-includes/wpf-phrases.php:992
7307
+ msgid "Next Topic"
7308
  msgstr ""
7309
 
7310
+ #: wpf-includes/wpf-phrases.php:993
7311
+ msgid "Previous Topic"
7312
  msgstr ""
7313
 
7314
+ #: wpf-includes/wpf-phrases.php:994
7315
+ msgid "All forum topics"
7316
  msgstr ""
7317
 
7318
+ #: wpf-includes/wpf-phrases.php:995
7319
+ msgid "No tags found"
7320
+ msgstr ""
7321
 
7322
+ #: wpf-includes/wpf-phrases.php:996
7323
+ msgid "Forum contains no unread posts"
7324
+ msgstr ""
7325
 
7326
+ #: wpf-includes/wpf-phrases.php:997
7327
+ msgid "Forum contains unread posts"
7328
  msgstr ""
7329
 
7330
+ #: wpf-includes/wpf-phrases.php:998
7331
+ msgid "Mark all read"
7332
  msgstr ""
7333
 
7334
+ #: wpf-includes/wpf-phrases.php:999
7335
+ msgid "Not Replied"
7336
+ msgstr ""
7337
 
7338
+ #: wpf-includes/wpf-phrases.php:1001
7339
+ msgid "red"
7340
  msgstr ""
7341
 
7342
+ #: wpf-includes/wpf-phrases.php:1002
7343
+ msgid "green"
7344
+ msgstr ""
7345
+
7346
+ #: wpf-includes/wpf-phrases.php:1003
7347
+ msgid "orange"
7348
+ msgstr ""
7349
+
7350
+ #: wpf-includes/wpf-phrases.php:1004
7351
+ msgid "grey"
7352
+ msgstr ""
7353
+
7354
+ #: wpf-includes/wpf-phrases.php:1005
7355
+ msgid "dark"
7356
  msgstr ""
7357
 
7358
+ #: wpf-includes/wpf-phrases.php:1006
7359
+ msgid "Tags are disabled"
7360
  msgstr ""
7361
 
7362
+ #: wpf-includes/wpf-phrases.php:1007
7363
+ msgid "Unread Posts"
7364
  msgstr ""
7365
 
7366
+ #: wpf-includes/wpf-phrases.php:1008
7367
+ msgid "No unread posts were found"
7368
  msgstr ""
7369
 
7370
+ #: wpf-includes/wpf-phrases.php:1011
7371
+ msgid "Ask a question"
7372
  msgstr ""
7373
 
7374
+ #: wpf-includes/wpf-phrases.php:1012
7375
+ msgid "Your question"
 
 
 
 
7376
  msgstr ""
7377
 
7378
+ #: wpf-includes/wpf-phrases.php:1013
7379
+ msgid "Question Tags"
7380
  msgstr ""
7381
 
7382
+ #: wpf-includes/wpf-phrases.php:1017
7383
+ #, php-format
7384
+ msgid "%d user ( %s )"
7385
  msgstr ""
7386
 
7387
+ #: wpf-includes/wpf-phrases.php:1018
7388
+ #, php-format
7389
+ msgid "%d users ( %s )"
7390
  msgstr ""
7391
 
7392
+ #: wpf-includes/wpf-phrases.php:1019
7393
+ #, php-format
7394
+ msgid "Recently viewed by users: %s."
7395
  msgstr ""
7396
 
7397
+ #: wpf-includes/wpf-phrases.php:1020
7398
+ #, php-format
7399
+ msgid "%s guest"
7400
  msgstr ""
7401
 
7402
+ #: wpf-includes/wpf-phrases.php:1021
7403
+ #, php-format
7404
+ msgid "%s guests"
 
7405
  msgstr ""
7406
 
7407
+ #: wpf-includes/wpf-phrases.php:1022
7408
+ #, php-format
7409
+ msgid "%d times"
7410
  msgstr ""
7411
 
7412
+ #: wpf-includes/wpf-phrases.php:1023
7413
+ #, php-format
7414
+ msgid "Currently viewing this topic %s %s %s."
7415
  msgstr ""
7416
 
7417
+ #: wpf-includes/wpf-phrases.php:1026
7418
+ msgid "Forum Icons"
7419
  msgstr ""
7420
 
7421
+ #: wpf-includes/wpf-phrases.php:1027
7422
  #, php-format
7423
+ msgid "(%d viewing)"
7424
  msgstr ""
7425
 
7426
+ #: wpf-includes/wpf-phrases.php:1028
7427
  #, php-format
7428
+ msgid "View all tags (%d)"
7429
  msgstr ""
7430
 
7431
+ #: wpf-includes/wpf-phrases.php:1031
7432
+ msgid "Tools: Move, Split, Merge"
 
7433
  msgstr ""
7434
 
7435
+ #: wpf-includes/wpf-phrases.php:1032
7436
+ msgid "Hide Replies"
7437
  msgstr ""
7438
 
7439
+ #: wpf-includes/wpf-phrases.php:1033
7440
+ msgid "Show Replies"
7441
  msgstr ""
7442
 
7443
+ #: wpf-includes/wpf-phrases.php:1034
7444
+ msgid "No threads found"
7445
  msgstr ""
7446
 
7447
+ #: wpf-includes/wpf-phrases.php:1035
7448
+ msgid "Most Voted"
7449
  msgstr ""
7450
 
7451
+ #: wpf-includes/wpf-phrases.php:1036
7452
+ msgid "Most Commented"
7453
  msgstr ""
7454
 
7455
+ #: wpf-includes/wpf-phrases.php:1037
7456
+ msgid "Newest"
7457
  msgstr ""
7458
 
7459
+ #: wpf-includes/wpf-phrases.php:1038
7460
+ msgid "Oldest"
7461
  msgstr ""
7462
 
7463
+ #: wpf-includes/wpf-phrases.php:1039
7464
+ #, php-format
7465
+ msgid "%d Answers"
7466
  msgstr ""
7467
 
7468
+ #: wpf-includes/wpf-phrases.php:1040
7469
+ #, php-format
7470
+ msgid "%d Answer"
 
7471
  msgstr ""
7472
 
7473
+ #: wpf-includes/wpf-phrases.php:1043
7474
+ #, php-format
7475
+ msgid "%s Replies"
 
 
 
7476
  msgstr ""
7477
 
7478
+ #: wpf-includes/wpf-phrases.php:1044
7479
+ #, php-format
7480
+ msgid "%s Reply"
 
7481
  msgstr ""
7482
 
7483
+ #: wpf-includes/wpf-phrases.php:1045
7484
+ msgid "No forum selected"
7485
  msgstr ""
7486
 
7487
+ #: wpf-includes/wpf-phrases.php:1046
7488
+ msgid "Quote this text"
 
 
7489
  msgstr ""
7490
 
7491
+ #: wpf-includes/wpf-phrases.php:1049
7492
+ msgid "Preview"
7493
  msgstr ""
7494
 
7495
+ #: wpf-includes/wpf-phrases.php:1050
7496
+ msgid "Revision"
 
 
7497
  msgstr ""
7498
 
7499
+ #: wpf-includes/wpf-phrases.php:1051
7500
+ msgid "Revisions"
7501
  msgstr ""
7502
 
7503
+ #: wpf-includes/wpf-phrases.php:1052
7504
+ #, php-format
7505
+ msgid "%1$s Revisions"
7506
  msgstr ""
7507
 
7508
+ #: wpf-includes/wpf-phrases.php:1053
7509
+ msgid "Saved"
7510
  msgstr ""
7511
 
7512
+ #: wpf-includes/wpf-phrases.php:1054
7513
+ msgid "Restore"
 
 
7514
  msgstr ""
7515
 
7516
+ #: wpf-includes/wpf-phrases.php:1055
7517
+ msgid "Save Draft"
7518
  msgstr ""
7519
 
7520
+ #: wpf-includes/wpf-phrases.php:1056
7521
+ msgid "Saving Draft"
7522
  msgstr ""
7523
 
7524
+ #: wpf-includes/wpf-phrases.php:1057
7525
+ msgid "Loading Topics"
7526
  msgstr ""
7527
 
7528
+ #: wpf-includes/wpf-phrases.php:1058
7529
+ msgid "Topic Tag:"
 
 
7530
  msgstr ""
7531
 
7532
+ #: wpf-includes/wpf-phrases.php:1059
7533
+ msgid "Default avatar"
 
 
 
 
 
 
7534
  msgstr ""
7535
 
7536
+ #: wpf-includes/wpf-phrases.php:1063
7537
+ msgid "Notifications"
7538
  msgstr ""
7539
 
7540
+ #: wpf-includes/wpf-phrases.php:1064
7541
+ msgid "Clear all"
7542
  msgstr ""
7543
 
7544
+ #: wpf-includes/wpf-phrases.php:1065
7545
+ msgid "You have no new notification"
7546
  msgstr ""
7547
 
7548
+ #: wpf-includes/wpf-phrases.php:1066
7549
+ msgid "You have no new notifications"
 
7550
  msgstr ""
7551
 
7552
+ #: wpf-includes/wpf-phrases.php:1067
7553
+ msgid "You have new notifications"
 
7554
  msgstr ""
7555
 
7556
+ #: wpf-includes/wpf-phrases.php:1068
7557
+ msgid "You have a new notification"
 
7558
  msgstr ""
7559
 
7560
+ #: wpf-includes/wpf-phrases.php:1070
7561
  #, php-format
7562
+ msgid "New reply from %1$s, %2$s"
7563
  msgstr ""
7564
 
7565
+ #: wpf-includes/wpf-phrases.php:1071
7566
+ msgid "New Like"
7567
  msgstr ""
7568
 
7569
+ #: wpf-includes/wpf-phrases.php:1072
7570
+ #, php-format
7571
+ msgid "New like from %1$s, %2$s"
7572
  msgstr ""
7573
 
7574
+ #: wpf-includes/wpf-phrases.php:1073
7575
+ msgid "New Up Vote"
 
7576
  msgstr ""
7577
 
7578
+ #: wpf-includes/wpf-phrases.php:1074
7579
+ #, php-format
7580
+ msgid "New up vote from %1$s, %2$s"
7581
  msgstr ""
7582
 
7583
+ #: wpf-includes/wpf-phrases.php:1075
7584
+ msgid "New Down Vote"
7585
  msgstr ""
7586
 
7587
+ #: wpf-includes/wpf-phrases.php:1076
7588
  #, php-format
7589
+ msgid "New down vote from %1$s, %2$s"
7590
  msgstr ""
7591
 
7592
+ #: wpf-includes/wpf-phrases.php:1077
7593
+ msgid "Go to first unread post"
7594
  msgstr ""
7595
 
7596
+ #: wpf-includes/wpf-phrases.php:1080
7597
+ msgid "New User Mentioning"
7598
  msgstr ""
7599
 
7600
+ #: wpf-includes/wpf-phrases.php:1081
7601
+ #, php-format
7602
+ msgid "%1$s has mentioned you, %2$s"
7603
  msgstr ""
7604
 
7605
+ #: wpf-includes/wpf-phrases.php:1082
7606
+ msgid "New Notification"
7607
  msgstr ""
7608
 
7609
+ #: wpf-includes/wpf-phrases.php:1083
7610
+ #, php-format
7611
+ msgid "New notification from %1$s, %2$s"
7612
  msgstr ""
7613
 
7614
+ #: wpf-includes/wpf-phrases.php:1085
7615
+ msgid "Protect your forum from spam user registration!"
7616
  msgstr ""
7617
 
7618
+ #: wpf-includes/wpf-phrases.php:1086
7619
+ #, php-format
7620
+ msgid ""
7621
+ "wpForo has not found any protection solution against spam user registration "
7622
+ "on the forum registration form. Please %1$s and enable the %2$s antibot "
7623
+ "protection in %3$s or install other alternative %4$s to avoid registration "
7624
+ "of spam users."
7625
  msgstr ""
7626
 
7627
+ #: wpf-includes/wpf-phrases.php:1087
7628
+ msgid "Tools &gt; Antispam Tab"
7629
  msgstr ""
7630
 
7631
+ #: wpf-includes/wpf-phrases.php:1088
7632
+ msgid "WordPress plugin"
7633
  msgstr ""
7634
 
7635
+ #: wpf-includes/wpf-phrases.php:1089
7636
+ msgid ""
7637
+ "This notification is only visible for the website administrators. It will be "
7638
+ "automatically disabled once some antispam solution is enabled. If you don't "
7639
+ "use wpForo registration form or you're sure, that you have an antispam "
7640
+ "solution just click the [dismiss] button."
7641
  msgstr ""
7642
 
7643
+ #: wpf-includes/wpf-phrases.php:1090
7644
+ msgid "Dismiss"
 
7645
  msgstr ""
7646
 
7647
+ #: wpf-includes/wpf-phrases.php:1091
7648
+ msgid "Add New Category or Forum"
7649
  msgstr ""
7650
 
7651
+ #: wpf-includes/wpf-phrases.php:1092
7652
+ msgid "Change Color Style"
 
7653
  msgstr ""
7654
 
7655
+ #: wpf-includes/wpf-phrases.php:1093
7656
+ msgid "Post Moderation"
7657
  msgstr ""
7658
 
7659
+ #: wpf-includes/wpf-phrases.php:1094
7660
+ msgid "Forum Menu"
7661
  msgstr ""
7662
 
7663
+ #: wpf-includes/wpf-phrases.php:1095
7664
+ msgid "Forum Widgets"
7665
  msgstr ""
7666
 
7667
+ #: wpf-includes/wpf-phrases.php:1096
7668
+ msgid "Delete Forum Cache"
7669
  msgstr ""
7670
 
7671
+ #: wpf-includes/wpf-phrases.php:1097
7672
+ msgid "Admin Control Panel"
7673
  msgstr ""
7674
 
7675
+ #: wpf-includes/wpf-phrases.php:1098
7676
+ msgid "the layout you want"
7677
  msgstr ""
7678
 
7679
+ #: wpf-includes/wpf-phrases.php:1099
7680
+ #, php-format
7681
+ msgid ""
7682
+ "Please note, that forums can be displayed with different layouts %1$s, just "
7683
+ "edit the top category (blue panel) and set %2$s. Child forums inherit the "
7684
+ "top category (blue panel) layout."
7685
  msgstr ""
7686
 
7687
+ #: wpf-includes/wpf-phrases.php:1100
7688
+ msgid "No new posts found"
7689
  msgstr ""
7690
 
7691
+ #: wpf-includes/wpf-phrases.php:1101
7692
+ msgid "I got it, please dismiss this message"
 
7693
  msgstr ""
7694
 
7695
+ #: wpf-includes/wpf-phrases.php:1102
7696
+ msgid "configure"
7697
  msgstr ""
7698
 
7699
+ #: wpf-includes/wpf-phrases.php:1103
7700
+ msgid "{new}"
 
7701
  msgstr ""
7702
 
7703
+ #: wpf-includes/wpf-phrases.php:1104
7704
+ msgid "Create Account"
7705
  msgstr ""
7706
 
7707
+ #: wpf-includes/wpf-phrases.php:1105
7708
+ msgid "Full"
7709
  msgstr ""
7710
 
7711
+ #: wpf-includes/wpf-phrases.php:1106
7712
+ msgid "Short"
7713
  msgstr ""
7714
 
7715
+ #: wpf-includes/wpf-phrases.php:1108
7716
+ msgid "Topic starter"
7717
  msgstr ""
7718
 
7719
+ #: wpf-includes/wpf-phrases.php:1109
7720
+ msgid "No posts found"
7721
  msgstr ""
7722
 
7723
+ #: wpf-themes/classic/functions.php:26
7724
+ msgid "Extended Layout - Recent topics"
 
7725
  msgstr ""
7726
 
7727
+ #: wpf-themes/classic/functions.php:35
7728
+ msgid "Extended Layout - Number of Recent topics"
7729
  msgstr ""
7730
 
7731
+ #: wpf-themes/classic/functions.php:42
7732
+ msgid "Extended Layout - Recent topic length"
7733
  msgstr ""
7734
 
7735
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
7736
+ #: wpf-themes/classic/functions.php:126
7737
+ msgid ""
7738
+ "Set this option value 0 if you want to show the whole title in recent topic "
7739
+ "area."
7740
  msgstr ""
7741
 
7742
+ #: wpf-themes/classic/functions.php:56
7743
+ msgid "Q&A Layout - Recent topics"
7744
  msgstr ""
7745
 
7746
+ #: wpf-themes/classic/functions.php:65
7747
+ msgid "Q&A Layout - Number of Recent topics"
7748
  msgstr ""
7749
 
7750
+ #: wpf-themes/classic/functions.php:72
7751
+ msgid "Q&A Layout - Recent topic length"
7752
  msgstr ""
7753
 
7754
+ #: wpf-themes/classic/functions.php:82
7755
+ msgid "Threaded Layout - Forums List"
7756
  msgstr ""
7757
 
7758
+ #: wpf-themes/classic/functions.php:91
7759
+ msgid "Threaded Layout - Display Sub Forums with Parent Forums"
7760
  msgstr ""
7761
 
7762
+ #: wpf-themes/classic/functions.php:100
7763
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
7764
  msgstr ""
7765
 
7766
+ #: wpf-themes/classic/functions.php:109
7767
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
7768
  msgstr ""
7769
 
7770
+ #: wpf-themes/classic/functions.php:118
7771
+ msgid "Threaded Layout - Number of Recent topics"
7772
  msgstr ""
7773
 
7774
+ #: wpf-themes/classic/functions.php:125
7775
+ msgid "Threaded Layout - Recent topic length"
7776
  msgstr ""
7777
 
7778
+ #: wpf-themes/classic/functions.php:139
7779
+ msgid "Extended Layout - Recent posts"
7780
  msgstr ""
7781
 
7782
+ #: wpf-themes/classic/functions.php:149
7783
+ msgid "Extended Layout - Number of Recent posts"
7784
  msgstr ""
7785
 
7786
+ #: wpf-themes/classic/functions.php:150
7787
+ msgid ""
7788
+ "Set this option value 0 if you want to show all posts in recent posts area."
7789
  msgstr ""
7790
 
7791
+ #: wpf-themes/classic/functions.php:158
7792
+ msgid "Extended Layout - Recent post length"
7793
  msgstr ""
7794
 
7795
+ #: wpf-themes/classic/functions.php:159
7796
+ msgid ""
7797
+ "Set this option value 0 if you want to show the whole post content in recent "
7798
+ "post area."
7799
  msgstr ""
7800
 
7801
+ #: wpf-themes/classic/functions.php:168
7802
+ msgid "Q&A Layout - Comment Form Type"
7803
  msgstr ""
7804
 
7805
+ #: wpf-themes/classic/functions.php:171 wpf-themes/classic/functions.php:232
7806
+ msgid "Visual Editor"
7807
  msgstr ""
7808
 
7809
+ #: wpf-themes/classic/functions.php:172 wpf-themes/classic/functions.php:233
7810
+ msgid "Text Editor"
7811
  msgstr ""
7812
 
7813
+ #: wpf-themes/classic/functions.php:177
7814
+ msgid "Q&A Layout - Display Answer Editor"
7815
  msgstr ""
7816
 
7817
+ #: wpf-themes/classic/functions.php:187
7818
+ msgid "Q&A Layout - Number of Answers per Page"
7819
  msgstr ""
7820
 
7821
+ #: wpf-themes/classic/functions.php:195
7822
+ msgid "Q&A Layout - Number of Comments per item in page load"
7823
  msgstr ""
7824
 
7825
+ #: wpf-themes/classic/functions.php:196
7826
+ msgid "Set this option value 0 if you want to show all comments"
7827
  msgstr ""
7828
 
7829
+ #: wpf-themes/classic/functions.php:204
7830
+ msgid "Q&A Layout - First Post Reply Button"
 
 
7831
  msgstr ""
7832
 
7833
+ #: wpf-themes/classic/functions.php:215
7834
+ msgid "Comment content minimum length"
7835
  msgstr ""
7836
 
7837
+ #: wpf-themes/classic/functions.php:221
7838
+ msgid "Comment content maximum length"
7839
  msgstr ""
7840
 
7841
+ #: wpf-themes/classic/functions.php:229
7842
+ msgid "Threaded Layout - Reply Form Type"
7843
  msgstr ""
7844
 
7845
+ #: wpf-themes/classic/functions.php:239
7846
+ msgid "Threaded Layout - Number of Parent Posts per Page"
7847
  msgstr ""
7848
 
7849
+ #: wpf-themes/classic/functions.php:247
7850
+ msgid "Threaded Layout - Replies Nesting Levels Deep"
7851
  msgstr ""
7852
 
7853
+ #: wpf-themes/classic/functions.php:259
7854
+ msgid "Threaded Layout - First Post Reply Button"
 
7855
  msgstr ""
7856
 
7857
+ #: wpf-themes/classic/functions.php:272
7858
+ msgid "Stick Topic's First Post on Top for Certain Forum Layout"
7859
  msgstr ""
7860
 
7861
+ #: wpf-themes/classic/functions.php:273
7862
  msgid ""
7863
+ "This option keeps the first topic post on top when you navigate through "
7864
+ "pages of that topic. You can manage this option by forum layouts."
7865
  msgstr ""
7866
 
7867
+ #: wpforo.php:415
7868
  msgid "Discussion Board"
7869
  msgstr ""
7870
 
7871
+ #: wpforo.php:1133
7872
  msgid ""
7873
  "Allows to embed hundreds of video, social network, audio and photo content "
7874
  "providers in forum topics and posts."
7875
  msgstr ""
7876
 
7877
+ #: wpforo.php:1134
7878
  msgid ""
7879
  "wpForo Polls is a complete addon to help forum members create, vote and "
7880
  "manage polls effectively. Comes with poll specific permissions and settings."
7883
  "vytvářet, spravovat a hlasovat v anketách. Dodává se s oprávněními a "
7884
  "nastaveními specifickými pro hlasování."
7885
 
7886
+ #: wpforo.php:1135
7887
+ msgid ""
7888
+ "Allows to create topic custom fields and manage topic form layout with a "
7889
+ "form builder. Adds topic search options by custom fields"
7890
+ msgstr ""
7891
+
7892
+ #: wpforo.php:1136
7893
  msgid ""
7894
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
7895
  "Converts wpForo topic and posts, likes to myCRED points."
7896
  msgstr ""
7897
 
7898
+ #: wpforo.php:1137
7899
  msgid ""
7900
  "Advanced user profile builder system. Allows to add new fields and manage "
7901
  "profile page. Creates custom Registration, Account, Member Search forms."
7902
  msgstr ""
7903
 
7904
+ #: wpforo.php:1138
7905
  msgid ""
7906
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
7907
  "powered media uploading and displaying system with user specific library."
7908
  msgstr ""
7909
 
7910
+ #: wpforo.php:1139
7911
  msgid ""
7912
  "Provides a safe way to communicate directly with other members. Messages are "
7913
  "private and can only be viewed by conversation participants."
7914
  msgstr ""
7915
 
7916
+ #: wpforo.php:1140
7917
  msgid ""
7918
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
7919
  "Forum topics and Blog comments with Forum replies."
7920
  msgstr ""
7921
 
7922
+ #: wpforo.php:1141
7923
  msgid ""
7924
  "Ads Manager is a powerful yet simple advertisement management system, that "
7925
  "allows you to add adverting banners between forums, topics and posts."
7926
  msgstr ""
7927
 
7928
+ #: wpforo.php:1142
7929
+ msgid ""
7930
+ "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
7931
+ "custom emoticons packs."
7932
+ msgstr ""
7933
 
7934
  #. Plugin URI of the plugin/theme
7935
  msgid "https://wpforo.com"
7942
  msgstr ""
7943
 
7944
  #. Author of the plugin/theme
7945
+ msgid "gVectors Team"
7946
+ msgstr ""
7947
 
7948
  #. Author URI of the plugin/theme
7949
  msgid "https://gvectors.com/"
7950
  msgstr "https://gvectors.com/"
7951
 
7952
+ #~ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
7953
+ #~ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
7954
+
7955
  #~ msgid "Users Count"
7956
  #~ msgstr "Počet Uživatelů"
7957
 
wpf-languages/wpforo-da_DK.mo CHANGED
Binary file
wpf-languages/wpforo-da_DK.po CHANGED
@@ -1,6120 +1,7293 @@
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: 2018-08-31 19:40+0400\n"
7
- "PO-Revision-Date: 2018-08-31 19:40+0400\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "Language: da_DK\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 tilføjelser"
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
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
43
- "Addon prices also include a small donation to the hard work wpForo "
44
- "developers do for free. When you buy an addon, you also donate the free "
45
- "wpForo development and support. Addons are the only incoming source for "
46
- "wpForo developers. wpForo is a premium forum plugin which will always be "
47
- "available for free. There will never be paid and pro versions of this forum "
48
- "board. We have another dozens of awesome features in our to-do list which "
49
- "will also be added for free in future releases. So the free wpForo "
50
- "development always stays on the first priority and wpForo is being extended "
51
- "with new free functions and features even faster than before."
52
-
53
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
54
- msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
55
- msgstr "Tak!<br> dit,<br> gVectors Team"
56
 
57
- #: wpf-admin/addons.php:51
58
- msgid "Installed"
59
- msgstr "Installeret"
60
 
61
- #: wpf-admin/addons.php:55
62
- msgid "Version"
63
- msgstr "Version"
64
 
65
- #: wpf-admin/addons.php:56
66
- msgid "at least"
67
- msgstr "mindst"
68
 
69
- #: wpf-admin/addons.php:58
70
- msgid "Details | Buy"
71
- msgstr "Detalier | køb"
72
 
73
- #: wpf-admin/addons.php:64
74
- msgid "More information about"
75
- msgstr "Mere information om"
76
 
77
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:31
78
- #: wpf-includes/wpf-phrases.php:602
79
- msgid "Dashboard"
80
- msgstr "Dashboard"
81
 
82
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:34 wpf-admin/dashboard.php:137
83
- #: wpf-admin/options-tabs/api.php:83 wpf-admin/options-tabs/styles.php:16
84
- #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:92
85
- #: wpf-includes/integration/buddypress.php:11
86
- #: wpf-includes/integration/buddypress.php:57
87
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2195
88
- #: wpf-includes/wpf-phrases.php:123
89
- msgid "Forums"
90
- msgstr "Forums"
91
 
92
- #: wpf-admin/admin.php:37 wpf-includes/wpf-hooks.php:22
93
- #: wpf-includes/wpf-hooks.php:2201
94
- msgid "Settings"
95
- msgstr "Indstillinger"
96
 
97
- #: wpf-admin/admin.php:40 wpf-includes/wpf-hooks.php:2205
98
- #: wpf-includes/wpf-phrases.php:728
99
- msgid "Tools"
100
- msgstr "værktøjer"
101
 
102
- #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:2209
103
- msgid "Moderation"
104
- msgstr "Moderere"
105
 
106
- #: wpf-admin/admin.php:46 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
107
- #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:108
108
- #: wpf-admin/usergroup.php:31 wpf-includes/wpf-hooks.php:2213
109
- #: wpf-includes/wpf-phrases.php:178
110
- msgid "Members"
111
- msgstr "Medlemmer"
112
 
113
- #: wpf-admin/admin.php:49 wpf-admin/usergroup.php:8 wpf-admin/usergroup.php:155
114
- #: wpf-includes/wpf-hooks.php:2217
115
- msgid "Usergroups"
116
- msgstr "Bruger grupper"
117
 
118
- #: wpf-admin/admin.php:52 wpf-includes/wpf-hooks.php:2223
119
- #: wpf-includes/wpf-phrases.php:603
120
- msgid "Phrases"
121
- msgstr "fraser"
122
 
123
- #: wpf-admin/admin.php:55 wpf-includes/wpf-hooks.php:2229
124
- #: wpf-includes/wpf-phrases.php:604
125
- msgid "Themes"
126
- msgstr "Temaer"
127
 
128
- #: wpf-admin/admin.php:58 wpf-admin/options.php:24
129
- #: wpf-includes/wpf-hooks.php:2233 wpf-includes/wpf-phrases.php:25
130
- msgid "Addons"
131
- msgstr "Tilføjelser"
132
 
133
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:408
134
- msgid "wpForo Dashboard"
135
- msgstr "wpForo Dashboard"
136
 
137
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:361
138
- msgid "Welcome Message"
139
- msgstr "Velkommen Besked"
140
 
141
- #: wpf-admin/dashboard.php:27
142
- msgid "Welcome to wpForo"
143
- msgstr "velkommen til wpForo"
144
 
145
- #: wpf-admin/dashboard.php:29
146
- msgid ""
147
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
148
- "WorPress, and the only forum software which comes with Multi-layout template "
149
- "system.\n"
150
- " The \"Extended\", \"Simplified\" and "
151
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
152
- "You can use wpForo for small and extremely large communities. \n"
153
- " <br />If you found some issue or bug "
154
- "please open a support topic in plugin page or in our support forum at "
155
- "gVectors.com. If you liked wpForo please leave some good review for this "
156
- "plugin. We really need your good reviews. \n"
157
- " If you didn't like wpForo please leave a "
158
- "list of issues and requirements you'd like us to fix and add in near future. "
159
- "We're here to help you and improve wpForo as much as possible."
160
- msgstr ""
161
- "Tak for using wpForo! wpForo is a professional bulletin board for WorPress, "
162
- "and the only forum software which comes with Multi-layout template system.\n"
163
- " The “Extended”, “Simplified” and "
164
- "“Question &amp Answer” layouts fit almost all type of discussions needs. You "
165
- "can use wpForo for small and extremely large communities. \n"
166
- " <br />If you found some issue or bug "
167
- "please open a support topic in plugin page or in our support forum at "
168
- "gVectors.com. If you liked wpForo please leave some good review for this "
169
- "plugin. We really need your good reviews. \n"
170
- " If you didn’t like wpForo please leave a "
171
- "list of issues and requirements you’d like us to fix and add in near future. "
172
- "We’re here to help you and improve wpForo as much as possible."
173
-
174
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:130
175
- msgid "General Information"
176
- msgstr "Generel Information"
177
 
178
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:368
179
- msgid "You are currently running"
180
- msgstr "Du kører på"
181
 
182
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:18
183
- msgid "Active Theme"
184
- msgstr "Aktivt Tema"
185
 
186
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:413
187
- msgid "wpForo Website"
188
- msgstr "wpForo Website"
189
 
190
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:319
191
- msgid "Support Forum"
192
- msgstr "Support Forum"
193
 
194
- #: wpf-admin/dashboard.php:75 wpf-includes/wpf-phrases.php:289
195
- msgid "Server Information"
196
- msgstr "Server Information"
197
 
198
- #: wpf-admin/dashboard.php:110 wpf-includes/wpf-phrases.php:46
199
- msgid "Available"
200
- msgstr "Til rådighed"
201
 
202
- #: wpf-admin/dashboard.php:110
203
- msgid ""
204
- "The setTimestamp() method of PHP DateTime class is not available. Please "
205
- "make sure you use PHP 5.4 and higher version on your hosting service."
206
  msgstr ""
207
 
208
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:49
209
- msgid "Board Statistic"
210
- msgstr "Forum statestik"
211
 
212
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:17
213
- #: wpf-admin/options-tabs/styles.php:22 wpf-includes/class-forums.php:676
214
- #: wpf-includes/wpf-phrases.php:338
215
- msgid "Topics"
216
- msgstr "Emner"
217
 
218
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:18
219
- #: wpf-includes/class-forums.php:676 wpf-includes/wpf-phrases.php:232
220
- msgid "Posts"
221
- msgstr "Indlæg"
222
 
223
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:179
224
- msgid "Members Online"
225
- msgstr "Medlemmer online"
226
 
227
- #: wpf-admin/dashboard.php:163
228
- msgid "Avatars Size"
229
- msgstr "Avatar størrelse"
230
 
231
- #: wpf-admin/dashboard.php:167
232
- msgid "Default Attachments Size"
233
- msgstr "normal Attachments størrelse"
234
 
235
- #: wpf-admin/dashboard.php:173
236
- msgid "Advanced Attachments"
237
- msgstr "Avancerede Attachments"
238
 
239
- #: wpf-admin/dashboard.php:174
240
- msgid "file(s)"
241
- msgstr "filer"
242
 
243
- #: wpf-admin/dashboard.php:177
244
- msgid "Advanced Attachments Size"
245
- msgstr "Avancerede Attachments størrelse"
246
 
247
- #: wpf-admin/dashboard.php:182
248
- msgid "Total Size"
249
- msgstr "Total størrelse"
250
 
251
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:614
252
- msgid "Forum Maintenance"
253
- msgstr "Forum vedligehold"
254
 
255
- #: wpf-admin/dashboard.php:194
256
- msgid ""
257
- "This process may take a few seconds or dozens of minutes, please be patient "
258
- "and don't close this page. If you got 500 Server Error please don't worry, "
259
- "the data updating process is still working in MySQL server."
260
  msgstr ""
261
- "This process may take a few seconds or dozens of minutes, please be patient "
262
- "and don’t close this page. If you got 500 Server Error please don’t worry, "
263
- "the data updating process is still working in MySQL server."
264
 
265
- #: wpf-admin/dashboard.php:205
266
- msgid "Delete All Caches"
267
- msgstr "Sket alt Cache"
268
 
269
- #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:616
270
- msgid "Update Forums Statistic"
271
- msgstr "Opdater Forum Statestik"
272
 
273
- #: wpf-admin/dashboard.php:207
274
- msgid "Update Topics Statistic"
275
  msgstr ""
276
 
277
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:617
278
- msgid "Update Users Statistic"
279
- msgstr "Opdater bruger statestik"
280
 
281
- #: wpf-admin/dashboard.php:209 wpf-includes/wpf-phrases.php:618
282
- msgid "Delete Phrase Cache"
283
- msgstr "Slet frase Cache"
284
 
285
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:639
286
- msgid "Delete User Cache"
287
- msgstr "Slet bruger Cache"
288
 
289
- #: wpf-admin/dashboard.php:211
290
- msgid "Synch User Profiles"
291
  msgstr ""
292
 
293
- #: wpf-admin/deactivation-dialog.php:9
294
- msgid "Plugin Usage Feedback"
295
  msgstr ""
296
 
297
- #: wpf-admin/deactivation-dialog.php:18
298
- msgid ""
299
- "Please let us know why you are deactivating. Choosing one of the options "
300
- "below you will help us make it better for you and for other users."
301
  msgstr ""
302
 
303
- #: wpf-admin/deactivation-dialog.php:24
304
- msgid "I'll reactivate it later"
305
  msgstr ""
306
 
307
- #: wpf-admin/deactivation-dialog.php:28
308
- msgid "The plugin is not working"
309
  msgstr ""
310
 
311
- #: wpf-admin/deactivation-dialog.php:29
312
- msgid "What kind of problems do you have?"
313
  msgstr ""
314
 
315
- #: wpf-admin/deactivation-dialog.php:33
316
- msgid "It's not what I was looking for"
317
  msgstr ""
318
 
319
- #: wpf-admin/deactivation-dialog.php:37
320
- msgid "I couldn't understand how to make it work"
321
  msgstr ""
322
 
323
- #: wpf-admin/deactivation-dialog.php:38 wpf-admin/deactivation-dialog.php:43
324
- msgid "What type of features you want to be in the plugin?"
325
  msgstr ""
326
 
327
- #: wpf-admin/deactivation-dialog.php:42
328
- msgid "The plugin is great, but I need specific features"
329
  msgstr ""
330
 
331
- #: wpf-admin/deactivation-dialog.php:47
332
- msgid "I didn't like plugin design"
333
  msgstr ""
334
 
335
- #: wpf-admin/deactivation-dialog.php:48
336
- msgid "What part of design you don't like or want to change?"
337
  msgstr ""
338
 
339
- #: wpf-admin/deactivation-dialog.php:52
340
- msgid "The plugin works very slow"
341
  msgstr ""
342
 
343
- #: wpf-admin/deactivation-dialog.php:53
344
- msgid ""
345
- "Could you please describe which features of the plugin slows down your "
346
- "website?"
347
  msgstr ""
348
 
349
- #: wpf-admin/deactivation-dialog.php:57
350
- msgid "I found a better plugin"
351
  msgstr ""
352
 
353
- #: wpf-admin/deactivation-dialog.php:58
354
- msgid "Please provide a plugin name or URL"
355
  msgstr ""
356
 
357
- #: wpf-admin/deactivation-dialog.php:62
358
- msgid "Other"
359
  msgstr ""
360
 
361
- #: wpf-admin/deactivation-dialog.php:63 wpf-includes/wpf-hooks.php:1192
362
- msgid "Please provide more information"
363
  msgstr ""
364
 
365
- #: wpf-admin/deactivation-dialog.php:67
366
- msgid "Dismiss and never show again"
367
  msgstr ""
368
 
369
- #: wpf-admin/deactivation-dialog.php:68
370
- msgid "Submit &amp; Deactivate"
371
  msgstr ""
372
 
373
- #: wpf-admin/deactivation-dialog.php:71
374
- msgid "Thank you for your feedback!"
375
  msgstr ""
376
 
377
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:803
378
- #: wpf-includes/wpf-phrases.php:301
379
- msgid "Show on screen"
380
- msgstr "Hvis på skærm"
381
 
382
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:130
383
- #: wpf-includes/wpf-phrases.php:113
384
- msgid "Forum Options"
385
- msgstr "Forum udvidelser"
386
 
387
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
388
- msgid "Permissions"
389
- msgstr "Tilladelser"
390
 
391
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
392
- msgid "Slug"
393
- msgstr "valid URL"
394
 
395
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
396
- msgid "Forum Meta"
397
- msgstr "Forum Meta"
398
 
399
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
400
- msgid "Screen Layout"
401
- msgstr "Skærm Layout"
402
 
403
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
404
- msgid "Number of Columns"
405
- msgstr "antal Kolonner"
406
 
407
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:817
408
- #: wpf-includes/wpf-phrases.php:274
409
- msgid "Screen Options"
410
- msgstr "skærm muligheder"
411
 
412
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
413
- msgid "Categories and Forums"
414
- msgstr "kategorier og forums"
415
 
416
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:96
417
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
418
- #: wpf-includes/wpf-phrases.php:20
419
- msgid "Add New"
420
- msgstr "Tilføj ny"
421
 
422
- #: wpf-admin/forum.php:54 wpf-admin/forum.php:130 wpf-admin/forum.php:178
423
- #: wpf-admin/forum.php:194 wpf-admin/forum.php:203
424
- #: wpf-admin/options-tabs/accesses.php:19 wpf-admin/options-tabs/emails.php:12
425
- #: wpf-admin/options-tabs/emails.php:16 wpf-admin/options-tabs/emails.php:21
426
- #: wpf-admin/options-tabs/emails.php:28 wpf-admin/options-tabs/emails.php:40
427
- #: wpf-admin/options-tabs/emails.php:52 wpf-admin/options-tabs/features.php:68
428
- #: wpf-admin/options-tabs/general.php:14 wpf-admin/options-tabs/general.php:18
429
- #: wpf-admin/options-tabs/general.php:23 wpf-admin/options-tabs/general.php:33
430
- #: wpf-admin/options-tabs/general.php:78 wpf-admin/options-tabs/general.php:89
431
- #: wpf-admin/options-tabs/members.php:13 wpf-admin/options-tabs/members.php:27
432
- #: wpf-admin/options-tabs/members.php:46 wpf-admin/options-tabs/members.php:87
433
- #: wpf-admin/options-tabs/posts.php:70 wpf-admin/options-tabs/posts.php:75
434
- #: wpf-admin/options-tabs/posts.php:82 wpf-admin/options-tabs/posts.php:88
435
- #: wpf-admin/options-tabs/posts.php:93 wpf-admin/options-tabs/posts.php:100
436
- #: wpf-admin/options-tabs/posts.php:108 wpf-admin/options-tabs/posts.php:124
437
- #: wpf-admin/options-tabs/styles.php:43 wpf-admin/usergroup.php:28
438
- #: wpf-admin/usergroup.php:30 wpf-admin/usergroup.php:243
439
- #: wpf-themes/classic/functions.php:39 wpf-themes/classic/functions.php:48
440
- #: wpf-themes/classic/functions.php:55 wpf-themes/classic/functions.php:69
441
- #: wpf-themes/classic/functions.php:78 wpf-themes/classic/functions.php:85
442
- #: wpf-themes/classic/functions.php:107 wpf-themes/classic/functions.php:117
443
- msgid "Read the documentation"
444
  msgstr ""
445
 
446
- #: wpf-admin/forum.php:56
447
- msgid "Important Tips"
448
- msgstr "Vigtige tip"
449
 
450
- #: wpf-admin/forum.php:57 wpf-includes/wpf-phrases.php:225
451
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
452
  msgstr ""
453
- "Venligst træk i forum paneler så det passer til systemets parent-child "
454
- "hierarchy."
455
 
456
- #: wpf-admin/forum.php:58
457
- msgid ""
458
- "If a category (blue panels) does not have forums (grey panels) it will not "
459
- "be displayed on front-end. Each category should contain at least one forum."
460
  msgstr ""
461
- "hvis denne kategori (blå paneler) ikke har nogle forum (grå paneler) vil det "
462
- "ikke blive vist front-end. Hver kategori bør mindst indeholde et forum"
463
 
464
- #: wpf-admin/forum.php:59
465
- msgid ""
466
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
467
- "just edit the top (blue panels) category and set the layout you want. Child "
468
- "forums' layout depends on the top category (blue panels) layout. They cannot "
469
- "have a different layout."
470
  msgstr ""
471
- "Forum kan blive vist med forskellig layout (Extended, Simplified, Q&A), du "
472
- "skal blot redigere toppen (det blå panel) Kategori og layout følger med. "
473
- "Child eller under-forum layout afhænger af top kategorien (det blå panel). "
474
- "De kan ikke have forskellige layouts."
475
 
476
- #: wpf-admin/forum.php:75 wpf-includes/wpf-phrases.php:272
477
- msgid "Save forums order and hierarchy"
478
- msgstr "Gem forum orden og hierarki"
479
 
480
- #: wpf-admin/forum.php:112 wpf-includes/wpf-phrases.php:87
481
- msgid "Enter forum title here"
482
- msgstr "Skriv forum titel her"
483
 
484
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:86
485
- msgid "Enter description here . . ."
486
- msgstr "Skriv beskrivelse her"
487
 
488
- #: wpf-admin/forum.php:118 wpf-includes/wpf-phrases.php:329
489
- msgid ""
490
- "This is a forum description. This content will be displayed under forum "
491
- "title on the forum list."
492
  msgstr ""
493
- "Dette er forum beskrivelse. Dette indhold bliver vist under forum titel i "
494
- "forum listen"
495
 
496
- #: wpf-admin/forum.php:133 wpf-includes/wpf-phrases.php:221
497
- msgid "Parent Forum"
498
- msgstr "Overliggende Forum"
499
 
500
- #: wpf-admin/forum.php:136 wpf-includes/wpf-phrases.php:204
501
- msgid "No parent"
502
- msgstr "Ingen overliggende forum"
503
 
504
- #: wpf-admin/forum.php:141 wpf-includes/wpf-phrases.php:346
505
- msgid "Use as Category"
506
- msgstr "Brug som kategori"
507
 
508
- #: wpf-admin/forum.php:143 wpf-includes/wpf-phrases.php:52
509
- msgid "Category Layout"
510
- msgstr "Kategorien layout"
511
 
512
- #: wpf-admin/forum.php:151 wpf-includes/wpf-phrases.php:202
513
- msgid "No layout found."
514
- msgstr "Ingen layout fundet"
515
 
516
- #: wpf-admin/forum.php:160 wpf-admin/forum.php:168
517
- #: wpf-includes/wpf-phrases.php:234
518
- msgid "Publish"
519
- msgstr "udgiv"
520
 
521
- #: wpf-admin/forum.php:164 wpf-includes/wpf-phrases.php:37
522
- msgid "Are you sure you want to delete this forum?"
523
- msgstr "Er du sikker på at du vil slette dette forum"
524
 
525
- #: wpf-admin/forum.php:164 wpf-admin/themes.php:73
526
- #: wpf-admin/tools-tabs/antispam.php:302 wpf-admin/usergroup.php:70
527
- #: wpf-admin/usergroup.php:375 wpf-includes/wpf-hooks.php:1140
528
- #: wpf-includes/wpf-phrases.php:66
529
- msgid "Delete"
530
- msgstr "Sket"
531
 
532
- #: wpf-admin/forum.php:165 wpf-admin/usergroup.php:72
533
- #: wpf-includes/class-forums.php:682 wpf-includes/wpf-phrases.php:355
534
- msgid "View"
535
- msgstr "se"
536
 
537
- #: wpf-admin/forum.php:166 wpf-admin/options-tabs/accesses.php:76
538
- #: wpf-includes/wpf-phrases.php:343
539
- msgid "Update"
540
- msgstr "Opdater"
541
 
542
- #: wpf-admin/forum.php:178
543
- msgid "Forum Permissions"
 
 
544
  msgstr ""
545
 
546
- #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:118
547
- msgid "Forum Slug"
548
- msgstr "Forum URL"
549
 
550
- #: wpf-admin/forum.php:197 wpf-includes/wpf-phrases.php:322
551
- msgid ""
552
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
553
- "lowercase and contains only letters, numbers, and hyphens."
554
  msgstr ""
555
- "“slug eller URL” er den URL-venlige version af navnet. Det er normalt "
556
- "skrevet med små bogstaver og inkluderer kun bogstaver numre og hyphens."
557
 
558
- #: wpf-admin/forum.php:203
559
- msgid "Forum Icon"
560
- msgstr "Forum Ikon"
561
 
562
- #: wpf-admin/forum.php:206
563
- msgid "Font-awesome Icon"
564
- msgstr "Font-awesome Ikon"
 
565
 
566
- #: wpf-admin/forum.php:208
567
- msgid "You can find all icons"
568
- msgstr "Du kan finde alle disse ikoner"
569
 
570
- #: wpf-admin/forum.php:208
571
- msgid "here"
572
- msgstr "her"
573
 
574
- #: wpf-admin/forum.php:208
575
- msgid ""
576
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
577
- "prefix like &quot;fas fa-comments&quot;."
578
  msgstr ""
579
- "Husk at indsætte en klasse af font-awesome ikons, de skal starte med fa- "
580
- "prefix’et som &quot;fas fa-comments&quot;."
581
 
582
- #: wpf-admin/forum.php:215 wpf-includes/wpf-phrases.php:116
583
- msgid "Forum SEO"
584
- msgstr "Forum SEO"
585
 
586
- #: wpf-admin/forum.php:218 wpf-includes/wpf-phrases.php:184
587
- msgid "Meta Description"
588
- msgstr "Meta Beskrivelse"
589
 
590
- #: wpf-admin/forum.php:247 wpf-includes/wpf-phrases.php:328
591
- msgid "This action will also delete all sub-forums, topics and replies."
592
- msgstr "Klik her og du sletter alle underliggende forums, emner og svar."
593
 
594
- #: wpf-admin/forum.php:255 wpf-includes/wpf-phrases.php:137
595
- msgid ""
596
- "If you want to delete this forum and keep its sub-forums, topics and "
597
- "replies, please select a new target forum in dropdown below"
598
  msgstr ""
599
- "Hvis du vil slette dette forum og beholde dets under-forums, emner og svar, "
600
- "vælg venligst et nyt target forum i dropdown menuen herunder"
601
 
602
- #: wpf-admin/forum.php:264 wpf-includes/wpf-phrases.php:26
603
- msgid ""
604
- "All sub-forums, topics and replies will be attached to selected forum. "
605
- "Layout will be inherited from this forum."
606
  msgstr ""
607
- "Alle under-forums, emner og svar blivertilføjet til det valgte forum. Layout "
608
- "bliver bestemt af dette forum."
609
 
610
- #: wpf-admin/moderation.php:10
611
- msgid "Topic and Post Moderation"
612
- msgstr "Emner og Indlæg Moderering"
613
 
614
- #: wpf-admin/options-tabs/accesses.php:14 wpf-includes/wpf-phrases.php:21
615
- msgid "Add New Forum Access"
616
- msgstr "Tilføj ny Forum adgang"
617
 
618
- #: wpf-admin/options-tabs/accesses.php:19 wpf-includes/wpf-phrases.php:15
619
- msgid "Access names"
620
- msgstr "Navnet på adgang"
621
 
622
- #: wpf-admin/options-tabs/accesses.php:20
623
- msgid ""
624
- "Forum Accesses are designed to do a Forum specific user permission control. "
625
- "These are set of permissions which are attached to certain Usergeoup in each "
626
- "forum. Thus users can have different permissions in different forums based "
627
- "on their Usergroup."
628
  msgstr ""
629
 
630
- #: wpf-admin/options-tabs/accesses.php:34
631
- #: wpf-admin/options-tabs/accesses.php:35
632
- #: wpf-admin/options-tabs/accesses.php:36
633
- msgid "This access is usually used for "
634
- msgstr "Denne adgang bruges normalt til "
635
 
636
- #: wpf-admin/options-tabs/accesses.php:34
637
- msgid "Guests"
638
- msgstr "Gæster"
639
 
640
- #: wpf-admin/options-tabs/accesses.php:34
641
- #: wpf-admin/options-tabs/accesses.php:35
642
- #: wpf-admin/options-tabs/accesses.php:36
643
- msgid "usergroup"
644
- msgstr "Bruger grupper"
645
 
646
- #: wpf-admin/options-tabs/accesses.php:35 wpf-includes/wpf-phrases.php:626
647
- msgid "Registered"
648
- msgstr "Registrerede"
649
 
650
- #: wpf-admin/options-tabs/accesses.php:36 wpf-includes/wpf-phrases.php:624
651
- msgid "Admin"
652
- msgstr "Admin"
653
 
654
- #: wpf-admin/options-tabs/accesses.php:40 wpf-includes/class-forums.php:678
655
- #: wpf-includes/functions.php:613 wpf-includes/wpf-phrases.php:381
656
- msgid "edit"
657
- msgstr "rediger"
658
 
659
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:39
660
- msgid ""
661
- "Are you sure you want to remove this access set? Usergroups which attached "
662
- "to this access will lost all forum permissions."
663
  msgstr ""
664
- "Er du sikker på at du vil fjerne denne adgang? bruger grupperne der er "
665
- "forbundet med dette vil miste alle deres forum tilladelser."
666
 
667
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/class-forums.php:680
668
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
669
- #: wpf-includes/wpf-phrases.php:380
670
- msgid "delete"
671
- msgstr "sket"
672
 
673
- #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:14
674
- msgid "Access name"
675
- msgstr "Adgangs navn"
676
 
677
- #: wpf-admin/options-tabs/accesses.php:76 wpf-includes/wpf-phrases.php:270
678
- msgid "Save"
679
- msgstr "Gem"
680
 
681
- #: wpf-admin/options-tabs/api.php:22
682
- msgid "Facebook API Configuration"
683
- msgstr "Facebook API Configuration"
684
 
685
- #: wpf-admin/options-tabs/api.php:23
686
- msgid ""
687
- "In order to get an App ID and Secret Key from Facebook, you’ll need to "
688
- "register a new application. Don’t worry – its very easy, and your "
689
- "application doesn't need to do anything. We only need the keys."
690
  msgstr ""
691
- "For at få et App ID og en Secret Nøgle fra Facebook, bliver du nødt til at "
692
- "registrere en ny application. Bare rolig det er ganske let, og din app "
693
- "behøves ikke at kunne noget. Vi skal bare have en nøgle."
694
 
695
- #: wpf-admin/options-tabs/api.php:23
696
- msgid "Please follow to this instruction"
697
- msgstr "Følg instruktionen"
698
 
699
- #: wpf-admin/options-tabs/api.php:26
700
- msgid "App ID"
701
- msgstr "App ID"
702
 
703
- #: wpf-admin/options-tabs/api.php:27
704
- msgid "App Secret"
705
- msgstr "App Secret"
706
 
707
- #: wpf-admin/options-tabs/api.php:32
708
- msgid "Facebook Login"
709
- msgstr "Facebook Login"
710
 
711
- #: wpf-admin/options-tabs/api.php:33
712
- msgid "Adds Facebook Login button on Registration and Login pages."
713
- msgstr "Tilføjer Facebook Login knap på Registrationen og Login siderne."
714
-
715
- #: wpf-admin/options-tabs/api.php:37 wpf-admin/options-tabs/api.php:49
716
- #: wpf-admin/options-tabs/api.php:60 wpf-admin/options-tabs/api.php:71
717
- #: wpf-admin/options-tabs/api.php:140 wpf-admin/options-tabs/api.php:147
718
- #: wpf-admin/options-tabs/members.php:94 wpf-admin/options-tabs/posts.php:26
719
- #: wpf-admin/options-tabs/posts.php:42 wpf-admin/options-tabs/posts.php:54
720
- #: wpf-admin/tools-tabs/legal.php:48 wpf-admin/tools-tabs/legal.php:60
721
- #: wpf-admin/tools-tabs/legal.php:82 wpf-admin/tools-tabs/legal.php:117
722
- #: wpf-admin/tools-tabs/legal.php:129 wpf-admin/tools-tabs/legal.php:148
723
- msgid "Enable"
724
- msgstr "Tænd"
725
 
726
- #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
727
- #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
728
- #: wpf-admin/options-tabs/api.php:141 wpf-admin/options-tabs/api.php:148
729
- #: wpf-admin/options-tabs/members.php:95 wpf-admin/options-tabs/posts.php:27
730
- #: wpf-admin/options-tabs/posts.php:43 wpf-admin/options-tabs/posts.php:55
731
- #: wpf-admin/tools-tabs/legal.php:49 wpf-admin/tools-tabs/legal.php:61
732
- #: wpf-admin/tools-tabs/legal.php:83 wpf-admin/tools-tabs/legal.php:118
733
- #: wpf-admin/tools-tabs/legal.php:130 wpf-admin/tools-tabs/legal.php:149
734
- msgid "Disable"
735
- msgstr "Sluk"
736
 
737
- #: wpf-admin/options-tabs/api.php:44
738
- msgid "Facebook SDK for JavaScript"
739
- msgstr "Facebook SDK for JavaScript"
740
 
741
- #: wpf-admin/options-tabs/api.php:45
742
- msgid "Facebook API connection script (sharing, login, cross-posting...)"
743
- msgstr "Facebook API connection script (sharing, login, cross-posting…)"
744
 
745
- #: wpf-admin/options-tabs/api.php:56
746
- msgid "Facebook Login button on User Login page"
747
- msgstr "Facebook Login knap på bruger Login side"
748
 
749
- #: wpf-admin/options-tabs/api.php:67
750
- msgid "Facebook Login button on User Registration page"
751
- msgstr "Facebook Login knap på Bruger Registration side"
752
 
753
- #: wpf-admin/options-tabs/api.php:78
754
- msgid "Redirect to this page after success login"
755
- msgstr "Redirect til denne side efter succesfuld login"
756
 
757
- #: wpf-admin/options-tabs/api.php:82 wpf-includes/wpf-phrases.php:633
758
- msgid "Profile"
759
- msgstr "Profil"
760
 
761
- #: wpf-admin/options-tabs/api.php:84
762
- msgid "Custom"
763
- msgstr "Speciel"
764
 
765
- #: wpf-admin/options-tabs/api.php:86
766
- msgid "Custom URL, e.g.: http://example.com/my-page/"
767
- msgstr "Speciel URL, e.g.: http://example.com/my-page/"
768
 
769
- #: wpf-admin/options-tabs/api.php:86
770
- msgid "Custom URL"
771
- msgstr "Speciel URL"
772
 
773
- #: wpf-admin/options-tabs/api.php:93
774
- msgid "Share Buttons"
775
  msgstr ""
776
 
777
- #: wpf-admin/options-tabs/api.php:102
778
- msgid "Active Share Buttons"
779
  msgstr ""
780
 
781
- #: wpf-admin/options-tabs/api.php:103
782
- msgid ""
783
- "Check the checkbox below share options to activate. <b>Please note, that the "
784
- "Facebook share button cannot be activated without Facebook API ID.</b> "
785
- "Please follow to the \"Facebook API Configuration\" option instruction above "
786
- "and fill the API ID field in order to activate Facebook Share button."
787
  msgstr ""
788
 
789
- #: wpf-admin/options-tabs/api.php:133
790
- msgid "Enable Share Buttons"
791
  msgstr ""
792
 
793
- #: wpf-admin/options-tabs/api.php:138 wpf-admin/options-tabs/api.php:156
794
- #: wpf-admin/options-tabs/api.php:212
795
- msgid "General Share Buttons"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  msgstr ""
797
 
798
- #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:173
799
- #: wpf-admin/options-tabs/api.php:224
800
- msgid "Post Sharing Toggle"
801
  msgstr ""
802
 
803
- #: wpf-admin/options-tabs/api.php:157
804
- msgid ""
805
- "General share buttons are forum and topic sharing buttons. They are located "
806
- "on the top and the bottom of each page. You can manage location of these "
807
- "buttons using \"Share Buttons Location\" options bellow."
808
  msgstr ""
809
 
810
- #: wpf-admin/options-tabs/api.php:161
811
- msgid "Grey"
812
  msgstr ""
813
 
814
- #: wpf-admin/options-tabs/api.php:162
815
- msgid "Colored"
816
  msgstr ""
817
 
818
- #: wpf-admin/options-tabs/api.php:165
819
- msgid "Icon"
820
  msgstr ""
821
 
822
- #: wpf-admin/options-tabs/api.php:166
823
- msgid "Button"
824
  msgstr ""
825
 
826
- #: wpf-admin/options-tabs/api.php:167
827
- msgid "Button &amp; Count"
828
  msgstr ""
829
 
830
- #: wpf-admin/options-tabs/api.php:174
831
- msgid ""
832
- "Post sharing toggle allows you to share posts individually. You can see post "
833
- "sharing toggles on the left, right side or in top bar of each post. The "
834
- "toggle blue color is the current primary color (#12) of your forum style. "
835
- "For example, if you use the red forum style, the color of all share toggles "
836
- "will be red. This doesn't affect share button colors. They are always grey "
837
- "with original colors on mouse hover."
838
  msgstr ""
839
 
840
- #: wpf-admin/options-tabs/api.php:195 wpf-includes/wpf-phrases.php:55
841
- #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
842
- #: wpf-themes/classic/functions.php:111
843
- msgid "Collapsed"
844
- msgstr "Falde sammen"
845
 
846
- #: wpf-admin/options-tabs/api.php:196 wpf-includes/wpf-phrases.php:89
847
- #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:72
848
- #: wpf-themes/classic/functions.php:110
849
- msgid "Expanded"
850
- msgstr "Udvidet"
851
 
852
- #: wpf-admin/options-tabs/api.php:199
853
- msgid "Mixed"
854
  msgstr ""
855
 
856
- #: wpf-admin/options-tabs/api.php:200
857
- msgid "Figure"
858
  msgstr ""
859
 
860
- #: wpf-admin/options-tabs/api.php:201
861
- msgid "Square"
862
  msgstr ""
863
 
864
- #: wpf-admin/options-tabs/api.php:207
865
- msgid "Share Button Locations"
866
  msgstr ""
867
 
868
- #: wpf-admin/options-tabs/api.php:208
869
- msgid ""
870
- "The post sharing toggle can be displayed either on the left side or on the "
871
- "top of each post. The general share buttons can be displayed on both (top "
872
- "and bottom) locations."
873
- msgstr ""
874
-
875
- #: wpf-admin/options-tabs/api.php:245 wpf-admin/options-tabs/emails.php:164
876
- #: wpf-admin/options-tabs/features.php:89 wpf-admin/options-tabs/forums.php:16
877
- #: wpf-admin/options-tabs/general.php:103
878
- #: wpf-admin/options-tabs/members.php:181 wpf-admin/options-tabs/posts.php:135
879
- #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:343
880
- #: wpf-admin/tools-tabs/cleanup.php:49 wpf-admin/tools-tabs/legal.php:179
881
- #: wpf-admin/tools-tabs/misc.php:134 wpf-includes/wpf-phrases.php:344
882
- msgid "Update Options"
883
- msgstr "Opdaterings muligheder"
884
 
885
- #: wpf-admin/options-tabs/emails.php:12
886
- msgid "FROM Name"
887
- msgstr "FRA navn"
888
 
889
- #: wpf-admin/options-tabs/emails.php:16
890
- msgid "FROM Email Address"
891
- msgstr "FRA Email Addresse"
892
 
893
- #: wpf-admin/options-tabs/emails.php:21
894
- msgid "Forum Admins email addresses"
895
- msgstr "Forum Admins email addresser"
896
 
897
- #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:57
898
- msgid ""
899
- "Comma separated email addresses of forum administrators to get forum "
900
- "notifications. For example post report messages."
901
  msgstr ""
902
- "Comma separarerede email addresser på forum administratorer der skal/vil "
903
- "have forum notifications. For example post report beskeder."
904
 
905
- #: wpf-admin/options-tabs/emails.php:28
906
- msgid "Notify Admins via email on new Topic"
907
- msgstr "Notificer Admins via email ved nyt emne"
908
 
909
- #: wpf-admin/options-tabs/emails.php:29
910
- msgid ""
911
- "Send Notification emails to all email addresses (comma separated ) of forum "
912
- "administrators when a new Topic is created."
913
- msgstr ""
914
- "Send Notification emails to all email addresses (comma separated ) på forum "
915
- "administrators når et nyt emne er etableret"
916
-
917
- #: wpf-admin/options-tabs/emails.php:33 wpf-admin/options-tabs/emails.php:45
918
- #: wpf-admin/options-tabs/emails.php:148 wpf-admin/options-tabs/features.php:77
919
- #: wpf-admin/tools-tabs/antispam.php:31 wpf-admin/tools-tabs/antispam.php:40
920
- #: wpf-admin/tools-tabs/antispam.php:49 wpf-admin/tools-tabs/antispam.php:150
921
- #: wpf-admin/tools-tabs/antispam.php:159 wpf-admin/tools-tabs/antispam.php:169
922
- #: wpf-admin/tools-tabs/antispam.php:178 wpf-admin/tools-tabs/antispam.php:187
923
- #: wpf-admin/tools-tabs/antispam.php:196 wpf-admin/tools-tabs/antispam.php:205
924
- #: wpf-admin/tools-tabs/antispam.php:214 wpf-admin/tools-tabs/antispam.php:262
925
- #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/functions-template.php:673
926
- #: wpf-includes/wpf-phrases.php:366
927
- msgid "Yes"
928
- msgstr "Ja"
929
 
930
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
931
- #: wpf-admin/options-tabs/emails.php:149 wpf-admin/options-tabs/features.php:79
932
- #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
933
- #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:151
934
- #: wpf-admin/tools-tabs/antispam.php:160 wpf-admin/tools-tabs/antispam.php:170
935
- #: wpf-admin/tools-tabs/antispam.php:179 wpf-admin/tools-tabs/antispam.php:188
936
- #: wpf-admin/tools-tabs/antispam.php:197 wpf-admin/tools-tabs/antispam.php:206
937
- #: wpf-admin/tools-tabs/antispam.php:215 wpf-admin/tools-tabs/antispam.php:263
938
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:674
939
- #: wpf-includes/wpf-phrases.php:196
940
- msgid "No"
941
- msgstr "Nej"
942
 
943
- #: wpf-admin/options-tabs/emails.php:40
944
- msgid "Notify Admins via email on new Post"
945
- msgstr "Notificer Admins via email ved hvert nyt indlæg"
946
 
947
- #: wpf-admin/options-tabs/emails.php:41
948
- msgid ""
949
- "Send Notification emails to all email addresses (comma separated ) of forum "
950
- "administrators when a new Reply is created."
951
  msgstr ""
952
- "Send Notifikations emails til alle email addresser (comma separerede ) of "
953
- "forum administrators når der kommer et nyt svar"
954
 
955
- #: wpf-admin/options-tabs/emails.php:52 wpf-includes/wpf-phrases.php:317
956
- msgid "Subscription Emails"
957
- msgstr "Abonnoment emails"
958
 
959
- #: wpf-admin/options-tabs/emails.php:56 wpf-includes/wpf-phrases.php:314
960
- msgid "Subscribe confirmation email subject"
961
- msgstr "Abonnoment bekræftigelse mail emne"
962
 
963
- #: wpf-admin/options-tabs/emails.php:60 wpf-includes/wpf-phrases.php:313
964
- msgid "Subscribe confirmation email message"
965
- msgstr "Abonnoment bekræftigelse mail besked"
966
 
967
- #: wpf-admin/options-tabs/emails.php:64 wpf-includes/wpf-phrases.php:195
968
- msgid "New topic notification email subject"
969
- msgstr "Nyt emne notifikations emails emne"
970
 
971
- #: wpf-admin/options-tabs/emails.php:68 wpf-includes/wpf-phrases.php:194
972
- msgid "New topic notification email message"
973
- msgstr "Nyt emne notifikations emails besked"
974
 
975
- #: wpf-admin/options-tabs/emails.php:72 wpf-includes/wpf-phrases.php:193
976
- msgid "New reply notification email subject"
977
- msgstr "Nyt svar notifikations emails emne"
978
 
979
- #: wpf-admin/options-tabs/emails.php:76 wpf-includes/wpf-phrases.php:192
980
- msgid "New reply notification email message"
981
- msgstr "Nyt svar notifikations emails besked"
982
 
983
- #: wpf-admin/options-tabs/emails.php:81 wpf-includes/wpf-phrases.php:227
984
- msgid "Post Reporting Emails"
985
- msgstr "Efter Rapport Emails"
986
 
987
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:331
988
- msgid "This message comes from post reporting pop-up form."
989
- msgstr "Denne besked kommer fra en Efter Rapport Emails pop-up form"
990
 
991
- #: wpf-admin/options-tabs/emails.php:87 wpf-includes/wpf-phrases.php:266
992
- msgid "Report message subject"
993
- msgstr "Rapport besked emne"
994
 
995
- #: wpf-admin/options-tabs/emails.php:92 wpf-includes/wpf-phrases.php:265
996
- msgid "Report message body"
997
- msgstr "Rapport besked krop"
998
 
999
- #: wpf-admin/options-tabs/emails.php:97
1000
- msgid "New User Registration Email for admins"
 
1001
  msgstr ""
1002
 
1003
- #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:114
1004
- msgid "This message comes when new user registers to site"
1005
  msgstr ""
1006
 
1007
- #: wpf-admin/options-tabs/emails.php:103 wpf-admin/options-tabs/emails.php:119
1008
- msgid "Message Subject"
 
1009
  msgstr ""
1010
 
1011
- #: wpf-admin/options-tabs/emails.php:108 wpf-admin/options-tabs/emails.php:124
1012
- msgid "Message Body"
1013
  msgstr ""
1014
 
1015
- #: wpf-admin/options-tabs/emails.php:113
1016
- msgid "New User Registration Email for user"
1017
  msgstr ""
1018
 
1019
- #: wpf-admin/options-tabs/emails.php:129
1020
- msgid "Reset Password Emails"
1021
- msgstr "Nulstil Password Emails"
1022
 
1023
- #: wpf-admin/options-tabs/emails.php:130
1024
- msgid "This message comes from Reset Password form."
1025
- msgstr "Denne besked kommer fra en nulstillet Password form"
1026
 
1027
- #: wpf-admin/options-tabs/emails.php:134
1028
- msgid "Reset Password message body"
1029
- msgstr "Nulstil Password selve besked"
1030
 
1031
- #: wpf-admin/options-tabs/emails.php:139
1032
- msgid "User Mentioning Email"
1033
- msgstr "Bruger omtalt email"
1034
 
1035
- #: wpf-admin/options-tabs/emails.php:144
1036
- msgid "Enable Email Notification"
1037
- msgstr "tillad Email Notification"
1038
 
1039
- #: wpf-admin/options-tabs/emails.php:154
1040
- msgid "User Mention message subject"
1041
- msgstr "Bruger omtalt besked emne"
1042
 
1043
- #: wpf-admin/options-tabs/emails.php:158
1044
- msgid "User Mention message body"
1045
- msgstr "Bruger omtalt besked - selve besked"
1046
 
1047
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
1048
- msgid "Show Admin Bar for Members"
1049
- msgstr "Vis admin bar til medlemmer"
1050
 
1051
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
1052
- msgid "This option doesn't affect website admins."
1053
- msgstr "Denne mulighed påvirker ikke web admins"
1054
 
1055
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
1056
- msgid "Show Forum Page Title"
1057
- msgstr "Vis forum sidens titel"
1058
 
1059
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
1060
- msgid "Show Top/Menu Bar"
1061
- msgstr "Vis Top/Menu Bar"
1062
 
1063
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
1064
- msgid "Show Top Search"
1065
- msgstr "Vis Top søg"
1066
 
1067
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
1068
- msgid "Show Breadcrumb"
1069
- msgstr "Vis brødkrummer Breadcrumb"
1070
 
1071
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
1072
- msgid "Show Forum Statistic"
1073
- msgstr "Vis forum statestik"
1074
 
1075
- #: wpf-admin/options-tabs/features.php:15
1076
- msgid "Show Member Mention Nicknames"
1077
- msgstr "Vis medlemmers brugte kaldenavne"
1078
 
1079
- #: wpf-admin/options-tabs/features.php:16
1080
- msgid "Enable WordPress Shortcodes in Post Content"
1081
- msgstr "Aktiver WordPress Shortcodes i Indlæg indhold"
1082
 
1083
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:697
1084
- msgid "Log Viewed Forums and Topics"
1085
- msgstr "Log sete Forum og emner"
1086
 
1087
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:257
1088
- msgid "Replace Author Link to Forum Profile"
1089
- msgstr "Skift forfatters link med Forum Profile"
1090
 
1091
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:258
1092
- msgid "Replace Comment Author Link to Forum Profile"
1093
- msgstr "Skift kommentarens link med Forum Profile"
1094
 
1095
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:636
1096
- msgid "Enable User Registration"
1097
- msgstr "Tillad bruger Registrering"
1098
 
1099
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:637
1100
- msgid ""
1101
- "This option is not synced with WordPress \"Anyone can register\" option in "
1102
- "Dashboard > Settings > General admin page. If this option is enabled new "
1103
- "users will always be able to register."
1104
- msgstr ""
1105
- "Denne mulighedis not synced with WordPress “Anyone can register” option in "
1106
- "Dashboard > Settings > General admin page. If this option is enabled new "
1107
- "users will always be able to register."
1108
 
1109
- #: wpf-admin/options-tabs/features.php:21
1110
- msgid "Enable User Registration email confirmation"
1111
- msgstr "Tillad bruger registrering med mail konfirmation"
1112
 
1113
- #: wpf-admin/options-tabs/features.php:21
1114
- msgid ""
1115
- "If you have enabled this option, after registering, user can not login "
1116
- "without confirming the email."
1117
- msgstr ""
1118
- "Hvis du har har tændt denne option, kan brugere efter registering ikke logge "
1119
- "ind uden en konfirmations email."
1120
 
1121
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:260
1122
- msgid "Replace Registration Page URL to Forum Registration Page URL"
1123
- msgstr "Erstat Registration sidens URL til Forum Registration sidens URL"
1124
 
1125
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:259
1126
- msgid "Replace Login Page URL to Forum Login Page URL"
1127
- msgstr "Erstat Login sidens URL med Forum Login sidens URL"
1128
 
1129
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:698
1130
- msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1131
- msgstr "Erstat Reset Password sidens URL til Forum Reset Password sidens URL"
1132
 
1133
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:256
1134
- msgid "Replace Author Avatar with Forum Profile Avatar"
1135
- msgstr "Erstat forfatter Avatar med Forum Profil Avatar"
1136
 
1137
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:77
1138
- msgid "Enable Avatars"
1139
- msgstr "Tillad Avatarer"
1140
 
1141
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:78
1142
- msgid "Enable Custom Avatars"
1143
- msgstr "Tillad specielle Avatars"
1144
 
1145
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:31
1146
- msgid "Allow Member Signature"
1147
- msgstr "Tillad medlems Signatur"
1148
 
1149
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:80
1150
- msgid "Enable Member Rating"
1151
- msgstr "Tillad medlems rating"
1152
 
1153
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:81
1154
- msgid "Enable Member Rating Titles"
1155
- msgstr "Tillad medlems titel rating"
1156
 
1157
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:79
1158
- msgid "Enable Member Cache"
1159
- msgstr "Tillad medlems Cache"
1160
 
1161
- #: wpf-admin/options-tabs/features.php:32
1162
- msgid "Enable Object Cache"
1163
- msgstr "Tillad objekt Cache"
1164
 
1165
- #: wpf-admin/options-tabs/features.php:33
1166
- msgid "Enable HTML Cache"
1167
- msgstr "Tillad HTML Cache"
1168
 
1169
- #: wpf-admin/options-tabs/features.php:34
1170
- msgid "Enable Memory Cache"
1171
- msgstr "Tillad hukommelses Cache"
1172
 
1173
- #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:84
1174
- msgid "Enable wpForo SEO for Meta Titles"
1175
- msgstr "tillad wpForo SEO til Meta titler"
1176
 
1177
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:83
1178
- msgid "Enable wpForo SEO for Meta Tags"
1179
- msgstr "tillad wpForo SEO til Meta tags"
1180
 
1181
- #: wpf-admin/options-tabs/features.php:37
1182
- msgid "Enable User Profile Page indexing"
1183
- msgstr "Tillad bruger Profil side indexing"
1184
 
1185
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:699
1186
- msgid "Enable RSS Feed"
1187
- msgstr "Tillad RSS Feed"
1188
 
1189
- #: wpf-admin/options-tabs/features.php:39
1190
- msgid "Turn Off User Syncing Note"
1191
- msgstr "Sluk bruger Syncing Note"
1192
 
1193
- #: wpf-admin/options-tabs/features.php:40
1194
- msgid "BuddyPress Activity Integration"
1195
- msgstr ""
1196
 
1197
- #: wpf-admin/options-tabs/features.php:40
1198
- msgid ""
1199
- "Posts members activity (new topic, new reply, post like) to BuddyPress "
1200
- "Profile Activity page."
1201
- msgstr ""
1202
 
1203
- #: wpf-admin/options-tabs/features.php:41
1204
- msgid "BuddyPress Notification Integration"
1205
- msgstr ""
1206
 
1207
- #: wpf-admin/options-tabs/features.php:41
1208
- msgid ""
1209
- "Creates notification on new forum reply in BuddyPress Profile Notification "
1210
- "page."
1211
- msgstr ""
1212
 
1213
- #: wpf-admin/options-tabs/features.php:42
1214
- msgid "BuddyPress Profile Forum Tab Integration"
1215
- msgstr ""
1216
 
1217
- #: wpf-admin/options-tabs/features.php:42
1218
- msgid ""
1219
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1220
- "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1221
- msgstr ""
1222
 
1223
- #: wpf-admin/options-tabs/features.php:43
1224
- msgid "Replace Forum Profile with BuddyPress Profile"
1225
- msgstr ""
1226
 
1227
- #: wpf-admin/options-tabs/features.php:43
1228
- msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1229
- msgstr ""
1230
 
1231
- #: wpf-admin/options-tabs/features.php:44
1232
- msgid "Ultimate Member Notification Integration"
1233
- msgstr ""
1234
 
1235
- #: wpf-admin/options-tabs/features.php:44
1236
- msgid ""
1237
- "Creates notification on new forum reply in Ultimate Member Real-time "
1238
- "Notification system."
1239
- msgstr ""
1240
 
1241
- #: wpf-admin/options-tabs/features.php:45
1242
- msgid "Ultimate Member Profile Forum Tab Integration"
1243
- msgstr ""
1244
 
1245
- #: wpf-admin/options-tabs/features.php:45
1246
- msgid ""
1247
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1248
- "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1249
- msgstr ""
1250
 
1251
- #: wpf-admin/options-tabs/features.php:46
1252
- msgid "Replace Forum Profile with Ultimate Member Profile"
1253
- msgstr ""
1254
 
1255
- #: wpf-admin/options-tabs/features.php:46
1256
- msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1257
- msgstr ""
1258
 
1259
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:82
1260
- msgid "Enable wpForo Font-Awesome Lib"
1261
- msgstr "Tillad wpForo Font-Awesome Lib"
1262
 
1263
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:85
1264
- msgid "Enable Output Buffer"
1265
- msgstr "Tillad output buffer"
1266
 
1267
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:330
1268
- msgid ""
1269
- "This feature is useful if you're adding content before or after [wpforo] "
1270
- "shortcode in page content. Also it useful if forum is loaded before website "
1271
- "header, on top of the front-end."
1272
- msgstr ""
1273
- "Denne feature er smart hvis du tilfører indhold før eller efter en [wpforo] "
1274
- "forkortelse i sidens indhold. Er også smart hvis forum loader før headeren, "
1275
- "i front-end."
1276
 
1277
- #: wpf-admin/options-tabs/features.php:49
1278
- msgid "Enable WordPress Date/Time Format"
1279
- msgstr "Tillad WordPress Dato/Tid Formaterne"
1280
 
1281
- #: wpf-admin/options-tabs/features.php:49 wpf-includes/wpf-phrases.php:601
1282
- msgid ""
1283
- "You can manage WordPress date and time format in WordPress Settings > "
1284
- "General admin page."
1285
- msgstr "Du kan styre WordPress dato og tid i WordPress Settings > General"
1286
 
1287
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:612
1288
- msgid "Enable Subscription Confirmation"
1289
- msgstr "Tillad Subscription Confirmation ( nAbonerbekræftigelse )"
1290
 
1291
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:613
1292
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
1293
- msgstr "Forum og emne Abonermed double opt-in/konfirmation."
1294
 
1295
- #: wpf-admin/options-tabs/features.php:51
1296
- msgid "Topic subscription option on post editor"
1297
- msgstr "Aboemnet finder du under “post editor”"
1298
 
1299
- #: wpf-admin/options-tabs/features.php:51
1300
- msgid ""
1301
- "This option adds topic subscription checkbox next to new topic and post "
1302
- "submit button."
1303
- msgstr ""
1304
- "Denne option tilføjer en “emne abonnoment” fluebens boks ved siden af nyt "
1305
- "emne og post submit knappen."
1306
 
1307
- #: wpf-admin/options-tabs/features.php:52
1308
- msgid "Topic subscription option on post editor - checked/enabled"
1309
- msgstr "Emne Aboner optionen på emne editoren - flueben/tændt"
1310
 
1311
- #: wpf-admin/options-tabs/features.php:52
1312
- msgid ""
1313
- "Enable this option if you want the topic subscription checkbox to be checked "
1314
- "by default."
1315
- msgstr ""
1316
- "Tænd denne option hvis du vil have emne nAbonerfluebenet tændt som default"
1317
 
1318
- #: wpf-admin/options-tabs/features.php:53
1319
- msgid "Role-Usergroup Synchronization"
1320
- msgstr ""
1321
 
1322
- #: wpf-admin/options-tabs/features.php:53
1323
- msgid ""
1324
- "Keep enabled this option to synch WordPress User Roles with Forum "
1325
- "Usergroups. This connection allows to automatically change Usergroup of a "
1326
- "user when his/her User Role is changed by administrators or by membership "
1327
- "plugins. In other words this option allows to manage Usergroups based on "
1328
- "Users Roles, thus you can directly control users forum accesses based on "
1329
- "Users Roles. If this option is turned off, User Roles don't have any "
1330
- "affection to users forum accesses, they are only controlled by forum "
1331
- "Usergroups."
1332
- msgstr ""
1333
 
1334
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:640
1335
- msgid "Insert Forum Attachments to Media Library"
1336
- msgstr "indsæt Forum Attachments i Media Library"
1337
 
1338
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:641
1339
- msgid ""
1340
- "Enable this option to be able manage forum attachments in Dashboard > Media "
1341
- "> Library admin page."
1342
- msgstr ""
1343
- "Tænd denne option hvis du vil kunne styre forum attachments i Dashboard > "
1344
- "Media > Library"
1345
 
1346
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:605
1347
- msgid "Enable Debug Mode"
1348
- msgstr "Tænd Debug Mode"
1349
 
1350
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:606
1351
- msgid ""
1352
- "If you got some issue with wpForo, please enable this option before asking "
1353
- "for support, this outputs hidden important information to help us debug your "
1354
- "issue."
1355
- msgstr ""
1356
- "Har du problemer med wpForo, tænd denne option før du ringer til support, "
1357
- "den outputtet ellers gemt indhold, der kan være relevant for os hvis vi skal "
1358
- "debugge dit problem"
1359
 
1360
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:134
1361
- msgid "Help wpForo to grow, show plugin info"
1362
- msgstr "Hjælp wpForo med at vokse, vis plugin info"
1363
 
1364
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:226
1365
- msgid ""
1366
- "Please enable this option to help wpForo get more popularity as your thank "
1367
- "to the hard work we do for you totally free. This option adds a very small "
1368
- "icon in forum footer, which will allow your site visitors recognize the name "
1369
- "of forum solution you use."
1370
- msgstr ""
1371
- "Venligts tænd denne option og hjælp wpForo blive mere populær. Der som "
1372
- "bekendt er helt gratis. Optionen tilfører et lille icon i forum footer, der "
1373
- "tillader dine besøgende at genkende navnet på dette forum du bruger."
1374
 
1375
- #: wpf-admin/options-tabs/features.php:74
1376
- msgid "Sitewide"
1377
- msgstr ""
1378
 
1379
- #: wpf-admin/options-tabs/features.php:75 wpf-includes/class-subscribes.php:26
1380
- #: wpf-includes/wpf-phrases.php:101 wpforo.php:258
1381
- msgid "Forum"
1382
- msgstr "Forum"
1383
 
1384
- #: wpf-admin/options-tabs/features.php:80
1385
- msgid "Thank you!"
1386
- msgstr "Tak!"
1387
 
1388
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:121
1389
- msgid "Forum Title"
1390
- msgstr "Forum Titel"
1391
 
1392
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:108
1393
- msgid "Forum Description"
1394
- msgstr "Forum beskrivelse"
1395
 
1396
- #: wpf-admin/options-tabs/general.php:23 wpf-includes/wpf-phrases.php:107
1397
- msgid "Forum Base URL"
1398
- msgstr "Forum grund URL"
1399
 
1400
- #: wpf-admin/options-tabs/general.php:24
1401
- msgid ""
1402
- "If you want to set forum on home page, please do not use the \"Turn "
1403
- "WordPress to wpForo\" option. The correct instruction can be found in "
1404
- "documentation here"
1405
- msgstr ""
1406
 
1407
- #: wpf-admin/options-tabs/general.php:24
1408
- msgid "Set Forum on Home Page"
1409
- msgstr ""
1410
 
1411
- #: wpf-admin/options-tabs/general.php:33 wpf-includes/wpf-phrases.php:650
1412
- msgid "Turn WordPress to wpForo"
1413
- msgstr "Laver WordPress om til wpForo"
1414
 
1415
- #: wpf-admin/options-tabs/general.php:34
1416
- msgid ""
1417
- "This option will disable WordPress on front-end. Only forum pages and "
1418
- "excluded post/pages will be available. wpForo will look like as a stand-"
1419
- "alone forum."
1420
- msgstr ""
1421
- "Denne option fjerner WordPress front-end. Herefter vil det kun være selve "
1422
- "forum, der kan ses. wpForo vil se ud til at være et stand-alone forum."
1423
 
1424
- #: wpf-admin/options-tabs/general.php:37
1425
- msgid "Exclude page URLs"
1426
- msgstr "Ekskluder side URLs"
1427
 
1428
- #: wpf-admin/options-tabs/general.php:37
1429
- msgid "one URL per line"
1430
- msgstr "En URL pr line"
1431
 
1432
- #: wpf-admin/options-tabs/general.php:47 wpf-includes/wpf-hooks.php:2183
1433
- msgid "Visit Forum"
1434
- msgstr "Besøg Forum"
1435
 
1436
- #: wpf-admin/options-tabs/general.php:50
1437
- msgid ""
1438
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1439
- msgstr ""
1440
- "wpForo PageID eksisterer ikke. Forum kommer ikke til at loade, læs venligst "
1441
- "dette"
1442
 
1443
- #: wpf-admin/options-tabs/general.php:50
1444
- msgid "support topic"
1445
- msgstr "support emne"
1446
 
1447
- #: wpf-admin/options-tabs/general.php:52
1448
- msgid "Forum Page ID"
1449
- msgstr "Forum side ID"
1450
 
1451
- #: wpf-admin/options-tabs/general.php:58
1452
- msgid "Forum Page Slugs (URL Paths)"
1453
- msgstr ""
1454
 
1455
- #: wpf-admin/options-tabs/general.php:59
1456
- msgid ""
1457
- "Here you can set custom base paths for forum pages. For example the default "
1458
- "Profile URL base path is /profile/, if this conflicts with other plugins you "
1459
- "can change it to /user/ or so..."
1460
- msgstr ""
1461
 
1462
- #: wpf-admin/options-tabs/general.php:78 wpf-includes/wpf-phrases.php:64
1463
- msgid "Dashboard Menu Position"
1464
- msgstr "Dashboard Menu Position"
1465
 
1466
- #: wpf-admin/options-tabs/general.php:79 wpf-includes/wpf-phrases.php:323
1467
- msgid "The position in the menu order wpForo should appear."
1468
- msgstr "Den position i menuen som wpForo kan findes i"
1469
 
1470
- #: wpf-admin/options-tabs/general.php:80 wpf-includes/wpf-phrases.php:348
1471
- msgid ""
1472
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1473
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
1474
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
1475
- "below second separator"
1476
- msgstr ""
1477
- "Brug større end 5 - under Indlægs, 10 - under Medier, 15 - under Links, 20 - "
1478
- "under sider, 25 - under kommentarer, 60 - under første separator, 65 - under "
1479
- "Plugins, 70 - under brugere, 75 - under værkstøj, 80 - under Settings, 100 - "
1480
- "under den anden separator"
1481
 
1482
- #: wpf-admin/options-tabs/general.php:84
1483
- msgid "More info"
1484
- msgstr "Mere info"
1485
 
1486
- #: wpf-admin/options-tabs/general.php:89
1487
- msgid "XML Based Language"
1488
- msgstr ""
1489
 
1490
- #: wpf-admin/options-tabs/general.php:90
1491
- msgid ""
1492
- "This option is only related to XML language files. You should upload a "
1493
- "translation XML file to have a new language option in this drop-down. If you "
1494
- "are using PO/MO translation files you should change WordPress Language in "
1495
- "Dashboard > Settings admin page to load according translation for wpForo."
1496
- msgstr ""
1497
- "Denne option er kun relateret til XML sprog filer. Du skal uploade a "
1498
- "oversættelse XML fil hvis du vil have et nyt sprog i den her drop-down. "
1499
- "Bruger du PO/MO oversættelse skal du skifte sproget i WordPress Language i "
1500
- "Dashboard > Settings hvor du burde kunne loade wpForo oversættelsen."
1501
 
1502
- #: wpf-admin/options-tabs/general.php:115 wpf-includes/wpf-phrases.php:144
1503
- msgid "Language XML file"
1504
- msgstr "Sprog XML file"
1505
 
1506
- #: wpf-admin/options-tabs/general.php:124 wpf-includes/wpf-phrases.php:22
1507
- msgid "Add New Language"
1508
- msgstr "Tilføj nyt sprog"
1509
 
1510
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
1511
- msgid "Online status timeout"
1512
- msgstr "Online status timeout"
1513
 
1514
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:78
1515
- #: wpf-admin/options-tabs/posts.php:85 wpf-admin/options-tabs/posts.php:96
1516
- #: wpf-admin/options-tabs/posts.php:103 wpf-includes/wpf-phrases.php:390
1517
- msgid "minutes"
1518
- msgstr "Minutter"
1519
 
1520
- #: wpf-admin/options-tabs/members.php:20
1521
- msgid "Number of Members per Page"
1522
- msgstr ""
1523
 
1524
- #: wpf-admin/options-tabs/members.php:27 wpf-includes/wpf-phrases.php:180
1525
- msgid "Members URL structure"
1526
- msgstr "Medlems URL struktur"
1527
 
1528
- #: wpf-admin/options-tabs/members.php:36 wpf-includes/wpf-phrases.php:700
1529
- msgid "Members Search Type"
1530
- msgstr "Medlemme Søgninger"
1531
 
1532
- #: wpf-admin/options-tabs/members.php:39 wpf-includes/functions.php:366
1533
- #: wpf-includes/functions.php:368 wpf-includes/wpf-phrases.php:275
1534
- msgid "Search"
1535
- msgstr "Søg"
1536
 
1537
- #: wpf-admin/options-tabs/members.php:40
1538
- msgid "Filter"
1539
- msgstr "Filter"
1540
 
1541
- #: wpf-admin/options-tabs/members.php:46 wpf-includes/wpf-phrases.php:62
1542
- msgid "Custom Authorization URLs"
1543
- msgstr "Specielle Authoritations URLs"
1544
 
1545
- #: wpf-admin/options-tabs/members.php:48
1546
- msgid ""
1547
- "Use this option only if you have set other pages for authorization. \n"
1548
- " wpForo doesn't change its own URLs, these options "
1549
- "are only for other plugin compatibility. \n"
1550
- " For example, if you use BuddyPress or Ultimate "
1551
- "Member plugin you can set these values:"
1552
- msgstr ""
1553
- "Brug kun denne option hvis du har bestemt af andre sider sørger for "
1554
- "Authoritationen. \n"
1555
- " wpForo ændrer ikke sin egen URLs, Disse optioner er "
1556
- "kun for at være kompatible med andre plugins. \n"
1557
- " Som eksempel, hvis du bruger BuddyPress eller "
1558
- "Ultimate Member plugin’et kan du bestemme disse værdier:"
1559
-
1560
- #: wpf-admin/options-tabs/members.php:51 wpf-admin/options-tabs/members.php:57
1561
- #: wpf-includes/wpf-phrases.php:162
1562
- msgid "Login URL"
1563
- msgstr "Login URL"
1564
 
1565
- #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
1566
- #: wpf-includes/wpf-phrases.php:252
1567
- msgid "Register URL"
1568
- msgstr "Registerings URL"
1569
 
1570
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:164
1571
- msgid "Lost Password URL"
1572
- msgstr "LosTabtt Password URL"
1573
 
1574
- #: wpf-admin/options-tabs/members.php:65
1575
- msgid "Custom Redirection URLs after following actions"
1576
- msgstr "Specielle Redirection URLs eller følgende actions"
1577
 
1578
- #: wpf-admin/options-tabs/members.php:67
1579
- msgid "For member profile, account and subscription pages use following URLs:"
1580
- msgstr "For medlems profiler, kontoer og Abonnoments sider brug følgende URLs:"
1581
 
1582
- #: wpf-admin/options-tabs/members.php:79
1583
- msgid "Redirect after login"
1584
- msgstr "Rediriger efter login"
1585
 
1586
- #: wpf-admin/options-tabs/members.php:80
1587
- msgid "Redirect after registration"
1588
- msgstr "Rediriger efter registrering"
1589
 
1590
- #: wpf-admin/options-tabs/members.php:81
1591
- msgid "Redirect after subscription confirmation"
1592
- msgstr "Rediriger efter Abonnoments bekræftigelse"
1593
 
1594
- #: wpf-admin/options-tabs/members.php:87 wpf-includes/wpf-phrases.php:175
1595
- msgid "Member Reputation and Titles"
1596
- msgstr "Medlems rygte og titel"
1597
 
1598
- #: wpf-admin/options-tabs/members.php:91
1599
- msgid "Member Custom Titles"
1600
- msgstr "Medlems specielle titel"
1601
 
1602
- #: wpf-admin/options-tabs/members.php:100
1603
- msgid "Member Custom Title by default"
1604
- msgstr "Medlems specielle titel som default"
1605
 
1606
- #: wpf-admin/options-tabs/members.php:110 wpf-includes/wpf-phrases.php:247
1607
- msgid "Rating Level"
1608
- msgstr "Rating niveau"
1609
 
1610
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-phrases.php:185
1611
- msgid "Min Number of Posts"
1612
- msgstr "Minimum nummer af posts"
1613
 
1614
- #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:176
1615
- msgid "Member Title"
1616
- msgstr "Medlems titel"
1617
 
1618
- #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:293
1619
- msgid "Short Badge"
1620
- msgstr "Kort skilt"
1621
 
1622
- #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:128
1623
- msgid "Full Badge"
1624
- msgstr "Fuldt skilt"
1625
 
1626
- #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:245
1627
- msgid "Rating Color"
1628
- msgstr "Rating farve"
1629
 
1630
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:246
1631
- msgid "Rating Icon"
1632
- msgstr "Rating Ikon"
1633
 
1634
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:187
1635
- msgid "More"
1636
- msgstr "mere"
1637
 
1638
- #: wpf-admin/options-tabs/members.php:121 wpf-includes/wpf-phrases.php:158
1639
- msgid "Level"
1640
- msgstr "niveau"
1641
 
1642
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-phrases.php:211
1643
- msgid "Number of Posts"
1644
- msgstr "antal posts"
1645
 
1646
- #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:63
1647
- msgid "Custom Title"
1648
- msgstr "Speciel titel"
1649
 
1650
- #: wpf-admin/options-tabs/members.php:126 wpf-admin/usergroup.php:34
1651
- #: wpf-includes/wpf-phrases.php:56
1652
- msgid "Color"
1653
- msgstr "farve"
1654
 
1655
- #: wpf-admin/options-tabs/members.php:127 wpf-includes/wpf-phrases.php:48
1656
- msgid "Badge Icon"
1657
- msgstr "Skilt farve"
1658
 
1659
- #: wpf-admin/options-tabs/members.php:133
1660
- msgid "Enable Reputation Titles for selected usergroups"
1661
- msgstr "Tænd rygte titel for bestemte undergrupper"
1662
 
1663
- #: wpf-admin/options-tabs/members.php:134
1664
- msgid ""
1665
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1666
- "located in wpForo Settings > Features Tab"
1667
- msgstr ""
1668
- "Denne option er afhængig af “Tillad medlems titel rating” indstillingen, der "
1669
- "er located i wpForo Settings > Features"
1670
 
1671
- #: wpf-admin/options-tabs/members.php:147
1672
- msgid "Enable Reputation Badges for selected usergroups"
1673
- msgstr "Tillad rygte skilte for bestemte undergrupper"
1674
 
1675
- #: wpf-admin/options-tabs/members.php:148
1676
- msgid ""
1677
- "This option depends on \"Enable Member Rating\" parent option, witch located "
1678
- "in wpForo Settings > Features Tab"
1679
- msgstr ""
1680
- "Denne option er betinget af “Tillad medlems titel rating” parent optionen, "
1681
- "du kan finde i wpForo Settings > Features"
1682
 
1683
- #: wpf-admin/options-tabs/members.php:161
1684
- msgid "Display Usergroup under Post Author Avatar"
1685
- msgstr "Vis brugergruppe under Indlæg forfatter Avatar"
1686
 
1687
- #: wpf-admin/options-tabs/plugins.php:9
1688
- msgid ""
1689
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1690
- "always be available for free. There will never be paid and pro versions of "
1691
- "this forum board. However this is a very large and hard project so we also "
1692
- "develop paid addons (extensions), which will financially help us to keep "
1693
- "improving and adding new features to the free wpForo plugin. Forum addons "
1694
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1695
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1696
- "very soon. Once you got some addon and activated that, you will find "
1697
- "settings in vertical subTabs here."
1698
- msgstr ""
1699
- "Tak fordi du bruger wpForo. wpForo er et premium forum plugin der altid vil "
1700
- "være til at finde gratis. Der kommer aldrig betalte eller Pro versioner af "
1701
- "dette forum. Der er dog en masse addons (extensions), du kan købe. De er med "
1702
- "til at sørge for at vi har råd til at fortsætte udviklingen af wpForo "
1703
- "plugin. Forum addons bliver også løbende udviklet. De første addons "
1704
- "“Advanced Media Uploader”, “Polls”, “Private Messages” og “Ad Manager” er "
1705
- "snart til at købe. Når du har købt og aktiveret et eller flere af disse "
1706
- "addons er det her du finder settings."
1707
-
1708
- #: wpf-admin/options-tabs/posts.php:14
1709
- msgid "Recent Posts Display Type"
1710
- msgstr "Nye Indlæg vises sådan"
1711
 
1712
- #: wpf-admin/options-tabs/posts.php:23
1713
- msgid "Enable Topic Tags"
1714
- msgstr ""
1715
 
1716
- #: wpf-admin/options-tabs/posts.php:32
1717
- msgid "Maximum Number of Tags per Topic"
1718
- msgstr ""
1719
 
1720
- #: wpf-admin/options-tabs/posts.php:37
1721
- msgid "Display Topic Editing Information"
1722
- msgstr ""
1723
 
1724
- #: wpf-admin/options-tabs/posts.php:38
1725
- msgid ""
1726
- "The post edit logging information \"This post was modified 2 hours ago by "
1727
- "John\" is displayed under modified topic first post content.."
1728
- msgstr ""
1729
 
1730
- #: wpf-admin/options-tabs/posts.php:49
1731
- msgid "Display Post Editing Information"
1732
- msgstr ""
1733
 
1734
- #: wpf-admin/options-tabs/posts.php:50
1735
- msgid ""
1736
- "The post edit logging information \"This post was modified 2 hours ago by "
1737
- "John\" is displayed under modified post content.."
1738
- msgstr ""
1739
 
1740
- #: wpf-admin/options-tabs/posts.php:61
1741
- msgid "Limit Post Editing Information"
1742
- msgstr ""
1743
 
1744
- #: wpf-admin/options-tabs/posts.php:62
1745
- msgid ""
1746
- "Limit the post edit logging information \"This post was modified 2 hours ago "
1747
- "by John\""
1748
- msgstr ""
1749
 
1750
- #: wpf-admin/options-tabs/posts.php:63
1751
- msgid "Set this option value 0 if you want to disable limiting"
1752
- msgstr ""
1753
 
1754
- #: wpf-admin/options-tabs/posts.php:70 wpf-includes/wpf-phrases.php:213
1755
- msgid "Number of Topics per Page"
1756
- msgstr "Antal emner på en side"
1757
 
1758
- #: wpf-admin/options-tabs/posts.php:75 wpf-includes/wpf-phrases.php:30
1759
- msgid "Allow Edit Own Topic for"
1760
- msgstr "Tillad at redigere eget emne"
1761
 
1762
- #: wpf-admin/options-tabs/posts.php:76 wpf-admin/options-tabs/posts.php:83
1763
- #: wpf-admin/options-tabs/posts.php:94 wpf-admin/options-tabs/posts.php:101
1764
- msgid "Set this option value 0 if you want to remove time limit."
1765
- msgstr ""
1766
 
1767
- #: wpf-admin/options-tabs/posts.php:82 wpf-includes/wpf-phrases.php:27
1768
- msgid "Allow Delete Own Topic for"
1769
- msgstr "Tillad sket eget indlæg"
1770
 
1771
- #: wpf-admin/options-tabs/posts.php:88 wpf-includes/wpf-phrases.php:212
1772
- msgid "Number of Posts per Page"
1773
- msgstr "Antal af indlæg pr sider"
1774
 
1775
- #: wpf-admin/options-tabs/posts.php:93 wpf-includes/wpf-phrases.php:29
1776
- msgid "Allow Edit Own Post for"
1777
- msgstr "Tillad redigering af eget indlæg for"
1778
 
1779
- #: wpf-admin/options-tabs/posts.php:100 wpf-includes/wpf-phrases.php:28
1780
- msgid "Allow Delete Own post for"
1781
- msgstr "Tillad at slette eget indløb for "
1782
 
1783
- #: wpf-admin/options-tabs/posts.php:108 wpf-includes/wpf-phrases.php:169
1784
- msgid "Maximum upload file size"
1785
- msgstr "max upload fil størrelse"
1786
 
1787
- #: wpf-admin/options-tabs/posts.php:109 wpf-includes/wpf-phrases.php:370
1788
- msgid ""
1789
- "You can not set this value more than \"upload_max_filesize\" and "
1790
- "\"post_max_size\". If you want to increase server parameters please contact "
1791
- "to your hosting service support."
1792
- msgstr ""
1793
- "Du kan ikke hæve denne værdi til mere end “upload_max_filesize” eller "
1794
- "“post_max_size”. Hvis du vil hæve serverens parametre skal du kontakte din "
1795
- "ISP."
1796
 
1797
- #: wpf-admin/options-tabs/posts.php:112 wpf-includes/wpf-phrases.php:166
1798
- msgid "MB"
1799
- msgstr "MB"
1800
 
1801
- #: wpf-admin/options-tabs/posts.php:115 wpf-includes/wpf-phrases.php:288
1802
- msgid "Server \"upload_max_filesize\" is "
1803
- msgstr "Serverens “upload_max_filesize” er"
1804
 
1805
- #: wpf-admin/options-tabs/posts.php:116 wpf-includes/wpf-phrases.php:287
1806
- msgid "Server \"post_max_size\" is "
1807
- msgstr "Serverens “post_max_size” er "
1808
 
1809
- #: wpf-admin/options-tabs/posts.php:124
1810
- msgid "Attachment click - message for non-permitted users"
1811
- msgstr "Vedhæng klik - besked til brugere uden tillladese"
1812
 
1813
- #: wpf-admin/options-tabs/posts.php:125
1814
- msgid ""
1815
- "This message will be displayed when a non-permitted forum member clicks on "
1816
- "attached file link in topic and posts."
1817
- msgstr ""
1818
- "Denne besked vil en bruger der ikke har lov til at hente en fil få når der "
1819
- "klikkes"
1820
 
1821
- #: wpf-admin/options-tabs/styles.php:13
1822
- msgid "Font Sizes"
1823
- msgstr "Font størrelse"
1824
 
1825
- #: wpf-admin/options-tabs/styles.php:28 wpf-admin/tools-tabs/antispam.php:226
1826
- #: wpf-includes/wpf-phrases.php:480
1827
- msgid "Post Content"
1828
- msgstr "Post indhold"
1829
 
1830
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1831
- msgid "Custom CSS Code"
1832
- msgstr "Speciel CSS kode"
1833
 
1834
- #: wpf-admin/options-tabs/styles.php:43
1835
- msgid "Forum Color Styles"
1836
- msgstr "Forum farve stil"
1837
 
1838
- #: wpf-admin/options-tabs/styles.php:43
1839
- msgid "Colors Documentation"
1840
- msgstr ""
1841
 
1842
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1843
- msgid "Forum Settings"
1844
- msgstr "Forum Indtillinger"
1845
 
1846
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1847
- msgid "General"
1848
- msgstr "Generelt"
1849
 
1850
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1851
- msgid "Forum Accesses"
1852
- msgstr "Forum adgang"
1853
 
1854
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1855
- msgid "Topics &amp; Posts"
1856
- msgstr "Emner &amp; Indlæg"
1857
 
1858
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1859
- msgid "Emails"
1860
- msgstr "Mails"
1861
 
1862
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1863
- msgid "Features"
1864
- msgstr "Features"
1865
 
1866
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1867
- msgid "Styles"
1868
- msgstr "Stil"
1869
 
1870
- #: wpf-admin/options.php:23
1871
- msgid "API's"
1872
- msgstr "API’s"
1873
 
1874
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1875
- msgid "Front-end Phrases"
1876
- msgstr "Front-end formuleringer"
 
1877
 
1878
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1879
- msgid "Forum Themes"
1880
- msgstr "Forum temaer"
 
1881
 
1882
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1883
- msgid "Current active theme"
1884
- msgstr "Aktivt tema"
1885
 
1886
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1887
- msgid "Inactive"
1888
- msgstr "INaktiv"
1889
 
1890
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1891
- msgid "LAYOUTS"
1892
- msgstr "Layouts"
1893
 
1894
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1895
- msgid "Activate"
1896
- msgstr "Aktiver"
1897
 
1898
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1899
- msgid "Fresh Installation"
1900
- msgstr "Frisk installation"
1901
 
1902
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1903
- msgid "Install"
1904
- msgstr "Installer"
1905
 
1906
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1907
- msgid "Are you sure you want to delete this theme files?"
1908
- msgstr "er du sikker på at du vil slette disse tema filer?"
1909
 
1910
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1911
- msgid ""
1912
- "Are you sure you want to reset all settings and style colors to default?"
1913
- msgstr "Er du sikker på at du vil nulstille disse stil og farver til default?"
1914
 
1915
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1916
- msgid "Reset Settings"
1917
- msgstr "Nulstil indstillinger"
1918
 
1919
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1920
- msgid "No layout found"
1921
- msgstr "Intet lauyout fundet"
1922
 
1923
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1924
- msgid "No theme found"
1925
- msgstr "Intet tema fundet"
1926
-
1927
- #: wpf-admin/tools-tabs/antispam.php:11
1928
- msgid ""
1929
- "is not installed! For an advanced Spam Control please install Akismet "
1930
- "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1931
- "already integrated with wpForo. It'll help to filter posts and protect forum "
1932
- "against spam attacks."
1933
- msgstr ""
1934
- "Er ikke installeret! For advanceret Spam Control venligst installer Akismet "
1935
- "antispam plugin, det virker fint med wpForos Spam kontrol system. Akismet er "
1936
- "allerede integreret med wpForo. Det vil hjælpe med at filtrere indlæg og "
1937
- "beskytte forum mod spam angreb."
1938
-
1939
- #: wpf-admin/tools-tabs/antispam.php:21
1940
- msgid "Spam Control"
1941
- msgstr "Spam kontrol"
1942
-
1943
- #: wpf-admin/tools-tabs/antispam.php:22
1944
- msgid ""
1945
- "Some useful options to limit just registered users and minimize spam. This "
1946
- "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1947
- "pass moderation\" permissions."
1948
- msgstr ""
1949
- "Nogle brugbare optioner begrænser registrerede brugere og minimerer spam. "
1950
- "Denne kontrol påvirker ikke brugerne hvis brugergruppe har tilladelse til "
1951
- "“kan redigere medlemmer” og “kan videregive moderation” tilladelserne."
1952
-
1953
- #: wpf-admin/tools-tabs/antispam.php:28
1954
- msgid "Enable wpForo Spam Control"
1955
- msgstr "Tillad wpForo Spam Control"
1956
-
1957
- #: wpf-admin/tools-tabs/antispam.php:37
1958
- msgid "Ban user when spam is suspected"
1959
- msgstr "Bortvis brugere der er mistænkt for at spam’e"
1960
 
1961
- #: wpf-admin/tools-tabs/antispam.php:46
1962
- msgid "Notify via email when new user is banned"
1963
- msgstr "Notify admin via mail når en nu bruger bliver bortvist"
1964
-
1965
- #: wpf-admin/tools-tabs/antispam.php:55
1966
- msgid "Spam Suspicion Level for Topics"
1967
- msgstr "Spam mistænkeligt niveau for emner"
1968
 
1969
- #: wpf-admin/tools-tabs/antispam.php:59
1970
- msgid "Spam Suspicion Level for Posts"
1971
- msgstr "Spam mistænkeligt niveau for indlæg"
1972
 
1973
- #: wpf-admin/tools-tabs/antispam.php:64
1974
- msgid " is enabled"
1975
- msgstr "Er tændt"
1976
 
1977
- #: wpf-admin/tools-tabs/antispam.php:73
1978
- msgid "New Registered User"
1979
- msgstr "Ny registreret bruger"
 
1980
 
1981
- #: wpf-admin/tools-tabs/antispam.php:74
1982
- msgid ""
1983
- "Some useful options to limit just registered users and minimize spam. These "
1984
- "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1985
- "pass moderation\" permissions."
1986
- msgstr ""
1987
- "Nogle brugbare optioner begrænser registrerede brugere og minimerer spam. "
1988
- "Denne kontrol påvirker ikke brugerne hvis brugergruppe har tilladelse til "
1989
- "“kan redigere medlemmer” og “kan videregive moderation” tilladelserne."
1990
 
1991
- #: wpf-admin/tools-tabs/antispam.php:81
1992
- msgid "User is New (under hard spam control) during"
1993
- msgstr "Bruger er ny (under hård spam kontrol) mens/under"
1994
 
1995
- #: wpf-admin/tools-tabs/antispam.php:83
1996
- msgid "first"
1997
- msgstr "først"
1998
 
1999
- #: wpf-admin/tools-tabs/antispam.php:83
2000
- msgid "posts"
2001
- msgstr "posts"
2002
 
2003
- #: wpf-admin/tools-tabs/antispam.php:86
2004
- msgid "Min number of posts to be able attach files"
2005
- msgstr "Min nummer af posts der skal til før du kan attach filer"
2006
 
2007
- #: wpf-admin/tools-tabs/antispam.php:90
2008
- msgid "Min number of posts to be able post links"
2009
- msgstr "Min nummer af posts der skal til før du kan poste links"
2010
 
2011
- #: wpf-admin/tools-tabs/antispam.php:95
2012
- msgid "Do not allow to attach files with following extensions:"
2013
- msgstr "Tillad ikke filer med følgende efternavne"
2014
 
2015
- #: wpf-admin/tools-tabs/antispam.php:107
2016
- msgid "Google reCAPTCHA"
2017
- msgstr "Google reCAPTCHA"
2018
 
2019
- #: wpf-admin/tools-tabs/antispam.php:108
2020
- msgid ""
2021
- "reCAPTCHA protects you against spam and other types of automated abuse. It "
2022
- "makes secure topic and post editors when Guest Posting is allowed, also it "
2023
- "protects login and registration forms against spam attacks."
2024
  msgstr ""
2025
- "reCAPTCHA beskytter dig mod spam og andre slags automatiseret misbrug. Det "
2026
- "skaber sikre emner og indlæg når gæste indlæg er tilladt, det bnekytter også "
2027
- "mod misbrug af login og registrering og imod spam angreb."
2028
-
2029
- #: wpf-admin/tools-tabs/antispam.php:110
2030
- msgid "reCAPTCHA API keys"
2031
- msgstr "reCAPTCHA API keys"
2032
 
2033
- #: wpf-admin/tools-tabs/antispam.php:112
2034
- msgid ""
2035
- "To start using reCAPTCHA, you need to sign up for an API key pair for your "
2036
- "site."
2037
  msgstr ""
2038
- "Før du kan bruge reCAPTCHA, er du nødt til at få fingre i en API key til dit "
2039
- "site"
2040
-
2041
- #: wpf-admin/tools-tabs/antispam.php:113
2042
- msgid "Register your site and get API keys here &raquo;"
2043
- msgstr "Registrer dit site og få en API keys her &raquo;"
2044
-
2045
- #: wpf-admin/tools-tabs/antispam.php:120
2046
- msgid "Site Key"
2047
- msgstr "Site Nøgle"
2048
-
2049
- #: wpf-admin/tools-tabs/antispam.php:126
2050
- msgid "Secret Key"
2051
- msgstr "Hemmelig Nøgle"
2052
-
2053
- #: wpf-admin/tools-tabs/antispam.php:133
2054
- msgid "reCAPTCHA Settings"
2055
- msgstr "reCAPTCHA indstillinger"
2056
-
2057
- #: wpf-admin/tools-tabs/antispam.php:138
2058
- msgid "reCAPTCHA Theme"
2059
- msgstr "reCAPTCHA Tema"
2060
-
2061
- #: wpf-admin/tools-tabs/antispam.php:141
2062
- msgid "Light"
2063
- msgstr "lys"
2064
-
2065
- #: wpf-admin/tools-tabs/antispam.php:142
2066
- msgid "Dark"
2067
- msgstr "mørk"
2068
-
2069
- #: wpf-admin/tools-tabs/antispam.php:147
2070
- msgid "Guest Topic Editor"
2071
- msgstr "Gæst emne Editor"
2072
-
2073
- #: wpf-admin/tools-tabs/antispam.php:156
2074
- msgid "Guest Post Editor"
2075
- msgstr "Gæst indlæg Editor"
2076
-
2077
- #: wpf-admin/tools-tabs/antispam.php:166
2078
- msgid "wpForo Login Form"
2079
- msgstr "wpForo Login Form"
2080
 
2081
- #: wpf-admin/tools-tabs/antispam.php:175
2082
- msgid "wpForo Registration Form"
2083
- msgstr "wpForo Registrations Form"
2084
 
2085
- #: wpf-admin/tools-tabs/antispam.php:184
2086
- msgid "wpForo Reset Password Form"
2087
- msgstr "wpForo nulstil Password Form"
2088
 
2089
- #: wpf-admin/tools-tabs/antispam.php:193
2090
- msgid "WordPress Login Form"
2091
- msgstr "WordPress Login Form"
2092
 
2093
- #: wpf-admin/tools-tabs/antispam.php:202
2094
- msgid "WordPress Registration Form"
2095
- msgstr "WordPress Registrations Form"
2096
 
2097
- #: wpf-admin/tools-tabs/antispam.php:211
2098
- msgid "WordPress Reset Password Form"
2099
- msgstr "WordPress nulstil Password Form"
 
 
 
 
 
2100
 
2101
- #: wpf-admin/tools-tabs/antispam.php:227
2102
- msgid "Options to control and filter post content"
2103
  msgstr ""
2104
 
2105
- #: wpf-admin/tools-tabs/antispam.php:234
2106
- msgid "Allow extra HTML tags"
2107
  msgstr ""
2108
 
2109
- #: wpf-admin/tools-tabs/antispam.php:235
2110
- msgid ""
2111
- "By default wpForo allows all secure HTML tags in post content. Allowing a "
2112
- "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
2113
- "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
2114
- "party ads and viruses to forum."
2115
  msgstr ""
2116
 
2117
- #: wpf-admin/tools-tabs/antispam.php:236
2118
- msgid "Example of adding a new HTML tags: "
2119
  msgstr ""
2120
 
2121
- #: wpf-admin/tools-tabs/antispam.php:253
2122
- msgid "Possible Spam Attachments"
2123
- msgstr "Mulige Spam Attachments"
2124
-
2125
- #: wpf-admin/tools-tabs/antispam.php:254
2126
- msgid ""
2127
- "This tool is designed to find attachment which have been uploaded by "
2128
- "spammers. The tool checks most common spammer filenames and suggest to "
2129
- "delete but you should check one by one and make sure those are spam files "
2130
- "before deleting."
2131
  msgstr ""
2132
- "Dette redskab er designed til at finde attachment der er oploaded af "
2133
- "spammere. Redskabet tjekker kendte spammers mest brugte filnavne og foreslår "
2134
- "at slette dem. Du bør stadig tjekke manuelt før du sletter."
2135
 
2136
- #: wpf-admin/tools-tabs/antispam.php:259
2137
- msgid "Enable File Scanner"
2138
  msgstr ""
2139
 
2140
- #: wpf-admin/tools-tabs/antispam.php:269
2141
- msgid "Exclude file extensions"
2142
  msgstr ""
2143
 
2144
- #: wpf-admin/tools-tabs/antispam.php:275
2145
- msgid "Directory"
2146
- msgstr "Katalog"
2147
-
2148
- #: wpf-admin/tools-tabs/antispam.php:302
2149
- msgid "Delete this file"
2150
- msgstr "Sket denne fil"
2151
-
2152
- #: wpf-admin/tools-tabs/antispam.php:302
2153
- msgid "Are you sure you want to permanently delete this file?"
2154
- msgstr "Er du sikker på at du vil slette denne fil permanent"
2155
-
2156
- #: wpf-admin/tools-tabs/antispam.php:313
2157
- msgid "Click to delete Blue marked files"
2158
- msgstr "Klik for at slette filerne der er markedet med blåt"
2159
 
2160
- #: wpf-admin/tools-tabs/antispam.php:314
2161
- msgid ""
2162
- "Are you sure you want to delete all BLUE marked files listed here. Please "
2163
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2164
- "before deleting files, this is not undoable."
2165
  msgstr ""
2166
- "Er du sikker på at du vil slette de filer der er markeret med blåt og listet "
2167
- "her. hent evt. først Wordpress /wp-content/uploads/wpforo/ folder ned på "
2168
- "egen disk før du sletter. Du kan ikke gøre det om bagefter"
2169
 
2170
- #: wpf-admin/tools-tabs/antispam.php:315 wpf-admin/tools-tabs/antispam.php:321
2171
- #: wpf-admin/tools-tabs/antispam.php:327 wpf-admin/tools-tabs/antispam.php:333
2172
- msgid "Delete All"
2173
- msgstr "Sket alt"
2174
 
2175
- #: wpf-admin/tools-tabs/antispam.php:318
2176
- msgid "Click to delete Orange marked files"
2177
- msgstr "Klik for at slette filerne der er markedet med orange"
2178
 
2179
- #: wpf-admin/tools-tabs/antispam.php:320
2180
- msgid ""
2181
- "Are you sure you want to delete all ORANGE marked files listed here. Please "
2182
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2183
- "before deleting files, this is not undoable."
2184
- msgstr ""
2185
- "Er du sikker på at du vil slette de filer der er markeret med orange og "
2186
- "listet her. hent evt. først Wordpress /wp-content/uploads/wpforo/ folder ned "
2187
- "på egen disk før du sletter. Du kan ikke gøre det om bagefter"
2188
 
2189
- #: wpf-admin/tools-tabs/antispam.php:324
2190
- msgid "Click to delete Red marked files"
2191
- msgstr "Klik for at slette filerne der er markedet med rødt"
2192
 
2193
- #: wpf-admin/tools-tabs/antispam.php:326
2194
- msgid ""
2195
- "Are you sure you want to delete all RED marked files listed here. Please "
2196
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2197
- "before deleting files, this is not undoable."
2198
- msgstr ""
2199
- "Er du sikker på at du vil slette de filer der er markeret med rødt og listet "
2200
- "her. hent evt. først Wordpress /wp-content/uploads/wpforo/ folder ned på "
2201
- "egen disk før du sletter. Du kan ikke gøre det om bagefter"
2202
 
2203
- #: wpf-admin/tools-tabs/antispam.php:330
2204
- msgid "Click to delete Dark Red marked files"
2205
- msgstr "Klik for at slette filerne der er markedet med mørkerødt"
2206
 
2207
- #: wpf-admin/tools-tabs/antispam.php:332
2208
- msgid ""
2209
- "Are you sure you want to delete all DARK RED marked files listed here. "
2210
- "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2211
- "computer before deleting files, this is not undoable."
2212
- msgstr ""
2213
- "Er du sikker på at du vil slette de filer der er markeret med mørkerødt og "
2214
- "listet her. hent evt. først Wordpress /wp-content/uploads/wpforo/ folder ned "
2215
- "på egen disk før du sletter. Du kan ikke gøre det om bagefter"
2216
 
2217
- #: wpf-admin/tools-tabs/cleanup.php:12
2218
- msgid "Delete Inactive Users"
2219
- msgstr "Sket inaktive brugere"
2220
 
2221
- #: wpf-admin/tools-tabs/cleanup.php:13
2222
- msgid ""
2223
- "Inactive users are the account owners who have no topics, posts, comments "
2224
- "and subscriptions for new content. In 99&#37; cases this kind of accounts "
2225
- "are being registered by Spammers. This tool allows you to only keep active "
2226
- "and known inactive users."
2227
- msgstr ""
2228
- "Inaktive brugere der ingen emner, post eller kommentarer eller Abonnoment’er "
2229
- "har . I 99&#37; tilfælde er det kontoer der er registreret af Spammers. "
2230
- "Dette redskab tillader at du kun beholder in/aktive og kendte brugere."
2231
 
2232
- #: wpf-admin/tools-tabs/cleanup.php:19
2233
- msgid "Inactive users who have been registered more than"
2234
- msgstr "Inaktive brugere der har være registreret i mere end "
2235
 
2236
- #: wpf-admin/tools-tabs/cleanup.php:20
2237
- msgid "days ago"
2238
- msgstr "Dage siden"
2239
 
2240
- #: wpf-admin/tools-tabs/cleanup.php:25
2241
- msgid "Filter by Usergroups"
2242
- msgstr "Filtrer via brugergrupper"
2243
 
2244
- #: wpf-admin/tools-tabs/cleanup.php:36
2245
- msgid "Enable Auto-cleanup of inactive users"
2246
- msgstr "Tillad auto-udrensning af inaktive brugere"
2247
 
2248
- #: wpf-admin/tools-tabs/legal.php:15
2249
- msgid "Forum Privacy Policy and GDPR compliant"
2250
- msgstr ""
2251
 
2252
- #: wpf-admin/tools-tabs/legal.php:15
2253
- msgid "Documentation"
2254
- msgstr "Dokumentation"
2255
 
2256
- #: wpf-admin/tools-tabs/legal.php:18
2257
- msgid ""
2258
- "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
2259
- "a regulation by which the European Parliament, the Council of the European "
2260
- "Union and the European Commission intend to strengthen and unify data "
2261
- "protection for all individuals within the European Union (EU). After four "
2262
- "years of preparation and debate the GDPR was finally approved by the EU "
2263
- "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
2264
- "those organizations in non-compliance may face heavy fines. More info at"
2265
- msgstr ""
2266
 
2267
- #: wpf-admin/tools-tabs/legal.php:19
2268
- msgid "GDPR Key Changes"
2269
  msgstr ""
2270
 
2271
- #: wpf-admin/tools-tabs/legal.php:25
2272
- msgid "Contact Information"
2273
  msgstr ""
2274
 
2275
- #: wpf-admin/tools-tabs/legal.php:27
2276
- msgid ""
2277
- "According to the GDPR, all users should have an option to contact website "
2278
- "administrator in following cases:"
2279
  msgstr ""
2280
 
2281
- #: wpf-admin/tools-tabs/legal.php:29
2282
- msgid "Obtain personal data and created content"
2283
  msgstr ""
2284
 
2285
- #: wpf-admin/tools-tabs/legal.php:30
2286
- msgid "Delete account with created content"
2287
  msgstr ""
2288
 
2289
- #: wpf-admin/tools-tabs/legal.php:31
2290
- msgid "Report user data access and control issue"
2291
  msgstr ""
2292
 
2293
- #: wpf-admin/tools-tabs/legal.php:32
2294
- msgid "Report user rights violation"
2295
  msgstr ""
2296
 
2297
- #: wpf-admin/tools-tabs/legal.php:37
2298
- msgid "URL to - Contact Us - page"
2299
  msgstr ""
2300
 
2301
- #: wpf-admin/tools-tabs/legal.php:38
2302
- msgid ""
2303
- "Please insert a page URL, where user can find a contact form or an "
2304
- "information to contact the forum administrator."
2305
  msgstr ""
2306
 
2307
- #: wpf-admin/tools-tabs/legal.php:43
2308
- msgid "Checkbox: I Accept Website Terms and Privacy Policy"
2309
  msgstr ""
2310
 
2311
- #: wpf-admin/tools-tabs/legal.php:44 wpf-admin/tools-tabs/legal.php:78
2312
- msgid ""
2313
- "If this option is enabled, users must accept forum Terms and Privacy Policy "
2314
- "by checking the required checkbox on registration form to be able create a "
2315
- "forum account. The checkbox label can be managed in Forums > Phrases admin "
2316
- "page."
2317
  msgstr ""
2318
 
2319
- #: wpf-admin/tools-tabs/legal.php:55
2320
- msgid "Checkbox: I Agree to Receive an Email Confirmation"
2321
  msgstr ""
2322
 
2323
- #: wpf-admin/tools-tabs/legal.php:56
2324
- msgid ""
2325
- "If this option is enabled, users must agree to receive an email confirmation "
2326
- "with a link to set a password by checking the required checkbox on "
2327
- "registration form to be able create a forum account. The checkbox label can "
2328
- "be managed in Forums > Phrases admin page."
2329
  msgstr ""
2330
 
2331
- #: wpf-admin/tools-tabs/legal.php:67
2332
- msgid "Website Terms and Privacy Policy Pages"
2333
  msgstr ""
2334
 
2335
- #: wpf-admin/tools-tabs/legal.php:68
2336
- msgid ""
2337
- "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
2338
- "these pages will be included in registration form checkbox label (I'm agree "
2339
- "with website terms and privacy policy) and in Forum Privacy Policy. The "
2340
- "forum Privacy Policy does not cover your whole website, it is just an "
2341
- "extension of your website main Privacy Policy. Thus it should be linked to "
2342
- "according pages."
2343
  msgstr ""
2344
 
2345
- #: wpf-admin/tools-tabs/legal.php:71
2346
- msgid "URL to Website Terms page"
2347
  msgstr ""
2348
 
2349
- #: wpf-admin/tools-tabs/legal.php:71
2350
- msgid "Terms Page URL"
2351
  msgstr ""
2352
 
2353
- #: wpf-admin/tools-tabs/legal.php:72
2354
- msgid "URL to Website Privacy Policy page"
2355
  msgstr ""
2356
 
2357
- #: wpf-admin/tools-tabs/legal.php:72
2358
- msgid "Privacy Policy Page URL"
2359
  msgstr ""
2360
 
2361
- #: wpf-admin/tools-tabs/legal.php:77
2362
- msgid "Checkbox: I Agree to Forum Privacy Policy"
2363
  msgstr ""
2364
 
2365
- #: wpf-admin/tools-tabs/legal.php:89
2366
- msgid "Forum Privacy Policy with GDPR compliant Template"
2367
- msgstr ""
2368
 
2369
- #: wpf-admin/tools-tabs/legal.php:90
2370
- msgid ""
2371
- "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
2372
- "to wpForo plugin functions and features. <u>In case you enable this privacy "
2373
- "policy template you become responsible for the content of this template.</"
2374
- "u> Please read this text carefully and make sure it suits your community "
2375
- "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
2376
- "your community rules. This template includes shortcodes [forum-name] and "
2377
- "[forum-url]. They are automatically replaced on registration page with "
2378
- "current forum details. Don't forget to add an information about your "
2379
- "organization, location and contacting ways (page, email, phone, etc...). "
2380
- "Also if you have a separate privacy policy page for website please add a "
2381
- "link to that page."
2382
- msgstr ""
2383
-
2384
- #: wpf-admin/tools-tabs/legal.php:112
2385
- msgid "Checkbox: I Agree to create a forum account on Facebook Login"
2386
  msgstr ""
2387
 
2388
- #: wpf-admin/tools-tabs/legal.php:113
2389
- msgid ""
2390
- "If this option is enabled, the Facebook Login button becomes not-clickable "
2391
- "until user accept automatic account creation process based on his/her "
2392
- "Facebook public profile information. This checkbox and appropriate "
2393
- "information will be displayed with Facebook Login button to comply with the "
2394
- "GDPR"
2395
  msgstr ""
2396
 
2397
- #: wpf-admin/tools-tabs/legal.php:124
2398
- msgid "Forum Cookies"
2399
- msgstr ""
2400
 
2401
- #: wpf-admin/tools-tabs/legal.php:125
2402
- msgid ""
2403
- "Please note, that this option is only related to wpForo cookies. This "
2404
- "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
2405
- "amount of data in cookies, it used to track visited forums and topics (bold "
2406
- "and normal titles). Also when a guest (not registered user) creates a topic "
2407
- "or post a reply, wpForo stores guest name and email address in cookies. "
2408
- "wpForo uses this information to detect current guest content (topics, posts) "
2409
- "and display it to the guest even if the content is under moderation (not "
2410
- "approved by moderators). Also wpForo stores guest name and email in cookies "
2411
- "to keep filled these fields when he/she posts a new reply or creates a new "
2412
- "topic."
2413
- msgstr ""
2414
-
2415
- #: wpf-admin/tools-tabs/legal.php:137
2416
- msgid "Forum Rules"
2417
  msgstr ""
2418
 
2419
- #: wpf-admin/tools-tabs/legal.php:143
2420
- msgid "Checkbox: I Accept Forum Rules"
2421
- msgstr ""
2422
 
2423
- #: wpf-admin/tools-tabs/legal.php:144
2424
- msgid ""
2425
- "If this option is enabled, users must accept forum rules by checking the "
2426
- "required checkbox on registration form to be able create a forum account. "
2427
- "The label text of this checkbox can be managed in Forums > Phrases admin "
2428
- "page. Search the label phrase, click on edit button and change it."
2429
- msgstr ""
2430
 
2431
- #: wpf-admin/tools-tabs/legal.php:155
2432
- msgid "Forum Rules Text"
2433
- msgstr ""
2434
 
2435
- #: wpf-admin/tools-tabs/legal.php:156
2436
- msgid "This is a basic example of forum rules provided by"
2437
- msgstr ""
2438
 
2439
- #: wpf-admin/tools-tabs/legal.php:156
2440
- msgid "You should edit this text and adapt it to your community rules."
2441
- msgstr ""
2442
 
2443
- #: wpf-admin/tools-tabs/misc.php:10
2444
- msgid "SEO Tools"
2445
- msgstr "SEO redskaber"
2446
 
2447
- #: wpf-admin/tools-tabs/misc.php:18
2448
- msgid "Allowed dofollow domains"
2449
- msgstr "Tilladte dofollow domains"
2450
 
2451
- #: wpf-admin/tools-tabs/misc.php:19
2452
- msgid ""
2453
- "wpForo adds nofollow to all links with external URLs. If you want to keep "
2454
- "some domains as internal please insert domains one per line in the textarea "
2455
- "bellow."
2456
- msgstr ""
2457
- "wpForo tilføjer nofollow til all eksterne links. Hvis du vil have at enkelte "
2458
- "domains fungerer som interne skal disse skrives ind på tekstlinien herunder "
2459
- "- en på hver linie."
2460
 
2461
- #: wpf-admin/tools-tabs/misc.php:26
2462
- msgid "Noindex forum page URLs"
2463
- msgstr "Noindex forum sider URLs"
2464
 
2465
- #: wpf-admin/tools-tabs/misc.php:27
2466
- msgid ""
2467
- "The noIndex code tells Google and other search engines to NOT index the "
2468
- "page, so that it cannot be found in search results. Please insert page URLs "
2469
- "you do not want to be indexed one per line in the textarea bellow."
2470
- msgstr ""
2471
- "NoIndex koden fortæller Google og andre søgemaskiner at de ikke skal "
2472
- "indexere disse sider. Venligst indlæt de URLs du ønsker skal indexeres. En "
2473
- "pr linie i tekst området herunder."
2474
 
2475
- #: wpf-admin/tools-tabs/misc.php:37
2476
- msgid "Admin Note"
2477
- msgstr ""
2478
 
2479
- #: wpf-admin/tools-tabs/misc.php:45
2480
- msgid "Admin message on forum front page"
2481
- msgstr ""
2482
 
2483
- #: wpf-admin/tools-tabs/misc.php:46
2484
- msgid ""
2485
- "If you have something important to say on forum front page, you can use this "
2486
- "editor. The text will be displayed under forum breadcrumb menu, above forum "
2487
- "and topic titles."
2488
- msgstr ""
2489
 
2490
- #: wpf-admin/tools-tabs/misc.php:64
2491
- msgid "Display for Usergroups"
2492
  msgstr ""
2493
 
2494
- #: wpf-admin/tools-tabs/misc.php:86
2495
- msgid "Display on forum pages"
2496
  msgstr ""
2497
 
2498
- #: wpf-admin/tools-tabs/misc.php:96
2499
- msgid "Forum (topic list)"
2500
  msgstr ""
2501
 
2502
- #: wpf-admin/tools-tabs/misc.php:100
2503
- msgid "Topic (post list)"
2504
  msgstr ""
2505
 
2506
- #: wpf-admin/tools-tabs/misc.php:104 wpf-includes/wpf-phrases.php:701
2507
- msgid "Recent Posts"
2508
- msgstr "Seneste indæg"
2509
-
2510
- #: wpf-admin/tools-tabs/misc.php:112
2511
- msgid "Profile Home"
2512
  msgstr ""
2513
 
2514
- #: wpf-admin/tools-tabs/misc.php:116
2515
- msgid "Profile Account"
2516
  msgstr ""
2517
 
2518
- #: wpf-admin/tools-tabs/misc.php:120
2519
- msgid "Profile Activity"
2520
  msgstr ""
2521
 
2522
- #: wpf-admin/tools-tabs/misc.php:124
2523
- msgid "Profile Subscriptions"
2524
  msgstr ""
2525
 
2526
- #: wpf-admin/tools.php:8
2527
- msgid "Forum Tools"
2528
- msgstr "Forum redskaber"
2529
 
2530
- #: wpf-admin/tools.php:14
2531
- msgid "Antispam"
2532
- msgstr "Antispam"
2533
 
2534
- #: wpf-admin/tools.php:15
2535
- msgid "Privacy &amp; Rules"
2536
- msgstr ""
2537
 
2538
- #: wpf-admin/tools.php:17
2539
- msgid "Misc"
2540
- msgstr "Diverse"
2541
 
2542
- #: wpf-admin/usergroup.php:12
2543
- msgid "Role-Usergroup synchronization is complete!"
2544
- msgstr ""
2545
 
2546
- #: wpf-admin/usergroup.php:14 wpf-admin/usergroup.php:16
2547
- #: wpf-includes/class-notices.php:118 wpf-includes/wpf-phrases.php:69
2548
- msgid "Dismiss this notice."
2549
- msgstr "Glem denne notits"
2550
 
2551
- #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
2552
- #: wpf-admin/usergroup.php:282
2553
- msgid "User Role"
2554
- msgstr ""
2555
 
2556
- #: wpf-admin/usergroup.php:30 wpf-includes/wpf-phrases.php:676
2557
- msgid "Usergroup"
2558
- msgstr "Brugergruppe"
2559
 
2560
- #: wpf-admin/usergroup.php:32 wpf-includes/wpf-hooks.php:1174
2561
- msgid "Default"
2562
- msgstr "Default"
2563
 
2564
- #: wpf-admin/usergroup.php:33
2565
- msgid "Default Access"
2566
- msgstr "Default adgang"
2567
 
2568
- #: wpf-admin/usergroup.php:35
2569
- msgid "ID"
2570
  msgstr ""
2571
 
2572
- #: wpf-admin/usergroup.php:46 wpf-admin/usergroup.php:167
2573
- msgid "View Users"
2574
- msgstr ""
 
2575
 
2576
- #: wpf-admin/usergroup.php:63 wpf-admin/usergroup.php:242
2577
- msgid "Usergroup Name"
2578
- msgstr "Brugergruppe navn"
2579
 
2580
- #: wpf-admin/usergroup.php:65
2581
- msgid "Also used as Secondary Usergroup"
2582
- msgstr ""
2583
 
2584
- #: wpf-admin/usergroup.php:68
2585
- msgid "Edit this usergroup"
2586
- msgstr "Rediger denne Brugergruppe"
2587
 
2588
- #: wpf-admin/usergroup.php:68 wpf-includes/wpf-phrases.php:73
2589
- msgid "Edit"
2590
- msgstr "Rediger"
2591
 
2592
- #: wpf-admin/usergroup.php:70
2593
- msgid "Delete this usergroup"
2594
- msgstr "Slet denne Brugergruppe"
2595
 
2596
- #: wpf-admin/usergroup.php:72
2597
- msgid "View users list in this usergroup"
2598
- msgstr "Se brugere i denne Brugergruppe"
2599
 
2600
- #: wpf-admin/usergroup.php:77
2601
- msgid "The number of forum members with this usergroup. Click to view members."
2602
- msgstr ""
2603
 
2604
- #: wpf-admin/usergroup.php:82
2605
- msgid "is Default"
2606
- msgstr "er Default"
2607
 
2608
- #: wpf-admin/usergroup.php:85
2609
- msgid "Users get the Default Usergroup on registration"
2610
- msgstr ""
2611
 
2612
- #: wpf-admin/usergroup.php:85
2613
- msgid "Set as Default"
2614
- msgstr "sæt som default"
2615
 
2616
- #: wpf-admin/usergroup.php:93
2617
- msgid "default (#15)"
2618
- msgstr "default (#15)"
2619
 
2620
- #: wpf-admin/usergroup.php:105
2621
- msgid "Synchronize Users Usergroups and Roles"
2622
- msgstr ""
2623
 
2624
- #: wpf-admin/usergroup.php:106
2625
- msgid "Synchronize"
2626
- msgstr ""
2627
 
2628
- #: wpf-admin/usergroup.php:136
2629
- msgid "Note:"
 
 
 
 
2630
  msgstr ""
2631
 
2632
- #: wpf-admin/usergroup.php:137
2633
- #, php-format
2634
- msgid ""
2635
- "The [Synchronize] button changes all users Usergroups according to the users "
2636
- "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
2637
- "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
2638
- "Usergroup in forum. The synchronization process may take a few seconds or "
2639
- "dozens of minutes, it depends on the number of users. Please be patient, "
2640
- "don't close this page and wait until the progress counter says "
2641
- "100% completed."
2642
  msgstr ""
2643
 
2644
- #: wpf-admin/usergroup.php:146
2645
- msgid "User Roles"
2646
  msgstr ""
2647
 
2648
- #: wpf-admin/usergroup.php:148
2649
- msgid ""
2650
- "In the table above (Usergroups) you can see the list of all available forum "
2651
- "Usergroups. The first column of this table displays selected User Roles "
2652
- "which are synched with certain Usergroup. However some User Roles are still "
2653
- "not synced with any Usergroup of your forum. You can find not-synced User "
2654
- "Roles in the table below (User Roles). If you use any of these not-synced "
2655
- "User Roles and you want to grant some forum accesses to users of these User "
2656
- "Roles you should create new Usergroups for each of them. Once new Usergroup "
2657
- "is created, you should use the [Synchronize] button in the table above to "
2658
- "synchronize User Roles with new Usergroups."
2659
  msgstr ""
2660
 
2661
- #: wpf-admin/usergroup.php:153
2662
- msgid "Role Name"
2663
  msgstr ""
2664
 
2665
- #: wpf-admin/usergroup.php:156
2666
- msgid "Users"
2667
- msgstr ""
2668
 
2669
- #: wpf-admin/usergroup.php:157
2670
- msgid "Status"
2671
  msgstr ""
2672
 
2673
- #: wpf-admin/usergroup.php:171
2674
- msgid "Add Usergroup to synch"
2675
  msgstr ""
2676
 
2677
- #: wpf-admin/usergroup.php:173
2678
- msgid "Not Synched"
2679
  msgstr ""
2680
 
2681
- #: wpf-admin/usergroup.php:174
2682
- msgid "One User Role cannot be synched with multiple Usergroups."
2683
  msgstr ""
2684
 
2685
- #: wpf-admin/usergroup.php:176
2686
- msgid "Synched"
2687
  msgstr ""
2688
 
2689
- #: wpf-admin/usergroup.php:213
2690
- msgid "Complete!"
2691
  msgstr ""
2692
 
2693
- #: wpf-admin/usergroup.php:242 wpf-includes/wpf-phrases.php:133
2694
- msgid "Guest"
2695
- msgstr "Gæst"
2696
-
2697
- #: wpf-admin/usergroup.php:258
2698
- msgid "Usergroup Color"
2699
- msgstr "Brugergruppe farve"
2700
-
2701
- #: wpf-admin/usergroup.php:259
2702
- msgid "use default link color"
2703
- msgstr "Brug default link farve"
2704
-
2705
- #: wpf-admin/usergroup.php:291
2706
- msgid "Default Forum Access"
2707
- msgstr "Default Forum adgang"
2708
 
2709
- #: wpf-admin/usergroup.php:299
2710
- msgid ""
2711
- "This is only used when a new Usergroup is created, it automatically gets the "
2712
- "selected Forum Access in all forums."
2713
  msgstr ""
2714
- "Bruges kun når en ny Brugergruppe bliver skabt, den bliver automatisk "
2715
- "tildelt den valgte Forum adgang i alle forums."
2716
 
2717
- #: wpf-admin/usergroup.php:303
2718
- msgid "Display on Members List"
2719
- msgstr "Vis medlems listen"
 
2720
 
2721
- #: wpf-admin/usergroup.php:307
2722
- msgid "Can be also used as Secondary Usergroup"
2723
- msgstr ""
 
2724
 
2725
- #: wpf-admin/usergroup.php:327 wpf-includes/wpf-phrases.php:374
2726
- msgid "add"
2727
- msgstr "tilføj"
 
2728
 
2729
- #: wpf-admin/usergroup.php:327
2730
- msgid "save"
2731
- msgstr "gem"
 
2732
 
2733
- #: wpf-admin/usergroup.php:348
2734
- msgid "Delete Chosen Usergroup And Users"
2735
- msgstr "Slet valgt Brugergruppe og brugere"
 
2736
 
2737
- #: wpf-admin/usergroup.php:358
2738
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
2739
- msgstr "Slet valgt Brugergruppe og overfør medlemmer til andre Brugergrupper"
 
2740
 
2741
- #: wpf-admin/usergroup.php:370
2742
- msgid "Users will be join this usergroup"
2743
- msgstr "Brugere kommer til at blive en del af denne Brugergruppe"
 
2744
 
2745
- #: wpf-includes/class-api.php:203
2746
- msgid "Please login into Facebook and then click connect button again"
2747
- msgstr "Log venligst ind i Facebook og klik på forbund knappen igen."
 
2748
 
2749
- #: wpf-includes/class-api.php:230
2750
  msgid ""
2751
- "Your email is required to be able authorize you here. Please try loging "
2752
- "again. "
 
 
 
2753
  msgstr ""
2754
- "Din email er nødvendig før vi kan autorisere dig her. prøv at logge ind igen"
2755
-
2756
- #: wpf-includes/class-api.php:235
2757
- msgid "Invalid User"
2758
- msgstr "Ukendt bruger"
2759
-
2760
- #: wpf-includes/class-api.php:245 wpf-includes/wpf-phrases.php:638
2761
- msgid "User registration is disabled"
2762
- msgstr "Ny bruger registrering er slukket"
2763
-
2764
- #: wpf-includes/class-forums.php:31 wpf-includes/wpf-phrases.php:560
2765
- msgid "Can view forum"
2766
- msgstr "Kan se forum"
2767
-
2768
- #: wpf-includes/class-forums.php:32 wpf-includes/wpf-phrases.php:561
2769
- msgid "Can create topic"
2770
- msgstr "Kan skabe et nyt emne"
2771
 
2772
- #: wpf-includes/class-forums.php:33 wpf-includes/wpf-phrases.php:562
2773
- msgid "Can view topic"
2774
- msgstr "Kan se emner"
2775
-
2776
- #: wpf-includes/class-forums.php:34 wpf-includes/wpf-phrases.php:563
2777
- msgid "Can edit topic"
2778
- msgstr "Kan redigere emner"
2779
 
2780
- #: wpf-includes/class-forums.php:35 wpf-includes/wpf-phrases.php:564
2781
- msgid "Can delete topic"
2782
- msgstr "Kan slette emner"
 
 
 
 
 
 
 
 
 
 
 
2783
 
2784
- #: wpf-includes/class-forums.php:36 wpf-includes/wpf-phrases.php:565
2785
- msgid "Can post reply"
2786
- msgstr "Kan svare"
 
 
 
 
 
 
2787
 
2788
- #: wpf-includes/class-forums.php:37 wpf-includes/wpf-phrases.php:566
2789
- msgid "Can view replies"
2790
- msgstr "Kan se svar"
2791
 
2792
- #: wpf-includes/class-forums.php:38 wpf-includes/wpf-phrases.php:567
2793
- msgid "Can edit replies"
2794
- msgstr "Kan redigere svar"
 
 
 
 
 
2795
 
2796
- #: wpf-includes/class-forums.php:39 wpf-includes/wpf-phrases.php:568
2797
- msgid "Can delete replies"
2798
- msgstr "Kan slette svare"
2799
 
2800
- #: wpf-includes/class-forums.php:40 wpf-includes/wpf-phrases.php:569
2801
- msgid "Can edit own topic"
2802
- msgstr "Kan redigere egne emner"
 
 
 
 
 
2803
 
2804
- #: wpf-includes/class-forums.php:41
2805
- msgid "Can edit own reply"
2806
  msgstr ""
2807
 
2808
- #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:571
2809
- msgid "Can delete own topic"
2810
- msgstr "Kan slette egne emner"
 
 
 
 
 
 
 
 
 
 
2811
 
2812
- #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:572
2813
- msgid "Can delete own reply"
2814
  msgstr ""
2815
 
2816
- #: wpf-includes/class-forums.php:44
2817
- msgid "Can add tags"
 
 
 
 
 
 
 
 
 
 
2818
  msgstr ""
2819
 
2820
- #: wpf-includes/class-forums.php:45
2821
- msgid "Can subscribe"
2822
  msgstr ""
2823
 
2824
- #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:573
2825
- msgid "Can like"
2826
- msgstr "Kan “like”"
 
 
 
 
 
 
2827
 
2828
- #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:574
2829
- msgid "Can report"
2830
- msgstr "Kan rapportere"
2831
 
2832
- #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:575
2833
- msgid "Can set topic sticky"
2834
- msgstr "Kan lave et emne “sticky”"
2835
 
2836
- #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:576
2837
- msgid "Can set topic private"
2838
- msgstr "Kan gøre et emne privat"
2839
 
2840
- #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:654
2841
- msgid "Can set own topic private"
2842
- msgstr "Kan gøre eget emne privat"
2843
 
2844
- #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:655
2845
- msgid "Can view private topic"
2846
- msgstr "Kan se private emner"
2847
 
2848
- #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:584
2849
- msgid "Can approve/unapprove content"
2850
- msgstr "Kan acceptere/ikke acceptere indhold"
2851
 
2852
- #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:608
2853
- msgid "Can set topic solved"
2854
- msgstr "Hot"
2855
 
2856
- #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:609
2857
- msgid "Can set own topic solved"
2858
- msgstr "Kan sige at emnet er løst"
2859
 
2860
- #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:577
2861
- msgid "Can vote"
2862
- msgstr "Kan stemme"
2863
 
2864
- #: wpf-includes/class-forums.php:56 wpf-includes/wpf-phrases.php:578
2865
- msgid "Can attach file"
2866
- msgstr "Kan tilføje vedhæng"
2867
 
2868
- #: wpf-includes/class-forums.php:57 wpf-includes/wpf-phrases.php:583
2869
- msgid "Can view attached files"
2870
- msgstr "kan se vedhængte filer"
2871
 
2872
- #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:579
2873
- msgid "Can set topic answered"
2874
- msgstr "Kan bestemme at et emne er besvaret"
2875
 
2876
- #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:580
2877
- msgid "Can set own topic answered"
2878
- msgstr "Kan bestemme at eget emne er besvaret"
2879
 
2880
- #: wpf-includes/class-forums.php:60
2881
- msgid "Can answer own question"
2882
  msgstr ""
2883
 
2884
- #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:581
2885
- msgid "Can close topic"
2886
- msgstr "Kan lukke emne"
2887
 
2888
- #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:582
2889
- msgid "Can move topic"
2890
- msgstr "Kan flytte emne"
2891
 
2892
- #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:585
2893
- msgid "Can create poll"
2894
- msgstr "kan skabe en afstemning"
2895
 
2896
- #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:586
2897
- msgid "Can vote poll"
2898
- msgstr "Kan stemme"
 
 
 
2899
 
2900
- #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:587
2901
- msgid "Can view poll result"
2902
- msgstr "Kan se stemme resultater"
 
 
 
2903
 
2904
- #: wpf-includes/class-forums.php:677
2905
- msgid "Add a new Subforum"
2906
- msgstr "Tilføj nyt Underforum"
 
 
 
2907
 
2908
- #: wpf-includes/class-forums.php:677
2909
- msgid "Add a new Forum in this Category"
2910
- msgstr "Tilføj nyt forum i denne kategori"
2911
 
2912
- #: wpf-includes/class-members.php:137
2913
- msgid "<strong>ERROR</strong>: Please enter a username."
2914
- msgstr "<strong>FEJL</strong>: skriv et brugernavn"
2915
 
2916
- #: wpf-includes/class-members.php:142
2917
- msgid ""
2918
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
2919
- "characters. Please enter a valid username."
2920
  msgstr ""
2921
- "<strong>FEJL</strong>: Dette brugernavn er forkert fordi det bruger ulovlige "
2922
- "tegn. Prøv med et ordentligt brugernavn."
2923
 
2924
- #: wpf-includes/class-members.php:153
2925
- msgid ""
2926
- "<strong>ERROR</strong>: This username is already registered. Please choose "
2927
- "another one."
2928
  msgstr ""
2929
- "<strong>FEJL</strong>: Dette brugernavn eksisterer allerede. Vælg et andet."
2930
 
2931
- #: wpf-includes/class-members.php:158
2932
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
2933
- msgstr "<strong>FEJL</strong>: Desværre, dette brugernavn er ikke tilladt."
2934
 
2935
- #: wpf-includes/class-members.php:163
2936
- msgid "<strong>ERROR</strong>: Please type your email address."
2937
- msgstr "<strong>FEJL</strong>: Skriv venligst din mail adresse"
2938
 
2939
- #: wpf-includes/class-members.php:168
2940
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
2941
- msgstr "<strong>FEJL</strong>: Denne mail er ikke&#8217;t rigtig."
2942
 
2943
- #: wpf-includes/class-members.php:174
2944
- msgid ""
2945
- "<strong>ERROR</strong>: This email is already registered, please choose "
2946
- "another one."
2947
  msgstr ""
2948
- "<strong>FEJL</strong>: Denne mail er allerede registreret, vælg en anden."
2949
 
2950
- #: wpf-includes/class-members.php:1806
2951
- msgid "What should be done with wpForo content owned by this user?"
2952
- msgstr "Hvad skal der ske med wpForo indhold skabt af denne bruger?"
2953
 
2954
- #: wpf-includes/class-members.php:1808
2955
- msgid "What should be done with wpForo content owned by these users?"
2956
- msgstr "Hvad skal der ske med wpForo indhold skabt af disse brugere?"
2957
 
2958
- #: wpf-includes/class-members.php:1812
2959
- msgid "Delete all wpForo content."
2960
- msgstr "Slet alt wpForo indhold"
2961
 
2962
- #: wpf-includes/class-members.php:1814
2963
- msgid "Attribute all content to:"
2964
- msgstr "Tilfør alt indhold til "
2965
 
2966
- #: wpf-includes/class-moderation.php:159
2967
- msgid ""
2968
- "Probably spam file attachments have been detected by wpForo Spam Control. "
2969
- "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
2970
- msgstr ""
2971
 
2972
- #: wpf-includes/class-notices.php:155
2973
- msgid "New Addons for Your Forum!"
2974
- msgstr "Nye Addons til dit Forum!"
2975
 
2976
- #: wpf-includes/class-notices.php:155
2977
- msgid "Extend your forum with wpForo addons"
2978
- msgstr "Udvid dit forum med wpForo addons"
2979
 
2980
- #: wpf-includes/class-notices.php:168
2981
- msgid "View all Addons"
2982
- msgstr "Se alle addons"
2983
 
2984
- #: wpf-includes/class-permissions.php:125 wpf-includes/wpf-phrases.php:420
2985
- #, php-format
2986
- msgid "%s access successfully added"
2987
- msgstr "%s adgang tilføjet med succes"
2988
 
2989
- #: wpf-includes/class-permissions.php:149 wpf-includes/wpf-phrases.php:421
2990
- #, php-format
2991
- msgid "%s access successfully edited"
2992
- msgstr "%s adgang redigeret med succes"
2993
 
2994
- #: wpf-includes/class-phrases.php:181 wpf-includes/wpf-phrases.php:7
2995
- msgid " Forum"
2996
- msgstr " Forum"
2997
 
2998
- #: wpf-includes/class-phrases.php:182 wpf-includes/wpf-phrases.php:6
2999
- msgid " Discussion Board"
3000
- msgstr " Diskussions område"
3001
 
3002
- #: wpf-includes/class-posts.php:39
3003
- msgid "You are not permitted to view this attachment"
3004
- msgstr "Du har ikke tilladelse til at se dette attachment"
3005
 
3006
- #: wpf-includes/class-subscribes.php:31
3007
- msgid "Please confirm subscription to [entry_title]"
3008
- msgstr ""
3009
 
3010
- #: wpf-includes/class-subscribes.php:32
3011
- msgid ""
3012
- "Hello [member_name]!<br>\r\n"
3013
- " Thank you for subscribing.<br>\r\n"
3014
- " This is an automated response.<br>\r\n"
3015
- " We are glad to inform you that after confirmation you will get updates from "
3016
- "- [entry_title].<br>\r\n"
3017
- " Please click on link below to complete this step.<br>\r\n"
3018
- " [confirm_link]"
3019
- msgstr ""
3020
 
3021
- #: wpf-includes/class-subscribes.php:33
3022
- msgid "New Topic"
3023
  msgstr ""
3024
 
3025
- #: wpf-includes/class-subscribes.php:34
3026
- msgid ""
3027
- "Hello [member_name]!<br>\r\n"
3028
- " New topic has been created on your subscribed forum - [forum].\r\n"
3029
- " <br><br>\r\n"
3030
- " <strong>[topic_title]</strong>\r\n"
3031
- " <blockquote>\r\n"
3032
- " [topic_desc]\r\n"
3033
- " </blockquote>\r\n"
3034
- " <br><hr>\r\n"
3035
- " If you want to unsubscribe from this forum please use the link below.<br>"
3036
- "\r\n"
3037
- " [unsubscribe_link]"
3038
  msgstr ""
3039
 
3040
- #: wpf-includes/class-subscribes.php:35
3041
- msgid "New Reply"
3042
  msgstr ""
3043
 
3044
- #: wpf-includes/class-subscribes.php:36
3045
- msgid ""
3046
- "Hello [member_name]!<br>\r\n"
3047
- " New reply has been posted on your subscribed topic - [topic].\r\n"
3048
- " <br><br>\r\n"
3049
- " <strong>[reply_title]</strong>\r\n"
3050
- " <blockquote >\r\n"
3051
- " [reply_desc]\r\n"
3052
- " </blockquote>\r\n"
3053
- " <br><hr>\r\n"
3054
- " If you want to unsubscribe from this topic please use the link below.<br>"
3055
- "\r\n"
3056
- " [unsubscribe_link]"
3057
  msgstr ""
3058
 
3059
- #: wpf-includes/class-subscribes.php:37
3060
- msgid "Forum Post Report"
3061
  msgstr ""
3062
 
3063
- #: wpf-includes/class-subscribes.php:38
3064
- msgid ""
3065
- "<strong>Report details:</strong>\r\n"
3066
- " Reporter: [reporter], <br>\r\n"
3067
- " Message: [message],<br>\r\n"
3068
- " <br>\r\n"
3069
- " [post_url]"
3070
  msgstr ""
3071
 
3072
- #: wpf-includes/class-subscribes.php:39
3073
- msgid "[blogname] New User Registration"
3074
  msgstr ""
3075
 
3076
- #: wpf-includes/class-subscribes.php:40
3077
- msgid ""
3078
- "New user registration on your site [blogname]:\r\n"
3079
- "\r\n"
3080
- "Username: [user_login]\r\n"
3081
- "\r\n"
3082
- "Email: [user_email]\r\n"
3083
  msgstr ""
3084
 
3085
- #: wpf-includes/class-subscribes.php:41
3086
- msgid "[blogname] Your username and password info"
3087
  msgstr ""
3088
 
3089
- #: wpf-includes/class-subscribes.php:42
3090
- msgid ""
3091
- "Username: [user_login]\r\n"
3092
- "\r\n"
3093
- "To set your password, visit the following address:\r\n"
3094
- "\r\n"
3095
- "[set_password_url]\r\n"
3096
- "\r\n"
3097
  msgstr ""
3098
 
3099
- #: wpf-includes/class-subscribes.php:43
3100
- msgid ""
3101
- "Hello! <br>\r\n"
3102
- "\r\n"
3103
- " You asked us to reset your password for your account using the email "
3104
- "address [user_login]. <br>\r\n"
3105
- "\r\n"
3106
- " If this was a mistake, or you didn't ask for a password reset, just ignore "
3107
- "this email and nothing will happen. <br>\r\n"
3108
- "\r\n"
3109
- " To reset your password, visit the following address: <br>\r\n"
3110
- "\r\n"
3111
- " [reset_password_url] <br>\r\n"
3112
- "\r\n"
3113
- " Thanks!"
3114
  msgstr ""
3115
 
3116
- #: wpf-includes/class-subscribes.php:48
3117
- msgid "You have been mentioned in forum post"
3118
  msgstr ""
3119
 
3120
- #: wpf-includes/class-subscribes.php:49
3121
- msgid ""
3122
- "Hi [mentioned-user-name]! <br>\r\n"
3123
- "\r\n"
3124
- " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
3125
- "name].<br/><br/>\r\n"
3126
- "\r\n"
3127
- " Post URL: [post-url]"
3128
- msgstr ""
3129
 
3130
- #: wpf-includes/class-template.php:95
3131
- msgid "Insert link"
3132
- msgstr "Indsæt link"
3133
 
3134
- #: wpf-includes/class-template.php:96
3135
- msgid "Link Text"
3136
- msgstr "Link tekst"
3137
 
3138
- #: wpf-includes/class-template.php:97
3139
- msgid "Open link in a new tab"
3140
- msgstr "Åben link i ny tab"
3141
 
3142
- #: wpf-includes/class-template.php:1526 wpf-includes/wpf-phrases.php:327
3143
- msgid "Theme file not readable"
3144
- msgstr "Tema filen kan IKKE læses"
3145
 
3146
- #: wpf-includes/class-usergroups.php:23 wpf-includes/wpf-phrases.php:533
3147
- msgid "Dashboard - Manage Forums"
3148
- msgstr ""
3149
 
3150
- #: wpf-includes/class-usergroups.php:24 wpf-includes/wpf-phrases.php:534
3151
- msgid "Dashboard - Manage Settings"
3152
- msgstr ""
3153
 
3154
- #: wpf-includes/class-usergroups.php:25 wpf-includes/wpf-phrases.php:535
3155
- msgid "Dashboard - Manage Tools"
3156
- msgstr ""
3157
 
3158
- #: wpf-includes/class-usergroups.php:26 wpf-includes/wpf-phrases.php:539
3159
- msgid "Dashboard - Manage Members"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3160
  msgstr ""
3161
 
3162
- #: wpf-includes/class-usergroups.php:27 wpf-includes/wpf-phrases.php:536
3163
- msgid "Dashboard - Moderate Topics & Posts"
3164
  msgstr ""
3165
 
3166
- #: wpf-includes/class-usergroups.php:28 wpf-includes/wpf-phrases.php:542
3167
- msgid "Dashboard - Manage Usergroups"
3168
  msgstr ""
3169
 
3170
- #: wpf-includes/class-usergroups.php:29 wpf-includes/wpf-phrases.php:537
3171
- msgid "Dashboard - Manage Phrases"
 
 
 
 
3172
  msgstr ""
3173
 
3174
- #: wpf-includes/class-usergroups.php:30 wpf-includes/wpf-phrases.php:538
3175
- msgid "Dashboard - Manage Themes"
3176
  msgstr ""
3177
 
3178
- #: wpf-includes/class-usergroups.php:32 wpf-includes/wpf-phrases.php:540
3179
- msgid "Dashboard - Can edit member"
3180
- msgstr "Dashboard - Kan redigere Medlemmer"
 
3181
 
3182
- #: wpf-includes/class-usergroups.php:33
3183
- msgid "Dashboard - Can ban member"
 
3184
  msgstr ""
3185
 
3186
- #: wpf-includes/class-usergroups.php:34 wpf-includes/wpf-phrases.php:541
3187
- msgid "Dashboard - Can delete member"
3188
- msgstr "Dashboard - Kan slette Medlemmer"
 
3189
 
3190
- #: wpf-includes/class-usergroups.php:36
3191
- msgid "Front - Can pass moderation"
 
3192
  msgstr ""
3193
 
3194
- #: wpf-includes/class-usergroups.php:37 wpf-includes/wpf-phrases.php:543
3195
- msgid "Front - Can view members"
3196
- msgstr "Front - kan se medlemmer"
3197
 
3198
- #: wpf-includes/class-usergroups.php:38 wpf-includes/wpf-phrases.php:544
3199
- msgid "Front - Can view profiles"
3200
- msgstr "Front - kan se profiler"
3201
 
3202
- #: wpf-includes/class-usergroups.php:39
3203
- msgid "Front - Can view member activity"
3204
  msgstr ""
3205
 
3206
- #: wpf-includes/class-usergroups.php:40
3207
- msgid "Front - Can view member subscriptions"
3208
  msgstr ""
3209
 
3210
- #: wpf-includes/class-usergroups.php:42 wpf-includes/wpf-phrases.php:545
3211
- msgid "Front - Can upload avatar"
3212
- msgstr "Front - kan uploade avatarer"
3213
-
3214
- #: wpf-includes/class-usergroups.php:43
3215
- msgid "Front - Can have signaturee"
3216
  msgstr ""
3217
 
3218
- #: wpf-includes/class-usergroups.php:44 wpf-includes/wpf-phrases.php:547
3219
- msgid "Front - Can view avatars"
3220
- msgstr "Front - kan se avatarer"
3221
 
3222
- #: wpf-includes/class-usergroups.php:46 wpf-includes/wpf-phrases.php:548
3223
- msgid "Front - Can view member username"
3224
- msgstr "Front - kan se medlemmernes brugernavne"
 
3225
 
3226
- #: wpf-includes/class-usergroups.php:47 wpf-includes/wpf-phrases.php:549
3227
- msgid "Front - Can view member email"
3228
- msgstr "Front - kan se medlemmers mail"
3229
 
3230
- #: wpf-includes/class-usergroups.php:48 wpf-includes/wpf-phrases.php:550
3231
- msgid "Front - Can view member title"
3232
- msgstr "Front - kan se medlemmernes titel"
3233
 
3234
- #: wpf-includes/class-usergroups.php:49
3235
- msgid "Front - Can view member custom title"
3236
- msgstr "Front - kan se medlemmernes specielle titel"
3237
 
3238
- #: wpf-includes/class-usergroups.php:50 wpf-includes/wpf-phrases.php:551
3239
- msgid "Front - Can view member reputation"
3240
- msgstr "Front - kan se medlemmernes rygte"
3241
 
3242
- #: wpf-includes/class-usergroups.php:51 wpf-includes/wpf-phrases.php:552
3243
- msgid "Front - Can view member website"
3244
- msgstr "Front - kan se medlemmernes site"
3245
 
3246
- #: wpf-includes/class-usergroups.php:52 wpf-includes/wpf-phrases.php:553
3247
- msgid "Front - Can view member social networks"
3248
- msgstr "Front - kan se medlemmernes Sociale"
3249
 
3250
- #: wpf-includes/class-usergroups.php:53 wpf-includes/wpf-phrases.php:554
3251
- msgid "Front - Can view member reg. date"
3252
- msgstr "Front - kan se medlemmernes registrerings dato"
3253
 
3254
- #: wpf-includes/class-usergroups.php:54 wpf-includes/wpf-phrases.php:555
3255
- msgid "Front - Can view member location"
3256
- msgstr "Front - kan se medlemmernes location"
3257
 
3258
- #: wpf-includes/class-usergroups.php:55 wpf-includes/wpf-phrases.php:556
3259
- msgid "Front - Can view member occupation"
3260
- msgstr "Front - kan se medlemmernes job"
3261
 
3262
- #: wpf-includes/class-usergroups.php:56 wpf-includes/wpf-phrases.php:557
3263
- msgid "Front - Can view member signature"
3264
- msgstr "Front - kan se medlemmernes signatur"
3265
 
3266
- #: wpf-includes/class-usergroups.php:57 wpf-includes/wpf-phrases.php:558
3267
- msgid "Front - Can view member about me"
3268
- msgstr "Front - kan se medlemmernes “om mig”"
3269
 
3270
- #: wpf-includes/class-usergroups.php:58 wpf-includes/wpf-phrases.php:559
3271
- msgid "Front - Can write PM"
3272
- msgstr "Front - kan skrive PM"
3273
 
3274
- #: wpf-includes/functions-installation.php:347
3275
- msgid "Main Category"
 
 
 
 
 
 
 
3276
  msgstr ""
3277
 
3278
- #: wpf-includes/functions-installation.php:347
3279
- msgid "This is a simple category / section"
3280
  msgstr ""
3281
 
3282
- #: wpf-includes/functions-installation.php:348
3283
- msgid "Main Forum"
3284
  msgstr ""
3285
 
3286
- #: wpf-includes/functions-installation.php:348
3287
- msgid "This is a simple parent forum"
3288
  msgstr ""
3289
 
3290
- #: wpf-includes/functions-installation.php:681
3291
- msgid "Start Profile Synchronization"
3292
- msgstr "Start synkronisering af profiler"
3293
 
3294
- #: wpf-includes/functions-installation.php:681
3295
- msgid "Continue Synchronization"
3296
- msgstr "Fortsæt synkronisering"
3297
 
3298
- #: wpf-includes/functions-installation.php:684
3299
- msgid ""
3300
- "This process may take a few seconds or dozens of minutes, please be patient "
3301
- "and don't close this page."
3302
  msgstr ""
3303
- "Dette kan tage et par sekunder eller et par minutter, vent mens det hele "
3304
- "bliver klaret for dig"
3305
 
3306
- #: wpf-includes/functions-installation.php:685
3307
- msgid ""
3308
- "You can permanently disable this message in Dashboard > Forums > Features "
3309
- "admin page."
3310
- msgstr "Du kan slette beskeder permanent i Dashboard > Forums > Features"
3311
 
3312
- #: wpf-includes/functions-installation.php:687
3313
- msgid "wpForo Forum Installation | "
3314
- msgstr "wpForo Forum Installation | "
3315
 
3316
- #: wpf-includes/functions-installation.php:688
3317
- msgid ""
3318
- "Forum users' profile data are not synchronized yet, this step is required! "
3319
- "Please click the button below to complete installation."
3320
  msgstr ""
3321
- "Forum brugers’ profil data er ikke synkroniseret endnu, før det sker skal du "
3322
- "klikke på denne knap herunder, for at gennemføre installationen. "
3323
- "Synkroniseringen. Klik venligts på denne knap hvis du vil færdiggøre "
3324
- "installationen."
3325
 
3326
- #: wpf-includes/functions-installation.php:699
3327
- msgid ""
3328
- "This process may take a few seconds or dozens of minutes, please be patient "
3329
- "and don't close this page. Database backup is not required. If you got 500 "
3330
- "Server Error please don't worry, the data updating process is still working "
3331
- "in MySQL server."
3332
  msgstr ""
3333
- "Dette kan tage et par sekunder eller et par minutter, vent mens det hele "
3334
- "bliver klaret for dig. Database backup er ikke nødvendigt. Hvis du får en "
3335
- "500 Server fejl, skal du ikke bekymre dig. Dataen bliver opdateret på den "
3336
- "stadig fungerende MySQL server."
3337
 
3338
- #: wpf-includes/functions-installation.php:700
3339
- msgid "Updater Database"
3340
- msgstr "Database Updater "
3341
 
3342
- #: wpf-includes/functions-installation.php:701
3343
- msgid "wpForo - Update Database "
3344
- msgstr "wpForo - Database Update "
3345
 
3346
- #: wpf-includes/functions-installation.php:702
3347
- msgid "Please click the button below to complete wpForo update."
3348
- msgstr ""
3349
- "Klik Please venligst på knappen herunder for at gennemføre wpForo "
3350
- "opdateringen."
3351
 
3352
- #: wpf-includes/functions-template.php:7
3353
- msgid "wpForo Menu"
3354
- msgstr "wpForo Menu"
3355
 
3356
- #: wpf-includes/functions-template.php:156 wpf-includes/wpf-phrases.php:410
3357
- msgid "wpForo Sidebar"
3358
- msgstr "wpForo Sidebar"
3359
 
3360
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:191
3361
- msgid ""
3362
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
3363
- "Width' template for wpForo index page to avoid sidebar duplication."
3364
  msgstr ""
3365
- "NOTE: Hvis du vil tilføje widgets i denne sidebar, skal du huske at bruge "
3366
- "“Full Width” templaten for wpForo index siden. så undgår du “sidebar "
3367
- "duplication”."
3368
 
3369
- #: wpf-includes/functions-template.php:195
3370
- #: wpf-includes/functions-template.php:301
3371
- #: wpf-includes/functions-template.php:364
3372
- #: wpf-includes/functions-template.php:474
3373
- #: wpf-includes/functions-template.php:572
3374
- #: wpf-includes/functions-template.php:617
3375
- #: wpf-includes/functions-template.php:668 wpf-includes/wpf-phrases.php:334
3376
- msgid "Title"
3377
- msgstr "Titel"
3378
-
3379
- #: wpf-includes/functions-template.php:368
3380
- msgid "User Groups"
3381
  msgstr ""
3382
 
3383
- #: wpf-includes/functions-template.php:374
3384
- #: wpf-includes/functions-template.php:491
3385
- #: wpf-includes/functions-template.php:575
3386
- #: wpf-includes/functions-template.php:677 wpf-includes/wpf-phrases.php:210
3387
- msgid "Number of Items"
3388
- msgstr "Antal enheder"
3389
 
3390
- #: wpf-includes/functions-template.php:380 wpf-includes/wpf-phrases.php:70
3391
- msgid "Display Avatars"
3392
- msgstr "vis Avatars"
3393
 
3394
- #: wpf-includes/functions-template.php:409
3395
- msgid "Created Date"
3396
  msgstr ""
3397
 
3398
- #: wpf-includes/functions-template.php:410
3399
- msgid "Modified Date"
3400
  msgstr ""
3401
 
3402
- #: wpf-includes/functions-template.php:411
3403
- msgid "Posts Count"
3404
  msgstr ""
3405
 
3406
- #: wpf-includes/functions-template.php:412
3407
- msgid "Views Count"
3408
  msgstr ""
3409
 
3410
- #: wpf-includes/functions-template.php:415
3411
- msgid "DESC"
 
 
 
 
3412
  msgstr ""
3413
 
3414
- #: wpf-includes/functions-template.php:416
3415
- msgid "ASC"
3416
  msgstr ""
3417
 
3418
- #: wpf-includes/functions-template.php:478
3419
- msgid "Order by"
3420
  msgstr ""
3421
 
3422
- #: wpf-includes/functions-template.php:495
3423
- #: wpf-includes/functions-template.php:579 wpf-includes/wpf-phrases.php:72
3424
- msgid "Display with Avatars"
3425
- msgstr "Vis med Avatars"
3426
 
3427
- #: wpf-includes/functions-template.php:672
3428
- msgid "Topic Counts"
3429
  msgstr ""
3430
 
3431
- #: wpf-includes/functions.php:378
3432
- msgid "Unapproved"
3433
- msgstr "Ikke godkendt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3434
 
3435
- #: wpf-includes/functions.php:379
3436
- msgid "Published"
3437
- msgstr "Udgivet"
3438
 
3439
- #: wpf-includes/functions.php:388 wpf-includes/wpf-phrases.php:597
3440
- msgid "Active"
3441
- msgstr "Aktive"
3442
 
3443
- #: wpf-includes/functions.php:389
3444
- msgid "Banned"
3445
- msgstr "Forbudt"
3446
 
3447
- #: wpf-includes/functions.php:402 wpf-includes/functions.php:704
3448
- #: wpf-includes/wpf-phrases.php:50
3449
- msgid "Bulk Actions"
3450
- msgstr "flere samtidige aktioner"
3451
 
3452
- #: wpf-includes/functions.php:407 wpf-includes/functions.php:808
3453
- #: wpf-includes/wpf-phrases.php:36
3454
- msgid "Apply"
3455
- msgstr "godkend"
3456
 
3457
- #: wpf-includes/functions.php:416 wpf-includes/wpf-phrases.php:300
3458
- msgid "Show all forums"
3459
- msgstr "Vis alle forums"
3460
 
3461
- #: wpf-includes/functions.php:429 wpf-includes/wpf-phrases.php:350
3462
- msgid "filter by group"
3463
- msgstr "filter via gruppe"
3464
 
3465
- #: wpf-includes/functions.php:441
3466
- msgid "filter by status"
3467
- msgstr "filter via status"
3468
 
3469
- #: wpf-includes/functions.php:457
3470
- msgid "filter by package"
3471
- msgstr "filter via pakke"
3472
 
3473
- #: wpf-includes/functions.php:486
3474
- msgid "filter by user"
3475
- msgstr "filter via bruger"
3476
 
3477
- #: wpf-includes/functions.php:506 wpf-includes/functions.php:712
3478
- #: wpf-includes/wpf-phrases.php:385
3479
- msgid "item"
3480
- msgstr "ting"
3481
 
3482
- #: wpf-includes/functions.php:539 wpf-includes/functions.php:555
3483
- #: wpf-includes/wpf-phrases.php:284
3484
- msgid "Select All"
3485
- msgstr "vælg alt"
3486
 
3487
- #: wpf-includes/functions.php:544 wpf-includes/functions.php:560
3488
- msgid "Type"
3489
- msgstr "Type"
3490
 
3491
- #: wpf-includes/functions.php:617 wpf-includes/wpf-phrases.php:383
3492
- msgid "edit user"
3493
- msgstr "Rediger bruger"
3494
 
3495
- #: wpf-includes/functions.php:621 wpf-includes/wpf-phrases.php:382
3496
- msgid "edit profile"
3497
- msgstr "Rediger profil"
3498
 
3499
- #: wpf-includes/functions.php:626
3500
- msgid "unban user"
3501
- msgstr "Tillad bruger"
3502
 
3503
- #: wpf-includes/functions.php:626
3504
- msgid "ban user"
3505
- msgstr "forbyd bruger"
3506
 
3507
- #: wpf-includes/functions.php:626
3508
- msgid "Are you sure, you want to unban this user?"
3509
- msgstr "Er du sikker på at du vil tillade denne bruger ?"
3510
 
3511
- #: wpf-includes/functions.php:626
3512
- msgid "Are you sure, you want to ban this user?"
3513
- msgstr "Er du sikker på at du vil forbyde denne bruger ?"
3514
 
3515
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3516
- #: wpf-includes/wpf-phrases.php:67
3517
- msgid "Delete this item"
3518
- msgstr "Slet dette"
3519
 
3520
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3521
- #: wpf-includes/wpf-phrases.php:41
3522
- msgid "Are you sure you want to DELETE this item?"
3523
- msgstr "Er du sikker på at du vil SLETTE dette"
3524
 
3525
- #: wpf-includes/functions.php:636
3526
- msgid "unapprove this item"
3527
- msgstr "Ikke-tillad dette"
3528
 
3529
- #: wpf-includes/functions.php:636
3530
- msgid "Approve this item"
3531
- msgstr "Tillad dette"
3532
 
3533
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:685
3534
- msgid "unapprove"
3535
- msgstr "Forbyd"
3536
 
3537
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:684
3538
- msgid "approve"
3539
- msgstr "tillad"
3540
 
3541
- #: wpf-includes/functions.php:658 wpf-includes/functions.php:659
3542
- #: wpf-includes/wpf-phrases.php:404
3543
- msgid "view"
3544
- msgstr "se"
3545
 
3546
- #: wpf-includes/functions.php:683
3547
- msgid "Topic"
3548
- msgstr "emne"
3549
 
3550
- #: wpf-includes/functions.php:683
3551
- msgid "Post"
3552
- msgstr "Post"
3553
 
3554
- #: wpf-includes/functions.php:696 wpf-includes/wpf-phrases.php:200
3555
- msgid "No items found"
3556
- msgstr "Ingen Emner fundet"
3557
 
3558
- #: wpf-includes/functions.php:807 wpf-includes/wpf-phrases.php:141
3559
- msgid "Items"
3560
- msgstr "emner"
3561
 
3562
- #: wpf-includes/functions.php:1206
3563
- #, php-format
3564
- msgid "Could not write file %s"
3565
- msgstr "Kunne ikke skrive fil %s"
 
 
 
 
 
 
 
3566
 
3567
  #: wpf-includes/integration/buddypress.php:34
3568
  msgid "Search Forums..."
3569
- msgstr ""
3570
 
3571
- #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:789
3572
- msgid "Topics Started"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3573
  msgstr ""
3574
 
3575
- #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:790
3576
- msgid "Replies Created"
 
 
 
 
3577
  msgstr ""
3578
 
3579
- #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:791
3580
- msgid "Liked Posts"
3581
  msgstr ""
3582
 
3583
- #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:318
3584
- msgid "Subscriptions"
3585
- msgstr "Abonnementer"
3586
 
3587
- #: wpf-includes/integration/buddypress.php:526
3588
- msgid "Topic reply"
3589
  msgstr ""
3590
 
3591
- #: wpf-includes/integration/buddypress.php:529
3592
- #, php-format
3593
- msgid "You have %d new replies"
3594
  msgstr ""
3595
 
3596
- #: wpf-includes/integration/buddypress.php:533
3597
- #, php-format
3598
- msgid "You have %d new reply to %2$s from %3$s"
3599
  msgstr ""
3600
 
3601
- #: wpf-includes/integration/buddypress.php:535
3602
- #, php-format
3603
- msgid "You have %d new reply to %s"
3604
  msgstr ""
3605
 
3606
- #: wpf-includes/integration/buddypress.php:694
3607
- msgid "Are you sure you wanted to do that?"
3608
  msgstr ""
3609
 
3610
- #: wpf-includes/integration/buddypress.php:698
3611
- msgid "You do not have permission to mark notifications for that user."
3612
  msgstr ""
3613
 
3614
- #: wpf-includes/integration/ultimate-member.php:62
3615
- #: wpf-includes/integration/ultimate-member.php:375
3616
- msgid "User leaves a reply to wpForo topic"
3617
  msgstr ""
3618
 
3619
- #: wpf-includes/integration/ultimate-member.php:64
3620
- #: wpf-includes/integration/ultimate-member.php:377
3621
- msgid "When a member replies to one of my forum topics"
3622
  msgstr ""
3623
 
3624
- #: wpf-includes/integration/ultimate-member.php:67
3625
- #: wpf-includes/integration/ultimate-member.php:380
3626
- msgid "User replied to wpForo post"
3627
  msgstr ""
3628
 
3629
- #: wpf-includes/integration/ultimate-member.php:69
3630
- #: wpf-includes/integration/ultimate-member.php:382
3631
- msgid "When a member replies to one of my post in forum topics"
3632
  msgstr ""
3633
 
3634
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
3635
- msgid ""
3636
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
3637
- "permanently remove all forum data (forums, topics, replies, attachments...) "
3638
- "from database. Please backup database before this action, you may need this "
3639
- "forum data in future. If you are sure that you want to delete all forum data "
3640
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
3641
- "that will not remove forum data."
3642
- msgstr ""
3643
- "VIGTIGT! At fjerne er ikke blot en simpel deaktivering. Fjerner du, betyder "
3644
- "det at du permanent fjerner alt data fra dette forum (de forskellige forums, "
3645
- "emner, svar, vedhæng…) fra databasen. Venligst backup din database før du "
3646
- "sletter. Det kunne jo tænkes at du får brug for denne data ude i fremtiden. "
3647
- "Er du stadig sikker på at du vil slette alle forums, bekræft. Ellers kan du "
3648
- "bare cancel det, og deaktivere dette plugin. På den måde bliver data der."
3649
 
3650
- #: wpf-includes/wpf-hooks.php:20
3651
- msgid "Uninstall"
3652
- msgstr "Sket"
3653
 
3654
- #: wpf-includes/wpf-hooks.php:1139
3655
- msgid "Move"
3656
- msgstr "Flyt"
3657
 
3658
- #: wpf-includes/wpf-hooks.php:1174
3659
- msgid "Clear"
3660
- msgstr "fjern"
3661
 
3662
- #: wpf-includes/wpf-hooks.php:1174
3663
- msgid "Select Color"
3664
- msgstr "Vælg farve"
3665
 
3666
- #: wpf-includes/wpf-hooks.php:1191
3667
- msgid "Please check one of reasons before sending feedback!"
3668
  msgstr ""
3669
 
3670
- #: wpf-includes/wpf-hooks.php:1208
3671
- msgid ""
3672
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
3673
- "structure"
3674
  msgstr ""
3675
- "Vigtigt: wpForo kan ikke arbejde med default permalink, venligst skift "
3676
- "permalink strukturen"
3677
 
3678
- #: wpf-includes/wpf-hooks.php:1230
3679
- msgid "Forum Profile Fields - wpForo"
3680
  msgstr ""
3681
 
3682
- #: wpf-includes/wpf-hooks.php:1238
3683
- msgid "Forum - Usergroup"
3684
  msgstr ""
3685
 
3686
- #: wpf-includes/wpf-hooks.php:1243
3687
- #, php-format
3688
- msgid ""
3689
- "Forum Usergroups are synched with User Roles based on the %s. When you "
3690
- "change this user Role the Usergroup is automatically changed according to "
3691
- "that table."
3692
  msgstr ""
3693
 
3694
- #: wpf-includes/wpf-hooks.php:1253
3695
- msgid "Role-Usergroup Synchronization is Turned ON!"
3696
  msgstr ""
3697
 
3698
- #: wpf-includes/wpf-hooks.php:1254
3699
- msgid ""
3700
- "This user Usergroup is automatically changed according to current Role. If "
3701
- "you want to disable Role-Usergroup synchronization and manage Usergroups and "
3702
- "User Roles independently, please navigate to <b>Forums > Settings > "
3703
- "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
3704
- "option."
3705
  msgstr ""
3706
 
3707
- #: wpf-includes/wpf-hooks.php:1265
3708
- msgid "Forum - Secondary Usergroups"
3709
  msgstr ""
3710
 
3711
- #: wpf-includes/wpf-hooks.php:1287
3712
- msgid "Forum - User Timezone"
3713
  msgstr ""
3714
 
3715
- #: wpf-includes/wpf-hooks.php:1584 wpf-includes/wpf-hooks.php:1683
3716
- msgid "Please Moderate: "
3717
- msgstr "Venligst moderer"
3718
 
3719
- #: wpf-includes/wpf-hooks.php:1585
3720
- msgid ""
3721
- "This topic is currently unapproved. You can approve topics in Dashboard "
3722
- "&raquo; Forums &raquo; Moderation admin page."
3723
  msgstr ""
3724
- "Dette emner er indtil videre ikke accepteret. Du kan tillade det i “approve "
3725
- "topics” ( tillad) i Dashboard &raquo; Forums &raquo; Moderation admin side."
3726
 
3727
- #: wpf-includes/wpf-hooks.php:1684
3728
- msgid ""
3729
- "This post is currently unapproved. You can approve posts in Dashboard "
3730
- "&raquo; Forums &raquo; Moderation admin page."
3731
  msgstr ""
3732
- "Denne post er indtil videre ikke accepteret. Du kan tillade posten i "
3733
- "“approve topics” ( tillad) i Dashboard &raquo; Forums &raquo; Moderation "
3734
- "admin side."
3735
 
3736
- #: wpf-includes/wpf-hooks.php:2175 wpf-includes/wpf-hooks.php:2197
3737
- msgid "New Forum"
3738
- msgstr "Nyt Forum"
3739
 
3740
- #: wpf-includes/wpf-hooks.php:2177
3741
- msgid "New User Group"
3742
- msgstr "Ny brugergruppe"
3743
 
3744
- #: wpf-includes/wpf-hooks.php:2179 wpf-includes/wpf-hooks.php:2225
3745
- msgid "New Phrase"
3746
- msgstr "Ny frase"
3747
 
3748
- #: wpf-includes/wpf-hooks.php:2191
3749
- msgid "Forum Dashboard"
3750
  msgstr ""
3751
 
3752
- #: wpf-includes/wpf-hooks.php:2219
3753
- msgid "New Usergroup"
3754
- msgstr "Ny Brugergruppe"
3755
 
3756
- #: wpf-includes/wpf-phrases.php:8
3757
- #, php-format
3758
- msgid "%s and %s liked"
3759
- msgstr "%s og %s liked"
3760
 
3761
- #: wpf-includes/wpf-phrases.php:9
3762
- #, php-format
3763
- msgid "%s liked"
3764
- msgstr "%s liked"
3765
 
3766
- #: wpf-includes/wpf-phrases.php:10
3767
- #, php-format
3768
- msgid "%s, %s and %s liked"
3769
- msgstr "%s, %s og %s liked"
3770
 
3771
- #: wpf-includes/wpf-phrases.php:11
3772
- #, php-format
3773
- msgid "%s, %s, %s and %d people liked"
3774
- msgstr "%s, %s, %s og %d folk likede"
3775
 
3776
- #: wpf-includes/wpf-phrases.php:12
3777
- msgid "AOL IM"
3778
- msgstr "AOL IM"
3779
 
3780
- #: wpf-includes/wpf-phrases.php:13
3781
- msgid "About Me"
3782
- msgstr "Om mig"
 
3783
 
3784
- #: wpf-includes/wpf-phrases.php:16
3785
- msgid "Account"
3786
- msgstr "Konto"
3787
 
3788
- #: wpf-includes/wpf-phrases.php:19
3789
- msgid "Activity"
3790
- msgstr "Aktivitet"
3791
 
3792
- #: wpf-includes/wpf-phrases.php:23
3793
- msgid "Add a comment"
3794
- msgstr "Tilføj en kommentar"
3795
 
3796
- #: wpf-includes/wpf-phrases.php:24
3797
- msgid "Add topic"
3798
- msgstr "Tilføj et emne"
3799
 
3800
- #: wpf-includes/wpf-phrases.php:32
3801
- msgid "Answer"
3802
- msgstr "svar"
3803
 
3804
- #: wpf-includes/wpf-phrases.php:33
3805
- msgid "Answer to"
3806
- msgstr "svar til"
3807
 
3808
- #: wpf-includes/wpf-phrases.php:34
3809
- msgid "Answers"
3810
- msgstr "Svar"
3811
 
3812
- #: wpf-includes/wpf-phrases.php:35
3813
- msgid "Any Date"
3814
- msgstr "En vilkårlig dato"
3815
 
3816
- #: wpf-includes/wpf-phrases.php:42
3817
- msgid "Ascending order"
3818
- msgstr "Stigende"
3819
 
3820
- #: wpf-includes/wpf-phrases.php:43
3821
- msgid "Attach file:"
3822
- msgstr "vedhæng fil"
3823
 
3824
- #: wpf-includes/wpf-phrases.php:44
3825
- msgid "Attachments"
3826
- msgstr "vedhæng"
3827
 
3828
- #: wpf-includes/wpf-phrases.php:45
3829
- msgid "Attachments Size"
3830
- msgstr "størrelse på vedhæng"
3831
 
3832
- #: wpf-includes/wpf-phrases.php:47
3833
- msgid "Avatar"
3834
- msgstr "Avatar"
3835
 
3836
- #: wpf-includes/wpf-phrases.php:53
3837
- msgid "Change password"
3838
- msgstr "Skift password"
3839
 
3840
- #: wpf-includes/wpf-phrases.php:54
3841
- msgid "Choose Target Forum"
3842
- msgstr "Vælg Forum"
3843
 
3844
- #: wpf-includes/wpf-phrases.php:58
3845
- msgid "Comments"
3846
- msgstr "kommentarer"
3847
 
3848
- #: wpf-includes/wpf-phrases.php:59
3849
- msgid "Confirm my subscription"
3850
- msgstr "Bekræft mit Abonnoment"
3851
 
3852
- #: wpf-includes/wpf-phrases.php:65
3853
- msgid "Date"
3854
- msgstr "Dato"
3855
 
3856
- #: wpf-includes/wpf-phrases.php:68
3857
- msgid "Descending order"
3858
- msgstr "Faldende"
3859
 
3860
- #: wpf-includes/wpf-phrases.php:71
3861
- msgid "Display Name"
3862
- msgstr "Vis navn"
 
3863
 
3864
- #: wpf-includes/wpf-phrases.php:74
3865
- msgid "Edited: "
3866
- msgstr "Redigeret"
 
3867
 
3868
- #: wpf-includes/wpf-phrases.php:75
3869
- msgid "Email"
3870
- msgstr "Mail"
3871
 
3872
- #: wpf-includes/wpf-phrases.php:88
3873
- msgid "Enter title here"
3874
- msgstr "Skriv titel her"
3875
 
3876
- #: wpf-includes/wpf-phrases.php:90
3877
- msgid "Extended Layout - Intro posts"
3878
- msgstr "Udvidet Layout - Intro posteringer"
3879
 
3880
- #: wpf-includes/wpf-phrases.php:91
3881
- msgid "Extended Layout - Intro topics"
3882
- msgstr "Udvidet Layout - Intro emner"
3883
 
3884
- #: wpf-includes/wpf-phrases.php:92
3885
- msgid "Extended Layout - Number of intro posts"
3886
- msgstr "Udvidet Layout - Antal af Intro posteringer"
 
3887
 
3888
- #: wpf-includes/wpf-phrases.php:93
3889
- msgid "Extended Layout - Number of intro topics"
3890
- msgstr "Udvidet Layout - Antal Intro emner"
3891
 
3892
- #: wpf-includes/wpf-phrases.php:94
3893
- msgid "Facebook"
3894
- msgstr "Facebook"
3895
 
3896
- #: wpf-includes/wpf-phrases.php:95
3897
- msgid "Failed to write file to disk"
3898
- msgstr "Kunne ikke skrive til disk"
3899
 
3900
- #: wpf-includes/wpf-phrases.php:97
3901
- msgid "File upload stopped by extension"
3902
- msgstr "Fil Opload blev stoppet da vi læste endelsen"
3903
 
3904
- #: wpf-includes/wpf-phrases.php:98
3905
- msgid "Find Posts by User"
3906
- msgstr "Find Posts via bruger"
3907
 
3908
- #: wpf-includes/wpf-phrases.php:99
3909
- msgid "Find Topics Started by User"
3910
- msgstr "Find Emner startet via bruger"
3911
 
3912
- #: wpf-includes/wpf-phrases.php:100
3913
- msgid "First post and replies"
3914
- msgstr "Find posteringer og svar"
3915
 
3916
- #: wpf-includes/wpf-phrases.php:102
3917
- msgid "Forum - Login"
3918
- msgstr "Forum - Login"
3919
 
3920
- #: wpf-includes/wpf-phrases.php:103
3921
- msgid "Forum - Page Not Found"
3922
- msgstr "Forum - Side ikke fundet"
3923
 
3924
- #: wpf-includes/wpf-phrases.php:104
3925
- msgid "Forum - Registration"
3926
- msgstr "Forum - Registrering"
3927
 
3928
- #: wpf-includes/wpf-phrases.php:106
3929
- msgid "Forum Admin Email Addresses"
3930
- msgstr "Forum Admin mail adresse"
3931
 
3932
- #: wpf-includes/wpf-phrases.php:109
3933
- msgid "Forum Home"
3934
- msgstr "Forum Forside"
3935
 
3936
- #: wpf-includes/wpf-phrases.php:110
3937
- msgid "Forum Language"
3938
- msgstr "Forum sprog"
3939
 
3940
- #: wpf-includes/wpf-phrases.php:111
3941
- msgid "Forum Members"
3942
- msgstr "Forum Medlemmer"
3943
 
3944
- #: wpf-includes/wpf-phrases.php:114
3945
- msgid "Forum Profile"
3946
- msgstr "Forum Profil"
3947
 
3948
- #: wpf-includes/wpf-phrases.php:115
3949
- msgid "Forum RSS Feed"
3950
- msgstr "Forum RSS"
3951
 
3952
- #: wpf-includes/wpf-phrases.php:119
3953
- msgid "Forum Statistics"
3954
- msgstr "Forum Statestik"
3955
 
3956
- #: wpf-includes/wpf-phrases.php:122
3957
- msgid "Forum is empty"
3958
- msgstr "Forum er tomt"
3959
 
3960
- #: wpf-includes/wpf-phrases.php:125
3961
- msgid "From Email Address"
3962
- msgstr "Fra mail adresse"
3963
 
3964
- #: wpf-includes/wpf-phrases.php:126
3965
- msgid "From Name"
3966
- msgstr "Fra navn"
3967
 
3968
- #: wpf-includes/wpf-phrases.php:131
3969
- msgid "Group"
3970
- msgstr "Gruppe"
3971
 
3972
- #: wpf-includes/wpf-phrases.php:132
3973
- msgid "Google+"
3974
- msgstr "Google+"
3975
 
3976
- #: wpf-includes/wpf-phrases.php:135
3977
- msgid "ICQ"
3978
- msgstr "ICQ"
3979
 
3980
- #: wpf-includes/wpf-phrases.php:139
3981
- msgid "Insert member name or email"
3982
- msgstr "Indsæt medlems navn eller mail"
3983
 
3984
- #: wpf-includes/wpf-phrases.php:142
3985
- msgid "Joined"
3986
- msgstr "Meldt ind"
3987
 
3988
- #: wpf-includes/wpf-phrases.php:145
3989
- msgid "Last 24 hours"
3990
- msgstr "Sidste 24 timer"
3991
 
3992
- #: wpf-includes/wpf-phrases.php:146
3993
- msgid "Last 3 Months"
3994
- msgstr "Sidste 3 måneder"
3995
 
3996
- #: wpf-includes/wpf-phrases.php:147
3997
- msgid "Last 6 Months"
3998
- msgstr "Sidste 6 måneder"
3999
 
4000
- #: wpf-includes/wpf-phrases.php:148
4001
- msgid "Last Active"
4002
- msgstr "Sidst aktiv"
4003
 
4004
- #: wpf-includes/wpf-phrases.php:149
4005
- msgid "Last Month"
4006
- msgstr "Sidste måned"
4007
 
4008
- #: wpf-includes/wpf-phrases.php:150
4009
- msgid "Last Post"
4010
- msgstr "Sidst post"
4011
 
4012
- #: wpf-includes/wpf-phrases.php:151
4013
- msgid "Last Post Info"
4014
- msgstr "Sidst post info"
4015
 
4016
- #: wpf-includes/wpf-phrases.php:152
4017
- msgid "Last Week"
4018
- msgstr "Sidste uge"
4019
 
4020
- #: wpf-includes/wpf-phrases.php:153
4021
- msgid "Last Year ago"
4022
- msgstr "Sidste år (siden)"
4023
 
4024
- #: wpf-includes/wpf-phrases.php:154
4025
- #, php-format
4026
- msgid "Last post by %s"
4027
- msgstr "Sidste post af %s"
4028
 
4029
- #: wpf-includes/wpf-phrases.php:155
4030
- msgid "Latest Post"
4031
- msgstr "Sidste post"
4032
 
4033
- #: wpf-includes/wpf-phrases.php:156
4034
- msgid "Leave a reply"
4035
- msgstr "Skriv et svar"
4036
 
4037
- #: wpf-includes/wpf-phrases.php:157
4038
- msgid "Length must be between 3 characters and 30 characters."
4039
- msgstr "Længden skal være mellem 3 og 30 tegn"
4040
 
4041
- #: wpf-includes/wpf-phrases.php:159
4042
- msgid "Liked"
4043
- msgstr "Liked"
4044
 
4045
- #: wpf-includes/wpf-phrases.php:160
4046
- msgid "Location"
4047
- msgstr "Location"
4048
 
4049
- #: wpf-includes/wpf-phrases.php:161
4050
- msgid "Login"
4051
- msgstr "Login"
4052
 
4053
- #: wpf-includes/wpf-phrases.php:163
4054
- msgid "Logout"
4055
- msgstr "Logout"
4056
 
4057
- #: wpf-includes/wpf-phrases.php:165
4058
- msgid "Lost your password?"
4059
- msgstr "Har du mistet dit password"
4060
 
4061
- #: wpf-includes/wpf-phrases.php:167
4062
- msgid "MSN"
4063
- msgstr "MSN"
4064
 
4065
- #: wpf-includes/wpf-phrases.php:168
4066
- msgid "Maximum allowed file size is"
4067
- msgstr "Største tilladte fil størrelse er"
4068
 
4069
- #: wpf-includes/wpf-phrases.php:170
4070
- msgid "Member Activity"
4071
- msgstr "Medlems aktiviteter"
4072
 
4073
- #: wpf-includes/wpf-phrases.php:171
4074
- msgid "Member Information"
4075
- msgstr "Medlems information"
4076
 
4077
- #: wpf-includes/wpf-phrases.php:172
4078
- msgid "Member Rating"
4079
- msgstr "Medlems rating"
4080
 
4081
- #: wpf-includes/wpf-phrases.php:173
4082
- msgid "Member Rating Badge"
4083
- msgstr "Medlems dating skilt"
4084
 
4085
- #: wpf-includes/wpf-phrases.php:174
4086
- msgid "Member Reputation"
4087
- msgstr "Medlems rygte"
4088
 
4089
- #: wpf-includes/wpf-phrases.php:177
4090
- msgid "Member information"
4091
- msgstr "Medlems information"
4092
 
4093
- #: wpf-includes/wpf-phrases.php:181
4094
- msgid "Members not found"
4095
- msgstr "Medlem er væk"
4096
 
4097
- #: wpf-includes/wpf-phrases.php:182
4098
- msgid ""
4099
- "You have been banned. Please contact the forum administratoristrators for more "
4100
- "information."
4101
- msgstr "Du er blevet forbudt kontakt eventuelt administrator for en forklaring"
4102
 
4103
- #: wpf-includes/wpf-phrases.php:183
4104
- msgid "Messages"
4105
- msgstr "Beskeder"
4106
 
4107
- #: wpf-includes/wpf-phrases.php:186
4108
- msgid "Missing a temporary folder"
4109
- msgstr "Der mangler en temp folder"
4110
 
4111
- #: wpf-includes/wpf-phrases.php:188
4112
- msgid "Move Topic"
4113
- msgstr "Flyt emne"
4114
 
4115
- #: wpf-includes/wpf-phrases.php:189
4116
- msgid "Must be minimum 6 characters."
4117
- msgstr "Skal mindst være 6 tegn"
4118
 
4119
- #: wpf-includes/wpf-phrases.php:190
4120
- msgid "My Profile"
4121
- msgstr "Min profil"
4122
 
4123
- #: wpf-includes/wpf-phrases.php:197
4124
- msgid "No activity found for this member."
4125
- msgstr "Der blev ikke fundet nogen aktivitet fra dette medlem"
4126
 
4127
- #: wpf-includes/wpf-phrases.php:198
4128
- msgid "No file was uploaded"
4129
- msgstr "Ingen filer blev uploaded"
4130
 
4131
- #: wpf-includes/wpf-phrases.php:199
4132
- msgid "No forums were found here."
4133
- msgstr "Der blev ikke fundet nogle forum her"
4134
 
4135
- #: wpf-includes/wpf-phrases.php:203
4136
- msgid "No online members at the moment"
4137
- msgstr "Der er ingen medlemmer online i dette øjeblik"
4138
 
4139
- #: wpf-includes/wpf-phrases.php:205
4140
- msgid "No subscriptions found for this member."
4141
- msgstr "Der blev ikke fundet nogle Abonnoment hos dette medlem"
4142
 
4143
- #: wpf-includes/wpf-phrases.php:207
4144
- msgid "No topics were found here"
4145
- msgstr "Der blev ikke fundet nogle emner her"
4146
 
4147
- #: wpf-includes/wpf-phrases.php:208
4148
- msgid "Not available"
4149
- msgstr "Ikke til rådighed"
4150
 
4151
- #: wpf-includes/wpf-phrases.php:214
4152
- msgid "Occupation"
4153
- msgstr "job"
4154
 
4155
- #: wpf-includes/wpf-phrases.php:215
4156
- msgid "Offline"
4157
- msgstr "Offline"
4158
 
4159
- #: wpf-includes/wpf-phrases.php:216
4160
- msgid "Online"
4161
- msgstr "Online"
4162
 
4163
- #: wpf-includes/wpf-phrases.php:218
4164
- msgid "Oops! The page you requested was not found!"
4165
- msgstr "Oops! den side du leder efter blev ikke fundet!"
4166
 
4167
- #: wpf-includes/wpf-phrases.php:219
4168
- msgid "Our newest member"
4169
- msgstr "Vores nyeste medlem"
4170
 
4171
- #: wpf-includes/wpf-phrases.php:220
4172
- msgid "Page"
4173
- msgstr "Side"
4174
 
4175
- #: wpf-includes/wpf-phrases.php:222
4176
- msgid "Password"
4177
- msgstr "Password"
4178
 
4179
- #: wpf-includes/wpf-phrases.php:224
4180
- #, php-format
4181
- msgid "Please %s or %s"
4182
- msgstr "Venligst %s eller %s"
4183
-
4184
- #: wpf-includes/wpf-phrases.php:228
4185
- msgid "Post Title"
4186
- msgstr "Indlæg titel"
4187
 
4188
- #: wpf-includes/wpf-phrases.php:229
4189
- msgid "Post link"
4190
- msgstr "Indlæg link"
4191
 
4192
- #: wpf-includes/wpf-phrases.php:230
4193
- msgid "Posted"
4194
- msgstr "Udgivet"
4195
 
4196
- #: wpf-includes/wpf-phrases.php:231
4197
- msgid "Posted by"
4198
- msgstr "Udgivet af"
4199
 
4200
- #: wpf-includes/wpf-phrases.php:233
4201
- msgid "Powered by"
4202
- msgstr "Powered by"
4203
 
4204
- #: wpf-includes/wpf-phrases.php:235
4205
- msgid "Q&A Layout - Number of intro topics"
4206
- msgstr "Q&A Layout - antal intro emner"
4207
 
4208
- #: wpf-includes/wpf-phrases.php:236
4209
- msgid "Q&A layout - Intro topics"
4210
- msgstr "Q&A Layout - intro emner"
4211
 
4212
- #: wpf-includes/wpf-phrases.php:237
4213
- msgid "Question Comments"
4214
- msgstr "Spørgsmål kommentarer"
4215
 
4216
- #: wpf-includes/wpf-phrases.php:238
4217
- msgid "Questions"
4218
- msgstr "Spørgsmål"
4219
 
4220
- #: wpf-includes/wpf-phrases.php:239
4221
- msgid "Quote"
4222
- msgstr "En pris"
4223
 
4224
- #: wpf-includes/wpf-phrases.php:240
4225
- msgid "RE"
4226
- msgstr "RE"
4227
 
4228
- #: wpf-includes/wpf-phrases.php:241
4229
- msgid "REPLY:"
4230
- msgstr "REPLY:"
 
4231
 
4232
- #: wpf-includes/wpf-phrases.php:242
4233
- msgid "RSS"
4234
- msgstr "RSS"
4235
 
4236
- #: wpf-includes/wpf-phrases.php:243
4237
- msgid "Rating"
4238
- msgstr "Rating"
4239
 
4240
- #: wpf-includes/wpf-phrases.php:244
4241
- msgid "Rating Badge"
4242
- msgstr "Rating skilt"
4243
 
4244
- #: wpf-includes/wpf-phrases.php:248
4245
- msgid "Received Likes"
4246
- msgstr "Modtagede likes"
4247
 
4248
- #: wpf-includes/wpf-phrases.php:249
4249
- msgid "Recent Questions"
4250
- msgstr "Nye spørgsmål"
4251
 
4252
- #: wpf-includes/wpf-phrases.php:250
4253
- msgid "Recent Topics"
4254
- msgstr "Nye emner"
4255
 
4256
- #: wpf-includes/wpf-phrases.php:251
4257
- msgid "Register"
4258
- msgstr "Registrer"
4259
 
4260
- #: wpf-includes/wpf-phrases.php:253
4261
- msgid "Registered date"
4262
- msgstr "Registreret dato"
4263
 
4264
- #: wpf-includes/wpf-phrases.php:254
4265
- msgid "Relevancy"
4266
- msgstr "Relevans"
4267
 
4268
- #: wpf-includes/wpf-phrases.php:255
4269
- msgid "Remember Me"
4270
- msgstr "Husk mig"
4271
 
4272
- #: wpf-includes/wpf-phrases.php:261
4273
- msgid "Replies"
4274
- msgstr "Svar"
4275
 
4276
- #: wpf-includes/wpf-phrases.php:262
4277
- msgid "Replies not found"
4278
- msgstr "Svar ikke fundet"
4279
 
4280
- #: wpf-includes/wpf-phrases.php:263
4281
- msgid "Reply"
4282
- msgstr "Svar"
4283
 
4284
- #: wpf-includes/wpf-phrases.php:264
4285
- msgid "Report"
4286
- msgstr "Rapport"
4287
 
4288
- #: wpf-includes/wpf-phrases.php:267
4289
- msgid "Report to Administration"
4290
- msgstr "Rapport til administration"
4291
 
4292
- #: wpf-includes/wpf-phrases.php:269
4293
- msgid "Result Info"
4294
- msgstr "Resultat"
1
+ # Translation of Plugins - wpForo Forum - Stable (latest release) in Danish
2
+ # This file is distributed under the same license as the Plugins - wpForo Forum - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2020-12-01 12:25:17+0000\n"
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
11
+ "Language: da_DK\n"
12
+ "Project-Id-Version: Plugins - wpForo Forum - Stable (latest release)\n"
 
 
 
 
 
 
13
 
14
+ #: wpf-admin/options-tabs/features.php:36
15
+ msgid "Enable Options Cache"
16
+ msgstr ""
17
 
18
+ #: wpf-includes/wpf-phrases.php:1109
19
+ msgid "No posts found"
20
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
+ #: wpf-includes/wpf-phrases.php:1108
23
+ msgid "Topic starter"
24
+ msgstr ""
25
 
26
+ #: wpf-themes/classic/functions.php:91
27
+ msgid "Threaded Layout - Display Sub Forums with Parent Forums"
28
+ msgstr ""
29
 
30
+ #: wpf-admin/dashboard.php:192
31
+ msgid "Clean Up"
32
+ msgstr ""
33
 
34
+ #: wpf-includes/wpf-hooks.php:2813
35
+ msgid "wpForo Polls addon is disabled!"
36
+ msgstr ""
37
 
38
+ #: wpf-includes/functions.php:2350
39
+ msgid "Update CSS >>"
40
+ msgstr "Opdater CSS >>"
41
 
42
+ #: wpf-includes/functions.php:2349
43
+ msgid "Please update wpForo addons CSS style to make compatible with the current version of wpForo."
44
+ msgstr ""
 
45
 
46
+ #: wpf-includes/functions.php:2349
47
+ msgid "Action Required!"
48
+ msgstr "Handling er nødvendig!"
 
 
 
 
 
 
49
 
50
+ #: wpf-includes/wpf-hooks.php:2814
51
+ msgid "dismiss"
52
+ msgstr ""
 
53
 
54
+ #: wpf-includes/wpf-hooks.php:2813
55
+ msgid " Your addon version is not compatible with the current version of wpForo. Please update the addon or downgrade wpForo to 1.7.7"
56
+ msgstr ""
 
57
 
58
+ #: wpf-includes/class-usergroups.php:86
59
+ msgid "Front - Can access to add topic page"
60
+ msgstr ""
61
 
62
+ #: wpforo.php:1130
63
+ msgid "Allows to create topic custom fields and manage topic form layout with a form builder. Adds topic search options by custom fields"
64
+ msgstr ""
 
 
 
65
 
66
+ #: wpf-includes/class-forums.php:49
67
+ msgid "Can reply to own topic"
68
+ msgstr ""
 
69
 
70
+ #: wpf-admin/options-tabs/features.php:84
71
+ msgid "Ultimate Member"
72
+ msgstr ""
 
73
 
74
+ #: wpf-admin/options-tabs/features.php:84
75
+ msgid "Ultimate Member Profile for the whole website including forum."
76
+ msgstr ""
 
77
 
78
+ #: wpf-admin/options-tabs/features.php:83
79
+ msgid "BuddyPress"
80
+ msgstr "BuddyPress"
 
81
 
82
+ #: wpf-admin/options-tabs/features.php:83
83
+ msgid "BuddyPress Profile for the whole website including forum."
84
+ msgstr ""
85
 
86
+ #: wpf-admin/options-tabs/features.php:82
87
+ msgid "wpForo Profile for the whole website including forum, comment authors, post authors and etc..."
88
+ msgstr ""
89
 
90
+ #: wpf-admin/options-tabs/features.php:81
91
+ msgid "wpForo Profile only for the forum, WordPress Profile for others, including comment authors, post authors and etc..."
92
+ msgstr ""
93
 
94
+ #: wpf-admin/options-tabs/features.php:21
95
+ msgid "Profile Page"
96
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
+ #: wpf-admin/options-tabs/emails.php:284
99
+ msgid "Mentioned post excerpt"
100
+ msgstr ""
101
 
102
+ #. Author of the plugin
103
+ msgid "gVectors Team"
104
+ msgstr ""
105
 
106
+ #: wpf-admin/options-tabs/emails.php:234
107
+ msgid "Overwrite WordPress Reset Password Emails"
108
+ msgstr ""
109
 
110
+ #: wpf-includes/wpf-phrases.php:1106
111
+ msgid "Short"
112
+ msgstr ""
113
 
114
+ #: wpf-includes/wpf-phrases.php:1105
115
+ msgid "Full"
116
+ msgstr ""
117
 
118
+ #: wpf-includes/wpf-phrases.php:1085
119
+ msgid "Protect your forum from spam user registration!"
120
+ msgstr ""
121
 
122
+ #: wpf-includes/wpf-hooks.php:1525
123
+ msgid "Synced with user role"
 
 
124
  msgstr ""
125
 
126
+ #: wpf-includes/wpf-phrases.php:1104
127
+ msgid "Create Account"
128
+ msgstr "Opret konto"
129
 
130
+ #: wpf-includes/wpf-phrases.php:1103
131
+ msgid "{new}"
132
+ msgstr ""
 
 
133
 
134
+ #: wpf-includes/wpf-phrases.php:1102
135
+ msgid "configure"
136
+ msgstr "konfigurere "
 
137
 
138
+ #: wpf-includes/wpf-phrases.php:1101
139
+ msgid "I got it, please dismiss this message"
140
+ msgstr ""
141
 
142
+ #: wpf-includes/wpf-phrases.php:1100
143
+ msgid "No new posts found"
144
+ msgstr ""
145
 
146
+ #: wpf-includes/wpf-phrases.php:1099
147
+ msgid "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."
148
+ msgstr ""
149
 
150
+ #: wpf-includes/wpf-phrases.php:1098
151
+ msgid "the layout you want"
152
+ msgstr ""
153
 
154
+ #: wpf-includes/wpf-phrases.php:1097
155
+ msgid "Admin Control Panel"
156
+ msgstr "Administrations kontrolpanel"
157
 
158
+ #: wpf-includes/wpf-phrases.php:1096
159
+ msgid "Delete Forum Cache"
160
+ msgstr ""
161
 
162
+ #: wpf-includes/wpf-phrases.php:1095
163
+ msgid "Forum Widgets"
164
+ msgstr ""
165
 
166
+ #: wpf-includes/wpf-phrases.php:1094
167
+ msgid "Forum Menu"
168
+ msgstr ""
169
 
170
+ #: wpf-includes/wpf-phrases.php:1093
171
+ msgid "Post Moderation"
 
 
 
172
  msgstr ""
 
 
 
173
 
174
+ #: wpf-includes/wpf-phrases.php:1092
175
+ msgid "Change Color Style"
176
+ msgstr ""
177
 
178
+ #: wpf-includes/wpf-phrases.php:1091
179
+ msgid "Add New Category or Forum"
180
+ msgstr "Tilføj ny kategori eller et nyt forumemne"
181
 
182
+ #: wpf-includes/wpf-phrases.php:1089
183
+ msgid "This notification is only visible for the website administrators. It will be automatically disabled once some antispam solution is enabled. If you don't use wpForo registration form or you're sure, that you have an antispam solution just click the [dismiss] button."
184
  msgstr ""
185
 
186
+ #: wpf-includes/wpf-phrases.php:1088
187
+ msgid "WordPress plugin"
188
+ msgstr ""
189
 
190
+ #: wpf-includes/wpf-phrases.php:1087
191
+ msgid "Tools &gt; Antispam Tab"
192
+ msgstr ""
193
 
194
+ #: wpf-includes/wpf-phrases.php:1086
195
+ msgid "wpForo has not found any protection solution against spam user registration on the forum registration form. Please %1$s and enable the %2$s antibot protection in %3$s or install other alternative %4$s to avoid registration of spam users."
196
+ msgstr ""
197
 
198
+ #: wpf-includes/wpf-phrases.php:1083
199
+ msgid "New notification from %1$s, %2$s"
200
  msgstr ""
201
 
202
+ #: wpf-includes/wpf-phrases.php:1082
203
+ msgid "New Notification"
204
  msgstr ""
205
 
206
+ #: wpf-includes/wpf-phrases.php:1081
207
+ msgid "%1$s has mentioned you, %2$s"
 
 
208
  msgstr ""
209
 
210
+ #: wpf-includes/wpf-phrases.php:1080
211
+ msgid "New User Mentioning"
212
  msgstr ""
213
 
214
+ #: wpf-includes/wpf-phrases.php:1068
215
+ msgid "You have a new notification"
216
  msgstr ""
217
 
218
+ #: wpf-includes/wpf-phrases.php:1067
219
+ msgid "You have new notifications"
220
  msgstr ""
221
 
222
+ #: wpf-includes/wpf-phrases.php:129
223
+ msgid "Share to LinkedIn"
224
  msgstr ""
225
 
226
+ #: wpf-includes/wpf-phrases.php:128
227
+ msgid "Share to WhatsApp"
228
  msgstr ""
229
 
230
+ #: wpf-includes/wpf-hooks.php:2782 wpf-includes/wpf-phrases.php:1084
231
+ msgid "IMPORTANT! The forum registration form is probably under risk of spam attacks. Please configure wpForo built-in %s antibot for registration form to avoid spam registrations. If you don't use the forum registration form or you are sure that your registration forms are secured, just click on (x) button to dismiss this message."
232
  msgstr ""
233
 
234
+ #: wpf-includes/functions-template.php:927
235
+ msgid "Display [new] indicator"
236
  msgstr ""
237
 
238
+ #: wpf-includes/functions-template.php:922
239
+ msgid "Display Only Unread Posts"
240
  msgstr ""
241
 
242
+ #: wpf-admin/options.php:23
243
+ msgid "API's (Social Network)"
244
  msgstr ""
245
 
246
+ #: wpf-admin/includes/member-listtable.php:261
247
+ msgid "Change"
248
  msgstr ""
249
 
250
+ #: wpf-admin/includes/member-listtable.php:258
251
+ msgid "Change usergroup to…"
 
 
252
  msgstr ""
253
 
254
+ #: wpf-admin/options-tabs/features.php:60
255
+ msgid "Frontend Admin Control Panel"
256
  msgstr ""
257
 
258
+ #: wpf-admin/options-tabs/features.php:24
259
+ msgid "If you have enabled this option, after registering, the admin will not receive an email notification for newly registered user."
260
  msgstr ""
261
 
262
+ #: wpf-admin/options-tabs/features.php:24
263
+ msgid "Stop Sending Emails to Admins on New User Registration"
264
  msgstr ""
265
 
266
+ #: wpf-admin/options-tabs/emails.php:198
267
+ msgid "Overwrite WordPress New User Registration Email for Users"
268
  msgstr ""
269
 
270
+ #: wpf-admin/options-tabs/emails.php:161
271
+ msgid "Overwrite WordPress New User Registration Email for Admins"
272
  msgstr ""
273
 
274
+ #: wpf-includes/wpf-phrases.php:1077
275
+ msgid "Go to first unread post"
276
  msgstr ""
277
 
278
+ #: wpf-includes/wpf-phrases.php:1076
279
+ msgid "New down vote from %1$s, %2$s"
280
  msgstr ""
281
 
282
+ #: wpf-includes/wpf-phrases.php:1075
283
+ msgid "New Down Vote"
284
+ msgstr ""
 
285
 
286
+ #: wpf-includes/wpf-phrases.php:1074
287
+ msgid "New up vote from %1$s, %2$s"
288
+ msgstr ""
 
289
 
290
+ #: wpf-includes/wpf-phrases.php:1073
291
+ msgid "New Up Vote"
292
+ msgstr ""
293
 
294
+ #: wpf-includes/wpf-phrases.php:1072
295
+ msgid "New like from %1$s, %2$s"
296
+ msgstr ""
297
 
298
+ #: wpf-includes/wpf-phrases.php:1071
299
+ msgid "New Like"
300
+ msgstr ""
301
 
302
+ #: wpf-includes/wpf-phrases.php:1070
303
+ msgid "New reply from %1$s, %2$s"
304
+ msgstr ""
305
 
306
+ #: wpf-includes/wpf-phrases.php:1066
307
+ msgid "You have no new notifications"
308
+ msgstr ""
309
 
310
+ #: wpf-includes/wpf-phrases.php:1065
311
+ msgid "You have no new notification"
312
+ msgstr ""
 
313
 
314
+ #: wpf-includes/wpf-phrases.php:1064
315
+ msgid "Clear all"
316
+ msgstr ""
317
 
318
+ #: wpf-includes/wpf-phrases.php:1063
319
+ msgid "Notifications"
320
+ msgstr ""
 
 
321
 
322
+ #: wpf-includes/wpf-phrases.php:1059
323
+ msgid "Default avatar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  msgstr ""
325
 
326
+ #: wpf-includes/class-actions.php:2224
327
+ msgid "Theme reset success"
328
+ msgstr ""
329
 
330
+ #: wpf-includes/class-actions.php:2216
331
+ msgid "Theme reset error"
332
  msgstr ""
 
 
333
 
334
+ #: wpf-includes/class-actions.php:2193
335
+ msgid "Theme delete success"
 
 
336
  msgstr ""
 
 
337
 
338
+ #: wpf-includes/class-actions.php:2185
339
+ msgid "Theme delete error"
 
 
 
 
340
  msgstr ""
 
 
 
 
341
 
342
+ #: wpf-includes/class-actions.php:2162
343
+ msgid "Theme install success"
344
+ msgstr ""
345
 
346
+ #: wpf-includes/class-actions.php:2153
347
+ msgid "Theme install error"
348
+ msgstr ""
349
 
350
+ #: wpf-includes/class-actions.php:2130
351
+ msgid "Theme activate success"
352
+ msgstr ""
353
 
354
+ #: wpf-includes/class-actions.php:2121
355
+ msgid "Theme activate error"
 
 
356
  msgstr ""
 
 
357
 
358
+ #: wpf-includes/functions-template.php:651
359
+ msgid "Refer topics to first unread post"
360
+ msgstr ""
361
 
362
+ #: wpf-includes/functions-template.php:646
363
+ msgid "Display with avatars"
364
+ msgstr ""
365
 
366
+ #: wpf-includes/functions-template.php:317
367
+ msgid "Hide this widget for guests"
368
+ msgstr ""
369
 
370
+ #: wpf-includes/functions-template.php:313
371
+ msgid "Hide buttons"
372
+ msgstr ""
373
 
374
+ #: wpf-includes/functions-template.php:309
375
+ msgid "Hide user data"
376
+ msgstr ""
377
 
378
+ #: wpf-includes/functions-template.php:305
379
+ msgid "Hide notification bell"
380
+ msgstr ""
 
381
 
382
+ #: wpf-includes/functions-template.php:301
383
+ msgid "Hide user name"
384
+ msgstr ""
385
 
386
+ #: wpf-includes/functions-template.php:297
387
+ msgid "Hide avatar"
388
+ msgstr ""
 
 
 
389
 
390
+ #: wpf-includes/functions-template.php:293
391
+ msgid "Title for Guests"
392
+ msgstr ""
 
393
 
394
+ #: wpf-includes/functions-template.php:289
395
+ msgid "Title for Users"
396
+ msgstr ""
 
397
 
398
+ #: wpf-includes/functions-template.php:186
399
+ #: wpf-includes/functions-template.php:205
400
+ #: wpf-includes/functions-template.php:280 wpf-includes/wpf-phrases.php:1062
401
+ msgid "Join Us!"
402
  msgstr ""
403
 
404
+ #: wpf-includes/class-usergroups.php:85
405
+ msgid "Front - Can access to attachments"
406
+ msgstr ""
407
 
408
+ #: wpf-admin/includes/member-listtable.php:160
409
+ msgid "Last Login"
 
 
410
  msgstr ""
 
 
411
 
412
+ #: wpf-admin/includes/member-listtable.php:91
413
+ msgid "Delete User"
414
+ msgstr ""
415
 
416
+ #: wpf-admin/includes/member-listtable.php:90
417
+ #: wpf-admin/includes/member-listtable.php:234
418
+ msgid "Unban"
419
+ msgstr ""
420
 
421
+ #: wpf-admin/includes/member-listtable.php:90
422
+ msgid "Are you sure, you want to UNBAN this user?"
423
+ msgstr ""
424
 
425
+ #: wpf-admin/includes/member-listtable.php:90
426
+ msgid "Unban User"
427
+ msgstr ""
428
 
429
+ #: wpf-admin/includes/member-listtable.php:89
430
+ #: wpf-admin/includes/member-listtable.php:233
431
+ msgid "Ban"
 
432
  msgstr ""
 
 
433
 
434
+ #: wpf-admin/includes/member-listtable.php:89
435
+ msgid "Are you sure, you want to BAN this user?"
436
+ msgstr ""
437
 
438
+ #: wpf-admin/includes/member-listtable.php:89
439
+ msgid "Ban User"
440
+ msgstr ""
441
 
442
+ #: wpf-admin/includes/member-listtable.php:88
443
+ msgid "Edit Profile"
444
+ msgstr ""
445
 
446
+ #: wpf-admin/includes/member-listtable.php:87
447
+ msgid "Edit User"
 
 
448
  msgstr ""
 
 
449
 
450
+ #: wpf-admin/includes/moderation-listtable.php:295
451
+ msgid "All Users"
 
 
452
  msgstr ""
 
 
453
 
454
+ #: wpf-admin/includes/moderation-listtable.php:141
455
+ msgid "Private"
456
+ msgstr ""
457
 
458
+ #: wpf-admin/includes/moderation-listtable.php:140
459
+ msgid "Created"
460
+ msgstr ""
461
 
462
+ #: wpf-admin/includes/moderation-listtable.php:139
463
+ msgid "Created By"
464
+ msgstr ""
465
 
466
+ #: wpf-admin/includes/moderation-listtable.php:89
467
+ #: wpf-admin/includes/moderation-listtable.php:191
468
+ msgid "Unapprove"
 
 
 
469
  msgstr ""
470
 
471
+ #: wpf-admin/includes/moderation-listtable.php:86
472
+ #: wpf-admin/includes/moderation-listtable.php:189
473
+ msgid "Approve"
474
+ msgstr ""
 
475
 
476
+ #: wpf-admin/includes/moderation-listtable.php:57
477
+ msgid "NO"
478
+ msgstr ""
479
 
480
+ #: wpf-admin/includes/moderation-listtable.php:57
481
+ msgid "YES"
482
+ msgstr ""
 
 
483
 
484
+ #: wpf-admin/includes/moderation-listtable.php:55
485
+ msgid "POST"
486
+ msgstr ""
487
 
488
+ #: wpf-admin/includes/moderation-listtable.php:55
489
+ msgid "TOPIC"
490
+ msgstr ""
491
 
492
+ #: wpf-admin/usergroup.php:252
493
+ msgid "This option has disabled because you have more than 50 users in this group."
494
+ msgstr ""
 
495
 
496
+ #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
497
+ msgid "Translation"
 
 
498
  msgstr ""
 
 
499
 
500
+ #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
501
+ msgid "Original"
502
+ msgstr ""
 
 
503
 
504
+ #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
505
+ msgid "Package"
506
+ msgstr ""
507
 
508
+ #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
509
+ msgid "Language"
510
+ msgstr ""
511
 
512
+ #: wpf-admin/options-tabs/features.php:46
513
+ msgid "Display User Notification Bell on Menu Bar"
514
+ msgstr ""
515
 
516
+ #: wpf-admin/options-tabs/features.php:45
517
+ msgid "Enable User Notification Live Update"
 
 
 
518
  msgstr ""
 
 
 
519
 
520
+ #: wpf-admin/options-tabs/features.php:44
521
+ msgid "Enable User Notification"
522
+ msgstr ""
523
 
524
+ #: wpf-admin/options-tabs/features.php:20
525
+ msgid "Adds [new] button at the and of topic links, which jumps to the first unread post."
526
+ msgstr ""
527
 
528
+ #: wpf-admin/options-tabs/features.php:20
529
+ msgid "Jump to First Unread Post with [new] Button in Topic Link"
530
+ msgstr ""
531
 
532
+ #: wpf-admin/options-tabs/features.php:19
533
+ msgid "If this option is enabled, all topic links on forums page and on topics page will refer to the first unread post. This behavior is only enabled for logged-in users."
534
+ msgstr ""
535
 
536
+ #: wpf-admin/options-tabs/features.php:19
537
+ msgid "Topic Links Jump to First Unread Post"
538
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
539
 
540
+ #: wpf-admin/admin.php:126
541
+ msgid "don't stop or close browser"
542
+ msgstr ""
 
 
 
 
 
 
 
543
 
544
+ #: wpf-admin/member.php:51
545
+ msgid "All"
546
+ msgstr ""
547
 
548
+ #: wpforo.php:1137
549
+ msgid "Adds awesome Sticker and Emoticons packs to editor. Allows to create new custom emoticons packs."
550
+ msgstr ""
551
 
552
+ #: wpf-includes/wpf-phrases.php:1058
553
+ msgid "Topic Tag:"
554
+ msgstr ""
555
 
556
+ #: wpf-includes/wpf-phrases.php:1057
557
+ msgid "Loading Topics"
558
+ msgstr ""
559
 
560
+ #: wpf-includes/wpf-phrases.php:1056
561
+ msgid "Saving Draft"
562
+ msgstr ""
563
 
564
+ #: wpf-includes/wpf-phrases.php:1055
565
+ msgid "Save Draft"
566
+ msgstr "Gem udkast"
567
 
568
+ #: wpf-includes/wpf-phrases.php:1054
569
+ msgid "Restore"
570
+ msgstr ""
571
 
572
+ #: wpf-includes/wpf-phrases.php:1053
573
+ msgid "Saved"
574
+ msgstr "Gemt"
575
 
576
+ #: wpf-includes/wpf-phrases.php:1052
577
+ msgid "%1$s Revisions"
578
+ msgstr ""
579
 
580
+ #: wpf-includes/wpf-phrases.php:1051
581
+ msgid "Revisions"
582
  msgstr ""
583
 
584
+ #: wpf-includes/wpf-phrases.php:1050
585
+ msgid "Revision"
586
  msgstr ""
587
 
588
+ #: wpf-includes/wpf-phrases.php:1049
589
+ msgid "Preview"
590
+ msgstr "Forhåndsvis"
591
+
592
+ #: wpf-admin/options-tabs/posts.php:247
593
+ msgid "Max Number of Revisions"
594
  msgstr ""
595
 
596
+ #: wpf-admin/options-tabs/posts.php:241
597
+ msgid "Auto Drafting Interval"
598
  msgstr ""
599
 
600
+ #: wpf-admin/options-tabs/posts.php:238
601
+ msgid "5 minutes"
602
+ msgstr "5 minutter"
603
+
604
+ #: wpf-admin/options-tabs/posts.php:237
605
+ msgid "2 minutes"
606
+ msgstr "2 minutter"
607
+
608
+ #: wpf-admin/options-tabs/posts.php:236
609
+ msgid "1 minute"
610
+ msgstr "1 minut"
611
+
612
+ #: wpf-admin/options-tabs/posts.php:235
613
+ msgid "30 seconds"
614
+ msgstr "30 sekunder"
615
+
616
+ #: wpf-admin/options-tabs/posts.php:234
617
+ msgid "15 seconds"
618
+ msgstr "15 sekunder"
619
+
620
+ #: wpf-admin/options-tabs/posts.php:233
621
+ msgid "disabled"
622
+ msgstr "deaktiveret"
623
+
624
+ #: wpf-admin/options-tabs/posts.php:228
625
+ msgid "Post Draft"
626
  msgstr ""
627
 
628
+ #: wpf-admin/options-tabs/posts.php:219
629
+ msgid "Post Preview"
 
630
  msgstr ""
631
 
632
+ #: wpf-admin/options-tabs/posts.php:209
633
+ msgid "Post Preview and Draft Saving"
 
 
 
634
  msgstr ""
635
 
636
+ #: wpf-includes/class-template.php:823
637
+ msgid "Spoiler"
638
  msgstr ""
639
 
640
+ #: wpf-includes/class-template.php:822
641
+ msgid "Insert Spoiler"
642
  msgstr ""
643
 
644
+ #: wpf-includes/wpf-phrases.php:1046
645
+ msgid "Quote this text"
646
  msgstr ""
647
 
648
+ #: wpf-includes/wpf-hooks.php:1580
649
+ msgid "Custom Rating"
650
  msgstr ""
651
 
652
+ #: wpf-includes/wpf-hooks.php:1579
653
+ msgid "Default Rating"
654
  msgstr ""
655
 
656
+ #: wpf-includes/wpf-hooks.php:1575
657
+ msgid "By default all members get rating badges and titles based on number of posts. However, using this option you can grant lower or higher rating to certain user (this user). The default member reputation badges, titles and points can be managed in Forums > Settings > Members Tab."
 
 
 
 
 
 
658
  msgstr ""
659
 
660
+ #: wpf-includes/wpf-hooks.php:1574
661
+ msgid "User Reputation"
662
+ msgstr "Brugeromdømme"
 
 
663
 
664
+ #: wpf-admin/options-tabs/members.php:175
665
+ msgid "Display Secondary Usergroups under Post Author Avatar"
666
+ msgstr ""
 
 
667
 
668
+ #: wpf-admin/options-tabs/posts.php:176
669
+ msgid "Number of maximum search results"
670
  msgstr ""
671
 
672
+ #: wpf-admin/options-tabs/posts.php:35
673
+ msgid "Post content maximum length"
674
  msgstr ""
675
 
676
+ #: wpf-admin/options-tabs/posts.php:29
677
+ msgid "Post content minimum length"
678
  msgstr ""
679
 
680
+ #: wpf-admin/options-tabs/posts.php:22
681
+ msgid "Topic content maximum length"
682
  msgstr ""
683
 
684
+ #: wpf-admin/options-tabs/posts.php:16
685
+ msgid "Topic content minimum length"
686
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
687
 
688
+ #: wpf-admin/options-tabs/emails.php:283
689
+ msgid "Link to the post"
690
+ msgstr "Henvis til indlæg"
691
 
692
+ #: wpf-admin/options-tabs/emails.php:281
693
+ msgid "Post author display name"
694
+ msgstr ""
695
 
696
+ #: wpf-admin/options-tabs/emails.php:280
697
+ msgid "Mentioned user display name"
698
+ msgstr ""
699
 
700
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
701
+ msgid "Link to open password reset form"
 
 
702
  msgstr ""
 
 
703
 
704
+ #: wpf-admin/options-tabs/emails.php:182
705
+ msgid "Registered user email"
706
+ msgstr ""
707
 
708
+ #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
709
+ #: wpf-admin/options-tabs/emails.php:247
710
+ msgid "Registered user login"
711
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
+ #: wpf-admin/options-tabs/emails.php:180
714
+ msgid "Website name"
715
+ msgstr "Navn på hjemmeside"
 
 
 
 
 
 
 
 
 
716
 
717
+ #: wpf-admin/options-tabs/emails.php:145
718
+ msgid "Reported post URL"
719
+ msgstr ""
720
 
721
+ #: wpf-admin/options-tabs/emails.php:144
722
+ msgid "Reporter user message"
 
 
723
  msgstr ""
 
 
724
 
725
+ #: wpf-admin/options-tabs/emails.php:143
726
+ msgid "Reporter user display name"
727
+ msgstr ""
728
 
729
+ #: wpf-admin/options-tabs/emails.php:118
730
+ msgid "New reply excerpt"
731
+ msgstr ""
732
 
733
+ #: wpf-admin/options-tabs/emails.php:117
734
+ msgid "New reply title"
735
+ msgstr ""
736
 
737
+ #: wpf-admin/options-tabs/emails.php:116
738
+ msgid "Topic title / link"
739
+ msgstr ""
740
 
741
+ #: wpf-admin/options-tabs/emails.php:115
742
+ msgid "New reply author display name"
743
+ msgstr ""
744
 
745
+ #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
746
+ msgid "Link to unsubscribe"
747
+ msgstr ""
748
 
749
+ #: wpf-admin/options-tabs/emails.php:97
750
+ msgid "New topic excerpt"
751
+ msgstr ""
752
 
753
+ #: wpf-admin/options-tabs/emails.php:96
754
+ msgid "New topic title"
755
+ msgstr ""
756
 
757
+ #: wpf-admin/options-tabs/emails.php:95
758
+ msgid "Forum title / link"
759
+ msgstr ""
760
 
761
+ #: wpf-admin/options-tabs/emails.php:94
762
+ msgid "New topic author display name"
763
+ msgstr ""
764
 
765
+ #: wpf-admin/options-tabs/emails.php:77
766
+ msgid "Link to confirm subscription"
767
+ msgstr ""
768
 
769
+ #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
770
+ #: wpf-admin/options-tabs/emails.php:114
771
+ msgid "Subscriber display name"
772
  msgstr ""
773
 
774
+ #: wpf-admin/options-tabs/emails.php:75
775
+ msgid "Subscribed forum or topic title"
776
  msgstr ""
777
 
778
+ #: wpf-themes/classic/functions.php:222 wpf-admin/options-tabs/posts.php:23
779
+ #: wpf-admin/options-tabs/posts.php:36 wpf-admin/options-tabs/posts.php:177
780
+ msgid "Set this option value 0 if you want to remove this limit."
781
  msgstr ""
782
 
783
+ #: wpf-themes/classic/functions.php:221
784
+ msgid "Comment content maximum length"
785
  msgstr ""
786
 
787
+ #: wpf-themes/classic/functions.php:215
788
+ msgid "Comment content minimum length"
789
  msgstr ""
790
 
791
+ #: wpf-includes/wpf-phrases.php:1044
792
+ msgid "%s Reply"
793
+ msgstr "%s Svar"
794
 
795
+ #: wpf-includes/wpf-phrases.php:1043
796
+ msgid "%s Replies"
797
+ msgstr "%s Svar"
798
 
799
+ #: wpf-themes/classic/functions.php:259
800
+ msgid "Threaded Layout - First Post Reply Button"
801
+ msgstr "Trådet Layout - Første Indlæg Svar Knap"
802
 
803
+ #: wpf-themes/classic/functions.php:204
804
+ msgid "Q&A Layout - First Post Reply Button"
805
+ msgstr "Spørgsmål & Svar Layout - Første Indlæg Svar Knap"
806
 
807
+ #: wpf-includes/functions-installation.php:460
808
+ msgid "Forum database is not updated properly. Please click the button below for further instruction."
809
+ msgstr "Forum databasen er ikke korrekt opdateret. Klik på knappen nedenunder for yderligere hjælp."
810
 
811
+ #: wpf-includes/functions-installation.php:459
812
+ msgid "wpForo Database Update Problem - Action Required!"
813
+ msgstr "wpForo Database Opdateringsproblem - Handling Krævet!"
814
 
815
+ #: wpf-includes/wpf-phrases.php:1045
816
+ msgid "No forum selected"
817
+ msgstr "Intet fora valgt"
818
 
819
+ #: wpf-includes/wpf-phrases.php:1040
820
+ msgid "%d Answer"
821
+ msgstr "%d Svar"
822
 
823
+ #: wpf-includes/wpf-phrases.php:1039
824
+ msgid "%d Answers"
825
+ msgstr "%d Svar"
826
 
827
+ #: wpf-includes/wpf-phrases.php:1038
828
+ msgid "Oldest"
829
+ msgstr "Ældste"
830
 
831
+ #: wpf-includes/wpf-phrases.php:1037
832
+ msgid "Newest"
833
+ msgstr "Nyeste"
834
 
835
+ #: wpf-includes/wpf-phrases.php:1036
836
+ msgid "Most Commented"
837
+ msgstr "Flest kommentarer"
838
 
839
+ #: wpf-includes/wpf-phrases.php:1035
840
+ msgid "Most Voted"
841
+ msgstr "Flest Stemmer"
842
 
843
+ #: wpf-includes/wpf-phrases.php:1034
844
+ msgid "No threads found"
845
+ msgstr "Ingen tråde fundet"
846
 
847
+ #: wpf-includes/wpf-phrases.php:1033
848
+ msgid "Show Replies"
849
+ msgstr "Vis svar"
850
 
851
+ #: wpf-includes/wpf-phrases.php:1032
852
+ msgid "Hide Replies"
853
+ msgstr "Skjul svar"
854
 
855
+ #: wpf-includes/wpf-phrases.php:1031
856
+ msgid "Tools: Move, Split, Merge"
857
+ msgstr "Værktøjer: Flyt, Del, Samle"
858
 
859
+ #: wpf-includes/wpf-phrases.php:184
860
+ msgid "Length must be between 3 characters and 15 characters."
861
+ msgstr "Skal være mellem 3 til 15 tegn langt."
862
 
863
+ #: wpf-includes/wpf-phrases.php:181
864
+ msgid "Username length must be between 3 characters and 15 characters."
865
+ msgstr "Brugernavnet skal være mellem 3 til 15 tegn langt."
866
 
867
+ #: wpf-includes/wpf-phrases.php:175
868
+ msgid "Recently Added"
869
+ msgstr "Tilføjet for nyligt"
870
 
871
+ #: wpf-includes/wpf-phrases.php:174
872
+ msgid "After registration you will receive an email confirmation with a link to set a new password"
873
+ msgstr "Når du har registreret dig, vil du modtage en bekræftelsesmail med et link til at vælge et kodeord."
 
 
 
 
 
 
874
 
875
+ #: wpf-includes/wpf-phrases.php:173
876
+ msgid "View entire topic"
877
+ msgstr "Vis hele emnet"
878
 
879
+ #: wpf-includes/wpf-phrases.php:172
880
+ msgid "Author Name"
881
+ msgstr "Forfatter navn"
 
 
 
 
882
 
883
+ #: wpf-includes/wpf-phrases.php:171
884
+ msgid "Your name"
885
+ msgstr "Dit navn"
886
 
887
+ #: wpf-includes/wpf-phrases.php:170
888
+ msgid "Author Email"
889
+ msgstr "Forfatter Email"
890
 
891
+ #: wpf-includes/wpf-phrases.php:169
892
+ msgid "Your email"
893
+ msgstr "Din email"
894
 
895
+ #: wpf-includes/wpf-phrases.php:168
896
+ msgid "Your topic successfully added and awaiting moderation"
897
+ msgstr "Dit emne er blevet tilføjet og afventer godkendelse"
898
 
899
+ #: wpf-includes/wpf-phrases.php:165
900
+ msgid "The time to edit this topic is expired"
901
+ msgstr "Tidsperioden for at ændre emnet er udløbet"
902
 
903
+ #: wpf-includes/wpf-phrases.php:164
904
+ msgid "The time to delete this topic is expired."
905
+ msgstr "Tidsperioden for at slette emnet er udløbet."
906
 
907
+ #: wpf-includes/wpf-phrases.php:163
908
+ msgid "The time to edit this post is expired."
909
+ msgstr "Tidsperioden for at ændre dette indlæg er udløbet."
910
 
911
+ #: wpf-includes/wpf-phrases.php:162
912
+ msgid "The time to delete this post is expired."
913
+ msgstr "Tidsperioden for at slette dette indlæg er udløbet."
914
 
915
+ #: wpf-includes/wpf-phrases.php:161
916
+ msgid "Please contact the forum administratoristrator to delete it."
917
+ msgstr ""
918
 
919
+ #: wpf-includes/wpf-phrases.php:160
920
+ msgid "Please contact the forum administratoristrator to edit it."
921
+ msgstr ""
922
 
923
+ #: wpf-includes/wpf-phrases.php:159
924
+ msgid "Read more about Facebook public_profile properties."
925
+ msgstr "Læs mere om Facebook public_profile egenskaber."
926
 
927
+ #: wpf-includes/wpf-phrases.php:158
928
+ msgid "forum privacy policy"
929
+ msgstr "Forum privatlivspolitik"
930
 
931
+ #: wpf-includes/wpf-phrases.php:157
932
+ msgid "I have read and agree to the %s."
933
+ msgstr "Jeg har læst og accepterer %s."
934
 
935
+ #: wpf-includes/wpf-phrases.php:156
936
+ msgid "Click to open forum privacy policy below"
937
+ msgstr "Klik for at åbne forummets privatlivspolitik nedenunder"
938
 
939
+ #: wpf-includes/wpf-phrases.php:155
940
+ msgid "I agree"
941
+ msgstr "Jeg accepterer"
942
 
943
+ #: wpf-includes/wpf-phrases.php:154
944
+ msgid "I do not agree. Take me away from here."
945
+ msgstr "Jeg acceptere ikke. Før mig venligst væk herfra."
946
 
947
+ #: wpf-includes/wpf-phrases.php:153
948
+ msgid "forum rules"
949
+ msgstr "Forum regler"
950
 
951
+ #: wpf-includes/wpf-phrases.php:152
952
+ msgid "I have read and agree to abide by the %s."
953
+ msgstr "Jeg har læst og accepterer %s."
954
 
955
+ #: wpf-includes/wpf-phrases.php:151
956
+ msgid "Click to open forum rules below"
957
+ msgstr "Tryk for at åbne forum reglerne nedenunder"
958
 
959
+ #: wpf-includes/wpf-phrases.php:150
960
+ msgid "I agree to these rules"
961
+ msgstr "Jeg acceptere disse regler"
 
 
962
 
963
+ #: wpf-includes/wpf-phrases.php:149
964
+ msgid "I do not agree to these rules. Take me away from here."
965
+ msgstr "Jeg acceptere ikke disse regler. Før mig venligst væk herfra."
966
 
967
+ #: wpf-includes/wpf-phrases.php:148
968
+ msgid "the website"
969
+ msgstr "hjemmesiden"
 
 
970
 
971
+ #: wpf-includes/wpf-phrases.php:147
972
+ msgid "I have read and agree to the"
973
+ msgstr "Jeg har læst og accepterer"
974
 
975
+ #: wpf-includes/wpf-phrases.php:146
976
+ msgid "I have read and agree to %s privacy policy. For more information, please check our privacy policy, where you'll get more info on where, how and why we store your data."
977
+ msgstr "Jeg har læst og accepterer %s privatlivspolitiken. Tjek venligst vores privatlivspolitik for yderligere information omkring hvor, hvordan og hvorfor vi gemmer dine data."
 
 
978
 
979
+ #: wpf-includes/wpf-phrases.php:145
980
+ msgid "Terms"
981
+ msgstr "Retningslinjer"
982
 
983
+ #: wpf-includes/wpf-phrases.php:144
984
+ msgid "Privacy Policy"
985
+ msgstr "Privatlivspolitik"
986
 
987
+ #: wpf-includes/wpf-phrases.php:143
988
+ msgid "and"
989
+ msgstr "og"
990
 
991
+ #: wpf-includes/wpf-phrases.php:142
992
+ msgid "I agree to receive an email confirmation with a link to set a password."
993
+ msgstr "Jeg accepterer at modtage en bekræftelsesmail med et link til at vælge kodeord."
 
 
994
 
995
+ #: wpf-includes/wpf-phrases.php:141
996
+ msgid "Contact Us"
997
+ msgstr "Kontakt os"
998
 
999
+ #: wpf-includes/wpf-phrases.php:140
1000
+ msgid "Contact the forum administrator"
1001
+ msgstr "Kontakt en administrator"
 
 
1002
 
1003
+ #: wpf-includes/wpf-phrases.php:139
1004
+ msgid "Share:"
1005
+ msgstr "Del:"
1006
 
1007
+ #: wpf-includes/wpf-phrases.php:138
1008
+ msgid "Share"
1009
+ msgstr "Del"
1010
 
1011
+ #: wpf-includes/wpf-phrases.php:137
1012
+ msgid "Share this post"
1013
+ msgstr "Del dette indlæg"
1014
 
1015
+ #: wpf-includes/wpf-phrases.php:135
1016
+ msgid "I allow to create an account based on my Facebook public profile information and send confirmation email."
1017
+ msgstr "Jeg tillader at der bliver lavet en bruger baseret på min offentlige Facebook profil og at der bliver sendt en bekræftelsesmail."
1018
 
1019
+ #: wpf-includes/wpf-phrases.php:134
1020
+ msgid "Facebook Login Information"
1021
+ msgstr "Facebook Login Informationer"
 
 
 
 
 
 
1022
 
1023
+ #: wpf-includes/wpf-phrases.php:133
1024
+ msgid "Share to Facebook"
1025
+ msgstr "Del Facebook"
1026
 
1027
+ #: wpf-includes/wpf-phrases.php:132
1028
+ msgid "Tweet this post"
1029
+ msgstr "Tweet dette indlæg"
 
 
1030
 
1031
+ #: wpf-includes/wpf-phrases.php:131
1032
+ msgid "Tweet"
1033
+ msgstr "Tweet"
1034
 
1035
+ #: wpf-includes/wpf-phrases.php:130
1036
+ msgid "Share to Google+"
1037
+ msgstr "Del Google+"
1038
 
1039
+ #: wpf-includes/wpf-phrases.php:127
1040
+ msgid "Share to VK"
1041
+ msgstr "DelVK"
1042
 
1043
+ #: wpf-includes/wpf-phrases.php:126
1044
+ msgid "Share to OK"
1045
+ msgstr "Del OK"
 
 
 
 
1046
 
1047
+ #: wpf-includes/wpf-phrases.php:125
1048
+ msgid "Update Subscriptions"
1049
+ msgstr "Opdater abonnementer"
1050
 
1051
+ #: wpf-includes/wpf-phrases.php:124
1052
+ msgid "Subscribe to all new topics and posts"
1053
+ msgstr "Abonner alle nye emner og indlæg"
 
 
 
1054
 
1055
+ #: wpf-includes/wpf-phrases.php:123
1056
+ msgid "Subscribe to all new topics"
1057
+ msgstr "Abonner på alle nye emner"
1058
 
1059
+ #: wpf-includes/wpf-phrases.php:122
1060
+ msgid "Subscription Manager"
1061
+ msgstr "Abonnement håndtering"
 
 
 
 
 
 
 
 
1062
 
1063
+ #: wpf-includes/wpf-phrases.php:121
1064
+ msgid "topics and posts"
1065
+ msgstr "Emner og indlæg"
1066
 
1067
+ #: wpf-includes/wpf-phrases.php:113
1068
+ msgid "Do you really want to reset options?"
1069
+ msgstr "Er du sikker at du vil nulstille indstillingerne?"
 
 
 
 
1070
 
1071
+ #: wpf-includes/wpf-phrases.php:112
1072
+ msgid "The note text and the label of this checkbox can be managed in Forums > Phrases admin page. Search the label phrase, click on edit button and change it."
1073
+ msgstr "Noten og etiketten af denne tjekboks kan håndteres i Forums > Udtryk admin siden. Søg på etiket udtrykket og tryk på redigeringsknappen for at ændre det."
1074
 
1075
+ #: wpf-includes/wpf-phrases.php:111
1076
+ msgid "Reply with quote"
1077
+ msgstr "Svar med citat"
 
 
 
 
 
 
1078
 
1079
+ #: wpf-includes/wpf-phrases.php:110
1080
+ msgid "Leave a comment"
1081
+ msgstr "Tilføj en kommentar"
1082
 
1083
+ #: wpf-includes/wpf-phrases.php:109
1084
+ msgid "I allow to create an account and send confirmation email."
1085
+ msgstr "Jeg godkender at lave en bruger og modtage en bekræftelsesmail."
 
 
 
 
 
 
 
1086
 
1087
+ #: wpf-includes/wpf-phrases.php:108
1088
+ msgid "Google reCAPTCHA data are not submitted"
1089
+ msgstr "Google reCAPTCHA data er ikke indtastet"
1090
 
1091
+ #: wpf-includes/wpf-phrases.php:106
1092
+ msgid "Are you sure you want to delete this file?"
1093
+ msgstr "Er du sikker på at du ønsker at slette denne fil?"
 
1094
 
1095
+ #: wpf-includes/wpf-phrases.php:105
1096
+ msgid "Specify avatar by URL:"
1097
+ msgstr "Vælg avatar med URL:"
1098
 
1099
+ #: wpf-includes/wpf-phrases.php:104
1100
+ msgid "ERROR: invalid_username. Sorry, that username is not allowed. Please insert another."
1101
+ msgstr "FEJL: invalid_username. Beklager, dette brugernavn er ikke tilladt. Prøv venligst et andet."
1102
 
1103
+ #: wpf-includes/wpf-phrases.php:103
1104
+ msgid "Password length must be between %d characters and %d characters."
1105
+ msgstr "Kodeordet skal være mellem %d og %d tegn langt."
1106
 
1107
+ #: wpf-includes/wpf-phrases.php:102
1108
+ msgid "This nickname is already registered. Please insert another."
1109
+ msgstr "Dette kaldenavn er allerede brugt. Vælg venligst et andet."
1110
 
1111
+ #: wpf-includes/wpf-phrases.php:101
1112
+ msgid "Avatar image is too big maximum allowed size is %s"
1113
+ msgstr "Avatar billede er for stort. Billedet højst være %s"
 
 
 
1114
 
1115
+ #: wpf-includes/wpf-phrases.php:100
1116
+ msgid "Userid is wrong"
1117
+ msgstr "Brugerid er forkert"
1118
 
1119
+ #: wpf-includes/wpf-phrases.php:99
1120
+ msgid "Password successfully changed"
1121
+ msgstr "Kodeordet er blevet ændret"
1122
 
1123
+ #: wpf-includes/wpf-phrases.php:98
1124
+ msgid "You can't make yourself banned user"
1125
+ msgstr "Du kan ikke banne dig selv."
 
 
 
 
 
1126
 
1127
+ #: wpf-includes/wpf-phrases.php:97
1128
+ msgid "User successfully banned from wpforo"
1129
+ msgstr "Brugeren er nu udelukket fra wpforo"
1130
 
1131
+ #: wpf-includes/wpf-phrases.php:96
1132
+ msgid "User ban action error"
1133
+ msgstr "Bruger ban handlingsfejl"
1134
 
1135
+ #: wpf-includes/wpf-phrases.php:95
1136
+ msgid "User successfully unbanned from wpforo"
1137
+ msgstr "Brugeren er nu unbanned fra wpforo"
1138
 
1139
+ #: wpf-includes/wpf-phrases.php:94
1140
+ msgid "User unban action error"
1141
+ msgstr "Bruger unban handlingsfejl"
 
 
 
1142
 
1143
+ #: wpf-includes/wpf-phrases.php:93
1144
+ msgid "Nickname"
1145
+ msgstr "Kaldenavn"
1146
 
1147
+ #: wpf-includes/wpf-phrases.php:92
1148
+ msgid "URL Address Identifier"
1149
+ msgstr "URL Adresse identificering"
1150
 
1151
+ #: wpf-includes/wpf-phrases.php:91
1152
+ msgid "User Groups Secondary"
1153
+ msgstr "Brugergrupper Sekundært"
1154
 
1155
+ #: wpf-includes/wpf-phrases.php:90
1156
+ msgid "Email has been confirmed"
1157
+ msgstr "Emailen er blevet bekræftet"
 
 
 
1158
 
1159
+ #: wpf-includes/wpf-phrases.php:89
1160
+ msgid "Email confirm error"
1161
+ msgstr "Email bekræftelsesfejl"
1162
 
1163
+ #: wpf-includes/wpf-phrases.php:88
1164
+ msgid "You are posting too quickly. Slow down."
1165
+ msgstr "Du udgiver indlæg for hurtigt. Sæt farten ned."
1166
 
1167
+ #: wpf-includes/wpf-phrases.php:87
1168
+ msgid "Function wpforo_thread_reply() not found."
1169
+ msgstr "Funktion wpforo_thread_reply() ikke fundet."
 
 
 
 
 
 
 
 
1170
 
1171
+ #: wpf-includes/wpf-phrases.php:86
1172
+ msgid "error: Change Status action"
1173
+ msgstr "Fejl: Skift Status handling"
1174
 
1175
+ #: wpf-includes/wpf-phrases.php:85
1176
+ msgid "Select Forum"
1177
+ msgstr "Vælg forum"
1178
 
1179
+ #: wpf-includes/wpf-phrases.php:84
1180
+ msgid "Write here . . ."
1181
+ msgstr "Skriv her..."
 
 
 
 
 
 
 
 
1182
 
1183
+ #: wpf-includes/wpf-phrases.php:83
1184
+ msgid "Cancel"
1185
+ msgstr "Fortryd"
1186
 
1187
+ #: wpf-includes/wpf-phrases.php:82
1188
+ msgid "You don't have permission to delete topic from this forum."
1189
+ msgstr "Du har ikke tilladelse til at slette dette emne fra dette forum."
1190
 
1191
+ #: wpf-includes/wpf-phrases.php:81
1192
+ msgid "Data merging error"
1193
+ msgstr "Data merging fejl"
1194
 
1195
+ #: wpf-includes/wpf-phrases.php:80
1196
+ msgid "Please select a target forum"
1197
+ msgstr "Vælg venligst et forum"
 
 
1198
 
1199
+ #: wpf-includes/wpf-phrases.php:79
1200
+ msgid "Please insert required fields"
1201
+ msgstr "Udfyld venligst de påkrævede felter"
1202
 
1203
+ #: wpf-includes/wpf-phrases.php:78
1204
+ msgid "Please select at least one post to split"
1205
+ msgstr "Vælg venligst mindst et indlæg for at opdele"
1206
 
1207
+ #: wpf-includes/wpf-phrases.php:77
1208
+ msgid "Topic splitting error"
1209
+ msgstr "Emne opdelingsfejl"
1210
 
1211
+ #: wpf-includes/wpf-phrases.php:76
1212
+ msgid "Status changing error"
1213
+ msgstr "Status skiftningsfejl"
 
1214
 
1215
+ #: wpf-includes/wpf-phrases.php:75
1216
+ msgid "Repeat new password"
1217
+ msgstr "Gentag nyt kodeord"
1218
 
1219
+ #: wpf-includes/wpf-phrases.php:73
1220
+ msgid "Created by %s"
1221
+ msgstr "Lavet af %s"
1222
 
1223
+ #: wpf-includes/wpf-phrases.php:72
1224
+ msgid "Last reply by %s"
1225
+ msgstr "Sidste svar af %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1226
 
1227
+ #: wpf-includes/wpf-phrases.php:71
1228
+ msgid "Reply to"
1229
+ msgstr "Svar til"
 
1230
 
1231
+ #: wpf-includes/wpf-phrases.php:70
1232
+ msgid "Topic Author"
1233
+ msgstr "Emne forfatter"
1234
 
1235
+ #: wpf-includes/wpf-phrases.php:69
1236
+ msgid "Reply by"
1237
+ msgstr "Svar med"
1238
 
1239
+ #: wpf-includes/wpf-phrases.php:68
1240
+ msgid "All "
1241
+ msgstr "Alle"
1242
 
1243
+ #: wpf-includes/wpf-phrases.php:67
1244
+ msgid "I have read and agree to %s privacy policy."
1245
+ msgstr "Jeg har læst og accepterer %s privatlivspolitik."
1246
 
1247
+ #: wpf-includes/wpf-phrases.php:66
1248
+ msgid "Sorry, this file cannot be deleted"
1249
+ msgstr "Beklager, denne fil kan ikke slettes"
1250
 
1251
+ #: wpf-includes/wpf-phrases.php:65
1252
+ msgid "Synched Successfully!"
1253
+ msgstr "Synkronisering fuldført!"
1254
 
1255
+ #: wpf-includes/wpf-phrases.php:64
1256
+ msgid "Rebuilt Successfully!"
1257
+ msgstr "Genopbygning fuldført!"
1258
 
1259
+ #: wpf-includes/wpf-phrases.php:63
1260
+ msgid "Please save \"Forum template slugs"
1261
+ msgstr "Gem venligst \"Forum template slugs"
1262
 
1263
+ #: wpf-includes/wpf-phrases.php:62
1264
+ msgid "General options reset successfully"
1265
+ msgstr "Generelle indstillinger blev nulstillet"
1266
 
1267
+ #: wpf-includes/wpf-phrases.php:61
1268
+ msgid "Forum options reset successfully"
1269
+ msgstr "Forum indstillinger blev nulstillet"
1270
 
1271
+ #: wpf-includes/wpf-phrases.php:60
1272
+ msgid "Post options reset successfully"
1273
+ msgstr "Indlæg indstillinger blev nulstillet"
1274
 
1275
+ #: wpf-includes/wpf-phrases.php:59
1276
+ msgid "Member options reset successfully"
1277
+ msgstr "Medlems indstillinger blev nulstillet"
1278
 
1279
+ #: wpf-includes/wpf-phrases.php:58
1280
+ msgid "Features reset successfully"
1281
+ msgstr "Features blev nulstillet"
1282
 
1283
+ #: wpf-includes/wpf-phrases.php:57
1284
+ msgid "API options successfully updated"
1285
+ msgstr "API indstillinger blev opdateret"
1286
 
1287
+ #: wpf-includes/wpf-phrases.php:55
1288
+ msgid "API options reset successfully"
1289
+ msgstr "API indstillinger blev nulstillet"
1290
 
1291
+ #: wpf-includes/wpf-phrases.php:54
1292
+ msgid "Theme options reset successfully"
1293
+ msgstr "Tema indstillinger blev nulstillet"
1294
 
1295
+ #: wpf-includes/wpf-phrases.php:53
1296
+ msgid "Email options reset successfully"
1297
+ msgstr "Email indstillinger blev nulstillet"
1298
 
1299
+ #: wpf-includes/wpf-phrases.php:52
1300
+ msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
1301
+ msgstr "Sikre dig venligst at du ikke har usynkroniserede roller i \"Bruger roller"
1302
 
1303
+ #: wpf-includes/wpf-phrases.php:51
1304
+ msgid "Antispam options reset successfully"
1305
+ msgstr "Antispam indstillinger blev nulstillet"
1306
 
1307
+ #: wpf-includes/wpf-phrases.php:50
1308
+ msgid "Cleanup options reset successfully"
1309
+ msgstr "Oprydningsindstillinger er blevet nulstillet"
1310
 
1311
+ #: wpf-includes/wpf-phrases.php:49
1312
+ msgid "Misc options reset successfully"
1313
+ msgstr "Ekstra indstillinger er blevet nulstillet"
 
1314
 
1315
+ #: wpf-includes/wpf-phrases.php:48
1316
+ msgid "Settings reset successfully"
1317
+ msgstr "Indstillinger blev nulstillet"
1318
 
1319
+ #: wpf-includes/wpf-phrases.php:47
1320
+ msgid "Deleted"
1321
+ msgstr "Slettet"
1322
 
1323
+ #: wpf-includes/wpf-phrases.php:46
1324
+ msgid "DO NOT DELETE WPFORO PAGE!!!"
1325
+ msgstr "SLET IKKE WPFORO SIDE!!!"
 
 
 
 
1326
 
1327
+ #: wpf-includes/wpf-phrases.php:45
1328
+ msgid "404 - Page not found"
1329
+ msgstr "404 - Siden blev ikke fundet"
1330
 
1331
+ #: wpf-includes/wpf-phrases.php:44
1332
+ msgid "About"
1333
+ msgstr "Om"
 
 
 
 
1334
 
1335
+ #: wpf-includes/wpf-phrases.php:43
1336
+ msgid "action error"
1337
+ msgstr "Handlingsfejl"
1338
 
1339
+ #: wpf-includes/wpf-phrases.php:42
1340
+ msgid "post not found"
1341
+ msgstr "Indlæg ikke fundet"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1342
 
1343
+ #: wpf-includes/wpf-phrases.php:41
1344
+ msgid "You don't have permission to like posts from this forum"
1345
+ msgstr "Du har ikke tilladelse til at syntes godt om indlæg i dette forum"
1346
 
1347
+ #: wpf-includes/wpf-phrases.php:40
1348
+ msgid "done"
1349
+ msgstr "udført"
1350
 
1351
+ #: wpf-includes/wpf-phrases.php:39
1352
+ msgid "topic not found"
1353
+ msgstr "emne ikke fundet"
1354
 
1355
+ #: wpf-includes/wpf-phrases.php:38
1356
+ msgid "You don't have permission to make topic answered"
1357
+ msgstr "Du har ikke tilladelse til at besvarer dette emne"
 
 
1358
 
1359
+ #: wpf-includes/wpf-phrases.php:37
1360
+ msgid "You don't have permission to make two best answers for one topic"
1361
+ msgstr "Du har ikke tilladelse til at lave to bedste besvarelser for et emne"
1362
 
1363
+ #: wpf-includes/wpf-phrases.php:36
1364
+ msgid "wrong data"
1365
+ msgstr "forkert data"
 
 
1366
 
1367
+ #: wpf-includes/wpf-phrases.php:35
1368
+ msgid "You don't have permission to do this action from this forum"
1369
+ msgstr "Du har ikke adgang til at lave denne handling i dette forum"
1370
 
1371
+ #: wpf-includes/wpf-phrases.php:34
1372
+ msgid "all topics has been loaded in this list"
1373
+ msgstr "Alle emner er blevet indlæst i listen"
 
 
1374
 
1375
+ #: wpf-includes/wpf-phrases.php:33
1376
+ msgid "Attachment"
1377
+ msgstr "Vedhæftet"
1378
 
1379
+ #: wpf-includes/wpf-phrases.php:32
1380
+ msgid "The key is expired"
1381
+ msgstr "Nøglen er udløbet"
1382
 
1383
+ #: wpf-includes/wpf-phrases.php:31
1384
+ msgid "The key is invalid"
1385
+ msgstr "Nøglen er ugyldig"
1386
 
1387
+ #: wpf-includes/wpf-phrases.php:30
1388
+ msgid "Email has been sent"
1389
+ msgstr "Email er sendt"
 
1390
 
1391
+ #: wpf-includes/wpf-phrases.php:29
1392
+ msgid "The password reset mismatch"
1393
+ msgstr "Kodeords nulstilling stemmer ikke"
1394
 
1395
+ #: wpf-includes/wpf-phrases.php:28
1396
+ msgid "The password reset empty"
1397
+ msgstr "Kodeords nulstilling er tom"
1398
 
1399
+ #: wpf-includes/wpf-phrases.php:27
1400
+ msgid "The password has been changed"
1401
+ msgstr "Kodeordet er blevet ændret"
1402
 
1403
+ #: wpf-includes/wpf-phrases.php:26
1404
+ msgid "Invalid request."
1405
+ msgstr "Ugyldig forespørgsel"
1406
 
1407
+ #: wpf-includes/wpf-phrases.php:25
1408
+ msgid "You do not have permission to view the content"
1409
+ msgstr "Du har ikke adgang til at se denne side. Registrer dig venligst eller login for yderligere information"
1410
 
1411
+ #: wpf-includes/wpf-phrases.php:24
1412
+ msgid "Topic are private, please register or login for further information"
1413
+ msgstr "Emnet er privat. Registrer dig venligst eller login for yderligere information"
 
 
 
 
 
 
1414
 
1415
+ #: wpf-includes/wpf-phrases.php:23
1416
+ msgid "expand to show all comments on this post"
1417
+ msgstr "Udvid for at vise alle kommentarer på dette indlæg"
1418
 
1419
+ #: wpf-includes/wpf-phrases.php:22
1420
+ msgid "show %d more comments"
1421
+ msgstr "Vis %d flere kommentarer"
1422
 
1423
+ #: wpf-includes/wpf-phrases.php:21
1424
+ msgid "Threads"
1425
+ msgstr "Tråde"
1426
 
1427
+ #: wpf-includes/wpf-phrases.php:20
1428
+ msgid "No forum found in this category"
1429
+ msgstr "Intet forum blev fundet i denne kategori"
1430
 
1431
+ #: wpf-includes/wpf-phrases.php:19
1432
+ msgid "Popular"
1433
+ msgstr "Populær"
 
 
 
 
1434
 
1435
+ #: wpf-includes/wpf-phrases.php:18
1436
+ msgid "Resolved"
1437
+ msgstr "Løst"
1438
 
1439
+ #: wpf-includes/wpf-phrases.php:15
1440
+ msgid "Load More Topics"
1441
+ msgstr "Indlæs flere emner"
 
1442
 
1443
+ #: wpf-includes/wpf-phrases.php:14
1444
+ msgid "Reset Fields"
1445
+ msgstr "Nulstil felter"
1446
 
1447
+ #: wpf-includes/wpf-phrases.php:13
1448
+ msgid "Not Replied Topics"
1449
+ msgstr "Ubesvarede emner"
1450
 
1451
+ #: wpf-includes/wpf-phrases.php:12
1452
+ msgid "Solved Topics"
1453
+ msgstr "Løste emner"
1454
 
1455
+ #: wpf-includes/wpf-phrases.php:11
1456
+ msgid "Unsolved Topics"
1457
+ msgstr "Uløste emner"
1458
 
1459
+ #: wpf-includes/wpf-phrases.php:10
1460
+ msgid "Closed Topics"
1461
+ msgstr "Lukkede emner"
1462
 
1463
+ #: wpf-includes/wpf-phrases.php:9
1464
+ msgid "Sticky Topics"
1465
+ msgstr "Fastgjorte emner"
1466
 
1467
+ #: wpf-includes/wpf-phrases.php:8
1468
+ msgid "Private Topics"
1469
+ msgstr "Private emner"
1470
 
1471
+ #: wpf-includes/wpf-phrases.php:7
1472
+ msgid "Unapproved Posts"
1473
+ msgstr "Ikke-godkendte indlæg"
1474
 
1475
+ #: wpf-includes/wpf-phrases.php:6
1476
+ msgid "relevance"
1477
+ msgstr "relevans"
1478
 
1479
+ #: wpf-includes/functions-template.php:908
1480
+ msgid "set 0 to remove this limit"
1481
+ msgstr "Sæt til 0 for at fjerne denne begrænsning"
1482
 
1483
+ #: wpf-includes/functions-template.php:906
1484
+ msgid "Limit Per Topic"
1485
+ msgstr "Begrænsning pr. emne"
1486
 
1487
+ #: wpf-includes/functions-template.php:624
1488
+ #: wpf-includes/functions-template.php:889
1489
+ msgid "Autofilter by current forum"
1490
+ msgstr "Autofiltre nuværende forum"
1491
 
1492
+ #: wpf-includes/functions-template.php:617
1493
+ #: wpf-includes/functions-template.php:882
1494
+ msgid "Filter by forums"
1495
+ msgstr "Filtre på forums"
1496
 
1497
+ #: wpf-admin/forum.php:289
1498
+ msgid "Forums can be displayed with different layouts (Extended, Simplified, Q&A, Threaded). Use the \"Category Layout\" dropdown located on the top right section to set the layout you want. This option is only available for Categories (top parent forums). Other forums and sub-forums inherit it. They cannot have a different layout, therefore the layout dropdown option becomes disabled if this forum is not a Category."
1499
+ msgstr ""
1500
 
1501
+ #: wpf-admin/forum.php:267
1502
+ msgid "Current Layout of this Forum (inherited from parent category)"
1503
+ msgstr "Nuværende layout for forummet (arvet fra forældrekategori)"
1504
 
1505
+ #: wpf-admin/forum.php:265
1506
+ msgid "Current Layout of this Category"
1507
+ msgstr "Nuværende layout for denne kategori"
1508
 
1509
+ #: wpf-admin/forum.php:246
1510
+ msgid "Forum Color"
1511
+ msgstr "Forum farve"
1512
 
1513
+ #: wpf-admin/forum.php:243
1514
+ msgid "Additional Options"
1515
+ msgstr "Yderligere indstillinger"
1516
 
1517
+ #: wpf-admin/tools-tabs/debug.php:193
1518
+ msgid "No Problems Found in Database"
1519
+ msgstr "Ingen problemer fundet i database"
1520
 
1521
+ #: wpf-admin/tools-tabs/debug.php:170
1522
+ msgid "Problem fixer SQL commands:"
1523
+ msgstr "Problem fikser SQL kommandoer:"
1524
 
1525
+ #: wpf-admin/tools-tabs/debug.php:169
1526
+ msgid "If the %s button doesn't solve the issues. Please use the SQl commands below in your hosting service cPanel > phpMyAdmin Database Manager > WordPress Database > SQL Tab. In case you're not familiar with hosting service tools, please contact to your hosting service support team and forward them this message with the SQL command."
1527
+ msgstr ""
 
1528
 
1529
+ #: wpf-admin/tools-tabs/debug.php:168
1530
+ msgid "IMPORTANT!"
1531
+ msgstr "VIGTIGT!"
1532
 
1533
+ #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
1534
+ msgid "Solve database problems"
1535
+ msgstr "Løs database problemmer"
1536
 
1537
+ #: wpf-admin/tools-tabs/debug.php:158
1538
+ msgid "Recheck DB"
1539
+ msgstr "Tjek DB igen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1540
 
1541
+ #: wpf-admin/tools-tabs/debug.php:149
1542
+ msgid "Doesn't exists"
1543
+ msgstr "Eksisterer ikke"
 
 
 
 
1544
 
1545
+ #: wpf-admin/tools-tabs/debug.php:141
1546
+ msgid "Missing keys: "
1547
+ msgstr "Manglende nøgler:"
1548
 
1549
+ #: wpf-admin/tools-tabs/debug.php:133
1550
+ msgid "Missing fields: "
1551
+ msgstr "Manglende felter:"
1552
 
1553
+ #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
1554
+ #: wpf-admin/tools-tabs/debug.php:148
1555
+ msgid "Table:"
1556
+ msgstr "Tabel:"
1557
 
1558
+ #: wpf-admin/tools-tabs/debug.php:126
1559
+ msgid "Problem description"
1560
+ msgstr "Beskrivelse af problem"
 
 
 
 
 
 
1561
 
1562
+ #: wpf-admin/tools-tabs/debug.php:125
1563
+ msgid "Table name"
1564
+ msgstr "Tabel navn"
1565
 
1566
+ #: wpf-admin/tools-tabs/debug.php:119
1567
+ msgid "Problems Found in Database"
1568
+ msgstr "Problemer fundet i database"
1569
 
1570
+ #: wpf-admin/tools-tabs/antispam.php:87
1571
+ msgid "Posts must be manually approved"
1572
+ msgstr "Indlæg skal godkendes manuelt"
1573
 
1574
+ #: wpf-admin/dashboard.php:200
1575
+ msgid "Rebuild Threads"
1576
+ msgstr "Genopbyg tråde"
1577
 
1578
+ #: wpf-admin/dashboard.php:196
1579
+ msgid "Rebuild Phrases"
1580
+ msgstr "Genopbyg udtryk"
1581
 
1582
+ #: wpf-admin/options-tabs/styles.php:125
1583
+ msgid "Download"
1584
+ msgstr "Hent"
1585
 
1586
+ #: wpf-admin/options-tabs/styles.php:123
1587
+ msgid "Copied"
1588
+ msgstr "Kopieret"
1589
 
1590
+ #: wpf-admin/options-tabs/styles.php:117
1591
+ msgid "Delete website cache, reset CSS file optimizer and minifier plugins caches, purge CDN data (if you have), then go to the forum front-end and press %s twice."
 
 
 
1592
  msgstr ""
 
 
 
 
 
 
 
1593
 
1594
+ #: wpf-admin/options-tabs/styles.php:116
1595
+ msgid "Upload and replace %s file in %s directory,"
 
 
1596
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1597
 
1598
+ #: wpf-admin/options-tabs/styles.php:115
1599
+ msgid "Create colors.css file or simply download %s file with the CSS code provided in the textarea below,"
1600
+ msgstr ""
1601
 
1602
+ #: wpf-admin/options-tabs/styles.php:113
1603
+ msgid "In most cases, this problem comes from your server file writing permissions. Files are not permitted to change, thus the forum color provider colors.css file is not updated with your changes. If you cannot fix this issue in hosting server, then the following easy steps can solve your problem:"
1604
+ msgstr ""
1605
 
1606
+ #: wpf-admin/options-tabs/styles.php:111
1607
+ msgid "After changing and saving colors, go to the forum front-end and press %s twice. If you don't see any change, please follow to the instruction below."
1608
+ msgstr ""
1609
 
1610
+ #: wpf-admin/options-tabs/styles.php:110
1611
+ msgid "Problems with colors?"
1612
+ msgstr "Problemer med farverne?"
1613
 
1614
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:296
1615
+ #: wpf-admin/options-tabs/posts.php:258 wpf-admin/options-tabs/members.php:196
1616
+ #: wpf-admin/options-tabs/general.php:107 wpf-admin/options-tabs/styles.php:132
1617
+ #: wpf-admin/options-tabs/features.php:104 wpf-admin/options-tabs/forums.php:30
1618
+ #: wpf-admin/tools-tabs/antispam.php:355 wpf-admin/tools-tabs/misc.php:140
1619
+ #: wpf-admin/tools-tabs/legal.php:182
1620
+ msgid "Reset Options"
1621
+ msgstr "Indstillinger for nulstilling"
1622
 
1623
+ #: wpf-themes/classic/functions.php:273
1624
+ msgid "This option keeps the first topic post on top when you navigate through pages of that topic. You can manage this option by forum layouts."
1625
  msgstr ""
1626
 
1627
+ #: wpf-themes/classic/functions.php:272
1628
+ msgid "Stick Topic's First Post on Top for Certain Forum Layout"
1629
  msgstr ""
1630
 
1631
+ #: wpf-themes/classic/functions.php:247
1632
+ msgid "Threaded Layout - Replies Nesting Levels Deep"
 
 
 
 
1633
  msgstr ""
1634
 
1635
+ #: wpf-themes/classic/functions.php:239
1636
+ msgid "Threaded Layout - Number of Parent Posts per Page"
1637
  msgstr ""
1638
 
1639
+ #: wpf-themes/classic/functions.php:229
1640
+ msgid "Threaded Layout - Reply Form Type"
 
 
 
 
 
 
 
 
1641
  msgstr ""
 
 
 
1642
 
1643
+ #: wpf-themes/classic/functions.php:196
1644
+ msgid "Set this option value 0 if you want to show all comments"
1645
  msgstr ""
1646
 
1647
+ #: wpf-themes/classic/functions.php:195
1648
+ msgid "Q&A Layout - Number of Comments per item in page load"
1649
  msgstr ""
1650
 
1651
+ #: wpf-themes/classic/functions.php:187
1652
+ msgid "Q&A Layout - Number of Answers per Page"
1653
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
1654
 
1655
+ #: wpf-themes/classic/functions.php:177
1656
+ msgid "Q&A Layout - Display Answer Editor"
 
 
 
1657
  msgstr ""
 
 
 
1658
 
1659
+ #: wpf-themes/classic/functions.php:172 wpf-themes/classic/functions.php:233
1660
+ msgid "Text Editor"
1661
+ msgstr ""
 
1662
 
1663
+ #: wpf-themes/classic/functions.php:171 wpf-themes/classic/functions.php:232
1664
+ msgid "Visual Editor"
1665
+ msgstr "Visual redigering"
1666
 
1667
+ #: wpf-themes/classic/functions.php:168
1668
+ msgid "Q&A Layout - Comment Form Type"
1669
+ msgstr "Spørgsmål og Svar layout - Kommentar form type"
 
 
 
 
 
 
1670
 
1671
+ #: wpf-themes/classic/functions.php:125
1672
+ msgid "Threaded Layout - Recent topic length"
1673
+ msgstr "Trådet Layout - Nyeste emne længde"
1674
 
1675
+ #: wpf-themes/classic/functions.php:118
1676
+ msgid "Threaded Layout - Number of Recent topics"
1677
+ msgstr "Trådet Layout - Antal af nyeste emner"
 
 
 
 
 
 
1678
 
1679
+ #: wpf-themes/classic/functions.php:109
1680
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
1681
+ msgstr "Trådet Layout - Vis tilføj emne knap forum liste"
1682
 
1683
+ #: wpf-themes/classic/functions.php:100
1684
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
1685
+ msgstr "Trådet Layout - Vis Trådfiltreringsknapper"
 
 
 
 
 
 
1686
 
1687
+ #: wpf-themes/classic/functions.php:82
1688
+ msgid "Threaded Layout - Forums List"
1689
+ msgstr "Trådet Layout - Forum liste"
1690
 
1691
+ #: wpf-includes/wpf-phrases.php:1028
1692
+ msgid "View all tags (%d)"
1693
+ msgstr "Vis alle tags (%d)"
 
 
 
 
 
 
 
1694
 
1695
+ #: wpf-includes/wpf-phrases.php:1027
1696
+ msgid "(%d viewing)"
1697
+ msgstr "(%d læser)"
1698
 
1699
+ #: wpf-includes/wpf-phrases.php:1026
1700
+ msgid "Forum Icons"
1701
+ msgstr "Forum ikoner"
1702
 
1703
+ #: wpf-includes/integration/ultimate-member.php:420
1704
+ msgid "<strong>{member}</strong> has <strong>replied</strong> to your post on the forum."
1705
+ msgstr "<strong>{member}</strong> har <strong>svaret</strong> på dit indlæg i forummet."
1706
 
1707
+ #: wpf-includes/integration/ultimate-member.php:415
1708
+ msgid "<strong>{member}</strong> has <strong>replied</strong> to a topic you started on the forum."
1709
+ msgstr "<strong>{member}</strong> har <strong>svaret</strong> et emne som du har startet i forummet."
1710
 
1711
+ #: wpf-includes/wpf-phrases.php:1023
1712
+ msgid "Currently viewing this topic %s %s %s."
1713
+ msgstr "Nuværende læsere af dette emne %s %s %s."
1714
 
1715
+ #: wpf-includes/wpf-phrases.php:1022
1716
+ msgid "%d times"
1717
+ msgstr "%d gange"
1718
 
1719
+ #: wpf-includes/wpf-phrases.php:1021
1720
+ msgid "%s guests"
1721
+ msgstr "%s gæster"
 
 
 
 
 
 
 
1722
 
1723
+ #: wpf-includes/wpf-phrases.php:1020
1724
+ msgid "%s guest"
1725
  msgstr ""
1726
 
1727
+ #: wpf-includes/wpf-phrases.php:1019
1728
+ msgid "Recently viewed by users: %s."
1729
  msgstr ""
1730
 
1731
+ #: wpf-includes/wpf-phrases.php:1018
1732
+ msgid "%d users ( %s )"
 
 
1733
  msgstr ""
1734
 
1735
+ #: wpf-includes/wpf-phrases.php:1017
1736
+ msgid "%d user ( %s )"
1737
  msgstr ""
1738
 
1739
+ #: wpf-includes/class-usergroups.php:62
1740
+ msgid "Front - Can view statistic"
1741
  msgstr ""
1742
 
1743
+ #: wpf-admin/tools.php:16
1744
+ msgid "Debug"
1745
  msgstr ""
1746
 
1747
+ #: wpf-admin/tools-tabs/debug.php:500
1748
+ msgid "No errors found"
1749
  msgstr ""
1750
 
1751
+ #: wpf-admin/tools-tabs/debug.php:493
1752
+ msgid "Error Log File"
1753
  msgstr ""
1754
 
1755
+ #: wpf-admin/tools-tabs/debug.php:477
1756
+ msgid "No issues found"
 
 
1757
  msgstr ""
1758
 
1759
+ #: wpf-admin/tools-tabs/debug.php:460
1760
+ msgid "Download wpForo Phrases"
1761
  msgstr ""
1762
 
1763
+ #: wpf-admin/tools-tabs/debug.php:460
1764
+ msgid "Please download wpForo Phrases XML compressed file, unzip it, find english.xml file, navigate to Forums > Settings > General Tab and import it using [Add New] button of \"XML Based Language\" option."
 
 
 
 
1765
  msgstr ""
1766
 
1767
+ #: wpf-admin/tools-tabs/debug.php:459
1768
+ msgid "wpForo phrases are missing!"
1769
  msgstr ""
1770
 
1771
+ #: wpf-admin/tools-tabs/debug.php:452
1772
+ msgid "How to Fix WordPress Not Sending Email Issue"
 
 
 
 
1773
  msgstr ""
1774
 
1775
+ #: wpf-admin/tools-tabs/debug.php:452
1776
+ msgid "In most cases this is a server issue. We recommend you contact to your hosting service support team or open a support topic in wordpress.org support forum. Also there are many good articles regarding this issue in web. For example "
1777
  msgstr ""
1778
 
1779
+ #: wpf-admin/tools-tabs/debug.php:451
1780
+ msgid "WordPress Email sending function wp_mail() doesn't work!"
 
 
 
 
 
 
1781
  msgstr ""
1782
 
1783
+ #: wpf-admin/tools-tabs/debug.php:441
1784
+ msgid "Please navigate to Settings > Autoptimize > Main Tab, click on top right [Show advanced settings] button, find \"Exclude scripts from Autoptimize\" option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on [Save Changes and Empty Cache] button bellow."
1785
  msgstr ""
1786
 
1787
+ #: wpf-admin/tools-tabs/debug.php:440
1788
+ msgid "Conflict with Autoptimize plugin!"
1789
  msgstr ""
1790
 
1791
+ #: wpf-admin/tools-tabs/debug.php:430
1792
+ msgid "New registered users get access to forum settings!"
1793
  msgstr ""
1794
 
1795
+ #: wpf-admin/tools-tabs/debug.php:398
1796
+ msgid "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database Manager"
1797
  msgstr ""
1798
 
1799
+ #: wpf-admin/tools-tabs/debug.php:397
1800
+ msgid "The default Guest usergroup is not found!"
1801
  msgstr ""
1802
 
1803
+ #: wpf-admin/tools-tabs/debug.php:271
1804
+ msgid "Error Logs"
1805
+ msgstr "Fejl logs"
1806
 
1807
+ #: wpf-admin/tools-tabs/debug.php:263
1808
+ msgid "Issues and Recommendations"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1809
  msgstr ""
1810
 
1811
+ #: wpf-admin/tools-tabs/debug.php:252
1812
+ msgid "Please enable mod_rewrite on your server, this is required for wpForo forum"
 
 
 
 
 
1813
  msgstr ""
1814
 
1815
+ #: wpf-admin/tools-tabs/debug.php:252
1816
+ msgid "Not enabled"
1817
+ msgstr "Ikke slået til"
1818
 
1819
+ #: wpf-admin/tools-tabs/debug.php:246
1820
+ msgid "Please contact to your hosting service support team and ask them enable PHP cURL module"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1821
  msgstr ""
1822
 
1823
+ #: wpf-admin/tools-tabs/debug.php:197
1824
+ msgid "Database Tables"
1825
+ msgstr "Database tabeller"
1826
 
1827
+ #: wpf-admin/tools-tabs/debug.php:111
1828
+ msgid "No user found."
1829
+ msgstr "Ingen bruger fundet."
 
 
 
 
1830
 
1831
+ #: wpf-admin/tools-tabs/debug.php:98
1832
+ msgid "User Cookies"
1833
+ msgstr "Bruger Cookies"
1834
 
1835
+ #: wpf-admin/tools-tabs/debug.php:86
1836
+ msgid "User Meta Data"
1837
+ msgstr "Bruger Meta Data"
1838
 
1839
+ #: wpf-admin/tools-tabs/debug.php:76
1840
+ msgid "Display User Data"
1841
+ msgstr "Vis Bruger Data"
1842
 
1843
+ #: wpf-admin/tools-tabs/debug.php:75
1844
+ msgid "User ID"
1845
+ msgstr "Bruger ID"
1846
 
1847
+ #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
1848
+ msgid "Errors & Issues"
1849
+ msgstr "Fejl"
1850
 
1851
+ #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
1852
+ msgid "Server"
1853
+ msgstr "Server"
 
 
 
 
 
 
1854
 
1855
+ #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
1856
+ msgid "Tables"
1857
+ msgstr "Tabeller"
1858
 
1859
+ #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
1860
+ #: wpf-admin/tools-tabs/debug.php:68
1861
+ msgid "User Data"
1862
+ msgstr "Brugerdata"
 
 
 
 
 
1863
 
1864
+ #: wpf-admin/tools-tabs/debug.php:33
1865
+ msgid "Debug Information"
1866
+ msgstr "Debug information"
1867
 
1868
+ #: wpf-admin/options-tabs/posts.php:128
1869
+ msgid "By disabling this option you can exclude forum administrators from topic viewers list."
1870
+ msgstr "Ved at slå denne indstilling fra, kan du ekskludere administratorer fra listen over besøgende."
1871
 
1872
+ #: wpf-admin/options-tabs/posts.php:127
1873
+ msgid "Display Admins with Topic Viewers"
1874
+ msgstr "Vis administratorer med besøgende"
 
 
 
1875
 
1876
+ #: wpf-admin/options-tabs/posts.php:116
1877
+ msgid "Displays information about topic recent viewers (users visited within last one hour)"
1878
  msgstr ""
1879
 
1880
+ #: wpf-admin/options-tabs/posts.php:115
1881
+ msgid "Display Topic Recent Viewers"
1882
  msgstr ""
1883
 
1884
+ #: wpf-admin/options-tabs/posts.php:104
1885
+ msgid "Displays information about topic current viewers (users and guests)"
1886
  msgstr ""
1887
 
1888
+ #: wpf-admin/options-tabs/posts.php:103
1889
+ msgid "Display Topic Current Viewers"
1890
  msgstr ""
1891
 
1892
+ #: wpf-admin/options-tabs/forums.php:17
1893
+ msgid "Displays information about forum current viewers (x viewing) next to forum title."
 
 
 
 
1894
  msgstr ""
1895
 
1896
+ #: wpf-admin/options-tabs/forums.php:16
1897
+ msgid "Display Forum Current Viewers"
1898
  msgstr ""
1899
 
1900
+ #: wpf-admin/options-tabs/features.php:18
1901
+ msgid "Track Forum and Topic Current Viewers"
1902
  msgstr ""
1903
 
1904
+ #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
1905
+ msgid "This topic doesn't exist or you don't have permissions to see that."
1906
  msgstr ""
1907
 
1908
+ #: wpf-includes/wpf-phrases.php:1013
1909
+ msgid "Question Tags"
1910
+ msgstr "Spørgsmål Tags"
1911
 
1912
+ #: wpf-includes/wpf-phrases.php:1012
1913
+ msgid "Your question"
1914
+ msgstr "Dit spørgsmål"
1915
 
1916
+ #: wpf-includes/wpf-phrases.php:1011
1917
+ msgid "Ask a question"
1918
+ msgstr "Stil et spørgsmål"
1919
 
1920
+ #: wpf-includes/wpf-phrases.php:1008
1921
+ msgid "No unread posts were found"
1922
+ msgstr "Ingen ulæste indlæg blev fundet"
1923
 
1924
+ #: wpf-includes/wpf-phrases.php:1007
1925
+ msgid "Unread Posts"
1926
+ msgstr "Ulæste indlæg"
1927
 
1928
+ #: wpf-includes/wpf-phrases.php:1006
1929
+ msgid "Tags are disabled"
1930
+ msgstr "Tags er slået fra"
 
1931
 
1932
+ #: wpf-includes/wpf-phrases.php:1005
1933
+ msgid "dark"
1934
+ msgstr "mørk"
 
1935
 
1936
+ #: wpf-includes/wpf-phrases.php:1004
1937
+ msgid "grey"
1938
+ msgstr "grå"
1939
 
1940
+ #: wpf-includes/wpf-phrases.php:1003
1941
+ msgid "orange"
1942
+ msgstr "orange"
1943
 
1944
+ #: wpf-includes/wpf-phrases.php:1002
1945
+ msgid "green"
1946
+ msgstr "grøn"
1947
 
1948
+ #: wpf-includes/wpf-phrases.php:1001
1949
+ msgid "red"
1950
  msgstr ""
1951
 
1952
+ #: wpf-admin/includes/phrase-listtable.php:53
1953
+ #: wpf-admin/includes/member-listtable.php:53 wpf-includes/wpf-phrases.php:1000
1954
+ msgid "default"
1955
+ msgstr "standard"
1956
 
1957
+ #: wpf-includes/wpf-phrases.php:999
1958
+ msgid "Not Replied"
1959
+ msgstr "Ikke besvaret"
1960
 
1961
+ #: wpf-includes/wpf-phrases.php:998
1962
+ msgid "Mark all read"
1963
+ msgstr "Marker alle som læst"
1964
 
1965
+ #: wpf-includes/wpf-phrases.php:997
1966
+ msgid "Forum contains unread posts"
1967
+ msgstr "Forummet indholder ulæste indlæg"
1968
 
1969
+ #: wpf-includes/wpf-phrases.php:996
1970
+ msgid "Forum contains no unread posts"
1971
+ msgstr "Forummet indeholder ingen ulæste indlæg"
1972
 
1973
+ #: wpf-includes/wpf-phrases.php:995
1974
+ msgid "No tags found"
1975
+ msgstr "Ingen tags fundet"
1976
 
1977
+ #: wpf-includes/wpf-phrases.php:994
1978
+ msgid "All forum topics"
1979
+ msgstr "Alle emner"
1980
 
1981
+ #: wpf-includes/wpf-phrases.php:993
1982
+ msgid "Previous Topic"
1983
+ msgstr "Forrige emne"
1984
 
1985
+ #: wpf-includes/wpf-phrases.php:992
1986
+ msgid "Next Topic"
1987
+ msgstr "Næste emne"
1988
 
1989
+ #: wpf-includes/wpf-phrases.php:991
1990
+ msgid "Related Topics"
1991
+ msgstr "Relaterede emner"
1992
 
1993
+ #: wpf-includes/wpf-phrases.php:990
1994
+ msgid "Find Topics by Tags"
1995
+ msgstr "Find emner med hjælp af tags"
1996
 
1997
+ #: wpf-includes/wpf-phrases.php:988
1998
+ msgid "Tag"
1999
+ msgstr "Tag"
2000
 
2001
+ #: wpf-includes/wpf-phrases.php:987
2002
+ msgid "Separate tags using a comma"
2003
+ msgstr "Adskil tags ved at bruge komma"
2004
 
2005
+ #: wpf-includes/wpf-phrases.php:986
2006
+ msgid "Topic Tag"
2007
+ msgstr "Emne tag"
2008
 
2009
+ #: wpf-includes/wpf-phrases.php:985
2010
+ msgid "Topic Tags"
2011
+ msgstr "Emne tags"
2012
+
2013
+ #: wpf-includes/wpf-phrases.php:984
2014
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
2015
  msgstr ""
2016
 
2017
+ #: wpf-includes/wpf-hooks.php:1411
2018
+ msgid "Your email address is not valid"
 
 
 
 
 
 
 
 
2019
  msgstr ""
2020
 
2021
+ #: wpf-includes/wpf-hooks.php:1410
2022
+ msgid "Please fill your email address for feedback"
2023
  msgstr ""
2024
 
2025
+ #: wpf-includes/wpf-hooks.php:1409
2026
+ msgid "With the email address, please check the \"I agree to receive email\" checkbox to proceed."
 
 
 
 
 
 
 
 
 
2027
  msgstr ""
2028
 
2029
+ #: wpf-includes/functions-template.php:1037
2030
+ msgid "Topic Counts"
2031
  msgstr ""
2032
 
2033
+ #: wpf-includes/functions-template.php:472
2034
+ msgid "User Groups"
2035
+ msgstr "Brugergrupper"
2036
 
2037
+ #: wpf-includes/functions-installation.php:784
2038
+ msgid "This is a simple parent forum"
2039
  msgstr ""
2040
 
2041
+ #: wpf-includes/functions-installation.php:784
2042
+ msgid "Main Forum"
2043
  msgstr ""
2044
 
2045
+ #: wpf-includes/functions-installation.php:783
2046
+ msgid "This is a simple category / section"
2047
  msgstr ""
2048
 
2049
+ #: wpf-includes/functions-installation.php:783
2050
+ msgid "Main Category"
2051
  msgstr ""
2052
 
2053
+ #: wpf-includes/class-usergroups.php:66
2054
+ msgid "Front - Can view member subscriptions"
2055
  msgstr ""
2056
 
2057
+ #: wpf-includes/class-usergroups.php:65
2058
+ msgid "Front - Can view member activity"
2059
  msgstr ""
2060
 
2061
+ #: wpf-includes/class-usergroups.php:61
2062
+ msgid "Front - Can pass moderation"
2063
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
2064
 
2065
+ #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
2066
+ msgid "Dashboard - Can ban member"
 
 
2067
  msgstr ""
 
 
2068
 
2069
+ #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/wpf-phrases.php:724
2070
+ #: wpf-includes/class-usergroups.php:55
2071
+ msgid "Dashboard - Manage Themes"
2072
+ msgstr "Kontrolpanel - Håndter temaer"
2073
 
2074
+ #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/wpf-phrases.php:723
2075
+ #: wpf-includes/class-usergroups.php:54
2076
+ msgid "Dashboard - Manage Phrases"
2077
+ msgstr "Kontrolpanel - Håndter udtryk"
2078
 
2079
+ #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/wpf-phrases.php:728
2080
+ #: wpf-includes/class-usergroups.php:53
2081
+ msgid "Dashboard - Manage Usergroups"
2082
+ msgstr "Kontrolpanel - Håndter brugergrupper"
2083
 
2084
+ #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/wpf-phrases.php:722
2085
+ #: wpf-includes/class-usergroups.php:52
2086
+ msgid "Dashboard - Moderate Topics & Posts"
2087
+ msgstr "Kontrolpanel - Moderer emner & indlæg"
2088
 
2089
+ #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/wpf-phrases.php:725
2090
+ #: wpf-includes/class-usergroups.php:51
2091
+ msgid "Dashboard - Manage Members"
2092
+ msgstr "Kontrolpanel - Håndter medlemmer"
2093
 
2094
+ #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/wpf-phrases.php:721
2095
+ #: wpf-includes/class-usergroups.php:50
2096
+ msgid "Dashboard - Manage Tools"
2097
+ msgstr "Kontrolpanel - Håndter værktøjer"
2098
 
2099
+ #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/wpf-phrases.php:720
2100
+ #: wpf-includes/class-usergroups.php:49
2101
+ msgid "Dashboard - Manage Settings"
2102
+ msgstr "Kontrolpanel - Håndter indstillinger"
2103
 
2104
+ #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/wpf-phrases.php:719
2105
+ #: wpf-includes/class-usergroups.php:48
2106
+ msgid "Dashboard - Manage Forums"
2107
+ msgstr "Kontrolpanel - Håndter forums"
2108
 
2109
+ #: wpf-includes/class-subscribes.php:48
2110
  msgid ""
2111
+ "Hi [mentioned-user-name]! <br>\n"
2112
+ "\n"
2113
+ " You have been mentioned in a post on \"[topic-title]\" by [author-user-name].<br/><br/>\n"
2114
+ "\n"
2115
+ " Post URL: [post-url]"
2116
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2117
 
2118
+ #: wpf-includes/class-subscribes.php:47
2119
+ msgid "You have been mentioned in forum post"
2120
+ msgstr ""
 
 
 
 
2121
 
2122
+ #: wpf-includes/class-subscribes.php:45
2123
+ msgid ""
2124
+ "Hello! \n"
2125
+ "\n"
2126
+ " You asked us to reset your password for your account using the email address [user_login]. \n"
2127
+ "\n"
2128
+ " If this was a mistake, or you didn't ask for a password reset, just ignore this email and nothing will happen. \n"
2129
+ "\n"
2130
+ " To reset your password, visit the following address: \n"
2131
+ "\n"
2132
+ " [reset_password_url] \n"
2133
+ "\n"
2134
+ " Thanks!"
2135
+ msgstr ""
2136
 
2137
+ #: wpf-includes/class-subscribes.php:43
2138
+ msgid ""
2139
+ "Username: [user_login]\n"
2140
+ "\n"
2141
+ "To set your password, visit the following address:\n"
2142
+ "\n"
2143
+ "[set_password_url]\n"
2144
+ "\n"
2145
+ msgstr "\n"
2146
 
2147
+ #: wpf-includes/class-subscribes.php:42
2148
+ msgid "[blogname] Your username and password info"
2149
+ msgstr ""
2150
 
2151
+ #: wpf-includes/class-subscribes.php:40
2152
+ msgid ""
2153
+ "New user registration on your site [blogname]:\n"
2154
+ "\n"
2155
+ "Username: [user_login]\n"
2156
+ "\n"
2157
+ "Email: [user_email]\n"
2158
+ msgstr "\n"
2159
 
2160
+ #: wpf-includes/class-subscribes.php:39
2161
+ msgid "[blogname] New User Registration"
2162
+ msgstr "[blogname] Ny bruger registrering"
2163
 
2164
+ #: wpf-includes/class-subscribes.php:37
2165
+ msgid ""
2166
+ "<strong>Report details:</strong>\n"
2167
+ " Reporter: [reporter], <br>\n"
2168
+ " Message: [message],<br>\n"
2169
+ " <br>\n"
2170
+ " [post_url]"
2171
+ msgstr ""
2172
 
2173
+ #: wpf-includes/class-subscribes.php:36
2174
+ msgid "Forum Post Report"
2175
  msgstr ""
2176
 
2177
+ #: wpf-includes/class-subscribes.php:35
2178
+ msgid ""
2179
+ "Hello [member_name]!<br>\n"
2180
+ " New reply has been posted on your subscribed topic - [topic].\n"
2181
+ " <br><br>\n"
2182
+ " <strong>[reply_title]</strong>\n"
2183
+ " <blockquote >\n"
2184
+ " [reply_desc]\n"
2185
+ " </blockquote>\n"
2186
+ " <br><hr>\n"
2187
+ " If you want to unsubscribe from this topic please use the link below.<br>\n"
2188
+ " [unsubscribe_link]"
2189
+ msgstr ""
2190
 
2191
+ #: wpf-includes/wpf-phrases.php:1069 wpf-includes/class-subscribes.php:34
2192
+ msgid "New Reply"
2193
  msgstr ""
2194
 
2195
+ #: wpf-includes/class-subscribes.php:33
2196
+ msgid ""
2197
+ "Hello [member_name]!<br>\n"
2198
+ " New topic has been created on your subscribed forum - [forum].\n"
2199
+ " <br><br>\n"
2200
+ " <strong>[topic_title]</strong>\n"
2201
+ " <blockquote>\n"
2202
+ " [topic_desc]\n"
2203
+ " </blockquote>\n"
2204
+ " <br><hr>\n"
2205
+ " If you want to unsubscribe from this forum please use the link below.<br>\n"
2206
+ " [unsubscribe_link]"
2207
  msgstr ""
2208
 
2209
+ #: wpf-includes/class-subscribes.php:32
2210
+ msgid "New Topic"
2211
  msgstr ""
2212
 
2213
+ #: wpf-includes/class-subscribes.php:31
2214
+ msgid ""
2215
+ "Hello [member_name]!<br>\n"
2216
+ " Thank you for subscribing.<br>\n"
2217
+ " This is an automated response.<br>\n"
2218
+ " We are glad to inform you that after confirmation you will get updates from - [entry_title].<br>\n"
2219
+ " Please click on link below to complete this step.<br>\n"
2220
+ " [confirm_link]"
2221
+ msgstr ""
2222
 
2223
+ #: wpf-includes/class-subscribes.php:30
2224
+ msgid "Please confirm subscription to [entry_title]"
2225
+ msgstr ""
2226
 
2227
+ #: wpf-includes/class-forums.php:73
2228
+ msgid "Can answer own question"
2229
+ msgstr ""
2230
 
2231
+ #: wpf-includes/class-forums.php:58
2232
+ msgid "Can subscribe"
2233
+ msgstr "Kan abonnere"
2234
 
2235
+ #: wpf-includes/class-forums.php:57
2236
+ msgid "Can add tags"
2237
+ msgstr "Kan tilføje tags"
2238
 
2239
+ #: wpf-includes/class-forums.php:54
2240
+ msgid "Can edit own reply"
2241
+ msgstr "Kan redigere egne svar"
2242
 
2243
+ #: wpf-admin/tools-tabs/misc.php:109 wpf-includes/wpf-phrases.php:989
2244
+ msgid "Tags"
2245
+ msgstr "Tags"
2246
 
2247
+ #: wpf-admin/options-tabs/posts.php:95
2248
+ msgid "Set this option value 0 if you want to disable limiting"
2249
+ msgstr "Sæt denne indstilling til 0 hvis du vil fjerne begræsningen"
2250
 
2251
+ #: wpf-admin/options-tabs/posts.php:94
2252
+ msgid "Limit the post edit logging information \"This post was modified 2 hours ago by John\""
2253
+ msgstr ""
2254
 
2255
+ #: wpf-admin/options-tabs/posts.php:81
2256
+ msgid "Display Post Editing Information"
2257
+ msgstr "Vis redigeringsinformation for indlæg"
2258
 
2259
+ #: wpf-admin/options-tabs/posts.php:69
2260
+ msgid "Display Topic Editing Information"
2261
+ msgstr "Vis redigeringsinformation for emne"
2262
 
2263
+ #: wpf-admin/options-tabs/posts.php:64
2264
+ msgid "Number of Tags per Page"
2265
+ msgstr "Antal af tags pr. side"
2266
 
2267
+ #: wpf-admin/options-tabs/posts.php:60
2268
+ msgid "Maximum Number of Tags per Topic"
2269
+ msgstr "Maksimum antal af tags pr. emne"
2270
 
2271
+ #: wpf-admin/options-tabs/posts.php:51
2272
+ msgid "Enable Topic Tags"
2273
+ msgstr "Slå emne tags til"
2274
 
2275
+ #: wpf-admin/options-tabs/general.php:62
2276
+ msgid "Here you can set custom base paths for forum pages. For example the default Profile URL base path is /profile/, if this conflicts with other plugins you can change it to /user/ or so..."
2277
  msgstr ""
2278
 
2279
+ #: wpf-admin/options-tabs/general.php:61
2280
+ msgid "Forum Page Slugs (URL Paths)"
2281
+ msgstr "Forum Side Slugs (URL Sti)"
2282
 
2283
+ #: wpf-admin/options-tabs/general.php:55
2284
+ msgid "Forum XML Sitemap URL"
2285
+ msgstr "Forum XML Sitemap URL"
2286
 
2287
+ #: wpf-admin/options-tabs/api.php:94
2288
+ msgid "Share Buttons"
2289
+ msgstr ""
2290
 
2291
+ #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
2292
+ #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
2293
+ #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
2294
+ #: wpf-admin/deactivation-dialog.php:151
2295
+ msgid "email for feedback"
2296
+ msgstr ""
2297
 
2298
+ #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
2299
+ #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
2300
+ #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
2301
+ #: wpf-admin/deactivation-dialog.php:146
2302
+ msgid "I agree to receive email"
2303
+ msgstr "Jeg godkender modtagelsen af email"
2304
 
2305
+ #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
2306
+ #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
2307
+ #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
2308
+ #: wpf-admin/deactivation-dialog.php:144
2309
+ msgid "If you want us to contact you please click on \"I agree to receive email\" checkbox, then fill out your email. We'll try to do our best to help you with problems."
2310
+ msgstr ""
2311
 
2312
+ #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
2313
+ msgid "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."
2314
+ msgstr ""
2315
 
2316
+ #: wpf-admin/options-tabs/posts.php:82
2317
+ msgid "The post edit logging information \"This post was modified 2 hours ago by John\" is displayed under modified post content.."
2318
+ msgstr ""
2319
 
2320
+ #: wpf-admin/options-tabs/posts.php:93
2321
+ msgid "Limit Post Editing Information"
 
 
2322
  msgstr ""
 
 
2323
 
2324
+ #: wpf-admin/options-tabs/posts.php:70
2325
+ msgid "The post edit logging information \"This post was modified 2 hours ago by John\" is displayed under modified topic first post content.."
 
 
2326
  msgstr ""
 
2327
 
2328
+ #: wpf-includes/wpf-phrases.php:981
2329
+ msgid "Forum Subscriptions"
2330
+ msgstr ""
2331
 
2332
+ #: wpf-includes/wpf-phrases.php:980
2333
+ msgid "Liked Forum Posts"
2334
+ msgstr ""
2335
 
2336
+ #: wpf-includes/wpf-phrases.php:979
2337
+ msgid "Forum Replies Created"
2338
+ msgstr ""
2339
 
2340
+ #: wpf-includes/wpf-phrases.php:978
2341
+ msgid "Forum Topics Started"
 
 
2342
  msgstr ""
 
2343
 
2344
+ #: wpf-includes/wpf-phrases.php:977
2345
+ msgid "Topic link"
2346
+ msgstr "Emne link"
2347
 
2348
+ #: wpf-includes/wpf-phrases.php:973
2349
+ msgid "This post was modified %s by %s"
2350
+ msgstr "Dette indlæg blev ændret %s af %s"
2351
 
2352
+ #: wpf-includes/wpf-phrases.php:972
2353
+ msgid "Edit Post"
2354
+ msgstr "Rediger indlæg"
2355
 
2356
+ #: wpf-includes/wpf-phrases.php:971
2357
+ msgid "This topic was modified %s by %s"
2358
+ msgstr "Dette emne blev ændret %s af %s"
2359
 
2360
+ #: wpf-includes/wpf-phrases.php:970
2361
+ msgid "Edit Topic"
2362
+ msgstr "Rediger emne"
 
 
2363
 
2364
+ #: wpf-includes/wpf-phrases.php:969
2365
+ msgid "Sorry, there was an error uploading attached file"
2366
+ msgstr "Beklager, der skete en fejl ved overførslen af vedhæftet fil"
2367
 
2368
+ #: wpf-includes/wpf-phrases.php:968
2369
+ msgid "User custom field update failed"
2370
+ msgstr "Opdatering af brugerdefinerede felter fejlede"
2371
 
2372
+ #: wpf-includes/wpf-phrases.php:967
2373
+ msgid "User profile update failed"
2374
+ msgstr "Opdatering af brugerprofil fejlede"
2375
 
2376
+ #: wpf-includes/wpf-phrases.php:966
2377
+ msgid "User data update failed"
2378
+ msgstr "Opdatering af brugerdata fejlede"
 
2379
 
2380
+ #: wpf-includes/wpf-phrases.php:965
2381
+ msgid "Profile updated successfully"
2382
+ msgstr "Profilen er opdateret"
 
2383
 
2384
+ #: wpf-includes/wpf-phrases.php:964
2385
+ msgid "Form template not found"
2386
+ msgstr "Form skabelon ikke fundet"
2387
 
2388
+ #: wpf-includes/wpf-phrases.php:963
2389
+ msgid "Form name not found"
2390
+ msgstr "Form navn ikke fundet"
2391
 
2392
+ #: wpf-includes/wpf-phrases.php:962
2393
+ msgid "Allowed file types: %s"
2394
+ msgstr "Tilladte filtyper: %s"
2395
 
2396
+ #: wpf-includes/wpf-phrases.php:961
2397
+ msgid "This email address is already registered. Please insert another"
2398
+ msgstr "Denne email adresse er allerede brugt. Prøv venligst med en anden"
2399
 
2400
+ #: wpf-includes/wpf-phrases.php:960
2401
+ msgid "Maximum allowed file size is %s MB"
2402
+ msgstr "Maksimal filstørrelse er %s MB"
 
 
 
 
 
 
 
2403
 
2404
+ #: wpf-includes/wpf-phrases.php:959
2405
+ msgid "Numerical nicknames are not allowed. Please insert another."
2406
  msgstr ""
2407
 
2408
+ #: wpf-includes/wpf-phrases.php:958
2409
+ msgid "Nickname validation failed"
 
 
 
 
 
 
 
 
 
 
 
2410
  msgstr ""
2411
 
2412
+ #: wpf-includes/wpf-phrases.php:957
2413
+ msgid "This nickname is already in use. Please insert another."
2414
  msgstr ""
2415
 
2416
+ #: wpf-includes/wpf-phrases.php:956
2417
+ msgid "You have no permission to edit Usergroup field"
 
 
 
 
 
 
 
 
 
 
 
2418
  msgstr ""
2419
 
2420
+ #: wpf-includes/wpf-phrases.php:955
2421
+ msgid "Admin and Moderator Usergroups are not permitted"
2422
  msgstr ""
2423
 
2424
+ #: wpf-includes/wpf-phrases.php:954
2425
+ msgid "The selected Usergroup cannot be set"
 
 
 
 
 
2426
  msgstr ""
2427
 
2428
+ #: wpf-includes/wpf-phrases.php:953
2429
+ msgid "The selected Usergroup is not found in allowed list"
2430
  msgstr ""
2431
 
2432
+ #: wpf-includes/wpf-phrases.php:952
2433
+ msgid "One of the selected Usergroups cannot be set as Secondary"
 
 
 
 
 
2434
  msgstr ""
2435
 
2436
+ #: wpf-includes/wpf-phrases.php:951
2437
+ msgid "Avatar image is too big maximum allowed size is 2MB"
2438
  msgstr ""
2439
 
2440
+ #: wpf-includes/wpf-phrases.php:950
2441
+ msgid "User registration is disabled."
 
 
 
 
 
 
2442
  msgstr ""
2443
 
2444
+ #: wpf-includes/wpf-phrases.php:949
2445
+ msgid "Username length must be between %d characters and %d characters."
 
 
 
 
 
 
 
 
 
 
 
 
 
2446
  msgstr ""
2447
 
2448
+ #: wpf-includes/wpf-phrases.php:948
2449
+ msgid "Success! Please check your mail for confirmation."
2450
  msgstr ""
2451
 
2452
+ #: wpf-includes/wpf-phrases.php:947
2453
+ msgid "file is too large"
2454
+ msgstr "filen er for stor"
 
 
 
 
 
 
2455
 
2456
+ #: wpf-includes/wpf-phrases.php:946
2457
+ msgid "file type %s is not allowed"
2458
+ msgstr "fil-typen %s er ikke tilladt"
2459
 
2460
+ #: wpf-includes/wpf-phrases.php:945
2461
+ msgid "file type is not detected"
2462
+ msgstr "fil-typen er ikke detekteret"
2463
 
2464
+ #: wpf-includes/wpf-phrases.php:944
2465
+ msgid "field value is not a valid URL"
2466
+ msgstr "felt værdi er ikke en valid URL"
2467
 
2468
+ #: wpf-includes/wpf-phrases.php:943
2469
+ msgid "field length cannot be greater than %d characters"
2470
+ msgstr "felt længde ikke være længere en %d tegn"
2471
 
2472
+ #: wpf-includes/wpf-phrases.php:942
2473
+ msgid "field length must be at least %d characters"
2474
+ msgstr "felt længde skal være mindst %d tegn"
2475
 
2476
+ #: wpf-includes/wpf-phrases.php:941
2477
+ msgid "field value cannot be greater than %d"
2478
+ msgstr "felt værdi må ikke være større end %d"
2479
 
2480
+ #: wpf-includes/wpf-phrases.php:940
2481
+ msgid "field value must be at least %d"
2482
+ msgstr "felt værdi skal være mindst %d"
2483
 
2484
+ #: wpf-includes/wpf-phrases.php:939
2485
+ msgid "field is required"
2486
+ msgstr "feltet er påkrævet"
2487
+
2488
+ #: wpf-includes/wpf-phrases.php:938
2489
+ msgid "User profile fields not found"
2490
+ msgstr "Bruger profilfelter ikke fundet"
2491
+
2492
+ #: wpf-includes/wpf-phrases.php:937
2493
+ msgid "No data submitted"
2494
+ msgstr "Ingen data indtastet"
2495
+
2496
+ #: wpf-includes/wpf-phrases.php:674
2497
+ msgid "Success!"
2498
+ msgstr "Fuldført!"
2499
+
2500
+ #: wpf-includes/wpf-hooks.php:2656
2501
+ msgid "Forum Dashboard"
2502
+ msgstr "Forum kontrolpanel"
2503
+
2504
+ #: wpf-includes/wpf-hooks.php:1563
2505
+ msgid "Forum - User Timezone"
2506
+ msgstr "Forum - Bruger tidszone"
2507
+
2508
+ #: wpf-includes/wpf-hooks.php:1541
2509
+ msgid "Forum - Secondary Usergroups"
2510
+ msgstr "Forum - Sekundære brugergrupper"
2511
+
2512
+ #: wpf-includes/wpf-hooks.php:1530
2513
+ msgid "This user Usergroup is automatically changed according to current Role. If you want to disable Role-Usergroup synchronization and manage Usergroups and User Roles independently, please navigate to <b>Forums > Settings > Features</b> admin page and disable \"Role-Usergroup Synchronization\" option."
2514
  msgstr ""
2515
 
2516
+ #: wpf-includes/wpf-hooks.php:1529
2517
+ msgid "Role-Usergroup Synchronization is Turned ON!"
2518
  msgstr ""
2519
 
2520
+ #: wpf-includes/wpf-hooks.php:1518
2521
+ msgid "Forum Usergroups are synched with User Roles based on the %s. When you change this user Role the Usergroup is automatically changed according to that table."
2522
  msgstr ""
2523
 
2524
+ #: wpf-includes/wpf-hooks.php:1513
2525
+ msgid "Forum - Usergroup"
2526
+ msgstr "Forum - Brugergruppe"
2527
+
2528
+ #: wpf-includes/wpf-hooks.php:1505
2529
+ msgid "Forum Profile Fields - wpForo"
2530
  msgstr ""
2531
 
2532
+ #: wpf-includes/wpf-hooks.php:1407
2533
+ msgid "Please choose one reasons before sending a feedback!"
2534
  msgstr ""
2535
 
2536
+ #: wpf-includes/integration/ultimate-member.php:70
2537
+ #: wpf-includes/integration/ultimate-member.php:421
2538
+ msgid "When a member replies to one of my post in forum topics"
2539
+ msgstr ""
2540
 
2541
+ #: wpf-includes/integration/ultimate-member.php:68
2542
+ #: wpf-includes/integration/ultimate-member.php:419
2543
+ msgid "User replied to wpForo post"
2544
  msgstr ""
2545
 
2546
+ #: wpf-includes/integration/ultimate-member.php:65
2547
+ #: wpf-includes/integration/ultimate-member.php:416
2548
+ msgid "When a member replies to one of my forum topics"
2549
+ msgstr ""
2550
 
2551
+ #: wpf-includes/integration/ultimate-member.php:63
2552
+ #: wpf-includes/integration/ultimate-member.php:414
2553
+ msgid "User leaves a reply to wpForo topic"
2554
  msgstr ""
2555
 
2556
+ #: wpf-admin/usergroup.php:371
2557
+ msgid "Can be also used as Secondary Usergroup"
2558
+ msgstr ""
2559
 
2560
+ #: wpf-admin/usergroup.php:217
2561
+ msgid "Complete!"
2562
+ msgstr "Fuldført!"
2563
 
2564
+ #: wpf-admin/usergroup.php:176
2565
+ msgid "Synched"
2566
  msgstr ""
2567
 
2568
+ #: wpf-admin/usergroup.php:174
2569
+ msgid "One User Role cannot be synched with multiple Usergroups."
2570
  msgstr ""
2571
 
2572
+ #: wpf-admin/usergroup.php:173
2573
+ msgid "Not Synched"
 
 
 
 
2574
  msgstr ""
2575
 
2576
+ #: wpf-admin/usergroup.php:171
2577
+ msgid "Add Usergroup to synch"
2578
+ msgstr "Tilføj brugergruppe til synkronisering"
2579
 
2580
+ #: wpf-admin/usergroup.php:157 wpf-admin/includes/member-listtable.php:159
2581
+ #: wpf-includes/wpf-phrases.php:17
2582
+ msgid "Status"
2583
+ msgstr "Status"
2584
 
2585
+ #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
2586
+ msgid "Users"
2587
+ msgstr "Brugere"
2588
 
2589
+ #: wpf-admin/usergroup.php:153
2590
+ msgid "Role Name"
2591
+ msgstr "Rollenavn"
2592
 
2593
+ #: wpf-admin/usergroup.php:148
2594
+ msgid "In the table above (Usergroups) you can see the list of all available forum Usergroups. The first column of this table displays selected User Roles which are synched with certain Usergroup. However some User Roles are still not synced with any Usergroup of your forum. You can find not-synced User Roles in the table below (User Roles). If you use any of these not-synced User Roles and you want to grant some forum accesses to users of these User Roles you should create new Usergroups for each of them. Once new Usergroup is created, you should use the [Synchronize] button in the table above to synchronize User Roles with new Usergroups."
2595
+ msgstr ""
2596
 
2597
+ #: wpf-admin/usergroup.php:146
2598
+ msgid "User Roles"
2599
+ msgstr ""
2600
 
2601
+ #: wpf-admin/usergroup.php:137
2602
+ msgid "The [Synchronize] button changes all users Usergroups according to the users Roles. For example, if you select \"Contributor\" Role for \"Registered\" Usergroup, all users with \"Contributor\" Role will get \"Registered\" Usergroup in forum. The synchronization process may take a few seconds or dozens of minutes, it depends on the number of users. Please be patient, don't close this page and wait until the progress counter says 100% completed."
2603
+ msgstr ""
2604
 
2605
+ #: wpf-admin/usergroup.php:136
2606
+ msgid "Note:"
2607
+ msgstr "Note:"
2608
 
2609
+ #: wpf-admin/usergroup.php:111
2610
+ msgid "Synchronize"
2611
+ msgstr "Synkroniser"
2612
 
2613
+ #: wpf-admin/usergroup.php:110
2614
+ msgid "Synchronize Users Usergroups and Roles"
2615
+ msgstr "Synkroniser brugergrupper og roller"
2616
 
2617
+ #: wpf-admin/usergroup.php:90
2618
+ msgid "Users get the Default Usergroup on registration"
2619
+ msgstr "Bruger bliver medlem af standard brugergruppen ved registrering"
2620
 
2621
+ #: wpf-admin/usergroup.php:82
2622
+ msgid "The number of forum members with this usergroup. Click to view members."
2623
+ msgstr "Antallet af medlemmer med denne brugergruppe. Tryk for at se medlemmer."
2624
 
2625
+ #: wpf-admin/usergroup.php:70
2626
+ msgid "Also used as Secondary Usergroup"
2627
+ msgstr "Også brugt som sekundær brugergruppe"
2628
 
2629
+ #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
2630
+ msgid "View Users"
2631
+ msgstr "Vis brugere"
2632
 
2633
+ #: wpf-admin/usergroup.php:40 wpf-admin/includes/phrase-listtable.php:124
2634
+ #: wpf-admin/includes/moderation-listtable.php:136
2635
+ #: wpf-admin/includes/member-listtable.php:154
2636
+ msgid "ID"
2637
+ msgstr "ID"
2638
+
2639
+ #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
2640
+ #: wpf-admin/usergroup.php:340
2641
+ msgid "User Role"
2642
  msgstr ""
2643
 
2644
+ #: wpf-admin/tools-tabs/misc.php:129
2645
+ msgid "Profile Subscriptions"
2646
  msgstr ""
2647
 
2648
+ #: wpf-admin/tools-tabs/misc.php:125
2649
+ msgid "Profile Activity"
2650
  msgstr ""
2651
 
2652
+ #: wpf-admin/tools-tabs/misc.php:121
2653
+ msgid "Profile Account"
2654
  msgstr ""
2655
 
2656
+ #: wpf-admin/tools-tabs/misc.php:117
2657
+ msgid "Profile Home"
2658
+ msgstr ""
2659
 
2660
+ #: wpf-admin/tools-tabs/misc.php:101
2661
+ msgid "Topic (post list)"
2662
+ msgstr ""
2663
 
2664
+ #: wpf-admin/tools-tabs/misc.php:97
2665
+ msgid "Forum (topic list)"
 
 
2666
  msgstr ""
 
 
2667
 
2668
+ #: wpf-admin/tools-tabs/misc.php:87
2669
+ msgid "Display on forum pages"
2670
+ msgstr ""
 
 
2671
 
2672
+ #: wpf-admin/tools-tabs/misc.php:65
2673
+ msgid "Display for Usergroups"
2674
+ msgstr ""
2675
 
2676
+ #: wpf-admin/tools-tabs/misc.php:47
2677
+ msgid "If you have something important to say on forum front page, you can use this editor. The text will be displayed under forum breadcrumb menu, above forum and topic titles."
 
 
2678
  msgstr ""
 
 
 
 
2679
 
2680
+ #: wpf-admin/tools-tabs/misc.php:46
2681
+ msgid "Admin message on forum front page"
 
 
 
 
2682
  msgstr ""
 
 
 
 
2683
 
2684
+ #: wpf-admin/tools-tabs/misc.php:38
2685
+ msgid "Admin Note"
2686
+ msgstr "Admin Note"
2687
 
2688
+ #: wpf-admin/options-tabs/styles.php:44
2689
+ msgid "Colors Documentation"
2690
+ msgstr "Dokumentation for farver"
2691
 
2692
+ #: wpf-admin/options-tabs/members.php:21
2693
+ msgid "Number of Members per Page"
2694
+ msgstr "Antallet af medlemmer pr. side"
 
 
2695
 
2696
+ #: wpf-admin/options-tabs/general.php:92
2697
+ msgid "XML Based Language"
2698
+ msgstr "XML baseret sprog"
2699
 
2700
+ #: wpf-admin/options-tabs/general.php:25
2701
+ msgid "Set Forum on Home Page"
2702
+ msgstr "Sæt forum på forside"
2703
 
2704
+ #: wpf-admin/options-tabs/general.php:25
2705
+ msgid "If you want to set forum on home page, please do not use the \"Turn WordPress to wpForo\" option. The correct instruction can be found in documentation here"
 
 
2706
  msgstr ""
 
 
 
2707
 
2708
+ #: wpf-admin/options-tabs/features.php:58
2709
+ msgid "Keep enabled this option to synch WordPress User Roles with Forum Usergroups. This connection allows to automatically change Usergroup of a user when his/her User Role is changed by administrators or by membership plugins. In other words this option allows to manage Usergroups based on Users Roles, thus you can directly control users forum accesses based on Users Roles. If this option is turned off, User Roles don't have any affection to users forum accesses, they are only controlled by forum Usergroups."
 
 
 
 
 
 
 
 
 
 
2710
  msgstr ""
2711
 
2712
+ #: wpf-admin/options-tabs/features.php:58
2713
+ msgid "Role-Usergroup Synchronization"
2714
+ msgstr ""
 
 
 
2715
 
2716
+ #: wpf-admin/options-tabs/features.php:51
2717
+ msgid "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
2718
+ msgstr ""
2719
 
2720
+ #: wpf-admin/options-tabs/features.php:51
2721
+ msgid "Ultimate Member Profile Forum Tab Integration"
2722
  msgstr ""
2723
 
2724
+ #: wpf-admin/options-tabs/features.php:50
2725
+ msgid "Creates notification on new forum reply in Ultimate Member Real-time Notification system."
2726
  msgstr ""
2727
 
2728
+ #: wpf-admin/options-tabs/features.php:50
2729
+ msgid "Ultimate Member Notification Integration"
2730
  msgstr ""
2731
 
2732
+ #: wpf-admin/options-tabs/emails.php:192
2733
+ msgid "New User Registration Email for user"
2734
  msgstr ""
2735
 
2736
+ #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
2737
+ msgid "Message Body"
2738
+ msgstr "Besked body"
2739
+
2740
+ #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
2741
+ msgid "Message Subject"
2742
  msgstr ""
2743
 
2744
+ #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
2745
+ msgid "This message comes when new user registers to site"
2746
  msgstr ""
2747
 
2748
+ #: wpf-admin/options-tabs/emails.php:155
2749
+ msgid "New User Registration Email for admins"
2750
  msgstr ""
2751
 
2752
+ #: wpf-admin/options-tabs/accesses.php:30
2753
+ msgid "Forum Accesses are designed to do a Forum specific user permission control. These are set of permissions which are attached to certain Usergeoup in each forum. Thus users can have different permissions in different forums based on their Usergroup."
2754
+ msgstr ""
 
2755
 
2756
+ #: wpf-admin/forum.php:234
2757
+ msgid "Forum Permissions"
2758
  msgstr ""
2759
 
2760
+ #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
2761
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
2762
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
2763
+ #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
2764
+ #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
2765
+ #: wpf-themes/classic/functions.php:118 wpf-themes/classic/functions.php:125
2766
+ #: wpf-themes/classic/functions.php:139 wpf-themes/classic/functions.php:149
2767
+ #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
2768
+ #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
2769
+ #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
2770
+ #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/posts.php:139
2771
+ #: wpf-admin/options-tabs/posts.php:144 wpf-admin/options-tabs/posts.php:151
2772
+ #: wpf-admin/options-tabs/posts.php:157 wpf-admin/options-tabs/posts.php:162
2773
+ #: wpf-admin/options-tabs/posts.php:169 wpf-admin/options-tabs/posts.php:184
2774
+ #: wpf-admin/options-tabs/posts.php:200 wpf-admin/options-tabs/members.php:14
2775
+ #: wpf-admin/options-tabs/members.php:28 wpf-admin/options-tabs/members.php:47
2776
+ #: wpf-admin/options-tabs/members.php:88 wpf-admin/options-tabs/general.php:15
2777
+ #: wpf-admin/options-tabs/general.php:19 wpf-admin/options-tabs/general.php:24
2778
+ #: wpf-admin/options-tabs/general.php:34 wpf-admin/options-tabs/general.php:81
2779
+ #: wpf-admin/options-tabs/general.php:92 wpf-admin/options-tabs/styles.php:44
2780
+ #: wpf-admin/options-tabs/features.php:75 wpf-admin/usergroup.php:29
2781
+ #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
2782
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:188 wpf-admin/forum.php:234
2783
+ #: wpf-admin/forum.php:272 wpf-admin/forum.php:294 wpf-admin/forum.php:302
2784
+ msgid "Read the documentation"
2785
+ msgstr ""
2786
 
2787
+ #: wpf-admin/deactivation-dialog.php:162
2788
+ msgid "Thank you for your feedback!"
2789
+ msgstr "Tak for din feedback!"
2790
 
2791
+ #: wpf-admin/deactivation-dialog.php:159
2792
+ msgid "Submit &amp; Deactivate"
2793
+ msgstr ""
2794
 
2795
+ #: wpf-admin/deactivation-dialog.php:158
2796
+ msgid "Dismiss and never show again"
2797
+ msgstr "Fjern og vis aldrig igen"
2798
 
2799
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1408
2800
+ msgid "Please provide more information"
2801
+ msgstr "Indtast venligst mere information"
 
2802
 
2803
+ #: wpf-admin/deactivation-dialog.php:140
2804
+ msgid "Other"
2805
+ msgstr "Andet"
 
2806
 
2807
+ #: wpf-admin/deactivation-dialog.php:124
2808
+ msgid "Please provide a plugin name or URL"
2809
+ msgstr "Indtast venligst et pluginnavn eller URL"
2810
 
2811
+ #: wpf-admin/deactivation-dialog.php:122
2812
+ msgid "I found a better plugin"
2813
+ msgstr "Jeg fandt et bedre plugin"
2814
 
2815
+ #: wpf-admin/deactivation-dialog.php:106
2816
+ msgid "Could you please describe which features of the plugin slows down your website?"
2817
+ msgstr ""
2818
 
2819
+ #: wpf-admin/deactivation-dialog.php:104
2820
+ msgid "The plugin works very slow"
2821
+ msgstr "Dette plugin virker meget langsomt"
2822
 
2823
+ #: wpf-admin/deactivation-dialog.php:88
2824
+ msgid "What part of design you don't like or want to change?"
2825
+ msgstr ""
2826
 
2827
+ #: wpf-admin/deactivation-dialog.php:86
2828
+ msgid "I didn't like plugin design"
2829
+ msgstr "Jeg kan ikke lide designet af dette plugin"
 
2830
 
2831
+ #: wpf-admin/deactivation-dialog.php:68
2832
+ msgid "The plugin is great, but I need specific features"
2833
+ msgstr "Dette plugin er godt, men jeg mangler nogle specifikke funktioner"
 
2834
 
2835
+ #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
2836
+ msgid "What type of features you want to be in the plugin?"
2837
+ msgstr "Hvilken type af funktioner er det du ønsker der er i dette plugin?"
2838
 
2839
+ #: wpf-admin/deactivation-dialog.php:50
2840
+ msgid "I couldn't understand how to make it work"
2841
+ msgstr "Jeg kunne ikke få det til at virke"
2842
 
2843
+ #: wpf-admin/deactivation-dialog.php:46
2844
+ msgid "It's not what I was looking for"
2845
+ msgstr "Det var ikke det jeg ledte efter"
2846
 
2847
+ #: wpf-admin/deactivation-dialog.php:30
2848
+ msgid "What kind of problems do you have?"
2849
+ msgstr ""
2850
 
2851
+ #: wpf-admin/deactivation-dialog.php:28
2852
+ msgid "The plugin is not working"
2853
+ msgstr ""
2854
 
2855
+ #: wpf-admin/deactivation-dialog.php:24
2856
+ msgid "I'll reactivate it later"
2857
+ msgstr ""
2858
 
2859
+ #: wpf-admin/deactivation-dialog.php:18
2860
+ msgid "Please let us know why you are deactivating. Choosing one of the options below you will help us make it better for you and for other users."
2861
+ msgstr ""
2862
 
2863
+ #: wpf-admin/deactivation-dialog.php:9
2864
+ msgid "Plugin Usage Feedback"
2865
+ msgstr ""
 
2866
 
2867
+ #: wpf-admin/dashboard.php:194
2868
+ msgid "Update Topics Statistic"
2869
+ msgstr "Opdater emne statistik"
 
2870
 
2871
+ #: wpf-admin/dashboard.php:199
2872
+ msgid "Synch User Profiles"
2873
+ msgstr ""
2874
 
2875
+ #: wpf-admin/dashboard.php:97 wpf-admin/tools-tabs/debug.php:241
2876
+ msgid "The setTimestamp() method of PHP DateTime class is not available. Please make sure you use PHP 5.4 and higher version on your hosting service."
2877
+ msgstr ""
2878
 
2879
+ #: wpf-includes/wpf-phrases.php:908
2880
+ msgid "%s replied to the topic %s"
2881
+ msgstr ""
2882
 
2883
+ #: wpf-includes/wpf-phrases.php:114 wpf-includes/integration/buddypress.php:703
2884
+ msgid "You do not have permission to mark notifications for that user."
2885
+ msgstr ""
2886
 
2887
+ #: wpf-includes/wpf-phrases.php:115 wpf-includes/integration/buddypress.php:699
2888
+ msgid "Are you sure you wanted to do that?"
2889
+ msgstr "Er du sikker på at du ønsker at gøre dette?"
 
2890
 
2891
+ #: wpf-includes/wpf-phrases.php:116 wpf-includes/integration/buddypress.php:540
2892
+ msgid "You have %d new reply to %s"
2893
+ msgstr ""
2894
 
2895
+ #: wpf-includes/integration/buddypress.php:538
2896
+ msgid "You have %d new reply to %2$s from %3$s"
2897
+ msgstr ""
2898
 
2899
+ #: wpf-includes/wpf-phrases.php:118 wpf-includes/integration/buddypress.php:534
2900
+ msgid "You have %d new replies"
2901
+ msgstr ""
2902
 
2903
+ #: wpf-includes/wpf-phrases.php:119 wpf-includes/integration/buddypress.php:531
2904
+ msgid "Topic reply"
2905
+ msgstr "Emne svar"
2906
 
2907
+ #: wpf-includes/wpf-phrases.php:976 wpf-includes/integration/buddypress.php:100
2908
+ msgid "Liked Posts"
2909
+ msgstr "Indlæg jeg syntes godt om"
2910
+
2911
+ #: wpf-includes/wpf-phrases.php:975 wpf-includes/integration/buddypress.php:89
2912
+ msgid "Replies Created"
2913
+ msgstr "Svar tilføjet"
2914
+
2915
+ #: wpf-includes/wpf-phrases.php:974 wpf-includes/integration/buddypress.php:78
2916
+ msgid "Topics Started"
2917
+ msgstr "Emner startet"
2918
 
2919
  #: wpf-includes/integration/buddypress.php:34
2920
  msgid "Search Forums..."
2921
+ msgstr "Søg i forumet..."
2922
 
2923
+ #: wpf-includes/functions-template.php:628
2924
+ #: wpf-includes/functions-template.php:893
2925
+ msgid "Order by"
2926
+ msgstr "Sorter efter"
2927
+
2928
+ #: wpf-includes/functions-template.php:531
2929
+ #: wpf-includes/functions-template.php:704
2930
+ msgid "ASC"
2931
+ msgstr "stigende"
2932
+
2933
+ #: wpf-includes/functions-template.php:530
2934
+ #: wpf-includes/functions-template.php:703
2935
+ msgid "DESC"
2936
+ msgstr "faldende"
2937
+
2938
+ #: wpf-includes/functions-template.php:527
2939
+ msgid "Views Count"
2940
+ msgstr "Antal visninger"
2941
+
2942
+ #: wpf-includes/functions-template.php:526
2943
+ msgid "Posts Count"
2944
+ msgstr "Antal indlæg"
2945
+
2946
+ #: wpf-includes/functions-template.php:525
2947
+ #: wpf-includes/functions-template.php:700
2948
+ msgid "Modified Date"
2949
+ msgstr "Redigeringsdato"
2950
+
2951
+ #: wpf-includes/functions-template.php:524
2952
+ #: wpf-includes/functions-template.php:699
2953
+ msgid "Created Date"
2954
+ msgstr "Oprettelsesdato"
2955
+
2956
+ #: wpf-includes/class-moderation.php:173
2957
+ msgid "Probably spam file attachments have been detected by wpForo Spam Control. Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
2958
  msgstr ""
2959
 
2960
+ #: wpf-admin/tools.php:15
2961
+ msgid "Privacy &amp; Rules"
2962
+ msgstr "Privatlivspolitik &amp; regler"
2963
+
2964
+ #: wpf-admin/tools-tabs/legal.php:158
2965
+ msgid "You should edit this text and adapt it to your community rules."
2966
  msgstr ""
2967
 
2968
+ #: wpf-admin/tools-tabs/legal.php:158
2969
+ msgid "This is a basic example of forum rules provided by"
2970
  msgstr ""
2971
 
2972
+ #: wpf-admin/tools-tabs/legal.php:157
2973
+ msgid "Forum Rules Text"
2974
+ msgstr ""
2975
 
2976
+ #: wpf-admin/tools-tabs/legal.php:146
2977
+ msgid "If this option is enabled, users must accept forum rules by checking the required checkbox on registration form to be able create a forum account. The label text of this checkbox can be managed in Forums > Phrases admin page. Search the label phrase, click on edit button and change it."
2978
  msgstr ""
2979
 
2980
+ #: wpf-admin/tools-tabs/legal.php:145
2981
+ msgid "Checkbox: I Accept Forum Rules"
 
2982
  msgstr ""
2983
 
2984
+ #: wpf-admin/tools-tabs/legal.php:139
2985
+ msgid "Forum Rules"
 
2986
  msgstr ""
2987
 
2988
+ #: wpf-admin/tools-tabs/legal.php:127
2989
+ msgid "Please note, that this option is only related to wpForo cookies. This doesn't disable WordPress and other plugins cookies. wpForo stores a small amount of data in cookies, it used to track visited forums and topics (bold and normal titles). Also when a guest (not registered user) creates a topic or post a reply, wpForo stores guest name and email address in cookies. wpForo uses this information to detect current guest content (topics, posts) and display it to the guest even if the content is under moderation (not approved by moderators). Also wpForo stores guest name and email in cookies to keep filled these fields when he/she posts a new reply or creates a new topic."
 
2990
  msgstr ""
2991
 
2992
+ #: wpf-admin/tools-tabs/legal.php:126
2993
+ msgid "Forum Cookies"
2994
  msgstr ""
2995
 
2996
+ #: wpf-admin/tools-tabs/legal.php:115
2997
+ msgid "If this option is enabled, the Facebook Login button becomes not-clickable until user accept automatic account creation process based on his/her Facebook public profile information. This checkbox and appropriate information will be displayed with Facebook Login button to comply with the GDPR"
2998
  msgstr ""
2999
 
3000
+ #: wpf-admin/tools-tabs/legal.php:114
3001
+ msgid "Checkbox: I Agree to create a forum account on Facebook Login"
 
3002
  msgstr ""
3003
 
3004
+ #: wpf-admin/tools-tabs/legal.php:92
3005
+ msgid "This is an example of forum Privacy Policy with GDPR compliant. It adapted to wpForo plugin functions and features. <u>In case you enable this privacy policy template you become responsible for the content of this template.</u> Please read this text carefully and make sure it suits your community Privacy Policy. If it doesn't, you should edit this text and adapt it to your community rules. This template includes shortcodes [forum-name] and [forum-url]. They are automatically replaced on registration page with current forum details. Don't forget to add an information about your organization, location and contacting ways (page, email, phone, etc...). Also if you have a separate privacy policy page for website please add a link to that page."
 
3006
  msgstr ""
3007
 
3008
+ #: wpf-admin/tools-tabs/legal.php:91
3009
+ msgid "Forum Privacy Policy with GDPR compliant Template"
 
3010
  msgstr ""
3011
 
3012
+ #: wpf-admin/tools-tabs/legal.php:79
3013
+ msgid "Checkbox: I Agree to Forum Privacy Policy"
 
3014
  msgstr ""
3015
 
3016
+ #: wpf-admin/tools-tabs/legal.php:74
3017
+ msgid "Privacy Policy Page URL"
3018
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
3019
 
3020
+ #: wpf-admin/tools-tabs/legal.php:74
3021
+ msgid "URL to Website Privacy Policy page"
3022
+ msgstr ""
3023
 
3024
+ #: wpf-admin/tools-tabs/legal.php:73
3025
+ msgid "Terms Page URL"
3026
+ msgstr ""
3027
 
3028
+ #: wpf-admin/tools-tabs/legal.php:73
3029
+ msgid "URL to Website Terms page"
3030
+ msgstr ""
3031
 
3032
+ #: wpf-admin/tools-tabs/legal.php:70
3033
+ msgid "Please insert URLs to your website Terms and Privacy Policy pages. Links to these pages will be included in registration form checkbox label (I'm agree with website terms and privacy policy) and in Forum Privacy Policy. The forum Privacy Policy does not cover your whole website, it is just an extension of your website main Privacy Policy. Thus it should be linked to according pages."
3034
+ msgstr ""
3035
 
3036
+ #: wpf-admin/tools-tabs/legal.php:69
3037
+ msgid "Website Terms and Privacy Policy Pages"
3038
  msgstr ""
3039
 
3040
+ #: wpf-admin/tools-tabs/legal.php:58
3041
+ msgid "If this option is enabled, users must agree to receive an email confirmation with a link to set a password by checking the required checkbox on registration form to be able create a forum account. The checkbox label can be managed in Forums > Phrases admin page."
 
 
3042
  msgstr ""
 
 
3043
 
3044
+ #: wpf-admin/tools-tabs/legal.php:57
3045
+ msgid "Checkbox: I Agree to Receive an Email Confirmation"
3046
  msgstr ""
3047
 
3048
+ #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3049
+ msgid "If this option is enabled, users must accept forum Terms and Privacy Policy by checking the required checkbox on registration form to be able create a forum account. The checkbox label can be managed in Forums > Phrases admin page."
3050
  msgstr ""
3051
 
3052
+ #: wpf-admin/tools-tabs/legal.php:45
3053
+ msgid "Checkbox: I Accept Website Terms and Privacy Policy"
 
 
 
 
3054
  msgstr ""
3055
 
3056
+ #: wpf-admin/tools-tabs/legal.php:40
3057
+ msgid "Please insert a page URL, where user can find a contact form or an information to contact the forum administrator."
3058
  msgstr ""
3059
 
3060
+ #: wpf-admin/tools-tabs/legal.php:39
3061
+ msgid "URL to - Contact Us - page"
 
 
 
 
 
3062
  msgstr ""
3063
 
3064
+ #: wpf-admin/tools-tabs/legal.php:35
3065
+ msgid "Report user rights violation"
3066
  msgstr ""
3067
 
3068
+ #: wpf-admin/tools-tabs/legal.php:34
3069
+ msgid "Report user data access and control issue"
3070
  msgstr ""
3071
 
3072
+ #: wpf-admin/tools-tabs/legal.php:33
3073
+ msgid "Delete account with created content"
3074
+ msgstr ""
3075
 
3076
+ #: wpf-admin/tools-tabs/legal.php:32
3077
+ msgid "Obtain personal data and created content"
 
 
3078
  msgstr ""
 
 
3079
 
3080
+ #: wpf-admin/tools-tabs/legal.php:28
3081
+ msgid "According to the GDPR, all users should have an option to contact website administrator in following cases:"
 
 
3082
  msgstr ""
 
 
 
3083
 
3084
+ #: wpf-admin/tools-tabs/legal.php:26
3085
+ msgid "Contact Information"
3086
+ msgstr "Kontaktinformation"
3087
 
3088
+ #: wpf-admin/tools-tabs/legal.php:20
3089
+ msgid "GDPR Key Changes"
3090
+ msgstr "GDPR ændringer"
3091
 
3092
+ #: wpf-admin/tools-tabs/legal.php:19
3093
+ msgid "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is a regulation by which the European Parliament, the Council of the European Union and the European Commission intend to strengthen and unify data protection for all individuals within the European Union (EU). After four years of preparation and debate the GDPR was finally approved by the EU Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time those organizations in non-compliance may face heavy fines. More info at"
3094
+ msgstr ""
3095
 
3096
+ #: wpf-admin/tools-tabs/legal.php:16
3097
+ msgid "Forum Privacy Policy and GDPR compliant"
3098
  msgstr ""
3099
 
3100
+ #: wpf-admin/tools-tabs/antispam.php:280
3101
+ msgid "Exclude file extensions"
3102
+ msgstr ""
3103
 
3104
+ #: wpf-admin/tools-tabs/antispam.php:270
3105
+ msgid "Enable File Scanner"
3106
+ msgstr ""
 
3107
 
3108
+ #: wpf-admin/tools-tabs/antispam.php:247
3109
+ msgid "Example of adding a new HTML tags: "
3110
+ msgstr ""
 
3111
 
3112
+ #: wpf-admin/tools-tabs/antispam.php:246
3113
+ msgid "By default wpForo allows all secure HTML tags in post content. Allowing a new HTML tag may affect your forum security. For example the &lt;iframe&gt; and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd party ads and viruses to forum."
3114
+ msgstr ""
 
3115
 
3116
+ #: wpf-admin/tools-tabs/antispam.php:245
3117
+ msgid "Allow extra HTML tags"
3118
+ msgstr "Tillad ekstra HTML tags"
 
3119
 
3120
+ #: wpf-admin/tools-tabs/antispam.php:238
3121
+ msgid "Options to control and filter post content"
3122
+ msgstr "Indstillinger til at kontrollere og filtrere indlægs indhold"
3123
 
3124
+ #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
3125
+ #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
3126
+ msgid "Set this option value 0 if you want to remove time limit."
3127
+ msgstr ""
3128
 
3129
+ #: wpf-admin/options-tabs/features.php:87
3130
+ msgid "Sitewide"
3131
+ msgstr ""
3132
 
3133
+ #: wpf-admin/options-tabs/features.php:49
3134
+ msgid "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
3135
+ msgstr ""
3136
 
3137
+ #: wpf-admin/options-tabs/features.php:49
3138
+ msgid "BuddyPress Profile Forum Tab Integration"
3139
+ msgstr ""
3140
 
3141
+ #: wpf-admin/options-tabs/features.php:48
3142
+ msgid "Creates notification on new forum reply in BuddyPress Profile Notification page."
3143
+ msgstr ""
3144
 
3145
+ #: wpf-admin/options-tabs/features.php:48
3146
+ msgid "BuddyPress Notification Integration"
3147
+ msgstr ""
3148
 
3149
+ #: wpf-admin/options-tabs/features.php:47
3150
+ msgid "Posts members activity (new topic, new reply, post like) to BuddyPress Profile Activity page."
3151
+ msgstr ""
3152
 
3153
+ #: wpf-admin/options-tabs/features.php:47
3154
+ msgid "BuddyPress Activity Integration"
3155
+ msgstr ""
3156
 
3157
+ #: wpf-admin/options-tabs/api.php:213
3158
+ msgid "The post sharing toggle can be displayed either on the left side or on the top of each post. The general share buttons can be displayed on both (top and bottom) locations."
3159
+ msgstr ""
3160
 
3161
+ #: wpf-admin/options-tabs/api.php:212
3162
+ msgid "Share Button Locations"
3163
+ msgstr ""
3164
 
3165
+ #: wpf-admin/options-tabs/api.php:206
3166
+ msgid "Square"
3167
+ msgstr ""
3168
 
3169
+ #: wpf-admin/options-tabs/api.php:205
3170
+ msgid "Figure"
3171
+ msgstr ""
3172
 
3173
+ #: wpf-admin/options-tabs/api.php:204
3174
+ msgid "Mixed"
3175
+ msgstr ""
3176
 
3177
+ #: wpf-admin/options-tabs/api.php:179
3178
+ msgid "Post sharing toggle allows you to share posts individually. You can see post sharing toggles on the left, right side or in top bar of each post. The toggle blue color is the current primary color (#12) of your forum style. For example, if you use the red forum style, the color of all share toggles will be red. This doesn't affect share button colors. They are always grey with original colors on mouse hover."
3179
+ msgstr ""
3180
 
3181
+ #: wpf-admin/options-tabs/api.php:172
3182
+ msgid "Button &amp; Count"
3183
+ msgstr ""
3184
 
3185
+ #: wpf-admin/options-tabs/api.php:171
3186
+ msgid "Button"
3187
+ msgstr ""
3188
 
3189
+ #: wpf-admin/options-tabs/api.php:170
3190
+ msgid "Icon"
3191
+ msgstr "Ikon"
3192
 
3193
+ #: wpf-admin/options-tabs/api.php:167
3194
+ msgid "Colored"
3195
+ msgstr ""
3196
 
3197
+ #: wpf-admin/options-tabs/api.php:166
3198
+ msgid "Grey"
3199
+ msgstr ""
3200
 
3201
+ #: wpf-admin/options-tabs/api.php:162
3202
+ msgid "General share buttons are forum and topic sharing buttons. They are located on the top and the bottom of each page. You can manage location of these buttons using \"Share Buttons Location\" options bellow."
3203
+ msgstr ""
3204
 
3205
+ #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
3206
+ #: wpf-admin/options-tabs/api.php:229
3207
+ msgid "Post Sharing Toggle"
3208
+ msgstr ""
3209
 
3210
+ #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
3211
+ #: wpf-admin/options-tabs/api.php:217
3212
+ msgid "General Share Buttons"
3213
+ msgstr ""
3214
 
3215
+ #: wpf-admin/options-tabs/api.php:138
3216
+ msgid "Enable Share Buttons"
3217
+ msgstr ""
3218
 
3219
+ #: wpf-admin/options-tabs/api.php:104
3220
+ msgid "Check the checkbox below share options to activate. <b>Please note, that the Facebook share button cannot be activated without Facebook API ID.</b> Please follow to the \"Facebook API Configuration\" option instruction above and fill the API ID field in order to activate Facebook Share button."
3221
+ msgstr ""
3222
 
3223
+ #: wpf-admin/options-tabs/api.php:103
3224
+ msgid "Active Share Buttons"
3225
+ msgstr ""
3226
 
3227
+ #: wpf-includes/wpf-phrases.php:916
3228
+ msgid "Target Topic not found"
3229
+ msgstr ""
3230
 
3231
+ #. Plugin Name of the plugin
3232
+ #: wpf-admin/options-tabs/features.php:82
3233
+ msgid "wpForo"
3234
+ msgstr "wpForo"
3235
 
3236
+ #: wpf-includes/wpf-phrases.php:933
3237
+ msgid "This action changes topic URL. Once the topic is moved to other forum the old URL of this topic will no longer be available."
3238
+ msgstr ""
3239
 
3240
+ #: wpf-includes/wpf-phrases.php:932
3241
+ msgid "Move Reply"
3242
+ msgstr "Flyt svar"
3243
 
3244
+ #: wpf-includes/wpf-phrases.php:931
3245
+ msgid "Split"
3246
+ msgstr "Adskil "
3247
 
3248
+ #: wpf-includes/wpf-phrases.php:930
3249
+ msgid "Merge"
3250
+ msgstr "Sammenflet"
3251
 
3252
+ #: wpf-includes/wpf-phrases.php:929
3253
+ msgid "Topic once split cannot be unsplit. The first post of new topic becomes the earliest reply."
3254
+ msgstr ""
3255
 
3256
+ #: wpf-includes/wpf-phrases.php:928
3257
+ msgid "Select Posts to Split"
3258
+ msgstr "Vælg indlæg som skal adskilles"
3259
 
3260
+ #: wpf-includes/wpf-phrases.php:927
3261
+ msgid "New Topic Forum"
3262
+ msgstr "Nyt emne i forumet"
3263
 
3264
+ #: wpf-includes/wpf-phrases.php:926
3265
+ msgid "New Topic Title"
3266
+ msgstr "Ny emneoverskrift"
3267
 
3268
+ #: wpf-includes/wpf-phrases.php:925
3269
+ msgid "Create new topic with split posts. The first post of new topic becomes the earliest reply."
3270
+ msgstr ""
3271
 
3272
+ #: wpf-includes/wpf-phrases.php:924
3273
+ msgid "Create New Topic"
3274
+ msgstr "Opret nyt emne"
3275
 
3276
+ #: wpf-includes/wpf-phrases.php:923
3277
+ msgid "Topics once merged cannot be unmerged. This topic URL will no longer be available."
3278
+ msgstr ""
3279
 
3280
+ #: wpf-includes/wpf-phrases.php:922
3281
+ msgid "Update post titles with target topic title."
3282
+ msgstr ""
3283
 
3284
+ #: wpf-includes/wpf-phrases.php:921
3285
+ msgid "Update post dates (current date) to allow append posts to the end of the target topic."
3286
+ msgstr ""
3287
 
3288
+ #: wpf-includes/wpf-phrases.php:920
3289
+ msgid "All posts will be merged and displayed (ordered) in target topic according to posts dates. If you want to append merged posts to the end of the target topic you should allow to update posts dates to current date by check the option below."
3290
+ msgstr ""
3291
 
3292
+ #: wpf-includes/wpf-phrases.php:919
3293
+ msgid "Please copy the target topic URL from browser address bar and paste in the field below."
3294
+ msgstr ""
3295
 
3296
+ #: wpf-includes/wpf-phrases.php:918
3297
+ msgid "Split Topic"
3298
+ msgstr "Opdel emne"
3299
 
3300
+ #: wpf-includes/wpf-phrases.php:917
3301
+ msgid "Merge Topics"
3302
+ msgstr ""
3303
 
3304
+ #: wpf-includes/wpf-phrases.php:915
3305
+ msgid "Target Topic URL"
3306
+ msgstr ""
3307
 
3308
+ #: wpf-includes/wpf-phrases.php:913
3309
+ msgid "Forum post like"
3310
+ msgstr ""
3311
 
3312
+ #: wpf-includes/wpf-phrases.php:912
3313
+ msgid "Forum post"
3314
+ msgstr ""
3315
 
3316
+ #: wpf-includes/wpf-phrases.php:911
3317
+ msgid "Forum topic"
3318
+ msgstr ""
3319
 
3320
+ #: wpf-includes/wpf-phrases.php:910
3321
+ msgid "Read more"
3322
+ msgstr "Læs mere"
3323
 
3324
+ #: wpf-includes/wpf-phrases.php:909
3325
+ msgid "%s liked forum post %s"
3326
+ msgstr ""
3327
 
3328
+ #: wpf-includes/wpf-phrases.php:74
3329
+ msgid "%s posted a new topic %s"
3330
+ msgstr ""
3331
 
3332
+ #: wpf-includes/wpf-phrases.php:907
3333
+ msgid "%s created a new topic %s"
3334
+ msgstr ""
3335
 
3336
+ #: wpf-includes/wpf-phrases.php:773 wpf-includes/class-forums.php:78
3337
+ msgid "Can view poll result"
3338
+ msgstr ""
3339
 
3340
+ #: wpf-includes/wpf-phrases.php:772 wpf-includes/class-forums.php:77
3341
+ msgid "Can vote poll"
3342
+ msgstr ""
3343
 
3344
+ #: wpf-includes/wpf-phrases.php:771 wpf-includes/class-forums.php:76
3345
+ msgid "Can create poll"
3346
+ msgstr ""
3347
 
3348
+ #: wpf-includes/wpf-phrases.php:770 wpf-includes/class-forums.php:65
3349
+ msgid "Can approve/unapprove content"
3350
+ msgstr ""
3351
 
3352
+ #: wpf-includes/wpf-phrases.php:769 wpf-includes/class-forums.php:70
3353
+ msgid "Can view attached files"
3354
+ msgstr ""
3355
 
3356
+ #: wpf-admin/options-tabs/general.php:87
3357
+ msgid "More info"
3358
+ msgstr "Mere information"
3359
 
3360
+ #: wpf-admin/options-tabs/features.php:93
3361
+ msgid "Thank you!"
3362
+ msgstr ""
3363
 
3364
+ #: wpf-admin/options-tabs/features.php:16
3365
+ msgid "Enable WordPress Shortcodes in Post Content"
3366
+ msgstr ""
3367
 
3368
+ #: wpf-admin/dashboard.php:22
3369
+ msgid "Welcome to wpForo"
3370
+ msgstr "Velkommen til wpForo"
3371
 
3372
+ #: wpf-admin/dashboard.php:32 wpf-admin/addons.php:31
3373
+ msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
3374
+ msgstr ""
 
3375
 
3376
+ #: wpf-admin/usergroup.php:364
3377
+ msgid "Display on Members List"
3378
+ msgstr "Vis på brugerliste"
3379
 
3380
+ #: wpf-includes/wpf-phrases.php:904
3381
+ msgid "Forgot Your Password?"
3382
+ msgstr "Glemt kodeord?"
3383
 
3384
+ #: wpf-includes/wpf-phrases.php:903
3385
+ msgid "Reset Password"
3386
+ msgstr ""
3387
 
3388
+ #: wpf-includes/wpf-phrases.php:902
3389
+ msgid "Please Insert Your Email or Username"
3390
+ msgstr "Indtast venligst din email-adresse eller dit brugernavn"
3391
 
3392
+ #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
3393
+ msgid "Enter your email address or username and we'll send you a link you can use to pick a new password."
3394
+ msgstr ""
3395
 
3396
+ #: wpf-includes/wpf-phrases.php:900
3397
+ msgid "Join us today!"
3398
+ msgstr ""
3399
 
3400
+ #: wpf-includes/wpf-phrases.php:899
3401
+ msgid "Welcome!"
3402
+ msgstr "Velkommen!"
3403
 
3404
+ #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
3405
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
3406
+ msgstr ""
3407
 
3408
+ #: wpf-includes/wpf-phrases.php:897
3409
+ msgid "Google reCAPTCHA verification failed"
3410
+ msgstr ""
3411
 
3412
+ #: wpf-includes/wpf-phrases.php:896
3413
+ msgid "You are not allowed to edit this post"
3414
+ msgstr "Du har ikke tilladelse til at redigere dette indlæg"
3415
 
3416
+ #: wpf-admin/tools-tabs/antispam.php:222
3417
+ msgid "WordPress Reset Password Form"
3418
+ msgstr ""
3419
 
3420
+ #: wpf-admin/tools-tabs/antispam.php:213
3421
+ msgid "WordPress Registration Form"
3422
+ msgstr ""
3423
 
3424
+ #: wpf-admin/tools-tabs/antispam.php:204
3425
+ msgid "WordPress Login Form"
3426
+ msgstr ""
3427
 
3428
+ #: wpf-admin/tools-tabs/antispam.php:195
3429
+ msgid "wpForo Reset Password Form"
3430
+ msgstr ""
3431
 
3432
+ #: wpf-admin/tools-tabs/antispam.php:186
3433
+ msgid "wpForo Registration Form"
3434
+ msgstr ""
3435
 
3436
+ #: wpf-admin/tools-tabs/antispam.php:177
3437
+ msgid "wpForo Login Form"
3438
+ msgstr ""
3439
 
3440
+ #: wpf-admin/tools-tabs/antispam.php:167
3441
+ msgid "Guest Post Editor"
3442
+ msgstr ""
3443
 
3444
+ #: wpf-admin/tools-tabs/antispam.php:158
3445
+ msgid "Guest Topic Editor"
3446
+ msgstr ""
 
 
3447
 
3448
+ #: wpf-admin/tools-tabs/antispam.php:153
3449
+ msgid "Dark"
3450
+ msgstr "Mørk"
3451
 
3452
+ #: wpf-admin/tools-tabs/antispam.php:152
3453
+ msgid "Light"
3454
+ msgstr "Lys"
3455
 
3456
+ #: wpf-admin/tools-tabs/antispam.php:149
3457
+ msgid "reCAPTCHA Theme"
3458
+ msgstr ""
3459
 
3460
+ #: wpf-admin/tools-tabs/antispam.php:144
3461
+ msgid "reCAPTCHA Settings"
3462
+ msgstr ""
3463
 
3464
+ #: wpf-admin/tools-tabs/antispam.php:137
3465
+ msgid "Secret Key"
3466
+ msgstr ""
3467
 
3468
+ #: wpf-admin/tools-tabs/antispam.php:131
3469
+ msgid "Site Key"
3470
+ msgstr ""
3471
 
3472
+ #: wpf-admin/tools-tabs/antispam.php:124
3473
+ msgid "Register your site and get API keys here &raquo;"
3474
+ msgstr ""
3475
 
3476
+ #: wpf-admin/tools-tabs/antispam.php:123
3477
+ msgid "To start using reCAPTCHA, you need to sign up for an API key pair for your site."
3478
+ msgstr ""
3479
 
3480
+ #: wpf-admin/tools-tabs/antispam.php:121
3481
+ msgid "reCAPTCHA API Keys"
3482
+ msgstr ""
3483
 
3484
+ #: wpf-admin/tools-tabs/antispam.php:119
3485
+ msgid "reCAPTCHA protects you against spam and other types of automated abuse. It makes secure topic and post editors when Guest Posting is allowed, also it protects login and registration forms against spam attacks."
3486
+ msgstr ""
3487
 
3488
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2783
3489
+ msgid "Google reCAPTCHA"
3490
+ msgstr ""
3491
 
3492
+ #: wpf-admin/options-tabs/posts.php:42
3493
+ msgid "Recent Posts Display Type"
3494
+ msgstr ""
3495
 
3496
+ #: wpf-admin/options-tabs/members.php:82
3497
+ msgid "Redirect after subscription confirmation"
3498
+ msgstr ""
3499
 
3500
+ #: wpf-admin/options-tabs/members.php:81
3501
+ msgid "Redirect after registration"
3502
+ msgstr ""
3503
 
3504
+ #: wpf-admin/options-tabs/members.php:80
3505
+ msgid "Redirect after login"
3506
+ msgstr ""
3507
 
3508
+ #: wpf-admin/options-tabs/members.php:68
3509
+ msgid "For member profile, account and subscription pages use following URLs:"
3510
+ msgstr ""
3511
 
3512
+ #: wpf-admin/options-tabs/members.php:66
3513
+ msgid "Custom Redirection URLs after following actions"
3514
+ msgstr ""
3515
 
3516
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:884
3517
+ msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
3518
+ msgstr ""
3519
 
3520
+ #: wpf-admin/options-tabs/features.php:15
3521
+ msgid "Show Member Mention Nicknames"
3522
+ msgstr ""
3523
 
3524
+ #. Description of the plugin
3525
+ msgid "WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts."
3526
+ msgstr ""
 
 
 
 
 
3527
 
3528
+ #: wpforo.php:1131
3529
+ msgid "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. Converts wpForo topic and posts, likes to myCRED points."
3530
+ msgstr ""
3531
 
3532
+ #: wpforo.php:1129
3533
+ msgid "wpForo Polls is a complete addon to help forum members create, vote and manage polls effectively. Comes with poll specific permissions and settings."
3534
+ msgstr ""
3535
 
3536
+ #: wpf-themes/classic/functions.php:159
3537
+ msgid "Set this option value 0 if you want to show the whole post content in recent post area."
3538
+ msgstr ""
3539
 
3540
+ #: wpf-themes/classic/functions.php:158
3541
+ msgid "Extended Layout - Recent post length"
3542
+ msgstr ""
3543
 
3544
+ #: wpf-themes/classic/functions.php:150
3545
+ msgid "Set this option value 0 if you want to show all posts in recent posts area."
3546
+ msgstr ""
3547
 
3548
+ #: wpf-themes/classic/functions.php:149
3549
+ msgid "Extended Layout - Number of Recent posts"
3550
+ msgstr ""
3551
 
3552
+ #: wpf-themes/classic/functions.php:139
3553
+ msgid "Extended Layout - Recent posts"
3554
+ msgstr ""
3555
 
3556
+ #: wpf-themes/classic/functions.php:72
3557
+ msgid "Q&A Layout - Recent topic length"
3558
+ msgstr ""
3559
 
3560
+ #: wpf-themes/classic/functions.php:65
3561
+ msgid "Q&A Layout - Number of Recent topics"
3562
+ msgstr ""
3563
 
3564
+ #: wpf-themes/classic/functions.php:56
3565
+ msgid "Q&A Layout - Recent topics"
3566
+ msgstr ""
3567
 
3568
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
3569
+ #: wpf-themes/classic/functions.php:126
3570
+ msgid "Set this option value 0 if you want to show the whole title in recent topic area."
3571
+ msgstr ""
3572
 
3573
+ #: wpf-themes/classic/functions.php:42
3574
+ msgid "Extended Layout - Recent topic length"
3575
+ msgstr ""
3576
 
3577
+ #: wpf-themes/classic/functions.php:35
3578
+ msgid "Extended Layout - Number of Recent topics"
3579
+ msgstr ""
3580
 
3581
+ #: wpf-themes/classic/functions.php:26
3582
+ msgid "Extended Layout - Recent topics"
3583
+ msgstr ""
3584
 
3585
+ #: wpf-includes/wpf-phrases.php:893
3586
+ msgid "You can mention a person using @nicename in post content to send that person an email message. When you post a topic or reply, forum sends an email message to the user letting them know that they have been mentioned on the post."
3587
+ msgstr ""
3588
 
3589
+ #: wpf-includes/wpf-phrases.php:892
3590
+ msgid "in forum"
3591
+ msgstr ""
3592
 
3593
+ #: wpf-includes/wpf-phrases.php:891
3594
+ msgid "forum link"
3595
+ msgstr ""
3596
 
3597
+ #: wpf-includes/class-api.php:232
3598
+ msgid "Invalid User"
3599
+ msgstr "Ugyldig bruger"
3600
 
3601
+ #: wpf-includes/class-api.php:227
3602
+ msgid "Your email is required to be able authorize you here. Please try loging again. "
3603
+ msgstr ""
3604
 
3605
+ #: wpf-includes/class-api.php:200
3606
+ msgid "Please login into Facebook and then click connect button again"
3607
+ msgstr "Log venligst ind på Facebook og klik da på forbind-knappen igen"
3608
 
3609
+ #: wpf-admin/usergroup.php:329
3610
+ msgid "use default link color"
3611
+ msgstr ""
3612
 
3613
+ #: wpf-admin/usergroup.php:326
3614
+ msgid "Usergroup Color"
3615
+ msgstr ""
3616
 
3617
+ #: wpf-admin/usergroup.php:98
3618
+ msgid "default (#15)"
3619
+ msgstr ""
3620
 
3621
+ #: wpf-admin/usergroup.php:38
3622
+ msgid "Default Access"
3623
+ msgstr ""
3624
 
3625
+ #: wpf-admin/tools.php:17
3626
+ msgid "Misc"
3627
+ msgstr ""
3628
 
3629
+ #: wpf-admin/tools-tabs/misc.php:28
3630
+ msgid "The noIndex code tells Google and other search engines to NOT index the page, so that it cannot be found in search results. Please insert page URLs you do not want to be indexed one per line in the textarea bellow."
3631
+ msgstr ""
3632
 
3633
+ #: wpf-admin/tools-tabs/misc.php:27
3634
+ ms