wpForo Forum - Version 1.7.1

Version Description

Download this release

Release Info

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

Code changes from version 1.7.0 to 1.7.1

Files changed (41) hide show
  1. readme.txt +55 -2
  2. wpf-admin/admin.php +13 -7
  3. wpf-admin/includes/member-listtable.php +18 -0
  4. wpf-admin/js/{functions.js → backend.js} +17 -0
  5. wpf-admin/options-tabs/api.php +7 -3
  6. wpf-admin/options-tabs/emails.php +31 -9
  7. wpf-admin/options-tabs/features.php +4 -2
  8. wpf-admin/options-tabs/general.php +3 -3
  9. wpf-admin/options.php +1 -1
  10. wpf-admin/tools-tabs/antispam.php +3 -3
  11. wpf-admin/usergroup.php +1 -1
  12. wpf-admin/xml/english.xml +27 -0
  13. wpf-assets/css/jquery-ui.css +0 -1204
  14. wpf-assets/images/sn/lin-m.png +0 -0
  15. wpf-assets/images/sn/linkedin.png +0 -0
  16. wpf-assets/images/sn/wapp-m.png +0 -0
  17. wpf-assets/images/sn/whatsapp.png +0 -0
  18. wpf-assets/js/ajax.js +99 -127
  19. wpf-assets/js/frontend.js +121 -17
  20. wpf-assets/js/widgets.js +3 -2
  21. wpf-includes/class-actions.php +63 -13
  22. wpf-includes/class-activity.php +115 -79
  23. wpf-includes/class-api.php +57 -37
  24. wpf-includes/class-forms.php +72 -75
  25. wpf-includes/class-logs.php +6 -2
  26. wpf-includes/class-members.php +18 -18
  27. wpf-includes/class-posts.php +62 -9
  28. wpf-includes/class-subscribes.php +27 -26
  29. wpf-includes/class-template.php +112 -71
  30. wpf-includes/class-usergroups.php +39 -22
  31. wpf-includes/functions-installation.php +5 -5
  32. wpf-includes/functions-template.php +323 -127
  33. wpf-includes/functions.php +77 -32
  34. wpf-includes/install-sql.php +6 -6
  35. wpf-includes/integration/buddypress.php +4 -5
  36. wpf-includes/integration/ultimate-member.php +4 -1
  37. wpf-includes/wpf-hooks.php +141 -49
  38. wpf-includes/wpf-phrases.php +31 -0
  39. wpf-languages/wpforo-cs_CZ.po +5904 -5904
  40. wpf-languages/wpforo-da_DK.po +6120 -6120
  41. wpf-languages/wpforo-es_MX.po +0 -1575
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
- Tested up to: 5.3
6
- Stable tag: 1.7.0
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -165,6 +165,59 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
165
 
166
  == Changelog ==
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  = wpForo Forum 1.7.0 | 03.02.2020 =
169
 
170
  [wpForo Forum v1.7.0 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-0-is-released/)
2
  Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
+ Tested up to: 5.4
6
+ Stable tag: 1.7.1
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.7.1 | 24.03.2020 =
169
+
170
+ [wpForo Forum v1.7.1 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-1-is-released/)
171
+
172
+ * Added: WordPress 5.4 compatibility
173
+ * Added: In-forum notification when user is @mentioned
174
+ * Added: Click the "link" icon of each post to get a Short and Full URL
175
+ * Added: Unread / Read bold title indicator in Recent Posts widget
176
+ * Added: Option to display [new] indicator in Recent Posts widget
177
+ * Added: Option to only display unread posts in Recent Posts widget
178
+ * Added: Links "Jump to last unread" feature in Recent Posts page
179
+ * Added: Bulk change of members usergroup in Forums > Members admin page
180
+ * Added: New post reporting dialog, removed jQuery UI files.
181
+ * Added: Dashboard note and instruction to protect user registration form
182
+ * Added: Frontend info-box and instruction to protect user registration form
183
+ * Added: ru_RU Translation update by [wpForo.RU Team](https://wpforo.ru)
184
+ * Added: WhatsApp and LinkedIn Share Buttons
185
+ * Added: [Create Account] button on forum login page
186
+ * Added: Redirect to previous page after user login
187
+ * Added: Frontend Admin Control Panel with quick links at the bottom of all forums
188
+ * Added: Filter hook `wpforo_member_nicename`
189
+ * Added: Filter hook `wpforo_direct_topic_url` to turn on direct links w/o #postid
190
+ * Added: Filter hook `wpforo_get_notifications_args` to filter notifications by different arguments
191
+ * New Option: Stop sending emails to Admins on new user registration
192
+ * New Option: Overwrite WordPress new user registration email to admins
193
+ * New Option: Overwrite WordPress new user registration email to users
194
+ * Performance: Less SQL queries on forum pages and zero affection on non-forum pages.
195
+ * Optimization: JS and CSS files are optimized, faster page loading.
196
+ * Optimization: Removed lots of inline JavaScript codes with phrases
197
+ * Addons: Private Message notifications are integrated with forum notification system
198
+ * Fixed Bug: Password is required when user updates profile fields
199
+ * Fixed Bug: Mobile view issues in Simplified and threaded layouts under the avatar
200
+ * Fixed Bug: Email templates line-breaks and formatting issues
201
+ * Fixed Bug: Notification bell tooltip translation issue
202
+ * Fixed Bug: Strip slashes of notification description
203
+ * Fixed Bug: Broken solved status of Q&A layout topics
204
+ * Fixed Bug: Disable Forum Tab URLs if BP Forum Tab integration is disabled
205
+ * Fixed Bug: Disable Forum Tab URLs if UM Forum Tab integration is disabled
206
+ * Fixed Bug: Empty list item on Split Topic form
207
+ * Fixed Bug: Disable registration page when forum registration is disabled
208
+ * Fixed Bug: Remove brackets from search phrase
209
+ * Fixed Bug: Removed Google+ Share Button
210
+ * Fixed Bug: Regular pages open as forum 404 page
211
+ * Fixed Bug: Login redirect to 404 page
212
+
213
+ IMPORTANT NOTES for UPDATE
214
+
215
+ - After the update, please delete all caches.
216
+ - If you have a Minifier/Optimizer plugins please delete all caches.
217
+ - If you use CDN and found some issues please purge it.
218
+ - 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.
219
+
220
+
221
  = wpForo Forum 1.7.0 | 03.02.2020 =
222
 
223
  [wpForo Forum v1.7.0 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-0-is-released/)
wpf-admin/admin.php CHANGED
@@ -11,14 +11,20 @@ function wpforo_add_menu() {
11
  WPF()->moderation->spam_attachment();
12
  }
13
 
 
14
  $mod_count = WPF()->post->unapproved_count();
15
  $mod_count_num = intval( $mod_count );
16
  $mod_count = ( $mod_count ) ? ' <span class="awaiting-mod count-1"><span class="pending-count">' . intval( $mod_count ) . '</span></span> ' : '';
17
- $ban_count = WPF()->member->banned_count();
18
- $ban_count_num = intval( $ban_count );
19
- $ban_count = ( $ban_count && WPF()->tools_antispam['spam_user_ban'] ) ? ' <span class="awaiting-mod count-1" style="background-color:#777777;"><span class="pending-count" style="color:#ffffff;">' . intval( $ban_count ) . '</span></span> ' : '';
20
- $all_count = $mod_count_num;
21
- $all_count = ( $all_count ) ? ' <span class="awaiting-mod count-1"><span class="pending-count">' . intval( $all_count ) . '</span></span> ' : '';
 
 
 
 
 
22
 
23
  $position = ( isset( WPF()->general_options['menu_position'] ) && WPF()->general_options['menu_position'] > 0 ) ? WPF()->general_options['menu_position'] : 23;
24
 
@@ -37,13 +43,13 @@ function wpforo_add_menu() {
37
  add_submenu_page( 'wpforo-community', __( 'Settings', 'wpforo' ), __( 'Settings', 'wpforo' ), 'read', 'wpforo-settings', 'wpforo_settings' );
38
  }
39
  if ( WPF()->perm->usergroup_can( 'mt' ) || wpforo_current_user_is( 'admin' ) ) {
40
- add_submenu_page( 'wpforo-community', __( 'Tools', 'wpforo' ), __( 'Tools', 'wpforo' ), 'read', 'wpforo-tools', 'wpforo_tools' );
41
  }
42
  if ( WPF()->perm->usergroup_can( 'aum' ) || wpforo_current_user_is( 'admin' ) ) {
43
  add_submenu_page( 'wpforo-community', __( 'Moderation', 'wpforo' ), __( 'Moderation', 'wpforo' ) . $mod_count, 'read', 'wpforo-moderations', 'wpforo_moderations' );
44
  }
45
  if ( WPF()->perm->usergroup_can( 'vm' ) || wpforo_current_user_is( 'admin' ) ) {
46
- add_submenu_page( 'wpforo-community', __( 'Members', 'wpforo' ), __( 'Members', 'wpforo' ) . $ban_count, 'read', 'wpforo-members', 'wpforo_member_menu' );
47
  }
48
  if ( WPF()->perm->usergroup_can( 'vmg' ) || wpforo_current_user_is( 'admin' ) ) {
49
  add_submenu_page( 'wpforo-community', __( 'Usergroups', 'wpforo' ), __( 'Usergroups', 'wpforo' ), 'read', 'wpforo-usergroups', 'wpforo_usergroups_menu' );
11
  WPF()->moderation->spam_attachment();
12
  }
13
 
14
+ $all_count = 0;
15
  $mod_count = WPF()->post->unapproved_count();
16
  $mod_count_num = intval( $mod_count );
17
  $mod_count = ( $mod_count ) ? ' <span class="awaiting-mod count-1"><span class="pending-count">' . intval( $mod_count ) . '</span></span> ' : '';
18
+ $ban_count = WPF()->member->get_count( array('p.status' => 'banned') );
19
+ $after_members_menu_title = ( $ban_count && WPF()->tools_antispam['spam_user_ban'] ) ? ' <span class="awaiting-mod count-1" style="background-color:#777777;"><span class="pending-count" style="color:#ffffff;">' . intval( $ban_count ) . '</span></span> ' : '';
20
+ if( WPF()->tools_antispam['spam_user_ban'] ) $all_count += $ban_count;
21
+ $all_count += $mod_count_num;
22
+
23
+ $tools_count = 0;
24
+ $after_tools_menu_title = $tools_count ? ' <span class="awaiting-mod count-1"><span class="pending-count">' . $tools_count . '</span></span> ' : '';
25
+ $all_count += $tools_count;
26
+
27
+ $all_count = $all_count ? ' <span class="awaiting-mod count-1"><span class="pending-count">' . $all_count . '</span></span> ' : '';
28
 
29
  $position = ( isset( WPF()->general_options['menu_position'] ) && WPF()->general_options['menu_position'] > 0 ) ? WPF()->general_options['menu_position'] : 23;
30
 
43
  add_submenu_page( 'wpforo-community', __( 'Settings', 'wpforo' ), __( 'Settings', 'wpforo' ), 'read', 'wpforo-settings', 'wpforo_settings' );
44
  }
45
  if ( WPF()->perm->usergroup_can( 'mt' ) || wpforo_current_user_is( 'admin' ) ) {
46
+ add_submenu_page( 'wpforo-community', __( 'Tools', 'wpforo' ), __( 'Tools', 'wpforo' ) . $after_tools_menu_title, 'read', 'wpforo-tools', 'wpforo_tools' );
47
  }
48
  if ( WPF()->perm->usergroup_can( 'aum' ) || wpforo_current_user_is( 'admin' ) ) {
49
  add_submenu_page( 'wpforo-community', __( 'Moderation', 'wpforo' ), __( 'Moderation', 'wpforo' ) . $mod_count, 'read', 'wpforo-moderations', 'wpforo_moderations' );
50
  }
51
  if ( WPF()->perm->usergroup_can( 'vm' ) || wpforo_current_user_is( 'admin' ) ) {
52
+ add_submenu_page( 'wpforo-community', __( 'Members', 'wpforo' ), __( 'Members', 'wpforo' ) . $after_members_menu_title, 'read', 'wpforo-members', 'wpforo_member_menu' );
53
  }
54
  if ( WPF()->perm->usergroup_can( 'vmg' ) || wpforo_current_user_is( 'admin' ) ) {
55
  add_submenu_page( 'wpforo-community', __( 'Usergroups', 'wpforo' ), __( 'Usergroups', 'wpforo' ), 'read', 'wpforo-usergroups', 'wpforo_usergroups_menu' );
wpf-admin/includes/member-listtable.php CHANGED
@@ -244,6 +244,24 @@ class wpForoMembersListTable extends WP_List_Table {
244
  return $actions;
245
  }
246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
 
248
  /** ************************************************************************
249
  * REQUIRED! This is where you prepare your data for display. This method will
244
  return $actions;
245
  }
246
 
247
+ function extra_tablenav( $which ) {
248
+ $name = 'new_groupid' . ( $which === 'bottom' ? '2' : '' );
249
+ printf(
250
+ '<div class="alignleft actions">
251
+ <label class="screen-reader-text" for="new_role">%1$s</label>
252
+ <select name="%2$s" id="new_role">
253
+ <option value="-1">%1$s</option>
254
+ %3$s
255
+ </select>
256
+ <input type="submit" name="change_group" class="button" value="%4$s">
257
+ </div>',
258
+ __('Change usergroup to…', 'wpforo'),
259
+ $name,
260
+ WPF()->usergroup->get_selectbox(),
261
+ __('Change', 'wpforo')
262
+ );
263
+ }
264
+
265
 
266
  /** ************************************************************************
267
  * REQUIRED! This is where you prepare your data for display. This method will
wpf-admin/js/{functions.js → backend.js} RENAMED
@@ -97,4 +97,21 @@ function mode_changer_ug(v){
97
  }
98
  }
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
97
  }
98
  }
99
 
100
+ jQuery(document).ready(function ($) {
101
+ $(document).on('click', '#wpforo-admin-notice-recaptcha .notice-dismiss', function () {
102
+ var wrap = $(this).closest('#wpforo-admin-notice-recaptcha');
103
+ $.ajax({
104
+ type: 'POST',
105
+ url: ajaxurl,
106
+ data: {
107
+ backend: 1,
108
+ action: 'wpforo_dissmiss_recaptcha_note'
109
+ }
110
+ }).done(function (response) {
111
+ if( parseInt(response) ){
112
+ wrap.remove();
113
+ }
114
+ });
115
+ });
116
+ });
117
 
wpf-admin/options-tabs/api.php CHANGED
@@ -114,9 +114,13 @@
114
  <label for="sb_tw"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/tw-m.png' ?>" align="middle" style="width: 30px" /></label><br>
115
  &nbsp;<input id="sb_tw" type="checkbox" name="wpforo_api_options[sb][tw]" value="1" <?php if(isset($_sb['tw']) && $_sb['tw'] ) echo 'checked'; ?> />
116
  </div>
117
- <div style="float: left; width: 40px; text-align: center; background: #FF492D; padding: 1px 18px 3px 18px; margin: 10px 5px;">
118
- <label for="sb_gg"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/gg-m.png' ?>" align="middle" style="width: 30px" /></label><br>
119
- &nbsp;<input id="sb_gg" type="checkbox" name="wpforo_api_options[sb][gg]" value="1" <?php if(isset($_sb['gg']) && $_sb['gg'] ) echo 'checked'; ?> />
 
 
 
 
120
  </div>
121
  <div style="float: left; width: 40px; text-align: center; background: #2D76A6; padding: 1px 18px 3px 18px; margin: 10px 5px;">
122
  <label for="sb_vk"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/vk-m.png' ?>" align="middle" style="width: 30px" /></label><br>
114
  <label for="sb_tw"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/tw-m.png' ?>" align="middle" style="width: 30px" /></label><br>
115
  &nbsp;<input id="sb_tw" type="checkbox" name="wpforo_api_options[sb][tw]" value="1" <?php if(isset($_sb['tw']) && $_sb['tw'] ) echo 'checked'; ?> />
116
  </div>
117
+ <div style="float: left; width: 40px; text-align: center; background: #1BD741; padding: 1px 18px 3px 18px; margin: 10px 5px;">
118
+ <label for="sb_wapp"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/wapp-m.png' ?>" align="middle" style="width: 30px" /></label><br>
119
+ &nbsp;&nbsp;<input id="sb_wapp" type="checkbox" name="wpforo_api_options[sb][wapp]" value="1" <?php if(isset($_sb['wapp']) && $_sb['wapp'] ) echo 'checked'; ?> />
120
+ </div>
121
+ <div style="float: left; width: 40px; text-align: center; background: #0A75B5; padding: 1px 18px 3px 18px; margin: 10px 5px;">
122
+ <label for="sb_lin"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/lin-m.png' ?>" align="middle" style="width: 28px" /></label><br>
123
+ &nbsp;&nbsp;<input id="sb_lin" type="checkbox" name="wpforo_api_options[sb][lin]" value="1" <?php if(isset($_sb['lin']) && $_sb['lin'] ) echo 'checked'; ?> />
124
  </div>
125
  <div style="float: left; width: 40px; text-align: center; background: #2D76A6; padding: 1px 18px 3px 18px; margin: 10px 5px;">
126
  <label for="sb_vk"><img src="<?php echo WPFORO_URL . '/wpf-assets/images/sn/vk-m.png' ?>" align="middle" style="width: 30px" /></label><br>
wpf-admin/options-tabs/emails.php CHANGED
@@ -7,7 +7,7 @@ $wpe_args = array(
7
  'teeny' => false,
8
  'media_buttons' => true,
9
  'textarea_rows' => 8,
10
- 'tinymce' => true,
11
  'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ),
12
  'default_editor' => 'tinymce'
13
  );
@@ -79,7 +79,7 @@ $wpe_args = array(
79
  </th>
80
  <td>
81
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[confirmation_email_message]';
82
- wp_editor( wp_unslash( WPF()->sbscrb->options['confirmation_email_message'] ), 'confirmation_email_message', $wpe_args ); ?>
83
  </td>
84
  </tr>
85
  <tr>
@@ -100,7 +100,7 @@ $wpe_args = array(
100
  </th>
101
  <td>
102
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[new_topic_notification_email_message]';
103
- wp_editor( wp_unslash( WPF()->sbscrb->options['new_topic_notification_email_message'] ), 'new_topic_notification_email_message', $wpe_args ); ?>
104
  </td>
105
  </tr>
106
  <tr>
@@ -121,7 +121,7 @@ $wpe_args = array(
121
  </th>
122
  <td>
123
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[new_post_notification_email_message]';
124
- wp_editor( wp_unslash( WPF()->sbscrb->options['new_post_notification_email_message'] ), 'new_post_notification_email_message', $wpe_args ); ?>
125
  </td>
126
  </tr>
127
  <tr>
@@ -147,7 +147,7 @@ $wpe_args = array(
147
  </th>
148
  <td>
149
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[report_email_message]';
150
- wp_editor( wp_unslash( WPF()->sbscrb->options['report_email_message'] ), 'report_email_message', $wpe_args ); ?>
151
  </td>
152
  </tr>
153
  <tr>
@@ -156,6 +156,17 @@ $wpe_args = array(
156
  <p class="wpf-info"><?php _e('This message comes when new user registers to site', 'wpforo') ?></p>
157
  </td>
158
  </tr>
 
 
 
 
 
 
 
 
 
 
 
159
  <tr>
160
  <th>
161
  <label for="wp_new_user_notification_email_admin_subject"><?php _e('Message Subject', 'wpforo'); ?>:</label>
@@ -173,7 +184,7 @@ $wpe_args = array(
173
  </th>
174
  <td>
175
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[wp_new_user_notification_email_admin_message]';
176
- wp_editor( wp_unslash( WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] ), 'wp_new_user_notification_email_admin_message', $wpe_args ); ?>
177
  </td>
178
  </tr>
179
  <tr>
@@ -182,6 +193,17 @@ $wpe_args = array(
182
  <p class="wpf-info"><?php _e('This message comes when new user registers to site', 'wpforo') ?></p>
183
  </td>
184
  </tr>
 
 
 
 
 
 
 
 
 
 
 
185
  <tr>
186
  <th>
187
  <label for="wp_new_user_notification_email_subject"><?php _e('Message Subject', 'wpforo'); ?>:</label>
@@ -198,7 +220,7 @@ $wpe_args = array(
198
  </th>
199
  <td>
200
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[wp_new_user_notification_email_message]';
201
- wp_editor( wp_unslash( WPF()->sbscrb->options['wp_new_user_notification_email_message'] ), 'wp_new_user_notification_email_message', $wpe_args ); ?>
202
  </td>
203
  </tr>
204
  <tr>
@@ -217,7 +239,7 @@ $wpe_args = array(
217
  </th>
218
  <td>
219
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[reset_password_email_message]';
220
- wp_editor( wp_unslash( WPF()->sbscrb->options['reset_password_email_message'] ), 'reset_password_email_message', $wpe_args ); ?>
221
  </td>
222
  </tr>
223
  <tr>
@@ -252,7 +274,7 @@ $wpe_args = array(
252
  </th>
253
  <td>
254
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[user_mention_email_message]';
255
- wp_editor( wp_unslash( WPF()->sbscrb->options['user_mention_email_message'] ), 'user_mention_email_message', $wpe_args ); ?>
256
  </td>
257
  </tr>
258
  </tbody>
7
  'teeny' => false,
8
  'media_buttons' => true,
9
  'textarea_rows' => 8,
10
+ 'tinymce' => array('wpautop' => false),
11
  'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ),
12
  'default_editor' => 'tinymce'
13
  );
79
  </th>
80
  <td>
81
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[confirmation_email_message]';
82
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['confirmation_email_message'] )), 'confirmation_email_message', $wpe_args ); ?>
83
  </td>
84
  </tr>
85
  <tr>
100
  </th>
101
  <td>
102
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[new_topic_notification_email_message]';
103
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['new_topic_notification_email_message'] )), 'new_topic_notification_email_message', $wpe_args ); ?>
104
  </td>
105
  </tr>
106
  <tr>
121
  </th>
122
  <td>
123
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[new_post_notification_email_message]';
124
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['new_post_notification_email_message'] )), 'new_post_notification_email_message', $wpe_args ); ?>
125
  </td>
126
  </tr>
127
  <tr>
147
  </th>
148
  <td>
149
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[report_email_message]';
150
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['report_email_message'] )), 'report_email_message', $wpe_args ); ?>
151
  </td>
152
  </tr>
153
  <tr>
156
  <p class="wpf-info"><?php _e('This message comes when new user registers to site', 'wpforo') ?></p>
157
  </td>
158
  </tr>
159
+ <tr>
160
+ <th>
161
+ <label><?php _e('Overwrite WordPress New User Registration Email for Admins', 'wpforo'); ?>:</label>
162
+ </th>
163
+ <td>
164
+ <div class="wpf-switch-field">
165
+ <input type="radio" value="1" name="wpforo_email_options[overwrite_new_user_notification_admin]" id="overwrite_new_user_notification_admin_1" <?php wpfo_check(WPF()->sbscrb->options['overwrite_new_user_notification_admin'], 1); ?>><label for="overwrite_new_user_notification_admin_1"><?php _e('Yes', 'wpforo'); ?></label> &nbsp;
166
+ <input type="radio" value="0" name="wpforo_email_options[overwrite_new_user_notification_admin]" id="overwrite_new_user_notification_admin_0" <?php wpfo_check(WPF()->sbscrb->options['overwrite_new_user_notification_admin'], 0); ?>><label for="overwrite_new_user_notification_admin_0"><?php _e('No', 'wpforo'); ?></label>
167
+ </div>
168
+ </td>
169
+ </tr>
170
  <tr>
171
  <th>
172
  <label for="wp_new_user_notification_email_admin_subject"><?php _e('Message Subject', 'wpforo'); ?>:</label>
184
  </th>
185
  <td>
186
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[wp_new_user_notification_email_admin_message]';
187
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] )), 'wp_new_user_notification_email_admin_message', $wpe_args ); ?>
188
  </td>
189
  </tr>
190
  <tr>
193
  <p class="wpf-info"><?php _e('This message comes when new user registers to site', 'wpforo') ?></p>
194
  </td>
195
  </tr>
196
+ <tr>
197
+ <th>
198
+ <label><?php _e('Overwrite WordPress New User Registration Email for Users', 'wpforo'); ?>:</label>
199
+ </th>
200
+ <td>
201
+ <div class="wpf-switch-field">
202
+ <input type="radio" value="1" name="wpforo_email_options[overwrite_new_user_notification]" id="overwrite_new_user_notification_1" <?php wpfo_check(WPF()->sbscrb->options['overwrite_new_user_notification'], 1); ?>><label for="overwrite_new_user_notification_1"><?php _e('Yes', 'wpforo'); ?></label> &nbsp;
203
+ <input type="radio" value="0" name="wpforo_email_options[overwrite_new_user_notification]" id="overwrite_new_user_notification_0" <?php wpfo_check(WPF()->sbscrb->options['overwrite_new_user_notification'], 0); ?>><label for="overwrite_new_user_notification_0"><?php _e('No', 'wpforo'); ?></label>
204
+ </div>
205
+ </td>
206
+ </tr>
207
  <tr>
208
  <th>
209
  <label for="wp_new_user_notification_email_subject"><?php _e('Message Subject', 'wpforo'); ?>:</label>
220
  </th>
221
  <td>
222
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[wp_new_user_notification_email_message]';
223
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['wp_new_user_notification_email_message'] )), 'wp_new_user_notification_email_message', $wpe_args ); ?>
224
  </td>
225
  </tr>
226
  <tr>
239
  </th>
240
  <td>
241
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[reset_password_email_message]';
242
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['reset_password_email_message'] )), 'reset_password_email_message', $wpe_args ); ?>
243
  </td>
244
  </tr>
245
  <tr>
274
  </th>
275
  <td>
276
  <?php $wpe_args['textarea_name'] = 'wpforo_email_options[user_mention_email_message]';
277
+ wp_editor( wpautop(wp_unslash( WPF()->sbscrb->options['user_mention_email_message'] )), 'user_mention_email_message', $wpe_args ); ?>
278
  </td>
279
  </tr>
280
  </tbody>
wpf-admin/options-tabs/features.php CHANGED
@@ -21,7 +21,8 @@ $options = array(
21
  'author-link' => array( 'label' => __('Replace Author Link to Forum Profile', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#replace-author-data' ),
22
  'comment-author-link' => array( 'label' => __('Replace Comment Author Link to Forum Profile', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#replace-author-data' ),
23
  'user-register' => array( 'label' => __('Enable User Registration', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#user-registration' ),
24
- 'user-register-email-confirm' => array( 'label' => __('Enable User Registration email confirmation', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('If you have enabled this option, after registering, user can not login without confirming the email.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#registration-email-confirmation' ),
 
25
  'register-url' => array( 'label' => __('Replace Registration Page URL to Forum Registration Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#url-replace' ),
26
  'login-url' => array( 'label' => __('Replace Login Page URL to Forum Login Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#url-replace' ),
27
  'resetpass-url' => array( 'label' => __('Replace Reset Password Page URL to Forum Reset Password Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1 ),
@@ -58,7 +59,8 @@ $options = array(
58
  'subscribe_checkbox_default_status' => array( 'label' => __('Topic subscription option on post editor - checked/enabled', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Enable this option if you want the topic subscription checkbox to be checked by default.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#topic-subscription' ),
59
  'role-synch' => array( 'label' => __('Role-Usergroup Synchronization', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo') ),
60
  'attach-media-lib' => array( 'label' => __('Insert Forum Attachments to Media Library', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Enable this option to be able manage forum attachments in Dashboard > Media > Library admin page.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#media-library' ),
61
- 'debug-mode' => array( 'label' => __('Enable Debug Mode', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('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.', 'wpforo')),
 
62
  'copyright' => array( 'label' => __('Help wpForo to grow, show plugin info', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo')),
63
  );
64
 
21
  'author-link' => array( 'label' => __('Replace Author Link to Forum Profile', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#replace-author-data' ),
22
  'comment-author-link' => array( 'label' => __('Replace Comment Author Link to Forum Profile', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#replace-author-data' ),
23
  'user-register' => array( 'label' => __('Enable User Registration', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#user-registration' ),
24
+ 'user-register-email-confirm' => array( 'label' => __('Enable User Registration email confirmation', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('If you have enabled this option, after registering, user can not login without confirming the email.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#registration-email-confirmation' ),
25
+ 'disable_new_user_admin_notification' => array( 'label' => __('Stop Sending Emails to Admins on New User Registration', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('If you have enabled this option, after registering, the admin will not receive an email notification for newly registered user.', 'wpforo'), 'help' => '' ),
26
  'register-url' => array( 'label' => __('Replace Registration Page URL to Forum Registration Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#url-replace' ),
27
  'login-url' => array( 'label' => __('Replace Login Page URL to Forum Login Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#url-replace' ),
28
  'resetpass-url' => array( 'label' => __('Replace Reset Password Page URL to Forum Reset Password Page URL', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1 ),
59
  'subscribe_checkbox_default_status' => array( 'label' => __('Topic subscription option on post editor - checked/enabled', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Enable this option if you want the topic subscription checkbox to be checked by default.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#topic-subscription' ),
60
  'role-synch' => array( 'label' => __('Role-Usergroup Synchronization', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo') ),
61
  'attach-media-lib' => array( 'label' => __('Insert Forum Attachments to Media Library', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Enable this option to be able manage forum attachments in Dashboard > Media > Library admin page.', 'wpforo'), 'help' => 'https://wpforo.com/docs/root/wpforo-settings/features/#media-library' ),
62
+ 'admin-cp' => array( 'label' => __('Frontend Admin Control Panel', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => ''),
63
+ 'debug-mode' => array( 'label' => __('Enable Debug Mode', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('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.', 'wpforo')),
64
  'copyright' => array( 'label' => __('Help wpForo to grow, show plugin info', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('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.', 'wpforo')),
65
  );
66
 
wpf-admin/options-tabs/general.php CHANGED
@@ -52,7 +52,7 @@
52
  <?php else: ?>
53
  <?php _e('Forum Page ID', 'wpforo'); ?>: <?php echo WPF()->pageid; ?>
54
  <?php endif; ?>
55
- <br><?php _e('Forum XML Sitemap URL', 'wpforo') ?>: <a href="<?php echo wpforo_home_url() ?>sitemap.xml" target="_blank"><?php echo wpforo_home_url() ?>sitemap.xml</a>
56
 
57
  </td>
58
  </tr>
@@ -117,10 +117,10 @@
117
  <tbody>
118
  <tr class="form-field form-required">
119
  <td>
120
- <b><label><?php _e('Language XML file', 'wpforo') ?>: </label></b>
121
  </td>
122
  <td>
123
- <input type="file" name="add_lang[xml]" accept="text/xml" />
124
  </td>
125
  </tr>
126
  </tbody>
52
  <?php else: ?>
53
  <?php _e('Forum Page ID', 'wpforo'); ?>: <?php echo WPF()->pageid; ?>
54
  <?php endif; ?>
55
+ <br><?php _e('Forum XML Sitemap URL', 'wpforo') ?>: <a href="<?php echo rtrim(wpforo_home_url('sitemap.xml'), '/') ?>" target="_blank"><?php echo rtrim(wpforo_home_url('sitemap.xml'), '/') ?></a>
56
 
57
  </td>
58
  </tr>
117
  <tbody>
118
  <tr class="form-field form-required">
119
  <td>
120
+ <b><label><?php _e('Language XML file', 'wpforo') ?>:</label></b>
121
  </td>
122
  <td>
123
+ <input type="file" name="add_lang[xml]" accept="text/xml">
124
  </td>
125
  </tr>
126
  </tbody>
wpf-admin/options.php CHANGED
@@ -20,7 +20,7 @@
20
  'features' => __('Features', 'wpforo'),
21
  );
22
  if( !empty( WPF()->tpl->options['styles'] ) ) $tabs['styles'] = __('Styles', 'wpforo');
23
- $tabs['api'] = __('API\'s', 'wpforo');
24
  if( $plugins ) $tabs['plugins'] = __('Addons', 'wpforo');
25
  wpforo_admin_options_tabs( $tabs, ( isset($_GET['tab']) ? $_GET['tab'] : 'general' ) );
26
  ?>
20
  'features' => __('Features', 'wpforo'),
21
  );
22
  if( !empty( WPF()->tpl->options['styles'] ) ) $tabs['styles'] = __('Styles', 'wpforo');
23
+ $tabs['api'] = __('API\'s (Social Network)', 'wpforo');
24
  if( $plugins ) $tabs['plugins'] = __('Addons', 'wpforo');
25
  wpforo_admin_options_tabs( $tabs, ( isset($_GET['tab']) ? $_GET['tab'] : 'general' ) );
26
  ?>
wpf-admin/tools-tabs/antispam.php CHANGED
@@ -113,12 +113,12 @@
113
 
114
 
115
 
116
- <div class="wpf-tool-box wpf-spam-attach right-box" style="max-height: inherit;">
117
- <h3>
118
  <?php _e('Google reCAPTCHA', 'wpforo'); ?>
119
  <p class="wpf-info"><?php _e('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.', 'wpforo'); ?></p>
120
  </h3>
121
- <div style="padding-top: 3px;"><strong><?php _e('reCAPTCHA API keys', 'wpforo'); ?></strong></div>
122
  <p class="wpf-info">
123
  <?php _e('To start using reCAPTCHA, you need to sign up for an API key pair for your site.', 'wpforo'); ?> <br />
124
  <a href="http://www.google.com/recaptcha/admin" target="_blank"><?php _e('Register your site and get API keys here &raquo;', 'wpforo'); ?></a>
113
 
114
 
115
 
116
+ <div id="wpf-recaptcha" class="wpf-tool-box wpf-spam-attach right-box" style="max-height: inherit;">
117
+ <h3>
118
  <?php _e('Google reCAPTCHA', 'wpforo'); ?>
119
  <p class="wpf-info"><?php _e('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.', 'wpforo'); ?></p>
120
  </h3>
121
+ <div style="padding-top: 3px;"><strong><?php _e('reCAPTCHA API Keys', 'wpforo'); ?> <span style="color: #d92332">(version 2, "I'm not a robot" checkbox)</span></strong></div>
122
  <p class="wpf-info">
123
  <?php _e('To start using reCAPTCHA, you need to sign up for an API key pair for your site.', 'wpforo'); ?> <br />
124
  <a href="http://www.google.com/recaptcha/admin" target="_blank"><?php _e('Register your site and get API keys here &raquo;', 'wpforo'); ?></a>
wpf-admin/usergroup.php CHANGED
@@ -266,7 +266,7 @@
266
  <tr>
267
  <td>
268
  <select id="ug_select" name="usergroup[mergeid]" class="postform">
269
- <?php WPF()->usergroup->show_selectbox() ?>
270
  </select>
271
  <p><?php _e( 'Users will be join this usergroup', 'wpforo') ?></p>
272
  </td>
266
  <tr>
267
  <td>
268
  <select id="ug_select" name="usergroup[mergeid]" class="postform">
269
+ <?php WPF()->usergroup->show_selectbox(array(), array($groupid, 4)) ?>
270
  </select>
271
  <p><?php _e( 'Users will be join this usergroup', 'wpforo') ?></p>
272
  </td>
wpf-admin/xml/english.xml CHANGED
@@ -483,6 +483,8 @@
483
  <phrase name="Share to Google+"><![CDATA[Share to Google+]]></phrase>
484
  <phrase name="Share to VK"><![CDATA[Share to VK]]></phrase>
485
  <phrase name="Share to OK"><![CDATA[Share to OK]]></phrase>
 
 
486
  <phrase name="Update Subscriptions"><![CDATA[Update Subscriptions]]></phrase>
487
  <phrase name="Subscribe to all new topics and posts"><![CDATA[Subscribe to all new topics and posts]]></phrase>
488
  <phrase name="Subscribe to all new topics"><![CDATA[Subscribe to all new topics]]></phrase>
@@ -696,4 +698,29 @@
696
  <phrase name="New Down Vote"><![CDATA[New Down Vote]]>
697
  <phrase name="New down vote from %1$s, %2$s"><![CDATA[New down vote from %1$s, %2$s]]>
698
  <phrase name="Got to first unread post"><![CDATA[Got to first unread post]]>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  </language>
483
  <phrase name="Share to Google+"><![CDATA[Share to Google+]]></phrase>
484
  <phrase name="Share to VK"><![CDATA[Share to VK]]></phrase>
485
  <phrase name="Share to OK"><![CDATA[Share to OK]]></phrase>
486
+ <phrase name="Share to WhatsApp"><![CDATA[Share to WhatsApp]]></phrase>
487
+ <phrase name="Share to LinkedIn"><![CDATA[Share to LinkedIn]]></phrase>
488
  <phrase name="Update Subscriptions"><![CDATA[Update Subscriptions]]></phrase>
489
  <phrase name="Subscribe to all new topics and posts"><![CDATA[Subscribe to all new topics and posts]]></phrase>
490
  <phrase name="Subscribe to all new topics"><![CDATA[Subscribe to all new topics]]></phrase>
698
  <phrase name="New Down Vote"><![CDATA[New Down Vote]]>
699
  <phrase name="New down vote from %1$s, %2$s"><![CDATA[New down vote from %1$s, %2$s]]>
700
  <phrase name="Got to first unread post"><![CDATA[Got to first unread post]]>
701
+ <phrase name="New User Mentioning"><![CDATA[New User Mentioning]]>
702
+ <phrase name="%1$s has mentioned you, %2$s"><![CDATA[%1$s has mentioned you, %2$s]]>
703
+ <phrase name="New Notification"><![CDATA[New Notification]]>
704
+ <phrase name="New notification from %1$s, %2$s"><![CDATA[New notification from %1$s, %2$s]]>
705
+ <phrase name="The forum registration form is probably under risk of spam attacks"><![CDATA[The forum registration form is probably under risk of spam attacks]]>
706
+ <phrase name="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."><![CDATA[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.]]>
707
+ <phrase name="Tools &gt; Antispam Tab"><![CDATA[Tools &gt; Antispam Tab]]>
708
+ <phrase name="WordPress plugin"><![CDATA[WordPress plugin]]>
709
+ <phrase name="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."><![CDATA[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.]]>
710
+ <phrase name="Dismiss"><![CDATA[Dismiss]]>
711
+ <phrase name="Add New Category or Forum"><![CDATA[Add New Category or Forum]]>
712
+ <phrase name="Change Color Style"><![CDATA[Change Color Style]]>
713
+ <phrase name="Post Moderation"><![CDATA[Post Moderation]]>
714
+ <phrase name="Antispam"><![CDATA[Antispam]]>
715
+ <phrase name="Forum Menu"><![CDATA[Forum Menu]]>
716
+ <phrase name="Forum Widgets"><![CDATA[Forum Widgets]]>
717
+ <phrase name="Delete Forum Cache"><![CDATA[Delete Forum Cache]]>
718
+ <phrase name="Admin Control Panel"><![CDATA[Admin Control Panel]]>
719
+ <phrase name="the layout you want"><![CDATA[the layout you want]]>
720
+ <phrase name="Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout."><![CDATA[Please note, that forums can be displayed with different layouts %1$s, just edit the top category (blue panel) and set %2$s. Child forums inherit the top category (blue panel) layout.]]>
721
+ <phrase name="No new posts found"><![CDATA[No new posts found]]>
722
+ <phrase name="I got it, please dismiss this message"><![CDATA[I got it, please dismiss this message]]>
723
+ <phrase name="configure"><![CDATA[configure]]>
724
+ <phrase name="{new}"><![CDATA[{new}]]>
725
+ <phrase name="Create Account"><![CDATA[Create Account]]>
726
  </language>
wpf-assets/css/jquery-ui.css DELETED
@@ -1,1204 +0,0 @@
1
- /*! jQuery UI - v1.11.0 - 2014-06-26
2
- * http://jqueryui.com
3
- * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
4
-
5
- /* Layout helpers
6
- ----------------------------------*/
7
- .ui-helper-hidden {
8
- display: none;
9
- }
10
- .ui-helper-hidden-accessible {
11
- border: 0;
12
- clip: rect(0 0 0 0);
13
- height: 1px;
14
- margin: -1px;
15
- overflow: hidden;
16
- padding: 0;
17
- position: absolute;
18
- width: 1px;
19
- }
20
- .ui-helper-reset {
21
- margin: 0;
22
- padding: 0;
23
- border: 0;
24
- outline: 0;
25
- line-height: 1.3;
26
- text-decoration: none;
27
- font-size: 100%;
28
- list-style: none;
29
- }
30
- .ui-helper-clearfix:before,
31
- .ui-helper-clearfix:after {
32
- content: "";
33
- display: table;
34
- border-collapse: collapse;
35
- }
36
- .ui-helper-clearfix:after {
37
- clear: both;
38
- }
39
- .ui-helper-clearfix {
40
- min-height: 0; /* support: IE7 */
41
- }
42
- .ui-helper-zfix {
43
- width: 100%;
44
- height: 100%;
45
- top: 0;
46
- left: 0;
47
- position: absolute;
48
- opacity: 0;
49
- filter:Alpha(Opacity=0);
50
- }
51
-
52
- .ui-front {
53
- z-index: 100;
54
- }
55
-
56
-
57
- /* Interaction Cues
58
- ----------------------------------*/
59
- .ui-state-disabled {
60
- cursor: default !important;
61
- }
62
-
63
-
64
- /* Icons
65
- ----------------------------------*/
66
-
67
- /* states and images */
68
- .ui-icon {
69
- display: block;
70
- text-indent: -99999px;
71
- overflow: hidden;
72
- background-repeat: no-repeat;
73
- }
74
-
75
-
76
- /* Misc visuals
77
- ----------------------------------*/
78
-
79
- /* Overlays */
80
- .ui-widget-overlay {
81
- position: fixed;
82
- top: 0;
83
- left: 0;
84
- width: 100%;
85
- height: 100%;
86
- }
87
- .ui-accordion .ui-accordion-header {
88
- display: block;
89
- cursor: pointer;
90
- position: relative;
91
- margin: 2px 0 0 0;
92
- padding: .5em .5em .5em .7em;
93
- min-height: 0; /* support: IE7 */
94
- font-size: 100%;
95
- }
96
- .ui-accordion .ui-accordion-icons {
97
- padding-left: 2.2em;
98
- }
99
- .ui-accordion .ui-accordion-icons .ui-accordion-icons {
100
- padding-left: 2.2em;
101
- }
102
- .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
103
- position: absolute;
104
- left: .5em;
105
- top: 50%;
106
- margin-top: -8px;
107
- }
108
- .ui-accordion .ui-accordion-content {
109
- padding: 1em 2.2em;
110
- border-top: 0;
111
- overflow: auto;
112
- }
113
- .ui-autocomplete {
114
- position: absolute;
115
- top: 0;
116
- left: 0;
117
- cursor: default;
118
- }
119
- .ui-button {
120
- display: inline-block;
121
- position: relative;
122
- padding: 0;
123
- line-height: normal;
124
- margin-right: .1em;
125
- cursor: pointer;
126
- vertical-align: middle;
127
- text-align: center;
128
- overflow: visible; /* removes extra width in IE */
129
- }
130
- .ui-button,
131
- .ui-button:link,
132
- .ui-button:visited,
133
- .ui-button:hover,
134
- .ui-button:active {
135
- text-decoration: none;
136
- }
137
- /* to make room for the icon, a width needs to be set here */
138
- .ui-button-icon-only {
139
- width: 2.2em;
140
- }
141
- /* button elements seem to need a little more width */
142
- button.ui-button-icon-only {
143
- width: 2.4em;
144
- }
145
- .ui-button-icons-only {
146
- width: 3.4em;
147
- }
148
- button.ui-button-icons-only {
149
- width: 3.7em;
150
- }
151
-
152
- /* button text element */
153
- .ui-button .ui-button-text {
154
- display: block;
155
- line-height: normal;
156
- }
157
- .ui-button-text-only .ui-button-text {
158
- padding: .4em 1em;
159
- }
160
- .ui-button-icon-only .ui-button-text,
161
- .ui-button-icons-only .ui-button-text {
162
- padding: .4em;
163
- text-indent: -9999999px;
164
- }
165
- .ui-button-text-icon-primary .ui-button-text,
166
- .ui-button-text-icons .ui-button-text {
167
- padding: .4em 1em .4em 2.1em;
168
- }
169
- .ui-button-text-icon-secondary .ui-button-text,
170
- .ui-button-text-icons .ui-button-text {
171
- padding: .4em 2.1em .4em 1em;
172
- }
173
- .ui-button-text-icons .ui-button-text {
174
- padding-left: 2.1em;
175
- padding-right: 2.1em;
176
- }
177
- /* no icon support for input elements, provide padding by default */
178
- input.ui-button {
179
- padding: .4em 1em;
180
- }
181
-
182
- /* button icon element(s) */
183
- .ui-button-icon-only .ui-icon,
184
- .ui-button-text-icon-primary .ui-icon,
185
- .ui-button-text-icon-secondary .ui-icon,
186
- .ui-button-text-icons .ui-icon,
187
- .ui-button-icons-only .ui-icon {
188
- position: absolute;
189
- top: 50%;
190
- margin-top: -8px;
191
- }
192
- .ui-button-icon-only .ui-icon {
193
- left: 50%;
194
- margin-left: -8px;
195
- }
196
- .ui-button-text-icon-primary .ui-button-icon-primary,
197
- .ui-button-text-icons .ui-button-icon-primary,
198
- .ui-button-icons-only .ui-button-icon-primary {
199
- left: .5em;
200
- }
201
- .ui-button-text-icon-secondary .ui-button-icon-secondary,
202
- .ui-button-text-icons .ui-button-icon-secondary,
203
- .ui-button-icons-only .ui-button-icon-secondary {
204
- right: .5em;
205
- }
206
-
207
- /* button sets */
208
- .ui-buttonset {
209
- margin-right: 7px;
210
- }
211
- .ui-buttonset .ui-button {
212
- margin-left: 0;
213
- margin-right: -.3em;
214
- }
215
-
216
- /* workarounds */
217
- /* reset extra padding in Firefox, see h5bp.com/l */
218
- input.ui-button::-moz-focus-inner,
219
- button.ui-button::-moz-focus-inner {
220
- border: 0;
221
- padding: 0;
222
- }
223
- .ui-datepicker {
224
- width: 17em;
225
- padding: .2em .2em 0;
226
- display: none;
227
- }
228
- .ui-datepicker .ui-datepicker-header {
229
- position: relative;
230
- padding: .2em 0;
231
- }
232
- .ui-datepicker .ui-datepicker-prev,
233
- .ui-datepicker .ui-datepicker-next {
234
- position: absolute;
235
- top: 2px;
236
- width: 1.8em;
237
- height: 1.8em;
238
- }
239
- .ui-datepicker .ui-datepicker-prev-hover,
240
- .ui-datepicker .ui-datepicker-next-hover {
241
- top: 1px;
242
- }
243
- .ui-datepicker .ui-datepicker-prev {
244
- left: 2px;
245
- }
246
- .ui-datepicker .ui-datepicker-next {
247
- right: 2px;
248
- }
249
- .ui-datepicker .ui-datepicker-prev-hover {
250
- left: 1px;
251
- }
252
- .ui-datepicker .ui-datepicker-next-hover {
253
- right: 1px;
254
- }
255
- .ui-datepicker .ui-datepicker-prev span,
256
- .ui-datepicker .ui-datepicker-next span {
257
- display: block;
258
- position: absolute;
259
- left: 50%;
260
- margin-left: -8px;
261
- top: 50%;
262
- margin-top: -8px;
263
- }
264
- .ui-datepicker .ui-datepicker-title {
265
- margin: 0 2.3em;
266
- line-height: 1.8em;
267
- text-align: center;
268
- }
269
- .ui-datepicker .ui-datepicker-title select {
270
- font-size: 1em;
271
- margin: 1px 0;
272
- }
273
- .ui-datepicker select.ui-datepicker-month,
274
- .ui-datepicker select.ui-datepicker-year {
275
- width: 49%;
276
- }
277
- .ui-datepicker table {
278
- width: 100%;
279
- font-size: .9em;
280
- border-collapse: collapse;
281
- margin: 0 0 .4em;
282
- }
283
- .ui-datepicker th {
284
- padding: .7em .3em;
285
- text-align: center;
286
- font-weight: bold;
287
- border: 0;
288
- }
289
- .ui-datepicker td {
290
- border: 0;
291
- padding: 1px;
292
- }
293
- .ui-datepicker td span,
294
- .ui-datepicker td a {
295
- display: block;
296
- padding: .2em;
297
- text-align: right;
298
- text-decoration: none;
299
- }
300
- .ui-datepicker .ui-datepicker-buttonpane {
301
- background-image: none;
302
- margin: .7em 0 0 0;
303
- padding: 0 .2em;
304
- border-left: 0;
305
- border-right: 0;
306
- border-bottom: 0;
307
- }
308
- .ui-datepicker .ui-datepicker-buttonpane button {
309
- float: right;
310
- margin: .5em .2em .4em;
311
- cursor: pointer;
312
- padding: .2em .6em .3em .6em;
313
- width: auto;
314
- overflow: visible;
315
- }
316
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
317
- float: left;
318
- }
319
-
320
- /* with multiple calendars */
321
- .ui-datepicker.ui-datepicker-multi {
322
- width: auto;
323
- }
324
- .ui-datepicker-multi .ui-datepicker-group {
325
- float: left;
326
- }
327
- .ui-datepicker-multi .ui-datepicker-group table {
328
- width: 95%;
329
- margin: 0 auto .4em;
330
- }
331
- .ui-datepicker-multi-2 .ui-datepicker-group {
332
- width: 50%;
333
- }
334
- .ui-datepicker-multi-3 .ui-datepicker-group {
335
- width: 33.3%;
336
- }
337
- .ui-datepicker-multi-4 .ui-datepicker-group {
338
- width: 25%;
339
- }
340
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
341
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
342
- border-left-width: 0;
343
- }
344
- .ui-datepicker-multi .ui-datepicker-buttonpane {
345
- clear: left;
346
- }
347
- .ui-datepicker-row-break {
348
- clear: both;
349
- width: 100%;
350
- font-size: 0;
351
- }
352
-
353
- /* RTL support */
354
- .ui-datepicker-rtl {
355
- direction: rtl;
356
- }
357
- .ui-datepicker-rtl .ui-datepicker-prev {
358
- right: 2px;
359
- left: auto;
360
- }
361
- .ui-datepicker-rtl .ui-datepicker-next {
362
- left: 2px;
363
- right: auto;
364
- }
365
- .ui-datepicker-rtl .ui-datepicker-prev:hover {
366
- right: 1px;
367
- left: auto;
368
- }
369
- .ui-datepicker-rtl .ui-datepicker-next:hover {
370
- left: 1px;
371
- right: auto;
372
- }
373
- .ui-datepicker-rtl .ui-datepicker-buttonpane {
374
- clear: right;
375
- }
376
- .ui-datepicker-rtl .ui-datepicker-buttonpane button {
377
- float: left;
378
- }
379
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
380
- .ui-datepicker-rtl .ui-datepicker-group {
381
- float: right;
382
- }
383
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
384
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
385
- border-right-width: 0;
386
- border-left-width: 1px;
387
- }
388
- .ui-dialog {
389
- overflow: hidden;
390
- position: absolute;
391
- top: 0;
392
- left: 0;
393
- padding: .2em;
394
- outline: 0;
395
- }
396
- .ui-dialog .ui-dialog-titlebar {
397
- padding: .4em 1em;
398
- position: relative;
399
- }
400
- .ui-dialog .ui-dialog-title {
401
- float: left;
402
- margin: .1em 0;
403
- white-space: nowrap;
404
- width: 90%;
405
- overflow: hidden;
406
- text-overflow: ellipsis;
407
- }
408
- .ui-dialog .ui-dialog-titlebar-close {
409
- position: absolute;
410
- right: .3em;
411
- top: 50%;
412
- width: 20px;
413
- margin: -10px 0 0 0;
414
- padding: 1px;
415
- height: 20px;
416
- }
417
-
418
- .ui-dialog .ui-dialog-titlebar-close:before{
419
- content: "\f00d";
420
- font-family: "Font Awesome\ 5 Free";
421
- display: inline-block;
422
- line-height: 1em;
423
- vertical-align: top;
424
- color: rgba(35, 35, 35, 0.5);
425
- font-weight: bold;
426
- }
427
-
428
- .ui-dialog .ui-dialog-content {
429
- position: relative;
430
- border: 0;
431
- padding: .5em 1em;
432
- background: none;
433
- overflow: auto;
434
- }
435
- .ui-dialog .ui-dialog-buttonpane {
436
- text-align: left;
437
- border-width: 1px 0 0 0;
438
- background-image: none;
439
- margin-top: .5em;
440
- padding: .3em 1em .5em .4em;
441
- }
442
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
443
- float: right;
444
- }
445
- .ui-dialog .ui-dialog-buttonpane button {
446
- margin: .5em .4em .5em 0;
447
- cursor: pointer;
448
- }
449
- .ui-dialog .ui-resizable-se {
450
- width: 12px;
451
- height: 12px;
452
- right: -5px;
453
- bottom: -5px;
454
- background-position: 16px 16px;
455
- }
456
- .ui-draggable .ui-dialog-titlebar {
457
- cursor: move;
458
- }
459
- .ui-draggable-handle {
460
- -ms-touch-action: none;
461
- touch-action: none;
462
- }
463
- .ui-menu {
464
- list-style: none;
465
- padding: 0;
466
- margin: 0;
467
- display: block;
468
- outline: none;
469
- }
470
- .ui-menu .ui-menu {
471
- position: absolute;
472
- }
473
- .ui-menu .ui-menu-item {
474
- position: relative;
475
- margin: 0;
476
- padding: 3px 1em 3px .4em;
477
- cursor: pointer;
478
- min-height: 0; /* support: IE7 */
479
- /* support: IE10, see #8844 */
480
- list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
481
- }
482
- .ui-menu .ui-menu-divider {
483
- margin: 5px 0;
484
- height: 0;
485
- font-size: 0;
486
- line-height: 0;
487
- border-width: 1px 0 0 0;
488
- }
489
- .ui-menu .ui-state-focus,
490
- .ui-menu .ui-state-active {
491
- margin: -1px;
492
- }
493
-
494
- /* icon support */
495
- .ui-menu-icons {
496
- position: relative;
497
- }
498
- .ui-menu-icons .ui-menu-item {
499
- padding-left: 2em;
500
- }
501
-
502
- /* left-aligned */
503
- .ui-menu .ui-icon {
504
- position: absolute;
505
- top: 0;
506
- bottom: 0;
507
- left: .2em;
508
- margin: auto 0;
509
- }
510
-
511
- /* right-aligned */
512
- .ui-menu .ui-menu-icon {
513
- left: auto;
514
- right: 0;
515
- }
516
- .ui-progressbar {
517
- height: 2em;
518
- text-align: left;
519
- overflow: hidden;
520
- }
521
- .ui-progressbar .ui-progressbar-value {
522
- margin: -1px;
523
- height: 100%;
524
- }
525
- .ui-progressbar .ui-progressbar-overlay {
526
- height: 100%;
527
- filter: alpha(opacity=25);
528
- opacity: 0.25;
529
- }
530
- .ui-progressbar-indeterminate .ui-progressbar-value {
531
- background-image: none;
532
- }
533
- .ui-resizable {
534
- position: relative;
535
- }
536
- .ui-resizable-handle {
537
- position: absolute;
538
- font-size: 0.1px;
539
- display: block;
540
- -ms-touch-action: none;
541
- touch-action: none;
542
- }
543
- .ui-resizable-disabled .ui-resizable-handle,
544
- .ui-resizable-autohide .ui-resizable-handle {
545
- display: none;
546
- }
547
- .ui-resizable-n {
548
- cursor: n-resize;
549
- height: 7px;
550
- width: 100%;
551
- top: -5px;
552
- left: 0;
553
- }
554
- .ui-resizable-s {
555
- cursor: s-resize;
556
- height: 7px;
557
- width: 100%;
558
- bottom: -5px;
559
- left: 0;
560
- }
561
- .ui-resizable-e {
562
- cursor: e-resize;
563
- width: 7px;
564
- right: -5px;
565
- top: 0;
566
- height: 100%;
567
- }
568
- .ui-resizable-w {
569
- cursor: w-resize;
570
- width: 7px;
571
- left: -5px;
572
- top: 0;
573
- height: 100%;
574
- }
575
- .ui-resizable-se {
576
- cursor: se-resize;
577
- width: 12px;
578
- height: 12px;
579
- right: 1px;
580
- bottom: 1px;
581
- }
582
- .ui-resizable-sw {
583
- cursor: sw-resize;
584
- width: 9px;
585
- height: 9px;
586
- left: -5px;
587
- bottom: -5px;
588
- }
589
- .ui-resizable-nw {
590
- cursor: nw-resize;
591
- width: 9px;
592
- height: 9px;
593
- left: -5px;
594
- top: -5px;
595
- }
596
- .ui-resizable-ne {
597
- cursor: ne-resize;
598
- width: 9px;
599
- height: 9px;
600
- right: -5px;
601
- top: -5px;
602
- }
603
- .ui-selectable {
604
- -ms-touch-action: none;
605
- touch-action: none;
606
- }
607
- .ui-selectable-helper {
608
- position: absolute;
609
- z-index: 100;
610
- border: 1px dotted black;
611
- }
612
- .ui-selectmenu-menu {
613
- padding: 0;
614
- margin: 0;
615
- position: absolute;
616
- top: 0;
617
- left: 0;
618
- display: none;
619
- }
620
- .ui-selectmenu-menu .ui-menu {
621
- overflow: auto;
622
- /* Support: IE7 */
623
- overflow-x: hidden;
624
- padding-bottom: 1px;
625
- }
626
- .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
627
- font-size: 1em;
628
- font-weight: bold;
629
- line-height: 1.5;
630
- padding: 2px 0.4em;
631
- margin: 0.5em 0 0 0;
632
- height: auto;
633
- border: 0;
634
- }
635
- .ui-selectmenu-open {
636
- display: block;
637
- }
638
- .ui-selectmenu-button {
639
- display: inline-block;
640
- overflow: hidden;
641
- position: relative;
642
- text-decoration: none;
643
- cursor: pointer;
644
- }
645
- .ui-selectmenu-button span.ui-icon {
646
- right: 0.5em;
647
- left: auto;
648
- margin-top: -8px;
649
- position: absolute;
650
- top: 50%;
651
- }
652
- .ui-selectmenu-button span.ui-selectmenu-text {
653
- text-align: left;
654
- padding: 0.4em 2.1em 0.4em 1em;
655
- display: block;
656
- line-height: 1.4;
657
- overflow: hidden;
658
- text-overflow: ellipsis;
659
- white-space: nowrap;
660
- }
661
- .ui-slider {
662
- position: relative;
663
- text-align: left;
664
- }
665
- .ui-slider .ui-slider-handle {
666
- position: absolute;
667
- z-index: 2;
668
- width: 1.2em;
669
- height: 1.2em;
670
- cursor: default;
671
- -ms-touch-action: none;
672
- touch-action: none;
673
- }
674
- .ui-slider .ui-slider-range {
675
- position: absolute;
676
- z-index: 1;
677
- font-size: .7em;
678
- display: block;
679
- border: 0;
680
- background-position: 0 0;
681
- }
682
-
683
- /* For IE8 - See #6727 */
684
- .ui-slider.ui-state-disabled .ui-slider-handle,
685
- .ui-slider.ui-state-disabled .ui-slider-range {
686
- filter: inherit;
687
- }
688
-
689
- .ui-slider-horizontal {
690
- height: .8em;
691
- }
692
- .ui-slider-horizontal .ui-slider-handle {
693
- top: -.3em;
694
- margin-left: -.6em;
695
- }
696
- .ui-slider-horizontal .ui-slider-range {
697
- top: 0;
698
- height: 100%;
699
- }
700
- .ui-slider-horizontal .ui-slider-range-min {
701
- left: 0;
702
- }
703
- .ui-slider-horizontal .ui-slider-range-max {
704
- right: 0;
705
- }
706
-
707
- .ui-slider-vertical {
708
- width: .8em;
709
- height: 100px;
710
- }
711
- .ui-slider-vertical .ui-slider-handle {
712
- left: -.3em;
713
- margin-left: 0;
714
- margin-bottom: -.6em;
715
- }
716
- .ui-slider-vertical .ui-slider-range {
717
- left: 0;
718
- width: 100%;
719
- }
720
- .ui-slider-vertical .ui-slider-range-min {
721
- bottom: 0;
722
- }
723
- .ui-slider-vertical .ui-slider-range-max {
724
- top: 0;
725
- }
726
- .ui-sortable-handle {
727
- -ms-touch-action: none;
728
- touch-action: none;
729
- }
730
- .ui-spinner {
731
- position: relative;
732
- display: inline-block;
733
- overflow: hidden;
734
- padding: 0;
735
- vertical-align: middle;
736
- }
737
- .ui-spinner-input {
738
- border: none;
739
- background: none;
740
- color: inherit;
741
- padding: 0;
742
- margin: .2em 0;
743
- vertical-align: middle;
744
- margin-left: .4em;
745
- margin-right: 22px;
746
- }
747
- .ui-spinner-button {
748
- width: 16px;
749
- height: 50%;
750
- font-size: .5em;
751
- padding: 0;
752
- margin: 0;
753
- text-align: center;
754
- position: absolute;
755
- cursor: default;
756
- display: block;
757
- overflow: hidden;
758
- right: 0;
759
- }
760
- /* more specificity required here to override default borders */
761
- .ui-spinner a.ui-spinner-button {
762
- border-top: none;
763
- border-bottom: none;
764
- border-right: none;
765
- }
766
- /* vertically center icon */
767
- .ui-spinner .ui-icon {
768
- position: absolute;
769
- margin-top: -8px;
770
- top: 50%;
771
- left: 0;
772
- }
773
- .ui-spinner-up {
774
- top: 0;
775
- }
776
- .ui-spinner-down {
777
- bottom: 0;
778
- }
779
-
780
- /* TR overrides */
781
- .ui-spinner .ui-icon-triangle-1-s {
782
- /* need to fix icons sprite */
783
- background-position: -65px -16px;
784
- }
785
- .ui-tabs {
786
- position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
787
- padding: .2em;
788
- }
789
- .ui-tabs .ui-tabs-nav {
790
- margin: 0;
791
- padding: .2em .2em 0;
792
- }
793
- .ui-tabs .ui-tabs-nav li {
794
- list-style: none;
795
- float: left;
796
- position: relative;
797
- top: 0;
798
- margin: 1px .2em 0 0;
799
- border-bottom-width: 0;
800
- padding: 0;
801
- white-space: nowrap;
802
- }
803
- .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
804
- float: left;
805
- padding: .5em 1em;
806
- text-decoration: none;
807
- }
808
- .ui-tabs .ui-tabs-nav li.ui-tabs-active {
809
- margin-bottom: -1px;
810
- padding-bottom: 1px;
811
- }
812
- .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
813
- .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
814
- .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
815
- cursor: text;
816
- }
817
- .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
818
- cursor: pointer;
819
- }
820
- .ui-tabs .ui-tabs-panel {
821
- display: block;
822
- border-width: 0;
823
- padding: 1em 1.4em;
824
- background: none;
825
- }
826
- .ui-tooltip {
827
- padding: 8px;
828
- position: absolute;
829
- z-index: 9999;
830
- max-width: 300px;
831
- -webkit-box-shadow: 0 0 5px #aaa;
832
- box-shadow: 0 0 5px #aaa;
833
- }
834
- body .ui-tooltip {
835
- border-width: 2px;
836
- }
837
-
838
- /* Component containers
839
- ----------------------------------*/
840
- .ui-widget {
841
- font-family: Verdana,Arial,sans-serif;
842
- font-size: 1.1em;
843
- }
844
- .ui-widget .ui-widget {
845
- font-size: 1em;
846
- }
847
- .ui-widget input,
848
- .ui-widget select,
849
- .ui-widget textarea,
850
- .ui-widget button {
851
- font-family: Verdana,Arial,sans-serif;
852
- font-size: 1em;
853
- }
854
- .ui-widget-content {
855
- border: 1px solid #aaaaaa;
856
- background: #ffffff;
857
- color: #222222;
858
- }
859
- .ui-widget-content a {
860
- color: #222222;
861
- }
862
- .ui-widget-header {
863
- border: 1px solid #aaaaaa;
864
- background: #0099CC;
865
- color: #222222;
866
- font-weight: bold;
867
- }
868
- .ui-widget-header a {
869
- color: #222222;
870
- }
871
-
872
- /* Interaction states
873
- ----------------------------------*/
874
- .ui-state-default,
875
- .ui-widget-content .ui-state-default,
876
- .ui-widget-header .ui-state-default {
877
- border: 1px solid #d3d3d3;
878
- font-weight: normal;
879
- color: #555555;
880
- }
881
- .ui-state-default a,
882
- .ui-state-default a:link,
883
- .ui-state-default a:visited {
884
- color: #555555;
885
- text-decoration: none;
886
- }
887
- .ui-state-hover,
888
- .ui-widget-content .ui-state-hover,
889
- .ui-widget-header .ui-state-hover,
890
- .ui-state-focus,
891
- .ui-widget-content .ui-state-focus,
892
- .ui-widget-header .ui-state-focus {
893
- border: 1px solid #999999;
894
- font-weight: normal;
895
- color: #212121;
896
- }
897
- .ui-state-hover a,
898
- .ui-state-hover a:hover,
899
- .ui-state-hover a:link,
900
- .ui-state-hover a:visited,
901
- .ui-state-focus a,
902
- .ui-state-focus a:hover,
903
- .ui-state-focus a:link,
904
- .ui-state-focus a:visited {
905
- color: #212121;
906
- text-decoration: none;
907
- }
908
- .ui-state-active,
909
- .ui-widget-content .ui-state-active,
910
- .ui-widget-header .ui-state-active {
911
- border: 1px solid #aaaaaa;
912
- font-weight: normal;
913
- color: #212121;
914
- }
915
- .ui-state-active a,
916
- .ui-state-active a:link,
917
- .ui-state-active a:visited {
918
- color: #212121;
919
- text-decoration: none;
920
- }
921
-
922
- /* Interaction Cues
923
- ----------------------------------*/
924
- .ui-state-highlight,
925
- .ui-widget-content .ui-state-highlight,
926
- .ui-widget-header .ui-state-highlight {
927
- border: 1px solid #fcefa1;
928
- color: #363636;
929
- }
930
- .ui-state-highlight a,
931
- .ui-widget-content .ui-state-highlight a,
932
- .ui-widget-header .ui-state-highlight a {
933
- color: #363636;
934
- }
935
- .ui-state-error,
936
- .ui-widget-content .ui-state-error,
937
- .ui-widget-header .ui-state-error {
938
- border: 1px solid #cd0a0a;
939
- color: #cd0a0a;
940
- }
941
- .ui-state-error a,
942
- .ui-widget-content .ui-state-error a,
943
- .ui-widget-header .ui-state-error a {
944
- color: #cd0a0a;
945
- }
946
- .ui-state-error-text,
947
- .ui-widget-content .ui-state-error-text,
948
- .ui-widget-header .ui-state-error-text {
949
- color: #cd0a0a;
950
- }
951
- .ui-priority-primary,
952
- .ui-widget-content .ui-priority-primary,
953
- .ui-widget-header .ui-priority-primary {
954
- font-weight: bold;
955
- }
956
- .ui-priority-secondary,
957
- .ui-widget-content .ui-priority-secondary,
958
- .ui-widget-header .ui-priority-secondary {
959
- opacity: .7;
960
- filter:Alpha(Opacity=70);
961
- font-weight: normal;
962
- }
963
- .ui-state-disabled,
964
- .ui-widget-content .ui-state-disabled,
965
- .ui-widget-header .ui-state-disabled {
966
- opacity: .35;
967
- filter:Alpha(Opacity=35);
968
- background-image: none;
969
- }
970
- .ui-state-disabled .ui-icon {
971
- filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
972
- }
973
-
974
- /* Icons
975
- ----------------------------------*/
976
-
977
- /* states and images */
978
- .ui-icon {
979
- width: 16px;
980
- height: 16px;
981
- }
982
-
983
-
984
- /* positioning */
985
- .ui-icon-blank { background-position: 16px 16px; }
986
- .ui-icon-carat-1-n { background-position: 0 0; }
987
- .ui-icon-carat-1-ne { background-position: -16px 0; }
988
- .ui-icon-carat-1-e { background-position: -32px 0; }
989
- .ui-icon-carat-1-se { background-position: -48px 0; }
990
- .ui-icon-carat-1-s { background-position: -64px 0; }
991
- .ui-icon-carat-1-sw { background-position: -80px 0; }
992
- .ui-icon-carat-1-w { background-position: -96px 0; }
993
- .ui-icon-carat-1-nw { background-position: -112px 0; }
994
- .ui-icon-carat-2-n-s { background-position: -128px 0; }
995
- .ui-icon-carat-2-e-w { background-position: -144px 0; }
996
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
997
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
998
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
999
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
1000
- .ui-icon-triangle-1-s { background-position: -64px -16px; }
1001
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
1002
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
1003
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
1004
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1005
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1006
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
1007
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
1008
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
1009
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
1010
- .ui-icon-arrow-1-s { background-position: -64px -32px; }
1011
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
1012
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
1013
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
1014
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1015
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1016
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1017
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1018
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1019
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1020
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1021
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1022
- .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1023
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1024
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1025
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1026
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1027
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1028
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1029
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1030
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1031
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1032
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1033
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1034
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1035
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1036
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1037
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1038
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1039
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1040
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1041
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1042
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1043
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1044
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1045
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1046
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1047
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1048
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1049
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1050
- .ui-icon-arrow-4 { background-position: 0 -80px; }
1051
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1052
- .ui-icon-extlink { background-position: -32px -80px; }
1053
- .ui-icon-newwin { background-position: -48px -80px; }
1054
- .ui-icon-refresh { background-position: -64px -80px; }
1055
- .ui-icon-shuffle { background-position: -80px -80px; }
1056
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
1057
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1058
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
1059
- .ui-icon-folder-open { background-position: -16px -96px; }
1060
- .ui-icon-document { background-position: -32px -96px; }
1061
- .ui-icon-document-b { background-position: -48px -96px; }
1062
- .ui-icon-note { background-position: -64px -96px; }
1063
- .ui-icon-mail-closed { background-position: -80px -96px; }
1064
- .ui-icon-mail-open { background-position: -96px -96px; }
1065
- .ui-icon-suitcase { background-position: -112px -96px; }
1066
- .ui-icon-comment { background-position: -128px -96px; }
1067
- .ui-icon-person { background-position: -144px -96px; }
1068
- .ui-icon-print { background-position: -160px -96px; }
1069
- .ui-icon-trash { background-position: -176px -96px; }
1070
- .ui-icon-locked { background-position: -192px -96px; }
1071
- .ui-icon-unlocked { background-position: -208px -96px; }
1072
- .ui-icon-bookmark { background-position: -224px -96px; }
1073
- .ui-icon-tag { background-position: -240px -96px; }
1074
- .ui-icon-home { background-position: 0 -112px; }
1075
- .ui-icon-flag { background-position: -16px -112px; }
1076
- .ui-icon-calendar { background-position: -32px -112px; }
1077
- .ui-icon-cart { background-position: -48px -112px; }
1078
- .ui-icon-pencil { background-position: -64px -112px; }
1079
- .ui-icon-clock { background-position: -80px -112px; }
1080
- .ui-icon-disk { background-position: -96px -112px; }
1081
- .ui-icon-calculator { background-position: -112px -112px; }
1082
- .ui-icon-zoomin { background-position: -128px -112px; }
1083
- .ui-icon-zoomout { background-position: -144px -112px; }
1084
- .ui-icon-search { background-position: -160px -112px; }
1085
- .ui-icon-wrench { background-position: -176px -112px; }
1086
- .ui-icon-gear { background-position: -192px -112px; }
1087
- .ui-icon-heart { background-position: -208px -112px; }
1088
- .ui-icon-star { background-position: -224px -112px; }
1089
- .ui-icon-link { background-position: -240px -112px; }
1090
- .ui-icon-cancel { background-position: 0 -128px; }
1091
- .ui-icon-plus { background-position: -16px -128px; }
1092
- .ui-icon-plusthick { background-position: -32px -128px; }
1093
- .ui-icon-minus { background-position: -48px -128px; }
1094
- .ui-icon-minusthick { background-position: -64px -128px; }
1095
- .ui-icon-close { background-position: -80px -128px; }
1096
- .ui-icon-closethick { background-position: -96px -128px; }
1097
- .ui-icon-key { background-position: -112px -128px; }
1098
- .ui-icon-lightbulb { background-position: -128px -128px; }
1099
- .ui-icon-scissors { background-position: -144px -128px; }
1100
- .ui-icon-clipboard { background-position: -160px -128px; }
1101
- .ui-icon-copy { background-position: -176px -128px; }
1102
- .ui-icon-contact { background-position: -192px -128px; }
1103
- .ui-icon-image { background-position: -208px -128px; }
1104
- .ui-icon-video { background-position: -224px -128px; }
1105
- .ui-icon-script { background-position: -240px -128px; }
1106
- .ui-icon-alert { background-position: 0 -144px; }
1107
- .ui-icon-info { background-position: -16px -144px; }
1108
- .ui-icon-notice { background-position: -32px -144px; }
1109
- .ui-icon-help { background-position: -48px -144px; }
1110
- .ui-icon-check { background-position: -64px -144px; }
1111
- .ui-icon-bullet { background-position: -80px -144px; }
1112
- .ui-icon-radio-on { background-position: -96px -144px; }
1113
- .ui-icon-radio-off { background-position: -112px -144px; }
1114
- .ui-icon-pin-w { background-position: -128px -144px; }
1115
- .ui-icon-pin-s { background-position: -144px -144px; }
1116
- .ui-icon-play { background-position: 0 -160px; }
1117
- .ui-icon-pause { background-position: -16px -160px; }
1118
- .ui-icon-seek-next { background-position: -32px -160px; }
1119
- .ui-icon-seek-prev { background-position: -48px -160px; }
1120
- .ui-icon-seek-end { background-position: -64px -160px; }
1121
- .ui-icon-seek-start { background-position: -80px -160px; }
1122
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1123
- .ui-icon-seek-first { background-position: -80px -160px; }
1124
- .ui-icon-stop { background-position: -96px -160px; }
1125
- .ui-icon-eject { background-position: -112px -160px; }
1126
- .ui-icon-volume-off { background-position: -128px -160px; }
1127
- .ui-icon-volume-on { background-position: -144px -160px; }
1128
- .ui-icon-power { background-position: 0 -176px; }
1129
- .ui-icon-signal-diag { background-position: -16px -176px; }
1130
- .ui-icon-signal { background-position: -32px -176px; }
1131
- .ui-icon-battery-0 { background-position: -48px -176px; }
1132
- .ui-icon-battery-1 { background-position: -64px -176px; }
1133
- .ui-icon-battery-2 { background-position: -80px -176px; }
1134
- .ui-icon-battery-3 { background-position: -96px -176px; }
1135
- .ui-icon-circle-plus { background-position: 0 -192px; }
1136
- .ui-icon-circle-minus { background-position: -16px -192px; }
1137
- .ui-icon-circle-close { background-position: -32px -192px; }
1138
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1139
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1140
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1141
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1142
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1143
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1144
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1145
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1146
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
1147
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
1148
- .ui-icon-circle-check { background-position: -208px -192px; }
1149
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1150
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1151
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
1152
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1153
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1154
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
1155
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1156
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1157
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1158
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1159
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1160
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1161
-
1162
-
1163
- /* Misc visuals
1164
- ----------------------------------*/
1165
-
1166
- /* Corner radius */
1167
- .ui-corner-all,
1168
- .ui-corner-top,
1169
- .ui-corner-left,
1170
- .ui-corner-tl {
1171
- border-top-left-radius: 0px;
1172
- }
1173
- .ui-corner-all,
1174
- .ui-corner-top,
1175
- .ui-corner-right,
1176
- .ui-corner-tr {
1177
- border-top-right-radius: 0px;
1178
- }
1179
- .ui-corner-all,
1180
- .ui-corner-bottom,
1181
- .ui-corner-left,
1182
- .ui-corner-bl {
1183
- border-bottom-left-radius: 0px;
1184
- }
1185
- .ui-corner-all,
1186
- .ui-corner-bottom,
1187
- .ui-corner-right,
1188
- .ui-corner-br {
1189
- border-bottom-right-radius: 0px;
1190
- }
1191
-
1192
-
1193
- /* Overlays */
1194
- .ui-widget-overlay {
1195
- opacity: .3;
1196
- filter: Alpha(Opacity=30);
1197
- }
1198
- .ui-widget-shadow {
1199
- margin: -8px 0 0 -8px;
1200
- padding: 8px;
1201
- opacity: .3;
1202
- filter: Alpha(Opacity=30);
1203
- border-radius: 8px;
1204
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-assets/images/sn/lin-m.png ADDED
Binary file
wpf-assets/images/sn/linkedin.png ADDED
Binary file
wpf-assets/images/sn/wapp-m.png ADDED
Binary file
wpf-assets/images/sn/whatsapp.png ADDED
Binary file
wpf-assets/js/ajax.js CHANGED
@@ -1,5 +1,5 @@
1
  jQuery.ajaxSetup({
2
- url: wpf_ajax_obj.url,
3
  data:{
4
  referer: window.location.origin + window.location.pathname
5
  }
@@ -41,7 +41,7 @@ jQuery(document).ready(function ($) {
41
  that = $(this);
42
  $.ajax({
43
  type: 'POST',
44
- url: wpf_ajax_obj.url,
45
  data: {
46
  postid: postid,
47
  likestatus: 1,
@@ -79,7 +79,7 @@ jQuery(document).ready(function ($) {
79
  that = $(this);
80
  $.ajax({
81
  type: 'POST',
82
- url: wpf_ajax_obj.url,
83
  data: {
84
  postid: postid,
85
  likestatus: 0,
@@ -120,7 +120,7 @@ jQuery(document).ready(function ($) {
120
  that = $(this);
121
  $.ajax({
122
  type: 'POST',
123
- url: wpf_ajax_obj.url,
124
  data: {
125
  itemtype: type,
126
  postid: postid,
@@ -150,7 +150,7 @@ jQuery(document).ready(function ($) {
150
  that = $(this);
151
  $.ajax({
152
  type: 'POST',
153
- url: wpf_ajax_obj.url,
154
  data: {
155
  itemtype: type,
156
  postid: postid,
@@ -181,7 +181,7 @@ jQuery(document).ready(function ($) {
181
  that = $(this);
182
  $.ajax({
183
  type: 'POST',
184
- url: wpf_ajax_obj.url,
185
  data: {
186
  postid: postid,
187
  answerstatus: 0,
@@ -210,7 +210,7 @@ jQuery(document).ready(function ($) {
210
  that = $(this);
211
  $.ajax({
212
  type: 'POST',
213
- url: wpf_ajax_obj.url,
214
  data: {
215
  postid: postid,
216
  answerstatus: 1,
@@ -248,7 +248,7 @@ jQuery(document).ready(function ($) {
248
  $("#wpf_postparentid").val( postid );
249
  $.ajax({
250
  type: 'POST',
251
- url: wpf_ajax_obj.url,
252
  data: {
253
  postid: postid,
254
  action: 'wpforo_quote_ajax'
@@ -290,40 +290,28 @@ jQuery(document).ready(function ($) {
290
  // Report
291
  wpforo_wrap.on('click', '.wpforo-report', function(){
292
  wpforo_load_show();
293
- var postid = $(this).data('postid');
294
- $('#wpf_reportpostid').attr('value', postid);
295
-
296
- var dialog;
297
- var w = jQuery(window).width();
298
- var h = jQuery(window).height();
299
- var dialogWidth = 600;
300
- var dialogHeight = 250;
301
- H = ( dialogHeight < h ) ? dialogHeight : (h-40);
302
- W = ( dialogWidth < w ) ? dialogWidth : (w-20);
303
-
304
- dialog = jQuery( "#wpf_reportdialog" ).dialog({
305
- create: function(event, ui) {
306
- jQuery(event.target).parent().css('position', 'fixed');
307
- },
308
- autoOpen: false,
309
- height: H,
310
- width: W,
311
- modal: true,
312
- dialogClass:'wpforo-dialog wpforo-dialog-report'
313
- });
314
-
315
- dialog.dialog( "open" );
316
  wpforo_load_hide();
317
  });
318
 
319
- $("#wpf_reportdialog").on('click', '#wpf_sendreport', function () {
 
 
 
 
 
 
 
320
  wpforo_load_show();
321
- var postid = $('#wpf_reportpostid').attr('value');
322
- var messagecontent = $('#wpf_reportmessagecontent').attr('value');
323
 
324
  $.ajax({
325
  type: 'POST',
326
- url: wpf_ajax_obj.url,
327
  data: {
328
  postid: postid,
329
  reportmsg: messagecontent,
@@ -332,16 +320,16 @@ jQuery(document).ready(function ($) {
332
  }).done(function (response) {
333
  try {
334
  response = $.parseJSON(response);
 
 
 
 
335
  } catch (e) {
336
  console.log(e);
337
  }
338
- $("#wpf_reportdialog").dialog('close');
339
- wpforo_load_hide();
340
- wpforo_notice_show(response);
341
  });
342
- });
343
-
344
-
345
  // Sticky
346
  wpforo_wrap.on('click', '.wpforo-sticky', function () {
347
  wpforo_load_show();
@@ -350,7 +338,7 @@ jQuery(document).ready(function ($) {
350
 
351
  $.ajax({
352
  type: 'POST',
353
- url: wpf_ajax_obj.url,
354
  data: {
355
  topicid: topicid,
356
  status: 'sticky',
@@ -382,7 +370,7 @@ jQuery(document).ready(function ($) {
382
 
383
  $.ajax({
384
  type: 'POST',
385
- url: wpf_ajax_obj.url,
386
  data: {
387
  topicid: topicid,
388
  status: 'unsticky',
@@ -416,7 +404,7 @@ jQuery(document).ready(function ($) {
416
 
417
  $.ajax({
418
  type: 'POST',
419
- url: wpf_ajax_obj.url,
420
  data:{
421
  postid: postid,
422
  status: status_value,
@@ -448,7 +436,7 @@ jQuery(document).ready(function ($) {
448
 
449
  $.ajax({
450
  type: 'POST',
451
- url: wpf_ajax_obj.url,
452
  data:{
453
  postid: postid,
454
  status: status_value,
@@ -481,7 +469,7 @@ jQuery(document).ready(function ($) {
481
 
482
  $.ajax({
483
  type: 'POST',
484
- url: wpf_ajax_obj.url,
485
  data:{
486
  postid: postid,
487
  status: status_value,
@@ -509,7 +497,7 @@ jQuery(document).ready(function ($) {
509
 
510
  $.ajax({
511
  type: 'POST',
512
- url: wpf_ajax_obj.url,
513
  data:{
514
  postid: postid,
515
  status: status_value,
@@ -538,7 +526,7 @@ jQuery(document).ready(function ($) {
538
 
539
  $.ajax({
540
  type: 'POST',
541
- url: wpf_ajax_obj.url,
542
  data:{
543
  postid: postid,
544
  status: status_value,
@@ -565,7 +553,7 @@ jQuery(document).ready(function ($) {
565
 
566
  $.ajax({
567
  type: 'POST',
568
- url: wpf_ajax_obj.url,
569
  data:{
570
  postid: postid,
571
  status: status_value,
@@ -593,7 +581,7 @@ jQuery(document).ready(function ($) {
593
  var postid = postid_value.replace("wpfclose", "");
594
  $.ajax({
595
  type: 'POST',
596
- url: wpf_ajax_obj.url,
597
  data:{
598
  postid: postid,
599
  status: status_value,
@@ -626,7 +614,7 @@ jQuery(document).ready(function ($) {
626
  var postid = postid_value.replace("wpfclose", "");
627
  $.ajax({
628
  type: 'POST',
629
- url: wpf_ajax_obj.url,
630
  data:{
631
  postid: postid,
632
  status: status_value,
@@ -669,7 +657,7 @@ jQuery(document).ready(function ($) {
669
  }
670
  $.ajax({
671
  type: 'POST',
672
- url: wpf_ajax_obj.url,
673
  data: {
674
  postid: postid,
675
  action: 'wpforo_edit_ajax'
@@ -747,7 +735,7 @@ jQuery(document).ready(function ($) {
747
 
748
  $.ajax({
749
  type: 'POST',
750
- url: wpf_ajax_obj.url,
751
  data:{
752
  forumid: forumid,
753
  postid: postid,
@@ -805,7 +793,7 @@ jQuery(document).ready(function ($) {
805
 
806
  $.ajax({
807
  type: 'POST',
808
- url: wpf_ajax_obj.url,
809
  data: {
810
  itemid: itemid,
811
  type: type,
@@ -850,7 +838,7 @@ jQuery(document).ready(function ($) {
850
 
851
  $.ajax({
852
  type: 'POST',
853
- url: wpf_ajax_obj.url,
854
  data: {
855
  itemid: itemid,
856
  type: type,
@@ -888,7 +876,7 @@ jQuery(document).ready(function ($) {
888
  });
889
 
890
  wpforo_wrap.on('click', '#wpf_moderation_tools .wpf-tool-tabs .wpf-tool-tab:not(.wpf-tt-active)', function () {
891
- $("#wpf-msg-box").hide();
892
  $(this).siblings('.wpf-tool-tab').removeClass('wpf-tt-active');
893
  if( !$(this).hasClass('wpf-tt-active') ) $(this).addClass('wpf-tt-active');
894
  wpforo_topic_tools_tab_load();
@@ -961,7 +949,7 @@ jQuery(document).ready(function ($) {
961
  var i2_class = i2.attr('class');
962
  var i2_toggle_class = i2_class + ' ' + i_spin_class;
963
 
964
- $("#wpf-msg-box").hide();
965
 
966
  i.toggleClass(i_toggle_class);
967
  if(append) i2.toggleClass(i2_toggle_class);
@@ -1256,8 +1244,8 @@ jQuery(document).ready(function ($) {
1256
  $('form[data-textareaid="'+ wpforo_editor.active_textareaid +'"] .wpforo_save_revision').click();
1257
  }
1258
 
1259
- wpforo_wrap.on('change input propertychange', 'form[data-textareaid] textarea', function () {
1260
- wpforo_trigger_custom_event(document,'wpforo_textarea_content_changed');
1261
  });
1262
 
1263
  document.addEventListener('wpforo_tinymce_content_changed', wpforo_content_changed);
@@ -1268,8 +1256,58 @@ jQuery(document).ready(function ($) {
1268
  wpforo_tags_suggest();
1269
  document.addEventListener('wpforo_topic_portable_form', wpforo_tags_suggest);
1270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1271
  });
1272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1273
  function wpforo_ucwords (str) {
1274
  return (str + '').replace(/^([a-z])|\s+([a-z])/, function ($1) {
1275
  return $1.toUpperCase();
@@ -1281,7 +1319,7 @@ function wpforo_topic_tools_tab_load() {
1281
  if( active_tab.length ){
1282
  var active_tab_id = active_tab.attr('id');
1283
  if( active_tab_id ){
1284
- jQuery("#wpf-msg-box").hide();
1285
  jQuery('#wpf_tool_tab_content_wrap').html('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
1286
  jQuery.ajax({
1287
  type: 'POST',
@@ -1340,70 +1378,4 @@ function wpforo_tags_suggest(){
1340
  loading = setTimeout(function() { wpf_tags.removeClass( 'wpf-ac-loading' ); }, 1000);
1341
  }
1342
  );
1343
- }
1344
-
1345
-
1346
- /*
1347
- function wpforo_bell( wpf_alerts ){
1348
- var wpf_alerts = parseInt(wpf_alerts);
1349
- if( wpf_alerts > 0 ){
1350
- var wpforo_bell = '';
1351
- var wpforo_notification_phrase = wpforo_phrase('You have a new notification');
1352
- if( wpf_alerts > 1 ) wpforo_notification_phrase = wpforo_phrase('You have new notifications');
1353
- wpforo_bell = '<div class="wpf-bell" wpf-tooltip="' + wpforo_notification_phrase + '" wpf-tooltip-size="middle"><i class="fas fa-bell"></i><span class="wpf-alerts-count">' + wpf_alerts + '</span></div>';
1354
- jQuery('.wpf-alerts').addClass('wpf-new');
1355
- } else {
1356
- wpforo_bell = '<div class="wpf-bell"><i class="far fa-bell"></i></div>';
1357
- jQuery('.wpf-alerts').removeClass('wpf-new');
1358
- }
1359
- jQuery('.wpf-alerts').html(wpforo_bell);
1360
- }
1361
-
1362
- function wpforo_check_notifications( wpforo_check_interval ) {
1363
- jQuery.ajax({
1364
- type: 'POST',
1365
- url: wpf_ajax_obj.url,
1366
- data:{
1367
- getdata: 0,
1368
- action: 'wpforo_notifications'
1369
- },
1370
- success: function( wpf_alerts ) {
1371
- wpforo_bell( wpf_alerts );
1372
- },
1373
- complete: function() {
1374
- var wpforo_check_notifications_timeout = setTimeout(wpforo_check_notifications, wpforo_check_interval, wpforo_check_interval);
1375
- },
1376
- error: function () {
1377
- clearTimeout(wpforo_check_notifications_timeout);
1378
- }
1379
- });
1380
- }
1381
-
1382
- function wpforo_load_notifications() {
1383
- jQuery.ajax({
1384
- type: 'POST',
1385
- url: wpf_ajax_obj.url,
1386
- data:{
1387
- getdata: 1,
1388
- action: 'wpforo_notifications'
1389
- },
1390
- success: function(data) {
1391
- data = jQuery.parseJSON(data);
1392
- if(typeof data == 'object' ){
1393
- var wpf_alerts = parseInt(data.alerts);
1394
- var wpf_notifications = data.notifications;
1395
- if( wpf_alerts > 0 ){
1396
- jQuery('#wpf-bar-notifications .wpf-notification-actions').show();
1397
- } else {
1398
- jQuery('#wpf-bar-notifications .wpf-notification-actions').hide();
1399
- }
1400
- jQuery('#wpf-bar-notifications .wpf-notification-content').html( wpf_notifications );
1401
- wpforo_bell( wpf_alerts );
1402
- }
1403
- },
1404
- error: function () {
1405
- clearTimeout(wpforo_check_notifications_timeout);
1406
- }
1407
- });
1408
- }
1409
- */
1
  jQuery.ajaxSetup({
2
+ url: wpforo.ajax_url,
3
  data:{
4
  referer: window.location.origin + window.location.pathname
5
  }
41
  that = $(this);
42
  $.ajax({
43
  type: 'POST',
44
+ url: wpforo.ajax_url,
45
  data: {
46
  postid: postid,
47
  likestatus: 1,
79
  that = $(this);
80
  $.ajax({
81
  type: 'POST',
82
+ url: wpforo.ajax_url,
83
  data: {
84
  postid: postid,
85
  likestatus: 0,
120
  that = $(this);
121
  $.ajax({
122
  type: 'POST',
123
+ url: wpforo.ajax_url,
124
  data: {
125
  itemtype: type,
126
  postid: postid,
150
  that = $(this);
151
  $.ajax({
152
  type: 'POST',
153
+ url: wpforo.ajax_url,
154
  data: {
155
  itemtype: type,
156
  postid: postid,
181
  that = $(this);
182
  $.ajax({
183
  type: 'POST',
184
+ url: wpforo.ajax_url,
185
  data: {
186
  postid: postid,
187
  answerstatus: 0,
210
  that = $(this);
211
  $.ajax({
212
  type: 'POST',
213
+ url: wpforo.ajax_url,
214
  data: {
215
  postid: postid,
216
  answerstatus: 1,
248
  $("#wpf_postparentid").val( postid );
249
  $.ajax({
250
  type: 'POST',
251
+ url: wpforo.ajax_url,
252
  data: {
253
  postid: postid,
254
  action: 'wpforo_quote_ajax'
290
  // Report
291
  wpforo_wrap.on('click', '.wpforo-report', function(){
292
  wpforo_load_show();
293
+ var form = $("form#wpforo-report");
294
+ $("#wpforo-report-postid", form).val( $(this).data('postid') );
295
+ wpforo_dialog_show('', form, '45%', '295px');
296
+ $("#wpforo-report-content", form).focus();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  wpforo_load_hide();
298
  });
299
 
300
+ $(document).on('click', '#wpforo-report-send', wpforo_report_send);
301
+ $(document).on('keydown', 'form#wpforo-report', function (e) {
302
+ if (e.ctrlKey && e.keyCode === 13) {
303
+ wpforo_report_send();
304
+ }
305
+ });
306
+
307
+ function wpforo_report_send(){
308
  wpforo_load_show();
309
+ var postid = $('#wpforo-report-postid').val();
310
+ var messagecontent = $('#wpforo-report-content').val();
311
 
312
  $.ajax({
313
  type: 'POST',
314
+ url: wpforo.ajax_url,
315
  data: {
316
  postid: postid,
317
  reportmsg: messagecontent,
320
  }).done(function (response) {
321
  try {
322
  response = $.parseJSON(response);
323
+ wpforo_dialog_hide();
324
+ $('#wpforo-report-content').val('');
325
+ wpforo_load_hide();
326
+ wpforo_notice_show(response);
327
  } catch (e) {
328
  console.log(e);
329
  }
 
 
 
330
  });
331
+ }
332
+
 
333
  // Sticky
334
  wpforo_wrap.on('click', '.wpforo-sticky', function () {
335
  wpforo_load_show();
338
 
339
  $.ajax({
340
  type: 'POST',
341
+ url: wpforo.ajax_url,
342
  data: {
343
  topicid: topicid,
344
  status: 'sticky',
370
 
371
  $.ajax({
372
  type: 'POST',
373
+ url: wpforo.ajax_url,
374
  data: {
375
  topicid: topicid,
376
  status: 'unsticky',
404
 
405
  $.ajax({
406
  type: 'POST',
407
+ url: wpforo.ajax_url,
408
  data:{
409
  postid: postid,
410
  status: status_value,
436
 
437
  $.ajax({
438
  type: 'POST',
439
+ url: wpforo.ajax_url,
440
  data:{
441
  postid: postid,
442
  status: status_value,
469
 
470
  $.ajax({
471
  type: 'POST',
472
+ url: wpforo.ajax_url,
473
  data:{
474
  postid: postid,
475
  status: status_value,
497
 
498
  $.ajax({
499
  type: 'POST',
500
+ url: wpforo.ajax_url,
501
  data:{
502
  postid: postid,
503
  status: status_value,
526
 
527
  $.ajax({
528
  type: 'POST',
529
+ url: wpforo.ajax_url,
530
  data:{
531
  postid: postid,
532
  status: status_value,
553
 
554
  $.ajax({
555
  type: 'POST',
556
+ url: wpforo.ajax_url,
557
  data:{
558
  postid: postid,
559
  status: status_value,
581
  var postid = postid_value.replace("wpfclose", "");
582
  $.ajax({
583
  type: 'POST',
584
+ url: wpforo.ajax_url,
585
  data:{
586
  postid: postid,
587
  status: status_value,
614
  var postid = postid_value.replace("wpfclose", "");
615
  $.ajax({
616
  type: 'POST',
617
+ url: wpforo.ajax_url,
618
  data:{
619
  postid: postid,
620
  status: status_value,
657
  }
658
  $.ajax({
659
  type: 'POST',
660
+ url: wpforo.ajax_url,
661
  data: {
662
  postid: postid,
663
  action: 'wpforo_edit_ajax'
735
 
736
  $.ajax({
737
  type: 'POST',
738
+ url: wpforo.ajax_url,
739
  data:{
740
  forumid: forumid,
741
  postid: postid,
793
 
794
  $.ajax({
795
  type: 'POST',
796
+ url: wpforo.ajax_url,
797
  data: {
798
  itemid: itemid,
799
  type: type,
838
 
839
  $.ajax({
840
  type: 'POST',
841
+ url: wpforo.ajax_url,
842
  data: {
843
  itemid: itemid,
844
  type: type,
876
  });
877
 
878
  wpforo_wrap.on('click', '#wpf_moderation_tools .wpf-tool-tabs .wpf-tool-tab:not(.wpf-tt-active)', function () {
879
+ wpforo_notice_hide();
880
  $(this).siblings('.wpf-tool-tab').removeClass('wpf-tt-active');
881
  if( !$(this).hasClass('wpf-tt-active') ) $(this).addClass('wpf-tt-active');
882
  wpforo_topic_tools_tab_load();
949
  var i2_class = i2.attr('class');
950
  var i2_toggle_class = i2_class + ' ' + i_spin_class;
951
 
952
+ wpforo_notice_hide();
953
 
954
  i.toggleClass(i_toggle_class);
955
  if(append) i2.toggleClass(i2_toggle_class);
1244
  $('form[data-textareaid="'+ wpforo_editor.active_textareaid +'"] .wpforo_save_revision').click();
1245
  }
1246
 
1247
+ wpforo_wrap.on('change input propertychange', 'form[data-textareaid] textarea', function (e) {
1248
+ wpforo_trigger_custom_event(document,'wpforo_textarea_content_changed', e);
1249
  });
1250
 
1251
  document.addEventListener('wpforo_tinymce_content_changed', wpforo_content_changed);
1256
  wpforo_tags_suggest();
1257
  document.addEventListener('wpforo_topic_portable_form', wpforo_tags_suggest);
1258
 
1259
+ wpforo_wrap.on('click', '.wpforo-rcn-wrap .wpforo-rcn-dismiss-button', function () {
1260
+ wpforo_load_show();
1261
+ var wrap = $(this).closest('.wpforo-rcn-wrap');
1262
+ $.ajax({
1263
+ type: 'POST',
1264
+ data: {
1265
+ backend: 0,
1266
+ action: 'wpforo_dissmiss_recaptcha_note'
1267
+ }
1268
+ }).done(function (response) {
1269
+ if( parseInt(response) ){
1270
+ wrap.remove();
1271
+ wpforo_notice_show('done', 'success');
1272
+ }
1273
+ }).always(function(){
1274
+ wpforo_load_hide();
1275
+ });
1276
+ });
1277
+
1278
+ wpforo_wrap.on('click', '.wpf-admincp .wpf-acp-toggle', function(){
1279
+ var button = $(this);
1280
+ var wrap = button.closest('.wpf-admincp');
1281
+ if( $.active === 0 ){
1282
+ $('.wpf-acp-body', wrap).slideToggle(function(){
1283
+ $('.fas', button).toggleClass('fa-minus-square fa-plus-square');
1284
+ var toggle_status = $(this).is(':visible') ? 'open' : 'close';
1285
+ $.ajax({
1286
+ type: 'POST',
1287
+ data:{
1288
+ toggle_status: toggle_status,
1289
+ action: 'wpforo_acp_toggle'
1290
+ }
1291
+ });
1292
+ });
1293
+ }
1294
+ });
1295
  });
1296
 
1297
+ function wpforo_init_phrases(){
1298
+ jQuery.ajax({
1299
+ url: wpforo.ajax_url,
1300
+ type: 'POST',
1301
+ dataType: 'json',
1302
+ async: false,
1303
+ data: {
1304
+ action: 'wpforo_get_phrases'
1305
+ }
1306
+ }).done(function (r) {
1307
+ wpforo_phrases = r;
1308
+ });
1309
+ }
1310
+
1311
  function wpforo_ucwords (str) {
1312
  return (str + '').replace(/^([a-z])|\s+([a-z])/, function ($1) {
1313
  return $1.toUpperCase();
1319
  if( active_tab.length ){
1320
  var active_tab_id = active_tab.attr('id');
1321
  if( active_tab_id ){
1322
+ wpforo_notice_hide();
1323
  jQuery('#wpf_tool_tab_content_wrap').html('<i class="fas fa-spinner fa-spin wpf-icon-spinner"></i>');
1324
  jQuery.ajax({
1325
  type: 'POST',
1378
  loading = setTimeout(function() { wpf_tags.removeClass( 'wpf-ac-loading' ); }, 1000);
1379
  }
1380
  );
1381
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-assets/js/frontend.js CHANGED
@@ -99,19 +99,21 @@ function wpforo_tinymce_initializeIt(selector, do_not_focus) {
99
 
100
  function wpforo_tinymce_setup(editor) {
101
  editor.on('focus', function(e) {
 
102
  wpforo_editor.set_active(editor.id);
103
- wpforo_trigger_custom_event(document,'wpforo_tinymce_focus');
104
  });
105
  editor.on('Dirty ExecCommand KeyPress SetContent', function(e) {
106
- wpforo_trigger_custom_event(document,'wpforo_tinymce_content_changed');
107
  });
108
  editor.on('paste', function(e) {
109
- jQuery('form[data-textareaid="'+editor.id+'"]').trigger({type: 'paste', delegatedEvent: {originalEvent: {clipboardData: e.clipboardData}},originalEvent: {clipboardData: e.clipboardData}});
110
- wpforo_trigger_custom_event(document,'wpforo_tinymce_paste');
111
  });
112
- editor.shortcuts.add('ctrl+13', 'submit', function(){ jQuery('form[data-textareaid="'+editor.id+'"]').find('[type=submit]').click(); });
113
- editor.shortcuts.add('ctrl+s', 'Save Draft', function(){
114
- wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_s');
 
 
 
115
  });
116
  }
117
 
@@ -159,7 +161,7 @@ var wpforo_editor = {
159
  this.main_textareaid = '';
160
  },
161
  get_tinymce_active_editor_id: function(){
162
- if( this.is_tinymce_loaded() && typeof tinymce.activeEditor === "object" && tinymce.activeEditor.id ){
163
  return tinymce.activeEditor.id;
164
  }
165
  return '';
@@ -293,19 +295,25 @@ function wpforo_notice_show(notice, type){
293
  notice = jQuery(notice);
294
  var msg_box = jQuery("#wpf-msg-box");
295
  msg_box.append(notice);
 
296
  msg_box.show(150);
297
  notice.delay(type === 'error' ? 6500 : 2500).fadeOut(200, function () {
298
  jQuery(this).remove();
299
  });
300
  }
301
 
 
 
 
 
302
  function wpforo_load_show(msg){
303
  msg = typeof msg !== "undefined" ? msg : 'Working';
304
  msg = String(msg);
305
  msg = wpforo_phrase(msg);
306
  var load = jQuery('#wpforo-load');
307
  jQuery('.loadtext', load).text(msg);
308
- jQuery("#wpf-msg-box").hide();
 
309
  load.visible();
310
  }
311
 
@@ -313,8 +321,50 @@ function wpforo_load_hide(){
313
  jQuery('#wpforo-load').invisible();
314
  }
315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  function wpforo_phrase(phrase_key){
317
- if( typeof wpforo_phrases === 'object' && Object.keys(wpforo_phrases).length ){
 
318
  var phrase_key_lower = phrase_key.toLowerCase();
319
  if( wpforo_phrases[phrase_key_lower] !== undefined ) phrase_key = wpforo_phrases[phrase_key_lower];
320
  }
@@ -373,6 +423,20 @@ function wpforo_getTextSelection(){
373
  jQuery(document).ready(function($){
374
  var wpforo_wrap = $('#wpforo-wrap');
375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  if ($('form.wpforo-main-form').length) {
377
  document.onselectionchange = function () {
378
  wpforo_getTextSelection();
@@ -413,7 +477,7 @@ jQuery(document).ready(function($){
413
  if (e.ctrlKey && e.keyCode === 13) {
414
  $('[type=submit]', $(this)).click();
415
  }else if( (e.ctrlKey && e.which === 83) || e.which === 19 ){
416
- wpforo_trigger_custom_event(document, 'wpforo_textarea_ctrl_s');
417
  e.preventDefault();
418
  return false;
419
  }
@@ -482,16 +546,11 @@ jQuery(document).ready(function($){
482
  }
483
  });
484
 
485
- var _m = $("#m_");
486
- if( _m !== undefined && _m.length ){
487
- $('html, body').scrollTop(_m.offset().top - 25);
488
- }
489
-
490
  wpforo_wrap.on('click', '#add_wpftopic:not(.not_reg_user)', function(){
491
  var stat = $( ".wpf-topic-create" ).is( ":hidden" );
492
  $( ".wpf-topic-create" ).slideToggle( "slow" );
493
- $('#wpf_title').focus();
494
  wpforo_editor.set_content('');
 
495
  var add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
496
  if( !stat ) add_wpftopic = $("#wpf_formbutton").val();
497
  $( "#add_wpftopic" ).html(add_wpftopic);
@@ -884,4 +943,49 @@ jQuery(document).ready(function($){
884
  $('i', $(this)).toggleClass('fa-chevron-down fa-chevron-up');
885
  });
886
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  });
99
 
100
  function wpforo_tinymce_setup(editor) {
101
  editor.on('focus', function(e) {
102
+ wpforo_trigger_custom_event(document,'wpforo_tinymce_focus', e);
103
  wpforo_editor.set_active(editor.id);
 
104
  });
105
  editor.on('Dirty ExecCommand KeyPress SetContent', function(e) {
106
+ wpforo_trigger_custom_event(document,'wpforo_tinymce_content_changed', e);
107
  });
108
  editor.on('paste', function(e) {
109
+ wpforo_trigger_custom_event(document,'wpforo_tinymce_paste', e);
 
110
  });
111
+ editor.shortcuts.add('ctrl+13', 'submit', function(e){
112
+ wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_enter', e);
113
+ jQuery('form[data-textareaid="'+editor.id+'"]').find('[type=submit]').click();
114
+ });
115
+ editor.shortcuts.add('ctrl+s', 'Save Draft', function(e){
116
+ wpforo_trigger_custom_event(document,'wpforo_tinymce_ctrl_s', e);
117
  });
118
  }
119
 
161
  this.main_textareaid = '';
162
  },
163
  get_tinymce_active_editor_id: function(){
164
+ if( this.is_tinymce_loaded() && typeof tinymce.activeEditor === "object" && tinymce.activeEditor && tinymce.activeEditor.id ){
165
  return tinymce.activeEditor.id;
166
  }
167
  return '';
295
  notice = jQuery(notice);
296
  var msg_box = jQuery("#wpf-msg-box");
297
  msg_box.append(notice);
298
+ msg_box.appendTo('body');
299
  msg_box.show(150);
300
  notice.delay(type === 'error' ? 6500 : 2500).fadeOut(200, function () {
301
  jQuery(this).remove();
302
  });
303
  }
304
 
305
+ function wpforo_notice_hide(){
306
+ jQuery("#wpf-msg-box").hide();
307
+ }
308
+
309
  function wpforo_load_show(msg){
310
  msg = typeof msg !== "undefined" ? msg : 'Working';
311
  msg = String(msg);
312
  msg = wpforo_phrase(msg);
313
  var load = jQuery('#wpforo-load');
314
  jQuery('.loadtext', load).text(msg);
315
+ load.appendTo('body');
316
+ wpforo_notice_hide();
317
  load.visible();
318
  }
319
 
321
  jQuery('#wpforo-load').invisible();
322
  }
323
 
324
+ function wpforo_init_dialog(){
325
+ jQuery('#wpforo-dialog-extra-wrap').on("click", "#wpforo-dialog-close", function () {
326
+ wpforo_dialog_hide();
327
+ });
328
+ jQuery(document).on("mousedown", "#wpforo-dialog-extra-wrap", function (e) {
329
+ if( !jQuery(e.target).closest('#wpforo-dialog').length ) wpforo_dialog_hide();
330
+ });
331
+ jQuery(document).on("keydown", function (e) {
332
+ if( e.which === 27 ) wpforo_dialog_hide();
333
+ });
334
+ }
335
+
336
+ function wpforo_dialog_show(title, content, w, h){
337
+ var dialog = jQuery('#wpforo-dialog');
338
+ if(content){
339
+ var dialog_body = jQuery("#wpforo-dialog-body", dialog);
340
+ dialog_body.children().appendTo('#wpforo-dialog-backups');
341
+ dialog_body.empty();
342
+ if( content instanceof jQuery){
343
+ content.appendTo(dialog_body);
344
+ content.show();
345
+ content.css('visibility', 'visible');
346
+ if(!title) title = content.data('title');
347
+ }else if( typeof content === 'string'){
348
+ dialog_body.html(content);
349
+ }
350
+ }
351
+ if(title) jQuery("#wpforo-dialog-title", dialog).html( wpforo_phrase(title) );
352
+ if(w) dialog.css('width', w);
353
+ if(h) dialog.css('height', h);
354
+ jQuery("#wpforo-dialog-extra-wrap").appendTo('body');
355
+ jQuery("html").addClass('wpforo-dialog-visible');
356
+ jQuery("body").addClass('wpforo-dialog-visible animated fadeIn');
357
+ }
358
+
359
+ function wpforo_dialog_hide(){
360
+ jQuery("html").removeClass('wpforo-dialog-visible');
361
+ jQuery("body").removeClass('wpforo-dialog-visible animated fadeIn');
362
+ }
363
+
364
+ var wpforo_phrases;
365
  function wpforo_phrase(phrase_key){
366
+ if( !(wpforo_phrases && typeof wpforo_phrases === 'object' && Object.keys(wpforo_phrases).length) ) wpforo_init_phrases();
367
+ if( wpforo_phrases && typeof wpforo_phrases === 'object' && Object.keys(wpforo_phrases).length ){
368
  var phrase_key_lower = phrase_key.toLowerCase();
369
  if( wpforo_phrases[phrase_key_lower] !== undefined ) phrase_key = wpforo_phrases[phrase_key_lower];
370
  }
423
  jQuery(document).ready(function($){
424
  var wpforo_wrap = $('#wpforo-wrap');
425
 
426
+ var scroll_to;
427
+ var exreg = new RegExp('\/' + wpforo.template_slugs['postid'] + '\/(\\d+)\/?$', 'i');
428
+ var match = location.href.match(exreg);
429
+ if(match){
430
+ scroll_to = $('#post-' + match[1]);
431
+ }else{
432
+ scroll_to = $("#m_");
433
+ }
434
+ if( scroll_to.length ){
435
+ $('html, body').scrollTop(scroll_to.offset().top - 25);
436
+ }
437
+
438
+ wpforo_init_dialog();
439
+
440
  if ($('form.wpforo-main-form').length) {
441
  document.onselectionchange = function () {
442
  wpforo_getTextSelection();
477
  if (e.ctrlKey && e.keyCode === 13) {
478
  $('[type=submit]', $(this)).click();
479
  }else if( (e.ctrlKey && e.which === 83) || e.which === 19 ){
480
+ wpforo_trigger_custom_event(document, 'wpforo_textarea_ctrl_s', e);
481
  e.preventDefault();
482
  return false;
483
  }
546
  }
547
  });
548
 
 
 
 
 
 
549
  wpforo_wrap.on('click', '#add_wpftopic:not(.not_reg_user)', function(){
550
  var stat = $( ".wpf-topic-create" ).is( ":hidden" );
551
  $( ".wpf-topic-create" ).slideToggle( "slow" );
 
552
  wpforo_editor.set_content('');
553
+ $('#wpf_title').focus();
554
  var add_wpftopic = '<i class="fas fa-times" aria-hidden="true"></i>';
555
  if( !stat ) add_wpftopic = $("#wpf_formbutton").val();
556
  $( "#add_wpftopic" ).html(add_wpftopic);
943
  $('i', $(this)).toggleClass('fa-chevron-down fa-chevron-up');
944
  });
945
 
946
+ wpforo_wrap.on('click', '[data-copy-wpf-furl], [data-copy-wpf-shurl]', function(){
947
+ var urls = [];
948
+ var full_url = $(this).data('copy-wpf-furl');
949
+ if( full_url ) urls.push( decodeURIComponent(full_url) );
950
+ var short_url = $(this).data('copy-wpf-shurl');
951
+ if( short_url ) urls.push( decodeURIComponent(short_url) );
952
+ if(urls.length){
953
+ var label = '';
954
+ var html = '';
955
+ urls.forEach(function(url, i){
956
+ label = (urls.length === 2 && i === 1 ) ? wpforo_phrase('Short') : wpforo_phrase('Full');
957
+ html += '<div class="wpforo-copy-url-wrap">' +
958
+ '<div class="wpforo-copy-input">' +
959
+ '<div class="wpforo-copy-input-header">' +
960
+ '<label class="wpforo-copy-url-label">' +
961
+ '<i class="fas fa-link wpfsx"></i>' +
962
+ '<span class="wpforo-copy-url-label-txt">' + label + '</span>' +
963
+ '</label>' +
964
+ '</div>' +
965
+ '<div class="wpforo-copy-input-body">' +
966
+ '<input readonly class="wpforo-copy-url" type="text" value="' + url + '">' +
967
+ '</div>' +
968
+ '</div>' +
969
+ '<div class="wpforo-copied-txt"><span>' + wpforo_phrase('Copied') + '</span></div>' +
970
+ '</div>';
971
+ });
972
+ var title = wpforo_phrase('Share Urls');
973
+ wpforo_dialog_show(title, html, '40%', '260px');
974
+ }
975
+ });
976
+
977
+ $(document).on('click', '.wpforo-copy-url-wrap', function(){
978
+ var wrap = $(this);
979
+ var input = $('input.wpforo-copy-url', wrap);
980
+ if( input.length ){
981
+ input[0].select();
982
+ if( document.execCommand('copy') ){
983
+ wrap.addClass('wpforo-copy-animate');
984
+ setTimeout(function () {
985
+ wrap.removeClass('wpforo-copy-animate');
986
+ }, 1000);
987
+ }
988
+ }
989
+ });
990
+
991
  });
wpf-assets/js/widgets.js CHANGED
@@ -28,7 +28,7 @@ jQuery(document).ready(function ($) {
28
  });
29
 
30
  function wpforo_bell( wpf_alerts ){
31
- var wpf_alerts = parseInt(wpf_alerts);
32
  if( wpf_alerts > 0 ){
33
  var wpforo_bell = '';
34
  var wpf_tooltip = '';
@@ -49,6 +49,7 @@ function wpforo_bell( wpf_alerts ){
49
  jQuery('.wpf-widget-alerts').html(wpforo_bell);
50
  }
51
 
 
52
  function wpforo_check_notifications( wpforo_check_interval ) {
53
  jQuery.ajax({
54
  type: 'POST',
@@ -61,7 +62,7 @@ function wpforo_check_notifications( wpforo_check_interval ) {
61
  wpforo_bell( wpf_alerts );
62
  },
63
  complete: function() {
64
- var wpforo_check_notifications_timeout = setTimeout(wpforo_check_notifications, wpforo_check_interval, wpforo_check_interval);
65
  },
66
  error: function () {
67
  clearTimeout(wpforo_check_notifications_timeout);
28
  });
29
 
30
  function wpforo_bell( wpf_alerts ){
31
+ wpf_alerts = parseInt(wpf_alerts);
32
  if( wpf_alerts > 0 ){
33
  var wpforo_bell = '';
34
  var wpf_tooltip = '';
49
  jQuery('.wpf-widget-alerts').html(wpforo_bell);
50
  }
51
 
52
+ var wpforo_check_notifications_timeout;
53
  function wpforo_check_notifications( wpforo_check_interval ) {
54
  jQuery.ajax({
55
  type: 'POST',
62
  wpforo_bell( wpf_alerts );
63
  },
64
  complete: function() {
65
+ wpforo_check_notifications_timeout = setTimeout(wpforo_check_notifications, wpforo_check_interval, wpforo_check_interval);
66
  },
67
  error: function () {
68
  clearTimeout(wpforo_check_notifications_timeout);
wpf-includes/class-actions.php CHANGED
@@ -40,6 +40,10 @@ class wpForoAction {
40
  add_action( 'wpforo_action_sbscrbconfirm', array($this, 'subscription_confirmation') );
41
  add_action( 'wpforo_action_unsbscrb', array($this, 'subscription_delete') );
42
  add_action( 'wpforo_action_wpforo_subscribe_manager', array($this, 'subscribe_manager') );
 
 
 
 
43
  }else{
44
  add_action( 'wpforo_actions', array($this, 'check_dashboard_permissions'), 1 );
45
  add_action( 'wpforo_actions', array($this, 'repair_lost_main_shortcode_page') );
@@ -52,7 +56,6 @@ class wpForoAction {
52
  add_action( 'wpforo_action_wpforo_rebuild_threads', array($this, 'rebuild_threads') );
53
  add_action( 'wpforo_action_wpforo_reset_phrase_cache', array($this, 'reset_phrase_cache') );
54
  add_action( 'wpforo_action_wpforo_recrawl_phrases', array($this, 'recrawl_phrases') );
55
- add_action( 'wpforo_action_wpforo_reset_all_caches', array($this, 'reset_all_caches') );
56
 
57
  add_action( 'wpforo_action_wpforo_add_new_xml_translation', array($this, 'add_new_xml_translation') );
58
  add_action( 'wpforo_action_wpforo_dashboard_options_save', array($this, 'dashboard_options_save') );
@@ -106,6 +109,7 @@ class wpForoAction {
106
  add_action( 'wpforo_action_wpforo_theme_delete', array($this, 'theme_delete') );
107
  add_action( 'wpforo_action_wpforo_theme_reset', array($this, 'theme_reset') );
108
  }
 
109
  }
110
 
111
  /**
@@ -290,6 +294,20 @@ class wpForoAction {
290
  }
291
  }
292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  /**
294
  * set a notification read
295
  */
@@ -330,9 +348,12 @@ class wpForoAction {
330
  WPF()->member->reset($userid);
331
  if( WPF()->member->options['redirect_url_after_register'] ){
332
  $redirect_url = WPF()->member->options['redirect_url_after_register'];
 
 
333
  }else{
334
  $redirect_url = ( wpforo_feature('user-register-email-confirm') ? wpforo_home_url() : WPF()->member->get_profile_url( $userid, 'account' ) );
335
  }
 
336
  wp_redirect($redirect_url);
337
  exit();
338
  }
@@ -820,7 +841,8 @@ class wpForoAction {
820
  wpforo_clean_cache();
821
  WPF()->notice->add('Deleted Successfully!', 'success');
822
 
823
- wp_redirect(admin_url('admin.php?page=wpforo-community'));
 
824
  exit();
825
  }
826
 
@@ -894,19 +916,19 @@ class wpForoAction {
894
  update_option( 'wpforo_use_home_url', $wpforo_use_home_url );
895
 
896
  if ( isset( $_POST['wpforo_url'] ) && $permastruct = utf8_uri_encode( $_POST['wpforo_url'] ) ) {
897
- $permastruct = preg_replace( '#^/?index\.php/?#isu', '', $permastruct );
898
- $permastruct = trim( $permastruct, '/' );
 
 
 
 
 
 
899
 
900
- if ( update_option( 'wpforo_url', esc_url( home_url( $permastruct ) ) )
901
- && update_option( 'wpforo_permastruct', $permastruct ) ) {
902
- WPF()->notice->add( 'Forum Base URL successfully updated', 'success' );
903
- } else {
904
- WPF()->notice->add( 'Successfully updated', 'success' );
905
  }
906
-
907
- WPF()->permastruct = $permastruct;
908
- flush_rewrite_rules( false );
909
- nocache_headers();
910
  }
911
 
912
  if ( $wpforo_use_home_url == 0 && ! isset( $_POST['wpforo_url'] ) ) {
@@ -1815,6 +1837,13 @@ class wpForoAction {
1815
  exit();
1816
  }
1817
 
 
 
 
 
 
 
 
1818
  $u_action = $this->get_current_bulk_action();
1819
  if( in_array($u_action, array('ban', 'unban')) && !WPF()->perm->usergroup_can('bm') ){
1820
  WPF()->notice->add('Permission denied', 'error');
@@ -1845,6 +1874,13 @@ class wpForoAction {
1845
  }
1846
 
1847
  }
 
 
 
 
 
 
 
1848
  }
1849
  wpforo_clean_cache('user');
1850
 
@@ -2133,4 +2169,18 @@ class wpForoAction {
2133
  wp_redirect( admin_url( 'admin.php?page=wpforo-themes' ) );
2134
  exit();
2135
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2136
  }
40
  add_action( 'wpforo_action_sbscrbconfirm', array($this, 'subscription_confirmation') );
41
  add_action( 'wpforo_action_unsbscrb', array($this, 'subscription_delete') );
42
  add_action( 'wpforo_action_wpforo_subscribe_manager', array($this, 'subscribe_manager') );
43
+
44
+ ## ajax actions ##
45
+ add_action( 'wp_ajax_wpforo_dissmiss_recaptcha_note', array($this, 'dissmiss_recaptcha_note') );
46
+ add_action( 'wp_ajax_wpforo_acp_toggle', array($this, 'acp_toggle') );
47
  }else{
48
  add_action( 'wpforo_actions', array($this, 'check_dashboard_permissions'), 1 );
49
  add_action( 'wpforo_actions', array($this, 'repair_lost_main_shortcode_page') );
56
  add_action( 'wpforo_action_wpforo_rebuild_threads', array($this, 'rebuild_threads') );
57
  add_action( 'wpforo_action_wpforo_reset_phrase_cache', array($this, 'reset_phrase_cache') );
58
  add_action( 'wpforo_action_wpforo_recrawl_phrases', array($this, 'recrawl_phrases') );
 
59
 
60
  add_action( 'wpforo_action_wpforo_add_new_xml_translation', array($this, 'add_new_xml_translation') );
61
  add_action( 'wpforo_action_wpforo_dashboard_options_save', array($this, 'dashboard_options_save') );
109
  add_action( 'wpforo_action_wpforo_theme_delete', array($this, 'theme_delete') );
110
  add_action( 'wpforo_action_wpforo_theme_reset', array($this, 'theme_reset') );
111
  }
112
+ add_action( 'wpforo_action_wpforo_reset_all_caches', array($this, 'reset_all_caches') );
113
  }
114
 
115
  /**
294
  }
295
  }
296
 
297
+ /**
298
+ * Open/Close Frontend Admin CPanel
299
+ */
300
+ public function acp_toggle() {
301
+ $toggle_status = wpfval($_POST, 'toggle_status');
302
+ if( in_array($toggle_status, array('open','close')) ){
303
+ update_user_meta(WPF()->current_userid, 'wpf-acp-toggle', $toggle_status);
304
+ echo 1;
305
+ }else{
306
+ echo 0;
307
+ }
308
+ exit();
309
+ }
310
+
311
  /**
312
  * set a notification read
313
  */
348
  WPF()->member->reset($userid);
349
  if( WPF()->member->options['redirect_url_after_register'] ){
350
  $redirect_url = WPF()->member->options['redirect_url_after_register'];
351
+ }elseif( is_wpforo_url() ){
352
+ $redirect_url = preg_replace('#\?.*$#is', '', wpforo_get_request_uri());
353
  }else{
354
  $redirect_url = ( wpforo_feature('user-register-email-confirm') ? wpforo_home_url() : WPF()->member->get_profile_url( $userid, 'account' ) );
355
  }
356
+
357
  wp_redirect($redirect_url);
358
  exit();
359
  }
841
  wpforo_clean_cache();
842
  WPF()->notice->add('Deleted Successfully!', 'success');
843
 
844
+ $redirect = ( is_admin() ) ? admin_url('admin.php?page=wpforo-community') : wpforo_home_url();
845
+ wp_redirect( $redirect );
846
  exit();
847
  }
848
 
916
  update_option( 'wpforo_use_home_url', $wpforo_use_home_url );
917
 
918
  if ( isset( $_POST['wpforo_url'] ) && $permastruct = utf8_uri_encode( $_POST['wpforo_url'] ) ) {
919
+ $permastruct = preg_replace( '#^/?index\.php/?#isu', '', trim($permastruct) );
920
+ if( $permastruct = trim( $permastruct, '/' ) ){
921
+ if ( update_option( 'wpforo_url', esc_url( home_url( $permastruct ) ) )
922
+ && update_option( 'wpforo_permastruct', $permastruct ) ) {
923
+ WPF()->notice->add( 'Forum Base URL successfully updated', 'success' );
924
+ } else {
925
+ WPF()->notice->add( 'Successfully updated', 'success' );
926
+ }
927
 
928
+ WPF()->permastruct = $permastruct;
929
+ flush_rewrite_rules( false );
930
+ nocache_headers();
 
 
931
  }
 
 
 
 
932
  }
933
 
934
  if ( $wpforo_use_home_url == 0 && ! isset( $_POST['wpforo_url'] ) ) {
1837
  exit();
1838
  }
1839
 
1840
+ $new_groupid = -1;
1841
+ if( !empty($_GET['new_groupid']) && $_GET['new_groupid'] !== '-1' ){
1842
+ $new_groupid = intval($_GET['new_groupid']);
1843
+ }elseif( !empty($_GET['new_groupid2']) && $_GET['new_groupid2'] !== '-1' ){
1844
+ $new_groupid = intval($_GET['new_groupid2']);
1845
+ }
1846
+
1847
  $u_action = $this->get_current_bulk_action();
1848
  if( in_array($u_action, array('ban', 'unban')) && !WPF()->perm->usergroup_can('bm') ){
1849
  WPF()->notice->add('Permission denied', 'error');
1874
  }
1875
 
1876
  }
1877
+ }elseif( !$u_action && wpfkey($_GET, 'change_group') ){
1878
+ if( !empty($userids) && $new_groupid !== -1 ){
1879
+ $status = WPF()->usergroup->set_users_groupid(array($new_groupid => $userids));
1880
+ if( $status['success'] ) WPF()->notice->add('Usergroup is successfully changed for selected users', 'success');
1881
+ }else{
1882
+ WPF()->notice->add('Please select users and usergroup', 'error');
1883
+ }
1884
  }
1885
  wpforo_clean_cache('user');
1886
 
2169
  wp_redirect( admin_url( 'admin.php?page=wpforo-themes' ) );
2170
  exit();
2171
  }
2172
+
2173
+ /**
2174
+ * dissmiss the recaptcha not configured notification for admins
2175
+ */
2176
+ public function dissmiss_recaptcha_note() {
2177
+ if( wpfval($_POST, 'backend') ){
2178
+ WPF()->dissmissed['recaptcha_backend_note'] = 1;
2179
+ }else{
2180
+ WPF()->dissmissed['recaptcha_note'] = 1;
2181
+ }
2182
+ $response = update_option('wpforo_dissmissed', WPF()->dissmissed);
2183
+ echo intval($response);
2184
+ exit();
2185
+ }
2186
  }
wpf-includes/class-activity.php CHANGED
@@ -70,7 +70,21 @@ class wpForoActivity
70
  'description' => wpforo_phrase('New down vote from %1$s, %2$s', false),
71
  'before' => '<li class="wpf-new_down_vote">',
72
  'after' => '</li>',
73
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  );
75
 
76
  $this->actions = apply_filters('wpforo_register_actions', $this->actions );
@@ -252,16 +266,16 @@ class wpForoActivity
252
  if (!empty($args['userids_exclude'])) $wheres[] = "`userid` NOT IN(" . implode(',', array_map('wpforo_bigintval', $args['userids_exclude'])) . ")";
253
 
254
  if (!empty($args['types_include'])) $wheres[] = "`type` IN('" . implode("','", array_map('trim', $args['types_include'])) . "')";
255
- if (!empty($args['types_exclude'])) $wheres[] = "`type` IN('" . implode("','", array_map('trim', $args['types_exclude'])) . "')";
256
 
257
  if (!empty($args['itemids_include'])) $wheres[] = "`itemid` IN(" . implode(',', array_map('wpforo_bigintval', $args['itemids_include'])) . ")";
258
  if (!empty($args['itemids_exclude'])) $wheres[] = "`itemid` NOT IN(" . implode(',', array_map('wpforo_bigintval', $args['itemids_exclude'])) . ")";
259
 
260
  if (!empty($args['itemtypes_include'])) $wheres[] = "`itemtype` IN('" . implode("','", array_map('trim', $args['itemtypes_include'])) . "')";
261
- if (!empty($args['itemtypes_exclude'])) $wheres[] = "`itemtype` IN('" . implode("','", array_map('trim', $args['itemtypes_exclude'])) . "')";
262
 
263
  if (!empty($args['emails_include'])) $wheres[] = "`email` IN('" . implode("','", array_map('trim', $args['emails_include'])) . "')";
264
- if (!empty($args['emails_exclude'])) $wheres[] = "`email` IN('" . implode("','", array_map('trim', $args['emails_exclude'])) . "')";
265
 
266
  $sql = "SELECT * FROM " . WPF()->tables->activity;
267
  if ($wheres) $sql .= " WHERE " . implode(" AND ", $wheres);
@@ -320,7 +334,7 @@ class wpForoActivity
320
  }
321
 
322
  public function after_add_post($post, $topic){
323
- $this->add_notification('new_reply', $post, $topic );
324
  }
325
 
326
  private function add($data)
@@ -436,6 +450,8 @@ class wpForoActivity
436
  }
437
 
438
  public function bell( $class = 'wpf-alerts' ){
 
 
439
  $class = ( !$class ) ? 'wpf-alerts' : $class;
440
  $count = ( !empty( $this->notifications ) ) ? count( (array) $this->notifications ) : 0;
441
  $phrase = ( $count > 1 ) ? wpforo_phrase('You have new notifications', false) : wpforo_phrase('You have a new notification', false);
@@ -467,7 +483,7 @@ class wpForoActivity
467
  </div>
468
  <?php if(!empty( $this->notifications )): ?>
469
  <div class="wpf-notification-actions">
470
- <a href="<?php echo wp_nonce_url( '?foro=nclear', 'wpforo_clear_notifications', 'foro_n' ) ?>"><?php wpforo_phrase('Clear all') ?></a>
471
  </div>
472
  <?php endif; ?>
473
  </div>
@@ -480,8 +496,8 @@ class wpForoActivity
480
  if ( ! empty( $this->notifications ) && is_array( $this->notifications ) ){
481
  $list_html .= '<ul>';
482
  foreach ( $this->notifications as $key => $n ) {
483
- if ( isset( $n['type'] ) && wpfval( $this->actions, $n['type'] ) ) {
484
- $html = $this->actions[ $n['type'] ];
485
  $items[ $n['id'] ] = $html['before'];
486
  if ( wpfval( $n, 'itemid_second' ) ) {
487
  $member = wpforo_member( $n['itemid_second'] );
@@ -521,41 +537,21 @@ class wpForoActivity
521
 
522
  public function get_notifications(){
523
  $args = array( 'itemtype' => 'alert', 'userid' => WPF()->current_userid, 'row_count' => 100 );
524
- $activities = $this->get_activities($args);
525
- return $activities;
526
  }
527
 
528
- public function add_notification( $type, $post, $topic = array() ){
529
- if( $type == 'new_reply' && !wpfval($post, 'status') ){
530
  $replied_post = wpforo_post( $post['parentid'] );
531
  // Notify replied person
532
- if( wpfval($post, 'parentid') ){
533
- if( !empty($replied_post) && $replied_post['userid'] != $post['userid'] ){
534
- $notification = array(
535
- 'type' => 'new_reply',
536
- 'itemid' => $post['postid'],
537
- 'itemtype' => 'alert',
538
- 'itemid_second' => $post['userid'],
539
- 'userid' => $replied_post['userid'],
540
- 'name' => $post['name'],
541
- 'email' => $post['email'],
542
- 'content' => $post['title'],
543
- 'permalink' => $post['posturl'],
544
- 'new' => 1
545
- );
546
- $this->add( $notification );
547
- }
548
- }
549
- // Notify the topic author
550
- if( !empty($topic)
551
- && $topic['userid'] != $post['userid']
552
- && !(!empty($replied_post) && $topic['userid'] == $replied_post['userid']) ){
553
  $notification = array(
554
- 'type' => 'new_reply',
555
  'itemid' => $post['postid'],
556
  'itemtype' => 'alert',
557
  'itemid_second' => $post['userid'],
558
- 'userid' => $topic['userid'],
559
  'name' => $post['name'],
560
  'email' => $post['email'],
561
  'content' => $post['title'],
@@ -564,20 +560,20 @@ class wpForoActivity
564
  );
565
  $this->add( $notification );
566
  }
567
- } else {
568
- // Other types of notification
569
- if( $post['userid'] != WPF()->current_userid ){
570
- $length = apply_filters( 'wpforo_notification_saved_description_length', 50 );
571
  $notification = array(
572
  'type' => $type,
573
  'itemid' => $post['postid'],
574
  'itemtype' => 'alert',
575
- 'itemid_second' => WPF()->current_userid,
576
- 'userid' => $post['userid'],
577
- 'name' => WPF()->current_user_display_name,
578
- 'email' => WPF()->current_user_email,
579
- 'content' => wpforo_text( $post['body'], $length, false),
580
- 'permalink' => WPF()->post->get_post_url($post['postid']),
581
  'new' => 1
582
  );
583
  $this->add( $notification );
@@ -585,8 +581,35 @@ class wpForoActivity
585
  }
586
  }
587
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  public function after_like( $post ){
589
- $this->add_notification( 'new_like', $post );
 
 
 
 
 
 
 
 
590
  }
591
 
592
  public function after_dislike( $post ){
@@ -600,26 +623,39 @@ class wpForoActivity
600
  }
601
 
602
  public function after_vote( $reaction, $post ){
603
- if( $reaction == 1 ) {
604
- $this->add_notification( 'new_up_vote', $post );
605
- $args = array(
606
- 'type' => 'new_down_vote',
607
- 'itemid' => $post['postid'],
608
- 'itemtype' => 'alert',
609
- 'itemid_second' => WPF()->current_userid
610
- );
611
- $this->delete_notification( $args );
612
- }
613
- if( $reaction == -1 ) {
614
- $this->add_notification( 'new_down_vote', $post );
615
- $args = array(
616
- 'type' => 'new_up_vote',
617
- 'itemid' => $post['postid'],
618
- 'itemtype' => 'alert',
619
- 'itemid_second' => WPF()->current_userid
620
- );
621
- $this->delete_notification( $args );
622
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
623
  }
624
 
625
  public function delete_notification( $args ){
@@ -631,19 +667,19 @@ class wpForoActivity
631
  $post = WPF()->post->get_post($postid);
632
  $post['status'] = $status;
633
  $post['posturl'] = WPF()->post->get_post_url($postid);
634
- }
635
- if( wpfval($post,'topicid') ) {
636
- $topic = WPF()->topic->get_topic($post['topicid']);
637
- if( $status ){
638
- $args = array(
639
- 'type' => 'new_reply',
640
- 'itemid' => $post['postid'],
641
- 'itemtype' => 'alert'
642
- );
643
- $this->delete_notification( $args );
644
- } else{
645
- $this->add_notification( 'new_reply', $post, $topic );
646
- }
647
  }
648
  }
649
 
70
  'description' => wpforo_phrase('New down vote from %1$s, %2$s', false),
71
  'before' => '<li class="wpf-new_down_vote">',
72
  'after' => '</li>',
73
+ ),
74
+ 'new_mention' => array(
75
+ 'title' => wpforo_phrase('New User Mentioning', false),
76
+ 'icon' => '<i class="fas fa-at"></i>',
77
+ 'description' => wpforo_phrase('%1$s has mentioned you, %2$s', false),
78
+ 'before' => '<li class="wpf-new_mention">',
79
+ 'after' => '</li>',
80
+ ),
81
+ 'default' => array(
82
+ 'title' => wpforo_phrase('New Notification', false),
83
+ 'icon' => '<i class="fas fa-bell"></i>',
84
+ 'description' => wpforo_phrase('New notification from %1$s, %2$s', false),
85
+ 'before' => '<li class="wpf-new_note">',
86
+ 'after' => '</li>',
87
+ ),
88
  );
89
 
90
  $this->actions = apply_filters('wpforo_register_actions', $this->actions );
266
  if (!empty($args['userids_exclude'])) $wheres[] = "`userid` NOT IN(" . implode(',', array_map('wpforo_bigintval', $args['userids_exclude'])) . ")";
267
 
268
  if (!empty($args['types_include'])) $wheres[] = "`type` IN('" . implode("','", array_map('trim', $args['types_include'])) . "')";
269
+ if (!empty($args['types_exclude'])) $wheres[] = "`type` NOT IN('" . implode("','", array_map('trim', $args['types_exclude'])) . "')";
270
 
271
  if (!empty($args['itemids_include'])) $wheres[] = "`itemid` IN(" . implode(',', array_map('wpforo_bigintval', $args['itemids_include'])) . ")";
272
  if (!empty($args['itemids_exclude'])) $wheres[] = "`itemid` NOT IN(" . implode(',', array_map('wpforo_bigintval', $args['itemids_exclude'])) . ")";
273
 
274
  if (!empty($args['itemtypes_include'])) $wheres[] = "`itemtype` IN('" . implode("','", array_map('trim', $args['itemtypes_include'])) . "')";
275
+ if (!empty($args['itemtypes_exclude'])) $wheres[] = "`itemtype` NOT IN('" . implode("','", array_map('trim', $args['itemtypes_exclude'])) . "')";
276
 
277
  if (!empty($args['emails_include'])) $wheres[] = "`email` IN('" . implode("','", array_map('trim', $args['emails_include'])) . "')";
278
+ if (!empty($args['emails_exclude'])) $wheres[] = "`email` NOT IN('" . implode("','", array_map('trim', $args['emails_exclude'])) . "')";
279
 
280
  $sql = "SELECT * FROM " . WPF()->tables->activity;
281
  if ($wheres) $sql .= " WHERE " . implode(" AND ", $wheres);
334
  }
335
 
336
  public function after_add_post($post, $topic){
337
+ $this->add_notification_new_reply('new_reply', $post, $topic );
338
  }
339
 
340
  private function add($data)
450
  }
451
 
452
  public function bell( $class = 'wpf-alerts' ){
453
+ wp_enqueue_script('wpforo-widgets-js');
454
+
455
  $class = ( !$class ) ? 'wpf-alerts' : $class;
456
  $count = ( !empty( $this->notifications ) ) ? count( (array) $this->notifications ) : 0;
457
  $phrase = ( $count > 1 ) ? wpforo_phrase('You have new notifications', false) : wpforo_phrase('You have a new notification', false);
483
  </div>
484
  <?php if(!empty( $this->notifications )): ?>
485
  <div class="wpf-notification-actions">
486
+ <a href="<?php echo wp_nonce_url( wpforo_home_url('?foro=nclear'), 'wpforo_clear_notifications', 'foro_n' ) ?>"><?php wpforo_phrase('Clear all') ?></a>
487
  </div>
488
  <?php endif; ?>
489
  </div>
496
  if ( ! empty( $this->notifications ) && is_array( $this->notifications ) ){
497
  $list_html .= '<ul>';
498
  foreach ( $this->notifications as $key => $n ) {
499
+ if( $type = wpfval( $n, 'type' ) ) {
500
+ $html = wpfval($this->actions, $type) ? $this->actions[$type] : $this->actions['default'];
501
  $items[ $n['id'] ] = $html['before'];
502
  if ( wpfval( $n, 'itemid_second' ) ) {
503
  $member = wpforo_member( $n['itemid_second'] );
537
 
538
  public function get_notifications(){
539
  $args = array( 'itemtype' => 'alert', 'userid' => WPF()->current_userid, 'row_count' => 100 );
540
+ $args = apply_filters( 'wpforo_get_notifications_args', $args );
541
+ return $this->get_activities($args);
542
  }
543
 
544
+ public function add_notification_new_reply( $type, $post, $topic = array() ){
545
+ if( !wpfval($post, 'status') ){
546
  $replied_post = wpforo_post( $post['parentid'] );
547
  // Notify replied person
548
+ if( !empty($replied_post) && wpfval($replied_post, 'userid') != wpfval($post, 'userid') ){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  $notification = array(
550
+ 'type' => $type,
551
  'itemid' => $post['postid'],
552
  'itemtype' => 'alert',
553
  'itemid_second' => $post['userid'],
554
+ 'userid' => $replied_post['userid'],
555
  'name' => $post['name'],
556
  'email' => $post['email'],
557
  'content' => $post['title'],
560
  );
561
  $this->add( $notification );
562
  }
563
+ // Notify the topic author
564
+ if( !empty($topic)
565
+ && $topic['userid'] != $post['userid']
566
+ && !(!empty($replied_post) && $topic['userid'] == $replied_post['userid']) ){
567
  $notification = array(
568
  'type' => $type,
569
  'itemid' => $post['postid'],
570
  'itemtype' => 'alert',
571
+ 'itemid_second' => $post['userid'],
572
+ 'userid' => $topic['userid'],
573
+ 'name' => $post['name'],
574
+ 'email' => $post['email'],
575
+ 'content' => $post['title'],
576
+ 'permalink' => $post['posturl'],
577
  'new' => 1
578
  );
579
  $this->add( $notification );
581
  }
582
  }
583
 
584
+ public function add_notification($type, $args){
585
+ if( $args['userid'] != WPF()->current_userid ){
586
+ $length = apply_filters( 'wpforo_notification_saved_description_length', 50 );
587
+ $notification = array(
588
+ 'type' => $type,
589
+ 'itemid' => $args['itemid'],
590
+ 'itemtype' => 'alert',
591
+ 'itemid_second' => WPF()->current_userid,
592
+ 'userid' => $args['userid'],
593
+ 'name' => WPF()->current_user_display_name,
594
+ 'email' => WPF()->current_user_email,
595
+ 'content' => wpforo_text( $args['content'], $length, false),
596
+ 'permalink' => (wpfval($args, 'permalink') ? $args['permalink'] : '#'),
597
+ 'new' => 1
598
+ );
599
+ $this->add( $notification );
600
+ }
601
+ }
602
+
603
  public function after_like( $post ){
604
+ if( $post ){
605
+ $args = array(
606
+ 'itemid' => $post['postid'],
607
+ 'userid' => $post['userid'],
608
+ 'content' => $post['body'],
609
+ 'permalink' => WPF()->post->get_post_url($post['postid'])
610
+ );
611
+ $this->add_notification( 'new_like', $args );
612
+ }
613
  }
614
 
615
  public function after_dislike( $post ){
623
  }
624
 
625
  public function after_vote( $reaction, $post ){
626
+ if( $post ){
627
+ if( $reaction == 1 ) {
628
+ $args = array(
629
+ 'itemid' => $post['postid'],
630
+ 'userid' => $post['userid'],
631
+ 'content' => $post['body'],
632
+ 'permalink' => WPF()->post->get_post_url($post['postid'])
633
+ );
634
+ $this->add_notification( 'new_up_vote', $args );
635
+ $args = array(
636
+ 'type' => 'new_down_vote',
637
+ 'itemid' => $post['postid'],
638
+ 'itemtype' => 'alert',
639
+ 'itemid_second' => WPF()->current_userid
640
+ );
641
+ $this->delete_notification( $args );
642
+ }elseif( $reaction == -1 ) {
643
+ $args = array(
644
+ 'itemid' => $post['postid'],
645
+ 'userid' => $post['userid'],
646
+ 'content' => $post['body'],
647
+ 'permalink' => WPF()->post->get_post_url($post['postid'])
648
+ );
649
+ $this->add_notification( 'new_down_vote', $args );
650
+ $args = array(
651
+ 'type' => 'new_up_vote',
652
+ 'itemid' => $post['postid'],
653
+ 'itemtype' => 'alert',
654
+ 'itemid_second' => WPF()->current_userid
655
+ );
656
+ $this->delete_notification( $args );
657
+ }
658
+ }
659
  }
660
 
661
  public function delete_notification( $args ){
667
  $post = WPF()->post->get_post($postid);
668
  $post['status'] = $status;
669
  $post['posturl'] = WPF()->post->get_post_url($postid);
670
+ if( wpfval($post,'topicid') ) {
671
+ $topic = WPF()->topic->get_topic($post['topicid']);
672
+ if( $status ){
673
+ $args = array(
674
+ 'type' => 'new_reply',
675
+ 'itemid' => $post['postid'],
676
+ 'itemtype' => 'alert'
677
+ );
678
+ $this->delete_notification( $args );
679
+ }else{
680
+ $this->add_notification_new_reply( 'new_reply', $post, $topic );
681
+ }
682
+ }
683
  }
684
  }
685
 
wpf-includes/class-api.php CHANGED
@@ -35,12 +35,12 @@ class wpForoAPI{
35
  'fb_redirect' => 'profile',
36
  'fb_redirect_url' => '',
37
  'tw_load_wjs' => 1,
38
- 'gg_load_js' => 1,
39
  'vk_load_js' => 1,
40
  'ok_load_js' => 1,
41
  'sb_on' => 1,
42
- 'sb_toggle_on' => 1,
43
- 'sb' => array('fb' => 1, 'tw' => 1, 'gg' => 1, 'vk' => 0, 'ok' => 0),
44
  'sb_icon' => 'mixed',
45
  'sb_type' => 'icon',
46
  'sb_style' => 'grey',
@@ -89,9 +89,6 @@ class wpForoAPI{
89
  if( $this->options['tw_load_wjs'] && wpfval($this->options, 'sb', 'tw') ){
90
  add_action('wpforo_top_hook', array($this, 'tw_wjs'), 11);
91
  }
92
- if( $this->options['gg_load_js'] && wpfval($this->options, 'sb', 'gg') ){
93
- add_action('wpforo_top_hook', array($this, 'gg_js'), 12);
94
- }
95
  if( $this->options['vk_load_js'] && wpfval($this->options, 'sb', 'vk') ){
96
  add_action('wpforo_top_hook', array($this, 'vk_js'), 13);
97
  }
@@ -182,9 +179,6 @@ class wpForoAPI{
182
  return $this->locale_iso;
183
  }
184
  }
185
- elseif( $api == 'gg' ){
186
- return $wplocal_iso;
187
- }
188
  elseif( $api == 'vk' ){
189
  return $wplocal_iso;
190
  }
@@ -400,39 +394,39 @@ class wpForoAPI{
400
  }
401
  }
402
 
403
- public function gg_js(){
 
 
 
 
404
  ?>
405
- <script src="https://apis.google.com/js/platform.js" async defer></script>
406
  <?php
407
  }
408
 
409
- public function gg_share_button( $url = '', $type = 'custom', $text = '' ){
410
- if( !wpfval($this->options, 'sb', 'gg') ) return;
411
- $url = ( $url ) ? $url : WPF()->current_url;
412
- $text = ( $text ) ? $text : wpfval(WPF()->current_object,'og_text');
413
- if( $type == 'custom' ){ ?>
414
- <a class="wpforo-share-button wpf-gg" href="//plus.google.com/share?app=110&amp;url=<?php echo urlencode($url) ?>" target="_blank" onclick="window.open(this.href,'','scrollbars=1,resizable=1,width=400,height=620');return false;" title="<?php wpforo_phrase('Share to Google+'); ?>">
415
- <?php if( $this->options['sb_icon'] == 'figure' ): ?>
416
- <i class="fab fa-google-plus-g" aria-hidden="true"></i>
417
- <?php elseif( $this->options['sb_icon'] == 'square' ): ?>
418
- <i class="fab fa-google-plus-square" aria-hidden="true"></i>
419
- <?php else: ?>
420
- <i class="fab fa-google-plus" aria-hidden="true"></i>
421
- <?php endif; ?>
422
  </a>
423
  <?php
424
  }
425
  else{ ?>
426
- <div class="wpf-sbw wpf-sbw-gg">
427
  <?php if($this->options['sb_type'] == 'button_count'): ?>
428
- <div class="g-plus" data-action="share" data-annotation="bubble"></div>
429
  <?php elseif($this->options['sb_type'] == 'button'): ?>
430
- <a class="wpf-sb-button wpf-gg" href="//plus.google.com/share?app=110&amp;url=<?php echo urlencode($url) ?>" target="_blank" onclick="window.open(this.href,'','scrollbars=1,resizable=1,width=400,height=620');return false;">
431
- <i class="fab fa-google-plus-g" aria-hidden="true"></i> <span><?php echo wpforo_phrase('Share') ?></span>
432
  </a>
433
  <?php else: ?>
434
- <a class="wpf-sb-button wpf-sb-icon wpf-gg" href="//plus.google.com/share?app=110&amp;url=<?php echo urlencode($url) ?>" target="_blank" onclick="window.open(this.href,'','scrollbars=1,resizable=1,width=400,height=620');return false;">
435
- <i class="fab fa-google-plus-g" aria-hidden="true"></i>
436
  </a>
437
  <?php endif; ?>
438
  </div>
@@ -440,15 +434,39 @@ class wpForoAPI{
440
  }
441
  }
442
 
443
- public function vk_js(){
444
- ?>
445
- <script type="text/javascript" src="https://vk.com/js/api/share.js?95" charset="windows-1251"></script>
446
- <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  }
448
 
449
  public function vk_share_button( $url = '', $type = 'custom', $text = '' ){
450
  if( !wpfval($this->options, 'sb', 'vk') ) return;
451
- $url = ( $url ) ? $url : WPF()->current_url;
452
  $text = ( $text ) ? $text : wpfval(WPF()->current_object,'og_text');
453
  $text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 500, false) );
454
  if( $type == 'custom' ){ ?>
@@ -522,7 +540,8 @@ class wpForoAPI{
522
  public function share_toggle( $url = '', $text = '', $type = 'custom' ){
523
  WPF()->api->fb_share_button($url, $type, $text);
524
  WPF()->api->tw_share_button($url, $type, $text);
525
- WPF()->api->gg_share_button($url, $type, $text);
 
526
  WPF()->api->vk_share_button($url, $type, $text);
527
  WPF()->api->ok_share_button($url, $type, $text);
528
  }
@@ -530,7 +549,8 @@ class wpForoAPI{
530
  public function share_buttons( $url = '', $type = 'default', $text = '' ){
531
  WPF()->api->fb_share_button($url, $type, $text);
532
  WPF()->api->tw_share_button($url, $type, $text);
533
- WPF()->api->gg_share_button($url, $type, $text);
 
534
  WPF()->api->vk_share_button($url, $type, $text);
535
  WPF()->api->ok_share_button($url, $type, $text);
536
  }
35
  'fb_redirect' => 'profile',
36
  'fb_redirect_url' => '',
37
  'tw_load_wjs' => 1,
38
+ 'gg_load_js' => 0,
39
  'vk_load_js' => 1,
40
  'ok_load_js' => 1,
41
  'sb_on' => 1,
42
+ 'sb_toggle_on' => 0,
43
+ 'sb' => array('fb' => 1, 'tw' => 1, 'wapp' => 1, 'lin' => 0, 'vk' => 0, 'ok' => 0, 'gg' => 0),
44
  'sb_icon' => 'mixed',
45
  'sb_type' => 'icon',
46
  'sb_style' => 'grey',
89
  if( $this->options['tw_load_wjs'] && wpfval($this->options, 'sb', 'tw') ){
90
  add_action('wpforo_top_hook', array($this, 'tw_wjs'), 11);
91
  }
 
 
 
92
  if( $this->options['vk_load_js'] && wpfval($this->options, 'sb', 'vk') ){
93
  add_action('wpforo_top_hook', array($this, 'vk_js'), 13);
94
  }
179
  return $this->locale_iso;
180
  }
181
  }
 
 
 
182
  elseif( $api == 'vk' ){
183
  return $wplocal_iso;
184
  }
394
  }
395
  }
396
 
397
+ public function gg_share_button( $url = '', $type = 'custom', $text = '' ){return '';}
398
+
399
+ public function gg_js(){}
400
+
401
+ public function vk_js(){
402
  ?>
403
+ <script type="text/javascript" src="https://vk.com/js/api/share.js?95" charset="windows-1251"></script>
404
  <?php
405
  }
406
 
407
+ public function wapp_share_button( $url = '', $type = 'custom', $text = '' ){
408
+ if( !wpfval($this->options, 'sb', 'wapp') ) return;
409
+ $url = ( $url ) ? $url : WPF()->current_url;
410
+ $domain = ( wp_is_mobile() ) ? 'https://api.whatsapp.com' : 'https://web.whatsapp.com';
411
+ $text = ( $text ) ? $text : ( wpfval(WPF()->current_object,'og_text') ? WPF()->current_object['og_text'] : WPF()->general_options['title'] );
412
+ $text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 100, false) ) . ' URL: ' . $url;
413
+ if( $type == 'custom' ){ ?>
414
+ <a class="wpforo-share-button wpf-wapp" href="<?php echo $domain ?>/send?text=<?php echo $text ?>" title="<?php wpforo_phrase('Share to WhatsApp'); ?>" target="_blank" data-action="share/whatsapp/share">
415
+ <i class="fab fa-whatsapp" aria-hidden="true"></i>
 
 
 
 
416
  </a>
417
  <?php
418
  }
419
  else{ ?>
420
+ <div class="wpf-sbw wpf-sbw-wapp">
421
  <?php if($this->options['sb_type'] == 'button_count'): ?>
422
+ <!-- WhatsApp is not available -->
423
  <?php elseif($this->options['sb_type'] == 'button'): ?>
424
+ <a class="wpf-sb-button wpf-wapp" href="<?php echo $domain ?>/send?text=<?php echo $text ?>" target="_blank" data-action="share/whatsapp/share">
425
+ <i class="fab fa-whatsapp" aria-hidden="true"></i> <span><?php echo wpforo_phrase('Share') ?></span>
426
  </a>
427
  <?php else: ?>
428
+ <a class="wpf-sb-button wpf-sb-icon wpf-wapp" href="<?php echo $domain ?>/send?text=<?php echo $text ?>" target="_blank" data-action="share/whatsapp/share">
429
+ <i class="fab fa-whatsapp" aria-hidden="true"></i>
430
  </a>
431
  <?php endif; ?>
432
  </div>
434
  }
435
  }
436
 
437
+ public function lin_share_button( $url = '', $type = 'custom', $text = '' ){
438
+ if( !wpfval($this->options, 'sb', 'lin') ) return;
439
+ $url = ( $url ) ? $url : WPF()->current_url;
440
+ $title = wpfval(WPF()->current_object,'topic', 'title');
441
+ $text = ( $text ) ? $text : ( wpfval(WPF()->current_object,'og_text') ? WPF()->current_object['og_text'] : WPF()->general_options['title'] );
442
+ $text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 500, false) );
443
+ if( $type == 'custom' ){ ?>
444
+ <a class="wpforo-share-button wpf-lin" href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode($url) ?>&title=<?php echo urlencode($title) ?>&summary=<?php echo $text ?>" title="<?php wpforo_phrase('Share to LinkedIn'); ?>" target="_blank">
445
+ <i class="fab fa-linkedin-in" aria-hidden="true"></i>
446
+ </a>
447
+ <?php
448
+ }
449
+ else{ ?>
450
+ <div class="wpf-sbw wpf-sbw-lin">
451
+ <?php if($this->options['sb_type'] == 'button_count'): ?>
452
+ <!-- LinkedIn is not available -->
453
+ <?php elseif($this->options['sb_type'] == 'button'): ?>
454
+ <a class="wpf-sb-button wpf-lin" href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode($url) ?>&title=<?php echo urlencode($title) ?>&summary=<?php echo $text ?>" target="_blank">
455
+ <i class="fab fa-linkedin-in" aria-hidden="true"></i> <span><?php echo wpforo_phrase('Share') ?></span>
456
+ </a>
457
+ <?php else: ?>
458
+ <a class="wpf-sb-button wpf-sb-icon wpf-lin" href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode($url) ?>&title=<?php echo urlencode($title) ?>&summary=<?php echo $text ?>" target="_blank">
459
+ <i class="fab fa-linkedin-in" aria-hidden="true"></i>
460
+ </a>
461
+ <?php endif; ?>
462
+ </div>
463
+ <?php
464
+ }
465
  }
466
 
467
  public function vk_share_button( $url = '', $type = 'custom', $text = '' ){
468
  if( !wpfval($this->options, 'sb', 'vk') ) return;
469
+ $url = ( $url ) ? $url : WPF()->current_url;
470
  $text = ( $text ) ? $text : wpfval(WPF()->current_object,'og_text');
471
  $text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 500, false) );
472
  if( $type == 'custom' ){ ?>
540
  public function share_toggle( $url = '', $text = '', $type = 'custom' ){
541
  WPF()->api->fb_share_button($url, $type, $text);
542
  WPF()->api->tw_share_button($url, $type, $text);
543
+ WPF()->api->wapp_share_button($url, $type, $text);
544
+ WPF()->api->lin_share_button($url, $type, $text);
545
  WPF()->api->vk_share_button($url, $type, $text);
546
  WPF()->api->ok_share_button($url, $type, $text);
547
  }
549
  public function share_buttons( $url = '', $type = 'default', $text = '' ){
550
  WPF()->api->fb_share_button($url, $type, $text);
551
  WPF()->api->tw_share_button($url, $type, $text);
552
+ WPF()->api->wapp_share_button($url, $type, $text);
553
+ WPF()->api->lin_share_button($url, $type, $text);
554
  WPF()->api->vk_share_button($url, $type, $text);
555
  WPF()->api->ok_share_button($url, $type, $text);
556
  }
wpf-includes/class-forms.php CHANGED
@@ -33,7 +33,6 @@ class wpForoForm{
33
  'isEditable' => 1,
34
  'isRequired' => 0,
35
  'isMultiChoice' => 0,
36
- 'isConfirmPassword' => 0,
37
  'allowedGroupIds' => array(),
38
  'fileExtensions' => '',
39
  'minLength' => 0,
@@ -65,7 +64,7 @@ class wpForoForm{
65
  */
66
  public function varname(){
67
  $template = ( isset(WPF()->data['template']) ) ? WPF()->data['template'] : WPF()->current_object['template'];
68
- if( $template == 'members' ){
69
  $varname = WPF()->data['varname'];
70
  } else {
71
  $varname = ( wpfval( WPF()->data, 'varname') ) ? WPF()->data['varname'] : 'data';
@@ -117,23 +116,23 @@ class wpForoForm{
117
  $field_html = $this->field( $f );
118
 
119
  //Wrapping field input
120
- if( $f['template'] == 'register' ){
121
  if( $this->can_add( $f ) ){
122
  $html = $this->field_wrap_register( $field_html, $f );
123
  }
124
  }
125
- elseif( $f['template'] == 'account' ){
126
  if( $this->can_edit( $f ) ){
127
  $html = $this->field_wrap_account( $field_html, $f );
128
  }
129
  }
130
- elseif( $f['template'] == 'profile' ){
131
  if( $this->can_view( $f ) ){
132
  $f = $this->esc_field( $f );
133
  $html = $this->field_wrap_profile( $field_html, $f );
134
  }
135
  }
136
- elseif( $f['template'] == 'members' ){
137
  $html = $this->field_wrap_members( $field_html, $f );
138
  }
139
  else{
@@ -180,7 +179,7 @@ class wpForoForm{
180
  */
181
  public function field_wrap_register($field_html, $f){
182
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
183
- if( $f['type'] != 'html' ){
184
  if ( $f['label'] || $f['description'] ) {
185
  $html .= '<div class="wpf-label-wrap">';
186
  if( $f['label'] ){ $html .= '<p class="wpf-label wpfcl-1">' . $f['label'] . $f['required_indicator'] . '</p>'; }
@@ -208,10 +207,10 @@ class wpForoForm{
208
  */
209
  public function field_wrap_account($field_html, $f){
210
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
211
- if( $f['type'] == 'html' ){
212
  $html .= $field_html;
213
  }
214
- elseif($f['name'] == 'user_login'){
215
  $html .= '<div class="wpf-label-wrap">';
216
  $html .= '<p class="wpf-label wpfcl-1">' . stripslashes($f['label']) . '</p>';
217
  $html .= '</div>';
@@ -253,12 +252,12 @@ class wpForoForm{
253
  */
254
  public function field_wrap_profile($field_html, $f){
255
 
256
- if( $f['type'] != 'html' && !($f['isRequired'] && $f['isDisplayDefaultValues']) && ( !isset($f['value']) || (!is_numeric($f['value']) && empty($f['value']))) ){
257
  return false;
258
  }
259
 
260
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
261
- if( $f['type'] != 'html' ){
262
  if( !$f['faIcon'] ) { $f['faIcon'] = 'fas fa-address-card'; }
263
  if( $f['label'] ) {
264
  $html .= '<div class="wpf-label-wrap">';
@@ -317,7 +316,7 @@ class wpForoForm{
317
  */
318
  public function field_wrap_members($field_html, $f){
319
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
320
- if( $f['type'] == 'html' ){
321
  $html .= $field_html;
322
  }
323
  else{
@@ -428,7 +427,7 @@ class wpForoForm{
428
  */
429
  public function field_password($f){
430
  $field_html = '';
431
- if( $f['template'] == 'account' ){
432
  $f['isRequired'] = 0;
433
  $f['label'] = wpforo_phrase('Old password', false); $f['description'] = '';
434
  $field_html .= '<input type="password"
@@ -439,36 +438,34 @@ class wpForoForm{
439
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . '/>
440
  <i class="fas fa-eye-slash wpf-show-password"></i>';
441
  }
442
- if( $f['isConfirmPassword'] ) { $p1 = '1'; $p2 = '2'; } else{ $p1 = ''; $p2 = ''; }
443
  if( !empty($f['varname']) ){ $f['fieldName'] = $f['varname'] . '[' . $f['name'] . $p1 . ']'; } else { $f['fieldName'] = $f['name'] . $p1; }
444
- if( $f['template'] == 'account' ) {
445
  $f['label'] = wpforo_phrase('New', false) . ' ' . wpforo_phrase($f['label'], false, 'lower');
446
  $f['placeholder'] = wpforo_phrase('New', false) . ' ' . wpforo_phrase($f['placeholder'], false, 'lower');
447
  }
448
- if( $f['template'] == 'account' || $f['template'] == 'register' ){
449
- if( $f['template'] == 'account' ) $field_html .= '<div style="position:relative"><i class="' . esc_attr($f['faIcon']) . ' wpf-field-icon"></i>';
450
  $field_html .= '<input type="password"
451
  name="' . esc_attr($f['fieldName']) . '"
452
  value="" id="' . esc_attr($f['fieldId']) . '-new1"
453
  class="' . esc_attr( $f['fieldId'] ) . '"
454
  placeholder="' . esc_attr($f['placeholder']) . '"
455
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . ' ' . $f['minmax'] . '/>';
456
- if( $f['template'] == 'register' ){ $field_html .= '<i class="fas fa-eye-slash wpf-show-password"></i>'; }
457
- if( $f['template'] == 'account' ){ $field_html .= '</div>'; }
458
- if( $f['isConfirmPassword'] ){
459
- $f['label'] = wpforo_phrase('Confirm Password', false);
460
- $f['placeholder'] = wpforo_phrase('Confirm Password', false);
461
- $f['description'] = '';
462
- $f['fieldName'] = ( !empty($f['varname']) ? $f['varname'] . '[' . $f['name'] . $p2 . ']' : $f['name'] . $p2 );
463
- if( $f['template'] == 'account' || $f['template'] == 'register' ) $field_html .= '<div style="position:relative"><i class="' . esc_attr($f['faIcon']) . ' wpf-field-icon"></i>';
464
- $field_html .= '<input type="password"
465
  name="' . esc_attr($f['fieldName']) . '"
466
  value="" id="' . esc_attr($f['fieldId']) . '-new2"
467
  class="' . esc_attr( $f['fieldId'] ) . '"
468
  placeholder="' . esc_attr($f['placeholder']) . '"
469
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . ' ' . $f['minmax'] . '/>';
470
- if( $f['template'] == 'account' || $f['template'] == 'register' ){ $field_html .= '</div>'; }
471
- }
472
  }
473
 
474
  return $field_html;
@@ -490,7 +487,7 @@ class wpForoForm{
490
  $f['isRequired'] = ( count($f['values']) == 1 ) ? $f['isRequired'] : '';
491
  foreach( $f['values'] as $row ){
492
  $item = $this->build_item_value_lable($row);
493
- $field_zero = ( $field_zero === false || $item['value'] === 0 ) ? false : $field_zero;
494
  $field_html .= '<div class="wpf-field-item">';
495
  $item_html = '<input type="checkbox" ' . ($use_default_selected ? ($item['default_selected'] ? ' checked ' : '') : $this->check($item['value'], $f['value'])) . '
496
  name="' . esc_attr( $item_field_name ) . '"
@@ -559,13 +556,13 @@ class wpForoForm{
559
  $field_html .= '<optgroup label="' . esc_attr( $optgroup ) . '">';
560
  foreach ( $row as $sub_row ){
561
  $item = $this->build_item_value_lable($sub_row);
562
- $item['value'] = ( $f['name'] == 'timezone' ) ? str_replace(' ', '_', $item['value']) : $item['value'];
563
  $field_html .= '<option value="' . esc_attr( $item['value'] ) . '" ' . ($use_default_selected ? ($item['default_selected'] ? ' selected ' : '') : $this->select($item['value'], $f['value'])) . '>' . esc_html( $item['label'] ) . '</option>';
564
  }
565
  $field_html .= '</optgroup>';
566
  }else{
567
  $item = $this->build_item_value_lable($row);
568
- $item['value'] = ( $f['name'] == 'timezone' ) ? str_replace(' ', '_', $item['value']) : $item['value'];
569
  $field_html .= '<option value="' . esc_attr( $item['value'] ) . '" ' . ($use_default_selected ? ($item['default_selected'] ? ' selected ' : '') : $this->select($item['value'], $f['value'])) . '>' . esc_html( $item['label'] ) . '</option>';
570
  }
571
  }
@@ -618,7 +615,7 @@ class wpForoForm{
618
  <label for="wpfat_remote">' . wpforo_phrase('Specify avatar by URL:', false) . '</label>
619
  <input autocomplete="off" name="' . esc_attr($f['varname']) . '[avatar_url]" value="' . esc_url($remote_url) . '" maxlength="300" data-wpfucf-minmaxlength="1,300" type="url" />
620
  </li>';
621
- if( ( wpfval( WPF()->current_object, 'template') && WPF()->current_object['template'] == 'register') || WPF()->perm->usergroup_can('upa') ) {
622
  if( strpos($f['value'], 'gravatar.com') === FALSE && strpos($f['value'], 'facebook.com') === FALSE ){
623
  $url = $f['value'] . '?lm=' . time();
624
  }
@@ -772,7 +769,7 @@ class wpForoForm{
772
  }
773
  $f['value'] = wpforo_unslashe( $f['value'] );
774
 
775
- if( $f['name'] == 'user_nicename' ){
776
  $f['value'] = urldecode($f['value']);
777
  }
778
 
@@ -829,8 +826,8 @@ class wpForoForm{
829
  //minLength & maxLength
830
  $f['minLength'] = ($f['minLength']) ? intval($f['minLength']): '';
831
  $f['maxLength'] = ($f['maxLength']) ? intval($f['maxLength']): '';
832
- if( $f['minLength'] ) { $minLength_attr = ($f['type'] == 'date' || $f['type'] == 'number' || $f['type'] == 'range') ? ' min="' . $f['minLength'] . '" ' : ' minlength="' . $f['minLength'] . '" '; }
833
- if( $f['maxLength'] ) { $maxLength_attr = ($f['type'] == 'date' || $f['type'] == 'number' || $f['type'] == 'range') ? ' max="' . $f['maxLength'] . '" ' : ' maxlength="' . $f['maxLength'] . '" '; }
834
  $f['minmax'] = ( isset($minLength_attr) && isset($maxLength_attr) ) ? $minLength_attr . ' ' . $maxLength_attr : '';
835
 
836
  //attributes
@@ -936,57 +933,57 @@ class wpForoForm{
936
 
937
  public function sanitize_field( $data, $type = 'text', $name = '' ){
938
  if( !is_null($data) ){
939
- if( $type == 'text' ){
940
  $data = sanitize_text_field($data);
941
- if( $name == 'user_nicename' ){
942
  $data = sanitize_user( $data, true );
943
  $data = sanitize_title( $data );
944
  }
945
  }
946
- elseif( $type == 'url' ){
947
  $data = esc_url_raw($data);
948
  }
949
- elseif( $type == 'date' ){
950
  $data = sanitize_text_field($data);
951
  }
952
- elseif( $type == 'textarea' ){
953
  $data = stripslashes( wpforo_kses( trim( $data ), 'user_description' ) );
954
  }
955
- elseif( $type == 'email' ){
956
  $data = sanitize_email($data);
957
  }
958
- elseif( $type == 'password' ){
959
  $data = trim($data);
960
  }
961
- elseif( $type == 'usergroup' ){
962
  $data = intval($data);
963
  }
964
- elseif( $type == 'radio' ){
965
  $data = sanitize_text_field($data);
966
  }
967
- elseif( $type == 'checkbox' ){
968
- if( $name == 'secondary_groups' ){
969
  $data = wpforo_sanitize_int($data);
970
  } else{
971
  $data = wpforo_sanitize_text($data);
972
  }
973
  }
974
- elseif( $type == 'select' ){
975
  $data = sanitize_text_field($data);
976
  }
977
- elseif( $type == 'color' ){
978
  $data = sanitize_text_field($data);
979
  }
980
- elseif( $type == 'date' ){
981
  $data = sanitize_text_field($data);
982
  }
983
- elseif( $type == 'number' ){
984
  $data = intval($data);
985
  }
986
- elseif( $type == 'tel' ){
987
  $data = sanitize_text_field($data);
988
  }
989
- elseif( $type == 'html' ){
990
  $data = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $data);
991
  }
992
 
@@ -1000,13 +997,13 @@ class wpForoForm{
1000
  public function esc_field( $f ){
1001
  if( wpfkey($f, 'value') ){
1002
  $f['value'] = wpforo_trim($f['value']);
1003
- if( wpfval($f, 'type') && $f['type'] == 'textarea' ) {
1004
  $f['value'] = wpautop( wpforo_kses( stripslashes( $f['value'] ) ) );
1005
- } elseif( $f['type'] == 'select' ){
1006
- $f['value'] = ( $f['name'] == 'timezone' ) ? str_replace('_', ' ', $f['value']) : $f['value'];
1007
- } elseif( wpfval($f, 'type') && $f['type'] == 'checkbox' ) {
1008
  if( wpfval($f, 'value') ){
1009
- if( $f['name'] == 'secondary_groups' ) {
1010
  $f['value'] = WPF()->usergroup->get_secondary_usergroup_names( $f['value'] );
1011
  $f['value'] = implode( ', ', $f['value'] );
1012
  } elseif ( is_array($f['value']) ){
@@ -1038,14 +1035,14 @@ class wpForoForm{
1038
  foreach( $fields as $r_key => $rows ){
1039
  foreach( $rows as $c_key => $cols ){
1040
  foreach( $cols as $key => $field ){
1041
- $name = ''; $value = '';
1042
  if( wpfval($field, 'name') ){
1043
  $name = $field['name'];
1044
  if( !$template && wpfval($field,'template') ) $template = $field['template'];
1045
  if( wpfval($field, 'label') ) $label = esc_html($field['label']);
1046
  if( wpfval($field, 'type') ) $type = $field['type'];
1047
  if( wpfval($data, 'userid') ) $userid = $data['userid'];
1048
- if( $template && $template != 'register' ){
 
1049
  if( !$this->can_edit( $field ) ) {
1050
  unset($cols[$key]);
1051
  unset($data[$name]);
@@ -1063,7 +1060,7 @@ class wpForoForm{
1063
  $error[] = $label . ' ' . wpforo_phrase('field is required', false, false);
1064
  }
1065
  if( $value ){
1066
- if( $type == 'number' ){
1067
  if( wpfval($field, 'minLength') ){
1068
  if( (int)$value < $field['minLength'] ){
1069
  $error[] = $label . ' ' . sprintf( wpforo_phrase('field value must be at least %d', false, false), intval($field['minLength']) );
@@ -1087,21 +1084,21 @@ class wpForoForm{
1087
  }
1088
  }
1089
  }
1090
- if( $type == 'url' && filter_var($value, FILTER_VALIDATE_URL) === FALSE ){
1091
  $error[] = $label . ' ' . wpforo_phrase('field value is not a valid URL', false, false);
1092
  }
1093
- if( $type == 'email' ){
1094
  if ( !is_email( $value ) ) {
1095
  $error[] = $label . ' ' . wpforo_phrase('Invalid Email address', false, false);
1096
  }
1097
- if ( $name == 'user_email' ){
1098
  $email_owner = email_exists( $value );
1099
  if( $email_owner && $email_owner != $userid ){
1100
  $error[] = $label . ' ' . wpforo_phrase('This email address is already registered. Please insert another', false, false);
1101
  }
1102
  }
1103
  }
1104
- if( $type == 'file' ){
1105
  $extension = pathinfo( $value, PATHINFO_EXTENSION );
1106
  $extension = ( function_exists('mb_strtolower') ) ? mb_strtolower( $extension ) : strtolower( $extension );
1107
  if( wpfval( $field, 'fileExtensions' ) ){
@@ -1134,7 +1131,7 @@ class wpForoForm{
1134
  }
1135
  }
1136
  }
1137
- if( $name == 'user_nicename' ){
1138
  $user_nicename = sanitize_title( trim( $value ) );
1139
  if( is_numeric( $user_nicename ) ){
1140
  $error[] = 'Numerical nicknames are not allowed. Please insert another.';
@@ -1147,8 +1144,8 @@ class wpForoForm{
1147
  $error[] = 'This nickname is already in use. Please insert another.';
1148
  }
1149
  }
1150
- if( $name == 'groupid' ){
1151
- if( $template != 'register' ){
1152
  if( $is_owner || !wpforo_current_user_is('admin') ){
1153
  $error[] = 'You have no permission to edit Usergroup field';
1154
  }
@@ -1167,9 +1164,9 @@ class wpForoForm{
1167
  }
1168
  }
1169
  }
1170
- if( $name == 'secondary_groups' ){
1171
  $secondary_usergroups = WPF()->usergroup->get_secondary_usergroup_ids();
1172
- if( $template != 'register' ){
1173
  if( WPF()->current_user_groupid != 1 && WPF()->current_user_groupid != 2 ) {
1174
  $error[] = 'You have no permission to edit Usergroup field';
1175
  } else{
@@ -1214,7 +1211,7 @@ class wpForoForm{
1214
  $error = array();
1215
  $return = array( 'error' => false );
1216
  if( wpfval($data, 'old_pass') && wpfval($data, 'user_pass1') && wpfval($data, 'user_pass2') ){
1217
- if( $data['user_pass1'] != $data['user_pass2'] ){
1218
  $error[] = 'New Passwords do not match';
1219
  }
1220
  else{
@@ -1263,10 +1260,10 @@ class wpForoForm{
1263
  */
1264
  public function can_add($f){
1265
  if( wpfval($f, 'name') ){
1266
- if( $f['name'] == 'signature' && !wpforo_feature('signature') ){
1267
  return false;
1268
  }
1269
- if( $f['name'] == 'avatar' && ( !wpforo_feature('custom-avatars') || !wpforo_feature('avatars') ) ){
1270
  return false;
1271
  }
1272
  }
@@ -1300,13 +1297,13 @@ class wpForoForm{
1300
  return false;
1301
  }
1302
  if( wpfkey($f, 'name') ){
1303
- if( $f['name'] == 'signature' && ( !WPF()->perm->usergroup_can('ups') || !wpforo_feature('signature'))){
1304
  return false;
1305
  }
1306
- if( $f['name'] == 'avatar' && ( !wpforo_feature('custom-avatars') || !wpforo_feature('avatars') ) ){
1307
  return false;
1308
  }
1309
- if( $f['name'] == 'groupid' && ( WPF()->current_user_groupid != 1 || $is_owner || !current_user_can('administrator') ) ){
1310
  return false;
1311
  }
1312
  }
33
  'isEditable' => 1,
34
  'isRequired' => 0,
35
  'isMultiChoice' => 0,
 
36
  'allowedGroupIds' => array(),
37
  'fileExtensions' => '',
38
  'minLength' => 0,
64
  */
65
  public function varname(){
66
  $template = ( isset(WPF()->data['template']) ) ? WPF()->data['template'] : WPF()->current_object['template'];
67
+ if( $template === 'members' ){
68
  $varname = WPF()->data['varname'];
69
  } else {
70
  $varname = ( wpfval( WPF()->data, 'varname') ) ? WPF()->data['varname'] : 'data';
116
  $field_html = $this->field( $f );
117
 
118
  //Wrapping field input
119
+ if( $f['template'] === 'register' ){
120
  if( $this->can_add( $f ) ){
121
  $html = $this->field_wrap_register( $field_html, $f );
122
  }
123
  }
124
+ elseif( $f['template'] === 'account' ){
125
  if( $this->can_edit( $f ) ){
126
  $html = $this->field_wrap_account( $field_html, $f );
127
  }
128
  }
129
+ elseif( $f['template'] === 'profile' ){
130
  if( $this->can_view( $f ) ){
131
  $f = $this->esc_field( $f );
132
  $html = $this->field_wrap_profile( $field_html, $f );
133
  }
134
  }
135
+ elseif( $f['template'] === 'members' ){
136
  $html = $this->field_wrap_members( $field_html, $f );
137
  }
138
  else{
179
  */
180
  public function field_wrap_register($field_html, $f){
181
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
182
+ if( $f['type'] !== 'html' ){
183
  if ( $f['label'] || $f['description'] ) {
184
  $html .= '<div class="wpf-label-wrap">';
185
  if( $f['label'] ){ $html .= '<p class="wpf-label wpfcl-1">' . $f['label'] . $f['required_indicator'] . '</p>'; }
207
  */
208
  public function field_wrap_account($field_html, $f){
209
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
210
+ if( $f['type'] === 'html' ){
211
  $html .= $field_html;
212
  }
213
+ elseif($f['name'] === 'user_login'){
214
  $html .= '<div class="wpf-label-wrap">';
215
  $html .= '<p class="wpf-label wpfcl-1">' . stripslashes($f['label']) . '</p>';
216
  $html .= '</div>';
252
  */
253
  public function field_wrap_profile($field_html, $f){
254
 
255
+ if( $f['type'] !== 'html' && !($f['isRequired'] && $f['isDisplayDefaultValues']) && ( !isset($f['value']) || (!is_numeric($f['value']) && empty($f['value']))) ){
256
  return false;
257
  }
258
 
259
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
260
+ if( $f['type'] !== 'html' ){
261
  if( !$f['faIcon'] ) { $f['faIcon'] = 'fas fa-address-card'; }
262
  if( $f['label'] ) {
263
  $html .= '<div class="wpf-label-wrap">';
316
  */
317
  public function field_wrap_members($field_html, $f){
318
  $html = '<div class="wpf-field wpf-field-type-' . esc_attr($f['type']) . ' wpf-field-name-' . esc_attr($f['field_class']) . ' ' . esc_attr($f['required_class']) . '" title="' . esc_attr($f['title']) . '">';
319
+ if( $f['type'] === 'html' ){
320
  $html .= $field_html;
321
  }
322
  else{
427
  */
428
  public function field_password($f){
429
  $field_html = '';
430
+ if( $f['template'] === 'account' ){
431
  $f['isRequired'] = 0;
432
  $f['label'] = wpforo_phrase('Old password', false); $f['description'] = '';
433
  $field_html .= '<input type="password"
438
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . '/>
439
  <i class="fas fa-eye-slash wpf-show-password"></i>';
440
  }
441
+ $p1 = '1'; $p2 = '2';
442
  if( !empty($f['varname']) ){ $f['fieldName'] = $f['varname'] . '[' . $f['name'] . $p1 . ']'; } else { $f['fieldName'] = $f['name'] . $p1; }
443
+ if( $f['template'] === 'account' ) {
444
  $f['label'] = wpforo_phrase('New', false) . ' ' . wpforo_phrase($f['label'], false, 'lower');
445
  $f['placeholder'] = wpforo_phrase('New', false) . ' ' . wpforo_phrase($f['placeholder'], false, 'lower');
446
  }
447
+ if( $f['template'] === 'account' || $f['template'] === 'register' ){
448
+ if( $f['template'] === 'account' ) $field_html .= '<div style="position:relative"><i class="' . esc_attr($f['faIcon']) . ' wpf-field-icon"></i>';
449
  $field_html .= '<input type="password"
450
  name="' . esc_attr($f['fieldName']) . '"
451
  value="" id="' . esc_attr($f['fieldId']) . '-new1"
452
  class="' . esc_attr( $f['fieldId'] ) . '"
453
  placeholder="' . esc_attr($f['placeholder']) . '"
454
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . ' ' . $f['minmax'] . '/>';
455
+ if( $f['template'] === 'register' ){ $field_html .= '<i class="fas fa-eye-slash wpf-show-password"></i>'; }
456
+ if( $f['template'] === 'account' ){ $field_html .= '</div>'; }
457
+ $f['label'] = wpforo_phrase('Confirm Password', false);
458
+ $f['placeholder'] = wpforo_phrase('Confirm Password', false);
459
+ $f['description'] = '';
460
+ $f['fieldName'] = ( !empty($f['varname']) ? $f['varname'] . '[' . $f['name'] . $p2 . ']' : $f['name'] . $p2 );
461
+ if( $f['template'] === 'account' || $f['template'] === 'register' ) $field_html .= '<div style="position:relative"><i class="' . esc_attr($f['faIcon']) . ' wpf-field-icon"></i>';
462
+ $field_html .= '<input type="password"
 
463
  name="' . esc_attr($f['fieldName']) . '"
464
  value="" id="' . esc_attr($f['fieldId']) . '-new2"
465
  class="' . esc_attr( $f['fieldId'] ) . '"
466
  placeholder="' . esc_attr($f['placeholder']) . '"
467
  ' . $f['isDisabled'] . ' ' . $f['attributes'] . ' ' . $f['minmax'] . '/>';
468
+ if( $f['template'] === 'account' || $f['template'] === 'register' ){ $field_html .= '</div>'; }
 
469
  }
470
 
471
  return $field_html;
487
  $f['isRequired'] = ( count($f['values']) == 1 ) ? $f['isRequired'] : '';
488
  foreach( $f['values'] as $row ){
489
  $item = $this->build_item_value_lable($row);
490
+ $field_zero = ( $field_zero === false || $item['value'] == 0 ) ? false : $field_zero;
491
  $field_html .= '<div class="wpf-field-item">';
492
  $item_html = '<input type="checkbox" ' . ($use_default_selected ? ($item['default_selected'] ? ' checked ' : '') : $this->check($item['value'], $f['value'])) . '
493
  name="' . esc_attr( $item_field_name ) . '"
556
  $field_html .= '<optgroup label="' . esc_attr( $optgroup ) . '">';
557
  foreach ( $row as $sub_row ){
558
  $item = $this->build_item_value_lable($sub_row);
559
+ $item['value'] = ( $f['name'] === 'timezone' ) ? str_replace(' ', '_', $item['value']) : $item['value'];
560
  $field_html .= '<option value="' . esc_attr( $item['value'] ) . '" ' . ($use_default_selected ? ($item['default_selected'] ? ' selected ' : '') : $this->select($item['value'], $f['value'])) . '>' . esc_html( $item['label'] ) . '</option>';
561
  }
562
  $field_html .= '</optgroup>';
563
  }else{
564
  $item = $this->build_item_value_lable($row);
565
+ $item['value'] = ( $f['name'] === 'timezone' ) ? str_replace(' ', '_', $item['value']) : $item['value'];
566
  $field_html .= '<option value="' . esc_attr( $item['value'] ) . '" ' . ($use_default_selected ? ($item['default_selected'] ? ' selected ' : '') : $this->select($item['value'], $f['value'])) . '>' . esc_html( $item['label'] ) . '</option>';
567
  }
568
  }
615
  <label for="wpfat_remote">' . wpforo_phrase('Specify avatar by URL:', false) . '</label>
616
  <input autocomplete="off" name="' . esc_attr($f['varname']) . '[avatar_url]" value="' . esc_url($remote_url) . '" maxlength="300" data-wpfucf-minmaxlength="1,300" type="url" />
617
  </li>';
618
+ if( ( wpfval( WPF()->current_object, 'template') && WPF()->current_object['template'] === 'register') || WPF()->perm->usergroup_can('upa') ) {
619
  if( strpos($f['value'], 'gravatar.com') === FALSE && strpos($f['value'], 'facebook.com') === FALSE ){
620
  $url = $f['value'] . '?lm=' . time();
621
  }
769
  }
770
  $f['value'] = wpforo_unslashe( $f['value'] );
771
 
772
+ if( $f['name'] === 'user_nicename' ){
773
  $f['value'] = urldecode($f['value']);
774
  }
775
 
826
  //minLength & maxLength
827
  $f['minLength'] = ($f['minLength']) ? intval($f['minLength']): '';
828
  $f['maxLength'] = ($f['maxLength']) ? intval($f['maxLength']): '';
829
+ if( $f['minLength'] ) { $minLength_attr = ($f['type'] === 'date' || $f['type'] === 'number' || $f['type'] === 'range') ? ' min="' . $f['minLength'] . '" ' : ' minlength="' . $f['minLength'] . '" '; }
830
+ if( $f['maxLength'] ) { $maxLength_attr = ($f['type'] === 'date' || $f['type'] === 'number' || $f['type'] === 'range') ? ' max="' . $f['maxLength'] . '" ' : ' maxlength="' . $f['maxLength'] . '" '; }
831
  $f['minmax'] = ( isset($minLength_attr) && isset($maxLength_attr) ) ? $minLength_attr . ' ' . $maxLength_attr : '';
832
 
833
  //attributes
933
 
934
  public function sanitize_field( $data, $type = 'text', $name = '' ){
935
  if( !is_null($data) ){
936
+ if( $type === 'text' ){
937
  $data = sanitize_text_field($data);
938
+ if( $name === 'user_nicename' ){
939
  $data = sanitize_user( $data, true );
940
  $data = sanitize_title( $data );
941
  }
942
  }
943
+ elseif( $type === 'url' ){
944
  $data = esc_url_raw($data);
945
  }
946
+ elseif( $type === 'date' ){
947
  $data = sanitize_text_field($data);
948
  }
949
+ elseif( $type === 'textarea' ){
950
  $data = stripslashes( wpforo_kses( trim( $data ), 'user_description' ) );
951
  }
952
+ elseif( $type === 'email' ){
953
  $data = sanitize_email($data);
954
  }
955
+ elseif( $type === 'password' ){
956
  $data = trim($data);
957
  }
958
+ elseif( $type === 'usergroup' ){
959
  $data = intval($data);
960
  }
961
+ elseif( $type === 'radio' ){
962
  $data = sanitize_text_field($data);
963
  }
964
+ elseif( $type === 'checkbox' ){
965
+ if( $name === 'secondary_groups' ){
966
  $data = wpforo_sanitize_int($data);
967
  } else{
968
  $data = wpforo_sanitize_text($data);
969
  }
970
  }
971
+ elseif( $type === 'select' ){
972
  $data = sanitize_text_field($data);
973
  }
974
+ elseif( $type === 'color' ){
975
  $data = sanitize_text_field($data);
976
  }
977
+ elseif( $type === 'date' ){
978
  $data = sanitize_text_field($data);
979
  }
980
+ elseif( $type === 'number' ){
981
  $data = intval($data);
982
  }
983
+ elseif( $type === 'tel' ){
984
  $data = sanitize_text_field($data);
985
  }
986
+ elseif( $type === 'html' ){
987
  $data = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $data);
988
  }
989
 
997
  public function esc_field( $f ){
998
  if( wpfkey($f, 'value') ){
999
  $f['value'] = wpforo_trim($f['value']);
1000
+ if( wpfval($f, 'type') && $f['type'] === 'textarea' ) {
1001
  $f['value'] = wpautop( wpforo_kses( stripslashes( $f['value'] ) ) );
1002
+ } elseif( $f['type'] === 'select' ){
1003
+ $f['value'] = ( $f['name'] === 'timezone' ) ? str_replace('_', ' ', $f['value']) : $f['value'];
1004
+ } elseif( wpfval($f, 'type') && $f['type'] === 'checkbox' ) {
1005
  if( wpfval($f, 'value') ){
1006
+ if( $f['name'] === 'secondary_groups' ) {
1007
  $f['value'] = WPF()->usergroup->get_secondary_usergroup_names( $f['value'] );
1008
  $f['value'] = implode( ', ', $f['value'] );
1009
  } elseif ( is_array($f['value']) ){
1035
  foreach( $fields as $r_key => $rows ){
1036
  foreach( $rows as $c_key => $cols ){
1037
  foreach( $cols as $key => $field ){
 
1038
  if( wpfval($field, 'name') ){
1039
  $name = $field['name'];
1040
  if( !$template && wpfval($field,'template') ) $template = $field['template'];
1041
  if( wpfval($field, 'label') ) $label = esc_html($field['label']);
1042
  if( wpfval($field, 'type') ) $type = $field['type'];
1043
  if( wpfval($data, 'userid') ) $userid = $data['userid'];
1044
+ if( $template && $template !== 'register' ){
1045
+ if( $template === 'account' && $field['type'] === 'password' ) $field['isRequired'] = 0;
1046
  if( !$this->can_edit( $field ) ) {
1047
  unset($cols[$key]);
1048
  unset($data[$name]);
1060
  $error[] = $label . ' ' . wpforo_phrase('field is required', false, false);
1061
  }
1062
  if( $value ){
1063
+ if( $type === 'number' ){
1064
  if( wpfval($field, 'minLength') ){
1065
  if( (int)$value < $field['minLength'] ){
1066
  $error[] = $label . ' ' . sprintf( wpforo_phrase('field value must be at least %d', false, false), intval($field['minLength']) );
1084
  }
1085
  }
1086
  }
1087
+ if( $type === 'url' && filter_var($value, FILTER_VALIDATE_URL) === FALSE ){
1088
  $error[] = $label . ' ' . wpforo_phrase('field value is not a valid URL', false, false);
1089
  }
1090
+ if( $type === 'email' ){
1091
  if ( !is_email( $value ) ) {
1092
  $error[] = $label . ' ' . wpforo_phrase('Invalid Email address', false, false);
1093
  }
1094
+ if ( $name === 'user_email' ){
1095
  $email_owner = email_exists( $value );
1096
  if( $email_owner && $email_owner != $userid ){
1097
  $error[] = $label . ' ' . wpforo_phrase('This email address is already registered. Please insert another', false, false);
1098
  }
1099
  }
1100
  }
1101
+ if( $type === 'file' ){
1102
  $extension = pathinfo( $value, PATHINFO_EXTENSION );
1103
  $extension = ( function_exists('mb_strtolower') ) ? mb_strtolower( $extension ) : strtolower( $extension );
1104
  if( wpfval( $field, 'fileExtensions' ) ){
1131
  }
1132
  }
1133
  }
1134
+ if( $name === 'user_nicename' ){
1135
  $user_nicename = sanitize_title( trim( $value ) );
1136
  if( is_numeric( $user_nicename ) ){
1137
  $error[] = 'Numerical nicknames are not allowed. Please insert another.';
1144
  $error[] = 'This nickname is already in use. Please insert another.';
1145
  }
1146
  }
1147
+ if( $name === 'groupid' ){
1148
+ if( $template !== 'register' ){
1149
  if( $is_owner || !wpforo_current_user_is('admin') ){
1150
  $error[] = 'You have no permission to edit Usergroup field';
1151
  }
1164
  }
1165
  }
1166
  }
1167
+ if( $name === 'secondary_groups' ){
1168
  $secondary_usergroups = WPF()->usergroup->get_secondary_usergroup_ids();
1169
+ if( $template !== 'register' ){
1170
  if( WPF()->current_user_groupid != 1 && WPF()->current_user_groupid != 2 ) {
1171
  $error[] = 'You have no permission to edit Usergroup field';
1172
  } else{
1211
  $error = array();
1212
  $return = array( 'error' => false );
1213
  if( wpfval($data, 'old_pass') && wpfval($data, 'user_pass1') && wpfval($data, 'user_pass2') ){
1214
+ if( $data['user_pass1'] !== $data['user_pass2'] ){
1215
  $error[] = 'New Passwords do not match';
1216
  }
1217
  else{
1260
  */
1261
  public function can_add($f){
1262
  if( wpfval($f, 'name') ){
1263
+ if( $f['name'] === 'signature' && !wpforo_feature('signature') ){
1264
  return false;
1265
  }
1266
+ if( $f['name'] === 'avatar' && ( !wpforo_feature('custom-avatars') || !wpforo_feature('avatars') ) ){
1267
  return false;
1268
  }
1269
  }
1297
  return false;
1298
  }
1299
  if( wpfkey($f, 'name') ){
1300
+ if( $f['name'] === 'signature' && ( !WPF()->perm->usergroup_can('ups') || !wpforo_feature('signature'))){
1301
  return false;
1302
  }
1303
+ if( $f['name'] === 'avatar' && ( !wpforo_feature('custom-avatars') || !wpforo_feature('avatars') ) ){
1304
  return false;
1305
  }
1306
+ if( $f['name'] === 'groupid' && ( WPF()->current_user_groupid != 1 || $is_owner || !current_user_can('administrator') ) ){
1307
  return false;
1308
  }
1309
  }
wpf-includes/class-logs.php CHANGED
@@ -128,7 +128,7 @@ class wpForoLogs{
128
  }
129
  }
130
 
131
- public function unread( $id, $in = 'forum'){
132
 
133
  $new = false;
134
  if( !wpforo_feature('view-logging') ) return false;
@@ -164,7 +164,7 @@ class wpForoLogs{
164
  }
165
  $new = apply_filters( 'wpforo_new_in_forum', $new, $id );
166
  }
167
- elseif( $in == 'topic' ){
168
  $last_postid = wpforo_topic( $id, 'last_post' );
169
  if( !$last_postid ){
170
  return false;
@@ -192,6 +192,10 @@ class wpForoLogs{
192
  $new = true;
193
  }
194
  }
 
 
 
 
195
  $new = apply_filters( 'wpforo_new_in_topic', $new, $id );
196
  }
197
  }
128
  }
129
  }
130
 
131
+ public function unread( $id, $in = 'forum', $postid = 0 ){
132
 
133
  $new = false;
134
  if( !wpforo_feature('view-logging') ) return false;
164
  }
165
  $new = apply_filters( 'wpforo_new_in_forum', $new, $id );
166
  }
167
+ elseif( $in == 'topic' || $in == 'post' ){
168
  $last_postid = wpforo_topic( $id, 'last_post' );
169
  if( !$last_postid ){
170
  return false;
192
  $new = true;
193
  }
194
  }
195
+ //Check an individual post if it's unread in a unread topic
196
+ if( $in == 'post' && $new = true && $postid && (int) $postid > (int) $last_read_postid ){
197
+ $new = true;
198
+ }
199
  $new = apply_filters( 'wpforo_new_in_topic', $new, $id );
200
  }
201
  }
wpf-includes/class-members.php CHANGED
@@ -73,10 +73,6 @@ class wpForoMember{
73
  public function get_cache( $var ){
74
  if( isset(self::$cache[$var]) ) return self::$cache[$var];
75
  }
76
-
77
- public function send_new_user_notifications($user_id, $notify = 'admin'){
78
- wp_send_new_user_notifications( $user_id, $notify );
79
- }
80
 
81
  public function init_list_table(){
82
  if( wpfval($_GET, 'page') === 'wpforo-members' ){
@@ -169,8 +165,12 @@ class wpForoMember{
169
 
170
  if( !wpforo_feature('user-register-email-confirm') && !empty($user_fields) && is_array($user_fields) && !empty($user_fields['user_pass1']) ){
171
 
172
- remove_action('register_new_user', 'wp_send_new_user_notifications');
173
- add_action('register_new_user', array($this, 'send_new_user_notifications'));
 
 
 
 
174
  do_action( 'wpforo_create_profile_before', $user_fields );
175
 
176
  $errors = new WP_Error();
@@ -1969,7 +1969,7 @@ class wpForoMember{
1969
 
1970
  public function banned_count(){
1971
  $count = WPF()->db->get_var("SELECT count(*) FROM `".WPF()->tables->profiles."` WHERE `status` = 'banned' " );
1972
- return $count;
1973
  }
1974
 
1975
  public function get_guest( $args = array() ){
@@ -2114,7 +2114,6 @@ class wpForoMember{
2114
  'isRemovable' => 0,
2115
  'isRequired' => 1,
2116
  'isEditable' => 1,
2117
- 'isConfirmPassword' => 1,
2118
  'label' => wpforo_phrase('Password', false),
2119
  'title' => wpforo_phrase('Password', false),
2120
  'placeholder' => wpforo_phrase('Password', false),
@@ -2916,16 +2915,17 @@ class wpForoMember{
2916
  }
2917
 
2918
  public function get_guest_cookies(){
2919
- if( !WPF()->tools_legal['cookies'] ) return false;
2920
- $guest = array();
2921
- if( !WPF()->current_userid && WPF()->current_user_email ){
2922
- $guest['name'] = WPF()->current_user_display_name;
2923
- $guest['email'] = WPF()->current_user_email;
2924
- }else{
2925
- $guest_cookies = wp_get_current_commenter();
2926
- $guest['name'] = ( isset($guest_cookies['comment_author']) ) ? $guest_cookies['comment_author'] : '';
2927
- $guest['email'] = ( isset($guest_cookies['comment_author_email']) ) ? $guest_cookies['comment_author_email'] : '';
2928
- }
 
2929
  return $guest;
2930
  }
2931
 
73
  public function get_cache( $var ){
74
  if( isset(self::$cache[$var]) ) return self::$cache[$var];
75
  }
 
 
 
 
76
 
77
  public function init_list_table(){
78
  if( wpfval($_GET, 'page') === 'wpforo-members' ){
165
 
166
  if( !wpforo_feature('user-register-email-confirm') && !empty($user_fields) && is_array($user_fields) && !empty($user_fields['user_pass1']) ){
167
 
168
+ remove_action( 'register_new_user', 'wp_send_new_user_notifications' );
169
+ remove_action( 'register_new_user', 'wpforo_send_new_user_notifications' );
170
+ add_action( 'register_new_user', function ( $user_id ) {
171
+ wpforo_send_new_user_notifications( $user_id, 'admin' );
172
+ });
173
+
174
  do_action( 'wpforo_create_profile_before', $user_fields );
175
 
176
  $errors = new WP_Error();
1969
 
1970
  public function banned_count(){
1971
  $count = WPF()->db->get_var("SELECT count(*) FROM `".WPF()->tables->profiles."` WHERE `status` = 'banned' " );
1972
+ return intval($count);
1973
  }
1974
 
1975
  public function get_guest( $args = array() ){
2114
  'isRemovable' => 0,
2115
  'isRequired' => 1,
2116
  'isEditable' => 1,
 
2117
  'label' => wpforo_phrase('Password', false),
2118
  'title' => wpforo_phrase('Password', false),
2119
  'placeholder' => wpforo_phrase('Password', false),
2915
  }
2916
 
2917
  public function get_guest_cookies(){
2918
+ $guest = array('name' => '', 'email' => '');
2919
+ if( WPF()->tools_legal['cookies'] ){
2920
+ if( !WPF()->current_userid && WPF()->current_user_email ){
2921
+ $guest['name'] = WPF()->current_user_display_name;
2922
+ $guest['email'] = WPF()->current_user_email;
2923
+ }else{
2924
+ $guest_cookies = wp_get_current_commenter();
2925
+ $guest['name'] = ( isset($guest_cookies['comment_author']) ) ? $guest_cookies['comment_author'] : '';
2926
+ $guest['email'] = ( isset($guest_cookies['comment_author_email']) ) ? $guest_cookies['comment_author_email'] : '';
2927
+ }
2928
+ }
2929
  return $guest;
2930
  }
2931
 
wpf-includes/class-posts.php CHANGED
@@ -689,7 +689,6 @@ class wpForoPost{
689
  return $posts;
690
  }
691
 
692
-
693
  function access( $post, $owner = NULL ){
694
  if( isset($post['forumid']) && !WPF()->perm->forum_can('vf', $post['forumid']) ){
695
  return false;
@@ -717,7 +716,6 @@ class wpForoPost{
717
  return true;
718
  }
719
 
720
-
721
  function replies( array $posts, $topic = array(), $forum = array(), $level = 0 ) {
722
  $level++;
723
  if( function_exists('wpforo_thread_reply') ){
@@ -980,8 +978,9 @@ class wpForoPost{
980
  }
981
 
982
  if($args['needle']){
983
- $needle = trim( trim( str_replace(' ', '* ', $args['needle']) ), '*' ) . "*";
984
- $needle = esc_sql(substr(sanitize_text_field($needle), 0, 60));
 
985
 
986
  if($args['type'] === 'entire-posts'){
987
  $selects[] = "MATCH(".$fa.".`title`) AGAINST('$needle' IN BOOLEAN MODE) + MATCH(".$fa.".`body`) AGAINST('$needle' IN BOOLEAN MODE) AS matches";
@@ -1107,7 +1106,6 @@ class wpForoPost{
1107
  return $sum;
1108
  }
1109
 
1110
-
1111
  /**
1112
  * return forum slug
1113
  *
@@ -1119,7 +1117,6 @@ class wpForoPost{
1119
  *
1120
  * @return string or false
1121
  */
1122
-
1123
  function get_forumslug_byid($postid){
1124
 
1125
  $cache = WPF()->cache->on('memory_cashe');
@@ -1141,7 +1138,6 @@ class wpForoPost{
1141
  }
1142
  }
1143
 
1144
-
1145
  /**
1146
  * return topic slug
1147
  *
@@ -1153,7 +1149,6 @@ class wpForoPost{
1153
  *
1154
  * @return string or false
1155
  */
1156
-
1157
  function get_topicslug_byid( $postid ){
1158
 
1159
  $cache = WPF()->cache->on('memory_cashe');
@@ -1188,7 +1183,7 @@ class wpForoPost{
1188
  function get_post_url( $arg, $absolute = true ) {
1189
  if ( isset( $arg ) && ! is_array( $arg ) ) {
1190
  $postid = wpforo_bigintval( $arg );
1191
- $post = $this->get_post( $postid );
1192
  } elseif ( ! empty( $arg ) && isset( $arg['postid'] ) ) {
1193
  $post = $arg;
1194
  $postid = $post['postid'];
@@ -1462,5 +1457,63 @@ class wpForoPost{
1462
  return $posts;
1463
  }
1464
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1465
 
1466
  }
689
  return $posts;
690
  }
691
 
 
692
  function access( $post, $owner = NULL ){
693
  if( isset($post['forumid']) && !WPF()->perm->forum_can('vf', $post['forumid']) ){
694
  return false;
716
  return true;
717
  }
718
 
 
719
  function replies( array $posts, $topic = array(), $forum = array(), $level = 0 ) {
720
  $level++;
721
  if( function_exists('wpforo_thread_reply') ){
978
  }
979
 
980
  if($args['needle']){
981
+ $needle = trim( trim( str_replace(' ', '* ', $args['needle']) ), '*' ) . "*";
982
+ $needle = preg_replace('#[\(\)]+#', '', $needle);
983
+ $needle = esc_sql(substr(sanitize_text_field($needle), 0, 60));
984
 
985
  if($args['type'] === 'entire-posts'){
986
  $selects[] = "MATCH(".$fa.".`title`) AGAINST('$needle' IN BOOLEAN MODE) + MATCH(".$fa.".`body`) AGAINST('$needle' IN BOOLEAN MODE) AS matches";
1106
  return $sum;
1107
  }
1108
 
 
1109
  /**
1110
  * return forum slug
1111
  *
1117
  *
1118
  * @return string or false
1119
  */
 
1120
  function get_forumslug_byid($postid){
1121
 
1122
  $cache = WPF()->cache->on('memory_cashe');
1138
  }
1139
  }
1140
 
 
1141
  /**
1142
  * return topic slug
1143
  *
1149
  *
1150
  * @return string or false
1151
  */
 
1152
  function get_topicslug_byid( $postid ){
1153
 
1154
  $cache = WPF()->cache->on('memory_cashe');
1183
  function get_post_url( $arg, $absolute = true ) {
1184
  if ( isset( $arg ) && ! is_array( $arg ) ) {
1185
  $postid = wpforo_bigintval( $arg );
1186
+ $post = $this->get_post( $postid, false );
1187
  } elseif ( ! empty( $arg ) && isset( $arg['postid'] ) ) {
1188
  $post = $arg;
1189
  $postid = $post['postid'];
1457
  return $posts;
1458
  }
1459
 
1460
+ public function get_unread_posts($args, $limit = 10){
1461
+
1462
+ $unread_posts = array();
1463
+
1464
+ //If the unread post logging is disabled return an empty array.
1465
+ if( !wpforo_feature('view-logging') ) return $unread_posts;
1466
+
1467
+ //If there is no information about last read post.
1468
+ //Max number recent posts to search unread posts in.
1469
+ $args['row_count'] = apply_filters( 'wpforo_max_number_of_unread_posts', 100 );
1470
+
1471
+ //Find the last unread postid, if so, add 'where' condition.
1472
+ $last_read_postid = WPF()->log->get_all_read( 'post' );
1473
+ if( $last_read_postid ){
1474
+ $args['where'] = '`postid` > ' . intval($last_read_postid);
1475
+ }
1476
+
1477
+ //Find unread posts based on last read postid's in topics
1478
+ $posts = $this->get_posts($args);
1479
+ $read_topics = WPF()->log->get_read_topics();
1480
+ if( !empty($posts) ){
1481
+ if( !empty($read_topics) ){
1482
+ foreach( $posts as $key => $post ){
1483
+ if( $key == $limit ) break;
1484
+ if( !wpfkey($post, 'topicid') && $post ){
1485
+ $post_ids = explode(',', $post);
1486
+ if(!empty($post_ids)){
1487
+ foreach( $post_ids as $post_id ){
1488
+ $topicid = wpforo_post($post_id, 'topicid');
1489
+ if( $topicid == wpfval(WPF()->current_object, 'topicid') ) continue;
1490
+ if( wpfkey($read_topics, $topicid) ){
1491
+ $last_read_postid = $read_topics[ $topicid ];
1492
+ if( (int) $post_id > (int) $last_read_postid ){
1493
+ $unread_posts[] = $post_id;
1494
+ }
1495
+ } else {
1496
+ $unread_posts[] = $post_id;
1497
+ }
1498
+ }
1499
+ }
1500
+ }
1501
+ elseif( wpfkey($post, 'topicid') && wpfkey($read_topics, $post['topicid']) ){
1502
+ $last_read_postid = $read_topics[ $post['topicid'] ];
1503
+ if( (int) $post['postid'] > (int) $last_read_postid ){
1504
+ $unread_posts[] = $post;
1505
+ }
1506
+ }
1507
+ else {
1508
+ $unread_posts[] = $post;
1509
+ }
1510
+ }
1511
+ } else {
1512
+ $unread_posts = $posts;
1513
+ }
1514
+ }
1515
+ return $unread_posts;
1516
+ }
1517
+
1518
 
1519
  }
wpf-includes/class-subscribes.php CHANGED
@@ -21,32 +21,33 @@ class wpForoSubscribe{
21
 
22
  $this->default = new stdClass;
23
 
24
- $this->default->options = array (
25
- 'from_name' => $blogname . ' - ' . __('Forum', 'wpforo'),
26
- 'from_email' => $adminemail,
27
- 'admin_emails' => $adminemail,
28
- 'new_topic_notify' => 1,
29
- 'new_reply_notify' => 0,
30
- 'confirmation_email_subject' => __("Please confirm subscription to [entry_title]", 'wpforo'),
31
- 'confirmation_email_message' => __("Hello [member_name]!<br>\r\n Thank you for subscribing.<br>\r\n This is an automated response.<br>\r\n We are glad to inform you that after confirmation you will get updates from - [entry_title].<br>\r\n Please click on link below to complete this step.<br>\r\n [confirm_link]", 'wpforo') ,
32
- 'new_topic_notification_email_subject' => __("New Topic", 'wpforo') ,
33
- 'new_topic_notification_email_message' => __("Hello [member_name]!<br>\r\n New topic has been created on your subscribed forum - [forum].\r\n <br><br>\r\n <strong>[topic_title]</strong>\r\n <blockquote>\r\n [topic_desc]\r\n </blockquote>\r\n <br><hr>\r\n If you want to unsubscribe from this forum please use the link below.<br>\r\n [unsubscribe_link]", 'wpforo') ,
34
- 'new_post_notification_email_subject' => __("New Reply", 'wpforo') ,
35
- 'new_post_notification_email_message' => __("Hello [member_name]!<br>\r\n New reply has been posted on your subscribed topic - [topic].\r\n <br><br>\r\n <strong>[reply_title]</strong>\r\n <blockquote >\r\n [reply_desc]\r\n </blockquote>\r\n <br><hr>\r\n If you want to unsubscribe from this topic please use the link below.<br>\r\n [unsubscribe_link]", 'wpforo') ,
36
- 'report_email_subject' => __("Forum Post Report", 'wpforo'),
37
- 'report_email_message' => __("<strong>Report details:</strong>\r\n Reporter: [reporter], <br>\r\n Message: [message],<br>\r\n <br>\r\n [post_url]", 'wpforo'),
38
- 'wp_new_user_notification_email_admin_subject' => __("[blogname] New User Registration", 'wpforo'),
39
- 'wp_new_user_notification_email_admin_message' => __("New user registration on your site [blogname]:\r\n\r\nUsername: [user_login]\r\n\r\nEmail: [user_email]\r\n", 'wpforo'),
40
- 'wp_new_user_notification_email_subject' => __("[blogname] Your username and password info", 'wpforo'),
41
- 'wp_new_user_notification_email_message' => __("Username: [user_login]\r\n\r\nTo set your password, visit the following address:\r\n\r\n[set_password_url]\r\n\r\n", 'wpforo'),
42
- 'reset_password_email_message' => __("Hello! <br>\r\n\r\n You asked us to reset your password for your account using the email address [user_login]. <br>\r\n\r\n If this was a mistake, or you didn't ask for a password reset, just ignore this email and nothing will happen. <br>\r\n\r\n To reset your password, visit the following address: <br>\r\n\r\n [reset_password_url] <br>\r\n\r\n Thanks!", 'wpforo'),
43
- //'spam_notification_email_subject' => 'New Banned User',
44
- //'spam_notification_email_message' => "Hello [member_name]!<br>\r\n Please check this user's topics/posts and consider to Delete or Unban.<br>\r\n User Activity: [profile_activity_url]",
45
- 'update' => '1',
46
- 'user_mention_notify' => 1,
47
- 'user_mention_email_subject' => __("You have been mentioned in forum post", 'wpforo'),
48
- 'user_mention_email_message' => __("Hi [mentioned-user-name]! <br>\r\n\r\n You have been mentioned in a post on \"[topic-title]\" by [author-user-name].<br/><br/>\r\n\r\n Post URL: [post-url]", 'wpforo')
49
- );
 
50
 
51
  $this->default->subscribe_format = array(
52
  'subid' => '%d',
21
 
22
  $this->default = new stdClass;
23
 
24
+ $this->default->options = array(
25
+ 'from_name' => $blogname . ' - ' . __( 'Forum', 'wpforo' ),
26
+ 'from_email' => $adminemail,
27
+ 'admin_emails' => $adminemail,
28
+ 'new_topic_notify' => 1,
29
+ 'new_reply_notify' => 0,
30
+ 'confirmation_email_subject' => __( "Please confirm subscription to [entry_title]", 'wpforo' ),
31
+ 'confirmation_email_message' => __( "Hello [member_name]!<br>\n Thank you for subscribing.<br>\n This is an automated response.<br>\n We are glad to inform you that after confirmation you will get updates from - [entry_title].<br>\n Please click on link below to complete this step.<br>\n [confirm_link]", 'wpforo' ),
32
+ 'new_topic_notification_email_subject' => __( "New Topic", 'wpforo' ),
33
+ 'new_topic_notification_email_message' => __( "Hello [member_name]!<br>\n New topic has been created on your subscribed forum - [forum].\n <br><br>\n <strong>[topic_title]</strong>\n <blockquote>\n [topic_desc]\n </blockquote>\n <br><hr>\n If you want to unsubscribe from this forum please use the link below.<br>\n [unsubscribe_link]", 'wpforo' ),
34
+ 'new_post_notification_email_subject' => __( "New Reply", 'wpforo' ),
35
+ 'new_post_notification_email_message' => __( "Hello [member_name]!<br>\n New reply has been posted on your subscribed topic - [topic].\n <br><br>\n <strong>[reply_title]</strong>\n <blockquote >\n [reply_desc]\n </blockquote>\n <br><hr>\n If you want to unsubscribe from this topic please use the link below.<br>\n [unsubscribe_link]", 'wpforo' ),
36
+ 'report_email_subject' => __( "Forum Post Report", 'wpforo' ),
37
+ 'report_email_message' => __( "<strong>Report details:</strong>\n Reporter: [reporter], <br>\n Message: [message],<br>\n <br>\n [post_url]", 'wpforo' ),
38
+ 'overwrite_new_user_notification_admin' => 0,
39
+ 'wp_new_user_notification_email_admin_subject' => __( "[blogname] New User Registration", 'wpforo' ),
40
+ 'wp_new_user_notification_email_admin_message' => __( "New user registration on your site [blogname]:\n\nUsername: [user_login]\n\nEmail: [user_email]\n", 'wpforo' ),
41
+ 'overwrite_new_user_notification' => 0,
42
+ 'wp_new_user_notification_email_subject' => __( "[blogname] Your username and password info", 'wpforo' ),
43
+ 'wp_new_user_notification_email_message' => __( "Username: [user_login]\n\nTo set your password, visit the following address:\n\n[set_password_url]\n\n", 'wpforo' ),
44
+ 'reset_password_email_message' => __( "Hello! <br>\n\n You asked us to reset your password for your account using the email address [user_login]. <br>\n\n If this was a mistake, or you didn't ask for a password reset, just ignore this email and nothing will happen. <br>\n\n To reset your password, visit the following address: <br>\n\n [reset_password_url] <br>\n\n Thanks!", 'wpforo' ),
45
+ //'spam_notification_email_subject' => 'New Banned User',
46
+ //'spam_notification_email_message' => "Hello [member_name]!<br>\n Please check this user's topics/posts and consider to Delete or Unban.<br>\n User Activity: [profile_activity_url]",
47
+ 'user_mention_notify' => 1,
48
+ 'user_mention_email_subject' => __( "You have been mentioned in forum post", 'wpforo' ),
49
+ 'user_mention_email_message' => __( "Hi [mentioned-user-name]! <br>\n\n You have been mentioned in a post on \"[topic-title]\" by [author-user-name].<br/><br/>\n\n Post URL: [post-url]", 'wpforo' )
50
+ );
51
 
52
  $this->default->subscribe_format = array(
53
  'subid' => '%d',
wpf-includes/class-template.php CHANGED
@@ -46,54 +46,53 @@ class wpForoTemplate{
46
  });
47
 
48
  add_filter( 'wpforo_content_after', array( $this, 'do_spoilers' ) );
49
-
50
- $bubble = apply_filters('wpforo_message_bubble', true );
51
- if( $bubble ) add_action('wp_footer', array($this, 'add_footer_html'), 999999, 0);
52
 
53
  //ajax actions hooks
54
  add_action('wp_ajax_wpforo_active_tab_content_ajax', array($this, 'ajx_active_tab_content'));
55
  }
56
  }
57
 
58
- private function init_defaults(){
59
- $this->default = new stdClass;
60
-
61
- $this->default->slugs = array(
62
- 'paged' => 'paged',
63
- 'recent' => 'recent',
64
- 'tags' => 'tags',
65
- 'members' => 'members',
66
- 'profile' => 'profile',
67
- 'account' => 'account',
68
- 'activity' => 'activity',
69
- 'subscriptions' => 'subscriptions'
70
- );
71
-
72
- $this->default->style = array(
73
- 'font_size_forum' => 17,
74
- 'font_size_topic' => 16,
75
- 'font_size_post_content' => 14,
76
- 'custom_css' => "#wpforo-wrap {\r\n font-size: 13px; width: 100%; padding:10px 0; margin:0px;\r\n}\r\n"
77
- );
 
78
 
79
  $this->default->forms = array(
80
  'qa_comments_rich_editor' => 0,
81
  'threaded_reply_rich_editor' => 1,
82
- 'qa_display_answer_editor' => 1
83
  );
84
 
85
  $this->default->editor_settings = array(
86
  'media_buttons' => false,
87
  'textarea_name' => '',
88
- 'textarea_rows' => 20,
89
  'tabindex' => '',
90
- 'editor_height' => 180,
91
  'editor_css' => '',
92
  'editor_class' => '',
93
  'teeny' => false,
94
  'dfw' => false,
95
  'plugins' => 'hr,lists,textcolor,paste,wpautoresize,fullscreen,wpforo_pre_button,wpforo_link_button,wpforo_spoiler_button,wpforo_source_code_button,emoticons',
96
- 'tinymce' => array(
97
  'toolbar1' => 'fontsizeselect,bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,wpf_spoil,undo,redo,pastetext,source_code,emoticons,fullscreen',
98
  'toolbar2' => '',
99
  'toolbar3' => '',
@@ -115,13 +114,16 @@ class wpForoTemplate{
115
  'default_editor' => 'tinymce'
116
  );
117
 
118
- $theme = get_option('wpforo_theme_options');
119
- if(empty($theme)) $theme = $this->find_theme( 'classic' );
120
- $this->default->options = $theme;
121
- }
 
 
122
 
123
  private function init_options(){
124
  $this->slugs = get_wpf_option('wpforo_tpl_slugs', $this->default->slugs);
 
125
  $this->style = get_wpf_option('wpforo_style_options', $this->default->style);
126
 
127
  $this->options = get_wpf_option('wpforo_theme_options', $this->default->options);
@@ -255,7 +257,7 @@ class wpForoTemplate{
255
  <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?>/>&nbsp;<label for="wpf-topic-sbs"><?php $layout == 3 ? wpforo_phrase('Subscribe to this question') : wpforo_phrase('Subscribe to this topic') ?></label></div>
256
  <?php endif; ?>
257
  <?php do_action('wpforo_editor_topic_submit_before', $forumid) ?>
258
- <input id="wpf_formbutton" type="submit" name="topic[save]" class="button button-primary forum_submit" value="<?php $layout == 3 ? wpforo_phrase('Ask a question') : wpforo_phrase('Add topic') ?>">
259
  <?php do_action('wpforo_editor_topic_submit_after', $forumid) ?>
260
  <div class="wpf-clear"></div>
261
  </div>
@@ -326,7 +328,7 @@ class wpForoTemplate{
326
  <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?>/>&nbsp;<label for="wpf-topic-sbs"><?php $layout == 3 ? wpforo_phrase('Subscribe to this question') : wpforo_phrase('Subscribe to this topic') ?></label></div>
327
  <?php endif; ?>
328
  <?php do_action('wpforo_editor_topic_submit_before', $forumid) ?>
329
- <input id="wpf_formbutton" type="submit" name="topic[save]" class="button button-primary forum_submit" value="<?php $layout == 3 ? wpforo_phrase('Ask a question') : wpforo_phrase('Add topic') ?>">
330
  <?php do_action('wpforo_editor_topic_submit_after', $forumid) ?>
331
  <div class="wpf-clear"></div>
332
  </div>
@@ -353,8 +355,6 @@ class wpForoTemplate{
353
  function reply_form($args){
354
  extract($args, EXTR_OVERWRITE);
355
 
356
- $this->report_dialog();
357
-
358
  if( wpfval($args, 'topic_closed') ) return;
359
 
360
  $textareaid = uniqid('wpf_post_body_');
@@ -416,11 +416,11 @@ class wpForoTemplate{
416
  $args = array( "userid" => WPF()->current_userid , "itemid" => intval($topicid), "type" => "topic" );
417
  $subscribe = WPF()->sbscrb->get_subscribe( $args );
418
  if( !isset($subscribe['subid']) ) : ?>
419
- <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?> />&nbsp;<label for="wpf-topic-sbs"><?php wpforo_phrase(( WPF()->forum->get_layout() == 3 ? 'Subscribe to this question' : 'Subscribe to this topic' ) ) ?></label></div>
420
  <?php endif;
421
  endif; ?>
422
  <?php do_action('wpforo_editor_post_submit_before') ?>
423
- <input id="wpf_formbutton" type="submit" name="post[save]" class="button button-primary forum_submit" value="<?php wpforo_phrase(( WPF()->forum->get_layout() == 3 ? 'Answer' : 'Add Reply' ) ) ?>">
424
  <?php do_action('wpforo_editor_post_submit_after') ?>
425
  <div class="wpf-clear"></div>
426
  </form>
@@ -477,7 +477,7 @@ class wpForoTemplate{
477
  <?php do_action('wpforo_portable_form_extra_fields_after') ?>
478
  </div>
479
  <?php do_action('wpforo_portable_editor_post_submit_before') ?>
480
- <button type="submit" name="post[save]" class="wpf-button">
481
  <?php echo $submit_ico ?>
482
  <?php echo $submit_value ?>
483
  </button>
@@ -541,7 +541,7 @@ class wpForoTemplate{
541
  <?php endif;
542
  endif; ?>
543
  <?php do_action('wpforo_portable_editor_post_submit_before') ?>
544
- <button type="submit" name="post[save]" class="wpf-button">
545
  <?php echo $submit_ico ?>
546
  <?php echo $submit_value ?>
547
  </button>
@@ -637,9 +637,19 @@ class wpForoTemplate{
637
  <label class="wpf-input-label"><?php wpforo_phrase('Select Posts to Split') ?> <sup>*</sup></label>
638
  <div class="wpf-split-posts">
639
  <ul>
640
- <?php foreach ($posts as $post) : ?>
 
 
 
 
 
 
 
641
  <li>
642
- <label title="<?php wpforo_text($post['body'], 200); ?>"><input type="checkbox" name="wpforo[posts][]" value="<?php echo $post['postid'] ?>" /><?php wpforo_text($post['body'], 100); ?></label>
 
 
 
643
  </li>
644
  <?php endforeach; ?>
645
  </ul>
@@ -700,9 +710,19 @@ class wpForoTemplate{
700
  <label class="wpf-input-label"><?php wpforo_phrase('Select Posts to Split') ?> <sup>*</sup></label>
701
  <div class="wpf-split-posts">
702
  <ul>
703
- <?php foreach ($posts as $post) : ?>
 
 
 
 
 
 
 
704
  <li>
705
- <label title="<?php wpforo_text($post['body'], 200); ?>"><input type="checkbox" name="wpforo[posts][]" value="<?php echo $post['postid'] ?>" /><?php wpforo_text($post['body'], 100); ?></label>
 
 
 
706
  </li>
707
  <?php endforeach; ?>
708
  </ul>
@@ -1026,8 +1046,15 @@ class wpForoTemplate{
1026
  }
1027
  break;
1028
  case 'link':
1029
- $url = ( $is_topic ) ? WPF()->topic->get_topic_url( $topic ) : wpforo_post( $postid, 'url' );
1030
- $button_html[] = '<a wpf-tooltip="'.esc_attr(wpforo_phrase('Post link', false)).'" href="'. esc_url($url) .'"><i class="fas fa-link wpfsx"></i></a>';
 
 
 
 
 
 
 
1031
  break;
1032
  case 'positivevote':
1033
  if( WPF()->perm->forum_can('v', $forumid) && $login ) {
@@ -1577,7 +1604,7 @@ class wpForoTemplate{
1577
  'submenues' => array()
1578
  );
1579
  }else{
1580
- if ( wpforo_feature( 'user-register' ) ) {
1581
  WPF()->menu['wpforo-register'] = array(
1582
  'href' => wpforo_register_url(),
1583
  'label' => wpforo_phrase( 'register', false ),
@@ -2029,14 +2056,10 @@ class wpForoTemplate{
2029
  }
2030
 
2031
  public function add_footer_html(){
2032
- ?>
2033
- <div id="wpforo-load" class="wpforo-load">
2034
- <div class="wpf-load-ico-wrap"><i class="fas fa-3x fa-spinner fa-spin"></i></div>
2035
- <div class="wpf-load-txt-wrap"><span class="loadtext"></span></div>
2036
- </div>
2037
-
2038
- <div id="wpf-msg-box"></div>
2039
- <?php
2040
  }
2041
 
2042
  public function posts_ordering_dropdown($orderby = null, $topicid = null){
@@ -2139,7 +2162,7 @@ class wpForoTemplate{
2139
  $phrase = ( WPF()->forum->get_layout( $forumid ) == 3 ? wpforo_phrase( 'Ask a question', false ) : wpforo_phrase( 'Add Topic', false ) );
2140
  if( WPF()->current_object['template'] == 'forum' ) :
2141
  if( WPF()->forum->options['layout_threaded_add_topic_button'] ): ?>
2142
- <?php if( WPF()->perm->forum_can( 'ct', $forumid) ): ?>
2143
  <div class="wpf-head-bar-right">
2144
  <button class="wpf-button add_wpftopic" data-phrase="<?php echo $phrase ?>">
2145
  <?php echo $phrase ?>
@@ -2147,9 +2170,7 @@ class wpForoTemplate{
2147
  </div>
2148
  <?php elseif( WPF()->current_user_groupid == 4 ) : ?>
2149
  <div class="wpf-head-bar-right">
2150
- <button class="wpf-button add_wpftopic not_reg_user" data-phrase="<?php echo $phrase ?>">
2151
- <?php echo $phrase ?>
2152
- </button>
2153
  </div>
2154
  <?php endif; ?>
2155
  <?php endif;
@@ -2159,26 +2180,46 @@ class wpForoTemplate{
2159
  <?php echo $phrase ?>
2160
  </button>
2161
  <?php elseif ( WPF()->current_user_groupid == 4 ) : ?>
2162
- <button id="add_wpftopic" class="wpf-button not_reg_user" data-phrase="<?php echo $phrase ?>">
2163
- <?php echo $phrase ?>
2164
- </button>
2165
  <?php endif;
2166
  endif;
2167
  }
2168
 
2169
- private function report_dialog(){
2170
- ?>
2171
- <!-- Report Dialog -->
 
2172
 
2173
- <div id="wpf_reportdialog" title="<?php esc_attr( wpforo_phrase('Report to Administration') ) ?>" style="display: none">
2174
- <form id="wpf_reportform">
2175
- <input type="hidden" id="wpf_reportpostid" value=""/>
2176
- <textarea required style="width:100%; height:105px;" id="wpf_reportmessagecontent" placeholder="<?php esc_attr( wpforo_phrase('Write message') ) ?>"></textarea>
2177
- </form>
2178
- <input style="float: right;" id="wpf_sendreport" type="submit" value="<?php wpforo_phrase('Send Report') ?>"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2179
  </div>
 
 
2180
 
2181
- <!-- Report Dialog end -->
 
 
 
 
 
2182
  <?php
2183
  }
2184
 
46
  });
47
 
48
  add_filter( 'wpforo_content_after', array( $this, 'do_spoilers' ) );
49
+ add_action('wp_footer', array($this, 'add_footer_html'), 999999);
 
 
50
 
51
  //ajax actions hooks
52
  add_action('wp_ajax_wpforo_active_tab_content_ajax', array($this, 'ajx_active_tab_content'));
53
  }
54
  }
55
 
56
+ private function init_defaults() {
57
+ $this->default = new stdClass;
58
+
59
+ $this->default->slugs = array(
60
+ 'paged' => 'paged',
61
+ 'recent' => 'recent',
62
+ 'tags' => 'tags',
63
+ 'members' => 'members',
64
+ 'profile' => 'profile',
65
+ 'account' => 'account',
66
+ 'activity' => 'activity',
67
+ 'subscriptions' => 'subscriptions',
68
+ 'postid' => 'postid'
69
+ );
70
+
71
+ $this->default->style = array(
72
+ 'font_size_forum' => 17,
73
+ 'font_size_topic' => 16,
74
+ 'font_size_post_content' => 14,
75
+ 'custom_css' => "#wpforo-wrap {\r\n font-size: 13px; width: 100%; padding:10px 0; margin:0px;\r\n}\r\n"
76
+ );
77
 
78
  $this->default->forms = array(
79
  'qa_comments_rich_editor' => 0,
80
  'threaded_reply_rich_editor' => 1,
81
+ 'qa_display_answer_editor' => 1
82
  );
83
 
84
  $this->default->editor_settings = array(
85
  'media_buttons' => false,
86
  'textarea_name' => '',
87
+ 'textarea_rows' => 15,
88
  'tabindex' => '',
89
+ 'editor_height' => 130,
90
  'editor_css' => '',
91
  'editor_class' => '',
92
  'teeny' => false,
93
  'dfw' => false,
94
  'plugins' => 'hr,lists,textcolor,paste,wpautoresize,fullscreen,wpforo_pre_button,wpforo_link_button,wpforo_spoiler_button,wpforo_source_code_button,emoticons',
95
+ 'tinymce' => array(
96
  'toolbar1' => 'fontsizeselect,bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,wpf_spoil,undo,redo,pastetext,source_code,emoticons,fullscreen',
97
  'toolbar2' => '',
98
  'toolbar3' => '',
114
  'default_editor' => 'tinymce'
115
  );
116
 
117
+ $theme = get_option( 'wpforo_theme_options' );
118
+ if ( empty( $theme ) ) {
119
+ $theme = $this->find_theme( 'classic' );
120
+ }
121
+ $this->default->options = $theme;
122
+ }
123
 
124
  private function init_options(){
125
  $this->slugs = get_wpf_option('wpforo_tpl_slugs', $this->default->slugs);
126
+ $this->slugs = array_map('wpforo_fix_url', $this->slugs);
127
  $this->style = get_wpf_option('wpforo_style_options', $this->default->style);
128
 
129
  $this->options = get_wpf_option('wpforo_theme_options', $this->default->options);
257
  <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?>/>&nbsp;<label for="wpf-topic-sbs"><?php $layout == 3 ? wpforo_phrase('Subscribe to this question') : wpforo_phrase('Subscribe to this topic') ?></label></div>
258
  <?php endif; ?>
259
  <?php do_action('wpforo_editor_topic_submit_before', $forumid) ?>
260
+ <input id="wpf_formbutton" type="submit" name="topic[save]" class="button button-primary forum_submit" value="<?php $layout == 3 ? wpforo_phrase('Ask a question') : wpforo_phrase('Add topic') ?>" title="Ctrl+Enter">
261
  <?php do_action('wpforo_editor_topic_submit_after', $forumid) ?>
262
  <div class="wpf-clear"></div>
263
  </div>
328
  <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?>/>&nbsp;<label for="wpf-topic-sbs"><?php $layout == 3 ? wpforo_phrase('Subscribe to this question') : wpforo_phrase('Subscribe to this topic') ?></label></div>
329
  <?php endif; ?>
330
  <?php do_action('wpforo_editor_topic_submit_before', $forumid) ?>
331
+ <input id="wpf_formbutton" type="submit" name="topic[save]" class="button button-primary forum_submit" value="<?php $layout == 3 ? wpforo_phrase('Ask a question') : wpforo_phrase('Add topic') ?>" title="Ctrl+Enter">
332
  <?php do_action('wpforo_editor_topic_submit_after', $forumid) ?>
333
  <div class="wpf-clear"></div>
334
  </div>
355
  function reply_form($args){
356
  extract($args, EXTR_OVERWRITE);
357
 
 
 
358
  if( wpfval($args, 'topic_closed') ) return;
359
 
360
  $textareaid = uniqid('wpf_post_body_');
416
  $args = array( "userid" => WPF()->current_userid , "itemid" => intval($topicid), "type" => "topic" );
417
  $subscribe = WPF()->sbscrb->get_subscribe( $args );
418
  if( !isset($subscribe['subid']) ) : ?>
419
+ <div class="wpf-topic-sbs"><input id="wpf-topic-sbs" type="checkbox" name="wpforo_topic_subs" value="1" <?php echo ( wpforo_feature('subscribe_checkbox_default_status') ) ? 'checked="true" ' : ''; ?> />&nbsp;<label for="wpf-topic-sbs"><?php WPF()->forum->get_layout() == 3 ? wpforo_phrase('Subscribe to this question') : wpforo_phrase('Subscribe to this topic'); ?></label></div>
420
  <?php endif;
421
  endif; ?>
422
  <?php do_action('wpforo_editor_post_submit_before') ?>
423
+ <input id="wpf_formbutton" type="submit" name="post[save]" class="button button-primary forum_submit" value="<?php wpforo_phrase(( WPF()->forum->get_layout() == 3 ? 'Answer' : 'Add Reply' ) ) ?>" title="Ctrl+Enter">
424
  <?php do_action('wpforo_editor_post_submit_after') ?>
425
  <div class="wpf-clear"></div>
426
  </form>
477
  <?php do_action('wpforo_portable_form_extra_fields_after') ?>
478
  </div>
479
  <?php do_action('wpforo_portable_editor_post_submit_before') ?>
480
+ <button type="submit" name="post[save]" class="wpf-button" title="Ctrl+Enter">
481
  <?php echo $submit_ico ?>
482
  <?php echo $submit_value ?>
483
  </button>
541
  <?php endif;
542
  endif; ?>
543
  <?php do_action('wpforo_portable_editor_post_submit_before') ?>
544
+ <button type="submit" name="post[save]" class="wpf-button" title="Ctrl+Enter">
545
  <?php echo $submit_ico ?>
546
  <?php echo $submit_value ?>
547
  </button>
637
  <label class="wpf-input-label"><?php wpforo_phrase('Select Posts to Split') ?> <sup>*</sup></label>
638
  <div class="wpf-split-posts">
639
  <ul>
640
+ <?php foreach ($posts as $post) :
641
+ if( $title = wpforo_text($post['body'], 200, false) ){
642
+ $value = wpforo_text($post['body'], 100, false);
643
+ }else{
644
+ $title = wpforo_text($post['title'], 200, false);
645
+ $value = wpforo_text($post['title'], 100, false);
646
+ }
647
+ ?>
648
  <li>
649
+ <label title="<?php echo $title ?>">
650
+ <input type="checkbox" name="wpforo[posts][]" value="<?php echo $post['postid'] ?>">
651
+ <?php echo $value ?>
652
+ </label>
653
  </li>
654
  <?php endforeach; ?>
655
  </ul>
710
  <label class="wpf-input-label"><?php wpforo_phrase('Select Posts to Split') ?> <sup>*</sup></label>
711
  <div class="wpf-split-posts">
712
  <ul>
713
+ <?php foreach ($posts as $post) :
714
+ if( $title = wpforo_text($post['body'], 200, false) ){
715
+ $value = wpforo_text($post['body'], 100, false);
716
+ }else{
717
+ $title = wpforo_text($post['title'], 200, false);
718
+ $value = wpforo_text($post['title'], 100, false);
719
+ }
720
+ ?>
721
  <li>
722
+ <label title="<?php echo $title ?>">
723
+ <input type="checkbox" name="wpforo[posts][]" value="<?php echo $post['postid'] ?>">
724
+ <?php echo $value ?>
725
+ </label>
726
  </li>
727
  <?php endforeach; ?>
728
  </ul>
1046
  }
1047
  break;
1048
  case 'link':
1049
+ $full_url = esc_url( wpforo_post( $postid, 'url' ) );
1050
+ $short_url = esc_url( wpforo_home_url( '/' . $this->slugs['postid'] . '/' . $postid . '/' ) );
1051
+ $title = esc_attr(wpforo_phrase('Post link', false));
1052
+ $button_html[] = sprintf(
1053
+ '<span class="wpf-action" title="%1$s" data-copy-wpf-furl="%2$s" data-copy-wpf-shurl="%3$s"><i class="fas fa-link wpfsx"></i></span>',
1054
+ $title,
1055
+ $full_url,
1056
+ $short_url
1057
+ );
1058
  break;
1059
  case 'positivevote':
1060
  if( WPF()->perm->forum_can('v', $forumid) && $login ) {
1604
  'submenues' => array()
1605
  );
1606
  }else{
1607
+ if ( wpforo_feature( 'user-register' ) || WPF()->member->options['register_url'] ) {
1608
  WPF()->menu['wpforo-register'] = array(
1609
  'href' => wpforo_register_url(),
1610
  'label' => wpforo_phrase( 'register', false ),
2056
  }
2057
 
2058
  public function add_footer_html(){
2059
+ $this->dialog();
2060
+ $this->spinner();
2061
+ if( apply_filters( 'wpforo_message_bubble', true ) ) $this->msg_box();
2062
+ if( WPF()->current_object['template'] === 'post' ) $this->report_form();
 
 
 
 
2063
  }
2064
 
2065
  public function posts_ordering_dropdown($orderby = null, $topicid = null){
2162
  $phrase = ( WPF()->forum->get_layout( $forumid ) == 3 ? wpforo_phrase( 'Ask a question', false ) : wpforo_phrase( 'Add Topic', false ) );
2163
  if( WPF()->current_object['template'] == 'forum' ) :
2164
  if( WPF()->forum->options['layout_threaded_add_topic_button'] ): ?>
2165
+ <?php if( WPF()->perm->forum_can( 'ct', $forumid) ): WPF()->current_object['load_tinymce'] = true; ?>
2166
  <div class="wpf-head-bar-right">
2167
  <button class="wpf-button add_wpftopic" data-phrase="<?php echo $phrase ?>">
2168
  <?php echo $phrase ?>
2170
  </div>
2171
  <?php elseif( WPF()->current_user_groupid == 4 ) : ?>
2172
  <div class="wpf-head-bar-right">
2173
+ <a href="<?php echo wpforo_login_url() ?>" class="wpf-button"><?php echo $phrase ?></a>
 
 
2174
  </div>
2175
  <?php endif; ?>
2176
  <?php endif;
2180
  <?php echo $phrase ?>
2181
  </button>
2182
  <?php elseif ( WPF()->current_user_groupid == 4 ) : ?>
2183
+ <a href="<?php echo wpforo_login_url() ?>" class="wpf-button"><?php echo $phrase ?></a>
 
 
2184
  <?php endif;
2185
  endif;
2186
  }
2187
 
2188
+ private function msg_box(){ ?>
2189
+ <div id="wpf-msg-box"></div>
2190
+ <?php
2191
+ }
2192
 
2193
+ private function spinner(){ ?>
2194
+ <div id="wpforo-load" class="wpforo-load">
2195
+ <div class="wpf-load-ico-wrap"><i class="fas fa-3x fa-spinner fa-spin"></i></div>
2196
+ <div class="wpf-load-txt-wrap"><span class="loadtext"></span></div>
2197
+ </div>
2198
+ <?php
2199
+ }
2200
+
2201
+ private function dialog(){ ?>
2202
+ <div id="wpforo-dialog-extra-wrap">
2203
+ <div id="wpforo-dialog-wrap">
2204
+ <div id="wpforo-dialog">
2205
+ <div id="wpforo-dialog-header">
2206
+ <strong id="wpforo-dialog-title"></strong>
2207
+ <i id="wpforo-dialog-close" class="fas fa-window-close fa-2x"></i>
2208
+ </div>
2209
+ <div id="wpforo-dialog-body"></div>
2210
+ </div>
2211
+ </div>
2212
+ <div id="wpforo-dialog-backups"></div>
2213
  </div>
2214
+ <?php
2215
+ }
2216
 
2217
+ private function report_form(){ ?>
2218
+ <form id="wpforo-report" data-title="<?php echo esc_attr( wpforo_phrase('Report to Administration', false) ) ?>">
2219
+ <input type="hidden" id="wpforo-report-postid">
2220
+ <textarea id="wpforo-report-content" required placeholder="<?php esc_attr( wpforo_phrase('Write message') ) ?>"></textarea>
2221
+ <input id="wpforo-report-send" type="button" value="<?php wpforo_phrase('Send Report') ?>" title="Ctrl+Enter">
2222
+ </form>
2223
  <?php
2224
  }
2225
 
wpf-includes/class-usergroups.php CHANGED
@@ -122,16 +122,16 @@ class wpForoUsergroup{
122
 
123
  function usergroup_list_data(){
124
  $ugdata = array();
125
- $ugroups = WPF()->db->get_results('SELECT * FROM '.WPF()->tables->usergroups.' ORDER BY `name` ', ARRAY_A);
126
- foreach($ugroups as $ugroup){
127
- $user_count = WPF()->db->get_var("SELECT COUNT(*) FROM ".WPF()->tables->profiles." WHERE `groupid` = " . intval($ugroup['groupid']) . " OR FIND_IN_SET(" . intval($ugroup['groupid']) . ", `secondary_groups`)");
128
- $ugdata[$ugroup['groupid']]['groupid'] = $ugroup['groupid'];
129
- $ugdata[$ugroup['groupid']]['name'] = wpforo_phrase($ugroup['name'], FALSE);
130
- $ugdata[$ugroup['groupid']]['role'] = $ugroup['role'];
131
- $ugdata[$ugroup['groupid']]['count'] = intval($user_count);
132
- $ugdata[$ugroup['groupid']]['access'] = $ugroup['access'];
133
- $ugdata[$ugroup['groupid']]['color'] = $ugroup['color'];
134
- $ugdata[$ugroup['groupid']]['secondary'] = $ugroup['secondary'];
135
  }
136
  return $ugdata;
137
  }
@@ -180,7 +180,7 @@ class wpForoUsergroup{
180
  }
181
 
182
  function edit( $groupid, $title, $cans, $description = '', $role = NULL, $access = NULL, $color = '', $visible = 1, $secondary = 0 ){
183
- if( !current_user_can('administrator') ){
184
  WPF()->notice->add('Permission denied', 'error');
185
  return FALSE;
186
  }
@@ -220,7 +220,7 @@ class wpForoUsergroup{
220
  }
221
 
222
  function delete($groupid, $mergeid){
223
- if( !current_user_can('administrator') ){
224
  WPF()->notice->add('Permission denied', 'error');
225
  return FALSE;
226
  }
@@ -295,17 +295,34 @@ class wpForoUsergroup{
295
  }
296
  return $second_groupid;
297
  }
298
-
299
- function show_selectbox($selected_groupids = array(), $exclude = array() ){
300
- if( !$selected_groupids ) $selected_groupids = (isset($_POST['usergroup']['groupid'])) ? intval($_POST['usergroup']['groupid']) : 0;
301
- if( !$selected_groupids ) $selected_groupids = $this->default_groupid;
302
- $selected_groupids = array_filter( (array)$selected_groupids );
303
- if( empty($exclude) && isset($_GET['gid']) && intval($_GET['gid']) ) $exclude[] = intval($_GET['gid']);
304
- $ugroups = $this->usergroup_list_data();
305
- foreach($ugroups as $ugroup){
306
- if( in_array($ugroup['groupid'], $exclude) || ( !in_array(4, $selected_groupids) && $ugroup['groupid'] == 4) ) continue;
307
- echo '<option value="'.esc_attr($ugroup['groupid']).'" '.( in_array($ugroup['groupid'], $selected_groupids) ? 'selected' : '').'>' . esc_html( __($ugroup['name'], 'wpforo') ) . '</option>';
 
 
 
 
 
 
 
 
308
  }
 
 
 
 
 
 
 
 
 
309
  }
310
 
311
  function get_visible_usergroup_ids(){
122
 
123
  function usergroup_list_data(){
124
  $ugdata = array();
125
+ $groups = WPF()->db->get_results('SELECT * FROM '.WPF()->tables->usergroups.' ORDER BY `name` ', ARRAY_A);
126
+ foreach($groups as $group){
127
+ $user_count = WPF()->db->get_var("SELECT COUNT(*) FROM ".WPF()->tables->profiles." WHERE `groupid` = " . intval($group['groupid']) . " OR FIND_IN_SET(" . intval($group['groupid']) . ", `secondary_groups`)");
128
+ $ugdata[$group['groupid']]['groupid'] = intval($group['groupid']);
129
+ $ugdata[$group['groupid']]['name'] = wpforo_phrase($group['name'], FALSE);
130
+ $ugdata[$group['groupid']]['role'] = $group['role'];
131
+ $ugdata[$group['groupid']]['count'] = intval($user_count);
132
+ $ugdata[$group['groupid']]['access'] = $group['access'];
133
+ $ugdata[$group['groupid']]['color'] = $group['color'];
134
+ $ugdata[$group['groupid']]['secondary'] = $group['secondary'];
135
  }
136
  return $ugdata;
137
  }
180
  }
181
 
182
  function edit( $groupid, $title, $cans, $description = '', $role = NULL, $access = NULL, $color = '', $visible = 1, $secondary = 0 ){
183
+ if( !WPF()->perm->usergroup_can('vmg') ){
184
  WPF()->notice->add('Permission denied', 'error');
185
  return FALSE;
186
  }
220
  }
221
 
222
  function delete($groupid, $mergeid){
223
+ if( !WPF()->perm->usergroup_can('vmg') ){
224
  WPF()->notice->add('Permission denied', 'error');
225
  return FALSE;
226
  }
295
  }
296
  return $second_groupid;
297
  }
298
+
299
+ /**
300
+ * @param array|int $selected
301
+ * @param array|int $exclude
302
+ *
303
+ * @return string
304
+ */
305
+ public function get_selectbox($selected = array(), $exclude = 4 ){
306
+ $selected = array_map('intval', (array) $selected );
307
+ $exclude = array_map('intval', (array) $exclude );
308
+ $html = '';
309
+ foreach($this->usergroup_list_data() as $group){
310
+ if( in_array($group['groupid'], $exclude) ) continue;
311
+ $html .= sprintf('<option value="%1$s" %2$s>%3$s</option>',
312
+ intval($group['groupid']),
313
+ in_array($group['groupid'], $selected) ? ' selected ' : '',
314
+ esc_html($group['name'])
315
+ );
316
  }
317
+ return $html;
318
+ }
319
+
320
+ /**
321
+ * @param array|int $selected
322
+ * @param array|int $exclude
323
+ */
324
+ public function show_selectbox($selected = array(), $exclude = array()){
325
+ echo $this->get_selectbox($selected, $exclude);
326
  }
327
 
328
  function get_visible_usergroup_ids(){
wpf-includes/functions-installation.php CHANGED
@@ -300,8 +300,8 @@ function wpforo_activation(){
300
  $sql = "SELECT COUNT(*) FROM `".WPF()->tables->forums."`";
301
  $count = WPF()->db->get_var($sql);
302
  if(!$count){
303
- if( $parentid = WPF()->forum->add( array( 'title' => __('Main Category', 'wpforo'), 'description' => __('This is a simple category / section', 'wpforo') ), FALSE ) ){
304
- WPF()->forum->add( array( 'title' => __('Main Forum', 'wpforo'), 'description' => __('This is a simple parent forum', 'wpforo'), 'parentid' => $parentid ), FALSE );
305
  }
306
  }
307
 
@@ -548,13 +548,13 @@ function wpforo_activation(){
548
  }
549
  #################################################################
550
  // ADD `root` fields in POSTS TABLE ///////////////
551
- $post_table_count = @WPF()->db->get_var("SELECT COUNT(*) FROM `".WPF()->tables->posts."`");
552
- if( $post_table_count < 100000 ){
553
  $args = array( 'table' => WPF()->tables->posts, 'col' => 'root', 'check' => 'col_exists' );
554
  if( !wpforo_db_check( $args ) ){
555
  @WPF()->db->query( "ALTER TABLE `".WPF()->tables->posts."` ADD `root` BIGINT, ADD KEY(`root`)" );
556
  }
557
- }
558
  #################################################################
559
  // ADD `new` in ACTIVITY TABLE /////////////////////////////////
560
  $args = array( 'table' => WPF()->tables->activity, 'col' => 'new', 'check' => 'col_exists' );
300
  $sql = "SELECT COUNT(*) FROM `".WPF()->tables->forums."`";
301
  $count = WPF()->db->get_var($sql);
302
  if(!$count){
303
+ if( $parentid = WPF()->forum->add( array( 'title' => __('Main Category', 'wpforo'), 'description' => __('This is a simple category / section', 'wpforo'), 'cat_layout' => 4, 'icon' => 'fas fa-comments'), FALSE ) ){
304
+ WPF()->forum->add( array( 'title' => __('Main Forum', 'wpforo'), 'description' => __('This is a simple parent forum', 'wpforo'), 'parentid' => $parentid, 'cat_layout' => 4, 'icon' => 'fas fa-comments'), FALSE );
305
  }
306
  }
307
 
548
  }
549
  #################################################################
550
  // ADD `root` fields in POSTS TABLE ///////////////
551
+ //$post_table_count = @WPF()->db->get_var("SELECT COUNT(*) FROM `".WPF()->tables->posts."`");
552
+ //if( $post_table_count < 100000 ){
553
  $args = array( 'table' => WPF()->tables->posts, 'col' => 'root', 'check' => 'col_exists' );
554
  if( !wpforo_db_check( $args ) ){
555
  @WPF()->db->query( "ALTER TABLE `".WPF()->tables->posts."` ADD `root` BIGINT, ADD KEY(`root`)" );
556
  }
557
+ //}
558
  #################################################################
559
  // ADD `new` in ACTIVITY TABLE /////////////////////////////////
560
  $args = array( 'table' => WPF()->tables->activity, 'col' => 'new', 'check' => 'col_exists' );
wpf-includes/functions-template.php CHANGED
@@ -21,11 +21,11 @@ function wpforo_login_url(){
21
 
22
 
23
  function wpforo_register_url(){
24
- if(isset(WPF()->member->options['register_url']) && WPF()->member->options['register_url']){
25
  $wp_register_url = trim(get_bloginfo('url') , '/') . '/' . ltrim(WPF()->member->options['register_url'] , '/');
26
- }
27
- else{
28
- $wp_register_url = wpforo_home_url('?foro=signup');
29
  }
30
  return esc_url($wp_register_url);
31
  }
@@ -179,7 +179,6 @@ class wpForo_Widget_profile extends WP_Widget {
179
  );
180
  $this->init_local_vars();
181
  }
182
-
183
  private function init_local_vars(){
184
  $this->default_instance = array(
185
  'title' => __('My Profile', 'wpforo'),
@@ -192,10 +191,17 @@ class wpForo_Widget_profile extends WP_Widget {
192
  'hide_for_guests' => false
193
  );
194
  }
195
-
196
  public function widget( $args, $instance ) {
197
  $display_widget = ( !is_user_logged_in() ) ? ( wpfval($instance, 'hide_for_guests') ? false : true ) : true;
198
  if ( $display_widget ) {
 
 
 
 
 
 
 
 
199
  $class = ( isset(WPF()->tpl->options['style']) ) ? 'wpf-' . WPF()->tpl->options['style'] : '';
200
  echo $args['before_widget'];
201
  echo '<div id="wpf-widget-profile" class="wpforo-widget-wrap ' . esc_attr($class) . '">';
@@ -210,7 +216,7 @@ class wpForo_Widget_profile extends WP_Widget {
210
  $member = WPF()->current_user;
211
  ?>
212
  <div class="wpf-prof-wrap">
213
- <?php if( is_user_logged_in() ): ?>
214
  <div class="wpf-prof-header">
215
  <?php if( !wpfval($instance, 'hide_avatar') ): ?>
216
  <div class="wpf-prof-avatar">
@@ -274,7 +280,6 @@ class wpForo_Widget_profile extends WP_Widget {
274
  echo $args['after_widget'];
275
  }
276
  }
277
-
278
  public function form( $instance ) {
279
  $title = isset( $instance['title'] ) ? $instance['title'] : __('My Profile', 'wpforo');
280
  $title_guest = isset( $instance['title_guest'] ) ? $instance['title_guest'] : __('Join Us!', 'wpforo');
@@ -342,6 +347,15 @@ class wpForo_Widget_search extends WP_Widget {
342
  );
343
  }
344
  public function widget( $args, $instance ) {
 
 
 
 
 
 
 
 
 
345
  echo $args['before_widget']; //This is a HTML content//
346
  echo '<div id="wpf-widget-search" class="wpforo-widget-wrap">';
347
  if ( ! empty( $instance['title'] ) ) {
@@ -419,6 +433,15 @@ class wpForo_Widget_online_members extends WP_Widget {
419
  );
420
  }
421
  public function widget( $args, $instance ) {
 
 
 
 
 
 
 
 
 
422
  echo $args['before_widget']; //This is a HTML content//
423
  echo '<div id="wpf-widget-online-users" class="wpforo-widget-wrap">';
424
  if ( ! empty( $instance['title'] ) ) {
@@ -504,7 +527,6 @@ class wpForo_Widget_recent_topics extends WP_Widget {
504
  );
505
  $this->init_local_vars();
506
  }
507
-
508
  private function init_local_vars(){
509
  $this->default_instance = array(
510
  'title' => 'Recent Topics',
@@ -528,8 +550,16 @@ class wpForo_Widget_recent_topics extends WP_Widget {
528
  'ASC' => __('ASC', 'wpforo')
529
  );
530
  }
531
-
532
  public function widget( $args, $instance ) {
 
 
 
 
 
 
 
 
 
533
  $instance = wpforo_parse_args($instance, $this->default_instance);
534
  if( $instance['current_forumid_filter'] && $current_forumid = wpfval( WPF()->current_object, 'forumid' ) ){
535
  $instance['forumids'] = (array) $current_forumid;
@@ -570,7 +600,10 @@ class wpForo_Widget_recent_topics extends WP_Widget {
570
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
571
  <p class="posttitle">
572
  <?php if( wpfval($instance, 'goto_unread') ): ?>
573
- <a href="<?php wpforo_unread_url($topic['topicid'], $topic_url) ?>"><?php echo esc_html($topic['title']) ?></a> <?php wpforo_unread_button($topic['topicid'], $topic_url); ?>
 
 
 
574
  <?php else: ?>
575
  <a href="<?php echo esc_url($topic_url) ?>"><?php echo esc_html($topic['title']) ?></a>
576
  <?php endif; ?>
@@ -674,7 +707,6 @@ class wpForo_Widget_recent_replies extends WP_Widget {
674
  );
675
  $this->init_local_vars();
676
  }
677
-
678
  private function init_local_vars(){
679
  $this->default_instance = array(
680
  'title' => 'Recent Posts',
@@ -685,7 +717,9 @@ class wpForo_Widget_recent_replies extends WP_Widget {
685
  'limit_per_topic' => 0,
686
  'display_avatar' => false,
687
  'forumids_filter' => false,
688
- 'current_forumid_filter' => false
 
 
689
  );
690
  $this->orderby_fields = array(
691
  'created' => __('Created Date', 'wpforo'),
@@ -696,100 +730,136 @@ class wpForo_Widget_recent_replies extends WP_Widget {
696
  'ASC' => __('ASC', 'wpforo')
697
  );
698
  }
699
-
700
  public function widget( $args, $instance ) {
701
- $instance = wpforo_parse_args($instance, $this->default_instance);
702
- if( $instance['current_forumid_filter'] && $current_forumid = wpfval( WPF()->current_object, 'forumid' ) ){
703
- $instance['forumids'] = (array) $current_forumid;
704
- }
705
 
706
- echo $args['before_widget'];//This is a HTML content//
707
- echo '<div id="wpf-widget-recent-replies" class="wpforo-widget-wrap">';
708
- if ( ! empty( $instance['title'] ) ) {
709
- echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title'];//This is a HTML content//
710
- }
711
- $private = (!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')) ? 0 : NULL;
712
- $status = (!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')) ? 0 : NULL;
713
- // widget content from front end
714
- $ug_can_va = WPF()->perm->usergroup_can('va');
715
- $is_avatar = wpforo_feature('avatars');
716
- $posts_args = array(
717
- 'forumids' => ( $instance['forumids'] ? $instance['forumids'] : $this->default_instance['forumids'] ),
718
- 'orderby' => ( key_exists( $instance['orderby'], $this->orderby_fields ) ? $instance['orderby'] : $this->default_instance['orderby'] ),
719
- 'order' => ( key_exists( $instance['order'], $this->order_fields ) ? $instance['order'] : $this->default_instance['order'] ),
720
- 'row_count' => ( ( $count = intval( $instance['count'] ) ) ? $count : $this->default_instance['count'] ),
721
- 'limit_per_topic' => ( ( $limit = intval( $instance['limit_per_topic'] ) ) ? $limit : $this->default_instance['limit_per_topic'] ),
722
- 'private' => $private,
723
- 'status' => $status,
724
- 'check_private' => true
725
- );
726
 
727
- echo '<div class="wpforo-widget-content"><ul>';
728
 
729
- if( $posts_args['limit_per_topic'] ) {
730
- if( $grouped_postids = WPF()->post->get_posts($posts_args) ){
731
- $grouped_postids = implode(',', $grouped_postids);
732
- $postids = array_filter( array_map('wpforo_bigintval', explode(',', $grouped_postids)) );
733
- rsort($postids);
734
-
735
- foreach( $postids as $postid ){
736
- $post = wpforo_post( $postid );
737
- $member = wpforo_member( $post );
738
- ?>
739
- <li>
740
- <div class="wpforo-list-item">
741
- <?php if( $instance['display_avatar'] ): ?>
742
- <?php if( $ug_can_va && $is_avatar ): ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
743
  <div class="wpforo-list-item-left">
744
- <?php echo WPF()->member->avatar($member); ?>
745
  </div>
746
- <?php endif; ?>
747
- <?php endif; ?>
748
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
749
- <p class="posttitle"><a href="<?php echo esc_url($post['url']) ?>"><?php echo esc_html($post['title']) ?></a></p>
 
 
750
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
751
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <?php esc_html(wpforo_date($post['created'])) ?></p>
752
  </div>
753
  <div class="wpf-clear"></div>
754
  </div>
755
  </li>
756
- <?php
757
- }
758
-
759
- }
 
760
  }else{
761
- if( $recent_posts = WPF()->post->get_posts($posts_args) ){
762
-
763
- foreach( $recent_posts as $post ){
764
- $post_url = wpforo_post( $post['postid'], 'url' );
765
- $member = wpforo_member( $post );
766
- ?>
767
- <li>
 
 
 
 
 
 
 
768
  <div class="wpforo-list-item">
769
- <?php if( $instance['display_avatar'] ): ?>
770
- <?php if( $ug_can_va && $is_avatar ): ?>
771
  <div class="wpforo-list-item-left">
772
- <?php echo WPF()->member->avatar($member); ?>
773
  </div>
774
- <?php endif; ?>
775
- <?php endif; ?>
776
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
777
- <p class="posttitle"><a href="<?php echo esc_url($post_url) ?>"><?php echo esc_html($post['title']) ?></a></p>
 
 
778
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
779
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <?php esc_html(wpforo_date($post['created'])) ?></p>
780
  </div>
781
  <div class="wpf-clear"></div>
782
  </div>
783
  </li>
784
- <?php
785
- }
786
-
 
787
  }
788
  }
789
-
790
- echo '</ul></div>';
791
- echo '</div>';
792
- echo $args['after_widget'];//This is a HTML content//
793
  }
794
  public function form( $instance ) {
795
  $instance = wpforo_parse_args( $instance, $this->default_instance );
@@ -802,21 +872,13 @@ class wpForo_Widget_recent_replies extends WP_Widget {
802
  $display_avatar = (bool) $instance['display_avatar'];
803
  $forumids_filter = (bool) $instance['forumids_filter'];
804
  $current_forumid_filter = (bool) $instance['current_forumid_filter'];
 
 
805
  ?>
806
  <style type="text/css">
807
- select.wpf_wdg_forumids {
808
- display: none;
809
- width: 100%;
810
- min-height: 170px;
811
- }
812
-
813
- input.wpf_wdg_forumids_filter:checked ~ select.wpf_wdg_forumids {
814
- display: block;
815
- }
816
-
817
- .wpf_wdg_limit_per_topic{
818
- width: 53px;
819
- }
820
  </style>
821
  <script type="text/javascript">
822
  jQuery(document).ready(function ($) {
@@ -871,6 +933,16 @@ class wpForo_Widget_recent_replies extends WP_Widget {
871
  <input id="<?php echo $this->get_field_id('display_avatar') ?>" <?php checked( $display_avatar ); ?> type="checkbox" name="<?php echo esc_attr($this->get_field_name( 'display_avatar' )); ?>" >
872
  <?php _e('Display with Avatars', 'wpforo'); ?></label>
873
  </p>
 
 
 
 
 
 
 
 
 
 
874
  </div>
875
  <?php
876
  }
@@ -886,6 +958,8 @@ class wpForo_Widget_recent_replies extends WP_Widget {
886
  $instance['limit_per_topic'] = ( ! empty( $new_instance['limit_per_topic'] ) ) ? intval( $new_instance['limit_per_topic'] ) : $this->default_instance['limit_per_topic'];
887
  $instance['display_avatar'] = isset( $new_instance['display_avatar'] ) ? (bool) $new_instance['display_avatar'] : $this->default_instance['display_avatar'];
888
  $instance['current_forumid_filter'] = isset( $new_instance['current_forumid_filter'] ) ? (bool) $new_instance['current_forumid_filter'] : $this->default_instance['current_forumid_filter'];
 
 
889
  return $instance;
890
  }
891
  } // Recent replies
@@ -899,6 +973,15 @@ class wpforo_widget_forums extends WP_Widget {
899
  );
900
  }
901
  public function widget( $args, $instance ) {
 
 
 
 
 
 
 
 
 
902
  echo $args['before_widget'];//This is a HTML content//
903
  echo '<div id="wpf-widget-forums" class="wpforo-widget-wrap">';
904
  if ( ! empty( $instance['title'] ) ) {
@@ -937,6 +1020,15 @@ class wpForo_Widget_tags extends WP_Widget {
937
  }
938
 
939
  public function widget( $args, $instance ) {
 
 
 
 
 
 
 
 
 
940
  echo $args['before_widget'];
941
  echo '<div id="wpf-widget-tags" class="wpforo-widget-wrap">';
942
  if ( !empty( $instance['title'] ) ) {
@@ -1144,6 +1236,7 @@ function wpforo_member_nicename( $member = array(), $prefix = '', $bracket = tru
1144
  $nicename .= $prefix . urldecode($member['user_nicename']);
1145
  if( $bracket ) $nicename .= ')';
1146
  if( $wrap ){ $nicename .= '</div>';}
 
1147
  if( $echo ){ echo $nicename; } else{ return $nicename; }
1148
  }
1149
 
@@ -1381,7 +1474,7 @@ function wpforo_member_link( $member, $prefix = '', $length = 30, $class = '', $
1381
  $display_name = ( isset($member['display_name']) && $member['display_name'] ) ? $member['display_name'] : wpforo_phrase('Anonymous', false);
1382
  $color = (isset($member['color']) && $member['color'] ) ? 'style="color:' . $member['color'] . '"' : '';
1383
  $class = ($class) ? 'class="' . $class . '"' : '';
1384
- $title = ($member['display_name']) ? 'title="' . esc_attr($member['display_name']) . '"' : '';
1385
  if( wpfval($member, 'profile_url') ){
1386
  $link = '<a href="' . esc_url($member['profile_url']) . '" ' . $color . ' ' . $class . ' ' . $title . '>' . ( strpos($prefix, '%s') !== FALSE ? sprintf( wpforo_phrase($prefix, FALSE), esc_html( wpforo_text($display_name, $length, FALSE) ) ) : ( $prefix ? wpforo_phrase($prefix, false) . ' ' : '') . ( $length ? esc_html( wpforo_text($display_name, $length, false) ) : esc_html($display_name) ) ) . '</a>';
1387
  }
@@ -1590,6 +1683,7 @@ add_action( 'wpforo_account_page_start', 'wpforo_account_page_field_values', 10,
1590
  function wpforo_profile_page_field_values( $fields ){
1591
  if( isset(WPF()->current_object['user']) && !empty(WPF()->current_object['user']) ){
1592
  $user = WPF()->current_object['user'];
 
1593
  WPF()->data['value'] = $user;
1594
  }
1595
  }
@@ -1716,16 +1810,25 @@ function wpforo_search_fields(){
1716
  return $fields;
1717
  }
1718
 
1719
- function wpforo_unread( $itemid, $item, $echo = true ){
 
1720
  $unread = false;
1721
- if( $item == 'forum' ){
1722
- $class = 'wpf-unread-forum';
1723
- $unread = WPF()->log->unread( $itemid, 'forum' );
1724
- $unread = apply_filters( 'wpforo_unread_forum', $unread, $itemid );
1725
- } elseif( $item == 'topic' ) {
1726
- $class = 'wpf-unread-topic';
1727
- $unread = WPF()->log->unread( $itemid, 'topic' );
1728
- $unread = apply_filters( 'wpforo_unread_topic', $unread, $itemid );
 
 
 
 
 
 
 
 
1729
  }
1730
  $class = ( $unread ) ? apply_filters( 'wpforo_unread_class', $class, $itemid, $item ) : '';
1731
  if( $echo ){ echo $class; } else { return $class; }
@@ -2461,7 +2564,7 @@ function wpforo_thread( $topicid ){
2461
  $thread['replies'] = (intval($thread['posts']) - 1);
2462
  $thread['last_post_date'] = wpforo_date($thread['modified'],'ago-date', false);
2463
  $thread['last_post_url'] = wpfval($thread, 'last_post', 'url');
2464
- $thread['user_info'] = esc_attr(sprintf(wpforo_phrase('Created by %s', false), $thread['user']['display_name']));
2465
  $thread['reply_user_info'] = (wpfval($thread, 'last_post', 'userid') && wpfval($thread, 'last_user', 'display_name')) ? esc_attr(sprintf(wpforo_phrase('Last reply by %s', false), $thread['last_user']['display_name'])) : '';
2466
  $thread['icons'] = wpforo_topic_icons($thread, 'all');
2467
  $thread['wrap'] = (count($thread['icons']) > 3) ? ' style="flex-wrap: wrap;"' : '';
@@ -2505,23 +2608,22 @@ function wpforo_thread( $topicid ){
2505
  * @param array $forum
2506
  * @param array $topic
2507
  * @param array $post
2508
- * @param bool $is_topic
2509
  * @param bool $echo
2510
  *
2511
  * @return string
2512
  */
2513
  function wpforo_post_buttons($type = 'icon-text', $buttons = array(), $forum = array(), $topic = array(), $post = array(), $echo = true){
2514
  $buttons = WPF()->tpl->buttons( $buttons, $forum, $topic, $post, false );
2515
- if( $type == 'icon' ){
2516
- $buttons = preg_replace('|<\/i>.+?<\/|is', '</i></', $buttons);
2517
- } elseif( $type == 'text' ){
2518
- $buttons = preg_replace('|<i[^\>]+><\/i>\s*|is', '', $buttons);
2519
- $buttons = preg_replace('|wpf-tooltip=\"[^\"]+\"|is', '', $buttons);
2520
- } else{
2521
- $buttons = preg_replace('|wpf-tooltip=\"[^\"]+\"|is', '', $buttons);
2522
  }
2523
- if(!$echo) return $buttons;
2524
- echo $buttons; return '';
2525
  }
2526
 
2527
  function wpforo_like_button( $post = array(), $type = 'icon-count', $echo = true ){
@@ -2655,29 +2757,123 @@ function wpforo_unread_url( $topicid = 0, $url = '', $echo = true, $force = fals
2655
  }
2656
  }
2657
  }
 
 
 
 
 
2658
  }
2659
  if( !$echo ) return esc_url($url);
2660
  echo esc_url($url);
2661
  }
2662
 
2663
- function wpforo_unread_button( $topicid = 0, $url = '', $echo = true ){
2664
  $button = '';
2665
- if( WPF()->current_userid && wpforo_feature('goto-unread-button') && $topicid && $url ){
2666
- $unread = wpforo_unread( $topicid, 'topic', false );
2667
- if( $unread ){
2668
- $button_link = apply_filters('wpforo_jump_to_unread_button_link', false);
2669
- $button_text = str_replace(array('{','}'), '', wpforo_phrase('{new}', false) );
2670
- if( wpforo_feature('goto-unread') ){
2671
- if( $button_link ){
2672
- $url = wpforo_unread_url( $topicid, $url, false, true );
2673
  }
2674
  } else {
2675
- $url = wpforo_unread_url( $topicid, $url, false, true );
2676
- $button_link = true;
2677
  }
2678
- $button = ( $button_link ) ? '<a href="' . $url . '" class="wpf-new-button" title="'. esc_attr( wpforo_phrase('Got to first unread post', false) ).'">' . $button_text . '</a>' : '<span class="wpf-new-button">' . $button_text . '</span>';
 
 
 
 
 
 
 
2679
  }
2680
  }
2681
  if( !$echo ) return $button;
2682
  echo $button;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2683
  }
21
 
22
 
23
  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
  return esc_url($wp_register_url);
31
  }
179
  );
180
  $this->init_local_vars();
181
  }
 
182
  private function init_local_vars(){
183
  $this->default_instance = array(
184
  'title' => __('My Profile', 'wpforo'),
191
  'hide_for_guests' => false
192
  );
193
  }
 
194
  public function widget( $args, $instance ) {
195
  $display_widget = ( !is_user_logged_in() ) ? ( wpfval($instance, 'hide_for_guests') ? false : true ) : true;
196
  if ( $display_widget ) {
197
+
198
+ if ( is_rtl() ) {
199
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
200
+ } else {
201
+ wp_enqueue_style( 'wpforo-widgets' );
202
+ }
203
+ wp_enqueue_style('wpforo-dynamic-style');
204
+
205
  $class = ( isset(WPF()->tpl->options['style']) ) ? 'wpf-' . WPF()->tpl->options['style'] : '';
206
  echo $args['before_widget'];
207
  echo '<div id="wpf-widget-profile" class="wpforo-widget-wrap ' . esc_attr($class) . '">';
216
  $member = WPF()->current_user;
217
  ?>
218
  <div class="wpf-prof-wrap">
219
+ <?php if( is_user_logged_in() ): wp_enqueue_script('wpforo-widgets-js'); ?>
220
  <div class="wpf-prof-header">
221
  <?php if( !wpfval($instance, 'hide_avatar') ): ?>
222
  <div class="wpf-prof-avatar">
280
  echo $args['after_widget'];
281
  }
282
  }
 
283
  public function form( $instance ) {
284
  $title = isset( $instance['title'] ) ? $instance['title'] : __('My Profile', 'wpforo');
285
  $title_guest = isset( $instance['title_guest'] ) ? $instance['title_guest'] : __('Join Us!', 'wpforo');
347
  );
348
  }
349
  public function widget( $args, $instance ) {
350
+
351
+ if ( is_rtl() ) {
352
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
353
+ } else {
354
+ wp_enqueue_style( 'wpforo-widgets' );
355
+ }
356
+ wp_enqueue_style('wpforo-dynamic-style');
357
+ //wp_enqueue_script('wpforo-widgets-js');
358
+
359
  echo $args['before_widget']; //This is a HTML content//
360
  echo '<div id="wpf-widget-search" class="wpforo-widget-wrap">';
361
  if ( ! empty( $instance['title'] ) ) {
433
  );
434
  }
435
  public function widget( $args, $instance ) {
436
+
437
+ if ( is_rtl() ) {
438
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
439
+ } else {
440
+ wp_enqueue_style( 'wpforo-widgets' );
441
+ }
442
+ wp_enqueue_style('wpforo-dynamic-style');
443
+ // wp_enqueue_script('wpforo-widgets-js');
444
+
445
  echo $args['before_widget']; //This is a HTML content//
446
  echo '<div id="wpf-widget-online-users" class="wpforo-widget-wrap">';
447
  if ( ! empty( $instance['title'] ) ) {
527
  );
528
  $this->init_local_vars();
529
  }
 
530
  private function init_local_vars(){
531
  $this->default_instance = array(
532
  'title' => 'Recent Topics',
550
  'ASC' => __('ASC', 'wpforo')
551
  );
552
  }
 
553
  public function widget( $args, $instance ) {
554
+
555
+ if ( is_rtl() ) {
556
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
557
+ } else {
558
+ wp_enqueue_style( 'wpforo-widgets' );
559
+ }
560
+ wp_enqueue_style('wpforo-dynamic-style');
561
+ // wp_enqueue_script('wpforo-widgets-js');
562
+
563
  $instance = wpforo_parse_args($instance, $this->default_instance);
564
  if( $instance['current_forumid_filter'] && $current_forumid = wpfval( WPF()->current_object, 'forumid' ) ){
565
  $instance['forumids'] = (array) $current_forumid;
600
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
601
  <p class="posttitle">
602
  <?php if( wpfval($instance, 'goto_unread') ): ?>
603
+ <a href="<?php wpforo_unread_url($topic['topicid'], $topic_url) ?>"><?php echo esc_html($topic['title']) ?></a>
604
+ <?php if( $topic['topicid'] != wpfval(WPF()->current_object, 'topicid') ): ?>
605
+ <?php wpforo_unread_button($topic['topicid'], $topic_url); ?>
606
+ <?php endif; ?>
607
  <?php else: ?>
608
  <a href="<?php echo esc_url($topic_url) ?>"><?php echo esc_html($topic['title']) ?></a>
609
  <?php endif; ?>
707
  );
708
  $this->init_local_vars();
709
  }
 
710
  private function init_local_vars(){
711
  $this->default_instance = array(
712
  'title' => 'Recent Posts',
717
  'limit_per_topic' => 0,
718
  'display_avatar' => false,
719
  'forumids_filter' => false,
720
+ 'current_forumid_filter' => false,
721
+ 'display_only_unread' => false,
722
+ 'display_new_indicator' => false
723
  );
724
  $this->orderby_fields = array(
725
  'created' => __('Created Date', 'wpforo'),
730
  'ASC' => __('ASC', 'wpforo')
731
  );
732
  }
 
733
  public function widget( $args, $instance ) {
 
 
 
 
734
 
735
+ $login = is_user_logged_in();
736
+ $instance = wpforo_parse_args($instance, $this->default_instance);
737
+ if( $instance['display_only_unread'] ){
738
+ $display_widget = ( $login ) ? true : false;
739
+ $display_widget = apply_filters('wpforo_widget_display_recent_posts', $display_widget);
740
+ } else {
741
+ $display_widget = true;
742
+ }
 
 
 
 
 
 
 
 
 
 
 
 
743
 
744
+ if( $display_widget ){
745
 
746
+ if ( is_rtl() ) {
747
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
748
+ } else {
749
+ wp_enqueue_style( 'wpforo-widgets' );
750
+ }
751
+ wp_enqueue_style('wpforo-dynamic-style');
752
+
753
+ if( $instance['current_forumid_filter'] && $current_forumid = wpfval( WPF()->current_object, 'forumid' ) ){
754
+ $instance['forumids'] = (array) $current_forumid;
755
+ }
756
+
757
+ echo $args['before_widget'];//This is a HTML content//
758
+ echo '<div id="wpf-widget-recent-replies" class="wpforo-widget-wrap">';
759
+
760
+ if ( ! empty( $instance['title'] ) ) {
761
+ echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title'];//This is a HTML content//
762
+ }
763
+ $private = (!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')) ? 0 : NULL;
764
+ $status = (!is_user_logged_in() || !WPF()->perm->usergroup_can('aum')) ? 0 : NULL;
765
+ // widget content from front end
766
+ $ug_can_va = WPF()->perm->usergroup_can('va');
767
+ $is_avatar = wpforo_feature('avatars');
768
+ $posts_args = array(
769
+ 'forumids' => ( $instance['forumids'] ? $instance['forumids'] : $this->default_instance['forumids'] ),
770
+ 'orderby' => ( key_exists( $instance['orderby'], $this->orderby_fields ) ? $instance['orderby'] : $this->default_instance['orderby'] ),
771
+ 'order' => ( key_exists( $instance['order'], $this->order_fields ) ? $instance['order'] : $this->default_instance['order'] ),
772
+ 'row_count' => ( ( $count = intval( $instance['count'] ) ) ? $count : $this->default_instance['count'] ),
773
+ 'limit_per_topic' => ( ( $limit = intval( $instance['limit_per_topic'] ) ) ? $limit : $this->default_instance['limit_per_topic'] ),
774
+ 'private' => $private,
775
+ 'status' => $status,
776
+ 'check_private' => true
777
+ );
778
+ echo '<div class="wpforo-widget-content"><ul>';
779
+ if( $posts_args['limit_per_topic'] ) {
780
+ if( $instance['display_only_unread'] && $login ){
781
+ $grouped_postids = WPF()->post->get_unread_posts($posts_args, $count);
782
+ } else{
783
+ $grouped_postids = WPF()->post->get_posts($posts_args);
784
+ }
785
+ if( !empty($grouped_postids) ){
786
+ $grouped_postids = implode(',', $grouped_postids);
787
+ $postids = array_filter( array_map('wpforo_bigintval', explode(',', $grouped_postids)) );
788
+ rsort($postids);
789
+ foreach( $postids as $postid ){
790
+ $class = '';
791
+ $post = wpforo_post( $postid );
792
+ $member = wpforo_member( $post );
793
+ $current = $post['topicid'] == wpfval(WPF()->current_object, 'topicid');
794
+ if( !$current ) $class = 'class="' . ( $instance['display_only_unread'] ? 'wpf-unread-post' : wpforo_unread($post['topicid'], 'post', false, $post['postid']) ) . '"';
795
+ ?>
796
+ <li <?php echo $class; ?>>
797
+ <div class="wpforo-list-item ">
798
+ <?php if( $instance['display_avatar'] ): ?>
799
+ <?php if( $ug_can_va && $is_avatar ): ?>
800
  <div class="wpforo-list-item-left">
801
+ <?php echo WPF()->member->avatar($member); ?>
802
  </div>
803
+ <?php endif; ?>
804
+ <?php endif; ?>
805
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
806
+ <p class="posttitle"><a href="<?php echo esc_url($post['url']) ?>"><?php echo esc_html($post['title']) ?></a>
807
+ <?php if( !$current && $instance['display_new_indicator'] ) wpforo_unread_button($post['topicid'], '', true, $post['postid']) ?>
808
+ </p>
809
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
810
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <?php esc_html(wpforo_date($post['created'])) ?></p>
811
  </div>
812
  <div class="wpf-clear"></div>
813
  </div>
814
  </li>
815
+ <?php
816
+ }
817
+ } else{
818
+ echo '<li class="wpf-no-post-found">' . wpforo_phrase('No new posts found', false) . '</li>';
819
+ }
820
  }else{
821
+ if( $instance['display_only_unread'] && $login ){
822
+ $recent_posts = WPF()->post->get_unread_posts($posts_args, $count);
823
+ } else{
824
+ $recent_posts = WPF()->post->get_posts($posts_args);
825
+ }
826
+ if( !empty($recent_posts) ){
827
+ foreach( $recent_posts as $post ){
828
+ $class = '';
829
+ $post_url = wpforo_post( $post['postid'], 'url' );
830
+ $member = wpforo_member( $post );
831
+ $current = $post['topicid'] == wpfval(WPF()->current_object, 'topicid');
832
+ if( !$current ) $class = 'class="' . ( $instance['display_only_unread'] ? 'wpf-unread-post' : wpforo_unread( $post['topicid'], 'post', false, $post['postid'] ) ) . '"';
833
+ ?>
834
+ <li <?php echo $class; ?>>
835
  <div class="wpforo-list-item">
836
+ <?php if( $instance['display_avatar'] ): ?>
837
+ <?php if( $ug_can_va && $is_avatar ): ?>
838
  <div class="wpforo-list-item-left">
839
+ <?php echo WPF()->member->avatar($member); ?>
840
  </div>
841
+ <?php endif; ?>
842
+ <?php endif; ?>
843
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
844
+ <p class="posttitle"><a href="<?php echo esc_url($post_url) ?>"><?php echo esc_html($post['title']) ?></a>
845
+ <?php if( !$current && $instance['display_new_indicator'] ) wpforo_unread_button($post['topicid'], '', true, $post['postid']) ?>
846
+ </p>
847
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
848
  <p class="postuser"><?php wpforo_phrase('by') ?> <?php wpforo_member_link($member) ?>, <?php esc_html(wpforo_date($post['created'])) ?></p>
849
  </div>
850
  <div class="wpf-clear"></div>
851
  </div>
852
  </li>
853
+ <?php
854
+ }
855
+ } else{
856
+ echo '<li class="wpf-no-post-found">' . wpforo_phrase('No new posts found', false) . '</li>';
857
  }
858
  }
859
+ echo '</ul></div>';
860
+ echo '</div>';
861
+ echo $args['after_widget'];//This is a HTML content//
862
+ }
863
  }
864
  public function form( $instance ) {
865
  $instance = wpforo_parse_args( $instance, $this->default_instance );
872
  $display_avatar = (bool) $instance['display_avatar'];
873
  $forumids_filter = (bool) $instance['forumids_filter'];
874
  $current_forumid_filter = (bool) $instance['current_forumid_filter'];
875
+ $display_only_unread = (bool) $instance['display_only_unread'];
876
+ $display_new_indicator = (bool) $instance['display_new_indicator'];
877
  ?>
878
  <style type="text/css">
879
+ select.wpf_wdg_forumids {display: none; width: 100%; min-height: 170px; }
880
+ input.wpf_wdg_forumids_filter:checked ~ select.wpf_wdg_forumids {display: block;}
881
+ .wpf_wdg_limit_per_topic{width: 53px;}
 
 
 
 
 
 
 
 
 
 
882
  </style>
883
  <script type="text/javascript">
884
  jQuery(document).ready(function ($) {
933
  <input id="<?php echo $this->get_field_id('display_avatar') ?>" <?php checked( $display_avatar ); ?> type="checkbox" name="<?php echo esc_attr($this->get_field_name( 'display_avatar' )); ?>" >
934
  <?php _e('Display with Avatars', 'wpforo'); ?></label>
935
  </p>
936
+ <p>
937
+ <label for="<?php echo $this->get_field_id('display_only_unread') ?>">
938
+ <input id="<?php echo $this->get_field_id('display_only_unread') ?>" <?php checked( $display_only_unread ); ?> type="checkbox" name="<?php echo esc_attr($this->get_field_name( 'display_only_unread' )); ?>" >
939
+ <?php _e('Display Only Unread Posts', 'wpforo'); ?></label>
940
+ </p>
941
+ <p>
942
+ <label for="<?php echo $this->get_field_id('display_new_indicator') ?>">
943
+ <input id="<?php echo $this->get_field_id('display_new_indicator') ?>" <?php checked( $display_new_indicator ); ?> type="checkbox" name="<?php echo esc_attr($this->get_field_name( 'display_new_indicator' )); ?>" >
944
+ <?php _e('Display [new] indicator', 'wpforo'); ?></label>
945
+ </p>
946
  </div>
947
  <?php
948
  }
958
  $instance['limit_per_topic'] = ( ! empty( $new_instance['limit_per_topic'] ) ) ? intval( $new_instance['limit_per_topic'] ) : $this->default_instance['limit_per_topic'];
959
  $instance['display_avatar'] = isset( $new_instance['display_avatar'] ) ? (bool) $new_instance['display_avatar'] : $this->default_instance['display_avatar'];
960
  $instance['current_forumid_filter'] = isset( $new_instance['current_forumid_filter'] ) ? (bool) $new_instance['current_forumid_filter'] : $this->default_instance['current_forumid_filter'];
961
+ $instance['display_only_unread'] = isset( $new_instance['display_only_unread'] ) ? (bool) $new_instance['display_only_unread'] : $this->default_instance['display_only_unread'];
962
+ $instance['display_new_indicator'] = isset( $new_instance['display_new_indicator'] ) ? (bool) $new_instance['display_new_indicator'] : $this->default_instance['display_new_indicator'];
963
  return $instance;
964
  }
965
  } // Recent replies
973
  );
974
  }
975
  public function widget( $args, $instance ) {
976
+
977
+ if ( is_rtl() ) {
978
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
979
+ } else {
980
+ wp_enqueue_style( 'wpforo-widgets' );
981
+ }
982
+ wp_enqueue_style('wpforo-dynamic-style');
983
+ // wp_enqueue_script('wpforo-widgets-js');
984
+
985
  echo $args['before_widget'];//This is a HTML content//
986
  echo '<div id="wpf-widget-forums" class="wpforo-widget-wrap">';
987
  if ( ! empty( $instance['title'] ) ) {
1020
  }
1021
 
1022
  public function widget( $args, $instance ) {
1023
+
1024
+ if ( is_rtl() ) {
1025
+ wp_enqueue_style( 'wpforo-widgets-rtl' );
1026
+ } else {
1027
+ wp_enqueue_style( 'wpforo-widgets' );
1028
+ }
1029
+ wp_enqueue_style('wpforo-dynamic-style');
1030
+ // wp_enqueue_script('wpforo-widgets-js');
1031
+
1032
  echo $args['before_widget'];
1033
  echo '<div id="wpf-widget-tags" class="wpforo-widget-wrap">';
1034
  if ( !empty( $instance['title'] ) ) {
1236
  $nicename .= $prefix . urldecode($member['user_nicename']);
1237
  if( $bracket ) $nicename .= ')';
1238
  if( $wrap ){ $nicename .= '</div>';}
1239
+ $nicename = apply_filters('wpforo_member_nicename', $nicename);
1240
  if( $echo ){ echo $nicename; } else{ return $nicename; }
1241
  }
1242
 
1474
  $display_name = ( isset($member['display_name']) && $member['display_name'] ) ? $member['display_name'] : wpforo_phrase('Anonymous', false);
1475
  $color = (isset($member['color']) && $member['color'] ) ? 'style="color:' . $member['color'] . '"' : '';
1476
  $class = ($class) ? 'class="' . $class . '"' : '';
1477
+ $title = ($display_name) ? 'title="' . esc_attr($display_name) . '"' : '';
1478
  if( wpfval($member, 'profile_url') ){
1479
  $link = '<a href="' . esc_url($member['profile_url']) . '" ' . $color . ' ' . $class . ' ' . $title . '>' . ( strpos($prefix, '%s') !== FALSE ? sprintf( wpforo_phrase($prefix, FALSE), esc_html( wpforo_text($display_name, $length, FALSE) ) ) : ( $prefix ? wpforo_phrase($prefix, false) . ' ' : '') . ( $length ? esc_html( wpforo_text($display_name, $length, false) ) : esc_html($display_name) ) ) . '</a>';
1480
  }
1683
  function wpforo_profile_page_field_values( $fields ){
1684
  if( isset(WPF()->current_object['user']) && !empty(WPF()->current_object['user']) ){
1685
  $user = WPF()->current_object['user'];
1686
+ $user = apply_filters('wpforo_profile_header_obj', $user);
1687
  WPF()->data['value'] = $user;
1688
  }
1689
  }
1810
  return $fields;
1811
  }
1812
 
1813
+ function wpforo_unread( $itemid, $item, $echo = true, $postid = 0 ){
1814
+ $class = '';
1815
  $unread = false;
1816
+ $login = is_user_logged_in();
1817
+ $login = apply_filters( 'wpforo_unread_logging_for_guests', $login );
1818
+ if( $login ){
1819
+ if( $item == 'forum' ){
1820
+ $class = 'wpf-unread-forum';
1821
+ $unread = WPF()->log->unread( $itemid, 'forum' );
1822
+ $unread = apply_filters( 'wpforo_unread_forum', $unread, $itemid );
1823
+ } elseif( $item == 'topic' ) {
1824
+ $class = 'wpf-unread-topic';
1825
+ $unread = WPF()->log->unread( $itemid, 'topic' );
1826
+ $unread = apply_filters( 'wpforo_unread_topic', $unread, $itemid );
1827
+ } elseif( $item == 'post' ) {
1828
+ $class = 'wpf-unread-post';
1829
+ $unread = WPF()->log->unread( $itemid, 'post', $postid );
1830
+ $unread = apply_filters( 'wpforo_unread_post', $unread, $itemid, $postid );
1831
+ }
1832
  }
1833
  $class = ( $unread ) ? apply_filters( 'wpforo_unread_class', $class, $itemid, $item ) : '';
1834
  if( $echo ){ echo $class; } else { return $class; }
2564
  $thread['replies'] = (intval($thread['posts']) - 1);
2565
  $thread['last_post_date'] = wpforo_date($thread['modified'],'ago-date', false);
2566
  $thread['last_post_url'] = wpfval($thread, 'last_post', 'url');
2567
+ $thread['user_info'] = esc_attr(sprintf(wpforo_phrase('Created by %s', false), wpfval($thread['user'], 'display_name')));
2568
  $thread['reply_user_info'] = (wpfval($thread, 'last_post', 'userid') && wpfval($thread, 'last_user', 'display_name')) ? esc_attr(sprintf(wpforo_phrase('Last reply by %s', false), $thread['last_user']['display_name'])) : '';
2569
  $thread['icons'] = wpforo_topic_icons($thread, 'all');
2570
  $thread['wrap'] = (count($thread['icons']) > 3) ? ' style="flex-wrap: wrap;"' : '';
2608
  * @param array $forum
2609
  * @param array $topic
2610
  * @param array $post
 
2611
  * @param bool $echo
2612
  *
2613
  * @return string
2614
  */
2615
  function wpforo_post_buttons($type = 'icon-text', $buttons = array(), $forum = array(), $topic = array(), $post = array(), $echo = true){
2616
  $buttons = WPF()->tpl->buttons( $buttons, $forum, $topic, $post, false );
2617
+ if( $type === 'icon' ){
2618
+ $buttons = preg_replace('#</i>[\r\n\t\s\0]*<span[^<>]*>.*?</span>#isu', '</i>', $buttons);
2619
+ }elseif( $type === 'text' ){
2620
+ $buttons = preg_replace('#<i[^<>]*>[\r\n\t\s\0]*</i>[\r\n\t\s\0]*#isu', '', $buttons);
2621
+ $buttons = preg_replace('#\swpf-tooltip=[\'\"][^\'\"]+?[\'\"]#isu', '', $buttons);
2622
+ }else{
2623
+ $buttons = preg_replace('#\swpf-tooltip=[\'\"][^\'\"]+?[\'\"]#isu', '', $buttons);
2624
  }
2625
+ if($echo) echo $buttons;
2626
+ return $buttons;
2627
  }
2628
 
2629
  function wpforo_like_button( $post = array(), $type = 'icon-count', $echo = true ){
2757
  }
2758
  }
2759
  }
2760
+ } else {
2761
+ $direct_topic_url = apply_filters( 'wpforo_direct_topic_url', true );
2762
+ if( $direct_topic_url ){
2763
+ $url = preg_replace( '|\#post\-\d+|i', '', $url);
2764
+ }
2765
  }
2766
  if( !$echo ) return esc_url($url);
2767
  echo esc_url($url);
2768
  }
2769
 
2770
+ function wpforo_unread_button( $topicid = 0, $url = '', $echo = true, $postid = 0 ){
2771
  $button = '';
2772
+ if( !$postid && $topicid && $url && WPF()->current_userid && wpforo_feature('goto-unread-button') ){
2773
+ $unread = wpforo_unread( $topicid, 'topic', false );
2774
+ if( $unread ){
2775
+ $button_link = apply_filters('wpforo_jump_to_unread_button_link', false);
2776
+ $button_text = str_replace(array('{','}'), '', wpforo_phrase('{new}', false) );
2777
+ if( wpforo_feature('goto-unread') ){
2778
+ if( $button_link ){
2779
+ $url = wpforo_unread_url( $topicid, $url, false, true );
2780
  }
2781
  } else {
2782
+ $url = wpforo_unread_url( $topicid, $url, false, true );
2783
+ $button_link = true;
2784
  }
2785
+ $button = ( $button_link ) ? '<a href="' . $url . '" class="wpf-new-button" title="'. esc_attr( wpforo_phrase('Got to first unread post', false) ).'">' . $button_text . '</a>' : '<span class="wpf-new-button">' . $button_text . '</span>';
2786
+ }
2787
+ }
2788
+ elseif( $postid && $topicid && WPF()->current_userid ){
2789
+ $unread = wpforo_unread( $topicid, 'post', false, $postid );
2790
+ if( $unread ){
2791
+ $button_text = str_replace(array('{','}'), '', wpforo_phrase('{new}', false) );
2792
+ $button = '<span class="wpf-new-button">' . $button_text . '</span>';
2793
  }
2794
  }
2795
  if( !$echo ) return $button;
2796
  echo $button;
2797
+ }
2798
+
2799
+
2800
+ /**
2801
+ * @param array|string $forum
2802
+ * @param string $before
2803
+ * @param string $after
2804
+ * @param bool $echo
2805
+ *
2806
+ * @return string
2807
+ */
2808
+ function wpforo_forum_title($forum, $before = '', $after = '', $echo = true){
2809
+ $title = is_array($forum) ? (string) wpfval($forum, 'title') : $forum;
2810
+ $title = esc_html($title);
2811
+ $title = apply_filters('wpforo_forum_title', $title);
2812
+ if($title) $title = $before . $title . $after;
2813
+ if($echo) echo $title;
2814
+ return $title;
2815
+ }
2816
+
2817
+ /**
2818
+ * @param array|string $forum
2819
+ * @param string $before
2820
+ * @param string $after
2821
+ * @param bool $echo
2822
+ *
2823
+ * @return string
2824
+ */
2825
+ function wpforo_forum_description($forum, $before = '', $after = '', $echo = true){
2826
+ $description = is_array($forum) ? (string) wpfval($forum, 'description') : $forum;
2827
+ $description = apply_filters('wpforo_forum_description', $description);
2828
+ if($description) $description = $before . $description . $after;
2829
+ if($echo) echo $description;
2830
+ return $description;
2831
+ }
2832
+
2833
+ function wpforo_admin_cpanel(){
2834
+ if( WPF()->current_object['template'] === 'forum' && wpforo_feature('admin-cp') && wpforo_current_user_is( 'admin' ) ){
2835
+ $toggle = get_user_meta( WPF()->current_userid, 'wpf-acp-toggle', true );
2836
+ if( !$toggle || $toggle === 'open' ){
2837
+ $display = 'block';
2838
+ $title = wpforo_phrase('Close', false);
2839
+ $icon = '<i class="fas fa-minus-square"></i>';
2840
+ } else {
2841
+ $display = 'none';
2842
+ $title = wpforo_phrase('Open', false);
2843
+ $icon = '<i class="fas fa-plus-square"></i>';
2844
+ }
2845
+ ?>
2846
+ <div class="wpf-admincp">
2847
+ <div class="wpf-acp-header">
2848
+ <div class="wpf-acp-title"><i class="fas fa-cog"></i> <?php wpforo_phrase('Admin Control Panel') ?></div>
2849
+ <div class="wpf-acp-toggle" wpf-tooltip="<?php echo esc_attr($title) ?>"><?php echo $icon ?></div>
2850
+ </div>
2851
+ <div class="wpf-acp-body" style="display: <?php echo $display ?>;">
2852
+ <div class="wpf-acp-content">
2853
+ <a href="<?php echo admin_url('admin.php?page=wpforo-forums'); ?>" class="wpf-button-secondary"><i class="fas fa-plus"></i>&nbsp; <?php wpforo_phrase('Add New Category or Forum') ?></a>
2854
+ <p class="wpf-acp-forum-info">
2855
+ <?php $layouts = '(<a href="https://wpforo.com/docs/categories-and-forums/forum-layouts/extended-layout/" target="_blank">Extended</a>,
2856
+ <a href="https://wpforo.com/docs/categories-and-forums/forum-layouts/simplified-layout/" target="_blank">Simplified</a>,
2857
+ <a href="https://wpforo.com/docs/categories-and-forums/forum-layouts/question-answer-layout/" target="_blank">Q&A</a>,
2858
+ <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/" target="_blank">Threaded</a>)';
2859
+ $layout = '<a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/" target="_blank">' . wpforo_phrase('the layout you want', false, 'lower') . '</a>';
2860
+ ?>
2861
+ <?php echo sprintf( wpforo_phrase('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.', false), $layouts, $layout ); ?>
2862
+ </p>
2863
+ </div>
2864
+ <div class="wpf-acp-footer">
2865
+ <a href="<?php echo admin_url('admin.php?page=wpforo-settings&tab=styles'); ?>" class="wpf-button-secondary"><i class="fas fa-paint-brush"></i> <?php wpforo_phrase('Change Color Style') ?></a>
2866
+ <a href="<?php echo admin_url('admin.php?page=wpforo-moderations'); ?>" class="wpf-button-secondary"><i class="fas fa-tasks"></i> <?php wpforo_phrase('Post Moderation') ?></a>
2867
+ <a href="<?php echo admin_url('admin.php?page=wpforo-tools'); ?>" class="wpf-button-secondary"><i class="fas fa-shield-alt"></i> <?php wpforo_phrase('Antispam') ?></a>
2868
+ <?php $menu = wp_get_nav_menu_object('wpforo-navigation'); ?>
2869
+ <?php if(!empty($menu) && isset($menu->term_id)): ?>
2870
+ <a href="<?php echo admin_url('nav-menus.php?action=edit&menu=' . intval($menu->term_id) ); ?>" class="wpf-button-secondary"><i class="fas fa-bars"></i> <?php wpforo_phrase('Forum Menu') ?></a>
2871
+ <?php endif; ?>
2872
+ <a href="<?php echo admin_url('widgets.php'); ?>" class="wpf-button-secondary"><i class="far fa-window-restore"></i> <?php wpforo_phrase('Forum Widgets') ?></a>
2873
+ <a href="<?php echo wp_nonce_url(wpforo_home_url('?wpfaction=wpforo_reset_all_caches'), 'wpforo_reset_cache') ?>" class="wpf-button-secondary" style="color: #e22d00"><i class="fas fa-times"></i> <?php wpforo_phrase('Delete Forum Cache') ?></a>
2874
+ </div>
2875
+ </div>
2876
+ </div>
2877
+ <?php
2878
+ }
2879
  }
wpf-includes/functions.php CHANGED
@@ -33,6 +33,7 @@ function wpforo_verify_form( $mode = 'full' ){
33
  */
34
  function wpforo_home_url($str = '', $echo = false, $absolute = true){
35
  if( strpos($str, 'http') === 0 ){
 
36
  $str = wpforo_get_url_query_vars_str($str);
37
  $str = preg_replace( '#^/?'.preg_quote(trim(WPF()->permastruct, '/\\')).'#isu', '' , $str, 1 );
38
  $str = preg_replace('#index\.php/?#isu', '', $str, 1);
@@ -69,21 +70,31 @@ function wpforo_is_admin(){
69
  }
70
 
71
  function is_wpforo_page($url = ''){
 
 
 
72
  if(!$url) $url = wpforo_get_request_uri();
73
  $result = ( !(wpforo_is_admin() || (is_wpforo_exclude_url($url) && !is_wpforo_shortcode_page($url))) && (is_wpforo_url($url) || is_wpforo_shortcode_page($url)) );
74
  $result = apply_filters( 'is_wpforo_page', $result, $url );
 
 
75
  return $result;
76
  }
77
 
78
  function is_wpforo_exclude_url($url = ''){
 
 
 
 
79
  if(!$url) $url = wpforo_get_request_uri();
80
  $url = urldecode($url);
81
  $url = preg_replace('#/page/\d*/?$#isu', '', $url);
82
 
83
- if( !$current_url = wpforo_get_url_query_vars_str($url) ) return false;
84
- if( preg_match('#(?:/|^)[^/\?\&=<>:\'\"\*\:\\\|]+\.(php|js|css|jpe?g|png|gif)/?(?:\?[^/]*)?$#isu', $current_url) ) return true;
85
-
86
- if( WPF()->use_home_url && WPF()->excld_urls ){
 
87
  $expld = array_filter( array_map('trim', explode("\n", WPF()->excld_urls)) );
88
  foreach( $expld as $excld_url ){
89
  $excld_url = urldecode($excld_url);
@@ -91,22 +102,36 @@ function is_wpforo_exclude_url($url = ''){
91
  $excld_url = wpforo_get_url_query_vars_str($excld_url);
92
  $pattern = preg_quote($excld_url);
93
  $pattern = str_replace(array('/\*', '\*'), array('/?[^\r\n\t\s\0]*?', '[^\r\n\t\s\0]*?'), $pattern);
94
- if( preg_match('#^'.$pattern.'$#iu', $current_url) ) return true;
95
  }
96
  }
97
  }
98
 
99
- return false;
 
100
  }
101
 
102
  function is_wpforo_url($url = ''){
103
- if( wpforo_is_admin() ) return false;
104
- if(!$url) $url = wpforo_get_request_uri();
105
- if( WPF()->use_home_url ) return true;
106
- $current_url = wpforo_get_url_query_vars_str($url);
107
- $slash = ( strpos($current_url, '/') === false ) ? '' : '/';
108
- if( WPF()->permastruct && strpos($current_url, WPF()->permastruct . $slash ) === 0 ) return true;
109
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  }
111
 
112
  /**
@@ -114,10 +139,19 @@ function is_wpforo_url($url = ''){
114
  * @return bool
115
  */
116
  function is_wpforo_shortcode_page($url = ''){
117
- return has_shortcode( wpforo_get_wp_post_content($url), 'wpforo' ) && !(is_wpforo_url() && !WPF()->use_home_url);
 
 
 
 
 
 
118
  }
119
 
120
  function wpforo_get_wp_post_content($url = ''){
 
 
 
121
  $post_content = '';
122
  if( !wpforo_is_admin() ){
123
  if(!$url) $url = wpforo_get_request_uri();
@@ -130,6 +164,8 @@ function wpforo_get_wp_post_content($url = ''){
130
  }
131
  }
132
  }
 
 
133
  return $post_content;
134
  }
135
 
@@ -150,6 +186,7 @@ function wpforo_get_url_query_vars_str($url = ''){
150
  $home_url = preg_replace( '#/?\?.*$#isu', '', home_url('/') );
151
  $current_url = preg_replace('#https?://[^/\?]+/?#isu', '', $url);
152
  $site_url = preg_replace('#https?://[^/\?]+/?#isu', '', $home_url);
 
153
  $current_url = preg_replace( '#^/?'.preg_quote($site_url).'(?:/?index\.php/?)?#isu', '' , $current_url, 1 );
154
  $current_url = preg_replace('#^[\r\n\t\s\0/]*(.*?)[\r\n\t\s\0/]*$#isu', '$1', $current_url);
155
  $current_url = wpforo_fix_url($current_url);
@@ -792,15 +829,13 @@ function wpforo_phrase($key, $echo = TRUE, $format = 'first-upper'){
792
  $phrase = (isset(WPF()->phrase->phrases[addslashes(strtolower($key))])) ? WPF()->phrase->phrases[addslashes(strtolower($key))] : $key;
793
  if( 'en_US' != $locale ){
794
  $native = $phrase;
795
-
796
  $backtrace = wp_debug_backtrace_summary();
797
  $mopo_domain = 'wpforo';
798
- if( strpos($backtrace, '\plugins\wpforo-private-messages\\') !== false || strpos($backtrace, '/plugins/wpforo-private-messages/') !== false )
799
- $mopo_domain = 'wpforo_pm';
800
- if( strpos($backtrace, 'wpForoPolls') !== false )
801
- $mopo_domain = 'wpforo_poll';
802
-
803
- if (strtolower($key) == strtolower($phrase)) {
804
  $phrase = __($key, $mopo_domain);
805
  if (strtolower($key) == strtolower($phrase)) {
806
  $key = strtolower($key);
@@ -880,12 +915,7 @@ function wpforo_screen_option(){ ?>
880
  function wpforo_text( $text, $length = 0, $echo = true, $strip_tags = true, $strip_urls = true, $strip_shortcodes = true, $strip_quotes = true ){
881
  $text = str_replace('</p>', '</p> ', $text);
882
  $text = str_replace('</div>', '</div> ', $text);
883
- if($strip_quotes){
884
- $text_tmp = preg_replace('#(<div class="wpforo-post-quote-author")(.+)(<\/div>)#isu', '', $text);
885
- $text = ( $text_tmp ) ? $text_tmp : preg_replace('#(<div class="wpforo-post-quote-author")(.+?)(<\/div>)#isu', '', $text);
886
- $text_tmp = preg_replace('#(<blockquote)(.+)(<\/blockquote>)#isu', '', $text);
887
- $text = ( $text_tmp ) ? $text_tmp : preg_replace('#(<blockquote)(.+?)(<\/blockquote>)#isu', '', $text);
888
- }
889
  if($strip_urls) $text = preg_replace('#(?:[^\'\"]|^)(https?://[^\s\'\"<>]+)(?:[^\'\"]|$)#isu', '', $text);
890
  if($strip_tags) $text = strip_tags($text);
891
  if($strip_shortcodes){
@@ -1521,9 +1551,9 @@ function wpforo_file_upload_error($code){
1521
  //$key allowed values are post, strip, data, user_description entities or the name of a field filter such as pre_user_description.
1522
  //More info https://core.trac.wordpress.org/browser/tags/4.5.2/src/wp-includes/kses.php#L624
1523
  function wpforo_kses( $string = '', $key = 'post' ){
1524
-
1525
  if(!$string || !$key) return $string;
1526
- if( $key == 'email' ){
 
1527
  $allowed_html = array( 'a' => array( 'href' => array(), 'title' => array()),
1528
  'blockquote' => array(),
1529
  'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(),
@@ -1534,7 +1564,7 @@ function wpforo_kses( $string = '', $key = 'post' ){
1534
  'style' => array());
1535
  $allowed_html = apply_filters('wpforo_kses_allowed_html_email', $allowed_html);
1536
  }
1537
- elseif( $key == 'user_description' ){
1538
  $allowed_html = wp_kses_allowed_html( $key );
1539
  $allowed_html['img'] = array( 'alt' => array(), 'align' => array(), 'border' => array(), 'height' => array(), 'hspace' => array(), 'longdesc' => array(), 'vspace' => array(), 'src' => array(), 'usemap' => array(), 'width' => array());
1540
  $allowed_html = apply_filters('wpforo_kses_allowed_html_user_description', $allowed_html);
@@ -1599,7 +1629,7 @@ function wpforo_deep_merge($default, $current = array()){
1599
  function wpforo_is_image($e){
1600
  $is_image = false;
1601
  $e = strtolower($e);
1602
- if( $e == 'jpg' || $e == 'jpeg' || $e == 'png' || $e == 'gif' ){
1603
  $is_image = true;
1604
  }
1605
  return $is_image;
@@ -1614,8 +1644,9 @@ function get_wpf_option( $option, $default = null ){
1614
  if( !$check ) $value = wpforo_fixSerializedArray($value);
1615
  }
1616
  }
 
1617
  if( $default && is_array($default) && is_array($value) ) $value = wpforo_array_args_cast_and_merge($value, $default);
1618
- return wpforo_settype($value, gettype($default));
1619
  }
1620
 
1621
  /**
@@ -2514,4 +2545,18 @@ function wpforo_preg_grep_recursive($pattern, $array){
2514
  }
2515
  }
2516
  return $m;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2517
  }
33
  */
34
  function wpforo_home_url($str = '', $echo = false, $absolute = true){
35
  if( strpos($str, 'http') === 0 ){
36
+ $str = WPF()->user_trailingslashit($str);
37
  $str = wpforo_get_url_query_vars_str($str);
38
  $str = preg_replace( '#^/?'.preg_quote(trim(WPF()->permastruct, '/\\')).'#isu', '' , $str, 1 );
39
  $str = preg_replace('#index\.php/?#isu', '', $str, 1);
70
  }
71
 
72
  function is_wpforo_page($url = ''){
73
+ $key = 'is_wpforo_page_' . $url;
74
+ if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
75
+
76
  if(!$url) $url = wpforo_get_request_uri();
77
  $result = ( !(wpforo_is_admin() || (is_wpforo_exclude_url($url) && !is_wpforo_shortcode_page($url))) && (is_wpforo_url($url) || is_wpforo_shortcode_page($url)) );
78
  $result = apply_filters( 'is_wpforo_page', $result, $url );
79
+
80
+ WPF()->sql_cache->set($key, $result);
81
  return $result;
82
  }
83
 
84
  function is_wpforo_exclude_url($url = ''){
85
+ $key = 'is_wpforo_exclude_url_' . $url;
86
+ if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
87
+
88
+ $result = false;
89
  if(!$url) $url = wpforo_get_request_uri();
90
  $url = urldecode($url);
91
  $url = preg_replace('#/page/\d*/?$#isu', '', $url);
92
 
93
+ if( !$current_url = wpforo_get_url_query_vars_str($url) ){
94
+ $result = false;
95
+ }elseif( preg_match('#(?:/|^)[^/\?\&=<>:\'\"\*\:\\\|]+\.(php|js|css|jpe?g|png|gif)/?(?:\?[^/]*)?$#isu', $current_url) ){
96
+ $result = true;
97
+ }elseif( WPF()->use_home_url && WPF()->excld_urls ){
98
  $expld = array_filter( array_map('trim', explode("\n", WPF()->excld_urls)) );
99
  foreach( $expld as $excld_url ){
100
  $excld_url = urldecode($excld_url);
102
  $excld_url = wpforo_get_url_query_vars_str($excld_url);
103
  $pattern = preg_quote($excld_url);
104
  $pattern = str_replace(array('/\*', '\*'), array('/?[^\r\n\t\s\0]*?', '[^\r\n\t\s\0]*?'), $pattern);
105
+ if( preg_match('#^'.$pattern.'$#iu', $current_url) ) $result = true;
106
  }
107
  }
108
  }
109
 
110
+ WPF()->sql_cache->set($key, $result);
111
+ return $result;
112
  }
113
 
114
  function is_wpforo_url($url = ''){
115
+ $key = 'is_wpforo_url_' . $url;
116
+ if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
117
+
118
+ $result = false;
119
+ if( wpforo_is_admin() ){
120
+ $result = false;
121
+ }elseif( WPF()->use_home_url ){
122
+ $result = true;
123
+ }elseif( WPF()->permastruct ){
124
+ $current_url = wpforo_get_url_query_vars_str($url);
125
+ $current_url = preg_replace('#/?\?.*$#isu', '', $current_url);
126
+ if( strpos($current_url, '/') === false ){
127
+ $result = $current_url === WPF()->permastruct;
128
+ }elseif( strpos($current_url, WPF()->permastruct . '/' ) === 0 ){
129
+ $result = true;;
130
+ }
131
+ }
132
+
133
+ WPF()->sql_cache->set($key, $result);
134
+ return $result;
135
  }
136
 
137
  /**
139
  * @return bool
140
  */
141
  function is_wpforo_shortcode_page($url = ''){
142
+ $key = 'is_wpforo_shortcode_page_' . $url;
143
+ if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
144
+
145
+ $result = has_shortcode( wpforo_get_wp_post_content($url), 'wpforo' ) && !(is_wpforo_url($url) && !WPF()->use_home_url);
146
+
147
+ WPF()->sql_cache->set($key, $result);
148
+ return $result;
149
  }
150
 
151
  function wpforo_get_wp_post_content($url = ''){
152
+ $key = 'wpforo_get_wp_post_content_' . $url;
153
+ if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
154
+
155
  $post_content = '';
156
  if( !wpforo_is_admin() ){
157
  if(!$url) $url = wpforo_get_request_uri();
164
  }
165
  }
166
  }
167
+
168
+ WPF()->sql_cache->set($key, $post_content);
169
  return $post_content;
170
  }
171
 
186
  $home_url = preg_replace( '#/?\?.*$#isu', '', home_url('/') );
187
  $current_url = preg_replace('#https?://[^/\?]+/?#isu', '', $url);
188
  $site_url = preg_replace('#https?://[^/\?]+/?#isu', '', $home_url);
189
+ if( strpos($current_url, '/') === false && $current_url === trim($site_url, '/') ) return '';
190
  $current_url = preg_replace( '#^/?'.preg_quote($site_url).'(?:/?index\.php/?)?#isu', '' , $current_url, 1 );
191
  $current_url = preg_replace('#^[\r\n\t\s\0/]*(.*?)[\r\n\t\s\0/]*$#isu', '$1', $current_url);
192
  $current_url = wpforo_fix_url($current_url);
829
  $phrase = (isset(WPF()->phrase->phrases[addslashes(strtolower($key))])) ? WPF()->phrase->phrases[addslashes(strtolower($key))] : $key;
830
  if( 'en_US' != $locale ){
831
  $native = $phrase;
 
832
  $backtrace = wp_debug_backtrace_summary();
833
  $mopo_domain = 'wpforo';
834
+ if( strpos($backtrace, '\plugins\wpforo-private-messages\\') !== false || strpos($backtrace, '/plugins/wpforo-private-messages/') !== false ) $mopo_domain = 'wpforo_pm';
835
+ if( strpos($backtrace, 'wpForoPolls') !== false ) $mopo_domain = 'wpforo_poll';
836
+ $key = preg_replace("/(^\s+)|(\s+$)/u", "", $key);
837
+ $phrase = preg_replace("/(^\s+)|(\s+$)/u", "", $phrase);
838
+ if (strtolower($key) == strtolower($phrase)) {
 
839
  $phrase = __($key, $mopo_domain);
840
  if (strtolower($key) == strtolower($phrase)) {
841
  $key = strtolower($key);
915
  function wpforo_text( $text, $length = 0, $echo = true, $strip_tags = true, $strip_urls = true, $strip_shortcodes = true, $strip_quotes = true ){
916
  $text = str_replace('</p>', '</p> ', $text);
917
  $text = str_replace('</div>', '</div> ', $text);
918
+ if($strip_quotes) $text = preg_replace('#<(blockquote)[^<>]*?data-userid[^<>]*?>(?:.*?(?R)*.*?)*?</\1>#isu', '', $text);
 
 
 
 
 
919
  if($strip_urls) $text = preg_replace('#(?:[^\'\"]|^)(https?://[^\s\'\"<>]+)(?:[^\'\"]|$)#isu', '', $text);
920
  if($strip_tags) $text = strip_tags($text);
921
  if($strip_shortcodes){
1551
  //$key allowed values are post, strip, data, user_description entities or the name of a field filter such as pre_user_description.
1552
  //More info https://core.trac.wordpress.org/browser/tags/4.5.2/src/wp-includes/kses.php#L624
1553
  function wpforo_kses( $string = '', $key = 'post' ){
 
1554
  if(!$string || !$key) return $string;
1555
+ if( $key === 'email' ){
1556
+ if( !preg_match('#<p[^<>]*?>#iu', $string) ) $string = wpautop($string);
1557
  $allowed_html = array( 'a' => array( 'href' => array(), 'title' => array()),
1558
  'blockquote' => array(),
1559
  'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(),
1564
  'style' => array());
1565
  $allowed_html = apply_filters('wpforo_kses_allowed_html_email', $allowed_html);
1566
  }
1567
+ elseif( $key === 'user_description' ){
1568
  $allowed_html = wp_kses_allowed_html( $key );
1569
  $allowed_html['img'] = array( 'alt' => array(), 'align' => array(), 'border' => array(), 'height' => array(), 'hspace' => array(), 'longdesc' => array(), 'vspace' => array(), 'src' => array(), 'usemap' => array(), 'width' => array());
1570
  $allowed_html = apply_filters('wpforo_kses_allowed_html_user_description', $allowed_html);
1629
  function wpforo_is_image($e){
1630
  $is_image = false;
1631
  $e = strtolower($e);
1632
+ if( $e === 'jpg' || $e === 'jpeg' || $e === 'png' || $e === 'gif' ){
1633
  $is_image = true;
1634
  }
1635
  return $is_image;
1644
  if( !$check ) $value = wpforo_fixSerializedArray($value);
1645
  }
1646
  }
1647
+ $value = wpforo_settype($value, gettype($default));
1648
  if( $default && is_array($default) && is_array($value) ) $value = wpforo_array_args_cast_and_merge($value, $default);
1649
+ return apply_filters('get_wpf_option', $value, $option, $default);
1650
  }
1651
 
1652
  /**
2545
  }
2546
  }
2547
  return $m;
2548
+ }
2549
+
2550
+ function wpforo_send_new_user_notifications($userid, $notify = 'both'){
2551
+ if( wpforo_feature( 'disable_new_user_admin_notification' ) ){
2552
+ if( $notify !== 'admin' ) wp_send_new_user_notifications( $userid, 'user' );
2553
+ }else{
2554
+ wp_send_new_user_notifications( $userid, $notify );
2555
+ }
2556
+ }
2557
+
2558
+ function wpforo_get_callbacks_for_action( $hook = '' ) {
2559
+ global $wp_filter;
2560
+ if( empty( $hook ) || !isset( $wp_filter[$hook] ) ) return array();
2561
+ return $wp_filter[$hook]->callbacks;
2562
  }
wpf-includes/install-sql.php CHANGED
@@ -37,7 +37,7 @@
37
  KEY `parentid` (`parentid`),
38
  KEY `last_postid` (`last_postid`),
39
  KEY `is_cat` (`is_cat`)
40
- ) ENGINE=MyISAM $charset_collate",
41
  WPF()->tables->topics => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->topics."`(
42
  `topicid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
43
  `forumid` INT UNSIGNED NOT NULL,
@@ -161,7 +161,7 @@
161
  KEY `posts` (`posts`),
162
  KEY `status` (`status`),
163
  KEY `is_email_confirmed` (`is_email_confirmed`)
164
- ) ENGINE=MyISAM $charset_collate",
165
  WPF()->tables->usergroups => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->usergroups."`(
166
  `groupid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
167
  `name` VARCHAR(255) NOT NULL,
@@ -177,13 +177,13 @@
177
  KEY `visible` (`visible`),
178
  KEY `secondary` (`secondary`),
179
  UNIQUE KEY `UNIQUE_GROUP_NAME` (`name`(191))
180
- ) ENGINE=MyISAM $charset_collate",
181
  WPF()->tables->languages => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->languages."`(
182
  `langid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
183
  `name` VARCHAR(255) NOT NULL,
184
  PRIMARY KEY (`langid`),
185
  UNIQUE KEY `UNIQUE language name` (`name`(191))
186
- ) ENGINE=MyISAM $charset_collate",
187
  WPF()->tables->phrases => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->phrases."` (
188
  `phraseid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
189
  `langid` INT UNSIGNED NOT NULL,
@@ -230,7 +230,7 @@
230
  `cans` LONGTEXT NOT NULL COMMENT 'forum permissions',
231
  PRIMARY KEY (`accessid`),
232
  UNIQUE KEY ( `access`(191) )
233
- ) ENGINE=MyISAM $charset_collate",
234
  WPF()->tables->subscribes => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->subscribes."` (
235
  `subid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
236
  `itemid` BIGINT UNSIGNED NOT NULL,
@@ -275,7 +275,7 @@
275
  `email` VARCHAR(70) NOT NULL DEFAULT '',
276
  `date` INT UNSIGNED NOT NULL DEFAULT 0,
277
  `content` TEXT,
278
- `permalink` VARCHAR(255) NOT NULL DEFAULT '',
279
  `new` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
280
  PRIMARY KEY (`id`),
281
  KEY `type` (`type`),
37
  KEY `parentid` (`parentid`),
38
  KEY `last_postid` (`last_postid`),
39
  KEY `is_cat` (`is_cat`)
40
+ ) ENGINE=InnoDB $charset_collate",
41
  WPF()->tables->topics => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->topics."`(
42
  `topicid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
43
  `forumid` INT UNSIGNED NOT NULL,
161
  KEY `posts` (`posts`),
162
  KEY `status` (`status`),
163
  KEY `is_email_confirmed` (`is_email_confirmed`)
164
+ ) ENGINE=InnoDB $charset_collate",
165
  WPF()->tables->usergroups => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->usergroups."`(
166
  `groupid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
167
  `name` VARCHAR(255) NOT NULL,
177
  KEY `visible` (`visible`),
178
  KEY `secondary` (`secondary`),
179
  UNIQUE KEY `UNIQUE_GROUP_NAME` (`name`(191))
180
+ ) ENGINE=InnoDB $charset_collate",
181
  WPF()->tables->languages => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->languages."`(
182
  `langid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
183
  `name` VARCHAR(255) NOT NULL,
184
  PRIMARY KEY (`langid`),
185
  UNIQUE KEY `UNIQUE language name` (`name`(191))
186
+ ) ENGINE=InnoDB $charset_collate",
187
  WPF()->tables->phrases => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->phrases."` (
188
  `phraseid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
189
  `langid` INT UNSIGNED NOT NULL,
230
  `cans` LONGTEXT NOT NULL COMMENT 'forum permissions',
231
  PRIMARY KEY (`accessid`),
232
  UNIQUE KEY ( `access`(191) )
233
+ ) ENGINE=InnoDB $charset_collate",
234
  WPF()->tables->subscribes => "CREATE TABLE IF NOT EXISTS `".WPF()->tables->subscribes."` (
235
  `subid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
236
  `itemid` BIGINT UNSIGNED NOT NULL,
275
  `email` VARCHAR(70) NOT NULL DEFAULT '',
276
  `date` INT UNSIGNED NOT NULL DEFAULT 0,
277
  `content` TEXT,
278
+ `permalink` VARCHAR(1024) NOT NULL DEFAULT '',
279
  `new` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
280
  PRIMARY KEY (`id`),
281
  KEY `type` (`type`),
wpf-includes/integration/buddypress.php CHANGED
@@ -720,13 +720,11 @@ function wpforo_bp_buddypress_mark_notifications( $action = '' ) {
720
  add_action( 'template_redirect', 'wpforo_bp_buddypress_mark_notifications', 9 );
721
 
722
  function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profile' ){
723
-
724
  if(wpfval($member, 'ID')){
725
-
726
  $user_domain = trim( bp_core_get_user_domain( $member['ID'] ), '/');
727
  $user_domain = strtok( $user_domain, '?');
728
-
729
- if( $user_domain ){
730
  if( $template == 'account' ){
731
  $url = $user_domain . '/profile/';
732
  }
@@ -739,9 +737,10 @@ function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profi
739
  elseif( $template == 'profile' ) {
740
  $url = $user_domain;
741
  }
 
 
742
  }
743
  }
744
-
745
  return apply_filters('wpforo_bp_member_profile_url', $url, $member, $template);
746
  }
747
 
720
  add_action( 'template_redirect', 'wpforo_bp_buddypress_mark_notifications', 9 );
721
 
722
  function wpforo_bp_profile_url( $url = '', $member = array(), $template = 'profile' ){
 
723
  if(wpfval($member, 'ID')){
 
724
  $user_domain = trim( bp_core_get_user_domain( $member['ID'] ), '/');
725
  $user_domain = strtok( $user_domain, '?');
726
+ $tabs = wpforo_feature('bp_forum_tab');
727
+ if( $user_domain && $tabs ){
728
  if( $template == 'account' ){
729
  $url = $user_domain . '/profile/';
730
  }
737
  elseif( $template == 'profile' ) {
738
  $url = $user_domain;
739
  }
740
+ } else{
741
+ $url = $user_domain;
742
  }
743
  }
 
744
  return apply_filters('wpforo_bp_member_profile_url', $url, $member, $template);
745
  }
746
 
wpf-includes/integration/ultimate-member.php CHANGED
@@ -357,7 +357,8 @@ if( class_exists('UM') ){
357
  if( isset($user_domain) ){
358
  $user_domain = ( $user_domain ) ? $user_domain : get_author_posts_url( $member['ID'] );
359
  $user_domain = strtok( $user_domain, '?');
360
- if( $user_domain ){
 
361
  if( $template == 'account' ){
362
  $url = $user_domain . '?profiletab=main&um_action=edit';
363
  }
@@ -370,6 +371,8 @@ if( class_exists('UM') ){
370
  elseif( $template == 'profile' ) {
371
  $url = $user_domain;
372
  }
 
 
373
  }
374
  }
375
  }
357
  if( isset($user_domain) ){
358
  $user_domain = ( $user_domain ) ? $user_domain : get_author_posts_url( $member['ID'] );
359
  $user_domain = strtok( $user_domain, '?');
360
+ $tabs = wpforo_feature('um_forum_tab');
361
+ if( $user_domain && $tabs ){
362
  if( $template == 'account' ){
363
  $url = $user_domain . '?profiletab=main&um_action=edit';
364
  }
371
  elseif( $template == 'profile' ) {
372
  $url = $user_domain;
373
  }
374
+ } else {
375
+ $url = $user_domain;
376
  }
377
  }
378
  }
wpf-includes/wpf-hooks.php CHANGED
@@ -682,7 +682,7 @@ function wpf_answer(){
682
  }
683
  if( FALSE !== WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
684
  wpforo_clean_cache('post', $postid, $post);
685
- do_action('wpforo_answer', intval($_POST['answerstatus']), $post);
686
  WPF()->notice->add('done', 'success');
687
  $response['stat'] = 1;
688
  $response['notice'] = WPF()->notice->get_notices();
@@ -1225,11 +1225,12 @@ function wpforo_get_login_or_register_notice_text(){
1225
 
1226
  function wpforo_frontend_enqueue(){
1227
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.11.2' );
1228
- wp_register_style('wpforo-font-awesome-rtl', WPFORO_URL . '/wpf-assets/css/font-awesome/css/font-awesome-rtl.css', false, WPFORO_VERSION );
1229
- wp_register_script( 'wpforo-frontend-js', WPFORO_URL . '/wpf-assets/js/frontend.js', array('jquery'), WPFORO_VERSION, false );
1230
- wp_localize_script('wpforo-frontend-js', 'wpforo_phrases', WPF()->phrase->__phrases);
1231
  wp_localize_script('wpforo-frontend-js', 'wpforo',
1232
  array(
 
 
1233
  'editor_settings' => WPF()->tpl->editor_buttons(),
1234
  'revision_options' => WPF()->revision->options,
1235
  'notice' => array(
@@ -1237,15 +1238,17 @@ function wpforo_frontend_enqueue(){
1237
  )
1238
  )
1239
  );
1240
- wp_register_script('wpforo-ajax', WPFORO_URL . '/wpf-assets/js/ajax.js', array('jquery'), WPFORO_VERSION, false);
1241
- wp_localize_script('wpforo-ajax', 'wpf_ajax_obj', array( 'url' => admin_url('admin-ajax.php') ));
1242
  wp_register_style('wpforo-style', WPFORO_TEMPLATE_URL . '/style.css', false, WPFORO_VERSION );
1243
  wp_register_style('wpforo-style-rtl', WPFORO_TEMPLATE_URL . '/style-rtl.css', false, WPFORO_VERSION );
1244
- wp_register_style('wpforo-widgets', WPFORO_TEMPLATE_URL . '/widgets.css', false, WPFORO_VERSION );
1245
- wp_register_style('wpforo-widgets-rtl', WPFORO_TEMPLATE_URL . '/widgets-rtl.css', false, WPFORO_VERSION );
1246
- wp_register_script('wpforo-widgets-js', WPFORO_URL . '/wpf-assets/js/widgets.js', array('jquery'), WPFORO_VERSION, false);
1247
  wp_localize_script('wpforo-widgets-js', 'wpf_widget_ajax_obj', array( 'url' => admin_url('admin-ajax.php') ));
1248
- wp_enqueue_script('wpforo-widgets-js');
 
 
 
1249
 
1250
  if( (is_wpforo_page() && wpforo_feature('font-awesome') == 1) || wpforo_feature('font-awesome') == 2 ){
1251
  wp_enqueue_style('wpforo-font-awesome');
@@ -1253,9 +1256,6 @@ function wpforo_frontend_enqueue(){
1253
  }
1254
 
1255
  if( is_wpforo_page() ){
1256
- wp_enqueue_script('suggest');
1257
- wp_enqueue_script('jquery-ui-core');
1258
- wp_enqueue_script('jquery-ui-dialog');
1259
  wp_enqueue_script('wpforo-frontend-js');
1260
  wp_enqueue_script('wpforo-ajax');
1261
  if ( is_rtl() ) {
@@ -1265,12 +1265,6 @@ function wpforo_frontend_enqueue(){
1265
  }
1266
  }
1267
 
1268
- if ( is_rtl() ) {
1269
- wp_enqueue_style( 'wpforo-widgets-rtl' );
1270
- } else {
1271
- wp_enqueue_style( 'wpforo-widgets' );
1272
- }
1273
-
1274
  if( !WPF()->perm->forum_can('va') || !WPF()->perm->usergroup_can('caa') ){
1275
  wp_add_inline_script('wpforo-frontend-js', "jQuery(document).ready(function($){
1276
  $('#wpforo-wrap').on('click', '.attach_cant_view', function(){
@@ -1313,7 +1307,12 @@ function wpforo_dynamic_style() {
1313
  wp_add_inline_style( 'wpforo-dynamic-style', $css );
1314
  }
1315
  }
1316
- add_action( 'wp_enqueue_scripts', 'wpforo_dynamic_style', 12 );
 
 
 
 
 
1317
 
1318
  function wpforo_style_options($css, $COLORS){
1319
  if( !isset($css)) return '';
@@ -1338,8 +1337,8 @@ function wpforo_admin_enqueue(){
1338
  wp_register_style('wpforo-admin', WPFORO_URL . '/wpf-admin/css/admin.css', false, WPFORO_VERSION );
1339
  wp_localize_script( 'wp-color-picker', 'wpColorPickerL10n', array('clear' => __('Clear'), 'defaultString' => __('Default'), 'pick' => __('Select Color')) );
1340
  wp_register_script( 'wpforo-contenthover-addons', WPFORO_URL . '/wpf-admin/js/contenthover/jquery.contenthover.min.js', array('jquery'), WPFORO_VERSION, false );
1341
- wp_register_script( 'wpforo-contenthover', WPFORO_URL . '/wpf-admin/js/functions.js', array( 'jquery' ), WPFORO_VERSION, false );
1342
- wp_localize_script( 'wpforo-contenthover', 'wpforo_admin', array(
1343
  'phrases' => array(
1344
  'move' => __('Move', 'wpforo'),
1345
  'delete' => __('Delete', 'wpforo')
@@ -1392,7 +1391,7 @@ function wpforo_admin_enqueue(){
1392
  } elseif ( $_GET['page'] === 'wpforo-addons' ) {
1393
  wp_enqueue_script( 'wpforo-contenthover-addons' );
1394
  }
1395
- wp_enqueue_script( 'wpforo-contenthover' );
1396
  }
1397
  if( !get_option('wpforo_deactivation_dialog_never_show') && (strpos( wpforo_get_request_uri(), '/plugins.php' ) !== false) ){
1398
  wp_enqueue_style('wpforo-deactivation-css');
@@ -1709,17 +1708,17 @@ function wpforo_mentioned_code_to_link($text){
1709
  add_filter('wpforo_body_text_filter', 'wpforo_mentioned_code_to_link');
1710
 
1711
  function wpforo_send_mail_to_mentioned_users($item){
1712
- if( !WPF()->sbscrb->options['user_mention_notify'] ) return false;
1713
  $return = false;
1714
  if( preg_match_all('#@([^\r\n\t\s\0<>\[\]!,\.\(\)\'\"\|\?\@]+)(?:$|[\r\n\t\s\0<>\[\]!,\.\(\)\'\"\|\?\@])#isu', $item['body'], $matches, PREG_SET_ORDER) ){
1715
 
1716
  $dname = wpforo_user_dname(WPF()->current_user);
 
1717
  $_to_words = array($dname);
1718
  if( array_key_exists('first_postid', $item) ){
1719
  $_to_words[] = $item['title'];
1720
  $_to_words[] = '<a target="_blank" href="'. esc_url($item['topicurl']) .'">'. esc_url($item['topicurl']) .'</a>';
1721
  }else{
1722
- $_to_words[] = wpforo_topic($item['topicid'], 'title');
1723
  $_to_words[] = '<a target="_blank" href="'. esc_url($item['posturl']) .'">'. esc_url($item['posturl']) .'</a>';
1724
  }
1725
 
@@ -1748,14 +1747,49 @@ function wpforo_send_mail_to_mentioned_users($item){
1748
  }
1749
  if( !WPF()->perm->forum_can('vf', $item['forumid'], $member['groupid'], $member['secondary_groups']) ) continue;
1750
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1751
 
1752
- $dname = wpforo_user_dname($member);
1753
- $subject = stripslashes(str_replace('[mentioned-user-name]', $dname, $_subject));
1754
- $message = stripslashes(str_replace('[mentioned-user-name]', $dname, $_message));
1755
- $message = wpforo_kses($message, 'email');
1756
-
1757
- if( $return = wp_mail( $member['user_email'], sanitize_text_field($subject), $message, $headers ) ){
1758
- WPF()->sbscrb->already_sent_emails[] = $member['user_email'];
 
 
1759
  }
1760
  }
1761
  }
@@ -1910,7 +1944,7 @@ function wpforo_forum_subscribers_mail_sender( $topic ){
1910
 
1911
  $subject = WPF()->sbscrb->options['new_topic_notification_email_subject'];
1912
  $message = WPF()->sbscrb->options['new_topic_notification_email_message'];
1913
- $message_length = apply_filters('wpforo_email_notification_post_body_length', 100);
1914
 
1915
 
1916
  $from_tags = array( "[member_name]", "[post_author_name]", "[forum]", "[unsubscribe_link]", "[topic_title]", "[topic_desc]");
@@ -2010,7 +2044,7 @@ function wpforo_topic_subscribers_mail_sender( $post ){
2010
 
2011
  $subject = WPF()->sbscrb->options['new_post_notification_email_subject'];
2012
  $message = WPF()->sbscrb->options['new_post_notification_email_message'];
2013
- $message_length = apply_filters('wpforo_email_notification_post_body_length', 100);
2014
 
2015
  $from_tags = array( "[member_name]", "[post_author_name]", "[topic]", "[unsubscribe_link]", "[reply_title]", "[reply_desc]");
2016
  $to_words = array( sanitize_text_field($member['display_name']),
@@ -2326,13 +2360,15 @@ function wpforo_user_field_shortcode_to_value($shortcode, $userid = NULL){
2326
  }
2327
 
2328
  function wpforo_new_user_notification_email_admin($wp_new_user_notification_email_admin, $user, $blogname){
2329
- $wp_new_user_notification_email_admin['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_admin_subject']);
2330
- $wp_new_user_notification_email_admin['message'] = str_replace('[blogname]', $blogname, WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] );
 
 
2331
  $userid = $user->ID;
2332
- $wp_new_user_notification_email_admin['message'] = preg_replace_callback(
2333
  '#\[[^\[\]]+?\]#isu',
2334
  function ($match) use($userid){
2335
- $value = wpforo_user_field_shortcode_to_value($match[0], $userid);
2336
  if( !$value || !( is_string($value) || is_numeric($value) ) ) $value = '';
2337
  return $value;
2338
  },
@@ -2347,14 +2383,14 @@ function wpforo_new_user_notification_email($wp_new_user_notification_email, $us
2347
  $set_password_url = '';
2348
  if( wpforo_feature('resetpass-url') ){
2349
  if( preg_match('#<\s*https?://[^\r\n\t\s\0]+?wp-login\.php\?action=rp\&key=(?<key>[^\?\&\=\r\n\t\s]+)[^\r\n\t\s\0]+?\s*>#isu', $wp_new_user_notification_email['message'], $match) ){
2350
- $key = $match['key'];
2351
- $set_password_url = '<' . wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $key ).'&rp_login='.rawurlencode( $user->user_login ) ) . '>';
2352
  }
2353
  }elseif( preg_match('#<\s*https?://[^\r\n\t\s\0]+?wp-login\.php\?action=rp[^\r\n\t\s\0]+?\s*>#isu', $wp_new_user_notification_email['message'], $match) ){
2354
  $set_password_url = $match[0];
2355
  }
2356
 
2357
- if( $set_password_url ){
2358
  $wp_new_user_notification_email['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_subject']);
2359
  $wp_new_user_notification_email['message'] = str_replace(
2360
  array('[user_login]', '[set_password_url]'),
@@ -2593,7 +2629,7 @@ add_action( 'wp_ajax_wpforo_tag_search', 'wpforo_tag_search' );
2593
  add_action( 'wp_ajax_nopriv_wpforo_tag_search', 'wpforo_tag_search' );
2594
 
2595
  function wpforo_add_to_footer(){
2596
- if( WPF()->current_object['template'] == 'forum' ){ ?>
2597
  <div style="display: none;">
2598
  <?php wp_editor( '', 'wpforo-hidden-form', WPF()->tpl->editor_buttons('topic') ); ?>
2599
  </div>
@@ -2620,12 +2656,68 @@ add_action('wp_ajax_wpforo_notifications', 'wpforo_check_notifications');
2620
 
2621
  function wpforo_init_notifications(){
2622
  if( is_user_logged_in() && wpforo_feature('notifications') && wpforo_feature('notifications-live') ){
2623
- $start = apply_filters('wpforo_notifications_list', 30000 );
2624
- $interval = apply_filters('wpforo_notifications_list', 60000 );
2625
- //don't allow small intervals ////////////////////////
2626
- $interval = ( $interval < 10000 ) ? 10000 : $interval;
2627
- //////////////////////////////////////////////////////
2628
- echo "\r\n<script>setTimeout(wpforo_check_notifications, " . intval($start) . ", " . intval($interval) . ");</script>\r\n";
2629
  }
2630
  }
2631
- add_action( 'wp_head', 'wpforo_init_notifications' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  }
683
  if( FALSE !== WPF()->db->query( "UPDATE ".WPF()->tables->posts." SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
684
  wpforo_clean_cache('post', $postid, $post);
685
+ WPF()->db->query( "UPDATE ".WPF()->tables->topics." SET `solved` = " . intval($_POST['answerstatus']) . " WHERE `topicid` = " . intval($post['topicid']) );
686
  WPF()->notice->add('done', 'success');
687
  $response['stat'] = 1;
688
  $response['notice'] = WPF()->notice->get_notices();
1225
 
1226
  function wpforo_frontend_enqueue(){
1227
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.11.2' );
1228
+ wp_register_style('wpforo-font-awesome-rtl', WPFORO_URL . '/wpf-assets/css/font-awesome/css/font-awesome-rtl.css', array('wpforo-font-awesome'), WPFORO_VERSION );
1229
+ wp_register_script( 'wpforo-frontend-js', WPFORO_URL . '/wpf-assets/js/frontend.js', array('jquery'), WPFORO_VERSION, true );
 
1230
  wp_localize_script('wpforo-frontend-js', 'wpforo',
1231
  array(
1232
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
1233
+ 'template_slugs' => WPF()->tpl->slugs,
1234
  'editor_settings' => WPF()->tpl->editor_buttons(),
1235
  'revision_options' => WPF()->revision->options,
1236
  'notice' => array(
1238
  )
1239
  )
1240
  );
1241
+ wp_register_script('wpforo-ajax', WPFORO_URL . '/wpf-assets/js/ajax.js', array('suggest', 'wpforo-frontend-js'), WPFORO_VERSION, true);
 
1242
  wp_register_style('wpforo-style', WPFORO_TEMPLATE_URL . '/style.css', false, WPFORO_VERSION );
1243
  wp_register_style('wpforo-style-rtl', WPFORO_TEMPLATE_URL . '/style-rtl.css', false, WPFORO_VERSION );
1244
+ wp_register_style('wpforo-widgets', WPFORO_TEMPLATE_URL . '/widgets.css', array(), WPFORO_VERSION );
1245
+ wp_register_style('wpforo-widgets-rtl', WPFORO_TEMPLATE_URL . '/widgets-rtl.css', array(), WPFORO_VERSION );
1246
+ wp_register_script('wpforo-widgets-js', WPFORO_URL . '/wpf-assets/js/widgets.js', array('jquery'), WPFORO_VERSION, true);
1247
  wp_localize_script('wpforo-widgets-js', 'wpf_widget_ajax_obj', array( 'url' => admin_url('admin-ajax.php') ));
1248
+ if( file_exists(WPFORO_TEMPLATE_DIR . '/colors.css') ){
1249
+ $colors_css_md5 = md5_file( WPFORO_TEMPLATE_DIR . '/colors.css' );
1250
+ wp_register_style( 'wpforo-dynamic-style', WPFORO_TEMPLATE_URL . '/colors.css', false, WPFORO_VERSION . '.' . $colors_css_md5 );
1251
+ }
1252
 
1253
  if( (is_wpforo_page() && wpforo_feature('font-awesome') == 1) || wpforo_feature('font-awesome') == 2 ){
1254
  wp_enqueue_style('wpforo-font-awesome');
1256
  }
1257
 
1258
  if( is_wpforo_page() ){
 
 
 
1259
  wp_enqueue_script('wpforo-frontend-js');
1260
  wp_enqueue_script('wpforo-ajax');
1261
  if ( is_rtl() ) {
1265
  }
1266
  }
1267
 
 
 
 
 
 
 
1268
  if( !WPF()->perm->forum_can('va') || !WPF()->perm->usergroup_can('caa') ){
1269
  wp_add_inline_script('wpforo-frontend-js', "jQuery(document).ready(function($){
1270
  $('#wpforo-wrap').on('click', '.attach_cant_view', function(){
1307
  wp_add_inline_style( 'wpforo-dynamic-style', $css );
1308
  }
1309
  }
1310
+ add_action( 'wp_enqueue_scripts', 'wpforo_dynamic_style');
1311
+
1312
+ function wpforo_enqueue_colors_css() {
1313
+ wp_enqueue_style( 'wpforo-dynamic-style' );
1314
+ }
1315
+ add_action('get_footer', 'wpforo_enqueue_colors_css');
1316
 
1317
  function wpforo_style_options($css, $COLORS){
1318
  if( !isset($css)) return '';
1337
  wp_register_style('wpforo-admin', WPFORO_URL . '/wpf-admin/css/admin.css', false, WPFORO_VERSION );
1338
  wp_localize_script( 'wp-color-picker', 'wpColorPickerL10n', array('clear' => __('Clear'), 'defaultString' => __('Default'), 'pick' => __('Select Color')) );
1339
  wp_register_script( 'wpforo-contenthover-addons', WPFORO_URL . '/wpf-admin/js/contenthover/jquery.contenthover.min.js', array('jquery'), WPFORO_VERSION, false );
1340
+ wp_register_script( 'wpforo-backend-js', WPFORO_URL . '/wpf-admin/js/backend.js', array( 'jquery' ), WPFORO_VERSION, false );
1341
+ wp_localize_script( 'wpforo-backend-js', 'wpforo_admin', array(
1342
  'phrases' => array(
1343
  'move' => __('Move', 'wpforo'),
1344
  'delete' => __('Delete', 'wpforo')
1391
  } elseif ( $_GET['page'] === 'wpforo-addons' ) {
1392
  wp_enqueue_script( 'wpforo-contenthover-addons' );
1393
  }
1394
+ wp_enqueue_script( 'wpforo-backend-js' );
1395
  }
1396
  if( !get_option('wpforo_deactivation_dialog_never_show') && (strpos( wpforo_get_request_uri(), '/plugins.php' ) !== false) ){
1397
  wp_enqueue_style('wpforo-deactivation-css');
1708
  add_filter('wpforo_body_text_filter', 'wpforo_mentioned_code_to_link');
1709
 
1710
  function wpforo_send_mail_to_mentioned_users($item){
 
1711
  $return = false;
1712
  if( preg_match_all('#@([^\r\n\t\s\0<>\[\]!,\.\(\)\'\"\|\?\@]+)(?:$|[\r\n\t\s\0<>\[\]!,\.\(\)\'\"\|\?\@])#isu', $item['body'], $matches, PREG_SET_ORDER) ){
1713
 
1714
  $dname = wpforo_user_dname(WPF()->current_user);
1715
+ $topic = wpforo_topic($item['topicid']);
1716
  $_to_words = array($dname);
1717
  if( array_key_exists('first_postid', $item) ){
1718
  $_to_words[] = $item['title'];
1719
  $_to_words[] = '<a target="_blank" href="'. esc_url($item['topicurl']) .'">'. esc_url($item['topicurl']) .'</a>';
1720
  }else{
1721
+ $_to_words[] = $topic['title'];
1722
  $_to_words[] = '<a target="_blank" href="'. esc_url($item['posturl']) .'">'. esc_url($item['posturl']) .'</a>';
1723
  }
1724
 
1747
  }
1748
  if( !WPF()->perm->forum_can('vf', $item['forumid'], $member['groupid'], $member['secondary_groups']) ) continue;
1749
 
1750
+ $notification = apply_filters('wpforo_user_mentioning_notification', true);
1751
+
1752
+ //Adding notification if user doesn't mention yourself
1753
+ if( $notification && $member['userid'] != wpfval( $item, 'userid' ) ){
1754
+ $notify = false;
1755
+ //If current post is a reply check the parent post
1756
+ if( wpfval($item,'parentid') ){
1757
+ $parent_post = wpforo_post($item['parentid']);
1758
+ //Parent post author has already received a "new_reply" notification,
1759
+ //so the mentioning is not neccessary. It only adds a new notification
1760
+ //if the parent post author is not the mentioned user.
1761
+ if( !empty($parent_post) && $member['userid'] != wpfval($parent_post, 'userid')){
1762
+ $notify = true;
1763
+ }
1764
+ } else {
1765
+ //This post is probably a first topic post or a single post (not a reply)
1766
+ //The topic author has already received a "new_reply" notification,
1767
+ //so the mentioning is not neccessary. It only adds a new notification
1768
+ //if the topic author is not the mentioned user.
1769
+ if( !empty($topic) && $member['userid'] != wpfval( $topic, 'userid' ) ) {
1770
+ $notify = true;
1771
+ }
1772
+ }
1773
+ if( $notify ){
1774
+ $args = array(
1775
+ 'itemid' => (wpfval($item, 'postid') ? $item['postid'] : $item['first_postid']),
1776
+ 'userid' => $member['userid'],
1777
+ 'content' => (wpfval($item, 'body') ? $item['body'] : $item['title']),
1778
+ 'permalink' => (wpfval($item, 'posturl') ? $item['posturl'] : $item['topicurl']),
1779
+ );
1780
+ WPF()->activity->add_notification( 'new_mention', $args );
1781
+ }
1782
+ }
1783
 
1784
+ //Sending Email Notification
1785
+ if( WPF()->sbscrb->options['user_mention_notify'] ){
1786
+ $dname = wpforo_user_dname($member);
1787
+ $subject = stripslashes(str_replace('[mentioned-user-name]', $dname, $_subject));
1788
+ $message = stripslashes(str_replace('[mentioned-user-name]', $dname, $_message));
1789
+ $message = wpforo_kses($message, 'email');
1790
+ if( $return = wp_mail( $member['user_email'], sanitize_text_field($subject), $message, $headers ) ){
1791
+ WPF()->sbscrb->already_sent_emails[] = $member['user_email'];
1792
+ }
1793
  }
1794
  }
1795
  }
1944
 
1945
  $subject = WPF()->sbscrb->options['new_topic_notification_email_subject'];
1946
  $message = WPF()->sbscrb->options['new_topic_notification_email_message'];
1947
+ $message_length = apply_filters('wpforo_email_notification_post_body_length', 0);
1948
 
1949
 
1950
  $from_tags = array( "[member_name]", "[post_author_name]", "[forum]", "[unsubscribe_link]", "[topic_title]", "[topic_desc]");
2044
 
2045
  $subject = WPF()->sbscrb->options['new_post_notification_email_subject'];
2046
  $message = WPF()->sbscrb->options['new_post_notification_email_message'];
2047
+ $message_length = apply_filters('wpforo_email_notification_post_body_length', 0);
2048
 
2049
  $from_tags = array( "[member_name]", "[post_author_name]", "[topic]", "[unsubscribe_link]", "[reply_title]", "[reply_desc]");
2050
  $to_words = array( sanitize_text_field($member['display_name']),
2360
  }
2361
 
2362
  function wpforo_new_user_notification_email_admin($wp_new_user_notification_email_admin, $user, $blogname){
2363
+ if( WPF()->sbscrb->options['overwrite_new_user_notification_admin'] ){
2364
+ $wp_new_user_notification_email_admin['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_admin_subject']);
2365
+ $wp_new_user_notification_email_admin['message'] = str_replace('[blogname]', $blogname, WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] );
2366
+ }
2367
  $userid = $user->ID;
2368
+ $wp_new_user_notification_email_admin['message'] = preg_replace_callback(
2369
  '#\[[^\[\]]+?\]#isu',
2370
  function ($match) use($userid){
2371
+ $value = wpforo_user_field_shortcode_to_value($match[0], $userid);
2372
  if( !$value || !( is_string($value) || is_numeric($value) ) ) $value = '';
2373
  return $value;
2374
  },
2383
  $set_password_url = '';
2384
  if( wpforo_feature('resetpass-url') ){
2385
  if( preg_match('#<\s*https?://[^\r\n\t\s\0]+?wp-login\.php\?action=rp\&key=(?<key>[^\?\&\=\r\n\t\s]+)[^\r\n\t\s\0]+?\s*>#isu', $wp_new_user_notification_email['message'], $match) ){
2386
+ $set_password_url = '<' . wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $match['key'] ).'&rp_login='.rawurlencode( $user->user_login ) ) . '>';
2387
+ $wp_new_user_notification_email['message'] = str_replace($match[0], $set_password_url, $wp_new_user_notification_email['message']);
2388
  }
2389
  }elseif( preg_match('#<\s*https?://[^\r\n\t\s\0]+?wp-login\.php\?action=rp[^\r\n\t\s\0]+?\s*>#isu', $wp_new_user_notification_email['message'], $match) ){
2390
  $set_password_url = $match[0];
2391
  }
2392
 
2393
+ if( WPF()->sbscrb->options['overwrite_new_user_notification'] && $set_password_url ){
2394
  $wp_new_user_notification_email['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_subject']);
2395
  $wp_new_user_notification_email['message'] = str_replace(
2396
  array('[user_login]', '[set_password_url]'),
2629
  add_action( 'wp_ajax_nopriv_wpforo_tag_search', 'wpforo_tag_search' );
2630
 
2631
  function wpforo_add_to_footer(){
2632
+ if( WPF()->current_object['load_tinymce'] ){ ?>
2633
  <div style="display: none;">
2634
  <?php wp_editor( '', 'wpforo-hidden-form', WPF()->tpl->editor_buttons('topic') ); ?>
2635
  </div>
2656
 
2657
  function wpforo_init_notifications(){
2658
  if( is_user_logged_in() && wpforo_feature('notifications') && wpforo_feature('notifications-live') ){
2659
+ $start = apply_filters('wpforo_notifications_list', 30000 );
2660
+ $interval = apply_filters('wpforo_notifications_list', 60000 );
2661
+ //don't allow small intervals ////////////////////////
2662
+ $interval = ( $interval < 10000 ) ? 10000 : $interval;
2663
+ //////////////////////////////////////////////////////
2664
+ echo "\r\n<script>setTimeout(wpforo_check_notifications, " . intval($start) . ", " . intval($interval) . ");</script>\r\n";
2665
  }
2666
  }
2667
+ add_action( 'wp_footer', 'wpforo_init_notifications', 999 );
2668
+
2669
+ function wpforo_can_display_recaptcha_note(){
2670
+ $d = wpforo_is_admin() ? 'recaptcha_backend_note' : 'recaptcha_note';
2671
+ return !WPF()->dissmissed[$d]
2672
+ && current_user_can('administrator')
2673
+ && !wp_is_mobile()
2674
+ && wpforo_feature('user-register')
2675
+ && !WPF()->member->options['register_url']
2676
+ && !wpforo_is_recaptcha_configured();
2677
+ }
2678
+
2679
+ add_action('wpforo_header_hook', 'wpforo_recaptcha_note');
2680
+ function wpforo_recaptcha_note(){
2681
+ if( wpforo_can_display_recaptcha_note() ){
2682
+ ?>
2683
+ <div class="wpforo-rcn-wrap">
2684
+ <div class="wpforo-rcn-body">
2685
+ <span class="wpforo-rcn-head"><i class="fas fa-exclamation-triangle"></i> <?php wpforo_phrase('The forum registration form is probably under risk of spam attacks'); ?></span>
2686
+ <?php printf(
2687
+ wpforo_phrase('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.', false, 'native'),
2688
+ '<a class="wpf-rcnl" href="'. admin_url('admin.php?page=wpforo-tools&tab=antispam') .'" target="_blank">'. wpforo_phrase('configure', false, 'lower') .'</a>',
2689
+ '<a class="wpf-rcngl" href="https://developers.google.com/recaptcha" target="_blank">Google reCAPTCHA</a>',
2690
+ '<a href="'. admin_url('admin.php?page=wpforo-tools&tab=antispam#wpf-recaptcha') .'">'. wpforo_phrase('Tools &gt; Antispam Tab', false) .'</a>',
2691
+ '<a class="wpf-rcnwl" href="https://wordpress.org/plugins/search/spam+users/" target="_blank">'. wpforo_phrase('WordPress plugin', false) .'</a>'
2692
+ )
2693
+ ?>
2694
+ </div>
2695
+ <div class="wpforo-rcn-footer">
2696
+ <div class="wpforo-rcn-info">
2697
+ <?php wpforo_phrase('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.'); ?>
2698
+ </div>
2699
+ <div class="wpforo-rcn-dismiss">
2700
+ <span class="wpforo-rcn-dismiss-button" wpf-tooltip="<?php wpforo_phrase('I got it, please dismiss this message') ?>" wpf-tooltip-size="long"><?php wpforo_phrase('Dismiss') ?></span>
2701
+ </div>
2702
+ </div>
2703
+ </div>
2704
+ <?php
2705
+ }
2706
+ }
2707
+
2708
+ add_action('admin_notices', 'wpforo_admin_notice_recaptcha');
2709
+ function wpforo_admin_notice_recaptcha(){
2710
+ if( wpforo_can_display_recaptcha_note() ){
2711
+ wp_enqueue_script( 'wpforo-backend-js' );
2712
+ $class = 'notice notice-error is-dismissible';
2713
+ $message = __( '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.', 'wpforo' );
2714
+ $message = sprintf($message, '<a href="'. admin_url('admin.php?page=wpforo-tools&tab=antispam#wpf-recaptcha') .'" target="_blank" style="text-decoration:none;">'. __('Google reCAPTCHA', 'wpforo') .'</a>');
2715
+ printf( '<div id="wpforo-admin-notice-recaptcha" class="%1$s"><p>%2$s</p></div>', $class, $message );
2716
+ }
2717
+ }
2718
+
2719
+ function wpforo_is_recaptcha_configured(){
2720
+ return WPF()->tools_antispam['rc_wpf_reg_form']
2721
+ && WPF()->tools_antispam['rc_site_key']
2722
+ && WPF()->tools_antispam['rc_secret_key'];
2723
+ }
wpf-includes/wpf-phrases.php CHANGED
@@ -125,6 +125,8 @@ $wpforo_phrases = array(
125
  "Update Subscriptions" => __("Update Subscriptions", "wpforo"),
126
  "Share to OK" => __("Share to OK", "wpforo"),
127
  "Share to VK" => __("Share to VK", "wpforo"),
 
 
128
  "Share to Google+" => __("Share to Google+", "wpforo"),
129
  "Tweet" => __("Tweet", "wpforo"),
130
  "Tweet this post" => __("Tweet this post", "wpforo"),
@@ -1062,6 +1064,8 @@ $wpforo_phrases = array(
1062
  'Clear all' => __('Clear all', 'wpforo'),
1063
  'You have no new notification' => __('You have no new notification', 'wpforo'),
1064
  'You have no new notifications' => __('You have no new notifications', 'wpforo'),
 
 
1065
  'New Reply' => __('New Reply', 'wpforo'),
1066
  'New reply from %1$s, %2$s' => __('New reply from %1$s, %2$s', 'wpforo'),
1067
  'New Like' => __('New Like', 'wpforo'),
@@ -1071,4 +1075,31 @@ $wpforo_phrases = array(
1071
  'New Down Vote' => __('New Down Vote', 'wpforo'),
1072
  'New down vote from %1$s, %2$s' => __('New down vote from %1$s, %2$s', 'wpforo'),
1073
  'Got to first unread post' => __('Got to first unread post', 'wpforo'),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1074
  );
125
  "Update Subscriptions" => __("Update Subscriptions", "wpforo"),
126
  "Share to OK" => __("Share to OK", "wpforo"),
127
  "Share to VK" => __("Share to VK", "wpforo"),
128
+ "Share to WhatsApp" => __("Share to WhatsApp", "wpforo"),
129
+ "Share to LinkedIn" => __("Share to LinkedIn", "wpforo"),
130
  "Share to Google+" => __("Share to Google+", "wpforo"),
131
  "Tweet" => __("Tweet", "wpforo"),
132
  "Tweet this post" => __("Tweet this post", "wpforo"),
1064
  'Clear all' => __('Clear all', 'wpforo'),
1065
  'You have no new notification' => __('You have no new notification', 'wpforo'),
1066
  'You have no new notifications' => __('You have no new notifications', 'wpforo'),
1067
+ 'You have new notifications' => __('You have new notifications', 'wpforo'),
1068
+ 'You have a new notification' => __('You have a new notification', 'wpforo'),
1069
  'New Reply' => __('New Reply', 'wpforo'),
1070
  'New reply from %1$s, %2$s' => __('New reply from %1$s, %2$s', 'wpforo'),
1071
  'New Like' => __('New Like', 'wpforo'),
1075
  'New Down Vote' => __('New Down Vote', 'wpforo'),
1076
  'New down vote from %1$s, %2$s' => __('New down vote from %1$s, %2$s', 'wpforo'),
1077
  'Got to first unread post' => __('Got to first unread post', 'wpforo'),
1078
+
1079
+ //1.7.1
1080
+ 'New User Mentioning' => __('New User Mentioning', 'wpforo'),
1081
+ '%1$s has mentioned you, %2$s' => __('%1$s has mentioned you, %2$s', 'wpforo'),
1082
+ 'New Notification' => __('New Notification', 'wpforo'),
1083
+ 'New notification from %1$s, %2$s' => __('New notification from %1$s, %2$s', 'wpforo'),
1084
+ '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.' => __('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.', 'wpforo'),
1085
+ 'The forum registration form is probably under risk of spam attacks' => __('The forum registration form is probably under risk of spam attacks', 'wpforo'),
1086
+ '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.' => __('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.', 'wpforo'),
1087
+ 'Tools &gt; Antispam Tab' => __('Tools &gt; Antispam Tab', 'wpforo'),
1088
+ 'WordPress plugin' => __('WordPress plugin', 'wpforo'),
1089
+ '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.' => __('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.', 'wpforo'),
1090
+ 'Dismiss' => __('Dismiss', 'wpforo'),
1091
+ 'Add New Category or Forum' => __('Add New Category or Forum', 'wpforo'),
1092
+ 'Change Color Style' => __('Change Color Style', 'wpforo'),
1093
+ 'Post Moderation' => __('Post Moderation', 'wpforo'),
1094
+ 'Forum Menu' => __('Forum Menu', 'wpforo'),
1095
+ 'Forum Widgets' => __('Forum Widgets', 'wpforo'),
1096
+ 'Delete Forum Cache' => __('Delete Forum Cache', 'wpforo'),
1097
+ 'Admin Control Panel' => __('Admin Control Panel', 'wpforo'),
1098
+ 'the layout you want' => __('the layout you want', 'wpforo'),
1099
+ '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.' => __('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.', 'wpforo'),
1100
+ 'No new posts found' => __('No new posts found', 'wpforo'),
1101
+ 'I got it, please dismiss this message' => __('I got it, please dismiss this message', 'wpforo'),
1102
+ 'configure' => __('configure', 'wpforo'),
1103
+ '{new}' => __('{new}', 'wpforo'),
1104
+ 'Create Account' => __('Create Account', 'wpforo')
1105
  );
wpf-languages/wpforo-cs_CZ.po CHANGED
@@ -1,5904 +1,5904 @@
1
- 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"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
14
- "2;\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Poedit-WPHeader: wpforo.php\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: cs_CZ\n"
25
- "X-Poedit-SearchPath-0: .\n"
26
- "X-Poedit-SearchPathExcluded-0: *.js\n"
27
-
28
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
29
- msgid "wpForo Addons"
30
- msgstr "wpForo doplňky"
31
-
32
- #: wpf-admin/addons.php:28
33
- msgid ""
34
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
35
- "Addon prices also include a small donation to the hard work wpForo "
36
- "developers do for free. When you buy an addon, you also donate the free "
37
- "wpForo development and support. Addons are the only incoming source for "
38
- "wpForo developers. wpForo is a premium forum plugin which will always be "
39
- "available for free. There will never be paid and pro versions of this forum "
40
- "board. We have another dozens of awesome features in our to-do list which "
41
- "will also be added for free in future releases. So the free wpForo "
42
- "development always stays on the first priority and wpForo is being extended "
43
- "with new free functions and features even faster than before."
44
- msgstr ""
45
- "Všechny wpForo addony jsou vyvíjeny vývojáři wpForo v gVectors Teamu. Jejich "
46
- "ceny zahrnují také malý dar za tvrdou práci vývojářů, kteří wpForo vyvíjí "
47
- "zdarma. Koupí libovolného addonu podpoříte také bezplatný vývoj a podporu "
48
- "pluginu wpForo. wpForo je prémiový plugin, který bude vždy k dispozici "
49
- "zdarma a jeho doplňky jsou jediným zdrojem příjmu pro jeho vývojáře. V "
50
- "našem seznamu úkolů wpFora máme připraveno mnoho dalších zajímavých a "
51
- "užitečných funkcí, které budou také přidány zdarma v budoucích verzích. "
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
-
59
- #: wpf-admin/addons.php:51
60
- msgid "Installed"
61
- msgstr "Instalováno"
62
-
63
- #: wpf-admin/addons.php:55
64
- msgid "Version"
65
- msgstr "Verze"
66
-
67
- #: wpf-admin/addons.php:56
68
- msgid "at least"
69
- msgstr "alespoň"
70
-
71
- #: wpf-admin/addons.php:58
72
- msgid "Details | Buy"
73
- msgstr "Podrobnosti | Koupit"
74
-
75
- #: wpf-admin/addons.php:64
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 "
151
- "system.\n"
152
- " The \"Extended\", \"Simplified\" and "
153
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
154
- "You can use wpForo for small and extremely large communities. \n"
155
- " <br />If you found some issue or bug "
156
- "please open a support topic in plugin page or in our support forum at "
157
- "gVectors.com. If you liked wpForo please leave some good review for this "
158
- "plugin. We really need your good reviews. \n"
159
- " If you didn't like wpForo please leave a "
160
- "list of issues and requirements you'd like us to fix and add in near future. "
161
- "We're here to help you and improve wpForo as much as possible."
162
- msgstr ""
163
-
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 ""
283
-
284
- #: wpf-admin/deactivation-dialog.php:18
285
- msgid ""
286
- "Please let us know why you are deactivating. Choosing one of the options "
287
- "below you will help us make it better for you and for other users."
288
- msgstr ""
289
-
290
- #: wpf-admin/deactivation-dialog.php:24
291
- msgid "I'll reactivate it later"
292
- msgstr ""
293
-
294
- #: wpf-admin/deactivation-dialog.php:28
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."
471
- 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"
573
- 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."
581
- 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 "
601
- "forum. Thus users can have different permissions in different forums based "
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."
638
- 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> "
757
- "Please follow to the \"Facebook API Configuration\" option instruction above "
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 "
806
- "toggle blue color is the current primary color (#12) of your forum style. "
807
- "For example, if you use the red forum style, the color of all share toggles "
808
- "will be red. This doesn't affect share button colors. They are always grey "
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
-
1041
- #: wpf-admin/options-tabs/features.php:15
1042
- msgid "Show Member Mention Nicknames"
1043
- msgstr ""
1044
-
1045
- #: wpf-admin/options-tabs/features.php:16
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 "
1281
- "user when his/her User Role is changed by administrators or by membership "
1282
- "plugins. In other words this option allows to manage Usergroups based on "
1283
- "Users Roles, thus you can directly control users forum accesses based on "
1284
- "Users Roles. If this option is turned off, User Roles don't have any "
1285
- "affection to users forum accesses, they are only controlled by forum "
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 "
1318
- "icon in forum footer, which will allow your site visitors recognize the name "
1319
- "of forum solution you use."
1320
- msgstr ""
1321
- "Prosím povolte tohle nastavení a pomozte tím wpFóru k růstu a získání větší "
1322
- "popularity a jako poděkování pro vás stále chystáme nové funkce a vše je "
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 "
1421
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
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 "
1437
- "are using PO/MO translation files you should change WordPress Language in "
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 "
1488
- "are only for other plugin compatibility. \n"
1489
- " For example, if you use BuddyPress or Ultimate "
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 "
1619
- "always be available for free. There will never be paid and pro versions of "
1620
- "this forum board. However this is a very large and hard project so we also "
1621
- "develop paid addons (extensions), which will financially help us to keep "
1622
- "improving and adding new features to the free wpForo plugin. Forum addons "
1623
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1624
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1625
- "very soon. Once you got some addon and activated that, you will find "
1626
- "settings in vertical subTabs here."
1627
- msgstr ""
1628
- "Děkujeme za používání wpFóra. wpFóro je premium fórum plugin který je "
1629
- "dostupný plně zdarma. Nikdy nebude placené verze ani pro verze fóra. Jedná "
1630
- "se o velký a náročný projekt, takže budou dostupné Addony placené, které nás "
1631
- "finančně podpoří a motivují nás pro to, aby jsme mohli nadále přidávat nové "
1632
- "věci zdarma. První Addony budou například \"Vlastní nahrávání souborů\", "
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 "
1719
- "to your hosting service support."
1720
- msgstr ""
1721
- "Nemůžete změnit hodnoty více než je \"max_velikost souboru\" a "
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
-
1853
- #: wpf-admin/tools-tabs/antispam.php:11
1854
- msgid ""
1855
- "is not installed! For an advanced Spam Control please install Akismet "
1856
- "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1857
- "already integrated with wpForo. It'll help to filter posts and protect forum "
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; "
2024
- "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
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 "
2040
- "delete but you should check one by one and make sure those are spam files "
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 "
2121
- "are being registered by Spammers. This tool allows you to only keep active "
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 "
2208
- "forum account. The checkbox label can be managed in Forums > Phrases admin "
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 "
2220
- "registration form to be able create a forum account. The checkbox label can "
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 "
2232
- "with website terms and privacy policy) and in Forum Privacy Policy. The "
2233
- "forum Privacy Policy does not cover your whole website, it is just an "
2234
- "extension of your website main Privacy Policy. Thus it should be linked to "
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 "
2266
- "policy template you become responsible for the content of this template.</"
2267
- "u> Please read this text carefully and make sure it suits your community "
2268
- "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
2269
- "your community rules. This template includes shortcodes [forum-name] and "
2270
- "[forum-url]. They are automatically replaced on registration page with "
2271
- "current forum details. Don't forget to add an information about your "
2272
- "organization, location and contacting ways (page, email, phone, etc...). "
2273
- "Also if you have a separate privacy policy page for website please add a "
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 "
2285
- "Facebook public profile information. This checkbox and appropriate "
2286
- "information will be displayed with Facebook Login button to comply with the "
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 "
2298
- "amount of data in cookies, it used to track visited forums and topics (bold "
2299
- "and normal titles). Also when a guest (not registered user) creates a topic "
2300
- "or post a reply, wpForo stores guest name and email address in cookies. "
2301
- "wpForo uses this information to detect current guest content (topics, posts) "
2302
- "and display it to the guest even if the content is under moderation (not "
2303
- "approved by moderators). Also wpForo stores guest name and email in cookies "
2304
- "to keep filled these fields when he/she posts a new reply or creates a new "
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. "
2320
- "The label text of this checkbox can be managed in Forums > Phrases admin "
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
-
2413
- #: wpf-admin/tools.php:8
2414
- msgid "Forum Tools"
2415
- msgstr ""
2416
-
2417
- #: wpf-admin/tools.php:14
2418
- msgid "Antispam"
2419
- msgstr ""
2420
-
2421
- #: wpf-admin/tools.php:15
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
-
2515
- #: wpf-admin/usergroup.php:136
2516
- msgid "Note:"
2517
- msgstr ""
2518
-
2519
- #: wpf-admin/usergroup.php:137
2520
- #, php-format
2521
- msgid ""
2522
- "The [Synchronize] button changes all users Usergroups according to the users "
2523
- "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
2524
- "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
2525
- "Usergroup in forum. The synchronization process may take a few seconds or "
2526
- "dozens of minutes, it depends on the number of users. Please be patient, "
2527
- "don't close this page and wait until the progress counter says "
2528
- "100% completed."
2529
- msgstr ""
2530
-
2531
- #: wpf-admin/usergroup.php:146
2532
- msgid "User Roles"
2533
- msgstr ""
2534
-
2535
- #: wpf-admin/usergroup.php:148
2536
- msgid ""
2537
- "In the table above (Usergroups) you can see the list of all available forum "
2538
- "Usergroups. The first column of this table displays selected User Roles "
2539
- "which are synched with certain Usergroup. However some User Roles are still "
2540
- "not synced with any Usergroup of your forum. You can find not-synced User "
2541
- "Roles in the table below (User Roles). If you use any of these not-synced "
2542
- "User Roles and you want to grant some forum accesses to users of these User "
2543
- "Roles you should create new Usergroups for each of them. Once new Usergroup "
2544
- "is created, you should use the [Synchronize] button in the table above to "
2545
- "synchronize User Roles with new Usergroups."
2546
- msgstr ""
2547
-
2548
- #: wpf-admin/usergroup.php:153
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 ""
2563
-
2564
- #: wpf-admin/usergroup.php:173
2565
- msgid "Not 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:176
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
-
2952
- #: wpf-includes/class-subscribes.php:39
2953
- msgid "[blogname] New User Registration"
2954
- 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 "
3204
- "Server Error please don't worry, the data updating process is still working "
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."
3232
- 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...) "
3505
- "from database. Please backup database before this action, you may need this "
3506
- "forum data in future. If you are sure that you want to delete all forum data "
3507
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
3508
- "that will not remove forum data."
3509
- msgstr ""
3510
- "Důležité! Odinstalace není pouze deaktivace. Tato akce smaže všechna fóra, "
3511
- "témata, příspěvky, odpovědi z databáze. Vytvořte si zálohu před akcí pokud "
3512
- "potřebujete data fóra do budoucna. Pokud chcete vše smazat tak prosím "
3513
- "potvrdte."
3514
-
3515
- #: wpf-includes/wpf-hooks.php:20
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 "
3553
- "change this user Role the Usergroup is automatically changed according to "
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 "
3565
- "User Roles independently, please navigate to <b>Forums > Settings > "
3566
- "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
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 to forum administrators 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 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."
5793
- msgstr ""
5794
- "Ankety wpForo jsou kompletní doplněk, který pomáhá členům fóra efektivně "
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"
5840
- msgstr "https://wpforo.com"
5841
-
5842
- #. Description of the plugin/theme
5843
- msgid ""
5844
- "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
5845
- "community. Comes with multiple modern forum layouts."
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
-
5859
- #~ msgid "Count of users in this usergroup"
5860
- #~ msgstr "Počet uživatelů v této skupině"
5861
-
5862
- #~ msgid "Are you sure you whant to DELETE this item?"
5863
- #~ msgstr "Jste si jistí že chcete smazat tuto položku?"
5864
-
5865
- #~ msgid "Choose target forum"
5866
- #~ msgstr "Zvolte cílové fórum"
5867
-
5868
- #~ msgid "Move topic"
5869
- #~ msgstr "Přesunout téma"
5870
-
5871
- #~ msgid "Error: please inset some text to report."
5872
- #~ msgstr "Chyba: Prosím napiště zprávu k nahlášení"
5873
-
5874
- #~ msgid ""
5875
- #~ "New language successfully added and changed wpforo language to new "
5876
- #~ "language"
5877
- #~ msgstr "Nový jazyk byl úspěšně přidán a nastaven jako výchozí"
5878
-
5879
- #~ msgid "Success! Thank you Dear Friend"
5880
- #~ msgstr "Povedlo se! Děkujeme"
5881
-
5882
- #~ msgid "You haven't permission to create post into this forum"
5883
- #~ msgstr "Nemáte dostatečné oprávnění k vytvoření příspěvku v tomto fóru"
5884
-
5885
- #~ msgid "You haven't permission to create topic into this forum"
5886
- #~ msgstr "Nemáte dostatečné oprávnění k vytvoření tématu na tomto fóru"
5887
-
5888
- #~ msgid "You haven't permission to delete post from this forum"
5889
- #~ msgstr "Nemáte dostatečné oprávnění ke smazání příspěvku z tohoto fóra"
5890
-
5891
- #~ msgid "You haven't permission to delete topic from this forum"
5892
- #~ msgstr "Nemáte dostatečné oprávnění ke smazání tématu z tohoto fóra"
5893
-
5894
- #~ msgid "You haven't permission to edit post from this forum"
5895
- #~ msgstr "Nemáte dostatečné oprávnění k úpravě příspěvku z tohoto fóra"
5896
-
5897
- #~ msgid ""
5898
- #~ "Forums wpForo is a new generation of forum plugins. It's full-fledged "
5899
- #~ "forum solution for your community. Comes with multiple modern forum "
5900
- #~ "layouts."
5901
- #~ msgstr ""
5902
- #~ "wpForo je nová generace pluginů fóra pro WordPress. Jedná se o "
5903
- #~ "plnohodnotné řešení fóra pro vaši komunitu a dodává se s několika "
5904
- #~ "moderními layouty fóra."
1
+ 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"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
14
+ "2;\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.6\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-WPHeader: wpforo.php\n"
19
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
+ "X-Loco-Target-Locale: cs_CZ\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
27
+
28
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
29
+ msgid "wpForo Addons"
30
+ msgstr "wpForo doplňky"
31
+
32
+ #: wpf-admin/addons.php:28
33
+ msgid ""
34
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
35
+ "Addon prices also include a small donation to the hard work wpForo "
36
+ "developers do for free. When you buy an addon, you also donate the free "
37
+ "wpForo development and support. Addons are the only incoming source for "
38
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
39
+ "available for free. There will never be paid and pro versions of this forum "
40
+ "board. We have another dozens of awesome features in our to-do list which "
41
+ "will also be added for free in future releases. So the free wpForo "
42
+ "development always stays on the first priority and wpForo is being extended "
43
+ "with new free functions and features even faster than before."
44
+ msgstr ""
45
+ "Všechny wpForo addony jsou vyvíjeny vývojáři wpForo v gVectors Teamu. Jejich "
46
+ "ceny zahrnují také malý dar za tvrdou práci vývojářů, kteří wpForo vyvíjí "
47
+ "zdarma. Koupí libovolného addonu podpoříte také bezplatný vývoj a podporu "
48
+ "pluginu wpForo. wpForo je prémiový plugin, který bude vždy k dispozici "
49
+ "zdarma a jeho doplňky jsou jediným zdrojem příjmu pro jeho vývojáře. V "
50
+ "našem seznamu úkolů wpFora máme připraveno mnoho dalších zajímavých a "
51
+ "užitečných funkcí, které budou také přidány zdarma v budoucích verzích. "
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
+
59
+ #: wpf-admin/addons.php:51
60
+ msgid "Installed"
61
+ msgstr "Instalováno"
62
+
63
+ #: wpf-admin/addons.php:55
64
+ msgid "Version"
65
+ msgstr "Verze"
66
+
67
+ #: wpf-admin/addons.php:56
68
+ msgid "at least"
69
+ msgstr "alespoň"
70
+
71
+ #: wpf-admin/addons.php:58
72
+ msgid "Details | Buy"
73
+ msgstr "Podrobnosti | Koupit"
74
+
75
+ #: wpf-admin/addons.php:64
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 "
151
+ "system.\n"
152
+ " The \"Extended\", \"Simplified\" and "
153
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
154
+ "You can use wpForo for small and extremely large communities. \n"
155
+ " <br />If you found some issue or bug "
156
+ "please open a support topic in plugin page or in our support forum at "
157
+ "gVectors.com. If you liked wpForo please leave some good review for this "
158
+ "plugin. We really need your good reviews. \n"
159
+ " If you didn't like wpForo please leave a "
160
+ "list of issues and requirements you'd like us to fix and add in near future. "
161
+ "We're here to help you and improve wpForo as much as possible."
162
+ msgstr ""
163
+
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 ""
283
+
284
+ #: wpf-admin/deactivation-dialog.php:18
285
+ msgid ""
286
+ "Please let us know why you are deactivating. Choosing one of the options "
287
+ "below you will help us make it better for you and for other users."
288
+ msgstr ""
289
+
290
+ #: wpf-admin/deactivation-dialog.php:24
291
+ msgid "I'll reactivate it later"
292
+ msgstr ""
293
+
294
+ #: wpf-admin/deactivation-dialog.php:28
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."
471
+ 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"
573
+ 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."
581
+ 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 "
601
+ "forum. Thus users can have different permissions in different forums based "
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."
638
+ 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> "
757
+ "Please follow to the \"Facebook API Configuration\" option instruction above "
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 "
806
+ "toggle blue color is the current primary color (#12) of your forum style. "
807
+ "For example, if you use the red forum style, the color of all share toggles "
808
+ "will be red. This doesn't affect share button colors. They are always grey "
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
+
1041
+ #: wpf-admin/options-tabs/features.php:15
1042
+ msgid "Show Member Mention Nicknames"
1043
+ msgstr ""
1044
+
1045
+ #: wpf-admin/options-tabs/features.php:16
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 "
1281
+ "user when his/her User Role is changed by administrators or by membership "
1282
+ "plugins. In other words this option allows to manage Usergroups based on "
1283
+ "Users Roles, thus you can directly control users forum accesses based on "
1284
+ "Users Roles. If this option is turned off, User Roles don't have any "
1285
+ "affection to users forum accesses, they are only controlled by forum "
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 "
1318
+ "icon in forum footer, which will allow your site visitors recognize the name "
1319
+ "of forum solution you use."
1320
+ msgstr ""
1321
+ "Prosím povolte tohle nastavení a pomozte tím wpFóru k růstu a získání větší "
1322
+ "popularity a jako poděkování pro vás stále chystáme nové funkce a vše je "
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 "
1421
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
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 "
1437
+ "are using PO/MO translation files you should change WordPress Language in "
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 "
1488
+ "are only for other plugin compatibility. \n"
1489
+ " For example, if you use BuddyPress or Ultimate "
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 "
1619
+ "always be available for free. There will never be paid and pro versions of "
1620
+ "this forum board. However this is a very large and hard project so we also "
1621
+ "develop paid addons (extensions), which will financially help us to keep "
1622
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1623
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
1624
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1625
+ "very soon. Once you got some addon and activated that, you will find "
1626
+ "settings in vertical subTabs here."
1627
+ msgstr ""
1628
+ "Děkujeme za používání wpFóra. wpFóro je premium fórum plugin který je "
1629
+ "dostupný plně zdarma. Nikdy nebude placené verze ani pro verze fóra. Jedná "
1630
+ "se o velký a náročný projekt, takže budou dostupné Addony placené, které nás "
1631
+ "finančně podpoří a motivují nás pro to, aby jsme mohli nadále přidávat nové "
1632
+ "věci zdarma. První Addony budou například \"Vlastní nahrávání souborů\", "
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 "
1719
+ "to your hosting service support."
1720
+ msgstr ""
1721
+ "Nemůžete změnit hodnoty více než je \"max_velikost souboru\" a "
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
+
1853
+ #: wpf-admin/tools-tabs/antispam.php:11
1854
+ msgid ""
1855
+ "is not installed! For an advanced Spam Control please install Akismet "
1856
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1857
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
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; "
2024
+ "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
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 "
2040
+ "delete but you should check one by one and make sure those are spam files "
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 "
2121
+ "are being registered by Spammers. This tool allows you to only keep active "
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 "
2208
+ "forum account. The checkbox label can be managed in Forums > Phrases admin "
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 "
2220
+ "registration form to be able create a forum account. The checkbox label can "
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 "
2232
+ "with website terms and privacy policy) and in Forum Privacy Policy. The "
2233
+ "forum Privacy Policy does not cover your whole website, it is just an "
2234
+ "extension of your website main Privacy Policy. Thus it should be linked to "
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 "
2266
+ "policy template you become responsible for the content of this template.</"
2267
+ "u> Please read this text carefully and make sure it suits your community "
2268
+ "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
2269
+ "your community rules. This template includes shortcodes [forum-name] and "
2270
+ "[forum-url]. They are automatically replaced on registration page with "
2271
+ "current forum details. Don't forget to add an information about your "
2272
+ "organization, location and contacting ways (page, email, phone, etc...). "
2273
+ "Also if you have a separate privacy policy page for website please add a "
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 "
2285
+ "Facebook public profile information. This checkbox and appropriate "
2286
+ "information will be displayed with Facebook Login button to comply with the "
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 "
2298
+ "amount of data in cookies, it used to track visited forums and topics (bold "
2299
+ "and normal titles). Also when a guest (not registered user) creates a topic "
2300
+ "or post a reply, wpForo stores guest name and email address in cookies. "
2301
+ "wpForo uses this information to detect current guest content (topics, posts) "
2302
+ "and display it to the guest even if the content is under moderation (not "
2303
+ "approved by moderators). Also wpForo stores guest name and email in cookies "
2304
+ "to keep filled these fields when he/she posts a new reply or creates a new "
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. "
2320
+ "The label text of this checkbox can be managed in Forums > Phrases admin "
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
+
2413
+ #: wpf-admin/tools.php:8
2414
+ msgid "Forum Tools"
2415
+ msgstr ""
2416
+
2417
+ #: wpf-admin/tools.php:14
2418
+ msgid "Antispam"
2419
+ msgstr ""
2420
+
2421
+ #: wpf-admin/tools.php:15
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
+
2515
+ #: wpf-admin/usergroup.php:136
2516
+ msgid "Note:"
2517
+ msgstr ""
2518
+
2519
+ #: wpf-admin/usergroup.php:137
2520
+ #, php-format
2521
+ msgid ""
2522
+ "The [Synchronize] button changes all users Usergroups according to the users "
2523
+ "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
2524
+ "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
2525
+ "Usergroup in forum. The synchronization process may take a few seconds or "
2526
+ "dozens of minutes, it depends on the number of users. Please be patient, "
2527
+ "don't close this page and wait until the progress counter says "
2528
+ "100% completed."
2529
+ msgstr ""
2530
+
2531
+ #: wpf-admin/usergroup.php:146
2532
+ msgid "User Roles"
2533
+ msgstr ""
2534
+
2535
+ #: wpf-admin/usergroup.php:148
2536
+ msgid ""
2537
+ "In the table above (Usergroups) you can see the list of all available forum "
2538
+ "Usergroups. The first column of this table displays selected User Roles "
2539
+ "which are synched with certain Usergroup. However some User Roles are still "
2540
+ "not synced with any Usergroup of your forum. You can find not-synced User "
2541
+ "Roles in the table below (User Roles). If you use any of these not-synced "
2542
+ "User Roles and you want to grant some forum accesses to users of these User "
2543
+ "Roles you should create new Usergroups for each of them. Once new Usergroup "
2544
+ "is created, you should use the [Synchronize] button in the table above to "
2545
+ "synchronize User Roles with new Usergroups."
2546
+ msgstr ""
2547
+
2548
+ #: wpf-admin/usergroup.php:153
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 ""
2563
+
2564
+ #: wpf-admin/usergroup.php:173
2565
+ msgid "Not 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:176
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
+
2952
+ #: wpf-includes/class-subscribes.php:39
2953
+ msgid "[blogname] New User Registration"
2954
+ 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 "
3204
+ "Server Error please don't worry, the data updating process is still working "
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."
3232
+ 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...) "
3505
+ "from database. Please backup database before this action, you may need this "
3506
+ "forum data in future. If you are sure that you want to delete all forum data "
3507
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
3508
+ "that will not remove forum data."
3509
+ msgstr ""
3510
+ "Důležité! Odinstalace není pouze deaktivace. Tato akce smaže všechna fóra, "
3511
+ "témata, příspěvky, odpovědi z databáze. Vytvořte si zálohu před akcí pokud "
3512
+ "potřebujete data fóra do budoucna. Pokud chcete vše smazat tak prosím "
3513
+ "potvrdte."
3514
+
3515
+ #: wpf-includes/wpf-hooks.php:20
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 "
3553
+ "change this user Role the Usergroup is automatically changed according to "
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 "
3565
+ "User Roles independently, please navigate to <b>Forums > Settings > "
3566
+ "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
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 to forum administrators 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 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."
5793
+ msgstr ""
5794
+ "Ankety wpForo jsou kompletní doplněk, který pomáhá členům fóra efektivně "
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"
5840
+ msgstr "https://wpforo.com"
5841
+
5842
+ #. Description of the plugin/theme
5843
+ msgid ""
5844
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
5845
+ "community. Comes with multiple modern forum layouts."
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
+
5859
+ #~ msgid "Count of users in this usergroup"
5860
+ #~ msgstr "Počet uživatelů v této skupině"
5861
+
5862
+ #~ msgid "Are you sure you whant to DELETE this item?"
5863
+ #~ msgstr "Jste si jistí že chcete smazat tuto položku?"
5864
+
5865
+ #~ msgid "Choose target forum"
5866
+ #~ msgstr "Zvolte cílové fórum"
5867
+
5868
+ #~ msgid "Move topic"
5869
+ #~ msgstr "Přesunout téma"
5870
+
5871
+ #~ msgid "Error: please inset some text to report."
5872
+ #~ msgstr "Chyba: Prosím napiště zprávu k nahlášení"
5873
+
5874
+ #~ msgid ""
5875
+ #~ "New language successfully added and changed wpforo language to new "
5876
+ #~ "language"
5877
+ #~ msgstr "Nový jazyk byl úspěšně přidán a nastaven jako výchozí"
5878
+
5879
+ #~ msgid "Success! Thank you Dear Friend"
5880
+ #~ msgstr "Povedlo se! Děkujeme"
5881
+
5882
+ #~ msgid "You haven't permission to create post into this forum"
5883
+ #~ msgstr "Nemáte dostatečné oprávnění k vytvoření příspěvku v tomto fóru"
5884
+
5885
+ #~ msgid "You haven't permission to create topic into this forum"
5886
+ #~ msgstr "Nemáte dostatečné oprávnění k vytvoření tématu na tomto fóru"
5887
+
5888
+ #~ msgid "You haven't permission to delete post from this forum"
5889
+ #~ msgstr "Nemáte dostatečné oprávnění ke smazání příspěvku z tohoto fóra"
5890
+
5891
+ #~ msgid "You haven't permission to delete topic from this forum"
5892
+ #~ msgstr "Nemáte dostatečné oprávnění ke smazání tématu z tohoto fóra"
5893
+
5894
+ #~ msgid "You haven't permission to edit post from this forum"
5895
+ #~ msgstr "Nemáte dostatečné oprávnění k úpravě příspěvku z tohoto fóra"
5896
+
5897
+ #~ msgid ""
5898
+ #~ "Forums wpForo is a new generation of forum plugins. It's full-fledged "
5899
+ #~ "forum solution for your community. Comes with multiple modern forum "
5900
+ #~ "layouts."
5901
+ #~ msgstr ""
5902
+ #~ "wpForo je nová generace pluginů fóra pro WordPress. Jedná se o "
5903
+ #~ "plnohodnotné řešení fóra pro vaši komunitu a dodává se s několika "
5904
+ #~ "moderními layouty fóra."
wpf-languages/wpforo-da_DK.po CHANGED
@@ -1,6120 +1,6120 @@
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 "Abo på emnet 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 to forum administrators 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"
4295
-
4296
- #: wpf-includes/wpf-phrases.php:271
4297
- msgid "Save Changes"
4298
- msgstr "Save Changes"
4299
-
4300
- #: wpf-includes/wpf-phrases.php:276
4301
- msgid "Search Entire Posts"
4302
- msgstr "Søg i alle indlæg"
4303
-
4304
- #: wpf-includes/wpf-phrases.php:277
4305
- msgid "Search Phrase"
4306
- msgstr "Søge ord eller frase"
4307
-
4308
- #: wpf-includes/wpf-phrases.php:278
4309
- msgid "Search Titles Only"
4310
- msgstr "Søg kun på titler"
4311
-
4312
- #: wpf-includes/wpf-phrases.php:279
4313
- msgid "Search Type"
4314
- msgstr "Søge type"
4315
-
4316
- #: wpf-includes/wpf-phrases.php:280
4317
- msgid "Search in Forums"
4318
- msgstr "Søge i forums"
4319
-
4320
- #: wpf-includes/wpf-phrases.php:281
4321
- msgid "Search in date period"
4322
- msgstr "Søge i periode"
4323
-
4324
- #: wpf-includes/wpf-phrases.php:282
4325
- msgid "Search result for"
4326
- msgstr "Søge resultater for"
4327
-
4328
- #: wpf-includes/wpf-phrases.php:283
4329
- msgid "Search..."
4330
- msgstr "Søg…"
4331
-
4332
- #: wpf-includes/wpf-phrases.php:285
4333
- msgid "Select Page"
4334
- msgstr "Vælg side"
4335
-
4336
- #: wpf-includes/wpf-phrases.php:286
4337
- msgid "Send Report"
4338
- msgstr "Send rapport"
4339
-
4340
- #: wpf-includes/wpf-phrases.php:290
4341
- msgid "Set Topic Sticky"
4342
- msgstr "Gør emnet Sticky"
4343
-
4344
- #: wpf-includes/wpf-phrases.php:291
4345
- msgid ""
4346
- "Set this option value 0 if you want to show all posts under topic intro area."
4347
- msgstr ""
4348
- "Indtil denne værdi til 0 hvis du vil vise alle indlæg under emner i intro "
4349
- "området."
4350
-
4351
- #: wpf-includes/wpf-phrases.php:292
4352
- msgid "Shop Account"
4353
- msgstr "Købe en account"
4354
-
4355
- #: wpf-includes/wpf-phrases.php:302
4356
- msgid "Sign In"
4357
- msgstr "Sign In"
4358
-
4359
- #: wpf-includes/wpf-phrases.php:303
4360
- msgid "Signature"
4361
- msgstr "Signatur"
4362
-
4363
- #: wpf-includes/wpf-phrases.php:304
4364
- msgid "Site Profile"
4365
- msgstr "Site profil"
4366
-
4367
- #: wpf-includes/wpf-phrases.php:305
4368
- msgid "Skype"
4369
- msgstr "Skype"
4370
-
4371
- #: wpf-includes/wpf-phrases.php:307
4372
- msgid "Social Networks"
4373
- msgstr "Social Networks"
4374
-
4375
- #: wpf-includes/wpf-phrases.php:308
4376
- msgid "Sorry, something wrong with your data."
4377
- msgstr "Desværre, noget er forkert med din data."
4378
-
4379
- #: wpf-includes/wpf-phrases.php:309
4380
- msgid "Sort Search Results by"
4381
- msgstr "Sorter søgeresultatet via"
4382
-
4383
- #: wpf-includes/wpf-phrases.php:310
4384
- msgid "Specify avatar by URL"
4385
- msgstr "Specifiser avatar via URL"
4386
-
4387
- #: wpf-includes/wpf-phrases.php:312
4388
- msgid "Subforums"
4389
- msgstr "Underforums"
4390
-
4391
- #: wpf-includes/wpf-phrases.php:315
4392
- msgid "Subscribe for new replies"
4393
- msgstr "Abonér på nye svar"
4394
-
4395
- #: wpf-includes/wpf-phrases.php:316
4396
- msgid "Subscribe for new topics"
4397
- msgstr "Abonér på nye emner"
4398
-
4399
- #: wpf-includes/wpf-phrases.php:320
4400
- msgid ""
4401
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
4402
- "WorPress, and the only forum software which comes with Multi-layout template "
4403
- "system. The \"Extended"
4404
- msgstr ""
4405
- "Tak fordi du bruger wpForo! wpForo er et professionelt bulletin board til "
4406
- "WordPress, og det eneste forum software der kommer med et Multi-layout "
4407
- "system. Det “udvidede"
4408
-
4409
- #: wpf-includes/wpf-phrases.php:321
4410
- msgid ""
4411
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
4412
- "always be available for free. There will never be paid and pro versions of "
4413
- "this forum board. However this is a very large and hard project so we also "
4414
- "develop paid addons (extensions), which will financially help us to keep "
4415
- "improving and adding new features to the free wpForo plugin. Forum addons "
4416
- "will also be actively developed. The first addons \"Advanced Media Uploader"
4417
- msgstr ""
4418
- "Tak fordi du bruger wpForo! wpForo er et premium forum plugin der altid vil "
4419
- "forblive gratis. Der kommer aldrig betalings eller pro versioner af dette "
4420
- "forum. Projektet er dog omfattende så vi tilbyder betalings addons "
4421
- "(udvidelser) der hjælper os med at holde fokus på at udvikle wpForo og "
4422
- "plugin til dette. Det første addon er “Advanced Media Uploader"
4423
-
4424
- #: wpf-includes/wpf-phrases.php:324
4425
- msgid ""
4426
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
4427
- "the HTML form"
4428
- msgstr ""
4429
- "Den uploadede fil overstiger MAX_FILE_SIZE der var defineret i denne HTML "
4430
- "form"
4431
-
4432
- #: wpf-includes/wpf-phrases.php:325
4433
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
4434
- msgstr "Den uploadede fil overstiger upload_max_filesize directivet i php.ini"
4435
-
4436
- #: wpf-includes/wpf-phrases.php:326
4437
- msgid "The uploaded file was only partially uploaded"
4438
- msgstr "Den uploadede fil blev kun delvist uploaded"
4439
-
4440
- #: wpf-includes/wpf-phrases.php:333
4441
- msgid "Timezone"
4442
- msgstr "Tids zone"
4443
-
4444
- #: wpf-includes/wpf-phrases.php:335
4445
- msgid "Topic RSS Feed"
4446
- msgstr "Emne baseret RSS"
4447
-
4448
- #: wpf-includes/wpf-phrases.php:336
4449
- msgid "Topic Title"
4450
- msgstr "Emne titel"
4451
-
4452
- #: wpf-includes/wpf-phrases.php:337
4453
- msgid "Topic title"
4454
- msgstr "Emne titel"
4455
-
4456
- #: wpf-includes/wpf-phrases.php:340
4457
- msgid "Twitter"
4458
- msgstr "Twitter"
4459
-
4460
- #: wpf-includes/wpf-phrases.php:341
4461
- msgid "Unknown upload error"
4462
- msgstr "Ukendt upload fejl"
4463
-
4464
- #: wpf-includes/wpf-phrases.php:342
4465
- msgid "Unsubscribe"
4466
- msgstr "Drop abbonoment"
4467
-
4468
- #: wpf-includes/wpf-phrases.php:345
4469
- msgid "Upload an avatar"
4470
- msgstr "Upload en avatar"
4471
-
4472
- #: wpf-includes/wpf-phrases.php:347
4473
- msgid ""
4474
- "Use comments to ask for more information or suggest improvements. Avoid "
4475
- "answering questions in comments."
4476
- msgstr ""
4477
- "Brug kommentarer til at spørge om mere information eller til at foreslå "
4478
- "forbedringer. Undgå at besvare spørgsmål i kommentarfelterne"
4479
-
4480
- #: wpf-includes/wpf-phrases.php:349
4481
- msgid "User"
4482
- msgstr "Bruger"
4483
-
4484
- #: wpf-includes/wpf-phrases.php:351
4485
- msgid "User Group"
4486
- msgstr "Bruger gruppe"
4487
-
4488
- #: wpf-includes/wpf-phrases.php:352
4489
- msgid "Usergroup has been successfully deleted."
4490
- msgstr "Brugergruppe er blevet slettet"
4491
-
4492
- #: wpf-includes/wpf-phrases.php:353
4493
- msgid ""
4494
- "Usergroup has been successfully deleted. All users of this usergroup have "
4495
- "been moved to the usergroup you've chosen"
4496
- msgstr ""
4497
- "Brugergruppe er blevet slettet. Alle brugere i denne brugergruppe er blevet "
4498
- "flyttet over i den brugergruppe du valgte"
4499
-
4500
- #: wpf-includes/wpf-phrases.php:354
4501
- msgid "Username"
4502
- msgstr "Bruger navn"
4503
-
4504
- #: wpf-includes/wpf-phrases.php:356
4505
- msgid "View entire post"
4506
- msgstr "Se hele posten"
4507
-
4508
- #: wpf-includes/wpf-phrases.php:357
4509
- msgid "View the latest post"
4510
- msgstr "Se den seneste post"
4511
-
4512
- #: wpf-includes/wpf-phrases.php:358
4513
- msgid "Views"
4514
- msgstr "antal kig"
4515
-
4516
- #: wpf-includes/wpf-phrases.php:359
4517
- msgid "Votes"
4518
- msgstr "stemmer"
4519
-
4520
- #: wpf-includes/wpf-phrases.php:360
4521
- msgid "Website"
4522
- msgstr "Site"
4523
-
4524
- #: wpf-includes/wpf-phrases.php:362
4525
- msgid "Wordpress avatar system"
4526
- msgstr "Wordpress avatar system"
4527
-
4528
- #: wpf-includes/wpf-phrases.php:363
4529
- msgid "Working"
4530
- msgstr "Arbejder"
4531
-
4532
- #: wpf-includes/wpf-phrases.php:364
4533
- msgid "Write message"
4534
- msgstr "Skriv besked"
4535
-
4536
- #: wpf-includes/wpf-phrases.php:365
4537
- msgid "Yahoo"
4538
- msgstr "Yahoo"
4539
-
4540
- #: wpf-includes/wpf-phrases.php:367
4541
- msgid "You"
4542
- msgstr "Dig"
4543
-
4544
- #: wpf-includes/wpf-phrases.php:369
4545
- #, php-format
4546
- msgid "You can go to %s page or Search here"
4547
- msgstr "Du kan gå til %s siden eller Søge her"
4548
-
4549
- #: wpf-includes/wpf-phrases.php:371
4550
- msgid "Your Answer"
4551
- msgstr "Dit svar"
4552
-
4553
- #: wpf-includes/wpf-phrases.php:372
4554
- msgid "account"
4555
- msgstr "Konto"
4556
-
4557
- #: wpf-includes/wpf-phrases.php:373
4558
- msgid "activity"
4559
- msgstr "aktivitet"
4560
-
4561
- #: wpf-includes/wpf-phrases.php:375
4562
- msgid "add_new"
4563
- msgstr "add_new"
4564
-
4565
- #: wpf-includes/wpf-phrases.php:376
4566
- #, php-format
4567
- msgid "%s ago"
4568
- msgstr "%s siden"
4569
-
4570
- #: wpf-includes/wpf-phrases.php:377
4571
- msgid "by"
4572
- msgstr "af"
4573
-
4574
- #: wpf-includes/wpf-phrases.php:378
4575
- #, php-format
4576
- msgid "by %s"
4577
- msgstr "af %s"
4578
-
4579
- #: wpf-includes/wpf-phrases.php:379
4580
- msgid "confirm password"
4581
- msgstr "bekræft password"
4582
-
4583
- #: wpf-includes/wpf-phrases.php:384
4584
- msgid "forums"
4585
- msgstr "forums"
4586
-
4587
- #: wpf-includes/wpf-phrases.php:386
4588
- msgid "login"
4589
- msgstr "login"
4590
-
4591
- #: wpf-includes/wpf-phrases.php:387
4592
- msgid "logout"
4593
- msgstr "logout"
4594
-
4595
- #: wpf-includes/wpf-phrases.php:388
4596
- msgid "matches"
4597
- msgstr "er identisk"
4598
-
4599
- #: wpf-includes/wpf-phrases.php:389
4600
- msgid "members"
4601
- msgstr "medlemmer"
4602
-
4603
- #: wpf-includes/wpf-phrases.php:391
4604
- msgid "my profile"
4605
- msgstr "min profil"
4606
-
4607
- #: wpf-includes/wpf-phrases.php:392
4608
- msgid "new password"
4609
- msgstr "nyt password"
4610
-
4611
- #: wpf-includes/wpf-phrases.php:393
4612
- msgid "new password again"
4613
- msgstr "nyt password igen"
4614
-
4615
- #: wpf-includes/wpf-phrases.php:394
4616
- msgid "next"
4617
- msgstr "næste"
4618
-
4619
- #: wpf-includes/wpf-phrases.php:395
4620
- msgid "old password"
4621
- msgstr "gammelt password"
4622
-
4623
- #: wpf-includes/wpf-phrases.php:396
4624
- msgid "phrase_key"
4625
- msgstr "phrase_key"
4626
-
4627
- #: wpf-includes/wpf-phrases.php:397
4628
- msgid "phrase_value"
4629
- msgstr "phrase_value"
4630
-
4631
- #: wpf-includes/wpf-phrases.php:398
4632
- msgid "posted"
4633
- msgstr "posteret"
4634
-
4635
- #: wpf-includes/wpf-phrases.php:399
4636
- msgid "prev"
4637
- msgstr "prev"
4638
-
4639
- #: wpf-includes/wpf-phrases.php:400
4640
- msgid "register"
4641
- msgstr "registrer"
4642
-
4643
- #: wpf-includes/wpf-phrases.php:401
4644
- msgid "replies"
4645
- msgstr "svar"
4646
-
4647
- #: wpf-includes/wpf-phrases.php:402
4648
- msgid "subscriptions"
4649
- msgstr "Abbonomenter"
4650
-
4651
- #: wpf-includes/wpf-phrases.php:403
4652
- msgid "update"
4653
- msgstr "opdater"
4654
-
4655
- #: wpf-includes/wpf-phrases.php:405
4656
- msgid "view all posts"
4657
- msgstr "Se alle indlæg"
4658
-
4659
- #: wpf-includes/wpf-phrases.php:406
4660
- msgid "view all questions"
4661
- msgstr "Se alle spørgsmål"
4662
-
4663
- #: wpf-includes/wpf-phrases.php:407
4664
- msgid "view all topics"
4665
- msgstr "Se alle emner"
4666
-
4667
- #: wpf-includes/wpf-phrases.php:409
4668
- msgid "wpForo Navigation"
4669
- msgstr "wpForo Navigation"
4670
-
4671
- #: wpf-includes/wpf-phrases.php:411
4672
- msgid "wpForo User Timezone"
4673
- msgstr "wpForo Bruger tidszone"
4674
-
4675
- #: wpf-includes/wpf-phrases.php:412
4676
- msgid "wpForo Usergroup"
4677
- msgstr "wpForo Brugergruppe"
4678
-
4679
- #: wpf-includes/wpf-phrases.php:414
4680
- msgid "{number}B"
4681
- msgstr "{number}B"
4682
-
4683
- #: wpf-includes/wpf-phrases.php:415
4684
- msgid "{number}K"
4685
- msgstr "{number}K"
4686
-
4687
- #: wpf-includes/wpf-phrases.php:416
4688
- msgid "{number}M"
4689
- msgstr "{number}M"
4690
-
4691
- #: wpf-includes/wpf-phrases.php:417
4692
- msgid "{number}T"
4693
- msgstr "{number}T"
4694
-
4695
- #: wpf-includes/wpf-phrases.php:422
4696
- msgid "Access add error"
4697
- msgstr "Access add error"
4698
-
4699
- #: wpf-includes/wpf-phrases.php:423
4700
- msgid "Access delete error"
4701
- msgstr "Access delete error"
4702
-
4703
- #: wpf-includes/wpf-phrases.php:424
4704
- msgid "Access edit error"
4705
- msgstr "Access edit error"
4706
-
4707
- #: wpf-includes/wpf-phrases.php:425
4708
- msgid "Access successfully deleted"
4709
- msgstr "Access successfully deleted"
4710
-
4711
- #: wpf-includes/wpf-phrases.php:426
4712
- msgid "Add Topic error: No forum selected"
4713
- msgstr "Tilføj Emne fejl: ingen forum valgt"
4714
-
4715
- #: wpf-includes/wpf-phrases.php:427
4716
- msgid "All Checked topics successfully deleted"
4717
- msgstr "Alle valgte emner er slettet med succes"
4718
-
4719
- #: wpf-includes/wpf-phrases.php:428
4720
- msgid "Can't add forum"
4721
- msgstr "Kan ikke tilføje forum"
4722
-
4723
- #: wpf-includes/wpf-phrases.php:429
4724
- msgid "Can't add new language"
4725
- msgstr "Kan ikke tilføje nyt sprog"
4726
-
4727
- #: wpf-includes/wpf-phrases.php:430
4728
- msgid "Can't delete this Usergroup"
4729
- msgstr "Kan ikke slette denne brugergruppe"
4730
-
4731
- #: wpf-includes/wpf-phrases.php:431
4732
- msgid "Can't send confirmation email"
4733
- msgstr "Kan ikke sende bekræftelse mail"
4734
-
4735
- #: wpf-includes/wpf-phrases.php:432
4736
- msgid "Can't send report email"
4737
- msgstr "Kan ikke sende rapport mail"
4738
-
4739
- #: wpf-includes/wpf-phrases.php:433
4740
- msgid "Can't subscribe to this item"
4741
- msgstr "Kan ikke abbonnere på dette emne"
4742
-
4743
- #: wpf-includes/wpf-phrases.php:434
4744
- msgid "Can't write a post: This topic is closed"
4745
- msgstr "Kan ikke skrive et indlæg: Dette emne er låst"
4746
-
4747
- #: wpf-includes/wpf-phrases.php:435
4748
- msgid "Can`t upload file"
4749
- msgstr "Kan ikke uploade fil"
4750
-
4751
- #: wpf-includes/wpf-phrases.php:436
4752
- msgid "Cannot update forum hierarchy"
4753
- msgstr "Kan ikke opdatere forum hieraki"
4754
-
4755
- #: wpf-includes/wpf-phrases.php:437
4756
- msgid "Cannot update post data"
4757
- msgstr "Kan ikke opdatere indlægs data"
4758
-
4759
- #: wpf-includes/wpf-phrases.php:438
4760
- msgid "Could not be unsubscribe from this item"
4761
- msgstr "Kan ikke Uabbonnere fra dette emne"
4762
-
4763
- #: wpf-includes/wpf-phrases.php:439
4764
- msgid "Email address exists. Please insert another."
4765
- msgstr "Mail adresse eksisterer. Brug en anden"
4766
-
4767
- #: wpf-includes/wpf-phrases.php:440
4768
- msgid "Error: Forum is not found"
4769
- msgstr "Fejl: Forum ikke fundet"
4770
-
4771
- #: wpf-includes/wpf-phrases.php:441
4772
- msgid "Error: No topic selected"
4773
- msgstr "Fejl: Ingen emner fundet"
4774
-
4775
- #: wpf-includes/wpf-phrases.php:442
4776
- msgid "Error: Topic is not found"
4777
- msgstr "Fejl: Emnet er ikke fundet"
4778
-
4779
- #: wpf-includes/wpf-phrases.php:443
4780
- msgid "Error: please insert some text to report."
4781
- msgstr "Fejl: skriv det du vil rapportere"
4782
-
4783
- #: wpf-includes/wpf-phrases.php:444
4784
- msgid "Features successfully updated"
4785
- msgstr "Funktionerne er blevet opdateret"
4786
-
4787
- #: wpf-includes/wpf-phrases.php:445
4788
- msgid "Features successfully updated, but previous value not changed"
4789
- msgstr ""
4790
- "Funktionerne er blevet opdateret, uden at ændre på de tidligere indstillinger"
4791
-
4792
- #: wpf-includes/wpf-phrases.php:446
4793
- msgid "File type is not allowed"
4794
- msgstr "Denne filtype er ikke tilladt"
4795
-
4796
- #: wpf-includes/wpf-phrases.php:447
4797
- msgid "Forum Base URL successfully updated"
4798
- msgstr "Forum URL er blevet opdateret"
4799
-
4800
- #: wpf-includes/wpf-phrases.php:448
4801
- msgid "Forum deleting error"
4802
- msgstr "Forum slette fejl"
4803
-
4804
- #: wpf-includes/wpf-phrases.php:449
4805
- msgid "Forum hierarchy successfully updated"
4806
- msgstr "Forum hiearaki er blevet opdateret"
4807
-
4808
- #: wpf-includes/wpf-phrases.php:450
4809
- msgid "Forum is successfully merged"
4810
- msgstr "Forum er blevet flettet"
4811
-
4812
- #: wpf-includes/wpf-phrases.php:451
4813
- msgid "Forum merging error"
4814
- msgstr "Forum flette fejl"
4815
-
4816
- #: wpf-includes/wpf-phrases.php:452
4817
- msgid "Forum options successfully updated"
4818
- msgstr "Forum udvidelser er blevet opdateret"
4819
-
4820
- #: wpf-includes/wpf-phrases.php:453
4821
- msgid "Forum options successfully updated, but previous value not changed"
4822
- msgstr ""
4823
- "Forum udvidelser er blevet opdateret, uden at ændre tidligere indstillinger"
4824
-
4825
- #: wpf-includes/wpf-phrases.php:454
4826
- msgid "Forum successfully updated"
4827
- msgstr "Forum er blevet opdateret"
4828
-
4829
- #: wpf-includes/wpf-phrases.php:455
4830
- msgid "Forum update error"
4831
- msgstr "Forum opdaterings fejl"
4832
-
4833
- #: wpf-includes/wpf-phrases.php:456
4834
- msgid "General options successfully updated"
4835
- msgstr "De generelle udvidelser er blevet opdateret"
4836
-
4837
- #: wpf-includes/wpf-phrases.php:457
4838
- msgid "Illegal character in username."
4839
- msgstr "Forkerte ting i brugernavn"
4840
-
4841
- #: wpf-includes/wpf-phrases.php:458
4842
- msgid "Insert your Email address."
4843
- msgstr "Skriv din mail adresse"
4844
-
4845
- #: wpf-includes/wpf-phrases.php:459
4846
- msgid "Invalid Email address"
4847
- msgstr "Forkert mail adresse"
4848
-
4849
- #: wpf-includes/wpf-phrases.php:460
4850
- msgid "Invalid request!"
4851
- msgstr "Forkert forespørgsel"
4852
-
4853
- #: wpf-includes/wpf-phrases.php:461
4854
- msgid "Member options successfully updated"
4855
- msgstr "Medlems udvidelser er blevet opdateret"
4856
-
4857
- #: wpf-includes/wpf-phrases.php:462
4858
- msgid "Member options successfully updated, but previous value not changed"
4859
- msgstr ""
4860
- "Medlems udvidelser er blevet opdateret, uden at ændre tidligere indstillinger"
4861
-
4862
- #: wpf-includes/wpf-phrases.php:463
4863
- msgid "Message has been sent"
4864
- msgstr "Besked afsendt"
4865
-
4866
- #: wpf-includes/wpf-phrases.php:464
4867
- msgid ""
4868
- "New language successfully added and changed wpforo language to new language"
4869
- msgstr "Nyt sprog er blevet tilføjet og wpforo har nu skiftet sprog"
4870
-
4871
- #: wpf-includes/wpf-phrases.php:465
4872
- msgid "No Posts found for update"
4873
- msgstr "Ingen indlæg der kan opdateres er fundet "
4874
-
4875
- #: wpf-includes/wpf-phrases.php:466
4876
- msgid "Password length must be between 6 characters and 20 characters."
4877
- msgstr "Password længden skal være mellem 6 og 20 tegne"
4878
-
4879
- #: wpf-includes/wpf-phrases.php:467
4880
- msgid "Password mismatch."
4881
- msgstr "Password vrøvl."
4882
-
4883
- #: wpf-includes/wpf-phrases.php:468
4884
- msgid "Permission denied"
4885
- msgstr "ingen tilladelse"
4886
-
4887
- #: wpf-includes/wpf-phrases.php:469
4888
- msgid "Permission denied for add forum"
4889
- msgstr "ingen tilladelse til at tilføje forum"
4890
-
4891
- #: wpf-includes/wpf-phrases.php:470
4892
- msgid "Permission denied for delete forum"
4893
- msgstr "ingen tilladelse til at slette dette forum"
4894
-
4895
- #: wpf-includes/wpf-phrases.php:471
4896
- msgid "Permission denied for edit forum"
4897
- msgstr "ingen tilladelse til at redigere dette forum"
4898
-
4899
- #: wpf-includes/wpf-phrases.php:472
4900
- msgid "Permission denied for this action"
4901
- msgstr "ingen tilladelse til denne gerning"
4902
-
4903
- #: wpf-includes/wpf-phrases.php:473
4904
- msgid "Phrase add error"
4905
- msgstr "Frase tilføjelse fejl"
4906
-
4907
- #: wpf-includes/wpf-phrases.php:474
4908
- msgid "Phrase adding error"
4909
- msgstr "Frase fejl under tilføjelse"
4910
-
4911
- #: wpf-includes/wpf-phrases.php:475
4912
- msgid "Phrase successfully added"
4913
- msgstr "Frase tilføjet"
4914
-
4915
- #: wpf-includes/wpf-phrases.php:476
4916
- msgid "Phrase successfully updates"
4917
- msgstr "Frase opdateret"
4918
-
4919
- #: wpf-includes/wpf-phrases.php:477
4920
- msgid "Phrase update error"
4921
- msgstr "Frase opdaterings fejl"
4922
-
4923
- #: wpf-includes/wpf-phrases.php:478
4924
- msgid "Please insert required fields!"
4925
- msgstr "Venligst skriv i de påkrævede felter"
4926
-
4927
- #: wpf-includes/wpf-phrases.php:479
4928
- msgid "Post delete error"
4929
- msgstr "Indlæg slette fejl"
4930
-
4931
- #: wpf-includes/wpf-phrases.php:481
4932
- msgid "Post options successfully updated"
4933
- msgstr "Indlæg udvidelser opdateret"
4934
-
4935
- #: wpf-includes/wpf-phrases.php:482
4936
- msgid "Post options successfully updated, but previous value not changed"
4937
- msgstr "Indlæg udvidelser opdateret, uden at ændre tidligere indstillinger"
4938
-
4939
- #: wpf-includes/wpf-phrases.php:483
4940
- msgid "Registration Error"
4941
- msgstr "Registrerings fejl"
4942
-
4943
- #: wpf-includes/wpf-phrases.php:484
4944
- msgid "Reply request error"
4945
- msgstr "Svar ønske fejl"
4946
-
4947
- #: wpf-includes/wpf-phrases.php:485
4948
- msgid "Something wrong with profile data."
4949
- msgstr "Der er noget forkert med profil data"
4950
-
4951
- #: wpf-includes/wpf-phrases.php:486
4952
- msgid "Subscribe options successfully updated"
4953
- msgstr "Abonoment udvidelser opdateret"
4954
-
4955
- #: wpf-includes/wpf-phrases.php:487
4956
- msgid "Subscribe options successfully updated, but previous value not changed"
4957
- msgstr "Abonoment udvidelser opdateret, uden at ændre tidligere indstillinger"
4958
-
4959
- #: wpf-includes/wpf-phrases.php:488
4960
- msgid "Success!"
4961
- msgstr ""
4962
-
4963
- #: wpf-includes/wpf-phrases.php:489
4964
- msgid ""
4965
- "Success! Thank you. Please check your email and click confirmation link "
4966
- "below to complete this step."
4967
- msgstr "Det virker! tak. Tjek din mail for en bekræftelse mail"
4968
-
4969
- #: wpf-includes/wpf-phrases.php:490
4970
- msgid "Successfully updated"
4971
- msgstr "Opdateret"
4972
-
4973
- #: wpf-includes/wpf-phrases.php:491
4974
- msgid "Successfully voted"
4975
- msgstr "Stemt"
4976
-
4977
- #: wpf-includes/wpf-phrases.php:492
4978
- msgid "The uploaded file size is too big"
4979
- msgstr "Upload er for stor"
4980
-
4981
- #: wpf-includes/wpf-phrases.php:493
4982
- msgid "Theme options successfully updated"
4983
- msgstr "Tema udvidelser er blevet opdateret"
4984
-
4985
- #: wpf-includes/wpf-phrases.php:494
4986
- msgid "This email address is already registered. Please insert another."
4987
- msgstr "Denne mail er allerede registreret. Brug en anden"
4988
-
4989
- #: wpf-includes/wpf-phrases.php:495
4990
- msgid "This post successfully deleted"
4991
- msgstr "Indlægget blev slettet"
4992
-
4993
- #: wpf-includes/wpf-phrases.php:496
4994
- msgid "This post successfully edited"
4995
- msgstr "Indlægget blev redigeret"
4996
-
4997
- #: wpf-includes/wpf-phrases.php:497
4998
- msgid "This topic successfully deleted"
4999
- msgstr "Emnet blev slettet"
5000
-
5001
- #: wpf-includes/wpf-phrases.php:498
5002
- msgid "Topic Move Error"
5003
- msgstr "Emne flytte fejl"
5004
-
5005
- #: wpf-includes/wpf-phrases.php:499
5006
- msgid "Topic add error"
5007
- msgstr "Emne tilføjelser fejl"
5008
-
5009
- #: wpf-includes/wpf-phrases.php:500
5010
- msgid "Topic delete error"
5011
- msgstr "Emne slette fejl"
5012
-
5013
- #: wpf-includes/wpf-phrases.php:501
5014
- msgid "Topic edit error"
5015
- msgstr "Emne redigerings fejl"
5016
-
5017
- #: wpf-includes/wpf-phrases.php:502
5018
- msgid "Topic not found."
5019
- msgstr "Emnet er væk"
5020
-
5021
- #: wpf-includes/wpf-phrases.php:503
5022
- msgid "Topic successfully moved"
5023
- msgstr "Emne er blevet flyttet"
5024
-
5025
- #: wpf-includes/wpf-phrases.php:504
5026
- msgid "Topic successfully updated"
5027
- msgstr "Emne er blevet opdateret"
5028
-
5029
- #: wpf-includes/wpf-phrases.php:505
5030
- msgid "Topics delete error"
5031
- msgstr "Emne slette fejl"
5032
-
5033
- #: wpf-includes/wpf-phrases.php:506
5034
- msgid "User delete error"
5035
- msgstr "Bruger slette fejl"
5036
-
5037
- #: wpf-includes/wpf-phrases.php:507
5038
- msgid "User group add error"
5039
- msgstr "Brugergruppe tilføjelses fejl"
5040
-
5041
- #: wpf-includes/wpf-phrases.php:508
5042
- msgid "User group edit error"
5043
- msgstr "Brugergruppe rette fejl"
5044
-
5045
- #: wpf-includes/wpf-phrases.php:509
5046
- msgid "User group successfully added"
5047
- msgstr "Brugergruppe blev tilføjet"
5048
-
5049
- #: wpf-includes/wpf-phrases.php:510
5050
- msgid "User group successfully edited"
5051
- msgstr "Brugergruppe blev redigeret"
5052
-
5053
- #: wpf-includes/wpf-phrases.php:511
5054
- msgid "User successfully deleted from wpforo"
5055
- msgstr "Brugergruppe blev slettet fra wpforo"
5056
-
5057
- #: wpf-includes/wpf-phrases.php:512
5058
- msgid "Username exists. Please insert another."
5059
- msgstr "Brugernavn er taget. Vælg et andet"
5060
-
5061
- #: wpf-includes/wpf-phrases.php:513
5062
- msgid "Username is missed."
5063
- msgstr "Brugernavn mangler"
5064
-
5065
- #: wpf-includes/wpf-phrases.php:514
5066
- msgid "Username length must be between 3 characters and 30 characters."
5067
- msgstr "Brugernavn skal være på mellem 3 og 30 tegn"
5068
-
5069
- #: wpf-includes/wpf-phrases.php:515
5070
- msgid "Welcome to our Community!"
5071
- msgstr "Velkommen til vores forum"
5072
-
5073
- #: wpf-includes/wpf-phrases.php:516
5074
- msgid "Wrong post data"
5075
- msgstr "Forkert indlæg data"
5076
-
5077
- #: wpf-includes/wpf-phrases.php:517
5078
- msgid "You are already voted this post"
5079
- msgstr "Du har allerede stemt i dette indlæg"
5080
-
5081
- #: wpf-includes/wpf-phrases.php:518
5082
- msgid "You have been successfully subscribed"
5083
- msgstr "Du er nu abonnement"
5084
-
5085
- #: wpf-includes/wpf-phrases.php:519
5086
- msgid "You have been successfully unsubscribed"
5087
- msgstr "Du er ikke længere abonnement"
5088
-
5089
- #: wpf-includes/wpf-phrases.php:520
5090
- msgid "You have no permission to edit this topic"
5091
- msgstr "Du har ikke lov til at redigere dette emne"
5092
-
5093
- #: wpf-includes/wpf-phrases.php:521
5094
- msgid "You don't have permission to create post in this forum"
5095
- msgstr "Du har ikke lov til at skrive et indlæg i dette forum"
5096
-
5097
- #: wpf-includes/wpf-phrases.php:522
5098
- msgid "You don't have permission to create topic into this forum"
5099
- msgstr "Du har ikke lov til at skrive et emne i dette forum"
5100
-
5101
- #: wpf-includes/wpf-phrases.php:523
5102
- msgid "You don't have permission to delete post from this forum"
5103
- msgstr "Du har ikke lov til at slette et indlæg i dette forum"
5104
-
5105
- #: wpf-includes/wpf-phrases.php:524
5106
- msgid "You don't have permission to delete topic from this forum"
5107
- msgstr "Du har ikke lov til at slette et emne i dette forum"
5108
-
5109
- #: wpf-includes/wpf-phrases.php:525
5110
- msgid "You don't have permission to edit post from this forum"
5111
- msgstr "Du har ikke lov til at slette et indlæg i dette forum"
5112
-
5113
- #: wpf-includes/wpf-phrases.php:526
5114
- msgid "You successfully replied"
5115
- msgstr "Du har svaret"
5116
-
5117
- #: wpf-includes/wpf-phrases.php:527
5118
- msgid "Your forum successfully added"
5119
- msgstr "Dit forum er blevet tilført"
5120
-
5121
- #: wpf-includes/wpf-phrases.php:528
5122
- msgid "Your forum successfully deleted"
5123
- msgstr "Dit forum er blevet slettet"
5124
-
5125
- #: wpf-includes/wpf-phrases.php:529
5126
- msgid "Your profile data have been successfully updated."
5127
- msgstr "Din profildata er blevet opdateret"
5128
-
5129
- #: wpf-includes/wpf-phrases.php:530
5130
- msgid "Your subscription for this item could not be confirmed"
5131
- msgstr "Dit abonnement til dette emne kunne ikke bekræftes"
5132
-
5133
- #: wpf-includes/wpf-phrases.php:531
5134
- msgid "Your topic successfully added"
5135
- msgstr "Dit emne er blevet tilføjet"
5136
-
5137
- #: wpf-includes/wpf-phrases.php:546
5138
- msgid "Front - Can have signature"
5139
- msgstr "Front - kan have en signatur"
5140
-
5141
- #: wpf-includes/wpf-phrases.php:570
5142
- msgid "Can edit own replay"
5143
- msgstr "Kan redigere egne svar"
5144
-
5145
- #: wpf-includes/wpf-phrases.php:588
5146
- msgid "like"
5147
- msgstr "Like"
5148
-
5149
- #: wpf-includes/wpf-phrases.php:589
5150
- msgid "unlike"
5151
- msgstr "Unlike"
5152
-
5153
- #: wpf-includes/wpf-phrases.php:590
5154
- msgid "sticky"
5155
- msgstr "sticky"
5156
-
5157
- #: wpf-includes/wpf-phrases.php:591
5158
- msgid "unsticky"
5159
- msgstr "unsticky"
5160
-
5161
- #: wpf-includes/wpf-phrases.php:592
5162
- msgid "close"
5163
- msgstr "luk"
5164
-
5165
- #: wpf-includes/wpf-phrases.php:593
5166
- msgid "open"
5167
- msgstr "åben"
5168
-
5169
- #: wpf-includes/wpf-phrases.php:594
5170
- msgid "Topic Icons"
5171
- msgstr "Emne ikoner"
5172
-
5173
- #: wpf-includes/wpf-phrases.php:595
5174
- msgid "New"
5175
- msgstr "Ny"
5176
-
5177
- #: wpf-includes/wpf-phrases.php:596
5178
- msgid "Replied"
5179
- msgstr "Svarede"
5180
-
5181
- #: wpf-includes/wpf-phrases.php:598
5182
- msgid "Hot"
5183
- msgstr "Hot"
5184
-
5185
- #: wpf-includes/wpf-phrases.php:599
5186
- msgid "Solved"
5187
- msgstr "Løst"
5188
-
5189
- #: wpf-includes/wpf-phrases.php:600
5190
- msgid "Unsolved"
5191
- msgstr "Ikke løst"
5192
-
5193
- #: wpf-includes/wpf-phrases.php:610
5194
- msgid "Old password is wrong"
5195
- msgstr "gammelt password er forkert"
5196
-
5197
- #: wpf-includes/wpf-phrases.php:611
5198
- msgid "New Passwords do not match"
5199
- msgstr "Nye password er forkerte"
5200
-
5201
- #: wpf-includes/wpf-phrases.php:615
5202
- msgid ""
5203
- "This process may take a few seconds or dozens of minutes, it depends on "
5204
- "database forum size and on server resources. Please be patient and don't "
5205
- "close this page. If you got 500 Server Error please don't worry, the data "
5206
- "updating process is still working in MySQL server."
5207
- msgstr ""
5208
- "Det her kan tage et par sekunder eller et par minutter. Det er noget "
5209
- "serveren bestemmer. Venligst vær tålmodig og lad denne side være øverst. "
5210
- "( luk den ikke ). Får du en 500 Server Error er det ikke et problem. dataen "
5211
- "er stadig i din MySQL server."
5212
-
5213
- #: wpf-includes/wpf-phrases.php:619
5214
- msgid "Updated Successfully!"
5215
- msgstr "Opdateret!!"
5216
-
5217
- #: wpf-includes/wpf-phrases.php:620
5218
- msgid "Deleted Successfully!"
5219
- msgstr "Slettet!!"
5220
-
5221
- #: wpf-includes/wpf-phrases.php:621
5222
- msgid "Closed"
5223
- msgstr "Lukket"
5224
-
5225
- #: wpf-includes/wpf-phrases.php:622
5226
- msgid "Forum Members List"
5227
- msgstr "Forum medlemmer"
5228
-
5229
- #: wpf-includes/wpf-phrases.php:623
5230
- msgid "are you sure you want to delete?"
5231
- msgstr "Er du sikker på at du vil slette?"
5232
-
5233
- #: wpf-includes/wpf-phrases.php:625
5234
- msgid "Moderator"
5235
- msgstr "Moderator"
5236
-
5237
- #: wpf-includes/wpf-phrases.php:627
5238
- msgid "Customer"
5239
- msgstr "Kunde"
5240
-
5241
- #: wpf-includes/wpf-phrases.php:628
5242
- msgid "No access"
5243
- msgstr "Ingen adgang"
5244
-
5245
- #: wpf-includes/wpf-phrases.php:629
5246
- msgid "Read only access"
5247
- msgstr "Read only adgang"
5248
-
5249
- #: wpf-includes/wpf-phrases.php:630
5250
- msgid "Standard access"
5251
- msgstr "Standard adgang"
5252
-
5253
- #: wpf-includes/wpf-phrases.php:631
5254
- msgid "Moderator access"
5255
- msgstr "Moderator adgang"
5256
-
5257
- #: wpf-includes/wpf-phrases.php:632
5258
- msgid "Full access"
5259
- msgstr "Fuld adgang"
5260
-
5261
- #: wpf-includes/wpf-phrases.php:635
5262
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
5263
- msgstr "Forkert fil format. Vi tillader kun: jpeg, jpg, png, gif."
5264
-
5265
- #: wpf-includes/wpf-phrases.php:642
5266
- msgid "Attachment removed"
5267
- msgstr "Vedhæng fjernet"
5268
-
5269
- #: wpf-includes/wpf-phrases.php:643
5270
- msgid "Forum Posts"
5271
- msgstr "Forum Indlæg"
5272
-
5273
- #: wpf-includes/wpf-phrases.php:644
5274
- msgid "Blog Posts"
5275
- msgstr "Blog Indlæg"
5276
-
5277
- #: wpf-includes/wpf-phrases.php:645
5278
- msgid "Blog Comments"
5279
- msgstr "Kommentarer til indlæg"
5280
-
5281
- #: wpf-includes/wpf-phrases.php:646
5282
- #, php-format
5283
- msgid "Welcome back %s!"
5284
- msgstr "Velkommen tilbage %s!"
5285
-
5286
- #: wpf-includes/wpf-phrases.php:647
5287
- msgid "Member Profile"
5288
- msgstr "Medlems profil"
5289
-
5290
- #: wpf-includes/wpf-phrases.php:648
5291
- msgid "Member"
5292
- msgstr "Medlem"
5293
-
5294
- #: wpf-includes/wpf-phrases.php:649
5295
- msgid "You do not have permission to view this page"
5296
- msgstr "Du har ikke tilladelse til at se denne side"
5297
-
5298
- #: wpf-includes/wpf-phrases.php:651
5299
- msgid ""
5300
- "This option will disable WordPress on front-end. Only forum pages will be "
5301
- "available. wpForo will look like as a stand-alone forum."
5302
- msgstr ""
5303
- "Denne udvidelse vil fjerne selve WordPress front-end. Herefter er det kun et "
5304
- "stand-alone forum de besøgende møder."
5305
-
5306
- #: wpf-includes/wpf-phrases.php:656
5307
- msgid "private"
5308
- msgstr "privat"
5309
-
5310
- #: wpf-includes/wpf-phrases.php:657
5311
- msgid "public"
5312
- msgstr "offentlig"
5313
-
5314
- #: wpf-includes/wpf-phrases.php:658
5315
- msgid "Private Topic"
5316
- msgstr "Privat emne"
5317
-
5318
- #: wpf-includes/wpf-phrases.php:659
5319
- msgid "Only Admins and Moderators can see your private topics."
5320
- msgstr "Kun Admins og Moderatorer kan se dine private emner."
5321
-
5322
- #: wpf-includes/wpf-phrases.php:660
5323
- msgid "Forum ID is not detected"
5324
- msgstr "Forum ID ikke fundet"
5325
-
5326
- #: wpf-includes/wpf-phrases.php:661
5327
- msgid "You are not permitted to subscribe here"
5328
- msgstr "Du har ikke tilladelse til at abonnere her"
5329
-
5330
- #: wpf-includes/wpf-phrases.php:662
5331
- msgid "Subscribe to this topic"
5332
- msgstr "Abonner på dette emne"
5333
-
5334
- #: wpf-includes/wpf-phrases.php:665
5335
- msgid "Awaiting moderation"
5336
- msgstr "Venter på at blive modereret"
5337
-
5338
- #: wpf-includes/wpf-phrases.php:666
5339
- msgid "Topic first post not found."
5340
- msgstr "Emnets første indlæg ikke fundet"
5341
-
5342
- #: wpf-includes/wpf-phrases.php:667
5343
- msgid "Topic first post data not found."
5344
- msgstr "Emnets første indlæg data ikke fundet"
5345
-
5346
- #: wpf-includes/wpf-phrases.php:668
5347
- msgid "Settings successfully updated"
5348
- msgstr "Indstillingerne er blevet opdateret"
5349
-
5350
- #: wpf-includes/wpf-phrases.php:669
5351
- msgid "Done!"
5352
- msgstr "Sådan !"
5353
-
5354
- #: wpf-includes/wpf-phrases.php:670 wpf-includes/wpf-phrases.php:775
5355
- msgid "You are not allowed to attach this file type"
5356
- msgstr "Du må ikke vedhænge denne slags filer"
5357
-
5358
- #: wpf-includes/wpf-phrases.php:671
5359
- msgid "Post is empty"
5360
- msgstr "Indlæg er tomt"
5361
-
5362
- #: wpf-includes/wpf-phrases.php:672
5363
- msgid "removed link"
5364
- msgstr "fjernet link"
5365
-
5366
- #: wpf-includes/wpf-phrases.php:673
5367
- msgid "Submit"
5368
- msgstr "Send"
5369
-
5370
- #: wpf-includes/wpf-phrases.php:677
5371
- msgid "Rating Title"
5372
- msgstr "Rating titel"
5373
-
5374
- #: wpf-includes/wpf-phrases.php:678
5375
- msgid "User Title"
5376
- msgstr "Bruger titel"
5377
-
5378
- #: wpf-includes/wpf-phrases.php:679
5379
- msgid "Anonymous"
5380
- msgstr "Anonym"
5381
-
5382
- #: wpf-includes/wpf-phrases.php:682
5383
- msgid "approved"
5384
- msgstr "godkendt"
5385
-
5386
- #: wpf-includes/wpf-phrases.php:683
5387
- msgid "unapproved"
5388
- msgstr "Ikke godkendt"
5389
-
5390
- #: wpf-includes/wpf-phrases.php:686
5391
- msgid "--- Choose ---"
5392
- msgstr "— vælg ---"
5393
-
5394
- #: wpf-includes/wpf-phrases.php:687
5395
- msgid "Required field"
5396
- msgstr "Påkrævet felt"
5397
-
5398
- #: wpf-includes/wpf-phrases.php:690
5399
- msgid "Add Reply"
5400
- msgstr "Tilføj svar"
5401
-
5402
- #: wpf-includes/wpf-phrases.php:691
5403
- msgid "Forums RSS Feed"
5404
- msgstr "Forums RSS Feed"
5405
-
5406
- #: wpf-includes/wpf-phrases.php:692
5407
- msgid "Topics RSS Feed"
5408
- msgstr "Topics RSS Feed"
5409
-
5410
- #: wpf-includes/wpf-phrases.php:693
5411
- msgid "Find a member"
5412
- msgstr "Find et medlem"
5413
-
5414
- #: wpf-includes/wpf-phrases.php:694
5415
- msgid "Display Name or Nicename"
5416
- msgstr "Vis navn eller kaldenavn"
5417
-
5418
- #: wpf-includes/wpf-phrases.php:695
5419
- msgid "Reset Search"
5420
- msgstr "Nulstil søgning"
5421
-
5422
- #: wpf-includes/wpf-phrases.php:696
5423
- msgid "Reset Result"
5424
- msgstr "Nulstil resultater"
5425
-
5426
- #: wpf-includes/wpf-phrases.php:702
5427
- msgid "No posts were found here"
5428
- msgstr "Der blev ikke fundet nogle indlæg her"
5429
-
5430
- #: wpf-includes/wpf-phrases.php:705
5431
- msgid "forum link"
5432
- msgstr "forum link"
5433
-
5434
- #: wpf-includes/wpf-phrases.php:706
5435
- msgid "in forum"
5436
- msgstr "i forum"
5437
-
5438
- #: wpf-includes/wpf-phrases.php:707
5439
- msgid ""
5440
- "You can mention a person using @nicename in post content to send that person "
5441
- "an email message. When you post a topic or reply, forum sends an email "
5442
- "message to the user letting them know that they have been mentioned on the "
5443
- "post."
5444
- msgstr ""
5445
- "Du kan nævne en person ved at bruge @nicename i indlæget og sende det til "
5446
- "denne person i en mail. Når du poster et emne eller et svar, sender forum en "
5447
- "mail til brugeren, så de ved at de er blevet nævnt i indlægget."
5448
-
5449
- #: wpf-includes/wpf-phrases.php:710
5450
- msgid "You are not allowed to edit this post"
5451
- msgstr "Du kan ikke redigere dette indlæg"
5452
-
5453
- #: wpf-includes/wpf-phrases.php:711
5454
- msgid "Google reCAPTCHA verification failed"
5455
- msgstr "Google reCAPTCHA verifikation fejl"
5456
-
5457
- #: wpf-includes/wpf-phrases.php:712
5458
- msgid "ERROR: Can't connect to Google reCAPTCHA API"
5459
- msgstr "FEJL: kan ikke forbinde til Google reCAPTCHA API"
5460
-
5461
- #: wpf-includes/wpf-phrases.php:713
5462
- msgid "Welcome!"
5463
- msgstr "Velkommen!"
5464
-
5465
- #: wpf-includes/wpf-phrases.php:714
5466
- msgid "Join us today!"
5467
- msgstr "Meld dig ind!"
5468
-
5469
- #: wpf-includes/wpf-phrases.php:715
5470
- msgid ""
5471
- "Enter your email address or username and we'll send you a link you can use "
5472
- "to pick a new password."
5473
- msgstr ""
5474
- "Skriv din mailadresse eller dit brugernavn og vi sender et link til dig du "
5475
- "kan bruge til at lave et nyt password."
5476
-
5477
- #: wpf-includes/wpf-phrases.php:716
5478
- msgid "Please Insert Your Email or Username"
5479
- msgstr "Skriv din mail adresse eller brugernavn"
5480
-
5481
- #: wpf-includes/wpf-phrases.php:717
5482
- msgid "Reset Password"
5483
- msgstr "Nulstil password"
5484
-
5485
- #: wpf-includes/wpf-phrases.php:718
5486
- msgid "Forgot Your Password?"
5487
- msgstr "Har du glemt dit password?"
5488
-
5489
- #: wpf-includes/wpf-phrases.php:721
5490
- #, php-format
5491
- msgid "%s created a new topic %s"
5492
- msgstr "%s skabte et nyt emne %s"
5493
-
5494
- #: wpf-includes/wpf-phrases.php:722
5495
- #, php-format
5496
- msgid "%s replied to the topic %s"
5497
- msgstr "%s Skrevet under emnet %s"
5498
-
5499
- #: wpf-includes/wpf-phrases.php:723
5500
- #, php-format
5501
- msgid "%s liked forum post %s"
5502
- msgstr "%s liked forum indlæg %s"
5503
-
5504
- #: wpf-includes/wpf-phrases.php:724
5505
- msgid "Read more"
5506
- msgstr "Læs mere"
5507
-
5508
- #: wpf-includes/wpf-phrases.php:725
5509
- msgid "Forum topic"
5510
- msgstr "Forum emne"
5511
-
5512
- #: wpf-includes/wpf-phrases.php:726
5513
- msgid "Forum post"
5514
- msgstr "Forum indlæg"
5515
-
5516
- #: wpf-includes/wpf-phrases.php:727
5517
- msgid "Forum post like"
5518
- msgstr "Forum indlæg - like"
5519
-
5520
- #: wpf-includes/wpf-phrases.php:729
5521
- msgid "Target Topic URL"
5522
- msgstr "mål for emne URL"
5523
-
5524
- #: wpf-includes/wpf-phrases.php:730
5525
- msgid "Target Topic not found"
5526
- msgstr "Mål emne ikke fundet"
5527
-
5528
- #: wpf-includes/wpf-phrases.php:731
5529
- msgid "Merge Topics"
5530
- msgstr "Flet emner"
5531
-
5532
- #: wpf-includes/wpf-phrases.php:732
5533
- msgid "Split Topic"
5534
- msgstr "Del emner"
5535
-
5536
- #: wpf-includes/wpf-phrases.php:733
5537
- msgid ""
5538
- "Please copy the target topic URL from browser address bar and paste in the "
5539
- "field below."
5540
- msgstr ""
5541
- "Kopier mål emne URL fra din browser address linien og passe det ind i feltet "
5542
- "herunder."
5543
-
5544
- #: wpf-includes/wpf-phrases.php:734
5545
- msgid ""
5546
- "All posts will be merged and displayed (ordered) in target topic according "
5547
- "to posts dates. If you want to append merged posts to the end of the target "
5548
- "topic you should allow to update posts dates to current date by check the "
5549
- "option below."
5550
- msgstr ""
5551
- "Alle indlæg bliver flettet og vist i orden i mål emne “mode” defineret via "
5552
- "dato for indlæg. Hvis du vil tilføje flettede indlæg til enden af mål emnet "
5553
- "skal du tillade at indlæg kan blive opdateret til nuværende dato ved at "
5554
- "sætte flueben herunder."
5555
-
5556
- #: wpf-includes/wpf-phrases.php:735
5557
- msgid ""
5558
- "Update post dates (current date) to allow append posts to the end of the "
5559
- "target topic."
5560
- msgstr ""
5561
- "Opdater indlæg datoer til idag så det er muligt at tilføje indlæg til mål "
5562
- "emnet."
5563
-
5564
- #: wpf-includes/wpf-phrases.php:736
5565
- msgid "Update post titles with target topic title."
5566
- msgstr "Opdater indlæg titler med mål emne titel"
5567
-
5568
- #: wpf-includes/wpf-phrases.php:737
5569
- msgid ""
5570
- "Topics once merged cannot be unmerged. This topic URL will no longer be "
5571
- "available."
5572
- msgstr ""
5573
- "Emner der er flettet kan ikke flettes ud igen. Denne URL vil ikke længere "
5574
- "eksistere efter flet"
5575
-
5576
- #: wpf-includes/wpf-phrases.php:738
5577
- msgid "Create New Topic"
5578
- msgstr "Nyt emne"
5579
-
5580
- #: wpf-includes/wpf-phrases.php:739
5581
- msgid ""
5582
- "Create new topic with split posts. The first post of new topic becomes the "
5583
- "earliest reply."
5584
- msgstr ""
5585
- "Nyt emne med delte indlæg. Det første indlæg under det nye emne bliver det "
5586
- "tidligste svar "
5587
-
5588
- #: wpf-includes/wpf-phrases.php:740
5589
- msgid "New Topic Title"
5590
- msgstr "Ny emne titel"
5591
-
5592
- #: wpf-includes/wpf-phrases.php:741
5593
- msgid "New Topic Forum"
5594
- msgstr "Ny emne forum"
5595
-
5596
- #: wpf-includes/wpf-phrases.php:742
5597
- msgid "Select Posts to Split"
5598
- msgstr "Vælg indlæg du vil dele"
5599
-
5600
- #: wpf-includes/wpf-phrases.php:743
5601
- msgid ""
5602
- "Topic once split cannot be unsplit. The first post of new topic becomes the "
5603
- "earliest reply."
5604
- msgstr ""
5605
- "Emner der er delt kan ikke samles igen. Det første indlæg under det nye emne "
5606
- "bliver det tidligste svar "
5607
-
5608
- #: wpf-includes/wpf-phrases.php:744
5609
- msgid "Merge"
5610
- msgstr "Flette"
5611
-
5612
- #: wpf-includes/wpf-phrases.php:745
5613
- msgid "Split"
5614
- msgstr "Dele"
5615
-
5616
- #: wpf-includes/wpf-phrases.php:746
5617
- msgid "Move Reply"
5618
- msgstr "Flyt svar"
5619
-
5620
- #: wpf-includes/wpf-phrases.php:747
5621
- msgid ""
5622
- "This action changes topic URL. Once the topic is moved to other forum the "
5623
- "old URL of this topic will no longer be available."
5624
- msgstr ""
5625
- "Det her ændrer emnets URL. Når emnet er flyttet til et andet forum, vil "
5626
- "denne URL vil ikke længere eksistere"
5627
-
5628
- #: wpf-includes/wpf-phrases.php:748
5629
- #, php-format
5630
- msgid ""
5631
- "When you login first time using Facebook Login button, we collect your "
5632
- "account %s information shared by Facebook, based on your privacy settings. "
5633
- "We also get your email address to automatically create a forum account for "
5634
- "you. Once your account is created, you'll be logged-in to this account and "
5635
- "you'll receive a confirmation email."
5636
- msgstr ""
5637
-
5638
- #: wpf-includes/wpf-phrases.php:751
5639
- msgid "No data submitted"
5640
- msgstr ""
5641
-
5642
- #: wpf-includes/wpf-phrases.php:752
5643
- msgid "User profile fields not found"
5644
- msgstr ""
5645
-
5646
- #: wpf-includes/wpf-phrases.php:753
5647
- msgid "field is required"
5648
- msgstr ""
5649
-
5650
- #: wpf-includes/wpf-phrases.php:754
5651
- #, php-format
5652
- msgid "field value must be at least %d"
5653
- msgstr ""
5654
-
5655
- #: wpf-includes/wpf-phrases.php:755
5656
- #, php-format
5657
- msgid "field value cannot be greater than %d"
5658
- msgstr ""
5659
-
5660
- #: wpf-includes/wpf-phrases.php:756
5661
- #, php-format
5662
- msgid "field length must be at least %d characters"
5663
- msgstr ""
5664
-
5665
- #: wpf-includes/wpf-phrases.php:757
5666
- #, php-format
5667
- msgid "field length can not be greater than %d characters"
5668
- msgstr ""
5669
-
5670
- #: wpf-includes/wpf-phrases.php:758
5671
- msgid "field value is not a valid URL"
5672
- msgstr ""
5673
-
5674
- #: wpf-includes/wpf-phrases.php:759
5675
- msgid "file type is not detected"
5676
- msgstr ""
5677
-
5678
- #: wpf-includes/wpf-phrases.php:760
5679
- #, php-format
5680
- msgid "file type %s is not allowed"
5681
- msgstr ""
5682
-
5683
- #: wpf-includes/wpf-phrases.php:761
5684
- msgid "file is too large"
5685
- msgstr ""
5686
-
5687
- #: wpf-includes/wpf-phrases.php:762
5688
- msgid "Success! Please check your mail for confirmation."
5689
- msgstr ""
5690
-
5691
- #: wpf-includes/wpf-phrases.php:763
5692
- #, php-format
5693
- msgid "Username length must be between %d characters and %d characters."
5694
- msgstr ""
5695
-
5696
- #: wpf-includes/wpf-phrases.php:764
5697
- msgid "User registration is disabled."
5698
- msgstr ""
5699
-
5700
- #: wpf-includes/wpf-phrases.php:765
5701
- msgid "Avatar image is too big maximum allowed size is 2MB"
5702
- msgstr ""
5703
-
5704
- #: wpf-includes/wpf-phrases.php:766
5705
- msgid "One of the selected Usergroups cannot be set as Secondary"
5706
- msgstr ""
5707
-
5708
- #: wpf-includes/wpf-phrases.php:767
5709
- msgid "The selected Usergroup is not found in allowed list"
5710
- msgstr ""
5711
-
5712
- #: wpf-includes/wpf-phrases.php:768
5713
- msgid "The selected Usergroup cannot be set"
5714
- msgstr ""
5715
-
5716
- #: wpf-includes/wpf-phrases.php:769
5717
- msgid "Admin and Moderator Usergroups are not permitted"
5718
- msgstr ""
5719
-
5720
- #: wpf-includes/wpf-phrases.php:770
5721
- msgid "You have no permission to edit Usergroup field"
5722
- msgstr ""
5723
-
5724
- #: wpf-includes/wpf-phrases.php:771
5725
- msgid "This nickname is already in use. Please insert another."
5726
- msgstr ""
5727
-
5728
- #: wpf-includes/wpf-phrases.php:772
5729
- msgid "Nickname validation failed"
5730
- msgstr ""
5731
-
5732
- #: wpf-includes/wpf-phrases.php:773
5733
- msgid "Numerical nicknames are not allowed. Please insert another."
5734
- msgstr ""
5735
-
5736
- #: wpf-includes/wpf-phrases.php:774
5737
- #, php-format
5738
- msgid "Maximum allowed file size is %s MB"
5739
- msgstr ""
5740
-
5741
- #: wpf-includes/wpf-phrases.php:776
5742
- msgid "This email address is already registered. Please insert another"
5743
- msgstr ""
5744
-
5745
- #: wpf-includes/wpf-phrases.php:777
5746
- #, php-format
5747
- msgid "Allowed file types: %s"
5748
- msgstr ""
5749
-
5750
- #: wpf-includes/wpf-phrases.php:778
5751
- msgid "Form name not found"
5752
- msgstr ""
5753
-
5754
- #: wpf-includes/wpf-phrases.php:779
5755
- msgid "Form template not found"
5756
- msgstr ""
5757
-
5758
- #: wpf-includes/wpf-phrases.php:780
5759
- msgid "Profile updated successfully"
5760
- msgstr ""
5761
-
5762
- #: wpf-includes/wpf-phrases.php:781
5763
- msgid "User data update failed"
5764
- msgstr ""
5765
-
5766
- #: wpf-includes/wpf-phrases.php:782
5767
- msgid "User profile update failed"
5768
- msgstr ""
5769
-
5770
- #: wpf-includes/wpf-phrases.php:783
5771
- msgid "User custom field update failed"
5772
- msgstr ""
5773
-
5774
- #: wpf-includes/wpf-phrases.php:784
5775
- msgid "Sorry, there was an error uploading attached file"
5776
- msgstr ""
5777
-
5778
- #: wpf-includes/wpf-phrases.php:785
5779
- msgid "Edit Topic"
5780
- msgstr ""
5781
-
5782
- #: wpf-includes/wpf-phrases.php:786
5783
- #, php-format
5784
- msgid "This topic was modified %s by %s"
5785
- msgstr ""
5786
-
5787
- #: wpf-includes/wpf-phrases.php:787
5788
- msgid "Edit Post"
5789
- msgstr ""
5790
-
5791
- #: wpf-includes/wpf-phrases.php:788
5792
- #, php-format
5793
- msgid "This post was modified %s by %s"
5794
- msgstr ""
5795
-
5796
- #: wpf-includes/wpf-phrases.php:792
5797
- msgid "Topic link"
5798
- msgstr ""
5799
-
5800
- #: wpf-includes/wpf-phrases.php:793
5801
- msgid "Forum Topics Started"
5802
- msgstr ""
5803
-
5804
- #: wpf-includes/wpf-phrases.php:794
5805
- msgid "Forum Replies Created"
5806
- msgstr ""
5807
-
5808
- #: wpf-includes/wpf-phrases.php:795
5809
- msgid "Liked Forum Posts"
5810
- msgstr ""
5811
-
5812
- #: wpf-includes/wpf-phrases.php:796
5813
- msgid "Forum Subscriptions"
5814
- msgstr ""
5815
-
5816
- #: wpf-includes/wpf-phrases.php:798
5817
- #, php-format
5818
- msgid "Start typing tags here (maximum %d tags are allowed)..."
5819
- msgstr ""
5820
-
5821
- #: wpf-includes/wpf-phrases.php:799
5822
- msgid "Topic Tags"
5823
- msgstr ""
5824
-
5825
- #: wpf-includes/wpf-phrases.php:800
5826
- msgid "Topic Tag"
5827
- msgstr ""
5828
-
5829
- #: wpf-includes/wpf-phrases.php:801
5830
- msgid "Separate tags using a comma"
5831
- msgstr ""
5832
-
5833
- #: wpf-includes/wpf-phrases.php:802
5834
- msgid "Tag"
5835
- msgstr ""
5836
-
5837
- #: wpf-includes/wpf-phrases.php:803
5838
- msgid "Tags"
5839
- msgstr ""
5840
-
5841
- #: wpf-includes/wpf-phrases.php:804
5842
- msgid "Find Topics by Tags"
5843
- msgstr ""
5844
-
5845
- #: wpf-includes/wpf-phrases.php:805
5846
- msgid "Related Topics"
5847
- msgstr ""
5848
-
5849
- #: wpf-includes/wpf-phrases.php:806
5850
- msgid "Next Topic"
5851
- msgstr ""
5852
-
5853
- #: wpf-includes/wpf-phrases.php:807
5854
- msgid "Previous Topic"
5855
- msgstr ""
5856
-
5857
- #: wpf-includes/wpf-phrases.php:808
5858
- msgid "All forum topics"
5859
- msgstr ""
5860
-
5861
- #: wpf-includes/wpf-phrases.php:809
5862
- msgid "No tags found"
5863
- msgstr ""
5864
-
5865
- #: wpf-includes/wpf-phrases.php:810
5866
- msgid "Forum contains no unread posts"
5867
- msgstr ""
5868
-
5869
- #: wpf-includes/wpf-phrases.php:811
5870
- msgid "Forum contains unread posts"
5871
- msgstr ""
5872
-
5873
- #: wpf-includes/wpf-phrases.php:812
5874
- msgid "Mark all read"
5875
- msgstr ""
5876
-
5877
- #: wpf-includes/wpf-phrases.php:813
5878
- msgid "Not Replied"
5879
- msgstr ""
5880
-
5881
- #: wpf-includes/wpf-phrases.php:814
5882
- msgid "default"
5883
- msgstr ""
5884
-
5885
- #: wpf-includes/wpf-phrases.php:815
5886
- msgid "red"
5887
- msgstr ""
5888
-
5889
- #: wpf-includes/wpf-phrases.php:816
5890
- msgid "green"
5891
- msgstr ""
5892
-
5893
- #: wpf-includes/wpf-phrases.php:817
5894
- msgid "orange"
5895
- msgstr ""
5896
-
5897
- #: wpf-includes/wpf-phrases.php:818
5898
- msgid "grey"
5899
- msgstr ""
5900
-
5901
- #: wpf-includes/wpf-phrases.php:819
5902
- msgid "dark"
5903
- msgstr ""
5904
-
5905
- #: wpf-themes/classic/functions.php:39
5906
- msgid "Extended Layout - Recent topics"
5907
- msgstr "Udvidet Layout - nyeste emner"
5908
-
5909
- #: wpf-themes/classic/functions.php:48
5910
- msgid "Extended Layout - Number of Recent topics"
5911
- msgstr "Udvidet Layout - antal af nyeste emner"
5912
-
5913
- #: wpf-themes/classic/functions.php:55
5914
- msgid "Extended Layout - Recent topic length"
5915
- msgstr "Udvidet Layout - længde på nyeste emner"
5916
-
5917
- #: wpf-themes/classic/functions.php:56 wpf-themes/classic/functions.php:86
5918
- msgid ""
5919
- "Set this option value 0 if you want to show the whole title in recent topic "
5920
- "area."
5921
- msgstr "Sæ denne værdi til 0 hvis du vil vise hele titlen i emnet"
5922
-
5923
- #: wpf-themes/classic/functions.php:69
5924
- msgid "Q&A layout - Recent topics"
5925
- msgstr "Q&A layout - nye emner"
5926
-
5927
- #: wpf-themes/classic/functions.php:78
5928
- msgid "Q&A Layout - Number of Recent topics"
5929
- msgstr "Q&A layout - antal nye emner"
5930
-
5931
- #: wpf-themes/classic/functions.php:85
5932
- msgid "Q&A Layout - Recent topic length"
5933
- msgstr "Q&A layout - nye emne længde"
5934
-
5935
- #: wpf-themes/classic/functions.php:107
5936
- msgid "Extended Layout - Recent posts"
5937
- msgstr "Extended Layout - nye emner"
5938
-
5939
- #: wpf-themes/classic/functions.php:117
5940
- msgid "Extended Layout - Number of Recent posts"
5941
- msgstr "Extended Layout - antal nye emner"
5942
-
5943
- #: wpf-themes/classic/functions.php:118
5944
- msgid ""
5945
- "Set this option value 0 if you want to show all posts in recent posts area."
5946
- msgstr ""
5947
- "Sæ denne værdi til 0 hvis du vil vise alle indlæg i nyeste indlæg området"
5948
-
5949
- #: wpf-themes/classic/functions.php:126
5950
- msgid "Extended Layout - Recent post length"
5951
- msgstr "Extended Layout - nye emner længde"
5952
-
5953
- #: wpf-themes/classic/functions.php:127
5954
- msgid ""
5955
- "Set this option value 0 if you want to show the whole post content in recent "
5956
- "post area."
5957
- msgstr ""
5958
- "Sæt denne option til 0 hvis du vil vise hele postens indhold det nyeste post "
5959
- "område."
5960
-
5961
- #: wpforo.php:259
5962
- msgid "Discussion Board"
5963
- msgstr "Diskussions forum"
5964
-
5965
- #: wpforo.php:768
5966
- msgid ""
5967
- "Allows to embed hundreds of video, social network, audio and photo content "
5968
- "providers in forum topics and posts."
5969
- msgstr ""
5970
- "Allows to embed hundreds of video, social network, audio and photo content "
5971
- "providers in forum topics and posts."
5972
-
5973
- #: wpforo.php:769
5974
- msgid ""
5975
- "wpForo Polls is a complete addon to help forum members create, vote and "
5976
- "manage polls effectively. Comes with poll specific permissions and settings."
5977
- msgstr ""
5978
- "wpForo Polls is a complete addon to help forum members create, vote and "
5979
- "manage polls effectively. Comes with poll specific permissions and settings."
5980
-
5981
- #: wpforo.php:770
5982
- msgid ""
5983
- "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5984
- "Converts wpForo topic and posts, likes to myCRED points."
5985
- msgstr ""
5986
- "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5987
- "Converts wpForo topic and posts, likes to myCRED points."
5988
-
5989
- #: wpforo.php:771
5990
- msgid ""
5991
- "Advanced user profile builder system. Allows to add new fields and manage "
5992
- "profile page. Creates custom Registration, Account, Member Search forms."
5993
- msgstr ""
5994
- "Advanced user profile builder system. Allows to add new fields and manage "
5995
- "profile page. Creates custom Registration, Account, Member Search forms."
5996
-
5997
- #: wpforo.php:772
5998
- msgid ""
5999
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
6000
- "powered media uploading and displaying system with user specific library."
6001
- msgstr ""
6002
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
6003
- "powered media uploading and displaying system with user specific library."
6004
-
6005
- #: wpforo.php:773
6006
- msgid ""
6007
- "Provides a safe way to communicate directly with other members. Messages are "
6008
- "private and can only be viewed by conversation participants."
6009
- msgstr ""
6010
- "Provides a safe way to communicate directly with other members. Messages are "
6011
- "private and can only be viewed by conversation participants."
6012
-
6013
- #: wpforo.php:774
6014
- msgid ""
6015
- "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
6016
- "Forum topics and Blog comments with Forum replies."
6017
- msgstr ""
6018
- "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
6019
- "Forum topics and Blog comments with Forum replies."
6020
-
6021
- #: wpforo.php:775
6022
- msgid ""
6023
- "Ads Manager is a powerful yet simple advertisement management system, that "
6024
- "allows you to add adverting banners between forums, topics and posts."
6025
- msgstr ""
6026
- "Ads Manager is a powerful yet simple advertisement management system, that "
6027
- "allows you to add adverting banners between forums, topics and posts."
6028
-
6029
- #. Plugin Name of the plugin/theme
6030
- msgid "wpForo"
6031
- msgstr "wpForo"
6032
-
6033
- #. Plugin URI of the plugin/theme
6034
- msgid "https://wpforo.com"
6035
- msgstr "https://wpforo.com"
6036
-
6037
- #. Description of the plugin/theme
6038
- msgid ""
6039
- "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
6040
- "community. Comes with multiple modern forum layouts."
6041
- msgstr ""
6042
- "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
6043
- "community. Comes with multiple modern forum layouts."
6044
-
6045
- #. Author of the plugin/theme
6046
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
6047
- msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
6048
-
6049
- #. Author URI of the plugin/theme
6050
- msgid "https://gvectors.com/"
6051
- msgstr "https://gvectors.com/"
6052
-
6053
- #~ msgid "Enable BuddyPress Activity Integration"
6054
- #~ msgstr "Tillad BuddyPress Activitets Integration"
6055
-
6056
- #~ msgid ""
6057
- #~ "If you use BuddyPress plugin, this option will post members activities "
6058
- #~ "(new topic, new reply, post like) to BuddyPress Profile Activity page."
6059
- #~ msgstr ""
6060
- #~ "Hvis du bruger BuddyPress plugin, vil denne option postemedlemmernes "
6061
- #~ "aktiviteter (nyt emne, nyt reply, post like) til BuddyPress Profilens "
6062
- #~ "aktivitets side"
6063
-
6064
- #~ msgid "Cleanup"
6065
- #~ msgstr "Cleanup"
6066
-
6067
- #~ msgid "Usergroup id"
6068
- #~ msgstr "Brugergruppe ID"
6069
-
6070
- #~ msgid "Users Count"
6071
- #~ msgstr "Bruger antal"
6072
-
6073
- #~ msgid "New Users Default Group"
6074
- #~ msgstr "Nye brugeres default gruppe"
6075
-
6076
- #~ msgid "Count of users in this usergroup"
6077
- #~ msgstr "Tæl brugere i denne Brugergruppe"
6078
-
6079
- #~ msgid "DO NOT set this option on higher level user groups !!!"
6080
- #~ msgstr "SÆT ikke denne option på højere niveau grupper!!"
6081
-
6082
- #~ msgid "WordPress User Role"
6083
- #~ msgstr "WordPress bruger Rolle"
6084
-
6085
- #~ msgid ""
6086
- #~ "Probably spam file attachments have been detected by wpForo Spam Control. "
6087
- #~ "Please moderate suspected files here %s"
6088
- #~ msgstr ""
6089
- #~ "Mulige spam file er blevet opdaget af wpForo Spam Control. Tjek filerne "
6090
- #~ "her %s"
6091
-
6092
- #~ msgid "Community"
6093
- #~ msgstr "Community"
6094
-
6095
- #~ msgid "Success! Thank you Dear Friend"
6096
- #~ msgstr "Det virker! tak"
6097
-
6098
- #~ msgid "Dashboard - Can create forum"
6099
- #~ msgstr "Dashboard - Kan lave et forum"
6100
-
6101
- #~ msgid "Dashboard - Can edit forum"
6102
- #~ msgstr "Dashboard - Kan redigere et forum"
6103
-
6104
- #~ msgid "Dashboard - Can delete forum"
6105
- #~ msgstr "Dashboard - Kan slette et forum"
6106
-
6107
- #~ msgid "Dashboard - Members Menu"
6108
- #~ msgstr "Dashboard - Medlems menu"
6109
-
6110
- #~ msgid "Dashboard - Usergroup Menu"
6111
- #~ msgstr "Dashboard - Brugergruppe menu"
6112
-
6113
- #~ msgid "Front - Can view member last active date"
6114
- #~ msgstr "Front - kan se hvornår medlemmernes sidste var aktive"
6115
-
6116
- #~ msgid "Front - Can view member IP address"
6117
- #~ msgstr "Front - kan se medlemmernes IP adresser"
6118
-
6119
- #~ msgid "Front - Can view member phone number"
6120
- #~ msgstr "Front - kan se medlemmernes telefonnummer"
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 "Abo på emnet 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 to forum administrators 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"
4295
+
4296
+ #: wpf-includes/wpf-phrases.php:271
4297
+ msgid "Save Changes"
4298
+ msgstr "Save Changes"
4299
+
4300
+ #: wpf-includes/wpf-phrases.php:276
4301
+ msgid "Search Entire Posts"
4302
+ msgstr "Søg i alle indlæg"
4303
+
4304
+ #: wpf-includes/wpf-phrases.php:277
4305
+ msgid "Search Phrase"
4306
+ msgstr "Søge ord eller frase"
4307
+
4308
+ #: wpf-includes/wpf-phrases.php:278
4309
+ msgid "Search Titles Only"
4310
+ msgstr "Søg kun på titler"
4311
+
4312
+ #: wpf-includes/wpf-phrases.php:279
4313
+ msgid "Search Type"
4314
+ msgstr "Søge type"
4315
+
4316
+ #: wpf-includes/wpf-phrases.php:280
4317
+ msgid "Search in Forums"
4318
+ msgstr "Søge i forums"
4319
+
4320
+ #: wpf-includes/wpf-phrases.php:281
4321
+ msgid "Search in date period"
4322
+ msgstr "Søge i periode"
4323
+
4324
+ #: wpf-includes/wpf-phrases.php:282
4325
+ msgid "Search result for"
4326
+ msgstr "Søge resultater for"
4327
+
4328
+ #: wpf-includes/wpf-phrases.php:283
4329
+ msgid "Search..."
4330
+ msgstr "Søg…"
4331
+
4332
+ #: wpf-includes/wpf-phrases.php:285
4333
+ msgid "Select Page"
4334
+ msgstr "Vælg side"
4335
+
4336
+ #: wpf-includes/wpf-phrases.php:286
4337
+ msgid "Send Report"
4338
+ msgstr "Send rapport"
4339
+
4340
+ #: wpf-includes/wpf-phrases.php:290
4341
+ msgid "Set Topic Sticky"
4342
+ msgstr "Gør emnet Sticky"
4343
+
4344
+ #: wpf-includes/wpf-phrases.php:291
4345
+ msgid ""
4346
+ "Set this option value 0 if you want to show all posts under topic intro area."
4347
+ msgstr ""
4348
+ "Indtil denne værdi til 0 hvis du vil vise alle indlæg under emner i intro "
4349
+ "området."
4350
+
4351
+ #: wpf-includes/wpf-phrases.php:292
4352
+ msgid "Shop Account"
4353
+ msgstr "Købe en account"
4354
+
4355
+ #: wpf-includes/wpf-phrases.php:302
4356
+ msgid "Sign In"
4357
+ msgstr "Sign In"
4358
+
4359
+ #: wpf-includes/wpf-phrases.php:303
4360
+ msgid "Signature"
4361
+ msgstr "Signatur"
4362
+
4363
+ #: wpf-includes/wpf-phrases.php:304
4364
+ msgid "Site Profile"
4365
+ msgstr "Site profil"
4366
+
4367
+ #: wpf-includes/wpf-phrases.php:305
4368
+ msgid "Skype"
4369
+ msgstr "Skype"
4370
+
4371
+ #: wpf-includes/wpf-phrases.php:307
4372
+ msgid "Social Networks"
4373
+ msgstr "Social Networks"
4374
+
4375
+ #: wpf-includes/wpf-phrases.php:308
4376
+ msgid "Sorry, something wrong with your data."
4377
+ msgstr "Desværre, noget er forkert med din data."
4378
+
4379
+ #: wpf-includes/wpf-phrases.php:309
4380
+ msgid "Sort Search Results by"
4381
+ msgstr "Sorter søgeresultatet via"
4382
+
4383
+ #: wpf-includes/wpf-phrases.php:310
4384
+ msgid "Specify avatar by URL"
4385
+ msgstr "Specifiser avatar via URL"
4386
+
4387
+ #: wpf-includes/wpf-phrases.php:312
4388
+ msgid "Subforums"
4389
+ msgstr "Underforums"
4390
+
4391
+ #: wpf-includes/wpf-phrases.php:315
4392
+ msgid "Subscribe for new replies"
4393
+ msgstr "Abonér på nye svar"
4394
+
4395
+ #: wpf-includes/wpf-phrases.php:316
4396
+ msgid "Subscribe for new topics"
4397
+ msgstr "Abonér på nye emner"
4398
+
4399
+ #: wpf-includes/wpf-phrases.php:320
4400
+ msgid ""
4401
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
4402
+ "WorPress, and the only forum software which comes with Multi-layout template "
4403
+ "system. The \"Extended"
4404
+ msgstr ""
4405
+ "Tak fordi du bruger wpForo! wpForo er et professionelt bulletin board til "
4406
+ "WordPress, og det eneste forum software der kommer med et Multi-layout "
4407
+ "system. Det “udvidede"
4408
+
4409
+ #: wpf-includes/wpf-phrases.php:321
4410
+ msgid ""
4411
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
4412
+ "always be available for free. There will never be paid and pro versions of "
4413
+ "this forum board. However this is a very large and hard project so we also "
4414
+ "develop paid addons (extensions), which will financially help us to keep "
4415
+ "improving and adding new features to the free wpForo plugin. Forum addons "
4416
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
4417
+ msgstr ""
4418
+ "Tak fordi du bruger wpForo! wpForo er et premium forum plugin der altid vil "
4419
+ "forblive gratis. Der kommer aldrig betalings eller pro versioner af dette "
4420
+ "forum. Projektet er dog omfattende så vi tilbyder betalings addons "
4421
+ "(udvidelser) der hjælper os med at holde fokus på at udvikle wpForo og "
4422
+ "plugin til dette. Det første addon er “Advanced Media Uploader"
4423
+
4424
+ #: wpf-includes/wpf-phrases.php:324
4425
+ msgid ""
4426
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
4427
+ "the HTML form"
4428
+ msgstr ""
4429
+ "Den uploadede fil overstiger MAX_FILE_SIZE der var defineret i denne HTML "
4430
+ "form"
4431
+
4432
+ #: wpf-includes/wpf-phrases.php:325
4433
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
4434
+ msgstr "Den uploadede fil overstiger upload_max_filesize directivet i php.ini"
4435
+
4436
+ #: wpf-includes/wpf-phrases.php:326
4437
+ msgid "The uploaded file was only partially uploaded"
4438
+ msgstr "Den uploadede fil blev kun delvist uploaded"
4439
+
4440
+ #: wpf-includes/wpf-phrases.php:333
4441
+ msgid "Timezone"
4442
+ msgstr "Tids zone"
4443
+
4444
+ #: wpf-includes/wpf-phrases.php:335
4445
+ msgid "Topic RSS Feed"
4446
+ msgstr "Emne baseret RSS"
4447
+
4448
+ #: wpf-includes/wpf-phrases.php:336
4449
+ msgid "Topic Title"
4450
+ msgstr "Emne titel"
4451
+
4452
+ #: wpf-includes/wpf-phrases.php:337
4453
+ msgid "Topic title"
4454
+ msgstr "Emne titel"
4455
+
4456
+ #: wpf-includes/wpf-phrases.php:340
4457
+ msgid "Twitter"
4458
+ msgstr "Twitter"
4459
+
4460
+ #: wpf-includes/wpf-phrases.php:341
4461
+ msgid "Unknown upload error"
4462
+ msgstr "Ukendt upload fejl"
4463
+
4464
+ #: wpf-includes/wpf-phrases.php:342
4465
+ msgid "Unsubscribe"
4466
+ msgstr "Drop abbonoment"
4467
+
4468
+ #: wpf-includes/wpf-phrases.php:345
4469
+ msgid "Upload an avatar"
4470
+ msgstr "Upload en avatar"
4471
+
4472
+ #: wpf-includes/wpf-phrases.php:347
4473
+ msgid ""
4474
+ "Use comments to ask for more information or suggest improvements. Avoid "
4475
+ "answering questions in comments."
4476
+ msgstr ""
4477
+ "Brug kommentarer til at spørge om mere information eller til at foreslå "
4478
+ "forbedringer. Undgå at besvare spørgsmål i kommentarfelterne"
4479
+
4480
+ #: wpf-includes/wpf-phrases.php:349
4481
+ msgid "User"
4482
+ msgstr "Bruger"
4483
+
4484
+ #: wpf-includes/wpf-phrases.php:351
4485
+ msgid "User Group"
4486
+ msgstr "Bruger gruppe"
4487
+
4488
+ #: wpf-includes/wpf-phrases.php:352
4489
+ msgid "Usergroup has been successfully deleted."
4490
+ msgstr "Brugergruppe er blevet slettet"
4491
+
4492
+ #: wpf-includes/wpf-phrases.php:353
4493
+ msgid ""
4494
+ "Usergroup has been successfully deleted. All users of this usergroup have "
4495
+ "been moved to the usergroup you've chosen"
4496
+ msgstr ""
4497
+ "Brugergruppe er blevet slettet. Alle brugere i denne brugergruppe er blevet "
4498
+ "flyttet over i den brugergruppe du valgte"
4499
+
4500
+ #: wpf-includes/wpf-phrases.php:354
4501
+ msgid "Username"
4502
+ msgstr "Bruger navn"
4503
+
4504
+ #: wpf-includes/wpf-phrases.php:356
4505
+ msgid "View entire post"
4506
+ msgstr "Se hele posten"
4507
+
4508
+ #: wpf-includes/wpf-phrases.php:357
4509
+ msgid "View the latest post"
4510
+ msgstr "Se den seneste post"
4511
+
4512
+ #: wpf-includes/wpf-phrases.php:358
4513
+ msgid "Views"
4514
+ msgstr "antal kig"
4515
+
4516
+ #: wpf-includes/wpf-phrases.php:359
4517
+ msgid "Votes"
4518
+ msgstr "stemmer"
4519
+
4520
+ #: wpf-includes/wpf-phrases.php:360
4521
+ msgid "Website"
4522
+ msgstr "Site"
4523
+
4524
+ #: wpf-includes/wpf-phrases.php:362
4525
+ msgid "Wordpress avatar system"
4526
+ msgstr "Wordpress avatar system"
4527
+
4528
+ #: wpf-includes/wpf-phrases.php:363
4529
+ msgid "Working"
4530
+ msgstr "Arbejder"
4531
+
4532
+ #: wpf-includes/wpf-phrases.php:364
4533
+ msgid "Write message"
4534
+ msgstr "Skriv besked"
4535
+
4536
+ #: wpf-includes/wpf-phrases.php:365
4537
+ msgid "Yahoo"
4538
+ msgstr "Yahoo"
4539
+
4540
+ #: wpf-includes/wpf-phrases.php:367
4541
+ msgid "You"
4542
+ msgstr "Dig"
4543
+
4544
+ #: wpf-includes/wpf-phrases.php:369
4545
+ #, php-format
4546
+ msgid "You can go to %s page or Search here"
4547
+ msgstr "Du kan gå til %s siden eller Søge her"
4548
+
4549
+ #: wpf-includes/wpf-phrases.php:371
4550
+ msgid "Your Answer"
4551
+ msgstr "Dit svar"
4552
+
4553
+ #: wpf-includes/wpf-phrases.php:372
4554
+ msgid "account"
4555
+ msgstr "Konto"
4556
+
4557
+ #: wpf-includes/wpf-phrases.php:373
4558
+ msgid "activity"
4559
+ msgstr "aktivitet"
4560
+
4561
+ #: wpf-includes/wpf-phrases.php:375
4562
+ msgid "add_new"
4563
+ msgstr "add_new"
4564
+
4565
+ #: wpf-includes/wpf-phrases.php:376
4566
+ #, php-format
4567
+ msgid "%s ago"
4568
+ msgstr "%s siden"
4569
+
4570
+ #: wpf-includes/wpf-phrases.php:377
4571
+ msgid "by"
4572
+ msgstr "af"
4573
+
4574
+ #: wpf-includes/wpf-phrases.php:378
4575
+ #, php-format
4576
+ msgid "by %s"
4577
+ msgstr "af %s"
4578
+
4579
+ #: wpf-includes/wpf-phrases.php:379
4580
+ msgid "confirm password"
4581
+ msgstr "bekræft password"
4582
+
4583
+ #: wpf-includes/wpf-phrases.php:384
4584
+ msgid "forums"
4585
+ msgstr "forums"
4586
+
4587
+ #: wpf-includes/wpf-phrases.php:386
4588
+ msgid "login"
4589
+ msgstr "login"
4590
+
4591
+ #: wpf-includes/wpf-phrases.php:387
4592
+ msgid "logout"
4593
+ msgstr "logout"
4594
+
4595
+ #: wpf-includes/wpf-phrases.php:388
4596
+ msgid "matches"
4597
+ msgstr "er identisk"
4598
+
4599
+ #: wpf-includes/wpf-phrases.php:389
4600
+ msgid "members"
4601
+ msgstr "medlemmer"
4602
+
4603
+ #: wpf-includes/wpf-phrases.php:391
4604
+ msgid "my profile"
4605
+ msgstr "min profil"
4606
+
4607
+ #: wpf-includes/wpf-phrases.php:392
4608
+ msgid "new password"
4609
+ msgstr "nyt password"
4610
+
4611
+ #: wpf-includes/wpf-phrases.php:393
4612
+ msgid "new password again"
4613
+ msgstr "nyt password igen"
4614
+
4615
+ #: wpf-includes/wpf-phrases.php:394
4616
+ msgid "next"
4617
+ msgstr "næste"
4618
+
4619
+ #: wpf-includes/wpf-phrases.php:395
4620
+ msgid "old password"
4621
+ msgstr "gammelt password"
4622
+
4623
+ #: wpf-includes/wpf-phrases.php:396
4624
+ msgid "phrase_key"
4625
+ msgstr "phrase_key"
4626
+
4627
+ #: wpf-includes/wpf-phrases.php:397
4628
+ msgid "phrase_value"
4629
+ msgstr "phrase_value"
4630
+
4631
+ #: wpf-includes/wpf-phrases.php:398
4632
+ msgid "posted"
4633
+ msgstr "posteret"
4634
+
4635
+ #: wpf-includes/wpf-phrases.php:399
4636
+ msgid "prev"
4637
+ msgstr "prev"
4638
+
4639
+ #: wpf-includes/wpf-phrases.php:400
4640
+ msgid "register"
4641
+ msgstr "registrer"
4642
+
4643
+ #: wpf-includes/wpf-phrases.php:401
4644
+ msgid "replies"
4645
+ msgstr "svar"
4646
+
4647
+ #: wpf-includes/wpf-phrases.php:402
4648
+ msgid "subscriptions"
4649
+ msgstr "Abbonomenter"
4650
+
4651
+ #: wpf-includes/wpf-phrases.php:403
4652
+ msgid "update"
4653
+ msgstr "opdater"
4654
+
4655
+ #: wpf-includes/wpf-phrases.php:405
4656
+ msgid "view all posts"
4657
+ msgstr "Se alle indlæg"
4658
+
4659
+ #: wpf-includes/wpf-phrases.php:406
4660
+ msgid "view all questions"
4661
+ msgstr "Se alle spørgsmål"
4662
+
4663
+ #: wpf-includes/wpf-phrases.php:407
4664
+ msgid "view all topics"
4665
+ msgstr "Se alle emner"
4666
+
4667
+ #: wpf-includes/wpf-phrases.php:409
4668
+ msgid "wpForo Navigation"
4669
+ msgstr "wpForo Navigation"
4670
+
4671
+ #: wpf-includes/wpf-phrases.php:411
4672
+ msgid "wpForo User Timezone"
4673
+ msgstr "wpForo Bruger tidszone"
4674
+
4675
+ #: wpf-includes/wpf-phrases.php:412
4676
+ msgid "wpForo Usergroup"
4677
+ msgstr "wpForo Brugergruppe"
4678
+
4679
+ #: wpf-includes/wpf-phrases.php:414
4680
+ msgid "{number}B"
4681
+ msgstr "{number}B"
4682
+
4683
+ #: wpf-includes/wpf-phrases.php:415
4684
+ msgid "{number}K"
4685
+ msgstr "{number}K"
4686
+
4687
+ #: wpf-includes/wpf-phrases.php:416
4688
+ msgid "{number}M"
4689
+ msgstr "{number}M"
4690
+
4691
+ #: wpf-includes/wpf-phrases.php:417
4692
+ msgid "{number}T"
4693
+ msgstr "{number}T"
4694
+
4695
+ #: wpf-includes/wpf-phrases.php:422
4696
+ msgid "Access add error"
4697
+ msgstr "Access add error"
4698
+
4699
+ #: wpf-includes/wpf-phrases.php:423
4700
+ msgid "Access delete error"
4701
+ msgstr "Access delete error"
4702
+
4703
+ #: wpf-includes/wpf-phrases.php:424
4704
+ msgid "Access edit error"
4705
+ msgstr "Access edit error"
4706
+
4707
+ #: wpf-includes/wpf-phrases.php:425
4708
+ msgid "Access successfully deleted"
4709
+ msgstr "Access successfully deleted"
4710
+
4711
+ #: wpf-includes/wpf-phrases.php:426
4712
+ msgid "Add Topic error: No forum selected"
4713
+ msgstr "Tilføj Emne fejl: ingen forum valgt"
4714
+
4715
+ #: wpf-includes/wpf-phrases.php:427
4716
+ msgid "All Checked topics successfully deleted"
4717
+ msgstr "Alle valgte emner er slettet med succes"
4718
+
4719
+ #: wpf-includes/wpf-phrases.php:428
4720
+ msgid "Can't add forum"
4721
+ msgstr "Kan ikke tilføje forum"
4722
+
4723
+ #: wpf-includes/wpf-phrases.php:429
4724
+ msgid "Can't add new language"
4725
+ msgstr "Kan ikke tilføje nyt sprog"
4726
+
4727
+ #: wpf-includes/wpf-phrases.php:430
4728
+ msgid "Can't delete this Usergroup"
4729
+ msgstr "Kan ikke slette denne brugergruppe"
4730
+
4731
+ #: wpf-includes/wpf-phrases.php:431
4732
+ msgid "Can't send confirmation email"
4733
+ msgstr "Kan ikke sende bekræftelse mail"
4734
+
4735
+ #: wpf-includes/wpf-phrases.php:432
4736
+ msgid "Can't send report email"
4737
+ msgstr "Kan ikke sende rapport mail"
4738
+
4739
+ #: wpf-includes/wpf-phrases.php:433
4740
+ msgid "Can't subscribe to this item"
4741
+ msgstr "Kan ikke abbonnere på dette emne"
4742
+
4743
+ #: wpf-includes/wpf-phrases.php:434
4744
+ msgid "Can't write a post: This topic is closed"
4745
+ msgstr "Kan ikke skrive et indlæg: Dette emne er låst"
4746
+
4747
+ #: wpf-includes/wpf-phrases.php:435
4748
+ msgid "Can`t upload file"
4749
+ msgstr "Kan ikke uploade fil"
4750
+
4751
+ #: wpf-includes/wpf-phrases.php:436
4752
+ msgid "Cannot update forum hierarchy"
4753
+ msgstr "Kan ikke opdatere forum hieraki"
4754
+
4755
+ #: wpf-includes/wpf-phrases.php:437
4756
+ msgid "Cannot update post data"
4757
+ msgstr "Kan ikke opdatere indlægs data"
4758
+
4759
+ #: wpf-includes/wpf-phrases.php:438
4760
+ msgid "Could not be unsubscribe from this item"
4761
+ msgstr "Kan ikke Uabbonnere fra dette emne"
4762
+
4763
+ #: wpf-includes/wpf-phrases.php:439
4764
+ msgid "Email address exists. Please insert another."
4765
+ msgstr "Mail adresse eksisterer. Brug en anden"
4766
+
4767
+ #: wpf-includes/wpf-phrases.php:440
4768
+ msgid "Error: Forum is not found"
4769
+ msgstr "Fejl: Forum ikke fundet"
4770
+
4771
+ #: wpf-includes/wpf-phrases.php:441
4772
+ msgid "Error: No topic selected"
4773
+ msgstr "Fejl: Ingen emner fundet"
4774
+
4775
+ #: wpf-includes/wpf-phrases.php:442
4776
+ msgid "Error: Topic is not found"
4777
+ msgstr "Fejl: Emnet er ikke fundet"
4778
+
4779
+ #: wpf-includes/wpf-phrases.php:443
4780
+ msgid "Error: please insert some text to report."
4781
+ msgstr "Fejl: skriv det du vil rapportere"
4782
+
4783
+ #: wpf-includes/wpf-phrases.php:444
4784
+ msgid "Features successfully updated"
4785
+ msgstr "Funktionerne er blevet opdateret"
4786
+
4787
+ #: wpf-includes/wpf-phrases.php:445
4788
+ msgid "Features successfully updated, but previous value not changed"
4789
+ msgstr ""
4790
+ "Funktionerne er blevet opdateret, uden at ændre på de tidligere indstillinger"
4791
+
4792
+ #: wpf-includes/wpf-phrases.php:446
4793
+ msgid "File type is not allowed"
4794
+ msgstr "Denne filtype er ikke tilladt"
4795
+
4796
+ #: wpf-includes/wpf-phrases.php:447
4797
+ msgid "Forum Base URL successfully updated"
4798
+ msgstr "Forum URL er blevet opdateret"
4799
+
4800
+ #: wpf-includes/wpf-phrases.php:448
4801
+ msgid "Forum deleting error"
4802
+ msgstr "Forum slette fejl"
4803
+
4804
+ #: wpf-includes/wpf-phrases.php:449
4805
+ msgid "Forum hierarchy successfully updated"
4806
+ msgstr "Forum hiearaki er blevet opdateret"
4807
+
4808
+ #: wpf-includes/wpf-phrases.php:450
4809
+ msgid "Forum is successfully merged"
4810
+ msgstr "Forum er blevet flettet"
4811
+
4812
+ #: wpf-includes/wpf-phrases.php:451
4813
+ msgid "Forum merging error"
4814
+ msgstr "Forum flette fejl"
4815
+
4816
+ #: wpf-includes/wpf-phrases.php:452
4817
+ msgid "Forum options successfully updated"
4818
+ msgstr "Forum udvidelser er blevet opdateret"
4819
+
4820
+ #: wpf-includes/wpf-phrases.php:453
4821
+ msgid "Forum options successfully updated, but previous value not changed"
4822
+ msgstr ""
4823
+ "Forum udvidelser er blevet opdateret, uden at ændre tidligere indstillinger"
4824
+
4825
+ #: wpf-includes/wpf-phrases.php:454
4826
+ msgid "Forum successfully updated"
4827
+ msgstr "Forum er blevet opdateret"
4828
+
4829
+ #: wpf-includes/wpf-phrases.php:455
4830
+ msgid "Forum update error"
4831
+ msgstr "Forum opdaterings fejl"
4832
+
4833
+ #: wpf-includes/wpf-phrases.php:456
4834
+ msgid "General options successfully updated"
4835
+ msgstr "De generelle udvidelser er blevet opdateret"
4836
+
4837
+ #: wpf-includes/wpf-phrases.php:457
4838
+ msgid "Illegal character in username."
4839
+ msgstr "Forkerte ting i brugernavn"
4840
+
4841
+ #: wpf-includes/wpf-phrases.php:458
4842
+ msgid "Insert your Email address."
4843
+ msgstr "Skriv din mail adresse"
4844
+
4845
+ #: wpf-includes/wpf-phrases.php:459
4846
+ msgid "Invalid Email address"
4847
+ msgstr "Forkert mail adresse"
4848
+
4849
+ #: wpf-includes/wpf-phrases.php:460
4850
+ msgid "Invalid request!"
4851
+ msgstr "Forkert forespørgsel"
4852
+
4853
+ #: wpf-includes/wpf-phrases.php:461
4854
+ msgid "Member options successfully updated"
4855
+ msgstr "Medlems udvidelser er blevet opdateret"
4856
+
4857
+ #: wpf-includes/wpf-phrases.php:462
4858
+ msgid "Member options successfully updated, but previous value not changed"
4859
+ msgstr ""
4860
+ "Medlems udvidelser er blevet opdateret, uden at ændre tidligere indstillinger"
4861
+
4862
+ #: wpf-includes/wpf-phrases.php:463
4863
+ msgid "Message has been sent"
4864
+ msgstr "Besked afsendt"
4865
+
4866
+ #: wpf-includes/wpf-phrases.php:464
4867
+ msgid ""
4868
+ "New language successfully added and changed wpforo language to new language"
4869
+ msgstr "Nyt sprog er blevet tilføjet og wpforo har nu skiftet sprog"
4870
+
4871
+ #: wpf-includes/wpf-phrases.php:465
4872
+ msgid "No Posts found for update"
4873
+ msgstr "Ingen indlæg der kan opdateres er fundet "
4874
+
4875
+ #: wpf-includes/wpf-phrases.php:466
4876
+ msgid "Password length must be between 6 characters and 20 characters."
4877
+ msgstr "Password længden skal være mellem 6 og 20 tegne"
4878
+
4879
+ #: wpf-includes/wpf-phrases.php:467
4880
+ msgid "Password mismatch."
4881
+ msgstr "Password vrøvl."
4882
+
4883
+ #: wpf-includes/wpf-phrases.php:468
4884
+ msgid "Permission denied"
4885
+ msgstr "ingen tilladelse"
4886
+
4887
+ #: wpf-includes/wpf-phrases.php:469
4888
+ msgid "Permission denied for add forum"
4889
+ msgstr "ingen tilladelse til at tilføje forum"
4890
+
4891
+ #: wpf-includes/wpf-phrases.php:470
4892
+ msgid "Permission denied for delete forum"
4893
+ msgstr "ingen tilladelse til at slette dette forum"
4894
+
4895
+ #: wpf-includes/wpf-phrases.php:471
4896
+ msgid "Permission denied for edit forum"
4897
+ msgstr "ingen tilladelse til at redigere dette forum"
4898
+
4899
+ #: wpf-includes/wpf-phrases.php:472
4900
+ msgid "Permission denied for this action"
4901
+ msgstr "ingen tilladelse til denne gerning"
4902
+
4903
+ #: wpf-includes/wpf-phrases.php:473
4904
+ msgid "Phrase add error"
4905
+ msgstr "Frase tilføjelse fejl"
4906
+
4907
+ #: wpf-includes/wpf-phrases.php:474
4908
+ msgid "Phrase adding error"
4909
+ msgstr "Frase fejl under tilføjelse"
4910
+
4911
+ #: wpf-includes/wpf-phrases.php:475
4912
+ msgid "Phrase successfully added"
4913
+ msgstr "Frase tilføjet"
4914
+
4915
+ #: wpf-includes/wpf-phrases.php:476
4916
+ msgid "Phrase successfully updates"
4917
+ msgstr "Frase opdateret"
4918
+
4919
+ #: wpf-includes/wpf-phrases.php:477
4920
+ msgid "Phrase update error"
4921
+ msgstr "Frase opdaterings fejl"
4922
+
4923
+ #: wpf-includes/wpf-phrases.php:478
4924
+ msgid "Please insert required fields!"
4925
+ msgstr "Venligst skriv i de påkrævede felter"
4926
+
4927
+ #: wpf-includes/wpf-phrases.php:479
4928
+ msgid "Post delete error"
4929
+ msgstr "Indlæg slette fejl"
4930
+
4931
+ #: wpf-includes/wpf-phrases.php:481
4932
+ msgid "Post options successfully updated"
4933
+ msgstr "Indlæg udvidelser opdateret"
4934
+
4935
+ #: wpf-includes/wpf-phrases.php:482
4936
+ msgid "Post options successfully updated, but previous value not changed"
4937
+ msgstr "Indlæg udvidelser opdateret, uden at ændre tidligere indstillinger"
4938
+
4939
+ #: wpf-includes/wpf-phrases.php:483
4940
+ msgid "Registration Error"
4941
+ msgstr "Registrerings fejl"
4942
+
4943
+ #: wpf-includes/wpf-phrases.php:484
4944
+ msgid "Reply request error"
4945
+ msgstr "Svar ønske fejl"
4946
+
4947
+ #: wpf-includes/wpf-phrases.php:485
4948
+ msgid "Something wrong with profile data."
4949
+ msgstr "Der er noget forkert med profil data"
4950
+
4951
+ #: wpf-includes/wpf-phrases.php:486
4952
+ msgid "Subscribe options successfully updated"
4953
+ msgstr "Abonoment udvidelser opdateret"
4954
+
4955
+ #: wpf-includes/wpf-phrases.php:487
4956
+ msgid "Subscribe options successfully updated, but previous value not changed"
4957
+ msgstr "Abonoment udvidelser opdateret, uden at ændre tidligere indstillinger"
4958
+
4959
+ #: wpf-includes/wpf-phrases.php:488
4960
+ msgid "Success!"
4961
+ msgstr ""
4962
+
4963
+ #: wpf-includes/wpf-phrases.php:489
4964
+ msgid ""
4965
+ "Success! Thank you. Please check your email and click confirmation link "
4966
+ "below to complete this step."
4967
+ msgstr "Det virker! tak. Tjek din mail for en bekræftelse mail"
4968
+
4969
+ #: wpf-includes/wpf-phrases.php:490
4970
+ msgid "Successfully updated"
4971
+ msgstr "Opdateret"
4972
+
4973
+ #: wpf-includes/wpf-phrases.php:491
4974
+ msgid "Successfully voted"
4975
+ msgstr "Stemt"
4976
+
4977
+ #: wpf-includes/wpf-phrases.php:492
4978
+ msgid "The uploaded file size is too big"
4979
+ msgstr "Upload er for stor"
4980
+
4981
+ #: wpf-includes/wpf-phrases.php:493
4982
+ msgid "Theme options successfully updated"
4983
+ msgstr "Tema udvidelser er blevet opdateret"
4984
+
4985
+ #: wpf-includes/wpf-phrases.php:494
4986
+ msgid "This email address is already registered. Please insert another."
4987
+ msgstr "Denne mail er allerede registreret. Brug en anden"
4988
+
4989
+ #: wpf-includes/wpf-phrases.php:495
4990
+ msgid "This post successfully deleted"
4991
+ msgstr "Indlægget blev slettet"
4992
+
4993
+ #: wpf-includes/wpf-phrases.php:496
4994
+ msgid "This post successfully edited"
4995
+ msgstr "Indlægget blev redigeret"
4996
+
4997
+ #: wpf-includes/wpf-phrases.php:497
4998
+ msgid "This topic successfully deleted"
4999
+ msgstr "Emnet blev slettet"
5000
+
5001
+ #: wpf-includes/wpf-phrases.php:498
5002
+ msgid "Topic Move Error"
5003
+ msgstr "Emne flytte fejl"
5004
+
5005
+ #: wpf-includes/wpf-phrases.php:499
5006
+ msgid "Topic add error"
5007
+ msgstr "Emne tilføjelser fejl"
5008
+
5009
+ #: wpf-includes/wpf-phrases.php:500
5010
+ msgid "Topic delete error"
5011
+ msgstr "Emne slette fejl"
5012
+
5013
+ #: wpf-includes/wpf-phrases.php:501
5014
+ msgid "Topic edit error"
5015
+ msgstr "Emne redigerings fejl"
5016
+
5017
+ #: wpf-includes/wpf-phrases.php:502
5018
+ msgid "Topic not found."
5019
+ msgstr "Emnet er væk"
5020
+
5021
+ #: wpf-includes/wpf-phrases.php:503
5022
+ msgid "Topic successfully moved"
5023
+ msgstr "Emne er blevet flyttet"
5024
+
5025
+ #: wpf-includes/wpf-phrases.php:504
5026
+ msgid "Topic successfully updated"
5027
+ msgstr "Emne er blevet opdateret"
5028
+
5029
+ #: wpf-includes/wpf-phrases.php:505
5030
+ msgid "Topics delete error"
5031
+ msgstr "Emne slette fejl"
5032
+
5033
+ #: wpf-includes/wpf-phrases.php:506
5034
+ msgid "User delete error"
5035
+ msgstr "Bruger slette fejl"
5036
+
5037
+ #: wpf-includes/wpf-phrases.php:507
5038
+ msgid "User group add error"
5039
+ msgstr "Brugergruppe tilføjelses fejl"
5040
+
5041
+ #: wpf-includes/wpf-phrases.php:508
5042
+ msgid "User group edit error"
5043
+ msgstr "Brugergruppe rette fejl"
5044
+
5045
+ #: wpf-includes/wpf-phrases.php:509
5046
+ msgid "User group successfully added"
5047
+ msgstr "Brugergruppe blev tilføjet"
5048
+
5049
+ #: wpf-includes/wpf-phrases.php:510
5050
+ msgid "User group successfully edited"
5051
+ msgstr "Brugergruppe blev redigeret"
5052
+
5053
+ #: wpf-includes/wpf-phrases.php:511
5054
+ msgid "User successfully deleted from wpforo"
5055
+ msgstr "Brugergruppe blev slettet fra wpforo"
5056
+
5057
+ #: wpf-includes/wpf-phrases.php:512
5058
+ msgid "Username exists. Please insert another."
5059
+ msgstr "Brugernavn er taget. Vælg et andet"
5060
+
5061
+ #: wpf-includes/wpf-phrases.php:513
5062
+ msgid "Username is missed."
5063
+ msgstr "Brugernavn mangler"
5064
+
5065
+ #: wpf-includes/wpf-phrases.php:514
5066
+ msgid "Username length must be between 3 characters and 30 characters."
5067
+ msgstr "Brugernavn skal være på mellem 3 og 30 tegn"
5068
+
5069
+ #: wpf-includes/wpf-phrases.php:515
5070
+ msgid "Welcome to our Community!"
5071
+ msgstr "Velkommen til vores forum"
5072
+
5073
+ #: wpf-includes/wpf-phrases.php:516
5074
+ msgid "Wrong post data"
5075
+ msgstr "Forkert indlæg data"
5076
+
5077
+ #: wpf-includes/wpf-phrases.php:517
5078
+ msgid "You are already voted this post"
5079
+ msgstr "Du har allerede stemt i dette indlæg"
5080
+
5081
+ #: wpf-includes/wpf-phrases.php:518
5082
+ msgid "You have been successfully subscribed"
5083
+ msgstr "Du er nu abonnement"
5084
+
5085
+ #: wpf-includes/wpf-phrases.php:519
5086
+ msgid "You have been successfully unsubscribed"
5087
+ msgstr "Du er ikke længere abonnement"
5088
+
5089
+ #: wpf-includes/wpf-phrases.php:520
5090
+ msgid "You have no permission to edit this topic"
5091
+ msgstr "Du har ikke lov til at redigere dette emne"
5092
+
5093
+ #: wpf-includes/wpf-phrases.php:521
5094
+ msgid "You don't have permission to create post in this forum"
5095
+ msgstr "Du har ikke lov til at skrive et indlæg i dette forum"
5096
+
5097
+ #: wpf-includes/wpf-phrases.php:522
5098
+ msgid "You don't have permission to create topic into this forum"
5099
+ msgstr "Du har ikke lov til at skrive et emne i dette forum"
5100
+
5101
+ #: wpf-includes/wpf-phrases.php:523
5102
+ msgid "You don't have permission to delete post from this forum"
5103
+ msgstr "Du har ikke lov til at slette et indlæg i dette forum"
5104
+
5105
+ #: wpf-includes/wpf-phrases.php:524
5106
+ msgid "You don't have permission to delete topic from this forum"
5107
+ msgstr "Du har ikke lov til at slette et emne i dette forum"
5108
+
5109
+ #: wpf-includes/wpf-phrases.php:525
5110
+ msgid "You don't have permission to edit post from this forum"
5111
+ msgstr "Du har ikke lov til at slette et indlæg i dette forum"
5112
+
5113
+ #: wpf-includes/wpf-phrases.php:526
5114
+ msgid "You successfully replied"
5115
+ msgstr "Du har svaret"
5116
+
5117
+ #: wpf-includes/wpf-phrases.php:527
5118
+ msgid "Your forum successfully added"
5119
+ msgstr "Dit forum er blevet tilført"
5120
+
5121
+ #: wpf-includes/wpf-phrases.php:528
5122
+ msgid "Your forum successfully deleted"
5123
+ msgstr "Dit forum er blevet slettet"
5124
+
5125
+ #: wpf-includes/wpf-phrases.php:529
5126
+ msgid "Your profile data have been successfully updated."
5127
+ msgstr "Din profildata er blevet opdateret"
5128
+
5129
+ #: wpf-includes/wpf-phrases.php:530
5130
+ msgid "Your subscription for this item could not be confirmed"
5131
+ msgstr "Dit abonnement til dette emne kunne ikke bekræftes"
5132
+
5133
+ #: wpf-includes/wpf-phrases.php:531
5134
+ msgid "Your topic successfully added"
5135
+ msgstr "Dit emne er blevet tilføjet"
5136
+
5137
+ #: wpf-includes/wpf-phrases.php:546
5138
+ msgid "Front - Can have signature"
5139
+ msgstr "Front - kan have en signatur"
5140
+
5141
+ #: wpf-includes/wpf-phrases.php:570
5142
+ msgid "Can edit own replay"
5143
+ msgstr "Kan redigere egne svar"
5144
+
5145
+ #: wpf-includes/wpf-phrases.php:588
5146
+ msgid "like"
5147
+ msgstr "Like"
5148
+
5149
+ #: wpf-includes/wpf-phrases.php:589
5150
+ msgid "unlike"
5151
+ msgstr "Unlike"
5152
+
5153
+ #: wpf-includes/wpf-phrases.php:590
5154
+ msgid "sticky"
5155
+ msgstr "sticky"
5156
+
5157
+ #: wpf-includes/wpf-phrases.php:591
5158
+ msgid "unsticky"
5159
+ msgstr "unsticky"
5160
+
5161
+ #: wpf-includes/wpf-phrases.php:592
5162
+ msgid "close"
5163
+ msgstr "luk"
5164
+
5165
+ #: wpf-includes/wpf-phrases.php:593
5166
+ msgid "open"
5167
+ msgstr "åben"
5168
+
5169
+ #: wpf-includes/wpf-phrases.php:594
5170
+ msgid "Topic Icons"
5171
+ msgstr "Emne ikoner"
5172
+
5173
+ #: wpf-includes/wpf-phrases.php:595
5174
+ msgid "New"
5175
+ msgstr "Ny"
5176
+
5177
+ #: wpf-includes/wpf-phrases.php:596
5178
+ msgid "Replied"
5179
+ msgstr "Svarede"
5180
+
5181
+ #: wpf-includes/wpf-phrases.php:598
5182
+ msgid "Hot"
5183
+ msgstr "Hot"
5184
+
5185
+ #: wpf-includes/wpf-phrases.php:599
5186
+ msgid "Solved"
5187
+ msgstr "Løst"
5188
+
5189
+ #: wpf-includes/wpf-phrases.php:600
5190
+ msgid "Unsolved"
5191
+ msgstr "Ikke løst"
5192
+
5193
+ #: wpf-includes/wpf-phrases.php:610
5194
+ msgid "Old password is wrong"
5195
+ msgstr "gammelt password er forkert"
5196
+
5197
+ #: wpf-includes/wpf-phrases.php:611
5198
+ msgid "New Passwords do not match"
5199
+ msgstr "Nye password er forkerte"
5200
+
5201
+ #: wpf-includes/wpf-phrases.php:615
5202
+ msgid ""
5203
+ "This process may take a few seconds or dozens of minutes, it depends on "
5204
+ "database forum size and on server resources. Please be patient and don't "
5205
+ "close this page. If you got 500 Server Error please don't worry, the data "
5206
+ "updating process is still working in MySQL server."
5207
+ msgstr ""
5208
+ "Det her kan tage et par sekunder eller et par minutter. Det er noget "
5209
+ "serveren bestemmer. Venligst vær tålmodig og lad denne side være øverst. "
5210
+ "( luk den ikke ). Får du en 500 Server Error er det ikke et problem. dataen "
5211
+ "er stadig i din MySQL server."
5212
+
5213
+ #: wpf-includes/wpf-phrases.php:619
5214
+ msgid "Updated Successfully!"
5215
+ msgstr "Opdateret!!"
5216
+
5217
+ #: wpf-includes/wpf-phrases.php:620
5218
+ msgid "Deleted Successfully!"
5219
+ msgstr "Slettet!!"
5220
+
5221
+ #: wpf-includes/wpf-phrases.php:621
5222
+ msgid "Closed"
5223
+ msgstr "Lukket"
5224
+
5225
+ #: wpf-includes/wpf-phrases.php:622
5226
+ msgid "Forum Members List"
5227
+ msgstr "Forum medlemmer"
5228
+
5229
+ #: wpf-includes/wpf-phrases.php:623
5230
+ msgid "are you sure you want to delete?"
5231
+ msgstr "Er du sikker på at du vil slette?"
5232
+
5233
+ #: wpf-includes/wpf-phrases.php:625
5234
+ msgid "Moderator"
5235
+ msgstr "Moderator"
5236
+
5237
+ #: wpf-includes/wpf-phrases.php:627
5238
+ msgid "Customer"
5239
+ msgstr "Kunde"
5240
+
5241
+ #: wpf-includes/wpf-phrases.php:628
5242
+ msgid "No access"
5243
+ msgstr "Ingen adgang"
5244
+
5245
+ #: wpf-includes/wpf-phrases.php:629
5246
+ msgid "Read only access"
5247
+ msgstr "Read only adgang"
5248
+
5249
+ #: wpf-includes/wpf-phrases.php:630
5250
+ msgid "Standard access"
5251
+ msgstr "Standard adgang"
5252
+
5253
+ #: wpf-includes/wpf-phrases.php:631
5254
+ msgid "Moderator access"
5255
+ msgstr "Moderator adgang"
5256
+
5257
+ #: wpf-includes/wpf-phrases.php:632
5258
+ msgid "Full access"
5259
+ msgstr "Fuld adgang"
5260
+
5261
+ #: wpf-includes/wpf-phrases.php:635
5262
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
5263
+ msgstr "Forkert fil format. Vi tillader kun: jpeg, jpg, png, gif."
5264
+
5265
+ #: wpf-includes/wpf-phrases.php:642
5266
+ msgid "Attachment removed"
5267
+ msgstr "Vedhæng fjernet"
5268
+
5269
+ #: wpf-includes/wpf-phrases.php:643
5270
+ msgid "Forum Posts"
5271
+ msgstr "Forum Indlæg"
5272
+
5273
+ #: wpf-includes/wpf-phrases.php:644
5274
+ msgid "Blog Posts"
5275
+ msgstr "Blog Indlæg"
5276
+
5277
+ #: wpf-includes/wpf-phrases.php:645
5278
+ msgid "Blog Comments"
5279
+ msgstr "Kommentarer til indlæg"
5280
+
5281
+ #: wpf-includes/wpf-phrases.php:646
5282
+ #, php-format
5283
+ msgid "Welcome back %s!"
5284
+ msgstr "Velkommen tilbage %s!"
5285
+
5286
+ #: wpf-includes/wpf-phrases.php:647
5287
+ msgid "Member Profile"
5288
+ msgstr "Medlems profil"
5289
+
5290
+ #: wpf-includes/wpf-phrases.php:648
5291
+ msgid "Member"
5292
+ msgstr "Medlem"
5293
+
5294
+ #: wpf-includes/wpf-phrases.php:649
5295
+ msgid "You do not have permission to view this page"
5296
+ msgstr "Du har ikke tilladelse til at se denne side"
5297
+
5298
+ #: wpf-includes/wpf-phrases.php:651
5299
+ msgid ""
5300
+ "This option will disable WordPress on front-end. Only forum pages will be "
5301
+ "available. wpForo will look like as a stand-alone forum."
5302
+ msgstr ""
5303
+ "Denne udvidelse vil fjerne selve WordPress front-end. Herefter er det kun et "
5304
+ "stand-alone forum de besøgende møder."
5305
+
5306
+ #: wpf-includes/wpf-phrases.php:656
5307
+ msgid "private"
5308
+ msgstr "privat"
5309
+
5310
+ #: wpf-includes/wpf-phrases.php:657
5311
+ msgid "public"
5312
+ msgstr "offentlig"
5313
+
5314
+ #: wpf-includes/wpf-phrases.php:658
5315
+ msgid "Private Topic"
5316
+ msgstr "Privat emne"
5317
+
5318
+ #: wpf-includes/wpf-phrases.php:659
5319
+ msgid "Only Admins and Moderators can see your private topics."
5320
+ msgstr "Kun Admins og Moderatorer kan se dine private emner."
5321
+
5322
+ #: wpf-includes/wpf-phrases.php:660
5323
+ msgid "Forum ID is not detected"
5324
+ msgstr "Forum ID ikke fundet"
5325
+
5326
+ #: wpf-includes/wpf-phrases.php:661
5327
+ msgid "You are not permitted to subscribe here"
5328
+ msgstr "Du har ikke tilladelse til at abonnere her"
5329
+
5330
+ #: wpf-includes/wpf-phrases.php:662
5331
+ msgid "Subscribe to this topic"
5332
+ msgstr "Abonner på dette emne"
5333
+
5334
+ #: wpf-includes/wpf-phrases.php:665
5335
+ msgid "Awaiting moderation"
5336
+ msgstr "Venter på at blive modereret"
5337
+
5338
+ #: wpf-includes/wpf-phrases.php:666
5339
+ msgid "Topic first post not found."
5340
+ msgstr "Emnets første indlæg ikke fundet"
5341
+
5342
+ #: wpf-includes/wpf-phrases.php:667
5343
+ msgid "Topic first post data not found."
5344
+ msgstr "Emnets første indlæg data ikke fundet"
5345
+
5346
+ #: wpf-includes/wpf-phrases.php:668
5347
+ msgid "Settings successfully updated"
5348
+ msgstr "Indstillingerne er blevet opdateret"
5349
+
5350
+ #: wpf-includes/wpf-phrases.php:669
5351
+ msgid "Done!"
5352
+ msgstr "Sådan !"
5353
+
5354
+ #: wpf-includes/wpf-phrases.php:670 wpf-includes/wpf-phrases.php:775
5355
+ msgid "You are not allowed to attach this file type"
5356
+ msgstr "Du må ikke vedhænge denne slags filer"
5357
+
5358
+ #: wpf-includes/wpf-phrases.php:671
5359
+ msgid "Post is empty"
5360
+ msgstr "Indlæg er tomt"
5361
+
5362
+ #: wpf-includes/wpf-phrases.php:672
5363
+ msgid "removed link"
5364
+ msgstr "fjernet link"
5365
+
5366
+ #: wpf-includes/wpf-phrases.php:673
5367
+ msgid "Submit"
5368
+ msgstr "Send"
5369
+
5370
+ #: wpf-includes/wpf-phrases.php:677
5371
+ msgid "Rating Title"
5372
+ msgstr "Rating titel"
5373
+
5374
+ #: wpf-includes/wpf-phrases.php:678
5375
+ msgid "User Title"
5376
+ msgstr "Bruger titel"
5377
+
5378
+ #: wpf-includes/wpf-phrases.php:679
5379
+ msgid "Anonymous"
5380
+ msgstr "Anonym"
5381
+
5382
+ #: wpf-includes/wpf-phrases.php:682
5383
+ msgid "approved"
5384
+ msgstr "godkendt"
5385
+
5386
+ #: wpf-includes/wpf-phrases.php:683
5387
+ msgid "unapproved"
5388
+ msgstr "Ikke godkendt"
5389
+
5390
+ #: wpf-includes/wpf-phrases.php:686
5391
+ msgid "--- Choose ---"
5392
+ msgstr "— vælg ---"
5393
+
5394
+ #: wpf-includes/wpf-phrases.php:687
5395
+ msgid "Required field"
5396
+ msgstr "Påkrævet felt"
5397
+
5398
+ #: wpf-includes/wpf-phrases.php:690
5399
+ msgid "Add Reply"
5400
+ msgstr "Tilføj svar"
5401
+
5402
+ #: wpf-includes/wpf-phrases.php:691
5403
+ msgid "Forums RSS Feed"
5404
+ msgstr "Forums RSS Feed"
5405
+
5406
+ #: wpf-includes/wpf-phrases.php:692
5407
+ msgid "Topics RSS Feed"
5408
+ msgstr "Topics RSS Feed"
5409
+
5410
+ #: wpf-includes/wpf-phrases.php:693
5411
+ msgid "Find a member"
5412
+ msgstr "Find et medlem"
5413
+
5414
+ #: wpf-includes/wpf-phrases.php:694
5415
+ msgid "Display Name or Nicename"
5416
+ msgstr "Vis navn eller kaldenavn"
5417
+
5418
+ #: wpf-includes/wpf-phrases.php:695
5419
+ msgid "Reset Search"
5420
+ msgstr "Nulstil søgning"
5421
+
5422
+ #: wpf-includes/wpf-phrases.php:696
5423
+ msgid "Reset Result"
5424
+ msgstr "Nulstil resultater"
5425
+
5426
+ #: wpf-includes/wpf-phrases.php:702
5427
+ msgid "No posts were found here"
5428
+ msgstr "Der blev ikke fundet nogle indlæg her"
5429
+
5430
+ #: wpf-includes/wpf-phrases.php:705
5431
+ msgid "forum link"
5432
+ msgstr "forum link"
5433
+
5434
+ #: wpf-includes/wpf-phrases.php:706
5435
+ msgid "in forum"
5436
+ msgstr "i forum"
5437
+
5438
+ #: wpf-includes/wpf-phrases.php:707
5439
+ msgid ""
5440
+ "You can mention a person using @nicename in post content to send that person "
5441
+ "an email message. When you post a topic or reply, forum sends an email "
5442
+ "message to the user letting them know that they have been mentioned on the "
5443
+ "post."
5444
+ msgstr ""
5445
+ "Du kan nævne en person ved at bruge @nicename i indlæget og sende det til "
5446
+ "denne person i en mail. Når du poster et emne eller et svar, sender forum en "
5447
+ "mail til brugeren, så de ved at de er blevet nævnt i indlægget."
5448
+
5449
+ #: wpf-includes/wpf-phrases.php:710
5450
+ msgid "You are not allowed to edit this post"
5451
+ msgstr "Du kan ikke redigere dette indlæg"
5452
+
5453
+ #: wpf-includes/wpf-phrases.php:711
5454
+ msgid "Google reCAPTCHA verification failed"
5455
+ msgstr "Google reCAPTCHA verifikation fejl"
5456
+
5457
+ #: wpf-includes/wpf-phrases.php:712
5458
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
5459
+ msgstr "FEJL: kan ikke forbinde til Google reCAPTCHA API"
5460
+
5461
+ #: wpf-includes/wpf-phrases.php:713
5462
+ msgid "Welcome!"
5463
+ msgstr "Velkommen!"
5464
+
5465
+ #: wpf-includes/wpf-phrases.php:714
5466
+ msgid "Join us today!"
5467
+ msgstr "Meld dig ind!"
5468
+
5469
+ #: wpf-includes/wpf-phrases.php:715
5470
+ msgid ""
5471
+ "Enter your email address or username and we'll send you a link you can use "
5472
+ "to pick a new password."
5473
+ msgstr ""
5474
+ "Skriv din mailadresse eller dit brugernavn og vi sender et link til dig du "
5475
+ "kan bruge til at lave et nyt password."
5476
+
5477
+ #: wpf-includes/wpf-phrases.php:716
5478
+ msgid "Please Insert Your Email or Username"
5479
+ msgstr "Skriv din mail adresse eller brugernavn"
5480
+
5481
+ #: wpf-includes/wpf-phrases.php:717
5482
+ msgid "Reset Password"
5483
+ msgstr "Nulstil password"
5484
+
5485
+ #: wpf-includes/wpf-phrases.php:718
5486
+ msgid "Forgot Your Password?"
5487
+ msgstr "Har du glemt dit password?"
5488
+
5489
+ #: wpf-includes/wpf-phrases.php:721
5490
+ #, php-format
5491
+ msgid "%s created a new topic %s"
5492
+ msgstr "%s skabte et nyt emne %s"
5493
+
5494
+ #: wpf-includes/wpf-phrases.php:722
5495
+ #, php-format
5496
+ msgid "%s replied to the topic %s"
5497
+ msgstr "%s Skrevet under emnet %s"
5498
+
5499
+ #: wpf-includes/wpf-phrases.php:723
5500
+ #, php-format
5501
+ msgid "%s liked forum post %s"
5502
+ msgstr "%s liked forum indlæg %s"
5503
+
5504
+ #: wpf-includes/wpf-phrases.php:724
5505
+ msgid "Read more"
5506
+ msgstr "Læs mere"
5507
+
5508
+ #: wpf-includes/wpf-phrases.php:725
5509
+ msgid "Forum topic"
5510
+ msgstr "Forum emne"
5511
+
5512
+ #: wpf-includes/wpf-phrases.php:726
5513
+ msgid "Forum post"
5514
+ msgstr "Forum indlæg"
5515
+
5516
+ #: wpf-includes/wpf-phrases.php:727
5517
+ msgid "Forum post like"
5518
+ msgstr "Forum indlæg - like"
5519
+
5520
+ #: wpf-includes/wpf-phrases.php:729
5521
+ msgid "Target Topic URL"
5522
+ msgstr "mål for emne URL"
5523
+
5524
+ #: wpf-includes/wpf-phrases.php:730
5525
+ msgid "Target Topic not found"
5526
+ msgstr "Mål emne ikke fundet"
5527
+
5528
+ #: wpf-includes/wpf-phrases.php:731
5529
+ msgid "Merge Topics"
5530
+ msgstr "Flet emner"
5531
+
5532
+ #: wpf-includes/wpf-phrases.php:732
5533
+ msgid "Split Topic"
5534
+ msgstr "Del emner"
5535
+
5536
+ #: wpf-includes/wpf-phrases.php:733
5537
+ msgid ""
5538
+ "Please copy the target topic URL from browser address bar and paste in the "
5539
+ "field below."
5540
+ msgstr ""
5541
+ "Kopier mål emne URL fra din browser address linien og passe det ind i feltet "
5542
+ "herunder."
5543
+
5544
+ #: wpf-includes/wpf-phrases.php:734
5545
+ msgid ""
5546
+ "All posts will be merged and displayed (ordered) in target topic according "
5547
+ "to posts dates. If you want to append merged posts to the end of the target "
5548
+ "topic you should allow to update posts dates to current date by check the "
5549
+ "option below."
5550
+ msgstr ""
5551
+ "Alle indlæg bliver flettet og vist i orden i mål emne “mode” defineret via "
5552
+ "dato for indlæg. Hvis du vil tilføje flettede indlæg til enden af mål emnet "
5553
+ "skal du tillade at indlæg kan blive opdateret til nuværende dato ved at "
5554
+ "sætte flueben herunder."
5555
+
5556
+ #: wpf-includes/wpf-phrases.php:735
5557
+ msgid ""
5558
+ "Update post dates (current date) to allow append posts to the end of the "
5559
+ "target topic."
5560
+ msgstr ""
5561
+ "Opdater indlæg datoer til idag så det er muligt at tilføje indlæg til mål "
5562
+ "emnet."
5563
+
5564
+ #: wpf-includes/wpf-phrases.php:736
5565
+ msgid "Update post titles with target topic title."
5566
+ msgstr "Opdater indlæg titler med mål emne titel"
5567
+
5568
+ #: wpf-includes/wpf-phrases.php:737
5569
+ msgid ""
5570
+ "Topics once merged cannot be unmerged. This topic URL will no longer be "
5571
+ "available."
5572
+ msgstr ""
5573
+ "Emner der er flettet kan ikke flettes ud igen. Denne URL vil ikke længere "
5574
+ "eksistere efter flet"
5575
+
5576
+ #: wpf-includes/wpf-phrases.php:738
5577
+ msgid "Create New Topic"
5578
+ msgstr "Nyt emne"
5579
+
5580
+ #: wpf-includes/wpf-phrases.php:739
5581
+ msgid ""
5582
+ "Create new topic with split posts. The first post of new topic becomes the "
5583
+ "earliest reply."
5584
+ msgstr ""
5585
+ "Nyt emne med delte indlæg. Det første indlæg under det nye emne bliver det "
5586
+ "tidligste svar "
5587
+
5588
+ #: wpf-includes/wpf-phrases.php:740
5589
+ msgid "New Topic Title"
5590
+ msgstr "Ny emne titel"
5591
+
5592
+ #: wpf-includes/wpf-phrases.php:741
5593
+ msgid "New Topic Forum"
5594
+ msgstr "Ny emne forum"
5595
+
5596
+ #: wpf-includes/wpf-phrases.php:742
5597
+ msgid "Select Posts to Split"
5598
+ msgstr "Vælg indlæg du vil dele"
5599
+
5600
+ #: wpf-includes/wpf-phrases.php:743
5601
+ msgid ""
5602
+ "Topic once split cannot be unsplit. The first post of new topic becomes the "
5603
+ "earliest reply."
5604
+ msgstr ""
5605
+ "Emner der er delt kan ikke samles igen. Det første indlæg under det nye emne "
5606
+ "bliver det tidligste svar "
5607
+
5608
+ #: wpf-includes/wpf-phrases.php:744
5609
+ msgid "Merge"
5610
+ msgstr "Flette"
5611
+
5612
+ #: wpf-includes/wpf-phrases.php:745
5613
+ msgid "Split"
5614
+ msgstr "Dele"
5615
+
5616
+ #: wpf-includes/wpf-phrases.php:746
5617
+ msgid "Move Reply"
5618
+ msgstr "Flyt svar"
5619
+
5620
+ #: wpf-includes/wpf-phrases.php:747
5621
+ msgid ""
5622
+ "This action changes topic URL. Once the topic is moved to other forum the "
5623
+ "old URL of this topic will no longer be available."
5624
+ msgstr ""
5625
+ "Det her ændrer emnets URL. Når emnet er flyttet til et andet forum, vil "
5626
+ "denne URL vil ikke længere eksistere"
5627
+
5628
+ #: wpf-includes/wpf-phrases.php:748
5629
+ #, php-format
5630
+ msgid ""
5631
+ "When you login first time using Facebook Login button, we collect your "
5632
+ "account %s information shared by Facebook, based on your privacy settings. "
5633
+ "We also get your email address to automatically create a forum account for "
5634
+ "you. Once your account is created, you'll be logged-in to this account and "
5635
+ "you'll receive a confirmation email."
5636
+ msgstr ""
5637
+
5638
+ #: wpf-includes/wpf-phrases.php:751
5639
+ msgid "No data submitted"
5640
+ msgstr ""
5641
+
5642
+ #: wpf-includes/wpf-phrases.php:752
5643
+ msgid "User profile fields not found"
5644
+ msgstr ""
5645
+
5646
+ #: wpf-includes/wpf-phrases.php:753
5647
+ msgid "field is required"
5648
+ msgstr ""
5649
+
5650
+ #: wpf-includes/wpf-phrases.php:754
5651
+ #, php-format
5652
+ msgid "field value must be at least %d"
5653
+ msgstr ""
5654
+
5655
+ #: wpf-includes/wpf-phrases.php:755
5656
+ #, php-format
5657
+ msgid "field value cannot be greater than %d"
5658
+ msgstr ""
5659
+
5660
+ #: wpf-includes/wpf-phrases.php:756
5661
+ #, php-format
5662
+ msgid "field length must be at least %d characters"
5663
+ msgstr ""
5664
+
5665
+ #: wpf-includes/wpf-phrases.php:757
5666
+ #, php-format
5667
+ msgid "field length can not be greater than %d characters"
5668
+ msgstr ""
5669
+
5670
+ #: wpf-includes/wpf-phrases.php:758
5671
+ msgid "field value is not a valid URL"
5672
+ msgstr ""
5673
+
5674
+ #: wpf-includes/wpf-phrases.php:759
5675
+ msgid "file type is not detected"
5676
+ msgstr ""
5677
+
5678
+ #: wpf-includes/wpf-phrases.php:760
5679
+ #, php-format
5680
+ msgid "file type %s is not allowed"
5681
+ msgstr ""
5682
+
5683
+ #: wpf-includes/wpf-phrases.php:761
5684
+ msgid "file is too large"
5685
+ msgstr ""
5686
+
5687
+ #: wpf-includes/wpf-phrases.php:762
5688
+ msgid "Success! Please check your mail for confirmation."
5689
+ msgstr ""
5690
+
5691
+ #: wpf-includes/wpf-phrases.php:763
5692
+ #, php-format
5693
+ msgid "Username length must be between %d characters and %d characters."
5694
+ msgstr ""
5695
+
5696
+ #: wpf-includes/wpf-phrases.php:764
5697
+ msgid "User registration is disabled."
5698
+ msgstr ""
5699
+
5700
+ #: wpf-includes/wpf-phrases.php:765
5701
+ msgid "Avatar image is too big maximum allowed size is 2MB"
5702
+ msgstr ""
5703
+
5704
+ #: wpf-includes/wpf-phrases.php:766
5705
+ msgid "One of the selected Usergroups cannot be set as Secondary"
5706
+ msgstr ""
5707
+
5708
+ #: wpf-includes/wpf-phrases.php:767
5709
+ msgid "The selected Usergroup is not found in allowed list"
5710
+ msgstr ""
5711
+
5712
+ #: wpf-includes/wpf-phrases.php:768
5713
+ msgid "The selected Usergroup cannot be set"
5714
+ msgstr ""
5715
+
5716
+ #: wpf-includes/wpf-phrases.php:769
5717
+ msgid "Admin and Moderator Usergroups are not permitted"
5718
+ msgstr ""
5719
+
5720
+ #: wpf-includes/wpf-phrases.php:770
5721
+ msgid "You have no permission to edit Usergroup field"
5722
+ msgstr ""
5723
+
5724
+ #: wpf-includes/wpf-phrases.php:771
5725
+ msgid "This nickname is already in use. Please insert another."
5726
+ msgstr ""
5727
+
5728
+ #: wpf-includes/wpf-phrases.php:772
5729
+ msgid "Nickname validation failed"
5730
+ msgstr ""
5731
+
5732
+ #: wpf-includes/wpf-phrases.php:773
5733
+ msgid "Numerical nicknames are not allowed. Please insert another."
5734
+ msgstr ""
5735
+
5736
+ #: wpf-includes/wpf-phrases.php:774
5737
+ #, php-format
5738
+ msgid "Maximum allowed file size is %s MB"
5739
+ msgstr ""
5740
+
5741
+ #: wpf-includes/wpf-phrases.php:776
5742
+ msgid "This email address is already registered. Please insert another"
5743
+ msgstr ""
5744
+
5745
+ #: wpf-includes/wpf-phrases.php:777
5746
+ #, php-format
5747
+ msgid "Allowed file types: %s"
5748
+ msgstr ""
5749
+
5750
+ #: wpf-includes/wpf-phrases.php:778
5751
+ msgid "Form name not found"
5752
+ msgstr ""
5753
+
5754
+ #: wpf-includes/wpf-phrases.php:779
5755
+ msgid "Form template not found"
5756
+ msgstr ""
5757
+
5758
+ #: wpf-includes/wpf-phrases.php:780
5759
+ msgid "Profile updated successfully"
5760
+ msgstr ""
5761
+
5762
+ #: wpf-includes/wpf-phrases.php:781
5763
+ msgid "User data update failed"
5764
+ msgstr ""
5765
+
5766
+ #: wpf-includes/wpf-phrases.php:782
5767
+ msgid "User profile update failed"
5768
+ msgstr ""
5769
+
5770
+ #: wpf-includes/wpf-phrases.php:783
5771
+ msgid "User custom field update failed"
5772
+ msgstr ""
5773
+
5774
+ #: wpf-includes/wpf-phrases.php:784
5775
+ msgid "Sorry, there was an error uploading attached file"
5776
+ msgstr ""
5777
+
5778
+ #: wpf-includes/wpf-phrases.php:785
5779
+ msgid "Edit Topic"
5780
+ msgstr ""
5781
+
5782
+ #: wpf-includes/wpf-phrases.php:786
5783
+ #, php-format
5784
+ msgid "This topic was modified %s by %s"
5785
+ msgstr ""
5786
+
5787
+ #: wpf-includes/wpf-phrases.php:787
5788
+ msgid "Edit Post"
5789
+ msgstr ""
5790
+
5791
+ #: wpf-includes/wpf-phrases.php:788
5792
+ #, php-format
5793
+ msgid "This post was modified %s by %s"
5794
+ msgstr ""
5795
+
5796
+ #: wpf-includes/wpf-phrases.php:792
5797
+ msgid "Topic link"
5798
+ msgstr ""
5799
+
5800
+ #: wpf-includes/wpf-phrases.php:793
5801
+ msgid "Forum Topics Started"
5802
+ msgstr ""
5803
+
5804
+ #: wpf-includes/wpf-phrases.php:794
5805
+ msgid "Forum Replies Created"
5806
+ msgstr ""
5807
+
5808
+ #: wpf-includes/wpf-phrases.php:795
5809
+ msgid "Liked Forum Posts"
5810
+ msgstr ""
5811
+
5812
+ #: wpf-includes/wpf-phrases.php:796
5813
+ msgid "Forum Subscriptions"
5814
+ msgstr ""
5815
+
5816
+ #: wpf-includes/wpf-phrases.php:798
5817
+ #, php-format
5818
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
5819
+ msgstr ""
5820
+
5821
+ #: wpf-includes/wpf-phrases.php:799
5822
+ msgid "Topic Tags"
5823
+ msgstr ""
5824
+
5825
+ #: wpf-includes/wpf-phrases.php:800
5826
+ msgid "Topic Tag"
5827
+ msgstr ""
5828
+
5829
+ #: wpf-includes/wpf-phrases.php:801
5830
+ msgid "Separate tags using a comma"
5831
+ msgstr ""
5832
+
5833
+ #: wpf-includes/wpf-phrases.php:802
5834
+ msgid "Tag"
5835
+ msgstr ""
5836
+
5837
+ #: wpf-includes/wpf-phrases.php:803
5838
+ msgid "Tags"
5839
+ msgstr ""
5840
+
5841
+ #: wpf-includes/wpf-phrases.php:804
5842
+ msgid "Find Topics by Tags"
5843
+ msgstr ""
5844
+
5845
+ #: wpf-includes/wpf-phrases.php:805
5846
+ msgid "Related Topics"
5847
+ msgstr ""
5848
+
5849
+ #: wpf-includes/wpf-phrases.php:806
5850
+ msgid "Next Topic"
5851
+ msgstr ""
5852
+
5853
+ #: wpf-includes/wpf-phrases.php:807
5854
+ msgid "Previous Topic"
5855
+ msgstr ""
5856
+
5857
+ #: wpf-includes/wpf-phrases.php:808
5858
+ msgid "All forum topics"
5859
+ msgstr ""
5860
+
5861
+ #: wpf-includes/wpf-phrases.php:809
5862
+ msgid "No tags found"
5863
+ msgstr ""
5864
+
5865
+ #: wpf-includes/wpf-phrases.php:810
5866
+ msgid "Forum contains no unread posts"
5867
+ msgstr ""
5868
+
5869
+ #: wpf-includes/wpf-phrases.php:811
5870
+ msgid "Forum contains unread posts"
5871
+ msgstr ""
5872
+
5873
+ #: wpf-includes/wpf-phrases.php:812
5874
+ msgid "Mark all read"
5875
+ msgstr ""
5876
+
5877
+ #: wpf-includes/wpf-phrases.php:813
5878
+ msgid "Not Replied"
5879
+ msgstr ""
5880
+
5881
+ #: wpf-includes/wpf-phrases.php:814
5882
+ msgid "default"
5883
+ msgstr ""
5884
+
5885
+ #: wpf-includes/wpf-phrases.php:815
5886
+ msgid "red"
5887
+ msgstr ""
5888
+
5889
+ #: wpf-includes/wpf-phrases.php:816
5890
+ msgid "green"
5891
+ msgstr ""
5892
+
5893
+ #: wpf-includes/wpf-phrases.php:817
5894
+ msgid "orange"
5895
+ msgstr ""
5896
+
5897
+ #: wpf-includes/wpf-phrases.php:818
5898
+ msgid "grey"
5899
+ msgstr ""
5900
+
5901
+ #: wpf-includes/wpf-phrases.php:819
5902
+ msgid "dark"
5903
+ msgstr ""
5904
+
5905
+ #: wpf-themes/classic/functions.php:39
5906
+ msgid "Extended Layout - Recent topics"
5907
+ msgstr "Udvidet Layout - nyeste emner"
5908
+
5909
+ #: wpf-themes/classic/functions.php:48
5910
+ msgid "Extended Layout - Number of Recent topics"
5911
+ msgstr "Udvidet Layout - antal af nyeste emner"
5912
+
5913
+ #: wpf-themes/classic/functions.php:55
5914
+ msgid "Extended Layout - Recent topic length"
5915
+ msgstr "Udvidet Layout - længde på nyeste emner"
5916
+
5917
+ #: wpf-themes/classic/functions.php:56 wpf-themes/classic/functions.php:86
5918
+ msgid ""
5919
+ "Set this option value 0 if you want to show the whole title in recent topic "
5920
+ "area."
5921
+ msgstr "Sæ denne værdi til 0 hvis du vil vise hele titlen i emnet"
5922
+
5923
+ #: wpf-themes/classic/functions.php:69
5924
+ msgid "Q&A layout - Recent topics"
5925
+ msgstr "Q&A layout - nye emner"
5926
+
5927
+ #: wpf-themes/classic/functions.php:78
5928
+ msgid "Q&A Layout - Number of Recent topics"
5929
+ msgstr "Q&A layout - antal nye emner"
5930
+
5931
+ #: wpf-themes/classic/functions.php:85
5932
+ msgid "Q&A Layout - Recent topic length"
5933
+ msgstr "Q&A layout - nye emne længde"
5934
+
5935
+ #: wpf-themes/classic/functions.php:107
5936
+ msgid "Extended Layout - Recent posts"
5937
+ msgstr "Extended Layout - nye emner"
5938
+
5939
+ #: wpf-themes/classic/functions.php:117
5940
+ msgid "Extended Layout - Number of Recent posts"
5941
+ msgstr "Extended Layout - antal nye emner"
5942
+
5943
+ #: wpf-themes/classic/functions.php:118
5944
+ msgid ""
5945
+ "Set this option value 0 if you want to show all posts in recent posts area."
5946
+ msgstr ""
5947
+ "Sæ denne værdi til 0 hvis du vil vise alle indlæg i nyeste indlæg området"
5948
+
5949
+ #: wpf-themes/classic/functions.php:126
5950
+ msgid "Extended Layout - Recent post length"
5951
+ msgstr "Extended Layout - nye emner længde"
5952
+
5953
+ #: wpf-themes/classic/functions.php:127
5954
+ msgid ""
5955
+ "Set this option value 0 if you want to show the whole post content in recent "
5956
+ "post area."
5957
+ msgstr ""
5958
+ "Sæt denne option til 0 hvis du vil vise hele postens indhold det nyeste post "
5959
+ "område."
5960
+
5961
+ #: wpforo.php:259
5962
+ msgid "Discussion Board"
5963
+ msgstr "Diskussions forum"
5964
+
5965
+ #: wpforo.php:768
5966
+ msgid ""
5967
+ "Allows to embed hundreds of video, social network, audio and photo content "
5968
+ "providers in forum topics and posts."
5969
+ msgstr ""
5970
+ "Allows to embed hundreds of video, social network, audio and photo content "
5971
+ "providers in forum topics and posts."
5972
+
5973
+ #: wpforo.php:769
5974
+ msgid ""
5975
+ "wpForo Polls is a complete addon to help forum members create, vote and "
5976
+ "manage polls effectively. Comes with poll specific permissions and settings."
5977
+ msgstr ""
5978
+ "wpForo Polls is a complete addon to help forum members create, vote and "
5979
+ "manage polls effectively. Comes with poll specific permissions and settings."
5980
+
5981
+ #: wpforo.php:770
5982
+ msgid ""
5983
+ "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5984
+ "Converts wpForo topic and posts, likes to myCRED points."
5985
+ msgstr ""
5986
+ "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5987
+ "Converts wpForo topic and posts, likes to myCRED points."
5988
+
5989
+ #: wpforo.php:771
5990
+ msgid ""
5991
+ "Advanced user profile builder system. Allows to add new fields and manage "
5992
+ "profile page. Creates custom Registration, Account, Member Search forms."
5993
+ msgstr ""
5994
+ "Advanced user profile builder system. Allows to add new fields and manage "
5995
+ "profile page. Creates custom Registration, Account, Member Search forms."
5996
+
5997
+ #: wpforo.php:772
5998
+ msgid ""
5999
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
6000
+ "powered media uploading and displaying system with user specific library."
6001
+ msgstr ""
6002
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
6003
+ "powered media uploading and displaying system with user specific library."
6004
+
6005
+ #: wpforo.php:773
6006
+ msgid ""
6007
+ "Provides a safe way to communicate directly with other members. Messages are "
6008
+ "private and can only be viewed by conversation participants."
6009
+ msgstr ""
6010
+ "Provides a safe way to communicate directly with other members. Messages are "
6011
+ "private and can only be viewed by conversation participants."
6012
+
6013
+ #: wpforo.php:774
6014
+ msgid ""
6015
+ "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
6016
+ "Forum topics and Blog comments with Forum replies."
6017
+ msgstr ""
6018
+ "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
6019
+ "Forum topics and Blog comments with Forum replies."
6020
+
6021
+ #: wpforo.php:775
6022
+ msgid ""
6023
+ "Ads Manager is a powerful yet simple advertisement management system, that "
6024
+ "allows you to add adverting banners between forums, topics and posts."
6025
+ msgstr ""
6026
+ "Ads Manager is a powerful yet simple advertisement management system, that "
6027
+ "allows you to add adverting banners between forums, topics and posts."
6028
+
6029
+ #. Plugin Name of the plugin/theme
6030
+ msgid "wpForo"
6031
+ msgstr "wpForo"
6032
+
6033
+ #. Plugin URI of the plugin/theme
6034
+ msgid "https://wpforo.com"
6035
+ msgstr "https://wpforo.com"
6036
+
6037
+ #. Description of the plugin/theme
6038
+ msgid ""
6039
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
6040
+ "community. Comes with multiple modern forum layouts."
6041
+ msgstr ""
6042
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
6043
+ "community. Comes with multiple modern forum layouts."
6044
+
6045
+ #. Author of the plugin/theme
6046
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
6047
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
6048
+
6049
+ #. Author URI of the plugin/theme
6050
+ msgid "https://gvectors.com/"
6051
+ msgstr "https://gvectors.com/"
6052
+
6053
+ #~ msgid "Enable BuddyPress Activity Integration"
6054
+ #~ msgstr "Tillad BuddyPress Activitets Integration"
6055
+
6056
+ #~ msgid ""
6057
+ #~ "If you use BuddyPress plugin, this option will post members activities "
6058
+ #~ "(new topic, new reply, post like) to BuddyPress Profile Activity page."
6059
+ #~ msgstr ""
6060
+ #~ "Hvis du bruger BuddyPress plugin, vil denne option postemedlemmernes "
6061
+ #~ "aktiviteter (nyt emne, nyt reply, post like) til BuddyPress Profilens "
6062
+ #~ "aktivitets side"
6063
+
6064
+ #~ msgid "Cleanup"
6065
+ #~ msgstr "Cleanup"
6066
+
6067
+ #~ msgid "Usergroup id"
6068
+ #~ msgstr "Brugergruppe ID"
6069
+
6070
+ #~ msgid "Users Count"
6071
+ #~ msgstr "Bruger antal"
6072
+
6073
+ #~ msgid "New Users Default Group"
6074
+ #~ msgstr "Nye brugeres default gruppe"
6075
+
6076
+ #~ msgid "Count of users in this usergroup"
6077
+ #~ msgstr "Tæl brugere i denne Brugergruppe"
6078
+
6079
+ #~ msgid "DO NOT set this option on higher level user groups !!!"
6080
+ #~ msgstr "SÆT ikke denne option på højere niveau grupper!!"
6081
+
6082
+ #~ msgid "WordPress User Role"
6083
+ #~ msgstr "WordPress bruger Rolle"
6084
+
6085
+ #~ msgid ""
6086
+ #~ "Probably spam file attachments have been detected by wpForo Spam Control. "
6087
+ #~ "Please moderate suspected files here %s"
6088
+ #~ msgstr ""
6089
+ #~ "Mulige spam file er blevet opdaget af wpForo Spam Control. Tjek filerne "
6090
+ #~ "her %s"
6091
+
6092
+ #~ msgid "Community"
6093
+ #~ msgstr "Community"
6094
+
6095
+ #~ msgid "Success! Thank you Dear Friend"
6096
+ #~ msgstr "Det virker! tak"
6097
+
6098
+ #~ msgid "Dashboard - Can create forum"
6099
+ #~ msgstr "Dashboard - Kan lave et forum"
6100
+
6101
+ #~ msgid "Dashboard - Can edit forum"
6102
+ #~ msgstr "Dashboard - Kan redigere et forum"
6103
+
6104
+ #~ msgid "Dashboard - Can delete forum"
6105
+ #~ msgstr "Dashboard - Kan slette et forum"
6106
+
6107
+ #~ msgid "Dashboard - Members Menu"
6108
+ #~ msgstr "Dashboard - Medlems menu"
6109
+
6110
+ #~ msgid "Dashboard - Usergroup Menu"
6111
+ #~ msgstr "Dashboard - Brugergruppe menu"
6112
+
6113
+ #~ msgid "Front - Can view member last active date"
6114
+ #~ msgstr "Front - kan se hvornår medlemmernes sidste var aktive"
6115
+
6116
+ #~ msgid "Front - Can view member IP address"
6117
+ #~ msgstr "Front - kan se medlemmernes IP adresser"
6118
+
6119
+ #~ msgid "Front - Can view member phone number"
6120
+ #~ msgstr "Front - kan se medlemmernes telefonnummer"
wpf-languages/wpforo-es_MX.po CHANGED
@@ -1,6082 +1,6082 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Forum - wpForo\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-08-31 19:40+0400\n"
6
- "PO-Revision-Date: 2018-08-31 19:40+0400\n"
7
- "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
- "Language-Team: Spanish (Mexico)\n"
9
- "Language: es_MX\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wpforo.php\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: es_MX\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
- msgid "wpForo Addons"
29
- msgstr ""
30
-
31
- #: wpf-admin/addons.php:28
32
- msgid ""
33
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
34
- "Addon prices also include a small donation to the hard work wpForo "
35
- "developers do for free. When you buy an addon, you also donate the free "
36
- "wpForo development and support. Addons are the only incoming source for "
37
- "wpForo developers. wpForo is a premium forum plugin which will always be "
38
- "available for free. There will never be paid and pro versions of this forum "
39
- "board. We have another dozens of awesome features in our to-do list which "
40
- "will also be added for free in future releases. So the free wpForo "
41
- "development always stays on the first priority and wpForo is being extended "
42
- "with new free functions and features even faster than before."
43
- msgstr ""
44
-
45
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
46
- msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
47
- msgstr ""
48
-
49
- #: wpf-admin/addons.php:51
50
- msgid "Installed"
51
- msgstr ""
52
-
53
- #: wpf-admin/addons.php:55
54
- msgid "Version"
55
- msgstr ""
56
-
57
- #: wpf-admin/addons.php:56
58
- msgid "at least"
59
- msgstr ""
60
-
61
- #: wpf-admin/addons.php:58
62
- msgid "Details | Buy"
63
- msgstr ""
64
-
65
- #: wpf-admin/addons.php:64
66
- msgid "More information about"
67
- msgstr ""
68
-
69
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:31
70
- #: wpf-includes/wpf-phrases.php:602
71
- msgid "Dashboard"
72
- msgstr "Escritorio"
73
-
74
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:34 wpf-admin/dashboard.php:137
75
- #: wpf-admin/options-tabs/api.php:83 wpf-admin/options-tabs/styles.php:16
76
- #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:92
77
- #: wpf-includes/integration/buddypress.php:11
78
- #: wpf-includes/integration/buddypress.php:57
79
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2195
80
- #: wpf-includes/wpf-phrases.php:123
81
- msgid "Forums"
82
- msgstr "Foros"
83
-
84
- #: wpf-admin/admin.php:37 wpf-includes/wpf-hooks.php:22
85
- #: wpf-includes/wpf-hooks.php:2201
86
- msgid "Settings"
87
- msgstr "Ajustes"
88
-
89
- #: wpf-admin/admin.php:40 wpf-includes/wpf-hooks.php:2205
90
- #: wpf-includes/wpf-phrases.php:728
91
- msgid "Tools"
92
- msgstr ""
93
-
94
- #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:2209
95
- msgid "Moderation"
96
- msgstr ""
97
-
98
- #: wpf-admin/admin.php:46 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
99
- #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:108
100
- #: wpf-admin/usergroup.php:31 wpf-includes/wpf-hooks.php:2213
101
- #: wpf-includes/wpf-phrases.php:178
102
- msgid "Members"
103
- msgstr "Miembros"
104
-
105
- #: wpf-admin/admin.php:49 wpf-admin/usergroup.php:8 wpf-admin/usergroup.php:155
106
- #: wpf-includes/wpf-hooks.php:2217
107
- msgid "Usergroups"
108
- msgstr "Grupos"
109
-
110
- #: wpf-admin/admin.php:52 wpf-includes/wpf-hooks.php:2223
111
- #: wpf-includes/wpf-phrases.php:603
112
- msgid "Phrases"
113
- msgstr "Frases"
114
-
115
- #: wpf-admin/admin.php:55 wpf-includes/wpf-hooks.php:2229
116
- #: wpf-includes/wpf-phrases.php:604
117
- msgid "Themes"
118
- msgstr "Temas"
119
-
120
- #: wpf-admin/admin.php:58 wpf-admin/options.php:24
121
- #: wpf-includes/wpf-hooks.php:2233 wpf-includes/wpf-phrases.php:25
122
- msgid "Addons"
123
- msgstr "Complementos"
124
-
125
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:408
126
- msgid "wpForo Dashboard"
127
- msgstr "Escritorio de wpForo"
128
-
129
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:361
130
- msgid "Welcome Message"
131
- msgstr "Mensaje de Bienvenida"
132
-
133
- #: wpf-admin/dashboard.php:27
134
- msgid "Welcome to wpForo"
135
- msgstr ""
136
-
137
- #: wpf-admin/dashboard.php:29
138
- msgid ""
139
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
140
- "WorPress, and the only forum software which comes with Multi-layout template "
141
- "system.\n"
142
- " The \"Extended\", \"Simplified\" and "
143
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
144
- "You can use wpForo for small and extremely large communities. \n"
145
- " <br />If you found some issue or bug "
146
- "please open a support topic in plugin page or in our support forum at "
147
- "gVectors.com. If you liked wpForo please leave some good review for this "
148
- "plugin. We really need your good reviews. \n"
149
- " If you didn't like wpForo please leave a "
150
- "list of issues and requirements you'd like us to fix and add in near future. "
151
- "We're here to help you and improve wpForo as much as possible."
152
- msgstr ""
153
- "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
154
- "WordPress, y el único software de foros con sistema de Multiplantilla.\n"
155
- "Las plantillas \"Extendida\", \"Simplificada\" y de \"Preguntas y Respuestas"
156
- "\" se acomodarán a casi a todos los tipos de discusión disponibles. Puedes "
157
- "usar wpForo para pequeñas o comunidades extremadamente grandes.\n"
158
- "<br/> Si encuentra algún problema o bug, por favor abra un tema de soporte "
159
- "en la página del plugin o en nuestros foros de soporte en gVectors.com. Si "
160
- "le gusta wpForo, por favor déjenos un buen review de este plugin. Realmente "
161
- "ocupamos buenos reviews.\n"
162
- "Si no le ha gustado wpForo, por favor deje una lista de los problemas o "
163
- "requerimientos que le gustaria que arreglaramos y agregemos en un futuro. "
164
- "Estamos aquí para mejorar wpForo lo más que podamos."
165
-
166
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:130
167
- msgid "General Information"
168
- msgstr "Información General"
169
-
170
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:368
171
- msgid "You are currently running"
172
- msgstr "Actualmente estas usando"
173
-
174
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:18
175
- msgid "Active Theme"
176
- msgstr "Tema Activo"
177
-
178
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:413
179
- msgid "wpForo Website"
180
- msgstr "Sitio web de wpForo"
181
-
182
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:319
183
- msgid "Support Forum"
184
- msgstr "Foro de Soporte"
185
-
186
- #: wpf-admin/dashboard.php:75 wpf-includes/wpf-phrases.php:289
187
- msgid "Server Information"
188
- msgstr "Información del servidor"
189
-
190
- #: wpf-admin/dashboard.php:110 wpf-includes/wpf-phrases.php:46
191
- msgid "Available"
192
- msgstr "Disponible"
193
-
194
- #: wpf-admin/dashboard.php:110
195
- msgid ""
196
- "The setTimestamp() method of PHP DateTime class is not available. Please "
197
- "make sure you use PHP 5.4 and higher version on your hosting service."
198
- msgstr ""
199
-
200
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:49
201
- msgid "Board Statistic"
202
- msgstr "Estadísticas del Foro"
203
-
204
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:17
205
- #: wpf-admin/options-tabs/styles.php:22 wpf-includes/class-forums.php:676
206
- #: wpf-includes/wpf-phrases.php:338
207
- msgid "Topics"
208
- msgstr "Temas"
209
-
210
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:18
211
- #: wpf-includes/class-forums.php:676 wpf-includes/wpf-phrases.php:232
212
- msgid "Posts"
213
- msgstr "Mensajes"
214
-
215
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:179
216
- msgid "Members Online"
217
- msgstr "Miembros en Linea"
218
-
219
- #: wpf-admin/dashboard.php:163
220
- msgid "Avatars Size"
221
- msgstr ""
222
-
223
- #: wpf-admin/dashboard.php:167
224
- msgid "Default Attachments Size"
225
- msgstr ""
226
-
227
- #: wpf-admin/dashboard.php:173
228
- msgid "Advanced Attachments"
229
- msgstr ""
230
-
231
- #: wpf-admin/dashboard.php:174
232
- msgid "file(s)"
233
- msgstr ""
234
-
235
- #: wpf-admin/dashboard.php:177
236
- msgid "Advanced Attachments Size"
237
- msgstr ""
238
-
239
- #: wpf-admin/dashboard.php:182
240
- msgid "Total Size"
241
- msgstr ""
242
-
243
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:614
244
- msgid "Forum Maintenance"
245
- msgstr "Mantenimiento de Foro"
246
-
247
- #: wpf-admin/dashboard.php:194
248
- msgid ""
249
- "This process may take a few seconds or dozens of minutes, please be patient "
250
- "and don't close this page. If you got 500 Server Error please don't worry, "
251
- "the data updating process is still working in MySQL server."
252
- msgstr ""
253
- "Este proceso puede tomar algunos segundos o decenas de minutos, por favor "
254
- "sea paciente y no cierre esta página. No se preocupe si recibe un error 500 "
255
- "de Servidor, el proceso de actualización de los datos sigue trabajando en el "
256
- "servidor MySQL."
257
-
258
- #: wpf-admin/dashboard.php:205
259
- msgid "Delete All Caches"
260
- msgstr ""
261
-
262
- #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:616
263
- msgid "Update Forums Statistic"
264
- msgstr "Actualizar Estadísticas de Foros"
265
-
266
- #: wpf-admin/dashboard.php:207
267
- msgid "Update Topics Statistic"
268
- msgstr ""
269
-
270
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:617
271
- msgid "Update Users Statistic"
272
- msgstr "Actualizar Estadísticas de Usuarios"
273
-
274
- #: wpf-admin/dashboard.php:209 wpf-includes/wpf-phrases.php:618
275
- msgid "Delete Phrase Cache"
276
- msgstr "Borrar Cache de Frases"
277
-
278
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:639
279
- msgid "Delete User Cache"
280
- msgstr "Borrar Cache de Usuario"
281
-
282
- #: wpf-admin/dashboard.php:211
283
- msgid "Synch User Profiles"
284
- msgstr ""
285
-
286
- #: wpf-admin/deactivation-dialog.php:9
287
- msgid "Plugin Usage Feedback"
288
- msgstr ""
289
-
290
- #: wpf-admin/deactivation-dialog.php:18
291
- msgid ""
292
- "Please let us know why you are deactivating. Choosing one of the options "
293
- "below you will help us make it better for you and for other users."
294
- msgstr ""
295
-
296
- #: wpf-admin/deactivation-dialog.php:24
297
- msgid "I'll reactivate it later"
298
- msgstr ""
299
-
300
- #: wpf-admin/deactivation-dialog.php:28
301
- msgid "The plugin is not working"
302
- msgstr ""
303
-
304
- #: wpf-admin/deactivation-dialog.php:29
305
- msgid "What kind of problems do you have?"
306
- msgstr ""
307
-
308
- #: wpf-admin/deactivation-dialog.php:33
309
- msgid "It's not what I was looking for"
310
- msgstr ""
311
-
312
- #: wpf-admin/deactivation-dialog.php:37
313
- msgid "I couldn't understand how to make it work"
314
- msgstr ""
315
-
316
- #: wpf-admin/deactivation-dialog.php:38 wpf-admin/deactivation-dialog.php:43
317
- msgid "What type of features you want to be in the plugin?"
318
- msgstr ""
319
-
320
- #: wpf-admin/deactivation-dialog.php:42
321
- msgid "The plugin is great, but I need specific features"
322
- msgstr ""
323
-
324
- #: wpf-admin/deactivation-dialog.php:47
325
- msgid "I didn't like plugin design"
326
- msgstr ""
327
-
328
- #: wpf-admin/deactivation-dialog.php:48
329
- msgid "What part of design you don't like or want to change?"
330
- msgstr ""
331
-
332
- #: wpf-admin/deactivation-dialog.php:52
333
- msgid "The plugin works very slow"
334
- msgstr ""
335
-
336
- #: wpf-admin/deactivation-dialog.php:53
337
- msgid ""
338
- "Could you please describe which features of the plugin slows down your "
339
- "website?"
340
- msgstr ""
341
-
342
- #: wpf-admin/deactivation-dialog.php:57
343
- msgid "I found a better plugin"
344
- msgstr ""
345
-
346
- #: wpf-admin/deactivation-dialog.php:58
347
- msgid "Please provide a plugin name or URL"
348
- msgstr ""
349
-
350
- #: wpf-admin/deactivation-dialog.php:62
351
- msgid "Other"
352
- msgstr ""
353
-
354
- #: wpf-admin/deactivation-dialog.php:63 wpf-includes/wpf-hooks.php:1192
355
- msgid "Please provide more information"
356
- msgstr ""
357
-
358
- #: wpf-admin/deactivation-dialog.php:67
359
- msgid "Dismiss and never show again"
360
- msgstr ""
361
-
362
- #: wpf-admin/deactivation-dialog.php:68
363
- msgid "Submit &amp; Deactivate"
364
- msgstr ""
365
-
366
- #: wpf-admin/deactivation-dialog.php:71
367
- msgid "Thank you for your feedback!"
368
- msgstr ""
369
-
370
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:803
371
- #: wpf-includes/wpf-phrases.php:301
372
- msgid "Show on screen"
373
- msgstr "Mostrar en Pantalla"
374
-
375
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:130
376
- #: wpf-includes/wpf-phrases.php:113
377
- msgid "Forum Options"
378
- msgstr "Opciones del Foro"
379
-
380
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
381
- msgid "Permissions"
382
- msgstr "Permisos"
383
-
384
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
385
- msgid "Slug"
386
- msgstr "Slug"
387
-
388
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
389
- msgid "Forum Meta"
390
- msgstr "Meta Foro"
391
-
392
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
393
- msgid "Screen Layout"
394
- msgstr "Plantilla de Pantalla"
395
-
396
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
397
- msgid "Number of Columns"
398
- msgstr "Número de Columnas"
399
-
400
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:817
401
- #: wpf-includes/wpf-phrases.php:274
402
- msgid "Screen Options"
403
- msgstr "Opciones de Pantalla"
404
-
405
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
406
- msgid "Categories and Forums"
407
- msgstr "Categorías y Foros"
408
-
409
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:96
410
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
411
- #: wpf-includes/wpf-phrases.php:20
412
- msgid "Add New"
413
- msgstr "Añadir nuevo"
414
-
415
- #: wpf-admin/forum.php:54 wpf-admin/forum.php:130 wpf-admin/forum.php:178
416
- #: wpf-admin/forum.php:194 wpf-admin/forum.php:203
417
- #: wpf-admin/options-tabs/accesses.php:19 wpf-admin/options-tabs/emails.php:12
418
- #: wpf-admin/options-tabs/emails.php:16 wpf-admin/options-tabs/emails.php:21
419
- #: wpf-admin/options-tabs/emails.php:28 wpf-admin/options-tabs/emails.php:40
420
- #: wpf-admin/options-tabs/emails.php:52 wpf-admin/options-tabs/features.php:68
421
- #: wpf-admin/options-tabs/general.php:14 wpf-admin/options-tabs/general.php:18
422
- #: wpf-admin/options-tabs/general.php:23 wpf-admin/options-tabs/general.php:33
423
- #: wpf-admin/options-tabs/general.php:78 wpf-admin/options-tabs/general.php:89
424
- #: wpf-admin/options-tabs/members.php:13 wpf-admin/options-tabs/members.php:27
425
- #: wpf-admin/options-tabs/members.php:46 wpf-admin/options-tabs/members.php:87
426
- #: wpf-admin/options-tabs/posts.php:70 wpf-admin/options-tabs/posts.php:75
427
- #: wpf-admin/options-tabs/posts.php:82 wpf-admin/options-tabs/posts.php:88
428
- #: wpf-admin/options-tabs/posts.php:93 wpf-admin/options-tabs/posts.php:100
429
- #: wpf-admin/options-tabs/posts.php:108 wpf-admin/options-tabs/posts.php:124
430
- #: wpf-admin/options-tabs/styles.php:43 wpf-admin/usergroup.php:28
431
- #: wpf-admin/usergroup.php:30 wpf-admin/usergroup.php:243
432
- #: wpf-themes/classic/functions.php:39 wpf-themes/classic/functions.php:48
433
- #: wpf-themes/classic/functions.php:55 wpf-themes/classic/functions.php:69
434
- #: wpf-themes/classic/functions.php:78 wpf-themes/classic/functions.php:85
435
- #: wpf-themes/classic/functions.php:107 wpf-themes/classic/functions.php:117
436
- msgid "Read the documentation"
437
- msgstr ""
438
-
439
- #: wpf-admin/forum.php:56
440
- msgid "Important Tips"
441
- msgstr ""
442
-
443
- #: wpf-admin/forum.php:57 wpf-includes/wpf-phrases.php:225
444
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
445
- msgstr ""
446
- "Arrastre y suelte los páneles de los foros para indicar la jerarquía padre-"
447
- "hijo"
448
-
449
- #: wpf-admin/forum.php:58
450
- msgid ""
451
- "If a category (blue panels) does not have forums (grey panels) it will not "
452
- "be displayed on front-end. Each category should contain at least one forum."
453
- msgstr ""
454
-
455
- #: wpf-admin/forum.php:59
456
- msgid ""
457
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
458
- "just edit the top (blue panels) category and set the layout you want. Child "
459
- "forums' layout depends on the top category (blue panels) layout. They cannot "
460
- "have a different layout."
461
- msgstr ""
462
-
463
- #: wpf-admin/forum.php:75 wpf-includes/wpf-phrases.php:272
464
- msgid "Save forums order and hierarchy"
465
- msgstr "Salva el orden y jerarquía de los foros"
466
-
467
- #: wpf-admin/forum.php:112 wpf-includes/wpf-phrases.php:87
468
- msgid "Enter forum title here"
469
- msgstr "Introduce el título del foro"
470
-
471
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:86
472
- msgid "Enter description here . . ."
473
- msgstr "Introduzca la descripción aquí..."
474
-
475
- #: wpf-admin/forum.php:118 wpf-includes/wpf-phrases.php:329
476
- msgid ""
477
- "This is a forum description. This content will be displayed under forum "
478
- "title on the forum list."
479
- msgstr ""
480
- "Esta es la descripción del foro. Este contenido se mostrará bajo el titulo "
481
- "del foro en la lista de foros."
482
-
483
- #: wpf-admin/forum.php:133 wpf-includes/wpf-phrases.php:221
484
- msgid "Parent Forum"
485
- msgstr "Superior"
486
-
487
- #: wpf-admin/forum.php:136 wpf-includes/wpf-phrases.php:204
488
- msgid "No parent"
489
- msgstr "Sin Superior"
490
-
491
- #: wpf-admin/forum.php:141 wpf-includes/wpf-phrases.php:346
492
- msgid "Use as Category"
493
- msgstr "Usar como Categoría"
494
-
495
- #: wpf-admin/forum.php:143 wpf-includes/wpf-phrases.php:52
496
- msgid "Category Layout"
497
- msgstr "Plantilla de la Categoría"
498
-
499
- #: wpf-admin/forum.php:151 wpf-includes/wpf-phrases.php:202
500
- msgid "No layout found."
501
- msgstr "No se encontró plantilla"
502
-
503
- #: wpf-admin/forum.php:160 wpf-admin/forum.php:168
504
- #: wpf-includes/wpf-phrases.php:234
505
- msgid "Publish"
506
- msgstr "Publicar"
507
-
508
- #: wpf-admin/forum.php:164 wpf-includes/wpf-phrases.php:37
509
- msgid "Are you sure you want to delete this forum?"
510
- msgstr "¿Esta seguro que desea borrar este foro?"
511
-
512
- #: wpf-admin/forum.php:164 wpf-admin/themes.php:73
513
- #: wpf-admin/tools-tabs/antispam.php:302 wpf-admin/usergroup.php:70
514
- #: wpf-admin/usergroup.php:375 wpf-includes/wpf-hooks.php:1140
515
- #: wpf-includes/wpf-phrases.php:66
516
- msgid "Delete"
517
- msgstr "Borrar"
518
-
519
- #: wpf-admin/forum.php:165 wpf-admin/usergroup.php:72
520
- #: wpf-includes/class-forums.php:682 wpf-includes/wpf-phrases.php:355
521
- msgid "View"
522
- msgstr "Ver"
523
-
524
- #: wpf-admin/forum.php:166 wpf-admin/options-tabs/accesses.php:76
525
- #: wpf-includes/wpf-phrases.php:343
526
- msgid "Update"
527
- msgstr "Actualizar"
528
-
529
- #: wpf-admin/forum.php:178
530
- msgid "Forum Permissions"
531
- msgstr ""
532
-
533
- #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:118
534
- msgid "Forum Slug"
535
- msgstr "Slug del Foro"
536
-
537
- #: wpf-admin/forum.php:197 wpf-includes/wpf-phrases.php:322
538
- msgid ""
539
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
540
- "lowercase and contains only letters, numbers, and hyphens."
541
- msgstr ""
542
- "El \"slug\" es una versión amigable del nombre de la URL. Usualmente "
543
- "contiene solo texto en minúsculas, numeros y guíones."
544
-
545
- #: wpf-admin/forum.php:203
546
- msgid "Forum Icon"
547
- msgstr ""
548
-
549
- #: wpf-admin/forum.php:206
550
- msgid "Font-awesome Icon"
551
- msgstr ""
552
-
553
- #: wpf-admin/forum.php:208
554
- msgid "You can find all icons"
555
- msgstr ""
556
-
557
- #: wpf-admin/forum.php:208
558
- msgid "here"
559
- msgstr ""
560
-
561
- #: wpf-admin/forum.php:208
562
- msgid ""
563
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
564
- "prefix like &quot;fas fa-comments&quot;."
565
- msgstr ""
566
-
567
- #: wpf-admin/forum.php:215 wpf-includes/wpf-phrases.php:116
568
- msgid "Forum SEO"
569
- msgstr "SEO del Foro"
570
-
571
- #: wpf-admin/forum.php:218 wpf-includes/wpf-phrases.php:184
572
- msgid "Meta Description"
573
- msgstr "Descripción Meta"
574
-
575
- #: wpf-admin/forum.php:247 wpf-includes/wpf-phrases.php:328
576
- msgid "This action will also delete all sub-forums, topics and replies."
577
- msgstr "Esta acción también borrará todos los sub-foros, temas y respuestas."
578
-
579
- #: wpf-admin/forum.php:255 wpf-includes/wpf-phrases.php:137
580
- msgid ""
581
- "If you want to delete this forum and keep its sub-forums, topics and "
582
- "replies, please select a new target forum in dropdown below"
583
- msgstr ""
584
- "Si desea borrar este foro y mantener los sub-foros, temas y respuestas, por "
585
- "favor seleccione un nuevo foro objetivo de la lista"
586
-
587
- #: wpf-admin/forum.php:264 wpf-includes/wpf-phrases.php:26
588
- msgid ""
589
- "All sub-forums, topics and replies will be attached to selected forum. "
590
- "Layout will be inherited from this forum."
591
- msgstr ""
592
- "Todos los sub-foros, temas y respuestas serán adjudicadas al foro "
593
- "seleccionado. La plantilla será asimilada por este foro."
594
-
595
- #: wpf-admin/moderation.php:10
596
- msgid "Topic and Post Moderation"
597
- msgstr ""
598
-
599
- #: wpf-admin/options-tabs/accesses.php:14 wpf-includes/wpf-phrases.php:21
600
- msgid "Add New Forum Access"
601
- msgstr "Añadir nuevo acceso al foro"
602
-
603
- #: wpf-admin/options-tabs/accesses.php:19 wpf-includes/wpf-phrases.php:15
604
- msgid "Access names"
605
- msgstr "Nombres de acceso"
606
-
607
- #: wpf-admin/options-tabs/accesses.php:20
608
- msgid ""
609
- "Forum Accesses are designed to do a Forum specific user permission control. "
610
- "These are set of permissions which are attached to certain Usergeoup in each "
611
- "forum. Thus users can have different permissions in different forums based "
612
- "on their Usergroup."
613
- msgstr ""
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 "This access is usually used for "
619
- msgstr ""
620
-
621
- #: wpf-admin/options-tabs/accesses.php:34
622
- msgid "Guests"
623
- msgstr ""
624
-
625
- #: wpf-admin/options-tabs/accesses.php:34
626
- #: wpf-admin/options-tabs/accesses.php:35
627
- #: wpf-admin/options-tabs/accesses.php:36
628
- msgid "usergroup"
629
- msgstr ""
630
-
631
- #: wpf-admin/options-tabs/accesses.php:35 wpf-includes/wpf-phrases.php:626
632
- msgid "Registered"
633
- msgstr "Registrado"
634
-
635
- #: wpf-admin/options-tabs/accesses.php:36 wpf-includes/wpf-phrases.php:624
636
- msgid "Admin"
637
- msgstr "Administrador"
638
-
639
- #: wpf-admin/options-tabs/accesses.php:40 wpf-includes/class-forums.php:678
640
- #: wpf-includes/functions.php:613 wpf-includes/wpf-phrases.php:381
641
- msgid "edit"
642
- msgstr "editar"
643
-
644
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:39
645
- msgid ""
646
- "Are you sure you want to remove this access set? Usergroups which attached "
647
- "to this access will lost all forum permissions."
648
- msgstr ""
649
- "¿Esta seguro que desea remover este conjunto de accesos? Los grupos de "
650
- "usuarios adjuntos a este acceso perderán todos sus permisos de foro."
651
-
652
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/class-forums.php:680
653
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
654
- #: wpf-includes/wpf-phrases.php:380
655
- msgid "delete"
656
- msgstr "borrar"
657
-
658
- #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:14
659
- msgid "Access name"
660
- msgstr "Nombre de accesso"
661
-
662
- #: wpf-admin/options-tabs/accesses.php:76 wpf-includes/wpf-phrases.php:270
663
- msgid "Save"
664
- msgstr "Publicar"
665
-
666
- #: wpf-admin/options-tabs/api.php:22
667
- msgid "Facebook API Configuration"
668
- msgstr ""
669
-
670
- #: wpf-admin/options-tabs/api.php:23
671
- msgid ""
672
- "In order to get an App ID and Secret Key from Facebook, you’ll need to "
673
- "register a new application. Don’t worry – its very easy, and your "
674
- "application doesn't need to do anything. We only need the keys."
675
- msgstr ""
676
-
677
- #: wpf-admin/options-tabs/api.php:23
678
- msgid "Please follow to this instruction"
679
- msgstr ""
680
-
681
- #: wpf-admin/options-tabs/api.php:26
682
- msgid "App ID"
683
- msgstr ""
684
-
685
- #: wpf-admin/options-tabs/api.php:27
686
- msgid "App Secret"
687
- msgstr ""
688
-
689
- #: wpf-admin/options-tabs/api.php:32
690
- msgid "Facebook Login"
691
- msgstr ""
692
-
693
- #: wpf-admin/options-tabs/api.php:33
694
- msgid "Adds Facebook Login button on Registration and Login pages."
695
- msgstr ""
696
-
697
- #: wpf-admin/options-tabs/api.php:37 wpf-admin/options-tabs/api.php:49
698
- #: wpf-admin/options-tabs/api.php:60 wpf-admin/options-tabs/api.php:71
699
- #: wpf-admin/options-tabs/api.php:140 wpf-admin/options-tabs/api.php:147
700
- #: wpf-admin/options-tabs/members.php:94 wpf-admin/options-tabs/posts.php:26
701
- #: wpf-admin/options-tabs/posts.php:42 wpf-admin/options-tabs/posts.php:54
702
- #: wpf-admin/tools-tabs/legal.php:48 wpf-admin/tools-tabs/legal.php:60
703
- #: wpf-admin/tools-tabs/legal.php:82 wpf-admin/tools-tabs/legal.php:117
704
- #: wpf-admin/tools-tabs/legal.php:129 wpf-admin/tools-tabs/legal.php:148
705
- msgid "Enable"
706
- msgstr ""
707
-
708
- #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
709
- #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
710
- #: wpf-admin/options-tabs/api.php:141 wpf-admin/options-tabs/api.php:148
711
- #: wpf-admin/options-tabs/members.php:95 wpf-admin/options-tabs/posts.php:27
712
- #: wpf-admin/options-tabs/posts.php:43 wpf-admin/options-tabs/posts.php:55
713
- #: wpf-admin/tools-tabs/legal.php:49 wpf-admin/tools-tabs/legal.php:61
714
- #: wpf-admin/tools-tabs/legal.php:83 wpf-admin/tools-tabs/legal.php:118
715
- #: wpf-admin/tools-tabs/legal.php:130 wpf-admin/tools-tabs/legal.php:149
716
- msgid "Disable"
717
- msgstr ""
718
-
719
- #: wpf-admin/options-tabs/api.php:44
720
- msgid "Facebook SDK for JavaScript"
721
- msgstr ""
722
-
723
- #: wpf-admin/options-tabs/api.php:45
724
- msgid "Facebook API connection script (sharing, login, cross-posting...)"
725
- msgstr ""
726
-
727
- #: wpf-admin/options-tabs/api.php:56
728
- msgid "Facebook Login button on User Login page"
729
- msgstr ""
730
-
731
- #: wpf-admin/options-tabs/api.php:67
732
- msgid "Facebook Login button on User Registration page"
733
- msgstr ""
734
-
735
- #: wpf-admin/options-tabs/api.php:78
736
- msgid "Redirect to this page after success login"
737
- msgstr ""
738
-
739
- #: wpf-admin/options-tabs/api.php:82 wpf-includes/wpf-phrases.php:633
740
- msgid "Profile"
741
- msgstr "Perfil"
742
-
743
- #: wpf-admin/options-tabs/api.php:84
744
- msgid "Custom"
745
- msgstr ""
746
-
747
- #: wpf-admin/options-tabs/api.php:86
748
- msgid "Custom URL, e.g.: http://example.com/my-page/"
749
- msgstr ""
750
-
751
- #: wpf-admin/options-tabs/api.php:86
752
- msgid "Custom URL"
753
- msgstr ""
754
-
755
- #: wpf-admin/options-tabs/api.php:93
756
- msgid "Share Buttons"
757
- msgstr ""
758
-
759
- #: wpf-admin/options-tabs/api.php:102
760
- msgid "Active Share Buttons"
761
- msgstr ""
762
-
763
- #: wpf-admin/options-tabs/api.php:103
764
- msgid ""
765
- "Check the checkbox below share options to activate. <b>Please note, that the "
766
- "Facebook share button cannot be activated without Facebook API ID.</b> "
767
- "Please follow to the \"Facebook API Configuration\" option instruction above "
768
- "and fill the API ID field in order to activate Facebook Share button."
769
- msgstr ""
770
-
771
- #: wpf-admin/options-tabs/api.php:133
772
- msgid "Enable Share Buttons"
773
- msgstr ""
774
-
775
- #: wpf-admin/options-tabs/api.php:138 wpf-admin/options-tabs/api.php:156
776
- #: wpf-admin/options-tabs/api.php:212
777
- msgid "General Share Buttons"
778
- msgstr ""
779
-
780
- #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:173
781
- #: wpf-admin/options-tabs/api.php:224
782
- msgid "Post Sharing Toggle"
783
- msgstr ""
784
-
785
- #: wpf-admin/options-tabs/api.php:157
786
- msgid ""
787
- "General share buttons are forum and topic sharing buttons. They are located "
788
- "on the top and the bottom of each page. You can manage location of these "
789
- "buttons using \"Share Buttons Location\" options bellow."
790
- msgstr ""
791
-
792
- #: wpf-admin/options-tabs/api.php:161
793
- msgid "Grey"
794
- msgstr ""
795
-
796
- #: wpf-admin/options-tabs/api.php:162
797
- msgid "Colored"
798
- msgstr ""
799
-
800
- #: wpf-admin/options-tabs/api.php:165
801
- msgid "Icon"
802
- msgstr ""
803
-
804
- #: wpf-admin/options-tabs/api.php:166
805
- msgid "Button"
806
- msgstr ""
807
-
808
- #: wpf-admin/options-tabs/api.php:167
809
- msgid "Button &amp; Count"
810
- msgstr ""
811
-
812
- #: wpf-admin/options-tabs/api.php:174
813
- msgid ""
814
- "Post sharing toggle allows you to share posts individually. You can see post "
815
- "sharing toggles on the left, right side or in top bar of each post. The "
816
- "toggle blue color is the current primary color (#12) of your forum style. "
817
- "For example, if you use the red forum style, the color of all share toggles "
818
- "will be red. This doesn't affect share button colors. They are always grey "
819
- "with original colors on mouse hover."
820
- msgstr ""
821
-
822
- #: wpf-admin/options-tabs/api.php:195 wpf-includes/wpf-phrases.php:55
823
- #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
824
- #: wpf-themes/classic/functions.php:111
825
- msgid "Collapsed"
826
- msgstr "Colapsado"
827
-
828
- #: wpf-admin/options-tabs/api.php:196 wpf-includes/wpf-phrases.php:89
829
- #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:72
830
- #: wpf-themes/classic/functions.php:110
831
- msgid "Expanded"
832
- msgstr "Expandido"
833
-
834
- #: wpf-admin/options-tabs/api.php:199
835
- msgid "Mixed"
836
- msgstr ""
837
-
838
- #: wpf-admin/options-tabs/api.php:200
839
- msgid "Figure"
840
- msgstr ""
841
-
842
- #: wpf-admin/options-tabs/api.php:201
843
- msgid "Square"
844
- msgstr ""
845
-
846
- #: wpf-admin/options-tabs/api.php:207
847
- msgid "Share Button Locations"
848
- msgstr ""
849
-
850
- #: wpf-admin/options-tabs/api.php:208
851
- msgid ""
852
- "The post sharing toggle can be displayed either on the left side or on the "
853
- "top of each post. The general share buttons can be displayed on both (top "
854
- "and bottom) locations."
855
- msgstr ""
856
-
857
- #: wpf-admin/options-tabs/api.php:245 wpf-admin/options-tabs/emails.php:164
858
- #: wpf-admin/options-tabs/features.php:89 wpf-admin/options-tabs/forums.php:16
859
- #: wpf-admin/options-tabs/general.php:103
860
- #: wpf-admin/options-tabs/members.php:181 wpf-admin/options-tabs/posts.php:135
861
- #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:343
862
- #: wpf-admin/tools-tabs/cleanup.php:49 wpf-admin/tools-tabs/legal.php:179
863
- #: wpf-admin/tools-tabs/misc.php:134 wpf-includes/wpf-phrases.php:344
864
- msgid "Update Options"
865
- msgstr "Actualizar Opciones"
866
-
867
- #: wpf-admin/options-tabs/emails.php:12
868
- msgid "FROM Name"
869
- msgstr ""
870
-
871
- #: wpf-admin/options-tabs/emails.php:16
872
- msgid "FROM Email Address"
873
- msgstr ""
874
-
875
- #: wpf-admin/options-tabs/emails.php:21
876
- msgid "Forum Admins email addresses"
877
- msgstr ""
878
-
879
- #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:57
880
- msgid ""
881
- "Comma separated email addresses of forum administrators to get forum "
882
- "notifications. For example post report messages."
883
- msgstr ""
884
- "Separa por coma cada correo eléctronico de los administradores del foro a "
885
- "quienes les deberá llegar las notificaciones del Foro. Por ejemplo reportes "
886
- "de los mensajes."
887
-
888
- #: wpf-admin/options-tabs/emails.php:28
889
- msgid "Notify Admins via email on new Topic"
890
- msgstr ""
891
-
892
- #: wpf-admin/options-tabs/emails.php:29
893
- msgid ""
894
- "Send Notification emails to all email addresses (comma separated ) of forum "
895
- "administrators when a new Topic is created."
896
- msgstr ""
897
-
898
- #: wpf-admin/options-tabs/emails.php:33 wpf-admin/options-tabs/emails.php:45
899
- #: wpf-admin/options-tabs/emails.php:148 wpf-admin/options-tabs/features.php:77
900
- #: wpf-admin/tools-tabs/antispam.php:31 wpf-admin/tools-tabs/antispam.php:40
901
- #: wpf-admin/tools-tabs/antispam.php:49 wpf-admin/tools-tabs/antispam.php:150
902
- #: wpf-admin/tools-tabs/antispam.php:159 wpf-admin/tools-tabs/antispam.php:169
903
- #: wpf-admin/tools-tabs/antispam.php:178 wpf-admin/tools-tabs/antispam.php:187
904
- #: wpf-admin/tools-tabs/antispam.php:196 wpf-admin/tools-tabs/antispam.php:205
905
- #: wpf-admin/tools-tabs/antispam.php:214 wpf-admin/tools-tabs/antispam.php:262
906
- #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/functions-template.php:673
907
- #: wpf-includes/wpf-phrases.php:366
908
- msgid "Yes"
909
- msgstr "Sí"
910
-
911
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
912
- #: wpf-admin/options-tabs/emails.php:149 wpf-admin/options-tabs/features.php:79
913
- #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
914
- #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:151
915
- #: wpf-admin/tools-tabs/antispam.php:160 wpf-admin/tools-tabs/antispam.php:170
916
- #: wpf-admin/tools-tabs/antispam.php:179 wpf-admin/tools-tabs/antispam.php:188
917
- #: wpf-admin/tools-tabs/antispam.php:197 wpf-admin/tools-tabs/antispam.php:206
918
- #: wpf-admin/tools-tabs/antispam.php:215 wpf-admin/tools-tabs/antispam.php:263
919
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:674
920
- #: wpf-includes/wpf-phrases.php:196
921
- msgid "No"
922
- msgstr "No"
923
-
924
- #: wpf-admin/options-tabs/emails.php:40
925
- msgid "Notify Admins via email on new Post"
926
- msgstr ""
927
-
928
- #: wpf-admin/options-tabs/emails.php:41
929
- msgid ""
930
- "Send Notification emails to all email addresses (comma separated ) of forum "
931
- "administrators when a new Reply is created."
932
- msgstr ""
933
-
934
- #: wpf-admin/options-tabs/emails.php:52 wpf-includes/wpf-phrases.php:317
935
- msgid "Subscription Emails"
936
- msgstr "Correos Electrónicos de Suscripciones"
937
-
938
- #: wpf-admin/options-tabs/emails.php:56 wpf-includes/wpf-phrases.php:314
939
- msgid "Subscribe confirmation email subject"
940
- msgstr "Asunto para Confirmación de Suscripción"
941
-
942
- #: wpf-admin/options-tabs/emails.php:60 wpf-includes/wpf-phrases.php:313
943
- msgid "Subscribe confirmation email message"
944
- msgstr "Mensaje para la Confirmación de Suscripción"
945
-
946
- #: wpf-admin/options-tabs/emails.php:64 wpf-includes/wpf-phrases.php:195
947
- msgid "New topic notification email subject"
948
- msgstr "Asunto para notificación de Tema nuevo"
949
-
950
- #: wpf-admin/options-tabs/emails.php:68 wpf-includes/wpf-phrases.php:194
951
- msgid "New topic notification email message"
952
- msgstr "Mensaje para notificación de Tema nuevo"
953
-
954
- #: wpf-admin/options-tabs/emails.php:72 wpf-includes/wpf-phrases.php:193
955
- msgid "New reply notification email subject"
956
- msgstr "Asunto para notificación de Respuesta nueva"
957
-
958
- #: wpf-admin/options-tabs/emails.php:76 wpf-includes/wpf-phrases.php:192
959
- msgid "New reply notification email message"
960
- msgstr "Mensaje para notificación de Respuesta nueva"
961
-
962
- #: wpf-admin/options-tabs/emails.php:81 wpf-includes/wpf-phrases.php:227
963
- msgid "Post Reporting Emails"
964
- msgstr "Correo Electrónico para Mensajes Reportados"
965
-
966
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:331
967
- msgid "This message comes from post reporting pop-up form."
968
- msgstr ""
969
- "Este mensaje viene desde la ventana de formulario para reportar publicaciones"
970
-
971
- #: wpf-admin/options-tabs/emails.php:87 wpf-includes/wpf-phrases.php:266
972
- msgid "Report message subject"
973
- msgstr "Asunto del mensaje reportado"
974
-
975
- #: wpf-admin/options-tabs/emails.php:92 wpf-includes/wpf-phrases.php:265
976
- msgid "Report message body"
977
- msgstr "Cuerpo del mensaje reportado"
978
-
979
- #: wpf-admin/options-tabs/emails.php:97
980
- msgid "New User Registration Email for admins"
981
- msgstr ""
982
-
983
- #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:114
984
- msgid "This message comes when new user registers to site"
985
- msgstr ""
986
-
987
- #: wpf-admin/options-tabs/emails.php:103 wpf-admin/options-tabs/emails.php:119
988
- msgid "Message Subject"
989
- msgstr ""
990
-
991
- #: wpf-admin/options-tabs/emails.php:108 wpf-admin/options-tabs/emails.php:124
992
- msgid "Message Body"
993
- msgstr ""
994
-
995
- #: wpf-admin/options-tabs/emails.php:113
996
- msgid "New User Registration Email for user"
997
- msgstr ""
998
-
999
- #: wpf-admin/options-tabs/emails.php:129
1000
- msgid "Reset Password Emails"
1001
- msgstr ""
1002
-
1003
- #: wpf-admin/options-tabs/emails.php:130
1004
- msgid "This message comes from Reset Password form."
1005
- msgstr ""
1006
-
1007
- #: wpf-admin/options-tabs/emails.php:134
1008
- msgid "Reset Password message body"
1009
- msgstr ""
1010
-
1011
- #: wpf-admin/options-tabs/emails.php:139
1012
- msgid "User Mentioning Email"
1013
- msgstr ""
1014
-
1015
- #: wpf-admin/options-tabs/emails.php:144
1016
- msgid "Enable Email Notification"
1017
- msgstr ""
1018
-
1019
- #: wpf-admin/options-tabs/emails.php:154
1020
- msgid "User Mention message subject"
1021
- msgstr ""
1022
-
1023
- #: wpf-admin/options-tabs/emails.php:158
1024
- msgid "User Mention message body"
1025
- msgstr ""
1026
-
1027
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
1028
- msgid "Show Admin Bar for Members"
1029
- msgstr "Mostrar la barra de aministrador para usuarios"
1030
-
1031
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
1032
- msgid "This option doesn't affect website admins."
1033
- msgstr "Esta opción no afecta a los administradores del sitio."
1034
-
1035
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
1036
- msgid "Show Forum Page Title"
1037
- msgstr "Mostrar Titulo de la Página del Foro"
1038
-
1039
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
1040
- msgid "Show Top/Menu Bar"
1041
- msgstr "Mostrar Barra del Top/Menú"
1042
-
1043
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
1044
- msgid "Show Top Search"
1045
- msgstr "Mostrar Búsqueda"
1046
-
1047
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
1048
- msgid "Show Breadcrumb"
1049
- msgstr "Mostrar Breadcrumb"
1050
-
1051
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
1052
- msgid "Show Forum Statistic"
1053
- msgstr "Mostrar Estadísticas del Foro"
1054
-
1055
- #: wpf-admin/options-tabs/features.php:15
1056
- msgid "Show Member Mention Nicknames"
1057
- msgstr ""
1058
-
1059
- #: wpf-admin/options-tabs/features.php:16
1060
- msgid "Enable WordPress Shortcodes in Post Content"
1061
- msgstr ""
1062
-
1063
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:697
1064
- msgid "Log Viewed Forums and Topics"
1065
- msgstr ""
1066
-
1067
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:257
1068
- msgid "Replace Author Link to Forum Profile"
1069
- msgstr "Cambiar el Link del Autor por el del Perfil del Foro"
1070
-
1071
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:258
1072
- msgid "Replace Comment Author Link to Forum Profile"
1073
- msgstr "Cambiar Link de Autor de Comentario por el del Perfil de Foro"
1074
-
1075
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:636
1076
- msgid "Enable User Registration"
1077
- msgstr "Activar Registro"
1078
-
1079
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:637
1080
- msgid ""
1081
- "This option is not synced with WordPress \"Anyone can register\" option in "
1082
- "Dashboard > Settings > General admin page. If this option is enabled new "
1083
- "users will always be able to register."
1084
- msgstr ""
1085
- "Esta opción no esta sincroniza con la opción de \"Cualquiera puede "
1086
- "registrarse\" en Escritorio > Ajustes >Generales del WordPress. Si esta "
1087
- "opción esta activada, nuevos usuarios siempre podrán registrarse."
1088
-
1089
- #: wpf-admin/options-tabs/features.php:21
1090
- msgid "Enable User Registration email confirmation"
1091
- msgstr ""
1092
-
1093
- #: wpf-admin/options-tabs/features.php:21
1094
- msgid ""
1095
- "If you have enabled this option, after registering, user can not login "
1096
- "without confirming the email."
1097
- msgstr ""
1098
-
1099
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:260
1100
- msgid "Replace Registration Page URL to Forum Registration Page URL"
1101
- msgstr ""
1102
-
1103
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:259
1104
- msgid "Replace Login Page URL to Forum Login Page URL"
1105
- msgstr ""
1106
-
1107
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:698
1108
- msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1109
- msgstr ""
1110
-
1111
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:256
1112
- msgid "Replace Author Avatar with Forum Profile Avatar"
1113
- msgstr "Cambiar el Avatar del Autor por el del Avatar de Perfil del Foro"
1114
-
1115
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:77
1116
- msgid "Enable Avatars"
1117
- msgstr "Activar Avatars"
1118
-
1119
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:78
1120
- msgid "Enable Custom Avatars"
1121
- msgstr "Activar Avatars Personalizados"
1122
-
1123
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:31
1124
- msgid "Allow Member Signature"
1125
- msgstr "Permitir Firma a los Miembros"
1126
-
1127
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:80
1128
- msgid "Enable Member Rating"
1129
- msgstr "Activar Rating de Miembro"
1130
-
1131
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:81
1132
- msgid "Enable Member Rating Titles"
1133
- msgstr "Activar Titulos de Rating de Miembro"
1134
-
1135
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:79
1136
- msgid "Enable Member Cache"
1137
- msgstr "Activar el Cache a Miembros"
1138
-
1139
- #: wpf-admin/options-tabs/features.php:32
1140
- msgid "Enable Object Cache"
1141
- msgstr ""
1142
-
1143
- #: wpf-admin/options-tabs/features.php:33
1144
- msgid "Enable HTML Cache"
1145
- msgstr ""
1146
-
1147
- #: wpf-admin/options-tabs/features.php:34
1148
- msgid "Enable Memory Cache"
1149
- msgstr ""
1150
-
1151
- #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:84
1152
- msgid "Enable wpForo SEO for Meta Titles"
1153
- msgstr "Activar SEO de wpForo para Títulos Meta"
1154
-
1155
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:83
1156
- msgid "Enable wpForo SEO for Meta Tags"
1157
- msgstr "Activar SEO de wpForo para Etiquetas de Meta"
1158
-
1159
- #: wpf-admin/options-tabs/features.php:37
1160
- msgid "Enable User Profile Page indexing"
1161
- msgstr ""
1162
-
1163
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:699
1164
- msgid "Enable RSS Feed"
1165
- msgstr ""
1166
-
1167
- #: wpf-admin/options-tabs/features.php:39
1168
- msgid "Turn Off User Syncing Note"
1169
- msgstr ""
1170
-
1171
- #: wpf-admin/options-tabs/features.php:40
1172
- msgid "BuddyPress Activity Integration"
1173
- msgstr ""
1174
-
1175
- #: wpf-admin/options-tabs/features.php:40
1176
- msgid ""
1177
- "Posts members activity (new topic, new reply, post like) to BuddyPress "
1178
- "Profile Activity page."
1179
- msgstr ""
1180
-
1181
- #: wpf-admin/options-tabs/features.php:41
1182
- msgid "BuddyPress Notification Integration"
1183
- msgstr ""
1184
-
1185
- #: wpf-admin/options-tabs/features.php:41
1186
- msgid ""
1187
- "Creates notification on new forum reply in BuddyPress Profile Notification "
1188
- "page."
1189
- msgstr ""
1190
-
1191
- #: wpf-admin/options-tabs/features.php:42
1192
- msgid "BuddyPress Profile Forum Tab Integration"
1193
- msgstr ""
1194
-
1195
- #: wpf-admin/options-tabs/features.php:42
1196
- msgid ""
1197
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1198
- "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1199
- msgstr ""
1200
-
1201
- #: wpf-admin/options-tabs/features.php:43
1202
- msgid "Replace Forum Profile with BuddyPress Profile"
1203
- msgstr ""
1204
-
1205
- #: wpf-admin/options-tabs/features.php:43
1206
- msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1207
- msgstr ""
1208
-
1209
- #: wpf-admin/options-tabs/features.php:44
1210
- msgid "Ultimate Member Notification Integration"
1211
- msgstr ""
1212
-
1213
- #: wpf-admin/options-tabs/features.php:44
1214
- msgid ""
1215
- "Creates notification on new forum reply in Ultimate Member Real-time "
1216
- "Notification system."
1217
- msgstr ""
1218
-
1219
- #: wpf-admin/options-tabs/features.php:45
1220
- msgid "Ultimate Member Profile Forum Tab Integration"
1221
- msgstr ""
1222
-
1223
- #: wpf-admin/options-tabs/features.php:45
1224
- msgid ""
1225
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1226
- "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1227
- msgstr ""
1228
-
1229
- #: wpf-admin/options-tabs/features.php:46
1230
- msgid "Replace Forum Profile with Ultimate Member Profile"
1231
- msgstr ""
1232
-
1233
- #: wpf-admin/options-tabs/features.php:46
1234
- msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1235
- msgstr ""
1236
-
1237
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:82
1238
- msgid "Enable wpForo Font-Awesome Lib"
1239
- msgstr "Activar Libreria de Fot-Awesome para wpForo"
1240
-
1241
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:85
1242
- msgid "Enable Output Buffer"
1243
- msgstr "Activar Output Buffer"
1244
-
1245
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:330
1246
- msgid ""
1247
- "This feature is useful if you're adding content before or after [wpforo] "
1248
- "shortcode in page content. Also it useful if forum is loaded before website "
1249
- "header, on top of the front-end."
1250
- msgstr ""
1251
- "Esta opción es útil si estas agregando contenido antes o despues del "
1252
- "shortcode [wpforo] de la página. También es útil si el foro carga antes del "
1253
- "encabezado de tu sitio."
1254
-
1255
- #: wpf-admin/options-tabs/features.php:49
1256
- msgid "Enable WordPress Date/Time Format"
1257
- msgstr "Activar Formato de Fecha/Tiempo de WordPress"
1258
-
1259
- #: wpf-admin/options-tabs/features.php:49 wpf-includes/wpf-phrases.php:601
1260
- msgid ""
1261
- "You can manage WordPress date and time format in WordPress Settings > "
1262
- "General admin page."
1263
- msgstr ""
1264
- "Puedes administrar el formato de fecha y hora de WordPress en Ajustes > "
1265
- "Generales del administrador de WordPress."
1266
-
1267
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:612
1268
- msgid "Enable Subscription Confirmation"
1269
- msgstr "Activar Confirmación de Suscripción"
1270
-
1271
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:613
1272
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
1273
- msgstr ""
1274
- "Suscriopciones a Foros y Temas con sistema de doble opción de confirmación."
1275
-
1276
- #: wpf-admin/options-tabs/features.php:51
1277
- msgid "Topic subscription option on post editor"
1278
- msgstr ""
1279
-
1280
- #: wpf-admin/options-tabs/features.php:51
1281
- msgid ""
1282
- "This option adds topic subscription checkbox next to new topic and post "
1283
- "submit button."
1284
- msgstr ""
1285
-
1286
- #: wpf-admin/options-tabs/features.php:52
1287
- msgid "Topic subscription option on post editor - checked/enabled"
1288
- msgstr ""
1289
-
1290
- #: wpf-admin/options-tabs/features.php:52
1291
- msgid ""
1292
- "Enable this option if you want the topic subscription checkbox to be checked "
1293
- "by default."
1294
- msgstr ""
1295
-
1296
- #: wpf-admin/options-tabs/features.php:53
1297
- msgid "Role-Usergroup Synchronization"
1298
- msgstr ""
1299
-
1300
- #: wpf-admin/options-tabs/features.php:53
1301
- msgid ""
1302
- "Keep enabled this option to synch WordPress User Roles with Forum "
1303
- "Usergroups. This connection allows to automatically change Usergroup of a "
1304
- "user when his/her User Role is changed by administrators or by membership "
1305
- "plugins. In other words this option allows to manage Usergroups based on "
1306
- "Users Roles, thus you can directly control users forum accesses based on "
1307
- "Users Roles. If this option is turned off, User Roles don't have any "
1308
- "affection to users forum accesses, they are only controlled by forum "
1309
- "Usergroups."
1310
- msgstr ""
1311
-
1312
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:640
1313
- msgid "Insert Forum Attachments to Media Library"
1314
- msgstr "Insertar Adjuntos del Foro en la Libreria Multimedia"
1315
-
1316
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:641
1317
- msgid ""
1318
- "Enable this option to be able manage forum attachments in Dashboard > Media "
1319
- "> Library admin page."
1320
- msgstr ""
1321
- "Activa esta opción para administrar los adjuntos del foro en Escritorio > "
1322
- "Medios > Librería Multimedia del administrador de WordPress."
1323
-
1324
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:605
1325
- msgid "Enable Debug Mode"
1326
- msgstr "Activar Modo de Depuración"
1327
-
1328
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:606
1329
- msgid ""
1330
- "If you got some issue with wpForo, please enable this option before asking "
1331
- "for support, this outputs hidden important information to help us debug your "
1332
- "issue."
1333
- msgstr ""
1334
- "Si tienes algún problema con wpForo, por favor, activa esta opción antes de "
1335
- "pedir ayuda, esto mostrará información oculta importante para ayudarnos a "
1336
- "depurar el problema."
1337
-
1338
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:134
1339
- msgid "Help wpForo to grow, show plugin info"
1340
- msgstr "Ayuda wpForo a crecer, muestra información del plugin"
1341
-
1342
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:226
1343
- msgid ""
1344
- "Please enable this option to help wpForo get more popularity as your thank "
1345
- "to the hard work we do for you totally free. This option adds a very small "
1346
- "icon in forum footer, which will allow your site visitors recognize the name "
1347
- "of forum solution you use."
1348
- msgstr ""
1349
- "Por favor activa esta opción para que ayude a wpForo a ser más popular, esto "
1350
- "como un agradecimiento por el duro trabajo que hacemos totalmente gratis "
1351
- "para Ústed. Esta opción agrega un pequeño ícono en el footer del foro, que "
1352
- "ayudará a sus visitantes reconocer el nombre del foro que esta usando."
1353
-
1354
- #: wpf-admin/options-tabs/features.php:74
1355
- msgid "Sitewide"
1356
- msgstr ""
1357
-
1358
- #: wpf-admin/options-tabs/features.php:75 wpf-includes/class-subscribes.php:26
1359
- #: wpf-includes/wpf-phrases.php:101 wpforo.php:258
1360
- msgid "Forum"
1361
- msgstr "Foro"
1362
-
1363
- #: wpf-admin/options-tabs/features.php:80
1364
- msgid "Thank you!"
1365
- msgstr ""
1366
-
1367
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:121
1368
- msgid "Forum Title"
1369
- msgstr "Título del Foro"
1370
-
1371
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:108
1372
- msgid "Forum Description"
1373
- msgstr "Descripción del Foro"
1374
-
1375
- #: wpf-admin/options-tabs/general.php:23 wpf-includes/wpf-phrases.php:107
1376
- msgid "Forum Base URL"
1377
- msgstr "URL Base del Foro"
1378
-
1379
- #: wpf-admin/options-tabs/general.php:24
1380
- msgid ""
1381
- "If you want to set forum on home page, please do not use the \"Turn "
1382
- "WordPress to wpForo\" option. The correct instruction can be found in "
1383
- "documentation here"
1384
- msgstr ""
1385
-
1386
- #: wpf-admin/options-tabs/general.php:24
1387
- msgid "Set Forum on Home Page"
1388
- msgstr ""
1389
-
1390
- #: wpf-admin/options-tabs/general.php:33 wpf-includes/wpf-phrases.php:650
1391
- msgid "Turn WordPress to wpForo"
1392
- msgstr "Cambia WordPress a wpForo"
1393
-
1394
- #: wpf-admin/options-tabs/general.php:34
1395
- msgid ""
1396
- "This option will disable WordPress on front-end. Only forum pages and "
1397
- "excluded post/pages will be available. wpForo will look like as a stand-"
1398
- "alone forum."
1399
- msgstr ""
1400
-
1401
- #: wpf-admin/options-tabs/general.php:37
1402
- msgid "Exclude page URLs"
1403
- msgstr ""
1404
-
1405
- #: wpf-admin/options-tabs/general.php:37
1406
- msgid "one URL per line"
1407
- msgstr ""
1408
-
1409
- #: wpf-admin/options-tabs/general.php:47 wpf-includes/wpf-hooks.php:2183
1410
- msgid "Visit Forum"
1411
- msgstr "Visitar Foro"
1412
-
1413
- #: wpf-admin/options-tabs/general.php:50
1414
- msgid ""
1415
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1416
- msgstr ""
1417
-
1418
- #: wpf-admin/options-tabs/general.php:50
1419
- msgid "support topic"
1420
- msgstr ""
1421
-
1422
- #: wpf-admin/options-tabs/general.php:52
1423
- msgid "Forum Page ID"
1424
- msgstr ""
1425
-
1426
- #: wpf-admin/options-tabs/general.php:58
1427
- msgid "Forum Page Slugs (URL Paths)"
1428
- msgstr ""
1429
-
1430
- #: wpf-admin/options-tabs/general.php:59
1431
- msgid ""
1432
- "Here you can set custom base paths for forum pages. For example the default "
1433
- "Profile URL base path is /profile/, if this conflicts with other plugins you "
1434
- "can change it to /user/ or so..."
1435
- msgstr ""
1436
-
1437
- #: wpf-admin/options-tabs/general.php:78 wpf-includes/wpf-phrases.php:64
1438
- msgid "Dashboard Menu Position"
1439
- msgstr "Posición del Menú en el Escritorio"
1440
-
1441
- #: wpf-admin/options-tabs/general.php:79 wpf-includes/wpf-phrases.php:323
1442
- msgid "The position in the menu order wpForo should appear."
1443
- msgstr "Orden en el menú donde aparecera wpForo."
1444
-
1445
- #: wpf-admin/options-tabs/general.php:80 wpf-includes/wpf-phrases.php:348
1446
- msgid ""
1447
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1448
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
1449
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
1450
- "below second separator"
1451
- msgstr ""
1452
- "Usar mayor que 5 - abajo de Entradas, 10 - Abajo de Medios, 15 - abajo de "
1453
- "Enlaces, 20 - abajo de Páginas, 25 - abajo de Comentarios, 60 - abajo del "
1454
- "Primer Separador, 65 - Abajo de Plugins, 70 - abajo de Usuarios, 75 - abajo "
1455
- "de Herramientas, 80 - abajo de Ajustes, 100 - abajo del Segundo Separador"
1456
-
1457
- #: wpf-admin/options-tabs/general.php:84
1458
- msgid "More info"
1459
- msgstr ""
1460
-
1461
- #: wpf-admin/options-tabs/general.php:89
1462
- msgid "XML Based Language"
1463
- msgstr ""
1464
-
1465
- #: wpf-admin/options-tabs/general.php:90
1466
- msgid ""
1467
- "This option is only related to XML language files. You should upload a "
1468
- "translation XML file to have a new language option in this drop-down. If you "
1469
- "are using PO/MO translation files you should change WordPress Language in "
1470
- "Dashboard > Settings admin page to load according translation for wpForo."
1471
- msgstr ""
1472
-
1473
- #: wpf-admin/options-tabs/general.php:115 wpf-includes/wpf-phrases.php:144
1474
- msgid "Language XML file"
1475
- msgstr "Archivo XML de Lenguaje"
1476
-
1477
- #: wpf-admin/options-tabs/general.php:124 wpf-includes/wpf-phrases.php:22
1478
- msgid "Add New Language"
1479
- msgstr "Añadir Lenguaje Nuevo"
1480
-
1481
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
1482
- msgid "Online status timeout"
1483
- msgstr "Tiempo para el estado en linea"
1484
-
1485
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:78
1486
- #: wpf-admin/options-tabs/posts.php:85 wpf-admin/options-tabs/posts.php:96
1487
- #: wpf-admin/options-tabs/posts.php:103 wpf-includes/wpf-phrases.php:390
1488
- msgid "minutes"
1489
- msgstr "minutos"
1490
-
1491
- #: wpf-admin/options-tabs/members.php:20
1492
- msgid "Number of Members per Page"
1493
- msgstr ""
1494
-
1495
- #: wpf-admin/options-tabs/members.php:27 wpf-includes/wpf-phrases.php:180
1496
- msgid "Members URL structure"
1497
- msgstr "Estructura para la URL de Miembros"
1498
-
1499
- #: wpf-admin/options-tabs/members.php:36 wpf-includes/wpf-phrases.php:700
1500
- msgid "Members Search Type"
1501
- msgstr ""
1502
-
1503
- #: wpf-admin/options-tabs/members.php:39 wpf-includes/functions.php:366
1504
- #: wpf-includes/functions.php:368 wpf-includes/wpf-phrases.php:275
1505
- msgid "Search"
1506
- msgstr "Buscar"
1507
-
1508
- #: wpf-admin/options-tabs/members.php:40
1509
- msgid "Filter"
1510
- msgstr ""
1511
-
1512
- #: wpf-admin/options-tabs/members.php:46 wpf-includes/wpf-phrases.php:62
1513
- msgid "Custom Authorization URLs"
1514
- msgstr "ULRs de Autorización Personalizada"
1515
-
1516
- #: wpf-admin/options-tabs/members.php:48
1517
- msgid ""
1518
- "Use this option only if you have set other pages for authorization. \n"
1519
- " wpForo doesn't change its own URLs, these options "
1520
- "are only for other plugin compatibility. \n"
1521
- " For example, if you use BuddyPress or Ultimate "
1522
- "Member plugin you can set these values:"
1523
- msgstr ""
1524
- "Utilice esta opción solo si tienes otras páginas para la autorización.\n"
1525
- "wpForo no cambia sus propias URLs, estas opciones son solo para "
1526
- "compatibilidad de otros plugins.\n"
1527
- "Por ejemplo, puedes cambiar los valores si estas usando los plugins de "
1528
- "Buddypress ó Ultimate Member."
1529
-
1530
- #: wpf-admin/options-tabs/members.php:51 wpf-admin/options-tabs/members.php:57
1531
- #: wpf-includes/wpf-phrases.php:162
1532
- msgid "Login URL"
1533
- msgstr "URL para Inicio de Sesión"
1534
-
1535
- #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
1536
- #: wpf-includes/wpf-phrases.php:252
1537
- msgid "Register URL"
1538
- msgstr "URL para Registro"
1539
-
1540
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:164
1541
- msgid "Lost Password URL"
1542
- msgstr "URL para Contraseña Perdida"
1543
-
1544
- #: wpf-admin/options-tabs/members.php:65
1545
- msgid "Custom Redirection URLs after following actions"
1546
- msgstr ""
1547
-
1548
- #: wpf-admin/options-tabs/members.php:67
1549
- msgid "For member profile, account and subscription pages use following URLs:"
1550
- msgstr ""
1551
-
1552
- #: wpf-admin/options-tabs/members.php:79
1553
- msgid "Redirect after login"
1554
- msgstr ""
1555
-
1556
- #: wpf-admin/options-tabs/members.php:80
1557
- msgid "Redirect after registration"
1558
- msgstr ""
1559
-
1560
- #: wpf-admin/options-tabs/members.php:81
1561
- msgid "Redirect after subscription confirmation"
1562
- msgstr ""
1563
-
1564
- #: wpf-admin/options-tabs/members.php:87 wpf-includes/wpf-phrases.php:175
1565
- msgid "Member Reputation and Titles"
1566
- msgstr ""
1567
-
1568
- #: wpf-admin/options-tabs/members.php:91
1569
- msgid "Member Custom Titles"
1570
- msgstr ""
1571
-
1572
- #: wpf-admin/options-tabs/members.php:100
1573
- msgid "Member Custom Title by default"
1574
- msgstr ""
1575
-